@font-face {
    font-family: "SourceHanSans"; /* Project id 1164279 */
    src: url('/Public/font/SourceHanSans-Normal.woff2?t=1636441429937') format('woff2'),
        url('/Public/font/SourceHanSans-Normal.woff?t=1636441429937') format('woff'),
        url('/Public/font/SourceHanSans-Normal.ttf?t=1636441429937') format('truetype');
    }
    

body,
html {
    padding: 0;
    margin: 0;
    font-family: 'SourceHanSans' !important;
} 

.container {
    width: 100%;
}


.img-box img{
	width: 100%;
	display:block;
}


.footer {
    position: relative;
    width: 100%;
}

.footer .img-bg {
    display: block;

}

.footer .img-bg img {
    max-width: 100%;
}

.footer .footer-content {
    position: absolute;
    top: 0;
    left: 7%;
    width: 86%;
    padding-top: 45px;
    display: flex;
    color: #fff;
    font-weight: bold;
}

.footer .footet-left {
    display: flex;
    width: 20%;
    text-align: center;
    line-height: 48px;
}

.footer .footet-left .left1 {
    width: 50%;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer .footer-right {
    width: 41%;
    line-height: 48px;
}

.footer .footer-center {
    width: 37%;
    display: flex;
    position: relative;
}

.footer .footer-center img {
    width: 100%;
    max-width: 80px;
}

.footer-text1 {
    line-height: 48px;
    padding-left: 5%;
}

.footer-icp{
	width:100%;
	text-align:center;
	position: absolute;
	bottom: 20px;
	left: 0;
	font-weight: bold;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    padding-top: 50px;
    /* height: 100px; */
    z-index: 2000;
    width: 100%;
    min-width: 1080px;
    margin: 0 auto;
    display: flex;
}

.header-bg {
    background: rgb(24 24 24 / 48%);
    padding-bottom: 30px;
}

.header a {
    color: #fff;
    text-decoration: none;
}

.header .logo-box {
    width: 24%;
}

.header .header-center {
    width: 33%;
    display: flex;
}

.header .header-center .item {
    width: 33%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    letter-spacing: 4px;
    font-weight: 600;
    margin: 0 10px;
}

.header .header-center .item.active {
    background: rgb(255, 255, 255, 0.4);
    border-radius: 2px;
}

.header{
    padding-top: 10px !important;
}
.header .logo-box{
    padding-top: 10px;
}
.header .header-center, .header .search-box{
    padding-top: 50px ;
}
.header-bg{
    padding-top: 0 !important;
}




.logo-box img {
    max-width: 100%;
}


.header .search-box {
    width: 28%;
    padding-right: 10%;
    padding-left: 5%;
}

.header .input-box {
    position: relative;
    width: 80%;
}

.header .input-box input {
    padding: 5px 15px;
    background: rgb(255, 255, 255, 0.6);
    border-radius: 16px;
    border: none;
    line-height: 30px;
    width: calc(100% - 10px - 20px);
}

.header .input-box img {
    position: absolute;
    right: 5px;
    width: 30px;
    top: 5px;
}

.header .shop-box {
    width: 40px !important;
    padding-left: 16px;
}

.header .input-box input::-webkit-input-placeholder {
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}

.header .input-box input:-moz-placeholder {
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}

.header .input-box input:-ms-input-placeholder {
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}

.header .input-box input:focus {
    outline: none;
}





/********2025*******/
body {
	background:#F0F0F0 !important;
}
.max-width {
	max-width:1980px;
}
.header-2025 {
	background:#fff;
	position:fixed;
	left:0;
	right:0;
	top:0px;
	padding-top:50px;
	z-index:2000;
	width:100%;
	margin:0 auto;
}
.header-2025-l1{width:76%!important;overflow:hidden;min-width:1080px;}
.header-2025-bg {
	background:rgb(24 24 24 / 48%);
	padding-bottom:30px;
}
.header-2025 a {
	color:#888;
	text-decoration:none;
}
.header-2025 .logo-box {
	width:10%;
	float:left;
}
.header-2025 .header-center {
	width:35%;
	float:left;
}
.header-2025 .header-center .item {
	width:33.33%;
	text-align:center;
	height:40px;
	line-height:40px;
	font-size:20px;
	letter-spacing:4px;
	font-weight:600;
	float:left
}
.header-2025 .header-center .item.active a {
	color:#0C2B47;
}
.header-2025 {
	padding:10px 0 5px !important;
}

.header-2025 .header-center,.header-2025 .search-box {
	padding-top:15px;
}
.header-2025-bg {
	padding-top:0 !important;
}
.header-2025 .search-box {
	width:28%;
	float:right;
}

.header-2025 .input-box {
	width:80%;
	float:left;
	position:relative;
}
.header-2025 .input-box input {
	padding:5px 15px;
	background:rgb(255,255,255,0.6);
	border-radius:7px;
	border:1px solid #ddd;
	line-height:30px;
	width:90%;
}
.header-2025 .input-box img {
	position:absolute;
	right:5px;
	width:25px;
	top:8px;
}
.header-2025 .shop-box {
	width:40px!important;;
	float:right;
	padding-left:16px;
}
.header-2025 .input-box input::-webkit-input-placeholder {
	padding-left:10px;
	color:#fff;
	font-size:16px;
	letter-spacing:2px;
}
.header-2025 .input-box input:-moz-placeholder {
	padding-left:10px;
	color:#fff;
	font-size:16px;
	letter-spacing:2px;
}
.header-2025 .input-box input:-ms-input-placeholder {
	padding-left:10px;
	color:#fff;
	font-size:16px;
	letter-spacing:2px;
}
.header-2025 .input-box input:focus {
	outline:none;
}
.footer-2025 {
	padding-bottom:20px;
    background-color: #F6F6F6;;
}
.footer-2025 a {
	color:#444;
	text-decoration:none;
}
.footer-2025 .footer-nav {
	width:50%;
	max-width:800px;
    background: #fff;
	padding-top: 30px !important;
}
.footer-2025 .footer-nav .footer-nav-item {
	width:25%;
	font-weight:bold;
	font-size:16px;
}
.footer-2025 .footer-top {
	background:#f6f6f6;
	padding-top:100px;
}
.footer-2025 .footer-top .footer-item1 .footer-top-left {
	width:30%;
}
.footer-2025 .footer-top .footer-item1 .footer-top-right {
	width:27%;
	margin:0 6.5%;
}

.footer-2025 .footer-top .footer-item1 .footer-top-right2 {
	width:30%;
}

.footer-2025 .icon-box{
	width:100%;
	display:block;
	overflow:hidden;
}
.footer-2025 .icon-item {
	width:24%;
	margin-right:14%;
	text-align:center;
	float:left;
}

.footer-2025 .icon-item:nth-child(3n){
	margin-right:0;
}

.footer-2025 .icon-item  p {
	padding:0 !important;
	margin:0 !important;
	margin-bottom:10px !important;
	margin-top:10px !important;
}
.footer-2025 .icon-item img {
	width:60px;
}



.margin-center{margin-top:90px}
@media screen and (max-width: 1700px) {.margin-center{margin-top:85px}}
@media screen and (max-width: 1600px) {.margin-center{margin-top:82px}}

/* 小屏幕尺寸样式兼容 hugo */
@media screen and (max-width: 1500px) {
    .header {
        padding-top: 30px;
    }
    .header .header-center{
        width: 43%;
    }
    .header .header-center .item {
        font-size: 16px;
    }
    .header .search-box{
        padding-right:2%;
    }
    .header .logo-box {
        width: 20%;
    }

    .footer .footer-content {
        padding-top: 30px;
    }

   
    .footer-text1 {
        padding-left: 10px;
    }

    .img-box .jump-btn {
        width: 200px;
    }
	.header-2025 .header-center, .header-2025 .search-box {
	  padding-top: 10px;
	}
	.header-2025 .header-center .item{
		font-size:18px;
	}
		.header-2025 .input-box input{line-height: 26px;}
	.header-2025 .input-box img{width:20px}
	.header-2025 .shop-box{width:36px!important;padding-top:2px}
	.margin-center{margin-top:80px}
	.footer-2025 .icon-item p{font-size:12px;margin-bottom: 5px !important;
  margin-top: 5px !important;}
	.footer-top-right .view-box {font-size:16px !important;padding-bottom: 20px !important;}
	.footer-2025 .icon-item img{width:50px;}
	.footer-top-right .address{font-size: 12px !important;padding-top: 10px !important;}
	.footer-2025 .footer-nav .footer-nav-item{font-size:12px;}
}

@media screen and (max-width: 1400px) {.margin-center{margin-top:78px}}
/* 小屏幕尺寸样式兼容 hugo */
@media screen and (max-width: 1300px) {
    .footer .footer-content {
        padding-top: 20px;
    }
	
	.footer .footet-left {
	  width: 15%;
	}
	
	.footer .footer-right {
	  width: 46%;
	  text-align:right;
	}

	.header-2025 .header-center, .header-2025 .search-box {
	  padding-top: 7px;
	}
	.header-2025 .header-center .item{
		font-size:16px;
	}
	.header-2025 .input-box input{line-height: 25px;}
	.header-2025 .input-box img{width:20px}
	.header-2025 .shop-box{width:34px!important;padding-top:2px}
	.margin-center{margin-top:70px}
	.header-2025 .header-center{width:38%}
	.font-size-20{font-size: 16px !important;}
}

@media screen and (max-width: 1200px) {
	.header-2025 .header-center, .header-2025 .search-box {
	  padding-top: 3px;
	}
	.header-2025 .header-center .item{
		font-size:15px;
	}
	.margin-center{margin-top:62px}
	.header-2025 .input-box input{line-height: 24px;}
	.header-2025 .input-box img{width:15px}
	.header-2025 .shop-box{width:32px!important;padding-top:1px}
	.margin-center{margin-top:60px}
	.font-size-20{font-size: 15px !important;}
	.footer-2025 .icon-item p{font-size:14px;}
	.footer-2025 .footer-nav .footer-nav-item{font-size:15px;}
	.footer-2025 .footer-top .footer-item1 .footer-top-left{width:55%}
	.footer-2025 .icon-item{margin-right: 35px;}
	.padding-b-40 {
	  padding-bottom: 20px !important;
	}
	  .header-2025 .shop-box {
    width: 28px !important;
    padding-top: 1px;
  }
}

@media screen and (max-width: 1080px) {
	.header-2025 .header-center, .header-2025 .search-box {
	  padding-top: 3px;
	}
	.margin-center{margin-top:62px}
	.header-2025 .input-box input{line-height: 22px;padding: 5px 10px;}
	.header-2025 .input-box img{width:15px}
	.header-2025 .shop-box{width:30px!important;padding-top:1px}
	.margin-center{margin-top:56px}
	.header-2025 .search-box{width:30%}
	.header-2025 .header-center {width: 42%;}
	.header-2025 .header-center .item {font-size: 14px;line-height: 36px;}
	.header-2025 .input-box{width:75%}
	.header-2025 .header-center .item{letter-spacing: 2px;}
	.font-size-20{font-size: 13px !important;}
	.footer-2025 .icon-item img{width:40px;}
		.footer-2025 .icon-item p{font-size:12px;}
	.footer-2025 .footer-nav .footer-nav-item{font-size:14px;}
	.footer-2025 .footer-top .footer-item1 .footer-top-left{width:55%}
	.footer-2025 .icon-item{margin-right: 35px;}
	.padding-b-40 {
	  padding-bottom: 15px !important;
	}
	  .footer-2025 .icon-item {
    margin-right: 0px;
  }
}

@media screen and (max-width: 810px) {
	.header-2025 .header-center, .header-2025 .search-box {
	  padding-top: 3px;
	}
	.margin-center{margin-top:62px}
	.header-2025 .input-box input{line-height: 22px;padding: 5px 8px;}
	.header-2025 .input-box img{width:15px}
	.header-2025 .shop-box{width:25px!important;padding-top:1px;margin-left:5px}
	.margin-center{margin-top:56px}
	.header-2025 .search-box{width:30%}
	.header-2025 .header-center {width: 42%;}
	.header-2025 .header-center .item {font-size: 14px;line-height: 30px;letter-spacing: 2px;}
	.header-2025 .input-box{width:72%}
}








