<style>

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

/*公共样式部分*/

.bg{width: 100%; min-width: 1400px;}
.box{margin: 0 auto;width: 96%;}


*{ margin:0px; padding:0px;}
body{font-size:14px; color:#414755; font-family:"Microsoft YaHei"; font-weight:lighter; 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: #414755; text-decoration: none; font-size:14px;}
a:hover{color: #ed6c00;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none;font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
h1,h2,h3,h4,h5,h6,h7 {font-weight: normal;}
.w1400{ width:1400px; margin:0 auto;}
.w1300{ width:1300px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.title{text-align: center;font-size: 45px;color: #54442e;}
.title i{color: #ed6c00;}
.title span{display: block;font-size: 18px;margin: 5px 0 20px 0; color: #54442e;}
.title em{ font-size:0; display:inline-block;height: 8px;}
.title em i{ display:inline-block; width:10px; height:10px; border-radius:50%; background:#ab9c89;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:#ed6c00;animation-delay: .6s;}
.title em i:nth-child(3){animation-delay: .8s;}
.title b{color: #ed6c00;}
.page{ width:1400px; margin:0 auto; height:auto; overflow:hidden; }

@keyframes bounce_fountainG { 
0% {
transform:scale(1);
}
100% {
transform:scale(.5);
}
}
.gd{animation: myfirst 2s infinite; display: inline-block;}  
 @keyframes myfirst {  0% {  
               transform: translate(0px, 0px);  }  
           50% {  
               transform: translate(0px, -10px);  
           }  
           100% {  
               transform: translate(0px, 0px);  
           }  
}
@keyframes widthchange{
        0%{ width:20%}
        50%{ width:100%}
        100%{ width:20%}
        }
}
.mainhovercolor a:hover{color: #ed6c00;}
/*左右浮动清除*/
.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;}

/*导航*/
.head_bg{height:160px;background: #fff;}
.logo{width:11.8%;height:160px;background: #ed6c00;}
.logo a{display: block;}
.logo a:after{content:"";display: block;width:11.7vw;height:6px;margin-top:26px;background: url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531140838_528424342.png)no-repeat;}
.logo img{display: block;margin:39px auto 0;}
.head_fr{width:88.2%;}
.top{height:39px;line-height: 39px;border:1px #f1eee7 solid;}
.top_fl{font-size: 14px;color:#c6b5a0;}
.top_fr a{display: block;float:left;margin-right:40px;padding-left: 25px;font-size: 13px;color:#c6b5a0;position: relative;}
.top_fr a:last-child{margin-right: 0px;font-size: 18px;font-family:"fontDin1";}
.top_fr a:hover{color:#ed6c00;}
.top_fr a:before{content:"";display: block;width:20px;height:20px;background:url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531142600_967169220.png)no-repeat;position: absolute;top: 10px;left:0px;transition:all 0.3s;}
.top_fr a:nth-child(2):before{background-position:-20px 0;}
.top_fr a:nth-child(3):before{background-position:-40px 0;}
.top_fr a:nth-child(4):before{background-position:-60px 0;}
.top_fr a:hover:nth-child(1):before{background-position: 0 -20px;}
.top_fr a:hover:nth-child(2):before{background-position: -20px -20px;}
.top_fr a:hover:nth-child(3):before{background-position: -40px -20px;}
.top_fr a:hover:nth-child(4):before{background-position: -60px -20px;}

/*栏目*/
.NavCeshi li{float:left;padding:0 1.2vw; position:relative;top: 0px;transition: 0.2s all ease-in-out;}
.NavCeshi li>a{display:block;position: relative;text-align: center;}
.NavCeshi li i{line-height:120px;font-style:normal;font-size: 16px;color:#333;}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#ed6c00;}
.NavCeshi > li.navcurrent > a:before,.NavCeshi > li:hover > a:before{ left: 12px !important}
.NavCeshi > li > a:after{ content: ''; display: block; width: 0%; height:2px;transition: 0.2s all ease-in-out; position: absolute; left:0%; bottom: 0; background:#ed6c00;;}
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}

/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #ed6c00 solid;position: absolute;left:50%;top:100px;transform: translate(-50% );z-index: 9;transition: all 0.3s ease-out 0s;opacity: 0;}
.NavCeshi li:hover .nav2{opacity: 1;top:120px;z-index: 9999;}
.NavCeshi .nav2 a{display: block;height: 50px;line-height: 50px;background: #ed6c00;color: #fff;text-align: center;transition:ease-out .3s;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-size: 14px;}
.NavCeshi .nav2 a:hover{background: #fff;text-indent: 10px;color: #ed6c00;}
.nav2 table{width: 100%;}

/*导航呼吸按钮*/
.bottom_button li{width:38px;height:38px;float:left;margin:36px 2.6vw 0 0;background: #ed6c00;border-radius: 100%;position: relative;cursor: pointer;}
.bottom_button li:first-child:before{content:"";display:block;width:120px;height:0px;background: url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531153850_1168595492.png)no-repeat 0/100%;box-shadow: 0 0 30px rgba(0,0,0,.08);transition:all 0.3s;position: absolute;top: 45px;left: -35px;z-index: 99;}
.bottom_button li:hover:first-child:before{height:120px;}

/*搜索*/
 .search{width:38px;height:38px;margin:36px 0 0 0;background: #ed6c00;border-radius: 100%;cursor: pointer;}
 .search:before{content:"";display: block;width:38px;height:38px;margin:0;border-radius: 50%;box-shadow:0 0 0 0 rgb(237, 108, 0);animation: ripple 3s infinite;}
 .search:after{content:"";display: block;width:23px;height:23px;margin:-30px 0 0 7px;background: url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531160941_1261641095.png)no-repeat;}
.search:hover .slideDown{opacity: 1;height: 190px;visibility: inherit;}
.search .slideDown{text-align: center; font-size: 0; overflow: hidden; position: absolute; right: 0; top:160px; width: 100%; height: 0px;background:rgba(237, 108, 0, 0.7);z-index: 8;opacity: 0;-webkit-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;visibility: hidden;}
.search .slideDown .searchBox{ overflow: hidden; display: inline-block; width: 1028px; height: 60px; margin-top: 50px; margin-bottom: 15px; background: #fff; border-radius: 50px;}
.search .slideDown .searchBox{*display: inline}
.search .slideDown .searchHot{ font-size: 14px; color: #fff;}
.search .slideDown .searchHot a{ color: #fff; font-size:16px;}
.search .slideDown .searchBox input[type='text']{ font-size: 14px; color: #666; float: left; width: 840px; height: 100%; border: none; outline: none; background: none; line-height: 60px; margin-left: 25px; font-size: 14px; color: #666;}
.search .slideDown .searchBox button[type='submit']{ cursor: pointer; float: right; margin-right: 15px; width: 60px; height: 60px; border: none; }
.search-bg{width: 956px;height: 60px;line-height:60px;    padding-left: 10px;    float: left;}
.search-i {width: 32px;overflow: hidden;height: 32px;float: left;margin-top: 13px;}

/*导航呼吸按钮*/
.bottom_button p:before{content:"";display: block;width:38px;height:38px;margin: -18px 0 0 -19px;position: absolute;left: 50%; top: 47.3%;border-radius: 50%;box-shadow:0 0 0 0 rgb(237, 108, 0);animation: ripple 3s infinite;}
.bottom_button p:after{content:"";display: block;width:23px;height:23px;margin:7px 0 0 7px;background: url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531151655_798492366.png)no-repeat;}
.bottom_button li:nth-child(2) p:after{background-position: -23px 0;}
.bottom_button a{display: block;}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(237, 107, 27, .0);

                box-shadow: 0 0 0 20px rgba(237, 107, 27, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 107, 27, .0);
                box-shadow: 0 0 0 0 rgba(237, 107, 27, .0);
    }
}

/*其他屏幕样式*/
@media (max-width: 1850px) and (min-width: 1781px){

}
@media (max-width: 1780px) and (min-width: 1681px){

}
@media (max-width: 1680px) and (min-width: 1600px){

}
@media (max-width: 1599px) and (min-width: 1500px){
.NavCeshi li{padding:0 1vw;}
}
@media (max-width: 1499px) and (min-width: 1400px){
    .NavCeshi li{padding:0 0.8vw;}
}


/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative;z-index: 1;background: #000;}
.banner-box{ min-width:1400px; height:638px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:638px; 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:200px; 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/dgjswp/uploadfile/image/20210531/20210531190642_2132428988.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: #ed6c00;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; }

/*实力*/
.strength_bg{height:613px;background: url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531161735_311683747.jpg)no-repeat center; }
.strength_bg .page{overflow:inherit;}
.strength_fl{width:660px;height:375px;padding-top: 50px;}
.strength_fl t{display: block;color:#ed6c00;font-size: 16px;}
.strength_fl b{font-size: 46px;}
.strength_fl span{display: block;margin:10px 0 0 0 ;font-size:30px;line-height: 40px;color:#836f55; box-sizing: border-box;}
.strength_fl span:after{content:"";display: block;width:44px;height:2px;background: #836f55;margin:26px 0 20px 0; box-sizing: border-box;}
.strength_fl p{font-size:16px;line-height: 36px;color:#beb5aa; box-sizing: border-box; padding-top:20px;}
.strength_fr{width:661px;height:434px;margin-top: -60px;padding:30px 30px 37px 30px;background: #fff url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531170734_1469758436.jpg)no-repeat center 30px;box-shadow: 0 0 30px rgba(0,0,0,.08);border-radius: 30px;position: relative;z-index: 999; box-sizing: border-box;}
.strength_data{margin-top: 0px;  box-sizing: border-box;}
.strength_data li{width:350px;float:left; box-sizing: border-box;}
.strength_data li *{display: block; box-sizing: border-box;}
.strength_data t{width:81px;height:90px;line-height:90px;background: url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531172739_187241457.png)no-repeat;   font-size:48px;color:#fff;font-family: "fontDin1","Arial";text-align: center; box-sizing: border-box;}
.strength_data p{float:left;margin-left:20px;  box-sizing: border-box;}
.strength_data b{font-size: 20px;color:#836f55; box-sizing: border-box;}
.strength_data b:before{content:"多";display: block;width:25px;height:25px;line-height:25px;margin:12px 0 3px 0;background: #ed6c00;font-size: 16px;color:#fff;text-align: center; box-sizing: border-box;}
.strength_data li:last-child b:before{content:"H"; box-sizing: border-box;}
.strength_data span{font-size: 14px;line-height: 20px;color:#836f55; box-sizing: border-box;}

/*视频弹窗*/
.dot{top:42%; position: absolute; left:45.3%; z-index: 2; width:88px; height:88px; border-radius:50%; -webkit-transform: rotate(0deg); transform: rotate(0deg); 
background:url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531184124_98469879.png) no-repeat center;cursor:pointer; box-sizing: border-box;}
.pulse{background: #ed6c00; cursor:pointer; box-sizing: border-box;}
.video_box{width:100%;height:100%;background:rgba(0,0,0,0.6);top:0;left:0;z-index:-1;opacity:0;transition:600ms ease; box-sizing: border-box;}
.video_box.cur{opacity:1;z-index:999;transition:600ms ease; box-sizing: border-box; position: fixed;}
.video{position: fixed;top:-100%;left:60%;margin-top:-250px;margin-left:-500px;transition:600ms ease; box-sizing: border-box;}
.video img{width: 700px;height: 410px;margin: 0; box-sizing: border-box;}
.video_box.cur .video,.video_box.cur .video_x{top:50%;transition:600ms ease;z-index: 99; box-sizing: border-box;}
.video_x{width:50px;height:50px;border-radius:50px;background:#ed6c00;position: fixed;top:-100%;left:50%;margin-left:350px;margin-top:-270px;text-align: center;line-height:50px;font-size:25px;font-weight: lighter;cursor: pointer;transition:600ms ease; color:#f3f2f3; box-sizing: border-box;}
/*百姓百科*/
.bxbk_bg{margin-top:50px; margin-bottom:30px;}
.bxbk_c{width:1400px; margin:0 auto; margin-bottom:80px;}
.bxbk_c_l{width:200px; float:left; height:451px; background:#ed6c00; color:#fff;}
.bxbk_c_l .bx_font{padding:50px 0px 0px 0px; font-size:25px; text-align:center;}
.bxbk_c_l .bx_font .h1{font-size:18px; padding-top:30px;}
.bxbk_c_l .bx_font .h2{font-size:33px; font-weight:bold; padding-top:10px;}
.bxbk_c_l .bx_font .h3{width:130px; margin:0 auto; margin-top:50px;}
.bxbk_c_l .bx_font .h3 a{height:50px; line-height:50px; color:#fff; text-align:center; background:#ffb400; font-size:18px; display:block;}
.bxbk_c_l .bx_font .h3 a:hover{background:#222; color:#fff;}

.bxbk_c_r{width:1200px; float:right; margin-top:50px; height:400px; background:#f9f7f2; border-top:1px solid #eeebe5;}
.bxbk_c_r li{float:left; width:118px; height:99px; border:1px solid #eeebe5; border-top:none; text-align:center;}
.bxbk_c_r li a{font-size:30px; font-weight:bold; display:block; line-height:99px;}
.bxbk_c_r li a:hover{ background:#ed6c00; color:#fff;}


/*产品特点*/
.prodtd_bg{height:693px;background:url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531173319_532100659.jpg)no-repeat center; box-sizing: border-box;}
.prodtd_fl{margin-left:200px;text-align: right;}
.prodtd_fl t{display: block;font-size: 30px;line-height:23px;color:#836f55;}
.prodtd_fl span{font-size: 45px;color:#836f55;font-weight: lighter;}
.prodtd_fl b{color:#ed6c00;}
.prodtd_fl p{margin-top: 10px;padding-left: 38px;background:url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531173932_1323754806.png)no-repeat 48px 18px;font-size: 18px;color:#836f55;}
.prodtd_fl i{font-style:normal;font-size: 36px;color:#836f55;font-family: "fontDin1","Arial";clear: both;}
.prodtd_fl img{display: block;float: right;margin:25px 0 10px 0;}
.prodtd_fl a{display: block;width:154px;height:40px;line-height:36px;float: right;
margin-right: 140px;border:2px #7b7872 solid;font-size: 20px;color:#836f55;font-weight:bold;text-align: center;clear: both;}

.prodtd_fr{width:670px;}
.prodtd_fr li{width:320px;height:232px;padding:45px 20px 0 20px;background: #f5f4f1;box-shadow: 0 0 30px rgba(0,0,0,.05);text-align: center;float: left; box-sizing: border-box;}
.prodtd_fr li:nth-child(odd){margin-right: 30px;}
.prodtd_fr li:nth-child(n+1):nth-child(-n+2){margin-bottom: 30px;}
.prodtd_fr li span{display: block;margin-bottom: 10px;font-size: 25px;color:#ed6c00;}
.prodtd_fr li span:before{content:"";display: block;width:36px;height:36px;margin:0 auto 5px;background: url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210729/20210729152730_771132998.png)no-repeat;transition:all 0.3s;}
.prodtd_fr li:nth-child(2) span:before{background-position:-36px 0;}
.prodtd_fr li:nth-child(3) span:before{background-position:-72px 0;}
.prodtd_fr li:nth-child(4) span:before{background-position:-108px 0;}
.prodtd_fr li:hover:nth-child(1) span:before{background-position:0px -36px;}
.prodtd_fr li:hover:nth-child(2) span:before{background-position:-36px -36px;}
.prodtd_fr li:hover:nth-child(3) span:before{background-position:-72px -36px;}
.prodtd_fr li:hover:nth-child(4) span:before{background-position:-108px -36px;}
.prodtd_fr li p{font-size: 14px;color:#aea79f; line-height:25px;}
/*产品*/
.product_bg{ width:1400px; margin:0 auto;  margin-top: 50px;}
.product_tab{ width:1400px; margin:0 auto;display: -webkit-flex; margin-top:40px; display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; height:120px;/* padding-top: 40px;*/}
.product_tab li{ width:216px; text-align:center; font-size:20px; color:#836f55; height:120px; background:#fffff9; box-shadow:0 0 15px #ccc; font-weight:lighter; transition:all .3s ease; cursor:pointer;}
.product_tab li+li{margin-left:20px;}
.product_tab li .img{ margin-top:28px; margin-left: 86px; width:39px; height:30px; background:url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531172353_307118291.png) no-repeat;}
.product_tab li p a{text-align:center; font-size:20px; color:#836f55; padding-top:10px;}
.product_tab li.on{ color:#fff; background:#ed6c00;}
.product_tab li.on .img{background:url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531172353_122523397.png) no-repeat;}
.product_tab li.on p a{color:#fff;}
.product_bg_c_bg{ position:relative; height:710px; margin-top:40px;}
.product_bg_c ul{position:relative; height:710px; font-weight:lighter;}
.product_bg_c{ width:1400px;}
.product_bg_c td{ display:inline-block; padding:0 !important; width:335px; vertical-align:top;}
.product_bg_c td br{ display:none;}
.product_bg_c tr+tr{ display:block; margin-top:19px;}
.product_bg_c td+td{ margin-left:20px;}
.product_bg_c td a,.product_bg_c td span{ display:block; position:relative; overflow:hidden;}
.product_bg_c td>a img{ width:100%; height:auto; transition:all .6s ease;}
.product_bg_c td span a{ margin-top:1px; line-height:62px; background:#e9e9e2; font-size:15px; color:#836f55; padding-left:20px; position:relative; text-align:left;}
.product_bg_c td span a:after,.product_bg_c td span a:before{ content:''; display:block; position:absolute; transition:all .3s ease;}
.product_bg_c td span a:after{ width:40px; height:4px; background:#ed6c00  ; bottom:0; left:0;}
.product_bg_c td span a:before{ content:'+'; width:22px; height:22px; line-height:22px; text-align:center; font-size:15px; color:#fff; top:0; bottom:0; margin:auto 0; right:19px; background:#aea190;}
.product_bg_c td:hover a:after{ width:100%;}
.product_bg_c td:hover a:before{ background:#ed6c00  ; color:#fff;}
.product_bg_c td:hover a{ color:#ed6c00  ;}
.product_bg_c td:hover a img{ transform:scale(1.1);}
/*家谱编修就选进善文谱*/
.adv{height: 950px;background: url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210626/20210626151457_880856675.jpg) no-repeat center; padding-top: 50px;}
.advtitl{text-align: center;font-size: 45px;color: #fff;}
.advtitl span{display: block;font-size: 18px;font-weight: lighter;margin: 3px 0 12px 0;}
.advtitl:after{content: '';display: block;height: 21px;background: url(//memberpic.114my.com.cn/aocolan/uploadfile/image/20201019/20201019103140_306854089.png)no-repeat center;animation: translate 1.5s linear infinite;}
@keyframes translate{
0%{transform: translateY(10px);}
50%{transform: translateY(0px);}
100%{transform: translateY(10px);}
}
.advtab{font-size: 0;margin: 35px 0 40px 0;}
.advtab li{display: inline-block;vertical-align: top;cursor: pointer;width: 335px;height: 115px;box-sizing: border-box; margin-left:20px;  background: url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531143046_1155858347.png)no-repeat center; transition: all .3s ease;}
.advtab li:nth-child(1){margin-left:0px;}
.advtab li p{display: inline-block;vertical-align: middle; font-size: 26px; color:#64523a; width: 335px; text-align: center; padding: 40px 0px; font-weight: 500;}
.advtab li:hover p{color: #ed6c00;}
.advtab li p+p{margin-left: 25px;}
.advtab li.on{ background: url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531143046_34676645.png)no-repeat center; color: #ed6c00;}
.advtab li.on p{color: #ed6c00;}
.advtab li.on .advicon{background: #78d7ff;transform: rotate(360deg);}
.advcon{padding: 40px 40px; background: #fff; border-radius: 30px; box-shadow: 0 0 30px #ccc;}

.advleft{width: 620px;margin: 50px 0 0 25px;}
.advt { position: relative; padding: 0px 0 0 105px; font-size: 16px; color: #746148;white-space: nowrap; text-transform: uppercase;}
.advt span { position: absolute; left: 0; top: 0; width: 83px; line-height: 76px;  color: #fff; font-family: impact; text-align: center; font-size: 45px; background: #ed6c00;}
.advt strong { display: block; font-size: 35px;  color: #746148; margin-bottom: 5px; font-weight: 500;}
.adv_t span{ position: absolute;ss top: 0; width: 83px; line-height: 76px; color: #fff;  font-family: impact; text-align: center; font-size: 60px; background: #ed6c00;}

.adv_t em{display: block;font-size: 16px;color: #746148;font-weight: lighter; text-transform: uppercase;white-space: nowrap;margin: 10px 0 20px 0;}
.advwa{margin: 30px 0 45px 0;font-size: 16px;color: #888888;font-weight:lighter;line-height: 40px;}
.advwa p{padding-left: 25px; color: #99938a; background: url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531163839_796684763.png)no-repeat 0 0;}
.advtel{width: 450px;height: 90px;background: #fff;border-radius: 10px;box-shadow: 0 0 15px #ccc; text-align: center; line-height: 88px;font-size: 16px;color: #222222;font-weight: lighter;}
.advtel em{font-size: 32px;font-family: Din; font-weight: bold; color:#ed6c00;}
.advtel span{padding-left: 50px; color: #836f55; font-size: 18px; background: url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531151946_662046070.png)no-repeat left center; display: inline-block;}
/*家谱格式*/
.anli2 a {background: #666666;padding: 15px 30px 15px 30px;margin-left: 10px;color: #fff;font-size: 16px; border-radius: 10px;}
.anli2 a:hover{background: #ed6c00;}
.anli2 a.on {background: #ed6c00;}
.anli2{text-align: center; padding-top:30px;}
.use{padding: 30px 0px 0px 0px;  overflow:hidden;}
.usecon *{ box-sizing:border-box;}
.usecon .swiper-slide{ margin-bottom:60px; border:6px solid transparent;}
.usecon{width:90%; margin:0 auto 0 auto; position:relative; overflow:hidden;}
.usecon .swiper-slide a{ display:block;}
.usecon .swiper-slide a img{width:100%;height:auto; opacity:.9; border:1px solid #ddd;}
.usecon .swiper-slide.swiper-slide-active{ border-color:#ffffff; opacity:1;}
.usecon .swiper-slide a p{ position:absolute; width:100%; top:110%; text-align:center; font-size:20px; color:#323636; opacity:0; transition:all .3s ease;}
.usecon .swiper-slide.swiper-slide-active a img{ opacity:1;}
.usecon .swiper-slide.swiper-slide-active p{ top:110%; opacity:1; width:70%; left:15%;}
.usecon .swiper-slide.swiper-slide-active p span a:hover{ color:#ed6c00}
.use .usejt{ position:relative; text-align:center;}
.usejt>div+div{ margin-left:450px;}
.usejt>div{ position:relative; display:inline-block; vertical-align:top; background:#dadede; width:64px;height:56px; top:-15px;left:inherit; right:inherit;}
.casecenter{margin-top: 60px;}


/*合作伙伴*/
.hzkh{background: url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531141737_1195163823.jpg)no-repeat center;height: 486px;}
.cust{ padding:32px 0px;   height:196px; }
.custleft{ margin:41px 22px 0px -74px; cursor:pointer;}
.custright{ margin:41px -74px 0px 0px; cursor:pointer;}
#hzcust{ width:1104px; overflow:hidden;}
#hzcust table tr td div,.hzcust table tr td br{ display:none;}
#hzcust table tr td a{ display:block; width:261px; height:200px; border:1px solid #eaeaea;}
#hzcust table tr td{padding-left: 0px !important; padding-right:18px;}
#hzcust table tr td:hover a{ border:1px solid #00a2e9;}
.partner_cont img{width:260px;height:177px;}
.partner_cont{position: relative;}
.partner_cont table tr{display:block;}
.partner_cont table tr td{display:block;float:left;padding-left:0px !important;margin-right:25px;position: relative; border:0px #eee solid; width:260px !important;height: 151px !important; background:url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531173517_1551614800.png); padding:26px 0 0 12px;}
.partner_cont table tr td img{width:236px !important;height: 118px !important; }

.partner_btn{background:#68635b url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531140654_427342109.png)no-repeat center;width: 50px;height: 50px;position: absolute;top:38px;cursor: pointer; }
.partner_btn:hover{ background:#ed6c00 url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531140654_427342109.png)no-repeat center;}
.partner_btn.btnl{left: -80px;    top: 60px;}
.partner_btn.btnr{right: -80px;transform: rotate(180deg);    top: 60px;}
.partner .tempWrap{width:1400px !important;}
.partner_cont table tr td div{padding-top:0px !important;width:100%;height:100%;}
.partner_cont table tr td div a{display:block;font-size:16px;line-height:54px; display:none; border-top:1px #eee solid; transition:0.3s all ease-in-out;  }
.partner_cont table tr td:hover div a{background:#00a2e9; color:#fff;}
/*新闻中心*/
.news{ padding:70px 0 85px 0;}
.news_cont{height:572px;margin-top: 30px;}
.news_cont_l{width:560px;height:570px;}
.news_cont_l .news_div{    width: 490px;height: 523px;padding: 36px;background: #f6f2ee;}
.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'; color: #54442e;}
.news_div_item_year ,.news_div_item_month ,.news_div_item_day{float:left}
.news_cont_l .news_div_item_content{position: absolute; top: 350px; 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:18px;color:#54442e;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:#bebbb7;font-weight:lighter;margin-top:36px; line-height:30px;}
.news_cont_l .news_div_item_body:after{content:'点击了解更多 +';width:160px;height:35px;background:#ed6c00;text-align:center;color:#fff;display:block;line-height:35px;     position: relative;   top: 45px;}
.news_cont_l .news_div_item_a:hover{color:#ed6c00;}
.news_cont_r{width:800px;height:604px;}
.news_cont_r ul{height:65px;}
.news_cont_r ul a{width:30.41%;height:63px;margin-left:4%;float:left;background:#e5dfd8;border:1px solid #efefef;text-align:center;line-height:65px;font-size:18px;color:#54442e;font-weight:bolder;display:block; font-weight: 300;}
.news_cont_r ul a:nth-child(1){ margin-left:0;}
.news_cont_r .cur{background:#ed6c00;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:777px;border:1px solid #eee;height:146.5px; 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:536px;left:260px;top:33px;}
.news_cont_r .news_div_item_a{font-size:18px;color:#54442e;width:100%;height:115px;display:block;position:absolute;z-index:3;}
.news_cont_r .news_div_item_a:hover{color:#ed6c00;}
.news_cont_r .news_div_item_body{font-size:14px;color:#bebbb7;font-weight:lighter;margin-top:36px;line-height:30px;padding-right: 20px;}
.news  .news_div_item:hover .news_div_item_body:after{background: #ffa200;}

/*关于我们*/
.about{ background:url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531102930_312683862.jpg) no-repeat center top; margin-top:60px;}
.abcon{height: 574px;padding-top:90px; width:795px;}
.ab_tt em{ font-size:55px; color: rgb(70,54,33,0.1);  font-weight:lighter; text-transform:uppercase;}
.ab_t b{ display:block; font-size:22px; color:#0e5dd4; margin:10px 0 20px 0;}
.ab_wa{ margin:70px 0 50px 0; line-height:42px; font-size:15px; color:#64676d; }
.ab_t{font-size: 45px;}
.ab_t i{color: #ed6c00;    font-weight: bold;}
.ab_t span{font-size: 18px;color: #64676d;line-height: 30px;}
.ab_wa a{color: #64676d;font-size: 15px;}
.ab_wa a:hover{color: #ed6c00;}
.ab_t:after {width: 38px; height: 4px;background: #ed6c00;display: block;content: '';margin: 25px 0 23px 0;}
.ab_t em{color: #463621;}


/*版权*/
.links .w1400{ background:url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531102033_1817897618.png) no-repeat right center;}
.links{background:#ed6c00; font-size:22px; color:#fff; text-transform:uppercase;font-weight: normal; padding:1.2% 0;}
.links p span{ padding:0 10px 0 10px; font-family: Impact;}
.copyright{ background:#f9f7f2; position:relative; padding-top:50px;}
.crcontact{  width:1400px; left:0; right:0; background:#ffffff; height:158px; margin:0 auto; box-sizing:border-box; padding:30px;}
.crcontact{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; }
.crcontact ul{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.crcontact div img{ width:113px; height:113px; display:inline-block; vertical-align:middle;}
.crcontact div span{ display:inline-block; vertical-align:middle; width:15px; font-size:15px; color:#666666; line-height:15px;}
.crcontact li{ font-size:16px; color:#54442e; position:relative;font-weight: normal;}
.crcontact li em{ display:block; font-size:24px; color:#ed6c00; font-family: Arial;padding-left:40px; margin-bottom:15px;}
.crcontact li:nth-child(1) em{ background:url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531101205_1379503969.png) no-repeat left center; }
.crcontact li:nth-child(2) em{ background:url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531101205_1486584013.png) no-repeat left center; }
.crcontact li:nth-child(3) em{ background:url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20210531/20210531101205_715504848.png) no-repeat left center; }
.crcontact li:nth-child(4) em{ background:url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20240618/20240618180253_1540126416.png) no-repeat left center; }
.crcontact li{ padding:0 60px 0 60px; position:relative;}
.crcontact li:nth-child(1){ padding-left:20px;}
.crcontact li:nth-child(4){ padding-right:0;}
.crcontact li strong{color: #54442e;font-size: 25px;font-family: 'fontDin1';}
.crcontact li+li:after{ content:''; display:block; position:absolute; top:0; left:0; bottom:0; margin:auto 0; height:70px; background:#edebe7; width:1px;}
.crcon{  padding: 60px 0; display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.crcon ul{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.kslj p{ font-size:18px; color:#54442e; margin-bottom:20px;font-weight: normal;}
.kslj a{ font-size:15px; color:#a49f99; line-height:35px; display:block;}
.kslj a:hover,.end a:hover{ color:#ed6c00;}
.kslj li{width:130px; }
.kslj li+li{ margin-left:50px;}
.crcode img{ display:block; width:132px; height:132px; margin-bottom:10px;}
.crcode li{font-size:14px; color:#706b60; font-weight:lighter; text-align:center;}
.crcode li+li{ margin-left:30px;}
.end{ line-height:40px; text-align:center; padding:30px 0; border-top:1px solid #fff; }
.end,.end a{ font-size:15px; color:#a49f99;}

/*浮动*/
.my-kefu {
  position: fixed;
  right: 0px;
  top: 30% !important;
  z-index: 9999;
}

.my-kefu ul {
  width: 77px;
}

.my-kefu li a {
  text-decoration: none;
}

.my-kefu li {
  background: #ed6c00;
  margin-top: 1px;
  height: 65px;
  width: 77px;
  box-sizing:content-box;
}

.my-kefu li i {
  background: url(//memberpic.114my.com.cn/dgjswp/uploadfile/image/20240618/20240618180508_1684216121.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 8px;
}

.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: 145px;
}

.my-kefu .my-kefu-liuyan i {
  background-position: 4px -53px;
}

.my-kefu .my-kefu-weixin i {
  background-position: -34px 4px;
}

.my-kefu .my-kefu-weibo i {
  background-position: -30px -22px;
}

.my-kefu .my-kefu-ftop {
  background-color: #222;
}

.my-kefu .my-kefu-ftop i {
  width: 33px;
  height: 35px;
  background-position: -27px -51px;
}

.my-kefu-left {
  float: left;
  width: 77px;
  height: 47px;
  position: relative;
}

.my-kefu-tel-right {
  font-size: 20px;
  color: #fff;
  float: left;
  height: 24px;
  line-height: 24px;
  padding-left: 15px;
  border-left: 1px solid #fff;
  padding-top: 10px;
  box-sizing:content-box;
}

.my-kefu-tel-right a {
  font-size: 20px;
  color: #fff;
  float: left;
  height: 24px;
  line-height: 24px;
  padding-left: 15px;
}

.my-kefu-tel1-right {
  font-size: 20px;
  color: #fff;
  float: left;
  height: 24px;
  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: 24px;
  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;
  height: 47px;
  padding-top: 10px;
  width: 247px;
}

.my-kefu-main {
  width: 97px;
  position: relative;
}

.my-kefu-weixin-pic {
  position: absolute;
  left: -130px;
  top: -24px;
  display: none;
}

@font-face {
 font-family:fontDin1;
 src: url(//memberpic.114my.com.cn/dgjswp/cssnew/DIN-MEDIUM_otf.txt),url(//memberpic.114my.com.cn/dgjswp/cssnew/DIN-MEDIUM_woff.txt),url(//memberpic.114my.com.cn/dgjswp/cssnew/DIN-MEDIUM_eot.txt),url(//memberpic.114my.com.cn/dgjswp/cssnew/DIN-MEDIUM_woff2.txt),url(//memberpic.114my.com.cn/dgjswp/cssnew/DIN-MEDIUM_ttf.txt)}
</style>