/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-style: normal;
	font-size: 16px;
	line-height: 1.8;
}
body {
	font-size: 1rem;
	font-family: "Microsoft Yahei";
	background: #fff;
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
a {
	color: #999;
}
a:hover {
	color: #1365b7;
	text-decoration: none;
}
.clear {
	clear: both;
}
@media (min-width: 1200px) {
.container,  .container-lg,  .container-md,  .container-sm,  .container-xl {
	max-width: 1330px !important;
}
}
.text-p {
	line-height: 200%;
}
.text-p p {
	text-indent: 2rem;
}
.top-links i {
	color: #555;
	margin: 0 5px;
}
.top-links {
	cursor: pointer;
}
.weixin {
	height: 35px;
	float: left;
	top: 0px;
	line-height: 35px;
}
.weixin .xixi {
	display: none;
	z-index: 999
}
.weixin:hover .xixi {
	position: absolute;
	display: block;
	z-index: 999;
	top: 35px;
}
.weixin i {
	cursor: pointer;
	width: 15px;
	height: 35px;
	text-align: left;
}
.logo-wrapper {
	padding: 0;
}
.search-wrapper {
	width: 330px;
	line-height: 45px;
	height: 45px;
	display: flex;
	transition: 0.5s all ease;
	border: 1px solid #e9e9e9;
	padding: 2px 10px;
	border-radius: 25px;	
}
 .search-wrapper:focus-within {
 width: 360px;
}
.search-wrapper .iconfont {
	border: 0;
	line-height: 40px;
	font-size: 28px;
	color: #0060a3;
	background: #fff;
}
.search-wrapper .iconfont::after {
	content: "";
}
.search-input {
	padding: 0 10px;
	flex: 1;
	background-color: transparent;
	outline: 0;
	border: none;
	border-radius: 6px 0 0 6px;
}
.search-btn {
	border: none;
	color: #0060a3;
	font-size: 18px;
	background: none;
}
.search-btn:hover {
	color: #0060a3;
	border: none;
	background: none;
}
.open-header {
	height: 460px;
	background: bottom center / cover url(../img/open-header-bg.jpg);
}
.open-header .title-wrapper {
	padding-top: 6.55rem;
	text-align: center;
}
.open-header .title-wrapper img {
	
}
.open-search-wrapper {
	margin: auto;
	margin-top:24px;
	background-color: #fff;
	border-radius: 6px;
	line-height: 60px;
	display: flex;
	align-items: center;
	width: 500px;
	transition: all 0.3s ease;
	border: 0;
}
 .open-search-wrapper:focus-within {
 width: 650px;
}
.open-search-wrapper .search-input {
	font-size: 18px;
}
.open-search-wrapper .open-search-btn {
	width: 60px;
	height: 60px;
	background-color: transparent;
	border: 0;
	outline: 0;
}
.open-search-wrapper .open-search-btn .iconfont::before {
	font-size: 32px;
	color: #007bda;
}
.open-nav-wrapper {
	background-color: #0060a3;
}
.open-nav-wrapper .navbar {
	padding: 0rem 1rem;
}
.open-nav-wrapper .nav-link i {
	font-size: 1.65rem;
}
.open-nav-wrapper .nav-link {
	color: #fff;
	font-size: 1.5rem;
	line-height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border-right: 1px solid #0277c9;
}
.open-nav-wrapper .active, .open-nav-wrapper li:hover {
	background: #0277c9;
}
.hot-item li {
	font-size: 1.3rem;
	text-shadow: 2px 2px 2px #666;
}
.hot-item li strong {
	    font-size: 2.2rem;
    font-weight: 400;
    padding-right: 3px;
    padding-left: 3px;
}
.main-title {
	text-align: center;
	position: relative;
}
.main-title:before, .main-title:after {
	content: "";
	width: 120px;
	height: 2px;
	background: #0060a3;
	position: absolute;
	border-bottom: 1px solid #0d79c4;
	top: 24px;
}
.main-title:before {
	left: 56%;
}
.main-title:after {
	right: 56%;
}
.main-title h2, .about-mian h2 {
	display: inline-block;
	width: 200px;
	height: 50px;
	border-radius: 9px;
	z-index: 99;
	line-height: 50px;
	font-weight: bold;
	font-family: "ÎÄ¶¦CS´óºÚ", "Î¢ÈíÑÅºÚ";
	color: #0060a3;
}
.main-title h2 a, .about-mian h2 a {
	color: #0060a3;
}
.gallery-section {
	position: relative;
	width: 100%;
	background: #f9f9f9;
}
.gallery-section .gallery-list {
	overflow: hidden;
}
.gallery-section .gallery-list .info-img-wrapper {
padding:.8rem;
	height: 410px;
}
.gallery-section .gallery-list .info-img-wrapper img {
	width: 100%;
	height: 380px;
	
}
.gallery-section .gallery-list .swiper-slide {
	background: #fff;
box-shadow: 0 .2rem .5rem rgba(0,0,0,.15);
}
.gallery-section .gallery-list .swiper-slide .entry-link {
	display: block;
}
.gallery-section .image-wrapper {
	height: 100%;
	position: relative;
}
.gallery-section .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-section .info-wrapper {
	text-align: center;
 padding: .5rem;
}
.gallery-section .info-wrapper h4 {
	font-size: 1.2rem;
	color: #0060a3;
}
.gallery-section .swiper-button-prev {
	left: 10%;
}
.gallery-section .swiper-button-next {
	right: 10%;
}
.gallery-section .swiper-button-prev::after, .gallery-section .swiper-button-next::after {
	font-size: 1.35rem;
	font-weight: bold;
	background: rgba(0,0,0,.35);
	color: #fff;
	height: 80px;
	line-height: 80px;
	text-align: center;
	flex: 0 0 40px;
}
.btn-zs {
	color: #FFF;
	text-align: center;
	font-style: normal;
padding:.8rem 1.5rem;
	border-radius: 16px;
	font-weight: 700;
	line-height: 100%;
	background-image: linear-gradient(to right, #eba766, #e38237);
}
.btn-zs:hover {
	color: #FFF;
}
.open-list {
	display: flex;
	flex-wrap: wrap;
}
.open-list .entry-wrapper {
	padding: 5px 10px;
	flex: 1;
	min-width: 25%;
}
.open-list .entry-wrapper .entry {
	border-radius: 4px;
	font-size: 1.25rem;
	display: block;
	text-align: center;
	padding: 1.5rem 1rem;
 margin-top: .5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}
.open-list .entry-wrapper .entry i {
	font-size: 2.8rem;
margin-right:.5rem;vertical-align: middle;
}
.open-bg1 {
	background: #dff5ff;
}
.open-bg1 i {
	background-image: linear-gradient(to top, #358bcf, #59b3e3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.open-bg2 {
	background: #cbf4f0;
}
.open-bg2 i {
	background-image: linear-gradient(to top, #25d3b6, #0fa98f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.open-bg3 {
	background: #ffefd9;
}
.open-bg3 i {
	background-image: linear-gradient(to top, #f77319, #fba634);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.open-bg4 {
	background: #f8e6ff;
}
.open-bg4 i {
	background-image: linear-gradient(to top, #d585f4, #a452c4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.footer-section {
	padding: 2rem 0;
	font-size: 1rem;
	line-height: 1.8;background: #f2f2f2;
}
.footer-section span {
	display: inline-block;
	padding: 0 5px;
}
.breadcrumb {
	display: flex;
	width: 100%;
 padding: .75rem 0;
	background: #fff;
 margin-bottom: .5rem;
}
.menu-dropdown {
	margin-left: auto;
	margin-right: 5px;
	background-color: #f8f9fa;
}
.menu-dropdown .iconfont {
	font-size: 1.35rem;
}
.menu-dropdown .dropdown-toggle {
	font-size: 16px;
	padding: 2px 10px;
	border: 1px solid #aaa;
	border-radius: 4px;
	background-color: transparent;
}
.menu-dropdown .dropdown-menu {
	max-width: 300px;
	max-height: 400px;
	overflow: auto;
}
.menu-dropdown .dropdown-item {
 padding: .25rem .5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.column-title {
	background-color: #f3f3f3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.column-title .title {
	text-align: center;
	min-width: 140px;
	position: relative;
	font-size: 1.35rem;
	background-color: #3989e1;
	color: #fff;
	line-height: 48px;
	padding: 0 18px;
	z-index: 2;
}
.column-title .title::after {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0;
	right: -20px;
	border-left: 10px solid #074479;
	border-right: 10px solid transparent;
	border-top: 24px solid transparent;
	border-bottom: 24px solid #074479;
}
.left-column-title {
	padding: 12px;
	text-align: center;
	font-size: 1.35rem;
	color: #fff;
	background-color: #0a70c8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.left-column-title .iconfont {
	font-size: 32px;
	margin-right: 10px;
}
.left-column-wrapper {
	background-color: #f9f9f9;
}
.left-column-list .entry-wrapper .link {
	display: flex;
	font-size: 18px;
	padding: 10px 15px;
}
.left-column-list .entry-wrapper .link::after {
	content: "\276F";
	margin-left: auto;
	color: #cdcdcd;
}
.left-column-list .entry-wrapper.active .link, .left-column-list .entry-wrapper .link:hover {
	color: #333;
	background-color: #cce5ff;
}
.left-column-list .entry-wrapper.active .link::after, .left-column-list .entry-wrapper .link:hover::after {
	color: #074479;
}
.left-column-list .entry-wrapper + .entry-wrapper {
	border-top: 1px solid #eee;
}
.lab-list .entry-wrapper {
	border-radius: 8px;
	overflow: auto;
	text-align: center;
}
.lab-list .entry-wrapper .btn-more {
	color: #fff;
	background: #3989e1;
	border-radius: 8px;
	padding: 8px 16px;
	display: inline-block;
}
.lab-list .entry-wrapper .title-wrapper {
	padding: 10px 16px;
	background-color: #cfe8ff;
}
.lab-list .entry-wrapper .content-wrapper {
	padding: 20px;
}
.lab-list .entry-wrapper .image-wrapper img {
	margin-bottom: 20px;
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.service-title {
	padding-top: 10px;
	font-size: 22px;
	color: #3989e1;
	display: flex;
	align-items: center;
}
.service-title::before {
	content: " ";
	width: 8px;
	margin-right: 10px;
	height: 30px;
	background-color: #3989e1;
	display: inline-block;
	border-radius: 4px;
}
.service-list .entry-wrapper {
	padding: 15px 10px;
	border-bottom: 1px solid #eee;
}
.service-list .title-wrapper a::before {
	content: "\2022";
	color: #aaa;
	display: inline;
}
.contents-list .entry-wrapper {
	border-bottom: 1px solid #e8e8e8;
	border-radius: 2px;
	padding: 20px;
	margin-top: 5px;
	font-size: 1.125rem;
}
.contents-list .entry-wrapper .title-wrapper {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
}
.contents-list .entry-wrapper .title-wrapper .date {
	text-align: right;
	color: #999999;
	width: 7rem;
	flex-shrink: 0;
}
.contents-list .entry-wrapper .title-wrapper .title {
	color: #333;
	font-size: 18px;
}
.contents-list .entry-wrapper .desc {
	color: #999;
}
.contents-list .entry-wrapper .btn-more {
	display: inline-block;
	padding: 8px 18px;
	background: #eeeeee;
	color: #666;
	border-radius: 2px;
	margin: 10px 0;
}
.contents-list .entry-wrapper:hover {
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.contents-list .entry-wrapper:hover .btn-more {
	background-color: #0a70c8;
	color: #fff;
}
.breadcrumb {
	background-color: transparent;
 padding:.5rem 15px;
	border-radius: 0;
	align-items: center;
	margin-bottom: 0;
}
.breadcrumb .iconfont {
	color: #666;
	font-size: 24px;
}
.detail-content-wrapper {
	background-color: #fff;
}
.detail-content-wrapper .title {
	font-size: 30px;
	color: #074479;
	padding: 10px 0;
	text-align: center;
}
.detail-content-wrapper .desc {
	color: #c6c6c6;
	padding: 20px 0;
	border-bottom: 1px solid #c6c6c6;
}
.detail-content-wrapper .desc .iconfont {
	font-size: 1.35rem;
	color: #667;
}
.detail-content-wrapper .content-wrapper {
	color: #333;
	padding: 35px 0;
}
.detail-content-wrapper .content-wrapper img {
	max-width: 100%;
}
.detail-file-list .file-list-title {
	border-bottom: 1px solid #c6c6c6;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.detail-file-list .file-entry {
	line-height: 2;
	display: flex;
}
.detail-file-list .file-entry .date {
	flex: 0 0;
	padding-left: 5px;
	text-align: right;
	white-space: nowrap;
	color: #999;
}
.shadow-form {
	border: 1px solid #f5f5f5;
 --tw-shadow: 0 20px 30px -16px rgba(9, 9, 16, .2);
 --tw-shadow-colored: 0 20px 30px -16px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.zsfw-wrapper .form-inline .zsfw-form-label {
	display: block;
	text-align: right;
}
.nav-column-title {
	align-items: center;
}
.nav-column-title.nav {
	display: flex;
	flex-wrap: wrap;
}
.nav-column-title .nav-item {
	flex: 1;
 margin-right:.8rem;
margin-bottom:.5rem;
}
.nav-column-title .nav-item:last-child {
	margin-right: 0;
}
.nav-column-title .nav-link {
	border-radius: 4px;
	min-width: 70px;
 padding: .4rem;
	position: relative;
	text-align: center;
	background: #ecf2ff;
	color: #333;
}
.nav-column-title .nav-link.active {
	border-radius: 4px;
	color: #fff;
	background-color: #4e80f4;
}
.nav-column-title .nav-link.active::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 2px;
	margin-left: -10px;
	margin-bottom: -10px;
	width: 0;
	height: 0;
	border-top: solid 12px #4e80f4;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}
.btn-tj {
	min-width: 150px;
	font-size: 1.25rem;
	background: linear-gradient(90deg, rgba(234, 167, 103, 1) 0%, rgba(227, 131, 56, 1) 100%);
	color: #fff;
	border-radius: 6px;
}
.aboutContent {
	background: #b0eef1 url(../img/about-bg.jpg) bottom center no-repeat;
}
.about-mian p {
	line-height: 2;
	text-indent: 2rem;
}
.card-zj-pic {
	width: 100%;
	height: 350px;
}
.card-zj-pic img {
	width: 100%;
	height: 100%;/*  object-fit: cover;
*/}
.product-pic {
	width: 100%;
	height: 300px; padding-top:.5rem;
	overflow: hidden;
}
.product-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card-zj-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.external-link-section{display:none;}
 @media screen and (max-width: 1199.98px) {
}
@media screen and (max-width: 991.98px) {
.open-header {
	height: unset;
	padding-bottom: 30px;
}
.open-header .title-wrapper img {
	height: unset;
}
.column-list-wrapper .entry-wrapper {
	width: 45%;
}
.open-nav-wrapper .nav-link {
	font-size: 18px;
	gap: 5px;
	line-height: 32px;
}
}
@media screen and (max-width: 767.98px) {
.open-search-wrapper {
	width: 92%;
}
 .open-search-wrapper:focus-within {
 width: 95%;
}
.open-nav-wrapper .nav-link {
	font-size: 18px;
	gap: 5px;
	line-height: 32px;
}
.cate-list-wrapper {
	gap: 10px 10px;
}
.cate-list-wrapper .entry-wrapper {
	flex-grow: 1;
	width: calc(33% - 10px);
}
.xcjd-list-wrapper .entry-wrapper {
	flex-grow: 0;
	margin-top: 0rem;
	width: calc(50% - 20px);
	padding: 10px 10px;
}
.zsfw-wrapper .form-group .zsfw-form-label {
	display: block;
	text-align: left;
}
}
@media screen and (max-width: 575.98px) {
.open-nav-wrapper .nav-link {
	border: 0;
}
.open-search-wrapper {
	line-height: 50px;
}
.open-search-wrapper .open-search-btn {
	width: 50px;
	height: 50px;
}
.hot-item li {
	width: 100%;
	font-size: 1rem;
	text-align: center;
}
.card-title {
	font-size: 1rem;
	padding: 0px;
}
#mainCarousel {
	height: 220px;
}
.logo-wrappr img {
	width: 100%;
}
h2.title-wrapper {
	font-size: 2rem;
}
.nav-column-title.nav {
	display: inline;
}
.hot-item li strong {
	font-size: 1.2rem;
}
.main-title:before, .main-title:after {
	content: "";
	width: 50px;
	height: 2px;
	background: #0060a3;
	position: absolute;
	border-bottom: 1px solid #0d79c4;
	top: 24px;
}
.main-title:before {
	left: 16%;
}
.main-title:after {
	right: 16%;
}
.card-zj-pic {
	width: 100%;
	height: auto;
}.gallery-section .gallery-list .info-img-wrapper {
padding:.8rem;
	height:  auto;
}
.gallery-section .gallery-list .info-img-wrapper img {
	 max-width: 100%;
	height:  auto;
	
}
.open-header .title-wrapper img {
	max-width: 90%;
}
.open-list .entry-wrapper {
  min-width: 100%;
}
}
#seniorModeTag {
  z-index: 9999999;
  position: fixed;
  top: 100px;
  right: 0;
}
.footer-section .text-center.row{align-items: center;}
.footer-section a{color:#333}
.senior-mode .open-header .title-wrapper{padding-top: 3.5rem;}
.senior-mode .form-group .getmessage{flex: 0 0 20%;
    max-width: 20%;}
.senior-mode .form-group #subtitleinput,.senior-mode .form-group #address1,.senior-mode .form-group #phone1{flex: 0 0 100%;
    max-width: 100%;}