html {
	background: #ffffff;
	font-size: 14px;
	color: #666;
	font-family: "Arial", "微软雅黑", "Helvetica", "sans-serif";
}

body {
	min-width: 1220px;
}

.g_cwon {
	width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
	height: 70px;
}

.g_cw {
	width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}

.g_cw::before,
.g_cw::after {
	content: '';
	display: block;
	clear: both;
}

.g_mt {
	margin-top: 80px;
}

.g_mt::before,
.g_mt::after {
	content: '';
	display: block;
	clear: both;
}

.g_mb {
	margin-bottom: 80px;
}

.g_mb::before,
.g_mb::after {
	content: '';
	display: block;
	clear: both;
}

.news-others {
	margin-top: 60px;
	position: relative;
}

.pre-next {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.pre-next .news-prev,
.pre-next .news-next {
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	font-size: 16px;
}

@media (max-width: 1024px) {
	body {
		min-width: 0;
	}

	.g_cwon {
		width: 100%;
		height: auto;
	}

	.g_cw {
		width: 100%;
	}
}

@media (max-width: 700px) {
	.g_mt {
		margin-top: 40px;
	}

	.g_mb {
		margin-bottom: 40px;
	}
	.pre-next {
		flex-direction: column;
	}
	.pre-next .news-prev {
		margin-bottom: 30px;
	}
}


.g_page {
	clear: both;
	text-align: center;
	font-size: 14px;
	color: #888888;
	margin-top: 100px;
}

.g_page>ul {
	display: inline-block;
}

.g_page>ul>li {
	float: left;
	line-height: 35px;
	margin: 0 5px;
}

.g_page>ul>li a {
	display: block;
	background: #fff;
	padding: 0 15px;
	border: 1px solid #E8E8E8;
}

.g_page>ul>li a .fa {
	font-size: 17px;
	line-height: 35px;
}

.g_page>ul>li a.dis {
	color: #ccc;
	cursor: not-allowed;
}

.g_page>ul>li a:hover:not(.dis),
.g_page>ul>li a.on {
	background: #0059b3;
	color: #fff;
	border: 1px solid #0059b3;
}




.g_title {
	clear: both;
	text-align: left;
}

.g_title .l1 {
	font-size: 25px;
	color: #585858;
	float: left;
}

.g_title .l2 {
	font-size: 14px;
	color: #bbb;
	float: left;
	padding: 10px 0 0 10px;
}

@media (max-width: 1024px) {
	.g_title {
		padding: 50px 0 30px 0;
	}

	.g_title .l1 .line_l {
		display: none;
	}

	.g_title .l1 .line_r {
		display: none;
	}
}

@media (max-width: 700px) {
	.g_title .l1 {
		font-size: 24px;
	}

	.g_title {
		margin-bottom: 40px;
	}

}

.g_header {
	clear: both;
}

.g_header .top {
	background: #f1f1f1;
	height: 38px;
	line-height: 38px;
}

.g_header .top .left {
	float: left;
	color: #999;
}

.g_header .top .right {
	float: right;
	color: #999;
}

.g_header .top .right b {
	color: #1966bf;
	font-size: 16px;
}

/* 语言切换器样式 - 按钮版 */
.g_header .top .right .lang-switch {
	position: relative;
}

.g_header .top .right .lang-switch .lang-button {
	background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
	border: 1px solid #e0e6ed;
	border-radius: 20px;
	padding: 4px 12px;
	font-size: 12px;
	color: #495057;
	height: 28px;
	line-height: 20px;
	margin-top: 5px;
	cursor: pointer;
	outline: none;
	transition: all 0.3s ease;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	min-width: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.g_header .top .right .lang-switch .lang-button::before {
	content: "🌐";
	margin-right: 5px;
	font-size: 14px;
}

.g_header .top .right .lang-switch .lang-button .lang-arrow {
	font-size: 10px;
	transition: transform 0.3s ease;
}

.g_header .top .right .lang-switch .lang-button:hover {
	border-color: #1966bf;
	background: linear-gradient(135deg, #fff 0%, #f0f7ff 100%);
	box-shadow: 0 2px 8px rgba(25, 102, 191, 0.15);
	transform: translateY(-1px);
}

.g_header .top .right .lang-switch .lang-button.active .lang-arrow {
	transform: rotate(180deg);
}

.g_header .top .right .lang-switch .lang-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #e0e6ed;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 9999 !important;
	margin-top: 2px;
	overflow: hidden;
	min-width: 120px;
}

.g_header .top .right .lang-switch .lang-option {
	padding: 0 15px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	border-bottom: 1px solid #f0f0f0;
	font-size: 12px;
	color: #495057;
	display: block !important;
}

.g_header .top .right .lang-switch .lang-option:last-child {
	border-bottom: none;
}

.g_header .top .right .lang-switch .lang-option:hover {
	background: #f8f9fa;
	color: #875F23;
}

.g_header .top .right .lang-switch .lang-option:active {
	background: #e9ecef;
}

/* 桌面端隐藏移动端语言切换器 */
.g_header .bar .lang-switch-mobile {
	display: none;
}

/* 语言切换器动画效果 */
@keyframes langSwitchPulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes langSwitchGlow {
	0% {
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	}

	50% {
		box-shadow: 0 2px 8px rgba(25, 102, 191, 0.3), 0 0 15px rgba(25, 102, 191, 0.1);
	}

	100% {
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	}
}



.g_header .bar {
	display: none;
}

.g_header .main {
	height: 100px;
}

.g_header .main .logo {
	float: left;
	line-height: 100px;
}

.g_header .main .logo img {
	vertical-align: middle;
}

.g_header .main .nav {
	float: right;
}

.g_header .main .nav>li {
	float: left;
}

.g_header .main .nav>li>a {
	display: block;
	margin: 0 30px;
	padding: 40px 0 0px;
	font-size: 14px;
}

.g_header .main .nav>li:last-child>a {
	margin-right: 0;
}

.g_header .main .nav>li>a>p {
	transition: ease .3s;
}

.g_header .main .nav>li>a>p>b {
	display: block;
	color: #606060;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	transition: ease .3s;
}

.g_header .main .nav>li>a.on,
.g_header .main .nav>li>a:hover {
	color: #1966bf;
}

.g_header .main .nav>li>a.on>p>b {
	font-weight: bold;
	color: #1966bf;
}

.g_header .main .nav>li>a:hover>p>b {
	color: #1966bf;
}

@media (max-width: 1024px) {
	body {
		padding-top: 60px;
	}

	.g_header {
		background: transparent;
	}

	.g_header .top {
		display: none;
	}

	/* 移动端语言切换器隐藏，因为top区域被隐藏 */
	.g_header .top .right .lang-switch {
		display: none;
	}

	.g_header .bar {
		position: relative;
		display: block;
		position: fixed;
		z-index: 100;
		left: 0;
		top: 0;
		right: 0;
		height: 60px;
		background: #fff;
		color: #875F23;
	}

	/* 移动端语言切换器样式 - 按钮版 */
	.g_header .bar .lang-switch-mobile {
		display: block !important;
		position: absolute;
		right: 60px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 101;
	}

	.g_header .bar .lang-switch-mobile .lang-button-mobile {
		background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
		border: 1px solid #e0e6ed;
		border-radius: 15px;
		padding: 4px 8px;
		font-size: 14px;
		color: #495057;
		height: 26px;
		line-height: 18px;
		cursor: pointer;
		outline: none;
		min-width: 45px;
		transition: all 0.3s ease;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}

	.g_header .bar .lang-switch-mobile .lang-button-mobile::before {
		content: "🌐";
		margin-right: 3px;
		font-size: 12px;
		color: #666;
	}

	.g_header .bar .lang-switch-mobile .lang-button-mobile .lang-arrow {
		font-size: 8px;
		transition: transform 0.3s ease;
	}

	.g_header .bar .lang-switch-mobile .lang-button-mobile:hover {
		border-color: #1966bf;
		background: linear-gradient(135deg, #fff 0%, #f0f7ff 100%);
		box-shadow: 0 2px 6px rgba(25, 102, 191, 0.15);
		transform: translateY(-1px);
	}

	.g_header .bar .lang-switch-mobile .lang-button-mobile.active .lang-arrow {
		transform: rotate(180deg);
	}

	.g_header .bar .lang-switch-mobile .lang-menu-mobile {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		border: 1px solid #e0e6ed;
		border-radius: 8px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
		z-index: 9999 !important;
		margin-top: 2px;
		overflow: hidden;
		min-width: 80px;
	}

	.g_header .bar .lang-switch-mobile .lang-option-mobile {
		padding: 8px 12px;
		cursor: pointer;
		transition: background-color 0.2s ease;
		border-bottom: 1px solid #f0f0f0;
		font-size: 14px;
		color: #495057;
		display: block !important;
	}

	.g_header .bar .lang-switch-mobile .lang-option-mobile:last-child {
		border-bottom: none;
	}

	.g_header .bar .lang-switch-mobile .lang-option-mobile:hover {
		background: #f8f9fa;
		color: #875F23;
	}

	.g_header .bar .lang-switch-mobile .lang-option-mobile:active {
		background: #e9ecef;
	}

	.g_header .bar .menu {
		position: absolute;
		right: 0;
		top: 0;
		display: inline-block;
		padding: 0 10px;
		line-height: 60px;
	}

	.g_header .bar .menu img {
		vertical-align: middle;
		height: 32px;
	}

	.g_header .bar .logo {
		font-size: 22px;
		font-weight: bold;
		line-height: 60px;
		color: #333;
		padding-left: 10px;
	}

	.g_header .bar .logo img {
		max-height: 40px;
		vertical-align: middle;
	}

	.g_header .main {
		height: auto;
	}

	.g_header .main .logo {
		display: none;
	}

	.g_header .main .nav {
		float: none;
		height: auto;
		padding: 20px 0;
		margin-top: 0;
		line-height: 1;
		visibility: hidden;
		opacity: 0;
		position: fixed;
		z-index: 99;
		left: 0;
		top: -100%;
		bottom: 100%;
		right: 0;
		background: #f1f1f1;
		transition: ease .4s;
	}

	.g_header .main .nav>li {
		float: none;
	}

	.g_header .main .nav>li>a {
		width: auto;
	}

	.g_header .main .nav>li>a>p>b {
		margin-bottom: 5px;
	}

	.g_header .main .nav>li>a>p .en {
		font-size: 8px;
		margin-left: 0;
		transform: none;
	}

	.g_header .main .nav>li>a>p .line {
		margin-top: 5px;
	}

	.g_header .main .nav.show {
		visibility: visible;
		opacity: 1;
		top: 60px;
		bottom: 0;
	}
}


.g_footer {
	clear: both;
}

.g_footer .top {
	background: #303031;
	padding: 45px 0 40px 0;
	overflow: hidden;
}

.g_footer .top .h1 {
	font-size: 16px;
	color: #fff;
	padding-bottom: 20px;
}

.g_footer .top .lx {
	float: left;
}

.g_footer .top .lx .con {
	overflow: hidden;
}

.g_footer .top .lx .con .font {
	float: left;
}

.g_footer .top .lx .con .font .p1 {
	line-height: 24px;
	font-size: 12px;
	color: #6d6d6d;
}

.g_footer .top .lx .con .gzh {
	float: left;
	overflow: hidden;
	padding-left: 40px;
}

.g_footer .top .lx .con .gzh .pic {
	float: left;
}

.g_footer .top .lx .con .gzh .p1 {
	float: left;
	padding: 20px 0 0 20px;
	line-height: 24px;
	font-size: 12px;
	color: #727272;
}

.g_footer .top .online {
	float: right;
}

.g_footer .top .online .inpt {
	min-width: 446px;
}

.g_footer .top .online .inpt .list {
	margin-left: -10px;
	margin-bottom: -10px;
	overflow: hidden;
}

.g_footer .top .online .inpt .list>li {
	float: left;
	width: 100%;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	display: flex;
}

.g_footer .top .online .inpt .list>li .td1 {
	width: 70%;
	height: 36px;
	border: 1px solid #4f4e4f;
}

.g_footer .top .online .inpt .list>li .td1 .text {
	border: 0;
	background: none;
	width: 100%;
	height: 36px;
}

.g_footer .top .online .inpt .list>li .td3 {
	width: 30%;
}

.g_footer .top .online .inpt .list>li .td3 .sub {
	padding: 10px 0;
	width: 100%;
	background: #1966bf;
	display: block;
	color: #fff;
	text-align: center;
}

.g_footer .bottom {
	background: #141414;
	text-align: center;
	padding: 20px 0;
	color: #727272;
}

@media (max-width: 1024px) {
	.g_footer .top .lx {
		float: none;
	}

	.g_footer .top .lx .con .font {
		width: 50%;
	}

	.g_footer .top .online {
		float: none;
	}

	.g_footer .top .online .inpt {
		min-width: auto;
	}

}

@media (max-width: 600px) {
	.g_footer .top .h1 {
		text-align: center;
	}

	.g_footer .top .lx .con .font {
		width: 100%;
		float: none;
		text-align: center;
	}

	.g_footer .top .lx .con .gzh {
		float: none;
		padding-left: 0;
		padding-top: 10px;
	}

	.g_footer .top .lx .con .gzh .pic {
		float: none;
		text-align: center;
	}

	.g_footer .top .lx .con .gzh .p1 {
		float: none;
		text-align: center;
		padding: 20px 0 0 0;
	}

	.g_footer .top .online .inpt .list>li {
		width: 100%;
	}

}
.honor .offset {
	margin: 20px 0;
}
.honor .offset p {
	line-height: 1.5;
}
/*--产品--*/
.product .offset {
}

.product .offset .list {
	margin-left: -42px;
	margin-bottom: -30px;
	overflow: hidden;
}

.product .offset .list>li {
	float: left;
	width: 33.33%;
	padding-left: 42px;
	padding-bottom: 30px;
}

.product .offset .list>li:nth-child(3n+1) {
	clear: both;
}

.product .offset .list>li .box {
	display: block;
}

.product .offset .list>li .box .pic img {
	border: 1px solid #eaeaea;
	width: 100%;
	display: block;
}

.product .offset .list>li .box .p1 {
	text-align: center;
	padding-top: 20px;
	color: #515151;
	font-size: 16px;
	font-weight: bold;
}

.product .offset .list>li .box .p2 {
	text-align: center;
	color: #939393;
}

@media (max-width: 1024px) {
	.product .offset .list>li {
		width: 50%;
	}

	.product .offset .list>li:nth-child(n) {
		clear: none;
	}

	.product .offset .list>li:nth-child(2n+1) {
		clear: both;
	}
}

@media (max-width: 600px) {
	.product .offset .list>li {
		width: 100%;
	}

	.product .offset .list>li:nth-child(n) {
		clear: none;
	}
}

/*--子页面--*/

.s_child_banner {
	display: none;
}

.child_banner img {
	display: block;
}

.s_child_banner img {
	display: block;
}

@media (max-width: 1024px) {
	.child_banner {
		display: none;
	}

	.s_child_banner {
		display: block;
	}
}

.page {
	border-bottom: 1px solid #d0d0d0;
	height: 70px;
	overflow: hidden
}

.page .p1 {
	color: #707070;
	font-size: 12px;
	line-height: 70px;
	text-align: right;
}

.page .p1 .ico img {
	width: 13px;
	vertical-align: middle;
}

.page .p1 .on {
	color: #0059b3;
}

@media (max-width: 1024px) {
	.page {
		height: 60px;
	}

	.page .p1 {
		text-align: left;
		padding-left: 10px;
	}
}

.c_nav {
	margin-top: -70px;
}

.c_nav .list {
	margin-bottom: -10px;
	overflow: hidden;
}

.c_nav .list>li {
	float: left;
	padding-bottom: 10px;
}

.c_nav .list>li .box {
	height: 70px;
	padding: 0 40px;
	line-height: 70px;
	color: #707070;
	display: block;
}

.c_nav .list>li .box:hover {
	background: #0059b3;
	color: #fff;
}

.c_nav .list>li .on {
	background: #0059b3;
	color: #fff;
}

@media (max-width: 1024px) {
	.c_nav {
		margin-top: 30px;
	}

	.c_nav .list {
		text-align: center;
	}

	.c_nav .list>li .box {
		padding: 0;
	}
}

@media (max-width:767px) {
	.link {
		display: none;
	}
}

.link {
	padding: 0px 0px;
	text-align: center;
}

.link span {
	color: #727272;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}

.link li {
	color: #727272;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.link li a {
	color: #727272;
	font-size: 14px;
}

.link li a:hover {
	opacity: 1;
}




/*Cookies协议*/
#cookies_agreement {
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 20px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100001;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    transition: opacity 300ms ease-in-out;
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    max-width: 374px;
    width: 94%;
    justify-content: space-between;
    box-sizing: border-box;
    margin: auto;
}
.cookies_none {
    display: none !important;
}
#cookies_agreement>.cookies-content {
    line-height: 26px;
    color: #333;
    width: 100%;
    font-size: 16px;
}
#cookies_agreement>.cookies-content a{
    text-decoration: underline;
}

#cookies_agreement>.cookies-content a:hover {
    text-decoration: underline;
}

#cookies_agreement>.cookies-button {
    display: block;
    background-color: #2e2e2e;
    line-height: 20px;
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    width: 48%;
}

#cookies_agreement>.cookies-button.reject {
    background-color: #fff;
    color: #2e2e2e;
    border: 1px solid #2e2e2e;
    float: left;
}

#cookies_agreement>.cookies-button.reject {
    background-color: #fff;
    color: #2e2e2e;
    border: 1px solid #2e2e2e;
    float: left;
}

@media screen and (min-width: 1000px) {
    #cookies_agreement.cookies-bottom {
        padding: 30px 15%;
        width: 100%;
        bottom: 0;
        left: 0;
        border-radius: 0;
        border: 1px solid #D0D0D0;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: none;
    }

    #cookies_agreement.cookies-bottom>.cookies-content {
        flex: 1;
        margin-right: 20px;
    }

    #cookies_agreement.cookies-bottom>.cookies-button {
        width: auto;
        padding: 10px 60px;
        margin-left: 20px;
        margin-top: 0;
    }
}

@media screen and (max-width: 1000px) {
    #cookies_agreement.cookies-bottom {
        padding: 20px;
        left: 0;
        right: 0;
        bottom: 15px;
    }

    #cookies_agreement.cookies-bottom>.content {
        width: 100%;
        flex: none;
    }

    #cookies_agreement.cookies-bottom>.button {
        margin-top: 15px;
    }
}

.cookies-popup {
    display: none;
    position: fixed;
    z-index: 100002;
    left: 0;  
    top: 0;  
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.cookies-open-popup {
    display: block;
}
.cookies-open-popup .cookies-popup-box {  
    background-color: #fefefe;  
    margin: 4% auto;
    padding: 20px;  
    border: 1px solid #888;  
    width: 80%;
    height: 80%;
    max-width: 1200px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);  
    border-radius: 8px;  
    overflow: auto;
}  

.cookies-popup .cookies-popup-box .cookies-popup-box-top {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 10px;
  text-align: center;
}
.cookies-popup .cookies-popup-box-foot {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}
.cookies-popup .cookies-popup-box-foot .cookies-button{
    width: auto;
    padding: 8px 30px;
    background: #333;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);

}

