@charset "utf-8";
* {
	margin:0;
	padding:0;
}
h2{
line-height:80px;
	color:#CC3300;
}
.top-all {
	display:block;
	height:130px;
	background:#6ab5f5;
}
.top-in {
	width:1200px;
	height:130px;
	margin:0 auto;
	background:url(../image/logo.png) no-repeat left center;
	background-size:auto 100px;
}
.top-benner {
	width:750px;
	height:70px;
	float:right;
}
.top-benner h2 {
	color:#fff;
	line-height:70px;
	font-weight: lighter;
}
.top-benner-in {
	float:right;
	font-size:14px;
}
.top-select {
	width:750px;
	height:50px;
	float:right;
}
.top-select select {
	width:80px;
	height:39px;
	line-height:35px;
	text-align:center;
}
.top-select input {
	width:420px;
	height:35px;
	line-height:35px;
	text-indent: 20px;
	color: #666666;
}
.top-select select:focus {
	border:none;
}
.button-s {
	height:39px;
	padding:0px 30px;
	background:#ff7200;
	border:none;
	color:#fff;
}
.button-h {
	height:37px;
	padding:0px 30px;
	background:#3099dd;
	border:none;
	color:#fff;
	margin-left:20px;
}
.sider-all {
	height:70px;
	border-bottom:1px solid #6ab5f5;
	background:#fff;
	display:block;
}
.sider-in {
	width:1200px;
	height:70px;
	margin:0 auto;
}
.sider-in a {
	width:160px;
	height:50px;
	display:block;
	float:left;
	color:#333333;
	line-height:50px;
	text-align:center;
	margin-top:10px;
	text-decoration: none;
}
.sider-in a:first-child {
	width: 60px;
}

.sider-in a:hover {
	font-weight: bold;
}
.line1 {
	border-right:1px solid #eee;
}
.line1.active {
	font-weight: bold;
	color: #609ee9;
}

.parent-div {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	background:url(../image/in.png);
	background-size:cover;
	min-height:1000px;
}
.child-div {
	width: 1200px;
	background:#fff;
	margin-top:70px;
}
.tab-bar {
	height: 40px;
	display: flex;
	border-top: 1px solid #4a80ff;
	border-bottom: 1px solid #4a80ff;
}
.tab {
width:110px;
font-size:14px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: #f5f5f5;
	color: black;
	font-weight: normal;
	transition: background-color 0.3s, color 0.3s, font-weight 0.3s;
	border-right:1px solid #ccc;
}
.tab.active {
	background-color: #609ee9;
	color: #fff;
}
.tab:hover {
	background-color: #e0e0e0;
	color:#609ee9;
}
.content {
	height: calc(100% - 55px);
	background-color: white;
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}
.left-content{
width:500px;
height:780px;
display:block;
float:left;
margin:50px;
line-height:30px;}
.left-content img{
max-width:500px;
margin-bottom:30px;}

.right-content{
width:500px;
height:780px;
display:block;
float:left;
margin:50px;
}
.right-content img{
max-width:500px;}
.left-down{
width:500px;
height:520;
display:block;
float:left;
margin:50px;
line-height:30px;
}
.left-down img {
max-width:500px;}
.right-down{
width:500px;
height:520;
display:block;
float:left;
margin:50px;
line-height:30px;
}

    .scroll-container {
      height: 500px; /* 设置滚动区域的高度，根据实际需要调整 */
      overflow: hidden;
    }

    .scroll-content {
      animation: scrollUp 40s linear infinite; /* 设置滚动动画的持续时间和循环方式 */
    }
	.scroll-content p{
	font-size:14px;
	line-height:50px;
	background:url(../image/li-bg.png) bottom repeat-x;
	}

    @keyframes scrollUp {
      0% {
        transform: translateY(0);
      }
      100% {
        transform: translateY(-100%);
      }
    }
	
	
.top-data {
	float:right;
	font-size:12px;
	color:#999;
}

.footer {
	background-color: #f5f5f5;
	text-align: center;
	width:100%;
	display:block;
	position:absolute;
}
.footer-content {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.footer-content p {
	margin: 0 10px;
}
 .footer-content p:not(:last-child)::after {
 content: "|";
 margin-left: 10px;
 margin-right: 10px;
 color: #999;
}
.footer-content p a {
	text-decoration: none;
	color: black;
}
.footer-content p a:hover {
	color: #4a80ff;
}
.footer-address {
	color: #888;
	font-size: 14px;
	margin-bottom: 10px;
}
.footer-address p {
	margin: 0;
}

.dongtai{
width:1000px;
height:120px;
margin:0 auto;
display:block;
border-bottom:1px solid #CCCCCC;}
.dongtai a{
	line-height:80px;
	font-size:18px;
	font-weight: bold;
	text-decoration: none;
	color:#333333;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin:15px;
}

.page-btn, .prev-btn, .next-btn {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  cursor: pointer;
}
.page-cur {
	padding: 8px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #ebebeb;
}

.page-btn:hover, .prev-btn:hover, .next-btn:hover {
  background-color: #ebebeb;
}

.slideshow-container {
	position: relative;
	width: 1040px;
	height: 326px;
	overflow: hidden;
	margin-left:80px;
	margin-top:40px;
}
.slideshow {
	display: flex;
	width: fit-content;
	transition: transform 0.5s ease;
}
.slide {
	width: 190px;
	height: 326px;
	flex-shrink: 0;
	margin-right: 10px;
}
.slide img {
	width: 190px;
	height: 278px;
	object-fit: cover;
}
.slide img:hover {
	border:1px solid #FF0000;
}
.txt-slide-1 {
	font-size:14px;
	line-height:28px;
	text-indent: 10px;
}
.txt-slide-2 {
	font-size:12px;
	text-indent: 10px;
	line-height:20px;
	color:#333333;
}
.prev, .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: none;
	font-size: 24px;
	cursor: pointer;
}
.prev {
	left: -10px;
}
.next {
	right: -10px;
}

.slide-show2{
width:1040px;
display:block;
margin:30px auto;
height:652px;
}

.slide2 {
	width: 190px;
	height: 326px;
	flex-shrink: 0;
	margin-right: 10px;
	float:left;
}
.slide2 img {
	width: 190px;
	height: 278px;
	object-fit: cover;
}
.slide2 img:hover {
	border:1px solid #FF0000;
}


.breadcrumb {
  margin: 40px;
  font-size: 14px;
}

.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  display: inline;
  margin-right: 5px;
}

.breadcrumb li:last-child {
  font-weight: bold;
}

.breadcrumb li a {
  text-decoration: none;
  color: #007bff;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}
.text-in{
margin:40px;
display:block;
line-height:30px;
}
.text-in h1{
text-align:center;
line-height:60px;
}
.text-in a{
	font-size: 12px;
	text-decoration: none;
	color:#666666;
}