@charset "utf-8";
::-webkit-scrollbar {
    display: none;
}

* {
	margin: 0;
	padding: 0;
}

.t1 {
    transition-delay: 0.1s !important;
}

.t2 {
    transition-delay: 0.2s !important;
}

.t3 {
    transition-delay: 0.3s !important;
}

.t4 {
    transition-delay: 0.4s !important;
}

.t5 {
    transition-delay: 0.5s !important;
}

.t6 {
    transition-delay: 0.6s !important;
}

.t7 {
    transition-delay: 0.7s !important;
}

.t8 {
    transition-delay: 0.8s !important;
}

.visible-invisible {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.scaleup {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slideleft {
    opacity: 0;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slideright {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slideup {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fade {
    opacity: 0;
    transition: opacity 1s linear;
}

.init .scaleup {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.init .slideleft,
.init .slideright {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.init .fade {
    opacity: 1;
}

.init .slideup,
.init .sliderightin {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.init .sliderightin,
.init .slideup {
    opacity: 1;
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
body {
	width: 100%;
	margin: 0 auto;
	font-family: PingFang SC, Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, "Microsoft Sans Serif", WenQuanYi Micro Hei, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	font-size: 14px;
	background-color: #fff;
	_webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: inherit;
	-webkit-text-size-adjust: initial;
	-webkit-text-size-adjust: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li,
p {
	
	list-style-type: none;
	font-size: 16px;
	margin: 0;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	transition: .3s;
}

a,
a:focus {
	border: none;
	outline: none;
	height: auto;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w100 {
	/* float: left; */
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.bg_e7f3ff {
	background-color: #e7f3ff;
	overflow: hidden;
}

.clear {
	clear: both;
}

.li_last {
	margin-right: 0 !important;
}

.header {
	height: 140px;
	z-index: 99;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	transition: .5s linear;
    transform: translateY(0);
}
.header:before{content: "";display: block;position: absolute;left: 0;top: -5px;right: 0;height: 140px;background: url(../img/bg_header.png) center repeat-x;background-size: auto 99%;}
.header:after{content: "";display: block;position: absolute;left: 0;top:0;right: 0;height:4px;background: #0060B9;z-index: 1;transition: .3s linear}
.header-hidden {
        transform: translateY(-100%);
        opacity: 0;}
.header-visible {
        transform: translateY(0);
        opacity: 1;}

.head {
	width: 100%;
	max-width: 1775px;
	margin: 0px auto;
	position: relative;
	z-index: 99;
	display: flex;
	justify-content: space-between;
}

.logo {
	margin-top: 34px;
}

.logo a {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}

.logo img {
	width: 100%;
}

.logor {
	position: relative;
	width: 56%;
	margin-right: 6%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.toplink {
	margin-top: 32px;
	text-align: center;
	line-height: 30px;
	margin-right: 8px;
}

.toplink a,
.toplink span {
	display: inline-block;
	font-size: 15px;
	color: #fffc;
	margin: 0;
	padding: 0 7px;
}
.toplink a:hover{font-weight:bold;transform:scale(1.1);transition:0.3s}
.bgsearch{position:absolute;right:0;z-index: 99;top: 32px;width: 92px;height:65px;background:url(../img/search.png);cursor: pointer;}
.bg_search2{visibility: visible !important;!i;!;opacity: 1 !important;}
.bg_search{position: fixed;z-index:998;clip-path: inset(0 0 0 0);left: 0;top: 0;right: 0;bottom: 0;background:rgb(3,3,3,0.75);text-align: center;background-size: cover;backdrop-filter: blur(0.1rem);opacity: 0;visibility: hidden;transition: .3s;padding: 0% 0%;}
.close{position:absolute;right:10px;top:10px;background:url(../img/bg_close.png) no-repeat center center;width:100px;height:100px;opacity: 1 !important;!i;!;}
/*.search {
	position: relative;
	top: 50%;
	right: 0;
	z-index: 99;
	margin-left: 0;
	width: 60%;
	padding: 0px;
	/* height: 150px; */
	/* background-color: #fff; */
	margin-top: 0;
	display: inline-block;
	padding: 60px 0px 0 0;
}*/
.search .ssk {
	float: left;
	width: calc(100% - 50px);
	padding: 0 10px 0 10px;
	border-radius: 0;
	border: 0;
	outline: none;
	color: #333;
	line-height: 50px;
	text-indent: 0;
}

.search .ss {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 0;
	background: url(../img/icon_search.png) #0d61b7 no-repeat center center;
	outline: none;
	color: #0d61b7;
	border: 0;
	border-left: 0px solid #fff;
	margin: 0px 0;
	text-align: center;
}
.close{position:absolute; right:0; top:0; width:50px; height:50px; background:url(../img/bg_close.png) no-repeat center center; background-size:80%;}

.header2 {

}

.header2 .dh {
	
}

.dh {
	position: relative;
	z-index: 999;
	float: left;
	width: 100%;
	height: 48px;
	margin-top: 0px;
}

#menu {
	position: relative;
	z-index: 9;
	zoom: 1;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	height: 48px;
	margin: 0 auto;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#menu ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu span {
	float: left;
	color: #fff;
	line-height: 55px;
}

#menu li {
	text-align: center;
	height: auto;
	padding: 0px 12px;
	text-align: center;
	display: inline-block;
	float: left;
	position: relative;
}

#menu li a {
	white-space: normal;
	color: #fff;
	padding: 0 0px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}



#menu li.active,#menu li:hover{}

#menu li:hover a {
	color: #fff;
}

#menu li a:hover {}

#menu li ol {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	min-width:160px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	top: 42px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transition: .3s;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	background: #fff;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	border-top: 3px solid #F1871A;
}

#menu li ol li {
	margin-left: 0;
	width:100%;
	background-color: #fff;
	line-height: 42px;
	transition: .3s;
}

#menu li:hover>ol {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 1;
}

#menu ol ul {
	top: 0;
	z-index: 1;
	left: 200px;
	margin: 0 auto;
	_margin: 0;
}

#menu li:hover ol li a,
#menu li ol li a {
	white-space: normal;
	padding: 0px 5px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	color:#333;
	float: none;

}
#menu li ol li:hover{
	background-color:#0060B9;
	color: #fff;
}
#menu li ol li:hover a{
	color: #fff;
}
.menu-btn {
	display: none;
	overflow: hidden;
	float: right;
	/* margin-left: 35px; */
	width: 25px;
	height: 35px;
	background: 0 0;
	text-indent: 0;
	opacity: 1;
	position: absolute;
	bottom: 55px;
	right: 110px;
	z-index: 999;
}

.menu-btn2 {
	position: absolute;
	top: 10px;
	display: none;
	right: 10px;
	z-index: 999;
	width: 30px;
	height: 30px;
}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3,
.menu-btn2 .line-1,
.menu-btn2 .line-2,
.menu-btn2 .line-3 {
	position: absolute;
	top: 50%;
	display: block;
	right: 0;
	width: 25px;
	height: 2px;
	background: #fff;
	transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
	transition-property: transform, width, margin, background-color
}


.menu-btn .line-1,
.menu-btn2 .line-1 {
	margin-top: -10px;
	width: 25px;
}

.menu-btn .line-3,
.menu-btn2 .line-3 {
	margin-top: 10px;
	width: 25px;
}

.drawerMenu-open .menu-btn .line-1,
.menu-btn2.open .line-1 {
	visibility: hidden
}

.drawerMenu-open .menu-btn .line-2,
.menu-btn2.open .line-2 {
	margin-top: 0 !important;
	width: 33px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.drawerMenu-open .menu-btn .line-3,
.menu-btn2.open .line-3 {
	margin-top: 0 !important;
	width: 33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mobNav {
	position: fixed;
	top: 75px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	z-index: 200;
	padding: 20px 6% 20px;
	display: none
}

.mobNav ul {
	width: 100%;
	max-height: 80vh;
	overflow: auto
}

.mobNav ul::-webkit-scrollbar {
	display: none
}

.mobNav ul li {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #ddd
}

.mobNav ul li .navp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	float: left;
	width: 100%;
}

.mobNav ul li .navp a {
	font-size: 16px;
	color: #0060B9;
	font-weight: 700;
	background-size: auto 100%
}

.mobNav ul li .navp i {
	display: block;
	font-style: normal;
	width: 16px;
	font-size: 30px;
	/* font-weight: lighter; */
	transition: .3s;
	color: #0060B9;
	transform-origin: center;
	margin-right: 5px;
	height: 16px;
	background-size: 16px 16px
}

.mobNav ul li.on .navp i {
	transform: rotate(-45deg);
	margin-right: 15px;
}

.mobNav ul li .subNavm {
	margin-top: 10px;
	padding-left: 10px;
	display: none
}

.mobNav ul li .subNavm a {
	display: block;
	line-height: 36px;
	font-size: 16px
}

.banner,
.lmbanner {
	float: left;
	margin-top: 0px;
	width: 100%;
	position: relative;
	height: auto;
	z-index: 9;
	overflow: hidden;
}

.banner img,
.lmbanner img {
	width: 100%;
}
.bannertext{
	display: flex;
    justify-content: center;
    background: linear-gradient(70.78deg, rgba(1, 1, 84, 0.4) 0%, rgba(0, 96, 100, 0.4) 100%);
    flex-direction: column;
    align-items: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 100vh;
    margin-bottom: 100px;
}
.text_content{
    position: absolute;
    bottom: 0;
}
.text_content .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    margin-bottom: 24px;
}
.text_content .title h1 {font-family: PingFang SC;line-height: 132px;letter-spacing: -0.04em;color: rgb(255 255 255 / 50%);text-align: center;transform: translateY(100%);transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);backface-visibility: hidden;font-size: 100px;word-spacing: 0.5em;letter-spacing: -0.02em;font-weight: 700;word-wrap: break-word;white-space: pre-wrap;}
 .banner .description {overflow: hidden;}
.text_content p {
    line-height: 26.1px;
    text-align: center;
    color: rgb(255, 255, 255);
    transform: translateY(100%);
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    backface-visibility: hidden;
}
.banner .start .title h1, .banner .start .description p{
    opacity: 1;
    transform: translateY(0px) !important;
    transform: scaleY(1);
}

.banSwiper {
	position: relative;
	float: left;
	width: 100%;
	height: 100%; 
	overflow: hidden;
}

.banner .swiper-button-next,.banner .swiper-button-prev{display:none;transition: .3s;}
.banner:hover .swiper-button-next,.banner:hover  .swiper-button-prev{display:flex;}
.banner .pgba{z-index: 5;position: absolute;bottom: .3rem;left: 0;width: 100%;text-align: right;bottom: 40px;}
.banner .pgba span{color: #fff;width: 12px;height: 12px;background: hsl(0deg 0% 100% / 60%);opacity:1;margin: 0 28px!important;position: relative;}
.banner .pgba span.active{background:none}
.banner .pgba span.active i{opacity: 1;t;transition: .3s;}
.banner .pgba span i{position: absolute;left: -12px;top: -16px;bottom: -1px;width: 40px!important;height: 40px;background: url(../img/banner-dot.png) no-repeat center;background-size: cover;opacity: 0;}
.banner .pgba span:hover i{animation: beat 0.5s 1;}
.banner .swiper-slide{/* min-width: 100vw */}
.banner .swiper-slide .a{display: block;height: 100vh;min-height: 500px;}
.banner .swiper-slide .a{position: relative;display: block;overflow: hidden;width: 100vw;}
.banner .swiper-slide .bg video{width: 100%;height: 100%;object-fit: cover;position: absolute;top: 50%;left: 50%;min-width: 100%;min-height: 100%;transform: translate(-50%, -50%);z-index: -1;}
.banner .swiper-slide .bg:before{content: '';position: absolute;left: 0;right: 0;height: 20%;
/*background: url(../images/bamask.png) no-repeat bottom center;*/
background-size: 100% 100%;z-index: 1;bottom: 0}
.banner .swiper-slide .bg{-webkit-transform: scale(1.0);position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 0;transition: 5s;background-size: cover !important;width: 100%;}
.banner .swiper-slide-active .bg{-webkit-transform: scale(1);}

.ban_l,.ban_r{  background-color: transparent !important;
    border-radius: 100%;
    border: 1px solid #fff;}
@media screen and (max-width: 1400px){

}
@media screen and (max-width: 1200px){

}
@media screen and (max-width:1024px){
.bannertext{margin-bottom:0;}
.banner .swiper-slide .a,.bannertext{height: 100vh;min-height: inherit;}
}
@media screen and (max-width:900px){
.banner .swiper-slide .a,.bannertext{/* height: 46vw; */}
}
@media screen and (max-width:640px){
.banner .pgba{bottom: .15rem}
.banner .swiper-slide .a,.bannertext{/* height: 100vh; */}
}

.bg_index1 {
	position:relative;
	float: left;
	background: url(../img/bg_index1.png) #fff bottom center repeat-x;
	padding: 75px 0 0 0;
}
.bg_index1::after{position:absolute;z-index:9; width:1024px;  height:550px; display: block; content:''; left:0; bottom:0; background:url(../img/index1_l.png) no-repeat left bottom;}
.bg_index2 {position:relative;float: left;padding: 158px 0 0 0;background: url(../img/bg1.png) no-repeat center right;}

.bg_index2::after{
  position:absolute;
  background: url(../img/bg_index2.png) no-repeat -70px  -182px;
  background-size: 100%;
  left: 0;
  top: 0;
  content: "";
  display: block;
  height: 800px;
  width: 800px;
  animation: sca 10s infinite alternate ease-in-out;
  }
.bg_index3 {
	float: left;
	padding: 45px 0 0 0;
	background: url(../img/bg_index3.png) no-repeat center center;
	background-size: cover;
z-index: 89;
    position: relative;
}
.bg_index3 .main{ max-width:1500px;}
.bg_index4 {
	position:relative;
	float: left;
	padding: 125px 0 0 0;
	height: 1003px;
	background: url(../img/bg_index44.png) no-repeat  left bottom 364px;
}
.bg_index4::before{
  position:absolute;
  background: url(../img/bg_index4_q.png) no-repeat 0px 0px;
  background-size: 100%;
  right: 30px;
  top: 30px;
  content: "";
  display: block;
  height: 1054px;
  width: 1054px;
  /*animation: scaletc 2s infinite;*/
  }
.bg_index4:hover::before{animation: big 2s 1;}
@keyframes big {
  0% {
        transform: scale(2);
        opacity: .8;
    }
    
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.bg_index4::after{position:absolute;content:"";display:block;bottom:0;left:0;width:100%;height: 363px;background:url(../img/index4_bottom.png) no-repeat top center;}
.bg_index5{
	position:relative;
	float: left;
	padding: 60px 0;
	/* height: 1090px; */
	background:url(../img/bg_index5.png) #ffffff no-repeat center bottom;
	background-size: 100%;
}

.main {
	position:relative;
	z-index: 11;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.bg_index1 .main{max-width: 1795px;}
.lm {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 32px;
}

.lm h6 {
	float: left;
	font-size: 38px;
	color: #333;
	font-weight: 600;
	line-height: 80px;
	position:relative;
	z-index: 9;
	letter-spacing: 0.05em;
	margin-left: 2px;
}

.lm span {
	position: absolute;
	left: -8px;
	top: -18px;
	z-index: 8;
	font-size: 88px;
	color: #fff3;
	font-weight: bold;
	line-height: 88px;
	margin-left: 0px;
	text-transform: uppercase;
	-webkit-text-stroke: 1px hsl(209deg 100% 36% / 10%);
}

.more {
	float: right;
	line-height: 50px;
	font-size: 18px;
	color: #0060B9;
	padding-right:30px;
	background: url(../img/more.png) no-repeat right center;
	margin-top: 18px;
	margin-right: 15px;
}
.more:hover {animation: icoMove 0.5s 1;}

.lm::after{transition: .3s;content: '';position:absolute;bottom:0;left: 2px;display:block;width:34px;height:4px;background-color: #F1871A;border- radius: 0 10px 10px 0: ;border- radius: 0 10px 10px 0: border-radius: 0 10px 10px 0: ;border-color: #F1871a;border-radius: 0 4px 0 0;border-right: 5px solid #F1871A;}
.lm:hover:after{width:60px;transition: .3s;}


.footer{position:relative;float:left;width:100%;background: url(../img/bg_footer.png) no-repeat bottom center;height: 345px;margin-top: -172px;padding-top: 132px;}
.footer2{height:auto !important; margin-top:0 !important;padding-top: 130px;}
.foot{width:100%;max-width:1500px;margin: 0 auto;display: flex;justify-content: space-around;}
.footlg{float:left; width:396px;}
.footlg img{}
.footlg img:nth-child(2){float:right;margin-right: 11px;}

.lxfs{float:left;/* margin-left:30px; */}
.lxfs p{padding-left:30px;float:left;width:100%;line-height:40px;color:#fff;font-size:18px;background-position: left top 10px;background-repeat:no-repeat;}
.lxfs p:nth-child(1){ background-image: url(../img/icon_lxfs1.png);}
.lxfs p:nth-child(2){ background-image: url(../img/icon_lxfs2.png);}

.code{float:right;}
.code ul{float:left; width:100%;}
.code ul li{float:left;width:80px;text-align: center;position:relative;padding: 20px 0;}
.code ul li .bg{width: 60px;height: 60px;/* background-color:#0006; *//* border-radius:100%; */}
.code ul li .ewm{position:absolute;display:none;bottom: 80px;width:160px;height:160px;padding:10px;left: 44%;transform: translate(-50%, 0);-webkit-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-ms-transform: translate(-50%,0);-o-transform: translate(-50%,0);background-color: #fff;}
.code ul li:hover .ewm{display: block;}
.code ul li .ewm img{width:100%;}
.copy{float:left;width:100%;padding-top:25px;line-height: 75px;}
.copy p{color:#fff; width:100%;font-size:18px;text-align: center; text-align: center;}
.Gotop{position:fixed;_position:absolute;bottom: 100px;right: 40px;z-index: 1500;width: 90px;height: 90px;display:none;}
.Gotop a,.Gotop a:link{width:90px;height:90px;display:inline-block;background:url(../img/backtop.png) no-repeat;outline:none;}
.Gotop a:hover{background:url(../img/backtop.png) no-repeat;outline:none;}
.sj{display:none !important;}
.pc{display:block;}

.bg_main {
	padding: 0;
	float: left;
	background-color: #fff;
}

.m_l {
	position: relative;
	z-index: 21;
	float: left;
	margin-top: 0px;
	width: 100%;
	padding-bottom: 0;
	background-color: #fff;
	box-shadow: 0px 4px 20px 0px #ddd;
}

.yjlm {
	display:none;
	float: left;
	width: 100%;
	/* display:flex; */
	/* align-items: center; */
	height:60px;
	background: #0060B9;
	border-radius: 0;
	padding: 0 30px;
}

.yjlm h6 {
	float: left;
	width: 100%;
	padding-top:10px;
	line-height: 40px;
	text-align: left;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}

.yjlm p {
	float: left;
	width: 100%;
	line-height: 40px;
	text-align: left;
	font-size: 20px;
	color: #fff;
	opacity: 0.5;
}

.ejdh {
	width: 100%;
	margin-top: 0px;
	padding: 0;
	margin: 0 auto;
	max-width: 1500px;
}

.ejdh ul {
	float: left;
	width: 100%;
}

.ejdh ul li {
	float: left;
	/* width: 100%; */
	height: 90px;
	/* padding: 0 20px; */
	line-height: 90px;
	overflow:hidden;
	margin-bottom: 0;
	min-width: 160px;
	text-align: center;
}

.ejdh ul li:first-child {
}

.ejdh ul li.on .navp,.ejdh ul li:hover .navp{
	width: 100%;
	background-color: #0060b9;
}

.ejdh ul li .navp {
	padding: 0 10px;
	float: left;
	width: 100%;
}

.ejdh ul li:hover .navp em,
.ejdh ul li.on .navp em {
	
}

.ejdh ul li:hover .navp a,
.ejdh ul li.on .navp a {
	color: #fff;
	font-weight: bold;
}

.ejdh ul li.on dl {
	/* display:block; */
}

.ejdh ul li .navp a {
	float: left;
	width: 100%;
	color: #000;
	display: inline-block;
	font-size: 20px;
}

.ejdh ul li .navp em {
	float: right;
	width: 16px;
	cursor: pointer;
	height:40px;
	
}
.ejdh ul li:hover .navp em,.ejdh ul li.on .navp em {
	
}
.ejdh ul dl {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	padding: 0 10px 0 30px;
	margin: 0;background-color: #fff;
	border-top: 0px solid #F0F2F4;
}

.ejdh ul dl:before {
	
	position: absolute;
	left: 30px;
	top: 0;
	width: 1px;
	height: calc(100% - 15px);
	background-color: #e2e7ec;
}

.ejdh ul dl dd {
	float: left;
	position: relative;
	width: 100%;
	padding: 0px;
	text-indent: 0px;
	line-height: 30px;
	padding-left: 20px;
}

.ejdh ul dl dd:before {
	
	position: absolute;
	left: 0;
	top: 15px;
	width: 15px;
	height: 1px;
	background-color: #e2e7ec;
}

.ejdh ul dl dd a {
	color: #000 !important;
	font-size: 16px;
	font-weight: normal !important;
	padding: 0 !important;
}

.ejdh ul dl dd:hover a,
.ejdh ul dl dd.cur a {
	color: #005943 !important;
}

.m_r {
	position: relative;
	z-index: 21;
	margin-bottom: 60px;
	min-height:800px;
	float: left;
	margin-top:40px;
	width: 100%;
	padding: 0px 0px;
	padding-bottom: 140px;
}

.main1 {
	position: relative;
	margin-bottom: 60px;
	min-height: 500px;
	background-color: #fff;
	float: right;
	margin-top: 20px;
	width: 100%;
	max-width: 100%;
	padding: 0px 20px;
}

.bg_dqlm{position:absolute;left:0;top: calc(50% - 75px);z-index:15;width: 100%;}

.dqlm {
	position: relative;
	float: left;
	padding: 20px 10px;
	/* background-color:#3336; */
	/* width: 250px; */
	border-radius: 10px;
}

.dqlm h6 {
	float: left;
	line-height: 38px;
	font-size: 38px;
	text-align: left;
	color: #fff;
	text-indent: 0;
	width: 100%;
	font-weight: 700;
}
.dqlm h6 span{float:left;margin-right: 10px;width:3px;height: 24px;background-color: #fff;display: none;}
.dqwz {
	float: left;
	width: 100%;
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 5px;
	padding-left: 25px;
	background: url(../img/bg_dqwz.png) no-repeat left center;
}

.dqwz a,
.dqwz span {
	font-size: 14px;
	color: #fff;
}