@charset "UTF-8";
/*CSS重置*/
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei","Lantinghei SC",arial,"\5b8b\4f53",sans-serif,tahoma !important;
  color: #333;
}

input,
textarea {
  font-family: "Microsoft YaHei","Lantinghei SC",arial,"\5b8b\4f53",sans-serif,tahoma !important ;
  font-size: 14px;
  -webkit-appearance: none;
}

img {
  max-width: 100%;
}

body {
  font-size: 14px;
}

body a {
  outline: none;
  text-decoration: none !important;
}

blockquote,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

img {
  border: none;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

* html .clearfix {
  height: 1%;
}

* + html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
  clear: both;
}

*:focus {
  outline: none;
}

input {
  outline: none;
}

* {
  box-sizing: border-box;
}

.fline{clear: both; width: 100%;}
input[type="button"],
input[type="number"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
  resize: none;
}

@media (max-width: 768px) {
.html-header-subnav-show{
   height: 100%;
    overflow: hidden;
}
:root .header-mobi-subnav-close{
  display: none;
}
  .html-header-subnav-show #app {
    transform: translate(-270px);
   
  }
  .html-header-subnav-show .header-mobi-subnav {
    right: 0px;
  }
  .html-header-subnav-show .header-mobi-subnav-close {
    display: none;
    padding-top: 5px;
  }
  html .m-mask {
    display: none !important;
  }
  .header-mobi-subnav {
    position: fixed;
    right: -270px;
    width: 270px;
    top: 0;
    background: #444;
    height: 100%;
    z-index: 999999999999;
    transition: all 0.3s ease 0s;
    overflow: auto;
  }
  .header-mobi-subnav .map {
    padding: 20px 0px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #3a3a3a;
  }
  .header-mobi-subnav .map .web {
    color: rgba(255, 255, 255, 0.4);
  }
  .header-mobi-subnav dl {
    color: rgba(255, 255, 255, 0.75);
  }
  .header-mobi-subnav dt {
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    position: relative;
  }
  .header-mobi-subnav dt::after {
    content: '';
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    background: #3a3a3a;
    height: 1px;
  }
  .header-mobi-subnav dt a {
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-mobi-subnav dt i {
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s linear;
  }
  .header-mobi-subnav dd {
    display: none;
    background: #4e4e4e;
    margin-top: 6px;
    padding: 0 20px;
  }
  .header-mobi-subnav dd .list a:last-child {
    border-bottom: none;
  }
  .header-mobi-subnav dd a {
    color: rgba(255, 255, 255, 0.75);
    display: block;
    line-height: 46px;
    border-bottom: 1px #424242 solid;
  }
  .header-mobi-subnav .active dt {
    background: #4e4e4e;
  }
  .header-mobi-subnav .active dt::after {
    opacity: 0;
  }
  .header-mobi-subnav .active dt a i {
    transform: rotate(90deg);
  }
  .header-mobi-subnav .active dd {
    display: block;
  }
  .header-container {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
  }
  .logo img {
    width: 80px;
  }
  .header-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-nav {
    overflow: hidden;
  }
  .header-nav ul {
    display: flex;
    align-items: center;
  }
  .header-nav li {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 88px;
    margin-left: 8px;
  }
  .header-nav li a {
    color: #666666;
    padding: 0 8px;
    display: block;
    position: relative;
  }
  .header-nav li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    width: 66px;
    height: 4px;
    background: #2b5cc5;
    width: 0;
    transform: translateX(-50%) skewX(-40deg);
    transition: all 0.3s linear;
  }
  .header-nav .active a {
    color: #2B5CC5;
  }
  .header-nav .active a:after {
    width: 100%;
  }
  .header-operate {
    display: flex;
    align-items: center;
  }
  .header-search {
    position: relative;
    display: flex;
    align-items: center;
  }
  .header-search input {
    width: 0;
    border: 1px solid #2b5cc5;
    height: 36px;
    padding: 9px 6px;
    line-height: 16px;
    opacity: 0;
    transition: all 0.3s linear;
  }
  .header-search img {
    width: 24px;
    height: 24px;
    display: block;
    margin-left: 8px;
    cursor: pointer;
  }
  .header-search:hover input {
    width: 120px;
    opacity: 1;
  }
  .header-menu {
    margin-left: 16px;
    cursor: pointer;
  }
  .header-menu img {
    width: 24px;
    height: 24px;
  }
  .header-subnav {
    position: absolute;
    left: 0;
    top: 88px;
    width: 100%;
    text-align: center;
    z-index: 99;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: all 0.3s ease 0s;
    height: 0;
    overflow: hidden;
  }
  .header-subnav .item {
    padding: 20px 0;
    display: none;
  }
  .header-subnav .item a {
    color: #fff;
    margin: 0 15px;
  }
  .header-subnav .item a:hover {
    color: #2B5CC5;
  }
  .header-subnav .active {
    display: block;
  }
  .header-subnav-active {
    opacity: 1;
    height: auto;
  }
}

.header-mobi-subnav-close {
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-mobi-subnav-close i {
  font-size: 20px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .header-container {
    display: flex;
    height: 88px;
    align-items: center;
    justify-content: space-between;
  }
  .logo img {
    width: 120px;
  }
  .header-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-nav {
    overflow: hidden;
  }
  .header-nav ul {
    display: flex;
    align-items: center;
  }
  .header-nav li {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 88px;
    margin-left: 8px;
  }
  .header-nav li a {
    color: #666666;
    padding: 0 8px;
    display: block;
    position: relative;
  }
  .header-nav li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    width: 66px;
    height: 4px;
    background: #2b5cc5;
    width: 0;
    transform: translateX(-50%) skewX(-40deg);
    transition: all 0.3s linear;
  }
  .header-nav .active a {
    color: #2B5CC5;
  }
  .header-nav .active a:after {
    width: 100%;
  }
  .header-operate {
    display: flex;
    align-items: center;
  }
  .header-search {
    position: relative;
    display: flex;
    align-items: center;
  }
  .header-search input {
    width: 0;
    border: 1px solid #2b5cc5;
    height: 36px;
    padding: 9px 6px;
    line-height: 16px;
    opacity: 0;
    transition: all 0.3s linear;
  }
  .header-search img {
    width: 24px;
    height: 24px;
    display: block;
    margin-left: 8px;
    cursor: pointer;
  }
  .header-search:hover input {
    width: 120px;
    opacity: 1;
  }
  .header-menu {
    margin-left: 16px;
    cursor: pointer;
  }
  .header-menu img {
    width: 24px;
    height: 24px;
  }
  .header-subnav {
    position: absolute;
    left: 0;
    top: 88px;
    width: 100%;
    text-align: center;
    z-index: 99;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: all 0.3s ease 0s;
    height: 0;
    overflow: hidden;
  }
  .header-subnav .item {
    padding: 20px 0;
    display: none;
  }
  .header-subnav .item a {
    color: #fff;
    margin: 0 15px;
  }
  .header-subnav .item a:hover {
    color: #2B5CC5;
  }
  .header-subnav .active {
    display: block;
  }
  .header-subnav-active {
    opacity: 1;
    height: auto;
  }
}

@media (min-width: 768px) {
  .header-mobi-subnav {
    position: fixed;
    right: -400px;
    width: 400px;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: 1090;
    transition: all 0.3s ease 0s;
  }
  .header-mobi-subnav .map {
    background: #2B5CC5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 40px;
  }
  .header-mobi-subnav .map .web {
    color: #fff;
    font-size: 20px;
  }
  .header-mobi-subnav dl {
    border-bottom: 2px #f4f4f4 solid;
    padding: 15px 0;
    margin: 0 40px;
  }
  .header-mobi-subnav dt {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .header-mobi-subnav dt a {
    color: #333;
  }
  .header-mobi-subnav dt i {
    display: none;
  }
  .header-mobi-subnav dd a {
    font-size: 12.5px;
    color: #999999;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .header-mobi-subnav dd a:hover {
    color: #2B5CC5;
  }
  .header-mobi-subnav-close {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .header-mobi-subnav-close i {
    font-size: 20px;
  }
  .m-mask {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 999;
    display: none;
  }
  .header-mobi-subnav-active {
    right: 0;
  }
  .html-header-subnav-show .header-mobi-subnav {
    right: 0;
  }
  .header-container {
    display: flex;
    height: 88px;
    align-items: center;
    justify-content: space-between;
  }
  .logo img {
    width: 164px;
  }
  .header-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-nav {
    overflow: hidden;
  }
  .header-nav ul {
    display: flex;
    align-items: center;
  }
  .header-nav li {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 88px;
    margin-left: 8px;
  }
  .header-nav li a {
    color: #666666;
    padding: 0 8px;
    display: block;
    position: relative;
  }
  .header-nav li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    width: 66px;
    height: 4px;
    background: #2b5cc5;
    width: 0;
    transform: translateX(-50%) skewX(-40deg);
    transition: all 0.3s linear;
  }
  .header-nav .active a {
    color: #2B5CC5;
  }
  .header-nav .active a:after {
    width: 100%;
  }
  .header-operate {
    display: flex;
    align-items: center;
  }
  .header-search {
    position: relative;
    display: flex;
    align-items: center;
  }
  .header-search input {
    width: 0;
    border: 1px solid #2b5cc5;
    height: 36px;
    padding: 9px 6px;
    line-height: 16px;
    opacity: 0;
    transition: all 0.3s linear;
  }
  .header-search img {
    width: 24px;
    height: 24px;
    display: block;
    margin-left: 8px;
    cursor: pointer;
  }
  .header-search:hover input {
    width: 120px;
    opacity: 1;
  }
  .header-menu {
    margin-left: 16px;
    cursor: pointer;
  }
  .header-menu img {
    width: 24px;
    height: 24px;
  }
  .header-subnav {
    position: absolute;
    left: 0;
    top: 88px;
    width: 100%;
    text-align: center;
    z-index: 99;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: all 0.3s ease 0s;
    height: 0;
    overflow: hidden;
  }
  .header-subnav .item {
    padding: 20px 0;
    display: none;
  }
  .header-subnav .item a {
    color: #fff;
    margin: 0 15px;
  }
  .header-subnav .item a:hover {
    color: #2B5CC5;
  }
  .header-subnav .active {
    display: block;
  }
  .header-subnav-active {
    opacity: 1;
    height: auto;
  }
  .header-mobi-subnav dl:nth-child(2){
	  padding: 15px 0;
	  padding-bottom:0;
  }
  .header-mobi-subnav dl:nth-child(6){
	  padding: 15px 0;
	  padding-bottom:0;
  }
  .header-mobi-subnav dl:nth-child(7){
	  padding: 15px 0;
	  padding-bottom:0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .logo img {
    width: 140px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-container {
    display: flex;
    height: 88px;
    align-items: center;
    justify-content: space-between;
  }
  .logo img {
    width: 164px;
  }
  .header-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-nav {
    overflow: hidden;
  }
  .header-nav ul {
    display: flex;
    align-items: center;
  }
  .header-nav li {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 88px;
    margin-left: 8px;
  }
  .header-nav li a {
    color: #666666;
    padding: 0 8px;
    display: block;
    position: relative;
  }
  .header-nav li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    width: 66px;
    height: 4px;
    background: #2b5cc5;
    width: 0;
    transform: translateX(-50%) skewX(-40deg);
    transition: all 0.3s linear;
  }
  .header-nav .active a {
    color: #2B5CC5;
  }
  .header-nav .active a:after {
    width: 100%;
  }
  .header-operate {
    display: flex;
    align-items: center;
  }
  .header-search {
    position: relative;
    display: flex;
    align-items: center;
  }
  .header-search input {
    width: 0;
    border: 1px solid #2b5cc5;
    height: 36px;
    padding: 9px 6px;
    line-height: 16px;
    opacity: 0;
    transition: all 0.3s linear;
  }
  .header-search img {
    width: 24px;
    height: 24px;
    display: block;
    margin-left: 8px;
    cursor: pointer;
  }
  .header-search:hover input {
    width: 120px;
    opacity: 1;
  }
  .header-menu {
    margin-left: 16px;
    cursor: pointer;
  }
  .header-menu img {
    width: 24px;
    height: 24px;
  }
  .header-subnav {
    position: absolute;
    left: 0;
    top: 88px;
    width: 100%;
    text-align: center;
    z-index: 99;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: all 0.3s ease 0s;
    height: 0;
    overflow: hidden;
  }
  .header-subnav .item {
    padding: 20px 0;
    display: none;
  }
  .header-subnav .item a {
    color: #fff;
    margin: 0 15px;
  }
  .header-subnav .item a:hover {
    color: #2B5CC5;
  }
  .header-subnav .active {
    display: block;
  }
  .header-subnav-active {
    opacity: 1;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .header-container {
    display: flex;
    height: 88px;
    align-items: center;
    justify-content: space-between;
  }
  .logo img {
    width: 164px;
  }
  .header-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-nav {
    overflow: hidden;
  }
  .header-nav ul {
    display: flex;
    align-items: center;
	margin-bottom: 0px !important;
  }
  .header-nav li {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 88px;
    margin-left: 8px;
  }
  .header-nav li a {
    color: #666666;
    padding: 0 15px;
    display: block;
    position: relative;
  }
  .header-nav li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    width: 66px;
    height: 4px;
    background: #2b5cc5;
    width: 0;
    transform: translateX(-50%) skewX(-40deg);
    transition: all 0.3s linear;
  }
  .header-nav .active a {
    color: #2B5CC5;
  }
  .header-nav .active a:after {
    width: 100%;
  }
  .header-nav .cur a {
    color: #2B5CC5;
  }
  .header-nav .cur a:after {
    width: 100%;
  }
  .header-operate {
    display: flex;
    align-items: center;
    margin-left: 15px;
  }
  .header-search {
    position: relative;
    display: flex;
    align-items: center;
  }
  .header-search input {
    width: 0;
    border: 1px solid #2b5cc5;
    height: 36px;
    padding: 9px 6px;
    line-height: 16px;
    opacity: 0;
    transition: all 0.3s linear;
  }
  .header-search img {
    width: 24px;
    height: 24px;
    display: block;
    margin-left: 8px;
    cursor: pointer;
  }
  .header-search:hover input {
    width: 160px;
    opacity: 1;
  }
  .header-menu {
    margin-left: 16px;
    cursor: pointer;
  }
  .header-menu img {
    width: 24px;
    height: 24px;
  }
  .header-subnav {
    position: absolute;
    left: 0;
    top: 88px;
    width: 100%;
    text-align: center;
    z-index: 99;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: all 0.3s ease 0s;
    height: 0;
    overflow: hidden;
  }
  .header-subnav .item {
    padding: 20px 0;
    display: none;
  }
  .header-subnav .item:nth-child(4) {
        margin-left: 450px;
  }
  .header-subnav .item:nth-child(5) {
        margin-left: 500px;
  }
  .header-subnav .item a {
    color: #fff;
    margin: 0 15px;
  }
  .header-subnav .item a:hover {
    color: #2B5CC5;
  }
  .header-subnav .active {
    display: block;
  }
  .header-subnav-active {
    opacity: 1;
    height: auto;
  }
}

.footer {
  background: #dbdbdb;
}

@media (max-width: 576px) {
  .footer-top {
    padding: 25px 0;
  }
  .footer-logo {
    margin-bottom: 15px;
  }
  .footer-logo img {
    width: 100%;
    max-width: 164px;
  }
  .footer-contact-title {
    font-size: 18px;
    font-weight: 400;
    color: #3f4878;
    line-height: 30px;
    text-align: center;
  }
  .footer-contact-title span {
    margin-left: 10px;
  }
  .footer-contact-list {
    margin-top: 10px;
    text-align: center;
  }
  .footer-contact-list p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .footer-social {
    margin-top: 5px;
  }
  .footer-social ul {
    display: flex;
    justify-content: center;
  }
  .footer-social li {
    margin: 0 4px;
    position: relative;
  }
  .footer-social li .hd {
    width: 36px;
    height: 36px;
  }
  .footer-social li .hd a {
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    position: relative;
  }
  .footer-social li .hd .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 36px;
    transition: all 0.3s linear;
  }
  .footer-social li .hd .icon span {
    width: 36px;
    display: block;
    width: 36px;
    overflow: hidden;
    float: left;
  }
  .footer-social li .bd {
    width: 72px;
    height: 76px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -36px;
    opacity: 0;
    transition: all 0.3s linear;
  }
  .footer-social li:hover .hd .icon {
    position: absolute;
    left: -36px;
    top: 0;
    width: 72px;
    height: 36px;
  }
  .footer-social li:hover .hd .icon span {
    width: 36px;
    display: block;
    width: 36px;
    overflow: hidden;
  }
  .footer-social li:hover .bd {
    bottom: 40px;
    opacity: 1;
  }
  .footer-copyright {
    padding: 20px 0;
    border-top: 1px solid silver;
  }
  .footer-copyright .container {
    padding: 0 40px;
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-top {
    padding: 25px 0;
  }
  .footer-logo {
    margin-bottom: 15px;
  }
  .footer-logo img {
    width: 100%;
    max-width: 164px;
  }
  .footer-contact-title {
    font-size: 18px;
    font-weight: 400;
    color: #3f4878;
    line-height: 30px;
    text-align: center;
  }
  .footer-contact-title span {
    margin-left: 10px;
  }
  .footer-contact-list {
    margin-top: 10px;
    text-align: center;
  }
  .footer-contact-list p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .footer-social {
    margin-top: 5px;
  }
  .footer-social ul {
    display: flex;
    justify-content: center;
  }
  .footer-social li {
    margin: 0 4px;
    position: relative;
  }
  .footer-social li .hd {
    width: 36px;
    height: 36px;
  }
  .footer-social li .hd a {
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    position: relative;
  }
  .footer-social li .hd .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 36px;
    transition: all 0.3s linear;
  }
  .footer-social li .hd .icon span {
    width: 36px;
    display: block;
    width: 36px;
    overflow: hidden;
    float: left;
  }
  .footer-social li .bd {
    width: 72px;
    height: 76px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -36px;
    opacity: 0;
    transition: all 0.3s linear;
  }
  .footer-social li:hover .hd .icon {
    position: absolute;
    left: -36px;
    top: 0;
    width: 72px;
    height: 36px;
  }
  .footer-social li:hover .hd .icon span {
    width: 36px;
    display: block;
    width: 36px;
    overflow: hidden;
  }
  .footer-social li:hover .bd {
    bottom: 40px;
    opacity: 1;
  }
  .footer-copyright {
    padding: 20px 0;
    border-top: 1px solid silver;
  }
  .footer-copyright .container {
    padding: 0 40px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-top {
    padding: 25px 0;
  }
  .footer-logo {
    margin-bottom: 15px;
  }
  .footer-logo img {
    width: 100%;
    max-width: 164px;
  }
  .footer-contact-title {
    font-size: 18px;
    font-weight: 400;
    color: #3f4878;
    line-height: 30px;
    text-align: center;
  }
  .footer-contact-title span {
    margin-left: 10px;
  }
  .footer-contact-list {
    margin-top: 10px;
    text-align: center;
  }
  .footer-contact-list p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .footer-social {
    margin-top: 5px;
  }
  .footer-social ul {
    display: flex;
    justify-content: center;
  }
  .footer-social li {
    margin: 0 4px;
    position: relative;
  }
  .footer-social li .hd {
    width: 36px;
    height: 36px;
  }
  .footer-social li .hd a {
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    position: relative;
  }
  .footer-social li .hd .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 36px;
    transition: all 0.3s linear;
  }
  .footer-social li .hd .icon span {
    width: 36px;
    display: block;
    width: 36px;
    overflow: hidden;
    float: left;
  }
  .footer-social li .bd {
    width: 72px;
    height: 76px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -36px;
    opacity: 0;
    transition: all 0.3s linear;
  }
  .footer-social li:hover .hd .icon {
    position: absolute;
    left: -36px;
    top: 0;
    width: 72px;
    height: 36px;
  }
  .footer-social li:hover .hd .icon span {
    width: 36px;
    display: block;
    width: 36px;
    overflow: hidden;
  }
  .footer-social li:hover .bd {
    bottom: 40px;
    opacity: 1;
  }
  .footer-copyright {
    padding: 20px 0;
    border-top: 1px solid silver;
  }
  .footer-copyright .container {
    padding: 0 40px;
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer {
    background: #dbdbdb;
  }
  .footer-top {
    padding: 50px 0;
    padding-bottom: 40px;
  }
  .footer-logo {
    margin-bottom: 15px;
  }
  .footer-logo img {
    width: 100%;
    max-width: 164px;
  }
  .footer-contact-title {
    font-size: 18px;
    font-weight: 400;
    color: #3f4878;
    line-height: 30px;
  }
  .footer-contact-title span {
    margin-left: 10px;
  }
  .footer-contact-list {
    margin-top: 10px;
    display: flex;
  }
  .footer-contact-list .tel {
    width: 150px;
  }
  .footer-contact-list .add {
    margin-left: 15px;
    flex: 1;
  }
  .footer-contact-list p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .footer-social {
    margin-top: 40px;
  }
  .footer-social ul {
    display: flex;
    justify-content: flex-end;
  }
  .footer-social li {
    margin: 0 4px;
    position: relative;
  }
  .footer-social li .hd {
    width: 36px;
    height: 36px;
  }
  .footer-social li .hd a {
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    position: relative;
  }
  .footer-social li .hd .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 36px;
    transition: all 0.3s linear;
  }
  .footer-social li .hd .icon span {
    width: 36px;
    display: block;
    width: 36px;
    overflow: hidden;
    float: left;
  }
  .footer-social li .bd {
    width: 72px;
    height: 76px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -36px;
    opacity: 0;
    transition: all 0.3s linear;
  }
  .footer-social li:hover .hd .icon {
    position: absolute;
    left: -36px;
    top: 0;
    width: 72px;
    height: 36px;
  }
  .footer-social li:hover .hd .icon span {
    width: 36px;
    display: block;
    width: 36px;
    overflow: hidden;
  }
  .footer-social li:hover .bd {
    bottom: 40px;
    opacity: 1;
  }
  .footer-copyright {
    padding: 20px 0;
    border-top: 1px solid silver;
  }
  .footer-copyright .container {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
  }
}

@media (min-width: 1200px) {
  .footer {
    background: #dbdbdb;
  }
  .footer-top {
    padding: 30px 0;
    padding-bottom: 20px;
  }
  .footer-logo {
    margin-bottom: 15px;
  }
  .footer-logo img {
    width: 100%;
    max-width: 164px;
  }
  .footer-contact-title {
    font-size: 18px;
    font-weight: 400;
    color: #3f4878;
    line-height: 30px;
  }
  .footer-contact-title span {
    margin-left: 10px;
  }
  .footer-contact-list {
    margin-top: 10px;
    display: flex;
  }
  .footer-contact-list .tel {
    width: 150px;
  }
  .footer-contact-list .add {
    margin-left: 15px;
    flex: 1;
  }
  .footer-contact-list p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .footer-social {
    margin-top: 50px;
  }
  .footer-social ul {
    display: flex;
    justify-content: flex-end;
  }
  .footer-social li {
    margin: 0 4px;
    position: relative;
  }
  .footer-social li .hd {
    width: 36px;
    height: 36px;
  }
  .footer-social li .hd a {
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    position: relative;
  }
  .footer-social li .hd .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 36px;
    transition: all 0.3s linear;
  }
  .footer-social li .hd .icon span {
    width: 36px;
    display: block;
    width: 36px;
    overflow: hidden;
    float: left;
  }
  .footer-social li .bd {
    width: 72px;
    height: 76px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -36px;
    opacity: 0;
    transition: all 0.3s linear;
  }
  .footer-social li:hover .hd .icon {
    position: absolute;
    left: -36px;
    top: 0;
    width: 72px;
    height: 36px;
  }
  .footer-social li:hover .hd .icon span {
    width: 36px;
    display: block;
    width: 36px;
    overflow: hidden;
  }
  .footer-social li:hover .bd {
    bottom: 40px;
    opacity: 1;
  }
  .footer-copyright {
    padding: 20px 0;
    border-top: 1px solid silver;
  }
  .footer-copyright .container {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
  }
}

.banner-pagination span {
  width: 14px;
  height: 14px;
  background: rgba(76, 223, 205, 0);
  border: 2px solid white;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s linear;
}

.banner-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background: white;
  border-radius: 7px;
}

.index-banner-border {
  height: 4px;
  background: #2b5cc5;
}

.index-banner-border span {
  display: block;
  height: 4px;
  transition: all 0.1s linear;
  background: #ffc600;
}

@media (max-width: 576px) {
  .banner-pagination span {
    width: 8px;
    height: 8px;
    background: rgba(76, 223, 205, 0);
    border: 2px solid white;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s linear;
  }
  .banner-pagination .swiper-pagination-bullet-active {
    width: 30px;
    background: white;
    border-radius: 6px;
  }
  .industrial-cluster {
    background: #fff;
  }
  .industrial-cluster-title {
    padding: 15px 0;
  }
  .industrial-cluster-title h4 {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    text-transform: uppercase;
  }
  .industrial-cluster-title h4 span {
    font-size: 16px;
  }
  .industrial-cluster-title h3 {
    font-size: 20px;
    font-weight: 400;
    color: #252525;
    margin-top: 10px;
  }
  .industrial-cluster-title h5 {
    margin-top: 10px;
  }
  .industrial-cluster-title h5 span {
    display: block;
    width: 27px;
    height: 3px;
    background: #4cdfcd;
  }
  .industrial-cluster-list {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .industrial-cluster-list .item {
    width: 20%;
    transition: all 0.3s ease 0s;
  }
  .industrial-cluster-list .item:last-child{
	  display:none;
  }
  .industrial-cluster-list .item a {
    display: flex;
    padding: 10px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .industrial-cluster-list .item .pic img {
    width: 35px;
  }
  .industrial-cluster-list .item .pic img:nth-child(1) {
    display: block;
  }
  .industrial-cluster-list .item .pic img:nth-child(2) {
    display: none;
  }
  .industrial-cluster-list .item .title {
    text-align: center;
    margin-top: 15px;
    transition: all 0.3s linear;
  }
  .industrial-cluster-list .item .title h3 {
    transition: all 0.3s linear;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
  }
  .industrial-cluster-list .item .title h4 {
    transition: all 0.3s linear;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
  }
  .industrial-cluster-list .item:hover {
    background: #f0f0f0;
  }
  .industrial-cluster-list .item:hover .pic img:nth-child(1) {
    display: none;
  }
  .industrial-cluster-list .item:hover .pic img:nth-child(2) {
    display: block;
  }
  .industrial-cluster-list .item:hover .title {
    margin-top: 8px;
  }
  .industrial-cluster-list .item:hover .title h3 {
    color: #2b5cc5;
  }
  .industrial-cluster-list .item:hover .title h4 {
    color: #2b5cc5;
  }
  .value-sharing-swiper {
    padding: 0px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .value-sharing-swiper .title {
    font-size: 18px;
    font-weight: bold;
    color: #252525;
    margin: 10px 0;
  }
  .value-sharing-swiper .desc {
    font-size: 14px;
    font-weight: 400;
    color: #949a9e;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  .value-sharing-swiper .more {
    font-size: 14px;
    font-weight: 400;
    color: #2b5cc5;
    margin-top: 10px;
  }
  .value-pagination {
    margin-top: 15px;
    text-align: center;
  }
  .value-pagination span {
    width: 12px;
    height: 12px;
    background: rgba(76, 223, 205, 0);
    border: 2px solid #c3ccd4;
    border-radius: 50%;
    opacity: 1;
  }
  .value-pagination .swiper-pagination-bullet-active {
    border: 2px solid #2b5cc5;
  }
  .notification-announcement {
    display: flex;
    align-items: center;
    height: 180px;
    overflow: hidden;
  }
  .notification-announcement-banner {
    width: 240px;
    height: 180px;
	display:none;
  }
  .notification-announcement-banner img {
    transform: scale(1);
    transition: all 0.3s ease 0s;
    width: 240px;
    height: 180px;
    display: block;
  }
  .notification-announcement-banner:hover img {
    transform: scale(1.1);
  }
  .notification-nav-hd {
    height: 47px;
    position: relative;
  }
  .notification-nav-hd:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #e6e6e6;
  }
  .notification-nav-hd .swiper-slide {
    font-size: 14px;
    font-weight: 400;
    color: #949a9e;
    line-height: 44px;
    width: auto;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
  }
  .notification-nav-hd .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #2b5cc5;
    width: 100%;
    opacity: 0;
    z-index: 9;
  }
  .notification-nav-hd .swiper-slide-thumb-active {
    color: #2B5CC5;
    font-weight: 600;
  }
  .notification-nav-hd .swiper-slide-thumb-active:after {
    opacity: 1;
  }
  .notification-nav-bd {
    height: 120px;
    margin-top: 5px;
  }
  .notification-nav-bd .swiper-slide {
    height: 30px;
  }
  .notification-nav-bd li a {
    display: flex;
    align-items: center;
    height: 30px;
    line-height: 30px;
    color: #AAACAE;
    justify-content: space-between;
  }
  .notification-nav-bd li .title {
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .notification-nav-bd li .title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: rgba(76, 223, 205, 0);
    border: 1px solid #949a9e;
    border-radius: 50%;
    margin-right: 5px;
  }
  .notification-nav-bd li .date {
    padding: 0 15px;
  }
  .notification-nav-bd li:hover a {
    color: #2b5cc5;
  }
  .index-give-cursory {
    position: relative;
    z-index: 9;
  }
  .index-give-cursory .item {
    height: 150px;
    width: 100%;
    transition: all 0.2s ease;
    margin-bottom: 0;
  }
  .index-give-cursory .item a {
    display: block;
    padding: 15px;
    position: relative;
    transition: all 0.3s linear;
    height: 100%;
  }
  .index-give-cursory .item h3 {
    font-size: 20px;
    font-weight: 400;
    color: white;
    line-height: 30px;
    position: absolute;
    left: 23px;
    top: 66px;
    transition: all 0.3s linear;
  }
  .index-give-cursory .item h4 {
    font-size: 20px;
    font-weight: 400;
    color: #bf7e0b;
    position: absolute;
    left: 23px;
    top: 23px;
    transition: all 0.3s linear;
  }
  .index-give-cursory .item h4 span {
    display: block;
  }
  .index-give-cursory .item h4 i {
    display: block;
    font-size: 14px;
  }
  .index-give-cursory .item h5 {
    position: absolute;
    left: 23px;
    top: 70px;
    opacity: 0;
    transition: all 0.3s linear;
  }
  .index-give-cursory .item h5 span {
    display: inline-block;
    width: 27px;
    height: 3px;
    background: #4cdfcd;
  }
  .index-give-cursory .item01 {
    background: url(../images/cursory01.png) no-repeat left center;
    background-size: 100% 100%;
  }
  .index-give-cursory .item01 h3 {
    color: #252525;
  }
  .index-give-cursory .item01 h4 {
    color: #A6A9AA;
  }
  .index-give-cursory .item02 {
    background: url(../images/cursory02.png) no-repeat left center;
    background-size: 100% 100%;
  }
  .index-give-cursory .item02 h3 {
    color: #8293AE;
  }
  .index-give-cursory .item02 h4 {
    color: #97B0D7;
  }
  .index-give-cursory .item03 {
    background: url(../images/cursory03.png) no-repeat left center;
    /* background-size: 100% 100%; */
	background-size: 100% ;
  }
  .index-give-cursory .item03 h3 {
    color: #fff;
  }
  .index-give-cursory .item03 h4 {
    color: #BF7E0B;
  }
  .index-cursory-notice {
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
  }
  .index-cursory-notice::before, .index-cursory-notice::after {
    content: '';
    width: 267px;
    height: 45px;
    background: url(../images/cursory-bg.png) no-repeat center top;
    background-size: auto 100%;
    bottom: 0;
    position: absolute;
  }
  .index-cursory-notice::before {
    left: -100px;
  }
  .index-cursory-notice::after {
    right: -100px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .index-cursory-container {
    background: #eaeaea;
    overflow: hidden;
  }
  .industrial-cluster-notice-left {
    flex: 1;
    overflow: hidden;
  }
  .industrial-cluster {
    display: flex;
    align-items: center;
    background: #fff;
  }
  .industrial-cluster-title {
    margin-right: 10px;
    padding-left: 10px;
  }
  .industrial-cluster-title h4 {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-transform: uppercase;
  }
  .industrial-cluster-title h4 span {
    display: block;
    font-size: 18px;
  }
  .industrial-cluster-title h3 {
    font-size: 22px;
    font-weight: 400;
    color: #252525;
    margin-top: 10px;
  }
  .industrial-cluster-title h5 {
    margin-top: 10px;
  }
  .industrial-cluster-title h5 span {
    display: block;
    width: 27px;
    height: 3px;
    background: #4cdfcd;
  }
  .industrial-cluster-list {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .industrial-cluster-list .item {
    width: 25%;
    transition: all 0.2s ease 0s;
  }
  .industrial-cluster-list .item a {
    display: flex;
    height: 160px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .industrial-cluster-list .item .pic img {
    width: 48px;
  }
  .industrial-cluster-list .item .pic img:nth-child(1) {
    display: block;
  }
  .industrial-cluster-list .item .pic img:nth-child(2) {
    display: none;
  }
  .industrial-cluster-list .item .title {
    text-align: center;
    margin-top: 22px;
    transition: all 0.3s linear;
  }
  .industrial-cluster-list .item .title h3 {
    transition: all 0.3s linear;
    font-size: 15px;
    font-weight: bold;
    color: #666666;
  }
  .industrial-cluster-list .item .title h4 {
    transition: all 0.3s linear;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
  }
  .industrial-cluster-list .item:hover {
    background: #f0f0f0;
  }
  .industrial-cluster-list .item:hover .pic img:nth-child(1) {
    display: none;
  }
  .industrial-cluster-list .item:hover .pic img:nth-child(2) {
    display: block;
  }
  .industrial-cluster-list .item:hover .title {
    margin-top: 12px;
  }
  .industrial-cluster-list .item:hover .title h3 {
    color: #2b5cc5;
  }
  .industrial-cluster-list .item:hover .title h4 {
    color: #2b5cc5;
  }
  .value-sharing-swiper {
    padding: 20px;
    background: #fff;
    position: relative;
    margin-top: 10px;
  }
  .value-sharing-swiper a {
    display: flex;
    align-items: center;
  }
  .value-sharing-swiper .pic {
    overflow: hidden;
    width: 330px;
    margin-right: 20px;
  }
  .value-sharing-swiper .pic img {
    transform: scale(1);
    transition: all 0.3s ease 0s;
  }
  .value-sharing-swiper .pic:hover img {
    transform: scale(1.1);
  }
  .value-sharing-swiper .title {
    font-size: 18px;
    font-weight: bold;
    color: #252525;
    margin-bottom: 10px;
  }
  .value-sharing-swiper .desc {
    font-size: 14px;
    font-weight: 400;
    color: #949a9e;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  .value-sharing-swiper .more {
    font-size: 14px;
    font-weight: 400;
    color: #2b5cc5;
    margin-top: 10px;
  }
  :root .value-pagination {
    position: absolute;
    left: 260px;
    bottom: 0;
    width: calc(100% - 280px);
    text-align: right;
    z-index: 999;
  }
  :root .value-pagination span {
    width: 10px;
    height: 10px;
    background: rgba(76, 223, 205, 0);
    border: 2px solid #c3ccd4;
    border-radius: 50%;
    opacity: 1;
  }
  :root .value-pagination .swiper-pagination-bullet-active {
    border: 2px solid #2b5cc5;
  }
  .notification-announcement {
    display: flex;
    align-items: center;
    height: 180px;
    overflow: hidden;
    margin-top: 10px;
  }
  .notification-announcement-banner {
    width: 240px;
    height: 180px;
    display: none;
  }
  .notification-announcement-banner img {
    transform: scale(1);
    transition: all 0.3s ease 0s;
    width: 240px;
    height: 180px;
    display: block;
  }
  .notification-announcement-banner:hover img {
    transform: scale(1.1);
  }
  .notification-announcement-swiper-wrap {
    flex: 1;
    overflow: hidden;
  }
  .notification-nav-hd {
    height: 47px;
    position: relative;
  }
  .notification-nav-hd:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #e6e6e6;
  }
  .notification-nav-hd .swiper-slide {
    font-size: 14px;
    font-weight: 400;
    color: #949a9e;
    line-height: 44px;
    width: auto;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
  }
  .notification-nav-hd .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #2b5cc5;
    width: 100%;
    opacity: 0;
    z-index: 9;
  }
  .notification-nav-hd .swiper-slide-thumb-active {
    color: #2B5CC5;
    font-weight: 600;
  }
  .notification-nav-hd .swiper-slide-thumb-active:after {
    opacity: 1;
  }
  .notification-nav-bd {
    height: 120px;
    margin-top: 5px;
  }
  .notification-nav-bd .swiper-slide {
    height: 30px;
  }
  .notification-nav-bd li a {
    display: flex;
    align-items: center;
    height: 30px;
    line-height: 30px;
    color: #AAACAE;
    justify-content: space-between;
  }
  .notification-nav-bd li .title {
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .notification-nav-bd li .title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: rgba(76, 223, 205, 0);
    border: 1px solid #949a9e;
    border-radius: 50%;
    margin-right: 5px;
  }
  .notification-nav-bd li .date {
    padding: 0 15px;
  }
  .notification-nav-bd li:hover a {
    color: #2b5cc5;
  }
  .index-give-cursory {
    position: relative;
    z-index: 9;
  }
  .index-give-cursory .item {
    height: 150px;
    width: 100%;
    transition: all 0.2s ease;
    margin-bottom: 0;
  }
  .index-give-cursory .item a {
    display: block;
    padding: 15px;
    position: relative;
    transition: all 0.3s linear;
    height: 100%;
  }
  .index-give-cursory .item h3 {
    font-size: 20px;
    font-weight: 400;
    color: white;
    line-height: 30px;
    position: absolute;
    left: 23px;
    top: 66px;
    transition: all 0.3s linear;
  }
  .index-give-cursory .item h4 {
    font-size: 20px;
    font-weight: 400;
    color: #bf7e0b;
    position: absolute;
    left: 23px;
    top: 23px;
    transition: all 0.3s linear;
  }
  .index-give-cursory .item h4 span {
    display: block;
  }
  .index-give-cursory .item h4 i {
    display: block;
    font-size: 14px;
  }
  .index-give-cursory .item h5 {
    position: absolute;
    left: 23px;
    top: 70px;
    opacity: 0;
    transition: all 0.3s linear;
  }
  .index-give-cursory .item h5 span {
    display: inline-block;
    width: 27px;
    height: 3px;
    background: #4cdfcd;
  }
  .index-give-cursory .item01 {
    background: url(../images/cursory01.png) no-repeat left center;
    background-size: 100% 100%;
  }
  .index-give-cursory .item01 h3 {
    color: #252525;
  }
  .index-give-cursory .item01 h4 {
    color: #A6A9AA;
  }
  .index-give-cursory .item02 {
    background: url(../images/cursory02.png) no-repeat left center;
    background-size: 100% 100%;
  }
  .index-give-cursory .item02 h3 {
    color: #8293AE;
  }
  .index-give-cursory .item02 h4 {
    color: #97B0D7;
  }
  .index-give-cursory .item03 {
    background: url(../images/cursory03.png) no-repeat left center;
    background-size: 100% 100%;
  }
  .index-give-cursory .item03 h3 {
    color: #fff;
  }
  .index-give-cursory .item03 h4 {
    color: #BF7E0B;
  }
  .ndustrial-cluster-notice-container {
    background: #eaeaea;
    position: relative;
  }
  .index-cursory-notice {
    margin-top: 20px;
  }
  .index-cursory-notice {
    position: relative;
    padding-bottom: 30px;
  }
  .index-cursory-notice::before, .index-cursory-notice::after {
    content: '';
    width: 434px;
    height: 83px;
    background: url(../images/cursory-bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    bottom: 0;
    position: absolute;
  }
  .index-cursory-notice::before {
    left: -250px;
  }
  .index-cursory-notice::after {
    right: -250px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .index-cursory-container {
    background: #eaeaea;
    overflow: hidden;
  }
  .industrial-cluster-notice-left {
    flex: 1;
    overflow: hidden;
  }
  .industrial-cluster {
    display: flex;
    align-items: center;
    background: #fff;
  }
  .industrial-cluster-title {
    margin-right: 30px;
    padding-left: 20px;
  }
  .industrial-cluster-title h4 {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-transform: uppercase;
  }
  .industrial-cluster-title h4 span {
    display: block;
    font-size: 20px;
  }
  .industrial-cluster-title h3 {
    font-size: 24px;
    font-weight: 400;
    color: #252525;
    margin-top: 10px;
  }
  .industrial-cluster-title h5 {
    margin-top: 10px;
  }
  .industrial-cluster-title h5 span {
    display: block;
    width: 27px;
    height: 3px;
    background: #4cdfcd;
  }
  .industrial-cluster-list {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .industrial-cluster-list .item {
    width: 20%;
    transition: all 0.2s ease 0s;
  }
  .industrial-cluster-list .item a {
    display: flex;
    height: 160px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .industrial-cluster-list .item .pic img {
    width: 48px;
  }
  .industrial-cluster-list .item .pic img:nth-child(1) {
    display: block;
  }
  .industrial-cluster-list .item .pic img:nth-child(2) {
    display: none;
  }
  .industrial-cluster-list .item .title {
    text-align: center;
    margin-top: 22px;
    transition: all 0.3s linear;
  }
  .industrial-cluster-list .item .title h3 {
    transition: all 0.3s linear;
    font-size: 15px;
    font-weight: bold;
    color: #666666;
  }
  .industrial-cluster-list .item .title h4 {
    transition: all 0.3s linear;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
  }
  .industrial-cluster-list .item:hover {
    background: #f0f0f0;
  }
  .industrial-cluster-list .item:hover .pic img:nth-child(1) {
    display: none;
  }
  .industrial-cluster-list .item:hover .pic img:nth-child(2) {
    display: block;
  }
  .industrial-cluster-list .item:hover .title {
    margin-top: 12px;
  }
  .industrial-cluster-list .item:hover .title h3 {
    color: #2b5cc5;
  }
  .industrial-cluster-list .item:hover .title h4 {
    color: #2b5cc5;
  }
  .value-sharing-swiper {
    padding: 20px;
    background: #fff;
    position: relative;
    margin-top: 20px;
  }
  .value-sharing-swiper a {
    display: flex;
    align-items: center;
  }
  .value-sharing-swiper .pic {
    overflow: hidden;
    width: 240px;
    margin-right: 20px;
  }
  .value-sharing-swiper .pic img {
    transform: scale(1);
    transition: all 0.3s ease 0s;
  }
  .value-sharing-swiper .pic:hover img {
    transform: scale(1.1);
  }
  .value-sharing-swiper .title {
    font-size: 18px;
    font-weight: bold;
    color: #252525;
    margin-bottom: 10px;
  }
  .value-sharing-swiper .desc {
    font-size: 14px;
    font-weight: 400;
    color: #949a9e;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  .value-sharing-swiper .more {
    font-size: 14px;
    font-weight: 400;
    color: #2b5cc5;
    margin-top: 10px;
  }
  :root .value-pagination {
    position: absolute;
    left: 260px;
    bottom: 0;
    width: calc(100% - 280px);
    text-align: right;
    z-index: 999;
  }
  :root .value-pagination span {
    width: 10px;
    height: 10px;
    background: rgba(76, 223, 205, 0);
    border: 2px solid #c3ccd4;
    border-radius: 50%;
    opacity: 1;
  }
  :root .value-pagination .swiper-pagination-bullet-active {
    border: 2px solid #2b5cc5;
  }
  .notification-announcement {
    display: flex;
    align-items: center;
    height: 180px;
    overflow: hidden;
    margin-top: 20px;
  }
  .notification-announcement-banner {
    width: 240px;
    height: 180px;
  }
  .notification-announcement-banner img {
    transform: scale(1);
    transition: all 0.3s ease 0s;
    width: 240px;
    height: 180px;
    display: block;
  }
  .notification-announcement-banner:hover img {
    transform: scale(1.1);
  }
  .notification-announcement-swiper-wrap {
    flex: 1;
    overflow: hidden;
    padding-left: 20px;
  }
  .notification-nav-hd {
    height: 47px;
    position: relative;
  }
  .notification-nav-hd:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #e6e6e6;
  }
  .notification-nav-hd .swiper-slide {
    font-size: 14px;
    font-weight: 400;
    color: #949a9e;
    line-height: 44px;
    width: auto;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
  }
  .notification-nav-hd .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #2b5cc5;
    width: 100%;
    opacity: 0;
    z-index: 9;
  }
  .notification-nav-hd .swiper-slide-thumb-active {
    color: #2B5CC5;
    font-weight: 600;
  }
  .notification-nav-hd .swiper-slide-thumb-active:after {
    opacity: 1;
  }
  .notification-nav-bd {
    height: 120px;
    margin-top: 5px;
  }
  .notification-nav-bd .swiper-slide {
    height: 30px;
  }
  .notification-nav-bd li a {
    display: flex;
    align-items: center;
    height: 30px;
    line-height: 30px;
    color: #AAACAE;
    justify-content: space-between;
  }
  .notification-nav-bd li .title {
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .notification-nav-bd li .title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: rgba(76, 223, 205, 0);
    border: 1px solid #949a9e;
    border-radius: 50%;
    margin-right: 5px;
  }
  .notification-nav-bd li .date {
    padding: 0 15px;
  }
  .notification-nav-bd li:hover a {
    color: #2b5cc5;
  }
  .index-give-cursory {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
  }
  .index-give-cursory .item {
    height: 180px;
    transition: all 0.2s ease;
  }
  .index-give-cursory .item a {
    display: block;
    padding: 23px;
    position: relative;
    transition: all 0.2s ease;
    height: 180px;
  }
  .index-give-cursory .item h3 {
    font-size: 20px;
    font-weight: 400;
    color: white;
    line-height: 30px;
    position: absolute;
    left: 23px;
    top: 66px;
    transition: all 0.2s ease;
  }
  .index-give-cursory .item h4 {
    font-size: 20px;
    font-weight: 400;
    color: #bf7e0b;
    position: absolute;
    left: 23px;
    top: 23px;
    transition: all 0.2s ease;
  }
  .index-give-cursory .item h4 span {
    display: block;
  }
  .index-give-cursory .item h4 i {
    display: block;
    font-size: 14px;
  }
  .index-give-cursory .item h5 {
    position: absolute;
    left: 23px;
    top: 70px;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .index-give-cursory .item h5 span {
    display: inline-block;
    width: 27px;
    height: 3px;
    background: #4cdfcd;
  }
  .index-give-cursory .item01 {
    background: url(../images/cursory01.png) no-repeat left center;
    background-size: 580px 100%;
    width: 40%;
  }
  .index-give-cursory .item01 h3 {
    color: #252525;
  }
  .index-give-cursory .item01 h4 {
    color: #A6A9AA;
  }
  .index-give-cursory .item02 {
    background: url(../images/cursory02.png) no-repeat left center;
    background-size: 580px 100%;
    width: 30%;
  }
  .index-give-cursory .item02 h3 {
    color: #8293AE;
  }
  .index-give-cursory .item02 h4 {
    color: #97B0D7;
  }
  .index-give-cursory .item03 {
    width: 30%;
    background: #ff931d url(../images/cursory03.png) no-repeat left center;
    background-size: 360px 100%;
  }
  .index-give-cursory .item03 h3 {
    color: #fff;
  }
  .index-give-cursory .item03 h4 {
    color: #BF7E0B;
  }
  .index-give-cursory0 .item01 {
    width: 44%;
  }
  .index-give-cursory0 .item02 {
    width: 28%;
  }
  .index-give-cursory0 .item03 {
    width: 28%;
  }
  .index-give-cursory1 .item01 {
    width: 28%;
  }
  .index-give-cursory1 .item02 {
    width: 44%;
  }
  .index-give-cursory1 .item03 {
    width: 28%;
  }
  .index-give-cursory2 .item01 {
    width: 28%;
  }
  .index-give-cursory2 .item02 {
    width: 28%;
  }
  .index-give-cursory2 .item03 {
    width: 44%;
  }
  .ndustrial-cluster-notice-container {
    background: #eaeaea;
    position: relative;
  }
  .index-cursory-notice {
    margin-top: 20px;
  }
  .index-cursory-notice {
    position: relative;
    padding-bottom: 30px;
  }
  .index-cursory-notice::before, .index-cursory-notice::after {
    content: '';
    width: 434px;
    height: 83px;
    background: url(../images/cursory-bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    bottom: 0;
    position: absolute;
  }
  .index-cursory-notice::before {
    left: -250px;
  }
  .index-cursory-notice::after {
    right: -250px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .index-cursory-container {
    background: #eaeaea;
    overflow: hidden;
  }
  .industrial-cluster-notice-left {
    flex: 1;
    overflow: hidden;
  }
  .industrial-cluster-notice-right {
    width: 279px;
    background: #fff;
  }
  .ndustrial-cluster-notice-container {
    display: flex;
    align-items: stretch;
  }
  .industrial-cluster {
    display: flex;
    align-items: center;
    background: #fff;
  }
  .industrial-cluster-title {
    margin-right: 30px;
  }
  .industrial-cluster-title h4 {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-transform: uppercase;
  }
  .industrial-cluster-title h4 span {
    display: block;
    font-size: 20px;
  }
  .industrial-cluster-title h3 {
    font-size: 24px;
    font-weight: 400;
    color: #252525;
    margin-top: 10px;
  }
  .industrial-cluster-title h5 {
    margin-top: 10px;
  }
  .industrial-cluster-title h5 span {
    display: block;
    width: 27px;
    height: 3px;
    background: #4cdfcd;
  }
  .industrial-cluster-list {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .industrial-cluster-list .item {
    width: 20%;
    transition: all 0.2s ease 0s;
  }
  .industrial-cluster-list .item a {
    display: flex;
    height: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .industrial-cluster-list .item .pic img {
    width: 48px;
  }
  .industrial-cluster-list .item .pic img:nth-child(1) {
    display: block;
  }
  .industrial-cluster-list .item .pic img:nth-child(2) {
    display: none;
  }
  .industrial-cluster-list .item .title {
    text-align: center;
    margin-top: 22px;
    transition: all 0.3s linear;
  }
  .industrial-cluster-list .item .title h3 {
    transition: all 0.3s linear;
    font-size: 15px;
    font-weight: bold;
    color: #666666;
  }
  .industrial-cluster-list .item .title h4 {
    transition: all 0.3s linear;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
  }
  .industrial-cluster-list .item:hover {
    background: #f0f0f0;
  }
  .industrial-cluster-list .item:hover .pic img:nth-child(1) {
    display: none;
  }
  .industrial-cluster-list .item:hover .pic img:nth-child(2) {
    display: block;
  }
  .industrial-cluster-list .item:hover .title {
    margin-top: 12px;
  }
  .industrial-cluster-list .item:hover .title h3 {
    color: #2b5cc5;
  }
  .industrial-cluster-list .item:hover .title h4 {
    color: #2b5cc5;
  }
  .value-sharing-swiper {
    padding: 20px;
  }
  .value-sharing-swiper .pic {
    overflow: hidden;
  }
  .value-sharing-swiper .pic img {
    transform: scale(1);
    transition: all 0.3s ease 0s;
  }
  .value-sharing-swiper .pic:hover img {
    transform: scale(1.1);
  }
  .value-sharing-swiper .title {
    font-size: 18px;
    font-weight: bold;
    color: #252525;
    margin: 12px 0;
  }
  .value-sharing-swiper .desc {
    font-size: 14px;
    font-weight: 400;
    color: #949a9e;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  .value-sharing-swiper .more {
    font-size: 14px;
    font-weight: 400;
    color: #2b5cc5;
    margin-top: 10px;
  }
  .value-pagination {
    margin-top: 18px;
  }
  .value-pagination span {
    width: 10px;
    height: 10px;
    background: rgba(76, 223, 205, 0);
    border: 2px solid #c3ccd4;
    border-radius: 50%;
    opacity: 1;
  }
  .value-pagination .swiper-pagination-bullet-active {
    border: 2px solid #2b5cc5;
  }
  .notification-announcement {
    display: flex;
    align-items: center;
    height: 180px;
    overflow: hidden;
    margin-top: 20px;
  }
  .notification-announcement-banner {
    width: 240px;
    height: 180px;
  }
  .notification-announcement-banner img {
    transform: scale(1);
    transition: all 0.3s ease 0s;
    width: 240px;
    height: 180px;
    display: block;
  }
  .notification-announcement-banner:hover img {
    transform: scale(1.1);
  }
  .notification-announcement-swiper-wrap {
    flex: 1;
    overflow: hidden;
    padding: 0 30px;
  }
  .notification-nav-hd {
    height: 47px;
    position: relative;
  }
  .notification-nav-hd:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #e6e6e6;
  }
  .notification-nav-hd .swiper-slide {
    font-size: 14px;
    font-weight: 400;
    color: #949a9e;
    line-height: 44px;
    width: auto;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
  }
  .notification-nav-hd .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #2b5cc5;
    width: 100%;
    opacity: 0;
    z-index: 9;
  }
  .notification-nav-hd .swiper-slide-thumb-active {
    color: #2B5CC5;
    font-weight: 600;
  }
  .notification-nav-hd .swiper-slide-thumb-active:after {
    opacity: 1;
  }
  .notification-nav-bd {
    height: 120px;
    margin-top: 5px;
  }
  .notification-nav-bd .swiper-slide {
    height: 30px;
  }
  .notification-nav-bd li a {
    display: flex;
    align-items: center;
    height: 30px;
    line-height: 30px;
    color: #AAACAE;
    justify-content: space-between;
  }
  .notification-nav-bd li .title {
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .notification-nav-bd li .title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: rgba(76, 223, 205, 0);
    border: 1px solid #949a9e;
    border-radius: 50%;
    margin-right: 5px;
  }
  .notification-nav-bd li .date {
    padding: 0 15px;
  }
  .notification-nav-bd li:hover a {
    color: #2b5cc5;
  }
  .index-give-cursory {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
  }
  .index-give-cursory .item {
    height: 180px;
    transition: all 0.2s ease;
  }
  .index-give-cursory .item a {
    display: block;
    padding: 23px;
    position: relative;
    transition: all 0.2s ease;
    height: 180px;
  }
  .index-give-cursory .item h3 {
    font-size: 20px;
    font-weight: 400;
    color: white;
    line-height: 30px;
    position: absolute;
    left: 23px;
    top: 66px;
    transition: all 0.2s ease;
  }
  .index-give-cursory .item h4 {
    font-size: 20px;
    font-weight: 400;
    color: #bf7e0b;
    position: absolute;
    left: 23px;
    top: 23px;
    transition: all 0.2s ease;
  }
  .index-give-cursory .item h4 span {
    display: block;
  }
  .index-give-cursory .item h4 i {
    display: block;
    font-size: 14px;
  }
  .index-give-cursory .item h5 {
    position: absolute;
    left: 23px;
    top: 70px;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .index-give-cursory .item h5 span {
    display: inline-block;
    width: 27px;
    height: 3px;
    background: #4cdfcd;
  }
  .index-give-cursory .item01 {
    background: url(../images/cursory01.png) no-repeat left center;
    background-size: 580px 100%;
    width: 40%;
  }
  .index-give-cursory .item01 h3 {
    color: #252525;
  }
  .index-give-cursory .item01 h4 {
    color: #A6A9AA;
  }
  .index-give-cursory .item02 {
    background: url(../images/cursory02.png) no-repeat left center;
    background-size: 580px 100%;
    width: 30%;
  }
  .index-give-cursory .item02 h3 {
    color: #8293AE;
  }
  .index-give-cursory .item02 h4 {
    color: #97B0D7;
  }
  .index-give-cursory .item03 {
    width: 30%;
    background: #ff931d url(../images/cursory03.png) no-repeat left center;
    background-size: 360px 100%;
  }
  .index-give-cursory .item03 h3 {
    color: #fff;
  }
  .index-give-cursory .item03 h4 {
    color: #BF7E0B;
  }
  .index-give-cursory0 .item01 {
    width: 44%;
  }
  .index-give-cursory0 .item02 {
    width: 28%;
  }
  .index-give-cursory0 .item03 {
    width: 28%;
  }
  .index-give-cursory1 .item01 {
    width: 28%;
  }
  .index-give-cursory1 .item02 {
    width: 44%;
  }
  .index-give-cursory1 .item03 {
    width: 28%;
  }
  .index-give-cursory2 .item01 {
    width: 28%;
  }
  .index-give-cursory2 .item02 {
    width: 28%;
  }
  .index-give-cursory2 .item03 {
    width: 44%;
  }
  .ndustrial-cluster-notice-container {
    background: #eaeaea;
    position: relative;
  }
  .ndustrial-cluster-notice-container::before {
    content: '';
    height: 200px;
    background: #fff;
    width: 1000px;
    position: absolute;
    left: -984px;
    top: 0;
  }
  .index-cursory-notice {
    margin-top: 20px;
  }
  .index-cursory-notice {
    position: relative;
    padding-bottom: 30px;
  }
  .index-cursory-notice::before, .index-cursory-notice::after {
    content: '';
    width: 434px;
    height: 83px;
    background: url(../images/cursory-bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    bottom: 0;
    position: absolute;
  }
  .index-cursory-notice::before {
    left: -250px;
  }
  .index-cursory-notice::after {
    right: -250px;
  }
}

@media (min-width: 1200px) {
  .index-cursory-container {
    background: #eaeaea;
    overflow: hidden;
  }
  .industrial-cluster-notice-left {
    flex: 1;
    overflow: hidden;
  }
  .industrial-cluster-notice-right {
    width: 355px;
    background: #fff;
  }
  .ndustrial-cluster-notice-container {
    display: flex;
    align-items: stretch;
  }
  .industrial-cluster {
    display: flex;
    align-items: center;
    background: #fff;
  }
  .industrial-cluster-title {
    margin-right: 30px;
  }
  .industrial-cluster-title h4 {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-transform: uppercase;
  }
  .industrial-cluster-title h4 span {
    display: block;
    font-size: 20px;
  }
  .industrial-cluster-title h3 {
    font-size: 24px;
    font-weight: 400;
    color: #252525;
    margin-top: 10px;
  }
  .industrial-cluster-title h5 {
    margin-top: 10px;
  }
  .industrial-cluster-title h5 span {
    display: block;
    width: 27px;
    height: 3px;
    background: #4cdfcd;
  }
  .industrial-cluster-list {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .industrial-cluster-list .item {
    width: 25%;
    transition: all 0.2s ease 0s;
  }
  /*.industrial-cluster-list .item:last-child{*/
  /*  display: none;*/
  /*}*/
  .industrial-cluster-list .item a {
    display: flex;
    height: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .industrial-cluster-list .item .pic img {
    width: 48px;
  }
  .industrial-cluster-list .item .pic img:nth-child(1) {
    display: block;
  }
  .industrial-cluster-list .item .pic img:nth-child(2) {
    display: none;
  }
  .industrial-cluster-list .item .title {
    text-align: center;
    margin-top: 22px;
    transition: all 0.3s linear;
  }
  .industrial-cluster-list .item .title h3 {
    transition: all 0.3s linear;
    font-size: 15px;
    font-weight: bold;
    color: #666666;
  }
  .industrial-cluster-list .item .title h4 {
    transition: all 0.3s linear;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
	
    text-transform: uppercase;
  }
  .industrial-cluster-list .item:hover {
    background: #f0f0f0;
  }
  .industrial-cluster-list .item:hover .pic img:nth-child(1) {
    display: none;
  }
  .industrial-cluster-list .item:hover .pic img:nth-child(2) {
    display: block;
  }
  .industrial-cluster-list .item:hover .title {
    margin-top: 12px;
  }
  .industrial-cluster-list .item:hover .title h3 {
    color: #2b5cc5;
  }
  .industrial-cluster-list .item:hover .title h4 {
    color: #2b5cc5;
  }
  .value-sharing-swiper {
    padding: 20px;
  }
  .value-sharing-swiper .pic {
    overflow: hidden;
  }
  .value-sharing-swiper .pic img {
    transform: scale(1);
    transition: all 0.3s ease 0s;
	width:100%;
	max-height:176px;
  }
  .value-sharing-swiper .pic:hover img {
    transform: scale(1.1);
  }
  .value-sharing-swiper .title {
    font-size: 18px;
    font-weight: bold;
    color: #252525;
    margin: 20px 0;
  }
  .value-sharing-swiper .desc {
    font-size: 14px;
    font-weight: 400;
    color: #949a9e;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  .value-sharing-swiper .more {
    font-size: 14px;
    font-weight: 400;
    color: #2b5cc5;
    margin-top: 10px;
  }
  .value-pagination {
    margin-top: 18px;
  }
  .value-pagination span {
    width: 10px;
    height: 10px;
    background: rgba(76, 223, 205, 0);
    border: 2px solid #c3ccd4;
    border-radius: 50%;
    opacity: 1;
  }
  .value-pagination .swiper-pagination-bullet-active {
    border: 2px solid #2b5cc5;
  }
  .notification-announcement {
    display: flex;
    align-items: center;
    height: 180px;
    overflow: hidden;
    margin-top: 20px;
  }
  .notification-announcement-banner {
    width: 240px;
    height: 180px;
  }
  .notification-announcement-banner>a{
	  display:block;
  }
  .notification-announcement-banner img {
    transform: scale(1);
    transition: all 0.3s ease 0s;
    width: 240px;
    height: 180px;
    display: block;
  }
  .notification-announcement-banner a.swiper-slide-active:hover img {
    transform: scale(1.1);
  }
  .notification-announcement-swiper-wrap {
    flex: 1;
    overflow: hidden;
    padding: 0 30px;
  }
  .notification-nav-hd {
    height: 47px;
    position: relative;
  }
  .notification-nav-hd:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #e6e6e6;
  }
  .notification-nav-hd .swiper-slide {
    font-size: 14px;
    font-weight: 400;
    color: #949a9e;
    line-height: 44px;
    width: auto;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
  }
  .notification-nav-hd .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #2b5cc5;
    width: 100%;
    opacity: 0;
    z-index: 9;
  }
  .notification-nav-hd .swiper-slide-thumb-active {
    color: #2B5CC5;
    font-weight: 600;
  }
  .notification-nav-hd .swiper-slide-thumb-active:after {
    opacity: 1;
  }
  .notification-nav-bd {
    height: 120px;
    margin-top: 5px;
  }
  .notification-nav-bd .swiper-slide {
    height: 30px;
  }
  .notification-nav-bd li a {
    display: flex;
    align-items: center;
    height: 30px;
    line-height: 30px;
    color: #AAACAE;
    justify-content: space-between;
  }
  .notification-nav-bd li .title {
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .notification-nav-bd li .title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: rgba(76, 223, 205, 0);
    border: 1px solid #949a9e;
    border-radius: 50%;
    margin-right: 5px;
  }
  .notification-nav-bd li .date {
    padding: 0 15px;
  }
  .notification-nav-bd li:hover a {
    color: #2b5cc5;
  }
  .index-give-cursory {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
  }
  .index-give-cursory .item {
    height: 180px;
    transition: all 0.2s ease;
  }
  .index-give-cursory .item a {
    display: block;
    padding: 23px;
    position: relative;
    transition: all 0.2s ease;
    height: 180px;
  }
  .index-give-cursory .item h3 {
    font-size: 20px;
    font-weight: 400;
    color: white;
    line-height: 30px;
    position: absolute;
    left: 23px;
    top: 66px;
    transition: all 0.2s ease;
  }
  .index-give-cursory .item h4 {
    font-size: 20px;
    font-weight: 400;
    color: #bf7e0b;
    position: absolute;
    left: 23px;
    top: 23px;
    transition: all 0.2s ease;
  }
  .index-give-cursory .item h4 span {
    display: block;
	
    text-transform: uppercase;
  }
  .index-give-cursory .item h4 i {
    display: block;
    font-size: 14px;
	
    text-transform: uppercase;
  }
  .index-give-cursory .item h5 {
    position: absolute;
    left: 23px;
    top: 70px;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .index-give-cursory .item h5 span {
    display: inline-block;
    width: 27px;
    height: 3px;
    background: #4cdfcd;
  }
  .index-give-cursory .item01 {
    background: url(../images/cursory01.png) no-repeat left center;
    background-size: 580px 100%;
    width: 36%;
  }
  .index-give-cursory .item01 h3 {
    color: #252525;
  }
  .index-give-cursory .item01 h4 {
    color: #A6A9AA;
  }
  .index-give-cursory .item02 {
    background: url(../images/cursory02.png) no-repeat left center;
    background-size: 580px 100%;
    width: 32%;
  }
  .index-give-cursory .item02 h3 {
    color: #8293AE;
  }
  .index-give-cursory .item02 h4 {
    color: #97B0D7;
  }
  .index-give-cursory .item03 {
    width: 32%;
    background: #ff931d url(../images/cursory03.png) no-repeat left center;
    background-size: 360px 100%;
  }
  .index-give-cursory .item03 h3 {
    color: #fff;
  }
  .index-give-cursory .item03 h4 {
    color: #BF7E0B;
  }
  .index-give-cursory0 .item01 {
    width: 44%;
  }
  .index-give-cursory0 .item02 {
    width: 28%;
  }
  .index-give-cursory0 .item03 {
    width: 28%;
  }
  .index-give-cursory1 .item01 {
    width: 28%;
  }
  .index-give-cursory1 .item02 {
    width: 44%;
  }
  .index-give-cursory1 .item03 {
    width: 28%;
  }
  .index-give-cursory2 .item01 {
    width: 28%;
  }
  .index-give-cursory2 .item02 {
    width: 28%;
  }
  .index-give-cursory2 .item03 {
    width: 44%;
  }
  .ndustrial-cluster-notice-container {
    background: #eaeaea;
    position: relative;
  }
  .ndustrial-cluster-notice-container::before {
    content: '';
    height: 200px;
    background: #fff;
    width: 1000px;
    position: absolute;
    left: -984px;
    top: 0;
  }
  .index-cursory-notice {
    margin-top: 20px;
  }
  .index-cursory-notice {
    position: relative;
    padding-bottom: 30px;
  }
  .index-cursory-notice::before, .index-cursory-notice::after {
    content: '';
    width: 434px;
    height: 83px;
    background: url(../images/cursory-bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    bottom: 0;
    position: absolute;
  }
  .index-cursory-notice::before {
    left: -250px;
  }
  .index-cursory-notice::after {
    right: -250px;
  }
}

#app {
  position: relative;
  z-index: 10;
  background: #fff;
  transition: all 0.3s linear;
}

.footer {
  position: relative;
  z-index: 999999;
}
.footer  .footer-copyright p a:hover{
	color: #2B5CC5 !important;
}
.m-mask {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1081;
  display: none;
}
.index-banner .swiper-container .swiper-slide.swiper-slide-active img{
	-webkit-animation: scaleUpDown  4.2s .1s ease both;
	animation: scaleUpDown  4.2s .1s ease both;
	
}
@-webkit-keyframes scaleUpDown {
    0% { -webkit-transform: scale(1.08); transform: scale(1.08); }
    100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}

@keyframes scaleUpDown {
    0% { -webkit-transform: scale(1.08); transform: scale(1.08); }
    100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}
     