/* * {
    transition: all .3s;
} */
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
body {
    opacity: 0;
}
@font-face {
    font-family: "思源黑体 Normal";font-weight: 350;src: url("//at.alicdn.com/wf/webfont/PAZpgNyEz3lS/WArxm66uh52Q.woff2") format("woff2"),
    url("//at.alicdn.com/wf/webfont/PAZpgNyEz3lS/9LpbTKTOAWTk.woff") format("woff");
    font-display: swap;
}


 .index-container {
    max-width: 14rem;
    position: relative;
    margin: 0 auto;
}
.background{background-position: center;background-repeat: no-repeat; background-size: cover;}
.index-padding{
    padding: .85rem 0 .8rem;
}
.global-title{
    display: flex;
    align-items: flex-end;
    margin-bottom: .30rem;
}
.global-title h3{
    color: #333;
    font-size: .4rem;
    font-weight: bold;
    margin-right: .15rem;
}

.global-title p{
    color: #666;
    font-size: .16rem;
    margin-bottom: 5px;
}
.global-title.white h3,
.global-title.white p{
    color: #fff;
}


header {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    padding: .25rem 0;
    font-size: 0;
    z-index: 9;
}
header.header-fixed {
    background-color: #333;
    transition: all .3s;
    z-index: 999;
}
header.page {
    background-color: #fff;
    color: #333;
    z-index: 999;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
}

header .index-container {
    width: 100%;
    position: relative;
}
header .index-container .flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .logo {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}
header .logo img {
    width: 1.75rem;
}
header .nav {

}
header .nav {
    display: flex;
}
header .nav li {
    margin: 0 .08rem;
}
header .nav li a {
    font-family: "思源黑体 Normal";
    font-size: 0.18rem;
    color: #ffffff;
    padding: 0.01rem 0.14rem 0.05rem;
    border-radius: .04rem;
}
header.page .nav li a {
    color: #333333;
}
header .nav li a:hover {
    color: #e62b00;
    transition: all .3s;
}
header .nav li a.czg-active {
    background-color: #e62b00;
    color: #fff;
}
header .search {
    width: auto;
    position: relative;
    margin: 0 50px 0 15px;
}
header .search img {
    width: 0.19rem;
}
header .login {
    display: flex;
    justify-content: center;
    align-items: center;
    width: .9rem;
    line-height: .32rem;
    font-family: "思源黑体 Normal";
    font-size: 0.14rem;
    color: #ffffff;
    text-align: center;
    border-radius: 0.04rem;
    background-color: #e62b00;
}
header .login span {
    margin: 0 0.04rem;
    font-size: 0.14rem;
}
header .login a,header .login p {
    font-family: "思源黑体 Normal";
    font-size: 0.14rem;
    color: #ffffff;
}
header .login a:hover {
    color: #ffffff;
}
.navbtn {
	cursor: pointer;
	box-sizing: border-box;
	position: absolute;
    right: -0.3rem;
	line-height: 0;
    top: 50%;
    transform: translateY(-50%);
}

.navbtn1 {
	display: none;
	position: relative;
}

/**mobile nav**/
#open_menu{/*position: relative; width: 40px; height: 35px;*/ float: left; display: block;margin-top: 0.05rem;margin-left: auto;margin-right: auto;}
#open_menu span,#open_menu span::before,#open_menu span::after {width: 0.26rem; height: 0.02rem; background-color: #fff; border-radius: 3px; position: absolute;transition: transform 0.15s ease}
#open_menu span::before,#open_menu span::after { content: ""; display: block}
#open_menu span::before { top: -0.07rem;}
#open_menu span::after {bottom: -0.07rem;}
#open_menu span { top: 50%; margin-top: -0.015rem; transition-duration: 0.3s;transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);}
#open_menu span::before {transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in,background-color 0.15s ease}
#open_menu span::after { transition: bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19) ,background-color 0.15s ease}
#open_menu.is-active span{ transform: rotate(225deg);transition-delay: 0.14s;transition-timing-function: cubic-bezier(0.215,0.61,0.355,1)}
#open_menu.is-active span::before {top: 0;opacity: 0;transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out,background-color 0.15s ease}
#open_menu.is-active span::after {bottom: 0;transform: rotate(-90deg);transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease;}



.footer{
    background: #263035;
    font-size: 0;
}
.footer .footer-friend{
    color: #666; 
    font-size: .14rem;
    background: #fff;
    padding: .35rem 0 .4rem;
}
.footer .footer-friend h4{
    color: #333;
    font-size: .18rem;
    font-weight: bold;
    margin-bottom: .1rem;
    display: flex;
    align-items: center;
}
.footer .footer-friend .centers {
    margin-top: 0;
}
.footer .footer-friend h4 img{
    width: .22rem;
    margin-right: .05rem;
}
.footer .footer-friend p a{
    color: #666;
    font-size: .14rem;
    line-height: .24rem;
    margin-right: .25rem;
}
.footer .footer-friend p a:hover{
    color: #e62b00;
    font-weight: bold;
}
.footer-content{
    color: #fff;
    font-size: .12rem;
    padding: .6rem 0 .65rem;
}
.footer-content .index-container{
    display: flex;
    justify-content: space-between;
} 
.footer-content .index-container .footer-logo a img{
    width: 1.14rem;
}
.footer-content .footer-nav{
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.footer-content .footer-nav dl dt{
    font-size: .14rem;
    margin-bottom: .12rem;
}
.footer-content .footer-nav dl dd{
    font-size: .12rem;
    margin-top: .08rem;
}
.footer-content .footer-nav dl dd a{
    font-size: .12rem;
    color: rgba(255, 255, 255, .6);
}
.footer-content .footer-nav dl dd a:hover{
    color: #fff;
}
.footer-content .footer-nav dl dd strong{
    font-size: .26rem;
    font-weight: bold;
}
.footer-content .footer-nav dl dd p{
    font-size: .12rem;
    color: rgba(255, 255, 255, .6);
}
.footer-content .footer-nav dl .chain{
    display: flex;
    margin-top: .2rem;
}
.footer-content .footer-nav dl .chain a{
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: .04rem;
    margin-right: .1rem;
    padding: .06rem .07rem;
}
.footer-content .footer-nav dl .chain a:hover{
    color: #fff;
    border: 1px solid #fff;
}
.footer-content .footer-nav dl .chain a .iconfont{
    margin-right: .05rem;
}
.footer-content .footer-follow{
    text-align: center;
}
.footer-content .footer-follow img{
    width: 1.16rem;
}
.footer-content .footer-follow p{
    margin-top: .15rem;
}
.footer-copyright{
    color: rgba(255, 255, 255, .3);
    border-top: 1px solid #374045;
    padding-top: .3rem;
    padding-bottom: .25rem;
}
.footer-copyright .copyright{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .05rem;
}
.footer-copyright .copyright-left{
    font-size: .12rem;
    line-height: .24rem;
}
.footer-copyright .copyright-left p {
    font-size: .12rem;
}
.footer-copyright .copyright-left a{
    font-size: .12rem;
    color: rgba(255, 255, 255, .3);
}
.footer-copyright .copyright a:hover{
    color: #fff;
}
.footer-copyright .copyright-right{
    display: flex;
}
.footer-copyright .copyright-right a{
    margin-left: .1rem;
    font-size: .12rem;
}
.footer-copyright .copyright-right a img{
    height: .405rem;
}

.w-search-form {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    font-size: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}
.w-form-row-field {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 .15rem 0 .8rem;
    background-color: #fff;
    box-shadow: 0px 0px 6.32px 1.68px rgba(230, 230, 230, 0.1);
    border-radius: .25rem;
    overflow: hidden;
}
header.page .w-form-row-field {
    border: 1px solid #ddd;
}
.w-form-row-field img {
    width: 0.15rem;
    filter: grayscale(1) contrast(999) invert(1);
    cursor: pointer;
}
.page .w-form-row-field img {
    filter: unset;
}
.w-search-open a {
    display: flex;
}
.w-search-form input {
    width: 2rem;
    height: .42rem;
    padding: 0 .12rem;
    font-size: .14rem;
    color: #666;
    font-weight: 400;
    letter-spacing: 0em;
    border-radius: 0rem;
    font-size: .15rem;
    border: none;
    box-sizing: content-box;
}
.czg-store {
    position: absolute;
    top: 50%;
    left: 0.1rem;
    transform: translateY(-50%);
    z-index: 9;
}
header .czg-store img {
    margin-left: 0.05rem;
    width: 0.12rem;
}
.w-search-close svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    text-align: center;
    cursor: pointer;
    color: inherit !important;
    opacity: 0.5;
    transition-duration: 0.2s;
    width: 0.2rem;
    height: 0.2rem;
}
.w-search-close path {
    fill: #333;
}
.w-search.layout_modern.active .w-search-close {
    z-index: 1;
    opacity: 0.5;
    transform: translate(0, -50%);
}

.w-search-form .czg-store-title {
    width: 0.7rem;
    height: .26rem;
    line-height: .26rem;
    text-align: center;
    color: #e62b00;
    font-size: .15rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w-search-form .czg-store-title span {
    font-size: 0.15rem;
}
.w-search-form .czg-store-list {
	position:absolute;
	top: .36rem;
	left: 0;
	z-index: 9999;
    width: 1rem;
	height: 0;
	background-color:#fff;
	overflow:hidden;
	-webkit-transition:height 0.4s linear 0s;
	-o-transition:height 0.4s linear 0s;
	transition:height 0.4s linear 0s;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    font-size: 0.16rem;
    color: #333333;
    box-shadow: 0px 0px 6.32px 1.68px rgba(230, 230, 230, 0.004);
    border-radius: 0.06rem;
}
.w-search-form .czg-store-list a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width: 100%;
    justify-content: center;
    padding: .15rem 0;
	-webkit-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
	color:#333;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.w-search-form .czg-store-list a:nth-child(2) {
    border-top: 0.01rem solid #ddd;
    border-bottom: 0.01rem solid #ddd;
}
.w-search-form .czg-store-list a p {
	width: .7rem;
	height: .2rem;
	font-size: .14rem;
	text-align:center;
	line-height: .2rem;
	-webkit-box-sizing:border-box;
	color:#a0a0a0;
	box-sizing:border-box;
}
.w-search-form .czg-store-list a:hover {
    color: #fff;
	background-color:#e62b00;
}
.w-search-form .czg-store-list a:hover p {
    color: #fff;
}
.position {
    color: #999999;
    padding: .3rem 0;
    margin-top: .82rem;
}
.position .index-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.position {
    font-size: 0.14rem;
    color: #999999;
}
.position a {
    color: #333;
    font-size: .14rem;
    display: inline-block;
    margin: 0 0.05rem;
}
.position a:hover,.position a.current {
    color: #e60012;
}


.fixed-chat {
	position: fixed;
	bottom: 56%;
	right: 15px;
	z-index: 77;
	transition: none;
	transform: translateY(50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fixed-chat ul {
    border-radius: 34px;
    padding: 15px 0;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
    box-shadow: 0px 0px 8.9px 1.1px rgba(168, 168, 168, 0.4); 
    background-color: #ffffff;
}

.fixed-chat ul li {
	width: 50px;
    /* height: 56px; */
    
	text-align: center;
	cursor: pointer;
}

.fixed-chat ul li a {
	position: relative;
	/* height: 56px; */
	display: flex;
    padding: 5px 0;
	justify-content: center;
	align-items: center;
	flex-direction: column;
    border-radius: 34px;
	background-color: #ffffff;
	color: #333333;
}

.fixed-chat ul li img {
    margin-bottom: 8px;
}

.fixed-chat ul li p {
    width: 24px;
	font-size: 12px;
	line-height: normal;
}

.box1,.seek-code {
    display: none;
}

.fixed-chat-position {
	position: absolute;
    /* width: 150px; */
	bottom: 0;
	right: 80px;
	background-color: #fff;
    padding: 10px;
	opacity: 0;
	transform: translateX(10px);
	visibility: hidden;
    /* box-shadow: 0px 0px 8.9px 1.1px rgba(168, 168, 168, 0.4); */
    box-shadow: 0 0 30px 0 rgba(64,74,127,.1);
    box-sizing: border-box;
	transition: all 0.3s;
}
.fixed-chat-position img {
    width: 150px;
    margin-bottom: 0 !important;
}
.fixed-chat-tel {
    opacity: 0;
    visibility: hidden;
    width: 186px;
    position: absolute;
    top: -26px;
    right: 84px;
    background-color: #fff;
    /* box-shadow: 0px 0px 8.9px 1.1px rgba(168, 168, 168, 0.4); */
    border-radius: 15px;
    padding: 22px 19px;
    height: 123px;
    font-size: 12px;
    box-sizing: border-box;
}
.fixed-chat-tel h3 {
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
    font-family: Arial;
}
.fixed-chat-tel p {
    font-size: 13px !important;
    color: #919090;
    width: auto !important;
    margin-top: 6px;
}
.fixed-chat-tel:after {
    content: "";
    display: inline-block;
    border-left: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: -15px;
    top: 30px;
    /* box-shadow: 0px 0px 8.9px 1.1px rgba(168, 168, 168, 0.4); */
}

.fixed-chat-tel img {
    width: auto;
    margin-bottom: 0 !important;
    margin-right: 6px;
}
.fixed-chat ul li a:hover .fixed-chat-position {
	opacity: 1;
	visibility: visible;
    
}
.fixed-chat ul li a:hover .fixed-chat-position:not(.fixed-chat-tel) {
    width: 150px;
    box-sizing: content-box;
}
.czg-print-window-btn {
    display: none !important;
}