* {margin: 0;padding: 0;box-sizing: border-box;line-height:100%;}
body {font-size: 14px;font-family: Microsoft YaHei;overflow-x: hidden;}
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;border: none;}

@font-face {
font-family:DIN Medium;
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: 'iconfont';  /* Project id 3784002 */
  src: url('//at.alicdn.com/t/c/font_3784002_e3f1mshdxdc.woff2?t=1669021979293') format('woff2'),
       url('//at.alicdn.com/t/c/font_3784002_e3f1mshdxdc.woff?t=1669021979293') format('woff'),
       url('//at.alicdn.com/t/c/font_3784002_e3f1mshdxdc.ttf?t=1669021979293') format('truetype');
}


/*head*/
.head {padding: 1% 1%;overflow: hidden;border-top: 4px solid #b22a2e;}
.head_box {max-width: 1500px;margin:0 auto;display: flex;align-items: center;justify-content: space-between;}
.head_logo {display: flex;align-items: center;}
.head_logo i {}
.head_logo p {font-size: 36px;font-weight:  bold;padding: 0 0 0 20px;}
.head_logo p span {}
.head_con {width: 84%;display:  flex;/* flex-direction:  column; */align-items: center;}
.head_txt {padding: 1.2% 3%;display: flex;justify-content: space-between;}
.head_txt p i {font-size: 18px;margin: 0 10px 0 0;}
.head_txt p {font-size:16px;display:  flex;align-items:  center;font-weight:  lighter;letter-spacing: 0.5;}
.head_txt a {font-size: 15px;font-weight:  lighter;}
.head_nav {width: 100%;background: #fff;box-shadow:0 0 30px 0 rgba(0,0,0,0.10);padding: 1.2% 3%;display:  flex;justify-content:  space-between;align-items:  center;} 
.head_nav ul {display: flex;align-items: center;width: 68%;justify-content:  space-between;}
.head_nav li {/* width: 20%; */}
.head_nav li a {font-size: 16px;position: relative;}
.head_nav li>a:before {content:'';width:0;height: 2px;background: #b22a2e;position:absolute;bottom: 0;left:0;transition:0.5s;z-index: 1;}
.head_nav li>a:after {content:'';width:100%;height: 57px;position:absolute;left: 0;}
.head_nav li:hover a:before,.head_nav>ul>li.cur a:before {width:100%;}
.head_nav>p {display:flex;align-items:  center;}
.head_nav>p i {font-size: 24px;width:  50px;height:  50px;background: #b22a2e;border-radius:  50%;color:  #fff;display:  flex;justify-content:  center;align-items:  center;}
.head_nav>p em {display:flex;flex-direction:  column;font-size: 15px;font-weight:  lighter;padding:  0 0 0 10px;}
.head_nav>p>em>span {font-size: 24px;font-family:  DIN Medium;padding: 1% 0 0;}

.head_lan {margin: 0 0 34px 30px;position: relative;}
.head_lan p {display:flex;border: 1px solid #eee;padding: 7% 0;width: 88px;justify-content: center;align-items: center;}
.head_lan p:last-child {/*opacity:0;*/position: absolute;top: 100%;left: 0;transform-origin: top;/*transform: rotateX(90deg);*/transition: 0.5s;}
.head_lan:hover p:last-child {opacity:1;/*transform: rotateX(0deg);*/}
.head_lan p a {display:flex;align-items: center;}
.head_lan p i {width: 26%;}
.head_lan p i img {width:100%;}
.head_lan p span {font-size: 15px;margin: 0 0 0 10px;font-weight: lighter;white-space: nowrap;color: #333;}
.head.on span {color:#333;}

/*banner*/
.banner{position: relative;height: 100%;overflow: hidden;background: #fff;margin: 0 !important;}
.banner a{/* position: absolute; *//* width:100%; *//* height: 900px; *//* z-index: 3; *//* opacity: 0; *//* z-index: 555; */overflow: hidden;}
.banner a img{height: auto;transform:scale(1.1);width: 100% !important;margin: 0 !important;}
.banner a.active{z-index:5;opacity: 1;}
.banner a.active img{transform: scale(1.1);opacity: 1;}
.banner .slick-active img {    /*transition: 6s linear; *//*transform: scale(1);*/}
.banner a img{
	transition:transform 5s linear,opacity 1s linear;
	-webkit-transition:transform 5s linear,opacity 1s linear;
	-o-transition:transform 5s linear,opacity 1s linear;
	-moz-transition:transform 5s linear,opacity 1s linear;
	-ms-transition:transform 5s linear,opacity 1s linear;
}
.banner .ban_dot {display: flex !important;width: 100%;justify-content: center;align-items: center;/* margin: 2% 0 0; */position: absolute;bottom: 5%;left: 0;}
.banner .ban_dot li {width: 13px;height: 13px;display: inline-block;background: #ddd;margin: 0 0.5%;transition: 0.5s;border-radius: 50%;}
.banner .ban_dot li.slick-active {background: #dc271e;}
.banner .ban_dot li button {font-size:0;border: none;outline: none;}
.banner .slick-prev:before {content: '\e65f' !important;font-family: iconfont !important;color: #161883 !important;font-size: 60px !important;}
.banner .slick-next:before {content: '\e65f' !important;font-family: iconfont !important;color: #161883 !important;font-size: 60px !important;}
.banner .slick-prev {left: 3% !important;transform: rotate(180deg) !important;z-index: 5;}
.banner .slick-next {right: 3% !important;top: 45% !important;}
.banner .slick-prev:before, .banner .slick-next:before {opacity: 0;transition: all ease 0.5s;}
.banner:hover .slick-prev:before, .banner:hover .slick-next:before {opacity: 1;}


/*pro*/
.pro {padding: 4% 1%;overflow: hidden;background: #f8f8f8;}
.pro_box {max-width: 1500px;margin: 0 auto;}
.pro_tit {display: flex;justify-content: center;align-items: center;}
.pro_tit p {font-size: 36px;display: flex;flex-direction: column;align-items: center;}
.pro_tit p span {font-size: 16px;color: #999;font-weight: lighter;padding: 4% 0 0;}
.pro_con {margin: 3% 0 0;background: #fff;padding: 3% 1% 1%; overflow: hidden;}
.pro_big {display: flex;transition: 0.5s;}
.pro_nav {border-radius: 40px;width: 100%;margin: 0 auto;padding: 0.3%;border: 1px solid #eee;}
.pro_nav ul {display: flex;justify-content: space-between;background: #fff;border-radius: 40px;}
.pro_nav li {position: relative;z-index: 5;width: 17%;display: flex;justify-content: center;padding: 1% 0;}
.pro_nav li:before {content:'';width: 100%;height: 100%;background: #b22a2e;position: absolute;z-index: -1;border-radius: 40px;opacity: 0;transition:0.5s;top: 0;left: 0;}
.pro_nav li:hover:before,.pro_nav li.on:before {opacity:1;}
.pro_nav li a {font-size: 14px;transition:0.5s;font-weight: lighter;}
.pro_nav li:hover a,.pro_nav li.on a {color:#fff;}
.pro_call {background:#fff;padding: 3% 1% 0;width: 100%;flex-shrink: 0;}
.pro_call ul {display: flex;flex-wrap: wrap;justify-content: flex-start;}
.pro_call li {width: 24%;display: flex;flex-direction: column;border: 1px solid #eee;padding: 3% 1% 1.5%;margin: 5px;}
.pro_call li:nth-child(n+5) {margin: 1.5% 0 0;}
.pro_call li>a {overflow: hidden;}
.pro_call li a img {width: 100%;height: auto;transition: 0.5s;}
.pro_call li:hover img {transform:scale(1.1);}
.pro_call li br {display:none;}
.pro_call li span {text-align: center;padding: 8% 0 10%;border-top: 1px solid #eee;margin: 5% 0 0;display: flex;}
.pro_call li span a {font-size: 16px;font-weight: lighter;position: relative;width: 100%;}
.pro_call li span a:before {content:'\4e86\89e3\8be6\60c5';width: 100%;position: absolute;bottom: -200%;left: 0;right: 0;font-size: 15px;color: #999;}


/*char*/
.char {padding: 4% 1% 10%;overflow: hidden;position: relative;z-index: 5;background: url(//memberpic.114my.com.cn/076981111980/uploadfile/image/20221216/20221216151803_507331634.jpg)no-repeat center top;}
.char:before {content:'';width: 100%;height:100%;background: rgba(0,0,0,0.8);position: absolute;top:0;left:0;z-index: -1;}
.char_box {max-width: 1500px;margin: 0 auto;}
.char_tit {display: flex;justify-content: center;align-items: center;flex-direction: column;color:  #fff;}
.char_tit p {font-size: 22px;background: url(//memberpic.114my.com.cn/076981111980/uploadfile/image/20221121/20221121153503_142630752.png)no-repeat center;width:  100%;text-align:  center;}
.char_tit b {font-size: 36px;display: flex;flex-direction: column;align-items: center;padding: 1% 0 0;}
.char_tit b span {font-size: 14px;font-family:  Arial;text-transform:  uppercase;padding: 3% 0 0;font-weight:  normal;opacity: 0.2;}
.char_con {margin: 3% 0 0;}
.char_con ul {display: flex;justify-content:  space-between;}
.char_con li {display: flex;flex-direction: column;align-items: center;color:  #fff;width: 32%;padding: 4%;border: 1px solid #fff;text-align:  center;transition:0.5s;}
.char_con li:hover {transform:translateY(-10px);}
.char_con li i {font-size: 30px;width: 60px;height: 60px;display:  flex;justify-content:  center;align-items:  center;color:  #fff;border-radius:  50%;border: 1px solid #fff;}
.char_con li p {display: flex;flex-direction: column;align-items: center;font-size: 24px;padding: 8% 0 0;}
.char_con li p span {font-size: 16px;font-weight:  lighter;padding: 4% 0 0;line-height: 30px;}

/*appli*/
.appli {padding: 0 1% 4%;position: relative;/* z-index: 5; */background: #f8f8f8;}
.appli_box {max-width: 1500px;margin: -6% auto 0;position: relative;z-index: 5;}
.appli_tit {display: flex;justify-content: center;align-items: center;color:  #fff;}
.appli_tit p {font-size: 36px;display: flex;flex-direction: column;align-items: center;}
.appli_tit p span {font-size: 16px;color: #999;font-weight: lighter;padding: 4% 0 0;}
.appli_con {margin: 6% 0 0;}
.appli_call {}
.appli_call ul {margin-bottom: 0 !important;}
.appli_call li {display: flex;flex-direction: column;align-items: center;margin: 0 0.1%;}
.appli_call li>a {overflow: hidden;}
.appli_call li a img {width: 100%;height: auto;}
.appli_call li p {width: 100%;text-align: center;padding: 5% 0;background: #fff;}
.appli_call li p a {font-size: 16px;}

/*adva*/
.adva {overflow: hidden;padding: 4% 1%;position:  relative;}
.adva_box {max-width:1500px;margin: 0 auto;}
.adva_tit {display: flex;flex-direction: column;align-items: center;}
.adva_tit b {font-size: 36px;font-weight: normal;}
.adva_tit b span {color: #c30505;}
.adva_tit p {font-size: 16px;color: #999;padding: 1% 0 0;font-weight:  lighter;letter-spacing: 1px;}
.adva_tit em{font-size:0;display:inline-block;height: 8px;padding: 2% 0 0;}
.adva_tit em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#c4d0dc;animation: bounce_fountainG 1.2s linear infinite;} 
.adva_tit em i+i{ margin-left:16px;}
.adva_tit em i:nth-child(1){animation-delay: .4s;}
.adva_tit em i:nth-child(2){background:#b50001;animation-delay: .6s;}
.adva_tit em i:nth-child(3){animation-delay: .8s;}
.adva_tab {margin: 3% 0 0;position:  relative;z-index: 5;display:  flex;flex-direction:  column-reverse;}
.adva:before {content:'';width: 100%;height: 40%;background: #b22a2e;position:absolute;bottom: 0;left: 0;z-index: -1;}
.adva_con {overflow:hidden;box-shadow: 0 0 10px #ddd;margin: 3% 0 0;}
.adva_con ul {display: flex;transition: 0.5s;}
.adva_con li {width: 100%;flex-shrink: 0;display: flex;justify-content: space-between;align-items: center;background:  #fff;padding: 4%;}
.adva_txt {width: 45%;display: flex;flex-direction: column;position:  relative;}
.adva_txt:after {content:'';width:1px;height: 18%;/* background: rgba(5, 149, 90, 0.2); */position:absolute;top: -18%;left: 3.7%;}
.adva_txt i {width: 50px;height: 50px;background: #b22a2e;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size: 30px;color: #fff;font-family: DIN Medium;font-weight: bold;}
.adva_txt p {font-size: 30px;display:  flex;flex-direction:  column;font-weight:  bold;color: #b22a2e;padding: 8% 0 0 0;}
.adva_txt p>span {font-size: 18px;font-weight: lighter;color:  #999;padding: 2% 0 0;line-height: 30px;}
.adva_txt em {display: flex;flex-direction: column;margin: 8% 0 0;display: none;}
.adva_txt em>span {font-size: 17px;font-weight:  lighter;line-height: 28px;}
.adva_txt em>span+span {margin: 3% 0 0;}
.adva_txt a {width: 24%;color:#fff;font-size: 17px;background: #b22a2e;border-radius: 40px;font-weight:  lighter;display:  flex;justify-content:  center;align-items:  center;padding: 2% 0;margin: 10% 0 0;}
.adva_pic {width: 50%;display:  flex;}
.adva_pic i {}
.adva_pic i img {width: 100%;height: auto;}
.adva_nav {}
.adva_nav ul {display: flex;}
.adva_nav li {width: 25%;display: flex;align-items: center;background: #b22a2e;padding: 2.5% 0;color:  #fff;justify-content:  center;overflow:  hidden;position:  relative;}
.adva_nav li:after {content:'';width:1px;height: 30%;background: rgba(255, 255, 255, 0.2);position:absolute;top: 34%;left:0;}
.adva_nav li:first-child:after {display:none;}
.adva_nav li>i:after {content:'';width:1px;height: 0;background: rgba(255, 255, 255, 0.2);position:absolute;top: -51px;left: 45%;transition:0.5s;}
.adva_nav li.on>i:after {height:164%;}
.adva_nav li i {font-size: 32px;position:  relative;}
.adva_nav li p {display: flex;flex-direction: column;font-size: 24px;align-items:  center;padding: 0 0 0 20px;}
.adva_nav li p span {font-size: 12px;text-transform:  uppercase;font-family:  Arial;opacity: 0.5;padding: 9% 0 0;}

/*about*/
.about {padding: 4% 1%  10%;background: url(//memberpic.114my.com.cn/076981111980/uploadfile/image/20221122/20221122144453_1548990305.jpg)no-repeat center top;overflow: hidden;position:  relative;z-index:5;}
.about:before {content:'';width:100%;height:100%;background: rgba(0,0,0,0.7);position:absolute;top:0;left:0;z-index:-1;}
.about_box {max-width: 1500px;margin: 0 auto;}
.about_tit {display: flex;flex-direction: column;align-items: center;}
.about_tit b {font-size: 36px;color:  #fff;}
.about_tit b span {color: #fff;}
.about_tit p {font-size: 18px;color: #fff;padding: 1% 0 0;font-weight:  lighter;letter-spacing: 1px;}
.about_tit em{font-size:0;display:inline-block;height: 8px;padding: 2% 0 0;}
.about_tit em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#c4d0dc;animation: bounce_fountainG 1.2s linear infinite;} 
.about_tit em i+i{ margin-left:16px;}
.about_tit em i:nth-child(1){animation-delay: .4s;}
.about_tit em i:nth-child(2){background: #fff;animation-delay: .6s;}
.about_tit em i:nth-child(3){animation-delay: .8s;}
.about_con {margin: 4% 0 0;background: rgba(255, 255, 255, 0.8);padding: 4%;display:  flex;flex-direction:  column;align-items:  center;}
.about_con p {font-size: 16px;line-height: 36px;font-weight:  lighter;text-align:  center;}
.about_con ul {display: flex;margin: 5% 0 0;width: 80%;justify-content:  space-between;}
.about_con li {display: flex;flex-direction: column;align-items:  center;width: 25%;}
.about_con li span {display: flex;align-items: flex-end;}
.about_con li span b {font-size: 60px;font-family:  DIN Medium;}
.about_con li span i {width: 20px;height: 20px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: #b22a2e;font-size: 14px;color: #fff;margin: 0  0 12% 0;}
.about_con li p {font-size: 16px;font-weight: lighter;}

/*pic*/
.pic {padding: 0 1% 1%;overflow: hidden;position: relative;margin: -4% 0 0;z-index: 5;}
.pic_box {max-width: 1700px;margin: 0 auto;}
.pic_tit {display: flex;justify-content: center;}
.pic_tit p {display: flex;flex-direction: column;font-size: 30px;align-items: center;}
.pic_tit p span {font-family: Arial;text-transform: uppercase;font-size: 18px; padding: 8% 0 0;color: #999;}
.pic_con {position: relative;padding: 4% 6%;background: #fff;box-shadow: 0 0 20px #eee;}
.pic_call {}
.pic_call ul {margin-bottom: 0 !important;}
.pic_call li {overflow: hidden;position: relative;margin: 0 0.1%;z-index: 5;}
.pic_call li a {overflow:hidden;position: relative;display: inline-block;}
.pic_call li a img {width:100%;height:auto;transition: 0.5s;}
.pic_call li:hover img {transform:scale(1.1);}
.pic_call li p {width: 100%;text-align: center;background: #f5f5f5;padding: 5% 0;position: relative;}
.pic_call li p:before {content:'';width: 100%;height: 0;background: #b22a2e;position:absolute;bottom: 0;left:0;transition:0.5s;}
.pic_call li:hover p:before {height:100%;}
.pic_call li:hover a {color:#fff;}
.pic_call li p a {font-size: 18px;font-weight: lighter;}
.pic_btn {display: flex;width: 98%;/* justify-content: center; *//* position: absolute; *//* top: 50%; *//* left: 0; *//* right: 0; *//* margin: 0 auto; *//* align-items:  center; */justify-content: space-between;}
.pic_btn i:hover  {background:#c30505;color:#fff;border:none;}
.pic_btn>i {width: 50px;height: 80px;cursor: pointer;font-size: 28px;display: flex !important;justify-content: center;align-items: center;top: 36%;border-radius: 5px;transition: 0.5s;position: absolute;background: #edf2f5;font-weight: bold;color: #c30505;margin: 0 12px;letter-spacing: 10px;}
.pic_btn>i:first-child {left: 1%;transform: rotate(180deg);}
.pic_btn>i:last-child {right: 1%;}
.ban_dot {display:none !important;}

/*news*/
.news {padding: 3% 1% 4%;overflow: hidden;/* background: #f5f5f5; */}
.news_box {max-width: 1500px;margin: 0 auto;}
.news_tit {display: flex;flex-direction: column;align-items: center;}
.news_tit b {font-size: 36px;font-weight: normal;}
.news_tit b span {color: #c30505;}
.news_tit p {font-size: 18px;color: #999;padding: 1% 0 0;font-weight:  lighter;letter-spacing: 1px;}
.news_tit em{font-size:0;display:inline-block;height: 8px;padding: 2% 0 0;}
.news_tit em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#c4d0dc;animation: bounce_fountainG 1.2s linear infinite;} 
.news_tit em i+i{ margin-left:16px;}
.news_tit em i:nth-child(1){animation-delay: .4s;}
.news_tit em i:nth-child(2){background:#b50001;animation-delay: .6s;}
.news_tit em i:nth-child(3){animation-delay: .8s;}
.news_nav {width: 40%;margin: 3% auto 0;}
.news_nav ul {display: flex;justify-content: space-between;align-items: center;width: 100%;}
.news_nav li {display:  flex;justify-content:  center;align-items:  center;background: #fff;margin: 0 12px;width: 100%;padding: 1.5% 25px;border-radius: 40px;position: relative;overflow: hidden;z-index: 5;box-shadow: 0px 0px 20px #ddd;}
.news_nav li:before {content:'';width:0;height:100%;background: #b22a2e;position:absolute;top:0;left:0;transition:0.5s;z-index:-1;}
.news_nav li.on:before {width:100%;}
.news_nav li i {font-size: 18px;line-height:  24px;}
.news_nav li a {font-size: 18px;line-height: 24px;padding-left: 4px;    white-space: nowrap;}
.news_nav li.on,.news_nav li.on a {color: #fff;font-weight: bold;}
.news_list{width: 100%;display: flex;transition:all .5s;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{display: flex;justify-content: space-between;flex-shrink: 0;width:100%;}
.news_list .news_div+.news_div{}
.news_list .news_div_item{width: 32%;position: relative;transition:0.5s;padding: 20px;background: #fff;display: flex !important;flex-direction: column-reverse;margin: 0 0.1%;border: 1px solid #f8f8f8;}
.news_list .news_div_item_date{position: absolute;bottom: 170px;display: block;left: 19px;height: 22px;font-size: 13px;color: #666;}
.news_list .news_div_item_date::before{content:'';}
.news_list .news_div_item_content{height: 220px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 13px;line-height: 22px;color: #666;}
.news_list .news_div_item_title{}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 40px;position:relative;transition:0.3s;font-weight: 100;padding-top: 18px;}
.news_list .news_div_item_a::before{position:absolute;content:'\4e86\89e3\8be6\60c5';bottom: -176px;left: 0;width: 130px;height: 40px;background: #fff;border-radius: 20px;line-height: 40px;color: #666;font-size: 13px;transition:0.5s;border: 1px #f6f5f5 solid;text-align: center;box-sizing: border-box;padding-left: 30px;}
.news_list .news_div_item_a::after{position:absolute;font-size: 18px;width: 18px;height: 14px;left: 22px;transition:0.5s;font-family: 'iconfont';content: "\eb94";color: #666;bottom: -163px;}
.news_list .news_div_item_body{font-size: 14px;color: #999;line-height: 26px; font-weight:100;}
.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;transition: 0.5s;}
.news_list .news_div_item:hover .news_div_item_a{color: #c30505;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #c30505;color: #fff;}
.news_list .news_div_item:hover .news_div_item_a::after{color: #fff;}
.new_ic{overflow:hidden;margin: 4% auto 0;}
.news_list .news_div_item:hover .news_div_item_pic img  {    transform: scale(1.1);transition: 0.5s;}
.news_div_item_pic {overflow: hidden;}

/*copy*/
.footer{overflow:hidden;background: #F8F8F6;padding: 4% 1% 0;}
.webs_z {max-width:1500px;margin:0 auto;}
.ft-info{overflow:hidden;display: flex;justify-content: space-between;align-items: center;}
.ft-info .ft-logo{float:left;width:12rem;}
.ft-info .ft-logo img{/* filter:contrast(0%) brightness(200%); */}
.ft-info .ft-logo:hover img{filter:none;}
.ft-info .ft-tel{float:right;width:18.75rem;text-align:right;line-height:1.5;}
.ft-info .ft-tel span{display:block;font-size:1.125rem;/* color:#fff; */}
.ft-info .ft-tel em{display:block;font-size:1.8rem;color: #b22a2e;font-weight:bold;font-family:  DIN Medium;padding: 4% 0 0;}
.ft-info .ft-tel a{display:inline-block;margin-top:1.875rem;width:8.75rem;height:2.8125rem;line-height:2.8125rem;font-size:1rem;text-align:center;color:#fff;background: #0c4cb9;}
.ft-inner{display: flex;justify-content: space-between;}
.ft-inner .leftCon{float:left;width:75%;}
.ft-inner .rightCon{float:left;/* width:25%; */}
.ft-menu{padding: 2% 0;overflow: hidden;border-bottom: #eee solid 1px;}
.ft-menu li{float:left;margin-right:4rem;line-height:2.5rem;font-size:1.25rem;}
.ft-menu li:last-child{margin-right:0;}
.ft-menu li a{/* color:#fff; */font-size: 17px;transition:0.5s;position: relative;z-index: 5;}
.ft-menu li a:before {content:'';width:0;height:2px;background:#b22a2e;position:absolute;bottom:0;left:0;transition:0.5s;z-index: -1;}
.ft-menu li a:hover:before {width:100%;}
.copyright{padding: 2% 0;font-size: 1rem;color: #949494;overflow:hidden;}
.copyright span{display:inline-block;margin-right:1rem;    line-height: 30px;}
.copyright a{color: #949494;font-size: 1rem;}
.copyright a:hover{color:#b22a2e;}
.share-list{float:right;margin-top:7.6rem;}
.share-list li{position:relative;float:left;padding:0 1.26rem;cursor:pointer; border-right:solid #333 1px;}
.share-list li:last-child{padding-right:0;border:none;}
.share-list li i{display:block;width:20px;height:20px;background:url(//memberpic.114my.com.cn/076981111980/uploadfile/image/20221214/20221214102846_2098625864.png) no-repeat;}
.share-list li.weibo i{background-position:0 0;}
.share-list li.weixin i{background-position:0 -20px;}
.share-list li.app i{background-position:0 -40px;}
.share-list li.gotop i{width:40px;background-position:0 -60px;}
.share-list li .pop{display:none;position:absolute;bottom:100%;left:50%;padding-bottom:10px;width:100px;transform:translateX(-50%);}
.share-list li .pop img{display:block;width:100%;border:#fff solid 2px;border-radius:5px;}
.share-list li:hover .pop{display:block;}

/*link*/
.link_bg{padding-bottom:20px;display: flex;}
.link_dht{width:90px;line-height:38px;color:#888;font-size: 16px;}
.link_nr a {font-size: 16px;}


.det_txt1 table {
    width: 1280px;
    height: 650px;
}


.det_txt1 tbody td {
  line-height: 20px;
}


.head_bt {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    width: 15%;
}
.head_bt span {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #a6292d;
}
.head_bt p {
    font-size: 21px;
    color: #000;
}