
*{
	margin:0;
	padding:0;
	border: 0;
}
body {
	overflow-x:hidden;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #005fd4;
	text-decoration: none;
}		
			
			
/***********/			
.page_header {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	height: 100px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px #b3b3b3;
}
.page_header_box {
	clear: both;
	width: 1280px;
	margin: 0px auto 0px auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	position: relative;
}
/*** 当浏览器的可视区域小于1500px **/
@media screen and (max-width: 1500px) {

	.page_header_box {
		clear: both;
		width: 1150px;
		margin: 0px auto 0px auto;
		height: auto;
		padding: 0px 0px 0px 0px;
		position: relative;
	}

}

.logo {
	position: absolute;
	left: 0%;
	top: 20px;
	width: auto;
	float: left;
}


/*****************con*****************/
.page_con {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px auto 50px auto;
	padding: 0px 0px 6% 0px;
	background: url(../images/banner_bg.jpg) #fff no-repeat center top;
	position: relative;
}
.page_con_1 {
	background: url(../images/banner_bg_1.jpg) #fff no-repeat center top;
}
.page_con_2 {
	background: url(../images/banner_bg_2.jpg) #fff no-repeat center top;
}
.page_con_3 {
	background: url(../images/banner_bg_3.jpg) #fff no-repeat center top;
}
.page_con_4 {
	background: url(../images/banner_bg_4.jpg) #fff no-repeat center top;
}
.page_con_5 {
	background: url(../images/banner_bg_5.jpg) #fff no-repeat center top;
}
.page_con_2024_1 {
	background: url(../images/banner_bg_2024_1.jpg) #fff no-repeat center top;
}
.page_con_2024_2 {
	background: url(../images/banner_bg_2024_2.jpg) #fff no-repeat center top;
}
.page_con_2024_3 {
	background: url(../images/banner_bg_2024_3.jpg) #fff no-repeat center top;
}
.page_con_2025_1 {
	background: url(../images/banner_bg_2025_1.jpg) #fff no-repeat center top;
}
.page_con_2025_2 {
	background: url(../images/banner_bg_2025_2.jpg) #fff no-repeat center top;
}
.page_con_2025_3 {
	background: url(../images/banner_bg_2025_3.jpg) #fff no-repeat center top;
}
.page_con_2026_1 {
	background: url(../images/banner_bg_2026_1.jpg) #fff no-repeat center top;
}
.page_con_2026_2 {
	background: url(../images/banner_bg_2026_2.jpg) #fff no-repeat center top;
}
.page_con_2026_3 {
	background: url(../images/banner_bg_2026_3.jpg) #fff no-repeat center top;
}


.conbox {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 100px 0px 0% 0px;
	position: relative;
}
.conbox_2 {
	padding: 180px 0px 0% 0px;
}
.page_list {
	clear: both;
	width: 100%;
	margin: 0px auto 0px auto;
	height: auto;
	padding: 0px 0px 0px 0px;
}
.page_inner {
	width: 1300px;
	height: auto;
	min-height: 150px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}

/*** 当浏览器的可视区域小于1680px **/
@media screen and (max-width: 1680px) {

	.page_inner {
		width: 1200px;
		height: auto;
		min-height: 150px;
		padding: 0px 0px 0px 0px;
		margin: 0px auto;
	}

}


/*********************tab***************************/
.Menubox{
	width: 180px;
	float: left;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	margin: 0% 0% 0% 0%;
	position: absolute;
	right: 5%;
	top: 138px;
}
/*** 当浏览器的可视区域小于1680px **/
@media screen and (max-width: 1680px) {

	.Menubox{
		width: 180px;
		float: left;
		font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
		margin: 0% 0% 0% 0%;
		position: absolute;
		right: 0%;
		top: 138px;
	}

}
.Menubox ul {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}
.Menubox li{
	float:left;
	display:block;
	cursor:pointer;
	text-align:center;
	color: #005fd4;
	font-weight:bold;
	width: 180px;
	height: 100px;
	line-height: 100px;
	font-size: 22px;
	background:url(../images/ml_bg.png) no-repeat center center;
	cursor: default;
}

/**********
.Menubox li:hover {
	color: #61cbbf;
	background:url(../images/ml_bg_hover_2.png) no-repeat center center;
}
*******/

.Menubox li.hover {
	color: #61cbbf;
	font-weight:bold;
	width: 180px;
	height: 100px;
	line-height: 50px;
	font-size: 28px;
	background:url(../images/ml_bg_hover.png) no-repeat center center;
	cursor: pointer;
}
.Menubox .top {
	width: 180px;
	height: 34px;
	line-height: 34px;
	background:url(../images/ml_top_bg.png) no-repeat center center;
}


#con_one_1,#con_one_2,#con_one_3,#con_one_4 {
	height: auto;
	width: 100%;
	clear: both;
	float: left;
}
.tabconbox {
	width: 1300px;
	height: auto;
	min-height: 610px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}

/*** 当浏览器的可视区域小于1680px **/
@media screen and (max-width: 1680px) {

	.tabconbox {
		width: 1180px;
		height: auto;
		min-height: 610px;
		padding: 0px 0px 0px 0px;
		margin: 0px auto;
	}

}

/*** 当浏览器的可视区域小于1540px **/
@media screen and (max-width: 1540px) {

	.tabconbox {
		width: 1100px;
		height: auto;
		min-height: 610px;
		padding: 0px 0px 0px 0px;
		margin: 0px auto;
	}

}

/*** 当浏览器的可视区域小于1480px **/
@media screen and (max-width: 1480px) {

	.tabconbox {
		width: 1000px;
		height: auto;
		min-height: 610px;
		padding: 0px 0px 0px 0px;
		margin: 0px auto;
	}

}




.tabconbox img {
	max-width: 100%;
}

.banner_img {
	width: 1300px;
	height: auto;
	padding: 0px 0px 100px 0px;
	margin: 0px auto;
	text-align: center;
}
.banner_img img {
	max-width: 100%;
}
.banner_img_m {
	display: none;
}



/************/
.page_box {
	float: left;
	width: 31.3%;
	height: auto;
	position: relative;
	margin: 1% 1%;
}
.page_box img {
	width: 100%;
	border-radius: 8px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
	float: left;
}
.page_box img:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.80;
}
.page_tx {
	float: left;
	width: 90%;
	height: 45px;
	margin: 0px 0px;
	position: absolute;
	padding: 10px 5% 10px 5%;
	text-align: left;
	bottom: 0px;
	left: 0px;
	background: url(../images/nw_tx_bg.png) repeat;
	border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px; 
    -webkit-border-radius: 0px 0px 8px 8px;
}
.page_tx h1 {
	line-height: 22px;
	font-weight: normal;
	font-size: 18px;
}
.page_tx h1 a {
	color: #FFFFFF;	
}
.page_tx h1 a:hover {
	color: #61cbbf;
}





/*********详情**********/
.page_left {
	float: left;
	width: 51%;
	margin: 0px auto 0px auto;
	height: auto;
	padding: 3% 7% 3% 7%;
	background-color: #FFFFFF;
	border-radius: 8px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
.page_right {
	float: left;
	width: 27%;
	margin: 0px auto 0px 2%;
	height: auto;
	min-height: 150px;
	padding: 3% 4% 3% 2%;
	background-color: #FFFFFF;
	border-radius: 8px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}

/*******标题********/
.po_box {
	clear: both;
	padding: 20px 0px 50px 0px;
	margin-bottom: 0px;
	margin: 0px 0px;
	width: 100%;
}
.po_box h1 {
	text-align: left;
	font-size: 28px;
	color: #333333;
	line-height: 64px;
	font-weight: bold;
	padding: 20px 0px 20px 0px;
}
.po_box h3 {
	font-size: 24px;
	color: #333333;
	line-height: 64px;
	font-weight: bold;
	background: url(../images/brief.png) no-repeat left center;
	background-size: 30px 30px;
	padding: 0px 0px 0px 40px;
}
.po_box p {
	text-align: left;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	float: left;
	background-color: #F5F5F5;
	border-radius: 8px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
	padding: 3% 3%;
	width: 94%;
	clear: both;
	margin-bottom: 30px;
}
.po_box p span {
	margin: 0px 13px;
}
.po_box .depart {
	text-align: left;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	background: url(../images/depart.png) no-repeat left center;
	background-size: 20px 20px;
	padding: 0px 0px 0px 30px;
	clear: both;
}

.page_right h1 {
	text-align: left;
	font-size: 24px;
	color: #333333;
	line-height: 64px;
	font-weight: bold;
	background: url(../images/line.png) no-repeat left center;
	background-size: 30px 30px;
	padding: 0px 0px 0px 40px;
	margin-bottom: 20px;
	margin-left: 4%;
	float: left;
}

.page_right ul {
	clear: both;
	padding: 10px 0px 0px 0px;
	margin-bottom: 0px;
	margin: 0px 0px;
	width: 100%;
}
.page_right ul li {
	text-align: left;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	height: 85px;
	background:url(../images/line_bg.png) no-repeat left center;
	padding: 32px 0px 0px 60px;
	box-sizing: border-box;
	position: relative;
}
.page_right:not(.in-progress) ul li:last-child {
	background: none;
}
.page_right:not(.in-progress) ul li:last-child::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 85px;
    background: url(../images/line_bottom_bg.png) no-repeat center center;
    background-size: contain;
    transform: translateY(-50%) rotate(-1deg);
    transform-origin: center;
    pointer-events: none;
}
.page_right:not(.in-progress) ul li:first-child::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 35px;
	background-color: #fff;
}
.page_right.in-progress ul li:first-child {
	background:url(../images/line_top_bg.png) no-repeat left center;
	padding: 32px 0px 0px 60px;
}




/*********所在位置**********/
.route {
	float: left;
	clear: both;
	background: url(../images/home.png) no-repeat 10px center;
	border-radius: 8px; /* css 3标准 */
    -moz-border-radius: 8px; /* mozilla */
    -webkit-border-radius: 8px;
	width: 97%;
	height: 28px;
	padding: 10px 0px 10px 3%;
	margin: 10px auto 10px auto;
}
.route h2 {
	line-height: 28px;
	width: 80%;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	padding-left: 0px;
	letter-spacing: 0px;
	height: 28px;
	float: left;
}
.route h2 a {
	color: #333333;
}
.route h2 a:hover {
	color: #005fd4;
}
.route h2 span {
	color: #333333;
}
