html{
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #000;
	font-family: 微软雅黑;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;/* 解决chrome下字体小于12px问题 */
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 微软雅黑;
	font-size: 1.2rem;
	width: 100%;
	height: 100%;
	/* min-width: 1600px;
	min-height: 800px;
	overflow: auto; */
	display: flex;
	justify-content: center;
	white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
	user-select: none;
}

a{
	cursor: pointer;
	text-decoration: none;
	color: #333;
}

.es-bcolor-blue{
	background-color: #3181f6;
}

.es-bcolor-lightBlue{
	background-color: #e7f3fe;
}

.es-bcolor-orange{
	background-color: #ec5328;
}

.es-bcolor-gray{
	background-color: #eee;
}

.es-flex-v{
	display: flex;
	flex-direction: column;
}

.es-h-1{
	display: flex;
	width: 100%;
	height: 55rem;
}

.es-h-center{
	display: flex;
	justify-content: center;
}

.es-back{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.es-img-bg{
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.es-width{
	width: 100%;
}

.es-padding{
	padding: 2rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.es-p-left{
	font-size: 1.6rem;
	line-height: 2.6rem;
	text-indent: 2em;
	white-space:normal;
	word-break:break-all;
	word-wrap:break-word;
	 text-align: left;
	 /* padding-left: 2rem; */
	 /* padding-right: 2rem; */
}

.es-p-left-1{
	font-size: 2rem;
	white-space:normal;
	word-break:break-all;
	word-wrap:break-word;
	 text-align: left;
}


.es-p-font-title{
	font-size: 2rem;
	font-weight: bold;
}

.es-margin-top{
	margin-top: 1.5rem;
}

.es-float-center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 5rem;
	font-weight: bold;
	color: #fff;
	text-shadow: 0rem 0rem 4rem #000000;
}



.es-top{
	position: relative;
	width: 100%;
	display: flex;
	/* flex: 0 0 8rem; */
	/* height: 6%; */
	height: 8rem;
	justify-content: center;
	background-color: #000;
}

.es-header{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	background-color: #000;
}

.es-content{
	/* flex: 1; */
	position: absolute;
	top: 8rem;
	left: 0%;
	width: 100%;
	height: 94%;
	/* display: flex; */
	/* flex-direction: column; */
	overflow-y: auto;
	overflow-x: hidden;
	/* align-items: center; */
	margin: 0 auto;
	text-align: center;
	/* min-width: 0%; */
	/* min-height: 0%; */
	scrollbar-width: none; /* firefox */
	-ms-overflow-style: none; /* IE 10+ */
}

/* .es-content::scrollbar{
	display: none;
} */
.es-content::-webkit-scrollbar {
		display: none;
}
/* .es-content::-webkit-scrollbar-thumb {
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #535353;
    }
.es-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #EDEDED;
    } */

.es-foot{
	flex: 0 0 40rem;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: url(./img/foot.png) no-repeat center;
	background-size: 100% 100%;
	margin-top: 8rem;
}

@media screen and (min-width:1920px){
	
}

.es-nav{
	flex: 0 0 80%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.es-nav-ul{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
}

.es-nav-ul a{
	width: 15rem;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	cursor: pointer;
	display: flex;
	font-size: 2rem;
	color: #fff;
	text-decoration: none;
}

/* .es-nav-active{
	color: #e06337;
	border-bottom: 0.5rem solid #e06337;
} */

a.es-active:link,a.es-active:visited,a.es-active:hover,a.es-active:active{
	color: #e06337;
	border-bottom: 0.3rem solid #e06337;
}

.es-nav-ul a:hover{
	color: #e06337;
	border-bottom: 0.3rem solid #e06337;
}

.es-header-left{
	position: absolute;
	top: 0%;
	left: 0%;
	height: 100%;
	width: 10%;
	background: url(./img/LOGO.png) no-repeat center;
	background-size: 100%;
}

.es-header-phone{
	position: absolute;
	top: 0%;
	right: 0%;
	height: 100%;
	width: 16rem;
	background-color: #e06337;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	color: #fff;
}

.es-header-phone::before{
	content: '';
	width: 2rem;
	height: 2rem;
	background: url(./img/phone.png) no-repeat center;
	background-size: 80%;
}

.es-content-img{
	position: relative;
	/* flex: 0 0 100%; */
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.es-content-ld{
	/* flex: 0 0 80%; */
	margin: 0 auto;
	text-align: center;
	width: 134rem;
	height: 100rem;
	/* flex: 0 0 100rem; */
	display: flex;
	flex-direction: column;
	align-items: center;
}

.es-content-gd{
	/* flex: 0 0 80%; */
	margin: 0 auto;
	text-align: center;
	width: 134rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#id-sy-img-0{
	background: url(./img/img0.jpg) no-repeat center;
	background-size: cover;
}
#id-sy-img-1{
	background: url(./img/img1.jpg) no-repeat center;
	background-size: cover;
}
#id-sy-img-2{
	background: url(./img/img2.jpg) no-repeat center;
	background-size: cover;
}
#id-sy-img-3{
	background: url(./img/img3.jpg) no-repeat center;
	background-size: cover;
}
#id-sy-img-4{
	background: url(./img/img4.jpg) no-repeat center;
	background-size: cover;
}

#id-sy-img-gkmdyj{
	background: url(./img/gkmdyj.jpg) no-repeat center;
	background-size: cover;
}

#id-sy-img-hyszls{
	background: url(./img/hyszls.jpg) no-repeat center;
	background-size: cover;
}

.es-content-title{
	position: relative;
	color: #000;
	font-size: 2rem;
	font-weight: bold;
	padding-top: 5rem;
	padding-bottom: 1rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.es-content-title::after{
	content: "";
	background-color: #70a4ec;
	position: absolute;
	height: 0.4rem;
	width: 4rem;
	bottom: 0%;
	left: 50%;
	transform: translateX(-50%);
}

.es-content-cp{
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 2rem;
}

.es-ld-1{
	cursor: pointer;
	width: 36.9%;
	height: 42rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 5rem;
	margin: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 4rem;
	padding-right: 4rem;
}

.es-ld-2{
	cursor: pointer;
	width: 60%;
	height: 42rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 5rem;
	margin: 1rem;
	padding-left: 4rem;
	padding-right: 4rem;
}

#id-ld-1{
	background: url(./img/ld1.jpg) no-repeat center;
	background-size: 100% 100%;
}
#id-ld-2{
	background: url(./img/ld2.jpg) no-repeat center;
	background-size: 100% 100%;
}
#id-ld-3{
	background: url(./img/ld3.jpg) no-repeat center;
	background-size: 100% 100%;
}
#id-ld-4{
	background: url(./img/ld4.jpg) no-repeat center;
	background-size: 100% 100%;
}

.es-gd{
	cursor: pointer;
	width: 31.5%;
	height: 61rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 2rem;
	margin: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 5rem;
	padding-right: 5rem;
}

#id-gd-1{
	background: url(./img/gd1.png) no-repeat center;
	background-size: 100% 100%;
}
#id-gd-1:hover{
	background: url(./img/gd1hover.png) no-repeat center;
	background-size: 100% 100%;
}
#id-gd-2{
	background: url(./img/gd2.png) no-repeat center;
	background-size: 100% 100%;
}
#id-gd-2:hover{
	background: url(./img/gd2hover.png) no-repeat center;
	background-size: 100% 100%;
}
#id-gd-3{
	background: url(./img/gd3.png) no-repeat center;
	background-size: 100% 100%;
}
#id-gd-3:hover{
	background: url(./img/gd3hover.png) no-repeat center;
	background-size: 100% 100%;
}
#id-gd-4{
	background: url(./img/gd1.png) no-repeat center;
	background-size: 100% 100%;
}
#id-gd-4:hover{
	background: url(./img/gd1hover.png) no-repeat center;
	background-size: 100% 100%;
}
#id-gd-5{
	background: url(./img/gd2.png) no-repeat center;
	background-size: 100% 100%;
}
#id-gd-5:hover{
	background: url(./img/gd2hover.png) no-repeat center;
	background-size: 100% 100%;
}
#id-gd-6{
	background: url(./img/gd3.png) no-repeat center;
	background-size: 100% 100%;
}
#id-gd-6:hover{
	background: url(./img/gd3hover.png) no-repeat center;
	background-size: 100% 100%;
}

.es-foot-about{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 2rem;
	padding-bottom: 4rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.es-foot-gs{
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
}

.es-foot-p{
	font-size: 2rem;
	color: #fff;
	padding-top: 0.5rem;
}

.es-foot-logo{
	width: 15rem;
	height: 8rem;
	background: url(./img/logo_white.png) no-repeat center;
	background-size: 100%;
}

.es-foot-slogan{
	flex: 0 0 50rem;
	height: 20rem;
	background: url(./img/slogan.png) no-repeat center;
	background-size: 100%;
}

.es-szgk-title{
	/* position: relative;
	font-size: 8rem;
	margin-top: 30rem;
	font-weight: bold;
	text-shadow: 0rem 2rem 4rem rgba(0, 85, 255, 0.8);
	background-image: linear-gradient(to top, #80b1e6, #ffffff);
	color: transparent;
	-webkit-background-clip: text; */
	margin-top: 30rem;
	height: 12rem;
	width: 100rem;
	min-width: auto;
	background: url('./img/bigdata.png') no-repeat center;
	background-size: 100%;
}

.es-szgk-title::before{
	position: absolute;
	content: "";
	background: url(./img/sjx.png) no-repeat center;
	background-size: 100%;
	top: -5rem;
	left: 50%;
	width: 2rem;
	height: 2rem;
	transform: translateX(-50%);
}

.es-szgk-subtitle{
	font-size: 1.6rem;
	color: #fff;
	line-height: 3.2rem;
	width: 132rem;
	text-align: center;
}

.es-btn-more{
	cursor: pointer;
	width: 9rem;
	height: 3.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1rem;
	border: 0.1rem solid #0074ec;
	color: #0074ec;
	/* background-color: rgba(255, 255, 255, 0.1); */
}

.es-btn-more:hover{
	cursor: pointer;
	width: 9rem;
	height: 3.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1rem;
	border: 0.1rem solid #0074ec;
	color: #ff0000;
	background-color: rgba(255, 255, 255, 0.1);
}

.es-content-rightbottom{
	position: absolute;
	right: 0%;
	bottom: 0%;
	width: 40%;
	height: 10rem;
	font-size: 4rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding-left: 14rem;
	color: #fff;
}

#id-rightbottom-1{
	background: url(./img/jxrb_orange.png) no-repeat center;
	background-size: 100% 100%;
}
#id-rightbottom-2{
	background: url(./img/jxrb_blue.png) no-repeat center;
	background-size: 100% 100%;
}
#id-rightbottom-3{
	background: url(./img/jxrb_orange.png) no-repeat center;
	background-size: 100% 100%;
}

.es-szgk-title-black{
	position: relative;
	font-size: 8rem;
	margin-top: 30rem;
	color: #000;
}

.es-szgk-subtitle-black{
	font-size: 2rem;
	color: #333333;
}

.es-content-img-black{
	position: relative;
	flex: 0 0 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 30%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.es-ld-title{
	font-size: 3rem;
	color: #fff;
}

.es-ld-subtitle{
	font-size: 2rem;
	color: #fff;
}

.es-gd-title{
	font-size: 3rem;
	color: #000;
}

.es-gd-subtitle{
	font-size: 1.4rem;
	color: #333;
	line-height: 3rem;
	width: 100%;
}

.es-content-back{
	margin: 0 auto;
	text-align: center;
	width: 132rem;
	display: flex;
	/* flex: 1; */
	flex-direction: column;
	/* transform: translateX(-50%); */
}

.es-content-name{
	flex: 0 0 4.5rem;
	width: 132rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.es-content-name-left{
	font-size: 1.8rem;
	font-weight: bold;
}

.es-content-name-right{
	font-size: 1.4rem;
	color: #666;
}

.es-content-nav{
	flex: 0 0 4.5rem;
	width: 132rem;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
}

.es-content-nav a{
	margin-right: 5rem;
	text-decoration: none;
	color: #666;
}


.es-content-left{
	flex: 0 0 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 5rem;
}

.es-content-right{
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.es-content-top{
	position: relative;
	/* flex: 0 0 auto; */
	height: 64rem;
	width: 100%;
}

#id-gsjj-top{
	background: url(./img/jj.jpg) no-repeat center;
	background-size: cover;
}

.es-content-tip{
	width: 100%;
	/* height: 9rem; */
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0rem 1rem 2rem rgba(0, 0, 0, 0.4);
}

.es-content-jj-lab{
	position: absolute;
	left: 28%;
	top: 55%;
	font-size: 5rem;
	font-weight: bold;
	color: #fff;
}
.es-content-jj-subLab{
	position: absolute;
	left: 28%;
	top: 70%;
	font-size: 1.4rem;
	color: #fff; 
}

.es-left-nav{
	position: relative;
	cursor: pointer;
	flex: 0 0 10rem;
	width: 12.5rem;
	display: flex;
	flex-direction: column;
	color: #000;
	font-size: 2.6rem;
	text-decoration: none;
}

.es-left-nav-subTitle{
	font-size: 1.2rem;
	color: orange;
}

.es-left-nav:hover{
	color: #ec5328;
}
.es-left-nav:hover:before{
	content: "";
	position: absolute;
	left: -4rem;
	top: 10%;
	width: 1.6rem;
	height: 2.24rem;
	background: url(./img/icon_right.png) no-repeat center;
	background-size: 100%;
}

.es-left-nav-active{
	font-weight: bold;
	color: #ec5328;
}
.es-left-nav-active:before{
	content: "";
	position: absolute;
	left: -4rem;
	top: 10%;
	width: 1.6rem;
	height: 2.24rem;
	background: url(./img/icon_right.png) no-repeat center;
	background-size: 100%;
}

/* .es-content-cp{
	width: 100%;
} */

.es-content-jj{
	width: 100%;
	color: #000;
}

.es-content-center{
	/* width: 100%; */
	width: 132rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.es-module{
	width: 100%;
}

.es-module-title{
	width: 132rem;
	position: relative;
	color: #000;
	font-size: 2.4rem;
	font-weight: bold;
	padding-top: 5rem;
	padding-bottom: 1rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.es-module-title::after{
	content: "";
	background-color: #e06337;
	position: absolute;
	height: 0.4rem;
	width: 4rem;
	bottom: 0%;
	left: 50%;
	transform: translateX(-50%);
}

.es-module-c{
	width: 132rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.es-module-c p{
	display: block;
	text-indent: 2em;
	white-space:normal;
	word-break:break-all;
	word-wrap:break-word;
	 font-size: 1.6rem;
	 line-height: 3rem;
	 width: 100%;
}

.es-p{
	text-indent: 2em;
	white-space:normal;
	word-break:break-all;
	word-wrap:break-word;
	 font-size: 1.6rem;
	 line-height: 3rem;
	 width: 132rem;
	 text-align: left;
}

/* .es-module-c img{
	margin-top: 3rem;
	width: 132rem;
} */

.es-content-jjfa-lab{
	position: absolute;
	left: 68%;
	top: 25%;
	font-size: 5rem;
	font-weight: bold;
	color: #fff;
	width: 40rem;
	text-shadow: 0rem 0rem 4rem #0074ec;
}
.es-content-jjfa-subLab{
	position: absolute;
	left: 68%;
	top: 40%;
	font-size: 1.4rem;
	line-height: 3rem;
	color: #fff; 
	width: 40rem;
	text-align: left;
	text-indent: 2em;
	white-space:normal;
	word-break:break-all;
	word-wrap:break-word;
}

#id-jjfa-top{
	background: url(./img/jjfa.jpg) no-repeat center;
	background-size: cover;
}

.es-module-jjfa{
	display: flex;
	height: 36rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 5rem;
}

.es-module-jjfa-img{
	position: relative;
	flex: 0 0 50%;
	height: 100%;
	background-color: #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 5rem;
	padding-left: 5rem;
	padding-right: 5rem;
}

.es-module-jjfa-text{
	position: relative;
	flex: 0 0 50%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 3rem;
	padding-left: 5rem;
	padding-right: 5rem;
	border: 1px solid transparent;
}

.es-img-jjfa-title{
	font-size: 3rem;
	color: #fff;
}

.es-img-jjfa-subtitle{
	font-size: 1.4rem;
	color: #fff;
	line-height: 2.5rem;
}

.es-text-jjfa-title{
	font-size: 4rem;
	font-weight: bold;
}

.es-text-jjfa-subtitle{
	font-size: 1.6rem;
	line-height: 3rem;
	text-align: left;
	text-indent: 2em;
	white-space:normal;
	word-break:break-all;
	word-wrap:break-word;
}

.es-color-1{
	color: #e06337;
}

.es-color-2{
	color: #3282f7;
}

.es-board-1{
	border: 1px solid #e06337;
}

.es-board-2{
	border: 1px solid #3282f7;
}

#id-jjfa-1{
	background: url(./img/jjfa_2.jpg) no-repeat center;
	background-size: cover;
}
#id-jjfa-2{
	background: url(./img/jjfa_3.jpg) no-repeat center;
	background-size: cover;
}
#id-jjfa-3{
	background: url(./img/jjfa_4.jpg) no-repeat center;
	background-size: cover;
}
#id-jjfa-4{
	background: url(./img/jjfa_5.jpg) no-repeat center;
	background-size: cover;
}
#id-jjfa-5{
	background: url(./img/jjfa_6.jpg) no-repeat center;
	background-size: cover;
}
#id-jjfa-6{
	background: url(./img/jjfa_7.jpg) no-repeat center;
	background-size: cover;
}


/* 菜单---------------start */
.es-menu-load{
	position: absolute;
	width: 100%;
	top: 8rem;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	display: flex;
	justify-content: center;
	z-index: 2000;
	box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.5);
}

.es-menu{
	display: flex;
	flex-direction: column;
	/* background-color: #00ff00; */
	width: 132rem;
	min-height: 36rem;
	display: none;
}

.es-menu-nav{
	display: flex;
	height: 6rem;
	width: 100%;
	align-items: center;
}

.es-menu-nav a:hover{
	color: #ec5328;
}

.es-menu-nav a{
    margin-right: 4rem;
    text-decoration: none;
	font-size: 2rem;
	font-weight: bold;
}

a.es-active:link,a.es-active:visited,a.es-active:hover,a.es-active:active{
	color: #ec5328;
}

.es-menu-active{
	color: #ec5328;
}

.es-menu-type{
	width: 100%;
	display: flex;
	margin-top: 1rem;
}

.es-menu-type-left-content{
	flex: 0 0 24rem;
	display: flex;
}

.es-menu-type-right-content{
	flex: 0 0 calc(100% - 24rem);
	display: flex;
}

.es-menu-type-right-all{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.es-menu-type-left{
	display: flex;
	flex-direction: column;
	flex: 0 0 100%;
}

.es-menu-type-item{
	position: relative;
	font-size: 1.4rem;
	flex: 0 0 4rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.es-menu-type-item::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	width: 0.5rem;
	height: 1rem;
	background: url(./img/arraw_right.png) no-repeat center;
	background-size: 100%;
}

.es-menu-type-item:hover{
	background-color: #eee;
	color: #000;
	font-weight: bold;
}

.es-menu-type-item-active{
	background-color: #eee;
	color: #000;
	font-weight: bold;
}

.es-menu-type-right{
	/* flex: 0 0 100%; */
	/* min-height: 20rem; */
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100rem;
}

.es-menu-item{
	cursor: pointer;
	background-color: #eee;
	flex: 0 0 16rem;
	width: 95%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 1rem;
}

.es-menu-item:hover{
	background-color: #ddd;
}

.es-menu-item-img{
	width: 22rem;
	/* flex: 0 0 20rem; */
	height: 12rem;
	background-color: #ccc;
	/* box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; */
	object-fit: cover;
	margin: 2rem;
}

.es-menu-item-content{
	flex: 1;
	display: flex;
	flex-direction: column;
	min-width: 0px;
}

.es-menu-item-title{
	font-size: 3rem;
}

.es-menu-item-subTitle{
	font-size: 1.4rem;
	line-height: 2.4rem;
}

/* 菜单---------------end */



/* scroll----------------start */
.es-swiper{
	overflow: hidden;
	position: relative;
}

.es-wraper{
	width: 100%;
	height: 100%;
}

.es-slide{
	width: 100%;
	height: 100%;
}

.es-slideView{
	position: relative;
	width: 100%;
	height: 100%;
}
/* scroll----------------end */

.es-sy-box-title{
	font-size: 4rem;
	font-weight: bold;
}

.es-sy-box-subtitle{
	font-size: 1.6rem;
	line-height: 3.2rem;
	width: 100%;
}

#id-sy-box-1{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 65rem;
	/* height: 40rem; */
	border: 0.1rem solid #3282f7;
	background-color: rgba(50, 129, 247, 0.3);
	bottom: 60%;
	left: 20%;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 4rem;
	padding-bottom: 2rem;
	color: #fff;
}

#id-sy-box-1 .es-sy-box-title::before{
	position: absolute;
	content: "";
	background: url(./img/sjx.png) no-repeat center;
	background-size: 100%;
	top: 2rem;
	left: 2rem;
	width: 2rem;
	height: 2rem;
}

#id-sy-box-2{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80rem;
	/* height: 40rem; */
	border: 0.1rem solid #e06337;
	background-color: rgba(224, 100, 55, 0.3);
	bottom: 60%;
	left: 50%;
	transform: translateX(-50%);
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 4rem;
	padding-bottom: 2rem;
	color: #000;
}

#id-sy-box-2 .es-sy-box-title::before{
	position: absolute;
	content: "";
	background: url(./img/sjx.png) no-repeat center;
	background-size: 100%;
	top: 2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 2rem;
	height: 2rem;
}

#id-sy-box-3{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 65rem;
	/* height: 40rem; */
	border: 0.1rem solid #3282f7;
	background-color: rgba(255, 255, 255, 0.2);
	bottom: 60%;
	left: 20%;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 4rem;
	padding-bottom: 2rem;
	color: #fff;
}
#id-sy-box-3 .es-sy-box-title::before{
	position: absolute;
	content: "";
	background: url(./img/sjx.png) no-repeat center;
	background-size: 100%;
	top: 2rem;
	left: 2rem;
	width: 2rem;
	height: 2rem;
}

#id-sy-box-4{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 65rem;
	/* height: 40rem; */
	border: 0.1rem solid #ffffff;
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 45%;
	left: 52%;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 4rem;
	padding-bottom: 2rem;
	color: #000;
}
#id-sy-box-4 .es-sy-box-title::before{
	position: absolute;
	content: "";
	background: url(./img/sjx.png) no-repeat center;
	background-size: 100%;
	top: 2rem;
	left: 2rem;
	width: 2rem;
	height: 2rem;
}

.es-scrool-prev{
	color: rgba(255, 255, 255, 0.9);
	width: 10rem;
	height: 10rem;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5rem;
}
.es-scrool-next{
	color: rgba(255, 255, 255, 0.9);
	width: 10rem;
	height: 10rem;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5rem;
}

.es-content-jjfa{
	/* width: 100%; */
	flex: 0 0 100rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#id-sy-img-jjfa-0{
	background: url(./img/img_yuzheng.jpg) no-repeat center;
	background-size: cover;
}
#id-sy-img-jjfa-1{
	background: url(./img/img_bianjian.jpg) no-repeat center;
	background-size: cover;
}
#id-sy-img-jjfa-2{
	background: url(./img/img_haishi.jpg) no-repeat center;
	background-size: cover;
}
#id-sy-img-jjfa-3{
	background: url(./img/img_jiaotong.jpg) no-repeat center;
	background-size: cover;
}
#id-sy-img-jjfa-4{
	background: url(./img/img_anfang.jpg) no-repeat center;
	background-size: cover;
}
#id-sy-img-jjfa-5{
	background: url(./img/img_shuili.jpg) no-repeat center;
	background-size: cover;
}

.es-sy-box-jjfa{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 65rem;
	/* height: 40rem; */
	border: 0.1rem solid #3282f7;
	background-color: rgba(50, 129, 247, 0.5);
	top: 20%;
	left: 50%;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 4rem;
	padding-bottom: 2rem;
	color: #fff;
}


/* .es-content-jjfa{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
} */

.es-swiper-2{
	/* flex: 1; */
	height: 80rem;
	width: 100%;
}

/* .es-module-c{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
} */

.es-module-boxwrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.es-module-boxwrap-item{
	position: relative;
	width: 24%;
	height: 0px;
	padding-bottom: 24%;
}

.es-module-boxwrap-item-2{
	position: relative;
	width: 33%;
	height: 0px;
	padding-bottom: 33%;
	margin-top: 2rem;
}

.es-module-boxwrap-item-3{
	position: relative;
	width: 49.5%;
	/* height: 54rem; */
}

.es-module-boxwrap-item-4{
	position: relative;
	width: 49%;
	height: 8rem;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	border-radius: 0.5rem;
}

.es-img-1{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 64%;
	object-fit: cover;
}

.es-img-2{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 50%;
	object-fit: cover;
}

.es-img-3{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 75%;
	object-fit: cover;
}

.es-module-boxwrap-title{
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: 36%;
	font-size: 2rem;
	line-height: 4rem;
	color: #fff;
	display: flex;
	justify-content: center;
	text-align: center;
	/* padding-top: 2rem; */
	display: flex;
	flex-direction: column;
	padding: 2rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.es-module-boxwrap-title-2{
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: 50%;
	font-size: 2rem;
	line-height: 4rem;
	color: #fff;
	display: flex;
	justify-content: center;
	text-align: center;
	/* padding-top: 2rem; */
	display: flex;
	flex-direction: column;
	padding: 2rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.es-module-boxwrap-title-3{
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: 25%;
	font-size: 2rem;
	line-height: 4rem;
	color: #fff;
	display: flex;
	justify-content: center;
	text-align: center;
	/* padding-top: 2rem; */
	display: flex;
	flex-direction: column;
	padding: 2rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.es-module-boxwrap-title-2 p{
	font-size: 1.4rem;
}

.es-top-lab-soft{
	position: absolute;
	left: 58%;
	top: 45%;
	font-size: 5rem;
	font-weight: bold;
	color: #fff;
	width: 40rem;
	text-shadow: 0rem 0rem 4rem #0074ec;
}

.es-ld-long{
	cursor: pointer;
	width: 100%;
	height: 42rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 5rem;
	margin: 1rem;
	padding-left: 4rem;
	padding-right: 4rem;
}

.es-news-title{
	font-size: 2rem;
	text-align: left;
	padding-left: 2rem;
	padding-right: 2rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.es-news-subTitle{
	font-size: 1.4rem;
	line-height: 2rem;
	text-indent: 2em;
	white-space:normal;
	word-break:break-all;
	word-wrap:break-word;
	 text-align: left;
	 padding-left: 2rem;
	 padding-right: 2rem;
}

.es-module-lxfs{
	width: 100%;
	height: 45rem;
	background-color: #eee;
	padding-left: 6rem;
	padding-right: 4rem;
	padding-top: 4rem;
	padding-bottom: 4rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.es-map{
	width: 55%;
	height: 90%;
}

.es-square-1{
	/* width: 8rem; */
	flex: 0 0 8rem;
	height: 100%;
	background-color: #0074ec;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4rem;
	font-weight: bold;
	color: #fff;
	margin-right: 2rem;
	border-radius: 0.5rem;
}

.es-jszb-lab{
	padding: 2rem;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
