*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;font-family:Helvetica,"Microsoft YaHei",Arial;}
body{font-size: 14px;min-width: 1440px;overflow-x:hidden;color: #333;}
a{text-decoration: none;font-size: 14px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease;}
address, caption, cite, code, dfn, em, th, var, optgroup, i{font-style: inherit;font-weight: inherit;}
img{vertical-align: top;border: none;}
input, textarea{outline: none;border: none;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
.fr{ float:right;}
.fl{ float:left;}
.w1500,.page,.gy,.box{max-width: 1500px; min-width: 1300px; width: 100%; margin: 0 auto;}
.clear,.cl{height: 0; overflow: hidden; clear: both;}
.dfs{display: flex;align-items: center;justify-content: space-between;}
.db>div, .lb>li, .dd>dl{display:inline-block;vertical-align:top;}
br{line-height: 0;}





@font-face {
	font-family: 'sjxkjt';
	src: url('//memberpic.114my.com.cn/dg0171875/cssnew/sjxkjt.eot.txt');
	src: url('//memberpic.114my.com.cn/dg0171875/cssnew/sjxkjt.woff.txt') format('woff'), url('//memberpic.114my.com.cn/dg0171875/cssnew/sjxkjt.ttf.txt') format('truetype'), url('//memberpic.114my.com.cn/dg0171875/cssnew/sjxkjt.svg.txt') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'albbsht';
	src: url('//memberpic.114my.com.cn/dg0171875/cssnew/albbsht.eot.txt');
	src: url('//memberpic.114my.com.cn/dg0171875/cssnew/albbsht.woff.txt') format('woff'), url('//memberpic.114my.com.cn/dg0171875/cssnew/albbsht.ttf.txt') format('truetype'), url('//memberpic.114my.com.cn/dg0171875/cssnew/albbsht.svg.txt') format('svg');
	font-weight: normal;
	font-style: normal;
}



/*导航*/
#top_bg{left: 0; top: 0; width: 100%; height: auto; z-index: 99999; -webkit-transition: all .4s ease; -moz-transition: all .4s ease;  transition: all .4s ease;  background: rgba(0,0,0,0.5);}

.top{width: 100%;height: 120px; margin: 0 auto; padding: 0 2%; min-width: 1300px; -webkit-transition: all .4s ease;-moz-transition: all .4s ease; transition: all .4s ease;  }

.logo{height: 100%; display: flex; align-items: center; flex-direction: row;}
.logo b{font-size: 1.4vw;color: #fff;    font-family: albbsht;  font-weight: normal;}
.logo p{font-size: 1vw;color: #fff;letter-spacing: 0.22vw;margin-top: 0.1vw;}



/*导航*/
.nav{height:100%;width: 60%;}
.nav>ul{height: 100%; display: flex; justify-content: space-between;  align-items: center;}
.nav>ul>li{height: 100%; position: relative; z-index: 9; display: flex; align-items: center;}
.nav>ul>li>a {color: #fff; font-size: 16px; -webkit-transition: all .4s ease;-moz-transition: all .4s ease; transition: all .4s ease;}
.nav>ul>li>a:hover{font-size: 18px;}
.nav>ul>li.navcurrent>a:after,.nav>ul>li:hover>a:after{opacity: 1; }


.top .tele{padding-left:36px;font-size:22px; color:#ffffff; line-height:120px; font-family: Arial; font-weight:bold; background:url(https://memberpic.114my.com.cn/dg0171875/uploadfile/image/20240706/20240706115253_1601183447.png)no-repeat center left;}

.topright{ width: 80%;height: 100%;display: flex; justify-content: flex-end;}



/*栏目下拉*/
.nav ul li>ul{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out;position: absolute;width:160px;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);
z-index: 999;left:0;top:100%; text-align:center; box-shadow: 0 6px 10px rgba(0, 0, 0, .1);background:#fff; border-radius: 10px; padding-bottom:14px;}
.nav ul li>ul:before{content:""; display:block; width: 0;   height: 0;  border-left: 8px solid transparent;  border-right: 8px solid transparent;  border-bottom: 12px solid #fff;  position: relative; top:-10px; left:20px; transition: all 0.3s ease-out;}

.nav ul li>ul a{width: 100%;height: 38px;line-height: 38px; display: block;color: #333;font-size: 14px;  -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;    -webkit-transition-property: color, background, text-indent, opacity;    transition-property: color, background, text-indent, opacity; }
.nav ul li>ul a:hover{color:#005abc;}
.nav ul li:hover > ul {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; z-index: 999;}




/*抬头小按钮*/
.ttxan{ display: flex; align-items: center; justify-content: space-between;}
.searchnr{position: relative; width: 30px;height: 30px;display: flex; justify-content: center; align-items: center;}
.searchnr:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;}
.searchnr i img+img {display: none;}


.gap{width: 1px;height: 18px;background: rgba(255,255,255,0.2);margin: 0 15px;}




.tit_sel{background: rgba(0,0,0,0.7); transform: rotateX(90deg); position: absolute; right: -18px; transition: all 0.5s; font-size: 16px; padding: 34px; z-index: 9999; top: 75px; transform-origin: top;}
.tit_sel span {font-size: 24px;display: block;color: #152682;font-family: Arial;}
.tit_icon:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;}
#search-i{float:left; width:30px; height:33px; overflow:hidden; margin-top:20px;  box-sizing: border-box; padding-top: 7px;    border: 1px solid #dddddd;border-left: none;margin-left: -15px;}
#search-bg{float:left;width:480px;height:33px;overflow:hidden;padding-left:14px;margin-top:20px;box-sizing: border-box;border: 1px solid #dddddd;border-right: none;text-align: left;line-height: 30px;}
.search-text{font-size: 14px;color: #999999;justify-content: flex-start;display: flex;align-items: center;}
.search-text a{ font-size:14px; color: #fff !important;}
.search-text a:hover{ font-size:14px; color: #ffffff;}
.search-text span{ float:left;  color:#ffffff;font-size: 15px;}
#infoname{ border:none;background:none; outline:none;} 
.search_name {float: left;font-size:22px;color: #ffffff; line-height: 32px;position: relative;z-index: 5;padding: 15px 0;width: 264px;height: 96px;background: #cb0303;text-align: center;}
.search_name:after {content: "";width: 0px;height: 0px;border-top: 7px solid #005299; border-right: 7px solid transparent;border-bottom:8px solid transparent; border-left: 7px solid #005299;position: absolute; top: 81px; right: -13px; transition: 0.5s all ease-in-out; }
.form {justify-content: center;display: flex;}


/*跟随抬头*/
#top_bg.yinyin{background:#ffffff; box-shadow: 0 0 30px 0px rgba(0,0,0,0.1);}
#top_bg.yinyin .logo b{color: #333;}
#top_bg.yinyin .logo p{color: #005abc;}
#top_bg.yinyin .name{margin-top:24px;}
#top_bg.yinyin .tele{ line-height:100px;background:url(https://memberpic.114my.com.cn/dg0171875/uploadfile/image/20240706/20240706115253_1396924028.png)no-repeat center left;    color: #333;}
#top_bg.yinyin .nav>ul>li>a{line-height:100px;color: #333;}
#top_bg.yinyin .top{height: 100px;}
#top_bg.yinyin .searchnr i img{display: none;}
#top_bg.yinyin .searchnr i img+img{ display: block;}
#top_bg.yinyin .language i img{display: none;}
#top_bg.yinyin .language i img+img{display: block;}
#top_bg.yinyin .language .en{color: #333;}
#top_bg.yinyin .tit_sel{top: 66px;}
#top_bg.yinyin .gap{background: rgba(0,0,0,0.2);}











/*banner*/
.bann{overflow: hidden;}
.slider {width: 100%;}
.slick-slide{height: auto;}
.slick-slide img {width: 100%;}
.slick-prev {left: 38px;z-index: 99;}
.slick-next {right: 40px;}
.slick-dots{bottom: 32px;}
.slick-dotted.slick-slider{margin-bottom: 0;}
.slick-prev:before, .slick-next:before{font-size: 34px;font-family: "zxi";}
.slick-dots li{margin:0 2px !important;}
.slick-dots li button{font-size:0 !important;position:absolute;}
.slick-dots li button:before{color: #fff;opacity: 1;font-size:42px;}
.slick-dots li.slick-active button:before{color:#00a0e9;}
.bann.slick-dotted .slick-prev{left:-52px;transition:all 0.5s;}
.bann.slick-dotted:hover .slick-prev{left:38px;}
.bann.slick-dotted .slick-next{right:-52px;transition:all 0.5s;}
.bann.slick-dotted:hover .slick-next{right:38px;}
.bann .slick-prev:before,.bann .slick-next:before{width:36px;height:52px;background:rgba(0,0,0,0.8) url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M662.268422 511.010463 280.997835 892.299469c-14.785751 14.808264-14.785751 38.796608 0 53.562916 14.788821 14.807241 38.776142 14.807241 53.584406 0l408.226518-408.230612c14.789844-14.790868 14.789844-38.777165 0-53.585429-1.01512-1.020236-2.099824-1.976004-3.206018-2.843768L333.797365 75.350129c-14.808264-14.788821-38.795585-14.788821-53.607942 0-14.762215 14.808264-14.762215 38.796608 0 53.585429L662.268422 511.010463 662.268422 511.010463 662.268422 511.010463zM662.268422 511.010463' %20fill%3D'%23ffffff' %3E%3C/path%3E%3C/svg%3E")center no-repeat;line-height: 52px;display: block;top:calc(50% - 26px);}
.bann .slick-prev:before {content: '';display: block;left:0;    transform: rotate(180deg);}
.bann .slick-next:before{content: '';right:0;}




/*title*/
.title{text-align: center;margin: 10px 0 45px;}
.title em{font-size: 56px;color: #152565;opacity: 0.07;font-family: 'Oswald', sans-serif;font-weight: bold;position: absolute;top: -26px;left: 0;right: 0;margin: auto; text-transform: uppercase;}
.title b{font-size: 42px;line-height: 100%;color: #333;display: block;margin-bottom: 10px;position: relative;}
.title p{font-size: 16px;color: #666;}
.title b span{color: #005abc;}






/*pro*/
.pro{padding: 80px 0;background: url(https://memberpic.114my.com.cn/dg0171875/uploadfile/image/20240708/20240708113313_1391940121.jpg)center no-repeat;}
.procon{}
.prolist{}
.proshow{margin-top: 50px;}

.prolist ul{display: flex; justify-content: center;}
.prolist li {background: #fff; width: 15%;  margin: 0 1%; text-align: center;}
.prolist li a { font-size: 16px; line-height: 56px; color: #5b5b5b; display: block; background: #fff;}

.proshow ul {display: flex; justify-content: space-between;}
.proshow li {width: 24%;display: flex;flex-direction: column;align-items: center;border: 1px solid #eee;}
.proshow li br {display:none;}
.proshow li a {overflow: hidden;width: 100%; display: block;}
.proshow li a img {width: 100%;height: auto;transition: 0.5s;}
.proshow li:hover img {transform:scale(1.1);}
.proshow li span {    width: 100%;
    text-align: center;
    padding: 6% 0;
    color: #333;
    background: #fff;}
.proshow li span a {font-size: 16px;font-weight: lighter;    color: #333;}

.proshow ul+ul {
    margin-top: 2%;
}

.pro_mo{width:680px;margin:auto;border:1px #eee solid;height:50px;overflow:hidden;margin-top:50px;position:relative;z-index:99;transition: all 0.3s linear;background: #fff;}
.pro_mo a {font-size:18px;text-align:center;display:block;line-height:50px;}
.pro_mo:hover{width:700px; letter-spacing: 3px; background: #005abc;transition: all 0.3s linear;}
.pro_mo:hover a{color: #fff;}









/*topa*/
.topa {width: 100%; background: url(https://memberpic.114my.com.cn/dg0171875/uploadfile/image/20240706/20240706095504_1473827021.jpg) no-repeat center; padding:80px 0px;background-attachment: fixed;}
.topa_tit{text-align: center;}
.topa_tit span{font-size: 42px;color: #fff;line-height: 100%;}
.topa_tit span b{}
.topa_tit p{font-size: 18px;color: rgba(255, 255, 255, 0.5); line-height: 1em;margin-top: 12px;}
.topa_box{padding-top: 50px;}
.topa_con {position: relative;z-index: 55;}
.topa_con ul {display: flex; justify-content: space-between;}
.topa_con li{width: 25%;height: 520px;background: linear-gradient(90deg, #ffffff 0, #f3f3f3 100%);padding: 80px 3%;display: flex;flex-direction: column;align-items: center;justify-content: center;overflow: hidden;transition: 0.5s;  position: relative;z-index: 1; }
.topa_con li:after { content: '';width: 0;height: 0; position: absolute;  top: 0;left: 0;background: #005abc; z-index: -1;transition: 0.5s;}
.topa_con li:hover:after {width: 100%;height: 100%;transition: 0.5s;}
.topa_con li:hover,.top_con li:hover em,.top_con li:hover a {color:#fff;transition: 0.5s;}
.topa_con li:hover p span{color: #fff;opacity: 0.5;}
.topa_con li p {display: flex;flex-direction: column;font-size: 30px;line-height: 30px;align-items: center;}
.topa_con li p span {font-size: 14px;color: #cccccc;font-family: Arial;line-height: 14px;padding-top: 18px;text-transform: uppercase; text-align: center;}
.topa_con li i {width: 100px; height: 100px; border-radius: 50%; border: 1px solid #ddd;  display: inline-block; margin: 20px 0; text-align: center;  font-size: 65px;  line-height: 98px; color: #005abc; font-family: 'sjxkjt';}
.topa_con li em {font-size: 16px;color: #999999;line-height: 30px;display: inline-block;text-align: center; }
.topa_con li a {width: 180px;height: 50px;border:2px solid #005abc;font-size: 18px;color: #005abc;text-align: center;line-height: 48px;margin-top: 40px;}
.topa_con li:hover a {border:2px solid #fff; color: #fff;}
.topa_con li:hover em {color: #fff;}

.topa_con li:hover i {
    border-color: rgb(255 255 255 / 30%);
    color: #fff;
}





/*adva*/
.adva {padding:80px 0;overflow: hidden;background: #f8f8f8;}
.adva_box {max-width: 1500px;margin: 0 auto;}
.adva_tit {display: flex;justify-content: center;flex-direction: column;align-items: center;}
.adva_tit b {font-size: 50px;color: #eee;text-transform: uppercase;font-family: Arial;}
.adva_tit p {font-size: 40px;letter-spacing: 1px;margin: -1.5% 0 0;}
.adva_tit p span {color: #005abc;font-weight:  bold;}
.adva_tit em {font-size: 20px;color: #999;padding: 1% 0 0;}
.adva_tab {margin: 50px 0 0;}
.adva_nav {}
.adva_nav ul {display: flex;}
.adva_nav li {width: 25%;display: flex;flex-direction: column;align-items: center;padding: 3% 0;background:  #fff;position:  relative;z-index: 5;transition: 0.5s;}
.adva_nav li:before {content:'';width:100%;height:0;background:#005abc;position:absolute;top:0;left:0;transition:  0.5s;z-index: -1;}
.adva_nav li.on:before {height:100%;}
.adva_nav li.on i,.adva_nav li.on  {color:#fff;}
.adva_nav li+li {border-left:1px solid #eee;}
.adva_nav li i {font-size: 50px;font-family: fantasy;color: #005abc;}
.adva_nav li p {font-size: 24px;display: flex;flex-direction: column;align-items: center;padding: 3% 0 0;}
.adva_nav li p span {font-size: 16px;text-transform:  uppercase;font-family:  Arial;padding: 8% 0 0;opacity: 0.5;}
.adva_con {margin: 2% 0 0;overflow: hidden;}
.adva_con ul {display: flex;transition: 0.5s;}
.adva_con li {display: flex;justify-content: space-between;width:  100%;flex-shrink:  0;background:  #fff;padding: 4%;align-items: center;}
.adva_txt {width: 40%;display: flex;flex-direction: column;}
.adva_txt p {display: flex;flex-direction: column;font-size: 32px;}
.adva_txt p span{font-size: 13px;color: #ccc;padding: 2% 0 0;position: relative;z-index: 5;text-transform: uppercase;}
.adva_txt p span:before {content:'';width:10%;height: 6px;background:#005abc;position: absolute;bottom: -39px;left:  0;}
.adva_txt em {display: flex;flex-direction: column;margin: 16% 0 0;}
.adva_txt em span{font-size: 16px; line-height: 26px;color:  #666;font-weight:  lighter;position:  relative;z-index: 5;padding: 0 0 0 5%;}
.adva_txt em span:before {content:'';position:absolute;top: 4px;left:0;width: 18px;height: 18px;background: url(https://memberpic.114my.com.cn/dg0171875/uploadfile/image/20240706/20240706141840_1717304096.png)left no-repeat;}
.adva_txt em span+span {margin: 4% 0 0;}
.adva_txt a {font-size:16px;background:#005abc;color:  #fff;margin: 12% 0 0;padding: 3% 0;width:  30%;text-align:  center;transition: 0.5s;}
.adva_txt a:hover {width:40%;}
.adva_pic {width: 50%;}
.adva_pic i {overflow: hidden;}
.adva_pic i img {width:100%;height: auto;}




/*case*/
.case {overflow: hidden;padding: 80px 0;}
.case_box {margin: 0 auto;}
.case_tab{position: relative;margin-top: 50px;}
.case_nav {padding: 30px 0;border-top: 1px solid #eee;border-bottom: 1px solid #eee;}
.case_nav ul {display: flex;justify-content: space-between;width: 100%;align-items: center;max-width: 1500px;margin: 0 auto;}
.case_nav li {position: relative;width: 17%;display:  flex;justify-content:  center;transition: 0.5s;}
.case_nav li:after {content:'';width:0;height: 1px;background: #005abc;position: absolute;bottom: -30px;left: 0;transition: 0.5s;}
.case_nav li.on:after {width:100%;transition: 0.5s;}
.case_nav li a {font-size: 20px;font-weight: lighter; color: #333;}
.case_con {padding-top: 60px;}
.case_call {}
.case .divdgweb_new_div {display: flex;transform: translateX(-70%);transition:all .5s;}
.case .divdgweb_new_div_item {display: flex !important; flex-direction: row-reverse;    justify-content: space-between;padding: 0 1%;width: 80%;
    flex-shrink: 0;}
.case .divdgweb_new_div_item_content {    width: 46%; padding-top:2%;}
.case .divdgweb_new_div_item_title {position: relative;}
.case .divdgweb_new_div_item_title:before {content:'';width:40px;height:2px;background:#005abc;position:absolute;top:70px;left:0;}
.case .divdgweb_new_div_item_title a:after {content:'了解更多';width:220px;height:40px;border:1px solid #005abc; position: absolute;top: 228px; left: 0;display: flex;justify-content: center;align-items: center;  font-size: 16px; color:#005abc;transition: 0.5s;}
.case .divdgweb_new_div_item_title:hover a:after{width:400px;transition: 0.5s;background:#005abc; color:#fff;border-color:#005abc;}
.case .divdgweb_new_div_item_title a { font-size: 30px; line-height: 40px;}
.case .divdgweb_new_div_item_body { font-size: 15px; line-height: 30px; padding-top: 10%;  width: 80%;}
.case .news_div_item_pic {width:50%;}
.case .news_div_item_pic img {width:100%;height:auto;}
.case .divdgweb_new_div_item_date {display: none;}
.case_call .divdgweb_new_div_item.on{flex-direction: row;}
.case_btn {display:  flex;justify-content: space-between;position: absolute; bottom: 22px; left: 53%;z-index: 5;width: 6%;}
.case_btn:hover i {}
.case_btn>i {width:50px;height:50px;cursor: pointer;border: 2px solid #f8f8f8;border-radius: 50%;font-size: 20px;color: #999;display: flex;justify-content: center;align-items: center;/* position: absolute; */top: 39%;    background: #f8f8f8 url(https://memberpic.114my.com.cn/dg0171875/uploadfile/image/20240706/20240706141226_113476470.png)center no-repeat;}
.case_btn>i.btn_two {
    transform: rotateY(180deg);
}
.case_btn>i:first-child {left: 0;}
.case_btn>i:last-child {right: 0;}
.case_num {    position: absolute;bottom: 4%;right: 25%; }
.case_num i {    font-size: 32px; font-family: Arial;}




/*about*/
.about{background: #f3f6f8 url(https://memberpic.114my.com.cn/dg0171875/uploadfile/image/20240706/20240706174954_206206084.jpg) no-repeat center;background-size: cover;padding: 80px 0;}
.about .title{text-align: left;}
.about p{max-width: 46%;display: block;font-size: 16px;line-height: 30px;}
.about a{margin: 80px 0 60px;}
.about dl{max-width: 1054px;display: flow-root;}
.about dt{background: #fff;width: 23.7%;margin-right: 1.7%;float: left;position: relative;overflow: hidden;}
.about dt:last-child{margin-right: 0;}
.about dt .pad{padding: 38px 26px;}
.about dt b{font-size: 20px;line-height: 100%;color: #333;display: block;margin-bottom: 30px;}
.about dt i{font-size: 14px;line-height: 100%;color: #2d2d2d;}
.about dt .ic{position: absolute;top: 50px;right: 40px;}
.about dt:hover{background: #005abc;}
.about dt:hover b,.about dt:hover i{color: #fff;}
.about dt:hover .ic{transform: translateY(-200px);filter: drop-shadow(#fff 0 200px);}
.about .ind-m{font-size: 14px; font-family: Arial; color: #333; border: 1px solid #d6d6d6; border-radius: 500px;padding: 15px 64px; display: inline-block; margin: 45px 0 80px;}
.about .ind-m:hover {  color: #fff;border: 1px solid #005abc; background: #005abc;}







/*新闻*/
.news_box { margin: 0px auto; padding: 80px 0;  overflow: hidden;  max-width: 1500px;  min-width: 1000px; width: 100%;}
.news_bt {  width: 100%;  margin: auto;  display: flex;  justify-content: space-between;align-items: center;margin-bottom: 60px;}
.news_box .title{text-align: left; margin: 10px 0 0;}


.nb_tab a{width:171px;height:42px;background:#fff;display:inline-block;vertical-align:top;color:#333;box-shadow:0px 0px 10px rgb(0,0,0,0.1);border-radius:30px;margin-top:0px;text-align: center; }
.nb_tab a+a{margin-left:50px;}
.nb_tab a.cur{background:#005abc;color:#fff;background-size:400% 370%;box-shadow:0px 0px 10px rgba(0,90,188,0.3)}
.nb_tab a i,.nb_tab a b{display:inline-block;vertical-align:top;line-height:42px;}
.nb_tab a b{font-size:16px;font-weight:100;letter-spacing:1px;}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
.nbc_list+.nbc_list{display:none;}
.nbcl_le{width: 56%; float: left;}
.nbcl_le .news_div_item{width: 46%;display: inline-block;vertical-align:top; background: #fff;}
.nbcl_le .news_div_item+.news_div_item{margin-left:10px;}
.nbcl_le .news_div_item_pic img{width:100%;}
.news_div_item_title a{font-size:18px; display: block;}
.nbcl_le .news_div_item_content{margin-top:10px;}
.nbcl_le .news_div_item_body{margin-top:20px;line-height:25px;color:#68686a;font-size:15px; font-weight: 100; height:68px;}
.nbcl_le .news_div_item_date,.new_more{display:inline-block;vertical-align:top;font-size:15;margin-top:25px;}
.nbcl_le .news_div_item_date>div{display:inline-block;vertical-align:top;color:#68686a;}
.new_more{width:24px;height:24px;border-radius:24px;border:1px solid #9a9899;background:url(https://memberpic.114my.com.cn/hongfu123/uploadfile/image/20220408/20220408114128_1928105453.png) no-repeat right center;float: right;margin-top:20px;}

.nbcr_ri{width: 43.6%; float: right;}
.nbcr_ri .news_div_item_pic{display: none;}
.nbcr_ri .news_div_item{font-size:0;border-top:1px solid #e6e6e6;padding:5.5% 0;position:relative;transition:300ms;border-left:1px #e6e6e6 solid;border-right:1px #e6e6e6 solid; display: flex;  align-items: center;  justify-content: space-around;}
.nbcr_ri .news_div_item:hover{box-shadow:0 0 21px #d2d2d2;z-index:1;transition:300ms;}
.nbcr_ri .news_div_item_date,.nbcr_ri .news_div_item_content{display:inline-block;vertical-align:top;}
.nbcr_ri .news_div_item_date{width:115px;text-align:center;font-size:0;}
.nbcr_ri .news_div_item_content{width:80%;padding-left:20px;border-left:1px solid #f3f3f3; font-weight:100;text-align: left;}
.nbcr_ri .news_div_item_date>div{font-family:Arial;}
.nbcr_ri .news_div_item_year,.nbcr_ri .news_div_item_month{display:inline-block;vertical-align:top;color:#565656;  font-size: 14px;}
.nbcr_ri .news_div_item_day{font-size:47px;font-weight:bold;line-height: 55px;}
.nbcr_ri .news_div_item_body{margin-top:10px;line-height:25px;color:#68686a;padding-right:20px;font-size:15px;}
.nbcr_ri .news_div_item:nth-child(3){border-bottom:1px #e6e6e6 solid;}
.new_t{float:left;}
.new_ta{font-size:40px;color:#333;line-height:46px;display:block;width:400px;margin:auto;}
.new_ta span{font-weight:bold;}
.new_tb{font-size:20px;color:#666;line-height:40px;}
.nbcl_le .news_div_item:nth-child(1) {margin-right: 25px;}
.news_bt .tit b { font-size: 32px;  font-weight: 400;  margin-bottom: 10px; display: block;}
.news_bt .tit p {font-size: 16px;  color: #999;}













/*copy*/
.copy_lx{background:linear-gradient(120deg, #005abc 10%, #005abd 80%);}
.copy_c{height: 152px;}
.copy_c>ul{display: flex;height: 100%;}
.copy_c>ul>li{width: 25%;display: flex;justify-content: center;align-items: center;}
.copy_c>ul>li>span{width: 30px;height: 30px;}
.copy_c>ul>li>div{margin-left: 8px;}
.copy_c>ul>li>div>b{display: block;font-size: 18px;color: #fff; font-weight:normal;}
.copy_c>ul>li>div *{line-height: 1em;}
.copy_c>ul>li>div>p{font-size: 15px;color: #fff;margin-top: 8px;}
.copy_c>ul>li>div>p>span{font-size: 18px;color:#fff;font-family:din;}

.copy_con {width:72%;}
.copy_con ul {display: flex;justify-content:space-between;width: 100%;}
.copy_con li:before {position: absolute; content: ""; width: 1px; height: 25px; background: #005abc; top: 0px; left: 0; z-index: 3; }
.copy_con li:after {position: absolute; content: ""; width: 1px; height: 100%; background: rgba(255,255,255,0.07); top: 0; left: 0; z-index: 2; }
.copy_con li {width: 25%;position: relative; padding-left:6%; }
.copy_con li p {font-size: 18px;color: #ffffff;line-height: 20px;margin-bottom: 20px;font-weight: normal;}
.copy_con li a {font-size: 14px;color:rgba(255, 255, 255, 0.47);line-height: 30px; display: flex;}
.copy_cc {display: flex; justify-content: space-between;padding: 70px 0 70px 0; }
.copy_pic {float:left;overflow: hidden; height:160px;}
.copy_pic li {width:  160px;overflow: hidden;}
.copy_pic li p {font-size: 14px;color: #ffffff;text-align: center;line-height: 30px;}
.copy_pic li i {background: #ffffff;width:160px;height: 160px; display: inline-block;padding: 9px;}
.copy_pic li i img{width:100%;}
.cop_ce{background: #222;}
.copy_icon>p {color: #fff;font-size: 16px;margin-bottom: 16px;}
.lin_c{border-top: 1px solid rgba(255,255,255,0.12);}
.lin_c>div{display: flex;align-items: center;position: relative;height: 66px;}
.l_wz p{color: #fff;letter-spacing: 1px; font-size: 16px; padding-right:6px;}
.linkTagcs{width: 100%!important;}
.lin_ic{width: 30px;height: 30px; border-radius: 100%; border: 1px solid #fff;position: absolute; right: 0; top: 25px; display: flex; justify-content: center; align-items: center;flex-direction: row;}
.links_m a{color: rgba(255,255,255,0.41);}
.copy_bg {background: #000;}
.copy_bg div {color: rgba(255,255,255,0.5); height: 68px; line-height:68px; display: block; font-size:14px; text-align:center;}
.copy_bg div a {color: rgba(255,255,255,0.5); font-size:14px;}
.copy_b {display: flex; justify-content: space-between; align-items: center; }