<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* head */
.top {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 999;
}
.topitem {
    width: 100%;
    height: 90px;
}
.toplogo a img {
    height: 50px;
    filter: brightness(1000%) grayscale(1000%);
}
.topright {
    justify-content: flex-end;
}
.topnav ul {
    justify-content: flex-end;
}
.topnav ul li {
    position: relative;
    padding: 0px 37px;
    height: 90px;
}
.topnav&gt;ul&gt;li&gt;a {
    font-size: 18px;
    text-transform: uppercase;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    line-height: 90px;
	color: #ffffff;
}
.topserico {
    position: relative;
    cursor: pointer;
}
.topsericoimg {
    max-height: 19px;
    filter: brightness(100) invert(100);
}
.toplang {
    background: url(../images/toplanlgine.png) no-repeat center left;
    background-size: 2px 10px;
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
    height: 90px;
}
.toplang&gt;a {
    font-size: 18px;
	color: #f0f1f2;
    padding: 0px 7px;
}
.toplang span {
    color: #ffffff;
    display: block;
    cursor: pointer;
}
.ernav {
    position: absolute;
    top:90px;
    left: 50%;
    width: 200px;
    height: auto;
    margin-left: -100px;
    padding: 10px 0px;
    background-color: #ffffff;
    display: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}
.ernav&gt;dt&gt;a {
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #333333;
    font-weight: normal;
    display: block;
    text-align: left;
    padding:10px ;
}
.ernav&gt;dt&gt;a:hover {
    color: #124ebe;
}
.topsearch {
    position: fixed;
    right: -1000px;
    top: 95px;
    background-color: #ffffff;
    padding: 10px;
    width:350px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    height: auto;
    transition: all .5s;
}
.topsearch input {
    width: 85%;
    height: 40px;
    line-height: 40px;
    padding-left:7px;
}
.topsearch button {
    background: none;
    border: 0px;
    width: 15%;
}
.topsearch button img {
    height: 19px;
}
.topsearch.active {
    right: 8%;
}
.toplang_check {
    position: absolute;
    top: 89px ;
    left: 0px;
    width: 115%;
    height: auto;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    background-color: #ffffff;
    display: none;
}
.toplang_check ul li {
    width: 100%;
    margin-top: 10px;
}
.toplang_check ul li a {
    width: 100%;
}
.toplang_check ul li a img {
    max-height: 20px;
    border: 1px solid #eeeeee;
}
.toplang_check ul li a p {
    color: #333333;
    display: block;
    font-size: 15px;
}
.toplang_simg {
    height: 20px;
    width: 30px;
    background: url(../images/langimg1.png) no-repeat center;
    background-size: cover;
}

.toplang_check ul li:nth-child(1) {
    margin-top: 0px;
}
.toplang_check ul li:nth-child(2) .toplang_simg {
    background-image: url(../images/langimg2.png);
}
.toplang_check ul li:nth-child(3) .toplang_simg {
    background-image: url(../images/langimg3.png);
}







.fixednav {
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    z-index: 99;
}
.fixednav .toplogo a img {
    filter: unset;
}
.fixednav .topnav&gt;ul&gt;li&gt;a {
    color: #333333;
}
.fixednav .topsericoimg {
    filter: unset;
}
.fixednav .toplang {
    background-image: url(../images/toplanlgine_xl.png);
}
.fixednav .toplang&gt;a ,.fixednav .toplang span{
    color: #333333;
}

.topwhite {
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}
.topwhite .toplogo a img {
    filter: unset;
}
.topwhite .topnav&gt;ul&gt;li&gt;a {
    color: #333333;
}
.topwhite .topsericoimg {
    filter: unset;
}
.topwhite .toplang {
    background-image: url(../images/toplanlgine_xl.png);
}
.topwhite .toplang&gt;a ,.topwhite .toplang span{
    color: #333333;
}


.fixednav .topnav&gt;ul&gt;li&gt;a:hover,.fixednav .topnav&gt;ul&gt;li.active&gt;a {
    color: #124ebe;
}



.bannerpic {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.bannerpic img {
    width: 100%;
}
.swiper-slide-active .bannerpic img {
    animation: runbanner 6s infinite;
}
.bannerdesc {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, .5); */
}
.bannerdesc h2 {
    text-transform: capitalize;
    text-align: left;
}
.font48_w {
    font-size: 48px;
	color: #ffffff;
	line-height: 60px;
}
.font24_w {
    font-size: 24px;
	color: #ffffff;
}
.bannerdesc p {
    padding-top: 35px;
    text-align: left;
    /*text-transform: capitalize;*/
}
.bannerdesc .con1600 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.bannerswiper .swiper-button-next,.bannerswiper .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 1px #ffffff;
    top: 67%;
}
.bannerswiper .swiper-button-next::after,.bannerswiper .swiper-button-prev::after {
    color: #ffffff;
    font-size: 13px;
}
.bannerswiper .swiper-button-next {
    left: 13%;
}
.bannerswiper .swiper-button-prev {
    left: 8%;
}
.bannerswiper .swiper-button-next:hover,.bannerswiper .swiper-button-prev:hover {
    background-color: #124ebe;
}
.idxabout {
    padding: 135px 0px;
    background: url(../images/aboutbg.jpg) no-repeat center;
    background-size: cover;
}
.idxabout_top {
    width: 100%;
}
.idxabout_topl {
    width: 660px;
}
.idxabout_topl h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: normal;
	color: #333333;
}
.idxabout_topl h3 {
    font-size: 36px;
	line-height: 50px;
    margin: 30px 0px 40px;
	color: #333333;
}
.idxabout_topl p {
    font-size: 16px;
	line-height: 30px;
	color: #333333;
}
.idxabout_topl a {
    width: 170px;
	height: 57px;
    text-transform: capitalize;
	background-color: #124ebe;
	border-radius: 4px;
    display: block;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
	color: #ffffff;
    margin-top: 125px;
}
.idxabout_topr {
    width: 740px;
}
.idxabout_topr img {
    width: 100%;
}
.idxabout_bot {
    margin-top: 120px;
}
.num ul {
    align-items: flex-start;
}
.num ul li {
    width:18%;
    border-top: 1px solid #9b9b9b;;
}
.num ul li b {
    padding: 30px 0px ;
    display: block;
}
.num ul li b i {
    font-size: 64px;
    font-style: normal;
	color: #333333;
}
.num ul li b span {
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    padding-left: 10px;
	color: #333333;
}
.num ul li p {
    font-size: 16px;
	color: #333333;
	text-transform: capitalize;
}

.idxpro {
    width: 100%;
    height: 900px;
    background-size: cover;
    position: relative;
}
.idxpro_item {
    width: 100%;
    height:100%;
    position: absolute;
    background: url(../images/about_scqy_liico1.png) no-repeat center;
    background-size: cover;
    top: 0px;
    left: 0px;
}
.idxpro_top {
    width: 630px;
    padding-bottom: 85px;
}
.idxpro_top h4 {
	font-size: 20px;
	color: #f3f3f3;
	font-weight: normal;
    text-transform: capitalize;
    padding: 130px 0px 30px;
}
.idxpro_top h3 {
    font-size: 36px;
	color: #f4f4f4;
    padding-bottom: 40px;
}
.idxpro_top p {
    font-size: 16px;
	line-height: 24px;
	color: #f4f4f4;
}
.idxpro_bot {
    width: 100%;
    height:auto;
    position: absolute;
    top: 60%;
    left: 0px;
}
.idxpro_bot ul {
    justify-content: flex-start;
    border-top: 1px solid rgba(255, 255, 255, .25);
    width: 45%;
}
.idxpro_bot ul li {
    padding-right: 20px;
    font-size: 24px;
	color: #ffffff;
    text-transform: capitalize;
    padding-top: 15px;
    border-top: 3px solid rgba(0, 0, 0, 0);
    margin-right: 30px;
    cursor: pointer;
}
.idxpro_bot ul li.active {
    border-top: 3px solid #ffffff;

}
.idxpro_item2,.idxpro_item3 {
    display: none;
}

.idx_pro {
    padding: 85px 0px 98px;
    background: url(../images/idx_pro_bg.jpg) no-repeat center;
    background-size: cover;
}
.idx_pro .idxabout_topl {
    width: 630px;
}
.idx_pro_pic {
    width: 915px;
    animation:runpao 5s infinite;
}
.idx_pro_pic img {
    width: auto;
}

.idx_news {
    width: 100%;
    padding: 110px 0px 140px;
}
.idx_newstop {
    align-items : flex-end;
}
.idx_newstop_l p {
    font-size: 20px;
	color: #333333;
}
.idx_newstop_l h4 {
    font-size: 36px;
    padding-top: 30px;
	color: #222222;
}
.idx_newstop_r a {
    display: block;
    width: 170px;
	height: 57px;
	background-color: #124ebe;
	border-radius: 4px;
    text-align: center;
    line-height: 55px;
    font-size: 16px;
	color: #ffffff;
}
.idx_newsbot {
    margin-top: 45px;
}
.idx_newsbot ul {
    align-items: flex-start;
}
.idx_newsbot ul li {
    width: 31%;
    height: 680px;
    position: relative;
}
.idx_newsbot ul li a {
    width: 100%;
    display: block;
    height: 100%;
    overflow: hidden;
}
.idx_newsbot ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.idx_news_l {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 70px 30px;
    background-image: linear-gradient(125deg, 
		rgba(18,78,190,.2) 0%, 
		rgba(38,123,176,.2) 68%, 
		rgba(57,168,162,.2) 100%), 
	;
}
.idx_news_l p {
    font-size: 16px;
	color: #ffffff;
    padding-bottom: 30px;
}
.idx_news_l h3 {
    font-size: 24px;
	line-height: 36px;
	color: #ffffff;
}
.idx_news_m {
    width: 100%;
    height: 100%;
}
.idx_news_mimg {
    width: 100%;
    height: 50%;
    overflow: hidden;
}
.idx_news_mimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.idx_news_minfo {
    width: 100%;
    border-bottom: 1px solid #a5a5a5;
    height: 50%;
}
.idx_news_minfo p {
    font-size: 16px;
	color: #333333;
    padding: 20px 0px ;
}
.idx_news_minfo h3 {
    font-size: 24px;
	line-height: 36px;
    height: 60px;
	color: #333333;
}
.idx_news_minfo span {
    font-size: 16px;
	line-height: 26px;
	color: #666666;
    display: block;
    margin: 23px 0px 40px;
}
.idx_news_minfo button {
    width: 111px;
	height: 32px;
	background-color: #124ebe;
	border-radius: 4px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
	color: #ffffff;
    border: 0px;
}
.idx_newsbot ul li:hover img {
    transform: scale(1.05);
}
.idx_newsbot ul li .idx_news_minfo:hover h3 {
    color: #124ebe;
}

.idx_sczk {
    position: relative;
    margin-bottom: 110px;
}
.idx_sczk img {
    object-fit: cover;
    width: 100%;
}
.idx_sczk_item {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 110px 90px;
}
.idx_sczk_item h4 {
    font-size: 20px;
	color: #ffffff;
	font-weight: normal;
}
.idx_sczk_item h3 {
    font-size: 36px;
	color: #ffffff;
    padding: 30px 0px 40px;
}
.idx_sczk_item p {
    font-size: 16px;
	line-height: 30px;
    width: 60%;
	color: #ffffff;
}

.foot {
    background-color: #e6e9f0;
    padding: 110px 0px 60px;
}
.footitem {
    align-items: flex-start;
}
.foot_l {
    width: 30%;
}
.foot_l a img {
    height: 50px;
}
.foot_l ul {
    margin-top: 50px;
}
.foot_l ul li {
    font-size: 16px;
	line-height: 40px;
	color: #333333;
    background: url(../images/footico1.png) no-repeat left;
    padding-left: 30px;
    background-size: 15px;
    background-position-y: 10px;
}
.foot_l ul li:nth-child(2) {
    background-image: url(../images/footico2.png);
    background-position-y: 15px;
}
.foot_l ul li:nth-child(3) {
    background-image: url(../images/footico3.png);
}
.foot_r {
    align-items: flex-start;
    width: 70%;
    padding-left: 80px;
}
.foot_r dl {
    width:18%;
}
.foot_r dl dt {
    margin-bottom: 30px;
}
.foot_r dl dt a {
    font-size: 18px;
	color: #333333;
    text-transform: uppercase;
}
.foot_r dl dd a {
    font-size: 14px;
	line-height: 24px;
	padding: 8px 0px;
	color: #666666;
	display: block;
    text-transform: capitalize;
}

.footcopy {
    width: 100%;
    height: auto;
    padding: 25px 0px;
    background-color: #353535;
}
.footcopy_item span {
    font-size: 12px;
	color: #b6b6b8;
}
.footcopy_item a {
    font-size: 12px;
	color: #b6b6b8;
    margin: 0px 30px;
}

/* 关于我们 */
.neibanner {
    width: 100%;
    height: auto;
    position: relative;
}
.neibanner_desc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding-top:15%;
}
.neibanner_desc h2 {
    font-size: 48px;
    text-transform: capitalize;
	color: #ffffff;
    margin-bottom: 26px;
}
.neibanner_desc p {
    font-size: 16px;
    line-height: 24px;
	color: #ffffff; 
    width: 50%;
}
.about_jj {
    padding: 130px 0px;
}
.about_jjtop {
    width: 1080px;
}
.about_jjtop h3 {
    font-size: 36px;
    text-transform: capitalize;
	color: #333333;
    margin-bottom: 55px;
}
.about_jjtop p {
    font-size:16px;
	line-height: 26px;
	color: #333333;
}
.about_jjbot {
    margin-top: 50px;
}
.about_jjbot img.about_jjbotimg {
    width: 100%;
}
.about_zzjg .about_jjtop p {
    font-size: 24px;
}
.about_zzjg {
    background-color: #f5f6fa;
}
.about_jjbot ul li {
    width: 31%;
    height: auto;
}
.about_zzjgimg {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}
.about_zzjgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_zzjgdesc {
    width: 100%;
    height: 70px;
    border-radius: 0px 0px 8px 8px;
    background-color: #ffffff;
}
.about_zzjgdesc p {
    line-height: 70px;
    font-size: 16px;
    padding-left: 40px;
	color: #333333;
}
.about_jjbot ul li:hover .about_zzjgimg img {
    transform: scale(1.05);
}
.about_jjbot ul li:hover .about_zzjgdesc p {
    color: #124ebe;
    letter-spacing: .5px;
}
.about_scqy {
    padding: 90px 0px 120px;
}
.about_scqy_l{
    width: 49%;
}
.about_scqy_l h4 {
    font-size: 24px;
    text-transform: capitalize;
	color: #333333;
	height: 56px;
}
.about_scqy_l h4 span {
    font-size: 24px;
	color: #333333;
}
.about_scqy_limg {
    width: 100%;
    height: 510px;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 30px;
    position: relative;
}
.about_scqy_limg img.about_scqy_l_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_scqy_list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.about_scqy_list ul {
    padding: 83px 93px;
}
.about_scqy_list ul li {
    width: 274px;
	height: 158px;
	background-color: #ffffff;
	border-radius: 4px;
    margin-top: 38px;
    flex-direction: column;
    justify-content: center;
    transition: all .5s;
    cursor: default;
}
.about_scqy_list ul li:nth-child(1) {
    margin-top: 0px;
}
.about_scqy_list ul li:nth-child(2) {
    margin-top: 0px;
}
.about_scqy_list ul li img {
    max-width: 38px;
	max-height: 42px;
}
.about_scqy_list ul li p {
    font-size: 16px;
    text-align: center;
	color: #333333;
    text-transform: capitalize;
    
    padding-top: 15px;
}
.about_scqy_list ul li:hover {
    background-color: #124ebe;
}
.about_scqy_list ul li:hover p {
    color: #ffffff;
}
.about_scqy_list ul li:hover img {
    filter: brightness(1000%) grayscale(1000%);
} 
.about_zl {
    width: 100%;
}
.about_zl_l {
    width: 50%;
    height: 720px;
    overflow: hidden;
    position: relative;
}
.about_zl_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_zl_ldesc {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 130px 50px 0px 160px;
}
.about_zl_ldesc h4 {
    font-size: 36px;
	color: #ffffff;
    text-transform: capitalize;
    padding-bottom: 50px;
}
.about_zl_ldesc p {
    font-size: 16px;
	line-height: 24px;
	color: #f5f5f5;
}
.about_zl_l:hover img {
    transform: scale(1.05);
}

/* 解决方案 */
.fa_top {
    width: 100%;
    padding: 125px 0px;
}
.fatop_name {
    margin-bottom: 50px;
}
.fatop_name h3 {
    font-size: 36px;
	line-height:50px;
	color: #333333;
}
.fatop_item {
    width: 100%;
    height: auto;
}
.fatopitem_l {
    width: 45%;
}
.fatopitem_ltop {
    width: 100%;
    height: 330px;
	border: solid 1px #e3e5e5;
    padding: 40px;
}
.fatopitem_ltop h3 {
    font-size: 24px;
	color: #333333;
    line-height: 30px;
    padding-bottom: 30px;
}
.fatopitem_ltop p {
    font-size: 16px;
	line-height: 26px;
	color: #666666;
}
.fatopitem_lbot {
   border: 0px;
   background-color: #124ebe;
}
.fatopitem_lbot h3 {
    color:#ffffff;
}
.fatopitem_lbot p {
    color: #ffffff;
}
.fatopitem_r {
    width: 55%;
    height: 660px;
    overflow: hidden;
    position: relative;
}
.fatopitem_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fatopitem_rdesc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 140px  ;
}
.fatopitem_rdesc h3 {
    font-size: 26px;
    padding-top: 40%;
	color: #ffffff;
	line-height: 30px;
    padding-bottom: 40px;
}
.fatopitem_rdesc p {
    font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}
.fatopitem_r:hover img {
    transform: scale(1.05);
}
.fa_hezuo {
    padding: 125px 0px;
    background-color: #f7f9fa;
}
.fahz_name {
    margin-bottom: 60px;
}
.fahz_name h3 {
    font-size: 36px;
    text-transform: capitalize;
	color: #333333;
}
.fahz_item {
    width: 100%;
    height: 420px;
}
.fahz_swiper .swiper-slide {
    height: 187px;
}
.fahz_list {
    width: 100%;
    height: 100%;
	background-color: #ffffff;
	border-radius: 4px;
    padding: 0px 30px;
    justify-content: center;
    flex-direction: column;
}
.fahz_list img {
    height: 50px;
    margin-top: 10px;
}
.fahz_line {
    width: 100%;
    height: 1px;
    background-color: #e3e5e6;
    margin: 30px 0px 20px;
}
.fahz_list p {
    font-size: 16px;
	color: #666666;
    height: 45px;
    transition: all .5s;
}
.fahz_swiper .swiper-slide:hover .fahz_list img {
    transform: scale(1.05);
}
.fahz_swiper .swiper-slide:hover .fahz_list p {
    letter-spacing: 1px;
}

/* 联系我们 */
.contact {
    width: 100%;
    height: auto;
    padding: 125px 0px;
    background-color: #f7f9fa;
}
.contact_topl {
    width: 43%;
    height: 660px;
    padding: 80px 70px;
    background-color: #ffffff;
}
.contact_topl ul li {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e3e5e6;
}
.contact_topl ul li h2 {
    font-size: 20px;
	color: #333333;
}
.contact_topline {
    width: 72px;
	height: 3px;
	background-color: #124ebe;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.contact_tldesc {
    padding-left: 36px;
    background: url(../images/contact_lico1.png) no-repeat left top;
}
.contact_tldesc h4 {
    font-size: 20px;
	color: #333333;
    padding-bottom: 13px;
}
.contact_tldesc p {
    font-size: 16px;
	line-height: 32px;
	color: #666666;
}
.contact_topl ul li:nth-child(3) .contact_tldesc {
    background-image: url(../images/contact_lico2.png);
}
.contact_topl ul li:nth-child(4) .contact_tldesc {
    background-image: url(../images/contact_lico3.png);
}
.contact_topl ul li:first-child {
    padding-top: 0px;
    margin-bottom: 50px;
}
.contact_topl ul li:last-child {
    border-bottom: 0px;
}
.contact_topr {
    width: 53%;
    height: 660px;
}
.conmess {
    padding: 125px 0px;
}
.messinput {
    width: 48.5%;
	height: 90px;
	border-radius: 8px;
	border: solid 1px #e3e5e6;
    margin-bottom: 40px;
}
.messinput input {
    width: 100%;
    height:100%;
    padding-left: 30px;
}
.messtext {
    width: 100%;
	height: 180px;
    margin-bottom: 40px;
	border-radius: 8px;
	border: solid 1px #e3e5e6;
}
.messtext textarea {
    width: 100%;
    height:100%;
    border: 0px;
    padding:  30px  ;
}
.messbtn {
    justify-content: center;
    width: 100%;
    margin-top: 80px;
}
.messbtn button {
    display: block;
    width: 164px;
	height: 64px;
	border-radius: 8px;
	border: solid 1px #e3e5e6;
    font-size: 18px;
    text-align: center;
	line-height: 64px;
	color: #333333;
    background-color: #ffffff;
}
.messbtn button.messbtn_tj {
    background-color: #124ebe;
    color: #ffffff;
    margin-right: 44px;
}
.messinput .codeinput {
    width: 55%;
}
.messinput .codeimg {
    height: 70%;
    width: auto;
    margin-right: 10px;
}

/* 新闻中心 */
.neinav {
    width: 100%;
	background-color: #f7f9fa;
}
.neinav ul {
    justify-content: flex-start; 
    height: 100px;
}
.neinav ul li {
    height: 100%;
    padding: 0px 55px;
}
.neinav ul li a {
    font-size: 24px;
	color: #666666;
    text-transform: capitalize;
    height: 100%;
    line-height: 100px;
    display: block;
}
.neinav ul li.active {
    background-color: #124ebe;
}
.neinav ul li.active a {
    color: #ffffff;
}

.newslist {
    width: 100%;
    height: auto;
    padding: 125px 0px;
}
.news_list ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 45px;
}
.news_list ul li:nth-child(3n) {
    margin-right: 0px;
}
.news_liimg {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.news_liimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_ldesc {
    width: 100%;
    height: 340px;
    border: solid 1px #e3e5e6;
    padding: 40px;
}
.news_ldesc span {
    font-size: 14px;
	color: #999999;
}
.news_ldesc h3 {
    font-size: 24px;
    height: 72px;
	line-height: 36px;
	color: #333333;
    margin: 10px 0px 20px;
}
.news_ldesc p {
    font-size: 16px;
	line-height: 28px;
	color: #666666;
}
.news_ldesc button {
    width: 56px;
	height: 56px;
    border-radius: 50%;
	border: solid 1px #e3e5e6;
    background-color: #ffffff;
    display: block;
    margin-top: 30px;
    transition: all .5s;
}
.news_list ul li:hover .news_liimg img {
    transform: scale(1.05);
}
.news_list ul li:hover .news_ldesc {
    background-color: #124ebe;
    border-color: #124ebe;
}
.news_list ul li:hover .news_ldesc span {
    color: #ffffff;
}
.news_list ul li:hover .news_ldesc h3 {
    color: #ffffff;
}
.news_list ul li:hover .news_ldesc p {
    color: #ffffff;
}
.news_list ul li:hover .news_ldesc button {
    margin-left: 80%;
    color: #124ebe;
}
.pages {
    margin-top: 120px;
}
.pages ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pages ul li {
 /*   width: 52px;*/
	/*height: 52px;*/
    border-radius: 50%;
	background-color: #f7f9fa;  
    font-size: 18px;
	letter-spacing: 0px;
	padding: 10px;
    display: flex;
    margin: 0px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pages ul li.active {
    background-color: #124ebe;
    color: #ffffff;
}
.pages ul li span,.pages ul li a {
    background: none !important;
    border: 0px;
	color: #666666;
    font-size: 11px ;
}
.jumpto {
    display: none;
}
.newspages ul li {
    border-radius:4px;
}


/* 新闻详情 */
.newsitem {
    padding:200px 0px 125px;
    background-color: #f2f4f5;
}
.newsitem_date {
    height: 60px;
    width: 100%;
    border-bottom: 1px solid  #b1b2b2;;
}
.newsitem_date span {
    font-size: 18px;
	line-height: 60px;
	color: #333333;
}
.newsitem_content h3 {
    font-size: 24px;
	line-height: 30px;
    text-align: center;
	color: #333333;
    padding: 70px 0px 50px;
}
.newscontent {
    padding-bottom: 100px;
}
.newscontent p ,.newscontent,.newscontent span{
    font-size: 18px;
	line-height: 32px;
	color: #666666;
}
.newscontent img {
    margin: 5px auto;
    display: block;
}

.newsprev {
    width: 100%;
    padding-top: 55px;
    border-top: 1px solid  #b1b2b2;;
}
.newsnext_l {
    width: 60%;
}
.newsnext_l ul li {
    width: 100%;
    height: 100px;
    border-radius: 8px;
    background-color: #ffffff;
    margin-top: 15px;
    transition: all .5s;
}
.newsnext_l ul li a {
    width: 100%;
    height: 100%;
    padding: 0px 40px;
}
.newsnext_l ul li a p {
    font-size: 18px;
	color: #333333;
}
.newsnext_lico {
    width: 48px;
	height: 48px;
    border-radius: 50%;
	border: solid 1px #e3e5e6;
    flex-direction: column;
    background-color: #ffffff;
    justify-content: center;
}
.newsnext_lico span {
    color: #666666;
}
.newsnext_l ul li:hover {
    background-color: #124ebe;
}
.newsnext_l ul li:hover a p {
    color: #ffffff;
}
.newsnext_l ul li:hover .newsnext_lico span {
    color: #124ebe;
}
.newsnext_r a {
    display: block;
    width: 178px;
	height: 54px;
	background-color: #124ebe;
	border-radius: 8px;
    font-size: 18px;
    line-height: 50px;
	color: #ffffff;
    text-align: center;
}

/* 产品列表 */
.proernav {
    width: 100%;
}
.proernav_list ul li {
    padding: 60px 0px;
    text-align: center;
    border-bottom:4px solid #ffffff;
    width: 10%;
}
.proernav_list ul li img {
    max-width: 56px;
	max-height: 52px;
    filter: brightness(300%) grayscale(300%);
}
.proernav_list ul li p {
    margin-top: 25px;
    font-size: 18px;
    height: 42px;
    text-transform: capitalize;
	color: #333333;
}
.proernav_list ul li:hover,.proernav_list ul li.active {
    border-color: #124ebe;
}
.proernav_list ul li:hover img,.proernav_list ul li.active img {
    filter: unset;
}
.product_list {
    width: 100%;
    height: auto;
    padding: 125px 0px;
    background-color: #f7f9fa;
}
.product_list&gt;ul&gt;li {
    float: left;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 45px;
}
.product_liimg {
    width: 100%;
    height: 394px;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}
.product_liimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_lidesc {
    width: 100%;
    height: 286px;
    padding: 35px 30px ;
	background-color: #ffffff;
}
.product_lidesc h3 {
    font-size: 24px;
    text-transform: capitalize;
	color: #333333;
}
.product_lidesc h4 {
    font-size: 16px;
    font-weight: normal;
    padding: 17px 0px 30px;
	color: #333333;
}
.product_lidesc p {
    font-size: 16px;
	line-height: 28px;
	color: #666666;
}
.product_lidesc button {
    width: 111px;
	height: 32px;
	background-color: #124ebe;
	border-radius: 4px;
    border: 0px;
    display: block;
    margin-top: 30px;
    font-size: 14px;
    text-transform: capitalize;
	color: #ffffff;
}
.product_list&gt;ul&gt;li:hover .product_liimg img {
    transform: scale(1.05);
}
.product_list&gt;ul&gt;li:hover .product_lidesc h3 {
    color: #124ebe;
}
.product_list&gt;ul&gt;li:hover .product_lidesc p {
    color: #124ebe;
}

/* 产品详情 */
.prodetail {
    width: 100%;
    height: auto;
    padding: 125px;
}
.prode_item {
    align-items: flex-start;
}
.prodetail_l {
    width: 685px;
	height: 530px;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}
.prodetail_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prodetail_l:hover img {
    transform: scale(1.05);
}
.prodetail_r {
    width: 780px;
    height: auto;
}
.prodetail_title h3 {
    font-size: 24px;
	color: #333333;
}
.prodetail_title h4 {
    font-size: 16px;
    padding-top: 15px;
	color: #333333;
	line-height: 1.5;
}
.prodetail_desc {
    margin: 70px 0px;
}
.prodetail_desc p {
    justify-content: flex-start;
    align-items: flex-start;
}
.prodetail_desc p span {
    font-size: 16px;
	line-height: 28px;
    text-transform: capitalize;
	color: #666666;
    display: block;
    margin: 5px 0px;
}
.prodetail_desc p span.prode_yongfa {
    width: 80%;
    text-transform: unset;
}
.prodetail_bot {
    height: 70px;
    width: 100%;
	border-radius: 8px ;
	border: solid 1px #edeff0;
}
.prodetail_botl {
    width: 181px;
	height: 72px;
	background-color: #124ebe;
	border-radius: 8px 0px 24px 8px;
}
.prodetail_botl p {
    font-size: 20px;
	color: #ffffff;
    line-height: 70px;
    padding-left: 20px;
}
.prodetail_botl span {
    font-size: 20px;
	color: #ffffff;
    padding-left: 25px;
}
.prodetail_botr p {
    font-size: 18px;
	color: #333333;
    padding-right: 30px;
}
.prode_tlname {
    margin-top: -50px;
    margin-bottom: 30px;
}
.prode_tlname h4 {
    font-size:36px;
	color: #333333;
}

/* 学术推广 */
.xsbanli_item {
    margin-top: 75px;
}
.xsbanli_item ul li {
    width: 31%;
    height: 480px;
	border-radius: 8px;
    flex-direction: column;
}
.xsbanli {
    width: 504px;
	height: 218px;
	background-color: #ffffff;
	border-radius: 8px;
    padding: 40px;
    transition: all .5s;
    overflow: hidden;
    position: relative;
}
.xsbanli h3 {
    font-size: 18px;
	color: #333333;
    text-transform: capitalize;
    padding-bottom: 20px;
}
.xsbanli h4 {
    justify-content: flex-start;
    line-height: 24px;
    align-items: flex-start;
    margin-bottom: 10px;
}
.xsbanli h4 span {
    font-size: 14px;
	color: #666666;
    display: block;
    width: 90%;
    /*width: 310px;*/
}
.xsbanli h4 i {
    font-size: 18px;
    color: #124ebe;
    margin-top: -3px;
    padding-right: 10px;
    font-style: normal;
}
.xsbanli_item ul li:last-child .xsbanli {
    width: 100%;
    height:100%;    
}
.xsbanli_item ul li .xsbanli:hover {
    background-color: #124ebe;
}
.xsbanli_item ul li .xsbanli:hover h3 ,.xsbanli_item ul li .xsbanli:hover h4,.xsbanli_item ul li .xsbanli:hover h4 span,.xsbanli_item ul li .xsbanli:hover h4 i  {
    color: #ffffff;
}
.xsbanli_item ul li:last-child .xsbanli h4 {
    margin-bottom: 15px;
}
.xsbanlinum {
    position: absolute;
    right: -40px;
    top: -60px;
}
.xsbanlinum h5 {
    font-size: 200px;
	color: #333333;
    font-weight: bold;
	opacity: 0.1;
}
.xsbanner .neibanner_desc {
    padding-top: 12%;
}
.xsyj {
    width: 100%;
    height: auto;
    padding: 125px 0px;
}
.xsyjname {
    margin-bottom: 40px;
}
.xsyjname h3 {
    font-size: 38px;
    text-transform: capitalize;
	color: #333333;
}
.xsyjlist ul li {
    width: 31%;
    margin-right: 2%;
    float: left;
    height: 115px;
    justify-content: flex-start;
    border-bottom: 1px solid #e5e5e5;
    transition: all .5s;
    cursor: default;
}
.xsyjlist ul li p {
    font-size: 20px;
	color: #333333;
	width: 15%;
	text-align: left;
}
.xsyjlist ul li h4 {
    font-size: 20px;
	color: #aaaaaa;
	width: 85%;
}
.xsyjlist ul li:hover {
    background-color: #124ebe;
    border-color: #124ebe;
    padding-left: 25px;
}
.xsyjlist ul li:hover p ,.xsyjlist ul li:hover h4 {
    color: #ffffff;
}
.xsyjlist ul li:nth-child(3n) {
    margin-right: 0px;
}

/* 手机端导航 */
.waptop {
    width: 100%;
}
.waptopitem {
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    background-color: #ffffff;
}
.waplogo a img {
    height: 30px;
}
.waplang a {
    font-size: 18px;
    margin-right: 10px;
}
.wapnavico img {
    height: 30px;
    margin-left: 10px;
}
.wapfixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}
.wapnavitem {
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100vh;
    z-index: 999;
    top: 0px;
    left: 0px;
    display: none;
}
.wapnav_item {
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #ffffff;
}
.wapnavtop_logo a img {
    height:30px;
}
.wapnavtop_r {
    justify-content: flex-end;
}
.wapnavtop_rsear img {
    height: 19px;
}
.wapnavtop_rclose {
    margin-left: 20px;
}
.wapnavtop_rclose img {
    height: 19px;
}
.wapnav_mid {
    padding: 20px 0px;
}
.wapnav_mid&gt;ul&gt;li {
    border-bottom: 1px solid #d1d1d1;
    padding: 20px 10px;
}
.wapnav_mid&gt;ul&gt;li a {
    font-size: 18px;
    text-transform: uppercase;
}
.wapnav_mid&gt;ul&gt;li img.wapernavmore {
    transform: rotate(-90deg);
}
.wapernav {
    width: 100%;
    padding: 15px 15px 0px;
    display: none;
}
.wapernav a {
    font-size: 16px;
    color: #666666;
    display: block;
    text-transform: capitalize !important;
    line-height: 40px;
}
.wapnav_mid&gt;ul&gt;li img.wapernavmore.active {
    transform: unset;
}
.wapsearch {
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}
.wapsearch form {
    border: 1px solid #999999;
    border-radius: 20px;
}
.wapsearch input {
    width: 80%;
    height: 40px;
    padding-left:20px;
}
.wapsearch button {
    background: none;
    border: 0px;
    width: 20%;
    text-align: center;
}
.wapsearch button img {
    height: 19px;
}



.hdzs {
    width: 100%;
    padding-bottom: 120px;
}
.hdzslist {
    position: relative;
}
.hdzslist .swiper-slide {
    display: block;
}
.hdzsli_img {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}
.hdzsli_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hdzsli_title {
    background-color: #f5f6fa;
    text-align: left;
    transition: all .5s;
    padding: 20px 0px 20px 40px;
    border-radius:0px 0px 8px 8px ;
}
.hdzsli_title h3 {
    font-size: 16px;
    text-transform: capitalize;
    color: #333333;
}
.hdzslist .swiper-slide:hover .hdzsli_img img {
    transform: scale(1.05);
}
.hdzslist .swiper-slide:hover .hdzsli_title {
    background-color: #124ebe;
}
.hdzslist .swiper-slide:hover .hdzsli_title h3 {
    color: #ffffff;
}
.hdzslist .swiper-button-next,.hdzslist .swiper-button-prev {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #e3e5e6;
    left: -5%;
}
.hdzslist .swiper-button-next::after,.hdzslist .swiper-button-prev::after {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}
.hdzslist .swiper-button-next:hover,.hdzslist .swiper-button-prev:hover {
    background-color: #124ebe;
    border-color: #124ebe;
}
.hdzslist .swiper-button-next:hover::after,.hdzslist .swiper-button-prev:hover::after {
    color: #ffffff;
}
.hdzslist .swiper-button-next {
    left: unset;
    right: -5%;
}</pre></body></html>