@font-face {
 font-family:fontDin1;
 src: url(https://memberpic.114my.com.cn/lanhaohb/cssnew/DIN-MEDIUM_otf.txt),url(https://memberpic.114my.com.cn/lanhaohb/cssnew/DIN-MEDIUM_woff.txt),url(https://memberpic.114my.com.cn/lanhaohb/cssnew/DIN-MEDIUM_eot.txt),url(https://memberpic.114my.com.cn/lanhaohb/cssnew/DIN-MEDIUM_woff2.txt),url(https://memberpic.114my.com.cn/lanhaohb/cssnew/DIN-MEDIUM_ttf.txt)}
/*通用代码*/
*{ margin:0px; padding:0px;box-sizing: border-box;}
body{font-size:14px; color:#484848; font-family:"Microsoft YaHei"; font-family:'微软雅黑'; min-width:1400px; overflow-x:hidden;}
img{margin: 0px; padding: 0px;border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
.clear{clear:both;}
a{color: #484848; text-decoration: none; font-size:14px;}
a:hover{color: #1a60c8;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none}
.w1400{ width:1400px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}

.top10{padding-top:10px;}
.top20{padding-top:20px;}
.top30{padding-top:30px;}
.top40{padding-top:40px;}
.top45{padding-top:45px;}
.top50{padding-top:50px;}
.top60{padding-top:60px;}
.top70{padding-top:70px;}
.top80{padding-top:80px;}
.top90{padding-top:90px;}

.en{ text-transform:uppercase; font-family:arial}
li,p,i,b,em,dt,dd,td,a,ul,td,input,textarea,span{ box-sizing:border-box;font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
.title { text-align:center; font-size:36px; color:#484848; position:relative;}
.title img{display: block;margin: 0 auto;margin-top: 8px;}
.title b{ color:#1a60c8;} 
.title i{ color:#1a60c8; font-weight:bold;} 
.title span{ display:block; font-size:18px; color:#aaa; margin:7px 0 10px 0;font-weight: lighter;}
.title em{ display:inline-block; height:8px; padding:0 20px; position:relative; z-index:3;} 
.title em i { display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: #dedede; animation: bounce_fountainG 1.2s linear infinite;}
.title em i+i{ margin-left:10px;}
.title em i:nth-child(1){animation-delay: .4s;}
.title em i:nth-child(2){background:#1a60c8;animation-delay: .6s;}
.title em i:nth-child(3){animation-delay: .8s;}

@keyframes bounce_fountainG { 
0% {
transform:scale(1);
}
100% {
transform:scale(.5);
}
}
.hovermaincolor a:hover{ color:#1a60c8;}

/*顶部*/
.top_bg{width:100%; height:50px; line-height:50px; background:#474747; font-weight:lighter;}
.top_l{padding-left:30px; color:#848484; float:left; font-size:14px;}
.top_l span{font-size: 20px;color: #fff;font-family: fontDin1;}
.top_r{color:#fff; position: absolute; z-index:99; right:0px;}
#infoname{ border:none; height:40px;  width:485px;}
.top_r_font{float:right;padding-right: 56px;}
.top_r_font a{font-size:14px;color: #848484;font-weight: lighter;height:50px; line-height:50px; padding:0px 5px;}
.top_r_font a:hover{ color:#b3c600;}

/*抬头*/
.header{ height:140px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;width: 100%; position:relative;background:url(https://memberpic.114my.com.cn/lanhaohb/uploadfile/image/20211211/20211211173628_257625238.jpg) no-repeat center;}
.hleft a{ display:block; }
.hleft{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;  padding: 0 0px 0 50px;}
.hleft em{display: block;font-size: 18px;font-weight: lighter;letter-spacing: 0px;}
.hleft p{ font-size:34px; color:#383838; font-weight: bold; padding-left: 24px;letter-spacing: 2px;}
.hleft p b{color: #1a60c8;}
.hright{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;margin-right: 18px;}
.nav{ height: 140px;}
.nav ul{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.nav td table{display: none !important;}
.nav ul li{ position:relative; margin-right:42px; transition:all .3s ease;}
.nav ul li:hover>a,.nav ul li.cur>a{ color:#1a60c8;}
.nav ul li>a{ line-height:140px; font-size:16px; color:#383838; transition:all .3s ease;}
@media screen and (max-width:1900px){
        .khjz_c_bg dt{width: 23.3% !important;}
	}
@media screen and (max-width:1700px){
	.nav ul li{ margin-right:30px;}
	}
@media screen and (max-width:1550px){
.nav ul li{ margin-right:20px;}
	}
.nav>ul>li table,.nav>ul>li tbody,.nav>ul>li tr,.nav>ul>li td{ display:block; width:100%;}
.nav>ul>li>a:after{content: '';display: block;position: absolute;bottom: 0;height: 3px;background: #1a60c8;width: 0;left: 0;transition: all .3s ease;}
.nav>ul>li.cur>a:after,.nav>ul>li:hover>a:after{width: 100%;}

.nav>ul>li .dropmenu{width:100%;position:absolute;top:100%;left:-50px;z-index: 99;transform-origin: 0 0;transform: perspective(600px) rotateX(-90deg);transition:600ms ease;}
.nav>ul>li:hover .dropmenu{transform: perspective(600px) rotateX(0deg);transition:600ms ease;cursor:pointer; }
.nav>ul>li .dropmenu a{font-size: 15px;display:block;line-height:45px;text-align:center;color:#fff;background:rgba(0,0,0,.6);transition:600ms ease; margin-top:1px;    white-space: nowrap;overflow: hidden;text-overflow: ellipsis; width: 165px;}
.nav>ul>li .dropmenu a:hover{background:#1a60c8;}

/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1; background:#000;}
.banner-box{ min-width:1300px; height:738px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:738px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto;     width: 100%; height: 80%;position: relative;z-index: 9;}
.banner-btn{ width: 100%; position: absolute; top:290px; left: 0; margin-left: 0; height: 400px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px; background:url(https://memberpic.114my.com.cn/lanhaohb/uploadfile/image/20211211/20211211175820_521871331.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(https://memberpic.114my.com.cn/lanhaohb/uploadfile/image/20211211/20211211175820_521871331.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #1a60c8;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }

/*搜索*/
.search{ height:70px; }
.search-bg{ width:530px; margin:0 auto; height:40px; padding-left:20px; border-radius:30px; border:1px solid #ddd;}
.search-bg input{ float:left; }
.search{ width:100%; background:#fff; z-index:999;  box-sizing:content-box; transition:all .3s ease; border-bottom: 1px solid #ececec;}
#infoname{ border:none; height:40px;  width:485px;}
#soo{ margin-top:12px;}
.keywords{ text-align:center;}
.keywords,.keywords a{ font-size:13px; color:#666; font-weight:lighter; line-height: 35px;}
.keywords span{ color:#1a60c8;}
.keywords a:hover{ color:#1a60c8;}
.keywordss{text-align:center;}
.keywordss,.keywordss a{ font-size:14px; color:#484848; font-weight:lighter; line-height: 35px;}
.keywordss span{color:#1a60c8; font-size:24px; font-family:fontDin1;}
.keywordss a:hover{ color:#1a60c8;}
.keywords{ line-height:70px;}
.keywords a{ font-size:13px; color:#888888; font-weight:lighter; padding:0px 15px;}
.keywords a+a{ border-left:1px dotted #a4a4a4}
.keywords span{ font-size:14px; color:#1a60c8;}
.keywords a:hover{ color:#1a60c8; text-decoration:underline;}
#search_bg{ height:70px; width:290px; border-left:1px solid #e5e5e5;}
#search_bg input{ float:left; height:70px;}
#sso{ background:#484848;transition: all .3s ease;}
#sso:hover{background: #1a60c8;}
#infoname{ width:221px; padding-left:20px;}

/*产品*/
.products{background:url(https://memberpic.114my.com.cn/lanhaohb/uploadfile/image/20211213/20211213115121_1412620732.jpg) no-repeat center;width: 100%;height: 1054px;padding-top: 75px;}
.products .title{font-size: 40px;color: #222;font-weight: normal;}
.products .title span{color: #888;}
.products .title span:after{content: "";display: block; background: #000;width: 30px;height: 3px;margin: 20px auto 0;}
.protab a{display: inline-block;width: 335px;height: 366px;float: left;background: #fff;padding: 20px;text-align: center;margin-top: 20px;box-shadow: 0 0 10px 0 #efefef;transition: all .3s ease;}
.protab a:nth-child(5){margin-left: 0px;}
.protab a+a{margin-left: 20px;}
.protab a p{font-size: 20px;color: #222;font-weight: normal;padding: 20px 0 10px;transition: all .3s ease;}
.protab a span{display: block;color: #ebebeb;font-size: 36px; font-family:fontDin1;transition: all .3s ease;}
.protab a:hover{background: #1a60c8;}
.protab a:hover p,.protab a:hover span{color: #fff;}
.protab a i{display: inline-block; width: 295px;height: 221px;overflow:hidden;}
.protab a i img{width: 100%;height: 100%;transition: all .3s ease;}
.protab a:hover i img{transform:scale(1.1);}

/*烦恼*/
.problem{background:url(https://memberpic.114my.com.cn/lanhaohb/uploadfile/image/20211213/20211213142859_773923307.jpg) no-repeat center;width: 100%;height: 760px;padding-top: 70px;}
.problem .title{color: #fff;font-size: 40px;font-weight: normal;position: relative;}
.problem .title:after{content: "";display: block;width: 209px;height: 6px;background: #b3c600;position: absolute;top: 47px;left: 30%;}
.problem .title b,.problem .title span{color: #fff;}
.problem .title em i:nth-child(2){background:#b3c600;}
.blemtab li{width: 216px;height: 306px;float: left;text-align: center;font-weight: normal;color: #222; background:url(https://memberpic.114my.com.cn/lanhaohb/uploadfile/image/20211213/20211213144116_215825700.png) no-repeat;}
.blemtab li+li{margin-left: 20px;}
.blemtab li i{font-size: 45px;color: #1a60c8;font-family:fontDin1;letter-spacing: -2px;padding: 20px;display: block;}
.blemtab li b{font-size: 20px;display: block;padding-bottom: 20px;}
.blemtab li:nth-child(1) b,.blemtab li:nth-child(2) b,.blemtab li:nth-child(3) b{padding-left: 15px;}
.blemtab li p{font-size: 14px;color: #aaaaaa;line-height: 27px;}
.blemtel{text-align: center;font-size: 30px;color: #acc6ec;}
.blemtel p{font-size: 16px;}
.blemtel p img{padding-right: 10px;}
.blemtel p i{font-size: 36px;font-family:fontDin1;letter-spacing: -2px;}

/*优势*/
.adv{background:#f5f5f5; padding: 60px 0 100px;}
.adv .title{font-size: 45px;color: #222;font-weight: normal;}
.adv .title span{margin: 3px 0 15px 0;}
.adv .title em i:nth-child(2){background:#b3c600;}
.advtab{ margin:35px 0px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.advtab li{ cursor:pointer; position:relative; width:341px; height:160px; background:#333333;  transition:all .3s ease; font-size:30px; color:#fff;text-align: center;font-weight: bold;}
.advtab li em{ display:block; font-size:14px; text-transform:uppercase; font-weight:normal;color: #848484;}
.advicon{ width:55px; height:55px; margin-right:20px;display: block;margin: 20px auto 5px;background:url(https://memberpic.114my.com.cn/lanhaohb/uploadfile/image/20211213/20211213152415_1354447423.png) no-repeat; transition:all .3s ease;}
.advtab li:nth-child(2) .advicon{ background-position-x:-55px;}
.advtab li:nth-child(3) .advicon{ background-position-x:-110px;}
.advtab li:nth-child(4) .advicon{ background-position-x:-165px;}
.advtab li.on{ background:#1a60c8;}
.advtab li.on em{color: #fff;}
.advtab li.on:after{ opacity:1; bottom:-15px;}
.advright{float: left;}
.advcon ul{width: 100% !important;height: 560px; background: #fff;padding: 30px;box-shadow: 0 0 20px 0 #efefef;}
.advleft{ width:600px;float: right;padding: 20px 30px 20px 50px;}
.adv_t{ font-size:36px; color:#222222; white-space:nowrap;font-weight: normal;}
.adv_t em{ display:block; font-size:16px; color:#ccccce; text-transform:uppercase; margin:15px 0 35px 0;font-weight: normal;}
.adv_t:after{ content:''; display:block; width:37px; height:4px; background:#dedede;}
.adv_wa{ margin:30px 0 45px 0; font-size:16px; color:#888; font-weight:lighter; line-height:33px;}
.adv_wa p{position: relative;padding-left: 40px;}
.adv_wa p:before{content: "";display: inline-block;width: 30px;height: 30px; background:url(https://memberpic.114my.com.cn/lanhaohb/uploadfile/image/20211213/20211213154452_1222706787.png) no-repeat;position: absolute;left: 0px;top:0px;}
.adv_wa p+p{ margin-top:25px;}
.adv_tel{ text-align:center; width:450px; height:90px; border-radius:10px; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.2); font-size:16px; font-weight:lighter; color:#222222; line-height:90px;}
.adv_tel em{ display:inline-block; vertical-align:sub; font-size:32px; font-family:fontDin1;font-weight: normal;}
.adv_tel span{ display:inline-block; padding-left:35px; background:url(https://memberpic.114my.com.cn/lanhaohb/uploadfile/image/20211213/20211213154136_1038358019.png) no-repeat left center;}

/*应用案例*/
.case{width: 100%;}
.case .title{font-weight: bold;color: #222;font-size: 40px;}
.case .title span{color: #888;position: relative;}
.case .title span:before{content: "";display: inline-block; background: #a4a4a4;width: 40px;height: 1px;position: absolute;left: 36.8%;top: 13px;}
.case .title span:after{content: "";display: inline-block; background: #a4a4a4;width: 40px;height: 1px;position: absolute;right: 36.8%;top: 13px;}
.khjz_bg{padding:50px 0px 60px 0px;}
.khjz_tab{ width:88px; margin:0 auto; display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; height:16px;}
.khjz_tab li{width: 16px;height: 16px;  border:1px solid #dddddd; transition:all .3s ease; cursor:pointer; border-radius:50%;text-align: center;line-height: 13px;}
.khjz_tab li i{background: #dddddd;width: 10px;height: 10px;border-radius:50%;transition:all .3s ease;display: inline-block;line-height: 10px;}
.khjz_tab li:nth-child(1){margin-left:0px;}
.khjz_tab li.on {border:1px solid #b3c600;}
.khjz_tab li.on i{background:#b3c600; }
.khjz_bg_c_bg{ position:relative; height:595px;}
.khjzshow ul{position:relative; height:595px; font-weight:lighter;}
.khjz_c_bg{width:100%; margin:0 auto;padding: 0 30px;}
.khjz_c_bg dt{float:left; width:23.78%; background:#fff;box-shadow:0 0 10px #a9a9a9;}
.khjz_c_bg dt+dt{margin-left:30px;}
.khjz_c_bg dt .khjz_font{padding:20px;}
.khjz_c_bg dt .khjz_font .img{width:100%;  height:100%;overflow:hidden;}
.khjz_c_bg dt .khjz_font .img img{width:100%; height:100%;transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear;}
.khjz_c_bg dt:hover .khjz_font .img img{-webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12);}
.khjz_c_bg dt .khjz_font .btfont{font-size:25px; color:#465a6b; line-height:75px; text-align:center; height:70px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.khjz_c_bg dt .khjz_font .btfont a{font-size:22px; color:#222;font-weight: normal;}
.khjz_c_bg dt:hover .khjz_font .btfont a{font-size:22px; color:#0160ae;}
.khjz_c_bg dt:hover .casemore{background: #1a60c8;color: #fff;}
.khjz_c_bg dt .khjz_font .khimg{ text-align:center;}
.khjz_c_bg dt .khjz_font .khfont{font-size:14px; color:#bbb; line-height:30px; text-align:left; padding-bottom:30px;padding: 0 5px;}
.casemore{display: block;width: 100%;height: 45px;line-height: 45px;text-align: center;font-size: 14px;color:#aaaaaa;font-weight: lighter;border:1px solid #ebebeb;margin: 20px 0 15px;}
.casebtn{ text-align:center; margin:30px 0 0 0;}
.casebtn a{ display:inline-block; width:240px; line-height:48px; text-align:center; border-radius:7px; background:#1a60c8; font-size:16px; color:#fff; transition:all .3s ease;}
.casebtn a:hover{ box-shadow:0 0 10px #b3c600;background: #b3c600}

/*服务流程*/
.poss{background:url(https://memberpic.114my.com.cn/lanhaohb/uploadfile/image/20211213/20211213110439_348573325.jpg) no-repeat center;width: 100%;height: 464px;padding-top: 75px;}
.poss .title{color: #888888;font-size: 42px;}
.poss .title b{color: #fff;}
.poss .title span{color: #5c5c5c;margin: 7px 0 40px 0;}
.poss .title span:after{content: "";display: block; background: #666666;width: 60px;height: 1px;margin: 29px auto 0;}
.fbb_r{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start; font-size:18px; color:#5c5c5c; font-weight:lighter; text-align:center;}
.pcicon{ position:relative; width:106px; height:106px; border-radius:50%; background:#424242;transition: all .3s ease;}
.pcicon i{display: inline-block;width: 58px;height: 50px;margin: 28px auto 0;transition:all .3s ease;background:url(https://memberpic.114my.com.cn/lanhaohb/uploadfile/image/20211213/20211213113006_1343982732.png) no-repeat;}
.fbb_r li:nth-child(2) .pcicon i{background-position-x: -58px;}
.fbb_r li:nth-child(3) .pcicon i{background-position-x: -116px;}
.fbb_r li:nth-child(4) .pcicon i{background-position-x: -174px;}
.fbb_r li:nth-child(5) .pcicon i{background-position-x: -232px;}
.fbb_r li:nth-child(6) .pcicon i{background-position-x: -290px;}
.fbb_r li:nth-child(7) .pcicon i{background-position-x: -348px;}
.fbb_r li:nth-child(8) .pcicon i{background-position-x: -406px;}
.fbb_r li:hover .pcicon i{background-position-y: -50px;}
.pcicon span{ position:absolute; border-radius:50%; width:34px;line-height: 28px; height:34px; font-size:16px; color:#fff; background:#424242;font-weight: bold;border: 3px solid #212121; transition:all .3s ease; top:6px; right:-9px;}
.fbb_r li:hover span{ transform:rotate(360deg); background:#b3c600;}
.fbb_r li+li{ margin-left:78px;}
.fbb_r li{ position:relative; width:106px; white-space:nowrap;cursor: pointer;}
.fbb_r li+li:after{ content:''; display:block; position:absolute; width:80px; height:16px; background:url(https://memberpic.114my.com.cn/lanhaohb/uploadfile/image/20211213/20211213112114_1080120896.png) no-repeat center; left:-78px; top:50px;}
.fbb_r li p{ margin-top:25px;}
.fbb_r li:hover .pcicon{background: #1a60c8;}
.fbb_r li:hover p{color:#b3c600;}

/*新闻中心*/
.news_all{background: #f5f7f7;}
.news{ padding:70px 0 80px 0;}
.news .title{font-weight: normal;color: #222;}
.news .title span{color: #666;}
.news_cont{height:596px;margin-top: 30px;}
.news_cont_l{width:561px;height:596px;}
.news_cont_l .news_div{width: 561px;height: 596px;padding: 36px;background: #fff;}
.news_cont_l .news_div_item{ position: relative;}
.news_cont_l .news_div_item_date{position: absolute;right: 0;top: 355px;width: 82px;height: 20px;display: block;font-size: 16px;line-height: 20px;font-family: 'Arial';}
.news_div_item_year ,.news_div_item_month ,.news_div_item_day{float:left}
.news_cont_l .news_div_item_content{position: absolute; top: 355px; width:100%;}
.news_cont_l .news_div_item_pic{position: absolute;}
.news_cont_l .news_div_item_pic img{width:488px;height:325px;}
.news_cont_l .news_div_item_a{font-size:16px;color:#484848;font-weight:lighter;width:100%;height: 185px; display: block;position: absolute; z-index: 3;}
.news_cont_l .news_div_item_body{font-size:14px;color:#aaa;font-weight:lighter;margin-top:36px; line-height:30px;}
.news_cont_l .news_div_item_body:after{content:'点击了解更多 +';width:160px;height:35px;background:#1a60c8;text-align:center;color:#fff;display:block;line-height:35px;position: relative;top: 35px;}
.news_cont_l .news_div_item_a:hover{color:#1a60c8;}
.news_cont_r{width:805px;height:604px;}
.news_cont_r ul{height:65px;}
.news_cont_r ul a{width:30.85%;height:63px;margin-left:30px;float:left;background:#e8e8e8;border:1px solid #efefef;text-align:center;line-height:65px;font-size:18px;color:#333;font-weight:bolder;display:block; font-weight: 300;}
.news_cont_r ul a:nth-child(1){ margin-left:0;}
.news_cont_r .cur{background:#1a60c8;color:#fff;}
.news_cont_r .news_div_item:nth-child(1){display:none;}
.news_cont_r .news_div_item{margin-top:8px;position: relative;width:805px;height:169px; background: #fff; padding:10px;}
.news_cont_r .news_div_item_date{display:none;}
.news_cont_r .news_div_item_pic{position: absolute;}
.news_cont_r .news_div_item_pic img{width:221px;height: 148px;}
.news_cont_r .news_div_item_content{position: absolute;width:517px;left:260px;top:33px;}
.news_cont_r .news_div_item_a{font-size:18px;color:#484848;width:100%;height:115px;display:block;position:absolute;z-index:3;}
.news_cont_r .news_div_item_a:hover{color:#1a60c8;}
.news_cont_r .news_div_item_body{font-size:14px;color:#aaa;font-weight:lighter;margin-top:36px;line-height:30px;}
.news .news_div_item:hover .news_div_item_body:after{background: #b3c600;}

/*简介*/
.about{ padding:60px 0 75px;}
.abpic{ margin-top:35px;}
.abcon{ position:relative; width:1200px; height:268px; border-radius:15px; box-shadow:0 0 15px rgba(0,0,0,.2); background:#fff; margin:-156px auto 0 auto;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; box-sizing:border-box; padding:45px;}
.abright span{ font-size:25px; color:#222222; display:block; margin-bottom:20px;}
.abright p,.abright p a{ font-size:14px; color:#aaaaaa; line-height:33px; font-weight:lighter;}
.abline{ width:0; height:167px; border-left:1px solid #e1e1e1; margin:0 30px;}
.ableft a p{font-size: 25px;color: #222;font-weight: bold;padding-top: 10px;text-align: center;}

/*版权*/
.copyright{width: 100%; background: #222; padding: 75px 0 80px;border-bottom: 1px solid #303030;}
.copytel{width: 253px;}
.copytel i{color: #fff;font-size: 14px;font-weight: lighter;}
.copytel p{font-size: 30px;color: #fff; font-family:fontDin1;border-bottom: 1px solid #353535;line-height: 44px;padding-bottom: 5px;}
.copytel span{display: block;color: #555;font-weight: normal;font-size: 16px; background:url(https://memberpic.114my.com.cn/lanhaohb/uploadfile/image/20211213/20211213091933_1088397212.png) no-repeat;padding-left: 35px;line-height: 25px;margin: 25px 0;}
.copytel d{padding-left: 48px;}
.copytel a{display: block;font-size: 18px;color: #fff;text-align: center;width: 228px;height: 51px;line-height: 51px;border-radius: 50px;background: linear-gradient(to right,#4377e0,#0685b4);}
.erwei{margin-left: 52px;}
.erwei li{float: left;width: 172px;height: 207px;padding: 10px;border: 1px solid #353535;text-align: center;}
.erwei li img{width: 150px;height: 150px;}
.erwei li p{font-size: 14px;font-weight: lighter;color: #555;padding-top: 13px;}
.erwei li+li{margin-left: 20px;}
.kslj li{float: left;width: 230px;height: 207px; border-right: 1px solid #353535;text-align: center;}
.kslj li:nth-child(1){border-left: 1px solid #353535;}
.kslj li p{font-weight: lighter;font-size: 18px;color: #fff;padding: 10px 0 15px;}
.kslj li a{display: block;font-size: 14px;font-weight: lighter;color: #555555;line-height: 30px;}
.kslj li a:hover{color: #fff;}
.end{background: #222;height: 122px;line-height: 122px;color: #555;font-size: 14px;font-weight: lighter;}
.end a{color: #555;}
.end a:hover{color: #fff;}

/*友情链接*/
.links{ height:100px;  line-height:100px; background: #1a60c8;}
.links .w1400{ height:100px; background:url(https://memberpic.114my.com.cn/lanhaohb/uploadfile/image/20211213/20211213090711_722172881.png) no-repeat right center;}
.links p{ float:left; font-size:22px; color:#ffffff;  text-transform: uppercase;}
.links p:nth-child(2){ color:#ffffff; font-family:impact; padding:0px 15px 0px 8px;}
.linkTagcs a {font-size: 14px;line-height: 100px;}

/*右边浮动*/
.my-kefu{position: fixed;right: 0px;top:59%;z-index:9999;}
.my-kefu ul{width: 77px;}
.my-kefu li a{text-decoration: none;}
.my-kefu li{background:#1a60c8; margin-top: 1px;padding: 9px 0;height: 77px;width: 77px;}
.my-kefu li i{background: url(https://memberpic.114my.com.cn/lanhaohb/uploadfile/image/20211213/20211213100239_1035517266.png) no-repeat;display:block; width: 30px; height: 27px; margin: 0px auto; text-align: center;}
.my-kefu li p{height: 20px; line-height: 20px; overflow: hidden;text-align: center;color: #fff;}
.my-kefu .my-kefu-qq i{background-position: 4px 0;}
.my-kefu .my-kefu-tel i{background-position: 0 -25px;}
.my-kefu .my-kefu-tel1 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel1:hover{ width:246px; height:145px;}
.my-kefu .my-kefu-tel2 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel2:hover{ width:246px; height:165px;}
.my-kefu .my-kefu-tel3 i{background-position: -28px -98px;}
.my-kefu .my-kefu-liuyan i{background-position: 4px -53px;}
.my-kefu .my-kefu-weixin i{background-position: -34px 4px;}
.my-kefu .my-kefu-xiadan i{background-position: 0 -98px;}
.my-kefu .my-kefu-wuliu i{background-position: 0 -123px;} 
.my-kefu .my-kefu-weibo i{background-position: -30px -22px;}
.my-kefu .my-kefu-ftop{background-color:#b3c600;}
.my-kefu .my-kefu-ftop i{width:33px;height:35px;background-position: -27px -51px;}
.my-kefu .my-kefu-ftop p{color:#fff;font-size: 14px;}
.my-kefu-left{ float: left; width: 77px; height: 47px;position: relative;}
.my-kefu-tel-right{font-size: 20px; color: #fff; float: left; height: 44px; line-height: 18px; padding-left:15px; border-left: 1px solid #ddd; padding-top: 10px;}
.my-kefu-tel1-right{font-size: 20px; color: #fff; float: left; height: 44px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-tel2-right{font-size: 20px; color: #fff; float: left; height: 44px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-right{width: 20px;}
.my-kefu-tel-main{color: #fff; margin-top: 9px; height: 47px; width: 247px;}
.my-kefu-main{width: 97px;position: relative;}
.my-kefu-weixin-pic{position: absolute;left: -130px;top: -24px; display: none;}
.my-kefu-xiadan a{color: #fff;font-size: 15px;}
.my-kefu-wuliu a{color: #fff;font-size: 15px;}
.my-kefu-qq a{color: #fff;font-size: 15px;}