* {margin: 0;padding: 0;box-sizing: border-box;line-height:100%;}
body {font-size: 14px;font-family: Microsoft YaHei;}
em, i {font-style: inherit;font-weight: inherit;}
ul {list-style: none;}
a {text-decoration: none;color: #333;}
tr, td {padding: 0 !important;}
input, textarea {outline: none !important;border: none;}
html { overflow-x: hidden; overflow-y: auto; }

#top10,#top20,#top30,#top40,#top50,#top60,#top80,#top100{ margin:0 auto; width:1200px; overflow:hidden;}
#top10{height:10px;}
#top20{height:20px;}
#top30{height:30px;}
#top40{height:40px;}
#top50{height:50px;}
#top60{height:60px;}
#top80{height:80px;}
#top100{height:100px;}

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

@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);
}


@font-face {
  font-family: "yc";
  src: url("//memberpic.114my.com.cn/dg165121/cssnew/TsangerYuYangT-W05.woff2.txt") format("woff2"),
       url("//memberpic.114my.com.cn/dg165121/cssnew/TsangerYuYangT-W05.woff.txt") format("woff"),
       url("//memberpic.114my.com.cn/dg165121/cssnew/TsangerYuYangT-W05.ttf.txt") format("truetype"),
       url("//memberpic.114my.com.cn/dg165121/cssnew/TsangerYuYangT-W05.eot.txt") format("embedded-opentype"),
       url("//memberpic.114my.com.cn/dg165121/cssnew/TsangerYuYangT-W05.svg.txt") format("svg");
}

@media screen and (max-width: 1680px){
.pro:after {    width: 95% !important;}
}

@media screen and (max-width: 1440px){

}

@media screen and (max-width: 1280px){
}

/*title*/
.title{text-align:center;width:1200px;margin:auto;z-index:0;position:relative; margin-bottom: 30px;}
.title1{text-align:center;width:1200px;margin:auto;z-index:0;position:relative; margin-bottom: 40px;}
.titlea{font-weight:normal;font-size:32px;text-align:center;color:#333;line-height:32px;display:block;margin:auto;}
.titlea span{color:#f8c301;}
.titleb{font-size:16px;color:#999;text-align:center;line-height:18px;font-weight:100;position:relative;margin-top:15px;text-transform:uppercase; letter-spacing:1px;font-weight:100;}

#top{ margin:0 auto; width:1200px; overflow:hidden; padding-top:20px;}
.head_logo{float:left;}
.head_sea{float:left; padding-top:35px; padding-left:30px;}
.head_r{float:right; padding-top:20px; padding-right:80px;}

.head_s {display: flex;align-items: center;justify-content: center;transition: 0.5s;}
.head_s form {display: flex;justify-content: space-between;align-items: center;border: 1px solid #ddd;padding: 0 15px;width: 100%;border-radius: 10px;}
#search-bg {width: 140px;height: 32px;line-height: 32px;overflow: hidden;box-sizing: border-box;}
#search-i {box-sizing: border-box;position: relative;    z-index: 5;margin-left: 0px;}
#search-i input {position:relative;}
#search-i input:after {content:'\e605';}
#search-i:after {content: '';width: 33px;height: 33px;border-radius: 50%;position: absolute;top: -6px;left: -6px;z-index: -1;}
#infoname {border: none;background: none;outline: none;}


/* Main Navigation bar - desktop & phone versions */
.main-nav{margin-bottom:20px; margin-top:20px; font-weight: 500;}
.main-nav ul {list-style-type:none;}
.main-nav li{padding:0!important;min-width:180px; margin-right:16px; position:relative; float: left;}
.main-nav li>a {font-size:18px;padding:8px 10px; min-width:186px; border-bottom:2px solid #69696B; display:inline-block;text-decoration:none;background:#FFF;  
			-webkit-transition: all 0.3s ease-in-out 0s;
			-moz-transition: all 0.3s ease-in-out 0s;
			-o-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;font-family:微软雅黑;}
.main-nav span.shift {
			-webkit-transition: all 0.3s ease-in-out 0s;
			-moz-transition: all 0.3s ease-in-out 0s;
			-o-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
			}
.main-nav li.active span.shift {margin-left:5px;
			}
.main-nav a:hover span.shift {margin-left:5px;}
.main-nav a:hover,.main-nav li.active a {background:#F0F0F0;}
.main-nav li:last-child {margin-right:0; padding-right:0;}
.main-nav a span.arrow {position:absolute; right:4px;
			-webkit-transition: all 0.3s ease-in-out 0s;
			-moz-transition: all 0.3s ease-in-out 0s;
			-o-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
			}
.main-nav a:hover span.arrow {position:absolute; right:5px;}
.main-nav li.active a span.arrow {position:absolute; right:5px!important;}

.main-nav-phone {margin:5px 0 10px 0; display:none;}
.menu-link-phone a{font-size:18px;padding:8px 0px; width:100%; float:right;border-bottom:2px solid #69696B; display:inline;text-decoration:none;clear:right;}
.main-link-phone a:hover{background:#F0F0F0;}
.menu-link-phone li {padding:0!important;width:100px;list-style-type:none; position:relative;}

.menu-nav-phone li {display:inline;list-style-type:none;}
.main-nav-phone a {font-size:17px;padding:7px 0px; width:100%; border-bottom:2px solid #69696B; display:inline-block;text-decoration:none;}
.main-nav-phone li {padding:0!important;min-width:46.2%;  margin-right:16px; position:relative;}
.main-nav-phone a:hover {background:#F0F0F0;}
.main-nav-phone li:last-child {margin-right:0; padding-right:0;}
.main-nav-phone li:nth-child(even) {margin-right: 0;}
.main-nav-phone .arrow,.menu-link-phone .arrow {position:absolute; right:0px;}
.span2 {width: 140px; float:left;}

.home-boxes a:nth-child(5) {
    margin: 0;
}
.home-boxes a:nth-child(1)  {margin-left:0px;}

.home-boxes a {
    display: inline-block;
    float: left;
margin-left:34px;
}



/*.main-nav-phone a:hover .arrow,a:active .arrow{-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);}*/

/*head*/
.row {
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}


.span12 {
  width:1200px;margin: 0 auto;
}



.banner1{width:100%;margin: auto; overflow: hidden; height:280px; margin-top:20px;}







/*banner*/
.bann{overflow: hidden; margin-bottom: 0 !important;}
.slider {width: 1200px;margin: auto;margin-top:20px;}
.bann .slick-slide{height: auto;}
.bann.slick-slide img {width: 100%;}
.bann .slick-prev {left: 38px;z-index: 99;}
.bann .slick-next {right: 40px;}
.bann .slick-dots{bottom: 20px;}
.bann .slick-dotted.slick-slider{margin-bottom: 0;}
.bann .slick-prev:before,.bann .slick-next:before{font-size: 34px;font-family: "zxi";}
.bann .slick-dots li{margin:0 4px !important;background: #fff; width: 8px;height: 8px;  opacity: 0.4; border-radius: 50px;transition: 0.3s all ease;}
.bann .slick-dots li.slick-active{ opacity: 1;  filter: alpha(opacity=100);width: 50px; background: #fff;}
.bann .slick-dots li:hover{ width: 50px;}
.bann .slick-dots li button{display: none !important;}
.bann .slick-dots li button:before{color: #fff;opacity: 1;font-size:42px;}
.bann .slick-dots li.slick-active button:before{color:#000a41;}
.bann.slick-dotted .slick-prev{left:-52px;transition:all 0.5s;}
.bann.slick-dotted:hover .slick-prev{left:38px;}
.bann.slick-dotted .slick-next{right:-52px;transition:all 0.5s;}
.bann.slick-dotted:hover .slick-next{right:38px;}
.bann .slick-prev:before,.bann .slick-next:before{width:36px;height:52px;background:rgba(0,0,0,0.8) url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M662.268422 511.010463 280.997835 892.299469c-14.785751 14.808264-14.785751 38.796608 0 53.562916 14.788821 14.807241 38.776142 14.807241 53.584406 0l408.226518-408.230612c14.789844-14.790868 14.789844-38.777165 0-53.585429-1.01512-1.020236-2.099824-1.976004-3.206018-2.843768L333.797365 75.350129c-14.808264-14.788821-38.795585-14.788821-53.607942 0-14.762215 14.808264-14.762215 38.796608 0 53.585429L662.268422 511.010463 662.268422 511.010463 662.268422 511.010463zM662.268422 511.010463' %20fill%3D'%23ffffff' %3E%3C/path%3E%3C/svg%3E")center no-repeat;line-height: 52px;display: block;top:calc(50% - 26px);}
.bann .slick-prev:before{content: '';display: block;left:0;    transform: rotate(180deg);}
.bann .slick-next:before{content: '';right:0;}























/*产品*/  
.home-boxes div[class*='box-']{width: 377.3px;height: 250px;margin-bottom:20px; vertical-align: top;
					background-position:center center;
					background-repeat:no-repeat;
					background-size:cover;
					position:relative;
					-webkit-transition: all 0.3s ease-in-out 0s;
					-moz-transition: all 0.3s ease-in-out 0s;
					-o-transition: all 0.3s ease-in-out 0s;
					transition: all 0.3s ease-in-out 0s;
padding:10px;
					}
			
.home-boxes .box-1 {border-top:4px solid #3DA543; border-bottom:2px solid #f0f0f0;
					background-image:url(//memberpic.114my.com.cn/dg165121/uploadfile/image/20220726/20220726142021_2080988025.jpg);}
.home-boxes .box-1:hover,.home-boxes .box-1:active {background-image:url(//memberpic.114my.com.cn/dg165121/uploadfile/image/20220726/20220726142021_2080988025.jpg); background-color:#f0f0f0;}
.home-boxes .box-2 {border-top:4px solid #0060A9; border-bottom:2px solid #f0f0f0;
					background-image:url(//memberpic.114my.com.cn/dg165121/uploadfile/image/20220726/20220726142114_1668447797.jpg);}
.home-boxes .box-2:hover,.home-boxes .box-2:active {background-image:url(//memberpic.114my.com.cn/dg165121/uploadfile/image/20220726/20220726142114_1668447797.jpg); background-color:#f0f0f0;}
.home-boxes .box-3 {border-top:4px solid #F9E700; border-bottom:2px solid #f0f0f0;
					background-image:url(//memberpic.114my.com.cn/dg165121/uploadfile/image/20220808/20220808105550_1141037080.jpg);}
.home-boxes .box-3:hover,.home-boxes .box-3:active {background-image:url(//memberpic.114my.com.cn/dg165121/uploadfile/image/20220808/20220808105550_1141037080.jpg); background-color:#f0f0f0}
.home-boxes .box-4 {border-top:4px solid #F6A800; border-bottom:2px solid #f0f0f0;
					background-image:url(//memberpic.114my.com.cn/dg165121/uploadfile/image/20220808/20220808105427_1701206299.jpg);}
.home-boxes .box-4:hover,.home-boxes .box-4:active {background-image:url(//memberpic.114my.com.cn/dg165121/uploadfile/image/20220808/20220808105427_1701206299.jpg);background-color:#f0f0f0;}
.home-boxes .box-5 {border-top:4px solid #DD1840; border-bottom:2px solid #f0f0f0;
					background-image:url(//memberpic.114my.com.cn/dg165121/uploadfile/image/20240420/20240420155154_1800975352.jpg);}
.home-boxes .box-5:hover,.home-boxes .box-5:active {background-image:url(//memberpic.114my.com.cn/dg165121/uploadfile/image/20240420/20240420155154_1800975352.jpg);background-color:#f0f0f0;}
.home-boxes .box-6 {border-top:4px solid #A5137F; border-bottom:2px solid #f0f0f0;
					background-image:url(//memberpic.114my.com.cn/dg165121/uploadfile/image/20220726/20220726142410_1816462938.jpg);}
.home-boxes .box-6:hover,.home-boxes .box-6:active {background-image:url(//memberpic.114my.com.cn/dg165121/uploadfile/image/20220726/20220726142410_1816462938.jpg);background-color:#f0f0f0;}
.home-boxes .box-7 {border-top:4px solid #1BB6CC; border-bottom:2px solid #f0f0f0;
					background-image:url(//memberpic.114my.com.cn/dg165121/uploadfile/image/20220726/20220726105323_935649081.jpg);
					}
.shift h3 {color: #fff;}
.more {color: #fff;}

.home-boxes div[class*='box-'] span.more {display:block; position:absolute; bottom:10px;font-family:微软雅黑;}
.home-boxes div[class*='box-'] h3 {font-size:17.5px; line-height:normal;font-family:微软雅黑;}

.home-boxes a {}

.home-boxes div[class*='box-'] .shift {
			-webkit-transition: all 0.3s ease-in-out 0s;
			-moz-transition: all 0.3s ease-in-out 0s;
			-o-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
			}
.home-boxes div[class*='box-']:hover .shift {
			margin-left:5px;
			}

/*优势*/
.fl {float: left;}
.fr {float: right;}
.adv_bg{overflow: hidden;}

.adv_li{overflow: hidden; background: #f8f8f8;}
.adv_li li{float:left;width:25%;height: 88px;text-align: center;transition: all 0.3s;cursor: pointer;box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05); list-style: none;}
.adv_li li.on{background:#fdbd04;}
.adv_li li.on b{color:#fff;}
.adv_li li.on p{color:#fff;}
.adv_li li b{display: block;margin-top:24px;font-size: 20px;color:#222; font-weight: 100;}
.adv_li li p{font-size: 12px;color:#999;line-height: 22px; font-weight: 100;}

.adv_ul{height: 500px;}
.adv_img{width:670px;}
.adv_img img{width:100%; height:480px;}
.adv_w{width:476px; }
.adv_wt{background-repeat:no-repeat; background-position:center left; padding:20px 0; margin-top:30px;}
.adv_wt p{font-size:32px; font-weight:normal; color:#333; line-height: 50px;}
.adv_wt b{color:#ccc; display: block; font-size: 12px;font-family: Arial; text-transform: uppercase;padding-top: 6px; letter-spacing: 1px; font-weight: 100;}
.adv_ww {font-size:15px; line-height:40px; }
.adv_ww b{color:#000;font-family: Arial; font-size:24px;}
.adv_ww dd{clear: both; line-height: 35px;}
.adv_ww dd:before{content:"◇"; display:block; float:left; position: relative; top:2px; margin-right:12px; font-size: 18px;}
.adv_ww:before{content:""; display:block; width:56px; height:6px; background:#fdbd04; margin:40px 0;}

.adv_ww a {font-size: 18px;font-weight: 100;width: 200px;height: 50px;background: #fdbd04;padding: 2% 8%;border-radius: 10px 0  0 0;margin: 10% 0 0 0;display:  flex;align-items:  center;position:  relative;overflow:hidden;color: #fff;}
.adv_ww a:after {content:'\e8f9';font-family:iconfont;position:absolute;top: 13px;right: 28px;font-size: 30px;transition:0.5s;}
.adv_ww a:hover:after {right:50px;}


.adv1 .adv_wt{ background-image:url(//memberpic.114my.com.cn/dg165121/uploadfile/image/20220524/20220524173856_573318386.png);}
.adv2 .adv_wt{background-image:url(//memberpic.114my.com.cn/dg165121/uploadfile/image/20220524/20220524173856_1995993324.png);}
.adv3 .adv_wt{ background-image:url(//memberpic.114my.com.cn/dg165121/uploadfile/image/20220524/20220524173856_34912283.png);}
.adv4 .adv_wt{background-image:url(//memberpic.114my.com.cn/dg165121/uploadfile/image/20220524/20220524173856_746908790.png);}

/*about*/
.about {
    background: #fafbfd;
    overflow: hidden;
    padding: 40px 0 40px 0;
    position: relative;
    z-index: 999;
}
.about_box {
    max-width: 1200px;
    margin: 0 auto;
}
.about_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about_con .slick-track {width: 1200px !important;}
.about_txt {
    display: flex;
    flex-direction: column;
    width: 43%;
}
.about_txt p {
    font-size: 22px;
    color: #ccc;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    line-height: 30px;
}
.about_txt p span {
}
.about_txt b {
    font-size: 24px;
    color: #333;
    line-height: 40px;
    padding: 0px 0 0;
    font-weight: 100;
}
.about_txt em {
    font-size: 14px;
    font-weight: 100;
    line-height: 33px;
    margin: 10px 0 0;
}
.about_txt span {font-size: 18px;font-weight: 100;width: 200px;height: 50px;background: #fdbd04;padding: 2% 8%;border-radius: 10px 0  0 0;margin: 3% 0 2% 0;display:  flex;align-items:  center;position:  relative;overflow:hidden;color: #fff;}
.about_txt span a {font-size: 18px;color: #fff;}
.about_txt span a:after {content:'\e8f9';font-family:iconfont;position:absolute;top: 13px;right: 28px;font-size: 30px;transition:0.5s;}
.about_txt span a:hover:after {right:50px;}

.about_txtdh ul{margin-top: 30px; float: left;}
.about_txtdh li{font-size: 50px; padding:12px 0px; border-radius: 50%; width: 70px; height: 70px; align-items: center; background: linear-gradient(to right,#fff 30%,#f8f8f8); text-align: center; position: relative; color: #fff; margin-left: 40px; float: left;}
.about_txtdh li:nth-last-child(3) i{ font-size: 31px; }
.about_txtdh li:nth-last-child(2) i{ font-size: 26px; }
.about_txtdh li:nth-last-child(1) i{ font-size: 24px; }

.about_txtdh li i { font-size: 25px; color: #f8c301; line-height: 27px; text-align: center;}
.about_txtdh li p{font-size: 14px; color: #999; text-align: center; line-height: 16px;}
.about_txtdh li p a{font-size: 14px; color: #999; text-align: center; line-height: 16px;}
.about_txtdh li:after {
    content: '';
    width: 100px;
    height: 100px;
    background: rgba(248,195,1, 0.1);
    position: absolute;
    top: -15px;
    left: -15px;
    border-radius: 50%;
    z-index: -1;
}

.about_pic {
    width: 42%;
    display: flex;
    position: relative;
    z-index: 5;
}
.about_pic:after {
    content: "";
    width: 114%;
    height: 160%;
    background: linear-gradient(120deg,#f8c301 10%,#fdd338 80%);
    position: absolute;
    top: -29%;
    left: -15%;
    z-index: -1;
}
.about_pic>ul{padding: 0px 44px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.about_pic>ul>li{width: 100%; padding: 30px 50px;}
.about_pic>ul li i {font-size:54px; float: left; padding-top: 4%; color: rgba(255,255,255,0.5);     margin-right:18px;}
.about_pic>ul b{color: #fff;font-size: 42px; font-weight: 100;}
.about_pic>ul b a{color: #fff;font-size: 30px;}
.about_pic>ul p{font-size: 15px;color: rgba(255,255,255,0.95);margin: 0px 0 0px; font-weight: 100;  display: flex; flex-direction: column;}
.about_pic>ul>li:last-child p{margin-bottom: 0;}
.about_pic>ul>li+li{border-top: 1px solid rgba(255,255,255,0.2);padding-top: 46px;}

.about_pic>ul li p span { font-size:  50px;color:#333; line-height:50px; margin: 0 0 2px 0; font-family: 'din'; font-weight: 100;}
.about_pic>ul li p span em {width: 18px; height:  20px; font-size:  14px; top: 0;  right: -64px; border-radius:  50%; justify-content:  center;align-items:  center; color: #fff; line-height: 20px; display: inline-block;}

/*hz*/
.gy{max-width: 1200px;margin: 0 auto;min-width: 1200px;width:100%;}
.hz_bc {background: #fff;padding: 50px 0 0px; margin-bottom:0px;}
.par_ic ul {
    display: flex;
    flex-wrap: wrap;
padding-top:0.76%;
}

.par_ic ul li {
    width: 15.9%;
    border: 1px solid #eee;
    position: relative;
margin: 0 0.38%;}

.par_ic ul li img {
    display: block;
    width: 100%;
    height: auto;
}

.par_ic ul li:nth-child(n+8) {
    
margin-top: 10px;}

.par_ic ul li p a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(248,195,1,0.6);
    transition: .5s;
    transform: rotateX(90deg);
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.par_ic ul li:hover p a {
    transform: rotateX(0deg);
}

.par_ic {margin-top: 0px;}




/*新闻中心*/  
.news_t p:before{left:452px !important;}
.news {max-width: 1200px; margin: 0 auto;}
.news_t p:after{right:452px !important;}
.news_bg{min-width:1300px;width:100%;padding: 50px 0 50px 0px;}
.newstab a{ display:inline-table; width:200px; height:52px; background:#e9ebec; line-height:52px; font-size:16px; color:#313335; padding-left:86px; position:relative; transition:all 0.5s ease; text-align:left; font-weight:lighter;}
.newstab a:after{ content:''; display:block; width:32px; height:32px; position:absolute; top:11px; left:36px; background:url(//memberpic.114my.com.cn/dg165121/uploadfile/image/20220526/20220526105528_296092902.png) no-repeat left top;transition:all 0.5s ease;}
.newstab a+a{ margin-left:11px;}
.newstab a:nth-child(2):after{ background-position-x:-37px;}
.newstab a:nth-child(3):after{ background-position-x:-76px;}
.newstab a.on:after{background-position-y:-69px; transform:translateX(360deg);}
.newstab a.on{ background:#facd37; color:#fff;}
.newstab{ margin:0px 0 40px 0px; text-align:center;}
.nbcl_le{width:50%;float: left;}
.nbcl_le .news_div_item{width:47%; height:356px;display: inline-block;vertical-align:top;box-shadow:0 0 10px #eee; padding: 3%;}
.nbcl_le .news_div_item+.news_div_item{margin-left:26px;}
.nbcl_le .news_div_item:hover .news_div_item_title a{ color:#facd37;}
.nbcl_le .news_div_item_pic img{width:247px; height:auto; border:1px solid #f6f6f6;}
.news_div_item_title a{font-size:18px; color:#373b3b; font-weight:lighter;display: block;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.nbcl_le .news_div_item_content{margin-top:25px; padding:0 15px;}
.nbcl_le .news_div_item_body{margin-top:14px;line-height:26px;color:#919898; font-weight: lighter;}
.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;float: right;margin:17px 30px 0 0;}
.nbcr_ri{width:48%;float:right;}
.nbcr_ri .news_div_item_pic{display: none;}
.nbcr_ri .news_div_item{font-size:0;border:1px solid #f6f6f6;padding:25px 0;position:relative;transition:300ms;}
.nbcr_ri .news_div_item:hover{box-shadow:0 0 10px rgba(248,195,1,0.1);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; box-sizing:border-box; padding-top:50px; position:relative;}
.nbcr_ri .news_div_item_content{width:455px;padding-left:20px;border-left:1px solid #f3f3f3; font-weight: 100;}
.nbcr_ri .news_div_item_date>div{font-family:Arial;}
.nbcr_ri .news_div_item_year,.nbcr_ri .news_div_item_month{display:inline-block;vertical-align:top;color:#797676;  font-size: 12px;}
.nbcr_ri .news_div_item_day{font-size:48px;font-weight: bold; color:#303030; position:absolute; width:100%; top:0; left:0;   line-height: 55px;}
.nbcr_ri .news_div_item_body{margin-top:5px;line-height:22px;color:#919898;padding-right:20px;font-size:14px;}
.news_bt{ margin-bottom:30px;}


.links{width: 1200px;overflow: hidden;line-height: 30px;margin: 0 auto;height: 80px; border-bottom:1px #eee solid;}
.links_l{ width:100px;float: left;line-height: 80px;}
.links_lm{font-size:17px; line-height:80px; color:#333;}
.links_r{ width:92%; color:#999; padding-left: 30px;}
.links_r a{font-size:15px; color:rgba(0,0,0,0.7);line-height: 80px;}

/*copy*/
.wrapper { margin: 0 auto;}
.bqtop{width: 100%; background: #000000;height: 10px; overflow: hidden;position:relative;}
.copyd {width: 100%;background: #f8f8f8;padding: 0px 0;}
.copydr {width: 100%;background:#f8f8f8;padding: 0px 0;}
.copy {width: 100%; padding: 0px 0 50px 0;}
.copy_box {margin: 0 auto;display: flex;justify-content: space-between;align-items:  center;}
.copy_con {width: 60%;position: relative; padding-top: 30px;}
.copy_con ul {justify-content: space-between;width: 100%;}
.copy_con li {flex-direction: column; float: left; border-bottom: 1px rgba(51,51,51,0.1) solid; height: 40px;width: 100%;}
.copy_con li p {font-size: 16px;color: #333;line-height: 46px;padding-bottom: 0px;float: left; padding-left: 5px;}
.copy_con li a {font-size: 14px;color: rgba(0,0,0,0.6);line-height: 46px;margin-bottom: 4px; padding-left: 19px; letter-spacing: 1px;}
.copy_con li a:hover  {color:#fdbd04;transition:0.5s;}
.copy_int {width: 23%;display: flex;justify-content: space-between; padding-top:2%;}
.copy_l {padding: 10px;background: #fff;display: flex;justify-content: center;align-items: center;flex-direction: column;width: 38%;}
.copy_l i {display:  inline-block;width: 100%;}
.copy_l i img {width:100%;}
.copy_l>p {font-size: 14px;line-height: 20px;padding-top: 8px;}
.copy_r {}
.copy_r>p {display: flex;flex-direction: column;font-size:14px;color: #999; line-height: 26px; }
.copy_r>p span {font-size: 20px;color: #333;font-family: Arial;}
.copy_r a {width: 160px;height: 35px;border-radius: 40px;background: #facd37;display: flex;justify-content: center;align-items: center;font-size: 14px;color: #333;margin-top: 18px;}

.copyright{padding:28px 0;overflow:hidden; border-top: 1px solid rgba(51,51,51,0.1);font-weight: 100;}
.copyright .con{ line-height:30px;font-size:14px;color:#333; text-align:center;}
.copyright a{color:#999;font-size:14px;}
.copyright a:hover{color:#000;font-size:14x;}
/*-- end footer --*/



.main-nav li .nav {position: absolute; left: 0; height: 0%;  opacity: 0; transition: all 1s;    z-index: 999;width: 100%; top:48px;}
.main-nav li:hover .nav {height: 350px; opacity: 1; transition: all 1s; width:100%;}
.main-nav li .nav div a {color: #fff; padding: 10px; border-bottom: 1px solid #fff; display: block; font-size: 16px; transition: all 0.3s;}
.main-nav li .nav div {padding: 10px; background: rgba(51,51,51,0.5);}
.main-nav li:hover .nav div a {background: rgba(51,51,51,0%) !important;}
.main-nav li .nav div a:hover {padding-left: 20px !IMPORTANT; transition: all 0.3s;}


.main-nav li .nav div dl {
    position: absolute;
    left: 100%;
    overflow: hidden;
    transition: all 0.5s;
    z-index: 999;
    width: 100%;
    top: 0;
    background: rgb(0 0 0 / 50%);
    transform: rotateY(90deg);
    transform-origin: left;
}

.main-nav li .nav div:hover dl {transform: rotateY(0deg);}

.main-nav li .nav div dl dt {padding: 10px;}