* {
	font-family: "Microsoft YaHei", "微软雅黑";
	;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	transition: all 0.5s ease;
}

a:hover {
	text-decoration: none;
}

.overflow-hidden {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sideBox {
	display: none;
	position: fixed;
	right: 20px;
	top: 45%;
	width: 46px;
	z-index: 900;
	background-color: #0069ff;
}

.backIcon {
	cursor: pointer;
}

.sideBox .item {
	position: relative;
}

.sideBox_icon {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.codeImg {
	display: none;
	position: absolute;
	left: -154px;
	top: 51px;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 5px #cdcdcd;
}

.codeImgIcon {
	border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.codeImg img {
	display: block;
	width: 114px;
	height: 114px;
}

.sideBoxTel {
	display: none;
	position: absolute;
	left: -200px;
	top: 0;
	width: 180px;
	background-color: #fff;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	color: #0069ff;
	box-shadow: 0 0 5px #cdcdcd;
}

.paginationBox {
	display: flex;
	justify-content: center;
}

.paginationBox a {
	display: block;
	width: 35px;
	text-align: center;
	font-size: 18px;
	color: #666666;
}

.paginationBox a:hover {
	color: #e31919;
}

.paginationBox span {
	display: block;
	width: 35px;
	text-align: center;
	font-size: 18px;
	color: #e31919;
}

.richText {
	font-size: 18px !important;
	line-height: 35px !important;
}

.richText * {
	font-size: 18px !important;
	line-height: 35px !important;
}

.richText img {
	/**display: block;**/
	max-width: 100%;
}

.moreButton {
	display: block;
	background-color: #004EA2;
	color: #fff;
	font-size: 16px;
	width: 150px;
	line-height: 50px;
	text-align: center;
}

.moreButton:hover {
	background-color: #666;
	color: #fff;
}

.breadcrumb {
	background: none;
	padding: 30px 0;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}

.header.fixed {
	background-color: #004EA2;
}

.header_logo {
	position: absolute;
	left: 85px;
	top: 50%;
	transform: translateY(-50%);
}

.header_menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header_nav ul {
	display: flex;
}

.header_nav li {
	position: relative;
	display: flex;
	align-items: center;
	list-style: none;
	height: 90px;
}

.header_nav li .linkStyle {
	font-size: 18px;
	display: block;
	padding: 0 20px;
	color: #fff;
}

.header_nav_lv2 {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}

.header_nav_lv2Box {
	display: none;
	background-color: #fff;
	padding: 30px 0px;
	width: 230px;
}

.header_nav_lv2 .item {
	padding: 0 23px;
}

.header_nav_lv2 a {
	display: block;
	color: #333;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
}

.header_nav_lv2 a:hover {
	color: #004EA2;
	background-color: #ebebf5;
}

.header_nav_lv2::before {
	content: "";
	position: absolute;
	border-bottom: 6px solid #fff;
	border-top: none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	bottom: calc(100% - 1px);
	left: 50%;
	transform: translateX(-50%);
	transition: all 0s;
}

.header_nav li::after {
	content: "";
	width: 0%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.36s;
}

.header_nav_lv2 .item {
	position: relative;
}

.header_nav_lv3 {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	padding: 30px 23px;
	width: 230px;
	background-color: #fff;
}

.header_nav_lv3 a {
	display: block;
}

.header_nav .on .header_nav_lv2 {
	display: block;
}

.header_nav li:hover::after {
	width: 100%;
}

.carousel {
	overflow: hidden;
}

.carousel-item:hover {
	animation-play-state: running;
}

.bannerBox .swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	background-color: #fff;
	opacity: 0.5;
	border-radius: 0;
}

.bannerBox .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #fff;
}

.header_tel {
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.header_tel span {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.bannerBox .pc {
	display: block;
	width: 100%;
}

.bannerBox .mb {
	display: none;
}

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

.pageBan_img_mb {
	display: none;
}



.product_lv1 {
	background-color: #f5f5f7;
	padding-top: 25px;
}

.product_lv1 .item {
	padding-bottom: 10px;
	cursor: pointer;
}

.product_lv1 .item img {
	display: block;
	width: 100%;
}

.product_lv1 .item div {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
}

.product_lv1 .item .hh1 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
}

.product_lv1 .item.on {
	background-color: #fff;
}

.product_lv2 {
	padding: 45px 0 60px 0;
}

.product_lv2_title {
	display: flex;
	margin-bottom: 20px;
}

.product_lv2_title a {
	position: relative;
	color: #034a99;
	font-size: 28px;
	font-weight: bold;
}

.product_lv2_title a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #004EA2;
}

.product_lv2Row {
	display: flex;
}

.product_lv2Row_a {
	width: 635px;
}

.product_lv2Row_b {
	width: 765px;
}

.product .tabContent .title {
	margin-bottom: 20px;
}

.product .tabContent .title a {
	font-size: 48px;
	color: #333;
	font-weight: bold;
}

.product .tabContent .title a:hover {
	color: #004EA2;
}

.product .tabContent .item {
	display: none;
}

.product .tabContent .introduction {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
	width: 88%;
}

.product .tabContent .tag {
	display: flex;
	flex-wrap: wrap;
}

.product .tabContent .tag div {
	width: 50%;
	background-image: url(../img/i1.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 20px;
	color: #0b4c97;
	padding-left: 90px;
	margin-bottom: 20px;
	line-height: 44px;
	height: 44px;
	overflow: hidden;
}

.product .tabContent .pic {
	display: flex;
	align-items: center;
}

.product .tabContent .pic img {
	display: block;
	width: 100%;
}

.product .tabContent .info {
	margin-bottom: 15px;
}

.product .tabContent .more a {
	display: block;
	width: 150px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: #004EA2;
	font-size: 16px;
}

.product .tabContent .more a:hover {
	background-color: #666;
}

.product .tabContent .more i {
	display: block;
	width: 50px;
	height: 45px;
	background-color: #e60012;
}

.plan {
	background-image: url('../img/bg1.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #f2f3f5;
	margin-bottom: 40px;
	background-size: cover;
}

.plan .container {
	padding-top: 95px;
	padding-bottom: 35px;
}

.plan_a {
	margin-bottom: 75px;
}

.plan_a1 {
	display: flex;
	margin-bottom: 25px;
}

.plan_a1 h2 {
	position: relative;
	font-size: 48px;
	color: #fff;
}

.plan_a1 h2::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.plan_a2 div {
	display: none;
	width: 545px;
	font-size: 18px;
	color: #fff;
	line-height: 35px;
}

.plan_a3_item {
	display: none;
}

.plan_a3 {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.plan_a3 p {
	width: 623px;
	font-size: 18px;
	color: #fff;
}

.plan_a3 img {
	display: block;
	width: 623px;
}

.plan_c .row {
	margin: 0;
}

.plan_c .col-xl-4 {
	padding: 0;
	background-color: #fff;
}

.plan_c a {
	display: block;
}

.plan_c .pic {
	overflow: hidden;
}

.plan_c .pic img {
	display: block;
	width: 100%;
	transition: all 0.5s ease;
}

.plan_c .title {
	text-align: center;
	line-height: 55px;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}

.plan_c a:hover {
	background-color: #cfcfcf;
}

.plan_c a:hover img {
	transform: scale(1.05);
}

.aboutUs {
	background-image: url('../img/bg2.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
}

.aboutUs_a1 {
	display: flex;
	margin-bottom: 20px;
}

.aboutUs_a1 h2 {
	position: relative;
	font-size: 28px;
	color: #034a99;
	font-weight: bold;
}

.aboutUs_a1 h2::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #034a99;
}

.aboutUs_a2 {
	font-size: 48px;
	color: #333;
	font-weight: bold;
	margin-bottom: 30px;
}

.aboutUs_a3 {
	color: #000;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 80px;
}

.aboutUs_a4 a {
	display: block;
	width: 150px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: #004EA2;
	font-size: 16px;
}

.aboutUs_a4 a:hover {
	background-color: #666;
}

.aboutUs_b {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.aboutUs_b1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.aboutUs_b1 .item {
	width: 285px;
	padding-left: 45px;
	margin-bottom: 40px;
}

.aboutUs_b1 .num {
	border-bottom: solid 1px #1d4897;
	margin-bottom: 15px;
}

.aboutUs_b1 .num span {
	color: #0050a1;
	font-size: 40px;
	font-weight: bold;
}

.aboutUs_b1 .text {
	font-size: 18px;
	color: #313131;
}

.news {
	padding: 50px 0;
}

.news_a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.news_a .aboutUs_a1 {
	margin-bottom: 0;
}

.news_column {
	display: flex;
	align-items: center;
}

.news_column a {
	display: block;
	color: #666;
	font-size: 20px;
}

.news_column a.on {
	color: #0050a1;
}

.news_column i {
	display: block;
	width: 1px;
	height: 11px;
	background-color: #0050a1;
	margin: 0 15px;
}

.news_b {
	display: none;
}

.news_b1 .pic {
	position: relative;
	width: 100%;
	height: 455px;
	margin-bottom: 20px;
}

.news_b1 .pic i {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 68px;
	height: 173px;
	background-color: #e60012;
	display: block;
}

.news_b1 .pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
}

.news_b1 .pic img:hover {
	transform: scale(1.05);
}

.news_b1 .img {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: calc(100% - 15px);
	height: 440px;
}

.news_b1 .info {
	padding-left: 15px;
}

.news_b1 .info .title {
	position: relative;
	margin-bottom: 10px;
	display: flex;
    justify-content: space-between;
}

.news_b1 .info .title::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 5px;
	width: 1px;
	height: 20px;
	background-color: #004EA2;
}

.news_b1 .info .title a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	height: 30px;
}

.news_b1 .info .title a:hover {
	color: #004EA2;
}

.news_b1 .info .date {
	/*font-size: 18px;*/
	color: #034a99;
	font-size: 20px;
    line-height: 30px;
    height: 30px;
}

.news_b2 {
	padding-left: 45px;
}

.news_b2 li {
	margin-bottom: 30px;
}

.news_b2 li p {
	font-size: 18px;
	color: #034a99;
	margin-bottom: 5px;
}

.news_b2 li .hh2 {
	font-size: 18px;
	color: #034a99;
	margin-bottom: 5px;
}

.news_b2 li a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	height: 30px;
}

.news_b2 li a:hover {
	color: #004EA2;
}

.news_b2_p1 {
    display: flex;
    justify-content: space-between;
}
.news_b2 li .news_b2_p2 a {
    font-weight: 400;
    font-size: 18px;
    height: 60px;
    word-wrap: break-word;
    white-space: normal;
}

.footer_a {
	background-color: #1c1c34;
}

.footer_a1 {
	padding: 40px 0 40px 0;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	border-bottom: solid 1px #494959;
}

.footer_a2 {
	padding: 55px 0 70px 0;
}

.footer_a2_a div {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.footer_a2_a img {
	width: 20px;
	height: 20px;
}

.footer_a2_a span {
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
}

.footer_b {
	background-color: #0d0d27;
}

.footer_a2_b {
	display: flex;
	justify-content: flex-end;
}

.footer_a2_b1 {
	display: flex;
}

.footer_a2_b1 div a {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}

.footer_a2_b1 dl {
	margin-right: 55px;
}

.footer_a2_b1 dt {
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

.footer_a2_b1 dt::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 25px;
	height: 1px;
	background-color: #1c4698;
}

.footer_a2_b1 dd a {
	display: block;
	color: #c7cae3;
	line-height: 35px;
	font-size: 16px;
}

.footer_a2_b1 dd a:hover {
	color: #004EA2;
}

.footer_a2_b2 a {
	display: block;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer_a2_b2 a:hover {
	color: #004EA2;
}

.footer_b .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}

.footer_b1 {
	display: flex;
	color: #fff;
	font-size: 16px;
}
.footer_b1 img{
	padding: 0;
}

.footer_b1 span {
	color: #fff;
	font-size: 16px;
	margin-right: 20px;
}

.footer_b1 a {
	color: #fff;
	font-size: 16px;
}

.footer_b2 a {
	color: #fff;
	font-size: 16px;
	margin: 0 10px;
}

.footer_b a:hover {
	color: #004EA2;
}

.footer_c {
	display: none;
	background-color: #0d0d27;
	border-top: solid 1px rgb(255 255 255 / 5%);
	padding: 10px 0;
}

.footer_c a {
	color: #fff;
	margin-right: 10px;
	margin-bottom: 5px;
}

.pageBan {
	position: relative;
	overflow: hidden;
}

.pageBan_img img {
	/* display: block; */
	width: 100%;
}

.pageBan_info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pageBan_info .container {
	position: relative;
	height: 100%;
}

.pageBan_info1 {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: #fff;
	transform: translateY(-50%);
}

.pageBan_info1 div {
	display: flex;
	margin-bottom: 10px;
}

.pageBan_info1 h2 {
	font-size: 30px;
	font-weight: bold;
	border-bottom: solid 1px #fff;
	padding-bottom: 10px;
}

.pageBan_info1 h3 {
	font-size: 50px;
	font-weight: bold;
}

.pageBan_info2 {
	position: absolute;
	left: 0;
	bottom: 25px;
	display: flex;
	align-items: center;
}

.pageBan_info2 * {
	color: #fff;
	font-size: 18px;
	padding: 0 2px;
}

.caseList {
	padding: 125px 0 80px 0;
	overflow: hidden;
}

.caseList .col {
	margin-bottom: 250px;
}

.caseList a {
	position: relative;
	display: block;
}

.caseList .pic {
	overflow: hidden;
}

.caseList .pic img {
	display: block;
	width: 100%;
	height: 440px;
	transition: all 0.5s ease;
}

.caseList .pic img:hover {
	transform: scale(1.05);
}

.caseList .info {
	position: absolute;
	left: 0;
	top: 300px;
	width: 535px;
	padding: 25px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 12px #cdcdcd;
}

.caseList .info_a {
	font-size: 24px;
	color: #15152e;
	margin-bottom: 10px;
	font-weight: bold;
}

.caseList .info_b {
	margin-bottom: 10px;
}

.caseList .info_b p {
	font-size: 18px;
	color: #000;
	margin-bottom: 0;
	line-height: 30px;
}

.caseList .info_c {
	display: flex;
}

.caseList .info_c span {
	display: block;
	border: solid 1px #004EA2;
	background-color: #fff;
	color: #004EA2;
	font-size: 16px;
	width: 150px;
	line-height: 50px;
	text-align: center;
}

.caseList .info_c span:hover {
	background-color: #004EA2;
	color: #fff;
}

.paginationBox {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}

.h90 {
	height: 90px;
}

.crumb {
	margin-bottom: 50px;
}

.crumb a {
	color: #666;
}

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

.caseDetail_a1 {
	width: 605px;
}

.caseDetail_a2 {
	position: relative;
	width: 720px;
}
.videoPlayBtnBox{
	position: relative;
}
.videoPlayBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.videoPlayBtn img{
	width: 100px;
	height: 100px;
	cursor: pointer;
}
.videoPlayBtn img:nth-child(1){
	display: block;
}
.videoPlayBtn img:nth-child(2){
	display: none;
}
.videoPlayBtn:hover img:nth-child(1){
	display: none;
}
.videoPlayBtn:hover img:nth-child(2){
	display: block;
}

.caseDetail_a .row {
	margin: 0 -35px;
}

.caseDetail_a .col-xl-6 {
	padding: 0 35px;
}

.caseDetail_a {
	padding-bottom: 95px;
}

.caseDetail_a1_a {
	padding-left: 15px;
	margin-bottom: 50px;
}

.caseDetail_a1_a1 {
	position: relative;
	font-size: 30px;
	color: #2b2b33;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 50px;
}

.caseDetail_a1_a1::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 24px;
	background-color: #1c4697;
}

.caseDetail_a1_a2 p {
	margin-bottom: 0;
	font-size: 20px;
	color: #000;
	padding: 10px 0;
}

.caseDetail_a1_b {
	padding-left: 15px;
}

.caseDetail_a1_b1 {
	position: relative;
	font-size: 22px;
	color: #2b2b33;
	font-weight: bold;
	margin-bottom: 20px;
}

.caseDetail_a1_b1::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 16px;
	background-color: #1c4697;
}

.caseDetail_a1_b2 {
	font-size: 18px;
	color: #000;
	line-height: 30px;
}

.caseDetail_video {
	width: 100%;
	min-height: 480px;
	background-color: #eee;
}

.caseDetail_b {
	background-color: #f5f5f5;
	padding: 80px 0;
}

.caseDetail_b1 {
	font-size: 44px;
	color: #15152e;
	font-weight: bold;
	margin-bottom: 30px;
}

.caseDetail_b2 {
	position: relative;
	display: flex;
	flex-direction: column;
}

.caseDetail_b2_swiper {
	width: 1300px;
}

.caseDetail_b2 .swiper-slide img {
	display: block;
	width: 100%;
}

.caseDetail_b2-pagination {
	display: flex;
	justify-content: center;
	padding-top: 25px;
}

.caseDetail_b2-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin: 0 8px;
}

.caseDetail_b2-pagination .swiper-pagination-bullet-active {
	background-color: #1c4597;
}

.caseDetail_b2-button-prev {
	position: absolute;
	left: 0;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
}

.caseDetail_b2-button-next {
	position: absolute;
	right: 0;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
}

.caseDetail_c {
	padding: 80px 0;
}

.caseDetail_c1 {
	position: relative;
	color: #2d2d2d;
	font-weight: bold;
	font-size: 44px;
	padding-left: 30px;
	margin-bottom: 40px;
}

.caseDetail_c1::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 30px;
	background-color: #1c4697;
}

.caseDetail_c2 {
	background-color: #fff;
	box-shadow: 0 0 12px 5px #eee;
	padding: 25px 30px;
	font-size: 18px;
	color: #000;
	line-height: 30px;
}

.caseDetail_d {
	background-color: #f5f5f5;
	padding: 80px 0;
}

.caseDetail_d .container {
	background-color: #fff;
	padding: 55px 0 75px 0;
}

.caseDetail_d1 {
	font-size: 44px;
	color: #15152e;
	font-weight: bold;
	padding: 0px 45px 10px 45px;
}

.caseDetail_d2 {
	position: relative;
	padding: 0 45px;
}

.caseDetail_d2 .col-xl-6 {
	padding: 0 30px;
}

.caseDetail_d2_a1 {
	margin-bottom: 20px;
}

.caseDetail_d2_a1 img {
	display: block;
	width: 100%;
	height: 310px;
}

.caseDetail_d2_a2 {
	display: flex;
}

.caseDetail_d2_a2 dl {
	position: relative;
	flex: 1;
	text-align: center;
	color: #666666;
}

.caseDetail_d2_a2 dl::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 40px;
	background-color: #ddd;
	transform: translateY(-50%);
}

.caseDetail_d2_a2 dl:last-child::after {
	display: none;
}

.caseDetail_d2_a2 dt {
	font-size: 18px;
	margin-bottom: 5px;
}

.caseDetail_d2_a2 dd {
	font-size: 14px;
}

.caseDetail_d2_b1 {
	font-size: 42px;
	color: #15152e;
	font-weight: bold;
	margin-bottom: 35px;
}

.caseDetail_d2_b2 {
	font-size: 18px;
	/* color: #666; */
	line-height: 30px;
	margin-bottom: 40px;
}

.caseDetail_d2_b3 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}

.caseDetail_d2_b3 div {
	position: relative;
	flex: 50%;
	font-size: 18px;
	color: #004ea1;
	padding: 5px 0;
	padding-left: 15px;
}

.caseDetail_d2_b3 div::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	width: 4px;
	height: 4px;
	background-color: #014da1;
	transform: translateY(-50%);
}

.caseDetail_d2_b4 {
	display: flex;
}

.caseDetail_d2-button-prev {
	position: absolute;
	left: 20px;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
}

.caseDetail_d2-button-next {
	position: absolute;
	right: 20px;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
}

.caseDetail_e {
	padding: 80px 0;
}

.caseDetail_e1 {
	font-size: 44px;
	color: #15152e;
	font-weight: bold;
	margin-bottom: 30px;
}

.caseDetail_e2 .col-xl-4 {
	padding: 0 20px;
}

.caseDetail_e2 a {
	display: block;
	box-shadow: 0 0 5px 5px #eee;
	background-color: #fff;
}

.caseDetail_e2_a {
	overflow: hidden;
}

.caseDetail_e2_a img {
	display: block;
	width: 100%;
	height: 285px;
	transition: all 0.5s ease;
}

.caseDetail_e2_b {
	padding: 50px 20px;
}

.caseDetail_e2_b1 {
	position: relative;
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
}

.caseDetail_e2_b1::before {
	content: '';
	position: absolute;
	left: 0;
	top: -25px;
	width: 60px;
	height: 5px;
	background-color: #004ea1;
	transition: all 0.5s ease;
}

.caseDetail_e2_b2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.caseDetail_e2_b2_a div {
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
}

.caseDetail_e2_b2_b span {
	display: block;
	width: 80px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #014da1;
	transition: all 0.5s ease;
}

.caseDetail_e2 a:hover .caseDetail_e2_a img {
	transform: scale(1.05);
}

.caseDetail_e2 a:hover .caseDetail_e2_b1::before {
	width: 100%;
}

.caseDetail_e2 a:hover .caseDetail_e2_b2_b span {
	background-color: #666;
}

.product_introduce {
	background-color: #fbfbfb;
	padding: 90px 0 60px 0;
}

.product_introduce .col-xl-3 {
	padding: 0 10px;
}

.product_introduce .item {
	background-color: #fff;
	padding: 35px 20px;
}

.product_introduce .item_a {
	position: relative;
	font-size: 20px;
	color: #2d2d2d;
	font-weight: bold;
	margin-bottom: 20px;
}

.product_introduce .item_a::before {
	content: '';
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 28px;
	background-color: #004ea1;
}

.product_introduce .item_b {
	font-size: 18px;
}

.productList {
	padding: 100px 0;
}

.productList .col {
	padding: 0 20px;
}

.productItem {
	margin-bottom: 100px;
}

.productItem a {
	display: block;
	box-shadow: 0 0 12px 5px #eee;
	background-color: #fff;
}

.productItem_a {
	overflow: hidden;
}

.productItem_a img {
	display: block;
	width: 100%;
	height: 290px;
	transition: all 0.5s ease;
}

.productItem_b {
	position: relative;
	padding: 30px 40px 40px 40px;
	overflow: hidden;
	transition: all 0.5s ease;
}

.productItem_b1 {
	font-size: 22px;
	color: #252525;
	font-weight: bold;
	margin-bottom: 10px;
}

.productItem_b2 {
	height: 90px;
	overflow: hidden;
}

.productItem_b2 div {
	font-size: 18px;
	color: #252525;
	line-height: 30px;
}

.productItem_b3 {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: -36px;
	transition: all 0.5s ease;
}

.productItem_b3 span {
	font-size: 16px;
	color: #fefefe;
	margin-right: 10px;
}

.productItem_b3 i {
	display: block;
	width: 36px;
	line-height: 36px;
	height: 36px;
	color: #fff;
	text-align: center;
	background-color: #cf2727;
	font-size: 16px;
	background-image: url('../img/i4.png');
}

.productItem:hover .productItem_a img {
	transform: scale(1.05);
}

.productItem:hover .productItem_b {
	background-color: #024ea2;
	color: #fff;
}

.productItem:hover .productItem_b * {
	color: #fff;
}

.productItem:hover .productItem_b3 {
	bottom: 0;
}

.productDetail_b2_swiper {
	margin-bottom: 15px;
}

.productDetail_b2_buttons {
	padding-right: 20px;
}

.productDetail_b2-button-prev,
.productDetail_b2-button-next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 3px 5px #eee;
	margin: 0 10px;
	cursor: pointer;
}

.productDetail_b2-button-prev img,
.productDetail_b2-button-next img {
	display: block;
	width: 10px;
	height: 10px;
}

.productDetail_b2_buttons .button:hover {
	background-color: #eee;
}

.productDetail_f {
	position: relative;
	padding-top: 80px;
	box-shadow: 0 -10px 10px #eee;
}

.productDetail_f1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
}

.productDetail_f1.fixed {
	position: fixed;
	left: 0;
	top: 90px;
	z-index: 10;
	width: 100%;
	box-shadow: 0 2px 2px #eee;
}

.productDetail_f_tab {
	display: flex;
}

.productDetail_f_tab .tabItem {
	flex: 1;
	line-height: 80px;
	height: 80px;
	text-align: center;
	font-size: 18px;
	color: #152038;
	font-weight: bold;
	cursor: pointer;
}

.productDetail_f_tab .tabItem.on {
	color: #004ea1;
}

.productDetail_f_tab .tabItem:hover {
	color: #004ea1;
}

.productDetail_f2 .parameter {
	background-color: #fbfbfc;
}

.productDetail_f2 .parameter .row {
	margin: 0;
}
.productDetail_f2 .parameter .row:nth-child(even){
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.productDetail_f2 .parameter .col-xl-6 {
	padding: 0;
}

.productDetail_f2_a {
	padding: 35px 35px 0px 35px;
}

.productDetail_f2_a1 {
	font-size: 24px;
	color: #c7cae3;
	font-weight: bold;
	margin-bottom: 15px;
}

.productDetail_f2_a2 {
	font-size: 28px;
	color: #2d2d2d;
	font-weight: bold;
	margin-bottom: 25px;
}

.productDetail_f2_a3 div {
	font-size: 18px;
	color: #2d2d2d;
	line-height: 30px;
}

.productDetail_f2_b {
	overflow: hidden;
}

.productDetail_f2_b img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
}

.productDetail_f2 .parameter .row:hover .productDetail_f2_b img {
	transform: scale(1.05);
}

.productDetail_f3_a {
	color: #152038;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 55px 0 30px 0;
}

.productDetail_f3_b {
	text-align: center;
}

.productDetail_f3_b1 {
	display: flex;
	background-color: #004ea1;
	color: #fdfeff;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #fff;
	line-height: 44px;
}

.productDetail_f3_b .dt {
	width: 130px;
}

.productDetail_f3_b .dd {
	flex: 1;
}

.productDetail_f3_b1 .dd {
	border-left: solid 1px #fff;
}

.productDetail_f3_b2 {
	display: flex;
	background-color: #3371b4;
	line-height: 44px;
	color: #fdfeff;
	font-size: 16px;
	font-weight: bold;
}

.productDetail_f3_b3 {
	display: flex;
	line-height: 44px;
	color: #333333;
	font-size: 16px;
	border: solid 1px #bababa;
	border-top: none;
}

.productDetail_f3_b3 .dt {
	font-weight: bold;
}

.productDetail_f3_b3 .dd {
	border-left: solid 1px #bababa;
}

.productDetail_g {
	padding-bottom: 100px;
}

.swiper-container-horizontal>.swiper-pagination-progress {
	height: 3px;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background-color: #004d9f;
}

.aboutUsPage_a {
	background-image: url(../img/bg6.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
}

.aboutUsPage_b {
	padding: 80px 0 130px 0;
	overflow: hidden;
}

.aboutUsPage_b1 {
	overflow: unset;
	padding-bottom: 40px;
}

.aboutUsPage_b1_a {
	font-size: 30px;
	color: #0050a1;
	font-weight: bold;
	margin-bottom: 30px;
}

.aboutUsPage_b1_b div {
	position: relative;
	font-size: 18px;
	color: #000;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 20px;
}

.aboutUsPage_b1_b div::before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 5px;
	height: 5px;
	background-color: #656666;
}

.swiper-container-horizontal>.swiper-pagination-progress {
	top: auto;
	bottom: 0;
}

.aboutUsPage_b2 {
	display: flex;
	padding-top: 40px;
}

.aboutUsPage_b2 div {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: solid 1px #0050a1;
	cursor: pointer;
}

.aboutUsPage_b1-button-prev {
	background-image: url('../img/i5.png');
	margin-right: 12px;
}

.aboutUsPage_b1-button-next {
	background-image: url('../img/i6.png');
}

.aboutUsPage_c {
	background-image: url('../img/bg7.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.aboutUsPage_c {
	padding: 75px 0 70px 0;
}

.aboutUsPage_c1 {
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 45px;
}

.aboutUsPage_c2 .swiper-slide {
	padding: 0 12px;
	margin-bottom: 65px;
}

.aboutUsPage_c2 .item {
	position: relative;
	text-align: center;
	color: #fff;
	padding: 75px 80px 65px 80px;
	background-image: url('../img/i7.png');
}

.aboutUsPage_c2 .item::before {
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	top: 0;
	width: 80px;
	height: 100%;
	background-image: url('../img/left.png');
	background-repeat: no-repeat;
	background-position: left center;
}

.aboutUsPage_c2 .item::after {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	width: 80px;
	height: 100%;
	background-image: url('../img/right.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.aboutUsPage_c2_a {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	margin-bottom: 10px;
}

.aboutUsPage_c2_b {
	font-size: 14px;
}

.aboutUsPage_c2_pagination {
	display: flex;
	justify-content: center;
}

.aboutUsPage_c2_pagination .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, 0.6);
	width: 10px;
	height: 10px;
}

.aboutUsPage_c2_pagination .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 1);
}

.aboutUsPage_d {
	padding: 100px 0;
}

.aboutUsPage_d1 .row {
	margin: 0;
}

.aboutUsPage_d1 .col {
	height: 345px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 45px 0 45px;
	color: #fff;
}

.aboutUsPage_d1 .col dt {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.aboutUsPage_d1 .col dd {
	font-size: 18px;
	line-height: 30px;
}

.aboutUsPage_d1 .col:nth-child(1) {
	background-image: url('../img/bg8.jpg');
}

.aboutUsPage_d1 .col:nth-child(2) {
	background-image: url('../img/bg9.jpg');
}

.aboutUsPage_d1 .col:nth-child(3) {
	background-color: #f4f4f6;
	color: #333333;
}

.aboutUsPage_d1 .col:nth-child(4) {
	background-color: #f4f4f6;
	color: #333333;
}

.aboutUsPage_d1 .col:nth-child(5) {
	background-image: url('../img/bg10.jpg');
}

.aboutUsPage_d1 .col:nth-child(6) {
	background-image: url('../img/bg11.jpg');
}

.technics_a {
	padding: 100px 0;
}

.technics_a1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.technics_a1_a {
	display: flex;
}

.technics_a1_a dl {
	display: flex;
	align-items: flex-end;
	margin-right: 80px;
	margin-bottom: 0;
}

.technics_a1_a dt {
	font-size: 44px;
	color: #000;
	font-weight: bold;
	margin-right: 20px;
}

.technics_a1_a dd {
	font-size: 18px;
	color: #515151;
}

.technics_a1_b {
	width: 675px;
	font-size: 18px;
	color: #515151;
	line-height: 30px;
}

.technics_a2 .col {
	margin-bottom: 35px;
}

.technics_a2 .col a {
	display: block;
	box-shadow: 0 5px 5px #eee;
	background-color: #fff;
}

.technics_a2_a {
	overflow: hidden;
}

.technics_a2_a img {
	display: block;
	width: 100%;
	height: 270px;
	transition: all 0.5s ease;
}

.technics_a2_b {
	padding: 20px 15px 35px 15px;
	transition: all 0.5s ease;
}

.technics_a2_b1 {
	font-size: 22px;
	color: #282828;
	font-weight: bold;
	margin-bottom: 15px;
	transition: all 0.5s ease;
	height: 30px;
	line-height: 30px;
}

.technics_a2_b2 {
	font-size: 18px;
	color: #000;
	line-height: 35px;
	height: 105px;
	transition: all 0.5s ease;
	overflow: hidden;
}

.technics_a2_b33 {
	font-size: 18px;
	color: #000;
	line-height: 35px;
	height: 140px;
	transition: all 0.5s ease;
	overflow: hidden;
}

.technics_a2 .col a:hover img {
	transform: scale(1.05);
}

.technics_a2 .col a:hover .technics_a2_b {
	background-color: #1c4597;
}

.technics_a2 .col a:hover .technics_a2_b1 {
	color: #fff;
}

.technics_a2 .col a:hover .technics_a2_b2 {
	color: #fff;
}

.contactUs_a {
	padding: 100px 0 130px;
}

.contactUs_a1 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-image: url(../img/bg13.jpg);
	background-position: center top;
	height: 340px;
	box-shadow: 0px 0px 10px #eee;
	margin-bottom: 75px;
	background-size: cover;
	background-repeat: no-repeat;
}

.contactUs_a1_a {
	margin-right: 55px;
}

.contactUs_a1_a1 {
	font-size: 30px;
	color: #212121;
	font-weight: bold;
	margin-bottom: 10px;
}

.contactUs_a1_a2 {
	font-size: 20px;
	color: #626262;
}

.contactUs_a1_b {
	font-size: 54px;
	color: #e60012;
	font-weight: bold;
	padding-right: 130px;
}

.contactUs_a2 {
	border-top: solid 1px #bcbcbc;
	padding-top: 30px;
}

.contactUs_a2_a {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.contactUs_a2_a i {
	display: block;
	width: 47px;
	height: 2px;
	background-color: #1c4697;
	margin-right: 10px;
}

.contactUs_a2_a span {
	display: block;
	font-size: 20px;
	color: #b7b8bf;
}

.contactUs_a2_b {
	font-size: 44px;
	color: #212429;
	font-weight: bold;
	margin-bottom: 30px;
}

.contactUs_a2_c .item {
	padding: 30px 15px;
}

.contactUs_a2_c .dt {
	font-size: 18px;
	color: #212429;
	font-weight: bold;
	margin-bottom: 5px;
}

.contactUs_a2_c .dd {
	font-size: 22px;
	color: #757981;
}

.service_a {
	padding: 100px 0;
}

.service_a {
	padding: 100px 0;
}

.service_a1 {
	font-size: 18px;
	color: #373737;
	margin-bottom: 15px;
	line-height: 30px;
}

.service_a2 {
	margin-bottom: 25px;
}

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

.service_a2_row .item {
	display: flex;
	align-items: center;
	padding: 35px 0;
}

.service_a2_row_a img {
	display: block;
}

.service_a2_row_b {
	font-size: 20px;
	color: #454545;
	padding-left: 20px;
}

.service_a2_row_b span {
	font-size: 50px;
	color: #014da1;
	font-weight: bold;
}

.service_a3 .col {
	margin-bottom: 55px;
}

.service_a3 a {
	display: block;
	box-shadow: 0 0 10px #eee;
}

.service_a3_a {
	overflow: hidden;
}

.service_a3_a img {
	display: block;
	width: 100%;
	height: 375px;
	transition: all 0.5s ease;
}

.service_a3_b {
	height: 15px;
	background-color: #1c4597;
	transition: all 0.5s ease;
}

.service_a3_c {
	background-color: #fff;
	padding: 15px 30px;
}

.service_a3_c1 {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	height: 120px;
	margin-bottom: 15px;
	overflow: hidden;
}

.service_a3_c2 {
	height: 90px;
}

.service_a3_c2 div {
	position: relative;
	line-height: 30px;
	height: 30px;
	color: #014da1;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
}

.service_a3_c2 div::before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 5px;
	height: 5px;
	background-color: #1c4597;
}

.service_a3 a:hover img {
	transform: scale(1.05);
}

.service_a3 a:hover .service_a3_b {
	background-color: #999;
}

.service_b {
	background-color: #014da1;
	padding: 115px 0 100px 0;
}

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

.service_b1 span {
	font-size: 50px;
	color: #fafbfd;
	font-weight: bold;
}

.service_b1 a {
	display: block;
	width: 170px;
	line-height: 56px;
	text-align: center;
	background-color: #fff;
	color: #014da1;
	font-size: 20px;
	transition: all 0.5s ease;
}

.service_b1 a:hover {
	background-color: #666;
	color: #fff;
}

.newsPage_a {
	padding: 100px 0 80px 0;
}

.newsPage_a1 {
	display: flex;
	margin-bottom: 40px;
}

.newsPage_a1 a {
	display: block;
	width: 164px;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	background-color: #dddede;
	color: #333333;
	margin-right: 20px;
	transition: all 0.5s ease;
}

.newsPage_a1 .on {
	background-color: #004ea1;
	color: #fff;
}

.newsPage_a1 a:hover {
	background-color: #004ea1;
	color: #fff;
}

.newsPage_a2.row {
	margin: 0 -20px;
}

.newsPage_a2 .col-xl-6 {
	padding: 0 20px;
}

.newsPage_a2_a_swiper a {
	position: relative;
	display: block;
}

.newsPage_a2_a_swiper img {
	display: block;
	width: 100%;
	height: 440px;
	transition: all 0.5s ease;
}

.newsPage_a2_a_swiper .info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.9);
}

.newsPage_a2_a_swiper a:hover img {
	transform: scale(1.05);
}

.newsPage_a2 .date {
	font-size: 18px;
	color: #3b3b3b;
	margin-bottom: 5px;
}

.newsPage_a2 .title {
	font-size: 20px;
	color: #3b3b3b;
	font-weight: bold;
}

.newsPage_a2_b .item {
	margin-bottom: 32px;
}

.newsPage_a2_b a {
	display: block;
	background-color: #fff;
	padding: 33px 35px;
	transition: all 0.5s ease;
}

.newsPage_a2_b a:hover {
	background-color: #004EA2;
}

.newsPage_a2_b a:hover * {
	color: #fff;
}

.newsPage_a3 .item {
	background-color: #fff;
	margin-bottom: 25px;
	transition: all 0.5s ease;
}

.newsPage_a3 a {
	display: block;
	padding: 30px 25px;
	color: #3b3b3b;
}

.newsPage_a3_a {
	font-size: 16px;
	margin-bottom: 5px;
}

.newsPage_a3_c {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}

.newsPage_a3_b {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.newsPage_a3_d {
	font-size: 16px;
	color: #004ea1;
}

.newsPage_a3 a:hover {
	background-color: #004EA2;
	color: #fff;
}

.newDetail_a {
	padding: 130px 0 120px 0;
	margin-bottom: 35px;
}

.newDetail_a .container {
	padding: 0 50px;
}

.newDetail_a1 {
	text-align: center;
	font-weight: bold;
	color: #15152e;
	font-size: 30px;
	margin-bottom: 35px;
}

.newDetail_a2 {
	text-align: center;
	font-size: 18px;
	padding-bottom: 15px;
	border-bottom: solid 1px #000;
}

.newDetail_a3 {
	padding: 100px 0;
}

.newDetail_a4 {
	display: flex;
	margin-bottom: 75px;
}

.newDetail_a4 a {
	font-size: 18px;
	color: #555555;
}

.newDetail_a4 a:hover {
	color: #004EA2;
}

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

.newDetail_a5 i {
	display: block;
	width: 1px;
	height: 70px;
	background-color: #d6d6d6;
	margin: 0 20px;
}

.newDetail_a5_a {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

.newDetail_a5 a {
	font-size: 20px;
	color: #555555;
}

.newDetail_a5 a:hover {
	color: #004EA2;
}

.planPage_a {
	padding: 80px 0 60px 0;
	background-image: url('../img/bg15.jpg');
	background-position: center;
	background-size: cover;
	margin-bottom: 85px;
}

.planPage_a1 {
	font-size: 44px;
	color: #15152e;
	font-weight: bold;
	margin-bottom: 15px;
}

.planPage_a2 {
	font-weight: bold;
	font-size: 30px;
	color: #014da1;
	margin-bottom: 20px;
}

.planPage_a3 {
	margin-bottom: 35px;
}

.planPage_a3 div {
	width: 685px;
	font-size: 18px;
	line-height: 35px;
	color: #000;
}

.planPage_a4 {
	display: flex;
	margin-bottom: 50px;
}

.planPage_a4 a {
	display: block;
	width: 150px;
	line-height: 50px;
	text-align: center;
	border: solid 1px #214c9b;
	font-size: 16px;
	color: #014da1;
}

.planPage_a4 a:hover {
	background-color: #014da1;
	color: #fff;
}

.planPage_a5 .row {
	margin: 0 -10px;
}

.planPage_a5 .col-xl-3 {
	/*padding: 0 10px;*/
}

.planPage_a5 .item {
	background-color: #fff;
	padding: 35px 30px 36px;
	height: 265px;
	width: 98%;
}

.planPage_a5 .item_a {
	margin-bottom: 20px;
}

.planPage_a5 .item_b {
	font-size: 22px;
    color: #014da1;
    margin-bottom: 10px;
    font-weight: bold;
}

.planPage_b {
	background-image: url('../img/bg16.jpg');
	background-position: center;
	background-size: cover;
	padding: 80px 0;
}

.planPage_b1 {
	color: #e5eceb;
	font-weight: bold;
	font-size: 44px;
	margin-bottom: 40px;
}

.planPage_b2 .row {
	margin: 0 -20px;
}

.planPage_b2 .col {
	margin-bottom: 20px;
	padding: 0 20px;
}

.planPage_b2 .item {
	background-color: #fefefe;
	padding: 40px 25px;
}

.planPage_b2 .item_a {
	display: flex;
	align-items: center;
	border-bottom: solid 1px #d1d1d1;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.planPage_b2 .item_a span {
	font-size: 22px;
	color: #014da1;
	font-weight: bold;
	padding-left: 5px;
}

.planPage_b2 .item_b {
	font-size: 18px;
	color: #000;
	line-height: 30px;
}

.planPage_c {
	padding: 80px 0;
}

.planPage_c .caseDetail_e2 {
	margin-bottom: 55px;
}

.planPage_c .caseDetail_e2_swiper {
	padding: 10px 0;
}

.planPage_c .swiper-slide {
	padding: 0 5px;
}

.planPage_c .aboutUsPage_b2 {
	padding: 0 0 0 5px;
}

.mHeader {
	display: none;
}

.mHeaderBottom {
	height: 65px;
}

.mHeaderFixed {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 65px;
	background-color: #fff;
	box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
}

.mHeaderFixedLogo {
	display: flex;
	align-items: center;
	background-color: #004EA2;
	padding: 0 10px;
	height: 100%;
}

.mHeaderFixedLogoNav {
	padding-right: 20px;
}

.mHeaderFixedLogoNav i {
	display: block;
	background-color: #004EA2;
	width: 28px;
	height: 2px;
	transition: all 0.3s ease;
}

.mHeaderFixedLogoNav i:nth-child(2) {
	margin: 8px 0;
}

.mHeaderFixedLogoNav.on i:nth-child(1) {
	transform: translateY(10px) rotate(-45deg);
}

.mHeaderFixedLogoNav.on i:nth-child(2) {
	opacity: 0;
}

.mHeaderFixedLogoNav.on i:nth-child(3) {
	transform: translateY(-10px) rotate(45deg);
}

.mHeaderFixedMenu {
	position: fixed;
	left: 100%;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #004EA2;
	padding: 20px;
	padding-top: 85px;
	z-index: 99;
	transition: all 0.5s ease-in-out;
}

.mHeaderFixedMenu.show {
	left: 0;
}

.mHeaderFixedMenu .itemF {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.mHeaderFixedMenu .itemF a {
	display: block;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
}

.mHeaderFixedMenu .item i {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
}

.mHeaderFixedMenu .item i::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	background-color: #fff;
	width: 12px;
	height: 2px;
}

.mHeaderFixedMenu .item i::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	display: block;
	background-color: #fff;
	width: 12px;
	height: 2px;
	transition: all 0.3s ease-in-out;
}

.mHeaderFixedMenu .itemF.on i::before {
	transform: translateY(-50%) rotate(0deg);
}

.mHeaderFixedMenu .itemS_Btn.on i::before {
	transform: translateY(-50%) rotate(0deg);
}

.mHeaderFixedMenu .itemS {
	display: none;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	padding-left: 15px;
}

.mHeaderFixedMenu .itemS a {
	display: block;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.mHeaderFixedMenu .itemS .itemS_Btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.mHeaderFixedMenu .itemT {
	display: none;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	padding-left: 15px;
}

.mHeaderFixedMenu .itemT a {
	display: block;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

/* @media (min-width: 1500px) {
	.container {
		padding: 0;
		max-width: 1400px;
		margin: 0 auto;
	}
	.plan_a2 div{
		width: 445px;
	}

} */
@media (min-width: 1440px){
	.container{
		padding: 0;
		max-width: 1380px;
	}
	
}

@media (max-width: 1439px) {
	.header_nav li {
		height: 70px;
	}

	.header_logo img {
		height: 50px;
	}

	.header_nav li .linkStyle {
		font-size: 16px;
	}

	.header_logo {
		left: 20px;
	}

	.header_tel span {
		font-size: 20px;
	}
	.footer_a2_b1 dt{
		font-size: 16px;
	}
	.footer_a2_b1 dd a{
		font-size: 14px;
	}
	.productDetail_f2_a{
		padding-top: 20px;
	}
	.productDetail_f2_a1{
		margin-bottom: 0;
	}
	.productDetail_f2_a2{
		margin-bottom: 0
	}

	.productDetail_f1.fixed {
		top: 60px;
	}

	.productDetail_f_tab .tabItem {
		height: 60px;
		line-height: 60px;
	}


	.product .tabContent .title a {
		font-size: 38px;
	}

	.plan_a1 h2 {
		font-size: 38px;
	}

	.plan_a2 {
		width: 100%;
	}

	.plan_a3 p {
		width: 100%;
	}

	.plan_a3 img {
		width: 100%;
	}

	.aboutUs_a2 {
		font-size: 38px;
	}

	.aboutUs_b1 .item {
		width: 50%;
	}

	.news_b1 .pic {
		height: auto;
	}

	.news_b1 .pic i {
		bottom: -15px;
	}

	.news_b1 .img {
		position: relative;
		height: auto;
	}

	.footer_a2_b {
		flex-direction: column;
	}

	.footer_a2_b2 {
		display: flex;
	}

	.footer_a2_b2 a {
		margin-right: 40px;
	}

	.caseList .col {
		margin-bottom: 50px;
	}

	.caseList .info {
		width: 100%;
		position: static;
	}

	.caseList {
		padding-bottom: 100px;
	}

	.caseList .pic img {
		height: 345px;
	}

	.caseDetail_b2_swiper {
		width: 100%;
	}

	.caseDetail_c1 {
		font-size: 34px;
	}

	.caseDetail_d2_a1 img {
		height: 240px;
	}

	.caseDetail_e2_a img {
		height: 221px;
	}

	.newsPage_a2_a_swiper img {
		height: 348px;
	}

	.newsPage_a2_b a {
		padding: 18px 35px;
	}

	.productItem_a img {
		height: 228px;
	}

	.service_a3_a img {
		height: 294px;
	}

	.technics_a1 {
		flex-direction: column;
	}

	.technics_a1_a {
		width: 100%;
		margin-bottom: 20px;
	}

	.technics_a1_b {
		width: 100%;
	}

	.technics_a2_a img {
		height: 210px;
	}

	.caseDetail_a1 {
		width: 495px;
	}

	.caseDetail_a2 {
		width: 585px;
	}

	.product_lv2Row_a {
		width: 50%;
	}

	.product_lv2Row_b {
		width: 50%;
	}

	.plan_a2 div {
		width: 445px;
	}

	.newDetail_a .container {
		padding: 0 0px;
	}
}

@media (max-width: 1199px) {
	.header {
		display: none;
	}

	.mHeader {
		display: block;
	}

	.plan_a3 {
		padding-top: 30px;
	}

	.aboutUs_a3 {
		margin-bottom: 40px;
	}

	.aboutUs_b {
		display: block;
	}

	.aboutUs_b1 {
		padding-top: 40px;
	}

	.aboutUs_b1 .item {
		padding-left: 0;
		padding-right: 45px;
	}

	.news_b1 .info {
		display: block;
		justify-content: space-between;
		align-items: center;
		border-bottom: solid 1px #eee;
		margin-bottom: 20px;
	}

	.news_b2 {
		padding-left: 15px;
	}

	.aboutUsPage_a {
		padding-top: 100px;
	}

	.caseList .info {
		width: 100%;
	}

	.caseList {
		padding-bottom: 0;
	}

	.caseList .pic img {
		height: 292px;
	}

	.caseDetail_a1 {
		margin-bottom: 30px;
	}

	.caseDetail_video {
		height: auto;
	}

	.caseDetail_c2 {
		margin-bottom: 50px;
	}

	.caseDetail_d2_a1 img {
		height: auto;
	}

	.caseDetail_d2_b {
		padding-top: 30px;
	}

	.caseDetail_e2_a img {
		height: auto;
	}

	.caseDetail_e2 a {
		margin-bottom: 40px;
	}

	.caseDetail_d2_b1 {
		font-size: 32px;
		margin-bottom: 15px;
	}

	.caseDetail_a1_a1 {
		font-size: 24px;
	}

	.caseDetail_b1 {
		font-size: 34px;
	}

	.caseDetail_d1 {
		font-size: 34px;
	}

	.newsPage_a2_a_swiper img {
		height: auto;
	}

	.newsPage_a2 .newsPage_a2_b {
		padding: 20px;
	}
	
	.planPage_a5 .item {
		height: 245px;
	}

	.planPage_a5 .item_b {
		font-size: 20px;
	}

	.service_b1 span {
		font-size: 40px;
	}
	.productDetail_f2_a3 div{
		font-size: 14px;
		line-height: 1.5;
	}
	.productDetail_f2_a2{
		font-size: 24px;
	}

	.product_lv2Row {
		flex-direction: column;
	}

	.product_lv2Row_a {
		width: 100%;
	}

	.product_lv2Row_b {
		width: 100%;
	}

	.product_introduce .item {
		margin-bottom: 20px;
	}

	.productItem_a img {
		height: 190px;
	}

	.productDetail_f1.fixed {
		top: 63px;
	}

	.service_a2_row_b span {
		font-size: 30px;
	}

	.service_a3_a img {
		height: 244px;
	}

	.technics_a2_a img {
		height: 174px;
	}

	.caseDetail_aRow {
		flex-direction: column;
	}

	.caseDetail_a1 {
		width: 100%;
	}

	.caseDetail_a2 {
		width: 100%;
	}

	.plan_a2 div {
		width: 100%;
	}

	.caseDetail_a .h90 {
		display: none;
	}
	
	.dealer_con {
        width: 100%;
        background-color: #004EA2;
        display: inline-block;
        justify-content: space-around;
        padding: 50px;
    }
    .dealer_b {
        width: 100%;
    }
    
    .dealer_c {
        width: 100%;
        margin-bottom: 50px;
        color: #f1f1f1;
    }
    
    .dealer_b dd input {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
	.footer_a2_b1 div a{
		font-size: 18px;
	}
	.productDetail_f3_b{
		overflow-x: scroll;
	}
	.product .tabContent .title a {
		font-size: 28px;
	}

	.product .tabContent .tag div {
		font-size: 18px;
	}

	.aboutUs_a2 {
		font-size: 28px;
	}

	.footer_b .container {
		flex-direction: column;
		padding: 20px 0;
	}

	.footer_b1 {
		margin-bottom: 15px;
	}

	.pageBan_info1 h3 {
		font-size: 40px;
	}

	.caseList .pic img {
		height: 214px;
	}

	.caseList .info_a {
		font-size: 20px;
	}

	.caseList .info_c span {
		width: 100%;
	}

	.caseDetail_d2_b1 {
		font-size: 20px;
	}

	.caseDetail_d2_b4 {
		display: none;
	}

	.contactUs_a1 {
		flex-direction: column;
		justify-content: center;
	}

	.contactUs_a1_a {
		margin-right: 0;
		text-align: center;
	}

	.contactUs_a1_b {
		padding-right: 0;
	}

	.planPage_a5 .item {
		margin-bottom: 20px;
		height: 215px;
	}

	.service_b1 span {
		font-size: 30px;
	}

	.productItem_a img {
		height: 138px;
	}

	.productItem {
		margin-bottom: 50px;
	}

	.productDetail_f2_a {
		padding: 35px;
	}

	.service_a2_row {
		flex-direction: column;
	}

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

	.service_a2_rowBox .item {
		width: 50%;
	}

	.service_a3_a img {
		height: 277px;
	}

	.technics_a2_a img {
		height: 198px;
	}
}

@media (max-width: 765px) {
    .news_b2_p1 {
        display: flow;
        justify-content: unset;
    }
	.product_introduce{
		padding: 30px 0;
	}
	.productItem_b{
		padding: 30px 10px 40px 10px;
	}
	
	.plan .container{
		padding-top: 50px;
	}
	.plan{
		margin-bottom: 0;
	}
	.aboutUs {
		padding: 50px 0;
	}
	.product_lv2 .item .more{
		position: relative;
	}
	.product_lv2 .item .more .col-xl-6:nth-child(2){
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.productDetail_g{
		padding-bottom: 50px;
	}
	.productDetail_f3_b .dt {
        width: 100px;
    }
    
    .productDetail_f3_b .dd {
        flex: 1;
        width: 10%;
        font-size: 8px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

	
	.planPage_b2 .row{
		    margin: 0 -15px;
	}
	.newsPage_a2.row{
		margin: 0 -15px;
	}
	.product_lv1{
		padding-top: 15px;
	}
	.bannerBox .pc {
		display: none;
	}

	.bannerBox .mb {
		display: block;
		width: 100%;
	}
	.pageBan_img_pc {
		display: none;
	}
	
	.pageBan_img_mb {
		display: block;
	}

	.product_lv1 .item div {
		font-size: 16px;
	}

	.product .tabContent .tag div {
		font-size: 14px;
	}

	.plan_c .title {
		font-size: 16px;
	}

	.footer_a2_b1 {
		flex-wrap: wrap;
	}

	.pageBan_img img {
		width: auto;
	}

	.caseList .pic img {
		height: auto;
	}

	.newsPage_a2 .title {
		font-size: 18px;
	}

	.newsPage_a3_b {
		font-size: 18px;
	}

	.newsPage_a3_c {
		font-size: 14px;
	}

	.newsPage_a1 {
		justify-content: space-between;
	}

	.newsPage_a1 a {
		width: 45%;
	}
	.newDetail_a{
		padding: 60px 0;
		margin-bottom: 0;
	}
	.newDetail_a1 {
		font-size: 20px;
	}

	.newDetail_a5 {
		flex-direction: column;
	}

	.newDetail_a5 div {
		width: 100%;
		margin-bottom: 30px;
	}

	.newDetail_a5 .newDetail_a5_a {
		margin-bottom: 10px;
	}

	.newDetail_a5 i {
		display: none;
	}

	.planPage_a1 {
		font-size: 34px;
	}

	.planPage_a3 div {
		width: 100%;
	}

	.service_b1 {
		flex-direction: column;
	}

	.service_b1 span {
		margin-bottom: 30px;
		font-size: 24px;
	}

	.productItem_a img {
		height: auto;
	}

	.service_a2_row_b {
		font-size: 16px;
	}

	.service_a3_a img {
		height: 202px;
	}

	.technics_a1_a dt {
		font-size: 34px;
	}

	.technics_a1_a dl {
		margin-right: 40px;
	}

	.technics_a2_a img {
		height: 144px;
	}

	.technics_a2_b1 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.footer_a2_b2 a {
		font-size: 18px;
	}

	.footer_b1 {
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.footer_b1 * {
		padding: 5px 0;
	}

	.caseDetail_c {
		padding-bottom: 45px;
	}

	.caseDetail_c2 {
		font-size: 16px;
	}

	.caseDetail_c1 {
		font-size: 24px;
	}

	.caseDetail_d2_a2 {
		flex-wrap: wrap;
	}

	.caseDetail_d2_a2 dl {
		flex: 50%;
	}

	.caseDetail_d2_a2 dl:nth-child(2)::after {
		display: none;
	}

	.caseDetail_d2_b2 {
		font-size: 14px;
	}

	.productList {
		padding: 50px 0 50px 0;
	}

	.aboutUsPage_c2_a {
		height: auto;
		font-size: 14px;
		line-height: 25px;
	}

	.aboutUsPage_c1 {
		font-size: 28px;
	}

	.contactUs_a {
		padding: 100px 0;
	}

	.contactUs_a1_a1 {
		font-size: 24px;
	}

	.contactUs_a1_b {
		font-size: 34px;
	}

	.contactUs_a2_b {
		font-size: 24px;
	}

	.contactUs_a2_c .item {
		padding: 15px 15px;
	}

	.contactUs_a2_c .dd {
		font-size: 16px;
	}

	.service_a {
		padding: 100px 0 45px 0;
	}

	.newsPage_a2_a_swiper .info {
		display: none;
	}

	.paginationBox a,
	.paginationBox span {
		width: auto;
		padding: 0 5px;
	}

	.newDetail_a5 .newDetail_a5_a {
		font-size: 18px;
	}

	.newDetail_a5 a {
		font-size: 16px;
	}

	.pageBan_info1 h2 {
		font-size: 20px;
	}

	.pageBan_info1 h3 {
		font-size: 24px;
	}

	.pageBan_info2 * {
		font-size: 14px;
	}

	.planPage_a1 {
		font-size: 28px;
	}

	.planPage_a2 {
		font-size: 26px;
	}

	.planPage_b1 {
		font-size: 34px;
	}

	.caseDetail_e1 {
		font-size: 34px;
	}

	.sideBox {
		right: 0;
	}

	.footer_a2_b1 dl {
		margin-right: 0;
		width: 33.33%;
		margin-bottom: 30px;
	}

	.footer_a2_b1 div {
		width: 33.33%;
	}

	.footer_a2_b1 div a {
		font-size: 18px;
	}

	.footer_a2 {
		padding-bottom: 40px;
	}

	.caseDetail_a .row {
		margin: 0 -15px;
	}

	.technics_a1_a dt {
		font-size: 24px;
	}

	.technics_a1_a dd {
		flex-direction: column;
	}

	.technics_a2_b2 {
		font-size: 14px;
		line-height: 25px;
		height: auto;
	}
	
	.technics_a2_b33 {
		font-size: 14px;
		line-height: 25px;
		height: auto;
	}

	.newDetail_a .container {
		padding: 0 20px;
	}
	.planPage_c{
		padding: 40px 0;
	}
	.planPage_b{
		padding: 40px 0;
	}
	.planPage_c .caseDetail_e2{
		margin-bottom: 0px;
	}
	.aboutUsPage_d1 .col{
		height: 180px;
		padding: 20px 15px;
	}
	.aboutUsPage_d1 .col dt{
		font-size: 20px;
	}
	.aboutUsPage_d1 .col dd{
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.product_lv1 .item div {
		font-size: 14px;
	}

	.product .tabContent .title a {
		font-size: 20px;
	}

	.plan_a1 h2 {
		font-size: 28px;
	}

	.news_b1 .info .date {
		display: none;
	}

	.footer_b1 {
		padding: 0 5px;
	}

	.pageBan_info1 {
		padding-left: 10px;
	}

	.pageBan_info2 {
		padding-left: 10px;
	}

	.service_a2_rowBox {
		flex-direction: column;
	}

	.service_a2_rowBox .item {
		width: 100%;
	}

	.service_a3_a img {
		height: auto;
	}

	.technics_a1_a {
		justify-content: space-between;
	}

	.technics_a1_a dl {
		flex-direction: column;
		align-items: flex-start;
		margin-right: 0;
	}

	.technics_a1_a dd {
		display: flex;
	}

	.technics_a1_a dd div {
		margin-right: 10px;
	}

	.technics_a2_a img {
		height: auto;
	}
}