  body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d5051;
	/* background-color: #d6d6d6; */
	background-color: #D9EAFF;
	/* background-image: url(../images/top-rept.jpg); */
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
/* 增加星光闪烁 */
.star {
	position: absolute;
	border-radius: 50%;
	background-color: white;
	animation: twinkle 1s infinite ease-in-out;
}

@keyframes twinkle {
	0% {
		transform: scale(0.5);
		opacity: 0.2;
	}

	50% {
		transform: scale(1.0);
		opacity: 1.0;
	}

	100% {
		transform: scale(0.5);
		opacity: 0.2;
	}
}
/* 星光闪烁结束 */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}
a {
	color: #072FCF;
	text-decoration: underline;
}
a:hover {
	color: #072FCF;
	text-decoration: none;
}
.page-in {
	background-image: url(../images/bottom-rept.jpg);
	/* background-color:#282828; */
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	float: left;
}
.page {
	width: 1000px;
	margin: 0px auto;
}
.main, .header {
	width: 1000px;
	float: left;
	position: relative;  /* 需要设置为 relative、absolute 或 fixed，z-index 才会生效 */
	z-index: 10;  /* 值大于星星的 z-index */
}

.header-top {
	/* background-image: url(../images/header-top.jpg); */
	background-color: #D9EAFF;
	background-repeat: no-repeat;
	background-position: left top;
	width: 1000px;
	height: 81px;
	float: left;
}

@font-face {
	font-family: 'SiYuanSong';
	src: local('Source Han Serif CN'), local('Source Han Serif SC'), /*如果可能，调用本地字体*/
	url('fonts/Noto_Serif_SC/NotoSerifSC-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SiYuanSong';
	src: local('Source Han Serif CN'), local('Source Han Serif SC'), /*如果可能，调用本地字体*/
	url('fonts/Noto_Serif_SC/NotoSerifSC-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.header-top h1 {
	font-family: 'SiYuanSong', serif;
	font-weight: bold;
	font-size: 55px;
	line-height: 81px;
	/* color: #FFFFFF; */
	color: #005BAC;
	margin-left: 115px;
}
.header-top h1 span {
	color: #000000;
}

.header2 {
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.companyName {
	position: relative;
	z-index: 1;
  }

  .logo {
	position: absolute;
	top: 0;
	right: 0;
  }

.header-bottom {
	background-image: url(../images/header22.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1000px;
	height: 31px;
	float: left;
}
.header-bottom h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	margin-top: 92px;
	margin-left: 27px;
}
.topmenu {
	background-image: url(../images/menu-bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1000px;
	height: 74px;
	float: left;
}
.topmenu ul {
	height: 74px;
	margin-left: 64px;
	list-style-type: none;
}
.topmenu ul li {
	background-image: url(../images/devider.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 74px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.topmenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 74px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 74px;
	float: left;
	padding-left: 15px;
}
.topmenu ul li a span {
	display: block;
	height: 74px;
	float: left;
	padding-right: 35px;
	cursor: pointer;
}
.topmenu ul li a:hover {
	/* background-image: url(../images/menu-left.jpg); */
	background-image: url(../images/menu-left-b.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.topmenu ul li a:hover span {
	/* background-image: url(../images/menu-right.jpg); */
	background-image: url(../images/menu-right-b.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.content {
	background-color: #FFFFFF;
	background-image: url(../images/body-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 952px;
	max-height: 1200px;
	float: left;
	padding: 30px 24px 0px 24px;
}
.content-left {
	background-image: url(../images/vline.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 621px;
	max-height: 1200px;
	float: left;
	padding-right: 21px;
}
.row1 {
	width: 621px;
	/* height: 45vh; */
	max-width: 800px;
	float: left;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 10px;
}
.title span {
	color: #82ab01;
}
.copyright {
	border: 0px;
	height: 1px;
	width: 1px;
}
ul.list1 {
	margin-top: 5px;
	margin-left: 25px;
	list-style-image: url(../images/bullet.jpg);
}
ul.list1 li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.row2 {
	/* background-image: url(../images/section-bg.jpg); */
	background-color: #F5F7EC;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 591px;
	/* height: 300px; */
	height: 30vh;
	float: left;
	padding: 15px 15px 0px 15px;
}

.indexrow {
	border-radius: 8px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 591px;
	height: 35vh;
	max-height: 260px;
	float: left;
	padding: 10px 10px 10px 10px;
}

.indexrow2 {
	width: 621px;
	max-height: 650px;
	float: left;
	padding: 15px 0px 0px 0px;
}
.speechrow {
	/* background-image: url(../images/section-bg.jpg); */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5F7EC;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	color: #005bac;
	width: 591px;
	/* height: 83vh; */
	max-height: 1200px;
	float: left;
	padding: 10px 10px 0px 10px;
}

.commonrow {
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	color: #4d5051;
	width: 591px;
	max-height: 1200px;
	float: left;
	padding: 15px 15px 0px 15px;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #171817;
	margin-bottom: 10px;
}
.subtitle span {
	color: #607e00;
}
a.more {
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: lightblue;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	display: block;
	width: 60px;
	height: 30px;
	margin-top: -30px;
	transform: translate(-50%, -50%);
	z-index: 1;
	background: rgba(255, 255, 255, .2);
	  -webkit-backdrop-filter: blur(2px);
	  backdrop-filter: blur(2px);
	border-radius: 2rem;
}

a.more:hover {
	color: white;
}
.content-right {
	width: 310px;
	float: right;
	padding-top: 7px;
}
.mainmenu, .contact {
	width: 310px;
	float: right;
}
.sidebar1 {
	font-size: 18px;
	line-height: 50px;
	color: #FFFFFF;
	background-image: url(../images/sidebar12.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	padding-left: 60px;
	margin-bottom: 15px;
}
.mainmenu ul {
	margin-bottom: 15px;
	list-style-type: none;
}
.mainmenu ul li {
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.mainmenu ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.mainmenu ul li a:hover {
	text-decoration: none;
}
.sidebar2 {
	font-size: 18px;
	line-height: 50px;
	color: #FFFFFF;
	background-image: url(../images/sidebar22.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	padding-left: 60px;
	margin-bottom: 10px;
}
.contact-detail {
	background-color: #dcdcdc;
	width: 280px;
	float: right;
	padding: 15px;
}
.contact-detail p {
	margin-bottom: 10px;
}
.green {
	color: #003300;
}

.anli_list {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    box-shadow: 1px 1px 5px #ddd;
    float: left;
    margin: 0px 31px 15px 0;
    padding: 5px;
    width: 164px;
	height: 195px;
}
.anli_img {
    height: 117px;
    width: 160px;
}
.anli_list .anli_img img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.anli_list  h3 {
    border-bottom: 1px solid #eee;
    color: #303030;
    font-size: 13px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 7px 2% 0;
    overflow: hidden;
}
.anli_list h4 {
    color: #989898;
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
    margin: 0 2% 3px;
}


.anqli_list {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    box-shadow: 1px 1px 5px #ddd;
    float: left;
    margin: 0px 31px 15px 0;
    padding: 5px;
    width: 160px;
	height: 250px;
}
.anqli_img {
    height: 117px;
    width: 160px;
}
.anqli_list .anqli_img img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.anqli_list  h3 {
    border-bottom: 1px solid #eee;
    color: #303030;
    font-size: 13px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 7px 2% 0;
    overflow: hidden;
}
.anqli_list h4 {
    color: #989898;
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
    margin: 0 2% 3px;
}

.ancli_list {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    box-shadow: 1px 1px 5px #ddd;
    float: left;
    margin: 15px 31px 15px 0;
    padding: 5px;
    width: 163px;
	height: 160px;
}
.ancli_img {
    height: 117px;
    width: 160px;
}
.ancli_list .ancli_img img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.ancli_list  h3 {
    border-bottom: 1px solid #eee;
    color: #303030;
    font-size: 13px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 7px 2% 0;
    overflow: hidden;
}

.ancli_list3 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    box-shadow: 1px 1px 5px #ddd;
    float: left;
    margin: 15px 31px 15px 0;
    padding: 5px;
    width: 163px;
	height: 160px;
}
.ancli_img3 {
    height: 117px;
    width: 160px;
}
.ancli_list3 .ancli_img3 img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.ancli_list3  h3 {
    border-bottom: 1px solid #eee;
    color: #303030;
    font-size: 13px;
    font-weight: normal;
    height: 60px;
    line-height: 30px;
    margin: 7px 2% 0;
    overflow: hidden;
}

.comli_list {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    box-shadow: 1px 1px 5px #ddd;
    float: left;
    margin: 10px 10px 10px 10px;
    padding: 5px;
    width: 163px;
    height: 100px;
}
.comli_list2 {
    float: left;
    margin: 10px 10px 10px 10px;
    padding: 5px;
    width: 163px;
    height: 100px;
}
.acomli_img {
    height: 117px;
    width: 160px;
}
.comli_list .comli_img img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.spli_list {
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.spli_img {
    max-height: 80%;
    max-width: 80%;
}
.spli_list .spli_img img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.footer {
	line-height: 69px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 952px;
	height: 69px;
	float: left;
	padding: 23px 24px 0px 24px;
}
.footer p {
	font-size: 11px;
	color: #FFFFFF;
	float: left;
}
.footer a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: none;
}
.footer ul {
	float: right;
}
.footer ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.footer ul li a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer ul li a:hover {
	text-decoration: underline;
}

/* about us button css*/
.y6Uyqe {
	margin-left: -8px;
	margin-right: -8px;
	padding: 6px 6px 20px 6px;
}

.EIaa9b {
	display: flex;
}

.AJLUJb {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.k8XOCe {
	align-items: center;
	background-color: #f1f3f4;
	border-radius: 100px;
	box-sizing: border-box;
	display: flex;
	max-height: none;
	min-height: 30px;
	padding-left: 17px;
	padding-right: 17px;
	position: relative;
}

.R0xfCb {
	margin-bottom: 4px;
	margin-top: 4px;
}

.VCOFK {
	margin-left: 8px;
	margin-right: 8px;
}

.s8bAkb {
	padding-bottom: 0px;
	padding-top: 0px;
}

.s75CSd {
	-webkit-box-orient: vertical;
	color: #202124;
	display: -webkit-box;
	flex: 1;
	font-size: 13px;
	-webkit-line-clamp: 2;
	max-width: 227px;
	overflow-wrap: break-word;
	overflow: hidden;
}

.e9EfHf {
	font-family: arial, sans-serif;
	clear: both;
	margin-left: 0;
	padding-top: 20px;
	box-sizing: border-box;
	position: relative;
	min-height: 100vh;
}

/* b {
	font-weight: bold;
} */

/* a {
	color: #1a0dab;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, .1);
} */

/* a:-webkit-any-link {
	color: -webkit-link;
	cursor: pointer;
} */