* {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #fff;
}

.my-nav {
	background-color: white;
	color: black !important;
}

.my-nav-item a {
	color: #000000;
}

.layui-nav a {
	color: #000000 !important;
}

.layui-nav .layui-nav-item a:hover {
	color: #000000 !important;
	text-decoration: none;
}

/* 修改激活状态的文字颜色 */
.layui-nav .layui-this a {
	color: #0E47C6 !important;
	text-decoration: none;
}

/* 修改底部横条的颜色 */
.layui-nav .layui-this:after,
.layui-nav-bar {
	background-color: #0E47C6 !important;
}

.my-nav .layui-nav-item a .layui-icon-down:before{
	content: '';
}

.my-nav .layui-nav-item .layui-nav-child{
	z-index: 9999;
	box-shadow: none;
	border:none;
}

.headbg{
	background-color: #ffffff;
	position: absolute;
	width: 100%;
	height: 200px; 
	z-index: 999;
	padding-left: 30px;
	padding-top: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	font-weight: 400;
	display: none;
	border-top: 1px #eeeeee solid;
}

.headlogo {
	width: 252px;
	height: 48px;
	padding-top: 5px;
}

.menu {
	font-size: 30px;
	color: #ffffff;
	line-height: 60px;
	padding: 20px;
	background: #333333;
}

.focus img {
	width: 100%;
	height: auto;
}

.mypadding {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}

.mymargintop {
	margin-top: 30px;
}

.myhomemargintop {
	margin-top: 100px;
}

.picMarquee-left {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #000000;
	padding-bottom: 30px;
}

.picMarquee-left .bd {
	overflow: hidden;
}

.picMarquee-left .bd ul {
	width: 100%;
	display: flex;
}

.picMarquee-left .bd ul li {
	margin: 0 8px;
	width: 360px;
	height: 440px;
	float: left;
	_display: inline;
	overflow: hidden;
	background-color: #ffffff;
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	width: 360px;
	height: 210px;
	object-fit: cover;
	display: block;
}

.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.picMarquee-left .bd ul li .title {
	line-height: 24px;
	color: #000000;
	margin-top: 10px;
	font-size: 20px;
	padding: 10px;
}

.picMarquee-left .bd ul li .content {
	line-height: 24px;
	color: #000000;
	font-size: 12px;
	padding: 10px;
	height: 110px;
}

.picScroll-left {
	position: relative;
}

.picScroll-left .hd {
	height: 30px;
	padding: 0 10px;
}

.picScroll-left .hd .prevStop {
	background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
	background-position: -60px -50px;
}

.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("assets/image/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
	background-position: 0 0;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picScroll-left .bd ul li .title {
	line-height: 24px;
}

.picmember img {
	width: 100%;
	overflow: hidden;
	aspect-ratio: 100/45;
	/*object-fit: cover;*/
	background-color: #ffffff;
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover {
	background-color: #0E47C6;
	color: #fff;
}

.layui-mobilenav .layui-this a {
	color: #ffffff !important;
}

.layui-mobilenav .layui-this a:hover {
	color: #ffffff !important;
}

.layui-border-white {
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff !important;
	color: #ffffff !important
}

.mylabel{
	width: 80px;
	text-align: left;
	display: inline-block;
	line-height: 200%;
}

.myinput{
	padding: 5px; width: 100%;
	border: 0;
	line-height: 200%;
}

.myneedlabel{
	width: 80px;
	text-align: left;
	display: inline-block;
	line-height: 200%;
}

.myneedlabel::before {
    content: "*";
	color: red;
	position: absolute;
	left: 2px;  /* 贴在左侧 */
	top: 10px;   /* 贴在顶部 */
}

.inputline::after{
	content: "";
	position: absolute;
	left: 10px;
	bottom: 0; /* 定位到底部 */
	width: calc(100% - 50px); /* 横线宽度和元素一致 */
	height: 1px; /* 横线粗细 */
	background: #DCDCDC; /* 横线颜色 */
}

.myjujian{
	width: 100px;
	text-align: left;
	display: inline-block;
	line-height: 200%;
}

.inputlineup::after{
	content: "";
	position: absolute;
	left: 10px;
	bottom: 0; /* 定位到底部 */
	width: calc(100% - 50px); /* 横线宽度和元素一致 */
	height: 1px; /* 横线粗细 */
	background: #DCDCDC; /* 横线颜色 */
}

/* 完全移除边框和阴影 */
.myselect .layui-form-select {
    border: none !important;
}

.myselect .layui-form-select .layui-input {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
	width: 160px;
}

.myselect .layui-form-select dl dd.layui-this{
	color: #0E47C6;
}

.container {
  display: flex;
  flex-wrap: wrap; 
  width: 100%;
  align-items: center;
}

.left-text {
  flex: 0 0 100%;
  margin-bottom: 5px;
  margin-right: 10px;
}

.right-text {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .left-text {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

.layui-input:focus {
  border-color: #0E47C6 !important; 
  box-shadow: 0 0 5px rgba(14, 71, 198, 0.3) !important;
}

.listcontainer {
  display: flex;
  width: 100%;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.fixed {
  width: 80px;
  flex-shrink: 0; 
}

@media (max-width: 600px) {
  .fixed {
    flex: 100%; 
  }
}

.auto {
  flex: 1;
  min-width: 0;
}

.linext {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  color: #999999;
}

.linextend {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 20px;
  color: #999999;
}

.linextli {
	flex: 1;
}

.contactcn{
	display: flex;
	width: 100%;
	gap: 20px;
	align-items: flex-end;
	flex-wrap: wrap;
}

.contactli{
	flex: 1;
}

@media (max-width: 970px) {
  .contactli {
    flex: 100%;
  }
}

.bluebg {
  background: rgba(14, 71, 198, 0.30);
  padding:20px;
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.img-responsive {
    width: 100%;
    height: auto;
    /*display: block;*/
    object-fit: cover;
    max-width: 100%;
}

#pcnav .layui-nav-child{
	text-align: center;
}

#marquee{
	width: 100%;
	margin: 0 auto;
}
