@font-face {
 font-family:fontDin1;
 src: url(../cssnew/DIN-MEDIUM_otf.txt),url(../cssnew/DIN-MEDIUM_woff.txt),url(../cssnew/DIN-MEDIUM_eot.txt),url(../cssnew/DIN-MEDIUM_woff2.txt),url(../cssnew/DIN-MEDIUM_ttf.txt)}
/*通用代码*/
*{ margin:0px; padding:0px;}
body{font-size:14px; color:#222222; font-family:"Microsoft YaHei"; font-family:'微软雅黑'; min-width:1400px; overflow-x:hidden; background-color: #fff;}
img{margin: 0px; padding: 0px;border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
h1,h2,h3,h4,h5,h6,h7{ font-weight:normal;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
.clear{clear:both;}
a{color: #222222; text-decoration: none; font-size:14px;}
a:hover{color: #0f0964;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none;font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
.page,.w1400{ margin:0 auto;width: 1400px; }
.w1400{width:1400px; margin:0 auto;}
.fr{ float:right;}
.fl{ float: left;}
*,:after,:before{ box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.title{text-align: center;font-size: 36px;color: #333;}
.title em{color: #0f0964;}
.title span{display: block;font-size: 16px;color: #888;margin:8px 0 14px 0;}
.title i{display: block;width: 80px;height: 5px;margin: 0 auto; position: relative;}
.title i::after,.title i::before{content: '';display: block;position: absolute;width: 30px; height: 5px;top: 0;left: 0;}
.title i::after{right: 0px;left: inherit;background:#0f0964;animation:allTitleAfter 3s infinite linear;}
.title i::before{background:#0f0964;animation:allTitleBefore 3s infinite linear;}
.title t{width: 30px;height: 5px;background:#eb5f33;margin:0 auto;display:block;animation:allTitleI 3s infinite linear;}

@keyframes allTitleI{
0%{transform:translateX(0px);}
25%{transform:translateX(-25px);}
50%{transform:translateX(0px);}
75%{transform:translateX(25px);}
100%{transform:translateX(0px);}
}
@keyframes allTitleBefore{
0%{width:15px;}
25%{width:0px;}
50%{width:15px;}
75%{width:30px;}
100%{width:15px;}
}
@keyframes allTitleAfter{
0%{width:15px;}
25%{width:30px;}
50%{width:15px;}
75%{width:0px;}
100%{width:15px;}
}

/*间隙*/
.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;}

.hovermaincolor a:hover{ color:#0f0964;}
/*抬头*/
.header{ height:102px; background:#fff; padding:0 0 0 20px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; } 
.hleft,.hright,.nav>ul,.hbtn{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.hlogobg{ height:102px;}
.hlogo{ width:136px; height:94px; position:relative; z-index:99; text-align:center;  padding-top:4px;} 
.hmean{ font-size:17px; color:#aaa; font-weight:lighter; margin-left:198px; border-left:1px solid #eee;}
.hmean b{ display:block; font-size:24px; color:#0f0964; line-height:40px; padding-left:20px;}
.hmean b i{ display:inline-block; vertical-align:sub; font-size:40px; color:#0f0964; font-family:fontDin2;}
.hmean em{ padding-left:20px;}
.hmean span{ padding:0 10px;}
.hmean span:first-child{ padding-left:0;}
.hmean span:last-child{ padding-right:0;}
.nav ul li{ position:relative; margin-right:54px;}
.nav ul li>a{ display:block; font-size:16px; color:#333;  padding-top: 15px;  position:relative;}
.nav ul li>a i{ display:block; position:absolute; height:3px; background:#0f0964; width:0; transition:all .3s ease; left:0; bottom:-18px;} 
.nav ul li>a i:after{ content:''; display:block; position:absolute; width:0; height:0; bottom:100%; left:0; right:0; margin:0 auto; border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:7px solid #0f0964; transform:rotateY(90deg); opacity:0; transition:all .3s ease;}
.nav ul li.cur>a i,.nav ul li:hover>a i{ width:100%;}
.nav ul li>a em{   display: block;  font-size: 12px;  color: #aaa; font-weight: lighter; text-align: center;    text-transform: uppercase;   line-height: 30px;}
.nav ul li:hover>a em{color:#0f0964; }
.nav ul li.cur>a i:after,.nav ul li:hover>a i:after{ opacity:1; transform:rotate(0);}
.nav ul li.cur>a,.nav ul li:hover>a{color:#0f0964; font-weight:bold;}
.nav>ul>li .dropmenu{width:200%;position:absolute;top:83px;left:-50%;z-index: 99;transform-origin: 0 0;transform: perspective(600px) rotateX(-90deg);transition:600ms ease;}
.nav>ul>li .dropmenu td table{ display:none;}
.nav>ul>li:hover .dropmenu{transform: perspective(600px) rotateX(0deg);transition:600ms ease;cursor:pointer; }
.nav>ul>li .dropmenu a{font-size: 14px;display:block;line-height:52px;text-align:center;color:#fff;background:rgba(0,0,0,.8);transition:600ms ease; margin-top:1px;}
.nav>ul>li .dropmenu a:hover{background:#0f0964;}
.nav>ul>li table,.nav>ul>li tbody,.nav>ul>li tr,.nav>ul>li td{ display:block;}
.hseaicon{ height:102px; width:70px; background:url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211118/20211118150456_1223933826.png) no-repeat center 28px; background-color:#0f0964; text-align:center; font-size:14px; color:#fff; line-height:145px;}
.hbtn{ height:102px;}
.hsearch{display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center; position:relative;}
.hsearch:hover .iser_box{transform: rotateX(0deg);}
.hsearch:hover .hseaicon span{ background-color:#0f0964;}
.htel:hover .htelicon span{ background-color:#0f0964;}
.iser_box{background: rgba(255,255,255,0.8); position: absolute;top: 100%;right: 0;padding: 30px; transform-origin: top; transform: rotateX(90deg);transition: all 0.5s;z-index: 9;}
.search_l{display:flex;align-items:center;justify-content:end;width:575px;}
.search_l span+span{margin-left:10px;}
.search_l a{color: #666;font-size: 14px;}
.search_r{margin-top:15px;position:relative;}
#infoname{width:100%;height:38px;line-height: 38px;border:1px solid #eee;text-indent:12px;}
.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}
.hbtn .hmap{ display:block; width:70px; height:102px; line-height:145px; background:url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211118/20211118150604_1923817310.png) no-repeat center 28px; background-color:#f5f5f5; font-size:14px; color:#666; text-align:center;}

@media screen and (max-width:1693px){
	.nav ul li{ margin-right:30px;}
	.hmean b{font-size:21px;}
	.hmean{font-size:17px;}
	}
@media screen and (max-width:1670px){
	.nav ul li{ margin-right:30px;}
	.hmean b{font-size:21px;}
	.hmean{font-size:17px;}
	.hmean span{font-size:15px;}
	}
@media screen and (max-width:1550px){
	.nav ul li{ margin-right:20px;}
	.nav ul li>a{ font-size:14px;}
	.hmean b{font-size:21px;}
	.hmean{font-size:17px;}
	.hmean span{font-size:15px;}
	}
@media screen and (max-width:1450px){
	.nav ul li{ margin-right:10px;}
    .htel{ font-size:20px;}
	.hmean b{font-size:21px;}
	.hmean{font-size:17px;}
	.hmean span{font-size:14px;}
	}

/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1;}
.banner-box{ min-width:1400px; height:660px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:660px; background-position: center; background-repeat: no-repeat; background-color: #000}
.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:220px; left: 0; margin-left: 0; height: 415px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px; background:url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211118/20211118140703_385165937.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211118/20211118140703_385165937.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #0f0964;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; }

/*鸿宇 • 产品中心*/
.product{ padding:55px 0;}
.protab{ font-size:0; margin:30px 0 20px 0; white-space:nowrap;}
.protab li{ display:inline-block; vertical-align:top; width:224.5px; height:250px; background:url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211118/20211118163249_1482382919.png) no-repeat; transition:all .3s ease; background-color:#fff; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.protab li a{ display:block; padding:14px;}
.protab li+li{ margin-left:10px;}
.protab li.on,.protab li:hover{ background:url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211118/20211118163249_736164285.png) no-repeat; background-color:#fff; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.protab li.on .ptt,.protab li:hover .ptt{ color:#0f0964;}
.protab li.on .ptc,.protab li.on .ptc em,.protab li:hover .ptc,.protab li:hover .ptc em{ color:#0f0964;}
.ptt{ line-height:63px; text-align:center; background:#fff; font-size:30px; color:#222;transition:all .3s ease; width:163px;}
.ptc{ margin-top:10px; font-size:18px; color:#666; line-height:30px; font-weight:lighter; text-align:center;transition:all .3s ease;}
.ptc em{ display:block; text-transform:uppercase; font-size:14px; color:#bcbcbc; text-transform:uppercase;transition:all .3s ease;}
@keyframes transtation{
	0%{ transform:translateY(10px);}
	50%{ transform:translateY(0px);}
	100%{ transform:translateY(10px);}
	}
.changpd{ width:100%; margin:0 auto; margin-top:30px;}
.procon td{ display:inline-block; width:24.2%;border:1px solid #e6e6e6; padding:19px 19px 0 19px !important; background: #f5f5f5; position:relative; overflow:hidden;box-sizing: border-box;}
.procon td>a{ display:block;  overflow:hidden; position:relative;}
.procon td br{ display: none;}
.procon td span{ display:block; padding-top:0px !important; line-height:69px;}
.procon td span a{ display:block; position:relative; font-size:16px; font-weight: lighter;color:#222222; padding:0px 80px 0px 13px; line-height:69px; text-align:left; overflow:hidden; white-space:nowrap;text-overflow: ellipsis;}
.procon td span a:after{ content:'MORE'; display:block; position:absolute; top:0px; margin:auto 0; bottom:0; right:0px; width:70px; height:28px; background:#999; text-align:center; line-height:28px; font-weight: lighter;color:#fff; font-size:14px; font-family:Arial, Helvetica, sans-serif;transition:all 0.5s ease;}
.procon td+td{ margin-left:1%;}
.procon tr+tr{ display:block; margin-top:20px;}
.procon td a,.procon td img{ position:relative; z-index:33; transition:all 0.5s ease;}
.procon td img{ width:99%; height: auto;}
.procon td:after{ content:''; display:block; position:absolute; width:100%; height:100%; top:0px; left:-120%; background:#0f0964; transition:all 0.5s ease;transform: rotate(90deg);}
.procon td:hover:after{ left:0px; transform: rotate(0deg);}
.procon td:hover a{ color:#fff;}
.procon td:hover a:after{ background:#fff; color:#0f0964;}
.procon td:hover a:after{ width:80px;}

/*选择鸿宇4大核心理由*/
.adv_bg{height:1015px;background: url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211118/20211118164609_994879309.png)no-repeat center;}
.adv{position: relative; padding-top:60px;}
.adv:after{content:"";display:block;width:661px;height:661px; border-radius:100%;position: absolute;right: 39px;top: 143px;}
.adv_title{padding: 78px 0 55px 0;}
/*优势内容*/
.adv_t{z-index: 2;}
.adv_t_text{width:580px; margin-top: 70px;}
.adv_t_text *{display: block;}
.adv_t_text t{font-size: 90px;color:#0f0964;line-height: 70px;}
.adv_t_text b{margin-top: 20px;font-size: 30px;color:#333;}
.adv_t_text span{font-size: 14px;color:#ccc;line-height: 28px; text-transform: uppercase;}
.adv_t_text span:after{content: "";display: block;width:60px;height:2px;margin:36px 0 34px 0;background: #0f0964;}
.adv_t_text p{font-size: 15px;color:#999;line-height: 34px;}
.shared_a{display: block;width:180px;height:50px;line-height: 50px;margin-top: 105px; background: #333;text-align: center;font-size: 18px;color:#fff;float:right;border-radius: 100px;}
.shared_a:hover{color: #fff; background: #0f0964;}
.adv_t_text .shared_a{float:left;margin-top: 50px; color:#fff;}
.adv_t_text a{font-size: 18px !important; color:#fff;}
.adv_t_img{position: absolute;top: 60px;right: 30px;border-radius: 50%;box-shadow: 0 0 0 0 rgba(255 255 255);animation: ripple 2s infinite;}
.adv_t_img img{border-radius: 100%;border: 10px #fff solid;}
.adv_t_tel{width: 280px;padding-left: 60px;position: absolute;top: 605px;left: 288px;background:url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211118/20211118164639_901865228.png)no-repeat left;}
.adv_t_tel p{font-size: 18px;color:#999;}
.adv_t_tel span{font-size:30px;color:#0f0964;}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(237, 107, 27, .0);

                box-shadow: 0 0 0 40px 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);
    }
}
/*优势切换*/
.adv_b{width:1450px;height:150px;background: #fff;box-shadow: 0px 0px 13.8px 1.2px rgba(51, 51, 51, 0.1);border-radius: 0 10px 10px 0;margin-left: -260px;position: absolute;top: 760px;z-index: 2;}
.adv_b_page{margin-left: 260px;}
.adv_b li{float: left;width:25%;height:150px;align-items: center;display: flex;justify-content: center;cursor: pointer;position: relative;}
.adv_b li:before{content:"";display: block;width:40px;height:40px;margin-right: 15px;background:url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211118/20211118165343_1142841590.png)no-repeat;z-index: 2;}
.adv_b li:nth-child(2):before{background-position: -40px 0;margin-top: 3px;}
.adv_b li:nth-child(3):before{background-position: -82px 0;}
.adv_b li:nth-child(4):before{background-position: -121px 0;}
.adv_b li.on:nth-child(1):before{background-position: 0 -40px;}
.adv_b li.on:nth-child(2):before{background-position: -40px -40px;}
.adv_b li.on:nth-child(3):before{background-position: -82px -40px;}
.adv_b li.on:nth-child(4):before{background-position: -121px -40px;margin-right: 22px;}
.adv_b li.on:before{margin-right: 25px;}
.adv_b li:after{content: "";display: block;width:66px;height:66px; position: absolute;left: 21px;transition: all 0.3s;transform: scale(0);}
.adv_b li.on:after{transform: scale(1);}
.adv_b li t:after{content:"";display: block;width:1px;height:60px;background: #eee;position: absolute;right: 0;top: 45px;}
.adv_b li:last-child t:after{background: none;}
.adv_b li *{display: block;}
.adv_b b{font-size: 24px;color:#333;}
.adv_b p{font-size: 15px;color:#999; text-transform: uppercase;}


/*视频中心*/
.pro_vd{ height:500px; line-height: 50px; background: url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211119/20211119091715_710421965.png) no-repeat center;}
.spzxcon{ margin-top:25px;}
.spzxcon ul td{ display:block; float:left; width:297px; padding-left:0px !important;}
.spzxcon ul td+td{ margin-left:60px;}
.spzxcon ul td br{ display:none;}
.spzxcon ul td>a>img{margin-top: 13px;}
.spzxcon ul td>a{background: url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211118/20211118173929_400231548.png) no-repeat center; display:block; width:327px; height:211px; transition:all 0.5s ease; overflow:hidden;}
.spzxcon ul td div{ width:100%; height:40px; line-height:40px; text-align:center; padding-top:0px !important;transition:all 0.5s ease;}
.spzxcon ul td div>a{ display:block; color:#222; font-size:16px; line-height:60px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; transition:all 0.5s ease; padding:0 0 0 40px;}
.spzxcon ul td div>a:hover{color: #0063c8;}
.spzxcon ul{ display:none;}
.spzxcon ul:nth-child(1){ display:block;}

/*鸿宇 • 公司简介*/
.about{padding: 60px 0;}
.jjleft{width: 570px;margin: 55px 0 0 50px;}
.abcon{background: #f7f8f9;margin: 40px 0 0 0; position: relative;}
.abcon:after{content: '';display: block;position: absolute;z-index: -1;width: 640px;height: 490px;background: #eaeced;top: 65px;left: -20px;}
.ab_t em{font-size: 52px;color: #dde1e6;font-family: Arial Narrow,Arial;text-transform: uppercase; font-weight: bold;}
.ab_t b{display: block;font-size: 22px;color: #0f0964;margin: 10px 0 15px 0;}
.ab_t:after{content: '';display: block;width: 46px;height: 3px;background: #0f0964;}
.ab_c{text-indent: 2em;font-size: 14px;color: #888;line-height: 35px;margin: 35px 0 50px 0;}
.abbtn a{display: inline-block;font-size: 18px;color: #888;padding-left: 60px;height: 46px;}
.abbtn a em{display: block;font-size: 12px;font-family: arial;}
.abbtn a+a{margin-left: 40px;}
.abbtn a:nth-child(1){background: url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211118/20211118175634_634964931.png) no-repeat left center;}
.abbtn a:nth-child(2){background: url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211118/20211118175634_1578438706.png) no-repeat left center;}
.abbtn a:nth-child(3){background: url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211118/20211118175634_1019662504.png) no-repeat left center;}

.qyxx{ position:relative; padding:60px 0 0 0;}
#qyxx{ margin-left:50px;}
.abjt{ cursor:pointer; width:33px; height:33px; top:45%; position:absolute;}
.ableft{ left:0px; background:url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211118/20211118185447_1512937634.png) no-repeat top center;}
.abright{ right:0px; background:url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211118/20211118185447_502827846.png) no-repeat top center;}
.abjt:hover{ background-position: bottom center;}
.qyxx td{ display:inline-block; padding:0 !important; margin-right:14px;}
.qyxx td img{ width:306; height:auto;}
.qyxx td>a{ display:block; padding:3px; border:1px solid #e5e5e5;}
.qyxx td div{ padding-top:0px !important;}
.qyxx td br{ display:none;}
.qyxx td div a{ margin-top:5px; font-size:16px; color:#666666; display:block; background:#f8f8f8; height:50px; line-height:50px;}
.qyxx td:hover a{color:#0f0964; border-color:#0f0964;}

/*新闻*/
.news_bg{background:#f5f5f5; height:810px;}
.news_top{width:551px;margin:0px auto;}
.news_wz{ height:48px;line-height: 36px; }
.news_wz b{font-size:26px;}
.news_wz span{font-size:24px; margin-left: 8px; color: #ccc; text-transform: uppercase; font-family: Arial;}
.news_wz em{font-size:16px; font-weight:200; display: block;color: #999;}
.news_tab{margin-top:10px;}
.news_tab li{float:left;background: #fff; box-shadow: 0px 0px 20px #eee; width: 171px; height: 42px; line-height: 42px; text-align: center; border-radius: 30px;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;font-weight:100; color:#666;display: block;}
.news_tab li.on{color:#fff; background:linear-gradient(-90deg, #0f0964, #5952c5);box-shadow:0px 0px 10px rgba(38, 149, 215, 0.3);width: 171px; height: 42px; line-height: 42px;}
.news_tab li.on a{color:#fff !important;}
.news_a{margin-right: 17px;}
.news_a em{position:relative;font-size: 20px;color: #c2c2c2; top:8px;}
.news_a .sPrev, .news_a .sNext{position:absolute;top: 2px;font-size: 20px;color: #c2c2c2;cursor: pointer;}
.news_a .sPrev{right: 5px;transform: rotate(-90deg);}
.news_a .sNext{left: 5px;transform: rotate(90deg);}
.news_a i:hover{color:#0f0964;}
.news_list{height: auto; min-height:500px !important;width: 1400px !important; margin:0 auto;  overflow: hidden;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{height: 510px; width:1400px !important; margin:0 auto;}
.news_list .news_div_item{width: 25%;display: inline-block;position: relative;height:100%;transition:0.5s; padding:30px 40px 40px;border-right:1px #eee solid;}
.news_list .news_div_item:first-child{border-left:1px #eee solid;}
.news_list .news_div_item_date{font-weight: 400;height: 26px; line-height: 22px;}
.news_list .news_div_item_content{padding-right: 14px; padding-bottom:90px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{display: inline-block; font-size: 15px;line-height: 22px; color: #999;}

.news_list .news_div_item_a{font-size: 18px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight:normal; color:#222;}
.news_list .news_div_item_a::after{position:absolute;content:'';bottom: -170px;font-size: 43px;background:url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211118/20211118195718_116746847.png) no-repeat center;width: 30px;height: 30px;left: 0;transition:0.5s;}

.news_list .news_div_item_a:hover::after{background:url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211118/20211118195718_1250405007.png) no-repeat center;}

.news_list .news_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 35px;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;}
.news_list .news_div_item_pic{    height: 14vw; overflow: hidden;}
.news_list .news_div_item img{transition:0.3s all linear; }
.news_list .news_div_item:hover img{transform:scale(1.1);}
.news_list .news_div_item:hover .news_div_item_a{color: #0f0964;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{padding-left:40px;display: block;width: 130px;}

/*版权*/
.g_ft{height:365px;padding-top:30px;background:url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211118/20211118201516_1197637065.jpg)no-repeat center top;overflow:hidden;}
.content{ width:1400px; margin:0 auto;}
.g_ft .ftlogo{float:left;width:260px;text-align:center;margin:35px auto 0px;}
.g_ft .ftlogo p{width:313px;height:50px;background:#dfdfdf;border-radius:60px;text-align:center;color:#999;font-size:16px;display:block;line-height:50px;margin:20px auto;}
.g_ft .m_fanv2{float:left;width:333px;margin:0px 80px 0 110px; border-right: 1px rgba(255,255,255,0.3) solid;}
.g_ft .m_fanv2 p a{display:block;float:left;width:136px;height:40px;line-height:40px;font-size:15px;color:#a6a6a6;}
.g_ft .f_ftcon{float:left;width:290px;}
.g_ft h2{height:26px;font-weight: normal;font-size: 20px;color:#a3a3a3;line-height:26px;margin-bottom:15px; margin-top:10px; font-weight:bold;}
.g_ft h2 b{font-size:16px;color:#fff;opacity:0.3;text-transform:uppercase;letter-spacing:-1;margin-left: 10px; font-weight: 500;}
.g_ft .f_ftcon h2{padding-left: 0;}
.g_ft .f_ftcon li{position: relative;line-height:40px;padding-left: 70px;font-size:15px;color:#a3a3a3;width: 220px;}
.g_ft .f_ftcon li b{position: absolute;left:0;top:0;font-weight: normal;}
.g_ft .m_code{float: right;width:295px;}
.g_ft .m_code h3 {display: block;font-size: 20px;color: #a3a3a3;font-weight: normal;margin-bottom:20px; font-weight:bold;}
.g_ft .m_code h3 b{ font-size: 16px; color: #fff;  opacity: 0.3; text-transform: uppercase; letter-spacing: -1; margin-left: 10px; font-weight: 500;}
.g_ft .codelst li{float: left;width:130px;height:130px;margin-right: 32px;}
.g_ft .codelst li img{width:130px;height: 130px;display: block;margin: 0 auto; }
.g_ft .codelst .code2{margin-right: 0;}

.copy_row3 {text-align:center;margin:250px auto 0px;font-size:15px;color:#666; ;border-top:1px rgba(255,255,255,0.2) solid;width:1400px;}
.copy_row3 a{color:#a3a3a3; font-size:15px;}
.copy_n{line-height:80px;color:#a3a3a3;font-size:15px;float:left;}
.copy_n a{display:inline-block;color:#a3a3a3;font-size:inherit;font-size:14px;}
.copy_nr{float:right;color:#a3a3a3;line-height:80px}

i.iconfont.icon-cixiu {font-size:74px !important;}
i.iconfont.icon-mianhua {font-size:46px !important;}
i.iconfont.icon-wanou {font-size:66px !important;}
i.iconfont.icon-zixun {font-size: 56px !important;}
i.iconfont.icon-jiaohuo {font-size: 44px !important;}
i.iconfont.icon-tubiao_pinzhiguanli{font-size: 56px !important;}
.prod_ms{width:515px;height:55px;margin:40px auto;}
.prod_ms a{width:255px;height:55px;background:#0f0964;text-align:center;font-size:21px;line-height:55px;color:#e7b123;border-radius:30px;}

/*友情*/
.links{ color:#fff; background:#0f0964;}
.links .w1400{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center; height:85px;}
.links .w1400>p{ font-size:16px; color:#fff; font-weight:bold; padding-left:35px; background:url(//memberpic.114my.com.cn/dghysl11/uploadfile/image/20211119/20211119092723_1142275999.png) no-repeat left center; line-height:26px;}
.links .w1400>p span{ font-size:18px; padding:0 20px 0 5px;}