﻿@charset "utf-8";

/* CSS Document */
/*2025.12.30*/

.box{
	overflow: hidden;
	width: 800px;
	margin: auto;
}
.top{
	background: url(../images/banner.jpg) no-repeat center top;
padding: 20px;
background-size: cover;
height: 140px;

}
.menu{
	background: url(../images/daohang.jpg) no-repeat center top;
padding:0 20px;
height: 26px;
text-align: center;
}
.menu ul {
	/*转化为table 并且，宽度百分百，*/
	text-align: center;
width: 510px;
margin: auto;

	display: flex;
	text-align: center;

	padding: 0;

	justify-content: space-between;
}

.menu ul li {
	line-height: 26px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	/*display: table-cell;*/
	/*float: left;*/
	list-style: none;
	/*padding: 0 10px;*/
	/*margin: 0px ;*/
	
	
	
}

.menu ul li a {
	font-size: 16px;
	color: #28684e;
	font-weight: bold;
	text-decoration: none;
}

.menu ul li a.active,
.menu ul li a.move,
.menu ul li a.selected,
.menu ul li a.parent,
.menu ul li a:hover{
	color: #28684e;
	
}


.side-nav-panel {
	/*border-bottom:1px solid #ccc;*/
	/*padding:20px 30px 30px;*/
	border-top: none;
	border-bottom: none;
}

.slide-nav-ul {
	padding: 0;
	margin: 0;
	padding-left: 20px;
}

.slide-nav-ul li {
	position: relative;
	line-height: 29px;
	padding: 1px 10px;
	display: block;
	 margin-bottom: 20px;

}
.slide-nav-ul li::after{
	position: absolute;
	content: "";
	left: -7px;
	top: 5%;
	width: 50px;
	height: 50px;
	border: 8px solid #7c95e5;
	
}


.slide-nav-ul li a {
	padding: 8px 0;
	display: block;
	color: #020091;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	position: relative;
	z-index: 11;
	line-height: 30px;
	font-family: "微软雅黑";

}




.slide-nav-ul li:hover,
.slide-nav-ul li.active {
/*
	box-shadow: 0px 15px 17px -17px rgba(0, 0, 0, 0.5);*/
}


/* 左侧二级选中 .parent */

.slide-nav-ul li a:hover,
.slide-nav-ul li a.active,
.slide-nav-ul li a.selected,
.slide-nav-ul li a.parent,
.slide-nav-ul li a.active:hover {
	color: #1e56b0;
}

.index-con{
	padding: 20px 0;
}
.right-nr1{
	width: 418px;
}
.in-rul{
	
	margin-left: 11px;
	border-left: 2px solid #9292dd;
	border-right: 2px solid #9292dd;
}
.in-rul ul {
	padding:0 15px;
	margin: 0;
}
.in-rul ul li{
	padding-left: 16px;
	background: url(../images/dot7.gif) no-repeat left 12px;
	padding-bottom: 10px;
}
.in-rul ul li a{
	color: #253D83;
    font-size: 12px;
}


 ul.list-paddingleft-2 {
	padding:0 15px;
	margin: 0;
}
ul.list-paddingleft-2 li{
	padding-left: 16px;
	background: url(../images/dot7.gif) no-repeat left 8px;
	padding-bottom: 10px;
}





.more{
	text-align: right;
	padding-right: 15px;
}
.more a{
	color: #253D83;
    font-size: 12px;
}

table{
	margin-left: 0px !important;
}

.mar0 {
    margin-top: 0;
}


.nycon {
    min-height: 600px;
    padding-top: 15px;

   padding-bottom:40px;
  
 
}



.footer{
	background: url(../images/fbg.jpg) no-repeat center top;
padding: 20px 0 10px;
background-size: cover;

text-align: center;
}
.footer p{
	
	margin-bottom: 10px;
}
.footer p:first-child{
	font-weight: bold;
	font-size: 18px;
}

