@charset "utf-8";
/* CSS Document */
*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;line-height: 100%;}
html,body{-webkit-text-size-adjust:none;position: relative;height: 100%;}
body{font-size: 14px;min-width: 1280;font-family:"Microsoft YaHei";color:#333;}
ol li,ul li{list-style-type:none;}
img{border:none;vertical-align:middle;}
input, textarea {outline: none;border: none;}
table{border-spacing: 0;border-collapse: collapse;}
h1,h2,h3,h4,h5,h6,strong{font-weight:normal;}
a{text-decoration: none;color:#666;}
em,i{display: block;font-style: normal;}
:focus{ outline: none;}
.dfs{display: flex;justify-content:space-between;align-items: center;}
.gy{max-width: 1500px;margin: 0 auto;min-width: 1300px;width:100%;}
@media screen and (max-width: 1550px){
.gy{width:calc(100% - 50px);}
}

@font-face {
  font-family: "beb";
  src: url("../cssnew/beb.woff2.txt") format("woff2"),
   url("../cssnew/beb.woff.txt") format("woff"),
   url("../cssnew/beb.ttf.txt") format("truetype"),
   url("../cssnew/beb.eot.txt") format("embedded-opentype"),
   url("../cssnew/beb.svg.txt") format("svg");
}

@font-face {
    font-family: "avg";
    src:url("../cssnew/avgardn.woff2.txt") format("woff2"),
    url("../cssnew/avgardn.woff.txt") format("woff"),
    url("../cssnew/avgardn.ttf.txt") format("truetype"),
    url("../cssnew/avgardn.eot.txt") format("embedded-opentype"),
    url("../cssnew/avgardn.svg.txt") format("svg");
}

@font-face {
  font-family: 'hdo';  /* Project id 2621654 */
  src: url('//at.alicdn.com/t/font_2621654_dxwgv3ghmuv.eot?t=1625122948037'); /* IE9 */
  src: url('//at.alicdn.com/t/font_2621654_dxwgv3ghmuv.eot?t=1625122948037#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//at.alicdn.com/t/font_2621654_dxwgv3ghmuv.woff2?t=1625122948037') format('woff2'),
       url('//at.alicdn.com/t/font_2621654_dxwgv3ghmuv.woff?t=1625122948037') format('woff'),
       url('//at.alicdn.com/t/font_2621654_dxwgv3ghmuv.ttf?t=1625122948037') format('truetype'),
       url('//at.alicdn.com/t/font_2621654_dxwgv3ghmuv.svg?t=1625122948037#hdo') format('svg');
}
@font-face {
    font-family: "hdo";
    src:url("../cssnew/iconfont.woff2.txt") format("woff2"),
    url("../cssnew/iconfont.woff.txt") format("woff"),
    url("../cssnew/iconfont.ttf.txt") format("truetype"),
    url("../cssnew/iconfont.eot.txt") format("embedded-opentype"),
    url("../cssnew/iconfont.svg.txt") format("svg");
}

/* header */
header{width:100%;height:89px;background: #fff;position: fixed;left:0;top:0;right:0;z-index: 9999;box-shadow: 0 0px 15px rgba(0,0,0,0.1);}
.logo{position: absolute;left:30px;top:0;height: 100%;display: flex;align-items: center;}
.logo a{display:block;}
.top{position: absolute;right:0;top:0;display: flex;}

.menu{text-align:  center;line-height: 40px;height:  100%;padding-right:  358px;padding-left:  220px;}
.menu ul{display:flex;justify-content:center;height:100%;}
.menu li+li{margin-left:1%;}
.menu li a{display: flex;position: relative;font-size:14px;color:#4e4e4e;padding:0 10px;align-items: center;height: 100%;}
.menu li a::after{transition:all .2s ease 0s;content: '';position: absolute;left:50%;bottom:20px;right:50%;border-bottom:2px solid #00a2e9;}
.menu li a:hover::after,.menu a.hover::after{left:40%;right:40%;}

.search{border-left:1px solid #e2e2e2;height:89px;line-height: 89px;padding:0 38px;display:flex;align-items:center;}
.search:hover>div {
    transform: rotateX(0deg);
}
.search a{display: block;}
.tell{border-left:1px solid #e2e2e2;padding:0 40px;}
.tell{display: flex;align-items: center;}

.tell .irh span {width:36px;height:36px;border-radius:100%;border:1px solid #d4d4d4;color: #333;font-size: 20px;line-height: 34px;display: block;text-align: center;}
.iser_box a.wz_dt{font-size: 22px;}
.tell .itel_box{margin-left: 10px;}
.tell .itel_box em{font-family:'arial';font-size:20px;font-weight: bold;color:#333;}

.side_nav{position: fixed;left:0;top:50%; z-index: 99999;width:90px;text-align: center;margin-top:-200px;}
.side_nav li{ background: #fff;margin-bottom:3px; cursor: pointer;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.side_nav li a{display: block;padding:16px 0 12px;position:relative}
.side_nav li i{display: inline-block;width:23px;height:24px;}
.side_nav li p{color:#5b5b5b;font-size:12px;line-height: 20px;}
.side_nav li:hover a{ background: #00a2e9;}
.side_nav li:hover p{color:#fff;}
.side_nav li span{color:#fff;font-size:18px;background:#00a2e9;display:block;height:76px;width:180px;line-height:76px;left:89px;position:absolute;top:0px;display:none;}
.side_nav li:hover span{display:block;}

.ico_s1{ background: url(../images/ico_s1.png) no-repeat;}
.ico_s2{ background: url(../images/ico_s2.png) no-repeat;}
.ico_s3{ background: url(../images/ico_s3.png) no-repeat;}
.ico_s4{ background: url(../images/ico_s4.png) no-repeat;}
.ico_s5{ background: url(../images/ico_s5.png) no-repeat;}

.side_nav li:hover .ico_s1{background: url(../images/ico_s1a.png) no-repeat;}
.side_nav li:hover .ico_s2{background: url(../images/ico_s2a.png) no-repeat;}
.side_nav li:hover .ico_s3{background: url(../images/ico_s3a.png) no-repeat;}
.side_nav li:hover .ico_s4{background: url(../images/ico_s4a.png) no-repeat;}
.side_nav li:hover .ico_s5{background: url(../images/ico_s5a.png) no-repeat;}

.iser_box{width:200%;background:rgba(255,255,255,0.96);position:absolute;top:89px;right:0;padding:30px;transform-origin:top;transform:rotateX(90deg);transition:all 0.5s;z-index: 9;}
.iser_box.on{transform:rotateX(0deg);}
.iser_box .search_l{display:flex;align-items:center;justify-content:end;color: #666;}
.iser_box .search_l span+span{margin-left:4px;}
.iser_box .search_l a{color: #666;font-size: 14px;}
.iser_box .search_r{margin-top:20px;position:relative;}
.iser_box #infoname{width:100%;height:38px;line-height: 38px;border:1px solid #eee;text-indent:12px;}
.iser_box .z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}
.iser_box .search_l span{color: #333}


.swiper-container.layout{width:100%;height:100%;}
.layout .swiper-slide{width:100%;height:100%;display:flex;display: -webkit-flex;align-items:center;}

/*1*/
.swiper-container.banner{width:100%;height:100%;padding-top:89px;}
.swiper-container.banner .swiper-slide{background-size: cover !important;}

.banner .swiper-button-prev{left: auto;right:90px;bottom:50px;top: auto;margin:0;width:40px;height:40px; background: url(//memberpic.114my.com.cn/huidong888/uploadfile/image/20210911/20210911181112_1658742063.png) no-repeat left top;}
.banner .swiper-button-prev:hover{ background-position: right bottom;}
.banner .swiper-button-next{right:40px;top:auto;bottom:50px;margin:0;width:40px;height:40px; background: url(//memberpic.114my.com.cn/huidong888/uploadfile/image/20210911/20210911181112_1658742063.png) no-repeat left bottom;}
.banner .swiper-button-next:hover{ background-position: right top;}

.banner .swiper-pagination{bottom:50px;}
.banner .swiper-pagination-bullet{margin:0!important;height:2px;width:160px;border-radius: 0; background: #000000; opacity: 1;}
.banner .swiper-pagination-bullet-active{ background: #fff;opacity:1}

.red{color:#00a2e9;}
.transition{transition:all .3s ease 0s;}

.w1280{width:1280px;margin:0 auto;position: relative;}
.bgfff{ background: #fff}

.tc{text-align: center;}

.bg2{ background: url(../images/bg_2.png) no-repeat center center;background-size:cover;}
.bg3{ background: url(../images/bg_3.png) no-repeat center center;background-size:cover;}
.mt89{margin-top: 89px;}

/*2*************320***400***530**560***430**260****************/
/* design */
.design{padding: 100px 0;background: #f6f6f6;overflow: hidden;width: 100%;height: 100%;}
.kan{ background: #fff;margin:12px 7px 0;position: relative;padding-left:40px;padding-top:45px;height:260px;box-sizing: border-box;color:#555;transition:all .3s ease 0s; float: left;}
.kan em{display: block;padding-top:28px;}
.kan h4{position: absolute;left:40px;top:42px;font-size:60px;line-height: 60px;font-weight: normal;color: #666;}
.kan strong{display: block;padding-left:70px;font-size:20px;line-height: 30px;font-weight: 300;}
.kan span{display: block;padding-left:70px;font-size:16px;line-height:30px;font-weight: 300;height:70px;position: relative;margin-right:40px;}
.kan span::after{content: '';position: absolute;left:0;bottom:0;width:100px;border-bottom:2px solid #00a2e9;transition:all .3s ease 0s;}

.kan:hover{box-shadow: 0 2px 15px rgba(0,0,0,0.2);}
.kan:hover span::after{width:100%;}

.safe{color:#969696;font-size:10px;line-height: 28px;margin-left:-15px;padding-top:24px;}
.safe a{padding:0 15px;font-size: 13px;color:#969696;display: inline-block;line-height:28px;}
.safe a:hover{color:#00a2e9;}

.ruan{position: absolute;left:0;bottom:22px;}
.lamp{position: absolute;right:57px;top:0;}

.kan:nth-child(1){width:25%;}
.kan:nth-child(2){width:31.25%;}
.kan:nth-child(3){width:39.8%;}
.kan:nth-child(4){width:43%;}
.kan:nth-child(5){width:32.8%;}
.kan:nth-child(6){width:20.3%;}

.comment{height:60px;}
.comment_list{position: relative;z-index: 1;}
.comment_item{color:#8c8c8c;font-size:13px;line-height: 24px;padding-top:5px;height:24px; overflow:hidden;padding-right:40px;}
.comment_list .slick-dots{display: none !important;}
.comment .slick-prev,.comment .slick-next{width:6px;height:11px;font-size: 0;bottom:-59px;z-index: 10;}
.comment .slick-prev{left:3px;top:auto;margin:0;background: url(//memberpic.114my.com.cn/huidong888/uploadfile/image/20210701/20210701145021_1926616065.png) no-repeat left top;}
.comment .slick-prev:hover{ background-position: left bottom;}
.comment .slick-next{left:30px;top:auto;right:auto; background: url(//memberpic.114my.com.cn/huidong888/uploadfile/image/20210701/20210701145021_1926616065.png) no-repeat right top;}
.comment .slick-next:hover{ background-position: right bottom;}
.comment .slick-prev:before,.comment .slick-next:before{display: none;}
/*3*/
.photo{width:100%;box-sizing: border-box;padding-top:89px;display:flex;flex-wrap:wrap;}
.progdwz2021{height:100%;}
.progdwz2021 ul{overflow: hidden;}
.progdwz2021 li{float: left;position: relative;}
.progdwz2021 li:nth-child(1){width:calc((100% / 5)*2); overflow:hidden;}
.progdwz2021 li:nth-child(n+2){float: left;width:calc(100%/5);overflow: hidden;}
.progdwz2021 li>a{display: block;overflow: hidden;}
.progdwz2021 li br{display: none;}
.progdwz2021 li img{width: 100%;height: auto;}
.progdwz2021 li span{display: block;width: 100%;height: 52px;position: absolute;bottom: -52px;left: 0;text-align: center;background: rgb(0 162 233 / 59%);transition: all .35s ease-in-out;}
.progdwz2021 li:hover span{bottom: 0;}
.progdwz2021 li span a{display: block;line-height: 52px;color: #fff;}

.photo_layout{width:100%;height:34%;}
.photo_layout li{float:left;width:25%;height:100%; overflow: hidden;position: relative;}

.photo img{width:100%;transition:all .3s ease 0s;height:100%;}
.photo li:hover img,.photo_big:hover img{transform: scale(1.1)}

.style_class{position: absolute;left:0;top:0;right:0;bottom: 0; background: rgba(247,53,78,0.8);color:#fff;box-sizing: border-box;padding-top:40px;padding-left:50px;line-height: 30px;}
.style_class strong{display: block;font-size: 22px;font-weight: 300;}
.style_class span{display: block;font-size:20px;font-weight: 300;padding-bottom:10px;}
.style_class select{font-size:16px; background: #fff;height:42px;line-height: 42px;border:none;width:200px;color:#555; outline: none; cursor: pointer;}

.works{position: absolute;left:0;top:0;right:0;bottom: 0; background: rgba(255,255,255,0.8);color:#333;box-sizing: border-box;padding-top:40px;padding-left:50px;line-height: 30px;}
.works strong{display: block;font-size: 22px;font-weight: 300;}
.works span{display: block;font-size:24px;font-weight: 300;padding-bottom:10px;}
.works a{display: inline-block;line-height: 42px; background: #fff;padding:0 30px;font-size:15px;color:#545454;}
.works i{display: inline-block;width:0; height:0;margin-left:10px;border-top:5px solid transparent;border-bottom: 5px solid transparent;border-left: 5px solid #333333;}
.works a:hover{color:#fff; background: #00a2e9;}
.works a:hover i{border-left: 5px solid #fff;}

.cases{position: absolute;left:0;top:0;right:0;bottom: 0; background: rgba(0,0,0,0.8);color:#fff;box-sizing: border-box;padding-top:40px;padding-left:50px;line-height: 30px;}
.cases strong{display: block;font-size: 22px;font-weight: 300;}
.cases span{display: block;font-size:24px;font-weight: 300;padding-bottom:10px;}
.cases a{display: inline-block;line-height: 42px; background: #fff;padding:0 30px;font-size:15px;color:#545454;transition:all .3s ease 0s;}
.cases i{display: inline-block;width:0; height:0;margin-left:10px;border-top:5px solid transparent;border-bottom: 5px solid transparent;border-left: 5px solid #333333;transition:all .3s ease 0s;}
.cases a:hover{color:#fff; background: #00a2e9;}
.cases a:hover i{border-left: 5px solid #fff;}

.cases1{position: absolute;left:0;top:0;right:0;bottom: 0; background: #3b3631;opacity:0.8; color:#fff;box-sizing: border-box;padding-top:40px;padding-left:50px;line-height: 30px;}
.cases1 strong{display: block;font-size: 22px;font-weight: 600;padding-bottom:10px;}
.cases1 span{display: block;font-size:16px;font-weight: 300;}
.cases1 a{display: inline-block;line-height: 42px; background: #fff;padding:0 30px;font-size:15px;color:#545454;transition:all .3s ease 0s;}
.cases1 i{display: inline-block;width:0; height:0;margin-left:10px;border-top:5px solid transparent;border-bottom: 5px solid transparent;border-left: 5px solid #333333;transition:all .3s ease 0s;}
.cases1 a:hover{color:#fff; background: #00a2e9;}
.cases1 a:hover i{border-left: 5px solid #fff;}

/*4*/
.team{width:100%;padding-top:89px;}

.team_list{margin-top:35px;background: #efefef;}
.team_list li{float:left;width:16.6666666%;text-align: center; }
.team_list li img{width:100%;transition:all .3s ease 0s;}
.team_list li em{display: block;overflow: hidden;}
.team_list li strong{display: block;line-height: 30px;color:#555;font-size:16px;font-weight:normal;padding-top:15px;}
.team_list li p{color:#8c8c8c;font-size:13px;line-height: 26px;padding-bottom:15px;}
.team_list li em:hover img{transform: scale(1.1)}

.team_nav{position: absolute;right:0;top:20px;line-height: 40px;font-size:10px;vertical-align: middle;}
.team_nav a{display: inline-block;position: relative;font-size:14px;color:#4e4e4e;padding:0 10px;vertical-align: middle;}
.team_nav a:hover::after,.team_nav a.hover::after{content: '';position: absolute;left:50%;bottom:0px;margin-left:-8.5px;width:16px;border-bottom:2px solid #00a2e9;}



/*5*/
.qua_wrap{width:100%;height: 100%;padding-top:90px;background:url(//memberpic.114my.com.cn/huidong888/uploadfile/image/20210820/20210820141110_793358602.jpg) no-repeat center;}
.quality {position: relative;top: 50%;transform: translateY(-50%);}
.mouth_tit{text-align: center;font-size: 30px;font-weight: 100;margin-bottom:50px;}
.mouth_tit strong{font-size: 40px;font-family:'avg';display:block;font-weight: bold;margin-top: 10px;}
.quality_list_container{}
.quality_list{text-align: center;display: flex;}
.quality_list li{width: 20%;padding:55px 30px 80px;box-sizing: border-box;position: relative;transition:all .3s ease 0s}
.quality_list li strong{display: block;font-size:20px;color:#333;font-weight: 300;line-height: 40px;padding:15px 0 10px;}
.quality_list li p{color:#69696b;font-size:13px;line-height: 26px;}
.quality_list li::after{content: '';position: absolute;left:45%;bottom:40px;right:45%;border-bottom:1px solid #707070;transition:all .3s ease 0s;}
.quality_list li:hover{ background: #fff;box-shadow: 0 5px 20px rgba(0,0,0,0.2);}
.quality_list li:hover::after{left:15%;right:15%;}
.news_more{display: flex;justify-content: center;margin-top:50px;}
.news_more a{width:138px;line-height:42px;text-align: center;color:#666;border: 1px solid #d8d8d8;}
.news_more a+a{margin-left:15px;}
.news_more a.on{background: #00a2e9;color:#fff;}


/*6*/
.houses{margin-top:50px;}
.house_list{}
.house_list li{float:left;width:20%;}
.house_list li em{display: block;width:100%;overflow: hidden;}
.house_list li em img{width:100%;height:auto;transition:all .3s ease 0s;}
.house_list li p{text-align: center;color: #333;height:130px;box-sizing: border-box;position: relative;transition:all .3s ease 0s;}
.house_list li strong{display: block;font-size:15px;font-weight: 300;line-height: 26px;position: relative;}
.house_list li span{display: block;font-weight: bold;font-size:14px;line-height: 24px;position: relative;}
.house_list li:hover img{transform: scale(1.2)}

.text_bottom{padding-top:50px;}
.text_bottom strong::after{content: '';position: absolute;left:50%;top:-15px;border-top:2px solid #333333;width:20px;margin-left:-10px;}
.text_top{padding-top:30px;}
.text_top span::after{content: '';position: absolute;left:50%;bottom:-15px;border-top:2px solid #333333;width:20px;margin-left:-10px;}

.house_list li:hover .text_bottom{padding-top:35px;}
.house_list li:hover .text_top{padding-top:45px;}


.find_home{position: absolute;right:0;top:40px;}
.find_home a{display: block;line-height: 40px;border:1px solid #d8d8d8;padding:0 15px; background: #fff;vertical-align: middle;color:#333;}
.find_home img{margin-right:8px;margin-top:-3px;}
.find_home b{display: inline-block;padding-left:10px;}

/*7*/
.new_tab{width:1280px;margin:0 auto;padding-top:89px; background: url(../images/bg_1.png) no-repeat center center;overflow:hidden;}
.tab_navs{text-align: center;}
.tab_navs a{display: inline-block;line-height: 38px;width:160px;text-align: center;border:1px solid #d8d8d8;color:#444;margin:0 3px;transition:all .3s ease 0s;}
.tab_navs a:hover,.tab_navs a.hover{color:#fff; background: #10110f;border:1px solid #10110f;}

.news_c{padding: 120px 0;}
.new_rt>ul{display: flex;justify-content: center;}
.new_rt>ul>li+li{margin-left: 20px;}
.new_rt>ul>li>a{width: 162px;height: 40px;line-height: 40px;text-align: center;display: block;background: #10110f;font-size: 14px;color: #fff;}
.new_rt>ul>li.on>a{background: #00a2e9;}
.new_boc{overflow: hidden;}
.new_tab dd {display: flex;transition:all .5s;}
.new_item {display: flex;justify-content: space-between;flex-shrink: 0;width: 100%;}
.new_item .news_div{width:100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.new_item .news_div_item{width:46%;border: 1px solid #eee;display: flex;justify-content: space-between;align-items: self-start;margin-top:60px;padding: 25px;}
.new_item .news_div_item_date{width:68px;background: #10110f;display: flex;flex-wrap: wrap;justify-content: center;}
.new_item .news_div_item_year{width:100%;background: #fff;color: #333;height: 42px;line-height: 40px;font-size: 24px;transition: all .3s ease 0s;padding-top: 3px;text-align: center;}
.new_item .news_div_item_month,.new_item .news_div_item_day{color: #fff;height: 30px;line-height: 30px;}
.new_item .news_div_item_content{width:calc(100% - 85px);padding-bottom:50px;position: relative;}
.new_item .news_div_item_a{font-size: 20px;color: #333;display: block;transition:all .5s;}
.new_item .news_div_item_body{font-size: 14px;color: #929292;line-height: 28px;margin-top: 22px;}
.new_item .news_div_item_a:after{content: "more";font-family: "arial";position: absolute;width: 56px;height: 26px;background: #333;border-radius: 0;text-align: center;font-size: 12px;color: #fff;text-transform: uppercase;line-height: 26px;bottom: 0;left: 0;transition:all .5s;}
.new_item .news_div_item:hover .news_div_item_a{color: #00a2e9;}
.new_item .news_div_item:hover .news_div_item_a:after{transform: translateX(5px);background: #00a2e9;}


/*8*/
.mouth{width:1280px;margin:0 auto;padding-top:89px;}
.mouth_tit{color:#333333;font-size:32px;font-weight: 300;line-height: 42px;padding:0 0 0;}
.mouth_tit strong{display: block;font-size:36px;}

.mouth_list{margin-left:-32px;}
.mouth_list li{float:left;width:405px;height:240px; overflow: hidden;cursor: pointer;margin-left:32px;margin-top:28px;

}
.mouth_list li img{transition:all .3s ease 0s}
.mouth_list li:hover img{transform: scale(1.5)}
.par_bc{background: url(//memberpic.114my.com.cn/huidong888/uploadfile/image/20210629/20210629172908_1446792593.jpg) no-repeat center;}
.par_bg img{width: 100%;}
.par_c{width: 610px;margin:0 auto;text-align: center;top: 66.5%;left: 50%;transform: translate(-50%,-50%);position: absolute;}
.par_c>p{width: 180px;height: 180px;border-radius: 100%;background: #00a2e9;position: relative;margin: 0 auto;display: flex;align-items: center;justify-content: center;}
.par_c>p>img{display: block;position: relative;z-index: 99;}
.par_c>p:before{position: absolute;content: "";width: 240px;height: 240px;background: rgba(0,162,233,0.3);border-radius: 100%;top: -30px;left: -30px;}
.par_c>b{display: block;color: #080d1a;font-size: 42px;margin: 9vw 0 1vw;}
.par_info{font-size: 16px;color: #666;line-height: 33px;}
a.par_btn{width: 130px;height: 34px;border:1px solid #000;display: flex;align-items: center;justify-content: center;font-size: 14px;color: #080d1a;margin: 2vw auto 0;}
a.par_btn>span{font-size: 18px;color: #080d1a;padding-left: 6px;}
.par_img a.divdgweb_new_div_item_a {display: none;}
img.news_div_item_image {width: 100%;display: block;}
.par_img .news_div_item_pic {border-radius: 100%;width: 112px;height: 112px;display: flex;align-items: center;justify-content: center;position: absolute;transition:all .5s;}
.par_img .news_div_item_pic>a{width: 100%;height:  100%;display: flex;align-items: center;justify-content: center;border-radius: 100%;background: #fff;box-shadow: 1px 1px 20px rgba(18,56,151,0.11);position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);overflow: hidden;transition:all 0.35s ease-in-out;}
.par_img .news_div_item_pic:hover>a{width: 300px;height: 300px;}
.par_img .news_div_item_pic:hover{transform: translateY(-10px);}
.par_img .divdgweb_new_div_item:nth-child(1) .news_div_item_pic {left: 6%;top: 30%;}
.par_img .divdgweb_new_div_item:nth-child(2) .news_div_item_pic {left: 22%;top: 14%;}
.par_img .divdgweb_new_div_item:nth-child(3) .news_div_item_pic {left: 20%;top: 66%;}
.par_img .divdgweb_new_div_item:nth-child(4) .news_div_item_pic {left: 28%;top: 41%;}
.par_img .divdgweb_new_div_item:nth-child(5) .news_div_item_pic {left: 41%;top: 27%;width: 90px;height: 90px;}
.par_img .divdgweb_new_div_item:nth-child(6) .news_div_item_pic {left: 47%;top: 8%;}
.par_img .divdgweb_new_div_item:nth-child(7) .news_div_item_pic {right: 41%;top: 27%;width: 90px;height: 90px;}
.par_img .divdgweb_new_div_item:nth-child(8) .news_div_item_pic {right: 29%;top: 32%;}
.par_img .divdgweb_new_div_item:nth-child(9) .news_div_item_pic {right: 24%;top: 8%;}
.par_img .divdgweb_new_div_item:nth-child(10) .news_div_item_pic {right: 20%;top: 66%;}
.par_img .divdgweb_new_div_item:nth-child(11) .news_div_item_pic {right: 5%;top: 36%;}
.par_img .news_div_item_pic:hover{z-index:99;}
.pos_pic{width:0;height:0;position:absolute;top:-210px;left:50%;transform:translate(-50%);border:2px solid #eee;opacity:0;transition:all 0.35s ease-in-out;}
.pos_pic img{width:100%;}
.par_img .divdgweb_new_div_item:hover .pos_pic{width:400px;height:202px;opacity:1;}

/*9*/
.about_layout{width:100%;padding-top:89px;background: url(../images/img_1.jpg) no-repeat right bottom;position: relative;

}
.about_img{width:40%;position: absolute;left:0;top:89px;bottom:0; background: url(//memberpic.114my.com.cn/huidong888/uploadfile/image/20210922/20210922164142_1043153131.jpg) no-repeat center right; background-size:cover;}

.about{width:100%;box-sizing: border-box;padding:4% 4% 0 42%;}
.about>p{font-family:'avg';font-size:38px;text-transform: capitalize;color: #505050;padding-left: 30px;border-left:4px solid #00a2e9;line-height: 30px;}
.about>b{display: block;font-size: 28px;color: #505050;margin:18px 0 55px;font-weight:normal;padding-left: 30px;}
.about>div{font-size: 14px;color: #565656;line-height: 32px;}
.com_btn{width: 191px;height: 56px;border-radius: 28px;background: #00a2e9;text-align: center;display: flex;align-items: center;font-size: 16px;box-shadow: 0px 10px 34px rgba(8,48,147,0.2);margin-top: 80px;justify-content: center;position:relative;overflow:hidden;}
.com_btn:before{content:'';width:100%;height:56px;border-radius: 28px;background: #121623;position:absolute;top:0;left:0;transition:all 0.5s ease-in-out;}
.com_btn:hover:before{transform: rotateX(90deg);}
.com_btn a{color: #fff;position:relative;}
.com_btn a>span{font-size: 14px;color:#fff;margin-left: 15px;}

/* 10 */
.copy_bg{background:#1f2020;flex-wrap:wrap;padding-top:130px;}
.cop_bc{width: 100%;position: relative;overflow: hidden;}
.co_lc{display: flex;justify-content: space-between;}
.cop_c{display: flex;justify-content: space-between;width: 58%;}
.cop_lc{width: 46%;padding: 87px 0 112px;}
.copp{display: flex;justify-content: space-between;}
.copp ul li a{font-size: 16px;color: rgba(255,255,255,0.47);padding-bottom: 15px;display: block;}
.copp ul li:first-child a{font-size: 18px;color: #fff;padding-bottom: 30px;}
.linkk{width:100%;height:85px;}
.yq_c{display: flex;align-items: center;height: 85px;background:#fff;padding-left:20px;}
.l_lj b{font-size: 25px;color: #333;font-weight: bold;}
.l_lj b span{font-size: 25px;color: #00a2e9;}
.l_lj p{font-size: 14px;color: #696b6a;letter-spacing: 6px;margin-top: 5px;}
.links_c{padding-left:20px;}
.cop_rc{position: relative;width: 43%;padding: 87px 0 71px;}
.dy_c>div{padding-top: 22px;text-align: center;}
.dy_c>div p{font-size: 14px;color: #666;}
.dy_c>div p:last-child{padding-top: 8px;}
.lx_c>p{font-size: 18px;color: #fff;}
.lx_c>div{font-size: 16px;color: rgba(255,255,255,0.47);line-height: 36px;margin:20px 0 52px;}
.bq_ewm{display: flex;}
.bq_ewm li{position: relative;}
.bq_ewm li span{width: 36px;height: 36px;border:2px solid #666;border-radius: 100%;text-align: center;line-height: 34px;font-size: 14px;color: #fff;display: block;transition:all .5s;}
.bq_ewm li+li{margin-left: 12px;}
.foot_bc{position: relative;border-top: 1px solid rgba(255,255,255,0.14);}
.foot_c{display: flex;height: 80px;align-items: centerjustify-content: center;}
.foot_c a,.foot_c div{font-size: 14px;color: #666;}
.ewm_cc{display: none;position: absolute;top: -155px;left:calc(50% - 75px);}
.ewm_cc img {width: 150px!important;}
.linkTagcs{width:100%!important;}
.bq_ewm li:hover span {background: #00a2e9;border: 2px solid #00a2e9;}
.dy_c>p {background: #fff;padding: 13px;border-radius: 6px;}
.foot_c div {line-height: 80px;}
.fee_ce{width: 30%;padding-top: 48px;z-index: 9;position: relative;padding-left: 26px;}
.cop_lx{display: flex;align-items: center;}
.cop_lx>span{font-size: 30px;color:#fff;width: 60px;height: 60px;border-radius: 100%;text-align: center;line-height: 60px;background: #00a2e9;}
.cop_lx>div{margin-left: 15px;}
.cop_lx>div>b{display: block;font-size: 20px;color: #fff;}
.cop_lx>div>p{font-size: 16px;color: rgba(255,255,255,0.6);margin-top: 5px;}
.fs_lx{font-size: 16px;color: rgba(255,255,255,0.6);line-height: 30px;padding-top: 22px;}

.co_lc width: 100%;display: flex;justify-content: space-between;}


.layout .layout-swiper-pagination span{width: 20px;display: block;height: 2px;border-radius: 0px;margin: 0px;padding: 2px 0px;border-bottom: 2px solid #000;background: none;}
.layout .layout-swiper-pagination span.swiper-pagination-bullet-active{width: 30px;display: block;height: 2px;border-radius: 0px;border-bottom: 2px solid #00a2e9;background: none;}
nation span{width: 20px;display: block;height: 2px;border-radius: 0px;margin: 0px;padding: 2px 0px;border-bottom: 2px solid #000;background: none;}
.layout .layout-swiper-pagination span.swiper-pagination-bullet-active{width: 30px;display: block;height: 2px;border-radius: 0px;border-bottom: 2px solid #00a2e9;background: none;}.layout .layout-swiper-pagination span{width:20px;display:block;height:2px;border-radius:0px;margin:0px;padding:2px 0px;border-bottom:2px solid #000;background:none;}
.layout .layout-swiper-pagination span.swiper-pagination-bullet-active{width:30px;display:block;height:2px;border-radius:0px;border-bottom:2px solid #00a2e9;background:none;}nation span{width:20px;display:block;height:2px;border-radius:0px;margin:0px;padding:2px 0px;border-bottom:2px solid #000;background:none;}
.layout .layout-swiper-pagination span.swiper-pagination-bullet-active{width:30px;display:block;height:2px;border-radius:0px;border-bottom:2px solid #00a2e9;background:none;}