@CHARSET "UTF-8";
/* 导航栏  */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "微软雅黑";
}

body {
	height: auto;
	text-align:justify;
}

.nav {
	width: 100%;
	height: 5.5em;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 1);
}
	/*  div 半透明设置  filter:alpha(opacity=50);  支持 IE 浏览器-moz-opacity:0.50; 支持 FireFox 浏览器opacity:0.50;  支持 Chrome, Opera, Safari 等浏览器 */
.logo {
	width: 15.54%;
	height: 63.8%;
	margin-left: 5.4%;
	margin-top: 20px;
	float: left;
}

.logo img {
	width: 100%;
}

.background img {
	width: 100%;
}

.nav_name {
	width: 50%;
	margin-left: 8%;
	height: 63.8%;
	float: left;
	margin-top: 1.6%;
	text-align: center;
}

.nav_name ul {
	margin-top: 1em;
	color: #AB0119;
}

.nav_name ul li {
	float: left;
	margin-left: 3%;
	letter-spacing: 0.05em;
}

.nav_name ul li a {
	color: #AB0119;
	text-decoration: none;
}

.nav_name ul li hr {
	color: #AB0119;
	display: none;
	margin-top: 0.3em;
}

.tel {
	width: 9%;
	height: 63.8%;
	float: left;
	margin-top: 0.02em;
	margin-left: 1%;
	line-height: 6.2em;
	text-align: center;
	color: #cc3333;
}
.language{
	width: 175px;
	float: right;
	margin-top: 10px;
	text-align: center;
	color: #cc3333;
	font-size: 14px;
}
.language a{
	text-decoration: none;
	color: #cc3333;
	font-size: 14px;
}
.work {
	width: 14%;
	height: 24px;
	float: left;
	margin-top: 45px;
	margin-left: 1%;
	font-size: 12px;
	line-height: 24px;
	background: #cc3333;
	border-radius: 5px;
	padding-left: 7px;
	color: #fff;
}

.work_word {
	float: left;
}

.email {
	background: #AC021A;
	margin-left: 10px;
	float: left;
	width: 34px;
	height: 19px;
	margin-top: 3px;
	line-height: 19px;
	text-align: center;
	border-radius: 5px;
}

.oa {
	background: #AC021A;
	margin-left: 10px;
	float: left;
	width: 50px;
	height: 19px;
	margin-top: 3px;
	line-height: 19px;
	text-align: center;
	border-radius: 5px;
}
/* foot */
.footer {
	width: 100%;
	background-size: 100% 100%;
}

.content_US {
	color: #AB0119;
	text-align:center;
	font-size: 24px;
	padding-top: 5%;
}

.content_information {
	margin-top: 30px;
	margin-left: 38%;;
}

.content_information ul li {
	margin-bottom: 12px;
}

.gj {
	width: 55%;
	margin-left: 23%;
	margin-top: 20px;
}

.ewm_hr {
	width: 503px;
	height: 33px;
	margin-top: 5px;
	margin-left: 5%;
}

.ewm_content {
	width: 200px;
	margin-top: 2px;
	margin-left: 26%;
	text-align: center;
	font-size: 15px;
}
.Friendshiplink{
	width: 100%;
    height: 100px;
    background: rgba(254,95,92, 0.3);
	text-align: center;
    margin-top: 3.9%;
}
.Friendshiplink p{
	font-size: 16px;
    margin-bottom: 20px;
	padding-top: 10px;
    color: #cc3333;
	font-family:"微软雅黑";
}
.Friendshiplink span{
	font-size: .8em;
    font-family: "微软雅黑";
    margin-left: .5em;
}
.copyright{
    height: 38px;
    background: #AF011A;
	line-height: 38px;
    font-size: 13px;
    color: #987675;
    padding-left: 25%;
}
.copyright ul{
	margin-left:60%
}
.copyright li{
	float: left;
	height: 38px;
    line-height: 38px;
	margin-left: 5px;
 	color: #987675;
	font-size: 13px;
}
.copyright p{
	float: left;
    height: 38px;
    line-height: 38px;
    margin-left: 20%;
    font-size: 13px;
    color: #987675;
}
.back_to_top{
	height: 30px;
    margin-top: 4px;
    float: right;
    margin-right: 30px;
}



/* 中间主体部分 */
.Middle {
	width: 100%;
	height: auto;
}

.middle_top {
	width: 100%;
	height: 50px;
}

.middle_top_left {
	float: left;
	height: 50px;
	line-height: 50px;
	margin-left: 30px;
	font-size: 14px;
	font-family: "微软雅黑";
}
.middle_top_left a {
	text-decoration:none;
	color:rgb(45, 45, 45);
}
.middle_top_right {
	float: right;
	height: 50px;
	line-height: 50px;
}

.middle_top_right ul {
	float: left;
	margin-right: 30px;
}

.middle_top_right ul li {
	float: left;
	margin-right: 10px;
}

.middle_top_right ul li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

.middle_top_right ul li hr {
	color: #AB0119;
	display: none;
}

.Middle_Middle {
	width: 54%;
	height: auto;
	min-height: 500px;
	margin-left: 23%;
	margin-top: 30px;
}


/* 基础设施案例 */
li {
	list-style: none;
}

/* wrap */
.wrap {
	margin: 50px auto;
	width: 100%;
	height: 477px;
	position: relative;
	overflow: hidden;
}

.abstract {
	color: rgb(255, 255, 255);
	background: rgba(132, 132, 132, 0.6);
	display: block !important;
	font-size: 12px;
	font-family: "微软雅黑";
	height:140px;
	padding: 0px 15px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.pic {
	width: 343px;
	height: 477px;
	cursor: pointer;
}

.pic1 {
	background: url('../Infrastructure/01.png');
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	position: absolute;
}

.pic_num1 {
	width: 72px;
	height: 79px;
	position: absolute;
	top: 40px;
	left: 18px;
	background: url('../Infrastructure/pic_num.jpg');
	background-position: 0 0;
	display: none;
}

.pic2 {
	background: url('../Infrastructure/02.png');
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 311px;
	z-index: 3;
}

.pic_num2 {
	width: 72px;
	height: 79px;
	position: absolute;
	top: 40px;
	left: 19px;
	background: url('../Infrastructure/pic_num.jpg');
	background-position: -69px 0;
}

.pic3 {
	background: url('../Infrastructure/03.png');
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 403px;
	z-index: 5;
}

.pic_num3 {
	width: 73px;
	height: 79px;
	position: absolute;
	top: 40px;
	left: 17px;
	background: url('../Infrastructure/pic_num.jpg');
	background-position: -138px 0;
}

.pic4 {
	background: url('../Infrastructure/04.png');
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 496px;
	z-index: 7;
}

.pic_num4 {
	width: 74px;
	height: 79px;
	position: absolute;
	top: 40px;
	left: 17px;
	background: url('../Infrastructure/pic_num.jpg');
	background-position: -207px 0;
}

.pic5 {
	background: url('../Infrastructure/05.png');
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 586px;
	z-index: 9;
}

.pic_num5 {
	width: 73px;
	height: 79px;
	position: absolute;
	top: 40px;
	left: 18px;
	background: url('../Infrastructure/pic_num.jpg');
	background-position: -276px 0;
}

.pic6 {
	background: url('../Infrastructure/06.png');
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 677px;
	z-index: 11;
}

.pic_num6 {
	width: 71px;
	height: 79px;
	position: absolute;
	top: 40px;
	left: 20px;
	background: url('../Infrastructure/pic_num.jpg');
	background-position: -345px 0;
}
.top_title {
	width: 100%;
	text-align: center;
	padding-top: 11.5%;
	font-size: 30px;
	/* letter-spacing: 6px; */
	color: #AC021A;
}

.top_title_en {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	margin-top: 3px;
	color: rgb(135, 135, 124);
	letter-spacing: 3px;
}
.Park_Middle_Middle {
    width: 728px;
    height: auto;
    min-height: 500px;
    margin: 30px auto;
}
.Park_Middle_Middle{    width: 728px;
    height: auto;
    min-height: 500px;
    margin: 30px auto;}
.Park_Middle_Middle img {
    margin: auto;
}
