body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;

}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

h1,
h2,
h3,
h4,
h5,
p {
	font-weight: normal;
	word-break: auto-phrase;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none !important;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}

body {
	font-family: "Times New Roman", "PingFang SC", "Microsoft Yahei";
	background-color: #ffffff;
	margin: 0;
	padding-top: 5.5rem;
}


header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	padding: 1rem 0;
	transition: all 0.3s ease;
	z-index: 99;
	background-color: #ffffff;
	box-shadow: 0px 25px 21.75px 7.25px rgba(4, 0, 0, 0.22);
}

.headerxz {
	background-color: #ffffff;
	box-shadow: 0px 0px 20px #a5a3a3;
}

.header {
	width: 87.5rem;
	margin: auto;
}

.headerleft {
	float: left;
}

.headerleft img {
	height: 3.5rem;
}

.headercenter {
	float: right;
	margin-right: 2rem;
}

.headerright {
	float: right;
	position: relative;
}

.headerright1 a {
	line-height: 3.5rem;
	color: #073190;
	display: block;
	text-align: center;
}

.headerright:hover>.headerright2 {
	max-height: 6rem;
}

.headerright2 {
	position: absolute;
	left: 50%;
	top: 4.5rem;
	background-color: #FFFFFF;
	width: 5rem;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.3s ease;
	text-align: center;
	box-shadow: 0px 10px 10px #76767699;
	transform: translate(-50%, 0);
}

.headerright2 a {
	display: block;
	text-align: center;
	line-height: 2rem;
	color: #222222;
	transition: all 0.3s ease;
}

.headerright2 a:hover {
	background: #073190;
	color: #ffffff;
}

.headercenter a {
	line-height: 3.5rem;
	margin-left: 2.5rem;
	font-size: 1rem;
	color: #222222;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	transition: all 0.3s ease;
}

.headercenter .headercenterxz {
	color: #073190;
}

.headercenterxz:after {
	content: "";
	width: 100%;
	height: 0.2rem;
	background-color: #073190;
	position: absolute;
	left: 0;
	bottom: -1.2rem;
}

.headercenter a:hover {
	color: #073190;
}

.swipercentermain {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: left;
	width: 87.5rem;
	/* text-align: center; */
	transform: translate(-50%, -50%);
	z-index: 2;
}

.swipercentermain h4 {
	font-size: 4rem;
	color: #FFFFFF;
	line-height: 4.5rem;
	font-weight: bold;
	text-transform: uppercase;
}

.swipercentermain h5 {
	width: 8rem;
	height: 0.5rem;
	border-radius: 1rem;
	background-color: #FFFFFF;
	display: inline-block;
	margin-bottom: 2rem;
	margin-top: 1rem;
}

.swipercentermain p {
	font-size: 2.5rem;
	color: #FFFFFF;
	line-height: 2.2rem;
	margin-top: 1rem;
}

.swipercentermain a {
	display: inline-block;
	padding: 0 2rem;
	font-size: 1.3rem;
	color: #ffffff;
	border-radius: 0.2rem;
	line-height: 3rem;
	text-transform: uppercase;
	background-color: #cb0709;
	margin-top: 4rem;
	transition: all 0.3s ease;
}

.swipercentermain a i {
	font-size: 1.1rem;
	margin-left: 0.5rem;
	float: right;
	margin-top: 0.1rem;
}

.swipercentermain a:hover {
	background-color: #ab0c0d;
}

.headerright1 a i {
	float: right;
}

.index01 {
	width: 100%;
	padding: 5rem 0;
}

.index01main {
	width: 87.5rem;
	margin: auto;
}

.index01tit {
	text-align: center;
	margin-bottom: 3rem;
}

.index01tit img {
	width: 10rem;
	margin-bottom: 1.5rem;
}

.index01tit h3 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: bold;
}

.index01tit h3 span {
	position: relative;
}

.index01tit h3 span:after {
	content: '';
	width: 3rem;
	height: 0.2rem;
	border-radius: 1rem;
	background-color: #d30102;
	position: absolute;
	left: -4rem;
	top: 0.7rem;
}

.index01tit h3 span:before {
	content: '';
	width: 3rem;
	height: 0.2rem;
	border-radius: 1rem;
	background-color: #d30102;
	position: absolute;
	right: -4rem;
	top: 0.7rem;
}

.index01js {
	width: 100%;
	padding: 0 10%;
}

.index01js p {
	font-size: 1.2rem;
	line-height: 2.5rem;
	margin-bottom: 1rem;
	text-align: center;
}

.index01jsmore {
	text-align: center;
}

.index01jsmore a {
	display: inline-block;
	padding: 0 2rem;
	font-size: 1.1rem;
	color: #ffffff;
	border-radius: 5rem;
	line-height: 3rem;
	text-transform: uppercase;
	background-image: -moz-linear-gradient(0deg, rgb(220, 41, 42) 0%, rgb(196, 6, 8) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(220, 41, 42) 0%, rgb(196, 6, 8) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(220, 41, 42) 0%, rgb(196, 6, 8) 100%);
	box-shadow: 3.009px 3.993px 9.5px 0.5px rgba(0, 0, 0, 0.29);
	margin-top: 2rem;
	transition: all 0.3s ease;
}

.index01jsmore a i {
	margin-left: 0.2rem;
}

.index01jsmore a:hover {
	background-image: -webkit-linear-gradient(0deg, rgb(220, 41, 42) 50%, rgb(196, 6, 8) 100%);
	box-shadow: 3.009px 3.993px 9.5px 0.5px rgba(0, 0, 0, 0.49);
}

.swiper-containerindex01 {
	width: calc(100% - 60px);
	margin-left: 30px;
	margin-top: 4rem;
	overflow: hidden;
}

.swiper-containerindex01 img {
	width: 100%;
	border: 0.2rem solid #002f81;
	box-sizing: border-box;
}

.index02 {
	width: 100%;
	position: relative;
}

.index02bg {
	width: 100%;
	display: block;
}

.index02lb {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.index02lb li {
	width: 20%;
	height: 100%;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	background: rgba(0, 0, 0, 0.0);
	transition: all 0.3s ease;
}

.index02lb li div {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #ffffff;
	text-align: center;
	transform: translate(-50%, -50%);
}

.index02lb li div i {
	font-size: 5rem;
	line-height: 5rem;
}

.index02lb li div h2 {
	font-size: 0.9rem;
	line-height: 1rem;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.index02lb li div h3 {
	font-size: 1.2rem;
	line-height: 1.5rem;
}

.index02lb li div p {
	font-size: 0.9rem;
	line-height: 1.5rem;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.8s ease;
}

.index02lb li div h4 {
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	position: relative;
	margin: 1rem 0;
	transition: all 0.3s ease;
}

.index02lb li div h4:after {
	content: "";
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.index02lb li div a {
	display: inline-block;
	padding: 0 1rem;
	font-size: 0.9rem;
	line-height: 2rem;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 2rem;
	transition: all 0.3s ease;
	max-height: 0px;
	overflow: hidden;
}

.index02lb li div a:hover {
	padding: 0 1.5rem;
	background-color: #ffffff;
	color: #666;
}

.index02lb li:hover>div a {
	border: 1px solid #ffffff;
	max-height: 3rem;
}

.index02lb li:hover>div p {
	max-height: 26rem;
}

.index02lb li:hover>div h4 {
	max-height: 0.5rem;
	overflow: initial;
}

.index02lb li:hover {
	background: rgba(7, 49, 144, 0.3);
}

.index03 {
	width: 100%;
	padding: 5rem 0;
}

.index03main {
	width: 87.5rem;
	margin: auto;
}

.index03tit {
	text-align: center;
	margin-bottom: 2rem;
}

.index03tit h3 {
	font-size: 2.5rem;
	line-height: 2.5rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.index03tit h3 span {
	color: #cb0709;
}

.index03tit p {
	color: #999999;
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	font-weight: 100;
}

.index03lb {
	display: flex;
	flex-wrap: wrap;
}

.index03lb a {
	width: 24%;
	position: relative;
	margin-right: 1.333%;
	margin-bottom: 3rem;
}

.index03lb a img {
	width: 100%;
	height: 21rem;
	transition: all 0.3s ease;
}

.index03lb a p {
	position: absolute;
	width: 80%;
	font-size: 1.1rem;
	line-height: 4rem;
	left: 10%;
	bottom: -2rem;
	border-radius: 0.5rem;
	color: #222222;
	padding: 0 1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #ffffff;
	text-align: center;
	box-shadow: 0px 0px 23.78px 5.22px rgba(23, 23, 21, 0.14);
	transition: all 0.3s ease;
}

.index03lb a:nth-child(4n) {
	margin-right: 0;
}

.index03lb a:hover>p {
	background-color: #cb0709;
	color: #ffffff;
}

.index03lb a:hover>img {
	border-radius: 1rem;
	box-shadow: 0px 0px 23.78px 5.22px rgba(23, 23, 21, 0.14);
}

.index04 {
	width: 100%;
	padding: 5rem 0;
	padding-bottom: 15rem;
	background: url(../images/index04bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}

.index04main {
	width: 87.5rem;
	margin: auto;
}

.index04tit {
	text-align: center;
	font-size: 2.5rem;
	line-height: 3.5rem;
	margin-bottom: 2rem;
	text-transform: uppercase;
	color: #ffffff;
}

.index04tit span {
	color: #db2729;
}

.index04lb {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5rem;
}

.index04lb li {
	width: 25%;
	padding: 0 2%;
	text-align: center;
}

.index04lb li i {
	width: 6rem;
	height: 6rem;
	border: 1px solid #ffffff;
	font-size: 4rem;
	color: #ffffff;
	text-align: center;
	line-height: 6rem;
	border-radius: 0.5rem;
	display: inline-block;
}

.index04lb li h4 {
	margin-top: 4rem;
	color: #ffffff;
	position: relative;
}

.index04lb li h4:after {
	content: '';
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -2rem;
	background-color: #cb0709;
}

.index04lb li h4 span {
	font-size: 3rem;
	font-weight: bold;
	line-height: 3rem;
}

.index04lb li h4 b {
	font-weight: normal;
	font-size: 1.2rem;
	vertical-align: top;
}

.index04lb li p {
	font-size: 1.5rem;
	color: #ffffff;
	line-height: 2rem;
	margin-top: 1rem;
}

.index04tit2 {
	text-align: center;
	margin-top: 5rem;
	font-size: 1.5rem;
	color: #ffffff;
	text-transform: uppercase;
}

.index04tit2 span {
	color: #cb0709;
}

.index05 {
	width: 87.5rem;
	margin: auto;
	margin-bottom: 5rem;
	box-shadow: 0px 0px 53.3px 11.7px rgba(23, 23, 21, 0.14);
	padding: 2rem;
	padding-bottom: 3rem;
	background-color: #ffffff;
	background: url(../images/index05bg.jpg) top center repeat;
}

.index05tit {
	margin-bottom: 3rem;
	position: relative;
}

.index05tit h3 {
	font-size: 1.5rem;
	color: #cb0709;
	margin-bottom: 1rem;
	text-transform: uppercase
}

.index05tit h4 {
	font-size: 2rem;
	color: #222222;
	margin-bottom: 2rem;
	text-transform: uppercase
}

.index05tit h4 span {
	display: block;
	font-size: 1.5rem;
	margin-top: 1rem;
}

.index05tit i {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 9rem;
	line-height: 9rem;
	color: #dfdfdf;
}

.index05lb {
	display: flex;
	flex-wrap: wrap;
}

.index05lb a {
	width: 31.33%;
	padding: 1rem;
	background-color: #ffffff;
	box-shadow: 0px 0px 23.49px 3.51px rgba(23, 23, 21, 0.05);
	transition: all 0.3s ease;
}

.index05lb a:nth-child(2) {
	margin: 0 3%;
}

.index05lb a img {
	width: 100%;
	height: 15rem;
}

.index05lb a div {
	margin-top: 2rem;
}

.index05lb a div h3 {
	width: 100%;
	padding-right: 3rem;
	position: relative;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.index05lb a div h3 i {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.5rem;
	line-height: 2rem;
	transition: all 0.3s ease;
}

.index05lb a div h4 {
	font-size: 0.9rem;
	line-height: 1.5rem;
	color: #666;
	margin-top: 0.5rem;
	transition: all 0.3s ease;
}

.index05lb a div p {
	font-size: 1.1rem;
	line-height: 2rem;
	max-height: 4rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
	transition: all 0.3s ease;
}

.index05lb a:hover {
	background-color: #073190;
}

.index05lb a:hover>div h3 {
	color: #ffffff;
}

.index05lb a:hover>div h3 i {
	color: #ffffff;
}

.index05lb a:hover>div h4 {
	color: #ffffff;
}

.index05lb a:hover>div p {
	color: #ffffff;
}

footer {
	width: 100%;
	background-color: #222d35;
	padding-top: 5rem;
}

.footer {
	width: 87.5rem;
	margin: auto;
}

.footer1 img {
	float: left;
	height: 4.5rem;
}

.footer1 p {
	float: right;
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #ffffff;
	text-transform: uppercase;
	width: 40%;
}

.footer2 {
	display: flex;
	flex-wrap: wrap;
	padding: 3rem 0;
	margin-top: 3rem;
	border-top: 1px solid #4e575d;
	border-bottom: 1px solid #4e575d;
}

.footer2 div:nth-child(1) {
	width: 45%;
}

.footer2 div:nth-child(2) {
	width: 15%;
	margin: 0 12.5%;
}

.footer2 div:nth-child(3) {
	width: 15%;
}

.footer2 div h2 {
	font-size: 1.3rem;
	line-height: 1.5rem;
	margin-bottom: 2rem;
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
}

.footer2 div h2:after {
	content: '';
	width: 3rem;
	height: 0.35rem;
	position: absolute;
	left: 0;
	bottom: -1.3rem;
	background-color: #db2729;
}

.footer2 div h3 {
	font-size: 1.1rem;
	line-height: 2.5rem;
	color: #ffffff;
	text-transform: uppercase;
}

.footer2 div section {
	margin-top: 2rem;
}

.footer2 div section i {
	font-size: 2rem;
	color: #ffffff;
	margin-right: 2rem;
	transition: all 0.3s ease;
	line-height: 2rem;
}

.footer2 div section i:hover {
	color: #ddd;
}

.footer2 div:nth-child(2) a {
	display: block;
	font-size: 1.1rem;
	line-height: 2.5rem;
	color: #ffffff;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.footer2 div:nth-child(2) a:hover {
	color: #cb0709;
}

.footer2 div img {
	width: 100%;
	margin-top: 0.5rem;
}

.footer3 h4 {
	float: left;
	font-size: 0.9rem;
	line-height: 5rem;
	color: #ffffff;
}

.footer3 p {
	float: right;
	font-size: 0.9rem;
	line-height: 5rem;
	color: #ffffff;
}

.footer3 a {
	color: #ffffff;
}

.about1 {
	width: 87.5rem;
	margin: auto;
	padding: 5rem 0;
}

.about1main {
	display: flex;
	flex-wrap: wrap;
}

.about1left {
	width: 50%;
}

.about1right {
	width: 40%;
	margin-left: 10%;
	border-radius: 0.625rem;
	box-shadow: 0px 0px 23.49px 3.51px rgba(23, 23, 21, 0.14);
}

.about1tit {
	position: relative;
	margin-bottom: 2rem;
}

.about1tit h2 {
	font-size: 1rem;
	line-height: 1.2rem;
	color: #cb0709;
	text-transform: uppercase;
}

.about1tit h3 {
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #073190;
	margin: 0.5rem 0;
	text-transform: uppercase;
}

.about1tit h4 {
	font-size: 1rem;
	line-height: 1rem;
	color: #666;
}

.about1tit img {
	height: 4.5rem;
	position: absolute;
	right: 0;
	top: 0;
}

.about1main1 p {
	font-size: 1.1rem;
	line-height: 2rem;
	margin-bottom: 1rem;
}

.index04tit3 {
	padding-top: 2rem;
	text-align: center;
	color: #ffffff;
	border-top: 1px solid #788fb1;
	margin-top: 2rem;
	font-size: 1.2rem;
	line-height: 2.5rem;
}

.about2 {
	padding-bottom: 5rem;
	padding-top: 1px;
}

.about2 {
	background: url(../images/about2bg.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.about3 {
	width: 100%;
	background: url(../images/about3bg.jpg) bottom center no-repeat;
	padding: 5rem 0;
}

.about3main {
	width: 87.5rem;
	margin: auto;
}

.about3main h2 {
	display: inline-block;
	background-color: #073190;
	font-size: 1.2rem;
	line-height: 2.5rem;
	padding: 0 2rem;
	color: #ffffff;
	border-radius: 0.5rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.about3main h3 {
	position: relative;
	padding-left: 1.1rem;
	margin-bottom: 2rem;
	font-size: 1rem;
	line-height: 2.2rem;
}

.about3main h3:after {
	content: '';
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background-color: #cb0709;
	position: absolute;
	left: 0;
	top: 0.9rem;
}

.productleft {
	width: 22%;
	float: left;
	background: #ffffff;
	box-shadow: 0px 0px 10px #c9c8c8;
}

.productright {
	width: 75%;
	float: right;
}

.productleft1 {
	padding: 0.5rem;
}

.productfl3 {
	border-bottom: 1px solid #dddddd;
}

.productfl3:last-child {
	border-bottom: none;
}

.productfl3 h2 {
	font-size: 1.3rem;
	line-height: 3.5rem;
	position: relative;
	padding-right: 3rem;
	color: #000000;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.productfl3 h2 i {
	font-size: 1.8rem;
	line-height: 2.9rem;
	position: absolute;
	right: 0;
	top: 0;
	color: #222222;
}

.productfl3 .yjflname {
	font-size: 1rem;
	line-height: 3rem;
	position: relative;
	padding-right: 3rem;
	color: #000000;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.productfl3 .yjflname i {
	font-size: 1.8rem;
	line-height: 2.9rem;
	position: absolute;
	right: 0;
	top: 0;
	color: #222222;
}

.productfl3 #productfl1xz {
	color: #b81d21;
}

.productfl3 div a {
	font-size: 0.9rem;
	line-height: 2rem;
	padding-right: 0;
	text-decoration: revert;
	color: #c1ad91;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.productfl3 div a:hover {
	color: #b81d21;
}

.productfl2 {
	padding: 0 0.5rem;
	background: #f5f5f5;

	display: none;
}

.productfl1xz .productfl2 {
	display: block;
	margin-bottom: 1rem;
}

.productfl3 .productfl1xz1 {
	color: #b81d21;
}

.product {
	width: 87.5rem;
	margin: auto;
	padding: 5rem 0;
}

.productlefttit {
	font-size: 1.3rem;
	line-height: 4rem;
	background-color: #073190;
	color: #ffffff;
	padding: 0 1rem;
	text-transform: uppercase;
}

.productright .index03lb a {
	width: 32.33%;
	margin-right: 0;
}

.productright .index03lb a:nth-child(3n-1) {
	margin-right: 1.5%;
	margin-left: 1.5%;
}

.scjs {
	width: 100%;
	padding: 5rem 0;
}

.scjsmain {
	width: 87.5rem;
	margin: auto;
}

.scjstit {
	text-align: center;
	margin-bottom: 4rem;
	position: relative;
	font-size: 2rem;
	color: #222222;
	text-transform: uppercase;
}

.scjstit span {
	color: #cb0709;
}

.scjstit:after {
	content: '';
	width: 5.5rem;
	height: 0.5rem;
	position: absolute;
	left: 0;
	bottom: -2rem;
	right: 0;
	margin: auto;
	background-image: -moz-linear-gradient(0deg, rgb(10, 69, 204) 0%, rgb(7, 49, 144) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(10, 69, 204) 0%, rgb(7, 49, 144) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(10, 69, 204) 0%, rgb(7, 49, 144) 100%);
	box-shadow: 3.009px 3.993px 9.5px 0.5px rgba(0, 0, 0, 0.49);
}

.scjsnr1 h4 {
	font-size: 1.2rem;
	line-height: 2.5rem;
	margin-bottom: 2rem;
	color: #000000;
	text-align: center;
}

.scjsnr2 {
	display: flex;
	flex-wrap: wrap;
}

.scjsnr2 div {
	width: 31.33%;
	margin-bottom: 1rem;
}

.scjsnr2 div img {
	width: 100%;
	border: 0.2rem solid #073190;
	margin-bottom: 0.5rem;
	display: block;
}

.scjsnr2 div p {
	font-size: 1.2rem;
	line-height: 2rem;
	color: #000000;
	text-align: center;
}

.scjsnr2 div:nth-child(3n-1) {
	margin-left: 3%;
	margin-right: 3%;
}

.ryzz {
	display: flex;
	flex-wrap: wrap;
}

.ryzz div {
	width: 19%;
	margin-right: 1.25%;
	margin-bottom: 1rem;
}

.ryzz div:nth-child(5n) {
	margin-right: 0;
	margin-bottom: 1rem;
}

.ryzz div img {
	width: 100%;
	border: 1px solid #dddddd;
}

.ryzz div p {
	font-size: 1.1rem;
	line-height: 2.5rem;
	text-align: center;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.newtit {
	margin-bottom: 2rem;
	text-align: center;
}

.newtit a {
	display: inline-block;
	line-height: 2.5rem;
	padding: 0 1.5rem;
	margin: 0 0.5rem;
	background-color: #dcdcdc;
	color: #000000;
	transition: all 0.3s ease;
}

.newtit a:hover {
	background-color: #cb0709;
	color: #ffffff;
}

.newtit .newtitxz {
	background-color: #cb0709;
	color: #ffffff;
}

.newlb1 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 1rem;
}

.newlb1left {
	width: 30%;
	height: 100%;
}

.newlb1right {
	width: 70%;
	background-color: #f5f5f5;
	padding: 3rem;
	padding-right: 12rem;
	position: relative;
}

.newlb1right h2 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.newlb1right h3 {
	font-size: 1rem;
	line-height: 2rem;
	margin-bottom: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
	color: #666;

}

.newlb1right h4 {
	position: absolute;
	right: 3rem;
	top: 3rem;
	font-size: 1.5rem;
	text-align: right;
	color: #666;
}

.newlb1right h4 span {
	font-size: 2.5rem;
	display: block;
	color: #666;
	margin-bottom: 0.5rem;
}

.newlb1right a {
	color: #000000;
	font-size: 1.1rem;
	text-transform: uppercase;
	position: relative;
	transition: all 0.3s ease;
}

.newlb1right a i {
	font-size: 1rem;
}

.newlb1right a:after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	background-color: #000000;
	left: 0;
	bottom: -0.5rem;
	transition: all 0.3s ease;
}

.newlb1right a:hover {
	color: #db2729;
}

.newlb1right a:hover::after {
	background-color: #db2729;
}

.newsdettit {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px dashed #dddddd;
	text-align: center;
}

.newsdettit h3 {
	font-size: 1.25rem;
	line-height: 1.8rem;
	margin-bottom: 0.5rem;
}

.newsdettit h4 {
	font-size: 0.9rem;
	line-height: 1rem;
	color: #666;
}

.newsdettit h4 i {
	margin-right: 0.2rem;
}

.newsdet1 p {
	font-size: 1rem;
	line-height: 2rem;
	margin-bottom: 1rem;
}

.newsdet1 p img {
	width: 100%;
}

.contact {
	width: 100%;
	padding: 5rem 0;
}

.contactmain {
	width: 87.5rem;
	margin: auto;
}

.contact1 {
	display: flex;
	flex-wrap: wrap;
}

.contact1left {
	width: 55%;
}

.contact1right {
	width: 10%;
	margin-left: 35%;
}

.contact1right img {
	width: 100%;
}

.contact1right h2 {
	text-align: center;
	font-size: 1rem;
	margin-top: 0.5rem;
	color: #333;
}

.contact1left h2 {
	font-size: 1.5rem;
	line-height: 2rem;
	color: #000000;
	margin-bottom: 1rem;
	text-transform: uppercase;
	font-weight: bold;
}

.contact1left div {
	display: flex;
	flex-wrap: wrap;
}

.contact1left div h3 {
	width: 50%;
	padding-right: 1rem;
	font-size: 1.1rem;
	line-height: 2rem;
	margin-bottom: 0.5rem;
}

.contact1left h4 {
	font-size: 1.1rem;
	line-height: 2rem;
}

.contact2 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3rem;
}

.contact2 input {
	width: 32.33%;
	border: none;
	border-bottom: 1px solid #dddddd;
	height: 3rem;
	font-size: 1.1rem;
}

.contact2 input:nth-child(2) {
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.contact2 textarea {
	margin-top: 2rem;
	width: 100%;
	height: 10rem;
	font-size: 1.1rem;
	border: none;
	border-bottom: 1px solid #dddddd;
	outline-style: none;
	margin-bottom: 2rem;
	font-family: "Microsoft Yahei";
}

.contact2 button {
	padding: 0 2.5rem;
	height: 2.5rem;
	background-color: #073190;
	font-size: 1.1rem;
	color: #ffffff;
	text-transform: uppercase;
	box-shadow: 0px 5px 10px 0px rgba(170, 170, 170, 0.75);
	transition: all 0.3s ease;
}

.contact2 button:hover {
	background-color: #cb0709;
	border-radius: 0.5rem;
}

.contact_map {
	width: 100%;
	height: 40rem;
}

.cpxq1left {
	width: 400px;
	position: relative;
	float: left;
}

.cpxq {
	width: 100%;
	padding: 8rem 0;
}

.cpxqmain {
	width: 87.5rem;
	margin: auto;
}

.cpxq1right {
	width: calc(100% - 580px);
	float: right;
}

.cpxq1right h3 {
	font-size: 1.2rem;
	line-height: 2rem;
	color: #073191;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.cpxq1right h4 {
	font-size: 1rem;
	line-height: 1.5rem;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	color: #666666;
	border-bottom: 1px solid #DDDDDD;
}

.cpxq1right div p {
	font-size: 1rem;
	line-height: 1.8rem;
}

.cpxq1right h5 {
	background-image: -moz-linear-gradient(0deg, rgb(8, 59, 172) 0%, rgb(6, 43, 127) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(8, 59, 172) 0%, rgb(6, 43, 127) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(8, 59, 172) 0%, rgb(6, 43, 127) 100%);
	box-shadow: 3.009px 3.993px 9.5px 0.5px rgba(0, 0, 0, 0.49);
	display: inline-block;
	padding: 0 2rem;
	border-radius: 20px;
	line-height: 2.5rem;
	color: #FFFFFF;
	font-size: 0.95rem;
	margin-top: 2rem;
}

.cpxq1right h5 i {
	font-size: 1.1rem;
	margin-right: 0.1rem;
	float: left;
	margin-top: 2px;
}

.productdet {
	margin-top: 5rem;
}

.productdettit {
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1rem;
	line-height: 2rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #aaaaaa;
}

.productdet div p {
	font-size: 1rem;
	line-height: 2rem;
}

.productdet div img {
	max-width: 100%;
}

section {
	width: 100%;
	overflow: hidden;
}

.fenye {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.fenye li {
	float: left;
	width: auto;
	line-height: 22px;
	margin-right: 5px;
	padding: 0px 8px;
}

.fenye .active {
	background-color: #073190;
}

.fenye li .current {
	color: #ffffff !important;
}

.fenye li a {
	color: #222222 !important;
}

.indexn01 {
	display: flex;
	flex-wrap: wrap;
	padding: 3rem 0;
}

.index01 {
	background: url("/public/images/indexn01bg.jpg") center center no-repeat;
	background-size: 100% auto;
}

.indexn01left {
	width: 59%;
}

.indexn01right {
	width: 40%;
	display: flex;
	flex-wrap: wrap;
}

.indexn01right div {
	width: 50%;
	padding: 1.5rem 0;
}

.indexn01left h2 {
	font-size: 2.2rem;
	line-height: 3rem;
	margin-bottom: 0.5rem;
}

.indexn01left h4 {
	font-size: 1.3rem;
	line-height: 2.6rem;
	color: #666;
	margin-bottom: 1rem;
}

.indexn01left p{
	font-size: 0.9rem;
	line-height: 1.5rem;
	color: #666;
}

.indexn01left .index01jsmore {
	text-align: left;
}

.indexn01right div {
	text-align: center;
}

.indexn01right div i {
	font-size: 3rem;
	line-height: 3rem;
	color: #cb0709;
}

.indexn01right div h4 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	color: #cb0709;
}

.indexn01right div h4 span {
	font-size: 3rem;
	line-height: 3rem;
	font-weight: bold;
}

.indexn01right div h4 b {
	font-weight: normal;
	font-size: 1.2rem;
	vertical-align: top;
}

.indexn01right div p {
	font-size: 1.5rem;
	color: #666;
	line-height: 2rem;
}

.cpbz {
	width: 100%;
	margin-bottom: 5rem;
	display: flex;
	justify-content: space-between;
}

.cpbz img {
	height: 3rem;
}

.partnerlb li {
	margin-bottom: 5rem;
}

.partnerlb li:last-child {
	margin-bottom: 0;
}

.partnerlb li h4 {
	font-size: 2rem;
	line-height: 2rem;
	color: #222222;
	margin-bottom: 0.5rem;
	border-bottom: 2px dashed #ccc3c3;
	padding-bottom: 1rem;
}

.partnerlb li img {
	width: 100%;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
	display: block;
}

.developmentlb li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}

.developmentlb li img {
	width: 48%;
	margin-right: 4%;
}

.devright {
	width: 48%;
	padding-top: 2rem;
}

.devright h3 {
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.devright p {
	position: relative;
	line-height: 3rem;
	font-size: 1.2rem;
	color: #333;
	padding-left: 4rem;
	margin-bottom: 1.5rem;
}

.devright p i {
	width: 3rem;
	line-height: 3rem;
	text-align: center;
	border-radius: 50%;
	background-color: #cb0709;
	position: absolute;
	left: 0;
	top: 0;
	color: #ffffff;
}
.swiper-slide img {
    width: 100%;
    display: block;
}




@media only screen and (max-width: 1920px) {
	html {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1700px) {
	html {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1560px) {
	html {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1440px) {
	html {
		font-size: 13px;
	}
}

@media only screen and (max-width: 1200px) {
	html {
		font-size: 13px;
	}
}


@media only screen and (max-width: 640px) {
	.swipercentermain {
		position: absolute;
		left: 50%;
		top: 50%;
		text-align: left;
		width: 100%;
		/* text-align: center; */
		transform: translate(-50%, -50%);
		z-index: 2;
		padding: 0 5%;
	}

	.swipercentermain h4 {
		font-size: 1.5rem;
		color: #FFFFFF;
		line-height: 2rem;
		font-weight: bold;
		text-transform: uppercase;
	}

	.swipercentermain p {
		font-size: 1.2rem;
		color: #FFFFFF;
		line-height: 2rem;
		margin-top: 0.5rem;
	}

	.swipercentermain a {
		display: inline-block;
		padding: 0 1rem;
		font-size: 0.9rem;
		color: #ffffff;
		border-radius: 0.2rem;
		line-height: 2rem;
		text-transform: uppercase;
		background-color: #cb0709;
		margin-top: 1rem;
		transition: all 0.3s ease;
	}

	.index01 {
		width: 100%;
		padding: 20px 10px;
	}

	.index01main {
		width: 100%;
		margin: auto;
	}

	section {
		box-sizing: border-box;
	}

	.index01tit img {
		width: 5rem;
		margin-bottom: 0.5rem;
	}

	.index01tit h3 {
		font-size: 1.2rem;
		line-height: 2rem;
		font-weight: bold;
	}

	.index01js {
		width: 100%;
		padding: 0;
	}

	.index01tit {
		text-align: center;
		margin-bottom: 1rem;
	}

	.index01jsmore a {
		font-size: 1rem;
		margin-top: 1rem;
	}

	.swiper-containerindex01 {
		width: 100%;
		margin-left: 0;
		margin-top: 0rem;
		overflow: hidden;
	}

	.index02lb li {

		width: 50%;

		height: 100%;

		position: relative;

		border-right: 1px solid rgba(255, 255, 255, 0.4);

		background: rgba(0, 0, 0, 0.0);

		transition: all 0.3s ease;

	}

	.index02lb li {

		width: 50%;

		height: 15rem;

		position: relative;

		border-right: 1px solid rgba(255, 255, 255, 0.4);

		background: rgba(0, 0, 0, 0.0);

		transition: all 0.3s ease;

	}

	.index02lb {

		background: url(../images/index02bg.jpg) center center no-repeat;

		background-size: auto 100%;

		position: initial;

	}

	.index02bg {

		display: none;

	}

	.index02lb li div a {

		display: inline-block;

		padding: 0 1rem;

		font-size: 0.9rem;

		line-height: 2rem;

		color: #ffffff;

		text-transform: uppercase;

		margin-top: 0rem;

		transition: all 0.3s ease;

		max-height: 100px;

		overflow: hidden;
		background-color: #ffffff;
		color: #666;

	}

	.index02lb li div i {

		font-size: 4rem;

		line-height: 4rem;

	}

	.index02lb li div p {
		display: none;
	}

	.index03 {
		width: 100%;
		padding: 20px 10px;
	}

	.index03main {
		width: 100%;
		margin: auto;
	}

	.index03tit {
		text-align: center;
		margin-bottom: 1rem;
	}

	.index03tit h3 {
		font-size: 1.5rem;
		line-height: 2rem;
		margin-bottom: 0.5rem;
		text-transform: uppercase;
	}

	.index03tit p {
		color: #999999;
		font-size: 0.9rem;
		line-height: 1.5rem;
		text-transform: uppercase;
		font-weight: 100;
	}

	.index04 {
		width: 100%;
		padding: 20px 10px;
		padding-bottom: 20px;
		background: url(../images/index04bg.jpg) no-repeat top center;
		background-size: cover;
		background-attachment: fixed;
	}

	.index04main {
		width: 100%;
		margin: auto;
	}

	.index04tit {
		font-size: 1.5rem;
		line-height: 2rem;
		margin-bottom: 0.5rem;
	}

	.index04lb {
		display: flex;
		flex-wrap: wrap;
		margin-top: 1rem;
	}

	.index04lb li {
		width: 50%;
		padding: 10px 0;
		text-align: center;
	}

	.index04lb li i {
		width: 5rem;
		height: 5rem;
		border: 1px solid #ffffff;
		font-size: 2rem;
		color: #ffffff;
		text-align: center;
		line-height: 5rem;
		border-radius: 0.5rem;
		display: inline-block;
	}

	.index04lb li h4 {
		margin-top: 3rem;
		color: #ffffff;
		position: relative;
	}

	.index04lb li h4:after {
		content: '';
		width: 0.5rem;
		height: 0.5rem;
		border-radius: 50%;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: -1.5rem;
		background-color: #cb0709;
	}

	.index04lb li p {
		font-size: 1.2rem;
		color: #ffffff;
		line-height: 2rem;
		margin-top: 0;
	}

	.index04lb li h4 span {
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 2.5rem;
	}

	.index05 {
		width: 100%;
		margin: auto;
		margin-bottom: 0;
		box-shadow: none;
		padding: 20px 10px;
		padding-bottom: 20px;
		margin-top: 0;
		background-color: #ffffff;
		background: url(../images/index05bg.jpg) top center repeat;
	}

	.index04tit2 {
		text-align: center;
		margin-top: 1rem;
		font-size: 1.2rem;
		color: #ffffff;
		text-transform: uppercase;
		line-height: 2rem;
	}

	.index05tit h3 {
		font-size: 1.2rem;
		color: #cb0709;
		margin-bottom: 1rem;
		text-transform: uppercase;
	}

	.index05tit h4 {
		font-size: 1.5rem;
		color: #222222;
		margin-bottom: 1rem;
		text-transform: uppercase;
	}

	.index05tit h4 span {
		display: block;
		font-size: 1rem;
		margin-top: 1rem;
	}

	.index05tit i {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 6rem;
		line-height: 5rem;
		color: #dfdfdf;
	}

	footer {
		width: 100%;
		background-color: #222d35;
		padding-top: 20px;
	}

	.footer {
		width: 100%;
		margin: auto;
		padding: 0 10px;
	}

	.footer1 img {
		float: left;
		height: auto;
		width: 80%;
	}

	.footer1 p {
		float: left;
		font-size: 0.9rem;
		line-height: 1.8rem;
		color: #ffffff;
		text-transform: uppercase;
		width: 100%;
		margin-top: 10px;
	}

	.footer2 {
		display: flex;
		flex-wrap: wrap;
		padding: 1rem 0;
		margin-top: 1rem;
		border-top: 1px solid #4e575d;
		border-bottom: 1px solid #4e575d;
	}

	.footer2 div:nth-child(1) {
		width: 100%;
	}

	.footer2 div:nth-child(2) {
		display: none;
	}

	.footer2 div:nth-child(3) {
		width: 30%;
		margin-top: 10px;
	}

	.footer3 h4 {
		float: left;
		font-size: 0.9rem;
		line-height: 1rem;
		color: #ffffff;
		margin-top: 10px;
		width: 100%;
		text-align: center;
	}

	.footer3 p {
		float: left;
		font-size: 0.9rem;
		line-height: 1rem;
		color: #ffffff;
		margin-top: 5px;
		padding-bottom: 10px;
		width: 100%;
		text-align: center;
	}

	.index03lb a {
		width: 49%;
		position: relative;
		margin-right: 2%;
		margin-bottom: 3rem;
	}

	.index03lb a:nth-child(2n) {
		margin-right: 0;
	}

	.index03lb a img {
		height: 15rem;
	}

	.index05lb a {
		width: 100%;
		padding: 1rem;
		background-color: #ffffff;
		box-shadow: 0px 0px 23.49px 3.51px rgba(23, 23, 21, 0.05);
		transition: all 0.3s ease;
	}

	.index05lb a:nth-child(2) {
		margin: 10px 0;
	}

	.index05lb a img {
		width: 100%;
		height: auto;
	}

	.about1 {
		width: 100%;
		margin: auto;
		padding: 20px 10px;
	}

	.about1left {
		width: 100%;
	}

	.about1tit h3 {
		font-size: 1.3rem;
	}

	.about1right {
		width: 100%;
		margin-left: 0;
		border-radius: 0.625rem;
		box-shadow: 0px 0px 13.49px 3.51px rgba(23, 23, 21, 0.14);
	}

	.about3 {
		width: 100%;
		background: url(../images/about3bg.jpg) bottom center no-repeat;
		padding: 20px 10px;
	}

	.about3main {
		width: 100%;
		margin: auto;
	}

	.about3main h3 {
		position: relative;
		padding-left: 1.1rem;
		margin-bottom: 1.5rem;
		font-size: 1rem;
		line-height: 1.8rem;
	}

	.about3main h2 {
		display: inline-block;
		background-color: #073190;
		font-size: 1.2rem;
		line-height: 2rem;
		padding: 0.2rem 1rem;
		color: #ffffff;
		border-radius: 0.5rem;
		text-transform: uppercase;
		margin-bottom: 2rem;
	}

	.index04tit3 {
		padding-top: 1rem;
		text-align: center;
		color: #ffffff;
		border-top: 1px solid #788fb1;
		margin-top: 1rem;
		font-size: 1.1rem;
		line-height: 2.2rem;
	}

	.footer2 div section i {
		font-size: 2rem;
		color: #ffffff;
		margin-right: 2rem;
		transition: all 0.3s ease;
		line-height: 2rem;
	}

	.product {
		width: 100%;
		margin: auto;
		padding: 20px 10px;
	}

	.productleft {
		width: 100%;
		float: left;
		background: #ffffff;
		box-shadow: 0px 0px 10px #c9c8c8;
		margin-bottom: 10px;
	}

	.productright {
		width: 100%;
		float: right;
	}

	.productright .index03lb a {
		width: 49%;
		margin-right: 2%;
	}

	.productright .index03lb a:nth-child(3n-1) {
		margin-left: 0;
		margin-right: 0;
	}

	.productright .index03lb a:nth-child(2n) {
		margin-right: 0;
	}

	.cpxq {
		width: 100%;
		padding: 20px 10px;
	}

	.cpxqmain {
		width: 100%;
		margin: auto;
	}

	.cpxq1left {
		width: 100%;
		position: relative;
		float: left;
		overflow: hidden;
	}

	.cpxq1right {
		width: 100%;
		float: right;
		margin-top: 10px;
	}

	.cpxq1right h3 {
		font-size: 1.2rem;
		line-height: 2rem;
		color: #073191;
		font-weight: bold;
		margin-bottom: 0;
	}

	.cpxq1right h4 {
		font-size: 0.95rem;
		line-height: 1.5rem;
		padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
		color: #666666;
		border-bottom: 1px solid #DDDDDD;
	}

	.cpxq1right div p {
		font-size: 0.9rem;
		line-height: 1.5rem;
	}

	.cpxq1right h5 {
		margin-top: 1rem;
	}

	.productdet {
		margin-top: 2rem;
	}

	.productdet div p {
		font-size: 0.95rem;
		line-height: 1.5rem;
	}

	.scjs {
		width: 100%;
		padding: 20px 10px;
	}

	.scjsmain {
		width: 100%;
		margin: auto;
	}

	.scjstit {
		font-size: 1.5rem;
	}

	.scjsnr1 h4 {
		margin-bottom: 1rem;
	}

	.scjsnr2 div {
		width: 100%;
		margin-bottom: 10px;
	}

	.scjsnr2 div:nth-child(3n-1) {
		margin-left: 0;
		margin-right: 0;
	}

	.scjsnr2 div img {
		box-sizing: border-box;
	}

	.footer2 div section {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

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

	.newlb1right {
		width: 100%;
		background-color: #f5f5f5;
		padding: 1rem;
		padding-right: 7rem;
		position: relative;
	}

	.newlb1right h4 {
		position: absolute;
		right: 1rem;
		top: 1rem;
		font-size: 1.3rem;
		text-align: right;
		color: #666;
	}

	.newlb1right h4 span {
		font-size: 2rem;
	}

	.contact {
		width: 100%;
		padding: 20px 10px;
	}

	.contactmain {
		width: 100%;
		margin: auto;
	}

	.contact1left {
		width: 100%;
	}

	.contact1left div h3 {
		width: 100%;
		padding-right: 0;
		font-size: 1.1rem;
		line-height: 2rem;
		margin-bottom: 0.5rem;
	}

	.contact1right {
		width: 30%;
		margin-left: 0;
		margin-top: 10px;
	}

	.contact1left h2 {
		font-size: 1.2rem;
		line-height: 2rem;
		color: #000000;
		margin-bottom: 0.2rem;
		text-transform: uppercase;
		font-weight: bold;
	}

	.contact2 input {
		width: 100%;
		border: none;
		border-bottom: 1px solid #dddddd;
		height: 4rem;
		font-size: 1.1rem;
	}

	.contact2 input:nth-child(2) {
		margin-left: 0;
		margin-right: 0;
	}

	.contact_map {
		width: 100%;
		height: 25rem;
	}

	header {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		padding: 5px 10px;
		transition: all 0.3s ease;
		z-index: 99;
		background-color: #ffffff;
		box-shadow: 0px 25px 21.75px 7.25px rgba(4, 0, 0, 0.22);
		height: 50px;
		box-sizing: border-box;
	}

	.headerleft img {
		height: 40px;
	}

	.headercenter {
		float: right;
		margin-right: 0;
		position: fixed;
		width: 100%;
		height: 100vh;
		background: #ffffff;
		left: 0;
		top: 0;
		display: none;
	}

	.header {
		width: 100%;
		margin: auto;
	}

	.headerright1 a {
		line-height: 40px;
		color: #073190;
		display: block;
		text-align: center;
	}

	.headerright2 {
		top: 40px;
	}

	.headerright {
		margin-right: 50px;
	}

	.mobilemenu {
		display: block;
		width: 35px;
		height: 30px;
		position: fixed;
		overflow: hidden;
		z-index: 99;
		float: right;
		right: 10px;
		top: 10px;
	}

	.mobilemenu span {
		width: 100%;
		height: 4px;
		background-color: #073190;
		transition: all 0.3s ease;
	}

	.mobilemenu span:nth-child(1) {
		position: absolute;
		left: 0;
		top: 0;
	}

	.mobilemenu span:nth-child(2) {
		position: absolute;
		left: 0;
		top: 13px;
		width: 60%;
		margin-left: 40%;
	}

	.mobilemenu span:nth-child(3) {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.mobilemenuxz span:nth-child(2) {
		left: -40px;
	}

	.mobilemenuxz span:nth-child(1) {
		transform: rotate(45deg);
		left: 3px;
		top: 13px;
		width: 30px;
	}

	.mobilemenuxz span:nth-child(3) {
		transform: rotate(-45deg);
		left: 3px;
		top: 13px;
		width: 30px;
	}

	.headercenter a {
		display: block;
	}

	.headercenter a {
		line-height: 50px;
		margin-left: 0;
		font-size: 1.1rem;
		color: #222222;
		position: relative;
		text-transform: uppercase;
		display: block;
		transition: all 0.3s ease;
		letter-spacing: 1px;
		text-align: center;
	}

	.headercenterxz:after {
		bottom: -0.2rem;
	}

	body {
		padding-top: 50px;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 1rem !important;
	}

.indexn01 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.indexn01left {
    width: 100%;
}
.indexn01left h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.2rem;
}
.indexn01left h4{
    font-size: 1rem;
    line-height: 2rem;
    color: #666;
    margin-bottom: 0rem;
}

.indexn01left p{
    font-size: 0.9rem;
    line-height: 1.6rem;
    color: #666;
    margin-bottom: 0rem;
}
.indexn01right {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.indexn01right div i {
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #cb0709;
}
.indexn01right div h4 span {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bold;
}
.indexn01right div p {
    font-size: 1rem;
    color: #666;
    line-height: 1rem;
}
.developmentlb li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.developmentlb li img {
    width: 100%;
    margin-right: 0;
}
.devright {
    width: 100%;
    padding-top: 10px;
}
.devright h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.devright p {
    position: relative;
    line-height: 3rem;
    font-size: 1rem;
    color: #333;
    padding-left: 3rem;
    margin-bottom: 0rem;
}
.devright p i {
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 50%;
    background-color: #cb0709;
    position: absolute;
    left: 0;
    top: 0.5rem;
    color: #ffffff;
}
.cpbz {
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
}
.cpbz img {
    height: 1.2rem;
}
.ryzz div {
    width: 32.33%;
    margin-right: 1.5%;
    margin-bottom: 0.5rem;
}
.ryzz div:nth-child(5n) {
    margin-right: 1.5%;
}

.ryzz div:nth-child(3n){
	margin-right: 0;
}
.ryzz div p {
    font-size: 0.9rem;
    line-height: 2rem;
    text-align: center;
}
.partnerlb li h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #222222;
    margin-bottom: 0.5rem;
    border-bottom: 1px dashed #ccc3c3;
    padding-bottom: 0.5rem;
}
.partnerlb li {
    margin-bottom: 2rem;
}
.contact2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}






}