@charset "utf-8";
/* CSS Document */
/* 清除默认样式 */
*{
	margin:0;
	padding:0;
}
.box1{
	width: 100%;
    height:400px;
	background:url("../images/banner.png")  no-repeat center 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%;
	min-width:1300px;
	margin: 0 auto;
}

.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;
}
