﻿:root {
	--rs-theme-blue: #007bff;
	--rs-theme-orange: #007bff;
	--rs-theme-red: #007bff;
}

* {
	font-family: 微软雅黑 !important;
}

main.homemain {
	margin-top: 100px;
}

.backtotop-wrap {
	opacity: 1;
	visibility: visible;
}

.rs-footer-bg-thumb-wrapper .rs-footer-bg-thumb {
	background-image: url(../images/bg/footer-bg-02.png);
}

.rs-pricing-bg-thumb {
	background-image: url(../images/bg/pricing-bg-02.png);
}

.rs-testimonial-bg-thumb {
	background-image: url(../images/bg/testimonials-bg-01.png);
}

.has-bg rs-blog-bg-thumb img {
	height: 100px;
	object-fit: cover;
}

.main-menu li a {
	font-weight: bold;
}

#pre-load,
.rs-theme-settings-area {
	display: none
}

.rs-header-one .main-menu {
	border-inline-start: 0px
}

.offcanvas-contact-icon {
	display: block !important;
	width: 40px !important;
	box-sizing: border-box;
	line-height: 40px;
	color: var(--rs-theme-blue);
	border: 0;
}

.rs-footer-widget-links ul {
	grid-template-columns: auto;
}

.rs-theme-social a {
	width: 130px;
	height: auto;
	text-align: center;
	display: inline-block;
	background-color: transparent;
	padding-bottom: 5px;
	border-radius: 0 0 5px 5px;
}

.rs-theme-social a:hover {
	background-color: rgba(0, 0, 0, .1) !important;
}

.rs-theme-social a img {
	border-radius: 5px;
	display: block;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	box-sizing: border-box;
	border: 2px #fff solid;
}

.rs-theme-social a label {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-top: 4px;
	width: 100%;
}

.offcanvas-social ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.offcanvas-social ul li {
	box-sizing: border-box;
	padding: 10px;
}

.offcanvas-social ul li a {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
	border: 0;

}

.offcanvas-social ul li a img {
	border-radius: 5px;
	display: block;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	box-sizing: border-box;
	border: 2px #fff solid;
}

.offcanvas-social ul a label {
	display: block;
	text-align: center;
	padding-top: 5px;
}

.rs-banner-three .rs-banner-title {
	font-size: 64px;
	margin-bottom: 30px;
	white-space: nowrap;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, .8);
}

.rs-banner-area h2, .rs-banner-area h3 {
	color: #fff;
	font-size: 48px;
	padding-bottom: 20px;
	text-shadow: 0px 0px 14px rgba(0, 0, 0, .8);
}

.rs-banner-area h3 {
	font-size: 24px;
	padding-bottom: 30px;
	font-weight: normal;
}

.rs-portfolio-two .rs-portfolio-content {
	opacity: 1;
	visibility: visible;
	bottom: 20px;
	left: 30px;
}

.rs-portfolio-two .rs-portfolio-title-info {
	background-color: rgba(255, 255, 255, .8);
	backdrop-filter: blur(10px);
	text-align: center;
	display: block;
	border-radius: 5px;
}

.rs-why-choose-area .rs-why-choose-title {
	width: 500px;
}

.rs-why-choose-area .rs-section-title {
	width: 600px;
}

.rs-pricing-two .rs-pricing-bottom {
	max-width: none;
}

.rs-pricing-two .rs-pricing-amount {
	font-size: 36px;
	white-space: nowrap;
}

.rs-pricing-two .rs-pricing-title {
	font-size: 20px;
	white-space: nowrap;
}

.rs-pricing-two .rs-pricing-duration {
	margin-bottom: 0;
	margin-top: 10px;
}

.rs-pricing-two .rs-pricing-feature strong {
	font-size: 14px;
	line-height: 20px;
}

.rs-pricing-two .rs-pricing-feature p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: justify;
}

.rs-services-area {
	padding-bottom: 100px;
}

.rs-services-one .rs-services-tab-content p {
	margin: 10px 0 10px;
	color: #000;
}

.rs-services-one .rs-services-tab .nav-item:not(:last-child) {
	margin-bottom: 10px;
}

.rs-services-one .rs-services-tab .nav-link {
	width: 100%;
	height: 50px;
}

.rs-services-one .rs-services-tab-list ul {
	margin-top: 15px;
	margin-bottom: 15px;
}

.compare {
	background-color: #f5f5f5;
}

table.normaltable {
	width: 100%;
	font-size: 16px;
	background-color: #fff;
}

table.normaltable th, table.normaltable td {
	border: 1px solid #eee;
	padding: 10px;
	text-align: center;
}
table.normaltable td
{
	text-align: left;
}
table.normaltable tr:nth-child(even) {
	background-color: #f9f9f9;
}

table.normaltable th {
	background-color: #007bff10;
}

table.normaltable td i {
	font-size: 18px;
	color: #28a745;
}

.rs-team-area {
	background-color: #f7f7f7;
}

.homemap {
	background-color: #f7f7f7;
	position: relative;
	height: 400px;
}

.homemap::before {
	content: "";
	display: block;
	height: 200px;
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	background-color: #2a55a4;

}

.homemapbox {
	border-radius: 10px;
	background-color: #fff;
	min-height: 400px;
	position: relative;
	z-index: 5;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
}

.mapcontact {
	padding-left: 30px;
	padding-top: 60px;
}

.signle-contact-information {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 15px;
}

.signle-contact-information:last-child {
	margin-bottom: 0;
}

.signle-contact-information .icon {
	height: 50px;
	width: 50px;
	background: #F6F6F6;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.signle-contact-information .icon i {
	color: #20282D;
}

.signle-contact-information .information-wrapper span {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

.signle-contact-information .information-wrapper .title {
	font-size: 22px;
	margin: 0;
	font-weight: 500;
}

.rs-history-one .rs-history-tab-content p {
	max-width: none;
}

.rs-category-one .rs-category-icon svg path {
	fill: var(--rs-theme-blue);
	transition: all .3s ease-in-out;
}

.rs-feature-five, .rs-feature-six {
	padding-top: 80px;
}

.rs-feature-six p {
	text-align: justify;
}

.rs-about-four p.descrip {
	font-size: 16px;
	text-align: justify;
	line-height: 26px;
}

.rs-section-subtitle.has-bg-field {
	background-color: rgba(0, 0, 0, 0.05);
}

.rs-contact-nine .rs-contact-wrapper {
	grid-template-columns: repeat(3, 1fr);
}

.vediocenter {
	padding-top: 80px;
}

.rs-contact-nine .rs-contact-item {
	background-color: #fff
}

.rs-play-btn, .rs-play-btn::before {
	height: 32px;
	font-size: 18px;
	width: 32px;
}

.rs-team-one.has-theme-blue .rs-team-title {
	font-size: 20px;
}

.rs-brand-one.has-theme-blue .rs-section-title {
	font-size: 36px;
}

.rs-brand-one .rs-brand-thumb img {
	object-fit: cover;
	height: 200px;
	width: 100%;
}

.rs-blog-title, .rs-blog-description {
	line-clamp: 2;
	box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rs-blog-bg-thumb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.section-space {
	padding-top: 60px;
}

.mobile-menu {
	display: none;
}

#myVideo {
	object-fit: contain;
}

.header-top {
	background-color: #000;
	padding: 5px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

.header-top a,.header-top li {
	color: #fff;
	font-size: 14px;
	list-style: none;
}
.ptrk{animation: blink 1s infinite;}
 @keyframes blink {
      0%, 100% {
        opacity: 1; /* 完全显示 */
      }
      50% {
        opacity: 0;
		color: #ffff00; /* 完全隐藏 */
      }
    }
@media (max-width: 640px) {
	.mobile-menu {
		display: block;
	}


	.rs-theme-social {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.offcanvas-social ul {

		grid-template-columns: 1fr;
	}

	.rs-pricing-two .rs-pricing-amount, .rs-pricing-two .rs-pricing-title, .rs-banner-three .rs-banner-title {
		white-space: inherit;
		font-size: 26px;
	}

	.rs-banner-area h2, .rs-banner-area h3 {
		font-size: 18px;
	}

	.rs-why-choose-area .rs-why-choose-title, .rs-why-choose-area .rs-section-title {
		width: auto;
	}

	.rs-portfolio-two .rs-portfolio-content {

		bottom: 20px;
		left: 0px;
	}

	.normaltablebox {
		overflow-x: auto;
		width: 100%;
	}

	.normaltablebox table {
		width: 1000px;
	}

	.rs-header-one .rs-header-menu {
		display: none;
	}

	.rs-header-inner {
		justify-content: space-between;
	}
}