	/***************公共样式*******************/
	
	* {
		margin: 0;
		padding: 0;
		font-family: "微软雅黑";
	}
	
	body a {
		text-decoration: none;
	}
	
	ul>li {
		list-style: none;
	}
	
	img {
		max-width: 100%;
		max-height: 100%;
	}
	
	.img {
		position: relative;
	}
	
	.img img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		max-width: 100%;
		max-height: 100%;
	}
	
.maskf{position: fixed;width: 100%;height: 100%; left: 0;top: 0;background: #000;z-index: 99999999990; filter: alpha(opacity=40);-moz-opacity:0.4;opacity: 0.4;}
.rright{display: none;width: 360px;position: fixed; left: 50%; top: 50%;margin-left: -180px;margin-top: -185px;z-index: 99999999999; background: white;color: #272727;font-size: 16px;border-radius: 10px;text-align: center;}

.rright div{line-height: 60px; color:#fff; font-size: 20px; background: #0c355f; font-weight: 500;border-radius:10px 10px 0 0;}
.rright img{max-width:300px;max-height:300px;}
.rright p{display:block;width:100%;text-align:center;font-size:20px;color:#fff;line-height:60px;}
.rright .yii_template{background: #0c355f; border-radius:0 0 10px 10px;}

	.max {
		max-width: 1360px;
		margin: 0 auto;
	}
	/*标题*/
	
	.title {
		line-height: 50px;
		height: 50px;
		border-bottom: 3px solid #000000;
	}
	
	.title .s1 {
		font-size: 18px;
		color: #bc0a0a;
		font-weight: bold;
		border-bottom: 3px solid #bc0a0a;
		padding-bottom: 13px;
	}
	
	.title .s2 {
		font-size: 13px;
		color: #b2b2b2;
		text-transform: uppercase;
	}
	
	.title .s3 {
		font-size: 15px;
		color: #333;
		font-weight: bold;
		float: right;
		text-transform: uppercase;
	}
	/*标题2*/
	
	.title2 .s1 {
		font-size: 18px;
		color: #2b3a5e;
		font-weight: bold;
	}
	
	.title2 .s2 {
		font-size: 13px;
		color: #bc0a0a;
		text-transform: uppercase;
	}
	/*列表*/
	
	.list li {
		line-height: 42px;
		height: 42px;
	}
	
	.list li a {
		font-size: 15px;
		color: #333;
	}
	
	.list li a .span1 {
		width: calc(100% - 110px);
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		float: left;
	}
	
	.list li a .span2 {
		width: 90px;
		margin-left: 20px;
		float: left;
	}
	/*hover效果*/
	
	.list li:hover a {
		color: #bc0a0a;
	}
	/*按钮*/
	
	.see {
		width: 120px;
		display: block;
		color: #2b3a5e;
		line-height: 30px;
		height: 30px;
		font-size: 14px;
		border: 1px solid #2b3a5e;
		text-align: center;
		text-transform: uppercase;
	}
	/*hover 效果*/
	
	.see:hover {
		color: #fff;
		border: 1px solid #2b3a5e;
		background: #2b3a5e;
	}
	/* 路径导航 */
	
	.path_navigation .max {
		border-bottom: 3px solid #000000;
	}
	
	.path_navigation ul {
		float: left;
		height: 60px;
		line-height: 60px;
	}
	
	.path_navigation ul li {
		float: left;
		padding:0 15px;
		text-align: center;
	}
	
	.path_navigation ul li a {
		font-size: 16px;
		color: #333;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	.path_navigation .navigation {
		float: right;
	}
	
	.path_navigation .navigation img {
		margin-right: 5px;
	}
	
	.path_navigation .navigation a {
		font-size: 14px;
		line-height: 60px;
		height: 60px;
		color: #666;
	}
	/*选中效果*/
	
	.path_navigation ul .pa {
		border-bottom: 3px solid #bc0a0a;
	}
	
	.path_navigation ul .pa a {
		color: #bc0a0a;
	}
	/*hover效果*/
	
	.path_navigation ul li:hover {
		border-bottom: 3px solid #bc0a0a;
	}
	
	.path_navigation ul li:hover a {
		color: #bc0a0a;
	}
	/*分页*/
	
	.paging {
		text-align: center;
		padding: 10px 0;
		margin:20px auto;
		/* margin: 60px 0; */
	}
	
	.paging .po {
		background: #c4221a;
		color: #fff;
	}
	
	.paging a {
		padding: 10px 20px;
		background: #f0f0f0;
		margin-right: 10px;
		font-size: 14px;
		color: #333;
		font-family: "微软雅黑";
		border-radius: 3px;
	}
	
	.paging a:last-child {
		margin-right: 0px;
	}
	
	.paging a:hover {
		background: #c4221a;
		color: #fff;
	}
	/*图片缩放效果*/
	
	.img {
		overflow: hidden;
	}
	
	.img img {
		cursor: pointer;
		transition: all 0.5s;
	}
	
	.img img:hover {
		-ms-transform: translate(-50%, -50%) scale(1.1);
		-webkit-transform: translate(-50%, -50%) scale(1.1);
		transform: translate(-50%, -50%) scale(1.1);
	}
	/**************************首页*******************************/
	/*头部上面*/
	
	.head_top {
		background-image: url("../image/1.jpg");
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: 100% 100%;
	}
	
	.head_top .logo_since {
		float: left;
	}
	
	.head_top .logo {
		float: left;
		margin-top: 27px;
		margin-right: 50px;
		max-width: 276px;
		max-height: 70px;
	}
	
	.head_top .since {
		float: left;
		margin-top: 35px;
		text-align: center;
	}
	
	.head_top .since p {
		font-family: "华文隶书";
		color: #333;
		line-height: 22px;
		font-size: 20px;
	}
	
	.head_top .hotline_ewm {
		float: right;
	}
	
	.head_top .hotline {
		float: left;
		margin-top: 35px;
		margin-right: 50px;
	}
	
	.hotline img {
		float: left;
		margin-right: 10px;
	}
	
	.hotline .contact {
		float: left;
	}
	
	.hotline .contact p {
		font-size: 14px;
		line-height: 26px;
		color: #0c355f;
	}
	
	.hotline .contact p span {
		line-height: 26px;
		color: #bc0a0a;
		font-weight: bold;
	}
	
	.head_top .ewm {
		float: left;
		max-height: 120px;
		max-width: 120px;
	}
	/*头部导航*/
	
	.btn {
		position: absolute;
		top: 30px;
		right: 20px;
		z-index: 999;
		display: none;
	}
	
	.btn div {
		width: 24px;
		height: 2px;
		background: #015198;
		margin-bottom: 6px;
	}
	
	.head_nav {
		background: #0c355f;
	}
	
	.head_nav .nav li {
		float: left;
		width: 14.28%;
		text-align: center;
		line-height: 60px;
		height: 60px;
		transition: background-color 2s;
		position: relative;
	}
	
	.head_nav .nav li a {
		color: #fff;
		font-size: 16px;
	}
	/*选中效果*/
	
	.head_nav .nav .no {
		background: #bc0a0a;
	}
	/*hover效果*/
	
	.head_nav .nav li:hover {
		background: #bc0a0a;
	}
	/* 二级导航 */
	
	.two {
		min-width: 100%;
		z-index: 999;
		position: absolute;
		top: 60px;
		display: none;
		background: #0c355f;
	}
	
	.nav li:hover .two {
		display: block;
	}
	
	.nav li .two a {
		display: block;
		width: 100%;
		color: #fff;
		font-size: 14px;
		line-height: 50px;
		height: 50px;
	}
	
	.nav li .two a:hover {
		background: #bc0a0a;
		transition: background-color 2s;
	}
	/*山河状态*/
	
	.bjt {
		background-image: url("../image/5.jpg");
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: 100% 100%;
	}
	
	.mountains_rivers {
		background: #f7f7f7;
		margin-top: 30px;
	}
	
	.mountains {
		width: 49%;
		float: left;
	}
	/*轮播点点*/
	
	.mountains .img {
		box-shadow: 0 0 2px #006032;
	}
	
	.swiper-one .swiper-pagination-bullet {
		width: 15px;
		height: 5px;
		border-radius: 5px;
		opacity: 1;
		background: #fff;
	}
	
	.swiper-one .swiper-pagination-bullet-active {
		background: #bc0a0a;
	}
	
	.rivers {
		padding: 0 30px;
		width: calc(51% - 60px);
		float: left;
	}
	
	.rivers .list {
		margin-top: 15px;
	}

	.rivers_a {
		padding:30px 0;
		width:100%;
	}
	
	.rivers_a .list  li{
		float:left;
		width:48%;
		margin-right:4%;
	}
	.rivers_a .list  li:nth-child(2n){
		margin-right:0;
	}
	/*行业动态  业务范围 */
	
	.industryBusiness {
		margin: 20px 0 50px 0;
	}
	
	.industry {
		width: 55%;
		margin-right: 3%;
		float: left;
	}
	
	.business {
		width: 42%;
		float: left;
	}
	
	.industryDynamics li {
		width: 48%;
		margin-right: 4%;
		float: left;
		margin-top: 15px;
	}
	
	.industryDynamics li:nth-child(2n) {
		margin-right: 0%;
	}
	
	.industryDynamics .img {
		width: 115px;
		margin-right: 10px;
		float: left;
		box-shadow: 0 0 2px #ddd;
	}
	
	.industryDynamics .dynamics {
		width: calc(100% - 125px);
		float: left;
	}
	
	.industryDynamics .dynamics h6 {
		font-size: 15px;
		color: #333;
		line-height: 40px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	.industryDynamics .dynamics p {
		font-size: 14px;
		color: #999;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-height: 24px;
	}
	/*hover 效果*/
	
	.industryDynamics li:hover h6 {
		color: #bc0a0a;
	}
	
	.industryDynamics li:hover p {
		color: #333;
	}
	/*业务 范围 table切换 */
	
	.business #oranger {
		line-height: 48px;
		height: 50px;
		border-bottom: 3px solid #000000;
	}
	
	.business #oranger li {
		width: 15%;
		margin-right: 3%;
		float: left;
		font-weight: bold;
	}
	
	.business #oranger li a {
		font-size: 18px;
		color: #b8b8b8;
	}
	/*选中效果*/
	
	.business #oranger .hover {
		border-bottom: 3px solid #bc0a0a;
	}
	
	.business #oranger .hover a {
		color: #BC0A0A;
	}
	/* 内容 */
	
	.business .imgnews {
		display: block;
		margin-top: 20px;
	}
	
	.imgnews .imgfont {
		width: 49%;
		margin-right: 2%;
		float: left;
		position: relative;
		margin-bottom: 2%;
	}
	
	.imgnews .imgfont:nth-child(2n) {
		margin-right: 0%;
	}
	
	.imgnews .imgfont:nth-child(n+3) {
		margin-bottom: 0%;
	}
	
	.imgnews .imgfont .img {
		box-shadow: 0 0 2px #ddd;
	}
	
	.imgnews .imgfont .font {
		display: none;
	}
	
	.imgnews .imgfont:hover .font {
		display: block;
		position: absolute;
		top: 0;
		font-size: 20px;
		color: #fff;
		background-color: rgba(149, 157, 175, 0.3);
		width: 100%;
		height: 100%;
		text-align:center;
	}
	
	.imgnews .imgfont:hover .font p {
		position: absolute;
		top: 40%;
		left:0;
		text-align:center;
		width:100%;
	}
	/*关于我们*/
	
	.bjs {
		background: #f7f7f7;
	}
	
	.about_video {
		padding: 50px 0;
	}
	
	.about_video .about {
		width: 55%;
		margin-right: 60px;
		float: left;
	}
	
	.about_video .title2 {
		margin-bottom: 40px;
	}
	
	.shanhe {
		font-size: 15px;
		line-height: 30px;
		color: #333;
	}
	
	.shanhe p {
		text-indent: 3em;
	}
	/*按钮*/
	
	.about_video .about .see {
		margin-top: 40px;
	}
	
	.about_video .video {
		width: calc(45% - 60px);
		float: left;
	}
	
	.video .img {
		box-shadow: 0 0 2px #ddd;
	}
	.video .img video,.video .img iframe,.video .img embed{width:100%;height:100%;}
	
	.qualification_honor {
		background-image: url("../image/15.jpg");
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: 100% 100%;
	}
	/*荣誉资质*/
	
	.qualification_honor {
		padding: 60px 0;
	}
	
	.qualification {
		width: 40%;
		margin-right: 30px;
		float: left;
	}
	
	.qualification .title2 {
		margin-bottom: 40px;
	}
	
	.qualification .see {
		margin-top: 40px;
	}
	
	.honor {
		width: calc(60% - 90px);
		float: left;
		padding: 20px 30px;
		background: #f7f7f7;
	}
	
	.swiper-containerg .img {
		box-shadow: 0 0 2px #ddd;
	}
	
	.swiper-containerg p {
		font-size: 14px;
		color: #333;
		line-height: 40px;
		text-align: center;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	.honor .swiper-containerg {
		padding-bottom: 50px;
	}
	
	.honor .swiper-pagination-bullet {
		width: 15px;
		height: 5px;
		border-radius: 3px;
	}
	
	.honor .swiper-pagination-bullet-active {
		background: #BC0A0A;
	}
	/*尾部*/
	
	.footer {
		background: #2d4463;
	}
	
	.footer h6 {
		font-size: 20px;
		line-height: 24px;
		color: #ccc;
		margin: 40px 0 10px 0;
	}
	
	.quick_nav {
		float: left;
		width: 45%;
	}
	
	.quick_nav ul {
		float: left;
		margin-right: 80px;
	}
	
	.quick_nav ul li {
		font-size: 14px;
		line-height: 48px;
	}
	
	.quick_nav ul li a {
		color: #ccc;
	}
	
	.contact_us {
		float: left;
		width: 45%;
	}
	
	.contact_us ul li {
		font-size: 14px;
		line-height: 48px;
		height: 48px;
		color: #ccc;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	.wechat {
		float: right;
		width: 112px;
	}
	
	.wechat ul {
		max-width: 112px;
		max-height: 112px;
		margin-top: 20px;
	}
	
	.foot_centen {
		line-height: 40px;
	}
	
	.foot_centen a {
		font-size: 14px;
		color: #ccc;
		margin-right: 35px;
		white-space: nowrap;
	}
	
	.foot_button {
		line-height: 50px;
	}
	
	.foot_button p,.foot_button a {
		font-size: 14px;
		color: #ccc;
	}
	
	.foot_button p:nth-child(1) {
		float: left;
	}
	
	.foot_button p:nth-child(2) {
		float: right;
	}
	/**************************创始人*******************************/
	
	.founderBjt {
		background-image: url("../image/21.jpg");
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: 100% 100%;
	}
	
	.dounder {
		margin: 50px 0;
	}
	
	.dounderLeft {
		width: 432px;
		margin-right: 32px;
		background: #f7f7f7;
		float: left;
	}
	
	.dounderLeft .img {
		box-shadow: 0 0 2px #DDDDDD;
	}
	
	.dounderLeft .lwj {
		padding: 30px 30px 55px 30px;
		text-align:center;
	}
	
	.dounderLeft .lwj h6 {
		font-size: 24px;
		line-height: 36px;
		color: #2b3a5e;
	}
	
	.dounderLeft .lwj h6 span {
		font-size: 16px;
		line-height: 36px;
		color: #2b3a5e;
		margin-left: 20px;
		font-weight: 500;
	}
	
	.dounderLeft .lwj p {
		font-size: 15px;
		line-height: 30px;
		color: #333;
	}
	
	.dounderRight {
		width: calc(100% - 524px);
		float: left;
		background: #F7F7F7;
		padding: 30px;
	}
	
	.dounderRight .profile {
		font-size: 15px;
		line-height: 30px;
		color: #333;
		text-align:justify;
		padding-bottom:30px;
	}
	
	.dounderRight .profile h6 {
		font-size: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		color: #0c355f;
		border-bottom: 2px solid #0c355f;
	}
	
	.dounderRight .profile img {
		margin:10px auto;
		display:block;
	}
	/**************************简介*******************************/
	
	.company_profile {
		background-image: url("../image/26.jpg");
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: 100% 100%;
		padding: 60px 0;
	}
	
	.img_company {
		position: relative;
	}
	
	.company_profile .img {
		width: 40%;
		margin-right: 60px;
		box-shadow: 0 0 2px #ddd;
		float: left;
	}
	
	.company {
		width: calc(60% - 60px);
		float: left;
	}
	
	.company h6 {
		font-size: 24px;
		line-height: 30px;
		color: #2b3a5e;
	}
	
	.company>p {
		font-size: 18px;
		line-height: 30px;
		color: #bc0a0a;
		text-transform: uppercase;
	}
	
	.company .profile {
		width: 62%;
		padding: 20px;
		background: #fff;
		box-shadow: 0px 0px 10px #ddd;
		font-size: 16px;
		line-height: 34px;
		color: #333;
		position: absolute;
		top: 15%;
		left: 35%;
		z-index: 999;
		text-align:justify;
	}
	
	.company .profile .p1 {
		font-size: 16px;
		color: #666;
		font-weight: 500;
	}
	
	.company .profile .p1 span {
		font-size: 16px;
		color: #333;
		font-weight: 600;
	}
	
	.four_reasons {
		margin-top: 120px;
	}
	
	.four_reasons_title {
		text-align: center;
		color: #BC0A0A;
		margin-bottom: 50px;
	}
	
	.four_reasons_title h1 {
		font-size: 38px;
		margin-bottom: 5px;
	}
	
	.four_reasons_title h3 {
		font-size: 30px;
		text-transform: uppercase;
		font-weight: 500;
	}
	
	.four_reasons .reasons {
		width: calc(49% - 60px);
		margin-right: 2%;
		margin-bottom: 95px;
		background: #f7f7f7;
		padding: 30px;
		float: left;
	}
	
	.four_reasons .reasons:nth-child(2n) {
		margin-right: 0%;
	}
	
	.four_reasons .reasons:nth-child(n+3) {
		margin-bottom: 0px;
	}
	
	.four .reasons {
		position: relative;
	}
	
	.reasons img {
		position: absolute;
		top: -50px;
		left: 40%;
	}
	
	.four .reasons p {
		font-size: 18px;
		line-height: 40px;
		color: #333;
		margin-top: 20px;
	}
	/**************************团队*******************************/
	
	.teamBjt {
		background-image: url("../image/26.jpg");
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: 100% 100%;
		padding: 60px 0;
	}
	
	.teamAll {
		padding: 30px 30px 55px 30px;
		background: #f7f7f7;
		text-align:justify;
	}
	
	.teamAll .all {
		width: 52%;
		margin-right: 30px;
		float: left;
		font-size: 16px;
		line-height:45px;
		color: #333;
		margin-top: 40px;
	}
	
	.teamAll .all p {
		text-indent: 2em;
	}
	
	.allHands .img {
		width: calc(48% - 30px);
		float: left;
		box-shadow: 0 0 2px #ddd;
	}
	
	.teamtitle {
		position: relative;
		padding-top: 80px;
	}
	
	.teamtitle h6 {
		width: 220px;
		font-size: 22px;
		line-height: 60px;
		height: 60px;
		color: #fff;
		margin: 0 auto;
		text-align: center;
		background: #BC0A0A;
		border-radius: 10px;
		position: absolute;
		top: 60%;
		left: 42%;
	}
	
	.teamtitle p {
		width: 100%;
		height: 2px;
		background: #204b9b;
	}
	
	.team {
		margin-top: 50px;
	}
	
	.demeanor {
		width: 33%;
		position: relative;
		float: left;
		margin-right: 0.33%;
	}
	
	.team .demeanor:nth-child(3) {
		margin-right: 0%;
	}
	
	.demeanor .img {
		border: 3px solid #fff;
		border-radius: 10px;
	}
	
	.demeanor>img {
		position: absolute;
		bottom: -60px;
		left: 60px;
	}
	
	.maigtop {
		margin-top: 65px;
	}
	
	.maigtop>img {
		position: absolute;
		top: -60px;
		left: 60px;
	}
	
	.topno {
		margin-top: 5px;
	}
	
	.maigtop2 {
		margin-top: 75px;
	}
	
	.topno .demeanor>img {
		position: absolute;
		bottom: -110px;
		left: 60px;
	}
	
	.position {
		margin-top: 60px;
	}
	
	.pos {
		width: 31.3%;
		margin-right: 3%;
		float: left;
	}
	
	.position .pos:nth-child(3n) {
		margin-right: 0;
	}
	
	.pos .img {
		box-shadow: 0 0 2px #ddd;
	}
	
	.pos .ition {
		background: #f7f7f7;
		padding: 30px 20px;
	}
	
	.pos .ition h6 {
		color: #0c355f;
		font-size: 18px;
		margin-bottom: 20px;
		font-weight: 500;
	}
	
	.pos .ition h6 span {
		font-size: 14px;
		margin-left: 15px;
		font-weight: 300;
	}
	
	.pos .ition p {
		font-size: 14px;
		line-height: 24px;
		color: #666;
	}
	/**************************文化*******************************/
	
	.cultureBjt {
		background-image: url("../image/15.jpg");
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: 100% 100%;
		padding: 60px 0;
	}
	
	.corporate {
		text-align: center;
		margin-bottom: 35px;
	}
	
	.corporate h6 {
		font-size: 48px;
		line-height: 30px;
		color: #bc0a0a;
		font-family: "华文隶书";
	}
	
	.corporate p {
		font-size: 18px;
		line-height: 30px;
		color: #adadad;
		font-family: "黑体";
		text-transform: uppercase;
	}
	/**************************资质*******************************/
	
	.qualificationsBjt {
		background-image: url("../image/5.jpg");
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: 100% 100%;
		padding: 40px 0;
	}
	
	.qualifications {
		width: 32%;
		margin-right: 2%;
		float: left;
	}
	
	.qualifications_certification .qualifications:nth-child(3n) {
		margin-right: 0%;
	}
	
	.qualifications .img {
		box-shadow: 0 0 2px #ddd;
	}
	
	.qualifications p {
		font-size: 16px;
		line-height: 70px;
		height: 70px;
		color: #333;
		text-align: center;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	/**************************信息发布*******************************/
	
	.informationBjt {
		background-image: url("../image/26.jpg");
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: 100% 100%;
		padding: 20px 0;
	}
	
	.informationDelivery ul {
		border-bottom: 1px dotted #0c355f;
		padding: 20px 0;
	}
	
	.informationDelivery ul li {
		font-size: 18px;
		line-height: 46px;
		height: 46px;
	}
	
	.informationDelivery ul li a .span1 {
		color: #333;
		width: calc(100% - 130px);
		float: left;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	.informationDelivery ul li a .span2 {
		color: #7A7A7A;
		width: 120px;
		margin-left: 10px;
		float: right;
	}
	/*hover效果*/
	
	.informationDelivery ul li:hover a .span1 {
		color: #BC0A0A;
	}
	
	.informationDelivery ul li:hover a .span2 {
		color: #BC0A0A;
	}
	/*分页*/
	
	.informationDelivery .paging {
		margin: 40px 0;
	}
	/**************************业务范围*******************************/
	
	.businessBjt {
		background-image: url("../image/26.jpg");
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: 100% 100%;
		padding-bottom: 60px;
	}
	
	.scop {
		margin-top: 45px;
		padding: 40px;
		background: #F7F7F7;
	}
	
	.scoptitle {
		border-bottom: 2px solid #ddd;
		padding-bottom: 8px;
	}
	
	.scoptitle .span1 {
		font-size: 18px;
		color: #fff;
		background-image: url("../image/52.png");
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: 100% 100%;
		padding: 10px 50px 10px 30px;
	}
	
	.scoptitle .span2 {
		font-size: 18px;
		color: #bc0a0a;
		text-transform: uppercase;
	}
	
	.scoptitle .span3 {
		float: right;
		color: #adadad;
		font-size: 14px;
	}
	
	.scoptitle .span4 {
		color: #BC0A0A;
	}
	
	.Of {
		margin-top: 30px;
		font-size: 16px;
		line-height: 32px;
		color: #333;
	}
	
	.bu {
		padding: 30px;
		border: 2px solid #ddd;
		border-top: none;
		font-size: 16px;
		line-height: 32px;
		color: #333;
		text-align:justify;
	}
	
	.bu p {
		text-indent: 2em;
	}
	/**************************项目展示*******************************/
	
	.projectBjt {
		background-image: url("../image/26.jpg");
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: 100% 100%;
		padding-top: 45px;
	}
	
	.project {
		width: 23%;
		margin-right: 2.5%;
		float: left;
	}
	
	.projectDisplay .project:nth-child(4n) {
		margin-right: 0%;
	}
	
	.project .img:hover {
		box-shadow: 0 0 2px red;
	}
	
	.project .img {
		box-shadow: 0 0 2px #0c355f;
	}
	
	.project p {
		text-align: center;
		line-height: 50px;
		height: 50px;
		font-size: 16px;
		color: #333;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	.projectDisplay .paging {
		padding: 20px 0 60px 0;
	}
	/**************************联系我们*******************************/
	
	.contactBjt {
		background-image: url("../image/5.jpg");
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: 100% 100%;
		padding: 45px 0 60px 0;
	}
	
	.contactUs .contact {
		width: 22%;
		padding: 30px;
		background: #f7f7f7;
		margin-right: 30px;
		float: left;
	}
	
	.contact li {
		margin-bottom: 24px;
	}
	
	.contact li:last-child {
		margin-bottom: 0px;
	}
	
	.contact li>img {
		float: left;
		margin-right: 15px;
		max-width: 44px;
		max-height: 44px;
	}
	
	.contact li .con {
		float: left;
		width: calc(100% - 60px);
	}
	
	.contact li .con h6 {
		font-size: 18px;
		line-height: 40px;
		height: 40px;
		color: #333;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	.contact li .con p {
		font-size: 14px;
		line-height: 28px;
		color: #666;
	}
	
	.contact li .con img {
		max-width: 112px;
		max-height: 112px;
	}
	
	.contactUs .Us {
		width: calc(78% - 90px);
		float: left;
	}

    .my-map { margin: 0 auto; width:100%; height: 550px; }
    .my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
    .my-map .icon-cir { height: 31px; width: 28px; }
    .my-map .icon-cir-red { background-position: -11px -5px; }
    .amap-container{height: 100%;}
	/**************************党政建设*******************************/
	
	.partyBjt {
		background-image: url("../image/5.jpg");
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: 100% 100%;
		padding: 35px 0 50px 0;
	}
	
	.partyImg .party {
		width: 58%;
		margin-right: 30px;
		float: left;
	}
	
	.partyImg .img {
		width: calc(42% - 30px);
		float: left;
		box-shadow: 0 0 2px #ddd;
	}
	
	.partyImg .scoptitle .span1 {
		background-image: url("../image/64.png");
	}
	
	.partyImg .scoptitle .span2 {
		font-weight: 500;
	}
	
	.party .par {
		font-size: 16px;
		line-height: 36px;
		color: #333;
		margin-top: 30px;
		text-align: justify;
	}
	
	.party .par p {
		text-indent: 2em;
	}
	
	.party .par p span {
		color: #bc0a0a;
	}
	
	.party .par p:nth-child(2) {
		margin-bottom: 35px;
	}
	/**************************文章详情*******************************/
	
	.articleDetails {
		margin: 40px 0;
	}
	
	.articletitle {
		text-align: center;
		border-bottom: 1px solid #2b3a5e;
	}
	
	.articletitle h6 {
		font-size: 24px;
		color: #333;
		margin-bottom: 20px;
	}
	
	.articletitle p {
		font-size: 20px;
		color: #333;
		margin-bottom: 20px;
		background: #f7f7f7;
		line-height: 38px;
	}
	
	.articletitle ol {
		font-size: 14px;
		color: #7a7a7a;
		margin-bottom: 20px;
	}
	
	.details {
		text-align:justify;
		font-size: 15px;
		line-height: 30px;
		color: #333;
		padding: 30px 0;
	}
	
	.details p {
		text-indent: 0em;
	}
	.details img{max-width:100%;margin:5px auto;display:block;}
	.details table{margin:0 auto;}
	table{
	max-width:100%;
    border-top: 1px solid #999 !important;
    border-left: 1px solid #999 !important;
    border-spacing: 0 !important;
    border-collapse: collapse;
	}
	table tr td {
	border:0 !important;
    border-bottom: 1px solid #999 !important;
    border-right: 1px solid #999 !important;
	}
	table tr td p{text-indent:0 !important;}
	/*上下篇*/
	
	.up_and_down {

		border-top: 1px solid #2b3a5e;
		width: 100%;
	}
	
	.up_and_down a {
		display: block;
		width: 45%;
		float: left;
		font-size: 15px;
		color: #2b3a5e;
		line-height: 60px;
		height: 60px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	.up_and_down a:nth-child(2) {
		float: right;
		text-align: right;
	}
	/**************************主要业绩*******************************/
	
	.achievement {
		padding: 40px 0 165px 0;
	}
	
	.achievement .p1 {
		text-align: center;
		font-size: 18px;
		color: #bc0a0a;
	}
	/*口风琴效果*/
	
	.organ>ul {
		width: 100%;
		list-style: none;
	}
	
	
	.organ .menu-one>li {
		overflow: hidden;
		margin-top: 30px;
		width:32%;
		float:left;
		margin-right:2%;
	}
	.organ .menu-one>li:nth-child(3n){margin-right:0;}
	.organ .menu-one .header {
		cursor: pointer;
		position: relative;
	}
	
	.organ .menu-one li .header {
		border: 1px solid #ebebeb;
		background: #ebebeb;
	}
	
	.organ .menu-one .header p:last-child {
		float: right;
	}
	
	.organ .menu-one .header .txt {
		color: #333;
		font-size: 18px;
		padding-left: 20px;
		line-height: 50px;
	}
	
	.organ .menu-one .header .arrow {
		background: url(../image/67.png) no-repeat;
		position: absolute;
		top: 15px;
		right: 20px;
		width: 20px;
		height: 20px;
	}
	
	.organ .menu-show .header .arrow {
		background-image: url(../image/66.png);
		position: absolute;
		top: 25px;
	}
	
	.organ .menu-two {
		display: none;
		padding: 30px;
		background: #2b3a5e;
	}
	
	.organ .menu-two p {
		line-height: 30px;
		font-size: 15px;
		color: #fff;
	}