* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hidden {
  display: none !important;
}

/* ͷ�� */
.topbar {
  width: 100%;
  /*  height: 110px; */
  box-sizing: border-box;
  padding: 15px 0;
  text-align: center;
}

.topbar .bar1 {
  text-align: left;
}

.web {
  padding: 1px 5px;
  background-color: #246be0;
  color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
}

.topbar .welcome {
  font-size: 14px;
  color: #666666;
  margin-left: 5px;
}

.topbar .otherlink {
  float: right;
}

.topbar .otherlink a {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  border-left: 1px solid #666666;
  padding: 0 8px;
  height: 15px;
  line-height: 15px;
}

.topbar .otherlink a:first-child {
  border-left: none;
}

.topbar .otherlink a:hover {
  color: #246be0;
}
.bar2 {
  display: flex;
  margin-top: 15px;
}

.bar2 .logocontent {
  /* flex: 0 0 291px; */
  flex: 1;
}

.bar2 .nav1 {
  flex: none;
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.bar2 .nav1 .item {
  flex: none;
  text-align: right;
  font-size: 15px;
  color: #333333;
  height: 45px;
  line-height: 45px;
  margin-left: 30px;
  transition: all 0.3s;
  position: relative;
}

.bar2 .nav1 .item a {
  color: #333333;
}

.bar2 .nav1 .item:first-child {
  margin-left: 0;
}

.bar2 .nav1 .item img {
  display: inline;
  vertical-align: middle;
  margin-left: 3px;
  display: none;
}

.bar2 .nav1 .item:hover {
  /*  background-color: #EEEEEE; */
  color: #246be0;
}

.bar2 .nav1 .active {
  /*  background-color: #EEEEEE; */
  color: #246be0;
}

.bar2 .nav1 .item ul {
  position: absolute;
  left: 0;
  top: 47px;
  z-index: 20;
  width: 255px;
  display: none;
}

.bar2 .nav1 .item ul li {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #eeeeee;
  text-align: left;
  padding-left: 15px;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
}

.bar2 .nav1 .item ul li:first-child {
  border-bottom: none;
}

.bar2 .nav1 .item ul li:last-child {
  border-top: none;
}

.bar2 .nav1 .item ul li:hover a {
  color: #246be0;
}

/* ͷ�� end */

*:focus {
  outline: none;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.clearfix::after,
.clearfix::before {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}

img {
  max-width: 100%;
  display: block;
}

.banner img {
  display: block;
  margin: 0 auto;
}

.d_flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}

/*zhaoheng all style*/
/*margin-top*/
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt17 {
  margin-top: 17px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

/*padding-top*/
.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt38 {
  padding-top: 38px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

/*padding-bottom*/
.flex_n {
  flex: none;
  -webkit-flex: none;
  -ms-flex: none;
}
.flex_1 {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.mr_2n0 > *,
.mr_3n0 > *,
.mr_4n0 > *,
.mr_5n0 > * {
  float: left;
}
.mr_2n0 > * {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  margin-bottom: 10px;
}
.mr_3n0 > * {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  margin-bottom: 10px;
}
.mr_4n0 > * {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
  margin-bottom: 10px;
}
.mr_5n0 > * {
  width: calc((100% - 40px) / 5);
  margin-right: 10px;
  margin-bottom: 10px;
}
.mr_2n0 > *:nth-child(2n) {
  margin-right: 0px !important;
}

.mr_3n0 > *:nth-child(3n) {
  margin-right: 0px !important;
}

.mr_4n0 > *:nth-child(4n) {
  margin-right: 0px !important;
}

.mr_5n0 > *:nth-child(5n) {
  margin-right: 0px !important;
}

.nav {
  justify-content: space-between;
  height: 80px;
  line-height: 65px;
}
.nav {
  box-shadow: 0 5px 15px #f1f1f1;
}
.nav .container {
  justify-content: space-between;
  padding: 0 20px;
}
.nav .container > div {
  margin: 0px 10px;
}
.nav a {
  text-align: center;
  font-size: 18px;
  position: relative;
  color: #333;
}
.nav a img {
  display: inline-block;
  margin-right: 2px;
  width: 22px;
  transform: translateY(3px);
}
.nav a i {
  content: url(../images/activesnav.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  display: inline-block;
  line-height: 20px;
  display: none;
}

.nav .active a i {
  display: block;
}

.nav .active a {
  font-weight: bold;
}
.nav a:hover i {
  display: block;
}
.nav a:hover {
  font-weight: bold;
}

.btpage {
  border-bottom: #c2c2c2 solid 1px;
  height: 50px;
}
.btpage span {
  font-size: 19px;
  border-bottom: #666 solid 1px;
  padding-left: 9px;
  padding-bottom: 14px;
  padding-top: 11px;
  display: inline-block;
  font-weight: bold;
}
.btpage a {
  float: right;
  margin-top: 14px;
  font-size: 15px;
  color: #666666;
}
.btpage1 {
  border-bottom: #c2c2c2 solid 1px;
  height: 50px;
  background: url(../images/btblue.png) no-repeat;
}
.btpage1 span {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: #666 solid 1px;
  padding-left: 9px;
  padding-bottom: 11px;
  font-weight: bold;
  padding-top: 6.5px;
  display: inline-block;
}
.btpage1 a {
  float: right;
  margin-top: 12px;
  font-size: 15px;
  color: #666666;
}
.btpage1 small {
  font-size: 15px;
  color: #666666;
  margin-left: 20px;
}
.btpage2 {
  border-bottom: #c2c2c2 solid 1px;
  height: 50px;
  background: url(../images/btred.png) no-repeat;
}
.btpage3 {
  border-bottom: #c2c2c2 solid 1px;
  height: 50px;
  background: url(../images/borangs.png) no-repeat;
}
.btpage2 span {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: #666 solid 1px;
  padding-left: 9px;
  padding-bottom: 11px;
  padding-top: 6px;
  font-weight: bold;
  display: inline-block;
}
.btpage2 small {
  font-size: 15px;
  color: #666666;
  margin-left: 20px;
}
.btpage2 a {
  float: right;
  margin-top: 14px;
  font-size: 15px;
  color: #666666;
}

.bm_box {
  float: left;
  margin-right: 16px;
  margin-bottom: 20px;
}
.bm_box a {
  overflow: hidden;
  transition: 1s;
  cursor: pointer;
}
.bm_box a img {
  transition: 1s;
}
.bm_box a:hover img {
  transform: scale(1.1, 1.1);
  transition: 1s;
}
.hommMarjor .flex_1 {
  margin-left: 23px;
}
.hommMarjor .item {
  margin-right: 22px;
  float: left;
  margin-bottom: 8px;
  width: calc((100% - 44px) / 3);
}

.hommMarjor .item > a {
  display: block;
  position: relative;
  width: 115%;
}
.hommMarjor .item h4 {
  position: absolute;
  top: 30px;
  left: 17px;
  color: #333;
  display: block;
  line-height: 28px;
  font-size: 19px;
}
.hommMarjor .item h4 a {
  font-size: 19px;
  color: #333;
  display: block;
  line-height: 28px;
}
.hommMarjor .item:hover h4 a {
  color: #3983f2;
}
.hommMarjor .item:hover h4 {
  color: #da2424;
}
.hommMarjor .item p {
  font-size: 15px;
  color: #ff6711;
  position: absolute;
  top: 75px;
  left: 17px;
}
.hommMarjor3 .flex_n span {
  position: absolute;
  top: 50%;
  left: 29px;
  background: #3983f2;
  padding: 5px 24px;
  border-radius: 15px;

  font-size: 14px;
}
.hommMarjor3 .flex_n span a {
  color: #fff;
}
.tuijian7 .item span {
  position: absolute;
  top: 54px;
  left: 29px;
  background: #3983f2;
  padding: 3px 15px;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
}
.hommMarjor .item span {
  position: absolute;
  top: 100px;
  left: 20px;
  background: #3983f2;
  padding: 4px 14px;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
}
.hommMarjor .item span a {
  color: #fff;
}
.hommMarjor .font {
  font-size: 15px;
  line-height: 40px;
  color: #333333;
}
.hommMarjor .font a {
  display: inline-block;
  float: right;
  font-size: 14px;
  border-radius: 25px;
  padding: 1px 10px;
  text-align: center;
  color: #fff;
  background: #ff5c00;
  line-height: 24px;
  margin-top: 8px;
}

.xsyh {
  border: #ececec solid 1px;
  padding: 17px 12px;
  border-radius: 8px;
}
.xsyh .item {
  padding-bottom: 20px;
  border-bottom: #ccc dashed 1px;
  margin-bottom: 26px;
}
.xsyh .item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.xsyh .flex_1 {
  overflow: hidden;
}
.xsyh .flex_1 div:first-child {
  color: #333333;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.xsyh .flex_1 p {
  color: #999999;
  font-size: 15px;
  margin-top: 5px;
}
.xsyh .flex_1 div:first-child span {
  color: #fff;
  background-color: #da2424;
  text-align: center;
  line-height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 5px;
}
.xsyh .flex_n {
  margin-left:5px;
}
.xsyh .flex_n a {
  font-size: 15px;
  text-align: center;
  color: #da2424;
  float: right;
}

.hommMarjor_bottom .item {
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}
.hommMarjor_bottom .item img {
  transition: 1s;
}
.hommMarjor_bottom .item:hover img {
  transform: scale(1.1, 1.1);
  transition: 1s;
}
.hommMarjor2 .item h4 {
  top: 20px;
}
.hommMarjor2 .item p {
  top: 60px;
}
.hommMarjor3 .item h4 {
  top: 20px;
}
.hommMarjor3 .item p {
  top: 57px;
}

.da2424 .item a > p {
  color: #da2424;
}
.f3984f3 .item p {
  color: #3984f3;
}
.c333 .item p {
  color: #333;
  font-size: 19px;
}
.hommMarjor3 .flex_n h4 {
  position: absolute;
  top: 25px;
  left: 28px;
  font-size: 24px;
  color: #333;
}
.hommMarjor3 .flex_n h4 a {
  font-size: 24px;
  color: #333;
  line-height: 38px;
}
.hommMarjor3 .flex_n p {
  position: absolute;
  top: 70px;
  color: #333;
  left: 28px;
  font-weight: bold;
  font-size: 24px;
}

.newsleft .flex_n .item img {
  display: block;
  transition: 1s;
	    transform: scale(1.09);
}
.newsleft .flex_n .item .img {
     overflow: hidden;
     height: 240px;
     display: flex;
     justify-content: center;
     align-items: center;
   height: 245px;
}
.newsleft .flex_n .item:hover img {
  transform: scale(1.1, 1.1);
  transition: 1s;
}
.newsleft .flex_n .item {
  overflow: hidden;
  border-radius: 8px;
  display: block;
}
.newsleft .flex_n .item p {
  font-size: 15px;
  line-height: 40px;
  white-space: nowrap;
  text-align: center;
  padding: 0px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  background: rgb(238 238 238 / 40%);
}

.newsleft .flex_1 ul li {
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 18px;
}
.newsleft .flex_1 ul li i {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 13px;
  background: #999999;
  margin-top: 7px;
}

.newsleft .flex_1 ul li a {
  display: inline-block;
  font-size: 15px;
}
.newsleft .flex_1 ul li a:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.newsleft .flex_1 ul li a:nth-child(2) {
  margin-right: 7px;
}
.newsleft .flex_1 ul li:hover a {
  color: #9d0101;
}

.newsright li red {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  flex: none;
}
.newsright li:first-child red,
.newsright li:nth-child(2) red,
.newsright li:nth-child(3) red {
  color: #9d0101;
}
.newsright li {
  margin-bottom: 16.3px;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  margin-bottom: 18px;
}
.newsright li a {
  flex: 1;
  display: flex;
  overflow: hidden;
}
.newsright li a span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  font-size: 15px;
  margin-right: 15px;
  flex: 1;
}
.newsright li a i {
  display: none;
  font-style: normal;
  text-align: center;
  line-height: 19px;
  width: 19px;
  height: 19px;
  flex: none;
  box-sizing: content-box;
  border: #9d0101 solid 1px;
  border-radius: 4px;
  color: #9d0101;
  font-size: 14px;
}

.newsright li:hover a {
  color: #9d0101;
}

.tuijian7 .item {
  position: relative;
  margin-bottom: 22px;
}
.tuijian7 .item h4 {
  position: absolute;
  top: 17px;
  color: #333;
  left: 27px;
  font-size: 19px;
}
.tuijian7 .item:hover h4 {
  color: #3983f2;
}
.zyxf {
  border: #ececec solid 1px;
  padding: 13px 13px 2px;
  border-radius: 8px;
}
.zyxf .item {
  background-color: #f6faff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  margin-bottom: 12px;
  width: calc((100% - 12px) / 2);
  float: left;
  padding: 18px 0px;
  padding: 1;
  border-radius: 7px;
}
.zyxf .item:nth-child(2n) {
  margin-right: 0px;
}
.zyxf .item h3 {
  font-size: 15px;
  margin-bottom: 17px;
}
.zyxf .item div {
  text-align: center;
}
.zyxf .item a {
  line-height: 20px;
  padding: 2px 10px;
  border-radius: 25px;
  font-size: 14px;
  background-color: #3984f3;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: auto;
}

.rmjd {
  padding: 15px 12px;
}
.rmjd a {
  background-color: #fff7f3;
  padding: 9px 13px;
  border-radius: 5px;
  margin-bottom: 9px;
  color: #333;
}
.rmjd a:last-child {
  margin-bottom: 0;
}
.rmjd a .flex_1 {
  padding-right: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.rmjd .img::before {
  content: url(https://www.scxdf.com/publics/images/home/zixun2.png);
  transform: translateY(3px);
  display: block;
}
.rmjd a .img::before {
  content: url(../images/zuxun2.png);
}
.rmjd a:hover .img::before {
  content: url(../images/zuxun2.png);
}
.rmjd a:nth-child(2n) {
  background: #fff1f2;
}

.ynjd {
  border: #ececec solid 1px;
  padding: 27px 14px;
  border-radius: 8px;
}
.ynjd .list {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffeded;
  padding: 17px 0px;
  width: calc((100% - 20px) / 3);
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
  border-radius: 8px;
}
.ynjd .list:nth-child(3n) {
  margin-right: 0px;
}
.ynjd .list a {
  text-align: center;
  display: block;
}

.ynjd .list a * {
  display: block;
  margin: 0 auto;
  font-weight: bold;
  color: #333;
}

.ynjd .list a span {
  font-size: 12px;
  color: #999999;
  margin-top: 4px;
  font-weight: 400;
}

.Homefrom p {
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  color: #333333;
}
.Homefrom input[type="text"] {
  line-height: 36px;
  border-radius: 6px;
  padding: 0px 10px;
  text-align: center;
  color: #999999;
  border: solid 1px #dddbdc;
  width: 100%;
  display: block;
  margin-top: 15px;
}

.Homefrom input[type="button"] {
  width: 100%;
  display: block;
  margin-top: 15px;
  background-color: #9d0101;
  border-radius: 19px;
  color: #ffffff;
  background-color: #9d0101;
  border-radius: 19px;
  line-height: 38px;
}

/*2023������̬*/

.para {
  border: #ececec solid 1px;
  padding: 18px 14px;
  border-radius: 8px;
}

.ji-hua-right-title {
  background: #2891ff;
  margin-top: 25px;
}

.ji-hua-right-title div {
  color: white;
  font-size: 18px;
  text-align: center;
  float: left;
  /*  width: 19%; */
  width: 33%;
  line-height: 50px;
}

.ji-hua-right-title div:nth-child(2) {
  width: 32%;
}

.ji-hua-right-title div:nth-child(3) {
  width: 35%;
}

.ji-hua-right-gun {
  border-bottom: #e0e0e0 dashed 1px;
}
.ji-hua-right-gun div {
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  float: left;
  width: 25%;
}

.ji-hua-right-gun div:nth-child(2) {
  width: 25%;
}

.ji-hua-right-gun div:nth-child(3) {
  width: 50%;
  border-right: none;
}
.ji-hua-right-gun div:nth-child(3) a {
  color: #da2424;
}

.ji-hua-right-obj {
  border-top: none;
}
.title-txt p {
  font-size: 28px;
  color: #1976d7;
  font-weight: bold;
  line-height: 64px;
  height: 64px;
}

.title-txt {
  border-bottom: 1px solid #a0a0a0;
  position: relative;
}

.title-txt span {
  font-size: 24px;
  color: #898989;
  font-weight: initial;
}

.title-txt div:last-child:hover {
  color: #1976d7;
  margin-right: -4px;
  letter-spacing: 1px;
}

.banner-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 25px;
  background: rgb(255 255 255 / 40%);
  opacity: 1;
}

.banner-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 30px;
}

.banner .banner-pagination .swiper-pagination-bullet {
  margin: 0 5px !important;
}

.banner .swiper-pagination {
  bottom: 25px !important;
}

.xxhj .swiper-pagination-bullet {
  opacity: 1;
  width: 18px;
  height: 5px;
  border-radius: 4px;
}
.xxhj .swiper-pagination {
  bottom: 28px;
}
.xxhj .swiper-pagination-bullet {
  background: rgb(255 255 255 / 40%);
}
.xxhj .swiper-pagination-bullet-active {
  background: #fff;
}

/* �ײ�ѡ� */

.hlinks {
  overflow: hidden;
  display: flex;
  box-shadow: 0px -3px 10px 1px #246be01f;
  padding: 25px 30px;
}

.linktab {
  height: 220px;
  flex: 0 0 100px;
  font-size: 14px;
}

.linktab a {
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 20px;
  margin-bottom: 20px;
}

.linkbox {
  flex: 1;
  box-sizing: border-box;
  height: 220px;
}

.hzdw {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex: flex;
  font-size: 14px;
}

.hzdw .item {
  flex: 0 0 12.5%;
  line-height: 20px;
  margin-bottom: 20px;
}

.hzdw .item:nth-child(8n + 1) {
  margin-left: 0;
}

.hzdw .item:hover a {
  color: #007aff;
}

.xdyx {
  overflow: hidden;
}

.xdyx li {
  float: left;
  width: calc(100% / 7);
  font-size: 14px;
  margin-bottom: 22px;
  text-align: center;
}

.xdyx li a {
  color: #333;
  line-height: 1em;
  font-size: 14px;
}

.flink {
  overflow: hidden;
}

.flink li {
  float: left;
}

.flink li a {
  color: #666666;
  font-size: 14px;
}

.flink li a:hover {
  color: #333333;
}

.xsInfo {
  text-align: center;
  font-size: 15px;
  padding-top: 15px;
  line-height: 1em;
}

.xsInfo span {
  display: block;
  color: #333;
  margin-bottom: 10px;
}

.xsInfo font {
  display: block;
  color: #666;
  margin-bottom: 10px;
  font-size: 13px;
}

.link {
  display: flex;
}

.link .item {
  flex: 1;
  background-size: 100% 100%;
  box-shadow: 0px 0px 13px 1px #246be01f;
  transition: all 0.3s;
  font-weight: bold;
  margin-left: 8px;
  color: #333333;
  font-size: 15px;
  text-align: center;
  padding: 15px 15px;
  overflow: hidden;
}

.link .item a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.link .item .txt {
  color: #999999;
  font-size: 12px;
  margin-top: 5px;
  font-weight: normal;
  transition: all 0.3s;
}

.link .item:first-child {
  margin-left: 0;
}

/*.link .item:nth-child(1) {*/
/*  background-image: url(https://www.scxdf.com/publics/images/home/48.png);*/
/*}*/

/*.link .item:nth-child(2) {*/
/*  background-image: url(https://www.scxdf.com/publics/images/home/49.png);*/
/*}*/

/*.link .item:nth-child(3) {*/
/*  background-image: url(https://www.scxdf.com/publics/images/home/50.png);*/
/*}*/

/*.link .item:nth-child(4) {*/
/*  background-image: url(https://www.scxdf.com/publics/images/home/51.png);*/
/*}*/

/*.link .item:nth-child(5) {*/
/*  background-image: url(https://www.scxdf.com/publics/images/home/52.png);*/
/*}*/

/*.link .item:nth-child(6) {*/
/*  background-image: url(https://www.scxdf.com/publics/images/home/53.png);*/
/*}*/

/*.link .item:nth-child(7) {*/
/*  background-image: url(https://www.scxdf.com/publics/images/home/54.png);*/
/*}*/

/*.link .item:nth-child(8) {*/
/*  background-image: url(https://www.scxdf.com/publics/images/home/55.png);*/
/*}*/

.link .item:hover {
  box-shadow: 0px 0px 13px 1px #246be047;
}

.link .item:hover a {
  color: #246be0;
}

.link .item:hover .txt {
  color: #246be0;
}

/* �ײ�ѡ�end*/
.foot {
  background-color: #f1f1f1;
  color: #666;
  height: 100px;
  display: flex;
  align-items: center;
}

.foot .footer-con {
  width: 1200px;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}

.foot .footer-con {
  font-size: 14px;
}

.foot .footer-con a {
  color: #666;
}

.da2424 .font a {
  color: #fff;
  background: #da2424;
}

.f3984f3 .font a {
  color: #fff;
  background: #3984f3;
}


