@charset "utf-8";
/* CSS Document */
.clear{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/**********/
.header{
	width: 100%;
	height: 145px;
	background: url(../img/head_01.png) repeat-x left top;
	position: relative;
	z-index: 5;
}
.head-top{
	width: 998px;
	margin: 0px auto;
	height: 96px;
}
.head-top .logo{
	float: left;
	display: inline;

	padding: 29px 0 25px 0px;
	/* padding: 40px 0 25px 0px; */
}
.head-top .logo img{
	float: left;
	width: 100%;
	height: 40px;
}
.head-top .search{
	float: right;
	display: inline;
	padding-top: 43px;
}
.search input.seatxt{
	display: inline-block;
	float: left;
	padding-left: 9px;
	width: 182px;
	height: 25px;
	background: url(../img/head_02.png) no-repeat;
	border:none;
	font-size: 12px;
	line-height: 25px;
	color: #a8a8a8;
	font-family: Arial;
}
.search input.seabtn{
	display: inline-block;
	float: left;
	width: 24px;
	height: 25px;
	background: url(../img/head_03.png) no-repeat;
	border:none;
}

.header-nav{
	width: 998px;
	height: 49px;
	margin: 0px auto;
}
.header-nav ul li{
	float: left;
	display: inline;
	width: 154px;
	height: 49px;
	background: url(../img/head_04.png) no-repeat right center;	
	text-align: center;
}
.header-nav ul li.libg{
	width: 113px;
	background: none;
	text-align: right;
}
.header-nav ul li.liwd-fir{
	width: 113px;
	text-align: left;
}
.header-nav ul li a.navfa{
	display: block;
	font-size: 15px;
	line-height: 49px;
	color: #17254c;
	font-family: "微软雅黑";
	font-weight: bold;
	transition: color 500ms ease-in 0ms;
	position: relative;
	z-index: 4;
}
.header-nav ul li .navson{
	position: absolute;
	top: 141px;
	display: none;
	z-index: 3;
	height: 0px;
	padding-top: 3px;
}
.navson a{
	float: left;
	display: inline-block;
	border-right: 1px solid #e5e5e5;
	border-bottom: 3px solid #243977;
	width: 142px;
	height: 27px;
	background: #fff;
	font-size: 14px;
	line-height: 27px;
	color: #333;
	font-family: "微软雅黑";
	text-align: center;
}
.navson a:hover{
	background: #243977;
	color: #fff;
}

.head-navbg{
	display: none;
	width: 100%;
	height: 33px;
	background: url(../img/head_05.jpg) repeat-x left top;
	position: absolute;
	top: 141px;
	z-index: 2;
}

/*******banner********/
.banner{
	height:494px;
	position: relative;
	top: -4px;
	margin-bottom: -4px;
	z-index: 1;
	/*overflow: hidden;*/
}
.banner li{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.banner li a{
	display: block;
	width: 100%;
	height: 100%;
}
.banner li .ban-size{
	position: absolute;
	top: 224px;
	left: 324px;
	z-index: 3;
}
.banner li .ban-size img{
	position: relative;
	top: -324px;
	display: inline;
	border:0px;
}
.banner .btn{
	padding-top: 9px;
	height:21px;
	position: absolute;
	bottom: -36px;
	left: 50%;
	z-index: 2;
}
.banner .btn span{
	display: inline-block;
	width:15px;
	height:21px;
	background: url(../img/list_02.png) no-repeat left center;
	cursor: pointer;
	margin: 0px 1px;
}
.banner .btn span.on{
	width: 21px;
	background: url(../img/list_01.png) no-repeat left center;
}

/****************/
.module-fir{
	margin-top: 30px;
	width: 100%;
	height: 202px;
	background: #fff;
}
.modfir{
	width: 998px;
	height: 194px;
	margin: 0px auto;
	padding-top: 8px;
	position: relative;
}
.modfir-left{
	float: left;
	display: inline;
	width: 163px;
	/*height: 137px;*/
	padding-right: 28px;
	overflow: hidden;
}
.modfir-left img{
	max-width: 163px;
}
.modfir-right{
	float: left;
	border-left: 1px solid #ececec;
	width: 397px;
	padding-left: 20px;
	padding-bottom: 11px;
}
.modfir-right .modfir-tit{

}
.modfir-right .modfir-tit span{
	float: left;
	display: inline-block;
	font-size: 20px;
	line-height: 66px;
	color: #07155b;
	font-family: "微软雅黑";
	font-weight: bold;
}
.modfir-right .modfir-tit em{
	float: left;
	display: inline-block;
	font-style: normal;
	font-size: 24px;
	line-height: 66px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 9px;
}
.modfir-right p{
	font-size: 13px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
}
.modfir-right p a{
	color: #333;
}
.module-wrap{
	width: 998px;
	position: absolute;
	left: 50%;
	margin-left: -499px;
	top: 580px;
	*z-index: 2;
}
.module-menu{
	position: absolute;
	top: -106px;
	right: 0px;
	z-index: 3;
	width: 340px;
	height: 332px;
	background: url(../img/img_02.png) no-repeat;
}
.module-menu ul li{
	float: left;
	display: inline;
	width: 170px;
	text-align: center;
}
.module-menu ul li a.modmenu-fir{
	display: block;
	padding-top: 117px;
	height: 44px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-family: "微软雅黑";
	background: url(../img/img_03.jpg) no-repeat center 28px;
}
.module-menu ul li a.modmenu-sec{
	display: block;
	padding-top: 117px;
	height: 44px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-family: "微软雅黑";
	background: url(../img/img_04.jpg) no-repeat center 28px;
}
.module-menu ul li a.modmenu-thi{
	display: block;
	padding-top: 116px;
	height: 55px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-family: "微软雅黑";
	background: url(../img/img_05.jpg) no-repeat center 31px;
}
.module-menu ul li a.modmenu-fou{
	display: block;
	padding-top: 116px;
	height: 55px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-family: "微软雅黑";
	background: url(../img/img_06.jpg) no-repeat center 31px;
}
.module-menu ul li a:hover{
	opacity: 0.6;
}

/************/
.module-sec{
	width: 100%;
	height: 270px;
	background: #f3f3f3;
	position: relative;
}
.modsec-tit{
	width: 998px;
	height: 59px;
	margin: 0px auto;
}
.modsec-tit span{
	float: left;
	display: inline-block;
	/*padding-left: 3px;*/
	font-size: 20px;
	line-height: 59px;
	color: #07155b;
	font-family: "微软雅黑";
	font-weight: bold;
}
.modsec-tit em{
	float: left;
	display: inline-block;
	font-style: normal;
	font-size: 24px;
	line-height: 59px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 9px;
}
.module-sec .modsec-prev{
	position: absolute;
	left: 425px;
	top: 118px;
	width: 14px;
	height: 52px;
	background: url(../img/bg_prev01.png) no-repeat left center;
	cursor: pointer;
	z-index: 4;
}
.module-sec .modsec-next{
	position: absolute;
	right: 425px;
	top: 118px;
	width: 14px;
	height: 52px;
	background: url(../img/bg_next01.png) no-repeat left center;
	cursor: pointer;
	z-index: 4;
}
.module-sec .modsec-List{
	width: 998px;
	height: 174px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
.modsec-List ul li{
	float: left;
	display: inline;
	width: 326px;
	height: 174px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
}
.modsec-List ul li .modsec-img{
	position: relative;
	width: 326px;
	height: 174px;
	z-index: 1;
}
.modsec-img img{
	float: left;
	display: inline;
	border:0px;
	width: 326px;
	height: 174px;
}
.modsec-List ul li .modsec-shadow{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 326px;
	height: 174px;
	background: url(../img/img_08.png) no-repeat left top;
}
.modsec-List ul li .modsec-btn{
	position: absolute;
	top: 0px;
	width: 326px;
	height: 174px;
	text-align: center;
	z-index: 3;
}
.modsec-btn a h2{
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-family: "微软雅黑";
	padding-top: 70px;
}
.modsec-btn a p{
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-family: Arial;
}

/**************/
.module-thi{
	width: 100%;
	background: #fff;
}
.modthi-tit{
	width: 998px;
	height: 74px;
	padding-bottom: 23px;
	margin: 0px auto;
}
.modthi-tit span{
	float: left;
	display: inline-block;
	/*padding-left: 3px;*/
	font-size: 20px;
	line-height: 74px;
	color: #07155b;
	font-family: "微软雅黑";
	font-weight: bold;
}
.modthi-tit em{
	float: left;
	display: inline-block;
	font-style: normal;
	font-size: 24px;
	line-height: 74px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 9px;
}
.modthi-List{
	width: 998px;
	margin: 0px auto;
	position: relative;
}
.modthi-List ul li{
	float: left;
	display: inline;
	width: 300px;
}
.modthi-List ul li.pd49{
	padding-right: 49px;
}
.modthi-List ul li .modthi-date{
	float: left;
	display: inline;
	width: 83px;
	height: 73px;
	/*background: url(../img/img_10.png) no-repeat right center;*/
	padding-left: 2px;
}
.modthi-date span{
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #d16131;
	font-family: Arial;
}
.modthi-date p{
	font-size: 13px;
	line-height: 30px;
	color: #d16131;
	opacity: 0.66;
	font-family: Arial;
}
.modthi-List ul li .mothi-font{
	float: right;
	display: inline;
	width: 198px;
	padding-left: 17px;
}
.mothi-font h2{
	display: block;
	font-weight: bold;
	font-size: 13px;
	line-height: 30px;
	color: #d16131;
	font-family: "微软雅黑";
	margin-bottom: 3px;
}
.mothi-font h2 a{
	color: #d16131;
}
.mothi-font p{
	font-size: 13px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
}
.mothi-font p a{
	color: #333;
}
.modthi-more{
	width: 998px;
	height: 100px;
	margin: 0px auto;
	text-align: center;
	position: relative;
}
.modthi-more .modthi-bdcl{
	position: absolute;
	left: 50%;
	margin-left: -499px;
	top: 57px;
	z-index: 1;
	width: 998px;
	height: 1px;
	background: #ededed;
}
.modthi-more a{
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 82px;
	height: 24px;
	background: url(../img/img_11.png) no-repeat;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	font-family: Arial;
	margin-top: 45px;
}
.module-column{
	width: 998px;
	height: 115px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	text-align: center;
}
.module-column img{
	position: relative;
	bottom: -115px;
	width: 998px;
	border:0px;
}

/****************/
.module-fou{
	width: 100%;
	background: #fff;
}
.modfou-tit{
	width: 998px;
	height: 60px;
	padding-top: 34px;
	padding-bottom: 21px;
	margin: 0px auto;
}
.modfou-tit span{
	float: left;
	display: inline-block;
	/*padding-left: 3px;*/
	font-size: 20px;
	line-height: 60px;
	color: #07155b;
	font-family: "微软雅黑";
	font-weight: bold;
}
.modfou-tit em{
	float: left;
	display: inline-block;
	font-style: normal;
	font-size: 24px;
	line-height: 60px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 9px;
}
.modfou-List{
	width: 998px;
	margin: 0px auto;
	padding-bottom: 33px;
}
.modfou-List ul li{
	float: left;
	display: inline-block;
	height: 24px;
	margin-bottom: 19px;
}
.modfou-List ul li a{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #243977;
	font-family: "微软雅黑";
	padding-left: 32px;
}
.modfou-List ul li a span{
	font-family: Arial;
}
.modfou-List ul li.wd264{
	width: 264px;
}
.modfou-List ul li.wd264 a{
	background: url(../img/list_03.png) no-repeat left top;
}
.modfou-List ul li.wd430{
	width: 430px;
}
.modfou-List ul li.wd430 a{
	background: url(../img/list_03.png) no-repeat left -84px;
}
.modfou-List ul li.wd304{
	width: 304px;
}
.modfou-List ul li.wd304 a{
	background: url(../img/list_03.png) no-repeat left -168px;
}
.modfou-List ul li.ltbgfir a{
	background: url(../img/list_03.png) no-repeat left -28px;
}
.modfou-List ul li.ltbgsec a{
	background: url(../img/list_03.png) no-repeat left -112px;
}
.modfou-List ul li.ltbgthi a{
	background: url(../img/list_03.png) no-repeat left -56px;
}
.modfou-List ul li.ltbgfou a{
	background: url(../img/list_03.png) no-repeat left -140px;
}

/**************/
.module-fiv{
	border-top: 1px solid #d6d6d6;
	width: 100%;
	background: #eee;
}
.module-fiv .modfiv-wrap{
	width: 998px;
	margin: 0px auto;
	padding-top: 68px;
	padding-bottom: 38px;
}
.modfiv-wrap .modfiv-tit{
	float: left;
	display: inline;
	width: 216px;
}
.modfiv-tit span{
	float: left;
	display: inline-block;
	padding-left: 3px;
	font-size: 20px;
	line-height: 26px;
	color: #07155b;
	font-family: "微软雅黑";
	font-weight: bold;
}
.modfiv-tit em{
	float: left;
	display: inline-block;
	font-style: normal;
	font-size: 24px;
	line-height: 26px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 9px;
}
.modfiv-wrap .modfiv-List{
	float: right;
	display: inline;
	width: 782px;
}
.modfiv-List ul li{
	float: left;
	display: inline;
	width: 260px;
	height: 125px;
	margin-bottom: 9px;
	overflow: hidden;
}
.modfiv-List ul li .modfiv-ewm{
	float: left;
	display: inline;
	width: 125px;
	height: 125px;
}
.modfiv-List ul li .modfiv-wechat{
	float: right;
	display: inline;
	width: 120px;
	padding-top: 7px;
	padding-left: 15px;
}
.modfiv-wechat p{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	font-family: "微软雅黑";
}
.modfiv-wechat span{
	margin-top: 10px;
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	color: #999;
	font-family: "华文中宋" , "微软雅黑";
}

/*************footer*******/
.footer{
	width: 100%;
	height: 78px;
	background: url(../img/img_18.jpg) repeat-x left top;
	background-size:100% 100%;
	border-top: 1px solid #fff;
}
.footer-main{
	width: 998px;
	margin: 0px auto;
}
.footer-main .footer-left{
	float: left;
	display: inline;
	padding: 11px 0 0 0px;
}
.footer-left .fdlink{}
.fdlink a{
	display: inline-block;
	margin-right: 14px;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	font-family: "微软雅黑";
}
.fdlink img{
	height:20px;
	width:20px;
	float:left;
	display:block;
}
.footer-left p{
	font-size: 12px;
	line-height: 20px;
	color: #999;
	font-family: "微软雅黑";
}
.footer-left p span{
	font-family: Arial;
}
.footer-left p a{
	color: #999;
}
.footer-main .footer-right{
	float: right;
	display: inline;
}
.footer-right span{
	float: left;
	display: inline-block;
	font-size: 12px;
	line-height: 58px;
	color: #999;
	font-family: "微软雅黑";
	margin-right: 10px;
}
.footer-right .share-btn{
	float: left;
	display: inline-block;
	padding-top: 16px;
	height: 42px;
	overflow: hidden;
}
.share-btn a.sina{
	background: url(../img/list_04.png) no-repeat left center;
	float: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 58px;
	width: 23px;
	height: 23px;
	display: inline-block;
}
.share-btn a.tqq{
	background: url(../img/list_04.png) no-repeat -23px center;
	float: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 23px;
	width: 23px;
	height: 23px;
	display: inline-block;
}
.share-btn a.kxw{
	background: url(../img/list_04.png) no-repeat -46px center;
	float: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 23px;
	width: 23px;
	height: 23px;
	display: inline-block;
}
.share-btn a.renren{
	background: url(../img/list_04.png) no-repeat -69px center;
	float: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 23px;
	width: 23px;
	height: 23px;
	display: inline-block;
}

/**********inc-banner****************/
.inc-banner{
	width: 100%;
	height: 161px;
	overflow: hidden;
	position: relative;
	top: -4px;
	margin-bottom: -4px;
	z-index: 1;
}
.inc-banner .animfont{
	width: 1000px;
	height: 111px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	padding-top: 50px;
}
.inc-banner .animfont h2{
	display: block;
	font-weight: 100;
	font-size: 30px;
	line-height: 30px;
	color: #243977;
	font-family: "微软雅黑";
	margin-bottom: 10px;
	position: relative;
	left: -500px;
}
.inc-banner .animfont p{
	font-size: 30px;
	line-height: 30px;
	color: #243977;
	font-family: "微软雅黑";
	position: relative;
	left: -500px;
}

/**********about**********/
.about-fir{
	width: 100%;
	background: #fff;
}
.about-fir .afir-tit{
	width: 998px;
	height: 78px;
	margin: 0px auto;
	padding: 31px 0px 0px 0px;
}
.afir-tit span{
	float: left;
	display: inline;
	font-size: 20px;
	line-height: 78px;
	color: #071458;
	font-family: "微软雅黑";
	font-weight: bold;
}
.afir-tit em{
	float: left;
	display: inline;
	font-style: normal;
	font-size: 24px;
	line-height: 78px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 8px;
}
.afir-wrap{
	width: 970px;
	height: 426px;
	margin: 0px auto;
	padding: 0px 28px 0 0;
	overflow: hidden;
	position: relative;
}
.afir-wrap .afir-img{
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 281px;
	height: 313px;
	background: url(../img/about_04.jpg) no-repeat;
}
.afir-wrap .afir-img img{
	width: 281px;
	height: 313px;
	border:0px;
}
.afir-wrap .afir-font{
	position: absolute;
	top: 32px;
	right: 58px;
	width: 465px;
	height: 261px;
	background: url(../img/about_03.jpg) no-repeat;
	padding-left: 160px;
	padding-right: 98px;
	padding-top: 26px;
	padding-bottom: 26px;
}
.afir-font span{
	margin-top: 34px;
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	font-family: "微软雅黑";
}
.afir-font h2{
	display: block;
	font-weight: 100;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	font-family: "微软雅黑";
	/*margin-bottom: 17px;*/
}
.afir-font p{
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	font-family: "微软雅黑";
}

.about-sec{
	width: 100%;
	/*height: 635px;*/
	background: #f9f9f9;
	padding-bottom: 30px;
}
.about-sec .asec-tit{
	width: 998px;
	height: 76px;
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
}
.asec-tit span{
	float: left;
	display: inline;
	font-size: 20px;
	line-height: 76px;
	color: #071458;
	font-family: "微软雅黑";
	font-weight: bold;
}
.asec-tit em{
	float: left;
	display: inline;
	font-style: normal;
	font-size: 24px;
	line-height: 76px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 8px;
}
.asec-wrap{
	width: 940px;
	margin: 0px auto;
	padding: 0px 60px 0px 0px;
}
.asec-wrap img{
	max-width: 940px;
	border:0px;
	padding-bottom: 40px;
}
.asec-wrap p{
	font-size: 13px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
	padding-bottom: 10px;
	/*text-indent: 2em;*/
}
.about-thi{
	width: 100%;
	background: #fff;
	padding-bottom: 95px;
}
.about-thi .athi-tit{
	width: 940px;
	height: 78px;
	margin: 0px auto;
	padding: 31px 60px 0 0;
}
.athi-tit span{
	float: left;
	display: inline;
	font-size: 20px;
	line-height: 78px;
	color: #071458;
	font-family: "微软雅黑";
	font-weight: bold;
}
.athi-tit em{
	float: left;
	display: inline;
	font-style: normal;
	font-size: 24px;
	line-height: 78px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 12px;
}
.athi-wrap{
	width: 940px;
	padding: 0 60px 0 0;
	margin: 0px auto;
}
.athi-wrap .athi-Listtop{
	width: 940px;
	height: 40px;
	background: #243977;
}
.athi-Listtop span{
	float: left;
	display: inline-block;
	font-size: 13px;
	line-height: 40px;
	color: #fff;
	font-family: "微软雅黑";
	padding-left: 14px;
}
.athi-Listtop span.aspan-fir{
	width: 85px;
	border-right: 1px solid #d0d0d0;
}
.athi-List{
	width: 940px;
}
.athi-List ul li{
	float: left;
	display: inline;
	padding-top: 10px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #d0d0d0;
}
.athi-List ul li .athi-Listleft{
	float: left;
	display: inline;
	width: 86px;
	padding-left: 14px;
	font-size: 13px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
}
.athi-List ul li .athi-Listright{
	float: right;
	display: inline;
	width: 826px;
	padding-left: 14px;
}
.athi-List ul li .athi-Listright p{
	font-size: 13px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
}


/*******develop*********/
.inc-banner .dpbanner h2{
	color: #fff;
}
.inc-banner .dpbanner p{
	color: #fff;
}
.dlop-fir{
	width: 100%;
	background: #fff;
	padding-bottom: 94px;
}
.dlop-fir .dpfir-tit{
	width: 940px;
	height: 98px;
	margin: 0px auto;
	padding: 0px 60px 31px 0px;
}
.dpfir-tit span{
	float: left;
	display: inline;
	font-size: 20px;
	line-height: 98px;
	color: #071458;
	font-family: "微软雅黑";
	font-weight: bold;
}
.dpfir-tit em{
	float: left;
	display: inline;
	font-style: normal;
	font-size: 24px;
	line-height: 98px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 12px;
}

.pdfir-wrap{
	width: 940px;
	margin: 0px auto;
	padding: 0px 30px;
}
.pdfir-content{
	width: 692px;
	margin: 0px auto;
	padding-bottom: 78px;
}
.pdfir-content ul li{
	float: left;
	display: inline;
	width: 692px;
	display: none;
}
.pdfir-content ul li .pdcontent-left{
	float: left;
	display: inline-block;
	width: 126px;
	height: 73px;
	/*background: url(../img/dlop_img02.png) no-repeat right top;*/
	font-size: 24px;
	line-height: 36px;
	color: #d16130;
	font-family: Arial;
	text-align: center;
}
.pdcontent-left span{
	display: inline-block;
	font-size: 30px;
	line-height: 36px;
}
.pdfir-content ul li .pdcontent-right{
	float: right;
	display: inline;
	width: 542px;
	padding-left: 24px;
}
.pdcontent-right h2{
	display: block;
	font-weight: 100;
	font-size: 14px;
	line-height: 30px;
	color: #d16130;
	font-family: "微软雅黑";
}
.pdcontent-right p{
	font-size: 13px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
}
.pdfir-listbg{
	width: 540px;
	height: 39px;
	padding: 0px 200px;
	overflow: hidden;
	position: relative;
	background: url(../img/dlop_img01.jpg) no-repeat center top;
}
.pdfir-List{
	width: 540px;
	height: 39px;
	overflow: hidden;
	position: relative;
}
.pdfir-List ul li{
	float: left;
	display: inline;
	width: 90px;
	height: 30px;
	padding-top: 9px;
	background: url(../img/list_05.png) no-repeat center top;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #4a60a0;
	font-family: Arial;
	cursor: pointer;
}
.pdfir-List ul li span{
	font-size: 24px;
	line-height: 30px;
}
.pdfir-List ul li.active{
	background: url(../img/list_06.png) no-repeat center top;
	color: #d16130;
}

/********************/
.dlop-sec{
	width: 100%;
	height: 520px;
	background: #f3f3f3;
}

.dlop-sec .dpsec-tit{
	width: 940px;
	height: 88px;
	margin: 0px auto;
	padding: 0 60px 0 0;
}
.dpsec-tit span{
	float: left;
	display: inline;
	font-size: 20px;
	line-height: 88px;
	color: #071458;
	font-family: "微软雅黑";
	font-weight: bold;
}
.dpsec-tit em{
	float: left;
	display: inline;
	font-style: normal;
	font-size: 24px;
	line-height: 88px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 12px;
}
.dpsec-wrap{
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
.dpsec-wrap .dpsec-prev{
	position: absolute;
	left: 0px;
	top: 169px;
	width: 14px;
	height: 52px;
	background: url(../img/bg_prev01.png) no-repeat left center;
	transition: all 200ms ease-in 0ms;
	cursor: pointer;
}
.dpsec-wrap .dpsec-next{
	position: absolute;
	right: 0px;
	top: 169px;
	width: 14px;
	height: 52px;
	background: url(../img/bg_next01.png) no-repeat left center;
	transition: all 200ms ease-in 0ms;
	cursor: pointer;
}
.dpsec-wrap .dpsec-List{
	width: 860px;
	height: 390px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
.dpsec-List ul li{
	float: left;
	display: inline;
	width: 940px;
	height: 390px;
	overflow: hidden;
}
.dpsec-List ul li .Listimg{
	width: 860px;
	height: 388px;
	position: relative;
}
.dpsec-List ul li .Listimg a{
	float: left;
	display: block;
	border-left: 3px solid #f3f3f3;
	border-bottom: 2px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.Listimg a img{
	float: left;
	display: inline;
	border: 0px;
	width: 212px;
	height: 194px;
}

/********************/
.dlop-thi{
	width: 100%;
	background: url(../img/dlop_img05.jpg) repeat;
	padding-bottom: 40px;
}
.dlop-thi .dpthi-tit{
	width: 940px;
	height: 52px;
	margin: 0px auto;
	padding: 32px 60px 0 0;
}
.dpthi-tit span{
	float: left;
	display: inline;
	font-size: 20px;
	line-height: 52px;
	color: #071458;
	font-family: "微软雅黑";
	font-weight: bold;
}
.dpthi-tit em{
	float: left;
	display: inline;
	font-style: normal;
	font-size: 24px;
	line-height: 52px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 8px;
}
.dpthi-wrap{
	width: 970px;
	padding: 0px 30px 0px 0px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
.dpthi-wrap .dpthi-left{
	float: left;
	display: inline;
	width: 270px;
	padding-top: 76px;
	padding-right: 20px;
	overflow: hidden;
	position: relative;
	left: -310px;
}
.dpthi-left img{
	float: left;
	display: inline;
	width: 270px;
	height: 125px;
	overflow: hidden;
	border:0px;
	padding-bottom: 18px;
}
.dpthi-left p{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
}
.dpthi-wrap  .dpthi-right{
	float: right;
	display: inline;
	width: 680px;
	overflow: hidden;
	position: relative;
	left: 710px;
}


/*******job*********/
.inc-banner .jobbanner h2{
	color: #fff;
}
.inc-banner .jobbanner p{
	color: #fff;
}
.job-fir{
	width: 100%;
	background: #f9f9f9;
	padding-bottom: 83px;
}
.job-fir .jobfir-tit{
	width: 970px;
	margin: 0px auto;
	padding: 19px 30px 0px 0px;
}
.job-fir .jobfir-tit p{
	font-size: 16px;
	color: #243977;
	font-weight: bold;
}
.jobfir-tit span{
	float: left;
	display: inline;
	font-size: 20px;
	line-height: 98px;
	color: #071458;
	font-family: "微软雅黑";
	font-weight: bold;
}
.jobfir-tit em{
	float: left;
	display: inline;
	font-style: normal;
	font-size: 24px;
	line-height: 98px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 12px;
}
.jobsea{
	width: 998px;
	height: 44px;
	margin: 0px auto;
	background: #efefef;
}
.jobsea span{
	float: left;
	display: inline-block;
	font-size: 12px;
	line-height: 44px;
	color: #666;
	font-family: "微软雅黑";
	padding-right: 30px;
	padding-left: 62px;
}
.jobsea .jobselect{
	float: left;
	display: inline;
	width: 200px;
	height: 26px;
	padding: 9px 0px;
	margin-right: 49px;
}
.jobsea .jobselect select{
	display: inline-block;
	width: 198px;
	height: 24px;
	border: 1px solid #d9d9d9;
	background: #fff;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	font-family: "微软雅黑";
}
.jobsea .jobinput{
	float: left;
	display: inline;
	width: 200px;
	height: 26px;
	padding:9px 0px;
}
.jobsea .jobinput input{
	padding-left: 9px;
	display: inline-block;
	width: 160px;
	height: 24px;
	background: #fff;
	border:1px solid #d9d9d9;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	font-family: "微软雅黑";
}
.jobsea .job-inbtn{
	float: left;
	display: inline;
	width: 50px;
	height: 26px;
	padding:9px 0px;
}
.jobsea .job-inbtn input{
	display: inline-block;
	width: 50px;
	height: 26px;
	border:0px;
	background: url(../img/job_img01.jpg) no-repeat left center;
}

.job-List{
	width: 998px;
	margin: 0px auto;
	margin-top: 15px;
	background: #fff;
}
.job-List td input.error{
	border: 1px solid #D70128;
}
.job-List td textarea.error{
	border: 1px solid #D70128;
}

.job-List ul li{
	float: left;
	display: inline-block;
	width: 998px;
	padding-top: 41px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}

.job-List ul li .jobList-left{
	float: left;
	display: inline;
	width: 174px;
	padding-top: 6px;
	font-size: 	13px;
	line-height: 30px;
	color: #243977;
	font-family: "微软雅黑";
	font-weight: bold;
	text-align: center;
}
.job-List ul li .jobList-right{
	float: right;
	display: inline;
	width: 723px;
	padding-left: 42px;
	border-left: 1px solid #dcdcdc;
}
.job-List ul li .jobList-right .jobList-det{
	float: left;
	display: inline;
	width: 508px;
	padding-top: 8px;
}
.jobList-right .jobList-det table td{
	height: 30px;
	font-size: 12px;
	color: #999;
	font-family: "微软雅黑";
}
.jobList-right .jobList-det table td span{
	color: #333;
}
.job-List ul li .jobList-right .jobList-btn{
	float: left;
	display: inline-block;
	width: 215px;
	padding-top: 14px;
}
.jobList-right .jobList-btn span.Listshow{
	display: inline-block;
	float: left;
	width: 74px;
	height: 25px;
	background: #a0a0a0;
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	font-family: "微软雅黑";
	text-align: center;
	margin-right: 4px;
	cursor: pointer;
}
.jobList-right .jobList-btn a{
	float: left;
	display: inline-block;
	width: 74px;
	height: 25px;
	background: #243977;
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	font-family: "微软雅黑";
	text-align: center;
}
.job-List ul li .jobList-right .jobcontent{
	padding-top: 25px;
	display: none;
}
.jobList-right .jobcontent h2{
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
}
.jobList-right .jobcontent p{
	font-size: 13px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
}

.job-List .job-page{
	padding:33px 25px 60px;
	text-align: right;
}

/****new***************/
.new-fir{
	width: 100%;
	background: #fff;
	padding-bottom: 88px;
}
.new-fir .nfir-wrap{
	width: 1000px;
	margin: 0px auto;
}
.nfir-wrap ul li{
	float: left;
	display: inline;
	width: 1000px;
	padding-top: 44px;
	padding-bottom: 14px;
	background: url(../img/new_img02.jpg) repeat-x left bottom;
}
.nfir-wrap ul li .nfir-date{
	float: left;
	display: inline;
	width: 96px;
	min-height: 73px;
	/*background: url(../img/img_10.png) no-repeat right top;*/
}
.nfir-date span{
	display: inline-block;
	font-size: 24px;
	line-height: 16px;
	color: #d16131;
	font-family: Arial;
	padding-top: 10px;
}
.nfir-date p{
	font-size: 14px;
	line-height: 16px;
	color: #d16131;
	opacity: 0.66;
	font-family: Arial;
}
.nfir-wrap ul li .nfir-right{
	float: right;
	display: inline;
	width: 896px;
	padding-left: 8px;
}
.nfir-wrap ul li .nfir-right .nfir-font{
	float: left;
	display: inline;
	width: 753px;
	padding-right: 8px;
}
.nfir-font h2{
	display: block;
	font-weight: bold;
	font-size: 17px;
	line-height: 30px;
	color: #d16131;
	font-family: "微软雅黑";
}
.nfir-font h2 a{
	color: #d16131;
}
.nfir-font p{
	font-size: 13px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
}
.nfir-font p a{
	color: #333;
}
.nfir-wrap ul li .nfir-right .nfir-btn{
	float: right;
	display: inline;
	width: 135px;
	position: relative;
}
.nfir-btn .nfir-btnimg{
	position: relative;
	z-index: 1;
	width: 127px;
	height: 90px;
}
.nfir-btn .nfir-btnimg img{
	width: 127px;
	height: 90px;
	display: inline;
	border:0px;
	float: left;
}
.nfir-btn .nfri-more{
	position: absolute;
	top: 45px;
	right: 0px;
	z-index: 2;
	width: 54px;
	height: 55px;
	background: url(../img/new_img03.png) no-repeat;
}
.nfir-btn .nfri-more a{
	display: block;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	font-family: "微软雅黑";
	padding-top: 36px;
	float: right;
	padding-right: 2px;
}
.new-page{
	width: 1000px;
	margin: 0px auto;
	padding-top: 47px;
}
.new-page .newdown{
	text-align: right;
}

/*********new  详情页***********/
.new-detail{
	width: 100%;
	background: #f3f3f3;
}
.ndetail-wrap{
	width: 800px;
	padding: 0px 100px;
	margin: 0px auto;
	background: #fff;
}
.ndetail-wrap .ndetail-crumbs{
	height: 38px;
	border-bottom: 1px dashed #bfbfbf;
	padding-top: 5px;
}
.ndetail-crumbs a{
	display: inline-block;
	font-size: 12px;
	line-height: 38px;
	color: #333;
	font-family: "微软雅黑";
}
.ndetail-crumbs a:hover , .ndetail-crumbs a.hover{
	color: #243977;
}
.ndetail-content{
	width: 800px;
}
.ndetail-date{
	text-align: center;
	padding-bottom: 15px;
}
.ndetail-date h2{
	padding-top: 18px;
	display: block;
	font-weight: 100;
	font-size: 24px;
	line-height: 44px;
	color: #484441;
	font-family: "微软雅黑";
}
.ndetail-date span{
	display: inline-block;
	font-size: 12px;
	line-height: 32px;
	color: #888;
	font-family: "微软雅黑";
	margin-bottom: 34px;
}
.ndetail-date p{
	font-size: 14px;
	line-height: 28px;
	color: #333;
	font-family: "微软雅黑";
}
.ndetail-bd{
	text-align: center;
}
.ndetail-bd p{
	font-size: 13px;
	line-height: 26px;
	color: #333;
	font-family: "微软雅黑";
	text-align: left;
}
.ndetail-bd img{
	display: inline;
	border:0px;
	max-width: 800px;
	padding: 14px 0 0px 0;
}
.ndetail-page{
	padding-top: 54px;
	padding-bottom: 75px;
}
.ndetail-page .ndetial-up{
	float: left;
	display: inline;
	width: 380px;
}
.ndetail-page .ndetial-up p{
	font-size: 13px;
	line-height: 16px;
	color: #333;
	font-family: "微软雅黑";
}
.ndetail-page .ndetial-up p a{
	color: #333;
}
.ndetail-page .ndetial-up p a:hover{
	color: #d16131;
}
.ndetail-page .ndetail-home{
	float: left;
	display: inline;
	width: 68px;
	text-align: center;
}
.ndetail-page .ndetail-home a{
	display: block;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	font-family: "微软雅黑";
}
.ndetail-page .ndetail-home a:hover{
	color: #d16131;
}
.ndetail-page .ndetail-down{
	float: left;
	display: inline;
	width: 247px;
	padding-left: 105px;
}
.ndetail-page .ndetail-down p{
	font-size: 13px;
	line-height: 16px;
	color: #333;
	font-family: "微软雅黑";
}
.ndetail-page .ndetail-down p a{
	color: #333;
}
.ndetail-page .ndetail-down p a:hover{
	color: #d16131;
}


/***********product 产品**************/
.product-fir{
	width: 100%;
	background: #fff;
	padding-bottom: 86px;
}
.product-fir .ptfir-tit{
	width: 1000px;
	height: 106px;
	margin: 0px auto;
	padding-top: 3px;
}
.ptfir-tit span{
	float: left;
	display: inline;
	font-size: 20px;
	line-height: 106px;
	color: #071458;
	font-family: "微软雅黑";
	font-weight: bold;
	letter-spacing: 2px;
}
.ptfir-tit em{
	float: left;
	display: inline;
	font-style: normal;
	font-size: 24px;
	line-height: 106px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 8px;
}
.ptfir-wrap{
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
.ptfir-wrap .iframe-left{
	float: left;
	display: inline;
	width: 155px;
	margin-right: 53px;
}
.iframe-left h2{
	display: block;
	width: 133px;
	height: 43px;
	font-size: 14px;
	line-height: 43px;
	color: #f3f3f3;
	font-family: "微软雅黑";
	text-align: right;
	padding-right: 22px;
	background: url(../img/pro_img01.jpg) no-repeat;
	border-bottom: 1px solid #fff;
}
.iframe-left .iframe-sidenav{
	width: 155px;
	padding-bottom: 183px;
	background: url(../img/pro_img04.jpg) no-repeat left bottom;
}
.iframe-sidenav ul li{
	float: left;
	display: inline;
	width: 155px;
	height: 43px;
	border-bottom: 1px solid #fff;
}
.iframe-sidenav ul li a{
	display: block;
	text-align: right;
	padding-right: 22px;
	font-size: 14px;
	line-height: 43px;
	color: #666;
	font-family: "微软雅黑";
	background: #f3f3f3;
}
.iframe-sidenav ul li a:hover , .iframe-sidenav ul li a.hover{
	color: #f3f3f3;
	background: url(../img/pro_img01.jpg) no-repeat;
}

/***************/
.ptfir-wrap .iframe-right{
	float: right;
	display: inline;
	width: 792px;
}
.iframe-right .item{
	float: left;
	display: inline;
	width: 190px;
	padding-right: 8px;
	padding-bottom: 8px;
	background: url(../img/pro_img03.png) left bottom;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.iframe-right .item .itembox{
	float: left;
	display: inline;
	width: 190px;
}
.itembox img{
	float: left;
	display: inline;
	width: 190px;
	border:0px;
	opacity: 1;
}
.iframe-right .item .item-tips{
	position: absolute;
	left: 0px;
	bottom: 8px;
	width: 190px;
	height: 28px;
}
.item-tips a{
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	font-family: "微软雅黑";
	padding-left: 11px;
	background: url(../img/pro_img08.png) no-repeat left center;
}
.item-tips a:hover , .item-tips a.hover{
	background: url(../img/pro_img09.png) no-repeat left center;
}
/*******************/
.popup{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 6;
	width: 100%;
	height: 100%;
}
.popup-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
}
.popup-wrap{
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
}
.popup-wrap .popup-content{
	position: absolute;
	top: 0px;
	left: 208px;
	width: 791px;
	height: 585px;
	overflow: hidden;
	background: #fff;
}
.popup-content .popup-close{
	height: 60px;
	padding-right: 7px;
}
.popup-close span{
	display: inline-block;
	float: right;
	padding-top: 8px;
	padding-bottom: 23px;
	cursor: pointer;
}
.popup-close span img{
	display: inline;
	border:0px;
	float: left;
}
.popup-content .popup-bd{
	padding: 0px 28px;
	width: 735px;
}
.popup-bd img{
	display: inline;
	border:0px;
	padding-bottom: 14px;
	/*max-width: 734px;*/
	width: 734px;
	height: 413px;
}
.popup-bd .popup-date{
	float: left;
	display: inline;
	width: 82px;
	min-height: 73px;
	/*background: url(../img/img_10.png) no-repeat right top;*/
	font-size: 13px;
	line-height: 30px;
	color: #d16131;
	font-family: "微软雅黑";
}
.popup-bd .popup-font{
	float: right;
	display: inline;
	width: 640px;
	padding-left: 13px;
}
.popup-bd .popup-font p {
	font-size: 13px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
}


/*******service 核心服务****************/
.service-fir{
	width: 100%;
	background: #fff;
	padding-bottom: 86px;
}
.service-fir .serfir-tit{
	width: 1000px;
	height: 104px;
	margin: 0px auto;
	padding-top: 3px;
}
.serfir-tit span{
	float: left;
	display: inline;
	font-size: 20px;
	line-height: 104px;
	color: #071458;
	font-family: "微软雅黑";
	font-weight: bold;
	letter-spacing: 2px;
}
.serfir-tit em{
	float: left;
	display: inline;
	font-style: normal;
	font-size: 24px;
	line-height: 104px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 8px;
}
/***************/
.serfir-wrap{
	width: 1000px;
	margin: 0px auto;
}
.serfir-wrap ul li{
	float: left;
	display: inline;
	cursor: pointer;
	position: relative;
}
.serfir-wrap ul li .serbox{
	width: 1000px;
	height: 247px;
	overflow: hidden;
	margin-bottom: 12px;
	position: relative;
}
.serbox .serimg{
	position: absolute;
	top: 0px;
	left: 0px;
	/*width: 674px;*/
	height: 247px;
	z-index: 1;
}
.serbox .serfont{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	background: url(../img/ser_img09.png) no-repeat;
	width: 338px;
	height: 247px;
	overflow: hidden;
}
.serbox .serfont h2{
	display: block;
	font-weight: 100;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	font-family: "微软雅黑";
	text-align: center;
	padding-top: 105px;
}
.serbox .serfont .showfont{
	padding: 30px 42px 0 42px;
	width: 254px;
	overflow: hidden;
	position: relative;
	top: 100px;
}
.serfont .showfont p{
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	font-family: "微软雅黑";
}

.serfir-wrap ul li .serboxfir{
	width: 1000px;
	height: 247px;
	overflow: hidden;
	margin-bottom: 12px;
	cursor: pointer;
	position: relative;
}
.serboxfir .serfirfont{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	background: url(../img/ser_img10.png) no-repeat;
	width: 338px;
	height: 247px;
	overflow: hidden;
}
.serfirfont h2{
	display: block;
	font-weight: 100;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	font-family: "微软雅黑";
	text-align: center;
	padding-top: 105px;
}
.serfirfont .showfont{
	padding: 30px 42px 0 42px;
	width: 254px;
	overflow: hidden;
	position: relative;
	top: 100px;
}
.serfirfont .showfont p{
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	font-family: "微软雅黑";
}
.serfir-img{
	position: absolute;
	top: 0px;
	right: 1px;
	z-index: 1;
	width: 670px;
	height: 247px;
}

.serfir-wrap ul li.wt315{
	width: 315px;
}
.serfir-wrap ul li.wt315 .serboxsec{
	width: 315px;
	height: 506px;
	margin-bottom: 12px;
	overflow: hidden;
	position: relative;
}
.serboxsec .sersecfont{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 315px;
	height: 257px;
	overflow: hidden;
	background: url(../img/ser_img11.png) no-repeat;
}
.serboxsec .sersecfont h2{
	display: block;
	font-weight: 100;
	font-size: 24px;
	line-height: 40px;
	color: #333;
	font-family: "微软雅黑";
	text-align: center;
	padding-top: 105px;
}
.sersecfont .showfont{
	padding: 30px 42px 0 42px;
	width: 231px;
	overflow: hidden;
	position: relative;
	top: 100px;
}
.sersecfont .showfont p{
	font-size: 13px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
}
.serboxsec .sersec-img{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 315px;
	height: 260px;
	z-index: 1;
}

.serfir-wrap ul li.wt669{
	width: 669px;
	margin-left: 16px;
	margin-bottom: 12px;
}
.serfir-wrap ul li.mg14{
}
.serfir-wrap ul li.wt669 .serboxthi{
	width: 669px;
	height: 246px;
	overflow: hidden;
	position: relative;
}
.serboxthi .serthi-img{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: inline;
	height: 246px;
}
.serboxthi .serthifont{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	background: url(../img/ser_img12.png) no-repeat;
	width: 338px;
	height: 247px;
}
.serboxthi .serthifont h2{
	display: block;
	font-weight: 100;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	font-family: "微软雅黑";
	text-align: center;
	padding-top: 105px;
}
.serboxthi .serthifont .showfont{
	padding: 30px 42px 0 42px;
	width: 254px;
	overflow: hidden;
	position: relative;
	top: 100px;
}
.serthifont .showfont p{
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	font-family: "微软雅黑";
}
.serboxthi .serthi-bg{
	background: url(../img/ser_img09.png) no-repeat;
}

.serfir-wrap ul li.wt652{
	margin-bottom: 14px;
}
.serfir-wrap ul li.wt652 .serboxfou{
	position: relative;
	width: 652px;
	height: 246px;
	overflow: hidden;
	position: relative;
}
.serboxfou .serfoufont{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 338px;
	height: 247px;
	overflow: hidden;
	background: url(../img/ser_img10.png) no-repeat;
}
.serboxfou .serfoufont h2{
	display: block;
	font-weight: 100;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	font-family: "微软雅黑";
	text-align: center;
	padding-top: 105px;
}
.serboxfou .serfoufont .showfont{
	padding: 30px 42px 0 42px;
	width: 254px;
	overflow: hidden;
	position: relative;
	top: 100px;
}
.serfoufont  .showfont p{
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	font-family: "微软雅黑";
}
.serboxfou .serfou-img{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}
.serfir-wrap ul li.ht518{
	width: 334px;
	height: 518px;
	margin-left: 14px;
}
.serfir-wrap ul li.ht518 .serboxfiv{
	position: relative;
	width: 334px;
	height: 518px;
	overflow: hidden;
}
.serboxfiv .serfiv-font{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 334px;
	height: 257px;
	overflow: hidden;
	background: url(../img/ser_img14.png) no-repeat;
}
.serboxfiv .serfiv-font h2{
	display: block;
	font-weight: 100;
	font-size: 24px;
	line-height: 40px;
	color: #333;
	font-family: "微软雅黑";
	text-align: center;
	padding-top: 105px;
}
.serboxfiv .serfiv-font .showfont{
	padding: 30px 42px 0 42px;
	width: 254px;
	overflow: hidden;
	position: relative;
	top: 100px;
}
.serboxfiv .serfiv-font .showfont p{
	font-size: 13px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
}
.serboxfiv .serfiv-img{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	width: 334px;
	height: 283px;
	overflow: hidden;
}

.serfir-wrap ul li.posi246{
	position: relative;
	top: -246px;
	margin-bottom: -246px;
}
.serfir-wrap ul li.posi246 .serboxsix{
	position: relative;
	width: 652px;
	height: 246px;
	overflow: hidden;
}
.serboxsix .sersix-img{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: inline;
	height: 246px;
	overflow: hidden;
}
.serboxsix .sersixfont{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	width: 333px;
	height: 246px;
	background: url(../img/ser_img13.png) no-repeat;
}
.serboxsix .sersixfont h2{
	display: block;
	font-weight: 100;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	font-family: "微软雅黑";
	text-align: center;
	padding-top: 105px;
}
.serboxsix .sersixfont .showfont{
	padding: 30px 42px 0 42px;
	width: 254px;
	overflow: hidden;
	position: relative;
	top: 100px;
}
.serboxsix .sersixfont .showfont p{
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	font-family: "微软雅黑";
}


/********contact***********/
.contact-fir{
	width: 100%;
	background: #fff;
}
.contact-fir .confir-tit{
	width: 940px;
	height: 104px;
	margin: 0px auto;
	padding: 17px 60px 0 0;
}
.confir-tit span{
	float: left;
	display: inline;
	font-size: 20px;
	line-height: 104px;
	color: #071458;
	font-family: "微软雅黑";
	font-weight: bold;
	letter-spacing: 5px;
}
.confir-tit em{
	float: left;
	display: inline;
	font-style: normal;
	font-size: 24px;
	line-height: 104px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 7px;
}
.confir-wrap{
	width: 940px;
	padding: 0px 60px 0 0;
	margin: 0px auto;
}
.confir-wrap .confir-left{
	float: left;
	display: inline;
	width: 338px;
}
.confir-left h2{
	display: block;
	font-weight: 100;
	padding-bottom: 61px;
	font-size: 18px;
	line-height: 18px;
	color: #0d0d0d;
	font-family: "微软雅黑";
}
.confir-left table td{
	vertical-align: top;
}
.confir-left table td.imgtd{
	font-size: 13px;
	line-height: 18px;
	color: #333;
	font-family: "微软雅黑";
	text-align: right;
	width: 138px;
}
.confir-left table td img{
	vertical-align: middle;
	float: left;
	border:0px;
}
.confir-left table td.tdpd18{
	padding-left: 18px;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	font-family: "微软雅黑"; 
}
.confir-wrap .confir-right{
	float: right;
	display: inline;
	width: 602px;
	height: 232px;
}
.confir-right .contact-map{
	width: 602px;
	height: 232px;
}
.contact-ewm{
	width: 940px;
	padding: 45px 60px 62px 0;
	margin: 0px auto;
	position: relative;
}
.contact-ewm ul li{
	float: left;
	display: inline;
	width: 350px;
}
.contact-ewm ul li .con-ewmimg{
	float: left;
	display: inline;
	width: 128px;
	height: 120px;
}
.contact-ewm ul li .con-ewmfont{
	float: left;
	display: inline-block;
	padding-left: 12px;
	padding-top: 40px;
}
.con-ewmfont span{
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	font-family: "华文中宋" , "微软雅黑";
	margin-bottom: 6px;
}
.con-ewmfont p{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	font-family: "微软雅黑";
}
.contact-ewm ul li.wd240{
	width: 240px;
}

.contact-form{
	width: 100%;
	background: #f9f9f9;
	padding-bottom: 36px;
}
.contact-form .conform-tit{
	width: 940px;
	height: 66px;
	margin: 0px auto;
	padding: 37px 60px 0 0;
}
.conform-tit span{
	float: left;
	display: inline;
	font-size: 20px;
	line-height: 66px;
	color: #071458;
	font-family: "微软雅黑";
	font-weight: bold;
	letter-spacing: 5px;
}
.conform-tit em{
	float: left;
	display: inline;
	font-style: normal;
	font-size: 24px;
	line-height: 66px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 7px;
}
.conform-table{
	width: 940px;
	margin:0px auto;
	padding: 0 60px 0 0;
}
.conform-table table td.tabwd input{
	display: inline-block;
	width: 282px;
	height: 40px;
	background: #ebebeb;
	border:none;
	font-size: 13px;
	line-height: 40px;
	color: #666;
	font-family: "微软雅黑";
	padding-left: 18px;
	margin-right: 20px;
}
.conform-table table td.tabmg20 input{
	display: inline-block;
	width: 282px;
	height: 40px;
	background: #ebebeb;
	border:none;
	font-size: 13px;
	line-height: 40px;
	color: #666;
	font-family: "微软雅黑";
	padding-left: 18px;
	margin-right: 0px;
}
.conform-table table td.tabtext textarea{
	display: inline-block;
	width: 923px;
	height: 151px;
	background: #ebebeb;
	border:none;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	font-family: "微软雅黑";
	padding-left: 17px;
	padding-top: 12px;
}
.conform-table table td.tabbtn{
	height: 88px;
	text-align: center;
}
.conform-table table td.tabbtn input{
	display: inline-block;
	width: 82px;
	height: 24px;
	background: url(../img/con_img04.png) no-repeat;
	border:none;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	font-family: "微软雅黑";
}


/********南都管家***********/
.manager-content{
	width: 778px;
	height: 292px;
	background: #ededed;
	padding: 20px 0px 20px 14px;
}
.manager-content .manager-Big{
	float: left;
	display: inline;
	width: 391px;
	height: 289px;
	background: url(../../img/loading.gif) no-repeat center center;
}
.manager-Big img{
	float: left;
	display: inline;
	width: 391px;
	height: 289px;
	border:0px;
}
.manager-content .manager-font{
	float: right;
	display: inline;
	width: 325px;
	padding: 0 31px;
}
.manager-font h2{
	display: block;
	font-weight: 100;
	font-size: 24px;
	line-height: 40px;
	color: #071458;
	font-family: "微软雅黑";
	margin-top: 37px;
}
.manager-font span.mancl{
	/*margin-top: 12px;
	margin-bottom: 28px;*/
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #071458;
	font-family: "微软雅黑";
}
.manager-font p{
	font-size: 13px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
	/*text-indent: 2em;*/
}
.manager-List{
	margin-top: 14px;
	position: relative;
	width: 792px;
	height: 145px;
}
.manager-List .manager-Prev{
	position: absolute;
	left: 10px;
	top: 48px;
	z-index: 3;
	width: 14px;
	height: 52px;
	background: url(../img/bg_prev02.png) no-repeat left center;
	cursor: pointer;
}
.manager-List .manager-Prev:hover{
	background: url(../img/bg_prev02.png) no-repeat -14px center;
}
.manager-List .manager-Next{
	position: absolute;
	right: 10px;
	top: 48px;
	z-index: 3;
	width: 14px;
	height: 52px;
	background: url(../img/bg_next02.png) no-repeat left center;
	cursor: pointer;
}
.manager-List .manager-Next:hover{
	background: url(../img/bg_next02.png) no-repeat -14px center;
}
.manager-List .manlist{
	position: relative;
	z-index: 1;
	width: 792px;
	height: 145px;
	overflow: hidden;
}
.manlist ul li{
	float: left;
	display: inline;
	width: 196px;
	height: 145px;
	margin: 0 1px;
	overflow: hidden;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.manlist ul li img{
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	width: 196px;
	height: 145px;
}
.manlist ul li .zimg{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 196px;
	height: 145px;
	background: url(../img/zimg_bg.png) no-repeat center center;
}


/********property  南都物业*************/
.property-content{
	width: 791px;
	height: 585px;
	overflow: hidden;
	position: relative;
}
.property-content .property-font{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 278px;
	height: 585px;
	overflow: hidden;
	background: url(../img/m_img05.png) repeat-y;
	/*padding: 23px 30px 0 28px;*/
	padding: 0 29px;
}
.property-font h2{
	display: block;
	font-weight: 100;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	font-family: "微软雅黑";
	/*margin-top: 72px;*/
	margin-top: 197px;
}
.property-font span.mancl{
	/*margin-top: 12px;
	margin-bottom: 28px;*/
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	font-family: "微软雅黑";
}
.property-font p{
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	font-family: "微软雅黑";
}
.property-content .property-Img{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 791px;
	height: 585px;
	overflow: hidden;
}
.property-Img img{
	display: inline;
	border:0px;
	width: 791px;
	height: 585px;
	float: left;
}
.property-List{
	margin-top: 49px;
	position: relative;
	width: 792px;
	height: 145px;
}
.property-Con{
	font-size: 16px;
	line-height: 1.71;
	margin-top: 40px;
}
.property-List .property-Prev{
	position: absolute;
	left: 10px;
	top: 48px;
	z-index: 3;
	width: 14px;
	height: 52px;
	background: url(../img/bg_prev02.png) no-repeat left center;
	cursor: pointer;
}
.property-List .property-Prev:hover{
	background: url(../img/bg_prev02.png) no-repeat -14px center;
}
.property-List .property-Next{
	position: absolute;
	right: 10px;
	top: 48px;
	z-index: 3;
	width: 14px;
	height: 52px;
	background: url(../img/bg_next02.png) no-repeat left center;
	cursor: pointer;
}
.property-List .property-Next:hover{
	background: url(../img/bg_next02.png) no-repeat -14px center;
}
.property-List .pertylist{
	position: relative;
	z-index: 1;
	width: 792px;
	height: 145px;
	overflow: hidden;
}
.pertylist ul li{
	float: left;
	display: inline;
	width: 196px;
	height: 145px;
	margin: 0 1px;
	overflow: hidden;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.pertylist ul li img{
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}
.pertylist ul li .zimg{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 196px;
	height: 145px;
	background: url(../img/zimg_bg.png) no-repeat center center;
}

/************culture  企业文化**************/
.culture-fir{
	width: 100%;
	background: #fff;
}
.culfir-tit{
	width: 940px;
	height: 129px;
	padding: 4px 60px 0 0;
	margin: 0px auto;
}
.culfir-tit span{
	float: left;
	display: inline-block;
	font-size: 20px;
	line-height: 129px;
	color: #071458;
	font-family: "微软雅黑";
	font-weight: bold;
	letter-spacing: 4px;
}
.culfir-tit em{
	float: left;
	display: inline;
	font-style: normal;
	font-size: 24px;
	line-height: 129px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 4px;
}
.culfir-wrap{
	width: 940px;
	padding: 0 60px 0 0;
	margin: 0px auto;
	position: relative;
}
.culfir-wrap ul li{
	float: left;
	display: inline;
	width: 940px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}
.culfir-wrap ul li.hg252{
	height: 252px;
}
.culfir-wrap ul li.hg252 .culfont-fir{
	float: left;
	display: inline;
	width: 551px;
	height: 252px;
	overflow: hidden;
	position: relative;
	background: #243977;
	cursor: pointer;
}
.culfont-fir .culfont-firtit{
	height: 50px;
	position: relative;
	top: 101px;
	padding-left: 108px;
	/*background: url(../img/cul_img10.png) no-repeat 178px center;*/
}
.culfont-fir .culfont-firtit.bgnone{
	background: none;
}
.culfont-fir .culfont-firtit strong{
	float: left;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-family: "微软雅黑";
}
.culfont-fir .culfont-firtit span.line{
	float: left;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-family: "微软雅黑";
	margin: 0 15px;
}
.culfont-fir .culfont-firtit span.tsize{
	float: left;
	display: inline-block;
	left: 125px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-family: "微软雅黑";
}
.culfont-fir .culfont-bd{
	padding-left: 95px;
	padding-right: 32px;
	padding-top: 26px;
	position: relative;
	bottom: -252px;
}
.culfont-bd p{
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	font-family: "微软雅黑";
}
.culfir-wrap ul li.hg252 .culimg-fir{
	margin-left: 4px;
	float: right;
	display: inline;
	width: 385px;
	height: 252px;
	overflow: hidden;
	position: relative;
}
.culimg-fir img{
	position: relative;
	top: 0px;
	left: 385px;
	width: 385px;
	height: 252px;
}

/******************/

.culfir-wrap ul li.hg249{
	height: 249px;
}
.culfir-wrap ul li.hg249 .culimg-sec{
	margin-right: 4px;
	float: left;
	display: inline;
	width: 314px;
	height: 249px;
	overflow: hidden;
	position: relative;
}
.culimg-sec img{
	position: relative;
	left: -314px;
	top: 0px;
	width: 314px;
	height: 252px;
}
.culfir-wrap ul li.hg249 .culfont-sec{
	float: right;
	display: inline;
	width: 622px;
	height: 249px;
	background: #d8582b;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.culfont-sec .culfont-sectit{
	height: 50px;
	position: relative;
	top: 101px;
	padding-left: 173px;
	/*background: url(../img/cul_img10.png) no-repeat 210px center;*/
}
.culfont-sec .culfont-sectit.bgnone{
	background: none;
}
.culfont-sec .culfont-sectit strong{
	float: left;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-family: "微软雅黑";
	position: relative;
}
.culfont-sec .culfont-sectit span.line{
	float: left;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-family: "微软雅黑";
	margin: 0 15px;
}
.culfont-sec .culfont-sectit span.tsize{
	float: left;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-family: "微软雅黑";
	position: relative;
}
.culfont-sec .culfont-bd{
	padding: 0 34px;
	/*padding-top: 26px;*/
	position: relative;
	top: 249px;
}
.culfont-bd p{
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	font-family: "微软雅黑";
}

/******************/

.culfir-wrap ul li.hg249 .culfont-thi{
	margin-right: 4px;
	float: left;
	display: inline;
	width: 477px;
	height: 249px;
	overflow: hidden;
	position: relative;
	background: #fadeac;
	cursor: pointer;
}
.culfont-thi .culfont-thitit{
	height: 50px;
	position: relative;
	top: 100px;
	padding-left: 91px;
	/*background: url(../img/cul_img11.png) no-repeat 170px center;*/
}
.culfont-thi .culfont-thitit.bgnone{
	background: none;
}
.culfont-thi .culfont-thitit strong{
	float: left;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
	position: relative;
}
.culfont-thi .culfont-thitit span.line{
	float: left;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
	margin: 0 15px;
}
.culfont-thi .culfont-thitit span.tsize{
	float: left;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
	position: relative;
}
.culfont-thi .culfont-bd{
	padding-left: 37px;
	padding-right: 32px;
	/*padding-top: 26px;*/
	position: relative;
	top: 249px;
}
.culfont-thi .culfont-bd p{
	font-size: 13px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
}
.culfir-wrap ul li.hg249 .culimg-thi{
	float: right;
	display: inline;
	width: 459px;
	height: 249px;
	overflow: hidden;
	position: relative;
}
.culimg-thi img{
	position: relative;
	left: 459px;
	top: 0px;
	width: 459px;
	height: 249px;
}
/********video***********/
.culture-sec{
	width: 100%;
	background: #f9f9f9;
	padding-bottom: 78px;
}
.culsec-tit{
	width: 940px;
	height: 96px;
	padding: 0 60px 11px 0;
	margin: 0px auto;
}
.culsec-tit span{
	float: left;
	display: inline-block;
	font-size: 20px;
	line-height: 96px;
	color: #071458;
	font-family: "微软雅黑";
	font-weight: bold;
	letter-spacing: 4px;
}
.culsec-tit em{
	float: left;
	display: inline;
	font-style: normal;
	font-size: 24px;
	line-height: 96px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 4px;
}

/*****************/
.culsec-wrap{
	width: 1000px;
	margin: 0px auto;
	position: relative;
	left: -30px;
}
.culsec-wrap .culsec-video{
	width: 940px;
	height: 388px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
.culsec-wrap .culsec-content{
	position: relative;
	width: 1000px;
	height: 139px;
	overflow: hidden;
	margin-top: 33px;
}
.culsec-content .culsec-prev{
	position: absolute;
	top: 42px;
	left: 0px;
	width: 14px;
	height: 52px;
	background: url(../img/bg_prev01.png) no-repeat;
	cursor: pointer;
}
.culsec-content .culsec-next{
	position: absolute;
	top: 42px;
	right: 0px;
	width: 14px;
	height: 52px;
	background: url(../img/bg_next01.png) no-repeat;
	cursor: pointer;
}
.culsec-content .culsec-List{
	width: 945px;
	height: 139px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}
.culsec-List ul li{
	float: left;
	display: inline;
	width: 187px;
	height: 139px;
	margin: 0 1px;
}


/**********path  员工发展**************/
.path-fir{
	width: 100%;
	/*height: 541px;*/
	background: url(../img/nimg_01.jpg) repeat left top;
}
.phfir-tit{
	width: 1000px;
	margin: 0px auto;
	height: 36px;
	padding-top: 38px;
}
.phfir-tit span{
	float: left;
	display: inline-block;
	font-size: 20px;
	line-height: 36px;
	color: #07155b;
	font-family: "微软雅黑";
	font-weight: bold;
	letter-spacing: 5px;
}
.phfir-tit em{
	float: left;
	display: inline-block;
	font-style: normal;
	font-size: 24px;
	line-height: 36px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 2px;
}
.phfir-wrap{
	width: 1000px;
	margin: 0px auto;
	position: relative;
	/*text-align: center;*/
}
.phfir-wrap img{
	display: inline;
	border:0px;
	position: relative;
	max-width: 1000px;
}
.path-sec{
	width: 100%;
	background: #f9f9f9;
	padding-bottom: 92px;
}
.phsec-tit{
	width: 1000px;
	margin: 0px auto;
	height: 90px;
	padding-bottom: 8px;
}
.phsec-tit span{
	float: left;
	display: inline-block;
	font-size: 20px;
	line-height: 90px;
	color: #07155b;
	font-family: "微软雅黑";
	font-weight: bold;
	letter-spacing: 5px;
}
.phsec-tit em{
	float: left;
	display: inline-block;
	font-style: normal;
	font-size: 24px;
	line-height: 90px;
	color: #bebebe;
	font-family: "微软雅黑";
	padding-left: 2px;
}
.phsec-wrap{
	width: 1000px;
	margin: 0px auto;
	/*text-align: center;*/
}
.phsec-wrap img{
	max-width: 1000px;
	display: inline;
}
.path-thi{
	width: 100%;
	background: #fff;
	padding-bottom: 88px;
}
.phthi-tit{
	width: 1000px;
	height: 108px;
	margin: 0px auto;
	padding-bottom: 37px;
}
.phthi-tit span{
	float: left;
	display: inline-block;
	font-size: 20px;
	line-height: 108px;
	color: #07155b;
	font-family: "微软雅黑";
	font-weight: bold;
	letter-spacing: 5px;
}
.phthi-tit em{
	float: left;
	display: inline-block;
	font-style: normal;
	padding-left: 2px;
	font-size: 24px;
	line-height: 108px;
	color: #bebebe;
	font-family: "微软雅黑";
}
.phthi-wrap{
	width: 1000px;
	height: 222px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
.phthi-wrap .phthi-prev{
	position: absolute;
	top: 70px;
	left: 0px;
	width: 14px;
	height: 52px;
	background: url(../img/bg_prev01.png) no-repeat left center;
	cursor: pointer;
}
.phthi-wrap .phthi-next{
	position: absolute;
	top: 70px;
	right: 0px;
	width: 14px;
	height: 52px;
	background: url(../img/bg_next01.png) no-repeat left center;
	cursor: pointer;
}
.phthi-wrap .phthi-List{
	width: 940px;
	height: 222px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
.phthi-List ul li{
	float: left;
	display: inline;
	width: 308px;
	height: 222px;
	overflow: hidden;
	position: relative;
	margin-right: 8px;
}
.phthi-List ul li img{
	float: left;
	display: inline;
	width: 308px;
	height: 193px;
	border:0px;
}
.phthi-List ul li p{
	font-size: 12px;
	line-height: 30px;
	color: #333;
	font-family: "微软雅黑";
	text-align: center;
}

/*******organ****************/
.organ-fir{
	width: 100%;
	background: #fff;
}
.organ-fir .orgfir-wrap{
	width: 1000px;
	margin: 0px auto;
	padding-top: 47px;
	padding-bottom: 33px;
}
.organ-sec{
	width: 100%;
	background: #f9f9f9;
	padding-bottom: 76px;
}
.organ-sec .orgsec-tit{
	width: 1000px;
	height: 76px;
	margin: 0px auto;
	padding-bottom: 9px;
}
.organ-sec .orgsec-tit span{
	float: left;
	display: inline-block;
	font-size: 20px;
	line-height: 76px;
	color: #07155b;
	font-family: "微软雅黑";
	font-weight: bold;
}
.organ-sec .orgsec-tit  em{
	float: left;
	display: inline-block;
	font-style: normal;
	padding: 28px 0 0 9px;
	font-size: 24px;
	line-height: 20px;
	color: #bebebe;
	font-family: "微软雅黑";
}
.orgsec-wrap{
	width: 1000px;
	height: 357px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}
.orgsec-wrap .orgsec-prev{
	position: absolute;
	top: 112px;
	left: 0px;
	width: 14px;
	height: 52px;
	background: url(../img/bg_prev01.png) no-repeat left center;
	cursor: pointer;
}
.orgsec-wrap .orgsec-next{
	position: absolute;
	top: 112px;
	right: 0px;
	width: 14px;
	height: 52px;
	background: url(../img/bg_next01.png) no-repeat left center;
	cursor: pointer;
}
.orgsec-wrap .orgsec-List{
	width: 942px;
	height: 357px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
.orgsec-List ul li{
	float: left;
	display: inline;
	width: 222px;
	height: 357px;
	margin-right: 18px;
}
.orgsec-List ul li .pimg{
	float: left;
	display: inline;
	width: 222px;
	height: 283px;
	overflow: hidden;
	position: relative;
}
.orgsec-List ul li .orgsec-font{
	float: left;
	display: inline;
	width: 222px;
	text-align: center;
	padding-top: 18px;
}
.orgsec-List ul li .orgsec-font p{
	font-size: 14px;
	line-height: 27px;
	color: #333;
	font-family: "微软雅黑";
}


/***********************/
.twin{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: none;
}
.twin-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}
.twin-content{
	width: 426px;
	height: 191px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -213px;
}
.twin-content span.twin-close{
	float: right;
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../img/close.png) no-repeat;
	margin-right: 11px;
	margin-top: 9px;
	cursor: pointer;
}
.twin-content .twin-fir{
	position: relative;
	padding-top: 19px;
	padding-left: 79px;
}
.twin-content .twin-fir select{
	display: inline-block;
	width: 234px;
	height: 30px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #bebebe;
	font-family: "微软雅黑";
}
.twin-content .twin-fir select option{
	padding-left: 10px;
}
.twin-content .twin-sec{
	position: relative;
	padding-top: 11px;
	padding-left: 79px;
}
.twin-content .twin-sec select{
	display: inline-block;
	width: 234px;
	height: 30px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #bebebe;
	font-family: "微软雅黑";
}
.twin-content .twin-sec select option{
	padding-left: 10px;
}
.twin-content .twin-sec input{
	display: inline-block;
	width: 224px;
	height: 30px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #bebebe;
	font-family: "微软雅黑";
}
.twin-content .twin-btn{
	position: relative;
	padding-top: 16px;
	padding-left: 79px;
}
.twin-content .twin-btn input{
	display: inline-block;
	width: 70px;
	height: 34px;
	background: url(../img/wel-serbtn.jpg) no-repeat;
	border:none;
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	font-family: "微软雅黑";
}
/*.................网站地图.....................*/
/*body{
	background-color: #f9f9f9;
}*/
.webmap-list {
	width: 1000px;
	min-width: 1000px;
	margin: auto;
	margin-top: 60px;
}
.webmap-list .webmap-title p{
	font-size: 20px;
  	line-height: 98px;
  	color: #071458;
  	font-family: "微软雅黑";
  	margin-left: 83px;
  	font-weight: bold;
}
div.webmap-list{
	border-bottom: 1px solid #bbb;
	margin-bottom: 20px;
}
div.webmap-list ul{
	padding-top: 20px;
	margin-bottom: 85px;
	margin: 0 auto;
}
.webmap-list ul li h3 .titlenav{
	display: block;
	color: #000;
	font-size: 16px;
}
.webmap-list ul li{
	margin-left: 83px;
}
.webmap-list ul li .map-name{
	display: block;
	color: #676262;
	font-size: 14px;
	padding-top: 10px;
}
.webmap-list ul li a:hover{
	text-decoration:underline;
}

.footer{
	clear: both;
}
/* 2018-10-30付费售后添加内容 */
.new-tapbox .tap-hd{
	background-color: #cccccc;
	font-size: 0;
	margin-top: 100px;
}
.new-tapbox .tap-hd span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 25%;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 20px;
	color: #454545;
	position: relative;
	cursor: pointer;
	transition: all .4s ease;
}
.new-tapbox .tap-hd span + span:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #fff;
	z-index: 3;
	top: 0;
	left: 0;
}
.new-tapbox .tap-hd span:hover,
.new-tapbox .tap-hd span.active{
	color: #fff;
	background-color: #e9502b;
}
.new-tapbox .tap-list{
	position: relative;
}
.new-tapbox .tap-list .sw-prev,
.new-tapbox .tap-list .sw-next{
	position: absolute;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: url('../img/sw-prev.png') no-repeat center;
	top: 50%;
	margin-top: -28px;
	cursor: pointer;
}
.new-tapbox .tap-list.model1 .sw-prev,
.new-tapbox .tap-list.model1 .sw-next{
	top: 302px;
}
.new-tapbox .tap-list .sw-prev{
	left: -110px;
}
.new-tapbox .tap-list .sw-next{
	right: -110px;
	background-image: url('../img/sw-next.png');
}
.new-tapbox .tap-list .con{
	font-size: 17px;
	color: #595757;
	padding-top: 70px;
}
.new-tapbox .tap-list .con p + p{
	margin-top: 10px;
}
.new-tapbox .tap-list .con .tit{
	font-size: 19px;
	color: #eb5d3b;
}
.new-tapbox .tap-list .con .item-box{
	font-size: 19px;
}
.new-tapbox .tap-list .con .item-box .subtit{
	padding-bottom: 14px;
	padding-top: 10px;
}
#ydwl img{
	max-width: 100%;
}
#ydwl .top-con{
	font-size: 16px;
	color: #595757;
}
#ydwl .contactbox{
	padding: 10px 80px;
	background-color: #e6e6e6;
	font-size: 14px;
	color: #595757;
	clear: both;
	margin-top: 16px;
}
#ydwl .contactbox p{
	padding-left: 12px;
	position: relative;
}
#ydwl .contactbox p:after{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #595757;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
#ydwl .tap-list .titbox{
	margin-top: 30px;
}
#ydwl .tap-list .titbox .titen{
	font-size: 12px;
	color: #a5a5a5;
	line-height: 16px;
}
#ydwl .tap-list .titbox .titcn{
	font-size: 12px;
	color: #a5a5a5;
	line-height: 14px;
	margin-top: 8px;
}
#ydwl .tap-list .slide1 .slide1box{
	margin-top: 95px;
}
#ydwl .tap-list .slide1 .left{
	float: left;
	width: 240px;
	font-size: 12px;
	margin-top: -20px;
}
#ydwl .tap-list .slide1 .left p{
	padding-left: 25px;
}
#ydwl .tap-list .slide1 .tit{
	padding-left: 25px;
	background: no-repeat left center;
	background-size: 18px auto;
	font-size: 20px;
	color: #e9502b;
	margin-top: 20px;
	margin-bottom: 6px;
}
#ydwl .tap-list .slide1 .right{
	width: 504px;
	float: right;
	padding-top: 20px;
}
#ydwl .tap-list .slide2 .slide1box{
	padding-bottom: 60px;
}
#ydwl .tap-list .slide2 .right{
	width: 306px;
}
#ydwl .tap-list .slide3 {
	color: #595757;
}
#ydwl .tap-list .slide3 .slide3box{
	background: no-repeat right bottom;
	background-size: 305px auto;
	padding-top: 100px;
	min-height: 366px;
}
#ydwl .tap-list .slide3 .con{
	margin-top: 24px;
}
#ydwl .tap-list .slide3 .con p + p{
	margin-top: 0;
}
#ydwl .tap-list .slide3 .tit{
	font-size: 19px;
	line-height: 34px;
	width: 480px;
}
#ydwl .tap-list .slide3 .con{
	font-size: 17px;
	line-height: 30px;
	width: 330px;
	padding-top: 0;
}
#ydwl .tap-list .slide3 .con2{
	font-size: 16px;
	margin-top: 1em;
}
#ydwl .model1{
	margin-top: 0px;
	line-height: 28px;
}
#ydwl .tap-list.model1 .box{
	margin-top: 80px;
}
#ydwl .tap-list.model1 .titbox{
	margin-top: 25px;
}
#ydwl .tap-list.model1 .titbox .titen{
	font-size: 15px;
	line-height: 24px;
}
#ydwl .tap-list.model1 .titbox .titcn{
	font-size: 15px;
}
#ydwl .mapbox{
	background-color: #cccccc;
	padding: 15px 25px 20px;
	margin-top: 30px;
}
#ydwl .mapbox .left{
    width: 378px;
    float: left;
}
#ydwl .mapbox .left h3{
	font-size: 14px;
	color: #3d3d3d;
	padding-left: 15px;
	position: relative;
	padding-bottom: 10px;
}
#ydwl .mapbox .left h3:after{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #000000;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
#ydwl .mapbox .left .scrollbox{
	height: 214px;
	overflow: hidden;
}
#ydwl .mapbox .left .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: rgba(233, 80, 43,.85);
}
#ydwl .mapbox .right{
	float: right;
	width: 362px;
}
#ydwl .mapbox .left ul,
#ydwl .mapbox .left ul li{
	float: none;
}
#ydwl .mapbox .left  li + li{
	margin-top: 30px;
}
#ydwl .mapbox .left  li .span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	min-width: 54px;
	padding-right: 18px;
	position: relative;
}
#ydwl .mapbox .left li .span img{
	width: 50px;
}
#ydwl .mapbox .left  li .span:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 28px;
	top: 50%;
	margin-top: -14px;
	right: 0;
	background-color: #9d9c9c;
}
#ydwl .mapbox .left  li .span .d1{
	font-size: 12px;
	color: #484544;
	text-align: justify;
	text-align-last:justify; 
}
#ydwl .mapbox .left li .local{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.5;
	color: #696969;
	padding-left: 18px;
	width: 250px;
}
.new-tapbox .tap-list.model1 .sw-prev{
	background-image: url('../img/sw-prev-hei.png');
}
.new-tapbox .tap-list.model1 .sw-next{
	background-image: url('../img/sw-next-hei.png');
}
#ydwl .model1 .left{
	width: 370px;
	float: left;
	font-size: 15px;
	color: #605e5e;
	line-height: 24px;
}
#ydwl .model1 .left p + p{
	margin-top: 1.5em;
}
#ydwl .model1 .right{
	width: 384px;
	float: right;
}
.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.tac{
	text-align: center;
}
#dqbg ul{
	border-top: 1px solid #c6c6c6;
	width: 100%;
	float: none;
}
#dqbg li{
	font-size: 16px;
	color: #706e6c;
	line-height: 60px;	
	float: none;
}
#dqbg li a{
	color: #706e6c;
}
#dqbg li:hover a{
	color: #243a76;
}
#dqbg li + li{
	border-top: 1px solid #eeeeee;
}
#dqbg li .data{
	font-size: 24px;
	color: #c8cacc;
	float: right;
}
#dqbg .pagination{
	text-align: right;
}
#notice ul{
    border-top: 1px solid #c6c6c6;
	float: none;	
}
#notice ul li{
	float: none;
}
#notice ul li + li{
    border-top: 1px solid #eeeeee;
}
#notice li{
	font-size: 16px;
	line-height: 60px;
}
#notice li a{
	color:#4d4d4d;
	transition: all .4s ease;
}
#notice ul li:hover a{
	color: #243a76;
}
#notice li span{
	float: right;
}
#notice .pagination{
	text-align: right;
}
#zqzl .con h1{
	font-size: 20px;
	color: #4d4d4d;
}
#zqzl .con h1 a{
	color: #4d4d4d;
}
#zqzl .con h1 a:hover{
	color: #333f6f;
}
#zqzl .con table{
	width: 100%;
	margin-top: 24px;
	background-color: #f3f3f3;
}
#zqzl .con table th{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #333f6f;
	color: #fff;
	text-align: center;
	font-size: 20px;
}
#zqzl .con table tr{
	border-bottom: 1px solid #fff;
}
#zqzl .con table tr:nth-child(2n+1){
	background-color: #eaebf0;
}
#zqzl .con table td{
	height: 50px;
	font-size: 18px;
	color: #171717;
	text-align: left;
	width: 520px;
}
#zqzl .con table td:first-child{
	width: 134px;
	padding: 0 60px;
}
.new-imgsw{
	background-color: #332c2b;
	padding: 19px 0;
	position: relative;
	margin: 0 -65px;
	left: 100px;
}
.new-imgsw .imgsw-box{
	width: 100%;
    margin: 0 auto;
    position: relative;
    left: 3px;
}
.new-imgsw .imgsw-box .swiper-container{
	width: 792px;
}
.new-imgsw ul{
	margin: 0 -4px;
	position: relative;
}
.new-imgsw li{
	display: inline-block;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 4px;
	vertical-align: top;
}
.new-imgsw li:last-child{
	width: 50%;
	float: right;
}
.new-imgsw li.li6,
.new-imgsw li.li7{
	position: absolute;
	bottom: 0;
	left: 0;
}
.new-imgsw li.li7{
	left: 25%;	
}
.new-imgsw li img{
	width: 100%;
}
.new-imgsw .sw-prev,
.new-imgsw .sw-next{
	width: 55px;
	height: 55px;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	background: no-repeat center;
	cursor: pointer;
}
.new-imgsw .sw-prev{
	left: 70px;
	background-image: url('../img/sw-prev-bai.png');
}
.new-imgsw .sw-next{
	right: 80px;
	background-image: url('../img/sw-next-bai.png');
}