@charset "utf-8";
/* CSS Document */
html {height:100%}
body {margin:0px; padding:0px;font-family:"微软雅黑",Arial; height:auto;}

img { border:0px;}


/*列表开始*/
.bj{background: url(../images/lefbg.png) no-repeat bottom center #fef1f1;margin-bottom:20px; width:250px}
/*当前位置*/
.loa { color:#333; border-bottom:1px solid #ddd;padding-left:10px; height:45px; line-height:45px; font-size:15px}
.loa a {color:#f90008;font-size:15px }
.loa a:hover {color:#f90008; text-decoration:underline;}
/*左边一级栏目标题*/
.list_title {font-size:18px; color:#fff; font-weight:bold; background: url(../images/navlist.png) no-repeat left #f90008;}
/*左边二级级栏目标题*/
.list_menu { font-size:15px; color:#666; border:1px solid #ccc;background-color:#fff}
.list_menu a { font-size:15px;color:#666;width:210px; height:36px; line-height:36px; text-align:center; display:block;  overflow:hidden}
.list_menu a:hover { color:#fff;background:#f90008;text-align:center;font-size:15px;}
/*右边列表样式*/
.nlist{background:url(../images/dot.png) no-repeat left; height:60px; border-bottom:1px dotted #ccc; padding-left:10px;}
.nlist a{ line-height:40px;  padding-left:10px; color:#333;font-size:18px;}
.nlist a:hover{ line-height:40px; padding-left:10px; color:#2c927c}
.nlistime{line-height:40px; border-bottom:1px dotted #ccc; color:#666; font-size:18px}
.list_ntitle{ font-size:28px; font-weight:bold; color:#000;}
.concent-bk{ border:1px solid #e8e8e8; background:#fff}
.concent-bkt{ margin-top:10px}
.n-list{ font-size:16px; color:#309504;height:40px; line-height:40px; padding-left:10px; font-weight:bold; border-bottom:1px solid #e8e8e8}

.cxys{ background:#015293; width:80px; border-radius:5px; height:25px; display:block; color:#fff; text-align:center; line-height:25px}

.box1{
	width: 100%;
    height:636px;
	background:url("../images/banner.png")  no-repeat top center;
	background-size: 1920px 636px;
	margin: 0 auto;
	min-width:1300px;
}
.jijing{
	width: 100%;
	background: url("../images/bg.png") no-repeat center;
    background-size: 1920px 100%;
	float: left;
	margin: 0 auto;
	min-width:1300px;
}
.breadcrumb-main{
	width: 1300px;
	height:30px;
	margin: 30px auto 30px auto;
}
.weizhi{
	width: 20px;
	height: 20px;
	margin-right: 6px;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.breadcrumb li a{
	text-decoration: none;
	color: inherit;
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 .25rem;
  content: ">";
}
/*图片部分*/
.jijing-main-box{
	width: 1300px;
	height: 996px;
	margin: 0 auto;
}
.jijin_img1{
	width: 1300px;
	height: 312px;
	float: left;
	margin-bottom:30px;
}
.jijing_pic1,.jijing_pic2,.jijing_pic3{
	width: 414px;
	height: 312px;
	float: left;
}
.jijing_pic1,.jijing_pic2{
	margin-right: 29px;
}
img{
	width: 100%;
	height: 100%;
}
/*分页样式*/
.page{
	width: 1300px;
	height: 50px;
	margin: 30px auto 20px auto;
	text-align: center;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
	border-radius: 4px;
}

ul.pagination li a.active {
    background-color: #36E3BD;
    color: white;
    border: 1px solid #E5E5E5;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

/*底部样式*/
footer * {
    box-sizing: border-box;
}
a{
	text-decoration: none;
	color: inherit;
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.footer {
    width: 100%;
    height: 260px;
    background: url("../images/footer.png") no-repeat center;
	float: left;
	background-size: 1920px 100%;
	margin: 0 auto;
	min-width:1300px;
}

.footer-center {
    width: 1300px;
    margin: auto;
    display: flex;
}

.footer-top {
    flex: 1;
    height: 104px;
    padding-top: 45px;
    padding-bottom: 50px;
	float:left;
}

.footer-title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 16px;
}

.footer-text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height:24px;
    margin-bottom: 20px;
    display: flex;
    height: 24px;
}

.footer-text a {
    margin-right: 30px;
    cursor: pointer;
    display: flex;
	color:#fff;
    align-items: center;
}

.footer-line {
    width: 100%;
    height: 1px;
	float: left;
    background: #ffffff;
}

.footer-text img {
    width: 24px;
    height: 24px;
    margin-right: 13px;
}

.footer-bottom {
    flex: 1;
    display: flex;
    align-items: center;
    height: 60px;
}

.footer-bottom span {
    cursor: pointer;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
	
}
.footer-bottom div{
	font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
	margin-left: 40px;
}
