@charset "utf-8";
@import url(base.css);


.content{
    margin-top: 132px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.Site {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
    flex-direction: column;
}

/* 公共头部 */
.header{
	width: 100%;
	position: fixed;
	top: 0;
	padding-top: 6px;
	z-index: 999999;
	background: #fff;
}
.header_con{
	width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    /*-webkit-box-align: baseline;*/
    /*-ms-flex-align: baseline;*/
    /*align-items: baseline;*/
}
.header_logo{
	width: 214px;
	height: 62px;
}
.header_logo img {
    width: 100%;
    display: block;
}
.pc_right {
    /*margin-left: auto;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
}
.pc_right_item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}
.pc_right_item i.layui-icon{
    color: #9acd32;
    font-size: 24px;
    margin-right: 8px;
}
.search{
	width: 20px;
	height: 20px;
	background-image: url("../images/icon-search@2x.png");
	background-repeat: no-repeat;
	background-size: 20px;
	cursor: pointer;
	margin-left: 3px;
}
.lang{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #6E7D99;
	cursor: pointer;
	margin-left: 24px;
}
.pagetop{
	display: block;
	position: fixed;
	width: 50px;
	height: 50px;
	background: #aaa;
	cursor: pointer;
	bottom: 20px;
	right: 0;
}
.pagetop::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 40%;
	left: 50%;
	width: 11px;
	height: 11px;
	margin-left: -6px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.Nav{
	width: 1200px;
	margin: auto;
	background-color: #fff;
}
.ul_nav{
	display: flex;
	margin-top: 26px;
	font-size: 14px;
	font-weight: 400;
	color: #2B2B2B;
	position: relative;
}
.ul_nav li.nLi{
	cursor: pointer;
    margin-right: 2.5rem;
}
.ul_nav li.nLi.on,.ul_nav li.nLi:hover{
	color: #9acd32;
}
.ul_nav li.nLi h3{
	font-size: 16px;
	/* line-height: 21px; */
	padding-bottom: 20px;
	/* line-height: 42px; */
	font-weight: 400;
	caret-color: rgba(0, 0, 0, 0);
}
/* .ul_nav li.nLi h3:hover{
	color: #9acd32;
} */
.ul_nav li.nLi .nLi_shade,.search_shade{
	width: 100%;
	position: fixed;
	height: 0px;
	z-index: 98;
	top: 132px;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	transition: height 0.4s;
	left: 0;
}
.ul_nav li.nLi.on .nLi_shade,.search_shade_show{
	height: 100%;
}
.ul_nav li.nLi .nLi_shade_show{
	height: 100%;
}
.ul_nav li.nLi .nav_sub{
	width: 1200px;
	margin: auto;
	background: #fff;
	/* position: fixed; */
	position: absolute;
	/* top: 132px; */
	top: 36px;
	left: 0;
	z-index: 99;
	display: flex;
	max-height: 0;
	transition: max-height 0.3s;
	overflow: hidden;
}
.ul_nav li.nLi.on .nav_sub{
	max-height: 1000px;
}
/* .ul_nav li.nLi.on .nav_sub{
	display: flex!important;
	max-height: 1000px;
} */
.ul_nav li.nLi .nav_sub_on{
	max-height: 1000px;
}
.nav_sub .category{
	display: table-cell;
	position: relative;
	width: 252px;
	/* width: 21%; */
	font-size: 20px;
	padding: 37px 30px 30px;
	color: #fff;
	background: #9acd32;
	vertical-align: top;
	box-sizing: border-box;
	cursor: pointer;
	transition: background-color .3s cubic-bezier(0.170, 0.935, 0.305, 1.000);
	font-weight: bold;
}
.nav_sub .category a{
	color: #fff;
}
.nav_sub .category:hover{
	background-color: #475e16;
}
.nav_sub .menus{
	display: table-cell;
	width: 79%;
	padding: 30px 30px 30px 0;
	vertical-align: middle;
	box-sizing: border-box;
}
.nav_sub .menus .menus_top{
	padding: 0 0 13px 30px;
	font-weight: bold;
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 0;
	cursor: pointer;
}
.nav_sub .menus ul{
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 30px;
	width: 40%;
	list-style: none;
	/* width: 80%;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 30px; */
}
.nav_sub .menus ul li{}
.nav_sub .menus ul li a{
	color: #333;
	padding: 3px 10px;
	cursor: pointer;
	font-size: 18px;
	line-height: 32px;
}
.nav_sub .menus ul li a:hover{
	color: #999;
}
.nav_sub .menus > .application-area{
	padding-left: 30px;
	margin-top:30px;
	width:100%;
	box-sizing:border-box;
}
.nav_sub .menus > .application-area > .application-area-con{
	width: 100%;
	box-sizing:border-box;
}
.nav_sub .menus > .application-area > .application-area-con > .application-area-list{

}
.nav_sub .menus > .application-area > .application-area-con > .application-area-list .application-area-one{
	width: 24%;
	height: 123px;
	overflow: hidden;
}
.nav_sub .menus > .application-area > .application-area-con > .application-area-list .application-area-one img{
	position:absolute;
	display:block;
	width:100%;
	height:auto;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.nav_sub .menus > .application-area > .application-area-con > .application-area-list .application-area-one span{
	text-align:center;
	min-width:110px;
	padding: 2px;
	font-size:16px
	
}
.search_con{
	width: 1200px;
	margin: auto;
	background: #eee;
	position: fixed;
	top: 132px;
	max-height: 0;
	transition: max-height 0.3s;
	overflow: hidden;
	z-index: 999;
	box-sizing: border-box;
}
.search_con_show{
	max-height: 1000px;
}
.search_con .form-item{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding: 25px 10px;
}
.search_con input{
	width: 100%;
	height: 45px;
	border: #e5e5e5 1px solid;
	outline: none;
	padding: 5px 10px!important;
	font-size: 18px;
	box-sizing: border-box;
}
.search_con button{
	height: 45px;
	width: 45px;
	border: 0;
	outline: none;
	cursor: pointer;
	background: url("../images/sousuo.png") no-repeat center #9acd32;
	background-size: 18px;
}
.url{
	width: 100%;
	line-height: 36px;
}
.url-con{
    width: 1200px;
    margin: auto;
    font-size: 12px;
    cursor: pointer;
}

/* 公共尾部 */

.footer-pc{
	width: 100%;
	padding-top: 99px;
	padding-bottom: 40px;
}
.footer-pc-auto{
	margin: auto;
	width: 1200px;
	display: flex;
	justify-content: space-between;
}
.one-footer{
	width: 154px;
}
.one-footer-title{
	font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 15px;
}
.one-footer-title a{
	 color: #2B2B2B;
}
.one-footer-list{}
.one-footer-list ul{}
.one-footer-list ul li{
	font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    cursor: pointer;
}
.one-footer-list ul li a{
	color: #666666;
}
.one-footer-list ul li a:hover{
	color: #9acd32;
}

/* 主页部分 */
.content{
    margin-top: 132px;
    flex: 1;
}
.banner{
    /*width: 100%;*/
    width: 1200px;
    height:488px;
    position: relative;
    overflow:hidden;
    z-index:0;
    margin:0 auto;
}
.banner_con{
    width: 1200px;
    height:488px;
    margin: auto;
    overflow: hidden;
}
.banner_con img{
	/*width: 100%;*/
	height:100%;
    /*width: 130%;
    height: 130%;*/
    object-fit: cover;
    display: block;
}
/*20230524*/
.banner_con:before,.banner_con:after{
	content: '';
    display: block;
    position: absolute;
    z-index: 2;
    background: #9acd32;
    opacity: .8;
    width: 21%;
    height: 70%;
    transform: skewX(-35deg) translateY(0);
    backface-visibility: hidden;
}
.banner_con:before{
	/*left: -3.2%;*/
	left:0;
}
.banner_con:after{
	/*right: -2%;*/
	right:0;
    bottom: 0;
}
.banner_con.is_loaded:before{
	animation: topKvAnim1 2.8s 1s both cubic-bezier(0.17, 0.935, 0.305, 1);
}
.banner_con.is_loaded:after{
	animation: topKvAnim2 3s 1s both cubic-bezier(0.17, 0.935, 0.305, 1);
}
.banner_con > .swiper-wrapper > .swiper-slide:nth-child(odd) img{
	animation: topKvZoomUp 11s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal forwards;
	animation-iteration-count: infinite;
}
.banner_con > .swiper-wrapper > .swiper-slide:nth-child(even) img{
	animation: topKvZoomOut 11s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal forwards;
	animation-iteration-count: infinite;
}
.banner_con > .swiper-wrapper > .swiper-slide:nth-child(3n+1) img{
	animation: topKvWipe 10s linear 0s 1 normal forwards;
	animation-iteration-count: infinite;
}
.banner_con > .swiper-wrapper > .swiper-slide:nth-child(4n+1) img{
	animation: topKvWipeReverse 10s linear 0s 1 normal forwards;
	animation-iteration-count: infinite;
}
/*动画*/
@keyframes topKvAnim1 {
  	0% {
    	transform: skewX(-35deg) translateY(-100%); 
	}
  	100% {
    	transform: skewX(-35deg) translateY(0); 
	} 
}
@keyframes topKvAnim2 {
  	0% {
    	transform: skewX(-35deg) translateY(100%); }
  	100% {
    	transform: skewX(-35deg) translateY(0); 
    } 
}
@keyframes topKvAnim3 {
	 0% {
	    transform: translateY(16px);
	    opacity: 0; 
	}
	100% {
	    transform: translateY(0);
	    opacity: 1; 
	} 
}
@keyframes topKvWipe {
  	0% {
    	transform: scale(1.2) translateX(0vw); 
    }
  	100% {
    	transform: scale(1.2) translateX(-8vw); 
    } 
}
@keyframes topKvWipe_px {
  	0% {
	    transform: scale(1.2);
	    margin-left: 0px; 
	}
  	100% {
    	transform: scale(1.2);
    	margin-left: -80px; 
    } 
}
@keyframes topKvWipeReverse {
  	0% {
    	transform: scale(1.2) translateX(0vw); 
    }
  	100% {
    	transform: scale(1.2) translateX(8vw); 
    } 
}
@keyframes topKvWipeReverse_px {
  	0% {
    	transform: scale(1.2);
    	margin-left: 0px; 
    }
  	100% {
    	transform: scale(1.2);
    	margin-left: 80px; 
	} 
}
@keyframes topKvZoomUp {
  	0% {
    	transform: scale(1) translateY(0px); 
    }
  	100% {
    	transform: scale(1.25) translateY(-30px); 
    } 
}
@keyframes topKvZoomOut {
  	0% {
   		transform: scale(1.25) translateY(-40px); 
   	}
  	100% {
    	transform: scale(1) translateY(0); 
    } 
}

.CompanyProfile{
    width: 100%;
    margin-bottom: 59px;
}
.CompanyProfile-con{
    width: 1200px;
    margin: auto;
    background: #e8eedc;
    padding: 23px;
    box-sizing: border-box;
}
.CompanyProfile-con-title{
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 400;
	color: #2B2B2B;
}
.CompanyProfile-con-content{
	text-indent: 32px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #2B2B2B;
}
.NewsCenter{
    width: 100%;
}
.NewsCenter-con{
    width: 1200px;
    margin: auto;
}
.NewsCenter-con-title{
    font-size: 24px;
    font-weight: bold;
    color: #2B2B2B;
    line-height: 24px;
}
.NewsCenter-con-list{
    width: 100%;
    box-sizing: border-box;
    background: #e8eedc;
    padding: 29px 24px;
    margin-top: 19px;
    max-height: 467px;
    overflow-y: auto;
}
.one-newsCenter{
    margin-bottom: 20px;
}
.one-newsCenter:last-child{
    margin-bottom: 0;
}
.one-newsCenter-time{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    cursor: pointer;
}
.one-newsCenter:first-child > a > .one-newsCenter-time:after,
.one-newsCenter:nth-child(2) > a > .one-newsCenter-time:after,
.one-newsCenter:nth-child(3) > a > .one-newsCenter-time:after{
    content:"";
    display: inline-block;
    vertical-align: baseline;
    width: 33px;
    height: 12px;
    background: url(../images/new.gif) center no-repeat;
    margin-left: 15px;
}
/*.one-newsCenter:nth-child(1) .one-newsCenter-time:after,*/
/*.one-newsCenter:nth-child(2) .one-newsCenter-time:after*/
/*.one-newsCenter:nth-child(3) .one-newsCenter-time:after{*/
/*    content:"";*/
/*    display: inline-block;*/
/*    vertical-align: baseline;*/
/*    width: 33px;*/
/*    height: 12px;*/
/*    background: url(../images/new.gif) center no-repeat;*/
/*    margin-left: 15px;*/
/*}*/
.one-newsCenter-title{
    color: #475e16;
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
}
.application-area-list{
	width: 100%;
	display: flex;
	margin-top: 19px;
	flex-flow: wrap;
	justify-content: space-between;
}
.application-area-one{
	width: 288px;
	height: 162px;
	margin-bottom: 24px;
	position: relative;
	cursor: pointer;
}
.application-area-one img{
	display: block;
	width: 100%;
}
.application-area-one span{
	position: absolute;
	background: rgba(30,84,183,0.2);
	text-shadow: 0px 2px 6px rgba(9,11,23,0.57);
	line-height: 24px;
	color: #FFFFFF;
	font-size: 18px;
	padding: 2px 15px;
	font-weight: 400;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.application-area{
	width: 100%;
	margin-top: 60px;
}
.application-area-con{
	margin: auto;
	width: 1200px;
}
.cooperative-partner{
    width: 100%;
    margin-top: 60px;
}
.cooperative-partner-list{
	margin-top: 26px;
	display: flex;
	flex-wrap: wrap;
}
.one-logo{
	width: 219px;
	height: 56px;
	margin-bottom: 20px;
	margin-right: 108px;
}
.one-logo:nth-child(4n){
	margin-right: 0;
}
.one-logo img{
	width: 100%;
}
.cooperative-partner-con{
	width: 1200px;
	margin: auto;
}
.RD-Strength{
	width: 100%;
	margin-top: 36px;
}
.RD-Strength-con{
	margin: auto;
	width: 1200px;
	display: flex;
	background: #e8eedc;
}
.RD-Strength-con-title{
	width: 149px;
	justify-content: center;
	background: #638320;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
}
.RD-Strength-con-center{
	font-size: 16px;
	font-weight: 400;
	color: #2B2B2B;
	line-height: 24px;
	box-sizing: border-box;
	width: 1100px;
	padding: 30px 24px 29px 31px;
}

/* 单页面-董事长寄语 */
.center{
    width: 100%;
    margin-top: 40px;
}
.center-con{
    width: 1200px;
    margin:auto;
}
.one-level-title{
    font-size: 24px;
    font-weight: bold;
    color: #2B2B2B;
    line-height: 24px;
    margin-bottom: 20px;
}
.sendWord{
    width: 100%;
    margin-top: 19px;
    background: #e8eedc;
    padding:82px 104px;
    box-sizing: border-box;
}
.sendWord div{
	line-height: 40px;
	font-size: 20px;
	font-weight: 400;
	color: #2B2B2B;
	max-width: 307px;
}
.sendWord div:nth-child(1) {
    margin-bottom: 43px;
}
.sendWord-con{
     
    font-size: 16px;
    font-weight: 400;
    color: #2B2B2B;
    line-height: 24px;
    
}
.sendWord-con .sendWord-text p{
    margin-bottom: 20px;
}

/* 单页面-大事记 */

/* 单页面-时间线 竖向 */
.dptimeline{ padding:0; margin:0;  }
.dptimeline.list-paddingleft-2{ padding:0; margin:0; padding-top:20px; }
.dptimeline li{ 
  position:relative; 
  padding-left:2rem; 
  margin-bottom:30px;
  list-style: none;
}
.dptimeline li:before{
    width: 14px;
    height: 14px;
    background: #D7DEEB;
    border-radius: 80px;
    content: "";
    position: absolute;
    left:0;
    top: 5px;
    z-index: 2;
}
.dptimeline li:first-child:before{
   background: #1E54B7;
}
.dptimeline li:hover:before{
   background: #1E54B7;
}
.dptimeline li:after{
    content: ' ';
    position: absolute;
    width: 2px;
    height: calc(100% + 30px);
    background: #F6F7FB;
    left: 6px;
    top: 18px;
    z-index: 1;
}
.dptimeline li:last-child:after{
    content: ' ';
    display: none;
}

/* 单页面-浩博活动 */
.activityList{
	margin-top: 19px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.one-activity {
	width: 592px;
	margin-bottom: 19px;
	cursor: pointer;
}
.one-activity img{
	width: 592px;
	height: 334px;
	display: block;
}
.name-brief{
	background: #e8eedc;
	padding: 24px 30px 18px 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.name-brief div{
	width: 100%;
}
.name{
	font-size: 16px;
	font-weight: 400;
	color: #2B2B2B;
	line-height: 24px;
}
.brief{
	font-size: 14px;
	font-weight: 400;
	color: #2B2B2B;
	line-height: 24px;
	margin-top: 5px;
}

/* 单页面-研发历程 */
.RDhistory-con{
	width: 100%;
	background: url("../images/bg@2x.png") no-repeat;
	margin-top: 20px;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 44px;
}
.RDhistory-con-auto{
	width: 1200px;
	margin: auto;
}
.line{
	width: 100%;
	height: 2px;
	background: #1E54B7;
}
.line-list{
	display: flex;
	width: 100%;
}
.line-one{
	margin-left: 25px;
	position: relative;
	margin-top: 30px;
	width: 115px;
	margin-right: 67px;
}
.line-one span{
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border: 4px solid #1E54B7;
	border-radius: 50%;
	position: absolute;
	top: -45px;
}
.line-one label{
	font-size: 18px;
	font-weight: bold;
	color: #1E54B7;
	line-height: 44px;
}
.line-one:last-child{
	margin-right: 0;
}
.line-one div,.line-one .line-one-text{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}

/* 单页面-研发技术 */
.RD-technology-banner{
    width: 100%;
    margin-top: 19px;
    background: url("../images/banner@2x1.png") no-repeat;
    height: 284px;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}
.RD-technology-banner-text{
	position: absolute;
	left: 134px;
}
.RD-technology-banner-text-title{
	font-size: 32px;
	font-weight: bold;
	color: #2B2B2B;
	line-height: 24px;
}
.RD-technology-banner-text-describe{
	font-size: 18px;
	font-weight: 400;
	color: #2B2B2B;
	line-height: 24px;
	margin-top: 16px;
}
.RD-technology-text{
	margin-top: 60px;
}
.RD-technology-text div:nth-child(1) {
	font-size: 18px;
	font-weight: bold;
	color: #2B2B2B;
	line-height: 24px;
}
.RD-technology-text div:nth-child(2) {
	font-size: 16px;
	font-weight: 400;
	color: #2B2B2B;
	line-height: 24px;
	text-indent: 30px;
	margin-top: 36px;
}
.banner-joinus{
	width: 100%;
    margin-top: 19px;
    background: url("../images/banner-Joinus.png") no-repeat;
    height: 284px;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}


/* 单页面-事业部 */
.Division-con{
    width: 100%;
    margin-top: 19px;
}
.Division-con-one{
	width: 100%;
	margin-bottom: 60px;
}
.Division-con-one-top{
	display: flex;
	width: 100%;
	align-items: center;
}
.Division-con-one-top-img{
	width: 800px;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.Division-con-one-top-img img{
	width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.Division-con-one-top-text{
	width: 400px;
	box-sizing: border-box;
	padding: 0 32px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.Division-con-one-top-title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #2B2B2B;
	line-height: 24px;
	width: 100%;
	margin-bottom: 40px;
}
.Division-con-one-top-desc{
	font-size: 16px;
	font-weight: 400;
	color: #2B2B2B;
	line-height: 24px;
	text-indent: 32px;
	margin-bottom: 24px;
}
.Division-con-one-top-desc:last-child{
	margin-bottom: 0;
}
.Division-con-one-bottom{
	display: flex;
	width: 100%;
	margin-top: 32px;
	justify-content: space-between;
}
.Division-con-one-bottom-img{
	width: 378px;
	height: 212px;
	overflow: hidden;
	position: relative;
}
.Division-con-one-bottom-img img{
	width: 378px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* 单页面-公司概况 */
.CompanyProfile-con-inner{
    width: 100%;
    margin-top: 19px;
}
.one-CompanyProfile-con{
	margin-bottom: 60px;
}
.CompanyProfile-con-title-inner{
	width: 100%;
	height: 64px;
	line-height: 64px;
	background: #1E54B7;
	color: #fff;
	box-sizing: border-box;
	padding: 0 30px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
}
.CompanyProfile-con-desc{
	padding: 27px 24px 32px 24px;
	box-sizing: border-box;
	width: 100%;
	background: #e8eedc;
	font-size: 16px;
	font-weight: 400;
	color: #2B2B2B;
	line-height: 24px;
	text-indent: 32px;
}


/* 单页面-联系我们 */
.map-con{
    width: 100%;
    height: 414px;
    background: #e8eedc;
    padding: 24px;
    box-sizing: border-box;
}
.written{
    width: 100%;
    margin-top: 60px;
}
.written-title {
	font-size: 18px;
	font-weight: bold;
	color: #2B2B2B;
	line-height: 24px;
}
.Form{
	width: 100%;
	background: #e8eedc;
	padding: 30px;
	box-sizing: border-box;
	margin-top: 20px;
}
.topForm {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.topForm div{
	height: 48px;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 0 17px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	display: flex;
	align-items: center;
}
.topForm div:nth-child(1) {
	width: 230px;
}
.topForm div:nth-child(260) {
	width: 230px;
}
.topForm div:nth-child(240) {
	width: 230px;
}
.topForm div:nth-child(360) {
	width: 230px;
}
.topForm label{
	width: 63px;
	display: block;
}
.topForm input{
	border: 0;
	width: 100%;
	outline: none;
	line-height: 48px;
}
.bottomForm{
	margin-top: 16px;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 17px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	display: flex;
	height: 88px;
}
.bottomForm label{
	width: 60px;
	display: block;
}
.bottomForm textarea{
	border: 0;
	width: 100%;
	outline: none;
	resize: none;
}
.submit{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin: 30px auto 0;
}
button[type="submit"]{
	width: 180px;
	height: 48px;
	outline: none;
	border: none;
	background: #1E54B7;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}
.contact{
	margin-top: 60px;
}
.contactOne{
	width: 384px;
	height: 150px;
	background: #e8eedc;
	border-radius: 2px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: 24px;
	margin-bottom: 24px;
	box-sizing: border-box;
	padding: 0 32px;
}
.contactOne:nth-child(3n) {
	margin-right: 0;
}
.contactList{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.contactOne-text{
	width: 100%;
}
.contactOne-text div:nth-child(1) {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #2B2B2B;
}
.contactOne-text div:nth-child(1)::after{
	content: ' ';
	position: absolute;
	width: 42px;
	height: 2px;
	background: linear-gradient(90deg, #002CCB 0%, #1541DF 100%);
	left: 0;
	bottom: -10px;
}
.contactOne-text div:nth-child(2) {
	font-size: 20px;
	font-weight: 400;
	color: #2B2B2B;
	margin-top: 30px;
}

/* 单页面-走进浩博 */
.gointo-haobo-one{
	width: 592px;
	cursor: pointer;
	margin-bottom: 16px;
}
.gointo-haobo-one img{
	width: 100%;
	display: block;
	height: 334px;
}
.gointo-haobo-one span{
	display: block;
	background: #e8eedc;
	line-height: 64px;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	color: #2B2B2B;
}

/* 单页面-浩博中国 */
.two-level-con{
    margin-top: 28px;
    font-size: 14px;
    font-weight: 400;
    color: #2B2B2B;
    line-height: 24px;
}
.two-level-con div{
	text-indent: 32px;
}
.two-level-title{
	margin-top: 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #2B2B2B;
}
.one-level-content{
	margin-top: 19px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.one-level-content-one{
    width: 390px;
    height: 284px;
    cursor: pointer;
}
.one-level-content-one img{
	width: 100%;
	display: block;
	height: 220px;
}
.one-level-content-one span{
	display: block;
	background: #e8eedc;
	line-height: 64px;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	color: #2B2B2B;
}

/* 单页面-浩博研究与发展 */
.reseach-level-content{
    margin-top: 19px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.reseach-level-content-one{
    width: 592px;
    cursor: pointer;
    margin-bottom: 16px;
}
.reseach-level-content-one img{
	width: 100%;
	display: block;
	height: 334px;
}
.reseach-level-content-one span{
	display: block;
	background: #e8eedc;
	line-height: 64px;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	color: #2B2B2B;
}

/* 列表页-浩博产品 */
.productList{
    margin-top: 19px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.oneProduct{
	width: 592px;
	margin-bottom: 16px;
	cursor: pointer;
}
.oneProduct img{
	width: 100%;
	height: 334px;
	display: block;
}
.oneProduct span{
	display: block;
	background: #e8eedc;
	font-size: 18px;
	font-weight: 400;
	color: #2B2B2B;
	padding: 24px 30px;
}

/* 列表页-新闻中心 */
.NewsCenter-con-list-in{
	width: 100%;
	box-sizing: border-box;
	padding: 29px 24px;
	margin-top: 19px;
	max-height: 500px;
	overflow-y: auto;
}
.one-newsCenter{
	margin-bottom: 20px;
}
.one-newsCenter:last-child{
	margin-bottom: 0;
}
/*.one-newsCenter-time{*/
/*	font-size: 16px;*/
/*	color: #666;*/
/*	line-height: 28px;*/
/*	cursor: pointer;*/
/*}*/
/*.one-newsCenter-title{*/
/*	color: #1E54B7;*/
/*	font-size: 16px;*/
/*	line-height: 28px;*/
/*	cursor: pointer;*/
/*}*/

/* 详情页-新闻中心 */
.details{
    border-top: 1px solid #999999;
}
.details-name{
	margin-top: 29px;
	margin-bottom: 57px;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}
.details-title{
	font-size: 20px;
	font-weight: bold;
	color: #2B2B2B;
	line-height: 24px;
	margin-bottom: 48px;
	text-align: center;
}
.details-con{
	font-size: 16px;
	font-weight: 400;
	color: #2B2B2B;
	line-height: 24px;
}
.details-con p{
	text-indent: 2em;
}
.details-con img{
	max-width: 1200px;
}

.dpcontent{ font-size:14px; line-height:180%; }
/* 详情页-浩博产品 */

.details-con{
    margin-top: 19px;
    width: 100%;
}
.details-con-banner{
	display: flex;
}
.Main-drawing{
	width: 760px;
	height: 492px;
	position: relative;
	overflow: hidden;
}
.Main-drawing img{
    width: 760px;
	height: 492px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.Sub-picture{
	margin-left: auto;
}
.Sub-one{
	width: 408px;
	height: 230px;
	position: relative;
}
.Sub-one:first-child{
	margin-bottom: 32px;
}
.Sub-one img{
	width: 408px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.details-con-text{
	font-size: 16px;
	font-weight: 400;
	color: #2B2B2B;
	line-height: 24px;
	margin-top: 43px;
}
.details-con-text div {
	margin-bottom: 16px;
	text-indent: 32px;
}
.details-con-test{
	margin-top: 31px;
}
.details-con-test div{
	font-size: 16px;
	font-weight: bold;
	color: #2B2B2B;
	line-height: 30px;
}
.details-con-test .details-con-test-tip{
	font-weight: normal;
	color: #666666;
}
.Basic-performance{
	margin-top: 60px;
	width: 100%;
}
.Basic-performance-title{
	font-size: 18px;
	font-weight: bold;
	color: #2B2B2B;
	line-height: 24px;
}
.blueTable{
	width: 100%;
	margin-top: 19px;
}
.blueTable-con-row{
	width: 100%;
	display: flex;
}
.blueTable-con-row div{
	background: #1E54B7;
	width: 132px;
	height: 76px;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	justify-content: center;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.grey{
	width: 100%;
	display: flex;
}
.grey-row{
	display: flex;
}
.grey-row div{
	width: 132px;
	height: 40px;
	background: #e8eedc;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: #2B2B2B;
}
.lastTable{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: #2B2B2B;
	width: 132px;
	background: #e8eedc;
}
.table-tip{
	font-size: 14px;
	font-weight: 400;
	color: #1E54B7;
	margin-top: 24px;
	line-height: 30px;
}
.productList{
	margin-top: 60px;
}
.product-con{
	margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
	padding: 16px 18px;
	background: #e8eedc;
	display: flex;
	justify-content: space-between;
}
.product-con-one{
	width: 220px;
	cursor: pointer;
}
.product-con-one-img{
	width: 220px;
	height: 124px;
	overflow: hidden;
	position: relative;
}
.product-con-one-img img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.product-con-one-text{
	background: #fff;
	line-height: 48px;
	padding: 0 17px;
	font-size: 16px;
	font-weight: 400;
	color: #2B2B2B;
}

.dpcontent h1{
	width: 100%;
    margin-top: 19px;
    background: #e8eedc;
    padding:52px 104px;
    box-sizing: border-box;
    font-size: 20px;
	font-weight: 400;
	color: #2B2B2B;
	margin-bottom:60px;
	line-height:60px;
}


/*面板*/
.dppanel{ width:100%;}
.dppanel h3{
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: #475e16;
    color: #fff;
    box-sizing: border-box;
    padding: 0 30px;
    font-size:24px;
    font-weight: bold;
    margin-bottom: 0;
}
.dppanel p{
    padding: 27px 24px 32px 24px;
    box-sizing: border-box;
    width: 100%;
    background: #e8eedc;
    font-size: 16px;
    font-weight: 400;
    color: #2B2B2B;
    line-height: 24px;
    text-indent: 32px;
}

ul.ue_dp_imgList{
	padding: 0;
	 margin: 0; 
	list-style: none; 
	display: flex; 
	flex-wrap:wrap; 
	width: 100%!important;
	padding-top: 30px;
}
ul.ue_dp_imgList li{
	/*border:1px solid #ddd;  
	border-right: 0;*/
	text-align:center; 
	box-sizing:border-box;
}
/*ul.ue_dp_imgList li .ue_dp_imgList_imgBox{ padding:10px; }*/
ul.ue_dp_imgList li .ue_dp_imgList_imgBox img{ display:block; max-width:100%; }
ul.ue_dp_imgList.ue_dp_imgList4 li{ width:25%;}
ul.ue_dp_imgList.ue_dp_imgList4 li:nth-child(n+5){ border-top:0; }
ul.ue_dp_imgList.ue_dp_imgList4 li:nth-child(4n),ul.ue_dp_imgList.ue_dp_imgList4 li:last-child{ border-right: 1px solid #ddd;}

ul.ue_dp_imgList.ue_dp_imgList3 li{ width:33.33%; box-sizing: border-box;}
ul.ue_dp_imgList.ue_dp_imgList3 li:nth-child(1){ padding-right:15px;}
ul.ue_dp_imgList.ue_dp_imgList3 li:nth-child(2){ padding-right:10px; padding-left:10px;}
ul.ue_dp_imgList.ue_dp_imgList3 li:nth-child(3){ padding-left:15px;}

ul.ue_dp_imgList.ue_dp_imgList3 li:nth-child(n+4){ border-top:0; }
ul.ue_dp_imgList.ue_dp_imgList3 li:nth-child(3n),ul.ue_dp_imgList.ue_dp_imgList3 li:last-child{ border-right: 1px solid #ddd;}


@media screen and (max-width: 767px){
   ul.ue_dp_imgList li .ue_dp_imgList_imgBox{ padding:0; }
   ul.ue_dp_imgList.ue_dp_imgList4 li{ width:50%;}
   ul.ue_dp_imgList.ue_dp_imgList4 li:nth-child(n+3){ border-top:0; }
   ul.ue_dp_imgList.ue_dp_imgList4 li:nth-child(2n),ul.ue_dp_imgList.ue_dp_imgList4 li:last-child{ border-right: 1px solid #ddd;}
   
   ul.ue_dp_imgList.ue_dp_imgList3 li{ width:50%;}
   ul.ue_dp_imgList.ue_dp_imgList3 li:nth-child(n+3){ border-top:0;}
   ul.ue_dp_imgList.ue_dp_imgList3 li:nth-child(3n){ border-right:0; }
   ul.ue_dp_imgList.ue_dp_imgList3 li:nth-child(2n),ul.ue_dp_imgList.ue_dp_imgList3 li:last-child{ border-right: 1px solid #ddd;}


}

/*卡片视图*/
.ue_dp_card{ 
    display:flex; 
    flex-wrap:wrap; 
    width: 100%!important;
    font-size:16px;
    margin:0;
    padding: 0;
}
.ue_dp_card.list-paddingleft-2{padding-left: 0;}
.ue_dp_card li{
    margin:0;
    padding: 0;
    list-style: none;
    width:31%;  
    background: #e8eedc;
    box-sizing: border-box; 
    margin-right: 3%; 
    padding:30px;
    margin-bottom:40px;
}
.ue_dp_card li:nth-child(3n){ margin-right:0; }
.ue_dp_card li h3{ font-size:1.2rem; position:relative; margin-bottom: 30px;}
.ue_dp_card li h3:before{ 
    content:''; 
    position:absolute; 
    width:2em; 
    height:2px; 
    background:red; 
    left: 0; 
    bottom:-10px;
}
.ue_dp_card li p{

}

