
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}
button{
	cursor: pointer;
}
body {
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	font-family: "Microsoft YaHei", "Arial", sans-serif;
	overflow-x: hidden;
}
.top-form{
	height: 100%;
}
caption,
td,
th {
	font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: 100%
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: 400
}

a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
a:hover{
	color: #054690;
}
img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
	position: relative;
	font-size: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #f2f2f2
}

li,
ol,
ul {
	list-style: none
}

button,
input,
select,
textarea {
	font-family: 'poppins';

}

table {
	border-collapse: collapse
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
form,
dt,
dd,
input,
textarea,
th,
td,
fieldset,
legend,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0 none;
}

ul,
ol,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

table {
	border-spacing: 0;
}

html,
body {
	overflow-x: hidden;
}

i,
em,
u {
	font-style: normal;
	text-decoration: none;
}

*,
body {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	min-width: 320px;
}

q:before,
q:after {
	content: "";
}
html,
body,
input,
select,
button,
textarea {
	font: 14px/1.5, "\5B8B\4F53", Arial, Helvetica, sans-serif;
	color: #747474;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

em {
	font-style: normal;
	font-weight: normal;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

.ov {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
a {
	text-decoration: none !important;
	color: #747474;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
.clear {
	clear: both;
	height: 0px;
	width: 0;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}
input,
select,
button {
	outline: none;
	-webkit-outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ABABAB !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ABABAB !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ABABAB !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ABABAB !important;
}
.cf:after {
	clear: both;
	display: table;
	content: " "
}
.dx {
	text-transform: uppercase;
}

.w1210{
	margin: 0 auto;
	width: 100%;
	max-width: 1210px;
}
.w1280{
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}
.w1320{
	margin: 0 auto;
	width: 100%;
	max-width: 1320px;
}
.w1400{
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
}

.w1425{
	max-width: 1425px;
	margin: 0 auto;
	width: 100%;
}
.w1600{
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
}
.w1700{
	max-width: 1700px;
	margin: 0 auto;
	width: 100%;
}
.c054{
	color: #054690;
}


/* flex*/
.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}


.text-overflow1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.text-overflow5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.header{
	/* position:absolute;
	left:0;
	right: 0;
	top: 0;
	z-index: 1000; */
}
.header.head_fx{
	position: fixed;
	background: #fff;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
}
.header.indexNav.top-menu-header{
	background: #fff;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
}

.header.head_fx.indexNav{
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 99;
}
.header.head_fx.indexNav .logoImg1,.header.indexNav.top-menu-header .logoImg1{
	display: none;
}
.header.head_fx.indexNav .logoImg2,.header.indexNav.top-menu-header .logoImg2{
	display: block;
}
.header.head_fx.indexNav  .nav .link,.header.indexNav.top-menu-header .nav .link{
	color: #000000;
}
.header.head_fx.indexNav  .nav .link:hover,
.header.head_fx.indexNav  .nav .active .link,
.header.indexNav.top-menu-header .nav .link:hover{
	color: #054690;
	border-bottom-color: #054690;
}

.header.head_fx.indexNav .headerRithg #user,.header.indexNav.top-menu-header .headerRithg #user{
	background: #f5f8fa;
}
.header.head_fx.indexNav .headerRithg #soBtn,
.header.indexNav.top-menu-header .headerRithg #soBtn{
	color: #333;
}
.header.head_fx.indexNav .headerRithg .enBtn,.header.indexNav.top-menu-header .headerRithg .enBtn{
	color: #333;
}

/* 导航效果 */
.indexNav .nav .link{
	color: #000000;
	font-size: 18px;
	padding-bottom: 15px;
	border-bottom: 3px transparent solid;
}
.nav .link:hover,
.nav .active .link{
	color: #054690;
	border-bottom-color: #054690 !important;
}

.header.head_fx.indexNav .nav .link:hover,
.header.indexNav.top-menu-header .nav .item.active .link{
	color: #054690;
}
.header:hover{
	background: #fff;
}
.header:hover .headerRithg #soBtn{
	color: #333;
}
.header:hover .headerRithg .enBtn{
	color: #333;
}
.header:hover{
	background: #fff;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
}
.header:hover .logoImg1{
	display: none;
}
.header:hover .logoImg2{
	display: block;
}
.header:hover  .nav a{
	color: #333;
}
.header:hover .headerRithg #user{
	background: #f5f8fa;
}

#navbar{
	flex:1;
	padding-left: 8%;
	height: 100%;
	line-height: 70px;
}

.headerBox{
	max-width: 1720px;
	height: 70px;
	margin: 0 auto;
}
.nav li{
	padding:0 4%;
}

.nav .item{
	position: relative;
}

.nav .item:hover .cut{
	display: block;
}

.nav .item a{
	font-size: 20px;
	line-height: 1;
}

.nav .item .cut{
	position: absolute;
	width: 320px;
	background: #ffffff;
	opacity: 1;
	top: 70px;
	left: 35px;
	box-shadow: 0px 13px 25px 0px rgba(0,0,0,0.23);
	display: none;
}

.nav .item:last-child .cut{
	left: -35px;
}

.nav .item .cut a{
	font-size: 18px;
}

.nav .item .cut .clt{
	padding-bottom: 40px;
	padding-left: 35px;
	padding-right: 35px;
}

.nav .item .cut .clt:first-child{
	padding-top: 35px;
}

.nav .item .cut .clt:hover .ccut{
	display: block;
}

.header.head_fx.indexNav .nav .item .cut .clt a{
	color: #000000;
}

.header.head_fx.indexNav .nav .item .cut .clt:hover a,
.header.head_fx.indexNav .nav .item .cut .clt.active a{
	color: #054690;
}

.header.head_fx.indexNav .nav .item .cut .clt:hover a .iconfont,
.header.head_fx.indexNav .nav .item .cut .clt.active a .iconfont{
	color: #054690;
}

.nav .item .cut .clt .clt_item{
	position: relative;
}

.nav .item .cut .clt_item .iconfont{
	position: absolute;
	color: #000;
	transform: rotateY(90deg);
	font-size: 30px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.nav .item .cut .ccut{
	/* display: none; */
	position: absolute;
	right: -255px;
	top: 0;
	width: 256px;
	background: #ffffff;
	box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.23);
	display: none;
}

.nav .item .cut .ccut .cclt{
	padding: 0 61px 35px 46px;
}

.nav .item .cut .ccut .cclt:first-child{
	padding-top: 35px;
}

.header.head_fx.indexNav .nav .item .cut .clt .cclt a{
	color: #000000;
}

.header.head_fx.indexNav .nav .item .cut .clt .cclt:hover a,
.header.head_fx.indexNav .nav .item .cut .clt .cclt.active a{
	color: #054690;
}

.nav .item:last-child .cut .ccut{
	right: 322px;
	left: -260px;
}

.nav .item .cut .ccut .cclt .title{
	white-space: nowrap;
}

.headerRithg .enBtn{
	color: #fff;
	font-size: 16px;
	margin-right: 45px;
}
.headerRithg .enBtn:hover{
	color: #054690 !important;
}
.headerRithg #soBtn,
.headerRithg #mNav
{
	color: #333333;
}

.headerRithg #soBtn:hover{
	color: #054690 !important;
}

.headerRithg #soBtn .iconfont{
	font-size: 30px;
}

.headerRithg #user{
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	color: #054690;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 45px;
}

.headerRithg #pcrNav{
	width: 50px;
	height: 50px;
	background: #054690;
	border-radius: 50%;
	color: #fff;
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.headerRithg #pcrNav i{
	font-size: 16px;
	margin-left: 5px;
}

.indexSwiper{
	max-width: 1920px;
	margin: 0  auto;
	position: relative;
}
.indexSwiper .imtlink{
	display: block;
}
.indexSwiper img{
	margin: 0 auto;
}

.indexSwiper .imtlink .mobile,
.mjswNBanner .nBannerImg .mobile{
	display: none;
}

.indexPagination{
	position: absolute;
	bottom: 63px;
	left: 0;
	right: 10px;
	z-index: 100;
}
.indexPagination .swiper-pagination{
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	text-align:right;
}

.indexPagination .swiper-pagination span{
	width: 28px;
	height: 10px;
	opacity: 1;
	border-radius: initial;
	background: #ffffff;
}
.indexPagination .swiper-pagination .swiper-pagination-bullet-active{
	background: #054690;
	border-radius: 314px;
	
}
.indexPagination .swiper-pagination span:first-child{
	border-top-left-radius: 314px;
	border-bottom-left-radius: 314px;
	overflow: hidden;
}
.indexPagination .swiper-pagination span:last-child{
	border-top-right-radius: 314px;
	border-bottom-right-radius: 314px;
	overflow: hidden;
}
.indexPagination .swiper-pagination .swiper-pagination-bullet-active::after{
	width: 10px;
	height: 2px;
	background: rgba(255,255,255,.5);
	content: "";
	right: 0;
	top: 50%;
	position: absolute;
}
.indexPagination .swiper-pagination span:last-child::after{
	display: none;
}
.indexSwiper .swiper-button-next,.indexSwiper .swiper-button-prev{
	color: #fff;
}
.indexSwiper .swiper-button-next:after,.indexSwiper  .swiper-button-prev:after{
	font-size: 30px;
}
.swiper-num-area{
	position: absolute;
	bottom: 90px;
	left: 0;
	right: 10px;
	z-index: 100;
}
.swiper-num {
	max-width: 1400px;
	margin: 0 auto;
	text-align: right;
}
.swiper-num .active {display: inline-block;}
.swiper-num span {
	font-weight: 400;
	font-size: 36px;
	color: #FFFFFF;
}
.swiper-num .total {display: inline-block;}


.indexNav .logoImg2{
	display: none;
}
.pcNavPop{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 3000;
	display: none;
}
.signPop{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 3000;
	 display: none;
}
.sosoPop{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 99999999;
	display: none;
}

.signAbs{
	width: 100%;
	height: 100%;
}


.pcNavPopNr{
	top: 0;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	left: auto;
	width: 400px;
	border-radius: 30px 0 0 30px;
	box-sizing: border-box;
	padding: 40px 50px;
}
#navGbs{
	padding: 10px;
	font-size: 20px;
	color: #054690;
	cursor: pointer;
}
.pcNavPopNrUl{
	padding-top: 50px;
}
.pcNavPopNrUl li h3{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px #e1e1e1 solid;
}
.pcNavPopNrUl .cpflNavList{
	padding: 15px 0 25px;
}
.pcNavPopNrUl .cpflNavList a{
	display: block;
	line-height: 2.4;
	font-size: 14px;
	color: #747474;
}
.pcNavPopNrUl .cpflNavList a:hover{
	color:#054690;
}
.pcNavPopNrUl .cprLxwm i{
	color: #054690;
	margin-right: 10px;
}
.pcNavPopNrUl .cprLxwm{
	font-size: 16px;
}
.pcNavPopNrUl .cprLxwm div{
	margin-bottom: 18px;
}

.signDl{
	background: #fff;
	width: 570px;
	box-sizing: border-box;
	padding: 40px ;
	border-radius: 20px;
}
.signTitle{
	margin-bottom: 40px;
}
.signTitle h2{
	font-size: 30px;
	font-weight: bold;
}
.signTitle i{
	cursor: pointer;
	color: #054690;
	font-size: 24px;
}

.signItem{
	height: 70px;
	border: 1px #e1e1e1 solid;
	border-radius: 10px;
	padding: 0 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.signItem i{
	color: #dbdbdb;
	margin-right: 20px;
	font-size: 26px;
}
.signItem input{
	flex: 1;
	height: 40px;
	outline: none;
	font-size: 16px;
	border: none;
}
.signYzm{
	margin-left: 15px;
	cursor: pointer;
}
.signBtn{
	width: 100%;
	height: 70px;
	color: #fff;
	border: none;
	border-radius: 15px;
	font-size: 20px;
	background-image: linear-gradient(to right, #054690 , #4cb7db);
}
.signBtn2{
	color: #333;
	background-image: linear-gradient(to right, #ebebeb , #ebebeb);
}


.signBottm{
	margin-top: 24px;
	color: #818181;
	font-size: 16PX;
}
.signBottm .zhmmA{
	color: #f00;
}
.zcBtn{
	color: #054690;
}
.zcBtn:hover{
	color: #FF0000;
}

.signZc{
	background: #fff;
	width: 910px;
	box-sizing: border-box;
	padding: 40px ;
	border-radius: 20px;
}

.signZc{
	/* display: none; */
}

.signZc .signZcItem .signItem{
	width: 48%;
}

.signZcItem .signBtn{
	width: 48%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.signZcItem a.signBtn {
	color: #333;
}

.signZcItem a.signBtn:hover{
	color: #fff;
	background: #054690;
}

.signWjmm{
	background: #fff;
	width: 590px;
	box-sizing: border-box;
	padding: 40px ;
	border-radius: 20px;
}
.sts{
	font-size: 16px;
	color: #ababab;
	margin-bottom: 30px;
}

.signEm{
	background: #fff;
	width: 590px;
	box-sizing: border-box;
	padding: 40px ;
	border-radius: 20px;
}

.dlfhBtn{
	color: #054690;
}
.dlfhBtn:hover{
	color: #FF0000;
}
.signEmTx{
	font-size: 24px;
}
.signEmTx a{
	color: #054690;
	text-decoration: underline;
}
.signEmTss{
	color: #818181;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
}
.signEmTss a{
	color: #054690;
	text-decoration: underline;
}

.signCzBox{
	background: #fff;
	width: 590px;
	box-sizing: border-box;
	padding: 40px ;
	border-radius: 20px;
}
.signCzBox .signItem i{
	color: #054690;
}

#fhDl{
	color: #054690;
}
.zhmmBox{
	padding-top: 40px;
	max-width: 590px;
}

.sosoAbs{
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -40px;
}
.sosoAbsBox{
	height: 76px;
	box-sizing: border-box;
	width: 60%;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	padding: 0 30px;
}
.sosoAbsBox input{
	height: 40px;
	border: none;
	outline: none;
	font-size: 16px;
}
.sosoAbsBox button{
	border: none;
	cursor: pointer;
	background: transparent;
	font-size: 26px;
	color: #054690;
}
.sosoAbs22{
	position: absolute;
	bottom: 88px;
	width: 100%;
}
.sosoAbs22 i{
	width: 60px;
	height: 60px;
	background: #054690;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
	cursor: pointer;
}

.subnav {
	position: fixed;
	top: 70px;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 900;
}
.subPadding{
	padding: 50px 0;
}

.subPadding .subAboutLeft{
	max-width: 600px;
}
.subPadding .subAboutLeft h2{
	font-size: 24px;
	font-weight: bold;
}
.subPadding .subAboutLeft .txt{
	margin-top: 15px;
	color: #747474;
	line-height: 2;
}
.subPadding .subAboutLeft li{
	width: 50%;
}
.subPadding .subAboutLeft ul{
	margin-top: 30px;
}
.subPadding .subAboutLeft li a{
	display: block;
	width: 145px;
	position: relative;
	font-size: 16px;
	color: #747474;
	line-height: 40px;
}
.subPadding .subAboutLeft li a i{
	position: absolute;
	right: 0;
}
.subPadding .subAboutLeft li a:hover{
	color: #054690;
}
.subPadding .subAboutLeft{
	max-width: 600px;
}
.subPadding .subAboutRight{
	max-width: 640px;
	margin-left: 50px;
}

.cpzxUl li{
	flex: 1;
}
.cpzxUl li h2{
	font-size: 20px;
	font-weight: bold;
}
.cpzxUl li .subXt{
	width: 26px;
	height: 2px;
	margin-top: 10px;
	background-color:#054690;
	margin-bottom: 15px;
}
.cpzxUl li a{
	display: block;
	font-size: 16px;
	line-height: 40px;
	color: #747474;
}
.cpzxUl li a:hover{
	color: #054690;
}


.rabs {
	position: fixed;
	right: 12px;
	top: 50%;
	z-index: 900;
	box-shadow: 0 0 20px rgb(10 53 132 / 10%);
	border-radius: 10px;
}

.rabs a {
	width: 70px;
	height: 70px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #333;
	position: relative;
	border-bottom: 1px #e1e1e1 solid;
}
.rabs a:last-child{
	border-bottom: none;
}
.rabs a:hover{
	background: #054690;
	color: #fff;
}

.rabs a i {
	font-size: 24px;
	padding-bottom: 6px;
}

#gototop i {
	padding-bottom: 0;
	font-size: 40px;
}
.rabs .top{
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rabs .top {
	display: none;
}

.rabs a .abs {
	position: absolute;
	right: 70px;
	height: 70px;
	width: 150px;
	line-height: 70px;
	text-align: center;
	font-size: 15px;
	display: none;
	background: #054690;
	color: #fff;
}

.rabs a.dianhua01:hover .abs {
	display: block;
}

.rabs .rabs2{
	top: 0;
	position: absolute;
	left: -107px;
	padding: 10px;
	box-sizing: border-box;
	background: #054690;
	width: 106px;
	height: 106px;
	display: none;
}
.rabs .rabs2 img{
	display: block;
	width: 86px;
	height: 86px;
	max-width: 86px;
}

#mNav{
	display: none;
}
.rabs a.weixin:hover .rabs2 {
	display: block !important;
}


#menu .gb{
	position: absolute;
	right: 20px;
	top: 20px;
	display: none;
}
#menu .gb img{
	width: 20px;
	height: 20px;
}
#menu{
	background: #ffffff;
	position: fixed;
	left: 0;
	right: 0;
	top:50px;
	bottom: 0;
	overflow: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	display: none;
	transform: translate(0,0);
	z-index: 9000;
		border-top: 1px #d7d7d7 solid;
}
.f2,.f3{
	display: none;
	
}
.leftMenu li.hasChild.open .f2{
	display: block;
	height: auto !important;
}
.leftMenu li.hasChild.open .f2 li{
	padding-left: 20px;
	margin-left: 0;
	margin-right: 0;
}
.f3 li{
	padding-left: 20px;
	margin-left: 0;
	margin-right: 0;
}


.leftMenu li.hasChild.open li.hasChild.open .f3{
	display: block;
	height: auto !important;
	}
.menu-open{
	transform: translate(0,0) !important;
	display: block !important;
	opacity: 1 !important;
	z-index: 9000000 !important;
}
.leftMenu li{
	line-height: 50px;
	margin: 0 15px;
	
}
.leftMenu li + li{
	border-top: 1px #d7d7d7 solid;
}
.leftMenu li a{
	display: block;
	padding: 0 15px;
	color: #333;
	
	font-size: 16px;
	box-sizing: border-box;
	
	overflow: hidden;
}
.leftMenu li.hasChild>a{
	color: #333;
	position: relative;
}
.leftMenu li.hasChild>a::after{
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../img/j1.png) no-repeat;
	background-size: 20px 20px;
	content: "";
	width: 20px;
	height: 20px;
}
.leftMenu li.hasChild.open>a::after{
	background: url(../img/j2.png) no-repeat;
	background-size: 20px 20px;
}
li.hasChild.open>a{
	border-bottom: 1px #D7D7D7 solid;
	font-weight: bold;
	color: #054690;
}
.f3 a{
	color: #818181 !important;
}

.mjswNotice{
	background:#F4F7FB;
}
.agriculture_msg{
	/* position: absolute;
	right: 0;
	bottom: 0;
	width: 1000px; */
	width: 100%;
	height: 80px;
	/* padding: 0 30px; */
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.agriculture_msg_label{

	width: 18%;
	text-align: right;
}

.agriculture_msg_label a{
	display: block;
	font-size: 18px;
	color: #9E9E9E;
}
.agriculture_msg_label .iconfont{
	font-size: 22px;
	margin-right: 12px;
}
.agriculture_msg_item{
	/* margin-left: 36px; */
	width: 80%;
	position: relative;
}
.agriculture_msg_item a{
	color: #000000;
}
.agriculture_msg_item  .laba{
	padding-left: 6%;
}
.agriculture_msg_item  .laba .iconfont{
	font-size: 35px;
	color: #000;
}
.agriculture_msg_item .ulList{
	margin-left: 4%;
	padding-left: 10%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
}

.agriculture_msg_item .ulList::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 36px;
	width: 2px;
	background: #060606;
}

.agriculture_msg_item .infoList a{
	display: block;
	overflow: hidden;
}
.agriculture_msg_item .infoList .text{
	display: block;
	float: left;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 19px;
}

.agriculture_msg_item .infoList a:hover .text{
	color: #000000;
}
.agriculture_msg_item .infoList .date{
	float: right;
}
.agriculture_msg_item .hd{
	position: absolute;
	left: 0;
	top: -3px;
	line-height: 1;
}
.agriculture_msg_item .hd.updown{
	top: -7px;
}
.agriculture_msg_item .hd a{
	margin: 5px 0;
	display: block;
}
.agriculture_msg_item .hd>div:first-child a{
	margin-top: 0;
}
.agriculture_msg_item .hd>div:last-child a{
	margin-bottom: 0;
}
.agriculture_msg_item .hd a:hover{
	opacity: 0.6;
}
.agriculture_msg_item .bd a:hover{
	color: #fff;
}

.mjswContainer{
	background: #F4F7FB;
}

.mjswContainerContent{
	padding-bottom: 88px;
}

.mjswContainer .ContainTop{
	height: 90px;
	margin-top: 25px;
	color: #000000;
}

.mjswLeft .ContainTop{
	position: relative;
}

.mjswLeft .ContainTop::after{
	position: absolute;
	content: "";
	height: 2px;
	width: 200px;
	background: #E1E5EA;
	right: 0;
	bottom: 0px;
}

.mjswLeft{
	text-align: right;
	width: 24%;
	padding-right: 24px;
	position: relative;
}

.mjswLeft::after{
	position: absolute;
	content: "";
	/* height: 100%; */
	width: 2px;
	background: #E1E5EA;
	right: 0;
	top: 69px;
	bottom: 240px;
}

.mjswLeft .leftTop .en{
	font-size: 14px;
	font-family: Arial;
}

.mjswLeft .leftTop .cn{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0em;
	margin-top: 10px;
}

.mjswLeft .leftNav{
	margin-top: 17px;
}

.mjswLeft .leftNav .link{
	color: #000000;
	position: relative;
}
.mjswLeft .leftNav .link::after{
	position: absolute;
	content: "";
	height: 6px;
	width: 6px;
	border-radius: 50%;
	overflow: hidden;
	background: #054690;
	top: 50%;
	transform: translateY(-50%);
	right: -26px;
	z-index: 9;
	display: none;
}

.mjswLeft .leftNav .link.active,.mjswLeft .leftNav .link:hover {
	color: #054690;
}

.mjswLeft .leftNav .link.active::after,.mjswLeft .leftNav .link:hover::after {
	display: block;
}

.mjswLeft .leftNav .parentC{
	
	font-size: 36px;
	margin-bottom: 60px;
}

.mjswLeft .leftNav .parentC .childC{
	font-size: 18px;
	line-height: 2;
	margin-top: 5px;
}

.mjswRight{
	width: 72%;
}

.search .mjswRight{
	width: 100%;
}

.mjswRight .ContainTop{
	position: relative;
}

.mjswRight .ContainTop::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #E1E5EA;
	bottom: 0;
	left: 0;
	right: 0;
}

.mjswRight .rightTop .tip{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.mjswRight .rightTop .topContent{
	height: 70px;
}

.mjswRight .rightTop .tCContent{
	font-size: 14px;
	color: #000000;
	line-height: 2;
	margin-left: 8px;
}

.glzxCrumbs_item{
	font-size: 18px;
	color: #000000;
}

.glzxCrumbs_item .line{
	padding:0 3px;
}

.mjswRight .rightContent .tel{
	text-align: right;
	margin-top: 17px;
	color: #000000;
	padding-bottom: 2px;
}

.mjswProUt{
	margin-left: -3%;
	margin-top: 1%;
}

.mjswProUt .lt{
	width: 22%;
	margin-left: 3%;
	margin-bottom: 3.5%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.mjswProUt .lt a{
	display: block;
	padding: 43px 9px 15px 9px;
}

.mjswProUt .lt .pic{
	padding-bottom: 14px;
	position: relative;
}
.mjswProUt .lt .pic img{
	max-height: 199px;
}

.mjswProUt .lt .pic::after{
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	opacity: 1;
	bottom: 0;
	left: 0;
	right: 0;
	background: #E1E5EA;
}

.mjswProUt .lt .ltText{
	text-align: center;
	margin-top: 5px;
	color: #000000;
	line-height: 2;
}

.mjswProUt .lt .ltText .tip{
	font-size: 12px;
}

.mjswProUt .lt .ltText h2{
	font-size: 14px;
}

.mjswProUt .lt .ltText p{
	font-size: 18px;
}

.mjswProUt .lt:hover{
	box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.mjswProUt .lt:hover .ltText{
	color: #054690;
	font-weight: bold;
}

.proDetailArea{
	margin-top: 36px;
	border-radius: 10px;
	opacity: 1;
	overflow: hidden;
	background: #FFFFFF;
}

.proDetailInfo{
	padding: 71px 72px 36px 72px;
	position: relative;
}

.proDetailInfo::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	opacity: 1;
	
	background: #E1E5EA;
}

.proDetailInfo .infoLeft{
	width: 301px;
	height: 301px;
	border-radius: 10px;
	opacity: 1;
	overflow: hidden;
	box-sizing: border-box;
	border: 7px solid #D8D8D8;
}

.proDetailInfo .infoLeft img{
	max-height: 100%;
}

.proDetailInfo .infoRight{
	width: 57.5%;
}

.proDetailInfo .infoRight .title{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 8px;
	position: relative;
	line-height: 1.8;
}

.proDetailInfo .infoRight .title::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	opacity: 1;
	
	background: #E1E5EA;
}

.proDetailInfo .infoRight .charact{
	font-size: 16px;
	line-height: 1.8;
	color: #000000;
	margin-top: 9px;
}

.proDetailInfo .infoRight .charact .ut .lt{
	padding-top: 15px;
	width: 48%;
}

.proDetailInfo .infoRight .charact .ut .lt:nth-child(2n+1){
	width: 62%;
}

.proDetailInfo .infoRight .charact .ut .lt:nth-child(2n){
	width: 38%;
}

.proDetailInfo .infoRight .charact .ut .lt .ltInfo{
	padding-left: 2%;
}

.proDetailInfo .infoRight .btnDown{
	margin-top: 28px;
}
.proDetailInfo .infoRight .btnDown .link{
	display: block;
	width: 150px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	/* 5°圆角 */
	border-radius: 5px;
	overflow: hidden;
	opacity: 1;
	
	background: #0256FF;
	
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 41px;
}

.proDetailInfo .infoRight .btnDown .link:first-child{
	margin-left: initial;
}

.proDetailInfo .infoRight .btnDown .link .iconfont{
	padding-left: 6px;
	font-size: 16px;
}

.mjswTitle{
	text-align: center;
	font-weight: bold;
	color: #000000;
	padding-top: 44px;
	padding-bottom: 2%;
}

.mjswTitle .titleCn{
	font-size: 36px;
	padding-bottom: 10px;
}

.mjswTitle .titleEn{
	font-size: 18px;
}

.proDetailArea .caseArea{
	padding-bottom: 5px;
	position: relative;
}

.proDetailArea .caseArea::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	opacity: 1;
	
	background: #E1E5EA;
}

.proDetailArea .caseArea .caseUt .lt{
	width: 47.5%;
	margin-bottom: 39px;
}

.proDetailArea .caseArea .caseUt .lt .img{
	border-radius: 10px;
	opacity: 1;
	overflow: hidden;
	background: #FFFFFF;
	height: 300px;
	box-sizing: border-box;
	border: 7px solid #D8D8D8;
}

.proDetailArea .caseArea .caseUt .lt .title{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	text-align: center;
}

.proDetailArea .detailArea{
	font-size: 16px;
	color: #000000;
	
}
.proDetailArea .caseArea .caseUt,
.proDetailArea .detailArea .info{
	padding: 0 50px 0 50px;
}

.proDetailArea .detailArea .info{
	line-height: 2;
}

.relatePro{
	background: #F4F7FB;
}

.relatePro .relateProArea{
	position: relative;
}

.relatePro .relateProArea::before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	height: 2px;
	opacity: 1;
	
	background: #E1E5EA;
}

.relatePro .relateProArea .title{
	font-size: 36px;
	text-align: center;
	color: #000000;
	padding: 35px 0 45px 0;
}

.relatePro .relateProArea .mjswProUt .lt{
	width: 15.8%;
}

.mjswFootDom{
	background: #141618;
	height: 82px;
	text-align: center;
	font-size: 14px;
	color: #DCDCDC;
	display: flex;
	align-items: center;
	justify-self: center;
	line-height: 1.7;
}
.footDomItem,
.mjswFootDom .w1600{
	width: 100%;
}

.mjswFootDom .spn{
	padding-left: 3%;
}

.mjswFootDom .spn:first-child{
	padding-left: initial;
}

.mjswFoot{
	background: #F4F7FB;
	font-size: 14px;
	color: #5B5B5B;
	padding-top: 27px;
	position: relative;
}

.mjswFoot::before{
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	top: 0;
	background: #E1E5EA;
}

.mjswFoot .footMain{
	padding-bottom: 78px;
}

.mjswFoot .footLeft{
	width: 75%;
	padding-top: 35px;
}

.mjswFoot .footLeft .footLogo{
	width: 20%;
}

.mjswFoot .footLeft .footerUl{
	width: 80%;
	padding: 0 1% 0 5%;
	
}

.footerUl li{
	width: 25%;
}

.footerUl li h2{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

.footerUl li a{
	display: block;
	font-size: 14px;
	line-height: 2;
}

.mjswFoot .footContact{
	width: 25%;
	padding-top: 35px;
	padding-left: 83px;
	position: relative;
}

.mjswFoot .footContact::before{
	position: absolute;
	content: "";
	width: 2px;
	top: 0;
	bottom: 0;
	left: 0;
	background: #E1E5EA;
}

.contectUl{
	flex-wrap: wrap;
	line-height: 2;
}

.contectUl .lt{
	padding-left: 45px;
	padding-bottom: 20px;
}

.contectUl .lt:nth-child(2n+1){
	padding-left: initial;
}

.mjswNNav{
	height: 114px;
	position: relative;
	background: #F4F7FB;
}

.mjswNNav::after{
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	background: #E1E5EA;
}

.mjswNNav .subNavUt{
	width: 100%;
	height: 114px;
}

.mjswNNav .subNavUt .lt{
	width: 20%;
	text-align: center;
}

.mjswNNav .subNavUt .lt .linkNav{
	display: block;
	height: 77px;
	line-height: 77px;
	width: 257px;
	color: #9E9E9E;
	font-size: 36px;
}

.mjswNNav .subNavUt .lt .linkNav.active{
	border-radius: 38.5px;
	opacity: 1;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
	color: #054690;
}

.mjswCrumbs{
	padding-top: 30px;
	text-align: right;
}

.videoData{
	padding-top: 19px;
}

.mjswVideoUt{
	margin-left: -5%;
}

.mjswVideoUt .lt{
	width: 30%;
	text-align: center;
	margin-left: 3.33%;
	height: 483px;
	background: #FFFFFF;
	margin-bottom: 5%;
	border-radius: 10px;
	opacity: 1;
	overflow: hidden;
	padding : 1%;
}

.mjswVideoUt .lt a{
	display: block;
	/*padding: 18px 15px 36px 15px;*/
	position: relative;
}

.mjswVideoUt .lt .pic{
	height: 316px;
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	opacity: 1;
}

.mjswVideoUt .lt .pic img{
	/*width: 100%;
	height: 100%;*/
}

.mjswVideoUt .lt .pic .iconfont{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	line-height: 1;
	font-size: 112px;
}

.mjswVideoUt .lt .title{
	text-align: center;
	padding-top: 17px;
	font-size: 24px;
	color: #000000;
	line-height: 1.5;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.mjswVideoUt .lt .dom{
	margin-top: 32px;
	font-size: 20px;
	color: #9E9E9E;
}

.mjswVideoUt .lt .dom .iconfont{
	font-size: 22px;
	
}

.videoOpenBox{
	position: relative;
}

.openBox{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	background: rgba(188, 188, 188, 0.17);
	backdrop-filter: blur(51px);
	z-index: 9;
	display: none;
}

.openBox .videoBox{
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
}

.openBox .videoItem{
	width: 60%;
	margin-top: 10%;
	padding: 33px 34px 55px 34px;
	background: #FFFFFF;
	border-radius: 20px;
	overflow: hidden;
}

.openBox .videoItem video{
	max-width: 100%;
	margin-top: 20px;
}

.openBox .videoItem .tip{
	position: relative;
	font-size: 36px;
	color: #000000;
}

.openBox .videoItem .tip .iconfont{
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 50px;
}

.pageNum{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin: 2% 0 3%;
}

.pageNum a{
	display: block;
	height: 48px;
	line-height: 48px;
	width: 48px;
	margin-left: 33px;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 2px 5px 0px rgba(5, 70, 144, 0.3);
	color: #9E9E9E;
	font-weight: 500;
}

.pageNum .linkpn{
	color: #000000;
	width: 100px;
}

.pageNum a:first-child{
	margin-left: 0;
}

.pageNum a.active{
	color: #054690;
}

.pageNum .prev{
	margin-right: 24px;
}

.pageNum .next{
	margin-left: 60px;
}

.mjswNBanner .nBannerImg{
	text-align: center;
}

.mjswContainerContent .coaData{
	border-radius: 10px;
	overflow: hidden;
	opacity: 1;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(5, 70, 144, 0.3);
	margin: 20px 0 75px 0;
	padding: 31px 85px 110px 85px;
}

.mjswContainerContent .coaData .title{
	text-align: center;
	color: #000000;
	font-size: 18px;
}

.coaData .coaSearch{
	margin-top: 53px;
}

.coaSearchForm .tip{
	font-size: 30px;
	color: #000000;
}

.coaSearchForm{
	text-align: center;
}

.coaSearchForm input{
	height: 51px;
	line-height: 51px;
	width: 248px;
	font-size: 24px;
	color: #9E9E9E;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	opacity: 1;
	background: #FFFFFF;
	border-color: #9E9E9E;
	border: initial;
	box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.302);
	margin-left: 5px;
}

.coaSearch button{
	width: 245px;
	height: 56px;
	border-radius: 10px;
	overflow: hidden;
	opacity: 1;
	background: #054690;
	font-size: 30px;
	text-align: center;
	letter-spacing: 0em;
	
	font-feature-settings: "kern" on;
	color: #FFFFFF;
	margin-top: 71px;
}

.coaSearchRight{
	width: 66%;
	border-radius: 10px;
	opacity: 1;
	
	box-sizing: border-box;
	border: 3px solid #D8D8D8;
	padding: 28px 28px 92px 28px;
	
}

.coaSearchRight .coaSearchArea{
	margin-bottom: 2%;
	padding-bottom: 2%;
	border-bottom: 2px solid #D8D8D8;
}

.coaSearchRight .coaSearchArea:last-child{
	margin-bottom: initial;
	padding-bottom: initial;
	border-bottom: initial;
}

.coaSearchRight .coaSearchArea img{
	max-height: 199px;
}

.coaSearchRight .tip{
	font-size: 30px;
	color: #9E9E9E;
}

.coaSearchArea .iconfont{
	padding: 0 18px 0 27px;
	font-size: 60px;
	color: #054690;
	line-height: 1;
}

.coaSearchArea .coainfo{
	padding: 18px;
	border-radius: 10px;
	overflow: hidden;
	opacity: 1;
	
	background: #D8D8D8;
	color: #054690;
	font-size: 30px;
}

.questionTop{
	padding-top: 5px;
	padding-bottom: 5px;
}

.questionTop .tipItem{
	width: 58%;
	justify-content: flex-end;
	font-size: 18px;
	color: #054690;
}
.questionTop .tipItem .tip{
	padding-left: 3%;
}
.questionTop .questionTip{
	text-align: right;
	font-size: 18px;
	color: #054690;
}

.questionUt{
	margin-top: 31px;
}

.questionUt .lt{
	margin-bottom: 83px;
	border-radius: 10px;
	overflow: hidden;
	opacity: 1;
	
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
}

.questionUt .lt .title{
	padding: 0 36px;
	height: 100px;
}

.questionUt .lt .title .iItem .iconfont{
	font-size: 37px;
	color: #054690;
}

.questionUt .lt .title .titleInfo{
	height: 100px;
	line-height: 100px;
	font-size: 36px;
	font-weight: bold;
	color: #054690;
	padding-left: 37px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.questionUt .lt .text{
	padding: 23px 36px 25px 36px;
	font-size: 36px;
	line-height: 2;
	color: #9E9E9E;
}

.questionUt .lt .text,
.questionUt .lt .title .iItem .other{
	display: none;
}

.questionUt .lt.active .title{
	position: relative;
}

.questionUt .lt.active .title::after{
	position: absolute;
	content: "";
	bottom: 0;
	height: 2px;
	width: 100%;
	opacity: 1;
	
	background: #E1E5EA;
}

.questionUt .lt.active .title .iItem .default{
	display: none;
}

.questionUt .lt.active .text,
.questionUt .lt.active .title .iItem .other{
	display: block;
}

.questionForm2{
	margin-top: 62px;
	margin-bottom: 100px;
	border-radius: 10px;
	overflow: hidden;
	opacity: 1;
	
	background: #FFFFFF;
	
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
}

.questionForm2 .form2Title{
	height: 100px;
	line-height: 100px;
	padding: 0 91px;
	font-size: 30px;
	color: #9E9E9E;
	text-align: center;
	position: relative;
}

.questionForm2 .form2Title::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	opacity: 1;
	background: #E1E5EA;
}

.questionForm2 .formBox{
	padding: 33px 91px 91px 28px;
}

.questionForm2 .formBox .tip{
	font-size: 30px;
	color: #9E9E9E;
	text-align: center;
	padding-bottom: 63px;
}

.questionForm2 .formBox .tip2{
	font-size: 18px;
	color: #054690;
}
.questionForm2 .formBox textarea{
	margin-top: 12px;
	height: 241px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	opacity: 1;
	border: initial;
	background: #FFFFFF;
	padding: 18px 20px;
	box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
	
	font-size: 18px;
	color: #9E9E9E;
}

.questionForm2 .formBox .inputArea{
	margin: 55px 0 110px 0;
	font-size: 18px;
	color: #054690;
}
.questionForm2 .formBox .inputArea input{
	height: 49px;
	width: 240px;
	border-radius: 10px;
	border: initial;
	opacity: 1;
	overflow: hidden;
	background: #FFFFFF;
	
	box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
	padding: 0 10px;
}

.questionForm2 .formBox .btn{
	text-align: center;
}

.questionForm2 .formBox button{
	width: 257px;
	height: 77px;
	border-radius: 10px;
	overflow: hidden;
	opacity: 1;
	
	background: #054690;
	
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
}

.file_content{
	margin-top: 39px;
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.6;
}

.file_content caption,.file_content td,.file_content th{
	font-size: 18px;
}

.file_content thead{
	height: 70px;
	border-radius: 10px;
	opacity: 1;
	overflow: hidden;
	background: #FFFFFF;
	color: #054690;
}

.file_content tbody{
	color: #000000;
}

.file_content tbody tr{
	height: 70px;
	border-radius: 10px;
	overflow: hidden;
	opacity: 1;
	text-align: left;
}

.file_content tbody tr:nth-child(2n){
	background: #FFFFFF;
}

.file_content tbody tr td:last-child,
.file_content thead tr th:last-child{
	padding-right: 30px;
}

.file_content tbody tr td.center{
	text-align: center;
}

.mjswNewsUt{
	/*margin-top: 85px;*/
	margin-bottom: 6%;
}

.mjswNewsUt .lt{
	position: relative;
	padding-top: 28px;
	padding-bottom: 28px;
}

.mjswNewsUt .lt::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	opacity: 1;
	background: #E1E5EA;
}

.mjswNewsUt .lt:first-child{
	padding-top: 1%;
}

.mjswNewsUt .lt:last-child::after{
	height: initial;
}

.mjswNewsUt .lt .ltLeft{
	width: 27.76%;
	margin-left: 15px;
}

.mjswNewsUt .lt .ltRight{
	width: 68.48%;
}

.mjswNewsUt .lt .ltRight .date .day{
	font-size: 64px;
	font-weight: bold;
	color: #9E9E9E;
}

.mjswNewsUt .lt .ltRight .date .other{
	font-size: 20px;
	color: #9E9E9E;
	padding-top: 20px;
}
.mjswNewsUt .lt .ltRight .text{
	margin-left: 32px;
}
.mjswNewsUt .lt .ltRight .text .title{
	font-size: 24px;
	font-weight: bold;
	color: #9E9E9E;
}
.mjswNewsUt .lt .ltRight .text .info{

	font-size: 18px;
	font-weight: bold;
	color: #9E9E9E;
	padding-top: 32px;
	line-height: 2;
}


.mjswNewsUt .lt .ltRight .text .info span{
	color: #054690;
	display: inline-block;
}

.newsData{
	margin-top: 18px;
}

.newsData .newsDataLeft{
	width: 22.72%;
	border-radius: 10px;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(5, 70, 144, 0.3);
	height: 440px;
}

.newsData .newsDataLeft .pn .tip{
	padding-top: 19px;
	padding-left: 18px;
	font-size: 24px;
	color: #9E9E9E;
}

.newsData .newsDataLeft .pn .info{
	padding: 30px 47px 66px 47px;
	
}

.newsData .newsDataLeft .pn .info .link{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #9E9E9E;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	height: 70px;
	line-height: 1.5;
}

.newsData .newsDataLeft .pn.prev{
	position: relative;
}

.newsData .newsDataLeft .pn.prev::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: #E1E5EA;
}

.newsData .newsDataRight{
	width: 76.27%;
}

.newsData .newsDataRight .newsDataTop{
	padding: 18px 65px;
	border-radius: 10px;
	opacity: 1;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(5, 70, 144, 0.3);
}

.newsData .newsDataRight .newsDataTop .title{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	color: #9E9E9E;
}

.newsData .newsDataRight .newsDataTop .date{
	font-size: 18px;
	color: #9E9E9E;
	padding-top: 20px;
}

.newsData .newsDataRight .content{
	margin-top: 2px;
	padding: 33px 68px 36px 68px;
	border-radius: 10px;
	opacity: 1;
	overflow: hidden;
	background: #FFFFFF;
	
	box-shadow: 0px 4px 10px 0px rgba(5, 70, 144, 0.3);
	
	font-size: 18px;
	line-height: 2;
	color: #9E9E9E;
	min-height: 300px;
}

.mjswTitle2{
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.servData .industryPoints{
	padding-top: 80px;
	padding-bottom: 86px;
}

.servData .pointsUl{
	margin-top: 40px;
}

.servData .pointsUl .lt{
	width: 274px;
	height: 274px;
	border-radius: 15px;
	opacity: 1;
	overflow: hidden;
	background: #FFFFFF;
	
	box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.09);
	margin-left: 34px;
	position: relative;
}

.servData .pointsUl .lt:first-child{
	margin-left: initial;
}

.servData .pointsUl .lt .title{
	font-size: 24px;
	color: #000000;
	position: absolute;
	bottom: 26px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	object-fit: cover;
	line-height: 1;
	width: 260px;
}
.servData .pointsUl .lt .img{
	height: 213px;
	width: 100%;
}
.servData .soluCase .info{
	font-size: 24px;
	color: #000000;
	line-height: 2;
	padding: 45px 7% 180px 7%;
}

.serTable{
	opacity: 1;
	background: #FFFFFF;
	box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.09);
	padding-top: 98px;
	padding-bottom: 109px;
}

.serTable .servTableUl{
	margin-left: -1.5%;
	margin-top: 60px;
}

.serTable .servTableUl .lt{
	margin-left: 1.9%;
	width: 23.1%;
	text-align: center;
	border-radius: 15px;
	opacity: 1;
	overflow: hidden;
	background: #FFFFFF;
	
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.serTable .servTableUl .lt .name{
	font-size: 40px;
	text-align: center;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	padding: 13px 5px 12px 5px;
}

.serTable .servTableUl .lt .btnMore{
	width: 100%;
}

.serTable .servTableUl .lt .btnMore .link{
	display: block;
	height: 48px;
	line-height: 48px;
	width: 128px;
	border-radius: 5px;
	opacity: 1;
	overflow: hidden;
	background: #0256FF;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
	margin: 24px auto 28px;
}

.tecTrain{
	padding-top: 105px;
	padding-bottom: 57px;
}

.tecTrain .trainArea{
	padding-top: 40px;
	padding-bottom: 45px;
}

.tecTrain .trainArea .trainLeft{
	width: 53%;
}

.tecTrain .trainArea .trainLeft .lt{
	border-radius: 15px;
	opacity: 1;
	overflow: hidden;
	background: #FFFFFF;
	
	box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.09);
	padding: 11px 30px 12px 30px;
	font-size: 24px;
	color: #000000;
	margin-top: 3%;
}
.tecTrain .trainArea .trainLeft .lt:first-child{
	margin-top: initial;
}

.tecTrain .trainArea .trainLeft .lt .title{
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 14px;
}

.tecTrain .trainArea .trainLeft .lt .info{
	line-height: 1.6;
}

.tecTrain .trainArea .trainRight{
	width: 44.55%;
}

.tecTrain .btnCon{
	width: 100%;
	
}
.tecTrain .btnCon .link{
	display: block;
	width: 300px;
	height: 100px;
	line-height: 100px;
	border-radius: 15px;
	opacity: 1;
	overflow: hidden;
	background: #0256FF;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin: 0 auto;
}

.contactData .contactMap{
	padding-top: 75px;
	padding-bottom: 59px;
}

.contactData .contactMap .map{
	text-align: center;
	padding-bottom: 59px;
}

.contactData .contactMap .title{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 14px;
}

.contactData .contactMap .address{
	font-size: 25px;
	margin-bottom: 23px;
}

.contactData .contactMap .contactDetail{
	color: #054690;
	font-size: 25px;
}

.contactData .contactMap .contactDetail .company{
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 8px;
	position: relative;
	line-height: 1.5;
}

.contactData .contactMap .contactDetail .company::after{
	position: absolute;
	content: "";
	height: 2px;
	opacity: 1;
	background: #054690;
	bottom: 0;
	left: 0;
	width: 60px;
}

.contactData .contactMap .detailLeft .tip{
	padding-top: 8px;
	line-height: 1.5;
}

.contactData .contactMap .codeItem .code{
	padding-left: 100px;
}

.contactData .contactMap .codeItem .name{
	padding-top: 5px;
}

.searchAndTel{
	background: #ffffff;
	padding-top: 28px;
	position: relative;
}

.searchAndTel .backimg{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	object-fit: cover;
	line-height: 1;
	top: 20%;
}

.mjswSearch{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	width: 42%;
}

.mjswSearch .inp{
	width: 87.8%;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	color: #9E9E9E;
	padding: 0 36px;
	border-radius: 10px;
	overflow: hidden;
	opacity: 1;
	background: #FFFFFF;
	border: initial;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
}

.mjswSearch button{
	width: 52px;
	height: 52px;
	padding: 8px;
	border-radius: 10px;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
	border: initial;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mjswSearch button .iconfont{
    color: #054690;
    font-size: 30px;
}

.telSearchForm .mjswSearch{
	padding-left: 28%;
	width: 80%;
}

.telAndCoop {
	padding-top: 30px;
	font-size: 25px;
	color: #000000;
}

.telAndCoop .telUt .lt{
	padding-bottom: 42px;
}

.telAndCoop .telUt .lt .ltContent{
	padding-left: 50px;
	padding-top: 10px;
}

.telAndCoop .telUt .lt .ltContent .nlt{
	padding-bottom: 25px;
}

.telAndCoop .telUt .lt .ltContent .nlt .nltarea{
	font-size: 16px;
	color: #9E9E9E;
	line-height: 2;
}

.telAndCoop .telArea{
	width: 50%;
}

.telAndCoop .coopArea{
	width: 35%;
}

.telAndCoop .name{
	font-weight: bold;
}

.telAndCoop .coopArea .coopUt{
	padding-left: 50px;
	padding-top: 10px;
	font-size: 16px;
	color: #000000;
	line-height: 2;
}
.telAndCoop .coopArea .tip{
	font-size: 12px;
	color: #9E9E9E;
	padding-left: 50px;
	padding-top: 10px;
}

.contactForm{
	padding-top: 126px;
	padding-bottom: 330px;
}
.contactForm .formTop .title{
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}
.contactForm .formTop .info{
	font-size: 18px;
	color: #9E9E9E;
}

.contactForm form{
	padding-top: 32px;
}

.contactForm form .name{
	font-size: 18px;
	color: #000000;
}

.contactForm form .inputUnit{
	width: 30%;
	padding-bottom: 25px;
}

.contactForm form .inputUnit:first-child{
	padding-left: 0;
}

.contactForm form input{
	height: 52px;
	line-height: 52px;
	width: 100%;
	border-radius: 10px;
	opacity: 1;
	overflow: hidden;
	background: #FFFFFF;
	padding: 0 10px;
	backdrop-filter: blur(10px);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
	border: initial;
	margin-top: 8px;
}
.contactForm form textarea{
	height: 202px;
	border-radius: 10px;
	width: 100%;
	opacity: 1;
	overflow: hidden;
	background: #FFFFFF;
	padding: 15px 10px;
	backdrop-filter: blur(10px);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
	border: initial;
	margin-top: 8px;
}
.contactForm form button{
	height: 52px;
	line-height: 52px;
	width: 100%;
	border-radius: 10px;
	opacity: 1;
	overflow: hidden;
	background: #054690;
	border: initial;
	backdrop-filter: blur(10px);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 10px;
}

.indexArea1{
	max-width: 1920px;
	margin: 0 auto;
}

.indexProCatUt .lt{
	width: 33.33%;
	position: relative;
	/* border-left: 1px dashed #e1e1e1; */
}

.indexProCatUt .lt .imt img{
	width: 100%;
	max-height: 560px;
}

.indexProCatUt .lt .ltArea{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	color: #FFFFFF;
	font-size: 18px;
	padding: 70px 48px 62px 75px;
}

.indexProCatUt .lt .ltArea .en{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial;
}

.indexProCatUt .lt .ltArea .cn{
	font-size: 36px;
	color: #FFFFFF;
	padding-top: 17px;
	padding-bottom: 25px;
	
	line-height: 1.5;
}
.indexProCatUt .lt .ltArea .nlt .link{
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 2;
}

.indexProCatUt .lt .linkMore{
	position: absolute;
	bottom: 65px;
	left: 75px;
	display: block;
	height: 50px;
	line-height: 50px;
	width: 50px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #ffffff;
	text-align: center;
}

.indexProCatUt .lt .linkMore .iconfont{
	font-size: 25px;
	color: #ffffff;
}

.indexProCatUt .lt:hover .linkMore{
	background: #0256FF;
	border-color: #0256FF;
}

.mjswIndexTitle{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 40px;
	color: #000000;
	line-height: 38px;
	text-align: center;
}

.indexArea2{
	background: #F4F7FB;
	max-width: 1920px;
	margin: 0 auto;
}
.indexCase{
	padding-top: 88px;
}
.indexCase .caseMain{
	position: relative;
	margin-top: 53px;
}

.indexCase .caseContent{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.indexCase .caseContent .caseContentArea{
	padding-top: 105px;
}

.indexCase .caseContent .caseLeft{
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 38px;
}

.indexCase .caseContent .caseLeft .ut{
	padding-top: 50px;
}

.indexCase .caseContent .caseLeft .link{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 2;
}

.indexCase .caseContent .caseRight{
	background: #FFFFFF;
	box-shadow: 0px 7px 10px 0px rgba(90,162,243,0.35);
	border-radius: 10px;
	overflow: hidden;
	opacity: 0.9;
	margin-left: 7%;
	padding: 46px 49px 47px 48px;
}

.indexCase .caseContent .caseRight .title{
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.indexCase .caseContent .caseRight .info{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	padding-top: 41px;
	padding-bottom: 49px;
	position: relative;
	line-height: 1;
}

.indexCase .caseContent .caseRight .info .line{
	color: #2B64FF;
	transform: rotate(90deg);
	padding: 0 20px;
	display: inline-block;
	line-height: 1;
}

.indexCase .caseContent .caseRight .info .iconfont{
	font-size: 25px;
}

.indexCase .caseContent .caseRight .info::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #B2C7FF;
}
.mjswBtnMore{
	width: 128px;
	height: 42px;
	
	line-height: 38px;
	background: #2B64FF;
	border-radius: 5px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	margin-top: 15px;
}
.indexCase .caseContent .caseRight .mjswBtnMore{
	margin-top: 53px;
}

.indexArea3{
	background: url('../img/aboutback.png') no-repeat center;
	background-color: #F4F7FB;
	background-size: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.indexAbout{
	padding-top: 70px;
	padding-bottom: 62px;
}
.indexAboutMain{
	padding-top: 52px;
}
.indexAboutMain .aboutLeft{
	width: 48.12%;
}

.indexAboutMain .aboutRight{
	width: 51.87%;
}

.indexAboutMain .aboutRight .info{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 20px;
	color: #747474;
	line-height: 2;
}

.indexArea4{
	background: #F4F7FB;
}

.indexNews{
	padding-top: 70px;
	padding-bottom: 80px;
}

.indexNewsMain{
	padding-top: 66px;
}

.indexNewsMain .newsLeft,
.indexNewsMain .newsRight{
	width: 47.5%;
}

.indexNewsMain .link{
	display: block;

}
.indexNewsMain .newsLeft .link{
	background: #FFFFFF;
	box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.15);
	border-radius: 10px;
	overflow: hidden;
}

.indexNewsMain .newsLeft{
	padding-bottom: 25px;
	padding-top: 25px;
}

.indexNewsMain .newsLeft .link .itemBig .content{
	padding: 38px 33px 50px;
}
.indexNewsMain .newsLeft .link .title{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 26px;
	color: #000000;
	padding-bottom: 30px;
}

.indexNewsMain .link .info{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #747474;
	line-height: 24px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	height: 50px;
	line-height: 1.5;
}

.indexNewsMain .link .dom{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #818181;
	padding-top: 26px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	height: 20px;
}
.indexNewsMain .link .dom .iconfont{
	color:#060d16;
	font-size: 35px;
	padding-left: 39px;
}
.indexNewsMain .newsRight .item{
	padding: 29px 23px;
}
.indexNewsMain .newsRight .item .imt{
	width: 29.2%;

	border-radius: 10px;
	overflow: hidden;
}

.indexNewsMain .newsRight .item .content{
	width: 63.4%;
}

.indexNewsMain .newsRight .link:hover,
.indexNewsMain .newsRight .link.active{
	background: #0256FF;
	border-radius: 10px;
	overflow: hidden;
	color: #FFFFFF;
}

.indexNewsMain .newsRight .link:hover .imt{
	border-radius: initial;
}

.indexNewsMain .newsRight .title{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	padding-bottom: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.indexNewsMain .newsRight .link .dom{
	padding-top: 13px;
}
.indexNewsMain .newsRight .link:hover .title,
.indexNewsMain .newsRight .link:hover .info,
.indexNewsMain .newsRight .link:hover .dom,
.indexNewsMain .newsRight .link:hover .iconfont{
	color: #ffffff;
}
.indexNewsMain .newsRight .link.active .title,
.indexNewsMain .newsRight .link.active .info,
.indexNewsMain .newsRight .link.active .dom,
.indexNewsMain .newsRight .link.active .iconfont{
	color: #ffffff;
}
.mjswTop{
	padding-top: 70px;
}

.historyItemList .hisUt{
	padding-top: 60px;
	position: relative;
}
.historyItemList .hisUt::before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 52px;
	height: 2px;
	opacity: 1;
	
	background: #DEEAFF;
}

.historyItemList .hisUt .lt{
	margin-left: 65px;
}

.historyItemList .hisUt .lt:first-child{
	margin-left: initial;
}

.historyItemList .hisUt .year{
	margin-left: 35px;
	position: absolute;
	top: 0;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	
	color: #054690;
	line-height: 0.8;
}

.historyItemList .hisUt .lt .itemUt{
	min-width: 374px;
	min-height: 230px;
	border-radius: 15px;
	opacity: 1;
	
	background: #F4F7FB;
	
	box-shadow: 0px 4px 10px 0px rgba(5, 70, 144, 0.3);
	
	font-family: Source Han Sans;
	font-size: 18px;
	color: #054690;
	margin-top: 85px;
	position: relative;
}

.historyItemList .hisUt .lt .itemUt::before{
	position: absolute;
	content: "";
	top: -102px;
	left: 67.5px;
	width: 22px;
	height: 22px;
	opacity: 1;
	border-radius: 50px;
	background: #054690;
}

.historyItemList .hisUt .lt .itemUt .ltItem{
	padding: 20px 7px 20px 27px;
	align-items: center;
	position: relative;
}
.historyItemList .hisUt .lt .itemUt .ltItem::before{
	position: absolute;
	content: "";
	top: -28px;
	left: 78.5px;
	bottom: 34px;
	opacity: 1;
	width: 1px;
	background: #054690;
}

.historyItemList .hisUt .lt .itemUt .ltItem:first-child::before{
	top: -90px;
}

.historyItemList .hisUt .lt .itemUt .ltItem .iconfont{
	width: 8px;
	height: 8px;
	opacity: 1;
	
	border-radius: 50px;
	overflow: hidden;
	border: 1px solid #054690;
	margin: 0 9px;
}

.mjswTitle3{
	font-size: 30px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	letter-spacing: 0em;
	color: #9E9E9E;
	padding-bottom: 67px;
}

.mjswTitle4{
	font-size: 36px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	letter-spacing: 0em;
	
	color: #5C9EEA;
	padding-bottom: 45px;
}

.advanData,
.honorData,
.historyData{
	padding-top: 4%;
	padding-bottom: 5%;
}

.advanData .itemList .itemLeft,
.advanData .itemList .itemRight{
	width: 50%;
}

.advanData .itemList .item:nth-child(2n){
	flex-direction: row-reverse;
}
.advanData .itemList .item .itemRight{
	padding: 0 6%;
}
.advanData .itemList .item .itemRight .num,
.servPro .title .en{
	font-size: 90px;
}
.advanData .itemList .item .itemRight .num{
	
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #9E9E9E;
	padding-bottom: 1%;
}
.advanData .itemList .item .itemRight .cn,
.advanData .itemList .item .itemRight .en
{
	font-size: 50px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #000000;
}

.advanData .itemList .item .itemRight .en
{
	font-size: 36px;
}

.advanData .itemList .item .itemRight .info{
	font-size: 14px;
	font-weight: normal;
	line-height: 200%;
	letter-spacing: 0em;
	color: #9E9E9E;
	line-height: 2;
	margin-top: 5%;
}

.advanData .swiper-num-area{
	width: 20%;
	line-height: 168%;
	height: 16%;
	opacity: 1;
	
	background: #054690;
	font-size: 40px;
	font-weight: normal;
	color: #FFFFFF;
	bottom: 0;
	right: 0;
	left: initial;
}

.advanData .swiper-num-area .swiper-pagination-current{
	color: #9E9E9E
}
.honorData .honorSwiper .swiper-wrapper{
	margin-bottom: 4%;
}
.honorData .honorSwiper .swiper-slide{
	text-align: center;
}

.honorData .honorSwiper .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	margin: 0 10px;
}

.historyItemList .hisUt{
	padding-left: 3%;
	margin-bottom: 2%;
}

.serviceArea{
	padding-top: 30px;
	padding-bottom: 135px;
}

.serviceArea .info .title{
	font-family: Source Han Sans;
	font-size: 30px;
	line-height: 1.5;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #000000;
	padding-left: 4%;
	position: relative;
}

.serviceArea .info .title::before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	
	width: 3%;
	height: 5px;
	opacity: 1;
	background: #000000;
}
.serviceArea .info .text{
	font-family: Source Han Sans;
	font-size: 40px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #000000;
	padding-top: 28px;
}

.serviceArea .serviceUt{
	margin-top: 40px;
	margin-left: -1.5%;
}

.serviceArea .serviceUt .lt{
	margin-left: 1.5%;
	width: 23.5%;
	opacity: 1;
	
	background: #FFFFFF;
	padding: 0 7px 44px 7px;
}
.serviceArea .serviceUt .lt .num{
	font-family: Source Han Sans;
	font-size: 60px;
	font-weight: normal;
	line-height: normal;
	text-align: right;
	letter-spacing: 0em;
	
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #D9D9DB;
	padding-bottom: 10%;
}

.serviceArea .serviceUt .lt .name{
	font-family: Source Han Sans;
	font-size: 30px;
	font-weight: normal;
	line-height: normal;
	text-align: right;
	letter-spacing: 0em;
	
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #000000;
}

.serviceArea .serviceUt .lt:hover{
	background: #054690;
}

.serviceArea .serviceUt .lt:hover .name{
	color: #FFFFFF;
}

.servPro{
	background: #ffffff;
	padding-top: 91px;
	padding-bottom: 114px;
}
.servPro .title{
	position: relative;
}
.servPro .title .cn,
.servPro .itemList .name{
	font-size: 55px;
}
.servPro .title .cn{
	font-family: Source Han Sans;
	
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;

	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #000000;
	position: absolute;
	top: 0;
	left: 0;
}
.servPro .title .en{
	font-family: Aria;
	font-weight: bold;
	color: #f3f3f3;	
	line-height: 1.5;
}

.servPro .itemList .itemUt,
.servPro .itemList .imt{
	width: 49%;
}

.servPro .itemList .itemUt .lt:nth-child(2n){
	/*border: 1px dashed #B2B2B2;*/
}

.servPro .itemList .itemUt .lt:nth-child(2n+1) .num{
	/*border-left: 1px dashed #B2B2B2;*/
}

.servPro .itemList .itemUt .lt .num{
	/*border-right: 1px dashed #B2B2B2;*/
}

.servPro .itemList .itemUt .lt:first-child .num{
	/*border-top: 1px dashed #B2B2B2;*/
}

.servPro .itemList .itemUt .lt .info{
	padding: 0 10px;
}

.servPro .itemList{
	font-weight: bold;
	color: #B2B2B2;	
	padding-top: 20px;
}

.servPro .itemList .num{
	font-family: Aria;
	font-size: 100px;
	line-height: 1.5;
}

.servPro .itemList .tip{
	font-size: 20px;
}

.mjswContainerContent .coaData .error_msg{
	color: red;
	padding-bottom: 1%;
	/*display: none;*/
}

.mjswtop1{
	margin-top: 1%;
}

.openContactBox{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
	z-index: 3000;
	display: none;
}

.contactBox{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contactBoxItem{
	width: 62.5%;
	background: #FFFFFF;
	opacity: 1;
	border-radius: 25px;
	overflow: hidden;
	padding: 3% 4%;
	position: relative;
}

.contactBoxItem .iconfont{
	position: absolute;
	top: 22px;
	right: 22px;
	font-size: 30px;
	color: #054690;
}

.contactBoxItem .name{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	line-height: 1;
	padding-bottom: 3%;
}

.contactBoxItem .name.company{
	color: #054690;
}

.contactBoxItem .spt{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
	margin-right: 3%;
}

.contactBoxItem .spn{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
}
.contactBoxItem .nltarea{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #9E9E9E;
	line-height: 2;
}

.contactBoxItem .ltContent .nlt{
	margin-right: 4%;
	margin-bottom: 3%;
}

.contactBoxItem .ltContent .nlt:nth-child(2n+1){
	width: 60%;
}

.contactBoxItem .ltContent .nlt .nltinfo,
.searchAndTel .ltContent .nlt .nltinfo
{
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6;
}

.contactBoxItem .item{
	padding-top: 4%;
	position: relative;
}

.contactBoxItem .contactBoxTop{
	padding-bottom: 4%;
}

.contactBoxItem .item::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: #E1E1E1;
}

.contactBoxBottom .nlt{
	width: 32%;
}

.mjsw3d.container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.mjsw3d .slider {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	perspective: 200px;
	perspective-origin: 50% 50%;
}

.mjsw3d .card {
	position: absolute;
	top: 55%;
	left: 50%;
	width: 50%;
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
	transform: translate3d(-50%, -50%, 0);
	background-color: rgba(255,255,255,0);
}

.mjsw3d .card img {
	position: absolute;
	opacity: 1;
}

.honorData .honorSwiper .swiper-slide .link{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.honorData .honorSwiper .swiper-slide .imt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	line-height: 1;
}

.headerRithg #mNav .iconfont{
	font-size: 27px;
}


.coaSearchRight .searchList{
	/*display: none;*/
}

.coaSearchRight .searchList .file_content tbody td{
	text-align: center;
}

.coaSearchRight .searchList .file_content tbody td:last-child{
	padding-right: initial;
}

.coaSearchRight .searchList .file_content thead{
	height: 64px;
	background: #F4F7FB;
	border-radius: 10px;
	overflow: hidden;
}
.coaSearchRight .searchList .file_content tbody tr{
	height: 64px;
	border-radius: 10px;
	overflow: hidden;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}
.coaSearchRight .searchList .file_content tbody tr:nth-child(2n){
	background: #F4F7FB;
}

.coaSearchRight .searchList .file_content tbody tr a{
	color: #000000;
}

.honorData .honorUt{
	margin-left: -4.76%;
}

.honorData .honorUt .lt{
	margin-bottom: 3%;
	width: 28.57%;
	margin-left: 4.76%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
}

.honorData .honorUt .lt .link{
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	text-align: center;
}

.honorData .honorUt .lt .link .nameList{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	display: -webkit-flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #5EA0EB;
	font-weight: bold;
	line-height: 1.6;
	padding: 0 19%;
}

.honorData .honorUt .lt:first-child{
	margin-left: 21.75%;
}

.mapArea{
	height: 380px;
	width: 80%;
	margin-left: 10%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
}
#container {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: "微软雅黑";
}