@charset "utf-8";

[v-cloak]{display:none;}
.text-primary {
    color: #0041F8 !important;
}

.header{
	--bs-navbar-padding-y: 0;
	background-color: transparent;
	z-index: 1000;
}

.header.position-absolute {
	top: 0;
	left: 0;
	width: 100%;
}
.header .offcanvas{
	--bs-offcanvas-width: 200px;
}
/* 头部置顶 */
.navbar-sticky.navbar-stuck.navbar{
	--bs-navbar-brand-padding-y: .75rem;
}
.navbar-sticky.navbar-stuck {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: navbar-show .5s;
    animation: navbar-show .5s;
    z-index: 1030;
	transition: .5s ease;
	border-bottom: #e8e8e8 solid 1px;
	background-color: #fff;
}
@keyframes navbar-show {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* end */
.header.navbar{
	--bs-navbar-active-color:var(--bs-primary);
}
.header .navbar-nav{
	--bs-nav-link-padding-y: 1.5rem;
	--bs-navbar-nav-link-padding-x: 1.5rem;
}
.navbar-dark.navbar{
	--bs-navbar-color: #fff;
	--bs-navbar-hover-color: #f00;
}


.navbar-toggler {
	padding: 0;
	outline: none;
	border: none;
}

.navbar-brand{
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	padding: 1rem 0;
}
.navbar-brand img{
	height: 40px;
}
.sub-navbar-header{
	font-size: 1rem;
	font-weight: 600;
	color: #2D63D0;
	padding: 0.5rem 0;
	border-bottom: var(--bs-border-color) solid 1px;
	margin-bottom: 1rem;
}
@media (max-width: 768px) {
    .header .dropdown-menu{
    	--bs-dropdown-color: #fff;
    	--bs-dropdown-bg: #2D63D0;
		--bs-dropdown-link-color: #fff;
		--bs-dropdown-link-hover-color: #fff;
		--bs-dropdown-link-hover-bg: #4B7AD8;
		--bs-dropdown-link-active-color: #fff;
		--bs-dropdown-link-active-bg: #4B7AD8;
    }
}

.footer{
	font-size: 0.875rem;
	text-align: center;
	color: #fff;
	background-color: #0b0b0b;
	padding: 2rem 0;
}

.content{
	padding-top: 60px;
	padding-bottom: 60px;;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-content-section{
	padding-top: 60px;
	padding-bottom: 60px;;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-content{
	padding-top: calc(40px + 5vw);
	padding-bottom: calc(40px + 5vw);
	background-repeat: no-repeat;
	background-size: cover;
	/* height: 100vh; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sybg1{
	background-image: url(../images/sy_bg1.jpg);
}
.sybg2{
	background-image: url(../images/sy_bg2.jpg);
}
.sybg3{
	background-image: url(../images/sy_bg3.jpg);
}
.sybg4{
	background-image: url(../images/sy_bg4.jpg);
}
.sybg5{
	background-image: url(../images/sy_bg5.jpg);
}
.sybg6{
	background-image: url(../images/sy_bg6.jpg);
}

.heading{
	margin-top: 0px;
	margin-bottom: 3rem;
	text-align: center;
	position: relative;
}
.heading:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #f00;
    margin: -10px auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.heading.noline{
	margin-bottom: 0px;
}
.heading.noline::after{
	border-top: 0;
	width:0;
}

.heading-title{
	font-size: calc(1.25rem + 1.25vw);
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.5rem;
	position: relative;
}
.heading-title span{
	color: #f00;
}
.heading p{
	font-size: calc(1rem + 0.1vw);
	margin-top: 1.5rem;
}
.home-banner-swiper{
	width: 100%;
}

.home-banner{
	background-color: #0C1C35;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100vh;
}
.service-item{
	text-align: center;
}
.service-item img{
	width: calc(80px + 1.5vw);
	height: calc(80px + 1.5vw);
}
.service-item .item-name{
	font-size: 1.125rem;
	margin-top: 0.5rem;
}
.service-item .item-content{
	font-size: 0.875rem;
	color: var(--bs-secondary);
}

.welcome{
	text-align: center;
	margin-bottom: 1.5rem;
}
.welcome .title-lg{
	font-size: 3.75rem;
	color: #fe0000;
}
.welcome .title{
	font-size: 2.625rem;
	color: #000000;
	font-weight: 300;
}
.yewu-box{
	margin-bottom: 2rem;
}
.yewu-box img{
	width: calc(60px + 1.5vw);
	height: calc(60px + 1.5vw);
}
.yewu-box .h4{
	display: block;
}
.yewu-box p{
	font-size: 0.75rem;
	color: var(--bs-secondary);
	margin-bottom: 0;
}

.btn-red {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f00;
    --bs-btn-border-color: #f00;
    --bs-btn-hover-color: #f00;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 251, 116, 144;
    --bs-btn-active-color: #f00;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f00;
    --bs-btn-disabled-border-color: #f00;
	font-size: 1.5rem;
	padding: 0.5rem 2.5rem;
	border-radius: 30px;
}
.fwfw-content{
	color: #fff;
}
.fwfw-content .col-md-2{
	background-color: #464646;
	padding: 0;
}
.fwfw-content .col-md-2:hover{
	background-color: #101010;
}
.fwfw-content .item_text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: transparent;
	
}
.fwfw-content .item_text span{
	font-size: 1.25rem;
}

.page-title-section {
    padding: 120px 0 90px;
    text-align: center;
	position: relative !important;
	background-size: cover !important;
	overflow: hidden !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-color: #14212B;
}
.page-title-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
	background-color: #14212B;
	opacity: 0.8;
}
.page-title-section .title {
    font-size: 48px;
    line-height: 1;
    text-shadow: 0 0 3px rgba(0,0,0,0.2);
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
    text-transform: uppercase
}
.page-title-section * {
    color: #ffffff;
    z-index: 9;
}
.breadcrumb{
	--bs-breadcrumb-item-active-color:#fff;
	--bs-breadcrumb-divider-color:#fff;
}

body{
	counter-reset: count;
}
.feature-box {
    --bs-card-spacer-y: 1.5rem;
    --bs-card-spacer-x: 1.5rem;
}
.feature-box i {
	font-size: 2.3rem;
	color: #f00;
    width: 100%;
    text-align: right;
    position: relative;
	
}
.feature-box i:before {
    float: left;
}
.feature-box i::after {
    font-weight: 700;
    font-size: 65px;
    line-height: 0.6em;
    color: rgba(0, 0, 0, 0.05);
    counter-increment: count;
    content: "0" counter(count);
    float: right;
    font-family: "Montserrat", sans-serif;
}
.feature-box .sepratar {
    width: 40px;
    border: 1px solid #f00;
    margin-bottom: 20px;
}
.feature-box h4{
	font-size: 1.25rem;
}
.feature-box p{
	font-size: 1rem;
	color: var(--bs-secondary);
}
.contact-box{
	text-align: center;
	justify-content: center;
	align-items: center;
}
.contact-box i {
    background: #f00;
    color: #fff;
    font-size: 35px;
    margin: 10px 0 20px;
    height: 75px;
    width: 75px;
    line-height: 75px;
    border-radius: 50%;
}
.contact-box h4{
	font-weight: 600;
}

.article-title{
	font-size: 2rem;
	margin-bottom: 1.5rem;
	text-align: center;
}
.article-date{
	font-size: 0.875rem;
	color: #a7a7a7;
	margin-bottom: 1rem;
}
.author-date span{
	margin-right: 10px;
}

.article-desc{
	font-size: 0.875rem;
	color: #808080;
	background-color: #f6f6f6;
	padding: 1rem;
}
.article-desc strong{
	color: #333;
}

.article-content{
	font-size: 1.125rem;
	color: #333;
	line-height: 1.76;
	text-align: justify;
	
}
.article-content h3{
	font-size: 1.5rem;
}
.article-content p{
	margin-bottom: 1.875rem;
}
.article-content img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.article-content blockquote{
	border-left: 5px solid #EAEAEA;
	margin: 30px 0;
	padding-left: 3%;
	line-height: 1.7em;
}
.article-content a{
	color: #007BFF;
}
.article-content a:hover{
	color: #007BFF;
	text-decoration: underline;
}
.article-content table th,.article-content table td {
	padding: 10px;
}
.article-content .caption {
	font-size: 0.875rem;
	color: #808080;
	text-align: center;
}
.article-content .caption:after {
	content: '\00a0';
	display: block;
	width: 30%;
	border-bottom: 1px solid #ddd;
	margin: -2% auto 0 auto;
	position: relative;
}

.hot-item{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	font-size: 0.875rem;
	margin-bottom: 1.5rem;
}
.hot-item .badge{
	--bs-badge-padding-x: 0.45em;
	--bs-badge-padding-y: 0.25em;
	margin-right: 0.5rem;
	margin-top: 0.25rem;
}
.categorys{
	--bs-nav-pills-border-radius: 50rem;
	--bs-nav-pills-link-active-color: #fff;
	--bs-nav-pills-link-active-bg: var(--bs-danger);
	--bs-nav-link-padding-x: 1.5rem;
}
.categorys .nav-item {
    margin-right: .875rem;
    margin-bottom: .875rem;
}
.categorys .nav-link {
    border: solid 1px #e3e9ef;
}