div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden;font-size:14px;}

*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#0c52b1;text-decoration: none; border-bottom-style:}

.box{ margin:0 auto;width:100%;min-width: 1300px;max-width:1600px; box-sizing: border-box;padding-left:5%;padding-right:5%;}

.bg{ width: 100%;min-width:1300px;}

.gy{min-width: 1100px; max-width: 1500px; width: 100%; margin: 0 auto;}

.fl { float: left;}
.fr {float: right;}

.clear { clear: both;height: 0px; overflow: hidden;}
i,em{font-style: normal;}

.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;}
.top110 {padding-top: 110px;}

@font-face {
  font-family: 'iconfont';  /* Project id 3407071 */
  src: url('//at.alicdn.com/t/font_3407071_bjdt7t8v6aq.woff2?t=1652766568584') format('woff2'),
       url('//at.alicdn.com/t/font_3407071_bjdt7t8v6aq.woff?t=1652766568584') format('woff'),
       url('//at.alicdn.com/t/font_3407071_bjdt7t8v6aq.ttf?t=1652766568584') format('truetype');
}

@font-face {
font-family: "cryy";
src: url("../cssnew/TsangerYuYangT-W04.woff2.txt") format("woff2"),
       url("../cssnew/TsangerYuYangT-W04.woff.txt") format("woff"),
       url("../cssnew/TsangerYuYangT-W04.ttf.txt") format("truetype"),
       url("../cssnew/TsangerYuYangT-W04.eot.txt") format("embedded-opentype"),
       url("../cssnew/TsangerYuYangT-W04.svg.txt") format("svg");
}
@font-face {
font-family:din;
src:url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
}

.title {text-align: center;margin-top: 60px;}
.title>b {display: block; font-size: 66px; text-transform: uppercase; color: #f1f1f1; font-weight: 100; font-family: din;}
.title>i {font-size: 36px;position: relative;padding-bottom: 20px;margin-top: -62px; display: block;}
.title>em {font-size: 17px;color: #999; display: block;}
.title i:after {
    content: '';
    position: absolute;
    bottom: 0px;
    background: #2683d1;
    height: 1px;
    width: 102px;
    animation: turn 2s linear infinite;
    margin: 0 auto;
    left: 47%;}

/*top*/
.head_bg{position: absolute;}
.head{width:100%;margin:0 auto; min-width:1300px;}
.logod{margin-top: 0px;background: #d04347; height:130px; padding: 1% 3%; position: relative; z-index: 999;}
.logo{margin-top: 5px;}
.name{margin-top: 15px;margin-left: 1.2vw;}
.name p img{width: 96px;height: 49px;display: block;float: left;margin-top: -7px;margin-right: 5px;}
.name p span{font-size:28px;color:#fff;font-family: "cryy"; letter-spacing: 0px;}
.name b{color:rgba(255,255,255,0.7);font-size:29px;display: block;line-height: 26px;text-transform: uppercase; font-weight: 100;letter-spacing: 1.6px;}

.leng{border:2px #c40002 solid; width:142px; height:36px; line-height:41px;  border-radius: 100px; text-align:center; margin-top:32px; }
.leng a{display:inline-block; padding:0 12px;   border-radius: 20px; margin:2px; height:28px; line-height:28px;}
.leng a:hover,.leng a:first-child{background:#c40002; color:#fff;}

/*dh*/
.nav{height:100px;position: relative;z-index: 999; width: 63%;}
.nav>ul>li{ float: left; display: block;height:110px;padding-left:2.1vw;}
.nav>ul>li>a{ display: block; color: #fff; font-size: 16px; text-align: center;position: relative; z-index: 2;   line-height: 110px; }
.nav>ul>li>a:before{content:"";display:block;float:left;height: 4px;width: 0;background:#cc0000;position:absolute;top: 54%;left: -10%;transition: .3s all ease-in-out;}

.NavCeshi > li.navcurrent>a:before, .NavCeshi > li:hover >a:before{width: 40px;transition: .3s all ease-in-out;}

.nav>ul>li:hover>dl {opacity: 1;visibility: visible;top: 102%;}
.nav>ul>li>dl {
 position: absolute;
 width: 78%;
 display: block;
 z-index: 100;
 background: #fff;
 left: 0;
 box-shadow: 0 0 10px rgba(0,0,0,0.1);
 opacity: 0;
 visibility: hidden;
 transition: all 0.5s;
 top: 155px;
 padding: 70px;
 z-index: 9999;
 }
.nav>ul>li>p {
    width: 110px;
    height: 30px;
    background: #e1441b;
    border-radius: 24px;
    display: flex;
    align-items: center;
    color: #fff;
    min-width: 110px;
margin-top: 40px;
}
.nav>ul>li>p>a{color: #fff;}
.nav>ul>li>p>a:first-child {color: #fff;width: 60px;height: 30px;line-height: 30px;background: #333; border-radius: 24px; text-align: center; margin-right: 13px;}
.head_logo p em { color: #fff; font-size: 22px; text-transform: uppercase; display: flex; align-items: center;}
.nav>ul>li>dl>dd { display: block;overflow: hidden;margin: auto;}
.xl_bt { width: 100%;border-bottom: 1px #eee solid;padding-bottom: 40px;  overflow: hidden;}
.xl_bt p {font-size: 26px;color: #333; float: left; font-weight: 100; line-height: 30px;}
.xl_bt a { width: 120px; height: 30px; background: #f0353c; text-align: center;  color: #fff;  font-size: 14px;  display: block; float: right; line-height: 30px; border-radius: 60px;}
.fl_box {width: 100%;overflow: hidden;}
.fl_box li {width: calc( (100% - 40px)/5); float: left;margin-top: 25px;}
.fl_box li+li {margin-left: 10px;}
.fl_box li a {font-size: 17px; color: #666;position: relative; line-height: 20px; display: block; border: 1px #eee solid; text-align: center !important; padding: 16px !important;}
.fl_box li a:hover { color: #f0353c;}
.fl_box li:nth-child(6) { margin-left: 0}
.fl_box li dt {margin-top: 5px; padding-left: 20px;}
.fl_box li dt a { font-size: 15px;color: #999;}
.fl_box li dt a:before {border-color: #a9a9a9;}
.re {width: 100%; overflow: hideen; margin-top: 30px;}
.re .rbt { font-size: 24px; color: #333;  float: left; font-weight: 100; border-left: 5px #00 solid;border-left: 5px #f0353c solid; padding-left: 10px;
 margin-bottom:30px;}
.re .t_box { width: 100%;overflow: hidden;}
.t_box>.progdwz2021 li {float: left;width: calc((100% - 30px)/4);border-radius: 15px;}
.t_box>.progdwz2021 li img {width: 100%;height: auto;border: 1px #eee solid;}
.t_box>.progdwz2021 li+li {margin-left: 10px;}
.t_box>.progdwz2021 li a { line-height: 40px;}
.t_box>.progdwz2021 li span {display: block; text-align: center;}
.re .t_box>.news_div>.news_div_item {float: left;  width: calc((100% - 20px)/2);text-align: left; border: 1px #eee solid; margin-bottom: 20px;
box-shadow: 0 0 5px #eee; padding: 20px;}
.re .t_box>.news_div>.news_div_item+.news_div_item {margin-left: 20px;}
.re .t_box>.news_div>.news_div_item:nth-child(3) { margin-left: 0;}
.re .t_box .news_div_item_a { font-size: 16px;  line-height: 35px;color: #f0353c;  font-weight: bold;}
.re .t_box .news_div_item_body {  font-size: 14px;line-height: 23px; color: #666;}
.nav .news_div_item_date {display: flex;}
.nav .news_div_item_year, .news_div_item_month, .news_div_item_day {color: #666; font-size: 16px;line-height: 20px;}
.nav>ul>li:hover>dl { opacity: 1; visibility: visible; top: 98%;}
.com_bo { width: 100%;color: #666; line-height: 25px; overflow: hidden;text-align: left; font-weight: 100;}
.fl_box ul { display: flex;  flex-flow: wrap;}
.fl_box li a { font-size: 17px;color: #666;position: relative; padding-left: 30px;  text-align: left; line-height: 20px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.fl_box li dl {display: none;}


@media (max-width: 1680px){
    .head{width:100%;}
.top_box{width:100%;}
}
@media (max-width: 1560px){
    .nav>ul>li{padding-left:1.2vw;}
}
@media (max-width: 1440px){
    .head{width:100%;}
.top_box{width:100%;}
}

.head_r {width: 15%;position: relative;margin-top: 40px; z-index: 9999;}
.head_r:before {content:'';width:1px;height:100px;background: rgba(255,255,255,0.2);position: absolute;top: -35px;left: -36px;display: none;}
.head_r>ul {display: flex;justify-content: space-between;align-items: center;}
.head_r>ul>li {}
.head_r>ul>li i {font-size: 15px;line-height:  20px;position:relative;border: 1px solid #ccc;border-radius: 50%;width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;color: #ccc;}
/*.head_r>ul>li i:after {content:'';width:100%;height: 74px;position:absolute;top:0;left:0;}*/
.head_r>ul>li p {width: 250px;background: #ffffff;transform: rotateX(90deg);position: absolute;right: 0;transition: all 0.5s;font-size: 16px;padding: 16px 24px;z-index: 9999;text-align: left;color:#333;top: 62px;transform-origin: top;}
.head_r>ul>li p span {font-size: 20px;display: block;color: #cc0000;font-family: Arial;    padding-top: 6px;}
.head_r>ul>li:hover p {transform: rotateX(0);transition: all 0.5s;} 
.head_r>ul>li a {font-size:15px;color:#666;}

.head_r>ul>li:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;} 
.tit_sel {background: rgba(51,51,51,0.7);transform: rotateX(90deg);position: absolute;right: -55px;transition: all 0.5s;font-size: 16px;padding: 34px;z-index: 9999;top: 57px;transform-origin: top;}
.tit_sel span {font-size: 24px;display: block;color: #152682;font-family: Arial;}
.tit_icon:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;}
#search-i{float:left; width:30px; height:33px; overflow:hidden; margin-top:20px;  box-sizing: border-box; padding-top: 7px;    border: 1px solid #dddddd;border-left: none;margin-left: -15px;}
#search-bg{float:left;width: 500px;height:33px;overflow:hidden;padding-left:14px;margin-top:20px;box-sizing: border-box;border: 1px solid #dddddd;border-right: none;text-align: left;line-height: 30px;}
.search-text{font-size:14px;color: #999999;justify-content: center;align-items: center;}
.search-text a{ font-size:14px; color: #fff !important;}
.search-text a:hover{ font-size:14px; color: #ffffff;}
.search-text span{ float:left;  color:#ffffff;font-size: 15px;}
#infoname{ border:none;background:none; outline:none;} 
.search_name {float: left;font-size:22px;color: #ffffff; line-height: 32px;position: relative;z-index: 5;padding: 15px 0;width: 264px;height: 96px;background: #cb0303;text-align: center;}
.search_name:after {content: "";width: 0px;height: 0px;border-top: 7px solid #005299; border-right: 7px solid transparent;border-bottom:8px solid transparent; border-left: 7px solid #005299;position: absolute; top: 81px; right: -13px; transition: 0.5s all ease-in-out; }
.form {justify-content: center;display: flex;}
.head_right {display: flex;justify-content: space-between;align-items: center;width: 72%;}
.head_r ul li { margin-right: 8px;}

/* about */
.about{background: url(https://memberpic.114my.com.cn/dg0084414/uploadfile/image/20220617/20220617133857_1106291235.jpg) center; background-size: 100%;padding-top: 200px;padding-bottom: 100px;}
.about .about_a {display: flex; justify-content: space-between;position: relative;}
.ab_1 b {font-size: 172px; font-family: 'DIN Medium'; color: #fff;}
.ab_1 b {width: 95px;height: 150px; display: inline-block; background: #cc0000; position: relative;}
.ab_1 b::before {content: 'H'; font-size: 172px; font-family: 'DIN Medium'; color: #fff; position: absolute; left: 0; top: -42px;}
.ab_1 p {font-size: 46px; font-weight: bold; color: #333;}
.ab_1 p span {display: block; font-size: 30px; font-weight: 100; color: #999;margin-top: 10px;}
.ab_1 .abo {display: flex; justify-content: space-between; align-items: center;}
.ab_1 {width: 47%;}
.ab_2 img {width: 100%;float: right; margin-top: 45px;}
.ab_2 {width: 50%;}
.ab_1 h3 {font-size: 17px; color: #666;line-height: 35px;font-weight: normal; margin-left: 155px; margin-top: 40px;}
.ab_1 h3 i {color: #cc0000; margin-right: 8px;}
.about_a::before {content: '华瑞产品中心'; background: #cc0000; width: 800px; height: 90px; position: absolute; top: -245px; right: 0px;text-align: center; line-height: 90px; font-size: 30px; color: #fff; letter-spacing: 3px;}
.t_box1 { margin-top: 25px;}
.t_box1 .progdwz2021 ul li:nth-child(3) {}
.t_box1 .progdwz2021 ul { display: flex; justify-content: center;  align-items: center;}

.t_box1 {max-width: 705px;overflow: hidden;margin-top: 45px;}
.t_box1 ul {display: flex;justify-content: space-between;}
.t_box1 ul li { position: relative; flex-shrink:0;float: left;width:31%;transition: 0.2s;}
.t_box1 ul li+li{margin-left:12px;}
.t_box1 ul+ul{margin-top:1%;}
.t_box1 ul li img {}
.t_box1 ul li {display: inline-block;transition: 0.2s;}
.t_box1 ul li img {width: 100%; height:auto !important;}
.t_box1 ul li a {font-size: 15px;display:inline-block !important;color: #6f737a;width: 100%;line-height:52px;text-align: left; text-align:center;}
.t_box1 ul li span{}
.t_box1 ul li>a a{width:100%;height:100%;position: absolute !important;top: 0;left: 0;}
.t_box1 ul li,.pro_list ul li a,.pro_list ul li>a a{position:relative;display:block;}
.t_box1 ul li:hover span a{color:#fff;background:#d04347; transition: 0.2s;}
.t_box1 ul li:hover{border:20px solid #d04347;transition: 0.2s;}
.t_box1 ul li>a{overflow:hidden;display:block;}

/* pr */
.pr{background: url(https://memberpic.114my.com.cn/dg0084414/uploadfile/image/20220620/20220620173557_1246063721.jpg) no-repeat center; background-size: 100%;padding: 100px 0; background-repeat: no-repeat; background-attachment: fixed;}
.pr_1 p {text-align: center; font-size: 60px; color: #fff;line-height: 70px; font-weight: 600;}
.pr_1 p span {font-size: 30px; display: block; font-weight: 100;}
.pr_2 img { width: 100%;}
.pro_nav .prolist2021 ul { display: flex; justify-content: space-between; align-items: center;flex-wrap: wrap;}
.pro_nav { width: 65%;  margin: 55px auto;}
.pro_nav .prolist2021 ul li {width: 24%; border: 1px dashed #b4b4b4;  height: 50px;  margin-bottom: 25px;  text-align: center;  line-height: 50px;  font-size: 16px; transition:0.5s;}
.pro_nav .prolist2021 ul li:hover {background: #d04347;border: none; transition:0.2s;}
.pro_nav .prolist2021 ul li a { color: #fff; display: block; font-size: 18px; font-weight:100;}
.pro_nav .prolist2021 ul li dl {
    display: none;
}
.pro_nav .prolist2021 ul li:hover dl {
    display: block;
background: #d04347;
    z-index: 9999;
transition:0.5s;
position: relative;
}
.pro_nav .prolist2021 ul li dl dt:hover a {background: #333;transition:0.5s;}


/* pr_1 */
.pro_list {max-width: 1500px;overflow: hidden;}
.pro_list ul {display: flex;justify-content: space-between;}
.pro_list ul li {background: #fff;position: relative; flex-shrink:0;float: left;width:32%;transition: 0.2s;}
.pro_list ul li+li{margin-left:5px;}
.pro_list ul+ul{margin-top:1%;}
.pro_list ul li img {}
.pro_list ul li {display: inline-block;transition: 0.2s;}
.pro_list ul li img {width: 100%; height:auto !important;}
.pro_list ul li a {font-size: 17px;display:inline-block !important;color: #6f737a;width: 100%;line-height:72px;text-align: left; text-align:center;}
.pro_list ul li span{}
.pro_list ul li>a a{width:100%;height:100%;position: absolute !important;top: 0;left: 0;}
.pro_list ul li,.pro_list ul li a,.pro_list ul li>a a{position:relative;display:block;}
.pro_list ul li:hover span a{color:#fff;background:#d04347; transition: 0.2s;}
.pro_list ul li:hover{border:20px solid #d04347;transition: 0.2s;}
.pro_list ul li>a{overflow:hidden;display:block;}
.pr_ab { padding: 90px 0;}
.pr_more{width:600px;height:60px;background:#d04347;text-align:center;font-size:17px;line-height:60px; margin: 0 auto;transition:0.6s ease;margin-top: 50px; border-radius: 30px; box-shadow: 0px 0px 10px rgba(204,204,204,0.3);}
.pr_more:hover{background:#cc0000;transition:0.6s ease;width:1000px;box-shadow:0px 0px 10px rgba(0,51,153,0.3);}
.pr_more:hover a{color:#fff;font-size:17px;}
.pr_more a{font-size:17px;font-weight:100; color:#fff;}


 /*Customer*/
.cus_c {overflow: hidden; }
.ab_ic {margin-top: 50px; display: flex; transition:all .5s; }
.ab_c {overflow: hidden;position: relative; z-index: 2; }
.ab_item {flex-shrink: 0; width: 100%;visibility: hidden;height:0; }
.ab_item ul {display: flex; }
.ab_item ul+ul{margin-top:20px;}
.ab_item img {width: 100%; height: auto; transition: all .5s; }
.ab_item li {width: calc(94%/4); flex-shrink: 0; }
.ab_item li+li{margin-left:2%;}
.ab_item li p a {font-size: 17px; display: block; text-align: center; margin-top: 18px; color: rgba(255,255,255,0.6); }
.ab_item li:hover p a {color: #fff; }
.ab_item.on {height: auto; visibility: visible; }
.ab_item button{display:none!important;}
.cus_bc {padding: 10px 0 100px;overflow: hidden;position: relative; }
.pro_tit>ul {display: flex; }
.pro_tit>ul a {display: block; width: 170px; height: 50px; background: #333; color: #fff; font-size: 18px; text-align: center; line-height: 50px; }
.pro_tit>ul li+li {margin-left: 20px; }
.ab_item ul li>a {display: block; border: 1px solid #eee; overflow: hidden; }
.ab_item li:hover img {transform: scale(1.1); }
.pro_tit>ul li.on a {background: #2155f3; }
.cus_bc>div:last-child {position: absolute; z-index: -1; bottom: -58px; left: 0; }
.cus_bc>div:last-child canvas {height: 333px!important; } 
/*application*/
.app_bc {background: url(https://memberpic.114my.com.cn/dg0084414/uploadfile/image/20211014/20211014093730_348490398.jpg) no-repeat center; padding: 100px 0; }
.app_c{position:relative;}
.app_ic ul {display: flex; }
.app_ic ul img {width: 100%; height: auto; }
.app_ic ul li {width: 720px; flex-shrink: 0; margin: 0 0.1%; position: relative; }
.app_ic {overflow: hidden; margin-top: 50px;position:relative; }
.app_tit .pro_lt>p {color: #fff; }
.app_tit .pro_lt>b {color: rgba(255,255,255,0.07); }
.app_tit .pro_lt>p>i {color: #cc0000; }
.app_tit .pro_lt>p>em {background: #fff; }
.app_tit .pro_tel span{background: #fff;color: #2155f3;}
.app_tit .pro_tel b,.app_tit .pro_tel em{color: #fff;}
.app_ic li p a {display: block; color: #fff; font-weight: 100; font-size: 26px; position: absolute; bottom: 0px; left: 0px; z-index: 8; width: 100%; padding-left: 90px; height: 135px; line-height: 140px; background: linear-gradient(0deg,#000000 10%,rgba(51,51,51,0%) 80%);}
.app_dot{position: absolute;bottom: -115px;left: 50%;display: flex;margin-left: -78px;height: 90px;}
.app_dot li{width: 12px;height: 12px;border-radius: 100%;background: #c1c1c1;}
.app_dot li+li{margin-left: 12px;}
.app_dot li button{display: none;}
.app_dot li.slick-active{background: #cc0000;}
.app_rt span {display: block!important; width: 56px; height: 56px; font-size: 24px; text-align: center; line-height: 56px;cursor: pointer; }
.app_prev {background: #f7f7f7; color: #cc0000; transform: rotate(180deg); }
.app_next {background: #cc0000; color: #fff; margin-left: 28px; }
.app_rt {display: flex; position: absolute; bottom: 30px; left: 0; width: 100%; justify-content: center; }

.pro_tit { text-align: center;}
.pro_tit p { font-size: 18px;  color: #ccc;  text-transform: uppercase;}
.pro_tit p i { color: #cc0000;  margin: 0 5px;}
.pro_tit b { font-size: 36px; color: #666; font-weight: unset; margin-top: 15px; display: block;}


/*about*/
.about_p {width:100%;background: url(https://memberpic.114my.com.cn/dg0084414/uploadfile/image/20220620/20220620172607_33783721.jpg)no-repeat center;height:610px;overflow: hidden;padding: 110px 0;position: relative;background-size: 100%; background-repeat: no-repeat;
    background-attachment: fixed;}
.about_con {color: #ffffff;}
.about_con p span {font-size: 45px;line-height:45px;width: 727px;margin: 0 auto;margin-top: 20px; font-weight: bold;}
.about_con em { font-size: 15px; line-height: 32px;  display: block; margin-top: 36px; text-align: right; margin-right: 150px; font-weight:100;}
.about_con p {font-size: 45px; line-height: 45px;  text-align: right;  margin-right: 85px;}

/*视频*/
.video_sp{float:left; padding:27px 0px;}
.ripple img { margin-left: 5px;margin-top:12px;width:32px;height:32px;}
.ripple,.ripple:before,.ripple:after {position: absolute;left:50%;top:52%;height: 65px;width:65px;margin-top: -33px;margin-left: -32px;border-radius: 50%;-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255,0.64);-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);box-shadow: 0 0 0 0 #fff;animation: ripple 3s infinite;}
.ripple{padding:6px 3px;background: rgba(255, 255, 255, 0.5);}
.ripple:before {-webkit-animation-delay:.9s;animation-delay:0.9s;content:"";position:absolute;right: 0;bottom: 0;}
.ripple:after {-webkit-animation-delay:.6s;animation-delay:0.6s;content:"";position:absolute;right: 0;bottom: 0;}
.video_box{background:rgba(0,0,0,0.6); top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
.video_box.cur{opacity:1;z-index:999;transition:600ms ease;}
.video{position: fixed;top:-100%;left:71%;margin-top:-250px;margin-left:-575px;transition:600ms ease;z-index:999;}
.video_box.cur .video,.video_box.cur .video_x{top:40%;transition:600ms ease;}
.video_x1{position: absolute;left:72%;top: 70%; text-align: center;}

@-webkit-keyframes ripple {
    70% {-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);}
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
                box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}
.jquery-lightbox-border-bottom-left,.jquery-lightbox-border-bottom-middle,.jquery-lightbox-border-bottom-right {    BOTTOM: -34px !important;}





/*新闻*/
.news_box{margin:0px auto;background: #f8f8f8;padding: 70px 0; overflow: hidden;}
.news_bt{width:660px;margin: auto;}
.nb_tab a{width:180px;height:55px;background:#fff;display:inline-block;vertical-align:top;color:#333;box-shadow:0px 0px 10px rgb(0,0,0,0.1);margin-top:0px;text-align: center; margin-bottom: 50px;}
.nb_tab a+a{margin-left:50px;}
.nb_tab a.cur{background:#c00;color:#fff;background-size:400% 370%;box-shadow:0px 0px 10px rgba(225,195,157,0.3);}
.nb_tab a i,.nb_tab a b{display:inline-block;vertical-align:top;line-height:55px;}
.nb_tab a b{font-size:18px;font-weight:100;letter-spacing:1px;}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
.nbc_list+.nbc_list{display:none;}
.nbcl_le{width: 56%; float: left;}
.nbcl_le .news_div_item{width: 45.5%;display: inline-block;vertical-align:top; background: #fff; padding:37px 30px;}
.nbcl_le .news_div_item+.news_div_item{margin-left:19px;}
.nbcl_le .news_div_item_pic img{width:100%;}
.news_div_item_title a{font-size:18px;}
.nbcl_le .news_div_item_content{margin-top:10px;}
.nbcl_le .news_div_item_body{margin-top:15px;line-height:25px;color:#68686a;font-size:15px; font-weight: 100;}
.nbcl_le .news_div_item_date,.new_more{display:inline-block;vertical-align:top;font-size:0;margin-top:25px;}
.nbcl_le .news_div_item_date>div{display:inline-block;vertical-align:top;color:#68686a;}
.new_more{width:24px;height:24px;border-radius:24px;border:1px solid #9a9899;background:url(https://memberpic.114my.com.cn/dg0084414/uploadfile/image/20220621/20220621180754_476793113.png) no-repeat right center;float: right;margin-top:5px;}

.nbcr_ri{width: 43.6%; float: right;}
.nbcr_ri .news_div_item_pic{display: none;}
.nbcr_ri .news_div_item{font-size:0;border-top:1px solid #e6e6e6;padding:38px 0;position:relative;transition:300ms;border-left:1px #e6e6e6 solid;border-right:1px #e6e6e6 solid;}
.nbcr_ri .news_div_item:hover{box-shadow:0 0 21px #d2d2d2;z-index:1;transition:300ms;}
.nbcr_ri .news_div_item_date,.nbcr_ri .news_div_item_content{display:inline-block;vertical-align:top;}
.nbcr_ri .news_div_item_date{width:115px;text-align:center;font-size:0;}
.nbcr_ri .news_div_item_content{width:432px;padding-left:20px;border-left:1px solid #f3f3f3; font-weight:100;text-align: left;}
.nbcr_ri .news_div_item_date>div{}
.nbcr_ri .news_div_item_year,.nbcr_ri .news_div_item_month{display:inline-block;vertical-align:top;color:#565656;  font-size: 14px;}
.nbcr_ri .news_div_item_day{font-size:47px;font-weight:bold;line-height: 55px;}
.nbcr_ri .news_div_item_body{margin-top:10px;line-height:25px;color:#68686a;padding-right:20px;font-size:15px;}
.nbcr_ri .news_div_item:nth-child(3){border-bottom:1px #e6e6e6 solid;}
.new_t{float:left;}
.new_ta{font-size:40px;color:#333;line-height:46px;display:block;width:400px;margin:auto;}
.new_ta span{font-weight:bold;}
.new_tb{font-size:20px;color:#666;line-height:40px;}
.content {margin-top: 50px;}
.nb_tab a i { font-size: 35px; margin-right: 10px; display:none;}



.links_l { display: flex; align-items: center;}
.links_l i { margin-right: 10px;  font-size: 25px;}
.links_l p { font-size: 16px;}
.links {padding: 30px 0;}
.links_r{ display: flex;}



/*copy*/
.copy {width: 100%;background: url(https://memberpic.114my.com.cn/dg0084414/uploadfile/image/20220620/20220620162900_868308176.jpg) center no-repeat;overflow: hidden;padding: 100px 77px 0px;}
.copy_icon {float:left;}
.copy_pic {float:left;height: 190px;overflow: hidden;}
.copy_pic li {width:  160px; height: 190px; overflow: hidden;}
.copy_pic li p {font-size: 14px;color: #ffffff;text-align: center;line-height: 30px;}
.copy_pic li i {background: #ffffff;width:160px;height: 160px; display: inline-block;padding: 9px;}
.copy_pic li i img{width:142px;height: 142px;}
.copy_str {float:left;margin-left: 20px;margin-top: 16px;}
.copy_str li {width:32px;height: 32px;background:#ffffff;border-radius: 50%;text-align: center;padding-top: 3px;transition: 0.5s;line-height: 26px;}
.copy_str li i {font-size: 17px;color: #666666;}
.copy_str li.on {background:#cc0000;transition: 0.5s; }
.copy_str li.on i {color:#ffffff;transition: 0.5s; }
.copy_str li+li {margin-top:17px;}
.copy_txt {font-size: 16px;color: #ffffff;line-height: 20px;float: left;padding: 16px 0 10px 64px;}
.copy_txt b {font-family: din;font-size: 28px;line-height: 30px;display: block;padding: 2px 0; font-weight:100;}
.copy_txt a {font-size: 14px;line-height: 35px;color: #ffffff;width: 125px;height: 35px;background:url(https://memberpic.114my.com.cn/dg0084414/uploadfile/image/20220620/20220620163025_1990069343.png)no-repeat #cc0000 20px 9px;display: inline-block;border-radius: 10px;text-align: center;padding-left: 30px; margin-top:15px;}
.copy_con {width:52%;float: right; padding-bottom:100px;}
.copy_con ul {display: flex;justify-content:space-between;width: 100%;}
.copy_con li {}
.copy_con li p {font-size: 16px;color: #ffffff;line-height: 20px;margin-bottom: 20px;}
.copy_con li a {font-size: 14px;color:rgba(255, 255, 255, 0.47);line-height: 30px; display: flex;}

/*foor*/
.foor {width:100%;height: 82px; overflow: hidden;padding: 0 77px;    border-top: 1px solid #444;}
.foor_name {line-height: 82px; display: flex; align-items: center; justify-content: center;}
.foor_name span {font-size: 14px;color: #a0a0a0;line-height: 28px;display: inherit;}
.foor_name span a {color: #a0a0a0;transition: all 0.3s linear;}
.foor_name span a:hover  {color:#a0a0a0;transition: all 0.3s linear;}
.dfs {display: flex;align-items: end;justify-content: space-between;}