/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden;}

#copy { display: none;}

a {color: #666; text-decoration: none;}
a:hover { color:#005e9b;text-decoration: none;}
.box{margin:0 auto;width:90%;min-width:1400px;}
.page{margin:0 auto;width:1400px;min-width:1400px;}
.bg{ width: 100%;min-width:1400px;}
i,em{font-style: normal;}
.fl { float: left;}
.fr {float: right;}
dl,dd,dt{display:block;}


/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}


/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}

/*英文样式*/
.font_en{font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;}





/*标题*/
.t{text-align: center;position: relative;height:104px;}
.t p{font-size: 40px;color:#222;font-weight:bold; }
.t b{color:#005e9b;}
.t dd{color: #999;font-size: 18px;line-height: 36px;}
.t:before{content: "";width: 30px;height: 2px;background: #005e9b;position: absolute;bottom: 5px;left: calc(50% - 15px);-webkit-transition:all .5s;transition:all .5s;}
.t:after{content: "";width: 20px;height: 2px;background: #005e9b;position: absolute;bottom: 0;left: calc(50% - 10px);-webkit-transition:all .5s;transition:all .5s;}
.t:hover:before{width: 40px;left: calc(50% - 20px);}
.t:hover:after{width: 30px;left: calc(50% - 15px);}






/*抬头*/
.head_bg{height: 40px;line-height: 40px;border-bottom:1px #eee solid; font-size: 14px;color: #ccc;}
.head_bg a{color: #ccc;}
.head_r a{font-size: 0.8rem;color: #ccc;background: url(//memberpic.114my.com.cn/hzsjiahui/uploadfile/image/20220413/20220413193157_68902165.png)no-repeat center left;padding-left:26px;}
.tel{background: url(//memberpic.114my.com.cn/hzsjiahui/uploadfile/image/20220413/20220413193111_466498395.png)no-repeat center left;padding-left:50px; margin-top:24px;}
.tel p{font-size:16px; color:#333; }
.tel b{font-size: 26px;color: #f5c022;; font-family: Tw Cen MT;}

/*导航*/
.top_bg{height: 140px;background:#f8f8f8;}
.logo{margin-top: 25px;}
.name{margin-left: 1.5rem;margin-top: 36px;border-left:1px solid #ccc;padding-left:20px;height: 60px;}
.name p{font-size: 1.5rem;font-weight: bold;color: #005e9b; line-height:36px;}
.name span{position: relative;font-size:1.2rem; color: #666; line-height:26px;  text-align:center; display: inline-block;}
.name2{margin-top: 44px; margin-left: 1.4rem;}

/*栏目*/
.nav_bg{    background: #fff; height:80px;box-shadow: 0 0 20px 0px rgb(0 0 0 / 10%);}
.nav>ul{    display: flex;justify-content: space-around;align-items: center;height: 100%;}
.nav>ul>li{    display: flex;flex-direction: column;align-items: center;position: relative;transition: 0.5s;z-index: 5;width: 12.5%;}
.nav>ul>li>a{ display: block; color: #333; font-size:1rem; text-align: center; position: relative;-webkit-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;    width: 100%;height:80px;padding-top:20px;}
.nav>ul>li i{color: #999;font-size: 12px;font-family: Arial;text-transform: uppercase;opacity: 0.3;transform: scale(0.9);font-style: normal;    position: relative;z-index: 1;padding-top:5px;display:block;}
.nav>ul>li>a p{position: relative; z-index: 2;}
.nav>ul>li>a:after{content:"";position: absolute;bottom:0;left: 0px;right:0; margin:0 auto; width: 0;height: 80px;display: block;background: #005e9b; transition:0.3s all ease-in-out;}
.nav>ul>li:hover>a:after,.NavCeshi > li.navcurrent > a:after{width: 100%;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a{margin: 0 auto; font-weight:bold;}
.nav>ul>li:hover>a,.NavCeshi > li.navcurrent > a{color:#fff;}
.nav>ul>li:hover>a i,.NavCeshi > li.navcurrent > a i{color:#fff;font-weight:normal;}


@media (max-width: 1500px){
.top{padding:0 4rem;}
}

@media (max-width: 1400px){
.top{padding:0 3rem;}
}

/*栏目下拉*/
.nav ul li>ul{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;width:100%;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);z-index: 9999;left:0;top:80px; margin-left:0px; text-align:center;}

.nav ul li>ul a{ -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.nav1 a{background: #005e9b;-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);box-shadow: 0 6px 10px rgba(0, 0, 0, .1);width: 100%;height: 44px;line-height: 44px; display: block;color: #fff;font-size: 14px; }
.nav ul li>ul.nav1 a:hover{background: #fff; text-indent: 10px;color: #005e9b;}
.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;}


.nav ul li>ul.nav2{background:#fff; padding:20px 40px; width:800px; left:-100%;}
.nav ul li>ul.nav21{ margin-left:-20%;}
.nav ul li>ul.nav22{ margin-left:-50%;}
.nav ul li>ul.nav23{margin-left:-100%;}
.nav ul li>ul.nav2 li{ float:left; width:30%; height:280px;}
.nav ul li>ul.nav2 li+li{margin-left:2%;}
.nav ul li>ul.nav2 li a{display:block; line-height:30px;}
.nav ul li>ul.nav2 li p{color:#222; font-weight:bold; line-height:50px;}
.nav ul li>ul.nav2 .nav_m{border-top:1px #eee solid; padding-top:30px;}
.nav ul li>ul.nav2 .nav_m a{display:inline-block; width:23%;}
.nav ul li>ul.nav2 .nav_m a+a{margin-left:1.1%;}
.nav ul li>ul.nav2 .nav_m a p{line-height:40px;}
.nav ul li>ul.nav2 a img{width:100%;}




/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative;z-index: 1;background: #000;}
.banner-box{ min-width:1300px; height:700px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:700px; 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:277px; 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-position: 0 0;} 
.banner-btn a.next{ right:-50px;background-position: -49px 0;}
.banner-btn a{background:url(//memberpic.114my.com.cn/hzsjiahui/uploadfile/image/20210726/20210726211015_2138976953.png) no-repeat;}
.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: #005e9b;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; 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_bg{height: 100px;background: #FFF;border-bottom:1px solid #eee;}
.search_nbg{position: absolute;z-index: 999;top: 580px;border: 1px solid #eee;background: #fff;}
.search_nbg .search{margin:0 auto;background: #fff;}
.search-bg{width:270px;height:40px;overflow: hidden;margin-top:26px;border-radius: 30px; border: 1px solid #eee;}
.search{height: 100px;}
.search_l{line-height: 100px;color: #999;}
.search_l dd{font-size:15px;color: #333;display: inline-block;}
.search_l a{font-size: 15px;color: #999;}
.search_l a:hover{color:#1b69cd;}
.search-bg #infoname{width:270px;background:#FFF ;outline:none; color:#ccc;border: none;height:40px;line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;}
.search_nbg #infoname{width:278px;height: 40px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px;height: 38px;}




/**/
.gui_tit a{color: #333;}
.gui_tit a:hover{color: #005e9b;}
.gui_tit span{display: block;font-size: 1rem;color: #888;padding: 0.25rem 0 0;}
.guide dl{width: 25%;float: left;text-align: center;height: 281px;position: relative;margin-top: 3rem;}
.guide dl:before{content: "";width: 1px;height: 100%;background: #e2e2e2;position: absolute;top: 0;right: 0;}
.guide dl dt{width: auto;height: 4.8rem;line-height: 0;overflow: hidden;margin: 0 auto;}
.guide dl dt img{width: 4.5rem;height: 4.8rem;}
.guide dl:hover dt img{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
.guide dl dd{width: 100%;padding: 2.1rem 0 0;text-align: center;}
.guide dl dd h5{font-size: 24px;color: #333;height: 2.2rem;line-height: 2.2rem;overflow: hidden;font-weight: normal;}
.guide dl dd p{font-size: 14px;color: #666;line-height: 28px;padding-top:20px;width:230px;margin:0 auto ;text-align: center;}
.guide dl dd i{display: block;}
.guide dl:nth-of-type(4):before{background: none;}


/*产品*/
.prod_bg{background:#f5f5f5;padding:80px 0;}
.pro_le { float: left; width:22%; z-index: 3; position: relative; }
.prol_top{ background:linear-gradient(to right,#005e9b,#2490d5); width: 100%; height: 100px;position:relative;}
.prol_top a{ display: block; color: #fff; font-size: 28px;font-weight:bold; line-height: 34px; padding: 22px 22px 22px 30px; height: 56px; }
.prol_top a em{ text-transform: capitalize; display: block; color: #fff; line-height: 20px;     font-size: 12px;}
.prol_top:before{font-size:60px;color:#000;position:absolute;top:calc(50% - 30px);right:25px;line-height:100%;opacity: 0.3;}
.pro_ri{width:76%;float:right;}
.pror_tab {width:100%;height:80px;background:#fff;}
.pror_tab li{width:200px;line-height:80px;position:relative;float:left;}
.pror_tab li a{display: block;text-align: center;font-size:18px;}
.pror_tab li:after{content:'';width:0;height:5px;background:#005e9b;position:absolute;bottom:0;left:50%;transform:translateX(-50%);}
.pror_tab li.on:after{width:100%;}
.pcc table, .pcc tbody, .pcc tr, .pcc td { display: block; width: 100%; padding: 0 !important; overflow: hidden; transition: 0.8s all ease; }
.pcc td a { display: block; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; overflow: hidden; transition: all .3s ease; }
.pcc tr td:first-child{height:56px !important;}

.pcc td b { font-size: 0; font-weight: normal !important; line-height: normal !important; }
.pcc tr.open td b a{background: url(//memberpic.114my.com.cn/hzsjiahui/uploadfile/image/20210724/20210724175352_19897819.png) no-repeat 252px center #fff; }
.pcc td b a { height:56px;line-height: 56px;padding-left: 28px; font-size: 17px; color: #333; position: relative; padding-left: 36px;    border-bottom: 1px solid #eee;background: url(//memberpic.114my.com.cn/hzsjiahui/uploadfile/image/20210724/20210724175051_697881321.png) no-repeat 252px center #fff; }
.pcc tr.open td b a{font-weight:bold;}
#showtyepname { max-height: 0px; line-height: 0px; width: 100%; overflow: hidden; transition: 0.8s all ease; display: block; background: #fff; }
#showtyepname > div { width: 100%; display: block; }
#showtyepname div a { line-height: 40px; border-bottom: 1px solid #fff; font-size: 14px; color: #666666; font-weight: lighter; padding-left: 37px; }
#showtyepname div a:after { content: ''; display: block; width: 5px; height: 9px; position: absolute; top: 0; bottom: 0; left: 19px;  margin: auto 0; }
#showtyepname div a:hover { color: #005e9b; }
.pcc tr.open .submenu { max-height: 700px !important; }
.pcc tr+tr { margin-top: 1px; }
.cpri { width: 1050px; }
.prod2>table>tbody>tr>td>br { display: none; }
.prod2>table>tbody>tr>td { float: left; padding: 0; width: 336px; margin: 0 21px 16px 0; position: relative; padding-left: 0 !important; overflow: hidden; }
.prod2>table>tbody>tr>td:before, .pb_ri td>a:after { content: ''; position: absolute; }
.prod2>table>tbody>tr>td::before { width: 100%; height: 100%; background: rgba(17, 18, 23, 0.58); bottom: 0; left: 0; transform: rotate(-90deg); transform-origin: left bottom; transition: 0.5s; z-index: 2; }
.prod2>table>tbody>tr>td:after { width: 58px; height: 58px; bposition: absolute; top: -58px; left: 50%; margin-left: -29px; transition: 0.5s; content: ''; z-index: 3; }
.prod2>table>tbody>tr>td:hover:after { top: 50%; transition: 0.5s; margin-top: -55px; }
.prod2>table>tbody>tr>td:hover:before { transform: rotate(0deg); transition: 0.5s; }
.prod2>table>tbody>tr>td:nth-child(3) { margin-right: 0 !important; }
.prod2>table>tbody>tr>td>a { display: block; width: 100%; padding-left: 0px !important; position: relative; overflow: hidden; }
.prod2>table>tbody>tr>td>a>img { width: 100%; background: #fff; border: 1px solid #e1e1e1; }
.prod2>table>tbody>tr>td:hover span a { text-decoration: none; }
.prod2>table>tbody>tr>td span { position: absolute; padding-top: 0 !important; width: 100%; bottom: -50%; left: 40%; z-index: 2; background: #024ea6; width: 200px !important; border-radius: 15px; margin-left: -60px; transition: 0.5s; height: 30px; z-index: 4; }
.prod2>table>tbody>tr>td span a { font-size: 15px; font-weight: 100; color: #fff; display: block; line-height: 30px; }
.prod2>table>tbody>tr>td:hover span { bottom: 26%; }
.prod_b{width: 100%;height: 155px;background: #f5f5f5;text-align: center;padding-top: 20px;}
.prod_r{width:75%;}
.prod_r table *{display:block;}
.prod_r td{padding-left:0px !important;width:32%;float:left;overflow: hidden;}
.prod_r td img{width:100%;height:243px;}
.prod_r td+td{margin-left:2%;}
.prod_r td br{display:none;}
.prod_r td span{background:#f5f5f5;line-height:50px !important;position: relative;}
.prod_r td span a{font-size:14px;text-align:left;padding-left:20px;position: relative;z-index:9;transition:0.3s all ease-in-out}
.prod_r tr+tr td{margin-top:2%;}
.prod_r td span a:after{content:'';display:inline-block;width:15px;height:15px;background:url(//memberpic.114my.com.cn/hzsjiahui/uploadfile/image/20210726/20210726211057_13244558.png)no-repeat center;float: right;margin-right: 20px;margin-top: 17.5px;position: absolute;right: 0;top: 0;}
.pror_list{margin-top:30px;}
.prorl_item tbody,.prorl_item td,.prorl_item td span{display:block;}
.prorl_item tr{display:flex;margin-bottom:20px;}
.prorl_item td{width:calc((100% - 40px) /3);padding:0 !important;}
.prorl_item td+td{margin-left:15px;}
.prorl_item td>a{display: block;border: 1px solid #eee;overflow:hidden;position:relative;}
.prorl_item td img{width:100%;height:auto;position:absolute;top:0;left:0;transition:0.5s;}
.prorl_item td:hover img:nth-child(1){z-index:2;transform:scale(1.6);opacity:0;}
.prorl_item td br{display:none;}
.prorl_item td span{background: #fff;border: 1px solid #eee;margin-top: -1px;height: 82px !important;position: relative;}
.prorl_item td span a{font-size:16px;color:#222;line-height:50px;width: 100%;height: 100%;display: block;position: relative;z-index:9;transition: 0.3s ease all;}
.prorl_item td span:after{content:'+MORE';width:80px;height:30px;background:#eee;display:block;font-size:12px;color:#949494;line-height: 30px;    font-family: 'Arial';text-transform: uppercase;margin: -30px auto 0;position: relative;z-index:9;transition: 0.3s ease all;}
.prorl_item td span:before{content:'';width:100%;height:0;background:#005e9b;position: absolute;bottom:0px;left:0;transition: 0.3s ease all;}
.prorl_item td:hover span:before{height:100%;}
.prorl_item td:hover a{color:#fff;}
.prorl_item td:hover span:after{border-radius: 15px;margin-top:-35px;height:25px;line-height:25px}



/*品质为本*/
.pinz{background:url(//memberpic.114my.com.cn/hzsjiahui/uploadfile/image/20210726/20210726110925_291309914.jpg) no-repeat center 0;height: 746px;overflow: hidden;padding: 80px 0 0;}
.pinz_t p,.pinz_t dd{color:#fff;}
.pinz_t:before,.pinz_t:after{background:#fff;}
.pinz dl{width: 350px;float: left;}
.pinz dl dt{width: 350px;height: 225px;}
.pinz dl dd:after{content: ""; background:url(//memberpic.114my.com.cn/hzsjiahui/uploadfile/image/20210726/20210726104417_1052623360.png) no-repeat;position: absolute;width:44px;height:3px;left:151px;}
.pinz dl dt em{width: 350px;height: 205px;display: block;line-height: 0;overflow: hidden;}
.pinz dl dt em img{width: 350px;height: 205px;}
.pinz dl dd{padding: 70px 0 0;position: relative;height: 205px;}
.pinz dl dd h5{font-size: 40px;color: #fff;text-align: center;height: 90px;line-height: 42px;}
.pinz dl dd h5 i{display: block;font-size: 20px;font-weight: normal;}
.pinz dl dd span{display: block;font-family: "DINOT";font-size: 70px;color: #5d99bf;position: absolute;top: -16px;left: 20px;font-weight: bold;}





/*工程案例*/
.case{padding: 90px 0 0;background:#f5f5f5;height: 1067px;box-sizing: border-box;}
.case_ctg{height: 98px;margin: 40px 0 0 140px;}
.case_ctg li{float: left;text-align: center;transition:all 0.5s;margin-right: 91px;}
.case_ctg li i{display: block;height: 48px;width:48px;overflow: hidden;margin: 0 auto;}
.case_ctg li i img{display: block;height: 48px;width:48px;transition: all 0.3s;}
.case_ctg li.cur  i img:nth-child(1){ margin-top:-48px;}
.case_ctg li span{display: block;font-size: 16px;color: #666;line-height: 30px;}
.case_ctg li.cur span{ color:#1172b9;font-weight: bold;}
.case_ctg li:hover{transform:translateY(-5px);}
.case_ctg li.cur  img {animation-duration: 2s;animation-name: flipInY;}
.case_con{height: 640px;}
.case_l{float: left;width: 920px;}
.case_l dt{height: 440px;overflow: hidden;}
.case_l dt img{display: block;width: 920px;height: 440px;transition: all 0.5s;}
.case_l dt:hover img{transform: scale(1.05);}
.case_l dd{height: 200px;background: #fff;padding: 0 40px;    box-shadow: 0 0 15px rgba(0,0,0,0.12)}
.case_l dd h4{font-size: 22px;color: #333;line-height: 22px;padding: 30px 0 20px;position: relative;margin-bottom: 24px;font-weight: bold;}
.case_l dd h4:after{position: absolute;width: 30px;height: 2px;content: "";background: #DDDDDD;left: 0;bottom: 0;}
.case_l dd p{font-size: 14px;color: #888;line-height: 24px;}
.case_l dd p a{ color: #005e9b; }
.case_l dd h4:hover a,.case_list dd h4:hover a{color: #1172b9;}
.case_r{float: right;width: 458px;position: relative;}
.case_list dl{margin-bottom: 14px;}
.case_list dt{height: 214px;overflow: hidden;}
.case_list dt img{display: block;width: 458px;height: 214px;transition: all 0.5s;}
.case_list dt:hover img{transform: scale(1.05);}
.case_list dd{background: #fff;padding: 0 15px;  height: 100px;  box-shadow: 0px 18px 21px 0px rgba(76, 79, 86, 0.08);}
.case_list dd h4{font-size: 16px;color: #333;line-height: 16px;font-weight: normal;padding: 15px 0 10px;}
.case_list dd p{font-size: 14px;color: #999;line-height: 20px;}
.case_r .prev{position: absolute;right: -45px;top: 0;z-index: 10;cursor: pointer;background: #005e9b;transition: all 0.3s;width:40px;height:40px;margin-bottom:5px;}
.case_r .next{position: absolute;right: -45px;top: 44px;z-index: 10;cursor: pointer;background: #a8a8a8;transition: all 0.3s;width:40px;height:40px;}
.case_r .tempWrap{height: 642px !important;}




/*优势*/
.ys{ padding-top: 80px; }
.ys_con{width: 100%;height: 750px;overflow: hidden;margin-top: 40px;}
.ys_con ul{width: 100%;height: 750px;}
.ys_con li{width:12%;float: left;position: relative;cursor:pointer;height: 750px;box-sizing:border-box;border-left: solid 8px #fff;-webkit-transition: 0.3s;-moz-transition: 0.3s;transition: 0.3s;}
.ys_con li:first-child{border: 0;}
.ys_con li:before{content: "";position: absolute;width:100%;height:100%;background:rgba(0, 0,0, 0.57);bottom:0;left:0;}
.ys_con li .shu2{width: 100%;height:68%;left:0;position: absolute;top:15%;}
.ys_con li .shu2 h3{height: 62.26%;}
.ys_con li .shu2 h3 img{ display: block;height: 20px;width: auto;margin: 0 auto; }
.ys_con li .shu2 em{ display: block;font-size: 12px;text-transform: uppercase;line-height: 12px;color: #bab3b0;text-align: center; }
.ys_con li .shu2 em img{ display: block;width:98px;height: 98px;margin: 0 auto; }
.ys_con li .shu2 em b{font-size: 30px;line-height: 30px;color: #fff;display: block;margin: 29px 0 16px;}
.ys_con li .bock{display: none;width:100%;position: absolute;bottom:0;left:0;background:rgba(0, 94, 155, 0.88);box-sizing:border-box;height:200px;padding: 40px 60px 0;transition:all 0.3s;}
.ys_con li .bock h3{float: left;width: 250px;font-size: 30px;color: #fff;height: 100px;box-sizing: border-box;line-height: 42px;font-weight: bold;background: url(../images/ys_dd.png) no-repeat right;text-align: center;padding-top: 8px;}
.ys_con li .bock h3 b{ display: block; }

.ys_con li .bock p{ float: left;margin-left: 44px;width: 500px; margin-top: -9px;}
.ys_con li .bock p i{ display: block; font-size: 16px;line-height: 30px;color: #fff;position: relative;padding-left: 16px;}
.ys_con li .bock p i:after{ position: absolute;left:0;top:12px;width: 6px;height: 6px;border-radius: 3px;background: #fff;content: ""; }
.ys_con li.cur{width:52%;}
.ys_con li.cur:before{width: 0;height: 0;}
.ys_con li.cur .bock{display: block;}
.ys_con li.cur .shu2{ display: none;}

@media screen and (max-width:1366px) {   
   .ys_con li .bock{ padding: 40px 20px 0;}
   .ys_con li .bock p{ width:320px;  }
   
}
@media screen and (min-width:1367px) and (max-width:1440px) {
       .ys_con li .bock{ padding: 40px 20px 0;}
   .ys_con li .bock p{ width:320px;  }
      
}
@media screen and (min-width:1441px) and (max-width:1800px) {
         
.ys_con li .bock{ padding: 40px 20px 0;}
   .ys_con li .bock p{ width:434px;  }
        }   
@media screen and (min-width:1661px) and (max-width:1920px) {
          .ys_con li .bock p{ width:500px;  }
        } 


/*合作客户*/
.part_nr{ width: 1400px; margin: 0 auto; position:relative; }
.part_nr tr{display:block;}
.part_nr td{width:279px;display: inline-table;overflow:hidden;position:relative;height: 151px;float: left;box-sizing: border-box;margin: 0 -1px -1px 0;padding-left:0px !important;}
.part_nr td>a{display: block; border: #eaeaea solid 1px;}
.part_nr td>a>img{width:279px;height:150px;}
.part_nr td+td{}
.part_nr td>div{width:100%;height: 152px;background: rgba(0, 0, 0, 0.6);position:absolute;top:40%;left:0;margin-top: -60px;transform-origin: center;transform: rotateX(90deg);transition: 600ms;}
.part_nr td>div>a{display:block;line-height:152px;font-size:16px;color:#fff;text-align:center;}
.part_nr td:hover div{transform: rotateX(0deg);transition: 600ms;}
.part_nr td br{display: none;}
#top50{ height:50px;}




/*简介*/
.com_bg{background:url(//memberpic.114my.com.cn/hzsjiahui/uploadfile/image/20210726/20210726144633_2029380918.jpg) no-repeat center;padding: 80px 0;overflow:hidden;}
.abright{width: 56%;background:rgba(255,255,255,0.9);padding:80px;}
.abright>p:nth-child(1){font-size:18px;color: #565656;margin-bottom:30px;}
.abright>p:nth-child(1) strong{display:block;font-size:38px;color:#303632;margin-bottom: 16px;}
.abright>p:nth-child(2){font-size:15px;color:#8a8a8a;line-height: 36px;}
.abright>p a{display:inline-block;width:150px;line-height:45px;text-align:center;font-size: 16px;color: #fff;background: #272121;transition:all .3s ease;}
.abright>p a:hover{ background:#2067b9; color:#fff;}
.abright>p a+a{ margin-left:18px;}
.abright>p:nth-child(3){margin-top: 35px;}




/*company_img*/
.gs_bc {padding: 70px 0 70px;height:527px;}
.gs_c>ul {display: flex;border-bottom: 2px solid #e9e9e9;}
.cf_c {    height: 320px;}
.gs_c>ul>li { width: 50%; text-align: center;padding-bottom: 22px;position: relative;}
.gs_c>ul>li>a {font-size: 26px;color: #333;}
.gs_c>ul>li:after {position: absolute;content: ""; width: 0;height: 2px;bottom: -2px;left: 0;
background: #005e9b;transition: all .5s;}
.gs_c>ul>li.cur:after { width: 100%;}
.gs_c {overflow: hidden;width:1400px;margin:0 auto;}


.case_list table td{display: block; float:left; padding:0 !important; width:335px; height:305px; }
.case_list table td+td{margin-left:20px;}
.case_list table td>a{display: block;overflow: hidden;border: 1px solid #eee; }
.case_list table td img{width:100%; height:auto;   transition: 0.2s all ease-in-out; }
.case_list table td:hover img{transform: scale(1.1);}
.case_list table td br{display:none;}
.case_list table td div{padding:0 !important; position: relative; background:#f5f5f5;height:50px;line-height:50px;}
.case_list table td:hover div{background:rgba(0,94,155,0.5);}
.case_list table td div a{display: block; line-height:50px; font-size:16px; position: relative;    z-index: 2;}
.case_list table td:hover a{color:#fff;}
.case_list table td div:after{content:""; display: block;opacity: 0;width:20%;height:100%;transition: 0.2s all; background: #005e9b;position: absolute; top:0; left:0; right:0; margin:0 auto;}
.case_list table td:hover div:after{width:100%;opacity: 1;}



/*新闻*/
.news_bg{padding: 70px 0 50px 0;background:#f5f5f5;}
.news_fl{width:12%; padding-top:20px;}
.news_fl_title span{font-size: 40px;color: #ccc;line-height:50px;}
.news_fl_title p{font-size: 40px;color: #222;}
.news_fl_a a{display: block;width: 150px;height: 44px;line-height: 44px;margin-bottom: 30px;border: 2px #ccc solid;border-radius: 25px;font-size: 16px;color: #666;text-align: center;transition: all 0.3s ease-in-out;}
.news_fl_a a:first-child{margin-top:95px;}
.news_fl_a a.on{background:#005e9b;border: 2px #005e9b solid;color: #fff;}

.news_fr{width:82% !important;}
.news_fr .news_div_item{position: relative;}

/*第一条新闻*/
.news_ul_fl{width:52%;}
.news_ul_fl .news_div_item{float: left;width: 100%;}
.news_ul_fl .news_div_item .news_div_item_pic{position: absolute;top: 0;width:100%;height: 400px;overflow: hidden;}
.news_ul_fl .news_div_item .news_div_item_image{width: 100%;border: 1px #eee solid;position: absolute;bottom:0px;}
.news_ul_fl .news_div_item .news_div_item_date{position: absolute;top: 470px;left: 15px;}
.news_ul_fl .news_div_item .news_div_item_year,.news_ul_fl .news_div_item .news_div_item_month,.news_ul_fl .news_div_item .news_div_item_day{float:left;}
.news_ul_fl .news_div_item .news_div_item_content{height:245px;margin: 30px 35px 0 15px;position: absolute;top: 400px;}
.news_ul_fl .news_div_item .news_div_item_a{font-size:22px;color:#333;position: relative;}
.news_ul_fl .news_div_item .news_div_item_a:after{display:block;content:"了解详细";width: 175px;height: 42px;line-height: 42px;background: #eee;font-size: 15px;color: #666;text-align: center;position: absolute;top: 220px;transition: all 0.3s ease-in-out;}
.news_div_item_content:hover .news_div_item_a:after,.news_div div.on .news_div_item_a:after{background: #000;color:#fff;}
.news_ul_fl .news_div_item .news_div_item_body{margin-top: 45px;font-size: 15px;color: #666;line-height: 30px;}




/*第二到第四条新闻*/
.news .swiper-container{width: 1178px !important;margin-right: -30px;}
.news .swiper-slide{padding:30px 0;box-sizing: border-box;}
.news_ul_fr{width:47%;padding:0 30px;box-sizing: border-box;}
.news_ul_fr .news_div_item:first-child,.news_ul_fr .news_div_item .news_div_item_image{display:none;}
.news_ul_fr .news_div_item_body{position: absolute;top: 105px;line-height: 30px;font-size: 15px; opacity: 0;width:90%;}
.news_ul_fr .news_div_item{height:120px;margin-bottom: 25px;padding:0 33px;box-shadow: 0 0 30px rgba(0,0,0,.08);overflow: hidden;transition: all 0.3s ease-in-out; box-sizing: border-box;}
.news_ul_fr .news_div_item_date{position: absolute;top: 70px;left: 33px;}
.news_ul_fr .news_div_item_year,.news_ul_fr .news_div_item_month,.news_ul_fr .news_div_item_day{float:left;}
.news_ul_fr .news_div_item_a{font-size: 18px;color: #333;position: absolute;top: 38px;display: block;height: 230px;width: 100%;position: relative;z-index: 9;}
.news_ul_fr .news_div_item.on{height:270px;}
.news_ul_fr .news_div_item.on .news_div_item_body{opacity: 1;}
.news_ul_fr .news_div_item_body:after{content:'了解详细';width:175px;height:40px;display:block;background:#ccc;line-height:40px;text-align:center;font-size:15px;color:#666;margin-top:30px;transition: all 0.3s ease-in-out;}
.news_div_item_content:hover .news_div_item_body:after{background: #000;color:#fff;}


/*友情链接*/
.links{width:100%; overflow:hidden; padding:25px 0; background: #005e9b;}
.linksW{width:1400px; margin:0 auto;}
.links_l{float:left; width:117px; border-right:solid 1px #589ecb;}
.links_lm{font-size:16px; line-height:18px; color:#fff;}
.links_len{font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:bold; line-height:30px; font-size:30px; color:#f5b8b6; filter:Alpha(opacity=40); opacity:0.4;}
.links_r{float:left; width:1235px; padding-top:5px; color:#999; padding-left: 30px;}
.links_r a{font-size:15px; color:#999;}

/*版权*/
.foot_dh li span{ font-size:16px; display:block; padding-bottom:12px; padding-top:18px;}
.foot_dh li p {font-size: 17px;color: #ddd;text-align: center;font-weight: bold;padding-bottom: 5px;}
.foot_dh{ width:100%; min-width:1400px;background:#272727;}
.foot_dh li {float: left;width: 15%;margin-top: 42px;font-size: 14px;color: #b6b6b6;line-height: 35px;}
.foot_dh li span a{ display:block; font-weight:bold; color:#fff; font-size:20px; color:#ddd; padding-bottom:15px;}
.foot_dh li a{ display:block; font-size:14px; color:#b6b6b6; line-height:35px;}
.foot_dh li a:hover {color: #fff;}
.foot_dh li:nth-child(4) {width: 360px;}
.foot_dh li:nth-child(5) {float: right; width:255px;}
/*切换*/
.erweimatab {padding-top: 56px;}
.erweimacon dl+dl{ display:none;}
.erweimatab dt{ width:38px; height:38px; cursor:pointer; background:#363636; border-radius:50%; -webkit-transition:all .4s ease; transition:all .4s ease;}
.erweimatab dt+dt{ margin-top:18px;}
.erweimatab dt.on{ background:#005e9b;}
.foot_dh li dl img {width: 180px;height: 180px;padding: 10px;border: 1px solid #363636;}
.copy{ border-top: 1px solid #333; margin-top:59px; font-size:14px; }
.copy span {width:100%;height: 90px;display: inline-block;color: #888;line-height: 90px;text-align: left;}
.copy span a{ color: #888; font-size:14px;}
.copy span a:hover{ color: #fff;}


/*浮动*/
.qqkefu{position: fixed;top:60%;_position: absolute;_top: expression(eval(document.documentElement.scrollTop + 365));z-index: 990;right: 10px;width:39px;}
.qqkefu ul li{width: 45px;height:45px;margin-bottom:1px;float:right;background:url("//memberpic.114my.com.cn/hzsjiahui/uploadfile/image/20220611/20220611180506_850566753.png") no-repeat;background-color:#005e9b;line-height:45px;font-size:14px;cursor:pointer;position:relative;}
.qqkefu ul li a{color:#fff;overflow: hidden;display: block;height: 45px;padding-left: 10px;}
.qqkefu ul li.qq_cza{overflow:hidden}
.qqkefu ul li:hover{background-color:#dc352f;}
.qqkefu ul li.top{background-position: 0 0;position:relative;width:45px;height: 45px;cursor:pointer;}
.qqkefu ul li b{width:45px;height:45px;display:block;overflow:hidden;float:right;}
.qqkefu ul li span{font-size: 14px;font-weight: bold;color: #FFF;}
.qqkefu ul li.qq_phone{background-position: right -46px;}
.qqkefu ul li.qq_ku{background-position: right -92px;}
.qqkefu ul li.qq_ms{background-position: right -138px;}
.qqkefu ul li.qq_czb{background-position: right -184px;}
.qqkefu ul li.qq_czc{background-position: right -184px;}
.qqkefu ul li.qq_app{background-position: right -228px;}
.qqkefu ul li.qq_czae{ line-height:15px !important}
.erweima{width: 130px;height: 150px;position: absolute;top: -107px;left: -150px;background: #FFF; border: 1px solid #CCC;float: left;cursor: default !important;display:none;}
.erweima p{line-height: 20px;color: #000;font-size: 12px;text-align: center;float: left;width: 130px;}
.erweima p img{width: 110px;height: 110px;margin: 10px 10px 0px 10px;}
.erweima .arrow3 {width: 5px;height: 10px;display: block;position: absolute;right: -5px;top: 122px;}
.app{width: 130px;height: 150px;position: absolute;top: -107px;left: -150px;background: #FFF;border: 1px solid #CCC;float: left;cursor: default !important;display:none;}
.app p{line-height: 20px;color: #000;font-size: 12px;text-align: center;float: left;width: 130px;}
.app p img{width: 110px;height: 110px;margin: 10px 10px 0px 10px;}
.app .arrow3 {width: 5px;height: 10px;display: block;position: absolute;right: -5px;top: 132px；}
.erweima1{width: 130px;height: 150px;position: absolute;top: -107px;left: -150px;background: #FFF;border: 1px solid #CCC;float: left;cursor: default !important;display:none;}
.erweima1 p{line-height: 20px;color: #000;font-size: 12px;text-align: center;float: left;width: 130px;}
.erweima1 p img{width: 110px;height: 110px;margin: 10px 10px 0px 10px;}
.erweima1 .arrow3 {width: 5px;height: 10px;display: block;position: absolute;right: -5px;top: 122px;}