@font-face {
 font-family: 'Poppins';
 font-style: normal;
 font-weight: 300;
 font-display: swap;
 src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format('truetype');
}
@font-face {
 font-family: 'Poppins';
 font-style: normal;
 font-weight: 400;
 font-display: swap;
 src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
 font-family: 'Poppins';
 font-style: normal;
 font-weight: 500;
 font-display: swap;
 src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype');
}
@font-face {
 font-family: 'Poppins';
 font-style: normal;
 font-weight: 600;
 font-display: swap;
 src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype');
}
@font-face {
 font-family: 'Poppins';
 font-style: normal;
 font-weight: 700;
 font-display: swap;
 src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
} 


:root{
	--bs-theme-color:#00a2e9;
	--bs-link-color:#00a2e9;
	--bs-link-hover-color:#84161b;
	--bs-body-font-family:"Poppins","Open Sans","PingFang SC","Microsoft YaHei","Helvetica Neue","Hiragino Sans GB","WenQuanYi Micro Hei",Arial,sans-serif!important;
}


a{text-decoration:none;}
ul{padding:0;margin:0;}
ul li{list-style:none;}
html{ 
	font-size:16px;
}

.btn-outline-primary { 
    --bs-btn-color: #2B161B;
    --bs-btn-border-color: #2B161B;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00a2e9;
    --bs-btn-hover-border-color: #00a2e9;
    --bs-btn-focus-shadow-rgb: 45,45,45;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00a2e9;
    --bs-btn-active-border-color: #00a2e9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #00a2e9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #00a2e9;
    --bs-gradient: none;
    border-radius:0;
    
}
.btn-lg{
	font-size:1rem;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00a2e9;
    --bs-btn-border-color: #00a2e9;
    --bs-btn-hover-color: #2B161B;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #2B161B;
    --bs-btn-focus-shadow-rgb: 45,45,45;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2B161B;
    --bs-btn-active-border-color: #2B161B;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2B161B;
    --bs-btn-disabled-border-color: #2B161B;
    --bs-gradient: none;
    border-radius:0;
}

.form-control:focus{
	border-color:#ced4da;
	box-shadow: 0 0 0 0.1rem rgb(21 16 15 / 5%);
}
a.s-nav-link:focus,
a.s-nav-link:focus-visible,
a.nav-link:focus,
a.nav-link:focus-visible{
	outline: none;
	border-color: transparent;
}

.swiper-pagination-bullet-active{
	background-color:#00a2e9;
	box-shadow: 0 0 0 0.1rem rgb(21 16 15 / 10%);
}
@media only screen and (max-width: 767px){
    .swiper-button-next, .swiper-button-prev{
		background-size:10px auto;
	}
}
.footer-logo img {
    max-width: 9rem;
}

.hover-pic img{
	transition: all 0.6s;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.hover-pic:hover img{
	transform: scale(1.05);
}
.hover-pic{
	border-radius:0.2rem;
	overflow:hidden;
	position:relative;
	display:block;
}


.header .navbar-brand > img{
	height:60px;
}
.header .navbar-brand > h1{
	font-size: 1.5rem;
    font-weight: bold;
    margin-left: 1.5rem;
    margin-bottom: 0;
}
.language-section .dropdown-menu,
.header .navbar-nav .dropdown-menu{
	margin-top: -1px;
    border-radius: 0;
    border-top: 3px solid var(--bs-theme-color);
    
}
.header .navbar-nav .dropdown-menu .dropdown-item{
	padding: calc(var(--bs-dropdown-item-padding-y)*2.5) calc(var(--bs-dropdown-item-padding-x)*1.5);
	min-width:220px;
}
.header .navbar-nav .dropdown-menu .dropdown-item:active,
.header .navbar-nav .dropdown-menu .dropdown-item:hover,
.header .navbar-nav .dropdown-menu .dropdown-item:focus{
	background-color: var(--bs-theme-color);
	color:#fff !important;
}
.header .s-menu{
	position:absolute;
	right: 0;
    top: 0;
    transform: translate(100%, 0);
}

.language-section .dropdown-item{
	font-size:0.8rem;
}
.language-section .dropdown-menu{
	min-width:8rem;
}

@media only screen and (max-width:1040px) {
	.header .s-menu{
		position: relative;
	    left: 0;
	    right: auto;
	    transform: translate(0, 0);
	    border: none;
	    background-color: #f3f3f3;
	    padding-left: 1rem;
	}
}



















.ssad-section .ss-ad-bg{
	padding-top:3rem;
	padding-bottom:3rem;
	background: no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.ssad-section .ss-ad-bg .iconfont{
	color:#fff;
}
.ssad-section .ss-ad-bg a.ss-icon{
	background-color:var(--bs-theme-color);
	justify-content: center;
    align-items: center;
    vertical-align: middle;
    transition: all 0.01s;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    width:2rem;
    height:2rem;
}
.ssad-section .ss-ad-bg a.ss-icon:hover{ 
	background-color:var(--bs-black);
}
.ssad-section .ss-label{
	color:#fff;
	font-size:2.5rem;
	font-weight:bold;
	letter-spacing:0.1rem;
}

.ssad-section .ss-ad-bg{
	padding:5rem 0;
}
.ssad-section .ss-content{
	color:#fff;
	font-size:1.2rem;
}


.ssad-section .btn{
	background-color:#fff;
	padding-top:1rem !important;
	padding-bottom:1rem !important;
	border-radius:2px;
}
.ssad-section .btn:hover{
	background-color: var(--bs-btn-hover-bg);
}





.footer a.fs-7,
.footer .fs-7 {
    font-size: 0.8rem!important;
    line-height: 1;
    align-items: center;
}
.footer-bg-red .fb-items{
	border-right:1px solid #fff;
}
.footer-bg-red .fb-items:last-child{
	border-right:none;
}
.footer-bg-red .fb-items a:hover,
.footer-bg-red .fb-items a{
	color:#fff !important;
	font-size: 0.8rem!important;
	line-height:1;
}
.footer-bg-red{
	background-color:var(--bs-theme-color);
	color:#fff;
	font-size: 0.8rem!important;
}




.foot_menu{display: none;}
@media only screen and (max-width:1040px) {
    #footer{padding:30px 0px;margin-top: 15px;}
    .f_nav{padding-top: 0px; height: auto;}
    .f_nav a{margin-bottom: 5px;}
    .m_share{text-align:center;margin:10px 0;overflow: hidden;display: block;}

    .m_share .share{width:24px;height: 24px;font-size: 1.8rem;margin-right:5px;margin-bottom:5px;overflow:hidden;color: #a4a4a4;line-height:24px;}
    .foot_menu{display: block;  width:100%;background:#fbfbfb; height:55px;border-top: solid 1px #e5e5e5; position:fixed; bottom:0px; left:0px; padding:5px 0px;z-index: 999;}
    .foot_menu a{ display:block; width:20%; float:left; text-align:center; }
    .foot_menu a i{font-size: 24px;color:#1f2837;line-height: 1;}
    .foot_menu a p{ display:block; font-size:0.8rem; color:#555555;}
    .footer-bg-red{padding-bottom:55px;}
	.youshi-section .youshi-bg, 
	
    .ssad-section .ss-ad-bg {
	    background-size: auto 100%;
	    background-attachment: inherit;
	    padding: 0;
	}
}









/* CSS Document */

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 30%;
}
#toolbar .icon-font{
	position:relative;
}
#toolbar .icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}
#toolbar .online-one li {
    margin-bottom: 0px;
    font-size: 0;
    width: 70px;
    height: 70px;
    right: 0;
    position: relative; 
}

#toolbar .online-one li:hover a {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

#toolbar .online-one li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: #58bcb8;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 0;
    border-radius: 0;
    padding: 10px 0;
    overflow: hidden;
}

#toolbar .online-one li .icon-font {
    display: block;
    height: 28px;
    width: 100%;
}

#toolbar .online-one li .icon-font:after {
    background-image: url('../images/kf.png');
}

#toolbar .online-one li .icon-qq:after {
    background-position: -30px -240px;
}

#toolbar .online-one li .icon-phone:after { 
    background-position: -30px -208px;
}

#toolbar .online-one li .icon-message:after {
    background-position: -30px -170px;
}

#toolbar .online-one li .icon-ewm:after {
    background-position: -30px -138px;
}

#toolbar .online-one li .icon-top:after {
    background-image: url('../images/icon_spirit.png');
    background-position: -30px -60px;
}

#toolbar .online-one li .icon-wangwang:after {
    background-image: url('../images/icon_spirit.png');
    background-position: -30px 0;
}

#toolbar .online-one li .wz {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 5px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#toolbar .online-one li.phone {
    border-radius: 0;
    padding: 10px 0;
    background: #58bcb8;
}

#toolbar .online-one li.ewm {
    background: #58bcb8;
    border-radius: 0;
    padding: 10px 0;
}

#toolbar .online-one li.phone .tel-phone { 
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: 200px;
    background: #58bcb8;
    height: 70px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    color: #fff;
    font-size: 14px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

#toolbar .online-one li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-one li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-one li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-one li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-one li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

#toolbar .online-two li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar .online-two li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
    background: #d9d9d9;
}

#toolbar .online-two li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
}

#toolbar .online-two li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar .online-two li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar .online-two li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar .online-two li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar .online-two li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar .online-two li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar .online-two li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar .online-two li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #cb2d07;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-two li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar .online-two li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-two li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #cb2d07;
    border-right: none;
}

#toolbar .online-two li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar .online-two li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-two li.backtop {
    cursor: pointer;
}

#toolbar .online-two li.backtop .iconfont {
    color: #fff;
    background-color: #cb2d07;
}

#toolbar .online-two li:hover a {
    width: 200px;
}

#toolbar .online-two li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar .online-two li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar .online-two li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar .online-two li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar .online-two li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar .online-two li:hover .icon-top:after {
    background-position: -30px -60px;
}

#toolbar .online-three {
    width: 115px;
}

#toolbar .online-three .title {
    background: #3aa3e6;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: relative;
}

#toolbar .online-three .title span {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/kf.png);
    background-repeat: no-repeat;
    background-position: -31px -28px;
    opacity: 1;
    text-shadow: none;
}

#toolbar .online-three .qq-list {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

#toolbar .online-three .qq-list li {
    text-align: center;
    line-height: 32px;
}

#toolbar .online-three .qq-list li .icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/kf.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

#toolbar .online-three .qq-list li .wz {
    color: #333;
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
}

#toolbar .online-three .qq-list .icon-qq:after {
    background-position: 0 -114px;
}

#toolbar .online-three .qq-list .icon-message:after {
    background-position: -30px -87px;
}

#toolbar .online-three .qq-list .icon-wangwang:after {
    background-position: -30px -116px;
}

#toolbar .online-three .ewm {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

#toolbar .online-three .ewm span {
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-bottom: 12px;
}

#toolbar .online-three .ewm img {
    width: 100%;
    max-width: 84px;
}

#toolbar .online-three .service-phone {
    background: #fff;
    padding: 10px 0;
    text-align: center;
}

#toolbar .online-three .service-phone span {
    font-size: 12px;
    color: #333;
}

#toolbar .online-three .service-phone span.hotline {
    color: #777777;
    font-size: 12px;
    line-height: 32px;
}

#toolbar .online-four li {
    margin-bottom: 3px;
    font-size: 0;
    width: 50px;
    height: 50px;
    right: 0;
    position: relative;
}

#toolbar .online-four li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
}

#toolbar .online-four li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

#toolbar .online-four li .icon-font:after {
    background-image: url(../images/kf.png);
}

#toolbar .online-four li .icon-qq:after {
    background-position: 0 -87px;
}

#toolbar .online-four li .icon-phone:after {
    background-position: 0 -57px;
}

#toolbar .online-four li .icon-ewm:after {
    background-position: 0 -21px;
}

#toolbar .online-four li .icon-message:after {
    background-position: -30px -55px;
}

#toolbar .online-four li .icon-top:after {
    background-position: 0 -0px;
}

#toolbar .online-four li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar .online-four li .wz {
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar .online-four li.ewm {
    border-radius: 50%;
    background: #fff;
}

#toolbar .online-four li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-four li.phone {
    border-radius: 50%;
}

#toolbar .online-four li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: rgb(59,57,57);
    width: 110px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    font-size: 14px;
    color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-four li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-four li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-four li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-four li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-four li.backtop .icon-font {
    height: 20px;
}
 
#toolbar .online-four li.backtop .icon-font:after {
    height: 20px;
    left: calc(50% - 17px);
    top: calc(50% - 2px);
}

#toolbar .online-four li.backtop .wz {
    display: block;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #bfbfbf;
    padding-left: 0;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
    
    .header .navbar-brand > img{
		height:36px;
	}
	.header .navbar-brand > h1{
		margin-left:1rem;
		font-size:1rem;
	}
	.ftb{
		display:none !important;
	}
}

@media (max-width: 600px) {
    .footer .nav{
    	word-break:break-all;
    }
}



.page-nav {
font-size: 12px;
margin-top: 15px;
padding-bottom: 4px;
margin-bottom: 25px;
text-align: center;
}
.page-nav span, .page-nav a {
display: inline-block;
margin: 2px 6px 2px 0;
padding: 5px 10px 5px 10px;
border:1px solid #999999;
background: #fff;
font-weight: bold;
color: #999999;
width: auto;
text-decoration: none
}
.page-nav select{
  height: 28px;
  padding: 0 10px;
margin: 2px 6px 2px 0;
}
.page-nav span:last-child, .page-nav a:last-child, {
margin-right:0
}
.page-nav a:hover {
background: #999999;
border:1px solid #999999;
color: #ffffff
}
.page-nav .current {
border:1px solid #999999;
background: #999999;;
color: #ffffff
} 






