﻿@charset "utf-8";

body {
	padding-top: 120px;
	font-family: "微软雅黑";
}

.no-margin {
	margin: 0 !important
}

.overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

a {
	text-decoration: none !important;
	cursor: pointer !important
}

.container-fluid {
	max-width: 1230px !important
}

::-webkit-input-placeholder {
	transition: all 0.3s;
}

:-moz-placeholder {
	transition: all 0.3s;
}

::-moz-placeholder {
	transition: all 0.3s;
}

:-ms-input-placeholder {
	transition: all 0.3s;
}

.tr {
	font-weight: bold;
	transition: all 0.3s;
}

.tr3 {
	transition: all 1s;
}

input,
button,
textarea,
.swiper-pagination span,
.swiper-button,
select {
	outline: none !important;
}

.sizeCover {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.sbsb img {
	width: 162px !important;
	height: auto !important;
	float: left;
	margin: 5px;
}

.sbsbsb {
	color: #808080;
	line-height: 28px;
	font-size: 16px;
	line-height: 34px;
}

.sbsbsb table {
	width: 100% !important;
}

.sbsbsb table td {
	width: auto !important;
	height: auto !important;
	line-height: 34px;
	padding: 5px !important;
}

.maximg img {
	max-width: 100%;
	height: auto !important;
}

.main-pad-1 {
	padding: 76px 0 0;
}

.main-pad-2 {
	padding: 30px 0 0;
}

.main-pad-3 {
	padding: 80px 0 0;
}

.main-pad-4 {
	padding: 20px 0 0;
}

.main-pad-5 {
	padding: 60px 0 0;
}

.main-pad-6 {
	padding: 0 0 80px;
}

.main-pad-7 {
	padding: 0 0 110px;
}

.main-mar-1 {
	margin: 0 0 -30px;
}

.main-background-1 {
	position: relative;
}

.main-background-1:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 362px;
	background: url(../images/bg1.jpg) 50% 50% / cover;
}

.main-background-1>div {
	position: relative;
	z-index: 2;
}

.main-background-2 {
	background: #f6f6f6;
}



@media (min-width:992px) {

	.menu ul li {
		position: relative;
		margin-left: 12px;
		margin-right: 12px;
	}

	.menu ul li>a {
		font-weight: bold;
		z-index: 9999;
		padding-right: 5px;
		position: relative;
		display: block;
		font-size: 16px;
		color: #333;
		line-height: 60px;
	}

	.menu ul li>a:before {
		content: "";
		position: absolute;
		left: 50%;
		z-index: 1;
		width: 0;
		height: 8px;
		/* background: #2f3a8a;
		border-bottom: solid 3px #e77918; */
		transition: all 0.3s;
	}

	.menu ul li.active>a:before {
		margin-left: -50%;
		width: 100%;
	}

	.menu ul li:hover>a:before {
		margin-left: -50%;
		width: 100%;
	}

	.menu ul li .ul {
		position: absolute;
		left: 50%;
		top: 100%;
		margin-left: -60px;
		width: 120px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		visibility: hidden;
		opacity: 0;
		transform: translateY(10px);
	}

	.menu ul li:hover .ul {
		visibility: visible;
		opacity: 1;
		transform: translateY(0px);
	}

	.menu ul li .ul .li>a {
		display: block;
		padding: 10px;
		color: #fff;
		line-height: 24px;
		text-align: center;
		background: rgba(231, 121, 24, 0.9);
	}

	.menu ul li .ul .li:last-child>a {
		border-radius: 0 0 5px 5px;
	}

	.menu ul li .ul .li:hover>a {
		background: rgb(67 110 178 / 90%);
	}

	.menu ul li:hover>a {
		color: #c5690a;
		font-weight: bold;
	}

	.menu ul li.active>a {
		color: #c5690a;
		font-weight: bold;
	}

	.active .logo a {
		line-height: 100px;
	}

	.active .menu ul li>a {
		line-height: 100px;
	}

	.active .tel {
		margin-top: 32px;
	}

	.active .language {
		margin-top: 32px;
	}
}

@media (max-width:1620px) {
	header .menu ul li {
		margin-right: 50px;
	}
}

@media (max-width:1439px) {
	header .container-fluid {
		padding: 0 15px;
	}

	header .menu ul li {
		margin-right: 30px;
	}
}

@media (max-width:1230px) {
	.title-3:before {
		width: calc(100% + 15px);
	}
}

@media (max-width:1199px) {
	.main-pad-1 {
		padding: 60px 0 0;
	}

	.main-pad-3 {
		padding: 40px 0 0;
	}

	.main-pad-5 {
		padding: 40px 0 0;
	}

	.main-pad-6 {
		padding: 0 0 40px;
	}

	.main-pad-7 {
		padding: 0 0 80px;
	}

	.col-md-3-cz-1 {
		padding-right: 15px;
	}

	.col-md-9-cz-1 {
		padding-left: 15px;
	}

	header .language {
		margin-right: 10px;
		margin-top: 35px;
	}

	header .language a {
		width: 30px;
		height: 30px;
		font-size: 12px;
		line-height: 28px;
	}

	header .tel {
		margin-top: 35px;
	}

	header .tel a {
		padding: 0 15px;
		font-size: 14px;
		line-height: 30px;
		border-radius: 15px;
	}

	.title-1 {
		width: 200px;
	}

	.title-1 .cn {
		margin-bottom: 10px;
	}

	.title-1 .cn span {
		font-size: 24px;
		line-height: 30px;
	}

	.title-1 .en {
		font-size: 14px;
	}

	.title-1-right {
		width: calc(100% - 200px);
	}

	.title-3 {
		padding-left: 50px;
	}

	.title-3:before {
		background-image: none !important;
		border-radius: 0 0 0 50px;
	}

	.title-3 ul li a {
		line-height: 100px;
	}

	.title-4 {
		margin-bottom: 20px;
	}

	.title-4 .cn {
		font-size: 24px;
		line-height: 30px;
	}

	.title-4 .en {
		font-size: 18px;
	}

	.text-1 .box {
		padding: 50px 3% 20px 3%;
		border-radius: 30px 0 0 0;
	}

	.text-1 .box .maxbiaoti {
		left: 30px;
		padding: 0 20px;
		font-size: 16px;
		line-height: 40px;
		border-radius: 0 0 15px 15px;
	}

	.text-4 {
		height: 30px;
		overflow: hidden;
	}

	.picture-1 {
		margin-left: 0;
		max-width: initial;
	}

	.picture-1-list a .box .icon {
		line-height: 60px;
	}

	.picture-1-list a .box .icon.icon-gongluyunshu {
		font-size: 50px;
	}

	.picture-1-list a .box .icon.icon-peisong {
		font-size: 50px;
	}

	.picture-1-list a .box .icon.icon-qifei {
		font-size: 45px;
	}

	.picture-1-list a .box .icon.icon-yunshu {
		font-size: 45px;
	}

	.picture-1-list a .box .icon.icon-cangchu {
		font-size: 45px;
	}

	.picture-3 ul li a .textbox {
		padding: 0 5%;
	}

	.picture-3 ul li a .textbox .mc {
		font-size: 16px;
	}

	.picture-5 .imgbox {
		border-radius: 0 50px 50px 0;
	}

	.picture-5 .imgbox a {
		padding-top: 300px;
	}

	.picture-5 .textbox .box .biaoti a {
		font-size: 18px;
		line-height: 24px;
	}

	.subnav .biaoti {
		padding: 15px;
	}

	.subnav .biaoti .cn {
		font-size: 24px;
	}

	.subnav .biaoti .en {
		font-size: 16px;
	}

	.subnav ul li a {
		font-size: 14px;
		line-height: 50px;
	}

	.subnav .ul .li a {
		padding: 0 15px 0 20%;
		line-height: 40px;
	}

	.subnav .biaoti2 .cn {
		font-size: 20px;
		line-height: 24px;
	}

	.subnav .biaoti2 .en {
		font-size: 14px;
	}

	.subnav .contact {
		padding: 15px;
	}

	.subnav .contact .tel {
		font-size: 18px;
	}

	.subnav .contact .map {
		font-size: 14px;
	}

	footer .top .link {
		padding: 20px 0;
	}

	footer .top .qita {
		padding: 30px 0;
	}

	footer .top .qita .box .left .menu {
		margin-left: 30px;
	}

	footer .top .qita .box .left .menu ul li:nth-child(n+2) {
		margin-left: 20px;
	}

	footer .top .qita .box .right .ewm .imgbox img {
		width: 100px;
	}

	footer .top .qita .box .right .ewm .mc {
		font-size: 14px;
	}

}

@media (max-width:1199px) and (min-width:992px) {
	body {
		padding-top: 100px;
	}

	header .logo a {
		line-height: 100px;
	}

	header .logo a img {
		width: 70px;
	}

	header .menu ul li {
		margin-right: 20px;
	}

	header .menu ul li>a {
		font-size: 14px;
		line-height: 100px;
	}

	.text-2 .textbox {
		padding: 30px 30px 0 30px;
		height: 430px;
		border-radius: 50px 0 0;
	}

	.text-2 .imgbox span {
		padding-top: 430px;
	}

	.text-3 {
		padding: 30px 30px 0 30px;
		height: 430px;
	}

	.picture-4 .textbox .box {
		padding-left: 30px;
	}

	.picture-5 .textbox {
		padding-left: 30px;
		height: 300px;
	}

	.picture-7 {
		width: calc(50% - 15px);
	}
}

@media (max-width:991px) {
	body {
		padding-top: 80px;
	}

	.main-background-1 {
		border-top: solid 1px #eee;
	}

	.main-background-1:before {
		display: none;
	}

	.main-pad-1 {
		padding: 20px 0 0;
	}

	.main-pad-1.active {
		padding: 0;
	}

	.main-pad-2 {
		padding: 20px 0 0;
	}

	.main-pad-3 {
		padding: 20px 0 0;
	}

	.main-pad-5 {
		padding: 20px 0 0;
	}

	.main-pad-6 {
		padding: 0 0 20px;
	}

	.main-pad-7 {
		padding: 0 0 20px;
	}

	.main-mar-1 {
		margin: 0;
	}

	header .logo a {
		line-height: 80px;
	}

	header .logo a img {
		width: 60px;
	}

	header .tel a {
		padding: 0 10px;
		font-size: 14px;
		line-height: 30px;
		border-radius: 15px;
	}

	header .language {
		margin-top: 25px;
		margin-right: 10px;
	}

	header .tel {
		margin-right: 20px;
		margin-top: 25px;
	}

	.menu-box {
		display: none;
		position: fixed;
		;
		top: 80px;
		right: 0;
		z-index: 2147483645;
		width: 120px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	}

	.menu-box ul li {
		margin-bottom: 1px;
	}

	.menu-box ul li a {
		display: block;
		font-size: 14px;
		color: #333;
		text-align: center;
		line-height: 40px;
		background: rgba(255, 255, 255, 0.8);
	}

	.menu-box ul li.active a {
		color: #fff;
		background: #e77918;
	}

	.menu-btn {
		position: relative;
		top: 31px;
		width: 40px;
	}

	.menu-btn b {
		display: block;
		height: 3px;
		background: #e77918;
	}

	.menu-btn b:nth-child(2) {
		margin: 4px 0;
	}

	.menu-btn.active b:nth-child(1) {
		transform: rotate(45deg) translate(0, 10px);
	}

	.menu-btn.active b:nth-child(2) {
		opacity: 0;
	}

	.menu-btn.active b:nth-child(3) {
		transform: rotate(-45deg) translate(0, -10px);
	}

	.title-2 {
		margin-bottom: -10px;
		text-align: center;
		font-size: 0;
	}

	.title-2 ul li {
		float: none !important;
		margin: 0 5px 10px;
		display: inline-block;
		vertical-align: top;
	}

	.title-1 {
		float: none !important;
		margin: 0 auto 20px;
	}

	.title-1 .cn {
		margin-bottom: 0;
	}

	.title-1 .cn span {
		font-size: 18px;
		line-height: 24px;
	}

	.title-1 .en {
		font-size: 12px;
	}

	.title-1-right {
		float: none !important;
		width: auto;
	}

	.title-3 {
		margin-left: 0;
		padding-left: 30px;
	}

	.title-3:before {
		border-radius: 0 0 0 30px;
	}

	.title-3 ul li a {
		line-height: 60px;
	}

	.title-4 .cn {
		font-size: 18px;
		line-height: 24px;
	}

	.title-4 .en {
		font-size: 16px;
	}

	.title-6 .biaoti {
		font-size: 16px;
	}

	.title-6 .qita {
		font-size: 12px;
	}

	.text-1 {
		margin: 30px 0;
	}

	.text-1 .box .maxbiaoti {
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	}

	.text-2 {
		margin: 20px 0 0;
	}

	.text-2 .imgbox {
		display: none;
	}

	.text-2 .textbox {
		padding: 20px;
	}

	.text-3 {
		padding: 20px;
	}

	.text-7 {
		padding-bottom: 20px;
	}

	.picture-2 ul {
		margin: 0 -10px;
	}

	.picture-2 ul li {
		padding: 0 10px;
	}

	.picture-2 ul li a .imgbox {
		padding-top: 56.25%;
	}

	.picture-2 ul li a .textbox {
		position: initial;
		padding: 15px;
		width: auto;
		height: auto;
	}

	.picture-2 ul li a .textbox .box .jiangexian {
		display: none;
	}

	.picture-2 ul li a .textbox .box .biaoti {
		margin: 0 0 15px;
		width: auto;
		text-align: center;
	}

	.picture-3 ul li {
		width: 50%;
	}

	.picture-3 ul li:nth-child(3) {
		margin-top: 10px;
		width: 100%;
	}

	.picture-3 ul li a .textbox .mc {
		font-size: 14px;
	}

	.picture-4 {
		padding: 0 15px;
	}

	.picture-4 .imgbox {
		margin-bottom: 20px;
		width: 100%;
		border-radius: 0 30px;
	}

	.picture-4 .imgbox a {
		padding-top: 60%;
	}

	.picture-4 .textbox {
		display: flex;
		padding: 0;
		width: auto;
		height: auto;
	}

	.picture-4 .textbox .box {
		padding: 0;
	}

	.picture-4 .textbox .box .biaoti {
		font-size: 16px;
	}

	.picture-4 .textbox .box .jieshao {
		margin-bottom: 15px;
		height: auto;
	}

	.picture-4 .textbox .box .more {
		margin-bottom: 15px;
	}

	.picture-4 .textbox .box .more a {
		float: none !important;
	}

	.picture-4 .textbox .box .qita {
		max-width: initial;
	}

	.picture-5 .imgbox a {
		padding-top: 260px;
	}

	.picture-5 .textbox {
		padding: 0 0 0 20px;
		height: 260px;
	}

	.picture-5 .textbox .box .biaoti a {
		font-size: 16px;
	}

	.picture-6 {
		margin: -10px -10px 10px;
	}

	.picture-6 .swiper-container {
		margin: 0;
	}

	.picture-6-list a .imgbox .imgs span {
		padding-top: 100%;
	}

	.picture-8 ul li {
		width: 50%;
	}

	.subnav {
		margin-bottom: 20px;
	}

	.subnav .biaoti {
		position: relative;
		padding: 0 15px;
	}

	.subnav .biaoti:before {
		content: "";
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -6px;
		border-top: solid 6px transparent;
		border-bottom: solid 6px transparent;
		border-left: solid 6px #fff;
		transition: all 0.3s;
	}

	.subnav .biaoti.active:before {
		transform: rotate(90deg);
	}

	.subnav .biaoti .cn {
		font-size: 18px;
		line-height: 50px;
	}

	.subnav ul li a {
		line-height: 40px;
	}

	.subnav .ul .li {
		padding: 5px 0 5px 25px;
	}

	.subnav .ul .li a {
		line-height: 34px;
	}

	footer .top .qita {
		padding: 20px 0;
	}

	footer .top .qita .box .left .logo a img {
		width: 160px;
	}
}

@media (max-width:320px) {
	header .logo a img {
		width: initial;
		height: 24px !important
	}
}

@media (max-width:767px) {
	body {
		padding-top: 60px;
		padding-bottom: 54px;
	}

	header .logo a {
		line-height: 60px;
	}

	header .logo a img {
		width: initial;
		height: 35px
	}

	header .tel {
		margin-top: 19px;
	}

	header .tel a {
		font-size: 12px;
		line-height: 24px;
		border-radius: 12px;
	}

	header .language {
		margin-top: 19px;
	}

	header .language a {
		width: 24px;
		height: 24px;
		line-height: 22px;
	}

	.menu-box {
		top: 60px;
		width: 100px;
	}

	.menu-box ul li a {
		font-size: 12px;
		line-height: 34px;
	}

	.menu-btn {
		top: 21px;
		width: 30px;
	}

	.banner .swiper-pagination {
		bottom: 10px;
	}

	.banner .swiper-pagination span {
		width: 8px;
		height: 8px;
	}

	.title-1 {
		width: 170px;
	}

	.title-2 ul li a {
		min-width: 90px;
	}

	.title-3 {
		padding-left: 0;
	}

	.title-3:before {
		border-radius: 0 0 20px;
	}

	.title-3 ul li {
		width: calc(100% / 3);
	}

	.title-3 ul li a {
		line-height: 40px;
	}

	.title-4 .cn {
		font-size: 16px;
	}

	.title-4 .jiangexian {
		margin: 5px 0;
	}

	.title-4 .en {
		font-size: 14px;
	}

	.text-1 {
		margin: 20px 0;
	}

	.text-1 .box {
		padding: 35px 10px 20px;
		border-radius: 20px 0 0;
	}

	.text-1 .box .maxbiaoti {
		left: 20px;
		padding: 0 15px;
		font-size: 14px;
		line-height: 30px;
	}

	.text-1 .box .bot ul li:nth-child(1) {
		width: 33.33%;
	}

	.text-1 .box .bot ul li:nth-child(2) {
		width: 33.33%;
	}

	.text-1 .box .bot ul li:nth-child(3) {
		width: 33.33%;
	}

	.text-1 .box .bot ul li:nth-child(4) {
		margin-top: 10px;
		width: calc(100% - 100px);
	}

	.text-1 .box .bot ul li:nth-child(5) {
		margin-top: 10px;
		width: 100px;
	}

	.text-1 .box .bot ul li .hang select {
		font-size: 12px;
	}

	.text-1 .box .bot ul li .hang input {
		font-size: 12px;
	}

	.text-2 .textbox {
		padding: 20px 15px;
	}

	.text-2 .textbox ul li .icon {
		width: 40px;
		line-height: 40px;
	}

	.text-2 .textbox ul li .text {
		padding-left: 15px;
		width: calc(100% - 40px);
		height: 40px;
	}

	.text-3 {
		padding: 20px 15px;
	}

	.text-3 form ul li input {
		padding: 0 15px;
	}

	.text-3 form ul li textarea {
		padding: 3px 15px;
	}

	.text-5 {
		font-size: 12px;
	}

	.text-6 {
		font-size: 12px;
		line-height: 22px;
	}

	.text-6 table {
		width: 100% !important;
		height: auto !important
	}

	.text-6 table td {
		width: auto !important;
		height: auto !important;
	}

	.text-7 ul li.active a .imgbox {
		width: 160px;
	}

	.text-7 ul li.active a .textbox {
		width: calc(100% - 160px);
	}

	.text-7 ul li.active a .textbox .jieshao {
		font-size: 12px;
	}

	.text-7 ul li a {
		font-size: 12px;
		line-height: 30px;
	}

	.text-7.active ul li a {
		line-height: 39px;
	}

	.text-7.active ul li.active a {
		padding: 10px;
	}

	.picture-1-list a {
		display: block;
		padding: 10px 0;
		height: auto;
	}

	.picture-1-list a .box .icon {
		line-height: 50px;
	}

	.picture-1-list a .box .icon.icon-gongluyunshu {
		font-size: 40px;
	}

	.picture-1-list a .box .icon.icon-peisong {
		font-size: 40px;
	}

	.picture-1-list a .box .icon.icon-qifei {
		font-size: 35px;
	}

	.picture-1-list a .box .icon.icon-yunshu {
		font-size: 35px;
	}

	.picture-1-list a .box .icon.icon-cangchu {
		font-size: 35px;
	}

	.picture-2 ul li a .textbox .box .biaoti .cn {
		margin-bottom: 0;
		font-size: 16px;
	}

	.picture-4 .imgbox {
		margin-bottom: 15px;
		border-radius: 0 20px;
	}

	.picture-4 .textbox .box .biaoti {
		font-size: 14px;
	}

	.picture-4 .textbox .box .jieshao {
		font-size: 12px;
	}

	.picture-4 .textbox .box .qita ul li a {
		padding: 10px 0;
		height: auto;
	}

	.picture-4 .textbox .box .qita ul li a .item {
		display: block;
		text-align: center;
	}

	.picture-5 .imgbox {
		margin-bottom: 10px;
		width: 100%;
		border-radius: 0 20px;
	}

	.picture-5 .imgbox a {
		padding-top: 45%;
	}

	.picture-5 .textbox {
		display: block;
		padding: 0;
		width: 100%;
		height: auto;
	}

	.picture-5 .textbox .box .biaoti a {
		font-size: 14px;
	}

	.picture-5 .textbox .box .jieshao {
		height: 72px;
	}

	.picture-5 .swiper-pagination {
		position: inherit;
		bottom: initial;
		right: initial;
		padding: 0;
		margin-top: 10px;
		width: auto;
		text-align: center;
	}

	.picture-6-list a .biaoti {
		font-size: 12px;
	}

	.picture-7 .swiper-slide {
		margin-bottom: -1px;
	}

	.picture-7-list a .textbox .jieshao {
		font-size: 12px;
	}

	.picture-8 ul li a .biaoti {
		font-size: 12px;
		line-height: 34px;
	}

	.subnav .biaoti .cn {
		font-size: 16px;
		line-height: 40px;
	}

	.subnav ul li a {
		line-height: 34px;
	}

	.subnav .ul .li {
		padding: 5px 0 5px 20px;
	}

	.subnav .ul .li a {
		line-height: 34px;
	}

	.subnav .ul .li a:before {
		width: 20px;
	}

	.tabBar {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99999;
		width: 100%;
		background: #2f3a8a;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.tabBar ul li {
		width: calc(100% / 3);
	}

	.tabBar ul li a {
		display: block;
		padding: 5px 0;
		transition: all 0.3s;
	}

	.tabBar ul li.active a {
		background: #e77918;
	}

	.tabBar ul li:nth-child(n+2) a {
		box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.5);
	}

	.tabBar ul li a .icon {
		font-size: 18px;
		color: #fff;
		line-height: 24px;
	}

	.tabBar ul li a .mc {
		font-size: 12px;
		color: #fff;
		line-height: 20px;
	}

	.tabBar ul li .tanchuang {
		position: absolute;
		left: 15px;
		bottom: 100%;
		z-index: 1;
		padding-bottom: 10px;
		width: calc(100% - 30px);
		transform: translateY(10px);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s;
	}

	.tabBar ul li .tanchuang:before {
		content: "";
		position: absolute;
		right: calc(((100% + 30px) / 3 - 30px - 12px) / 2);
		bottom: 4px;
		z-index: 1;
		width: 0;
		height: 0;
		border-left: solid 6px transparent;
		border-right: solid 6px transparent;
		border-top: solid 6px rgba(231, 121, 24, 0.8);
	}

	.tabBar ul li.active .tanchuang {
		transform: translateY(0px);
		opacity: 1;
		visibility: visible;
	}

	.tabBar ul li .tanchuang .imgbox {
		padding: 10px;
		font-size: 0;
		background: rgba(231, 121, 24, 0.8);
		border-radius: 5px;
	}

	.tabBar ul li .tanchuang .imgbox img {
		max-width: 100px;
	}

	footer .top .qita .box .right .ewm .mc {
		font-size: 12px;
	}

	.sbsb img {
		width: 180px !important;
		height: auto !important;
		float: left;
		margin: 5px;
	}
}

@media (max-width:479px) {
	.title-3 ul li a {
		font-size: 12px;
		line-height: 34px;
	}

	.text-2 .textbox {
		border-radius: 0 20px;
	}

	.text-2 .textbox ul li .icon.icon-ren {
		font-size: 24px;
	}

	.text-2 .textbox ul li .icon.icon-dianhua {
		font-size: 30px;
	}

	.text-2 .textbox ul li .icon.icon-www {
		font-size: 30px;
	}

	.text-2 .textbox ul li .icon.icon-huanjing {
		font-size: 20px;
	}

	.text-2 .textbox ul li .text {
		font-size: 12px;
	}

	.text-3 {
		border-radius: 20px 0;
	}

	.text-3 form ul li input {
		font-size: 12px;
	}

	.text-3 form ul li textarea {
		font-size: 12px;
	}

	.text-4 {
		height: 20px;
	}

	.picture-2 ul li a .textbox {
		padding: 15px 10px;
	}

	.picture-2 ul li a .textbox .box .biaoti .cn {
		font-size: 14px;
	}

	.picture-4 .textbox .box .qita ul li {
		width: 100%;
	}

	.picture-4 .textbox .box .qita ul li:nth-child(n+2) {
		margin-left: 0;
		margin-top: -1px;
	}

	.picture-4 .textbox .box .qita ul li a .item {
		display: flex;
		align-items: center;
	}

	.picture-4 .textbox .box .qita ul li a .item .icon.icon-xunzhang {
		font-size: 30px;
	}

	.picture-4 .textbox .box .qita ul li a .item .icon.icon-tuandui {
		font-size: 30px;
	}

	.picture-4 .textbox .box .qita ul li a .item .icon.icon-shouhou {
		font-size: 30px;
	}

	.picture-4 .textbox .box .qita ul li a .item .text {
		text-align: left;
		width: 140px;
	}

	footer .top .qita .box .right .ewm .imgbox img {
		width: 80px;
	}

	footer .top .qita .box .right .fenxiang {
		margin-right: 30px;
	}
}

@media (max-width:399px) {
	header .tel {
		margin-right: 10px;
	}

	header .language a:nth-child(n+2) {
		margin-left: 5px;
	}

	.title-1 .cn span {
		font-size: 16px;
	}

	.title-2 ul li a {
		min-width: 80px;
	}

	.text-1 .box .maxbiaoti {
		font-size: 12px;
	}

	.text-1 .box .bot ul li:nth-child(1) {
		width: 100%;
	}

	.text-1 .box .bot ul li:nth-child(2) {
		margin-top: 10px;
		width: 50%;
	}

	.text-1 .box .bot ul li:nth-child(3) {
		margin-top: 10px;
		width: 50%;
	}

	.text-1 .box .bot ul li .title {
		font-size: 12px;
	}

	.text-1 .box .bot ul li button {
		font-size: 12px;
	}

	.text-7.active ul li a {
		line-height: 30px;
	}

	.text-7 ul li.active a .textbox {
		padding-left: 15px;
	}

	.picture-2 ul li a .textbox {
		padding: 10px;
	}

	.picture-2 ul li a .textbox .box .more {
		margin: 0
	}

	.picture-3 ul li a .textbox {
		position: relative;
		line-height: 30px;
	}

	.picture-3 ul li a .textbox .mc {
		font-size: 12px;
	}

	footer .top .qita .box {
		display: block;
		text-align: center;
	}

	footer .top .qita .box .left {
		display: block;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	}

	footer .top .qita .box .left .logo a img {
		width: 120px;
	}

	footer .top .qita .box .right {
		justify-content: center;
	}

	footer .top .qita .box .right .fenxiang {
		margin: 0 20px 0 0;
	}

	footer .top .qita .box .right .fenxiang ul li {
		float: none !important;
		display: inline-block;
		vertical-align: top;
	}

	footer .top .qita .box .right .fenxiang ul li:nth-child(n+2) {
		margin-left: 10px;
	}

	footer .top .qita .box .right .fenxiang ul li a {
		width: 24px;
		height: 24px;
		font-size: 14px;
		line-height: 24px;
		border: solid 1px #000;
		border-radius: 50%;
	}
}

#maximg img {
	max-width: 100%;
	height: auto !important
}

.pagebar {
	padding: 20px;
	overflow: hidden
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 5px 8px;
	margin: 0 2px;
	border-radius: 3px;
}

.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}

.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}

.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}

.pagination .st {
	font-family: 宋体
}

.text-secondary {
	text-align: center;
	padding: 20px 0
}