/*================首页样式及公共部分样式================*/
/*首页*/
.header {
	height: 90px;
	font-family: "Microsoft YaHei";
}

.header .logo {
	display: block;
	display: inline-block;
	margin-top: 5px;
}

.header .logo img {
	width: 82px;
	height: 80px;
	display: block;
}

.header .logo:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	*zoom: 1;
}

.header .gation {
	margin-top: 27px;
}

.gation .nav .nLi {
	float: left;
	text-align: center;
	margin-left: 58px;
	position: relative;
	display: inline;
	z-index: 1;
}

.gation .nav .nLi h3 {
	font-weight: normal;
	display: inline-block;
}

.gation .nav .nLi h3 a {
	font-size: 16px;
	color: #333;
	display: block;
	line-height: 36px;
	min-width: 64px;
}

.nav .nLi h3.on {
	border-bottom: 2px solid #0048a5;
}

.nav .nLi h3.on a {
	color: #0048a5;
}

.gation .nav .nLi.in:hover {
	border-bottom: 2px solid #0048a5;
}

.gation .nav .nLi .sub {
	display: none;
	width: 112px;
	padding: 0 14px;
	background: #fff;
	position: absolute;
	left: 0;
	z-index: 9;
	left: 50%;
	margin-left: -70px;
	top: 36px;
	border-top: 2px solid #0048a5;
}

.gation .nav .nLi.five {
	width: 64px;
	position: relative;
}

.gation .nav .nLi.five .sub {
	width: 64px;
	position: absolute;
	top: 36px;
	;
	z-index: 1;
	left: 50%;
	margin-left: -32px;
	overflow: hidden;
	padding: 0;
}

/*.gation .nav .nLi.five.on:hover{display:inline-block;}
*/
.nav .nLi .sub li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #0048a5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nav .nLi .sub li.last {
	border-bottom: none;
}

.nav .nLi .sub li a {
	font-size: 14px;
	color: #666;
	display: block;
	width: 100%;
}

.nav .nLi .sub li a:hover {
	color: #0048a5;
	font-weight: bold;
}

.header .city {
	margin-left: 40px;
	height: 50px;
	margin-top: 30px;
	position: relative;
}

.header .city img {
	width: 15px;
	height: 17px;
	display: block;
	float: left;
	margin-right: 9px;
	margin-top: 3.5px;
}

.header .city .icity {
	font-size: 16px;
	color: #666;
	background: url(../images/xiala1.png) no-repeat right center;
	padding-right: 19px;
	float: left;
	cursor: pointer;
}

.header .city .urban {
	position: absolute;
	width: 80px;
	left: 50%;
	top: 42px;
	margin-left: -54px;
	background: #fff;
	z-index: 9;
	padding: 0 14px;
	display: none;
}

.urban ul li {
	width: 100%;
	border-bottom: 1px dashed #0048a5;
	text-align: center;
}

.urban ul li a {
	width: 100%;
	display: block;
	line-height: 45px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.urban ul li.last {
	border: none;
}

.urban ul li a:hover {
	color: #0048a5;
}

.header .city:hover .urban {
	display: block;
}

/*轮播图 */
.big .slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.big .slideBox .hd {
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -41px;
	bottom: 3.2%;
	z-index: 1;
}

.big .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.big .slideBox .hd ul li {
	float: left;
	margin-right: 12px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
}

.big .slideBox .hd ul li.in {
	margin-right: 0;
}

.big .slideBox .hd ul li.on {
	width: 26px;
}

.big .slideBox .bd {
	position: relative;
	height: auto;
	z-index: 0;
}

.big .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.big .slideBox .bd img {
	width: 100%;
	height: auto;
	display: block;
}

/*轮播图 结束*/

.business {
	padding: 45px 0 60px 0;
	font-family: "Microsoft YaHei";
}

.headline {
	width: 100%;
	text-align: center;
}

.headline h4 {
	font-size: 36px;
	color: #333;
}

.headline .english {
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
}

.business .territory {
	width: 100%;
	margin-top: 30px;
}

.business .territory ul {
	width: 100%;
}

.business .territory ul li {
	float: left;
	width: 170px;
	padding: 0 35px;
	text-align: center;
}

.business .territory ul li a {
	display: block;
	width: 100%;
	padding: 28px 0 33px 0;
}

.territory li a img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
}

.territory li a .introduce {
	margin-top: 18px;
}

.introduce h5 {
	font-size: 16px;
	color: #333;
	margin-bottom: 16px;
}

.introduce .referral {
	font-size: 12px;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 36px;
}

.territory li a .more {
	border-top: 1px solid #d90a1c;
	height: 11px;
	width: 100%;
	margin-top: 38px;
	position: relative;
}

.territory li a .more .imore {
	width: 59px;
	height: 22px;
	position: relative;
	z-index: 9;
	background: #fff;
	top: -12px;
	margin: 0 auto;
	border: 1px solid #d90a1c;
	line-height: 22px;
	font-size: 12px;
	color: #d90a1c;
	border-radius: 12px;
}

.territory li:hover {
	box-shadow: 0 0 6px #d5d2d2;
	transform: translate(0, 0);
	transition: all .4s ease-in 0s;
	transition: all 0.6s;
	transform: scale(1.05);
}

.territory li:hover .more .imore {
	background: #d90a1c;
	color: #fff;
	padding: 0 10px;
	transform: translate(0, 0);
	transition: all .4s ease-in 0s;
}


.territory li.two a .more {
	border-top: 1px solid #0048a5;
	height: 11px;
	width: 100%;
	margin-top: 38px;
	position: relative;
}

.territory li.two a .more .imore {
	width: 59px;
	height: 22px;
	position: absolute;
	top: -12px;
	left: 50%;
	z-index: 9;
	background: #fff;
	margin-left: -30px;
	border: 1px solid #0048a5;
	line-height: 22px;
	font-size: 12px;
	color: #0048a5;
	border-radius: 12px;
}

.territory li.two:hover .more .imore {
	position: absolute;
	top: -12px;
	left: 50%;
	z-index: 9;
	margin-left: -40px;
	background: #0048a5;
	color: #fff;
}

.journalism {
	width: 100%;
	height: 661px;
	background: url(../images/bg1.jpg) no-repeat center center;
	font-family: "Microsoft YaHei";
	padding-top: 44px;
}

.journalism .slideTxtBox {
	width: 1200px;
	margin: 0 auto;
	margin-top: 26px;
	text-align: center;
}

.journalism .slideTxtBox .hd {
	margin-bottom: 29px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.slideTxtBox .hd ul li {
	width: 120px;
	height: 40px;
	background: #fff;
	float: left;
	margin-right: 10px;
	line-height: 40px;
	border-radius: 5px;
}

.slideTxtBox .hd ul li.ilast {
	margin-right: 0;
}

.slideTxtBox .hd ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #333;
}

.slideTxtBox .hd ul li.on {
	background: #0048a5;
}

.slideTxtBox .hd li.on a {
	color: #fff;
}

.slideTxtBox .bd {
	width: 100%;
}

.slideTxtBox .bd ul li {
	float: left;
	width: 386px;
	margin-right: 21px;
}

.slideTxtBox .bd ul li a {
	display: block;
	widows: 100%;
}

.bd li a .map {
	width: 386px;
	height: 257px;
	overflow: hidden;
}

.bd li a img {
	width: 386px;
	height: 257px;
	display: block;
}

.bd li a .report {
	background: #fff;
	padding: 16px 22px 25px 22px;
	text-align: left;
}

.report .date {
	font-size: 14px;
	color: #999;
	margin-bottom: 7px;
}

.report .topic {
	font-size: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
}

.report .details {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 56px;
}

.slideTxtBox .bd li a:hover img {
	transition: all 0.6s;
	transform: scale(1.2);
}

.bd li a:hover .topic {
	color: #0048a5;
}

.bd ul li.olast {
	margin-right: 0;
}

.teamwork {
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 81px;
	font-family: "Microsoft YaHei";
	display: block;
	height: 402px;
}

.multipleColumn {
	position: relative;
	text-align: center;
	display: inline-block;
	margin-top: 28px;
}

.multipleColumn .hd {
	position: absolute;
	width: 1196px;
	top: 0;
	left: 0;
	height: 299px;
	text-align: center;
}

.multipleColumn .hd .prev,
.multipleColumn .hd .next {
	display: block;
	width: 19px;
	height: 36px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/you1.png) no-repeat;
}

.multipleColumn .hd .next {
	background: url(../images/you1.png) no-repeat;
	width: 19px;
	height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: -30px;
}

.multipleColumn .hd .nextStop {
	background: url(../images/you.png) no-repeat;
	width: 19px;
	height: 36px;
}

.multipleColumn .hd .prev {
	background: url(../images/zuo1.png) no-repeat;
	width: 19px;
	height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: -30px;
}

.multipleColumn .hd .prevStop {
	background: url(../images/zuo.png) no-repeat;
	width: 19px;
	height: 36px;
}

.multipleColumn .hd ul {
	position: absolute;
	height: 10px;
	bottom: -36px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	left: 50%;
	margin-left: -32px;
}

.multipleColumn .hd ul li {
	width: 8px;
	height: 8px;
	border: 1px solid #0048a5;
	border-radius: 8px;
	float: left;
	margin-right: 9px;
}

.multipleColumn .hd ul li.on {
	background: #0048a5;
	width: 24px;
}

.multipleColumn .hd ul li.cn {
	margin-right: 0;
}

.multipleColumn .bd {
	overflow: hidden;
	width: 1196px;
	margin: 0 auto;
}

.multipleColumn .bd .ulWrap {
	width: 100%;
	height: 299px;
	overflow: hidden;
}

.multipleColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	display: inline;
}

.multipleColumn .bd ul li {
	float: left;
	display: inline;
	overflow: hidden;
	text-align: center;
}

.multipleColumn .bd ul li:hover img {
	transition: all 0.6s;
	transform: scale(1.2);
}

.multipleColumn .bd ul li .pic {
	text-align: center;
	width: 238px;
	height: 148px;
	overflow: hidden;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.multipleColumn .bd ul li .pic img {
	width: 238px;
	height: 148px;
	display: block;
}

.multipleColumn .bd ul li .pic a:hover img {
	border-color: #999;
}

.multipleColumn .bd ul li .title {
	line-height: 24px;
}

.multipleColumn .bd ul li.alast {
	border-left: 1px solid #ccc;
}

.multipleColumn .bd ul li.ialast {
	border-top: 1px solid #ccc;
}

.multipleColumn .bd ul li.oalast {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


.select {
	width: 100%;
	height: 208px;
	background: url(../images/bg2.jpg) no-repeat;
	padding-top: 42px;
	font-family: "Microsoft YaHei";
	position: relative;
}

.select .we {
	position: absolute;
	top: 164px;
	left: 50%;
	margin-left: -600px;
	background: #fff;
	padding: 38px 44px 8px 44px;
	width: 1112px;
	box-shadow: 0 0 4px #bbbaba
}

.we ul li {
	margin-right: 94px;
	width: 509px;
	float: left;
	margin-bottom: 28px;
}

.we ul li .serial {
	background: url(../images/xuhao.png) no-repeat;
	width: 76px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 32px;
	color: #fff;
	font-family: Impact;
}

.we ul li .matter {
	width: 406px;
}

.we ul li.on {
	margin-right: 0;
}

.matter h4 {
	font-size: 20px;
	color: #333;
	margin-bottom: 6px;
}

.matter .content {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-align: justify;
}

.leave {
	width: 100%;
	height: 378px;
}

.link {
	font-family: "Microsoft YaHei";
	margin-bottom: 40px;
}

.link span {
	font-size: 14px;
	color: #333;
	display: block;
}

.link a {
	color: #666;
	font-size: 14px;
	width: 200px;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*.link a.on{margin-right:0;}
*/
.link a:hover {
	color: #0048a5;
}

.below {
	width: 100%;
	background: #001c47;
	padding: 29px 0 39px 0;
	font-family: "Microsoft YaHei";
}

.below .bnav {
	float: left;
	width: 750px;
	margin-top: 14px;
}

.below .bnav ul li {
	float: left;
}

.bnav ul li a {
	font-size: 14px;
	color: #fff;
}

.bnav ul li span {
	font-size: 14px;
	color: #fff;
	margin: 0 14px;
}

.bnav ul li a:hover {
	color: #609fff;
}

.below .bnav .site {
	margin-top: 18px;
	width: 100%;
	border-top: 1px solid #565656;
	padding-top: 17px;
	font-size: 14px;
	color: #fff;
}

.below .bnav .site .isite {
	margin-bottom: 10px;
}

.below .relation {
	float: right;
}

.below .relation .number {
	float: left;
	margin-right: 42px;
}

.relation .number .phone {
	font-size: 20px;
	color: #fff;
	background: url(../images/dianhua.png) no-repeat left center;
	padding-left: 49px;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	margin-top: 28px;
}

.relation .number .faxes {
	font-size: 20px;
	color: #fff;
	background: url(../images/chuanzhen.png) no-repeat left center;
	padding-left: 49px;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	margin-top: 24px;
}

.below .relation .code {
	float: left;
}

.below .relation .code img {
	width: 145px;
	height: 144px;
	display: block;
}


/*首页 结束*/

/*02-公司介绍*/
.banner {
	width: 100%;
}

.banner img {
	width: 100%;
	height: auto;
	display: block;
}

.middle {
	width: 100%;
	font-family: "Microsoft YaHei";
}

.middle .navs {
	width: 100%;
	height: 60px;
	background: #f5f5f5;
}

.middle .navs ul {
	float: right;
	height: 60px;
	line-height: 60px;
}

.middle .navs ul li {
	float: left;
	margin: 0 28px;
}

.middle .navs ul li .left {
	background: url(../images/dian.jpg) no-repeat left center;
	padding-left: 30px;
	width: 5px;
	height: 5px;
}

.middle .navs ul li .right {
	background: url(../images/dian.jpg) no-repeat right center;
	padding-right: 30px;
	width: 5px;
	height: 5px;
}

.middle .navs ul li span {
	display: none;
}

.middle .navs ul li a {
	font-size: 16px;
	color: #333;
}

.middle .navs ul li a:hover {
	color: #d90a1c;
}

.navs ul li.on {
	margin: 0;
}

.navs ul li.on a {
	color: #d90a1c;
	/*background:url(../images/bg3.png) no-repeat center center;padding:0 31px;*/
}

.navs ul li.on span {
	display: inline;
}

.middle .intro {
	padding: 52px 0 78px 0;
	text-align: center;
}

.middle .intro .synopsis {
	margin-top: 34px;
}

.synopsis .simg {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 42px;
	border: 1px solid #ddd;
}

.synopsis .simg p {
	float: left;
	width: 595px;
	height: 337px;
		
}
.synopsis .simg p:nth-last-child(n+3){
	margin-bottom: 10px;
}
.synopsis .simg p:nth-child(2n-1){
	margin-right: 10px;

}

.synopsis img {
	width: 782px;
	height: auto;
	display: block;
}

.synopsis img:hover {
	transition: all 0.6s;
	transform: scale(1.2);
}

.synopsis .simg p img {
	width: 100%;
	height: 337px;
}

.synopsis p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-align: left;
}

/*02-公司介绍 结束*/

/*03-企业文化*/
.middle .culture {
	padding: 52px 0 106px 0;
	text-align: center;
	font-family: "Microsoft YaHei";
}

.culture ul {
	margin-top: 54px;
}

.culture ul li {
	width: 252px;
	float: left;
	padding: 0 24px;
}

.culture ul li .ilogo {
	width: 153px;
	height: 153px;
	border-radius: 100%;
	margin: 0 auto;
}

.ilogo img {
	width: 153px;
	height: 153px;
	display: block;
	transition: 0.8s;
}

.culture ul li:hover .ilogo img {
	transform: rotate(360deg)scale(1);
}

.culture ul li .enterprise {
	margin-top: 31px;
}

.enterprise h5 {
	width: 141px;
	border-top: 1px solid #0048a5;
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding-top: 12px;
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin-bottom: 12px;
}

.enterprise p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	height: 56px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.culture ul li.two h5 {
	border-top: 1px solid #d90a1c;
}

.model {
	background: url(../images/bg5.jpg) no-repeat center center;
	height: 126px;
	margin-top: 68px;
	padding-top: 26px;
}

.model .sale {
	width: 584px;
	height: 81px;
	background: url(../images/bg4.png) repeat;
	margin: 0 auto;
	padding-top: 15px;
}

.model .sale em {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	line-height: 34px;
}

.model .sale .saas {
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*03-企业文化 结束*/

/*04-荣誉资质*/
.middle .honor {
	padding: 52px 0 102px 0;
	text-align: center;
	font-family: "Microsoft YaHei";
}

.honor .aptitude {
	margin-top: 39px;
}

.honor .aptitude ul li {
	float: left;
	width: 269px;
	margin: 0 41px 39px 0;
}

.aptitude ul li a {
	width: 269px;
	height: 195px;
	display: block;
	position: relative;
}

.aptitude ul li a .artwork {
	width: 269px;
	height: 195px;
	display: block;
}

.aptitude ul li a .magnify {
	position: absolute;
	top: 0;
	left: 0;
	width: 269px;
	height: 195px;
	background: url(../images/bg6.png) repeat;
	display: none;
}

.magnify img {
	width: 56px;
	height: 56px;
	display: block;
	margin: 0 auto;
	margin-top: 69.5px;
}

.aptitude li a:hover .magnify {
	display: block;
}

.aptitude ul li .explain {
	font-size: 16px;
	color: #4c4c4c;
	margin-top: 23px;
}

.aptitude ul li.four {
	margin-right: 0;
}

.white_content {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg7.png) repeat;
	z-index: 1002;
}

.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.close {
	float: right;
	clear: both;
	width: 30px;
	height: 30px;
	text-align: right;
	background: url(../images/guanbi.png) no-repeat center center;
}

.close a {
	text-decoration: none;
}

.white_content img {
	width: auto;
	height: 100%;
}

.skip {
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-top: 25px;
}

.skip span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 6.5px;
	height: 38px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 14px;
	border: 1px solid #d8d8d8;
	color: #949494;
}

.skip span.current {
	color: #fff;
	background: #0048a5;
	border: 1px solid #0048a5;
}

.skip a {
	color: #888;
	height: 38px;
	padding: 0 15px;
	border: 1px solid #d8d8d8;
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 14px;
	line-height: 38px;
	margin: 0 6.5px;
}


/*.skip .top{width:116px;height:40px;display:inline-block;*display:inline;zoom:1;background:#e9e9e9;margin:0 5px;}
.skip .top .itop{line-height:40px;height:40px;background:url(../images/top.png) no-repeat left center;display:inline-block;*display:inline;zoom:1;padding-left:29px;font-size:14px;color:#949494;}
.skip .pages{width:38px;height:38px;border:1px solid #d8d8d8;}
.skip .pages a{display:block;width:100%;font-size:14px;color:#888;line-height:38px;}
.skip .pages.on{border:1px solid #0048a5;background:#0048a5;}
.skip .pages.on a{color:#fff;}
.skip .bottom{width:116px;height:40px;display:inline-block;*display:inline;zoom:1;background:#e9e9e9;margin:0 5px;}
.skip .bottom .ibottom{line-height:40px;height:40px;background:url(../images/bottom.png) no-repeat left center;display:inline-block;*display:inline;zoom:1;padding-left:29px;font-size:14px;color:#949494;}
*/
/*04-荣誉资质 结束*/

/*04-专家团队*/
.middle .team {
	width: 100%;
	padding-top: 53px;
	margin-bottom: 31px;
}

.team ul {
	margin-top: 50px;
}

.team ul li {
	float: left;
	width: 562px;
	height: 260px;
	margin-right: 76px;
	margin-bottom: 70px;
	overflow: hidden;
}

.team ul li .picture {
	width: 220px;
	height: 260px;
	overflow: hidden;
}

.picture img {
	width: 220px;
	height: 260px;
	display: block;
}

.team ul li:hover .picture img {
	transition: all 0.6s;
	transform: scale(1.2);
}

.team ul li .data {
	width: 310px;
}

.data .name {
	display: inline-block;
	border-bottom: 2px solid #0048a5;
	padding-right: 12px;
	font-size: 24px;
	color: #0048a5;
	margin-bottom: 10px;
}

.data .degree {
	font-size: 16px;
	color: #999;
	margin-bottom: 35px;
}

.data .message {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	max-height: 144px;
	text-align: justify;
}

.team ul li.two {
	margin-right: 0;
}

/*04-专家团队 结束*/


/*05-服务流程*/
.middle .flow {
	width: 100%;
	padding: 56px 0 76px 0;
	margin-bottom: 31px;
}

.flow .process {
	margin-top: 38px;
}

.flow .process img {
	width: 802px;
	height: 865px;
	display: block;
	margin: 0 auto;
}

/*05-服务流程 结束*/

/*06-服务领域*/
.middle .agency {
	padding: 54px 0 107px 0;
	width: 100%;
}

.agency .property {
	margin-top: 54px;
}

.agency .property .i1 {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	text-align: justify;
	margin-bottom: 42px;
}

.agency .property h3 {
	font-size: 20px;
	color: #0048a5;
	line-height: 28px;
	text-align: justify;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	margin-top: 50px;
}
.agency .property ul{
		margin-bottom: 30px;
}
.agency .property ul.lenght-li li{
	width: 100%;
}
.agency .property ul.lenght-li li p{
	width: 100%;
}
.agency .property p{
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 2;
}
.agency .property .essay {
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

.agency .property img {
	margin: 0 auto;
	margin-top: 30px;
	max-width: 100%;
	height: auto;
	display: block;
}
.agency .property span{
	font-size: 16px;
}

.agency .property .list-paddingleft-2 li {
	float: left;
}

.agency .property .list-paddingleft-2 li p {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	background: url(../images/dian1.png) no-repeat left center;
	padding-left: 12px;
	width: 388px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.agency .property h4 {
	font-size: 20px;
	color: #0048a5;
	margin-bottom: 10px;
}

.agency .property .i2 {
	margin-bottom: 42px;
}

.agency .property .i3 {
	margin-bottom: 42px;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	text-align: justify;
}

.agency .property .i4 {
	margin-bottom: 58px;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	text-align: justify;
}

.agency .property .img {
	width: 100%;
}

.agency .property .img img {
	width: 100%;
	height: auto;
	display: block;
}

/*06-服务领域 结束*/

/*07-新闻资讯*/
.middle .news {
	padding: 54px 0 107px 0;
	text-align: center;
}

.news ul {
	margin-top: 40px;
}

.news ul li {
	float: left;
	width: 386px;
	margin-right: 20px;
	margin-bottom: 44px;
}

.news ul li a {
	display: block;
	width: 100%;
}

.news ul li a .newimg {
	width: 386px;
	height: 257px;
	overflow: hidden;
}

.news li a .newimg img {
	width: 386px;
	height: 257px;
	display: block;
}

.news li a .particulars {
	width: 340px;
	border: 1px solid #ddd;
	height: 138px;
	border-top: none;
	text-align: left;
	padding: 18px 22px 0 22px;
}

.particulars .date {
	font-size: 14px;
	color: #999;
	margin-bottom: 6px;
}

.particulars .title {
	font-size: 20px;
	color: #333;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.particulars .details {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	overflow: hidden;
	max-height: 56px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news li a:hover {
	box-shadow: 0 0 5px #cdcbcb;
	transform: translate(0, 0);
	transition: all .2s ease-in 0s;
}

.news li a:hover img {
	transition: all 0.6s;
	transform: scale(1.2);
}

.news li a:hover .title {
	color: #0048a5;
}

.news li a:hover .particulars {
	border: none;
	width: 342px;
}

.news ul li.three {
	margin-right: 0;
}

/*07-新闻资讯 结束*/

/*07-新闻资讯-详情*/
.middle .outs {
	padding: 34px 0 80px 0;
	margin-bottom: 31px;
	text-align: center;
}

.outs .caption {
	border-bottom: 1px dashed #ccc;
}

.outs .caption h5 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 26px;
}

.outs .caption .info {
	font-size: 14px;
	color: #666;
	margin-bottom: 16px;
}

.outs .matter {
	padding: 40px 0 33px 0;
	border-bottom: 1px dashed #ccc;
}

.outs .matter p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	text-align: left;
}

.outs .matter .oimg {
	width: 752px;
	height: 501px;
	overflow: hidden;
	margin: 53px auto;
}

.outs .matter img {
	width: 752px;
	height: auto;
	display: block;
}

.outs .matter p img {
	margin: 20px auto;
}

.outs .matter img:hover {
	transition: all 0.6s;
	transform: scale(1.2);
}

.outs .article {
	padding-top: 36px;
	text-align: left;
}

.outs .article .trade {
	font-size: 16px;
	color: #666;
	margin-bottom: 8px;
}

.outs .article .trade a {
	font-size: 16px;
	color: #666;
}

.outs .article .trade a:hover {
	color: #0048a5;
}

/*07-新闻资讯-详情 结束*/

/*09-联系我们*/
.middle .contact {
	padding: 54px 0 103px 0;
	text-align: center;
}

.contact .fill {
	width: 1110px;
	margin: 0 auto;
	margin-top: 60px;
	position: relative;
}

.contact .fill input {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	font-family: "Microsoft YaHei";
}

.contact .fill .iname {
	position: absolute;
	font-size: 18px;
	color: #f00;
	left: 50%;
	margin-left: -4px;
	top: 15px;
	display: block;
}

.contact .fill .iphone {
	position: absolute;
	font-size: 18px;
	color: #f00;
	right: -18px;
	margin-left: -4px;
	top: 15px;
	display: block;
}

.contact .fill .name {
	width: 520px;
	height: 24px;
	border: 1px solid #ddd;
	border-radius: 7px;
	padding: 12px 0 12px 18px;
	font-size: 16px;
	color: #333;
}

.contact .fill .phone {
	width: 520px;
	height: 24px;
	border: 1px solid #ddd;
	border-radius: 7px;
	padding: 12px 0 12px 18px;
	font-size: 16px;
	color: #333;
}

.contact .fill .mailbox {
	width: 520px;
	height: 24px;
	border: 1px solid #ddd;
	border-radius: 7px;
	padding: 12px 0 12px 18px;
	font-size: 16px;
	color: #333;
}

.contact .fill .qq {
	width: 520px;
	height: 24px;
	border: 1px solid #ddd;
	border-radius: 7px;
	padding: 12px 0 12px 18px;
	font-size: 16px;
	color: #333;
}

.contact .fill input.on {
	margin-right: 0;
}

.contact .fill .leave {
	width: 1088px;
	height: 154px;
	border: 1px solid #ddd;
	border-radius: 7px;
	padding: 16px 0 0 20px;
	outline: none;
	font-size: 16px;
	color: #333;
	font-family: "Microsoft YaHei";
}

.contact .fill .control {
	width: 340px;
	margin: 0 auto;
	margin-top: 40px;
}

.contact .fill .control input {
	float: left;
	cursor: pointer;
	font-family: "Microsoft YaHei";
}

.contact .fill .control .submit {
	width: 155px;
	height: 39px;
	background: #0048a5;
	line-height: 39px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	margin-right: 30px;
}

.contact .fill .control .reset {
	width: 155px;
	height: 39px;
	background: #d90a1c;
	line-height: 39px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
}


/*09-联系我们 结束*/

/*09-联系我们-联系方式*/
.middle .way {
	padding: 56px 0 100px 0;
	margin-bottom: 31px;
}

.way .site {
	margin-top: 52px;
}

.way .site .atlas {
	width: 590px;
	height: 350px;
}

/* .way .site .atlas img{width:590px;height:350px;display:block;} */
.plat {
	width: 535px;
	padding-top: 48px;
}

.plat h3 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 18px;
}

.plat .phone {
	font-size: 14px;
	color: #666;
	background: url(../images/phone.png) no-repeat left center;
	padding-left: 39px;
	margin-bottom: 29px;
}

.plat .location {
	font-size: 14px;
	color: #666;
	background: url(../images/dizhi.png) no-repeat left center;
	padding-left: 37px;
	margin-bottom: 29px;
}

.plat .fax {
	font-size: 14px;
	color: #666;
	background: url(../images/fax.png) no-repeat left center;
	padding-left: 37px;
	margin-bottom: 29px;
}

.plat .postcode {
	font-size: 14px;
	color: #666;
	background: url(../images/youbian.png) no-repeat left center;
	padding-left: 38px;
	margin-bottom: 29px;
}

.plat .organiza {
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
}

.plat .ruling {
	border-top: 2px solid #0048a5;
	width: 96px;
	margin-bottom: 38px;
}

.plat .icontact {
	font-size: 14px;
	color: #666;
	margin-bottom: 30px;
}

.plat .icontact span {
	color: #333;
}

.plat .pattern {
	font-size: 14px;
	color: #666;
}

.plat .pattern span {
	color: #333;
}

.way .filiale ul li {
	float: left;
	width: 590px;
	margin-top: 78px;
	margin-right: 82px;
}

.way .filiale ul li.two {
	margin-right: 0;
	width: 528px;
}

.filiale ul li .plat {
	width: 100%;
	padding: 0;
}







/*09-联系我们-联系方式 结束*/

/*08-招贤纳士*/
.middle .recruit {
	padding: 70px 0 112px 0;
}

.recruit .bring {
	width: 1069px;
	padding-bottom: 29px;
	border-bottom: 1px solid #f1f1f1;
	margin: 0 auto;
	margin-top: 36px;
}

.recruit .bring .require {
	width: 100%;
	height: 61px;
	background: #f1f1f1;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 61px;
}

.require .post {
	float: left;
}

.require .post.n1 {
	width: 220px;
}

.require .post.n2 {
	width: 190px;
}

.require .post.n3 {
	width: 200px;
}

.require .post.n4 {
	width: 300px;
}

.require .post.n5 {
	width: 159px;
}

.recruit .bring ul {
	width: 100%;
}

.recruit .bring ul li {
	width: 100%;
	line-height: 61px;
	cursor: pointer;
}

.recruit .bring ul li.two .employ {
	background: #f1f1f1;
}

.recruit .bring ul li.on .employ {
	background: #0048a5;
	color: #fff;
}

.recruit .bring ul li.on .ipost.c1 p {
	background: url(../images/zhankai.png) no-repeat left center;
	padding-left: 20px;
	display: inline-block;
}

.recruit .bring ul li.ion .employ {
	background: #0048a5;
	color: #fff;
}

.recruit .bring ul li.ion .ipost.c1 p {
	background: url(../images/zhankai.png) no-repeat right center;
	padding-right: 20px;
	display: inline-block;
}

.bring li .employ {
	width: 100%;
	height: 61px;
	background: #fff;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #333;
}

.employ .ipost {
	float: left;
}

.employ .ipost.c1 {
	width: 180px;
	text-align: left;
	padding-left: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.employ .ipost.c1 p {
	background: url(../images/shouqi.png) no-repeat left center;
	padding-left: 17px;
	display: inline-block;
}

.employ .ipost.c2 {
	width: 190px;
}

.employ .ipost.c3 {
	width: 200px;
}

.employ .ipost.c4 {
	width: 300px;
}

.employ .ipost.c5 {
	width: 159px;
}

.bring ul li .substance {
	padding: 20px 0 37px 38px;
	width: 1031px;
	display: none;
}

.bring ul li .substance.on {
	display: block;
}

.bring ul li.one .substance {
	display: block;
}

.substance .job {
	margin-bottom: 2px;
	font-size: 14px;
	color: #666;
}

.substance .job h6 {
	font-weight: normal;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

.substance .job ul li {
	line-height: 30px;
}

.substance .job ul p {
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

.bring ul li .substance .wanted {
	width: 140px;
	height: 40px;
	background: #0048a5;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	display: block;
	border-radius: 14px;
	margin-top: 24px;
}

.substance .wanted:hover {
	box-shadow: 0 0 6px #6a6f71;
}



/*08-招贤纳士 结束*/
