<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
*ä¸­é—´å†…å®¹åŒº
*/
#main{
  width: 1200px;
  margin: 0 auto;
}
/* main-box1 */
.main-box1{
  background: #FFFFFF;
  padding: 10px;
}
/* box1 top */
.mainBox1-top{
  width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 10px;
  height: 96px;
  background: #FFFFFF;
  border-radius: 10px;
  justify-content: space-between;
  position: relative;
}
.mbox1Top-line{
  position: absolute;
  width: 1px;
  height: 60px;
  background: #E6E6E6;
  left: 23.3%;
  top: 23px;
}
/*å·¦ä¾§å•†æ¡¥*/
.mainBox1-top2{
  top: 16%;
  left: 40px;
  position: fixed;
  flex-direction: column;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 5px;
  background: #FFFFFF;
  border-radius: 10px;
  padding-bottom: 0;
}
.mainBox1-top2 div{
  width: 75px;
  height: 75px;
  background: rgba(65, 166, 248, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.mainBox1-top2 div:hover{
  box-shadow: 0 0 5px rgb(255 138 0);
}
.mainBox1-top2 div:nth-child(2){
  background-color: rgba(61, 209, 200, 0.1);
}
.mainBox1-top2 div:nth-child(3){
  background-color: rgba(30, 118, 193, 0.1);
}
.mainBox1-top2 div:nth-child(4){
  background-color: rgba(244, 158, 71, 0.1);
}
.mainBox1-top2 div:nth-child(5){
  background-color: rgba(61, 209, 176, 0.1);
}
.mainBox1-top2 div:nth-child(6){
  background-color: rgba(238, 93, 59, 0.1);
}
.mainBox1-top2 a{
  display: flex;
  width: 65px;
  height: 65px;
  background: #41A6F8;
  border-radius: 50%;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;

}
.mainBox1-top2 div:nth-child(2) a{
  background: #3DD1C8;
}
.mainBox1-top2 div:nth-child(3) a{
  background: #1E76C1;
}
.mainBox1-top2 div:nth-child(4) a{
  background: #F49E47;
}
.mainBox1-top2 div:nth-child(5) a{
  background: #3DD1B0;
}
.mainBox1-top2 div:nth-child(6) a{
  background: #EE5D3B;
}
.mainBox1-top2 a img{
  height: 17px;
  margin-bottom: 18px;

}
.mainBox1-top2 a span{
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: -32px;
}
/*å·¦ä¾§å•†æ¡¥ end*/
.mainBox1Top-item{
  width: 25%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.mainBox1Top-a1{
  display: block;
  width: 96px;
  height: 26px;
  background: #F5F5F5;
  border-radius: 13px;
  text-align: center;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #484848;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainBox1Top-a1 img{
  width: 18px;
  margin-right: 5px;
}
.mainBox1Top-a1 img:nth-child(2){
  width: 18px;
  display: none;
}

.mainBox1Top-item:nth-child(4) .mainBox1Top-a1:hover{
  background: linear-gradient(0deg, #0875C9 0%, #1892F0 100%);
  border-radius: 13px;
  color: #FFFFFF;
}
.mainBox1Top-item:nth-child(5) .mainBox1Top-a1:hover{
  background: linear-gradient(0deg, #F18F2B 0%, #FFB367 100%);
  color: #FFFFFF;
}
.mainBox1Top-item:nth-child(6) .mainBox1Top-a1:hover{
  background: linear-gradient(0deg, #FF3600 0%, #FF673F 100%);
  color: #FFFFFF;
}
.mainBox1Top-item:nth-child(7) .mainBox1Top-a1:hover{
  background: linear-gradient(0deg, #E62020 0%, #FF6061 100%);
  color: #FFFFFF;
}
.mainBox1Top-a1:hover img:nth-child(1){
  display: none;
}
.mainBox1Top-a1:hover img:nth-child(2){
  display: block;
}
.mainBox1Top-a1:hover{
  transform: scale(1.2);
}
.mainBox1-topFa{
  width: 1180px;
  background-image: url(/img/box1-bg1.png);
  background-size: 100% 100%;
  height: 117px;
  padding: 1px;
  margin: 0 auto;
}
.mbox1Top-nav{
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-left: 16px;
  justify-content: center;
  margin-bottom: -8px;
  margin-top: 10px;
}
.mbox1Top-nav a{
  width: 70px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-right: 18px;
  margin-bottom: 9px;
}
.mbox1Top-nav a:hover{
  color: #0168B7;
}
/* box1 diqu */
.mainBox1-diqu{
  width: 1180px;
  height: 30px;
  background: #fbfbfb;
  margin: 0 auto;
  line-height: 30px;
  margin-top: 20px;
}
.mainBox1-diqu span{
  margin-left: 11px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0168B7;
}
.mainBox1-diqu a{
  margin-right: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6D6D6D;
}
.mainBox1-diqu a:last-child{
  color: #333333;
}
/* box1 cont1 */
.mainBox1-cont1{
  margin-top: 20px;
  display: flex;
}
.mBox1Cont1-swiper{
  width: 360px;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.mBox1Cont1-swiper .swiper-slide img{
  width: 100%;
  display: block;
  object-fit: cover;
}
.swiper-pagination-bullet-active{
  background:white
}
.swiper-pagination-bullet{
  background:white
}
.mBox1Cont1-xw{
  margin-left: 20px;
  width: 480px;
  margin-right: 20px;
}
.mBox1Cont1Xw-p1{
  width: 480px;
  height: 30px;
  background: #F9F9F9;
  display: flex;
  align-items: center;
}
.mBox1Cont1Xw-p1 span{
  width: 4px;
  height: 18px;
  background: #0168B7;
  margin:  0 10px;
}
.mBox1Cont1Xw-p1 h3{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.mBox1Cont1Xw-p2{
  margin-top: 13px;
  display: flex;
  align-items: center;
}
.mBox1Cont1Xw-p2 img{
  width: 40px;
  margin-right: 9px;
}
.mBox1Cont1Xw-p2 p{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #DF1A22;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.mBox1Cont1Xw-p3{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mBox1Cont1Xw-p3 a{
  width: 219px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 8px;
}
.mBox1Cont1-gjx{
  width: 300px;
  height: 258px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
}

.mBox1Cont1Gjx-tab{
  width: 298px;
  height: 50px;
  background: #F9F9F9;
  display: flex;
  align-items: center;
}

.mBox1Cont1Gjx-tab p{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  width: 50%;
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.mBox1Cont1Gjx-tabAct1{
  font-weight: bold  !important;
  color: #333333 !important;
}
.mBox1Cont1Gjx-tabAct2{
  font-weight: bold !important;
  color: #3097E6 !important;
}
.mBox1Cont1Gjx-line{
  width: 60px;
  height: 2px;
  background: #0168B7;
  position: absolute;
  bottom: 0;
  left: 47px;
}
.mBox1Cont1Gjx-nr a{
  display: block;
  margin: 20px auto;
  width: 240px;
  height: 44px;
  line-height: 44px;
  background: #F9F9F9;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
}
.mBox1Cont1Gjx-nr a:hover{
  background: #3097E6 !important;
  font-weight: bold !important;
  color: #FFFFFF !important;
}
.mBox1Cont1Gjx-nrActive{
  background: #3097E6 !important;
  font-weight: bold !important;
  color: #FFFFFF !important;
}
/* box1 cont2 */
.mainBox1-cont2{
  margin-top: 20px;
  display: flex;
}
.mBox1Cont2-bszn{
  width: 360px;
}
.mBox1Cont2Bszn-img{
  width: 100%;
  margin-top: 10px;
}
.mBox1Cont2Bszn-nr1{
  width: 360px;
  height: 215px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
}
.mBox1Cont2Bszn-top{
  background: #F9F9F9;
  width: 100%;
  height: 50px;
  line-height: 50px;

}
.mBox1Cont2Bszn-top p{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.mBox1Cont2Bszn-top p span{
  color: rgba(48, 151, 230, 1);
}
.mBox1Cont2Bszn-item{
  padding: 16px 20px 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mBox1Cont2Bszn-item a{
  display: block;
  width: 92px;
  height: 36px;
  background: #F2F2F2;
  border-radius: 6px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-align: center;
  line-height: 36px;
  margin-bottom: 10px;
}
.mBox1Cont2Bszn-item a:hover{
  background: #3097E6;
  color: #FFFFFF;
}
.mBox1Cont2-news{
  width: 480px;
  margin: 0 20px;
}
.mBox1Cont2News-tab{
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 12px;
}
.mBox1Cont2News-tab p{
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #FAFAFA;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
  cursor: pointer;
}
.mBox1Cont2News-tabActive{
  background: #3097E6 !important;
  font-weight: bold !important;
  color: #FFFFFF !important;
}
.mBox1Cont2News-nr{
  display: none;
}
.mBox1Cont2News-item{
  display: flex;
  align-items: center;
  margin-top: 9px;
  color: #666666;
  overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.mBox1Cont2News-item:first-child&gt;a {
  color: #DF1A22;
}
.mBox1Cont2News-item b{
  width: 1px;
  height: 12px;
  background: #666666;
  margin: 0 8px;
  display: inline-block;
}
.mBox1Cont2News-item a:nth-child(2){
  width: 291px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mBox1Cont2News-item span{
  font-size: 14px;
  flex: 1;
  text-align: end;
}
.mBox1Cont2News-item a{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;

}
.mBox1Cont2-rhfs{
  width: 300px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
}
.mBox1Cont2News-item:nth-child(5){
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.mBox1Cont2rhfs-nr{
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.mBox1Cont2rhfs-nr a{
  position: relative;
  margin-bottom: 9px;
  border-radius: 5px;
}
.mBox1Cont2rhfs-nr a:nth-child(5){
  margin-bottom: 0;
}
.mBox1Cont2rhfs-nr a:nth-child(6){
  margin-bottom: 0;
}
.mBox1Cont2rhfs-nr a img{
  width: 130px;
  height: 70px;
}
.mBox1Cont2rhfs-nr a p{
  position: absolute;
  width: 100px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  text-indent: 5px;
  top: 0;
  left: 0;
  height: 21px;
  line-height: 21px;
  font-size: 13px;
}
.mBox1Cont2rhfs-nr a:hover{
  box-shadow: 0 0 10px #999999;
}
/* main-box2 */
.main-box2{
  padding: 0 10px;
  height: 120px;
  background: #FFFFFF;
  margin: 20px auto;
  display: flex;
  align-items: center;
  /* display:none;*/
}
.mainBox2-a1 img{
  width: 100px;
  margin-right: 30px;
}
.mainBox2-a2{
  position: relative;
}
.mainBox2-a2 img{
  width: 160px;
}
.mainBox2-a2 p{
  position: absolute;
  width: 152px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 36px;
  bottom: 7px;
  left: 4px;
}
.mainBox2-img1{
  margin: 0 21px;
}
.mainBox2-a2 span{
  position: absolute;
  width: 160px;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  top: 0;
  left: 0;
  line-height: 40px;
}
/* .main-box3 */
.main-box3{
  padding: 10px;
  background: #FFFFFF;
}
/* jfcp */
.mainJfcp-tk{
  position: fixed;
  top: 38%;
  left: 40%;
  width: 290px;
  height: 270px;
  background-color: white;
  border: 1px solid #EDEDED;
  text-align: center;
  z-index: 99;
  display: none;
}
.mJfcpTk-img2{
  position: absolute;
  top: 0px;
  right: 24px;
  width: 36px;

  cursor: pointer;
}
.mJfcpTk-hd{
  width: 270px;
  height: 50px;
  background: linear-gradient(135deg, #DF1A22 0%, #EF232B 100%);
  border-radius: 10px;
  margin:  10px auto;
  line-height: 50px;
}
.mJfcpTk-hd p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.mJfcpTk-p1{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #EF222B;
  text-align: center;
  margin-top: 6px;
}
.mJfcpTk-p2{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}
.mJfcpTk-img1{
  width: 101px;
  height: 100px;
  border: 1px solid #F9F9F9;
  margin-top: 17px;
}
.main-jfcp{
  background-image: url(/img/jfcp-bg.png);
  height: 284px;
  background-size: 100% 100%;
  position: relative;
}
.mainJfcp-p1{
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #050301;
  text-align: center;
  padding: 25px 0;
}
.mainJfcp-p1 span{
  color: #DF1A22;
  margin-left: 12px;
}
.mainJfcp-p2{
  text-align: center;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  margin-top: 21px;
}
.mainJfcp-p3{
  width: 160px;
  position: absolute;
  right: 0;
  top: 30px;
  cursor: pointer;
}
.mainJfcp-left{
  width: 400px;
  height: 146px;
  background: #FFFFFF;
  border-radius: 10px;
}
.mainJfcpLeft-p1{
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #050301;
  text-align: center;
  padding: 13px 0;
}
.mainJfcpLeft-p1 span{
  color: #DF1A22;
}

.mainJfcpLeft-p2{
  height: 30px;
  background: #3097E6;
  display: flex;
  align-items: center;
}
.mainJfcpLeft-p2 span{
  width: 20%;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

#announcement{
  overflow: hidden;
  position: relative;
  height: 45px;
}
#announcement .swiper-slide a{
  display: flex;
  align-items: center;
}
#announcement .swiper-slide a span{
  width: 19%;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
#announcement .swiper-slide a span:nth-child(2){
  width: 23%;
}
#announcement .swiper-slide a span:nth-child(15){
  width: 14%;
}
#announcement .swiper-slide a span:nth-child(5){
  width: 25%;
}
.mainJfcp-right{
  width: 560px;
  margin-left: 40px;
  height: 146px;
  background: #FFFFFF;
  border-radius: 10px;
}
.mainJfcpRt-top{
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #EAEAEA;
}
.mainJfcpRt-top div{
  width: 100px;
  height: 2px;
  background: #E51F28;
}
.mainJfcpRt-top p{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #E51F28;
  margin: 0 30px;
}
.mainJfcpRt-bd{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.mJfcpRtBd-item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 72%;
}
.mJfcpRtBd-input span{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.mJfcpRtBd-input input,.mJfcpRtBd-input select{
  width: 138px;
  height: 34px;
  background: #FAFAFA;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
}
.mJfcpRtBd-input select{
  width: 140px;
  margin-top: 6px;
}
.mJfcpRtBd-tj{
  width: 120px;
  height: 34px;
  background: #DF1A22;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  cursor : pointer;
}
/* mBox3-news */
.mBox3-news{
  display: flex;
  justify-content: space-between;
}
.mB3News-left{
  width: 860px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.mB3News-item{
  width: 420px;
  margin-top: 20px;
  border: 1px solid #EDEDED;
}
.mB3NewsItem-p1{
  height: 50px;
  background: #F9F9F9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.mB3NewsItem-p1 h3{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
}
.mB3NewsItem-p1 h3 img{
  width: 19px;
  margin-right: 9px;
}
.mB3NewsItem-p1 a{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.mB3NewsItem-p2{
  display: flex;
  padding: 0 10px;
  margin-top: 16px;
}
.mB3NewsItem-p2&gt;img{
  height: 104px;
  max-width: 139px;
}
.mB3NewsItem-line{
  width: 400px;
  height: 1px;
  background: #EDEDED;
  margin: 16px auto;
}
.mB3NewsItem-p2&gt;a p:first-child{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-left: 10px;
  width: 242px;
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.mB3NewsItem-p2&gt;a p:nth-child(2){
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 240px;
}
.mB3NewsItem-p2&gt;a span{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #DF1A22;
  margin-left: 10px;

}
.mB3NewsItem-p3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 10px;
  margin-bottom: 9px;
}
.mB3NewsItem-p3 div{
  display: flex;
  align-items: center;
  width: 350px;
}
.mB3NewsItem-p3 div p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.mB3NewsItem-p3 span{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.mB3NewsItem-p3 div b{
  width: 4px;
  height: 4px;
  background: #666666;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}
/* mB3News-right */
.mB3News-right{
  width: 300px;
}
.mB3News-ewm{
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  margin-top: 20px;
  height: 343px;
}
.mB3NsEwm-tab{
  width: 100%;
  height: 50px;
  background: #F9F9F9;
  background: #F9F9F9;
  display: flex;
  align-items: center;
}
.mB3NsEwm-tab p{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  width: 50%;
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.mB3NsEwm-tabAct1{
  font-weight: bold !important;
  color: #333333 !important;
}
.mB3NsEwm-tabAct2{
  font-weight: bold !important;
  color: #3097E6 !important;
}
.mB3NsEwm-line{
  width: 60px;
  height: 2px;
  background: #0168B7;
  position: absolute;
  bottom: 0;
  left: 45px;
}
.mB3NsEwm-nr{
  display: none;
  text-align: center;
  padding: 0 10px;
}
.mB3NsEwm-nr img{
  width: 160px;
  height: 160px;
  margin-top: 20px;
  margin-bottom: 0;
}
.mB3NsEwm-nr p{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3097E6;
  padding-top: 17px;
  border-top: 1px solid #EBEBEB;
  margin-top: -4px;
}
.mB3NsEwm-nr span{
  display: block;
  width: 252px;
  margin: 16px auto;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.mB3News-lhwd{
  width: 300px;
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  height: 710px;
}
.mB3NesLhwd-top{
  height: 50px;
  background: #F9F9F9;
  text-align: center;
  line-height: 50px;
  position: relative;
}
.mB3NesLhwd-top p{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.mB3NesLhwd-top p span{
  color: rgba(48, 151, 230, 1);
}
.mB3NesLhwd-line{
  width: 60px;
  height: 2px;
  background: #0168B7;
  position: absolute;
  bottom: 0;
  left: 41%;
}
.mB3NesLhwd-nr{
  padding: 0 20px;
}
.mB3NesLhwd-nr a{
  height: 106px;
  border-bottom: 1px solid #F5F5F5;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;

}
.mB3NesLhwd-div1{
  display: flex;
}
.mB3NesLhwd-div1 span{
  width: 22px;
  height: 22px;
  background: #DF1A22;
  border-radius: 4px;
  line-height: 22px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-right: 6px;
}
.mB3NesLhwd-div1 p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:233px
}
.mB3NesLhwd-div2{
  display: flex;
  margin-top:16px;
  align-items: center;
}
.mB3NesLhwd-div2 span{
  width: 22px;
  height: 22px;
  background: #3097E6;
  border-radius: 4px;
  line-height: 22px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-right: 6px;
}
.mB3NesLhwd-div2 p{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
  width:233px
}
/*
.mB3NesLhwd-nr a:nth-child(n+4) span{
background: #EBEBEB;
font-weight: 400;
color: #999999;
}*/
.main-banner2{
  position: relative;
  display: block;
}
.main-banner2 p{
  width: 226px;
  height: 40px;
  background: #2674DF;
  border-radius: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  line-height: 40px;
  top: 43px;
  right:40px;
  text-align: center;
}
.main-banner2 img{
  width: 100%;
  height: 80px;
  padding: 25px 0;
  background: white;
}

.mBox3-xzwm{
  background-image: url(/statics/img/newIndex1028//cpbg2.png);
  background-size: 100% 100%;
  width: 1180px;
  height: 600px;
  position: relative;
}
.mBox3Xzwm-hed h3{
  text-align: center;
  padding-top: 26px;
  margin-bottom: 12px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.mBox3Xzwm-hed p{
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.mBox3Xzwm-cont1{
  width: 880px;
  height: 396px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 26px auto;
}
.mBox3Xzwm-p1{
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  padding: 20px 0;
}
.mBox3Xzwm-p1 span{
  color: #DF1A22;
}
.mBox3Xzwm-p2{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.mBox3Xzwm-p2 p{
  width: 420px;
  height: 60px;
  background: #C4161D;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
}
.mBox3Xzwm-p2 p:last-child{
  background: #B2B2B2;
}
.mBox3Xzwm-p3{
  width: 840px;
  margin: 0 auto;
  height: 47px;
  background: #F7F7F7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mBox3Xzwm-p3:nth-child(2n){
  background: #FFFFFF;
}
.mBox3Xzwm-p3 p{
  width: 50%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.mBox3Xzwm-p3 p:first-child img{
  width: 17px;
  height: 16px;
  margin: 0 20px 0 30px;
}
.mBox3Xzwm-p3 p:last-child img{
  width: 12px;
  height: 12px;
  margin: 0 20px 0 30px;
}
.mBox3Xzwm-p3 p:last-child{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.mBox3Xzwm-bd{
  position: absolute;
  background-image: url(/statics/img/newIndex1028//xzwm-bg.png);
  width: 1180px;
  height: 60px;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mBox3Xzwm-bd input{
  width: 240px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-right: 30px;
  text-indent: 20px;
  border: 1px solid #D2D2D2;
}
.mBox3Xzwm-bd a{
  display: block;
  width: 160px;
  height: 40px;
  background: #E92E35;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 30px;
  cursor: pointer;
}
.main-numxx{
  width: 1180px;
  height: 120px;
  background: #FFFFFF;
  margin: 25px auto;
  margin-bottom: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainNumxx-item{
  width: 25%;
  border-right: 1px solid #EEEEEE;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.mainNumxx-item p{
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.mainNumxx-item p label{
  font-size: 18px;
}
.mainNumxx-item span{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.mainNumxx-item:last-child{
  border:0
}
/*aæ&nbsp;‡ç­¾é«˜äº®*/
.mbox1Top-nav a:hover{
  color: #1E50A2;
}
.mainBox1-diqu a:hover{
  color: #1E50A2;
}
.mBox1Cont1Xw-p3 a:hover{
  color: #1E50A2;
}
.mBox1Cont2News-item a:hover{
  color: #1E50A2;
}
.mB3NewsItem-p2 a:hover p:first-child{
  color: #1E50A2;
}
.mB3NewsItem-p3 div:hover p{
  color: #1E50A2;
}
.mB3NesLhwd-div1 p:hover{
  color: #1E50A2;
}
.mB3NesLhwd-div2 p:hover{
  color: #1E50A2;
}
.youlian{
    font-size: 12px;color: #999;width: 1200px;margin: 0 auto;
}
.youlian a{
    color: #999;margin-right: 10px;
}</pre></body></html>