@font-face {
 font-family:fontDin1;
 src: url(https://memberpic.114my.com.cn/dgrljn11/cssnew/DIN-MEDIUM_otf.txt),url(https://memberpic.114my.com.cn/dgrljn11/cssnew/DIN-MEDIUM_woff.txt),url(https://memberpic.114my.com.cn/dgrljn11/cssnew/DIN-MEDIUM_eot.txt),url(https://memberpic.114my.com.cn/dgrljn11/cssnew/DIN-MEDIUM_woff2.txt),url(https://memberpic.114my.com.cn/dgrljn11/cssnew/DIN-MEDIUM_ttf.txt)}
 /*通用代码*/
*{ margin:0px; padding:0px;}
body{font-size:14px; color:#222222; font-family:"Microsoft YaHei"; font-family:'微软雅黑'; min-width:1300px; overflow-x:hidden;}
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: #0479db;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none;font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
.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:40px; color:#333333;}
.title b i{ color:#0479db;}
.title span{ display:block; font-size:18px; color:#8c8b89; margin:10px 0 20px 0;}
.title em i{ display:inline-block; width:6px; height:24px; background:#ff9000; border-radius:3px; vertical-align:top;animation: tptd 1.5s infinite;-webkit-animation: tptd 1.5s infinite;}
.title em i+i{ margin-left:11px;}
.title em i:nth-child(2){ height:32px; background:#0479db;animation: tptd 1.8s infinite;-webkit-animation: tptd 1.8s infinite;}
.title em i:nth-child(3){ background:#ff6203;animation: tptd 2s infinite;-webkit-animation: tptd 2s infinite;}
@keyframes tptd{
  0%{transform: translateY(0);}
  50%{transform: translateY(5px);}
  100%{transform: translateY(0);}
}
.hovermaincolor a:hover{ color:#0479db;}

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



/*抬头*/
.header{ padding-right:70px; height:150px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; }
.hleft,.hlogo,.hright{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center; }
.hlogo{ height:150px; padding:0 70px; background:#0479db;}
.hlogo em{ display:block; font-size:14px; color:#fff; font-family:Arial, Helvetica, sans-serif; margin-top:10px; text-transform:uppercase; letter-spacing: 0px;}
.hlogo p+p{ margin-left:20px; font-size: 35px; color: #fff; letter-spacing: 5px;}
.hmean{ margin-left:50px;}
.hmean b{ display:block; font-size:23px; color:#0479db; margin-bottom:8px; font-weight:500;}
.hmean em{ font-size:18px; color:#888;letter-spacing: 6px;}
.hright p+p{ margin-left:75px;}
.htel span{ display:block; padding-left:40px; background:url(https://memberpic.114my.com.cn/0440291/uploadfile/image/20220624/20220624142220_1675085639.png) no-repeat left center;}
.htel { line-height:34px; font-size:16px; color:#999; font-weight:lighter;}
.htel em{ font-size:35px; color:#0479db; font-family:Din; font-weight: 500;}
/*导航*/
.nav{ margin:0 70px; text-align:center; height:80px; background:#fff; position:relative; z-index:9; box-shadow:0 0 15px rgba(0,0,0,.2);}
.nav:after{ content:''; display:block; position:absolute; height:100%; width:100vw; right:100%; top:0; background:#0479db;}
.nav>ul{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.nav>ul>li{ position:relative; width:10%;}
.nav>ul>li>a{ position:relative; display:block; line-height:80px; font-size:17px; color:#333333; transition:all .3s ease;}
.nav>ul>li>a:after{ content:''; display:block; position:absolute; width:18px; height:18px; border:4px solid #0479db; background:#fff; border-radius:50%; bottom:-9px; left:0; right:0; margin:0 auto; transition:all .3s ease; transform:scale(0); z-index:99;}
.nav>ul>li.cur>a:after,.nav>ul>li:hover>a:after{ transform:scale(1);}
.nav>ul>li.cur>a,.nav>ul>li:hover>a{ font-weight:bold; color:#0479db;}
.dropmenu{ position:absolute; width:100%; left:0;  z-index:9;border-radius:5px; text-align:center; transition:all .3s ease; opacity:0; visibility:hidden; top:105%; overflow:hidden;}
.nav>ul>li:hover .dropmenu{top:100%; opacity:1; visibility:visible;}
.dropmenu a{ display:block; line-height:50px; font-size:14px; color:#fff; transition:all .3s ease;  background:#333; margin-top:1px;}
.dropmenu a:hover{ background:#0479db; color:#fff!important;}
.dropmenu table,.dropmenu tbody,.dropmenu tr,.dropmenu td{ display:block; width:100%;}
@media screen and (max-width:1500px){
	.header{ padding-right:30px;}
	.hlogo{ padding:0 30px;}
	.nav{ margin:0 30px;}
	}
@media screen and (max-width:1400px){
	.hright p+p{ margin-left:30px;}
	.htel em{ font-size:25px;}
	}
	
/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1; background:#f1f1f1;}
.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;}
.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:235px; left: 0; margin-left: 0; height: 455px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px; background:url(https://memberpic.114my.com.cn/0440291/uploadfile/image/20220624/20220624143057_195578526.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(https://memberpic.114my.com.cn/0440291/uploadfile/image/20220624/20220624143057_195578526.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:50px; 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: #0479db;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;}

/*搜索*/
.search_bg{height: 100px;border-bottom: 1px #f5f5f5 solid;}
.search_nbg{position: absolute;z-index: 999;top:756px;border-bottom: 1px #f5f5f5 solid;}
.search_nbg .search{margin:0 auto;}
.search-bg{overflow: hidden;top: 25px;}
.search{height: 100px;}
.search_l{line-height: 100px;color: #c0c0c0;}
.search_l dd{font-size:16px;color: #0479db;display: inline-block;}
.search_l a{font-size: 15px;color: #888;}
.search_l a:hover{color:#0479db;}
.search-bg #infoname{width:300px;background:#f8f8f8;outline:none; color:#ccc;border: none;height:50px;line-height:50;font-size: 14px;padding-left: 20px;border-radius: 100px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px;height: 46px;}


/*产品中心*/
.hot_bg{width:100%; padding:50px 0px; background:#fff;}
.hot_t{text-align:center; font-size:72px; height:56px; overflow:hidden; font-family:Aparajita; text-transform:uppercase;}
.hot_c{text-align:center; padding-top:0px; font-size:33px;}
.hot_c span{font-weight:bold; color:#0479db;}
.hot_c p{font-size:14px; text-transform:uppercase;}

.product_tab{ width:1402px; margin:0 auto;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; height:50px; margin-top:30px;}
.product_tab li{ width:255px; background:#313131; line-height:50px; text-align:center; position:relative; font-size:18px; color:#fff; font-weight:lighter; transition:all .3s ease; cursor:pointer;}
.product_tab li+li{margin-left:21px;}
.product_tab li.on{ color:#fff; background:#0479db;}

.product_bg_c_bg{ position:relative; height:330px; margin-top:30px;}
.product_bg_c ul{position:relative; height:330px; font-weight:lighter;}

.procon{margin-top: 0px !important;}
.procon td{ display:inline-block; width:335px;padding:30px 30px 0 30px !important; background: #f9f9f9; position:relative; overflow:hidden;}
.procon td>a{ display:block;  overflow:hidden; background:#fff; 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: normal;color:#666; padding:0px 80px 0px 0px; line-height:76px; 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:60px; height:26px;  text-align:center; line-height:26px; font-weight: lighter;color:#fff; font-size:12px;transition:all 0.5s ease;background: #666;}
.procon td:hover span a:after{ background:#fff; color:#0479db;}
.procon td+td{ margin-left:19px;}
.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:100%; border:1px solid #ececec;}
.procon td:after{ content:''; display:block; position:absolute; width:100%; height:100%; top:0px; left:-120%; background:#0479db; 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{ color:#fff;}
.procon td:hover a:after{ width:80px;}

/*优势*/
.adv{ background: #f9f9f9;padding-top:50px;    height: 865px;}
.advcenter{width: 100%;height: 610px;position: relative;}
.advtab{position: absolute;right: 0px;bottom: 0px;z-index: 999;}
.advtab li{float: left;width: 175px;height: 160px;cursor: pointer;background: rgba(34,34,34,.8);color: #fff;text-align: center;}
.advtab li+li{border-left: 1px solid #3d3d3d;}
.advtab li p{font-size: 25px;font-weight: normal;}
.advtab li em{display: block;color:rgba(255,255,255,.3);font-weight: lighter;font-size: 12px;text-transform: uppercase;padding-top: 5px;}
.advtab li span{width: 38px;height: 35px;display: block;margin: 30px auto 10px;background:url(https://memberpic.114my.com.cn/0440291/uploadfile/image/20220704/20220704095719_429108651.png) no-repeat;}
.advtab li:nth-child(2) span{background-position-x:-38px;}
.advtab li:nth-child(3) span{background-position-x:-76px;}
.advtab li:nth-child(4) span{background-position-x:-114px;}
.advtab li.on{background: #0479db;transition: all .3s;}
.adv_t{position: absolute;width: 700px;height: 320px;bottom: 0px;left: 0px;color: #fff;background:url(https://memberpic.114my.com.cn/0440291/uploadfile/image/20220704/20220704095719_1704280075.png) no-repeat;padding: 50px 60px 0 50px;}
.adv_t span{font-size: 48px;letter-spacing: -1px;font-family: fontDin1;display: block;padding-bottom: 20px;}
.adv_t b{font-size: 25px;}
.adv_t p{font-size: 15px;font-weight: lighter;line-height: 36px;border-top: 1px solid #1289ed;padding-top: 20px;margin-top: 15px;}

/*应用案例*/
.case{ padding:60px 0;}
.casecon{ margin-top:30px;}
.casecon li{ float:left; padding-left:26px;}
.casecon li:nth-child(1){ padding-left:0px;}
.casecon li dl{ width:449px; height:336px; overflow:hidden; position:relative;}
.casecon li dl+dl{ margin-top:30px;}
.casecon li dl a{ display:block;}  
.casecon li dl img{ width:100%; height:100%; transition:all .6s ease;}
.casecon li dl a p{bottom:0px; left:0px; position:absolute; width:100%; height:54px; overflow:hidden; background:rgba(22,23,24,0.68); font-size:16px; color:#fff; line-height:54px; font-weight:lighter; text-align:center; transition:all 0.5s ease; z-index:999;}
.casecon li dl:hover img{ transform: scale(1.1);}


/*明俱辉电子科技*/
.speak{ background:url(https://memberpic.114my.com.cn/0440291/uploadfile/image/20220625/20220625143428_1942299302.jpg) no-repeat center;}
.speak .w1400{ height:605px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.spleft{ margin-top: 100px;position:relative; width:670px; height:410px; background:url(https://memberpic.114my.com.cn/0440291/uploadfile/image/20220625/20220625143036_237276142.jpg) no-repeat center; display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center; border: 7px solid #fff;}
.spvidio{ display:inline-block; width:76px; height:76px; position:relative;}
.spvidio span{width:76px; height:76px; background:url(https://memberpic.114my.com.cn/0440291/uploadfile/image/20220625/20220625143036_1937169289.png) no-repeat center; display:block;z-index:33; position:relative; cursor:pointer;}
.video_box{width:100%;height:100%;background:rgba(0,0,0,0.6);position: fixed;top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
.video_box.cur{opacity:1;z-index:999999;transition:600ms ease;}
.video{position: fixed;top:-100%;left:47%;margin-top:-250px;margin-left:-500px;transition:600ms ease;}
.video_box.cur .video,.video_box.cur .video_x{top:42%;transition:600ms ease;}
.video_x{width:50px;height:50px;border-radius:50px;background:#fff;position: fixed;top:-100%;left:44%;margin-left:520px;margin-top:-250px;text-align: center;line-height:50px;font-size:22px;font-weight: lighter;cursor: pointer;transition:600ms ease;}
.pulse2 {position: absolute;  top: -25%;left: -25%;z-index: 1; width:150%; height:150%; border-radius: 50%; opacity: 0; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; opacity: 0; -webkit-animation: warn 2s ease-out; animation: warn 2s ease-out;-o-animation:warn 2s linear infinite;-moz-animation:warn 2s linear infinite; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; background: #fff;box-shadow: 1px 1px 30px #fff; }
.pulse3 {position: absolute; top: -25%;left: -25%;z-index: 1; width:150%; height:150%; border-radius: 50%; opacity: 0; -webkit-animation: warn1 2s ease-out; animation: warn1 2s ease-out;-o-animation:warn1 2s linear infinite;-moz-animation:warn1 2s linear infinite; -webkit-animation-iteration-count: infinite;background: #fff; animation-iteration-count: infinite;box-shadow: 1px 1px 30px #fff;}
@keyframes warn {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.6;
    }
    75% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.65;
    }
    100% {
        transform: scale(1);-webkit-transform: scale(1);opacity: 0.0;
    }
}
@-o-keyframes warn {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.6;
    }
    75% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.65;
    }
    100% {
        transform: scale(1);-webkit-transform: scale(1);opacity: 0.0;
    }
}
@-moz-keyframes warn {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.6;
    }
    75% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.65;
    }
    100% {
        transform: scale(1);-webkit-transform: scale(1);opacity: 0.0;
    }
}
@-webkit-keyframes warn {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }

    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.6;
    }
    75% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.65;
    }
    100% {
        transform: scale(1);-webkit-transform: scale(1);opacity: 0.0;
    }
}
@keyframes warn1 {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.6;
    }
    75% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.65;
    }
    100% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.0;
    }
}
@-webkit-keyframes warn1 {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.6;
    }
    75% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.65;
    }
    100% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.0;
    }
}
@-o-keyframes warn1 {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.6;
    }
    75% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.65;
    }
    100% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.0;
    }
}
@-moz-keyframes warn1 {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.6;
    }
    75% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.65;
    }
    100% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.0;
    }
}
.spright{ width:756px; padding:110px 0 0 60px;  position:relative;}
.sp_t{ font-size:30px; color:#333;padding-top: 5px;}
.sp_t em{ font-weight: bold; color:#0479db;}
.sp_c{ width:649px; font-size:15px; color:#aaa; line-height:40px; font-weight:lighter; margin: 10px 0 10px 0;}
.sp_c a{ font-size:16px; color:#aaa; font-weight:lighter;}
.sp_c a:hover{color: #0479db;}
.sp_e{ width: 365px; font-size:21px;}
.sp_e em{ font-size:20px; color:#aaa; font-family: Aparajita; text-transform: uppercase; padding-left: 8px;     font-weight: 100;}
.sp_e span{ color: #aaa; }

/*企业形象*/
.qyxx{overflow:hidden; padding:0px;}
.qyxx table,.qyxx tbody,.qyxx tr{ display:block; width:97%; overflow:hidden; padding:0;}
.qyxx td{ display:inline-block; width:195px; margin-right:15px; border:1px solid #eee; padding:10px; padding-left: 10px !important;}
.qyxx td a{ display:block; position:relative; overflow:hidden;}
.qyxx td a img{ width:100%; height:auto;  padding:0 0 10px 0; }
.qyxx td br{ display:none;}
.qyxx td div{ padding:0 !important;}
.qyxx td div a{ background:#333; width:153px; line-height:20px; font-size:15px; color:#fff; transition:all .3s ease;  padding:10px 0;}
.qyxx td:hover div a{color:#fff; background:#0479db;}


/*新闻*/
.news_bg{width:100%; background: #fff;}
.news {width: 1400px;margin: 0 auto;}
.news_t{text-align:left; float:left;padding: 80px 0 40px 0;}
.news_t dd:after{display:none;}
.news_t p {font-size: 40px;font-weight:normal;}
.news_t p b{color: #0479db;  font-weight: 500;}
.news_t dd {font-size: 18px; color: #222222;line-height: 30px; font-weight:100;}
.news_a{width:auto;float:right; margin-top:100px;}
.news_a a{display:block;width:151px;height:47px;line-height: 47px;font-size: 18px;color:#fff;background: #333; float:left;font-weight:100; box-sizing: border-box; text-align:center; margin-left:20px;}
.news_a a.on{background: #0479db; color:#fff;}
.news_b{height:550px !important;width: 100% !important;}
.news_box {width: 100% !important;}
.news_box .news_div_item{width:33.334%;height:110px; float:left;position: relative;box-sizing: border-box;background:#f9f9f9;margin-left:2%; margin-bottom:16px;}
.news_box .news_div_item:nth-child(1){margin-left:0; }
.news_box .news_div_item:nth-child(-n+2){width:31%;height: 488px; padding:24px;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic img{width:100%;height:274px;border: 1px solid #eee;box-sizing: border-box;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic{position: absolute;top:24px;width:89.362%;display:block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_date{position: absolute;top:348px;width:83%;font-size:12px;color: #aaa;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content .news_div_item_title a:after{content: 'Read more →';font-size: 12px;color: #222;line-height: 40px; position: absolute;bottom: -130px;width: 100%;left: 0;}
.news_div_item_year,.news_div_item_month,.news_div_item_day{display: inline-block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content{position: absolute;top:310px;width:89.362%;}
a.news_div_item_a{font-size:18px !important;color:#222;line-height:40px; position: relative;}
.news_div_item_body{font-size:14px;color:#aaa;line-height:26px; overflow : hidden; 
top: ;ext-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_body{  -webkit-line-clamp: 2; margin-top:24px; }
.news_box .news_div_item_pic,.news_box .news_div_item:nth-child(n+3) .news_div_item_date{display:none;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_content{width:100%; padding: 26px 34px;}
.news_box .news_div_item:nth-child(n+3) a.news_div_item_a{line-height:30px;}
.news_box .news_div_item:nth-child(n+3):after{content:""; display:block; width:0; height:6px; background:#0479db; margin-bottom:-6px; transition:0.3s all ease-in-out;}
.news_box .news_div_item:nth-child(n+3):hover::after{width:100%;}

a.news_div_item_a:hover{ color:#0479db;}

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

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