* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 0.73vw/1.5 "sanfran";
	color: #666;
	font-weight: normal;
	font-family: 'Roboto' !important;
}

body {
	overflow-x: hidden;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

ul,
ol,
dl {
	list-style: none
}

a,
a:active,
a:link,
a:visited {
	text-decoration: none
}

a {
	color: #000;
}

input {
	outline: none;
}

img {
	vertical-align: middle;
}

@font-face {
	font-family: 'Roboto';
	src: url('Roboto-Regular.ttf');
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa;
}

.margin-c {
	width: 83.33vw;
	margin: auto;
}

.clear::after {
	content: " ";
	display: block;
	clear: both;
}

.index-top {
	height: 5.2vw;
	position: fixed;
	z-index: 999;
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 0 8.33vw;
	border-bottom: 0.052vw solid #eee;
}

.logo {
	position: absolute;
	left: 8.33vw;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 3.28vw;
}

.logo img {
	height: 100%;
}

.index-right {
	float: right;
	height: 5.2vw;
}

.index-nav {
	float: left;
}

.index-nav>ul::after {
	content: " ";
	display: block;
	clear: both;
}

.index-nav>ul>li {
	float: left;
	margin-right: 2.6vw;
	position: relative;
}

.index-nav>ul>li>a {
	line-height: 5.2vw;
	color: #333333;
	font-size: 0.93vw;
}

.index-nav>ul>li>a.on {
	font-weight: bold;
	color: #14356d;
}

.index-nav>ul>li>ul {
	display: none;
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 100%;
	min-width: 7.29vw;
	padding: 0.41vw 0;
	background-color: #fff;
	border-radius: 0.2vw;
	transform: translateX(-50%);
	box-shadow: 0 0.2vw 1.04vw rgba(0, 0, 0, .15);
}

.index-nav>ul>li>ul>li {
	position: relative;
}

.index-nav>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 0.52vw;
	line-height: 0.83vw;
	text-align: center;
}

.index-nav>ul>li>ul>li>a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0.15vw;
	background-color: #14356d;
	transform: scaleY(0);
	transition: .3s;
}

.inner-product {
	display: none;
	position: fixed;
	left: 0;
	top: 5.2vw;
	z-index: 999;
	background-color: #fff;
	height: 36.97vw;
	overflow: hidden;
	box-sizing: border-box;
	padding: 2.08vw 8.33vw 1.56vw;
	box-shadow: 0 0.2vw 0.41vw rgba(0, 0, 0, .2);
}

.inner-product-item {
	float: left;
	width: 15.45vw;
	height: 15.62vw;
	margin-right: 1vw;
	background-color: #f6f6f6;
	transition: 0.4s;
	box-sizing: border-box;
	padding: 0.52vw;
	padding-bottom: 0;
	margin-bottom: 1.04vw;
}

.inner-product-item:nth-child(5n) {
	margin-right: 0;
}

.inner-product-img {
	width: 100%;
	height: 11.25vw;
	position: relative;
	background-color: #fff;
}

.inner-product-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 95%;
	max-height: 95%;
	transition: 0.4s;
}

.inner-product-title {
	color: #333333;
	font-size: 0.83vw;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;
	padding-top: 0.62vw;
}

.index-language {
	float: left;
	margin-left: 1.56vw;
	line-height: 5.2vw;
	color: #333333;
	font-size: 0.83vw;
}

.index-language img {
	width: 1.04vw;
	margin-right: 0.15vw;
	margin-top: -0.15vw;
	transition: 0.4s;
}

.index-search {
	width: 1.04vw;
	height: 5.2vw;
	position: relative;
	font-size: 0;
	float: left;
	padding-left: 1.56vw;
	margin-left: 1.56vw;
}

.index-search::after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0.052vw;
	height: 0.83vw;
	background-color: #dddddd;
}

.index-search>img {
	margin-top: 2.08vw;
	width: 1.04vw;
	height: 1.04vw;
	cursor: pointer;
	transition: 0.4s;
}

.index-search .search {
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	width: 14.23vw;
	height: 2.29vw;
	z-index: 99;
	border: 0.052vw solid #14356d;
	font-size: 0.83vw;
}

.index-search #keyword {
	height: 100%;
	float: left;
	border-radius: none;
	padding-left: 0.26vw;
	box-sizing: border-box;
	width: 10.85vw;
	border: none;
	font-size: 0.72vw;
}

.index-search .search>a {
	background: #14356d;
	height: 100%;
	float: left;
	width: 3.38vw;
	line-height: 2.34vw;
	text-align: center;
	border-radius: 0;
	color: #FFFFFF;
}

.index-banner {
	width: 100%;
	height: auto;
	font-size: 0;
	position: relative;
	z-index: 998;
}

.index-banner-title {
	color: #ffffff;
	font-size: 2.5vw;
	font-weight: bold;
	position: absolute;
	left: 8.33vw;
	top: 10.41vw;
	text-transform: uppercase;
}

.index-banner-text {
	position: absolute;
	color: #ffffff;
	font-size: 0.93vw;
	left: 8.33vw;
	top: 14.06vw;
}

.index-banner img {
	width: 100%;
}

.index-banner .swiper-pagination {
	bottom: 2.08vw !important;
	width: 100%;
	font-size: 0;
}

.index-banner .swiper-pagination-bullet {
	width: 0.83vw;
	height: 0.83vw;
	opacity: 0.5;
	background-color: #fff;
	margin: 0 0.26vw !important;
	transition: 0.4s;
	border-radius: 0.41vw;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	width: 1.66vw;
}

.index-title {
	padding: 5.72vw 0 1.82vw;
	text-align: center;
	position: relative;
}

.index-title img {
	width: 46.71vw;
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	margin: auto;
	top: 4.16vw;
}

.index-title span {
	position: relative;
	z-index: 99;
	color: #14356d;
	font-weight: bold;
	font-size: 2.08vw;
	text-align: center;
	text-transform: uppercase;
}

.index-title-text {
	color: #666666;
	font-size: 0.83vw;
	width: 48.43vw;
	margin: 0 auto;
	line-height: 2;
}

.index-tjcp {
	margin-bottom: 4.16vw;
}

.index-tjcp-item {
	float: left;
	width: 40.88vw;
	height: 31.25vw;
	box-sizing: border-box;
	position: relative;
	border: 0.052vw solid #e5e5e5;
	box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.06);
	padding: 0 2.08vw;
	transition: 0.4s;
}

.index-tjcp-item:nth-child(2) {
	float: right;
}

.index-tjcp-title {
	color: #333333;
	font-size: 1.56vw;
	font-weight: bold;
	padding-top: 2.08vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-tjcp-text {
	color: #333333;
	font-size: 0.83vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index-tjcp-img {
	max-width: 100%;
	max-height: 20.83vw;
	position: absolute;
	top: 7.81vw;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.index-tjcp-img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.4s;
}

.f5f5f5 {
	overflow: hidden;
	background-color: #f5f5f5;
}

.f6f6f6 {
	overflow: hidden;
	background-color: #f6f6f6;
}

.index-product {
	margin-bottom: 1.04vw;
}

.index-product-item {
	margin-bottom: 1.56vw;
	padding: 1.04vw;
	padding-bottom: 0;
	width: 19.58vw;
	box-sizing: border-box;
	float: left;
	margin-right: 1.66vw;
	background-color: #fff;
	transition: 0.4s;
}

.index-product-item:nth-child(4n) {
	margin-right: 0;
}

.index-product-img {
	width: 100%;
	height: 13.33vw;
	box-sizing: border-box;
	border: 0.052vw solid #e5e5e5;
	position: relative;
	transition: 0.4s;
}

.index-product-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 95%;
	max-height: 95%;
	transition: 0.4s;
}

.index-product-title {
	font-size: 1.04vw;
	color: #333333;
	font-weight: bold;
	text-align: center;
	line-height: 4.16vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-product-btn {
	display: block;
	margin: 0 auto 3.64vw;
	width: 12.5vw;
	height: 2.81vw;
	box-sizing: border-box;
	border: 0.052vw solid #14356d;
	text-align: center;
	line-height: 2.7vw;
	color: #14356d;
	font-size: 0.93vw;
	border-radius: 1.4vw;
}

.index-product-btn img {
	width: 1.4vw;
	margin-left: 0.52vw;
	margin-top: -0.15vw;
	transition: 0.4s;
}

.index-about {
	overflow: hidden;
	background-image: url(index-about.png);
}

.index-about-content {
	margin: 4.16vw auto;
	width: 83.33vw;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 3.85vw 0 2.6vw;
	overflow: hidden;
}

.index-about-left {
	float: left;
	width: 37.5vw;
	margin-top: 3.64vw;
}

.index-about-bq {
	width: 14.58vw;
	height: 4.16vw;
	line-height: 4.16vw;
	text-align: center;
	border-top-right-radius: 2.08vw;
	border-bottom-right-radius: 2.08vw;
	background: linear-gradient(to right, #14356d, #5486dc);
	color: #fff;
	font-weight: bold;
	font-size: 2.08vw;
	margin-bottom: 2.34vw;
}

.index-about-title {
	color: #14356d;
	font-size: 1.25vw;
	margin-bottom: 0.93vw;
}

.index-about-text {
	color: #333333;
	font-size: 0.83vw;
	line-height: 1.65;
}

.index-about-right {
	float: right;
	width: 33.85vw;
	margin-right: 0.52vw;
}

.index-about-right-title {
	color: #14356d;
	font-size: 1.04vw;
	margin-top: 5.2vw;
	text-align: right;
	margin-bottom: 1.66vw;
}

.index-about-right-img {
	width: 33.85vw;
	height: 18.85vw;
	position: relative;
}

.index-about-right-img::after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -0.52vw;
	right: -0.52vw;
	background-color: #f5f5f5;
	z-index: 1;
}

.index-about-right-img img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}

.index-about-foot {
	margin: 3.12vw 0 3.54vw;
	text-align: center;
	font-size: 0;
}

.index-about-btn {
	display: inline-block;
	margin: 0 0.52vw;
	width: 14.58vw;
	height: 2.81vw;
	box-sizing: border-box;
	line-height: 2.7vw;
	border-radius: 1.4vw;
	text-align: center;
	border: 0.052vw solid #14356d;
	background-color: #14356d;
	font-size: 0.83vw;
	vertical-align: middle
}

.index-about-btn:nth-child(1) {
	color: #14356d;
	background-color: #fff;
	font-size: 0.93vw;
}

.index-about-btn:nth-child(2) {
	color: #fff;
}

.index-about-btn:nth-child(3) {
	color: #fff;
	background-color: #d6281d;
	border: 0.052vw solid #d6281d;
}

.index-about-btn img {
	margin-top: -0.15vw;
	margin: 0 0.52vw;
	transition: 0.4s;
	max-width: 1.4vw;
}

.index-customers {
	margin-bottom: 1.56vw;
}

.index-customers-item {
	margin-bottom: 1.04vw;
	position: relative;
	width: 15.62vw;
	height: 8.85vw;
	float: left;
	margin-right: 1.3vw;
	margin-bottom: 1.04vw;
	background-color: #fff;
	transition: 0.4s;
}

.index-customers-item:nth-child(5n) {
	margin-right: 0;
}

.index-customers-item img {
	max-width: 95%;
	max-height: 95%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: 0.4s;
}

.index-new {
	margin-bottom: 2.6vw;
}

.index-new-item {
	float: left;
	border: 0.052vw solid #e5e5e5;
	width: 27.77vw;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 2.08vw;
	transition: 0.4s;
}

.index-new-item:nth-last-child(1) {
	border-right: 0.052vw solid #e5e5e5;
}

.index-new-ri {
	color: #14356d;
	font-size: 2.5vw;
	font-weight: bold;
	padding: 1.56vw 0 0;
}

.index-new-nian {
	color: #666666;
	font-size: 0.72vw;
	margin-bottom: 0.62vw;
}

.index-new-title {
	color: #333333;
	font-size: 0.93vw;
	line-height: 1.7;
	margin-bottom: 1.3vw;
	font-weight: bold;
	height: 3.17vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-new-img {
	width: 100%;
	height: 14.58vw;
	overflow: hidden;
	margin-bottom: 1.04vw;
}

.index-new-img img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}

.index-new-text {
	color: #666666;
	font-size: 0.83vw;
	line-height: 1.7;
	height: 4.27vw;
	margin-bottom: 1.56vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index-new-foot {
	color: #14356d;
	font-size: 0.83vw;
	margin-bottom: 1.82vw;
	text-decoration: underline;
}

.index-foot {
	background-color: #14356d;
	overflow: hidden;
}

.index-foot-top {
	border-bottom: 0.052vw solid #204686;
	height: 5.2vw;
	line-height: 5.2vw;
	position: relative;
}

.index-foot-logo {
	float: left;
	width: 12.13vw;
	height: 2.6vw;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 0;
}

.index-foot-logo img {
	vertical-align: top;
	filter: brightness(0) invert(1);
	height: 100%;
}

.index-foot-top-text {
	float: right;
	color: #c4ccdf;
	font-size: 0.83vw;
}

.index-foot-content {
	padding-bottom: 2.08vw;
	border-bottom: 0.052vw solid #204686;
	padding-top: 2.34vw;
}

.index-foot-nav {
	float: left;
}

.index-foot-nav>ul {
	overflow: hidden;
}

.index-foot-nav>ul>li {
	float: left;
	margin-right: 1vw;
}

.index-foot-nav>ul>li:nth-last-child(1) {
	margin-right: 0;
}

.index-foot-nav>ul>li>a {
	color: #ffffff;
	font-size: 1.04vw;
}

.index-foot-nav>ul>li>ul {
	margin-top: 0.78vw;
}

.index-foot-nav>ul>li>ul>li {
	margin-bottom: 0.31vw;
	font-size: 0;
}

.index-foot-nav>ul>li>ul>li>a {
	color: #c4ccdf;
	font-size: 0.93vw;
}

.index-foot-right {
	float: right;
}

.index-foot-info {
	float: left;
	width: 20.46vw;
	margin-right: 1.5vw;
}

.index-foot-info p {
	color: #c4ccdf;
	font-size: 0.83vw;
	margin-bottom: 0.41vw;
}

.index-foot-ewm {
	float: right;
}

.index-foot-ewm-img {
	width: 6.25vw;
	height: 6.25vw;
	background-color: #fff;
	padding: 0.52vw;
	box-sizing: border-box;
	margin-bottom: 0.41vw;
}

.index-foot-ewm-img img {
	width: 100%;
	height: 100%;
}

.index-foot-ewm p {
	color: #c4ccdf;
	font-size: 0.83vw;
}

.index-foot-foot {
	padding: 1.04vw 0;
	text-align: center;
	color: #c4ccdf;
	font-size: 0.83vw;
}

.gsjs {
	background-image: url(gsjs.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	padding: 4.16vw 0;
	overflow: hidden;
}

.gsjs-title {
	color: #333333;
	font-size: 2.08vw;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2.34vw;
}

.gsjs-content {
	overflow: hidden;
	color: #333333;
	font-size: 0.83vw;
	line-height: 1.65;
}

.gsjs-img {
	float: right;
	margin-left: 2.08vw;
	margin-bottom: 2.08vw;
	width: 41.66vw;
	height: 23.33vw;
	object-fit: cover;
}

.scgc {
	background-image: url(scgc.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.scgc-title {
	text-align: center;
	color: #ffffff;
	font-size: 2.08vw;
	font-weight: bold;
	padding: 3.38vw 0 2.08vw;
}

.scgc .mySwiper {
	position: relative;
	padding-bottom: 7.81vw;
}

.scgc-item {
	width: 19.58vw;
	cursor: pointer;
}

.scgc-item-img {
	width: 100%;
	height: 13.54vw;
	overflow: hidden;
}

.scgc-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.scgc-item-title {
	background-color: #fff;
	line-height: 4.16vw;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 0.83vw;
	padding: 0 1vw;
}

.scgc .swiper-button-next:after,
.scgc .swiper-button-prev:after {
	display: none;
}

.scgc .swiper-button-next,
.scgc .swiper-button-prev {
	top: initial;
	bottom: 4.32vw;
	width: 2.08vw;
	height: 2.08vw;
	transition: 0.4s;
}

.scgc .swiper-pagination {
	bottom: 4.94vw !important;
	height: 0.83vw;
}

.scgc .swiper-pagination-bullet {
	width: 0.83vw;
	height: 0.83vw;
	margin: 0 0.36vw !important;
	transition: 0.4s;
	border-radius: 50%;
	box-sizing: border-box;
	border: 0.052vw solid #fff;
	background-color: transparent;
	opacity: 1;
}

.scgc .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
}

.scgc .swiper-button-prev {
	left: 36.45vw;
}

.scgc .swiper-button-next {
	right: 36.45vw;
}

.scgc .swiper-button-next img,
.scgc .swiper-button-prev img {
	width: 2.08vw;
	height: 2.08vw;
}

.ryhzg {
	padding: 5.2vw 0 0;
}

.ryhzg-title,
.qywh-title {
	color: #333333;
	font-size: 2.08vw;
	font-weight: bold;
	margin-bottom: 2.08vw;
	text-transform: uppercase;
	text-align: center;
}

.qywh-title {
	padding-top: 5.2vw;
}

.ryhzg-content {
	width: 83.33vw;
	margin: 0 auto;
	box-shadow: 0 0 1.04vw 0.15vw rgba(0, 0, 0, .1);
	padding: 2.6vw 2.08vw 0;
	box-sizing: border-box;
}

.ryhzg-content .mySwiper {
	position: relative;
	padding-bottom: 5.2vw;
}

.ryhzg-item {
	width: 18.75vw;
	cursor: pointer;
}

.ryhzg-item-img {
	width: 100%;
	height: 13.64vw;
	box-sizing: border-box;
	border: 0.052vw solid #dddddd;
	position: relative;
	overflow: hidden;
}

.ryhzg-item-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	transition: 0.4s;
}

.ryhzg-item-title {
	padding: 0 1vw;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 0.83vw;
	margin-top: 1.45vw;
}

.ryhzg .swiper-pagination {
	bottom: 2.6vw !important;
	height: 0.83vw;
}

.ryhzg .swiper-pagination-bullet {
	width: 0.83vw;
	height: 0.83vw;
	margin: 0 0.36vw !important;
	transition: 0.4s;
	border-radius: 50%;
	box-sizing: border-box;
	border: 0.052vw solid #cccccc;
	background-color: #fff;
	opacity: 1;
}

.ryhzg .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #14356d;
	border: 0.052vw solid #14356d;
}

.qywh-content {
	width: 100%;
	height: 26.04vw;
	box-shadow: 0 0 1.04vw 0.15vw rgba(0, 0, 0, .1);
	margin-bottom: 7.29vw;
	box-sizing: border-box;
	background-image: url(qywh-content.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	padding: 6.25vw 6.77vw 0 35.93vw;
	color: #ffffff;
	font-size: 1.04vw;
	line-height: 1.7;
}

.cpzx-title {
	text-align: center;
	font-weight: bold;
	color: #333333;
	font-size: 2.08vw;
	padding: 2.6vw 0 2.08vw;
	text-transform: uppercase;
}

.cpzx-item {
	float: left;
	width: 19.58vw;
	margin-bottom: 1.82vw;
	margin-right: 1.66vw;
	background-color: #fff;
	transition: 0.4s;
}

.cpzx-item:nth-child(4n) {
	margin-right: 0;
}

.cpzx-item-img {
	width: 100%;
	height: 14.94vw;
	border-bottom: 0.052vw solid #eeeeee;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.04vw;
}

.cpzx-item-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 95%;
	max-height: 95%;
	transition: 0.4s;
}

.cpzx-item-title {
	padding: 0 1.04vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 0.93vw;
	font-weight: bold;
	margin-bottom: 0.52vw;
}

.cpzx-item-text {
	padding: 0 1.04vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 1.3vw;
	height: 2.18vw;
}

.cpzx-item-foot {
	padding: 0 1.04vw 1.82vw;
}

.cpzx-item-foot::after {
	content: " ";
	display: block;
	clear: both;
}

.cpzx-item-btn {
	float: left;
	width: 8.48vw;
	height: 2.08vw;
	border-radius: 1.04vw;
	box-sizing: border-box;
	background-color: #14356d;
	border: 0.052vw solid #14356d;
	color: #fff;
	line-height: 1.97vw;
	font-size: 0.72vw;
	text-align: center;
	transition: 0.4s;
}

.cpzx-item-btn:nth-child(2) {
	float: right;
	color: #14356d;
	background-color: #fff;
}

.cpzx-item-btn img {
	width: 1.04vw;
	margin-left: 0.26vw;
	margin-top: -0.15vw;
}

.dddwww {
	height: 2.6vw;
	line-height: 2.6vw;
	color: #666666;
	font-size: 0.72vw;
}

.dddwww a {
	color: #666666;
	font-size: 0.72vw;
}

.dddwww img {
	margin-top: -0.15vw;
	margin-right: 0.26vw;
}

.cpxq-top {
	padding: 2.6vw;
	background-color: #fff;
	margin-bottom: 1.56vw;
}

.cpxq-top-left {
	float: left;
	width: 33.33vw;
	height: 25.2vw;
	border: 0.052vw solid #e5e5e5;
}

.cpxq-top-left .mySwiper {
	position: relative;
	width: 100%;
	height: 25.2vw;
}

.cpxq-top-left .mySwiper li {
	position: relative;
}

.cpxq-top-left .mySwiper img {
	position: absolute;
	max-width: 95%;
	max-height: 95%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: 0.4s;
}

.cpxq-top-left .swiper-pagination {
	bottom: 1vw !important;
	height: 0.62vw;
}

.cpxq-top-left .swiper-pagination-bullet {
	width: 0.62vw;
	height: 0.62vw;
	margin: 0 0.2vw !important;
	transition: 0.4s;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #14356d;
	opacity: 0.2;
}

.cpxq-top-left .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.cpxq-top-right {
	float: right;
	width: 42.18vw;
}

.cpxq-top-title {
	width: 100%;
	border-bottom: 0.052vw solid #ddd;
	position: relative;
	box-sizing: border-box;
	padding: 0.62vw 1.3vw 0.62vw 0;
	color: #333333;
	font-size: 1.56vw;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 1.56vw;
}

.cpxq-top-title img {
	cursor: pointer;
	position: absolute;
	transition: 0.4s;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1.04vw;
}

.cpxq-top-text {
	color: #333333;
	font-size: 0.83vw;
	line-height: 1.75;
	margin-bottom: 2.08vw;
}

.cpxq-top-lx {
	width: 30.72vw;
	height: 4.16vw;
	border: 0.052vw dotted #999999;
	line-height: 4.16vw;
	padding-left: 1.87vw;
	color: #333333;
	font-size: 0.93vw;
}

.cpxq-top-lx span {
	color: #14356d;
	font-size: 1.25vw;
	font-weight: bold;
}

.cpxq-top-lx img {
	width: 1.25vw;
	margin-top: -0.26vw;
	margin-right: 0.26vw;
}

.cpxq-top-foot {
	margin-top: 1.25vw;
}

.cpxq-top-btn {
	float: left;
	margin-right: 1.04vw;
	height: 2.81vw;
	line-height: 2.81vw;
	border-radius: 1.4vw;
	color: #ffffff;
	font-size: 0.83vw;
	background-color: #14356d;
	padding: 0 2.18vw;
	transition: 0.4s;
}

.cpxq-top-btn:nth-child(2) {
	background-color: #d6281d;
	padding: 0 1.25vw;
}

.cpxq-top-btn img {
	margin-top: -0.15vw;
	margin-right: 0.15vw;
	width: 1.04vw;
}

.cpxq-info {
	background-color: #fff;
	padding: 2.6vw;
	padding-bottom: 4.16vw;
	margin-bottom: 2.08vw;
}

.cpxq-info-title {
	border-bottom: 0.052vw solid #dddddd;
	position: relative;
	margin-bottom: 2.6vw;
}

.cpxq-info-title span {
	color: #fff;
	height: 3.12vw;
	line-height: 3.12vw;
	font-size: 1.04vw;
	font-weight: bold;
	position: relative;
	z-index: 10;
	width: 12.13vw;
	display: block;
	text-align: center;
	background-color: #14356d;
}

.fuwenben {
	color: #333333;
	font-size: 0.93vw;
	line-height: 1.7;
}

.fuwenben * {
	max-width: 100%;
}

.fuwenben img {
	height: auto;
}

.cpxq-foot {
	margin-bottom: 3.95vw;
}

.cpxq-foot-item {
	float: left;
	width: 19.58vw;
	margin-right: 1.66vw;
	background-color: #14356d;
	transition: 0.4s;
}

.cpxq-foot-item:nth-child(4n) {
	margin-right: 0;
}

.cpxq-foot-item-img {
	width: 100%;
	height: 14.94vw;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

.cpxq-foot-item-img img {
	position: absolute;
	max-width: 95%;
	max-height: 95%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: 0.4s;
}

.cpxq-foot-title {
	box-sizing: border-box;
	padding: 0 1.04vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	line-height: 4.84vw;
	font-size: 0.93vw;
	text-align: center;
}

.form-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

.yxd-content {
	background-color: #fff;
	height: 25.52vw;
	width: 45.83vw;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.yxd-title {
	color: #fff;
	position: relative;
	height: 3.12vw;
	line-height: 3.12vw;
	text-align: center;
	color: #fff;
	font-size: 0.93vw;
	font-weight: bold;
	background-color: #14356d;
}

.yxd-title img {
	position: absolute;
	right: 1.04vw;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1.04vw;
	cursor: pointer;
	transition: 0.4s;
}

.yxd-form {
	margin-top: 2.6vw;
}

.yxd-item {
	margin-bottom: 1.04vw;
}

.yxd-item::after {
	content: " ";
	display: block;
	clear: both;
}

.yxd-item-left {
	line-height: 2.29vw;
	float: left;
	width: 10.93vw;
	box-sizing: border-box;
	text-align: right;
	padding-right: 0.93vw;
	color: #666666;
	font-size: 0.83vw;
}

.yxd-item-right {
	width: 31.25vw;
	height: 2.29vw;
	float: left;
	border: 0.052vw solid #d5d5d5;
	box-sizing: border-box;
}

.yxd-item-right input {
	border: none;
	margin: 0;
	color: #333;
	font-size: 0.83vw;
	width: 100%;
	height: 100%;
	padding: 0 1.04vw;
	box-sizing: border-box;
}

.yxd-item-right .layui-form-select,
.yxd-item-right .layui-select-title {
	height: 100%;
}

.yxd-item-right .yxd-item-btn {
	color: #ffffff;
	font-size: 0.93vw;
	height: 2.81vw;
	background-color: #14356d;
	border: 0.052vw solid #14356d;
	cursor: pointer;
	box-sizing: border-box;
	transition: 0.4s;
}

.scxs-title {
	text-align: center;
	color: #333333;
	font-size: 2.08vw;
	font-weight: bold;
	padding: 4.68vw 0 3.64vw;
	text-transform: uppercase;
}

.scxs-img {
	text-align: center;
	width: 54.58vw;
	margin: 0 auto 4.42vw;
}

.scxs-img img {
	width: 100%;
}

.khqt-title {
	text-align: center;
	color: #333333;
	font-size: 2.08vw;
	font-weight: bold;
	padding: 3.64vw 0 2.08vw;
	text-transform: uppercase;
}

.khqt-list {
	margin-bottom: 4.94vw;
}

.khqt-list::after {
	content: " ";
	display: block;
	clear: both;
}

.khqt-item {
	float: left;
	margin-bottom: 1.04vw;
	margin-right: 1.3vw;
	width: 15.62vw;
	height: 8.85vw;
	background-color: #fff;
	position: relative;
	transition: 0.4s;
}

.khqt-item:nth-child(5n) {
	margin-right: 0;
}

.khqt-item img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 95%;
	max-height: 95%;
	transition: 0.4s;
}

.xwzx-title {
	text-align: center;
	color: #333333;
	font-size: 2.08vw;
	font-weight: bold;
	padding: 2.6vw 0 2.08vw;
	text-transform: uppercase;
}

.xwzx-item::after {
	content: " ";
	display: block;
	clear: both;
}

.xwzx-item {
	margin-left: 6.25vw;
	background-color: #fff;
	position: relative;
	margin-bottom: 2.6vw;
	display: block;
	padding: 2.08vw 2.6vw;
	transition: 0.4s;
}

.xwzx-item-rq {
	position: absolute;
	width: 6.25vw;
	height: 6.25vw;
	background-color: #14356d;
	color: #fff;
	text-align: center;
	left: -6.25vw;
}

.xwzx-item-ri {
	font-size: 2.5vw;
	font-weight: bold;
	margin-top: 0.62vw;
}

.xwzx-item-nian {
	font-size: 0.72vw;
	margin-top: -0.26vw;
}

.xwzx-item-img {
	float: left;
	margin-right: 2.08vw;
	width: 23.64vw;
	height: 14.58vw;
	overflow: hidden;
	margin-right: 2.08vw;
}

.xwzx-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.xwzx-item-info {
	float: left;
	width: calc(100% - 2.08vw - 23.64vw);
	overflow: hidden;
}

.xwzx-item-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 1.25vw;
	font-weight: bold;
	margin: 0.52vw 0 1.45vw;
}

.xwzx-item-text {
	color: #666666;
	font-size: 0.83vw;
	line-height: 1.7;
	height: 4.27vw;
	margin-bottom: 3.64vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.xwzx-item-btn {
	width: 10.41vw;
	height: 2.39vw;
	border-radius: 1.19vw;
	border: 0.052vw solid #14356d;
	color: #14356d;
	text-align: center;
	box-sizing: border-box;
	line-height: 2.29vw;
	font-size: 0.83vw;
	transition: 0.4s;
}

.xwzx-item-btn img {
	transition: 0.4s;
	display: none;
	margin-left: 0.41vw;
	margin-top: -0.15vw;
}

.xwzx-item-btn img:nth-child(2) {
	display: inline-block;
}

.video-item {
	width: 19.58vw;
	margin-right: 1.66vw;
	background-color: #fff;
	transition: 0.4s;
	float: left;
	padding-bottom: 1.25vw;
	margin-bottom: 1.66vw;
}

.video-item:nth-child(4n) {
	margin-right: 0;
}

.video-item-head {
	width: 100%;
	height: 13vw;
	overflow: hidden;
	position: relative;
	background-color: #000;
}

.video-item-head img:nth-child(1) {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 10;
	display: none;
}

.video-item-head img:nth-child(2) {
	position: absolute;
	z-index: 50;
	width: 3.12vw;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	transition: 0.4s;
	cursor: pointer;
}

.video-item-head video {
	width: 100%;
	height: 100%;
}

.video-foot {
	box-sizing: border-box;
	padding: 1.45vw 2.08vw 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333333;
	font-size: 0.83vw;
	height: 3.9vw;
}

.jszl-list {
	background-color: #fff;
	margin-bottom: 2.6vw;
	overflow: hidden;
	padding: 1.04vw 2.08vw 0;
}

.jszl-item {
	height: 5.2vw;
	border-bottom: 0.052vw solid #eeeeee;
	position: relative;
	display: block;
	padding: 0 2.6vw 0 1.56vw;
	overflow: hidden;
}

.jszl-item::after {
	content: " ";
	display: block;
	background-color: #14356d;
	height: 0.052vw;
	width: 0;
	transition: 0.4s;
	position: absolute;
	bottom: 0;
	left: 0;
}

.jszl-item-left {
	position: absolute;
	left: 0;
	top: 1.45vw;
	width: 0.72vw;
}

.jszl-item-right {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 1.25vw;
}

.jszl-item-title {
	color: #333333;
	font-size: 1.04vw;
	margin-top: 1.04vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jszl-item-foot {
	color: #999999;
	font-size: 0.83vw;
}

.lxwm-title {
	text-align: center;
	color: #333333;
	font-size: 2.08vw;
	font-weight: bold;
	padding: 4.16vw 0 2.08vw;
	text-transform: uppercase;
}

.lxxx-content {
	background-color: #fff;
	margin-bottom: 1.04vw;
	padding: 0.52vw;
}

.lxxx-left {
	float: left;
	width: 40.62vw;
	padding-top: 3.38vw;
	padding-left: 3.9vw;
	box-sizing: border-box;
	overflow: hidden;
}

.lxxx-title {
	color: #14356d;
	font-size: 0.93vw;
	font-weight: bold;
	margin-bottom: 2.08vw;
}

.lxxx-text {
	margin-bottom: 0.62vw;
	color: #333333;
	font-size: 0.83vw;
}

.lxxx-text img {
	margin-top: -0.15vw;
	margin-right: 0.26vw;
	max-width: 0.72vw;
	max-height: 0.72vw;
}

.lxxx-right {
	float: right;
	width: 41.14vw;
	height: 20.83vw;
	overflow: hidden;
}

.zxzx-content {
	background-color: #fff;
	margin-bottom: 5.2vw;
	box-sizing: border-box;
	padding: 3.9vw 4.42vw 2.86vw;
}

.zxzx-left {
	float: left;
	width: 31.25vw;
}

.zxzx-title {
	border-bottom: 0.052vw solid #e5e5e5;
	color: #333333;
	font-size: 1.56vw;
	font-weight: bold;
	padding-bottom: 1.3vw;
	margin-bottom: 1.3vw;
}

.zxzx-title span {
	width: 10.41vw;
	display: block;
	line-height: 1.2;
	text-transform: uppercase;
}

.zxzx-text {
	color: #333333;
	font-size: 0.83vw;
	line-height: 1.8;
	margin-bottom: 6.77vw;
}

.zxzx-foot-text {
	color: #333333;
	font-size: 0.93vw;
	font-weight: bold;
	margin-bottom: 0.41vw;
}

.zxzx-foot {
	color: #14356d;
	font-size: 1.87vw;
	font-weight: bold;
}

.zxzx-right {
	float: right;
	width: 41.66vw;
}

.zxzx-right-item {
	overflow: hidden;
	margin-bottom: 1.04vw;
}

.zxzx-right-left {
	width: calc(100% - 33.85vw);
	text-align: right;
	line-height: 2.34vw;
	color: #666666;
	font-size: 0.83vw;
	float: left;
	padding-right: 0.93vw;
	box-sizing: border-box;
}

.zxzx-right-right {
	float: right;
	width: 33.85vw;
}

.zxzx-right-right input {
	height: 2.34vw;
	box-sizing: border-box;
	width: 33.85vw;
	border: 0.052vw solid #d5d5d5;
	color: #333;
	font-size: 0.83vw;
	padding: 0 1.04vw;
}

.zxzx-right-right textarea {
	height: 6.25vw;
	box-sizing: border-box;
	width: 33.85vw;
	border: 0.052vw solid #d5d5d5;
	color: #333;
	font-size: 0.83vw;
	padding: 0.52vw 1.04vw;
	resize: none;
	outline: none;
}

.zxzx-right-right::after {
	content: " ";
	display: block;
	clear: both;
}

.zxzx-right-right.yzm input {
	width: 27.08vw;
	float: left;
}

.zxzx-right-right.yzm img {
	float: right;
	width: 5.72vw;
	height: 2.34vw;
}

.zxzx-right-right input.zxzx-right-btn {
	border: 0.052vw solid #14356d;
	color: #fff;
	background-color: #14356d;
	transition: 0.4s;
	font-size: 0.93vw;
	font-weight: bold;
	cursor: pointer;
}

.maskweap {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	z-index: 999;
	display: none;
}

.bigimg {
	position: fixed;
	top: 2.6vw;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.xwinfo-title {
	text-align: center;
	color: #333333;
	font-size: 1.56vw;
	font-weight: bold;
	padding-top: 0.52vw;
}

.xwinfo-text {
	text-align: center;
	color: #666666;
	font-size: 0.83vw;
	padding-bottom: 1.56vw;
	border-bottom: 0.052vw solid #e5e5e5;
}

.ss-title {
	line-height: 3.12vw;
	margin-top: 1.04vw;
	color: #333333;
	font-size: 1.56vw;
}

.ss-list .nodata {
	display: none;
}

.ss-list .nodata:nth-last-child(1) {
	display: block;
}

.ss-item {
	height: 4.16vw;
	line-height: 4.16vw;
	border-bottom: 0.052vw solid #eeeeee;
	position: relative;
}

.ss-item-left {
	float: left;
	width: 90%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 0.83vw;
}

.ss-item-right {
	float: right;
	color: #333333;
	font-size: 0.83vw;
}

.ss-item::after {
	content: " ";
	display: block;
	width: 0;
	height: 0.052vw;
	background-color: #14356d;
	transition: 0.4s;
	position: absolute;
	bottom: 0;
	left: 0;
}

.xwinfo {
	margin: 2.08vw 0 3.38vw;
}

.xwinfo-item {
	float: left;
	max-width: 48%;
	line-height: 5.2vw;
	color: #333333;
	font-size: 0.83vw;
	font-weight: bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xwinfo-item:nth-child(2) {
	float: right;
}

.xwinfo-item a {
	color: #333333;
	font-size: 0.83vw;
	font-weight: bold;
}

.xwinfo-item em {
	font-size: 0.83vw;
	background-color: #14356d;
	color: #fff;
	line-height: 2.08vw;
	width: auto;
	display: inline-block;
	text-align: center;
	margin-right: 1.04vw;
	padding: 0 1.04vw;
}

.xwinfo-fuwenben {
	padding: 1.56vw 0 2.6vw;
	border-bottom: 0.052vw solid #e5e5e5;
}

.zw .index-foot-nav>ul>li {
	margin-right: 3.5vw;
}


























.pc-hide {
	display: none;
}

.layui-laypage * {
	margin-right: 0.26vw !important;
	height: 1.82vw !important;
	line-height: 1.82vw !important;
	font-size: 0.78vw !important;
	background-color: #fff !important;
	font-family: "sanfran";
}

.layui-laypage {
	width: 100%;
	text-align: center;
	margin-bottom: 2.08vw !important;
	margin-top: 1.04vw !important;
}

.layui-laypage-curr em:nth-child(2) {
	background-color: initial !important;
}

.layui-laypage-count {
	padding: 0 0.52vw !important;
	border: 1px solid #ddd !important;
}

.layui-laypage-prev {
	border: 1px solid #ddd !important;
}

.layui-laypage a {
	border: 1px solid #ddd !important;
}

.layui-laypage-next {
	border: 1px solid #ddd !important;
}

.layui-laypage-em {
	color: #f4f5ec !important;
	background-color: #14356d !important;
}

.layui-laypage .layui-laypage-curr em {
	margin-right: 0 !important;
}

@media only screen and (min-width: 750px) and (max-width:1600px) {
	.logo {
		max-width: 15.1vw;
		max-height: 3.12vw;
	}

	.logo img {
		max-width: 100%;
		max-height: 100%;
	}

	.index-foot-logo img {
		max-width: 100%;
		max-height: 100%;
	}
}

@media only screen and (min-width: 750px) and (max-width:2000px) {
	.index-nav>ul>li>a:hover {
		color: #14356d;
	}

	.ss-item:hover::after {
		width: 100%;
	}

	.ss-item:hover .ss-item-left {
		font-weight: bold;
	}

	.xwinfo-item a:hover {
		text-decoration: underline;
	}

	.scgc .swiper-button-next:hover,
	.scgc .swiper-button-prev:hover {
		transform: rotate(360deg);
	}

	.zxzx-right-right input.zxzx-right-btn:hover {
		background-color: #fff;
		color: #14356d;
	}

	.yxd-item-right .yxd-item-btn:hover {
		background-color: #fff;
		color: #14356d;
	}

	.video-item:hover {
		background-color: #14356d;
	}

	.video-item:hover .video-foot {
		color: #fff;
	}

	.video-item-head img:nth-child(2):hover {
		transform: rotate(360deg);
	}

	.jszl-item:hover::after {
		width: 100%;
	}

	.jszl-item:hover .jszl-item-title {
		color: #14356d;
		font-weight: bold;
	}

	.xwzx-item-btn:hover {
		color: #fff;
		background-color: #14356d;
	}

	.xwzx-item-btn:hover img:nth-child(2) {
		display: none;
	}

	.xwzx-item-btn:hover img:nth-child(1) {
		display: inline-block;
	}

	.xwzx-item:hover {
		box-shadow: 0 0 1.56vw 0.26vw rgba(0, 0, 0, .1);
	}

	.xwzx-item:hover .xwzx-item-img img {
		transform: scale(1.05);
	}

	.yxd-title img:hover {
		transform: rotate(360deg);
	}

	.cpxq-top-btn:hover {
		margin-top: -0.52vw;
		color: #fff;
	}

	.cpxq-foot-item:hover .cpxq-foot-item-img img {
		transform: scale(1.05);
	}

	.cpxq-top-title img:hover {
		transform: rotate(360deg);
	}

	.dddwww a:hover {
		text-decoration: underline;
	}

	.cpxq-top-left .mySwiper li:hover img {
		transform: scale(1.05);
	}

	.index-language:hover {
		text-decoration: underline;
	}

	.index-language:hover img {
		transform: rotate(360deg);
	}

	.index-search>img:hover {
		transform: rotate(360deg);
	}

	.cpzx-item:hover {
		box-shadow: 0 0 1.04vw 0.1vw rgba(0, 0, 0, .1);
	}

	.cpzx-item-btn:hover {
		transform: translateY(-0.52vw);

	}

	.scgc-item:hover .scgc-item-img img {
		transform: scale(1.05);
	}

	.index-new-item:hover {
		border: 0.052vw solid #14356d;
	}

	.inner-product-item:hover {
		background-color: #14356d;
	}

	.inner-product-item:hover .inner-product-img img {
		transform: scale(1.05);
	}

	.inner-product-item:hover .inner-product-title {
		color: #fff;
	}

	.index-foot-nav a:hover {
		text-decoration: underline;
	}

	.index-tjcp-item:hover {
		box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.2);
	}

	.cpxq-foot-item:hover {
		box-shadow: 0 0 1.04vw 0.52vw rgba(0, 0, 0, 0.1);
	}

	.cpzx-item:hover .cpzx-item-img img {
		transform: scale(1.05);
	}

	.index-tjcp-item:hover img {
		transform: scale(1.05);
	}

	.index-product-item:hover .index-product-img img {
		transform: scale(1.05);
	}

	.khqt-item:hover,
	.index-customers-item:hover,
	.index-product-item:hover {
		box-shadow: 0 0.31vw 0.52vw 0 rgba(0, 0, 0, 0.1);
	}

	.index-product-item:hover .index-product-img {
		border: 0.052vw solid #14356d;
	}

	.index-product-item:hover .index-product-title {
		color: #14356d;
	}

	.index-product-btn:hover img {
		margin-left: 1.56vw;
	}

	.index-product-btn:hover {
		color: #14356d;
	}

	.index-about-btn:nth-child(1):hover img {
		margin-left: 1.56vw;
	}

	.ryhzg-item:hover .ryhzg-item-img img {
		transform: scale(1.05);
	}

	.index-about-btn:nth-child(2):hover img,
	.index-about-btn:nth-child(3):hover img {
		margin-right: 1.56vw;
	}

	.khqt-item:hover img,
	.index-customers-item:hover img {
		transform: rotateY(360deg);
	}

	.layui-laypage a:hover {
		color: #14356d !important;
	}

	.index-nav>ul>li>ul>li>a:hover {
		color: #14356d;
	}

	.index-nav>ul>li>ul>li>a:hover::before {
		transform: scaleY(1);
	}
}


@media only screen and (max-width: 750px) {
	.margin-c {
		width: auto;
		margin: 0 0.25rem;
	}

	.iphone-hide {
		display: none;
	}

	.pc-hide {
		display: block;
	}

	.index-banner3-lbitem .pc-hide {
		display: block;
	}

	/*reset*/
	* {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	html,
	body {
		margin: 0 auto;
	}

	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	hr,
	p,
	blockquote,
	dl,
	dt,
	dd,
	ul,
	ol,
	li,
	pre,
	form,
	fieldset,
	legend,
	button,
	input,
	textarea,
	th,
	td,
	header,
	section,
	footer {
		margin: 0;
		padding: 0
	}

	body,
	button,
	input,
	select,
	textarea {
		font: 12px/1.5 "sanfran";
		color: #666;
		font-weight: normal;
	}

	body {
		overflow-x: hidden;
	}

	address,
	cite,
	dfn,
	em,
	var,
	i {
		font-style: normal
	}

	ul,
	ol,
	dl {
		list-style: none
	}

	a {
		text-decoration: none;
		outline: none;
		font-family: "sanfran";
		color: #666;
		cursor: pointer;
		font-size: 12px;
	}

	li {
		font-size: 12px;
		font-family: "sanfran";
		list-style: none;
		margin: 0;
		padding: 0;
	}

	em {
		font-style: normal;
		font-size: 12px;
	}

	body,
	p,
	span {
		/* font-family: "microsoft yahei"; */
	}

	img {
		border: none;
	}

	p {
		margin: 0px;
		padding: 0px;
		word-wrap: break-word;
	}

	:focus {
		outline: none;
	}

	img {
		border: 0;
		vertical-align: middle;
		display: inline-block;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	.clear {
		clear: both;
	}

	.clear:after {
		display: block;
		mainContent: "";
		clear: both;
	}

	.transtion {
		transition: all 0.5s;
		-o-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	.clear {
		clear: both;
	}

	.clear:after {
		display: block;
		content: "";
		clear: both;
	}

	.header {
		position: fixed;
		left: 0;
		right: 0;
		top: 0rem;
		height: 1rem;
		max-width: 750px;
		margin: 0 auto;
		z-index: 999;
		background: #14356d;
		/* border-bottom: 1px solid #eee; */
	}

	.header a.log {
		width: auto;
		height: 0.6rem;
		color: #fff;
		position: absolute;
		left: 0.2rem;
		top: 0;
		bottom: 0;
		margin: auto;
		font-size: 0;
	}

	.header .log img {
		width: auto;
		height: 100%;
		position: absolute;
		/* left: 0; */
		top: 0;
		/* bottom: 0; */
		margin: auto;
		filter: brightness(0) invert(1);
	}

	.icon {
		float: right;
		width: 0.5rem;
		height: 0.5rem;
		background: url("nav.png") no-repeat center;
		background-size: 100%;
		position: absolute;
		right: 0.25rem;
		top: 0.21rem;
	}

	.menu_list_bor {
		position: fixed;
		height: 100%;
		width: 100%;
		right: -100%;
		top: 0;
		z-index: 9999;
	}

	.colse_menu {
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		z-index: 999;
	}

	.menu_right {
		width: 70%;
		position: absolute;
		height: 100%;
		right: 0;
		top: 0;
		background: #fff;
		z-index: 9999;
		overflow-x: hidden;
	}

	.menu_top {
		width: 100%;
		height: 1rem;
		border-bottom: 1px solid #bbbbbb;
	}

	.clo {
		line-height: 1rem;
		color: #333;
		font-size: 0.3rem;
		width: 1.8rem;
		margin-left: 0.3rem;
		height: 1rem;
		background-size: auto 0.25rem;
		padding-left: 0.35rem;
		float: left;
		margin-right: 0.6rem;
	}

	.menu_list {
		width: 100%;
	}

	.clo b {
		float: left;
		height: 100%;
		width: 20px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		background: url('fl.png') no-repeat right center;
		background-size: 40%;
	}

	.clo span {
		display: inline-block;
		line-height: 0.8rem;
		margin-left: 0.1rem;
	}

	.menu_top>a {
		float: left;
		padding: 0 0.25rem;
		height: 1rem;
		color: #333333;
		font-size: 0.3rem;
		text-align: center;
		line-height: 1rem;
	}

	.menu_list ul {
		display: block;
		width: 100%;
		vertical-align: top;
	}

	.menu_list>ul>li,
	.menu_list>ul>li>ul>li {
		line-height: 0.8rem;
		*height: 0.8rem;
		position: relative;
		border-bottom: 1px solid #e9e9e9;
	}

	.menu_list>ul>li>ul {
		display: none;
	}

	.menu_list>ul>li>a,
	.menu_list>ul>li>ul>li>a {
		line-height: 0.8rem;
		*height: 0.8rem;
		color: #333;
		font-size: 0.24rem;
		display: inline-block;
		padding-left: 0.65rem;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding-right: 0.6rem;
	}

	.menu_list>ul>li>ul>li {
		border: 0;
		border-top: 1px solid #e9e9e9;
		padding-left: 0.3rem;
	}

	.menu_list>ul>li>ul>li>a {
		color: #575757;
	}

	.menu_list>ul>li>b,
	.menu_list>ul>li>ul>li b {
		position: absolute;
		display: block;
		width: 20%;
		height: 0.8rem;
		right: 0;
		top: 0;
		background: url('fl.png') no-repeat center;
		background-size: 18%;
	}

	.menu_list>ul>li>ul>li li {
		border-top: 1px solid #e9e9e9;
		position: relative;
		display: block;
	}

	.menu_list>ul>li>ul>li li a {
		padding-left: 1rem;
		color: #333;
		font-size: 0.24rem;
		display: block;
		line-height: 0.8rem;
		height: 0.8rem;
		vertical-align: middle;
		white-space: nowrap;
		box-sizing: border-box;
		padding-right: 0.8rem;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.menu_list>ul>li>b.nex,
	.menu_list>ul>li>ul>li b.nex {
		background: url('nex.png') no-repeat center;
		background-size: 30%;
	}

	.menu_list>ul>li {
		line-height: 0.8rem;
	}

	.index-banner {
		margin-top: 1rem;
	}

	.pc-hide {
		display: block;
	}

	.iphone-hide {
		display: none !important;
	}

	.index-banner .hd li {
		width: 0.2rem;
		height: 0.2rem;
		margin: 0 0.1rem;
	}

	/* 分割 */

	.index-banner .swiper-pagination {
		bottom: 0.2rem !important;
		width: 100%;
		font-size: 0;
	}

	.index-banner .swiper-pagination-bullet {
		width: 0.2rem;
		height: 0.2rem;
		opacity: 0.5;
		margin: 0 0.1rem !important;
		border-radius: 0.1rem;
	}

	.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
		opacity: 1;
		width: 0.4rem;
	}

	.index-title span {
		font-size: 0.36rem;
	}

	.index-title {
		padding: 0.35rem 0 0.15rem;
	}

	.index-title img {
		display: none;
	}

	.index-tjcp-item {
		width: 100%;
		height: auto;
		border: 1px solid #e5e5e5;
		box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.06);
		padding: 0 0.25rem;
		margin-bottom: 0.25rem;
	}

	.index-tjcp-title {
		font-size: 0.32rem;
		padding-top: 0.15rem;
		padding-bottom: 0.15rem;
	}

	.index-tjcp-text {
		color: #333333;
		font-size: 0.28rem;
	}

	.index-tjcp-img {
		width: 100%;
		max-height: initial;
		height: auto;
		position: initial;
		margin: 0.2rem 0;
	}

	.index-tjcp-img img {
		width: 100%;
		height: auto;
		position: initial;
	}

	.index-product-item {
		margin-bottom: 0.15rem;
		padding: 0.15rem;
		padding-bottom: 0;
		width: 48%;
		margin-right: 0;
	}

	.index-product-item:nth-child(2n) {
		float: right;
	}

	.index-product-img {
		height: 2rem;
		border: 1px solid #e5e5e5;
	}

	.index-product-title {
		font-size: 0.28rem;
		font-weight: 400;
		line-height: 0.8rem;
	}

	.index-product-btn img {
		width: 0.45rem;
		margin-left: 0.2rem;
		margin-top: -0.1rem;
	}

	.index-product-btn {
		margin: 0 auto 0.5rem;
		width: 3.75rem;
		height: 0.7rem;
		line-height: 0.66rem;
		font-size: 0.28rem;
	}

	.index-product {
		margin-bottom: 0.25rem;
	}

	.index-about-content {
		margin: 0.25rem;
		width: auto;
		padding: 0.25rem;
		padding-bottom: 0;
	}

	.index-about-left {
		width: 100%;
		margin-top: 0;
	}

	.index-about-bq {
		width: 3rem;
		height: 0.8rem;
		line-height: 0.8rem;
		border-top-right-radius: 0.4rem;
		border-bottom-right-radius: 0.4rem;
		font-size: 0.42rem;
		margin-bottom: 0.15rem;
	}

	.index-about-text {
		font-size: 0.28rem;
		line-height: inherit;
	}

	.index-about-right {
		float: right;
		width: 100%;
		margin-right: 0;
	}

	.index-about-right-title {
		font-size: 0.32rem;
		margin-top: 0.15rem;
		text-align: left;
		margin-bottom: 0.15rem;
	}

	.index-about-right-img {
		width: 100%;
		height: auto;
	}

	.index-about-right-img::after {
		display: none;
	}

	.index-about-foot {
		margin: 0.35rem 0 0.15rem;
	}

	.index-about-btn {
		margin: 0 0.1rem;
		width: auto;
		height: 0.7rem;
		line-height: 0.66rem;
		border-radius: 0.2rem;
		border: 1px solid #14356d;
		font-size: 0.28rem;
		margin-bottom: 0.2rem;
		padding: 0 0.15rem;
	}

	.index-about-btn:nth-child(1) {
		font-size: 0.28rem;
	}

	.index-about-btn img {
		margin: 0 0.1rem;
		max-width: 0.3rem;
	}

	.index-title-text {
		font-size: 0.28rem;
		width: 100%;
		line-height: initial;
		margin-bottom: 0.15rem;
	}

	.index-customers {
		margin-bottom: 0.25rem;
	}

	.index-customers-item {
		margin-bottom: 1.04vw;
		width: 49%;
		height: 2rem;
		margin-right: 0;
		margin-bottom: 0.2rem;
		display: none;
	}

	.index-customers-item:nth-child(2n) {
		float: right;
	}

	.index-customers-item:nth-child(-n+4) {
		display: block;
	}

	.index-new {
		margin-bottom: 0.25rem;
	}

	.index-new-item {
		border: none;
		border-bottom: 1px solid #e5e5e5;
		padding: 0;
		width: 100%;
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
	}

	.index-new-item:nth-child(3) {
		display: none;
	}

	.index-foot-ewm,
	.index-foot-nav,
	.index-foot-top,
	.index-new-ri,
	.index-new-foot,
	.index-new-nian {
		display: none;
	}

	.index-new-title {
		font-size: 0.32rem;
		line-height: initial;
		margin-bottom: 0.15rem;
		height: auto;
		-webkit-line-clamp: 1;
	}

	.index-new-img {
		height: auto;
		margin-bottom: 0.15rem;
	}

	.index-new-text {
		font-size: 0.28rem;
		line-height: initial;
		height: auto;
		margin-bottom: 0.15rem;
	}

	.index-foot-content {
		padding-bottom: 0;
		border-bottom: 0;
		padding-top: 0.2rem;
	}

	.index-foot-right {
		width: 100%;
	}

	.index-foot-info {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}

	.index-foot-info p:nth-child(2),
	.index-foot-info p:nth-child(4) {
		display: none;
	}

	.index-foot-info p {
		font-size: 0.28rem;
		margin-bottom: 0.1rem;
	}

	.index-foot-foot {
		padding: 0 0 0.15rem;
		font-size: 0.24rem;
	}

	.page-banner.index-banner img {
		height: auto;
	}

	.index-banner img {
		height: 3rem;
		object-fit: cover;
	}

	.index-banner-title {
		font-size: 0.42rem;
		left: 0.5rem;
		top: 0.75rem;
	}

	.index-banner-text {
		font-size: 0.28rem;
		left: 0.5rem;
		top: 1.5rem;
	}

	.gsjs {
		padding: 0.5rem 0;
	}

	.gsjs-title {
		font-size: 0.36rem;
		margin-bottom: 0.2rem;
	}

	.scgc-title {
		font-size: 0.36rem;
		padding: 0.35rem 0 0.25rem;
	}

	.ryhzg-title,
	.qywh-title {
		font-size: 0.36rem;
		margin-bottom: 0.25rem;
	}

	.gsjs-content {
		font-size: 0.28rem;
		line-height: 1.6;
	}

	.gsjs-img {
		margin-left: 0;
		margin-bottom: 0.15rem;
		width: 100%;
		height: auto;
	}

	.scgc-item {
		width: 3.3rem;
		margin: 0 auto;
	}

	.scgc-item-img {
		height: 2.3rem;
	}

	.scgc-item-title {
		line-height: 0.75rem;
		font-size: 0.28rem;
		padding: 0 0.15rem;
	}

	.scgc .mySwiper {
		padding-bottom: 1rem;
	}

	.scgc .swiper-pagination-bullet {
		width: 0.2rem;
		height: 0.2rem;
		margin: 0 0.1rem !important;
		border: 1px solid #fff;
	}

	.scgc .swiper-pagination {
		bottom: 0.4rem !important;
		height: 0.2rem;
		font-size: 0;
	}

	.scgc .swiper-button-next,
	.scgc .swiper-button-prev {
		bottom: 0.3rem;
		width: 0.4rem;
		height: 0.4rem;
	}

	.scgc .swiper-button-prev {
		left: 2.2rem;
	}

	.scgc .swiper-button-next {
		right: 2.2rem;
	}

	.scgc .swiper-button-next img,
	.scgc .swiper-button-prev img {
		width: 0.4rem;
		height: 0.4rem;
	}

	.ryhzg {
		padding: 0.5rem 0 0;
	}

	.qywh-title {
		padding-top: 0.5rem;
	}

	.ryhzg-content {
		width: auto;
		box-shadow: 0 0 0.2rem 0.1rem rgba(0, 0, 0, .1);
		padding: 0.25rem;
		margin: 0 0.25rem;
	}

	.ryhzg-content .mySwiper {
		padding-bottom: 0.25rem;
	}

	.ryhzg .swiper-pagination-bullet {
		width: 0.2rem;
		height: 0.2rem;
		margin: 0 0.1rem !important;
		border: 1px solid #cccccc;
	}

	.ryhzg .swiper-pagination-bullet.swiper-pagination-bullet-active {
		border: 1px solid #14356d;
	}

	.ryhzg .swiper-pagination {
		bottom: 0rem !important;
		height: 0.2rem;
		font-size: 0;
	}

	.ryhzg-item {
		width: 3rem;
		margin: 0 auto 0.2rem;
	}

	.ryhzg-item-img {
		width: 100%;
		height: 2rem;
		border: 1px solid #dddddd;
	}

	.ryhzg-item-title {
		padding: 0 0.2rem;
		font-size: 0.28rem;
		margin-top: 0.15rem;
	}

	.qywh-content {
		width: 100%;
		height: auto;
		box-shadow: 0 0 0.2rem 0.1rem rgba(0, 0, 0, .1);
		margin-bottom: 0.5rem;
		padding: 0.25rem;
		font-size: 0.28rem;
		line-height: 1.6;
		padding-left: 2rem;
	}

	.cpzx-title {
		font-size: 0.36rem;
		padding: 0.45rem 0 0.25rem;
	}

	.cpzx-list {
		min-height: 9rem;
	}

	.cpzx-item {
		width: 49%;
		margin-bottom: 0.2rem;
		margin-right: 0;
	}

	.cpzx-item:nth-child(2n) {
		float: right;
	}

	.cpzx-item-img {
		height: 2.5rem;
		border-bottom: 1px solid #eeeeee;
		margin-bottom: 0;
	}

	.cpzx-item-title {
		padding: 0.15rem;
		padding-bottom: 0;
		font-size: 0.32rem;
		margin-bottom: 0;
	}

	.cpzx-item-text {
		padding: 0 0.15rem;
		height: 0.72rem;
		margin-bottom: 0;
	}

	.cpzx-item-foot {
		padding: 0.15rem;
	}

	.cpzx-item-btn:nth-child(1) {
		display: none;
	}

	.cpzx-item-btn {
		width: 100%;
		height: 0.6rem;
		border-radius: 0.6rem;
		border: 1px solid #14356d;
		line-height: 0.56rem;
		font-size: 0.28rem;
		margin-bottom: 0.1rem;
	}

	.cpzx-item-btn img {
		width: 0.4rem;
		margin-left: 0.2rem;
		margin-top: -0.1rem;
	}

	.dddwww {
		height: auto;
		line-height: initial;
		font-size: 0.28rem;
		padding: 0.15rem 0;
		margin-bottom: 0.1rem;
	}

	.dddwww a {
		font-size: 0.28rem;
	}

	.dddwww img {
		margin-top: -0.1rem;
		margin-right: 0.1rem;
	}

	.cpxq-top {
		padding: 0.25rem;
		margin-bottom: 0.25rem;
		padding-bottom: 0.1rem;
	}

	.cpxq-top-left {
		width: 100%;
		height: 4rem;
		border: 1px solid #e5e5e5;
	}

	.cpxq-top-left .mySwiper {
		position: relative;
		width: 100%;
		height: 4rem;
	}

	.cpxq-top-right {
		float: right;
		width: 100%;
		margin-top: 0.15rem;
	}

	.cpxq-top-left .swiper-pagination-bullet {
		width: 0.2rem;
		height: 0.2rem;
		margin: 0 0.05rem !important;
	}

	.cpxq-top-left .swiper-pagination {
		bottom: 0.2rem !important;
		height: 0.2rem;
		font-size: 0;
	}

	.cpxq-top-title {
		border-bottom: 1px solid #ddd;
		padding: 0.15rem 0;
		font-size: 0.32rem;
		line-height: initial;
		margin-bottom: 0.15rem;
	}

	.cpxq-top-title img {
		display: none;
	}

	.cpxq-top-text {
		font-size: 0.28rem;
		line-height: 1.6;
		margin-bottom: 0.15rem;
	}

	.cpxq-top-lx {
		width: 100%;
		height: auto;
		border: 1px dotted #999999;
		line-height: initial;
		font-size: 0.28rem;
		padding: 0.2rem;
		box-sizing: border-box;
	}

	.cpxq-top-lx img {
		width: 0.4rem;
		margin-top: -0.1rem;
		margin-right: 0.1rem;
	}

	.cpxq-top-lx span {
		font-size: 0.32rem;
		margin-top: 0.1rem;
		display: inline-block;
	}

	.cpxq-top-foot {
		margin-top: 0.25rem;
	}

	.cpxq-top-btn {
		margin-right: 0;
		height: 0.6rem;
		line-height: 0.56rem;
		border-radius: 0.6rem;
		font-size: 0.28rem;
		padding: 0;
		transition: 0.4s;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 0.2rem;
		text-align: center;
	}

	.cpxq-top-btn:nth-child(2) {
		padding: 0;
	}

	.cpxq-top-btn img {
		margin-top: -0.1rem;
		margin-right: 0.1rem;
		width: 0.3rem;
	}

	.yxd-content {
		height: 6rem;
		width: 7rem;
	}

	.yxd-title {
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.32rem;
	}

	.yxd-title img {
		right: 0.3rem;
		width: 0.3rem;
	}

	.yxd-form {
		margin-top: 0.25rem;
	}

	.yxd-item {
		margin-bottom: 0.2rem;
	}

	.yxd-item-left {
		line-height: 0.7rem;
		width: 2.5rem;
		padding-right: 0.2rem;
		font-size: 0.28rem;
	}

	.yxd-item-right {
		width: 4rem;
		height: 0.7rem;
		border: 1px solid #d5d5d5;
	}

	.yxd-item-right input {
		font-size: 0.28rem;
		padding: 0 0.2rem;
	}

	.yxd-item-right .yxd-item-btn {
		font-size: 0.28rem;
		height: 0.7rem;
		border: 1px solid #14356d;
		line-height: 0.66rem;
	}

	.yxd-form .layui-form-select dl {
		left: -2.5rem;
		width: 7rem;
	}

	.fuwenben {
		font-size: 0.28rem;
		line-height: 1.6;
	}

	.fuwenben th,
	.fuwenben td {
		font-size: 0.24rem;
		line-height: initial;
	}

	.cpxq-info-title {
		border-bottom: 1px solid #dddddd;
		margin-bottom: 0.25rem;
	}

	.cpxq-info-title span {
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.28rem;
		width: 3rem;
	}

	.cpxq-info {
		padding: 0.25rem;
		padding-bottom: 0.35rem;
		margin-bottom: 0.35rem;
	}

	.cpxq-foot {
		margin-bottom: 0.2rem;
	}

	.cpxq-foot-item {
		width: 49%;
		margin-right: 0;
		margin-bottom: 0.25rem;
	}

	.cpxq-foot-item:nth-child(2n) {
		float: right;
	}

	.cpxq-foot-item-img {
		height: 2.1rem;
	}

	.cpxq-foot-title {
		padding: 0 0.2rem;
		line-height: 0.7rem;
		font-size: 0.28rem;
	}

	.lxwm-title,
	.xwzx-title,
	.scxs-title,
	.khqt-title {
		font-size: 0.36rem;
		padding: 0.35rem 0;
	}

	.scxs-img {
		width: 7rem;
		margin: 0 auto 0.5rem;
	}

	.khqt-list {
		margin-bottom: 0.5rem;
		min-height: 3.8rem;
	}

	.khqt-item {
		margin-bottom: 0.2rem;
		margin-right: 0.2rem;
		width: 2.2rem;
		height: 1.4rem;
	}

	.khqt-item:nth-child(5n) {
		margin-right: 0.2rem;
	}

	.khqt-item:nth-child(3n) {
		margin-right: 0;
	}

	.video-list {
		min-height: 9rem;
	}

	.video-item {
		width: 48%;
		margin-right: 0;
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
	}

	.video-item:nth-child(2n) {
		float: right;
	}

	.video-item-head {
		height: 2rem;
	}

	.video-item-head img:nth-child(2) {
		width: 0.7rem;
	}

	.video-foot {
		padding: 0.15rem 0.2rem 0;
		font-size: 0.28rem;
		height: 1rem;
	}

	.jszl-list {
		margin-bottom: 0.5rem;
		padding: 0.25rem;
		min-height: 8rem;
	}

	.jszl-item-title {
		font-size: 0.28rem;
		margin-top: 0;
		overflow: visible;
		text-overflow: initial;
		white-space: initial;
		margin-bottom: 0.1rem;
	}

	.jszl-item-foot {
		font-size: 0.24rem;
	}

	.jszl-item {
		height: auto;
		border-bottom: 1px solid #eeeeee;
		padding: 0 0.5rem 0.15rem 0;
		margin-bottom: 0.15rem;
	}

	.jszl-item-left {
		display: none;
	}

	.jszl-item-right {
		width: 0.3rem;
	}

	.xwzx-list {
		min-height: 9rem;
	}

	.xwzx-item {
		margin-left: 0;
		margin-bottom: 0.2rem;
		padding: 0.25rem;
	}

	.xwzx-item-img {
		width: 100%;
		height: auto;
		margin-right: 0;
	}

	.xwzx-item-info {
		width: 100%;
	}

	.xwzx-item-title {
		font-size: 0.32rem;
		margin: 0.15rem 0 0;
	}

	.xwzx-item-rq {
		display: none;
	}

	.xwzx-item-text {
		font-size: 0.28rem;
		line-height: initial;
		height: auto;
		margin-bottom: 0.2rem;
	}

	.xwzx-item-btn {
		width: 3rem;
		height: 0.6rem;
		border-radius: 0.2rem;
		line-height: 0.56rem;
		font-size: 0.28rem;
		margin: 0 auto;
	}

	.xwinfo-title {
		font-size: 0.36rem;
		padding-top: 0;
		line-height: initial;
	}

	.xwinfo-text {
		color: #666666;
		font-size: 0.28rem;
		padding-bottom: 0.2rem;
		border-bottom: 1px solid #e5e5e5;
		margin-top: 0.2rem;
	}

	.xwinfo {
		margin: 0.25rem 0;
	}

	.xwinfo-item {
		width: 100%;
		max-width: 100%;
		line-height: 0.5rem;
		font-size: 0.28rem;
		margin-bottom: 0.2rem;
	}

	.xwinfo-item em {
		font-size: 0.28rem;
		line-height: 0.5rem;
		width: 2.2rem;
		margin-right: 0.2rem;
		padding: 0;
	}

	.xwinfo-item a {
		font-size: 0.28rem;
	}

	.xwinfo-fuwenben {
		padding: 0.25rem 0;
		border-bottom: 1px solid #e5e5e5;
		min-height: 5.3rem;
	}

	.lxxx-content {
		background-color: #fff;
		margin-bottom: 0;
		padding: 0.25rem;
	}

	.lxxx-left {
		width: 100%;
		padding-top: 0;
		padding-left: 0;
	}

	.lxxx-title {
		font-size: 0.32rem;
		margin-bottom: 0.2rem;
		line-height: initial;
	}

	.lxxx-text {
		margin-bottom: 0.15rem;
		font-size: 0.28rem;
	}

	.lxxx-text img {
		margin-top: -0.1rem;
		margin-right: 0.1rem;
		max-width: 0.3rem;
		max-height: 0.3rem;
	}

	.lxxx-right {
		width: 100%;
		height: 8rem;
	}

	.zxzx-content {
		margin-bottom: 0.5rem;
		padding: 0.25rem;
	}

	.zxzx-left {
		width: 100%;
	}

	.zxzx-title {
		border-bottom: 1px solid #e5e5e5;
		font-size: 0.32rem;
		padding-bottom: 0.15rem;
		margin-bottom: 0.15rem;
	}

	.zxzx-text {
		font-size: 0.28rem;
		line-height: inherit;
		margin-bottom: 0.15rem;
	}

	.zxzx-foot-text {
		font-size: 0.28rem;
		margin-bottom: 0.15rem;
	}

	.zxzx-foot {
		font-size: 0.32rem;
	}

	.zxzx-right {
		width: 100%;
		margin-top: 0.25rem;
	}

	.zxzx-right-item {
		margin-bottom: 0.15rem;
	}

	.zxzx-right-left {
		width: 1.5rem;
		line-height: 0.7rem;
		font-size: 0.28rem;
		padding-right: 0.2rem;
	}

	.zxzx-right-right {
		width: 5rem;
	}

	.zxzx-right-right input {
		height: 0.7rem;
		width: 100%;
		border: 1px solid #d5d5d5;
		font-size: 0.28rem;
		padding: 0 0.2rem;
	}

	.zxzx-right-right textarea {
		height: 2.5rem;
		width: 100%;
		border: 1px solid #d5d5d5;
		font-size: 0.28rem;
		padding: 0.15rem 0.2rem;
	}

	.zxzx-right-right.yzm input {
		width: 2.8rem;
	}

	.zxzx-right-right.yzm img {
		width: 2rem;
		height: 0.7rem;
	}

	.zxzx-right-right input.zxzx-right-btn {
		border: 1px solid #14356d;
		font-size: 0.32rem;
		line-height: 0.66rem;
		margin-top: 0.25rem;
	}

	.zxzx-title span {
		width: auto;
		line-height: inherit;
	}












	.layui-laypage * {
		margin-right: 5px !important;
		height: 35px !important;
		line-height: 35px !important;
		font-size: 15px !important;
		background-color: #fff !important;
		font-family: "微软雅黑";
	}

	.layui-laypage {
		width: 100%;
		text-align: center;
		margin-bottom: 40px !important;
		margin-top: 20px !important;
	}

	.layui-laypage-curr em:nth-child(2) {
		background-color: initial !important;
	}

	.layui-laypage-count {
		padding: 0 10px !important;
		border: 1px solid #ddd !important;
	}

	.layui-laypage-prev {
		border: 1px solid #ddd !important;
	}

	.layui-laypage a {
		border: 1px solid #ddd !important;
	}

	.layui-laypage-next {
		border: 1px solid #ddd !important;
	}

	.layui-laypage-em {
		color: #f4f5ec !important;
		background-color: #14356d !important;
	}

	.layui-laypage .layui-laypage-curr em {
		margin-right: 0 !important;
	}

}