/* CSS Document*/

@font-face {
	font-family: 'eurostileregular';
  src: url('../fonts/eurostile-webfont.eot');
  src: url('../fonts/eurostile-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/eurostile-webfont.woff2') format('woff2'),
  url('../fonts/eurostile-webfont.woff') format('woff'),
  url('../fonts/eurostile-webfont.ttf') format('truetype'),
  url('../fonts/eurostile-webfont.svg#eurostileregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
  
  /* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

a:focus {
	outline: none;
}

a:hover {
	color: #a40027;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin-bottom: 0px;
}

li {
	vertical-align: bottom;
	zoom: 1;
	list-style-type: inherit;
}

img {
	border: 0px;
}

select {
	font-family: 'eurostileregular';
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: 'eurostileregular';
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: 'eurostileregular';
}

.clearfix:before,.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}

p {
	margin: 0px;
}

em,i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"],input[type="submit"],input[type="reset"] {
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-input-placeholder {
	color: #999;
}

textarea::-ms-input-placeholder {
	color: #999;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

body {
	font-family: 'eurostileregular';
	background: #fff;
	color: #666;
	font-size: 12px;
	min-width: 1200px;
}

.container {
	margin: 0px auto;
	max-width: 1440px;
	padding: 0px 40px;
	margin: 0px auto;
}

.container1 {
	padding-left: 10%;
}

.container2 {
	padding-right: 10%;
}

#header {
	position: relative;
}

.top {
	height: 90px;
	position: absolute;
	z-index: 99;
	top: 0;
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s ease 0s;
	padding-left: 6%;
	box-sizing: border-box;
	min-width: 1200px;
}

.top.scope {
	top: 0px;
	transition: all 0.5s ease 0s;
	position: fixed;
}

.top .logo img {
	height: 129px;
	width: 129px;
}

.nav {
	z-index: 10;
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
}

.nav a {
	color: #333;
}

.nav .nLi {
	height: 100%;
	position: relative;
}

.nav .nLi h3 {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.nav .nLi h3 a {
	display: block;
	margin: 0px 20px;
	line-height: 90px;
	font-size: 19px;
	position: relative;
	color: #333;
	text-transform: capitalize;
}

.nav .nLi h3 a i {
	color: #0c1f85;
	margin-left: 5px;
}

.nav .nLi:hover h3 a::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
	background: #0c1f85;
}

.nav .nLi.on h3 a {
	font-weight: bold;
}

.nav .nLi.on h3 a::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
	background: #cf1d29;
}

.nav .nLi .sub {
	position: absolute;
	top: 90px;
	left: 25px;
	background: rgba(255, 255, 255, 1);
	display: none;
	padding: 10px 0px;
	min-width: 115px;
}

.nav .nLi:hover .sub {
	display: block;
}

.nav .nLi .sub a {
	display: block;
	text-align: left;
	line-height: 40px;
	font-size: 15px;
	white-space: nowrap;
	padding: 0px 20px;
	text-transform: capitalize;
}

.nav .nLi .sub a:hover {
	background: #0c1f85;
	color: #fff;
}

.nav .search {
	height: 90px;
	width: 90px;
	border-left: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 20px;
}

.nav .search:hover {
	color: #0c1f85;
}

.top .search_tc {
	position: absolute;
	width: 100%;
	left: 0px;
	background: #fff;
	height: 0px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}

.top .search_tc.into {
	height: 90px;
	transition: all 0.5s ease 0s;
}

.top .search_tc .text {
	border: 0px;
	box-sizing: border-box;
	width: calc(100% - 120px);
	line-height: 90px;
	font-size: 17px;
	padding: 0px 20px;
}

.top .search_tc button {
	width: 60px;
	border: 0px;
	cursor: pointer;
	background: none;
	font-size: 20px;
}

.top .search_tc button:hover {
	color: #b80530;
}

.top .search_tc .close {
	width: 60px;
	cursor: pointer;
	background: none;
	font-size: 25px;
}

.top .search_tc .close:hover {
	color: #b80530;
}

.top .search_tc .close i {
	transform: rotate(45deg);
}

.nav .lx a {
	width: 180px;
	background: #0c1f85;
	text-align: center;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.nav .lx a:hover {
	opacity: 0.9;
}

.nav .lx a h2 {
	font-size: 18px;
}

.top.scope .nav .nLi h3 a {
	color: #333;
}

.phone_btn {
	float: right;
	display: none;
}

.menu_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, 0.7);
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.menu_cot {
	width: 70%;
	height: 100%;
	background: #fff;
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
	transform: translateX(0);
	transition: all 0.3s 0.2s ease;
}

.menu_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
}

.menu_close img {
	width: 40px;
}

.menu_close a {
	padding: 10px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
}

.in_banner {
	height: auto;
}

.in_banner .swiper-slide img {
	width: 100%;
	height: auto;
}

.in_banner .swiper-button-next,
  .in_banner .swiper-button-prev {
	width: 62px;
	height: 62px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}

.in_banner .swiper-button-next::after,
  .in_banner .swiper-button-prev::after {
	font-size: 30px;
	color: #fff;
}

.in_banner .swiper-slide a {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.in_banner .swiper-slide img {
	width: 100%;
	height: auto;
}

.in_banner .swiper-slide .pc_img {
	height: 100vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.in_banner .swiper-slide .ph_img {
	display: none;
}

.in_banner .swiper-pagination span {
	border-radius: 5px;
	width: 25px;
	height: 5px;
}

.in_bt {
	font-size: 26px;
	color: #fff;
	width: 480px;
	line-height: 60px;
	background: #0c1f85;
	box-sizing: border-box;
	text-align: center;
	padding-right: 5%;
	position: absolute;
	top: 70px;
	left: 0px;
	z-index: 10;
}

.in_box {
	width: 100%;
	height: 750px;
	background: url(../images/in_box1_bj.png) no-repeat bottom center;
	background-size: cover;
	position: relative;
	z-index: 10;
}

.in_box ul {
	display: flex;
	justify-content: space-between;
}

.in_box ul li {
	background: #0c1f85;
	width: calc(33.3% - 1px);
	height: 420px;
	margin-top: -210px;
	box-sizing: border-box;
	padding: 3%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	transition: all 0.3s 0.2s ease;
}

.in_box ul li:hover {
	transform: translate(0, -5%);
	transition: all 0.3s 0.2s ease;
}

.in_box ul li i {
	max-width: 100px;
	width: 40%;
}

.in_box ul li i img {
	width: 100%;
	height: auto;
}

.in_box ul li h2 {
	font-size: 24px;
	padding: 10px 0px;
}

.in_box ul li p {
	font-size: 15px;
}

.in_box ul li span {
	padding-top: 10%;
}

.in_box ul li span a {
	width: 170px;
	line-height: 45px;
	border-radius: 25px;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 18px;
}

.in_box ul li span a i {
	width: auto;
	margin-left: 10px;
}

.in_box ul li:hover span a {
	background: #fff;
	color: #b80530;
}

.in_box .wz {
	padding: 50px 0px;
	max-width: 1000px;
	margin: 0px auto;
}

.in_box .wz h2 {
	text-align: center;
	font-size: 30px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.in_box .wz h2 b {
	width: 95px;
	height: 2px;
	display: block;
	background: #0c1f85;
	margin: 0px 20px;
}

.in_box .wz p {
	font-size: 18px;
}

.in_box1 {
	background: url(../images/in_box2_bj.png) no-repeat;
	background-size: cover;
	height: 490px;
}

.in_box1 .more {
	display: block;
	position: relative;
	top: -225px;
}

.in_box1 .more a {
	background: #0c1f85;
	width: 250px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	margin: 0px auto;
}

.in_box1_b {
	height: 510px;
	position: relative;
	top: -255px;
	z-index: 11;
	display: flex;
}

.in_box1_b .in_box1_b_l {
	height: 100%;
	width: 50%;
	overflow: hidden;
}

.in_box1_b .in_box1_b_l img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.in_box1_b .in_box1_b_r {
	width: 50%;
}

.in_box1_b .in_box1_b_r ul li {
	width: 50%;
	height: 255px;
	box-sizing: border-box;
}

.in_box1_b .in_box1_b_r ul li a {
	background: #ededed;
	color: #333;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5%;
	box-sizing: border-box;
}

.in_box1_b .in_box1_b_r ul li a h2 {
	font-size: 60px;
	font-weight: bold;
}

.in_box1_b .in_box1_b_r ul li a h3 {
	font-size: 20px;
	font-weight: bold;
}

.in_box1_b .in_box1_b_r ul li a p {
	font-size: 14px;
	padding-top: 10px;
}

.in_box1_b .in_box1_b_r ul li:nth-child(3) a {
	background: #fff;
	color: #0c1f85;
}

.in_box1_b .in_box1_b_r ul li:nth-child(4) a {
	background: #4d548d;
	color: #fff;
}

.in_box2 {
	background: #00080d;
	position: relative;
}

.in_box21 {
	height: 800px;
	background: url(../images/in_box3_pic.jpg) no-repeat;
	position: relative;
	box-sizing: border-box;
	padding-top: 10%;
	padding-left: 5%;
	color: #fff;
}

.in_box21::after {
	width: 35%;
	height: 70px;
	content: "";
	/* background: #a40027; */
	position: absolute;
	top: -70px;
	left: 5%;
}

.in_box21 h2 {
	width: 35%;
	font-weight: 900;
	font-size: 60px;
	line-height: 60px;
}

.in_box21 p {
	width: 35%;
	font-size: 18px;
	padding-top: 5%;
}

.in_box21 span {
	width: 35%;
	padding-top: 3%;
	display: block;
}

.in_box21 span a {
	background: #a40027;
	width: 300px;
	height: 60px;
	display: block;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 25px;
}

.in_box21 span a:hover {
	opacity: 0.9;
}

.in_box21 span a i {
	margin-left: 10px;
}

.in_box211 {
	height: 840px;
	width: 38%;
	background: url(../images/in_box3_pic12.jpg) no-repeat;
	background-size: cover;
	position: absolute;
	right: 14%;
	bottom: -140px;
	box-sizing: border-box;
	padding: 5%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: column;
	z-index: 10;
}

.in_box211 h2 {
	width: 100%;
	font-size: 50px;
}

.in_box211 p {
	padding-bottom: 10%;
	font-size: 18px;
	font-weight: bold;
}

.in_box3 {
	background: url(../images/in_box4_bj.png) no-repeat;
	background-size: cover;
	padding: 80px 0px;
	position: relative;
	padding-top: 190px;
}

.in_box3 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.in_box3 ul:nth-last-child(1) {
	justify-content: center;
	margin-top: -7%;
}

.in_box3 ul li {
	width: 25%;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
}

.in_box3 ul li .img {
	width: 90%;
	height: auto;
	margin: 0px auto;
}

.in_box3 ul li .img img {
	width: 100%;
	height: auto;
}

.in_box3 ul li:hover {
	background: url(../images/in_box4_xbj1.png) no-repeat;
	background-size: 100% 100%;
}

.in_box3 ul li a {
	position: absolute;
	width: 90%;
	height: 90%;
	left: 5%;
	top: 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}

.in_box3 ul li a i {
	max-width: 40%;
	height: auto;
}

.in_box3 ul li a i img {
	width: 100%;
	height: auto;
}

.in_box3 ul li a h2 {
	font-size: 20px;
	padding-top: 20px;
}

.in_box4 {
	padding: 80px 0px;
	padding-top: 180px;
	background: url(../images/in_box5_bj.png) no-repeat #010000;
	background-size: cover;
	position: relative;
}

.in_box41 {
	display: flex;
}

.in_box41 li {
	width: 33.3%;
	box-sizing: border-box;
	padding: 0px 10px;
}

.in_box41 li a {
	color: #fff;
}

.in_box41 li a .img {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.in_box41 li a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.2s ease 0s;
}

.in_box41 li a:hover .img img {
	transform: scale(1.05);
	transition: all 0.2s ease 0s;
}

.in_box41 li a span {
	font-size: 14px;
	padding: 10px 0px;
	display: block;
}

.in_box41 li a p {
	display: block;
	height: 50px;
	font-size: 16px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.in_box41 li a:hover p {
	color: #a40027;
}

.in_box43 {
	position: relative;
	padding: 0px 50px;
}

.in_box43 .swiper-slide {
	box-sizing: border-box;
}

.in_box43 .swiper-slide a {
	color: #fff;
}

.in_box43 .swiper-slide a .img {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.in_box43 .swiper-slide a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.2s ease 0s;
}

.in_box43 .swiper-slide a:hover .img img {
	transform: scale(1.05);
	transition: all 0.2s ease 0s;
}

.in_box43 .swiper-slide a span {
	font-size: 14px;
	padding: 10px 0px;
	display: block;
}

.in_box43 .swiper-slide a p {
	display: block;
	height: 50px;
	font-size: 16px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.in_box43 .swiper-slide a:hover p {
	color: #a40027;
}

.in_box43 .swiper-button-next, .in_box43 .swiper-button-prev {
	color: #fff;
}

.in_box42 li {
	border-bottom: 1px solid #666;
	box-sizing: border-box;
}

.in_box42 li a {
	display: flex;
	font-size: 15px;
	color: #fff;
	padding: 15px 10px;
}

.in_box42 li a:hover {
	color: #a40027;
}

.in_box42 li a span {
	width: 140px;
}

.in_box42 li a p {
	display: block;
	width: calc(100% - 140px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in_box4 .more {
	display: block;
	padding-top: 30px;
}

.in_box4 .more a {
	background: #a40027;
	width: 250px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	margin: 0px auto;
}

.di {
	background: #010000;
	padding: 40px 0px;
}

.di .container {
	display: flex;
	justify-content: space-between;
}

.di .di_l {
	width: 400px;
}

.di .di_l h2 img {
	width: 280px;
	height: auto;
}

.di .di_l p {
	color: #fff;
	font-size: 14px;
}

.di .di_l p a {
	color: #fff;
}

.di .di_r {
	width: calc(100% - 440px);
}

.di .di_r ul {
	display: flex;
	justify-content: space-between;
}

.di .di_r ul h2 {
	padding-bottom: 10px;
}

.di .di_r ul h2 a {
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid white;
}

.di .di_r ul p a {
	line-height: 26px;
	font-size: 14px;
	color: #999;
}

.di .di_r .fx {
	background: #0c1f85;
	box-sizing: border-box;
	padding: 10px;
	margin-top: 20px;
}

.di .di_r .fx .fx1 {
	display: flex;
	justify-content: space-between;
}

.di .di_r .fx .fx1 h2 {
	font-size: 26px;
	color: #fff;
	font-family: fantasy;
}

.di .di_r .fx .fx1 h3 a {
	margin-right: 20px;
	color: #fff;
	font-size: 18px;
}

.di .di_r .fx p {
	color: #fff;
	font-size: 14px;
	padding-top: 20px;
}

.solutions_banner {
	height: 80vh;
	background: url(../images/solutions_banner_icon.png) no-repeat #ebedf0;
	background-position: left 10% bottom;
	background-size: 50%;
}

.solutions_banner .container {
	height: 90%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.solutions_banner .container h2 {
	font-size: 26px;
	color: #b80530;
	padding-bottom: 35px;
}

.solutions_banner .container h3 {
	font-size: 60px;
	color: #333;
	display: block;
	width: 70%;
}

.solutions_banner .container img {
	position: absolute;
	right: 0px;
	bottom: -20%;
	width: 40%;
}

.solutions_box {
	padding: 60px 0px;
}

.solutions_box h2 {
	font-size: 30px;
	color: #333;
}

.solutions_box p {
	font-size: 20px;
	display: block;
	padding: 30px 0px;
}

.solutions_box1 {
	padding-bottom: 80px;
}

.solutions_box1 .bt {
	font-size: 30px;
	color: #333;
	padding-bottom: 50px;
}

.solutions_box1 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px;
}

.solutions_box1 ul li {
	width: calc(33.3% - 20px);
	margin: 0px 10px;
	background: url(../images/solutions_box_bj.png) no-repeat #b80530;
	background-position: right bottom;
	box-sizing: border-box;
	padding: 3%;
	padding-bottom: 6%;
	color: #fff;
	margin-bottom: 30px;
}

.solutions_box1 ul li em {
	display: block;
	font-size: 22px;
	text-align: right;
}

.solutions_box1 ul li h2 {
	font-size: 32px;
}

.solutions_box1 ul li p {
	font-size: 15px;
	line-height: 32px;
	display: block;
	padding: 20px 0px;
}

.solutions_box1 ul li span a {
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #fff;
}

.solutions_box1 ul li span a i {
	width: auto;
	margin-left: 10px;
}

.solutions_box1 ul li:hover span a {
	background: #fff;
	color: #b80530;
	padding: 6px 10px;
}

.fanye {
	text-align: center;
}

.solutions_box2 {
	padding-bottom: 60px;
}

.solutions_box2 .container2 {
	display: flex;
	justify-content: space-between;
}

.solutions_box2 .container2 .img {
	width: 55%;
}

.solutions_box2 .container2 .img img {
	width: 100%;
	height: auto;
}

.solutions_box2 .container2 .wz {
	width: 40%;
}

.solutions_box2 .container2 .wz h2 {
	font-size: 30px;
	color: #333;
	padding-bottom: 30px;
}

.solutions_box2 .container2 .wz p {
	font-size: 20px;
	color: #333;
}

.solutions_banner1 {
	background: url(../images/solutions_xx_banner_bj.png) no-repeat right bottom
  #001c40;
	background-size: 60%;
	position: relative;
}

.solutions_banner1 .container h3 {
	color: #fff;
}

.solutions_banner1::after {
	content: "";
	width: 70%;
	height: 100px;
	background: #a40027;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.solutionss_box {
	background: #a40027;
	color: #fff;
}

.solutionss_box h2 {
	color: #fff;
}

.solutionss_box1 {
	background: #a40027;
}

.solutionss_box1 .bt {
	font-size: 30px;
	color: #fff;
	padding-bottom: 20px;
}

.solutionss_box1 .container1 {
	display: flex;
	justify-content: space-between;
}

.solutionss_box1_l {
	width: 45%;
}

.solutionss_box1_l ul li {
	background: url(../images/solutionss_box1_icon.png) no-repeat left center;
	background-size: 24px auto;
	border-bottom: 1px solid #fff;
	padding: 15px 0px;
	font-size: 22px;
	color: #fff;
	box-sizing: border-box;
	padding-left: 38px;
	margin-bottom: 25px;
}

.solutionss_box1_r {
	width: 50%;
}

.solutionss_box1_r img {
	width: 100%;
	height: auto;
}

.solutionss_box2 {
	padding: 80px 0 40px 0;
	background: url(../images/solutionss_box2_bj.png) no-repeat top right #fff;
}

.solutionss_box2 .bt h2 {
	font-size: 30px;
	color: #333;
	text-align: center;
	padding-bottom: 20px;
}

.solutionss_box2 .bt p {
	font-size: 22px;
	color: #333;
}

.navMenu1 {
	padding-top: 40px;
}

.navMenu1 li {
	border-bottom: 1px solid #333;
	padding-bottom: 0px;
}

.navMenu1 li a {
	font-size: 25px;
	color: #333;
	line-height: 60px;
	border-bottom: 0px;
}

.navMenu1 li i {
	font-size: 40px;
	width: auto;
	height: auto;
	margin-top: 15px;
	margin-right: 15px;
}

.navMenu1 li a:hover {
	background: none;
}

.navMenu1 li.open i {
	transform: rotate(180deg);
}

.navMenu1 li .sub-menu {
	padding-bottom: 20px !important;
}

.navMenu1 li .sub-menu p {
	font-size: 17px;
}

.quality_banner {
	height: 80vh;
	display: flex;
	justify-content: space-between;
}

.quality_banner_l {
	width: 50%;
	height: 100%;
	background: url(../images/quality_banner_bj.png) no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 10%;
	padding-top: 180px;
}

.quality_banner_l h2 {
	font-size: 26px;
	color: #b80530;
}

.quality_banner_l h3 {
	font-size: 60px;
	color: #333;
}

.quality_banner_r {
	width: 50%;
	height: 115%;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.quality_banner_r img {
	object-fit: cover;
}

.quality_box {
	height: 180px;
  /*background: url(../images/Scroll_down.png) repeat-x;*/
	background-size: 20%;
	background-position: top 50px left 0px;
}

.quality_box1 {
	padding: 80px 0px;
}

.quality_box1 .container {
	color: #333;
	text-align: center;
}

.quality_box1 .container h2 {
	font-size: 30px;
	padding-bottom: 20px;
}

.quality_box1 .container p {
	font-size: 22px;
}

.quality_box1_qh {
	padding-top: 50px;
}

.quality_box1_qh .swiper-slide {
	background: #a40027;
}

.quality_box1_qh .swiper-slide {
	background: #ddd;
	background-position: right bottom;
	box-sizing: border-box;
	padding: 3%;
	color: #333;
}

.quality_box1_qh .swiper-slide em {
	display: block;
	font-size: 22px;
	text-align: right;
	color: #a40027;
}

.quality_box1_qh .swiper-slide h2 {
	font-size: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.quality_box1_qh .swiper-slide p {
	line-height: 24px;
	display: block;
	margin: 20px 0px;
	height: 100px;
	font-size: 16px;
	overflow: hidden;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.quality_box1_qh .swiper-slide span {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.quality_box1_qh .swiper-slide span a {
	line-height: 32px;
	color: #b80530;
	font-size: 16px;
	border-bottom: 1px solid #b80530;
}

.quality_box1_qh .swiper-slide span img {
	max-width: 165px;
	max-height: 165px;
	width: 50%;
	height: auto;
}

.quality_box1_qh .swiper-slide span a i {
	width: auto;
	margin-left: 10px;
}

.quality_box1_qh .swiper-slide:hover span a {
	background: #fff;
	color: #b80530;
	padding: 6px 10px;
}

.quality_box1_qh .swiper-button-next,
  .quality_box1_qh .swiper-button-prev {
	width: 80px;
	height: 80px;
	background: #a40027;
	color: #fff;
}

.quality_box2 {
	background: #ebedf0;
}

.quality_box2_qh {
	padding-top: 50px;
}

.quality_box2_qh .swiper-slide {
	background: #fff;
	background-position: right bottom;
	box-sizing: border-box;
	padding: 3%;
	color: #333;
	text-align: center;
}

.quality_box2_qh .swiper-slide img {
	width: 165px;
	height: 100px;
	object-fit: contain;
}

.quality_box2_qh .swiper-slide h2 {
	font-size: 32px;
}

.quality_box2_qh .swiper-slide p {
	font-size: 15px;
	line-height: 26px;
	display: block;
	margin: 20px 0px;
	height: 100px;
	overflow: hidden;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.quality_box2_qh .swiper-slide span {
	display: flex;
	justify-content: center;
}

.quality_box2_qh .swiper-slide span a {
	line-height: 28px;
	color: #b80530;
	font-size: 15px;
	border: 1px solid #b80530;
	padding: 5px 10px;
	border-radius: 25px;
}

.quality_box2_qh .swiper-slide span a i {
	width: auto;
	margin-left: 10px;
}

.quality_box2_qh .swiper-slide span a:hover {
	background: #b80530;
	color: #fff;
}

.quality_box2_qh .swiper-button-next,
  .quality_box2_qh .swiper-button-prev {
	width: 80px;
	height: 80px;
	background: #a40027;
	color: #fff;
}

.quality_box3_qh {
	padding-top: 50px;
}

.quality_box3_qh .swiper-slide {
	background: #b80530;
	background-position: right bottom;
	box-sizing: border-box;
	padding: 3%;
	color: #fff;
}

.quality_box3_qh .swiper-slide em {
	display: block;
	font-size: 22px;
	text-align: right;
	color: #fff;
}

.quality_box3_qh .swiper-slide h2 {
	font-size: 32px;
}

.quality_box3_qh .swiper-slide p {
	font-size: 15px;
	line-height: 26px;
	display: block;
	margin: 20px 0px;
	height: 100px;
	overflow: hidden;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.quality_box3_qh .swiper-slide span {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.quality_box3_qh .swiper-slide span a {
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #b80530;
}

.quality_box3_qh .swiper-slide span img {
	max-width: 165px;
	max-height: 165px;
	width: 50%;
	height: auto;
}

.quality_box3_qh .swiper-slide span a i {
	width: auto;
	margin-left: 10px;
}

.quality_box3_qh .swiper-slide:hover span a {
	background: #fff;
	color: #b80530;
	padding: 6px 10px;
}

.quality_box3_qh .swiper-button-next,
  .quality_box3_qh .swiper-button-prev {
	width: 80px;
	height: 80px;
	background: #fff;
	color: #b80530;
}

.quality_box3 {
	padding: 80px 0px;
	text-align: center;
	color: #333;
}

.quality_box3 .container h2 {
	font-size: 30px;
	padding-bottom: 20px;
}

.quality_box3 .container p {
	font-size: 22px;
}

.quality_box3 .container span {
	display: block;
	padding-top: 40px;
}

.quality_box3 .container span a {
	line-height: 50px;
	color: #b80530;
	font-size: 18px;
	border: 1px solid #b80530;
	padding: 10px 20px;
	border-radius: 25px;
	text-transform: uppercase;
}

.quality_box3 .container span a i {
	margin-left: 10px;
}

.quality_box3 .container span a:hover {
	color: #fff;
	background: #a40027;
}

.quality_box4 {
	height: 600px;
	background: url(../images/quality_box2_bj.png) no-repeat;
	background-size: cover;
	text-transform: uppercase;
}

.quality_box4 .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}

.quality_box4 .container h2 {
	font-size: 60px;
	padding-bottom: 20px;
}

.quality_box4 .container span a {
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	background: #b80530;
	padding: 10px 20px;
	border-radius: 25px;
}

.quality_box5 {
	background: #ebedf0;
}

.quality_box6 {
	padding: 80px 0px;
	background: url(../images/quality_box4_bj.png) no-repeat #ebedf0;
	background-size: 100% auto;
	background-position: top center;
}

.quality_box6 .container {
	padding-top: 80px;
}

.quality_box6 .container h2 {
	font-size: 20px;
	color: #333;
	padding-bottom: 30px;
}

.quality_box6 .container h3 {
	display: flex;
	justify-content: space-between;
	width: 1100px;
}

.quality_box6 .container h3 .text {
	width: calc(50% - 150px);
	border: 0px;
	border-bottom: 2px solid #999;
	background: none;
	font-size: 20px;
	color: #fff;
}

.quality_box6 .container h3 .btn {
	width: 240px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	background: #b80530;
	border-radius: 25px;
	border: 0px;
	cursor: pointer;
}

.quality1_banner {
	height: 600px;
	background: url(../images/quality1_banner.png) no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 70px;
	text-transform: capitalize;
}

.quality1_box {
	padding: 50px 0px;
}

.quality1_box .container1 {
	padding-top: 15px;
	padding-bottom: 15px;
	white-space: nowrap;
	overflow-x: auto;
}

.quality1_box .container1::-webkit-scrollbar {
	height: 10px;
}

.quality1_box .container1::-webkit-scrollbar-thumb {
	background: #a40027;
}

.quality1_box .container1::-webkit-scrollbar-thumb:window-inactive {
	background: #a40027;
}

.quality1_box .container1::-webkit-scrollbar-thumb:vertical:hover {
	background: #a40027;
}

.quality1_box .container1 a {
	color: #333;
	border: 1px solid #333;
	font-size: 18px;
	padding: 10px;
	margin-right: 20px;
}

.quality1_box .container1 a:hover,
  .quality1_box .container1 a.on {
	background: #a40027;
	border: 1px solid #a40027;
	color: #fff;
}

.quality1_box1 {
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
}

.quality1_box1_l {
	width: calc(100% - 350px);
	color: #333;
}

.quality1_box1_l h2 {
	font-size: 40px;
	padding-bottom: 30px;
}

.quality1_box1_l p {
	font-size: 18px;
	line-height: 32px;
}

.quality1_box1_r {
	width: 150px;
	height: auto;
}

.quality1_box1_r img {
	width: 100%;
	height: auto;
}

.quality1_box2 {
	border: 20px solid #ddd;
	width: 768px;
	margin: 0px auto;
	margin-bottom: 50px;
	box-sizing: border-box;
}

.quality1_box2 p {
	font-size: 20px;
	line-height: 32px;
}

.quality1_box2 img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.quality2_banner {
	background: url(../images/quality2_banner.png) no-repeat;
}

.quality2_box {
	height: 400px;
	background: url(../images/quality2_box1_bj.png) no-repeat right bottom #ebedf0;
}

.quality2_box h2 {
	font-size: 30px;
	padding-top: 80px;
	color: #333;
}

.quality2_box1 {
	background: #a40027;
	height: 500px;
}

.quality2_box1 .quality2_box1_qh {
	position: relative;
	top: -200px;
}

.quality2_box1 .quality2_box1_qh .swiper-slide {
	background: #fff;
}

.quality2_box1 .quality2_box1_qh .swiper-slide .img {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.quality2_box1 .quality2_box1_qh .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.quality2_box1 .quality2_box1_qh .swiper-slide .nr {
	padding: 5%;
}

.quality2_box1 .quality2_box1_qh .swiper-slide .nr h2 {
	font-size: 24px;
}

.quality2_box1 .quality2_box1_qh .swiper-slide .nr p {
	font-size: 14px;
}

.quality2_box1 .swiper-button-next,
  .quality2_box1 .swiper-button-prev {
	width: 80px;
	height: 80px;
	background: #a40027;
	color: #fff;
}

.quality2_box2 {
	background: #fff;
	padding: 80px 0px;
	position: relative;
	height: 750px;
}

.quality2_box2_l {
	width: 41%;
	height: 550px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 180px;
	z-index: 2;
}

.quality2_box2_l img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.quality2_box2_r {
	width: 70%;
	height: 750px;
	background: #063363;
	float: right;
	position: absolute;
	top: 80px;
	right: 0px;
	z-index: 1;
	box-sizing: border-box;
	padding: 5% 15%;
	color: #fff;
}

.quality2_box2_r h2 {
	font-size: 35px;
	font-weight: 600;
	padding-bottom: 50px;
}

.quality2_box2_r p {
	font-size: 22px;
	line-height: 30px;
	display: block;
	padding-bottom: 20px;
}

.quality2_box3 {
	background: #ebedf0;
}

.quality2_box3 ul li {
	display: flex;
}

.quality2_box3 ul li .left {
	height: 700px;
	width: 52%;
	box-sizing: border-box;
	padding: 5% 10%;
	color: #333;
}

.quality2_box3 ul li .left h2 {
	font-size: 35px;
	font-weight: 600;
	padding-bottom: 40px;
}

.quality2_box3 ul li .left p {
	font-size: 22px;
	line-height: 30px;
}

.quality2_box3 ul li .right {
	height: 580px;
	width: 48%;
	background: #a40027;
	position: relative;
}

.quality2_box3 ul li .right img {
	position: absolute;
	left: -10%;
	width: 80%;
	height: auto;
	top: 10%;
	object-fit: cover;
}

.quality2_box3 ul li:nth-child(even) {
	flex-direction: row-reverse;
}

.quality2_box3 ul li:nth-child(even) .right {
	background: #063363;
}

.quality2_box3 ul li:nth-child(even) .right img {
	left: auto;
	right: -10%;
}

.quality2_box4 {
	background: #ebedf0;
	padding: 80px 0px;
	padding-top: 0px;
	color: #333;
	text-align: center;
}

.quality2_box4 h2 {
	font-size: 30px;
	padding-bottom: 40px;
}

.quality2_box4 p {
	font-size: 18px;
}

.quality2_box5 {
	background: url(../images/quality_box2_bj.png) no-repeat;
	background-size: cover;
	padding: 80px 0px;
}

.quality2_box5 .bt {
	color: #fff;
	font-size: 30px;
}

.quality3_banner {
	background: url(../images/quality3_banner_bj.png) no-repeat left bottom
  #ebedf0;
	color: #333;
	justify-content: flex-start;
	padding-left: 10%;
	position: relative;
}

.quality3_banner .video {
	width: 48%;
	height: 540px;
	position: absolute;
	right: 0px;
	top: 160px;
	object-fit: cover;
	z-index: 2;
}

.about_banner {
	height: 90vh;
	background: url(../images/about_banner.png) no-repeat;
	background-size: cover;
	position: relative;
}

.about_banner .container {
	position: relative;
	z-index: 1;
}

.about_banner .video {
	height: 50vh;
	width: 45%;
	position: absolute;
	overflow: hidden;
	right: 0px;
	bottom: -10vh;
	object-fit: cover;
}

.about_banner .nr {
	padding-top: 160px;
	max-width: 1000px;
}

.about_banner .nr h2 {
	font-size: 26px;
	color: #b80530;
}

.about_banner .nr p {
	font-size: 70px;
	color: #fff;
	font-weight: 300;
}

.about_banner .nr1 {
	width: 560px;
}

.about_banner .nr1 h2 {
	font-size: 30px;
	color: #fff;
	padding: 3% 0px;
}

.about_banner .nr1 p {
	font-size: 22px;
	color: #fff;
	font-weight: 300;
}

.about_banner .nr1 span a {
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	background: #b80530;
	padding: 0px 25px;
	border-radius: 25px;
	display: inline-block;
	margin-top: 50px;
}

.about_banner .nr1 span a i {
	margin-left: 10px;
}

.about_banner .nr1 span a:hover {
	opacity: 0.9;
}

.about_box {
	background: url(../images/about_box_bjj.png) no-repeat #010000;
	background-size: cover;
	padding: 80px 0px;
	padding-top: 180px;
}

.about_box h2,
  .about_box p {
	color: #fff;
}

.about_box1 {
	background: #010000;
	padding: 80px 0px;
	position: relative;
	height: 940px;
}

.about_box1::after {
	content: "";
	width: 30%;
	height: 150px;
	background: #063363;
	position: absolute;
	bottom: 80px;
	left: 0px;
}

.about_box1_l {
	width: 48%;
	height: 560px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 150px;
	z-index: 2;
}

.about_box1_l img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about_box1_r {
	width: 80%;
	height: 780px;
	background: #a40027;
	float: right;
	position: absolute;
	top: 80px;
	right: 0px;
	z-index: 1;
	box-sizing: border-box;
	padding: 5% 5%;
	padding-left: 35%;
	color: #fff;
}

.about_box1_r h2 {
	font-size: 30px;
	padding-bottom: 50px;
}

.about_box1_r p {
	font-size: 18px;
	line-height: 30px;
	display: block;
	padding-bottom: 20px;
}

.about_box1_r span a {
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	border: 1px solid #fff;
	padding: 0px 25px;
	border-radius: 25px;
	display: inline-block;
	/*margin-top: 50px;*/
}

.about_box1_r span a i {
	margin-left: 10px;
}

.about_box1_r span a:hover {
	background: #fff;
	color: #b80530;
}

.about1_box {
	background: url(../images/about1_box1_bj.png) no-repeat top right #010000;
}

.about1_box1 {
	padding: 80px 0px;
}

.about1_box1 .container2 {
	display: flex;
	justify-content: space-between;
}

.about1_box1_l {
	width: 50%;
}

.about1_box1_l img {
	width: 100%;
	height: auto;
}

.about1_box1_r {
	width: 45%;
	color: #fff;
}

.about1_box1_r h2 {
	font-size: 28px;
	padding-bottom: 50px;
}

.about1_box1_r p {
	font-size: 20px;
	line-height: 30px;
}

.about1_box2 {
	padding-bottom: 80px;
}

.about1_box2 .bt {
	font-size: 30px;
	color: #fff;
}

.about1_box2_qh {
	padding-top: 100px;
	margin-top: -60px;
}

.about1_box2_qh .swiper-slide {
	text-align: center;
}

.about1_box2_qh .swiper-slide h2 {
	color: #fff;
	font-size: 60px;
}

.about1_box2_qh .swiper-slide h3 img {
	width: 26px;
	height: 26px;
}

.about1_box2_qh .swiper-slide b {
	display: block;
	height: 50px;
	width: 1px;
	background: #333333;
	margin: 5px auto;
}

.about1_box2_qh .swiper-slide:nth-child(even) b {
	height: 150px;
}

.about1_box2_qh .swiper-slide p {
	font-size: 18px;
	color: #b7b7b7;
}

.about1_box2_qh .swiper-button-next,
  .about1_box2_qh .swiper-button-prev {
	width: 80px;
	height: 80px;
	background: #a40027;
	color: #fff;
	top: 20px;
}

.about1_box2_qh .swiper-button-prev {
	right: 100px;
	left: auto;
}

.about1_box3 {
	padding-top: 80px;
}

.about1_box4 {
	height: 550px;
	background: url(../images/about1_box3_bj.png) no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
}

.about1_box5 {
	background: #010000;
	padding: 80px 0px;
}

.about1_box5 .container2 {
	display: flex;
	justify-content: space-between;
}

.about1_box5_l {
	width: 50%;
}

.about1_box5_l img {
	width: 100%;
	height: auto;
}

.about1_box5_r {
	width: 40%;
}

.about1_box5_r ul li {
	color: #fff;
	padding-left: 110px;
	position: relative;
	padding-bottom: 50px;
}

.about1_box5_r ul li b {
	font-size: 60px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.about1_box5_r ul li h2 {
	font-size: 30px;
	padding-bottom: 20px;
}

.about1_box5_r ul li p {
	font-size: 20px;
}

.about2_box {
	background: #010000;
	position: relative;
}

.about2_box_l {
	height: 550px;
	width: 80%;
	background: url(../images/about2_box_bj.png) no-repeat #b51d29;
	box-sizing: border-box;
	padding: 5% 10%;
}

.about2_box_l h2 {
	width: 70%;
	color: #fff;
	font-size: 30px;
	padding-bottom: 40px;
}

.about2_box_l p {
	width: 70%;
	font-size: 20px;
	color: #fff;
}

.about2_box_r {
	width: 40%;
	height: 550px;
	position: absolute;
	right: 0px;
	top: 50px;
	overflow: hidden;
}

.about2_box_r img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about2_box1 {
	background: url(../images/about_box_bj.png) no-repeat right top #010000;
	padding: 80px 0px;
}

.about2_box1 .bt {
	color: #fff;
	font-size: 30px;
	padding-bottom: 40px;
}

.about2_box1 ul {
	margin: 0px -10px;
	display: flex;
	flex-wrap: wrap;
}

.about2_box1 ul li {
	width: calc(33.3% - 20px);
	margin: 0px 10px;
	margin-bottom: 40px;
}

.about2_box1 ul li .img {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.about2_box1 ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about2_box1 ul li .nr {
	background: #fff;
	padding: 5%;
}

.about2_box1 ul li .nr h2 {
	font-size: 28px;
	color: #333;
	padding-bottom: 10px;
	height: 74px;
}

.about2_box1 ul li .nr p {
	font-size: 16px;
}

.about2_box2 {
	background: url(../images/about2_box3_bj1.png) no-repeat left bottom #010000;
	background-size: 60% 400px;
}

.about2_box2 .container {
	display: flex;
	position: relative;
}

.about2_box2 .container .bt {
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: 0px;
}

.mySwiper2 {
	width: calc(100% - 300px);
	height: 650px;
}

.mySwiper2 .swiper-slide {
	height: 100%;
	box-sizing: border-box;
	position: relative;
  /*background: url(../images/about2_box3_bj2.png) no-repeat right bottom;*/
  /*background-size: 50%;*/
}

.mySwiper2 .swiper-slide h2 {
	color: #a40027;
	font-size: 40px;
	padding-top: 7%;
}

.mySwiper2 .swiper-slide h3 {
	font-size: 26px;
	color: #fff;
}

.mySwiper2 .swiper-slide p {
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	display: block;
	width: 40%;
	padding-top: 15%;
}

.mySwiper2 .swiper-slide .img {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0px;
}

.mySwiper2 .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.mySwiper2 .swiper-button-next,
  .mySwiper2 .swiper-button-prev {
	color: #fff;
	top: 30%;
}

.mySwiper {
	width: 170px;
	height: 650px;
}

.mySwiper .swiper-slide {
	width: 140px;
	height: 170px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.mySwiper .swiper-slide img {
	max-width: 100%;
	max-height: 90%;
}

.mySwiper .swiper-slide-thumb-active::after {
	border: 3px solid #a40027;
	content: "";
	position: absolute;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
}

.about2_box3 {
	padding: 80px 0px;
	background: #010000;
}

.about2_box3 .container2 {
	display: flex;
	justify-content: space-between;
}

.about2_box3_l {
	width: 50%;
	height: 530px;
	overflow: hidden;
}

.about2_box3_l img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about2_box3_r {
	width: 45%;
}

.about2_box3_r h2 {
	color: #fff;
	font-size: 30px;
	padding-bottom: 40px;
}

.about2_box3_r p {
	color: #fff;
	font-size: 20px;
	line-height: 32px;
}

.about3_box {
	padding: 80px 0px;
	background: #010000;
}

.about3_box .dh {
	display: flex;
}

.about3_box .dh a {
	color: #fff;
	font-size: 20px;
	border: 4px solid #a40027;
	margin-right: 20px;
	padding: 10px 20px;
	display: block;
}

.about3_box .dh a.on {
	background: #a40027;
}

.about3_box ul {
	padding-top: 50px;
}

.about3_box ul li {
	width: 100%;
}

.about3_box ul li a {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.about3_box ul li:nth-child(even) a {
	flex-direction: row-reverse;
}

.about3_box ul li a .left {
	height: 300px;
	width: 45%;
	overflow: hidden;
}

.about3_box ul li a .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease 0s;
}

.about3_box ul li a .right {
	width: 50%;
	color: #fff;
}

.about3_box ul li a .right h2 {
	font-size: 24px;
	padding-bottom: 40px;
}

.about3_box ul li a .right p {
	font-size: 17px;
	line-height: 26px;
}

.about3_box ul li a:hover .left img {
	transform: scale(1.05);
	transition: all 0.3s ease 0s;
}

.about3_box ul li a:hover .right h2 {
	color: #a40027;
}

.news_detail {
	padding: 80px 0px;
	max-width: 1000px;
	margin: 0px auto;
}

.details_box1 .bt h2 {
	font-size: 30px;
	color: #333;
}

.details_box1 .bt h3 {
	font-size: 14px;
	color: #999;
	padding: 15px 0px;
}

.details_box1 .nr {
	padding-top: 10px;
}

.details_box1 .nr p {
	font-size: 17px;
	line-height: 30px;
	display: block;
	padding-bottom: 15px;
}

.details_box1 .nr img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.details_box1 .nr em {
	font-style: italic;
}

.product_banner {
	height: 80vh;
	background: url(../images/product_banner_bj.png) no-repeat #ebedf0;
	background-size: 50% 100%;
	position: relative;
}

.product_banner .img {
	width: 50%;
	height: calc(80vh + 50px);
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;
}

.product_banner .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product_banner .container {
	padding-top: 200px;
}

.product_banner h2 {
	color: #a40027;
	width: 40%;
	font-size: 28px;
}

.product_banner p {
	width: 40%;
	color: #333;
	font-size: 50px;
}

.product_box {
	padding: 80px 0px;
}

.product_box .bt {
	font-size: 30px;
	color: #333;
}

.product_box_qh {
	padding: 0px 100px;
	position: relative;
	padding-top: 50px;
}

.product_box_qh .swiper-slide {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 700px;
}

.product_box_qh .swiper-slide h2 {
	height: calc(60% - 10px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.product_box_qh .swiper-slide h2:nth-child(2) {
	height: calc(40% - 10px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.product_box_qh .swiper-slide:nth-child(even) h2 {
	height: calc(40% - 10px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.product_box_qh .swiper-slide:nth-child(even) h2:nth-child(2) {
	height: calc(60% - 10px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.product_box_qh .swiper-slide a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 25px;
	background: rgba(1, 0, 0, 0.3);
}

.product_box_qh .swiper-slide a:hover {
	background: rgba(184, 5, 48, 0.5);
}

.product_box_qh .swiper-button-next,
  .product_box_qh .swiper-button-prev {
	width: 80px;
	height: 80px;
	background: #a40027;
	color: #fff;
}

.product_box1 {
	padding: 80px 0px;
	background: #ebedf0;
}

.product_box1 .bt {
	font-size: 30px;
	color: #333;
}

.product_box1_qh {
	padding: 0px 100px;
	position: relative;
	padding-top: 50px;
}

.product_box1_qh .swiper-slide {
	position: relative;
}

.product_box1_qh .swiper-slide a .img {
	background: #f4f4f4;
	height: 350px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product_box1_qh .swiper-slide a .img img {
	max-width: 85%;
	max-height: 85%;
	width: auto;
	height: auto;
	transition: all 0.3s ease 0s;
}

.product_box1_qh .swiper-slide a:hover .img img {
	transform: scale(1.05);
	transition: all 0.3s ease 0s;
}

.product_box1_qh .swiper-slide a .nr {
	background: rgb(165, 2, 41, 0.7);
	top: 100%;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product_box1_qh .swiper-slide a:hover .nr {
	top: 0px;
}

.product_box1_qh .swiper-slide a .nr h2 {
	font-size: 22px;
	color: #fff;
	padding-bottom: 6px;
}

.product_box1_qh .swiper-button-next,
  .product_box1_qh .swiper-button-prev {
	width: 80px;
	height: 80px;
	background: #a40027;
	color: #fff;
}

.product_banner1 {
	background: url(../images/product_banner1.png);
}

.product1_box {
	padding: 80px 0px;
	background: url(../images/product_list_bj.png) no-repeat #e8e8e8;
	background-size: cover;
}

.product1_box .bt {
	font-size: 30px;
	color: #333;
	padding-bottom: 40px;
}

.product1_box ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px;
}

.product1_box ul li {
	width: calc(33.3% - 20px);
	margin: 0px 10px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}

.product1_box ul li a .img {
	background: #f4f4f4;
	height: 460px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product1_box ul li a .img img {
	max-width: 85%;
	max-height: 85%;
	width: auto;
	height: auto;
	transition: all 0.3s ease 0s;
}

.product1_box ul li a:hover .img img {
	transform: scale(1.05);
	transition: all 0.3s ease 0s;
}

.product1_box ul li a .nr {
	background: #fff;
	padding: 5%;
	height: auto;
	position: relative;
}

.product1_box ul li a .nr h2 {
	font-size: 28px;
	color: #333;
	padding-bottom: 6px;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.product1_box ul li a .nr::after {
	content: "";
	width: 0%;
	height: 8px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-radius: 10px;
	background: #b80530;
	transition: all 0.3s ease 0s;
}

.product1_box ul li a:hover .nr::after {
	width: 100%;
	transition: all 0.3s ease 0s;
}

.product_detail {
	padding: 80px 0px;
	background: #e8e8e8;
}

.product_detail .bt {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product_detail .bt h2 {
	font-size: 30px;
	color: #333;
}

.product_detail .bt a {
	line-height: 28px;
	color: #fff;
	font-size: 15px;
	background: #b80530;
	padding: 5px 30px;
	border-radius: 10px;
}

.product_detail .bt a i {
	margin-left: 10px;
}

.product_detail1 {
	display: flex;
	justify-content: space-between;
	padding: 80px 0px;
}

.product_detail1_l {
	width: 550px;
	height: 550px;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product_detail1_l img {
	max-width: 85%;
	max-height: 85%;
	width: auto;
	height: auto;
}

.product_detail1_r {
	width: calc(100% - 650px);
}

.product_detail1_r h2 {
	font-size: 30px;
	color: #333;
	padding-bottom: 40px;
}

.product_detail1_r p {
	font-size: 18px;
	line-height: 30px;
	display: block;
	padding-bottom: 15px;
}

.product_detail2 h2 {
	font-size: 30px;
	color: #333;
	padding-bottom: 30px;
}

.product_detail2 p {
	font-size: 18px;
	line-height: 28px;
}

.industries_banner {
	background: url(../images/industries_banner_bj.png) no-repeat #ebedf0;
	background-size: 50% 100%;
	background-position: left bottom;
}

.industries_box {
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
}

.industries_box_l .img img {
	width: 550px;
	height: auto;
}

.industries_box_r {
	width: calc(100% - 750px);
}

.industries_box_r ul li {
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.industries_box_r ul li h2 {
	font-size: 50px;
	color: #333;
	width: 70px;
}

.industries_box_r ul li h3 {
	width: calc(100% - 180px);
	font-size: 30px;
	color: #00224c;
	text-transform: capitalize;
	box-sizing: border-box;
	padding: 0px 20px;
}

.industries_box_r ul li span a {
	border-bottom: 2px solid #b80530;
	color: #b80530;
	font-size: 18px;
	width: 110px;
	line-height: 40px;
	display: block;
	text-align: center;
}

.industries_box_r ul li span a:hover {
	background: #b80530;
	color: #fff;
}

.industries1_banner {
	height: 600px;
	background: url(../images/industries_banner_bj.png) no-repeat #ebedf0;
	background-size: 50% 100%;
	background-position: left bottom;
}

.product_banner .img {
	height: 700px;
}

.industries1_box {
	padding-top: 50px;
	margin-bottom: -30px;
}

.industries1_box ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -2.5%;
}

.industries1_box ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 45%;
	margin: 0px 2.5%;
	margin-bottom: 40px;
}

.industries1_box ul li h2 {
	font-size: 50px;
	color: #333;
	width: 70px;
}

.industries1_box ul li p {
	display: block;
	width: calc(100% - 80px);
	font-size: 20px;
	color: #333;
}

.industries1_box1 {
	background: #ebedf0;
}

.industries1_box11 {
	height: 550px;
	background: url(../images/industries1_box2_bj.png) no-repeat #b80530;
	position: relative;
	box-sizing: border-box;
	padding: 5%;
	color: #fff;
}

.industries1_box11 h2 {
	font-size: 30px;
	display: block;
	width: 40%;
	padding-bottom: 20px;
}

.industries1_box11 p {
	font-size: 40px;
	line-height: 60px;
	font-weight: 200;
	display: block;
	width: 40%;
}

.industries1_box11 .img {
	width: 500px;
	height: 600px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	right: 10%;
}

.industries1_box11 .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.industries1_box12 {
	padding: 80px 0px;
	padding-top: 180px;
	color: #333;
}

.industries1_box12 h2 {
	font-size: 26px;
	display: block;
	padding-bottom: 30px;
}

.industries1_box12 p {
	font-size: 18px;
	display: block;
	padding-bottom: 30px;
}

.industries1_box2 {
	padding: 80px 0px;
	padding-top: 0px;
	position: relative;
	background: #ebedf0;
}

.industries1_box2::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 80%;
	top: 20%;
	left: 0px;
	background: #a40027;
}

.industries1_box2_qh .swiper-slide {
	background: #00224c;
}

.industries1_box3 {
	background: #a40027;
	padding-bottom: 250px;
}

.industries1_box3 .container2 {
	justify-content: flex-start;
}

.industries1_box3 .about1_box1_l {
	width: 40%;
}

/* Added by xianghua on 2024.10.21 */
/* Only for 6905 */
.industries1_box3 .about1_box1_r {
	margin-left: 5%;
}

.industries1_box3 .about1_box1_r p {
	font-size: 45px;
	line-height: 60px;
	font-weight: 300;
}

.industries1_box4 {
	height: 450px;
	background: url(../images/industries1_box4_bj.png) no-repeat #010000;
	background-size: cover;
}

.industries1_box4 .container {
	display: flex;
	justify-content: space-between;
}

.industries1_box4_l {
	width: 270px;
	padding-top: 50px;
}

.industries1_box4_l h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 100px;
}

.industries1_box4_l span a {
	color: #fff;
	font-size: 22px;
	border-bottom: 2px solid #a40027;
}

.industries1_box4_l span a:hover {
	color: #a40027;
}

.industries1_box4_r {
	width: calc(100% - 270px);
	margin-top: -150px;
}

.industries1_box4_r ul {
	display: flex;
}

.industries1_box4_r ul li {
	background: #fff;
	height: 450px;
	box-sizing: border-box;
	width: calc(33.3% - 20px);
	margin: 0px 10px;
	padding: 2%;
	position: relative;
}

.industries1_box4_r ul li h3 {
	font-size: 15px;
}

.industries1_box4_r ul li h2 {
	font-size: 32px;
	margin: 20px 0px;
	height: 110px;
	line-height: 37px;
	overflow: hidden;
	color: #333;
}

.industries1_box4_r ul li p {
	font-size: 16px;
}

.industries1_box4_r ul li span a {
	width: 90px;
	height: 90px;
	display: block;
	background: #b80530;
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: none;
	align-items: center;
	justify-content: center;
}

.industries1_box4_r ul li:hover span a {
	display: flex;
}

.industries1_box5 {
	background: url(../images/industries1_box5_bj.png) no-repeat;
	background-size: cover;
}

.industries1_box5 .bt {
	height: 132px;
	background: url(../images/industries1_box5_bt.png) no-repeat center;
	background-size: contain;
}

.industries1_box5 .container h2 {
	color: #fff;
}

.store_banner {
	background: url(../images/store_banner.png) no-repeat #ebedf0;
	background-position: bottom center;
	background-size: cover;
}

.store_banner .container h3 {
	width: 100%;
}

.store_box1 {
	height: 550px;
	background: url(../images/industries1_box2_bj.png) no-repeat #b80530;
	box-sizing: border-box;
	padding: 20px 5%;
	position: relative;
}

.store_box1 .swiper-slide {
	height: 510px;
	display: flex;
	align-items: center;
}

.store_box1 .nr {
	width: 50%;
}

.store_box1 h2 {
	font-size: 30px;
	color: #fff;
	padding-bottom: 30px;
	position: relative;
	z-index: 2;
}

.store_box1 p {
	font-size: 22px;
	color: #fff;
	font-weight: 200;
	position: relative;
	z-index: 2;
}

.store_box1 .img {
	width: 48%;
	height: 510px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.store_box1 .img img {
	max-width: 85%;
	max-height: 85%;
}

.store_box1_qh .swiper-button-next,
  .store_box1_qh .swiper-button-prev {
	width: 50px;
	height: 50px;
	background: #a40027;
	color: #fff;
	top: auto;
	bottom: 0px;
}

.store_box1_qh .swiper-button-next::after,
  .store_box1_qh .swiper-button-prev::after {
	font-size: 28px;
}

.store_box1_qh .swiper-button-next {
	right: auto;
	left: 70px;
}

.store_box2 {
	padding: 80px 0px;
}

.store_box2 .bt {
	font-size: 30px;
	color: #333;
	padding-bottom: 50px;
}

.store_box21 {
	display: flex;
	margin: 0px -10px;
}

.store_box21 li {
	width: calc(33.3% - 20px);
	margin: 0px 10px;
	height: 450px;
	background: url(../images/store_box_bj.png) no-repeat #b80530;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-size: 45px;
	box-sizing: border-box;
	padding: 8%;
}

.store_box21 li b {
	font-size: 110px;
	font-weight: normal;
}

.store_box21 li p {
	text-align: center;
	font-weight: 200;
}

.store_box22 {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px;
	margin-top: 40px;
}

.store_box22 li {
	width: calc(33.3% - 20px);
	margin: 0px 10px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}

.store_box22 li a .img {
	background: #f4f4f4;
	height: 460px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.store_box22 li a .img img {
	max-width: 85%;
	max-height: 85%;
	width: auto;
	height: auto;
	transition: all 0.3s ease 0s;
}

.store_box22 li a:hover .img img {
	transform: scale(1.05);
	transition: all 0.3s ease 0s;
}

.store_box22 li a .nr {
	background: #b80530;
	padding: 5%;
	height: 70px;
	position: relative;
	color: #fff;
}

.store_box22 li a .nr h2 {
	font-size: 28px;
	color: #fff;
	padding-bottom: 6px;
}

.store_box22 li a .nr::after {
	content: "";
	width: 0%;
	height: 8px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-radius: 10px;
	background: #fff;
	transition: all 0.3s ease 0s;
}

.store_box22 li a:hover .nr::after {
	width: 100%;
	transition: all 0.3s ease 0s;
}

.contact_banner {
	height: 600px;
	background: url(../images/contact_banner.png) no-repeat;
}

.contact_banner .container h3 {
	color: #fff;
	width: 100%;
}

.contact_box {
	padding: 80px 0px;
	background: url(../images/contact_box_bj.png) no-repeat;
}

.contact_box .bt {
	font-size: 30px;
	color: #333;
}

.contact_box1 {
	padding-top: 40px;
}

.contact_box1 .hd ul {
	display: flex;
	justify-content: space-between;
}

.contact_box1 .hd ul li {
	width: 28%;
	background: #b80530;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.contact_box1 .hd ul li a {
	display: block;
	color: #fff;
}

.contact_box1 .hd ul li a img {
	width: 38px;
	height: auto;
	margin-left: 10px;
}

.contact_box1 .hd ul li.on {
	font-weight: bold;
}

.contact_box1 .bd {
	padding-top: 40px;
}

.contact_box1 .bd ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.contact_box1 .bd ul li h2 {
	width: 48%;
}

.contact_box1 .bd ul li .text {
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #333;
	font-size: 17px;
	padding: 15px 0px;
}

.contact_box1 .bd ul li:nth-last-child(1) {
	justify-content: flex-end;
}

.contact_box1 .bd ul li .btn {
	background: #a40027;
	padding: 8px 25px;
	font-size: 18px;
	color: #fff;
	border: 0px;
	cursor: pointer;
	border-radius: 25px;
}

.contact_box1 .bd ul li .btn i {
	margin-left: 10px;
}

.contact_box2 {
	padding: 80px 0px;
	background: #b80530;
	color: #fff;
}

.contact_box2 h2 {
	font-size: 26px;
	padding-bottom: 15px;
}

.contact_box2 p {
	font-size: 30px;
}

.contact_box3 {
	padding: 80px 0px;
	background: url(../images/contact_box1_bj.png) no-repeat right top #ebedf0;
}

.contact_box3 .container2 {
	display: flex;
	justify-content: space-between;
}

.contact_box3_l {
	width: 50%;
}

.contact_box3_l img {
	width: 100%;
	height: auto;
}

.contact_box3_r {
	width: 45%;
}

.contact_box3_r .lb {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-bottom: 2px solid #ccc;
	padding: 10px 0px;
	cursor: pointer;
}

.contact_box3_r .lb h2 {
	display: flex;
	align-items: center;
	font-size: 30px;
}

.contact_box3_r .lb h2 b {
	width: 1px;
	height: 20px;
	background: #ccc;
	margin: 0px 10px;
	display: block;
}

.contact_box3_r .lb h2 p {
	font-size: 20px;
}

.contact_box3_r .lb i {
	font-size: 25px;
	color: #333;
}

.contact_box3_r .lb.on {
	border-bottom: 0px;
}

.contact_box3_r .lb.on i {
	transform: rotate(90deg);
}

.contact_box3_r ul {
	border-bottom: 2px solid #ccc;
	padding-top: 20px;
	padding-bottom: 30px;
}

.contact_box3_r ul h2 {
	font-size: 20px;
}

.contact_box3_r ul p {
	font-size: 23px;
	line-height: 26px;
	color: #333;
	padding: 10px 0px;
}

.contact_box3_r ul span {
	display: flex;
}

.contact_box3_r ul span em {
	border-bottom: 1px solid #a40027;
	font-size: 16px;
}

.contact_box3_r ul span b {
	width: 1px;
	height: 20px;
	background: #ccc;
	margin: 0px 10px;
	display: block;
}

.in_video {
	width: 100%;
	height: calc(100% - 4px);
	object-fit: cover;
}

#wapDocCookie {
	background: #000;
	width: 100%;
	text-align: center;
	position: fixed;
	padding: 30px 0px;
	bottom: 0;
	left: 0;
	z-index: 100;
	color: #fff;
	font-size: 18px;
}

#wapDocCookie .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#wapDocCookie .left {
	width: 60%;
	text-align: left;
	line-height: 26px
}

#wapDocCookie .right {
	width: 35%
}

#wapDocCookie .right a {
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
	padding: 2% 8%;
	margin: 0px 1%
}

#wapDocCookie .right a:hover {
	color: #333;
	background: #fff
}

.closeAd {
	color: #fff;
	height: 12px;
	width: 12px;
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
}

#closeAd1 {
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 5px;
	margin-top: 10px;
}

.top_gg {
	background: #000;
	width: 100%;
	text-align: center;
	padding: 30px 0px;
	top: 0;
	left: 0;
	z-index: 100;
	color: #fff;
	font-size: 16px;
}

.top_gg.into {
	display: none;
}

.top_gg a {
	color: #fff;
}

.top_gg .close {
	color: #fff;
	height: 12px;
	width: 12px;
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
}

.banner_video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

img.mobile {
	display: none;
}

.mobile {
	display: none;
}

.commonButton {
	padding: 12px 30px;
	color: #fff;
	font-size: 20px;
	margin: 0px auto;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	background: var(--1, linear-gradient(96deg, #de1c24 6.53%, #8a272b 101.16%));
}

.commonButton:hover {
	color: #fff;
}

.career__b_Wrapper {
	padding-top: 95px;
	background-color: #F0F0F0;
	margin-bottom: 30px;
}

.career__banner {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}

.career__banner > div {
	flex: 1
}

.career__banner .image img {
	width: 100%;
	height: auto
}

.career__banner .text h4 {
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 10px;
	color: #DE1D25;
}

.career__banner .text p {
	margin-bottom: 10px;
	font-size: 18px
}

.career__2 {
	background-color: #F0F0F0;
	padding: 30px 20px;
}

.join__title h4 {
	font-size: 2rem;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

.join__title p {
	font-size: 18px;
	color: #222222;
	margin-bottom: 20px
}

.join__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 20px;
}

.j__card {
	background-color: #fff;
	padding: 20px;
	flex: 1;
	border: 1px solid #CCCCCC;
}

.j__card h6 {
	font-size: 18px;
	font-weight: bold;
	color: #DD1D25;
	margin-bottom: 10px;
}

.j__card p {
	font-size: 14px;
	color: #222222;
	margin-bottom: 10px;
}

.j__card a {
	color: #DD1D25;
	font-size: 14px;
	font-weight: bold;
}

.career__3 {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
	margin-bottom: 20px;
}

.career__3 > div {
	flex: 1;
}

.career__3 img {
	width: 100%;
	height: auto;
}

.career__3 .text {
	padding: 30px 20px
}

.career__3 .text h4 {
	color: #DD1D25;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.career__3 .text ul {
	margin-bottom: 15px;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.career__3 .text ul li {
	list-style-type: disc;
	list-style-position: inside;
	font-weight: bold;
	color: #000000;
	margin-bottom: 8px;
	font-size: 16px;
}

.career__3 .text ul li::marker {
	color: #b80530;
}

.career__3 .text .btn {
	text-align: center
}

.openings {
	background-color: #fff;
	padding: 20px;
}

.openings .o__title {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 1.5rem;
	color: #222222;
}

.openings .o-table {
	width: 100%;
	margin-bottom: 20px;
}

.o-table td {
	font-size: 12px;
	color: #222222;
	border-bottom: 1px solid #CCCCCC;
	padding: 20px 0;
}

.o-table .o_f_bold {
	font-weight: bold;
	color: #222222;
	text-decoration: underline;
	margin-bottom: 5px;
	font-size: 14px;
}

.o-table .o_date {
	font-size: 12px;
	color: #222222;
	margin-bottom: 3px;
}

.o-table .o_loc_label {
	color: #666666;
	margin-bottom: 5px;
	font-size: 14px;
}

.o-table .o_location {
	font-size: 14px;
}

.o-table .o_area_label {
	color: #666666;
	font-size: 14px;
	margin-bottom: 5px;
}

.o-table .o_area {
	font-size: 14px;
}

.o-table .o_apply {
	color: #DD1D25;
	font-weight: bold;
	font-size: 14px;
}

.jobBanner {
	padding-top: 95px;
	margin-bottom: 20px;
}

.jobBanner img {
	width: 100%;
	height: auto
}

.jobsSection {
	background-color: #F0F1F2;
	padding: 30px;
}

.j__search {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 20px;
	align-items: center;
}

.j__search > div:first-child {
	flex: 1
}

.j__input {
	border: 1px solid #F0F1F2;
	background-color: #F0F1F2;
	width: 100%;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
}

.js_btn.commonButton {
	padding: 10px 40px;
	border: 0;
	font-size: 14px;
	border-radius: 20px;
}

.j__tags {
	padding: 10px 0;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

.j__tags a {
	background-color: #fff;
	padding: 8px 20px;
	border-radius: 5px;
	font-size: 14px;
	box-shadow: 0px 2.3px 4.61px -5.76px #0A2A690D;
	border: 1px solid #E0E6F7;
}

.j__job {
	background-color: #fff;
	padding: 20px 10px;
	border: 1px solid #E0E6F7;
	border-radius: 5px;
}

.j__jobs {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.j__job h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

.j__job__tag {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

.j__job__tag > div {
	background-color: #EFF3FC;
	padding: 5px 10px;
	border-radius: 5px;
}

.j__job p {
	margin-bottom: 10px;
	color: #4F5E64;
	font-size: 14px;
}

.j__btn {
	text-align: end;
}

.j__btn a {
	font-size: 14px;
	padding: 8px 15px;
}

.j__timeWrapper {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 10px;
	align-items: center;
}

.j__timeWrapper > div {
	display: flex;
	align-items: baseline;
	gap: 5px;
	color: #A0ABB8;
}

.j__jobs > div {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 24%;
}

.j__similarTitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333333;
}

.j_detail__title {
	padding: 20px;
	background-color: #fff;
	border-bottom: 1px solid #CED3D9;
}

.j_detail__title h4 {
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	margin-bottom: 20px;
}

.j_detail__title a {
	font-size: 16px;
	border-radius: 25px;
}

.job__detail {
	padding: 20px;
	background-color: #fff;
	margin-bottom: 20px;
}

.j_info {
	display: flex;
	gap: 80px;
	margin-bottom: 40px;
}

.j_info div ul li {
	margin-bottom: 15px;
	font-size: 14px;
	color: #494949;
	display: flex;
	align-items: center;
	gap: 5px;
}

.j_description {
	font-size: 16px;
}

.j_description p , .j_description ul , .j_description strong {
	margin-bottom: 15px;
}

.j_description ul li {
	list-style-type: disc;
	margin-bottom: 5px;
	margin-left: 15px;
}

.j__applyWrapper {
	margin-top: 150px;
	padding: 50px 30px;
	box-shadow: 0px 5.93px 23.71px 0px #0000000D;
	border-radius: 5px;
}

.j__apply_title {
	margin-bottom: 20px;
}

.j__apply_title h4 {
	font-size: 1.5rem;
	color: #494949;
	margin-bottom: 10px;
	font-weight: bold;
}

.j__apply_title p {
	font-size: 16px;
	color: #494949;
}

.j__applySection__3 {
	max-width: 80%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	gap: 40px;
}

.j__applySection__3 > div {
	flex: 1
}

.j__applySection__3 label , .j__applySection__1 label {
	display: block;
	margin-bottom: 10px;
	color: #494949;
	font-size: 14px;
	font-weight: bold;
}

.j__applySection__3 select , .j__applySection__3 input {
	display: block;
	width: 100%;
	padding: 12px 10px;
	border-radius: 5px;
	border: 1px solid #7B858F;
	font-size: 16px;
}

.j__applySection__3 label span , .j__applySection__1 label span {
	color: #DE2E21;
}

.j__applySection__1 h4 {
	font-weight: bold;
	font-size: 18px;
	color: #494949;
	margin-bottom: 20px;
}

.j__applybuttons {
	margin-top: 20px;
	text-align: end;
	border-top: 1px solid #DFE2E6;
	padding-top: 20px;
}

.j__applybuttons button {
	border: none;
	border-radius: 20px;
	font-size: 16px;
}

.j__applybuttons button:first-child {
	background: none;
	background-color: #F0F1F2;
	color: #333333;
	font-weight: bold;
	margin-right: 20px;
	border: 1px solid #F0F1F2;
}

.dropzone {
	border: 2px dashed #CED3D9 !important;
	border-radius: 5px;
	background-color: #F6F7F8 !important;
}

.dropzone .icon {
	margin-bottom: 15px;
}

.dropzone .message {
	font-weight: bold;
	color: #333333;
	font-size: 15px;
}

.dropzone .message strong {
	text-decoration: underline;
	color: #063363
}
.list-paddingleft-2{
	width: 100% !important;
	padding-left: 15px;

}

.contact_box1 > h2 {
    font-size: 30px;
    color: #333;
    text-align: center;
    padding-bottom: 20px;
}
.contact_box1 .bd ul li .select{
	width: 100%;
    border: 0px;
    border-bottom: 1px solid #333;
    font-size: 17px;
    padding: 15px 0px;
}