body {
  background: #fff;
  font: 13px/1.75 "Microsoft YaHei", arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.container {
  margin: 0 auto;
  padding: 0;
  max-width: 81.9%;
}
.swiper {
  overflow: hidden;
}
textarea,
input {
  background: none;
  outline: none;
  resize: none;
}
.yc {
  overflow: hidden;
}
@font-face {
  font-family: ArialMT;
  src: url('../font/ArialMT.ttf');
}
.xd {
  position: relative;
}
.jd {
  position: absolute;
}
.icon {
  position: relative;
  line-height: 0;
}
.icon img {
  transition: all 0.5s;
}
.icon img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}


.mb-div {
  display: none;
  padding-left: 21px;
}
.mb-div2 {
  display: none;
}
.mb-div2 a::before {
  display: none;
}
.mb-div2 a {
  width: 81% !important;
  line-height: 22px !important;
  margin-left: 11px;
  padding: 11px 0;
  padding-left: 14px !important;
}
.mb-div .mxl-t {
  position: absolute;
  padding: 25.5px 33px;
  right: 0;
  z-index: 3;
  top: -55px;
}
.mb-div .mxl-e {
  position: absolute;
  padding: 25.5px 33px;
  right: 10%;
  z-index: 3;
  top: -7px;
}
.mb-child {
  position: relative;
}
.mb-div a {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2px;
  width: 90%;
  position: relative;
}
.mb-div3 a{
font-size: 14px !important;
    margin-left: 24px;
    width: 74% !important;
}
.mb-div a:last-child {
  margin-bottom: 0;
}
.mxl-o {
  position: absolute;
  right: 0;
  top: -5px;
  padding: 25.5px 15px;
}
.head.ys{
    background-color: #fff !important;
}
.head-lan{
    transition: all .3s;
}
.ys .head-lan{
   opacity: 0;
}
.mb-nav {
  position: fixed;
  z-index: 105 !important;
  width: 100%;
  background: #fff;
  padding: 88px 0;
  height: 100%;
  padding-top: 0px;
  top: 57.05px;
  overflow: scroll;
  display: none;
      background: #fff;
}
.mb-nav p {
  width: 80%;
  margin: 0 auto;
}
.mb-nav p img {
  max-width: 26px;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.mb-nav .logo {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 70%;
    margin-top: 8%;
}
.mb-nav .logo img {
  max-height: 64px;
}
.mb-nav ul {
  width: 93%;
  margin: 0 auto;
  margin-top: 34px;
}
.mb-nav ul li {
  position: relative;
  width: 90%;
  margin: 0 auto;
  transition: all 0.8s;
  transform: translateY(20px);
  opacity: 0;
}
/*.mb-nav ul li:nth-last-child(2) .mxl-o{*/
/*    display: none;*/
/*}*/

.mb-nav ul li:nth-child(4) .mxl-o{
    /*display: none;*/
}
.mb-nav ul li:nth-child(5) .mxl-o{
    /*display: none;*/
}
.mb-nav ul li a {
  color: #333;
  font-size: 15px;
  line-height: 48px;
  border-bottom: 1px solid #dcdcdc;
  padding-left: 13px;
  display: block;
  position: relative;
  /*white-space: nowrap;*/
}
.zk ul li {
  transform: translateY(0);
  transition-delay: 0.5s;
  opacity: 1;
}
.zk ul li:nth-child(1) {
  transition-delay: 0.2s;
}
.zk ul li:nth-child(2) {
  transition-delay: 0.3s;
}
.zk ul li:nth-child(3) {
  transition-delay: 0.4s;
}
.mb-div3{
    display: none;
}
.zk ul li:nth-child(4) {
  transition-delay: 0.5s;
}
.zk ul li:nth-child(5) {
  transition-delay: 0.6s;
}
.zk ul li:nth-child(6) {
  transition-delay: 0.7s;
}
.mb-nav .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  margin-top: 27px;
}
.mb-nav .tel img {
  max-height: 24px;
  margin-right: 8px;
}
.mb-nav .mb-dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  margin-top: 48px;
}
.mb-nav .mb-dl li {
  width: fit-content;
}
.mb-nav .mb-dl li a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 35px;
  border-bottom: none;
  font-weight: bold;
  background: #00b7ff;
  color: #fff;
  border-radius: 5px;
  padding: 2px 29px;
}
.mb-nav .mb-dl li a::before {
  display: none;
}
.mb-zd {
  display: none;
  position: relative;
  width: 30px;
  height: 28px;
}
.mb-zd em {
  position: absolute;
  left: 0;
  top: 6px;
  width: 30px;
  height: 1.5px;
  background-color: #000;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.menuBtn.on em {
  display: none;
  margin: -2px 0 0;
  position: absolute;
  top: 40%;
  width: 28px;
  /*background: #000 !important;*/
}
.menuBtn.on em:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.menuBtn.on {
  top: 4px;
}
.menuBtn.on em:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.menuBtn.on .s2 {
  opacity: 0;
}
.menuBtn.on em:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.menuBtn .s1 {
  top: 5px;
}
.qh {
  opacity: 0;
}
.menuBtn .s2 {
  top: 14px;
}
.menuBtn .s3 {
  top: 23px;
}
.mb-zd em {
  background: #000;
}





.head {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}
.head .container {
  display: flex;
  align-items: center;
}
.head .container .head-lf {
  flex: 1;
  display: flex;
  align-items: center;
}
.head .container .head-lf .head-nav {
  display: flex;
  margin-left: 5.2%;
}
.head .container .head-lf .head-nav .head-li {
  margin-right: 2.1875vw;
}
.head .container .head-lf .head-nav .head-li .head-a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #333333;
  transition: all 0.5s;
  padding: 26px 0;
  white-space: nowrap;
}
.head .container .head-lf .head-nav .head-li .head-a .icon {
  margin-left: 7px;
  transition: all 0.5s;
}
.head .container .head-lf .head-nav .head-li .head-a .htb {
  position: absolute;
  left: -15px;
  max-width: initial;
  top: 40%;
  transition: all 0.5s;
  opacity: 0;
  transform: translateX(-4px);
}
.head .container .head-lf .head-nav .head-li:last-child {
  margin-right: 0;
}
.head .container .head-lf .head-nav .head-li:hover .head-a {
  color: #2274c2;
}
.head .container .head-lf .head-nav .head-li:hover .head-a .icon {
  transform: translateX(3px);
}
.head .container .head-lf .head-nav .head-li:hover .head-a .icon img:nth-child(2) {
  opacity: 1;
}
.head .container .head-lf .head-nav .head-li:hover .head-a .icon img:nth-child(1) {
  opacity: 0;
}
.head .container .head-lf .head-nav .head-li:hover .head-a .htb {
  opacity: 1;
  transform: translateX(0px);
}
.head .container .head-lf .head-nav .head-li.active .head-a {
  color: #2274c2;
}
.head .container .head-lf .head-nav .head-li.active .head-a .icon img:nth-child(2) {
  opacity: 1;
}
.head .container .head-lf .head-nav .head-li.active .head-a .icon img:nth-child(1) {
  opacity: 0;
}
.head .container .head-lf .head-nav .head-li.active .head-a .htb {
  opacity: 1;
  transform: translateX(0px);
}
.head .container .head-lan {
  font-size: 16px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  background-color: #2274c2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: all 0.5s;
}
.head .container .head-lan:hover {
  box-shadow: 1px 1px 10px #2274c2;
  transform: translateX(-4px);
}

.head-child{
    position: absolute;
    top: 100%;
    width: 100%;
    border-top: 4px solid #2274c2;
    left: 0;
    background: rgb(248,248,248);
    height: calc(100vh - 80px);
    overflow: auto;
    scrollbar-width: none; /* Firefox隐藏滚动条 */
    -ms-overflow-style: none; /* IE/Edge隐藏滚动条 */
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: center top;
}
.head .container .head-lf .head-nav .head-li:hover .head-child{
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.head-child::-webkit-scrollbar {
  display: none; /* Chrome/Safari/Edge隐藏滚动条 */
}

.head-child .head-child-con{
    display: flex;
    min-height: 100%;
}
.head-child .head-child-con .head-child-lf{
    background-color: #ececec;
    width: 356px;
    padding: 61px 3.42%;
    position: sticky;
    top: 0;
}
.head-child .head-child-con .head-child-lf ul li{
    font-size: 16px;
	letter-spacing: 1px;
	transition: all .5s;
	color: #333333;
	display: flex;
	cursor: pointer;
	align-items: center;
    margin-bottom: 20px;
}

.head-child .head-child-con .head-child-lf ul li:last-child{
    margin-bottom: 0;
}
.head-child .head-child-con .head-child-lf ul li P:nth-child(1){
    flex: 1;
}
.head-child .head-child-con .head-child-lf ul li P:nth-child(2){
    opacity: 0;
    transition: all .5s;
}
.head-child .head-child-con .head-child-lf ul li:hover{
    color: #2274c2;
}

.head-child .head-child-con .head-child-lf ul li.active{
    color: #2274c2;
}
.head-child .head-child-con .head-child-lf ul li.active P:nth-child(2){
    opacity: 1;
}

.head-child .head-child-con .head-child-rt{
    width: calc(100% - 356px);
    padding: 50px 8.51% 50px 25px;
}
.head-child .head-child-con .head-child-rt .head-items{
    display: none;
}
.head-child .head-child-con .head-child-rt .head-items:nth-child(1){
    display: block;
}
.head-child .head-child-con .head-child-rt .head-items div{
    margin-bottom: 35px;
    /*overflow: auto;*/
    max-height: 640px;
    overflow-x: scroll;
    overflow-y: scroll;
}
.head-child .head-child-con .head-child-rt .head-items div:last-child{
    margin-bottom: 0;
}
.head-child .head-child-con .head-child-rt .head-items div table{
    min-width: 100%;
    width: auto;
    white-space: nowrap;
    height: auto !important;
}
.head-child .head-child-con .head-child-rt .head-items div table tr{
    height: auto !important;
}
.head-child .head-child-con .head-child-rt .head-items div table tr th{
    background-color: #2274c2;
    font-size: 16px;
	color: #ffffff;
    padding: 12.25px 10px;
    white-space: nowrap;
    text-align: center;
    position: sticky;
    top: 0;
}
.head-child .head-child-con .head-child-rt .head-items div table tr th span,.head-child .head-child-con .head-child-rt .head-items div table tr td span{
    white-space: nowrap !important;
}
.head-child .head-child-con .head-child-rt .head-items div table tr td{
    font-size: 14px;
	color: #333;
	background: #fff;
	font-family: 'Poppins', sans-serif;
	line-height: 1.3;
	border: 1px solid #dbdbdb;
	padding: 19.5px 10px;
	transition: all .5s;
	text-align: center;
}
.head-child .head-child-con .head-child-rt .head-items div table tr td a{
    font-size: 14px;
	color: #333;
	transition: all .5s;
}
.head-child .head-child-con .head-child-rt .head-items div table tr:hover td{
    color: #2274c2;
}
.head-child .head-child-con .head-child-rt .head-items div table tr:hover td a{
    color: #2274c2;
}

.banner .ban-pagination{
    bottom: 5%;
    width: 100%;
}
.banner .ban-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0 10px;
    transition: all .5s;
    background: none;
}
.banner .ban-pagination .swiper-pagination-bullet-active{
    background: #fff;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide-bg {
  overflow: hidden;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
  max-width: 101%;
  min-width: 100%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con div:nth-child(1) {
  display: flex;
  align-items: center;
  font-size: 1.771vw;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: -2.5vw;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con div:nth-child(1) img {
  margin-right: 0.9375vw;
  width: 1.5625vw;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con div:nth-child(2) {
  position: relative;
  width: fit-content;
  font-size: 3.6458vw;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Noto Sans SC', sans-serif;
  background: url(../images/slide1-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.53vw 7.71% 0.53vw 9.05%;
  margin-top: 2.5%;
     font-style: italic;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con div:nth-child(2) em {
  color: #ffc14a;
  font-style: italic;
  font-weight: 700;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con div:nth-child(2) img {
  position: absolute;
  left: 0;
  bottom: -58%;
  width: 85.044%;
}
.sy-bt {
  text-align: center;
  line-height: 1;
}
.sy-bt div:nth-child(1) {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 5.2083vw;
  color: rgba(34, 116, 194, 0.15);
}
.sy-bt div:nth-child(2) {
  font-size: 2.7083vw;
  color: #2274c2;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: -2vw;
  justify-content: center;
}
.sy-bt div:nth-child(2) span {
  color: #333;
}
.sy-bt div:nth-child(2) img {
  width: 4.792vw;
  position: relative;
}
.sy-bt div:nth-child(2) img:nth-child(1) {
  margin-right: 15px;
  top: -0.46vw;
}
.sy-bt div:nth-child(2) img:last-child {
  margin-left: 15px;
  top: 0.6vw;
}
.sy-desc {
  font-size: 18px;
  text-align: center;
  line-height: 2.11;
  letter-spacing: 1px;
  color: #333333;
}
.cpzx {
  margin-top: 5.1%;
}
.cpzx .sy-desc {
  margin-top: 40px;
}
.cpzx .cpzx-row {
  display: flex;
  margin-left: -1.5px;
  margin-right: -1.5px;
  margin-top: 50px;
}
.cpzx .cpzx-row .cpzx-items {
  padding: 0 1.5px;
  width: 20%;
  animation-name: fadeInUp;
}
.cpzx .cpzx-row .cpzx-items .cpzx-items-con {
  display: block;
  transition: all 0.5s;
}
.cpzx .cpzx-row .cpzx-items .cpzx-items-con .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 21.8229vw;
}
.cpzx .cpzx-row .cpzx-items .cpzx-items-con .cpzx-bt {
  left: 0;
  bottom: 13px;
  text-align: center;
  font-size: 0.6vw;
  color: rgba(255, 255, 255, 0.2);
  font-family: 'Poppins', sans-serif;
  width: 100%;
}
.cpzx .cpzx-row .cpzx-items .cpzx-items-con .cpzx-nr {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 23% 0.52083vw 5%;
}
.cpzx .cpzx-row .cpzx-items .cpzx-items-con .cpzx-nr div:nth-child(1) {
  text-align: center;
  font-size: 1.1vw;
  font-weight: bold;
  line-height: 1.464;
  letter-spacing: 1px;
  color: #ffffff;
  height: 4.27vw;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*white-space: nowrap;*/
}
.cpzx .cpzx-row .cpzx-items .cpzx-items-con .cpzx-nr ul li {
  padding: 4.35px 0.52083vw 4.35px 0.52083vw;
  font-size: 0.9vw;
  line-height: 1.6;
  background: url(../images/cbg.png) no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  margin-bottom: 13px;
}
/*.cpzx .cpzx-row .cpzx-items .cpzx-items-con .cpzx-nr ul li em {*/
/*  font-size: 1.02vw;*/
/*}*/
.cpzx .cpzx-row .cpzx-items .cpzx-items-con .cpzx-nr ul li:last-child {
  margin-bottom: 0;
}
.cpzx .cpzx-row .cpzx-items .cpzx-items-con:hover {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4);
  transform: translateY(-4px);
}
/*.cpzx .cpzx-row .cpzx-items:nth-child(1) .cpzx-items-con .cpzx-nr ul li,*/
/*.cpzx .cpzx-row .cpzx-items:nth-child(2) .cpzx-items-con .cpzx-nr ul li,*/
/*.cpzx .cpzx-row .cpzx-items:nth-child(3) .cpzx-items-con .cpzx-nr ul li{*/
/*  font-family: 'Poppins', sans-serif;*/
/*}*/


.cpzx .cpzx-row .cpzx-items .cpzx-items-con .cpzx-nr ul li{
  padding: 15px;
  padding-left: 11px;
  hyphens: auto;
}
.cpzx .cpzx-row .cpzx-items:nth-child(2),
.cpzx .cpzx-row .cpzx-items:nth-child(4) {
  animation-name: fadeInDown;
}
.jjfa {
  background-color: rgba(221, 234, 246, 0.3);
  margin-top: 100px;
  padding-top: 5.1%;
  padding-bottom: 6.3%;
}
.jjfa .sy-bt {
  text-align: left;
}
.jjfa .sy-bt div:nth-child(2) {
  justify-content: flex-start;
}
.jjfa .sy-desc {
text-align: left;
    margin-top: 29px;
    width: 49.32%;
                     overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                display: -moz-box;
                -moz-line-clamp: 1;
                -moz-box-orient: vertical;
                word-wrap: break-word;
                word-break: break-word;
                white-space: normal;
}
.jjfa .jjfa-con {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-top: 90px;
}
.jjfa .jjfa-con .jjfa-pagination {
  bottom: 9.7%;
  left: 41%;
}
.jjfa .jjfa-con .jjfa-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: solid 1px #ffffff;
  border-radius: 100%;
  margin: 0 5.5px;
  transition: all 0.5s;
  background: none;
  opacity: 1;
}
.jjfa .jjfa-con .jjfa-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.jjfa .jjfa-con .jjfa-lf {
  background: url(../images/fa-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 50.32%;
  padding: 35px 7.7% 6.41% 6.3%;
}
.jjfa .jjfa-con .jjfa-lf .fanr-swiper .swiper-wrapper .swiper-slide div:nth-child(1) {
  color: transparent;
  font-size: 4.427083vw;
  -webkit-text-stroke: 1px rgba(245, 249, 254, 0.2);
  text-stroke: 1px rgba(245, 249, 254, 0.2);
  font-weight: bold;
  font-family: 'Barlow', sans-serif;
  line-height: 1;
}
.jjfa .jjfa-con .jjfa-lf .fanr-swiper .swiper-wrapper .swiper-slide div:nth-child(2) {
  font-size: 1.771vw;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  margin-top: 2px;
  text-align: justify;
}
.jjfa .jjfa-con .jjfa-lf .fanr-swiper .swiper-wrapper .swiper-slide div:nth-child(3) {
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 1px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  margin-top: 31px;
}
.jjfa .jjfa-con .jjfa-rt {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 127.5%;
  width: 49.69%;
}
.jjfa .jjfa-con .jjfa-rt .fatp-swiper {
  height: 100%;
}
.jjfa .jjfa-con .jjfa-rt .fatp-swiper .swiper-wrapper {
  height: 100%;
}
.jjfa .jjfa-con .jjfa-rt .fatp-swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  overflow: hidden;
}
.jjfa .jjfa-con .jjfa-rt .fatp-swiper .swiper-wrapper .swiper-slide div {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  transition: all 0.8s;
}
.jjfa .jjfa-con .jjfa-rt .fatp-swiper .swiper-wrapper .swiper-slide:hover div {
  transform: scale(1.04);
}
.gywm {
  margin-top: 5.3%;
}
.gywm .gywm-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/gywm-bg.jpg) no-repeat left center;
  background-size: cover;
  margin-top: 60px;
  padding: 5.8% 10.76% 5.78% 7.5%;
}
.gywm .gywm-con .gywm-lf {
  flex: 1;
}
.gywm .gywm-con .gywm-lf div:nth-child(1) {
  font-size: 1.3541vw;
  line-height: 2;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 12.5%;
}
.gywm .gywm-con .gywm-lf a {
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  transition: all 0.5s;
}
.gywm .gywm-con .gywm-lf a img {
  margin-left: 9px;
}
.gywm .gywm-con .gywm-lf a:hover {
  transform: translateX(4px);
}
.gywm .gywm-con .gywm-rt {
  width: 44.1%;
}
.gywm .gywm-con .gywm-rt .gywm-map {
  right: -23.7%;
  top: -11%;
  max-width: initial;
  width: 108.56%;
  max-height: 128%;
  object-fit: contain;
}
.gywm .gywm-con .gywm-rt ul {
  display: flex;
  position: relative;
  z-index: 2;
  line-height: 1;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gywm .gywm-con .gywm-rt ul li {
  width: calc((100% - 83px) / 2);
  margin-bottom: 13%;
  transition: all 0.5s;
}
.gywm .gywm-con .gywm-rt ul li div:nth-child(1) {
  height: 30px;
}
.gywm .gywm-con .gywm-rt ul li div:nth-child(1) img {
  max-height: 100%;
}
.gywm .gywm-con .gywm-rt ul li div:nth-child(2) {
  font-size: 2.08333vw;
  color: #ffffff;
  font-family: 'Barlow', sans-serif;
  margin-top: 29px;
}
.gywm .gywm-con .gywm-rt ul li div:nth-child(3) {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 18px;
}
.gywm .gywm-con .gywm-rt ul li:nth-child(3n) {
  width: 83px;
}
.gywm .gywm-con .gywm-rt ul li:nth-last-child(1),
.gywm .gywm-con .gywm-rt ul li:nth-last-child(2),
.gywm .gywm-con .gywm-rt ul li:nth-last-child(3) {
  margin-bottom: 0;
}
.gywm .gywm-con .gywm-rt ul li:hover {
  transform: translateY(-4px);
}
.gywm .gywm-con .gywm-rt ul li:hover div:nth-child(1) img {
  animation: ibounce 0.6s alternate;
}
@keyframes ibounce {
  0%,
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
.xwzx {
  margin-top: 6%;
  padding-top: 4%;
  background-color: rgba(221, 234, 246, 0.5);
  padding-bottom: 100px;
}
.xwzx .xwzx-con {
  display: flex;
  justify-content: space-between;
  margin-top: 59px;
}
.xwzx .xwzx-con .xwzx-box {
  width: 49.3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.xwzx .xwzx-con .xwzx-box .xwzx-items {
  background-color: #ffffff;
  width: 48.9%;
  position: relative;
  transition: all 0.5s;
}
.xwzx .xwzx-con .xwzx-box .xwzx-items .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s;
  opacity: 0;
}
.xwzx .xwzx-con .xwzx-box .xwzx-items .bg::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.xwzx .xwzx-con .xwzx-box .xwzx-items .nr {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px 9.7% 47px 9%;
}
.xwzx .xwzx-con .xwzx-box .xwzx-items .nr div p {
  transition: all 0.5s;
}
.xwzx .xwzx-con .xwzx-box .xwzx-items .nr div p:nth-child(1) {
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.xwzx .xwzx-con .xwzx-box .xwzx-items .nr div p:nth-child(2) {
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  margin-top: 14px;
}
.xwzx .xwzx-con .xwzx-box .xwzx-items .nr .icon {
  margin-top: 28px;
}
.xwzx .xwzx-con .xwzx-box .xwzx-big {
  width: 100%;
}
.xwzx .xwzx-con .xwzx-box .xwzx-big .nr {
  padding: 37px 5.5% 14% 5%;
}
.xwzx .xwzx-con .xwzx-box .xwzx-big .nr div p:nth-child(2) {
  margin-top: 23px;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
}
.xwzx .xwzx-con .xwzx-box .xwzx-big .nr .icon {
  margin-top: 11.8%;
}
.xwzx .xwzx-con .xwzx-box .ma-bt {
  margin-bottom: 2%;
}
.xwzx .xwzx-con .xwzx-box .xwzx-items:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
.xwzx .xwzx-con .xwzx-box .xwzx-items:hover .bg {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.xwzx .xwzx-con .xwzx-box .xwzx-items:hover .nr div p {
  color: #fff !important;
}
.xwzx .xwzx-con .xwzx-box .xwzx-items:hover .icon img:nth-child(2) {
  opacity: 1;
}
.xwzx .xwzx-con .xwzx-box .xwzx-items:hover .icon img:nth-child(1) {
  opacity: 0;
}
.foot {
  background-color: #000000;
  padding-top: 84px;
}
.foot .container .foot-an {
  display: flex;
}
.foot .container .foot-an li {
  margin-right: 25px;
}
.foot .container .foot-an li a {
  display: flex;
  align-items: center;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.15);
  letter-spacing: 1px;
  color: #ffffff;
  padding: 14.5px 8.34vw 14.5px 24px;
  transition: all 0.5s;
}
.foot .container .foot-an li a img {
  margin-right: 20px;
  transition: all 0.5s;
}
.foot .container .foot-an li a:hover {
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.25);
}
.foot .container .foot-an li a:hover img {
  transform: translateX(3px);
}
.foot .container .foot-cen {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 38px;
  padding-top: 6.16%;
}
.foot .container .foot-cen .foot-lf div:nth-child(2) {
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  width: fit-content;
  margin: 0 auto;
  margin-top: 39px;
}
.foot .container .foot-cen .foot-lf div:nth-child(2) img {
  display: block;
  margin-bottom: 7px;
  width: 116px;
}
.foot .container .foot-cen .foot-rt {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: -8px;
}
.foot .container .foot-cen .foot-rt .foot-items {
  margin-left: 9%;
  white-space: nowrap;
}
.foot .container .foot-cen .foot-rt .foot-items p a {
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
}
.foot .container .foot-cen .foot-rt .foot-items ul {
  margin-top: 35px;
}
.foot .container .foot-cen .foot-rt .foot-items ul li {
  margin-bottom: 17px;
}
.foot .container .foot-cen .foot-rt .foot-items ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.foot .container .foot-cen .foot-rt .foot-items ul li a:hover {
  color: #fff;
}
.foot .container .foot-cen .foot-rt .foot-items ul li:last-child {
  margin-bottom: 0;
}
.foot .container .foot-cen .foot-rt .foot-items:nth-child(1) {
  margin-left: 0;
}
.foot .container .foot-bt {
  display: flex;
  padding: 34.75px 0;
  margin-top: 5.2%;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.foot .container .foot-bt p,
.foot .container .foot-bt a {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  transition: all 0.5s;
}
.foot .container .foot-bt a:hover {
  color: #fff;
}
.foot .container .foot-bt ul {
  display: flex;
}
.foot .container .foot-bt ul li {
  position: relative;
  padding: 0 10px;
}
.foot .container .foot-bt ul li::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 56%;
  background: rgba(255, 255, 255, 0.3);
}
.foot .container .foot-bt ul li:nth-child(1)::after {
  display: none;
}
.foot .container .foot-bt ul li:last-child {
  padding-right: 0;
}
.i-ban {
  position: relative;
}
.i-ban .i-bg {
  overflow: hidden;
}
.i-ban .i-bg img {
  max-width: 101%;
  min-width: 100%;
}
.i-ban .iban-con {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  bottom: 0;
}
.i-ban .iban-con div:nth-child(1) {
  font-size: 3.333vw;
  line-height: 1.46875;
  letter-spacing: 3px;
  color: #ffffff;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 700;
}
.i-ban .iban-con div:nth-child(2) {
  width: 57.558%;
}
.i-ban .iban-con div:nth-child(2) img {
  width: 100%;
}
.i-crumb {
  background-color: #f8f8f8;
  padding: 12.25px 0;
}
.i-crumb .container div {
  display: flex;
  align-items: center;
}
.i-crumb .container div p {
  font-size: 22px;
  color: #555555;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  margin-left: 7px;
  position: relative;
  top: 2px;
}
.i-crumb .container div a {
  font-size: 14px;
  font-weight: 300;
  margin: 0 5px;
  font-family: 微软雅黑;
  transition: all 0.5s;
  position: relative;
  top: -1px;
}
.i-crumb .container div a:hover {
  color: #2274c2;
}
.i-crumb .container div a:nth-last-child(1),
.i-crumb .container div a:nth-last-child(2) {
  font-family: 'Poppins', sans-serif;
}
.c-gs {
  display: flex;
  margin-top: 76px;
  align-items: flex-start;
  justify-content: space-between;
}
.c-gs .c-gs-lf {
  width: 44.4%;
  text-align: justify;
  padding-top: 29px;
}
.c-gs .c-gs-lf div:nth-child(2) {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5625vw;
  color: #2274c2;
  margin-top: 22px;
  border-top: 1px solid rgba(194, 194, 194, 0.5);
  padding-top: 24px;
}
.c-gs .c-gs-lf div:nth-child(3) {
  font-size: 18px;
  line-height: 2.22;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 7px;
}
.c-gs .c-gs-rt {
  width: 42%;
  display: flex;
  justify-content: center;
}
.cs-bt {
  font-size: 2.1875vw;
  letter-spacing: 2px;
  color: #333333;
  padding-left: 19px;
  position: relative;
}
.cs-bt::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 4px;
  height: 55%;
  background-color: #2274c2;
}
.c-detail {
  background-color: #f8f8f8;
  margin-top: 105px;
  padding-top: 87px;
  padding-bottom: 105px;
}
.c-detail .container {
  display: flex;
  justify-content: space-between;
}
.c-detail .c-detail-lf {
  width: 42.15%;
}
.c-detail .c-detail-lf div:nth-child(2) {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 41px;
  border: solid 1px #e9e9e9;
  padding: 15px;
  margin-top: 36px;
}
.c-detail .c-detail-rt {
  width: 42.5%;
}
.c-detail .c-detail-rt div:nth-child(2) {
  margin-top: 37px;
}
.c-detail .c-detail-rt table {
  width: 100%;
}
.c-detail .c-detail-rt table tr {
  box-shadow: 0px 6px 10px 0px rgba(217, 217, 217, 0.82);
}
.c-detail .c-detail-rt table tr td {
  padding: 27px 10px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  border-right: 1px solid rgba(195, 195, 195, 0.4);
  background: #fff;
}
.c-detail .c-detail-rt table tr td:nth-child(2) {
  font-family: 'Poppins', sans-serif;
}
.c-detail .c-detail-rt table tr td:last-child {
  border: none;
}
.c-detail .c-detail-rt table tr:nth-child(1) td {
  background-color: #2274c2;
}
.c-detail .c-detail-rt table tr:nth-child(3) td {
  background-color: rgba(34, 116, 194, 0.8);
}
.c-detail .c-detail-rt table tr:nth-child(5) td {
  background-color: rgba(34, 116, 194, 0.65);
}
.c-detail .c-detail-rt table tr:nth-child(7) td {
  background-color: rgba(34, 116, 194, 0.3);
}
.c-detail .c-detail-rt table tr:nth-child(2n) td {
  color: #333;
}
.c-yyly {
  margin-top: 5.2%;
  margin-bottom: 120px;
}
.c-yyly .row {
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 43px;
}
.c-yyly .row .c-yyly-items {
  padding: 0 7px;
}
.c-yyly .row .c-yyly-items .c-yyly-items-con {
  display: block;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}
.c-yyly .row .c-yyly-items .c-yyly-items-con div:nth-child(1) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 22.7083vw;
  position: relative;
}
.c-yyly .row .c-yyly-items .c-yyly-items-con div:nth-child(1)::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 68%;
  background: url(../images/yy-yy.png) no-repeat;
  background-size: 100% 100%;
}
.c-yyly .row .c-yyly-items .c-yyly-items-con div:nth-child(2) {
  font-size: 1.354vw;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8.2%;
  padding: 0 4%;
}
.c-yyly .row .c-yyly-items .c-yyly-items-con:hover {
  transform: translateY(-5px);
}
.xzban-con {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0;
}
.xzban-con .lf div:nth-child(1) img {
  width: 33.073vw;
}
.xzban-con .lf div:nth-child(2) {
  margin-top: 1.71875vw;
}
.xzban-con .lf div:nth-child(2) img {
  width: 33.125vw;
}
.xzban-con .rt img {
  width: 43.2292vw;
}
.xz-nav {
  margin-top: 6%;
  display: flex;
  border-bottom: 1px solid rgba(188, 188, 188, 0.45);
}
.xz-nav li {
  margin-right: 3.33vw;
}
.xz-nav li a {
  display: block;
  font-size: 22px;
  transition: all 0.5s;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  padding-bottom: 5px;
}
.xz-nav li a::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  bottom: -1px;
  width: 0%;
  height: 2px;
  transition: all 0.5s;
  background-color: #2274c2;
  opacity: 0;
}
.xz-nav li:last-child {
  margin-right: 0;
}
.xz-nav li:hover a {
  color: #2274c2;
}
.xz-nav li.active a {
  color: #2274c2;
}
.xz-nav li.active a::after {
  width: 100%;
  opacity: 1;
}
.xz-con {
  margin-top: 53px;
  margin-bottom: 100px;
}
.xz-con .xz-items {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  transition: all 0.5s;
  margin-bottom: 20px;
  padding-left: 23px;
}
.xz-con .xz-items .xz-lf {
  flex: 1;
  display: flex;
  align-items: center;
}
.xz-con .xz-items .xz-lf div:nth-child(1) img {
  transition: all 0.3s;
}
.xz-con .xz-items .xz-lf div:nth-child(2) {
  font-size: 16px;
  transition: all 0.5s;
  letter-spacing: 1px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  position: relative;
  flex: 1;
  padding-right: 7%;
  margin-left: 1.82vw;
  padding-left: 2.29vw;
}
.xz-con .xz-items .xz-lf div:nth-child(2)::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 100%;
  transition: all 0.5s;
  background-color: #e4e4e4;
  opacity: 1;
}
.xz-con .xz-items .xz-rt {
  display: flex;
  align-items: center;
}
.xz-con .xz-items .xz-rt .xz-sj {
  font-size: 16px;
  color: #666666;
  font-family: 'Roboto', sans-serif;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  margin-right: 10vw;
}
.xz-con .xz-items .xz-rt .xz-sj img {
  margin-right: 11px;
  transition: all 0.3s;
}
.xz-con .xz-items .xz-rt .xz-an {
  width: 78px;
  height: 78px;
  background-color: #cacaca;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cacaca;
}
.xz-con .xz-items .xz-rt .xz-an img {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}
.xz-con .xz-items:hover {
  background-color: #2274c2;
}
.xz-con .xz-items:hover .xz-lf div:nth-child(1) img {
  filter: brightness(0) invert(1);
}
.xz-con .xz-items:hover .xz-lf div:nth-child(2)::before {
  opacity: 0.5;
}
.xz-con .xz-items:hover .xz-lf div:nth-child(2) {
  color: #fff;
}
.xz-con .xz-items:hover .xz-rt .xz-sj img {
  filter: brightness(0) invert(1);
}
.xz-con .xz-items:hover .xz-rt .xz-sj {
  color: #fff;
}
.xz-con .xz-items:hover .xz-rt .xz-an {
  border: 1px solid #2274c2;
  background: #fff;
}
.xz-con .xz-items:hover .xz-rt .xz-an img {
  filter: initial;
}
.xz-con .xz-items:nth-last-child(2) {
  margin-bottom: 60px;
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  margin: 0 5px;
}
.pagination li a {
  display: block;
  transition: all 0.5s;
  font-size: 14px;
  background-color: #ebebeb;
  letter-spacing: 1px;
  color: #999999;
  border-radius: 4px;
  padding: 7px 14.5px;
}
.pagination li:hover a {
  background-color: #2274c2;
  color: #fff;
}
.pagination .active a {
  background-color: #2274c2;
  color: #fff;
}
.fix-sq {
    padding: 5.64% 0;
  /*position: fixed;*/
  width: 100%;
  height: 100%;
  left: 0;
  /*display: none;*/
  top: 0;
  z-index: 101;
  background: url(../images/sq-bg.jpg) no-repeat;
  background-size: cover;
}
.fix-sq .fix-sq-con {
  height: 100%;
  display: flex;
  align-items: center;
}
.fix-sq .fix-sq-con .fix-sq-cont {
  background-color: #f5f5f5;
  border-radius: 28px;
  width: 100%;
  padding: 4.7% 3.85% 5.1%;
  /*max-height: 90vh;*/
  overflow: auto;
}
.fix-sq .fix-sq-con .fix-sq-cont .close {
  position: absolute;
  right: 2%;
  top: 4%;
  cursor: pointer;
  width: 58px;
  opacity: 1;
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}
.fix-sq .fix-sq-con .fix-sq-cont .close:hover {
  transform: rotateZ(360deg);
}
.fix-sq .fix-sq-con .fix-sq-cont h3 {
  font-size: 2.1875vw;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333333;
}
.fix-sq .fix-sq-con .fix-sq-cont form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.5%;
}
.fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items {
  display: flex;
  width: 47.2%;
  margin-bottom: 24px;
  align-items: flex-start;
}
.fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items p {
  font-size: 22px;
  color: #d71518;
  line-height: 1;
  position: relative;
  top: 27px;
}
.fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div {
  flex: 1;
  margin-left: 13px;
}
.fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div input,
.fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div textarea {
  display: block;
  width: 100%;
  line-height: 1.5;
  background-color: #ffffff;
  border-radius: 17px;
  border: solid 1px #e6e6e6;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000;
  padding: 17.5px 30px;
}
.fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div textarea {
  min-height: 160px;
}
.fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div ::-webkit-input-placeholder {
  color: #999;
}
.fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div :-moz-placeholder {
  color: #999;
}
.fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div ::-moz-placeholder {
  color: #999;
}
.fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div :-ms-input-placeholder {
  color: #999;
}
.fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div ::-ms-input-placeholder {
  color: #999;
}
.fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items button {
  width: 302px;
  height: 55px;
  background-color: #2274c2;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: all 0.5s;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0 auto;
}
.fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items button:hover {
  box-shadow: 1px 1px 10px #2274c2;
}
.fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items:nth-last-child(1),
.fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items:nth-last-child(2) {
  width: 100%;
}
.fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items:nth-last-child(1) {
  margin-bottom: 0;
}
.fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items:nth-last-child(2) {
  margin-bottom: 50px;
}
.zl-cl {
  margin-top: 5.2%;
}
.zl-cl .row {
  margin-top: 50px;
  margin-left: -7px;
  margin-right: -7px;
}
.zl-cl .row .zl-cl-items {
  padding: 0 7px;
}
.zl-cl .row .zl-cl-items .zl-cl-items-con {
  height: 100%;
  background-color: #f0f8ff;
  transition: all 0.5s;
  position: relative;
  padding: 43px 7.2% 40px;
  overflow: hidden;
}
.zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(34, 116, 194, 0.2);
  width: 5.833vw;
  height: 5.833vw;
  border-radius: 100%;
  position: relative;
  transition: all 0.5s;
}
.zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(1) img {
  position: relative;
  z-index: 3;
  max-width: 52%;
  transition: all 0.3s;
  max-height: 48%;
}
.zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(1)::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: '';
  bottom: 0;
  background-color: rgba(34, 116, 194, 0.2);
  border-radius: 100%;
  width: 82.3%;
  height: 82.3%;
  transition: all 0.5s;
  margin: auto;
}
.zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(2) {
  font-size: 1.5625vw;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  transition: all 0.5s;
  margin-top: 25px;
}
.zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(3) {
  font-size: 17px;
  line-height: 1.55;
  color: #333333;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  margin-top: 25px;
}
.zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(3) ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}
.zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(3) ul li:last-child {
  margin-bottom: 0;
}
.zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(3) ul li::before {
  position: absolute;
  left: 0;
  top: 7.5px;
  content: '';
  width: 19px;
  height: 13px;
  background: url(../images/ctb.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(4) {
  position: absolute;
  right: -13%;
  bottom: -14%;
  opacity: 0.05;
  transition: all 0.5s;
  width: 90%;
}
.zl-cl .row .zl-cl-items .zl-cl-items-con::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 6px;
  transition: all 0.5s;
}
.zl-cl .row .zl-cl-items .zl-cl-items-con:hover {
  background-color: #2274c2;
  transform: translateY(-4px);
}
.zl-cl .row .zl-cl-items .zl-cl-items-con:hover div:nth-child(1) {
  background: rgba(255, 255, 255, 0.2);
}
.zl-cl .row .zl-cl-items .zl-cl-items-con:hover div:nth-child(1) img {
  animation: ibounce 0.6s alternate;
}
.zl-cl .row .zl-cl-items .zl-cl-items-con:hover div:nth-child(1)::after {
  background: rgba(255, 255, 255, 0.2);
}
.zl-cl .row .zl-cl-items .zl-cl-items-con:hover div:nth-child(1) img {
  filter: brightness(0) invert(1);
}
.zl-cl .row .zl-cl-items .zl-cl-items-con:hover div:nth-child(2),
.zl-cl .row .zl-cl-items .zl-cl-items-con:hover div:nth-child(3) {
  color: #fff;
}
.zl-cl .row .zl-cl-items .zl-cl-items-con:hover div:nth-child(4) {
  filter: brightness(0) invert(1);
  opacity: 0.08;
}
.zl-cl .row .zl-cl-items .zl-cl-items-con:hover div:nth-child(3) ul li::before {
  filter: brightness(0) invert(1);
}
.zl-cl .row .zl-cl-items .zl-cl-items-con:hover::after {
  opacity: 0;
}
.zl-cl .row .zl-cl-items:nth-child(1) .zl-cl-items-con::after {
  background-color: #2274c2;
}
.zl-cl .row .zl-cl-items:nth-child(2) .zl-cl-items-con::after {
  background-color: #14aeee;
}
.zl-cl .row .zl-cl-items:nth-child(3) .zl-cl-items-con::after {
  background-color: #ed6300;
}
.zl-cl .row .zl-cl-items:nth-child(4) .zl-cl-items-con::after {
  background-color: #00e5ed;
}
.zl-rz {
  background-color: #f8f8f8;
  margin-top: 6.4%;
  padding-top: 4.5%;
  padding-bottom: 100px;
}
.zl-rz .g-zz-lb {
  text-align: center;
  margin-top: 40px;
}
.gban-con {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.gban-con div:nth-child(1) {
  font-size: 3.4375vw;
  font-weight: bold;
  letter-spacing: 3px;
  color: #ffffff;
}
.gban-con div:nth-child(2) {
  font-size: 1.145834vw;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Poppins', sans-serif;
}
.g-js {
  margin-top: 5.4%;
}
.g-js .g-js-con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 34px;
}
.g-js .g-js-con .g-js-lf {
  width: 44.3%;
  text-align: justify;
}
.g-js .g-js-con .g-js-lf div {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  color: #666666;
}
.g-js .g-js-con .g-js-lf ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 58px;
  justify-content: space-between;
}
.g-js .g-js-con .g-js-lf ul li {
  margin-bottom: 8%;
  width: 25.2%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.g-js .g-js-con .g-js-lf ul li div:nth-child(1) {
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}
.g-js .g-js-con .g-js-lf ul li div:nth-child(1) p:nth-child(1) {
  font-size: 1.875vw;
  color: #2274c2;
}
.g-js .g-js-con .g-js-lf ul li div:nth-child(1) p:nth-child(2) {
  font-size: 14px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 16px;
}
.g-js .g-js-con .g-js-lf ul li div:nth-child(2) {
  opacity: 0.5;
}
.g-js .g-js-con .g-js-lf ul li:nth-child(3n-1) {
  width: 36.32%;
  position: relative;
  padding: 0 6%;
}
.g-js .g-js-con .g-js-lf ul li:nth-child(3n-1)::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 2px;
  height: 32px;
  background-color: #dcdcdc;
}
.g-js .g-js-con .g-js-lf ul li:nth-child(3n-1)::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 2px;
  height: 32px;
  background-color: #dcdcdc;
}
.g-js .g-js-con .g-js-lf ul li:nth-last-child(1),
.g-js .g-js-con .g-js-lf ul li:nth-last-child(2),
.g-js .g-js-con .g-js-lf ul li:nth-last-child(3) {
  margin-bottom: 0;
}
.g-js .g-js-con .g-js-rt {
  width: 49.5%;
}
.g-js .g-js-con .g-js-rt div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 25.2083vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-js .g-js-con .g-js-rt div img {
  transition: all 0.5s;
  cursor: pointer;
}
.g-js .g-js-con .g-js-rt div img:hover {
  transform: rotateZ(360deg);
}
.sp-fix {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.sp-fix video {
  max-width: 81.9%;
  max-height: 90%;
}
.sp-fix-con {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-fix-con p {
  cursor: pointer;
  position: absolute;
  right: 3%;
  top: 4%;
  text-align: center;
  font-size: 15px;
  color: #fff;
  z-index: 10;
}
.sp-fix-con p img {
  display: block;
  width: 46px;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}
.sp-fix-con div:nth-child(2) {
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%;
}
.sp-fix-con div:nth-child(2) img {
  max-height: 100%;
}
.g-zz {
  background: url(../images/zz-bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 6.5%;
  padding-top: 4.5%;
  padding-bottom: 88px;
}
.g-zz .cs-bt {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.g-zz .g-zz-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -1.55%;
}
.g-zz .g-zz-con .g-zz-lf {
  width: 63.5%;
  margin-top: -5%;
}
.g-zz .g-zz-con .g-zz-lf .tai {
  left: 50%;
  right: 0;
  margin: 0 auto;
  bottom: -107%;
  max-width: initial;
  width: 120.23%;
  transform: translateX(-50%);
}
.g-zz .g-zz-con .g-zz-lf ul {
  display: flex;
  position: relative;
  z-index: 3;
}
.g-zz .g-zz-con .g-zz-lf ul li {
  margin-right: 1.25vw;
  position: relative;
}
.g-zz .g-zz-con .g-zz-lf ul li img:nth-child(1) {
  width: 100%;
  position: relative;
  z-index: 2;
}
.g-zz .g-zz-con .g-zz-lf ul li img:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 91%;
}
.g-zz .g-zz-con .g-zz-lf ul li:last-child {
  margin-right: 0;
}
.g-zz .g-zz-con .g-zz-lf ul li:nth-child(2) {
  animation-delay: 0.2s;
}
.g-zz .g-zz-con .g-zz-lf ul li:nth-child(3) {
  animation-delay: 0.4s;
}
.g-zz .g-zz-con .g-zz-lf ul li:nth-child(4) {
  animation-delay: 0.6s;
}
.g-zz .g-zz-con .g-zz-rt {
  width: 33.138%;
}
.g-zz .g-zz-con .g-zz-rt img {
  width: 100%;
}
.g-zz-lb {
  margin-top: -2.7%;
}
.g-zz-lb .zs-swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.g-zz-lb .zs-swiper .swiper-wrapper .swiper-slide img:nth-child(1) {
  width: 100%;
  position: relative;
  z-index: 2;
}
.g-zz-lb .zs-swiper .swiper-wrapper .swiper-slide img:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 87%;
}
.zl-rz .g-zz-lb .zs-swiper .swiper-wrapper .swiper-slide img:nth-child(2){
    max-height: 93%;
}
.g-zz-lb .zs-prev,
.g-zz-lb .zs-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  top: 50.5%;
  height: 52px;
  border: solid 1px #2274c2;
  transition: all 0.4s;
  overflow: hidden;
  background: none;
  position: absolute;
  border-radius: 100%;
}
.g-zz-lb .zs-prev img,
.g-zz-lb .zs-next img {
  width: 24%;
}
.g-zz-lb .zs-prev {
  left: -5.5%;
}
.g-zz-lb .zs-prev img:nth-child(1) {
  transition: all 0.4s;
  left: 0;
  position: relative;
}
.g-zz-lb .zs-prev img:nth-child(2) {
  position: absolute;
  left: 100%;
  transition: all 0.4s;
}
.g-zz-lb .zs-prev:hover {
  background: #2274c2;
  box-shadow: 1px 1px 10px #2274c2;
}
.g-zz-lb .zs-prev:hover img:nth-child(1) {
  position: relative;
  left: -100%;
}
.g-zz-lb .zs-prev:hover img:nth-child(2) {
  left: 40%;
}
.g-zz-lb .zs-next:hover {
  background: #2274c2;
  box-shadow: 1px 1px 10px #2274c2;
}
.g-zz-lb .zs-next:hover img:nth-child(1) {
  left: 100%;
}
.g-zz-lb .zs-next:hover img:nth-child(2) {
  left: 40%;
}
.g-zz-lb .zs-next {
  right: -5.5%;
}
.g-zz-lb .zs-next img:nth-child(1) {
  transition: all 0.4s;
  position: relative;
  left: 0;
}
.g-zz-lb .zs-next img:nth-child(2) {
  position: absolute;
  left: -100%;
  transition: all 0.4s;
}
.g-zz-lb .zs-prev:after {
  display: none;
}
.g-zz-lb .zs-next:after {
  display: none;
}
.g-lc {
  padding-bottom: 5.8%;
  background: url(../images/lc-bg.png) no-repeat;
  background-size: cover;
  padding-top: 5.2%;
}
.g-lc .container .cs-bt {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.g-lc .container .g-lc-con {
  width: 894px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 4.01vw;
}
.g-lc .container .g-lc-con .lc-swiper {
  background-color: #ffffff;
  box-shadow: 0px 8px 27px 0px rgba(171, 171, 171, 0.72);
}
.g-lc .container .g-lc-con .lc-swiper .swiper-slide {
  text-align: center;
  padding: 4% 3%;
  height: auto;
  min-height: 19.8958vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-slide div:nth-child(1) {
  font-size: 3.6458vw;
  font-weight: bold;
  color: #2274c2;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-slide div:nth-child(1) span {
  font-size: 2.708vw;
  letter-spacing: 2px;
  color: #2274c2;
  margin-left: 13px;
  font-family: 微软雅黑;
  position: relative;
  top: -0.1vw;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-slide div:nth-child(2) {
  font-size: 1.66vw;
  margin-top: 21px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #333333;
}
.g-lc .container .g-lc-con .lc-prev,
.g-lc .container .g-lc-con .lc-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  top: 50.5%;
  height: 52px;
  border: solid 1px #2274c2;
  transition: all 0.4s;
  overflow: hidden;
  background: none;
  position: absolute;
  border-radius: 100%;
}
.g-lc .container .g-lc-con .lc-prev img,
.g-lc .container .g-lc-con .lc-next img {
  width: 24%;
}
.g-lc .container .g-lc-con .lc-prev {
  left: -13%;
}
.g-lc .container .g-lc-con .lc-prev img:nth-child(1) {
  transition: all 0.4s;
  left: 0;
  position: relative;
}
.g-lc .container .g-lc-con .lc-prev img:nth-child(2) {
  position: absolute;
  left: 100%;
  transition: all 0.4s;
}
.g-lc .container .g-lc-con .lc-prev:hover {
  background: #2274c2;
  box-shadow: 1px 1px 10px #2274c2;
}
.g-lc .container .g-lc-con .lc-prev:hover img:nth-child(1) {
  position: relative;
  left: -100%;
}
.g-lc .container .g-lc-con .lc-prev:hover img:nth-child(2) {
  left: 40%;
}
.g-lc .container .g-lc-con .lc-next:hover {
  background: #2274c2;
  box-shadow: 1px 1px 10px #2274c2;
}
.g-lc .container .g-lc-con .lc-next:hover img:nth-child(1) {
  left: 100%;
}
.g-lc .container .g-lc-con .lc-next:hover img:nth-child(2) {
  left: 40%;
}
.g-lc .container .g-lc-con .lc-next {
  right: -13%;
}
.g-lc .container .g-lc-con .lc-next img:nth-child(1) {
  transition: all 0.4s;
  position: relative;
  left: 0;
}
.g-lc .container .g-lc-con .lc-next img:nth-child(2) {
  position: absolute;
  left: -100%;
  transition: all 0.4s;
}
.g-lc .container .g-lc-con .lc-prev:after {
  display: none;
}
.g-lc .container .g-lc-con .lc-next:after {
  display: none;
}
.g-lc .kd img {
  width: 98.4%;
  margin: 0 auto;
  display: block;
  margin-top: 80px;
}
.g-lc .g-lc-kd {
  width: 87.5%;
  margin: 0 auto;
  margin-top: 8px;
}
.g-lc .g-lc-kd .lcsj-swiper .swiper-slide div {
  font-size: 18px;
  text-align: center;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  transition: all 0.5s;
}
.g-lc .g-lc-kd .lcsj-swiper .swiper-slide-thumb-active div {
  color: #2274c2;
  font-weight: bold;
}
.g-sm {
  background-color: #2274c2;
  padding-top: 5.25%;
  padding-bottom: 5.8%;
  overflow: hidden;
}
.g-sm .sm-bg {
  position: absolute;
  left: 0;
  top: 3.5%;
  max-width: 101%;
  min-width: 100%;
}
.g-sm .container {
  position: relative;
  z-index: 2;
}
.g-sm .cs-bt {
  text-align: center;
  width: fit-content;
  color: #fff;
  margin: 0 auto;
}
.g-sm .cs-bt::before {
  background: #fff;
}
.g-sm ul {
  margin-top: 4%;
  display: flex;
  justify-content: space-between;
}
.g-sm ul li {
  background: rgba(255, 255, 255, 0.95);
  width: 24.04%;
  text-align: center;
  padding: 5% 5.07% 5.32%;
  transition: all 0.5s;
}
.g-sm ul li div {
  transition: all 0.5s;
}
.g-sm ul li div:nth-child(1) {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-sm ul li div:nth-child(1) img {
  max-height: 100%;
}
.g-sm ul li div:nth-child(2) {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 15%;
}
.g-sm ul li div:nth-child(3) {
  font-size: 22px;
  margin-top: 4.6%;
  line-height: 2.09;
  letter-spacing: 1px;
  color: #333333;
}
.g-sm ul li:hover {
  transform: translateY(-4px);
}
.g-sm ul li:hover div:nth-child(1) img {
  animation: ibounce 0.6s alternate;
}
.g-sm ul li:hover div {
  color: #2274c2 !important;
}
.g-sm ul li:nth-child(2) {
  animation-delay: 0.2s;
}
.g-sm ul li:nth-child(3) {
  animation-delay: 0.4s;
}
.g-sm ul li:nth-child(4) {
  animation-delay: 0.6s;
}
.g-lx {
  background: #f8f8f8;
  padding-top: 5.2%;
  padding-bottom: 4.7%;
}
.g-lx .container .row {
  margin-top: 37px;
  margin-left: -0.95%;
  margin-right: -0.95%;
}
.g-lx .container .row .g-lx-items {
  padding: 0 0.95%;
  margin-bottom: 1.9%;
}
.g-lx .container .row .g-lx-items .g-lx-items-con {
  padding: 62px 8.9% 66px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
  border-radius: 14px;
  height: 100%;
  transition: all 0.5s;
}
.g-lx .container .row .g-lx-items .g-lx-items-con h4 {
  font-size: 22px;
  font-weight: bold;
  transition: all 0.5s;
  letter-spacing: 1px;
  padding-bottom: 21px;
  margin-bottom: 16px;
  color: #333333;
  border-bottom: 1px solid #dcdcdc;
}
.g-lx .container .row .g-lx-items .g-lx-items-con ul li {
  margin-bottom: 15px;
  display: flex;
}
.g-lx .container .row .g-lx-items .g-lx-items-con ul li .icon {
  position: relative;
  top: 3px;
  width: 22px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-lx .container .row .g-lx-items .g-lx-items-con ul li .icon img {
  transition: all 0.3s;
}
.g-lx .container .row .g-lx-items .g-lx-items-con ul li .nr {
  margin-left: 10px;
  flex: 1;
  display: flex;
}
.g-lx .container .row .g-lx-items .g-lx-items-con ul li .nr div {
  transition: all 0.5s;
  font-size: 18px;
  letter-spacing: 1px;
  color: #666666;
  word-break: break-all;
}
.g-lx .container .row .g-lx-items .g-lx-items-con ul li .nr div:nth-child(2) {
  font-family: ArialMT;
  flex: 1;
  position: relative;
  top: 1px;
}
.g-lx .container .row .g-lx-items .g-lx-items-con ul li:nth-child(1) .nr div:nth-child(2) {
  font-family: 微软雅黑;
}
.g-lx .container .row .g-lx-items .g-lx-items-con ul li:last-child {
  margin-bottom: 0;
}
.g-lx .container .row .g-lx-items .g-lx-items-con:hover {
  background-color: #2274c2;
  transform: translateY(-4px);
}
.g-lx .container .row .g-lx-items .g-lx-items-con:hover h4 {
  color: #fff;
  border-bottom: 1px solid rgba(220, 220, 220, 0.3);
}
.g-lx .container .row .g-lx-items .g-lx-items-con:hover ul li .nr div {
  color: #fff;
}
.g-lx .container .row .g-lx-items .g-lx-items-con:hover ul li .icon img {
  filter: brightness(0) invert(1);
}
.fa-ban .xzban-con .lf div:nth-child(1) img {
  width: 28.125vw;
}
.fa-ban .xzban-con .lf a {
  width: 9.16vw;
  height: 2.96875vw;
  background-color: #fcc04c;
  border-radius: 1.51vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.14583vw;
  transition: all 0.5s;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 3.0208vw;
}
.fa-ban .xzban-con .lf a:hover {
  box-shadow: 1px 1px 10px #fcc04c;
  transform: translateX(3px);
}
.fa-ban .xzban-con .rt img {
  width: 38.907vw;
}
.fa-con {
  margin-top: 5.3%;
  margin-bottom: 50px;
}
.fa-con .fa-list {
  margin-bottom: 28px;
}
.fa-con .fa-list ul {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fa-con .fa-list ul li {
  width: 48.4%;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.fa-con .fa-list ul li a:nth-child(1) {
  display: block;
  overflow: hidden;
  transition: all 0.5s;
}
.fa-con .fa-list ul li a:nth-child(1) p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 19.53125vw;
  transition: all 0.8s;
}
.fa-con .fa-list ul li a {
  display: block;
  transition: all 0.5s;
  line-height: 1.3;
}
.fa-con .fa-list ul li a:nth-child(2) {
  font-size: 1.4583vw;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 46px;
}
.fa-con .fa-list ul li a:nth-child(3) {
  font-family: ArialMT;
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
}
.fa-con .fa-list ul li .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.fa-con .fa-list ul li .icon img {
  width: 100%;
}
.fa-con .fa-list ul li:hover a:nth-child(1) {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.fa-con .fa-list ul li:hover a:nth-child(1) p {
  transform: scale(1.04);
}
.fa-con .fa-list ul li:hover a {
  color: #2274c2 !important;
}
.fa-con .fa-list ul li:hover .icon img:nth-child(2) {
  opacity: 1;
}
.fa-con .fa-list ul li:hover .icon img:nth-child(1) {
  opacity: 0;
}
.fa-con .fa-list:last-child {
  margin-bottom: 0;
}
.fas-con {
  margin-top: 5.2%;
  margin-bottom: 101px;
}
.fas-con h4 {
  font-size: 1.67vw;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
}
.fas-con .fas-gs {
  margin-top: 3.7%;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1px;
  color: #333333;
}
.fas-con .fas-gs h4 {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 22px;
  margin-top: 3.5%;
}
.fas-con .fas-gs h4:nth-child(1) {
  margin-top: 0;
}
.fas-con .fas-kt {
  margin-top: 3.7%;
}
.fas-con .fas-kt div {
  padding: 3.15% 3.72%;
  border-radius: 20px;
  border: solid 1px #e9e9e9;
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
.fas-con .fas-zyxp {
  margin-top: 4.4%;
}
.fas-con .fas-zyxp div {
  margin-top: 32px;
}
.fas-con .fas-zyxp div table {
  width: 100%;
}
.fas-con .fas-zyxp div table tr th {
  background-color: #2274c2;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
}
.fas-con .fas-zyxp div table tr td {
  font-size: 18px;
  line-height: 2.44;
  color: #333333;
  padding: 23px 0;
  background-color: rgba(34, 116, 194, 0.05);
}
.fas-con .fas-zyxp div table tr td img{
    max-width: 11.05vw;
}
.fas-con .fas-zyxp div table tr:nth-child(2n) td {
  background: #fff;
}
.z-zp {
  margin-top: 5.2%;
}
.z-zp .zp-cont {
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-top: 40px;
  border-radius: 18px 18px 0px 0px;
}
.z-zp .zp-cont .zp-nav {
  padding: 20.75px 5.256%;
  display: flex;
  background-color: #2274c2;
}
.z-zp .zp-cont .zp-nav li {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
.z-zp .zp-cont .zp-nav li:nth-child(1) {
  width: 24%;
  text-align: left;
}
.z-zp .zp-cont .zp-nav li:nth-child(2) {
  width: 24.6%;
}
.z-zp .zp-cont .zp-nav li:nth-child(3) {
  width: 26.25%;
}
.z-zp .zp-cont .zp-nav li:nth-child(4) {
  flex: 1;
}
.z-zp .zp-cont .zp-nav li:nth-child(5) {
  width: 64px;
}
.z-zp .zp-cont .zp-content {
  box-shadow: 0px 0px 24px 0px rgba(89, 89, 89, 0.16);
  border: solid 1px #e4e4e4;
}
.z-zp .zp-cont .zp-content .zp-items {
  border-bottom: solid 1px #e3e3e3;
}
.z-zp .zp-cont .zp-content .zp-items ul {
  padding: 30.25px 0;
  padding-left: 5.256%;
  padding-right: 5.256%;
  display: flex;
  cursor: pointer;
  transition: all 0.5s;
}
.z-zp .zp-cont .zp-content .zp-items ul li {
  font-size: 18px;
  color: #333;
  transition: all 0.5s;
}
.z-zp .zp-cont .zp-content .zp-items ul li:nth-child(1) {
  width: 24%;
  text-align: left;
}
.z-zp .zp-cont .zp-content .zp-items ul li:nth-child(2) {
  width: 24.6%;
}
.z-zp .zp-cont .zp-content .zp-items ul li:nth-child(3) {
  width: 26.25%;
}
.z-zp .zp-cont .zp-content .zp-items ul li:nth-child(4) {
  flex: 1;
}
.z-zp .zp-cont .zp-content .zp-items ul li:nth-child(5) {
  text-align: right;
  display: flex;
  white-space: nowrap;
  align-items: center;
  width: 64px;
}
.z-zp .zp-cont .zp-content .zp-items ul li:nth-child(5) .xd span:nth-child(2) {
  display: none;
}
.z-zp .zp-cont .zp-content .zp-items ul li:nth-child(5) .icon {
  margin-left: 8px;
}
.z-zp .zp-cont .zp-content .zp-items ul.active li:nth-child(5) {
  color: #2274c2;
}
.z-zp .zp-cont .zp-content .zp-items ul.active li:nth-child(5) .xd span:nth-child(2) {
  display: block;
}
.z-zp .zp-cont .zp-content .zp-items ul.active li:nth-child(5) .xd span:nth-child(1) {
  display: none;
}
.z-zp .zp-cont .zp-content .zp-items ul.active li:nth-child(5) .icon img:nth-child(2) {
  transform: rotateZ(180deg);
  opacity: 1;
}
.z-zp .zp-cont .zp-content .zp-items ul.active li:nth-child(5) .icon img:nth-child(1) {
  opacity: 0;
}
.z-zp .zp-cont .zp-content .zp-items ul:hover li:nth-child(5) {
  color: #2274c2;
}
.z-zp .zp-cont .zp-content .zp-items ul:hover li:nth-child(5) .icon img:nth-child(2) {
  opacity: 1;
}
.z-zp .zp-cont .zp-content .zp-items ul:hover li:nth-child(5) .icon img:nth-child(1) {
  opacity: 0;
}
.z-zp .zp-cont .zp-content .zp-items .zp-nr {
  padding: 16px 5.27% 60px 5.27%;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #555;
  display: none;
}
.z-zp .zp-cont .zp-content .zp-items .zp-nr h5 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #2274c2;
  margin-bottom: 10px;
  margin-top: 26px;
}
.z-zp .zp-cont .zp-content .zp-items .zp-nr h5:nth-child(1) {
  margin-top: 0;
}
.z-zp .zp-cont .zp-content .zp-items .zp-nr form {
  margin-top: 20px;
  display: flex;
  width: 396px;
  align-items: center;
  background-color: #f3f3f3;
}
.z-zp .zp-cont .zp-content .zp-items .zp-nr form input {
  font-size: 14px;
  color: #333;
  width: calc(100% - 115px);
  display: block;
  padding: 0 14px;
  height: 100%;
}
.z-zp .zp-cont .zp-content .zp-items .zp-nr form ::-webkit-input-placeholder {
  color: #c2c2c2;
}
.z-zp .zp-cont .zp-content .zp-items .zp-nr form :-moz-placeholder {
  color: #c2c2c2;
}
.z-zp .zp-cont .zp-content .zp-items .zp-nr form ::-moz-placeholder {
  color: #c2c2c2;
}
.z-zp .zp-cont .zp-content .zp-items .zp-nr form :-ms-input-placeholder {
  color: #c2c2c2;
}
.z-zp .zp-cont .zp-content .zp-items .zp-nr form ::-ms-input-placeholder {
  color: #c2c2c2;
}
.z-zp .zp-cont .zp-content .zp-items .zp-nr form button {
  width: 115px;
  height: 38px;
  background-color: #2274c2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.z-zp .zp-cont .zp-content .zp-items .zp-nr form button:hover {
  box-shadow: 1px 1px 10px #2274c2;
}
.z-zp .zp-cont .zp-content .zp-items:last-child {
  border-bottom: none;
}
.z-fl {
  background-color: #f8f8f8;
  margin-top: 6.2%;
  padding-top: 4.3%;
  padding-bottom: 99px;
}
.z-fl .row {
  margin-left: -0.8%;
  margin-right: -0.8%;
  margin-top: 38px;
}
.z-fl .row .z-fl-items {
  padding: 0 0.8%;
}
.z-fl .row .z-fl-items .z-fl-items-con {
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.z-fl .row .z-fl-items .z-fl-items-con .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 35.15625vw;
  transition: all 0.8s;
}
.z-fl .row .z-fl-items .z-fl-items-con .nr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 21% 5% 10%;
}
.z-fl .row .z-fl-items .z-fl-items-con .nr div:nth-child(1) {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
}
.z-fl .row .z-fl-items .z-fl-items-con .nr div:nth-child(2) {
  height: 3.8542vw;
  margin-top: 15%;
  margin-bottom: 18.8%;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(15px);
}
.z-fl .row .z-fl-items .z-fl-items-con .nr div:nth-child(2) img {
  max-height: 100%;
}
.z-fl .row .z-fl-items .z-fl-items-con .nr div:nth-child(3) {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1px;
  color: #ffffff;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(15px);
}
.z-fl .row .z-fl-items .z-fl-items-con::before {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #000000;
  transition: all 0.5s;
}
.z-fl .row .z-fl-items .z-fl-items-con:hover::before {
  background-color: #2274c2;
}
.z-fl .row .z-fl-items .z-fl-items-con:hover {
  transform: translateY(-4px);
}
.z-fl .row .z-fl-items .z-fl-items-con:hover .nr div:nth-child(2),
.z-fl .row .z-fl-items .z-fl-items-con:hover .nr div:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
}
.x-dt {
  margin-top: 5.2%;
}
.x-dt .row {
  margin-top: 39px;
  margin-left: -1.342%;
  margin-bottom: 17px;
  margin-right: -1.342%;
}
.x-dt .row .x-dt-items {
  margin-bottom: 2.684%;
  padding: 0 1.342%;
}
.x-dt .row .x-dt-items .x-dt-items-con {
  padding: 35px 6.2%;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.07);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s;
}
.x-dt .row .x-dt-items .x-dt-items-con a {
  transition: all 0.5s;
}
.x-dt .row .x-dt-items .x-dt-items-con div:nth-child(1) p {
  font-size: 18px;
  font-weight: bold;
  transition: all 0.5s;
  color: #333333;
  font-family: 'Roboto', sans-serif;
}
.x-dt .row .x-dt-items .x-dt-items-con div:nth-child(1) a:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  margin-top: 7px;
  margin-bottom: 42px;
}
.x-dt .row .x-dt-items .x-dt-items-con div:nth-child(1) a:nth-child(3) {
  display: block;
  overflow: hidden;
}
.x-dt .row .x-dt-items .x-dt-items-con div:nth-child(1) a:nth-child(3) p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 12.76vw;
  transition: all 0.8s;
}
.x-dt .row .x-dt-items .x-dt-items-con div:nth-child(1) a:nth-child(4) {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 1px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  margin-top: 16px;
}
.x-dt .row .x-dt-items .x-dt-items-con div:nth-child(2) {
  margin-top: 46px;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(157, 157, 157, 0.2);
  padding-top: 26px;
}
.x-dt .row .x-dt-items .x-dt-items-con div:nth-child(2) a:nth-child(1) {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
}
.x-dt .row .x-dt-items .x-dt-items-con div:nth-child(2) a:nth-child(2) {
  width: 27px;
  height: 27px;
  background-color: #ffffff;
  border: solid 1px #c1c1c1;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-dt .row .x-dt-items .x-dt-items-con:hover {
  background-color: #2274c2;
}
.x-dt .row .x-dt-items .x-dt-items-con:hover a,
.x-dt .row .x-dt-items .x-dt-items-con:hover p {
  color: #fff !important;
}
.x-dt .row .x-dt-items .x-dt-items-con:hover div:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.x-dt .row .x-dt-items .x-dt-items-con:hover div:nth-child(2) a:nth-child(2) {
  border: 1px solid #fff;
}
.x-dt .row .x-dt-items .x-dt-items-con:hover div:nth-child(1) a:nth-child(3) p {
  transform: scale(1.04);
}
.x-rd {
  margin-top: 5.3%;
  margin-bottom: 102px;
}
.x-rd .x-rd-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 45px;
}
.x-rd .x-rd-box li {
  width: 49.55%;
  background-color: #ffffff;
  margin-bottom: 1%;
  position: relative;
  transition: all 0.5s;
}
.x-rd .x-rd-box li a {
  display: flex;
  align-items: center;
  padding: 44px 6.75% 49px 6.1%;
}
.x-rd .x-rd-box li div:nth-child(1) {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
}
.x-rd .x-rd-box li div:nth-child(1) p:nth-child(1) {
  font-size: 42px;
  color: #6c6c6c;
  font-weight: 500;
}
.x-rd .x-rd-box li div:nth-child(1) p:nth-child(2) {
  font-size: 18px;
  color: #6c6c6c;
  margin-top: 6px;
}
.x-rd .x-rd-box li div:nth-child(2) {
  flex: 1;
  margin-left: 2.7083vw;
  position: relative;
  padding-left: 2.5vw;
}
.x-rd .x-rd-box li div:nth-child(2) p {
  transition: all 0.5s;
}
.x-rd .x-rd-box li div:nth-child(2) p:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.x-rd .x-rd-box li div:nth-child(2) p:nth-child(2) {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 1px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  margin-top: 10px;
}
.x-rd .x-rd-box li div:nth-child(2)::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 110.5%;
  background-color: #d2d2d2;
}
.x-rd .x-rd-box li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 2px;
  height: 0%;
  background-color: #2274c2;
  transition: all 0.5s;
  opacity: 0;
}
.x-rd .x-rd-box li:hover {
  transform: translateY(-4px);
  box-shadow: 0px 0px 10px 0px rgba(98, 98, 98, 0.21);
}
.x-rd .x-rd-box li:hover div:nth-child(2) p {
  color: #2274c2;
}
.x-rd .x-rd-box li:hover::before {
  opacity: 1;
  height: 100%;
}
.xshow-con {
  width: 79.75%;
  margin: 0 auto;
  margin-top: 5.8%;
  margin-bottom: 92px;
}
.xshow-con .bt {
  font-size: 1.875vw;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1px;
  color: #333333;
}
.xshow-con .sj {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: #666666;
  padding-bottom: 37px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.5);
}
.xshow-con .sj p:nth-child(1) {
  margin-right: 36px;
}
.xshow-con .nr {
  padding: 0 15px;
  margin-top: 49px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 1px;
  padding-bottom: 42px;
  color: #333333;
  border-bottom: 1px solid rgba(191, 191, 191, 0.5);
}
.xshow-con .xshow-dh {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
  margin-top: 42px;
}
.xshow-con .xshow-dh p a {
  font-size: 16px;
  transition: all 0.5s;
  color: #252525;
}
.xshow-con .xshow-dh p a:hover {
  color: #2274c2;
}
.foot .container .foot-cen .foot-rt .foot-items p span {
  display: none;
}
#news,#hotspot{
    top: -200px;
}
#Recruit{
   top: -100px;
}
#Welfare{
    top: -60px;
}
#Profile{
    top: -100px;
}
#Honor{
   top: -70px; 
}
#History{
    top: -70px;
}
#Culture{
    top: -60px;
}
#Contact{
    top: -60px;
}

.head-zl{
    top: 100%;
    left: calc(50% - 9px);
    transform: translateX(-50%) scaleY(0);
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    text-align: center;
    transition: all .5s;
    white-space: nowrap;
    min-width: 137px;
    padding: 23px 10px;
    opacity: 0;
    visibility: hidden;
    transform-origin: center top;
}
.head .container .head-lf .head-nav .head-li:hover .head-zl{
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}
.head-zl a{
    display: block;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 7px;
    transition: all .5s;
}
.head-zl a:hover{
    color: #2274c2;
    transform: translateX(4px);
}
.head-zl a:last-child{
    margin-bottom: 0;
}

.fas-ban::after{
    position: absolute;
    left: 0;
    top: 0;
    content:'';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.35);
}
.fas-ban .gban-con {
    z-index: 3;
}
@media (max-width: 1700px) {
  .foot .container .foot-cen .foot-rt .foot-items {
    margin-left: 4.5vw;
  }
  .c-detail .c-detail-rt table tr td {
    font-size: 22px;
  }
}
@media (max-width: 1599px) {
  .sy-desc {
    font-size: 16px;
  }
  .jjfa .jjfa-con .jjfa-lf .fanr-swiper .swiper-wrapper .swiper-slide div:nth-child(3) {
    font-size: 18px;
  }
  .gywm .gywm-con .gywm-lf div:nth-child(1) {
    font-size: 22px;
  }
  .foot .container .foot-cen .foot-rt .foot-items {
    margin-left: 3.5vw;
  }
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div input,
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div textarea {
    font-size: 18px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items p {
    top: 24px;
  }
  .g-sm ul li div:nth-child(3) {
    font-size: 20px;
  }
  .g-sm ul li div:nth-child(2) {
    font-size: 24px;
  }
  .fa-con .fa-list ul li a:nth-child(3) {
    font-size: 16px;
  }
  .fas-con .fas-gs,
  .fas-con .fas-zyxp div table tr th,
  .z-zp .zp-cont .zp-nav li {
    font-size: 18px;
  }
  .fas-con .fas-zyxp div table tr td,
  .z-zp .zp-cont .zp-content .zp-items ul li {
    font-size: 16px;
  }
  .z-fl .row .z-fl-items .z-fl-items-con .nr div:nth-child(1) {
    font-size: 24px;
  }
  .x-dt .row .x-dt-items .x-dt-items-con div:nth-child(1) a:nth-child(2) {
    font-size: 18px;
  }
  .x-dt .row .x-dt-items .x-dt-items-con div:nth-child(1) p {
    font-size: 16px;
  }
  .x-dt .row .x-dt-items .x-dt-items-con div:nth-child(2) a:nth-child(1),
  .x-rd .x-rd-box li div:nth-child(2) p:nth-child(2),
  .x-dt .row .x-dt-items .x-dt-items-con div:nth-child(1) a:nth-child(4) {
    font-size: 15px;
  }
  .x-rd .x-rd-box li div:nth-child(2) p:nth-child(1) {
    font-size: 20px;
  }
  .cpzx .cpzx-row .cpzx-items .cpzx-items-con .cpzx-nr ul li {
    padding: 13px 11px 13px;
  }
  .fas-con .fas-kt div{
      font-size: 18px;
  }
}
@media (max-width: 1477px) {
  .sy-desc {
    font-size: 15px;
  }
  .jjfa .jjfa-con .jjfa-lf .fanr-swiper .swiper-wrapper .swiper-slide div:nth-child(3) {
    font-size: 16px;
  }
  .c-gs .c-gs-lf div:nth-child(3) {
    font-size: 16px;
  }
  .c-detail .c-detail-rt table tr td {
    font-size: 20px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div input,
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div textarea {
    font-size: 16px;
  }
  .zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(3) {
    font-size: 16px;
  }
  .zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(3) ul li::before {
    top: 6.5px;
  }
  .g-js .g-js-con .g-js-rt div img {
    width: 65px;
  }
  .g-js .g-js-con .g-js-lf ul li div:nth-child(2) {
    width: 33px;
  }
  .g-zz-lb .zs-prev,
  .g-zz-lb .zs-next,
  .g-lc .container .g-lc-con .lc-prev,
  .g-lc .container .g-lc-con .lc-next {
    width: 45px;
    height: 45px;
  }
  .g-sm ul li div:nth-child(1) {
    height: 39px;
  }
  .g-sm ul li div:nth-child(2) {
    font-size: 22px;
  }
  .g-sm ul li div:nth-child(3) {
    font-size: 18px;
  }
  .g-lx .container .row .g-lx-items .g-lx-items-con ul li .nr div {
    font-size: 16px;
  }
  .g-lx .container .row .g-lx-items .g-lx-items-con h4 {
    font-size: 20px;
  }
  .g-lx .container .row .g-lx-items .g-lx-items-con {
    padding: 43px 8.9% 43px;
  }
  .fa-con .fa-list ul li a:nth-child(3) {
    font-size: 15px;
  }
  .z-fl .row .z-fl-items .z-fl-items-con .nr div:nth-child(3) {
    font-size: 18px;
  }
}
@media (max-width: 1365px) {
  .head .container .head-lf .head-nav .head-li .head-a {
    font-size: 15px;
  }
  .head-logo {
    width: 183px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con div:nth-child(1) {
    font-weight: bold;
  }
  .sy-desc {
    font-size: 14px;
  }
  .cpzx .cpzx-row .cpzx-items .cpzx-items-con .cpzx-nr div:nth-child(1) {
    margin-bottom: 12px;
  }
  .jjfa .jjfa-con .jjfa-lf .fanr-swiper .swiper-wrapper .swiper-slide div:nth-child(3) {
    font-size: 15px;
  }
  .gywm .gywm-con .gywm-lf div:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
  }
  .gywm .gywm-con .gywm-rt ul li div:nth-child(2) {
    margin-top: 17px;
  }
  .gywm .gywm-con .gywm-rt ul li div:nth-child(3) {
    font-size: 14px;
    margin-top: 10px;
  }
  .xwzx .xwzx-con .xwzx-box .xwzx-items .nr div p:nth-child(2) {
    font-size: 14px;
  }
  .xwzx .xwzx-con .xwzx-box .xwzx-items .nr div p:nth-child(1) {
    font-size: 19px;
  }
  .foot .container .foot-an li a,
  .foot .container .foot-cen .foot-lf div:nth-child(2) {
    font-size: 15px;
  }
  .foot .container .foot-cen .foot-rt .foot-items ul li a {
    font-size: 14px;
  }
  .foot .container .foot-cen .foot-rt .foot-items p a {
    font-size: 16px;
  }
  .foot .container .foot-cen .foot-rt .foot-items ul li {
    margin-bottom: 12px;
  }
  .foot .container .foot-cen .foot-rt .foot-items ul {
    margin-top: 21px;
  }
  .foot .container .foot-cen .foot-rt .foot-items {
    margin-left: 2.9vw;
  }
  .foot .container .foot-bt {
    padding: 21.75px 0;
  }
  .c-gs .c-gs-lf div:nth-child(3) {
    font-size: 15px;
  }
  .c-gs .c-gs-lf div:nth-child(2) {
    font-size: 22px;
  }
  .c-detail .c-detail-rt table tr td {
    font-size: 18px;
    padding: 24px 10px;
  }
  .c-yyly .row .c-yyly-items .c-yyly-items-con div:nth-child(2) {
    font-size: 18px;
  }
  .xz-nav li a {
    font-size: 20px;
  }
  .xz-con .xz-items .xz-rt .xz-sj,
  .xz-con .xz-items .xz-lf div:nth-child(2) {
    font-size: 15px;
  }
  .xz-con .xz-items .xz-rt .xz-an {
    width: 73px;
    height: 73px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont .close {
    width: 50px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div input,
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div textarea {
    font-size: 15px;
    padding: 15.5px 25px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items p {
    top: 21px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div textarea {
    min-height: 125px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items {
    margin-bottom: 19px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items:nth-last-child(2) {
    margin-bottom: 34px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items button {
    width: 240px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont h3 {
    font-size: 22px;
  }
  .zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(3) {
    font-size: 15px;
  }
  .zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(3) ul li::before {
    top: 5px;
  }
  .g-js .g-js-con .g-js-rt div img {
    width: 54px;
  }
  .g-js .g-js-con .g-js-lf ul li div:nth-child(2) {
    width: 29px;
  }
  .g-js .g-js-con .g-js-lf div {
    font-size: 15px;
  }
  .g-zz-lb .zs-prev,
  .g-zz-lb .zs-next,
  .g-lc .container .g-lc-con .lc-prev,
  .g-lc .container .g-lc-con .lc-next {
    width: 40px;
    height: 40px;
  }
  .g-lc .container .g-lc-con {
    width: 80%;
  }
  .g-lc .kd img {
    margin-top: 59px;
  }
  .g-lc .g-lc-kd .lcsj-swiper .swiper-slide div {
    font-size: 16px;
  }
  .g-sm ul li div:nth-child(1) {
    height: 33px;
  }
  .g-sm ul li div:nth-child(2) {
    font-size: 20px;
  }
  .g-sm ul li div:nth-child(3) {
    font-size: 16px;
  }
  .g-lx .container .row .g-lx-items .g-lx-items-con ul li .nr div {
    font-size: 15px;
  }
  .fa-con .fa-list ul li a:nth-child(2) {
    font-size: 20px;
  }
  .fas-con .fas-gs,
  .fas-con .fas-zyxp div table tr th {
    font-size: 16px;
  }
  .fas-con .fas-zyxp div table tr td {
    font-size: 14px;
  }
  .xshow-con .nr,
  .xshow-con .xshow-dh p a {
    font-size: 15px;
  }
  .head-child .head-child-con .head-child-rt .head-items div{
      max-height: 404px;
  }
  .head-child .head-child-con .head-child-lf ul li {
    font-size: 15px;
  }
  .head-child .head-child-con .head-child-lf{
      width: 299px;
  }
  .head-child .head-child-con .head-child-rt {
    width: calc(100% - 299px);
  }
  .head-child {
    height: calc(100vh - 78.25px);
  }
  .head-zl a{
      font-size: 15px;
  }
  .cpzx .cpzx-row .cpzx-items .cpzx-items-con .cpzx-nr ul li {
        padding: 13px 9px 13px;
    }
    .fas-con .fas-kt div{
      font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 91.9%;
  }
  .banner {
    margin-top: 0;
  }
  .head .container .head-lf .head-nav .head-li .head-a {
    font-size: 14px;
  }
  .head .container .head-lan {
    font-size: 14px;
    width: 35px;
    height: 35px;
  }
  .head-logo {
    width: 168px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con div:nth-child(2) {
    padding: 0.53vw 7.71% 0.53vw 4%;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con div:nth-child(2) img {
    bottom: -54%;
  }
  .gywm .gywm-con .gywm-rt ul li div:nth-child(2) {
    font-size: 25px;
  }
  .c-detail .c-detail-rt table tr td {
    font-size: 16px;
    padding: 21px 10px;
  }
  .zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(2) {
    font-size: 19px;
  }
  .zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(3) {
    font-size: 14px;
  }
  .zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(3) ul li::before {
    top: 6px;
    width: 16px;
    height: 10px;
  }
  .zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(3) ul li {
    padding-left: 25px;
  }
  .g-zz-lb .zs-next {
    right: -3.5%;
  }
  .g-zz-lb .zs-prev {
    left: -3.5%;
  }
  .g-lc .container .g-lc-con {
    width: 72%;
  }
  .g-lc .g-lc-kd {
    width: 98%;
  }
  .g-sm ul li div:nth-child(3) {
    font-size: 14px;
  }
  .g-sm ul li div:nth-child(2) {
    font-size: 18px;
  }
  .g-lx .container .row .g-lx-items .g-lx-items-con ul li .nr div {
    font-size: 14px;
  }
  .g-lx .container .row .g-lx-items .g-lx-items-con ul li .icon {
    width: 18px;
    height: 18px;
  }
  .g-lx .container .row .g-lx-items .g-lx-items-con ul li .icon img {
    max-height: 100%;
  }
  .fas-con h4 {
    font-size: 18px;
  }
  .fas-con .fas-gs,
  .fas-con .fas-zyxp div table tr th {
    font-size: 15px;
  }
  .z-fl .row .z-fl-items .z-fl-items-con .nr div:nth-child(3) {
    font-size: 16px;
  }
  .xshow-con .bt {
    font-size: 21px;
  }
  .head-zl a{
      font-size: 14px;
  }
  .fas-con .fas-kt div{
      font-size: 15px;
  }
}
@media (max-width: 990px) {
  .head .container .head-lf .head-nav {
    display: none;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con div:nth-child(1) {
    font-size: 18px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con div:nth-child(1) img {
    width: 17px;
  }
  .cpzx .cpzx-row {
    flex-wrap: wrap;
  }
  .cpzx .cpzx-row .cpzx-items {
    width: 50%;
    margin-bottom: 3px;
  }
  .cpzx {
    margin-top: 9.1%;
  }
  .cpzx .cpzx-row .cpzx-items .cpzx-items-con .cpzx-nr div:nth-child(1) {
    font-size: 18px;
    height: 52px;
  }
  .cpzx .cpzx-row .cpzx-items .cpzx-items-con .cpzx-nr ul li {
    font-size: 14px;
  }
  /*.cpzx .cpzx-row .cpzx-items .cpzx-items-con .cpzx-nr ul li em {*/
  /*  font-size: 15px;*/
  /*}*/
  .cpzx .cpzx-row .cpzx-items .cpzx-items-con .cpzx-nr {
    padding: 12% 5% 5%;
  }
  .cpzx .cpzx-row .cpzx-items .cpzx-items-con .bg {
    height: 39.8229vw;
  }
  .cpzx .cpzx-row .cpzx-items .cpzx-items-con .cpzx-bt {
    font-size: 13px;
  }
  .jjfa .jjfa-con .jjfa-lf .fanr-swiper .swiper-wrapper .swiper-slide div:nth-child(2) {
    font-size: 18px;
  }
  .jjfa .jjfa-con .jjfa-lf .fanr-swiper .swiper-wrapper .swiper-slide div:nth-child(3) {
    margin-top: 25px;
  }
  .xwzx .xwzx-con .xwzx-box .xwzx-items {
    width: 100%;
    margin-bottom: 2%;
  }
  .xwzx {
    padding-top: 9%;
  }
  .foot .container .foot-an {
    display: block;
  }
  .foot .container .foot-an li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .foot .container .foot-an li a img {
    margin-right: 14px;
    width: 28px;
    height: 23px;
    object-fit: contain;
  }
  .foot .container .foot-an li a {
    padding: 12.5px 8.34vw 12.5px 24px;
    justify-content: center;
  }
  .foot {
    padding-top: 40px;
  }
  .foot .container .foot-cen,
  .foot .container .foot-cen .foot-rt {
    display: block;
    top: 0;
  }
  .foot .container .foot-cen .foot-lf div:nth-child(1) img {
    width: 145px;
  }
  .foot .container .foot-cen {
    padding-top: 40px;
  }
  .foot .container .foot-cen .foot-lf div:nth-child(2) {
    margin-top: 27px;
    font-size: 13px;
  }
  .foot .container .foot-cen .foot-rt .foot-items {
    margin-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 6px 5%;
    margin-bottom: 3px;
  }
  .foot .container .foot-cen .foot-rt .foot-items ul li {
    margin-bottom: 7px;
  }
  .foot .container .foot-cen .foot-rt .foot-items ul {
    display: none;
  }
  .foot .container .foot-cen .foot-rt .foot-items p a {
    font-size: 13px;
  }
  .foot .container .foot-cen .foot-rt .foot-items:last-child {
    border: none;
  }
  .foot .container .foot-cen .foot-rt {
    margin-top: 24px;
  }
  .foot .container .foot-bt {
    padding: 21.75px 0;
    margin-top: 22px;
    display: block;
    text-align: center;
  }
  .foot .container .foot-bt p,
  .foot .container .foot-bt a {
    font-size: 13px;
  }
  .foot .container .foot-bt ul {
    justify-content: center;
  }
  .foot .container .foot-cen .foot-rt .foot-items p {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .foot .container .foot-cen .foot-rt .foot-items p span {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
  }
  .foot .container .foot-cen .foot-rt .foot-items ul li a {
    font-size: 13px;
  }
  .foot .container .foot-cen .foot-rt .foot-items ul {
    margin-top: 5px;
    padding-bottom: 10px;
  }
  .cs-bt {
    font-size: 22px;
  }
  .c-gs .c-gs-lf {
    padding-top: 0;
  }
  .c-gs {
    align-items: center;
  }
  .xz-nav li a {
    font-size: 18px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont .close {
    width: 37px;
  }
  .zl-cl {
    margin-top: 9.2%;
  }
  .zl-cl .row .zl-cl-items {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .g-js .g-js-con .g-js-lf ul li div:nth-child(2) {
    width: 23px;
  }
  .g-js .g-js-con .g-js-lf ul li div:nth-child(1) p:nth-child(1) {
    font-size: 22px;
  }
  .g-js .g-js-con {
    display: block;
  }
  .g-js .g-js-con .g-js-lf,
  .g-js .g-js-con .g-js-rt {
    width: 100%;
  }
  .g-js .g-js-con .g-js-rt {
    margin-top: 40px;
  }
  .g-js {
    margin-top: 10.4%;
  }
  .g-js .g-js-con .g-js-lf ul li div:nth-child(1) p:nth-child(1) {
    font-size: 27px;
  }
  .g-js .g-js-con .g-js-lf ul li div:nth-child(2) {
    width: 31px;
  }
  .g-js .g-js-con .g-js-rt div {
    height: 38vw;
  }
  .g-lx .container .row .g-lx-items {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fa-con .fa-list ul li a:nth-child(1) p {
    height: 21.53125vw;
  }
  .fas-con .fas-zyxp div {
    overflow: auto;
  }
  .fas-con .fas-zyxp div table {
    width: 1024px;
  }
  .z-fl .row .z-fl-items .z-fl-items-con .nr div:nth-child(1) {
    font-size: 22px;
  }
  .z-fl .row .z-fl-items .z-fl-items-con .nr div:nth-child(3) {
    font-size: 14px;
  }
  .x-dt .row .x-dt-items {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .x-dt .row .x-dt-items .x-dt-items-con div:nth-child(1) a:nth-child(3) p {
    height: 22.76vw;
  }
  .x-rd .x-rd-box li {
    width: 100%;
  }
  .xshow-con {
    width: 91%;
  }
    .mb-zd {
        display: block;
        margin-left: 8%;
    }
  .head .container {
    padding: 9px 0px;
}
    .head-logo {
        width: 160px;
    }
    .head .container .head-lan {
        font-size: 13px;
        width: 32px;
        height: 32px;
        font-weight: bold;
    }
}
@media (max-width: 767px) {
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
    /*max-width: 219%;*/
    /*position: relative;*/
    /*left: -112%;*/
  }
  /*.banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con div:nth-child(2) {*/
  /*  font-size: 20px;*/
  /*  margin-top: 4.5%;*/
  /*  padding: 1.53vw 14.71% 1.53vw 4%;*/
  /*}*/
  /*.banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con div:nth-child(2) img {*/
  /*  bottom: -48%;*/
  /*}*/
  /*.banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con div:nth-child(1) img {*/
  /*  margin-right: 10px;*/
  /*}*/
  .sy-bt div:nth-child(2) {
    font-size: 22px;
    margin-top: -4vw;
  }
  .sy-bt div:nth-child(1) {
    font-size: 33px;
  }
  .sy-bt div:nth-child(2) img {
    width: 45px;
  }
  .cpzx {
    margin-top: 70px;
  }
  .sy-desc {
    font-size: 13px;
  }
  .cpzx .sy-desc {
    margin-top: 28px;
  }
  .cpzx .cpzx-row .cpzx-items {
    width: 100%;
    margin-bottom: 30px;
  }
  .cpzx .cpzx-row .cpzx-items:last-child {
    margin-bottom: 0;
  }
  .cpzx .cpzx-row .cpzx-items .cpzx-items-con .bg {
    height: 80.8229vw;
  }
  .cpzx .cpzx-row .cpzx-items .cpzx-items-con .cpzx-nr ul li {
    padding: 9.35px 6% 9.35px 5%;
  }
  .jjfa {
    margin-top: 75px;
    padding-top: 70px;
    padding-bottom: 75px;
  }
  .jjfa .jjfa-con .jjfa-rt {
    position: relative;
    height: 68vw;
    width: 100%;
  }
  .jjfa .jjfa-con .jjfa-lf {
    width: 100%;
    padding: 40px 5% 55px 5%;
  }
  .jjfa .jjfa-con .jjfa-pagination {
    bottom: auto;
    top: 47%;
  }
  .jjfa .jjfa-con {
    display: block;
    margin-top: 47px;
  }
  .jjfa .jjfa-con .jjfa-lf .fanr-swiper .swiper-wrapper .swiper-slide div:nth-child(3) {
    font-size: 14px;
  }
  .jjfa .jjfa-con .jjfa-lf .fanr-swiper .swiper-wrapper .swiper-slide div:nth-child(1) {
    font-size: 43px;
  }
  .gywm {
    margin-top: 70px;
  }
  .gywm .gywm-con {
    padding: 55px 5% 60px 5%;
    display: block;
    margin-top: 50px;
  }
  .gywm .gywm-con .gywm-lf div:nth-child(1) {
    font-size: 18px;
    margin-bottom: 7.5%;
  }
  .gywm .gywm-con .gywm-lf a {
    font-size: 14px;
  }
  .gywm .gywm-con .gywm-lf a img {
    width: 18px;
  }
  .gywm .gywm-con .gywm-rt {
    width: 100%;
    margin-top: 54px;
  }
  .gywm .gywm-con .gywm-rt ul li div:nth-child(2) {
    font-size: 23px;
  }
  .xwzx {
    padding-top: 70px;
    margin-top: 70px;
    padding-bottom: 70px;
  }
  .xwzx .xwzx-con {
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .xwzx .xwzx-con .xwzx-box {
    width: 100%;
  }
  .xwzx .xwzx-con .xwzx-box .xwzx-items {
    margin-bottom: 30px !important;
  }
  .xwzx .xwzx-con .xwzx-box:last-child .xwzx-items:last-child {
    margin-bottom: 0px !important;
  }
  .xwzx .xwzx-con .xwzx-box .xwzx-items .nr,
  .xwzx .xwzx-con .xwzx-box .xwzx-big .nr {
    padding: 36px 5% 47px 5%;
  }
  .xwzx .xwzx-con .xwzx-box .xwzx-big .nr div p:nth-child(2) {
    margin-top: 14px;
  }
  .xwzx .xwzx-con .xwzx-box .xwzx-big .nr .icon {
    margin-top: 28px;
  }
  .xwzx .xwzx-con .xwzx-box .xwzx-items .nr div p:nth-child(1) {
    font-size: 18px;
  }
  .gywm .gywm-con .gywm-rt .gywm-map {
    right: 0;
    top: 0%;
    max-width: 100%;
    width: 100%;
  }
  /*.i-ban .i-bg img {*/
  /*  max-width: 227%;*/
  /*  position: relative;*/
  /*  left: -64%;*/
  /*}*/
  /*.i-ban .iban-con div:nth-child(1) {*/
  /*  font-size: 15px;*/
  /*}*/
  /*.i-ban .iban-con div:nth-child(2) {*/
  /*  width: auto;*/
  /*  flex: 1;*/
  /*  margin-left: 4%;*/
  /*}*/
  .i-crumb .container div a {
    font-size: 13px;
  }
  .i-crumb .container div p {
    flex-wrap: wrap;
    line-height: 1.3;
  }
  .i-crumb .container div {
    align-items: flex-start;
  }
  .i-crumb .container div img {
    position: relative;
    top: 7px;
  }
  .c-gs {
    display: block;
    margin-top: 70px;
  }
  .c-gs .c-gs-lf {
    width: 100%;
  }
  .c-gs .c-gs-lf div:nth-child(3) {
    font-size: 14px;
  }
  .c-gs .c-gs-lf div:nth-child(2) {
    font-size: 20px;
    margin-top: 16px;
    padding-top: 40px;
  }
  .c-gs .c-gs-rt {
    width: 100%;
    align-items: center;
    padding: 0 8%;
    margin-top: 50px;
  }
  .c-detail .container {
    display: block;
  }
  .c-detail {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .c-detail .c-detail-lf,
  .c-detail .c-detail-rt {
    width: 100%;
  }
  .c-detail .c-detail-lf div:nth-child(2) {
    border-radius: 28px;
  }
  .c-detail .c-detail-rt {
    margin-top: 60px;
  }
  .c-detail .c-detail-rt table tr td {
    font-size: 14px;
    padding: 18px 10px;
  }
  .c-yyly {
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .c-yyly .row {
    margin-top: 36px;
  }
  .c-yyly .row .c-yyly-items {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 14px;
  }
  .c-yyly .row .c-yyly-items .c-yyly-items-con div:nth-child(1) {
    height: 48.7083vw;
  }
  .c-yyly .row .c-yyly-items .c-yyly-items-con div:nth-child(2) {
    font-size: 15px;
    line-height: 1.3;
  }
  .xzban-con .rt {
    /*flex: 1;*/
    margin-left: 5%;
  }
  .xzban-con .rt img {
    /*width: 100%;*/
  }
  .xzban-con .lf div:nth-child(1) img {
    /*width: 48.073vw;*/
  }
  .xzban-con .lf div:nth-child(2) img {
    /*width: 48.125vw;*/
  }
  .xzban-con .lf div:nth-child(2) {
    margin-top: 4.71875vw;
  }
  .xz-nav li a {
    font-weight: bold;
  }
  .xz-nav li {
    margin-right: 10.33vw;
  }
  .xz-nav {
    margin-top: 70px;
  }
  .xz-con {
    margin-top: 48px;
    margin-bottom: 60px;
  }
  .xz-con .xz-items {
    display: block;
    margin-bottom: 20px;
    padding-left: 5%;
    padding-top: 41px;
    padding-right: 5%;
    padding-bottom: 32px;
  }
  .xz-con .xz-items .xz-rt .xz-sj img {
    margin-right: 9px;
    width: 18px;
  }
  .xz-con .xz-items .xz-rt .xz-sj,
  .xz-con .xz-items .xz-lf div:nth-child(2) {
    font-size: 14px;
    padding-right: 0%;
  }
  .xz-con .xz-items .xz-lf div:nth-child(2) {
    margin-left: 5%;
    padding-left: 5%;
  }
  .xz-con .xz-items .xz-rt {
    justify-content: space-between;
    margin-top: 25px;
  }
  .xz-con .xz-items .xz-rt .xz-an {
    width: 58px;
    height: 38px;
    margin-right: 5%;
    border-radius: 10px;
  }
  .xz-con .xz-items .xz-rt .xz-an img {
    width: 18px;
  }
  .xz-con .xz-items:nth-last-child(2) {
    margin-bottom: 43px;
  }
  .pagination li a {
    font-size: 13px;
  }
  .pagination {
    flex-wrap: wrap;
  }
  .pagination li {
    margin-bottom: 10px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items {
    width: 100%;
    margin-bottom: 10px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div input,
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div textarea {
    font-size: 13px;
    padding: 9.5px 16px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items p {
    top: 14px;
    font-size: 19px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont {
    border-radius: 22px;
    padding: 34px 5% 25px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont form {
    margin-top: 20px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items button {
    width: 130px;
    font-size: 15px;
    height: 45px;
    border-radius: 24px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items:nth-last-child(2) {
    margin-bottom: 21px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont form .fix-sq-items div {
    margin-left: 8px;
  }
  .fix-sq .fix-sq-con .fix-sq-cont .close {
    width: 28px;
    top: 2%;
    right: 5%;
  }
  .zl-cl {
    margin-top: 70px;
  }
  .zl-cl .row {
    margin-top: 40px;
  }
  .zl-cl .row .zl-cl-items {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(1) {
    width: 15.833vw;
    height: 15.833vw;
  }
  .zl-cl .row .zl-cl-items .zl-cl-items-con div:nth-child(2) {
    font-size: 18px;
  }
  .zl-cl .row .zl-cl-items .zl-cl-items-con {
    padding: 43px 5% 40px;
  }
  .zl-rz {
    margin-top: 48px;
    padding-top: 70px;
    padding-bottom: 62px;
  }
  .gban-con div:nth-child(1) {
    font-size: 18px;
  }
  .gban-con div:nth-child(2) {
    font-size: 12px;
    margin-top: 5px;
  }
  .g-ban .i-bg img {
    left: -101%;
  }
  .g-js {
    margin-top: 70px;
  }
  .g-js .g-js-con .g-js-lf div {
    font-size: 14px;
  }
  .g-js .g-js-con {
    margin-top: 30px;
  }
  .g-js .g-js-con .g-js-lf ul li {
    width: 41% !important;
    margin-bottom: 44px !important;
    padding: 0 !important;
  }
  .g-js .g-js-con .g-js-lf ul li:nth-child(2n) {
    position: relative;
  }
  .g-js .g-js-con .g-js-lf ul li:nth-child(2n)::before {
    position: absolute;
    left: -22%;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 90%;
    background-color: #dcdcdc;
  }
  .g-js .g-js-con .g-js-lf ul li::after,
  .g-js .g-js-con .g-js-lf ul li:nth-child(5)::before {
    display: none !important;
  }
  .g-js .g-js-con .g-js-lf ul li div:nth-child(1) p:nth-child(1) {
    font-size: 25px;
  }
  .g-js .g-js-con .g-js-rt {
    margin-top: 19px;
  }
  .g-js .g-js-con .g-js-rt div {
    height: 58vw;
  }
  .g-js .g-js-con .g-js-rt div img {
    width: 45px;
  }
  .g-zz {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 58px;
  }
  .g-zz .g-zz-con {
    margin-top: 15px;
  }
  .g-zz-lb {
    margin-top: 2.7%;
  }
  .g-zz-lb .zs-prev,
  .g-zz-lb .zs-next,
  .g-lc .container .g-lc-con .lc-prev,
  .g-lc .container .g-lc-con .lc-next {
    width: 35px;
    height: 35px;
  }
  .sp-fix-con p img {
    width: 35px;
  }
  .g-lc {
    padding-bottom: 60px;
    background-size: 163%;
    padding-top: 70px;
    background-position: 100% 157%;
  }
  .g-lc .container .g-lc-con {
    width: 100%;
    margin-top: 45px;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-slide div:nth-child(1) {
    font-size: 26px;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-slide div:nth-child(1) span {
    font-size: 20px;
    margin-left: 5px;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-slide div:nth-child(2) {
    font-size: 15px;
    margin-top: 18px;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-slide {
    padding: 34px 5%;
    min-height: 42.8958vw;
  }
  .g-lc .container .g-lc-con .lc-next {
    right: 0;
  }
  .g-lc .container .g-lc-con .lc-prev {
    left: 0;
  }
  .g-lc .g-lc-kd .lcsj-swiper .swiper-slide div {
    font-size: 15px;
  }
  .g-lc .kd img {
    margin-top: 39px;
    max-width: initial;
    width: 346%;
  }
  .g-lc .kd {
    overflow: hidden;
  }
  .g-sm {
    padding-top: 70px;
    padding-bottom: 55px;
  }
  .g-sm ul {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .g-sm ul li {
    padding: 41px 5.07% 28px;
    width: 48%;
    margin-bottom: 4.5%;
  }
  .g-sm ul li div:nth-child(1) {
    height: 27px;
  }
  .g-sm .sm-bg {
    top: 4.5%;
    max-width: 199%;
  }
  .g-lx {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .g-lx .container .row .g-lx-items {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .g-lx .container .row .g-lx-items .g-lx-items-con {
    padding: 43px 5% 43px;
  }
  .g-lx .container .row .g-lx-items .g-lx-items-con h4 {
    font-size: 18px;
    margin-bottom: 39px;
  }
  .fa-ban .xzban-con .lf div:nth-child(1) img {
    width: 44.125vw;
  }
  .fa-ban .xzban-con .lf a {
    width: 98px;
    height: 30px;
    font-size: 12px;
    margin-top: 5.0208vw;
  }
  .fa-ban .i-bg img {
    left: -103%;
  }
  .xz-ban .i-bg img {
    /*max-width: 227%;*/
    /*position: relative;*/
    /*left: -103%;*/
  }
  .fa-con {
    margin-bottom: 27px;
    margin-top: 70px;
  }
  .fa-con .fa-list ul li a:nth-child(2) {
    font-size: 18px;
  }
  .fa-con .fa-list ul li a:nth-child(3) {
    font-size: 14px;
  }
  .fa-con .fa-list ul li {
    width: 100%;
    padding-bottom: 32px;
  }
  .fa-con .fa-list ul li a:nth-child(1) p {
    height: 45.53125vw;
  }
  .fa-con .fa-list ul li a:nth-child(2) {
    margin-top: 34px;
  }
  .fa-con .fa-list {
    margin-bottom: 12px;
  }
  .fas-ban .i-bg img {
    /*max-width: 227%;*/
    /*position: relative;*/
    /*left: -47%;*/
  }
  .fas-con {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .fas-con .fas-gs {
    margin-top: 37px;
    font-size: 14px;
  }
  .fas-con .fas-gs h4 {
    margin-top: 35px;
  }
  .fas-con .fas-kt,
  .fas-con .fas-zyxp {
    margin-top: 57px;
  }
  .fas-con .fas-kt div {
    padding: 8% 5%;
    margin-top: 35px;
  }
  .z-zp {
    margin-top: 70px;
  }
  .z-zp .zp-cont .zp-nav li:nth-child(2),
  .z-zp .zp-cont .zp-content .zp-items ul li:nth-child(2),
  .z-zp .zp-cont .zp-nav li:nth-child(4),
  .z-zp .zp-cont .zp-content .zp-items ul li:nth-child(4),.z-zp .zp-cont .zp-nav li:nth-child(3),
  .z-zp .zp-cont .zp-content .zp-items ul li:nth-child(3) {
    display: none;
  }
  .z-zp .zp-cont .zp-nav li:nth-child(1),
  .z-zp .zp-cont .zp-content .zp-items ul li:nth-child(1) {
    width: auto;
    flex: 1;
  }
  .z-zp .zp-cont .zp-nav li {
    font-size: 17px;
  }
  .z-zp .zp-cont .zp-content .zp-items ul li {
    font-size: 15px;
  }
  .z-zp .zp-cont .zp-content .zp-items ul {
    padding: 21.25px 5.025%;
  }
  .z-zp .zp-cont .zp-content .zp-items .zp-nr h5 {
    font-size: 16px;
  }
  .z-zp .zp-cont .zp-content .zp-items .zp-nr form {
    max-width: 100%;
  }
  .z-zp .zp-cont .zp-content .zp-items .zp-nr form button {
    width: 104px;
  }
  .z-zp .zp-cont .zp-content .zp-items .zp-nr form input {
    width: calc(100% - 104px);
  }
  .z-fl {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .z-fl .row .z-fl-items {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 2.5%;
  }
  .z-fl .row .z-fl-items .z-fl-items-con .bg {
    height: 83.15625vw;
  }
  .z-fl .row .z-fl-items .z-fl-items-con .nr div:nth-child(2),
  .z-fl .row .z-fl-items .z-fl-items-con .nr div:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
  }
  .z-fl .row .z-fl-items .z-fl-items-con .nr div:nth-child(2) {
    height: 31px;
  }
  .z-fl .row .z-fl-items .z-fl-items-con .nr div:nth-child(3) {
    font-size: 15px;
  }
  .x-dt {
    margin-top: 70px;
  }
  .x-dt .row .x-dt-items {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .x-dt .row .x-dt-items .x-dt-items-con {
    padding: 38px 5.2%;
  }
  .x-dt .row .x-dt-items .x-dt-items-con div:nth-child(1) p {
    font-size: 15px;
  }
  .x-dt .row .x-dt-items .x-dt-items-con div:nth-child(2) a:nth-child(1),
  .x-rd .x-rd-box li div:nth-child(2) p:nth-child(2),
  .x-dt .row .x-dt-items .x-dt-items-con div:nth-child(1) a:nth-child(4) {
    font-size: 14px;
  }
  .x-dt .row .x-dt-items .x-dt-items-con div:nth-child(1) a:nth-child(3) p {
    height: 47.76vw;
  }
  .x-dt .row .x-dt-items .x-dt-items-con div:nth-child(2) {
    margin-top: 37px;
  }
  .x-rd {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .x-rd .x-rd-box li {
    margin-bottom: 30px;
  }
  .x-rd .x-rd-box li a {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .x-rd .x-rd-box li div:nth-child(2) p:nth-child(1) {
    font-size: 18px;
  }
  .x-rd .x-rd-box li div:nth-child(2) {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 29px;
  }
  .x-rd .x-rd-box li div:nth-child(2)::before {
    width: 100%;
    height: 1px;
    top: auto;
    transform: initial;
    bottom: 0;
  }
  .x-rd .x-rd-box li div:nth-child(1) {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .x-rd .x-rd-box li div:nth-child(1) p {
    font-size: 14px !important;
    margin: 0 !important;
  }
  .x-rd .x-rd-box li div:nth-child(1) p:nth-child(2) {
    margin-left: 9px !important;
  }
  .x-rd .x-rd-box li div:nth-child(1) p:nth-child(1) {
    font-size: 26px !important;
  }
  .x-rd .x-rd-box {
    margin-bottom: 19px;
  }
  .xshow-con {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .xshow-con .bt {
    font-size: 20px;
    font-weight: 600;
  }
  .xshow-con .sj p:nth-child(1) {
    margin-right: 18px;
  }
  .xshow-con .sj {
    margin-top: 33px;
    padding-bottom: 25px;
  }
  .xshow-con .nr,
  .xshow-con .xshow-dh p a {
    font-size: 14px;
  }
  .xshow-con .nr {
    padding: 0 5%;
    padding-bottom: 42px;
  }
  .xshow-con .xshow-dh p {
    margin-bottom: 10px;
  }
  .xshow-con .xshow-dh {
    padding: 0 5%;
  }
  .fix-sq {
    padding: 10.64% 0;
  }
  #news,#hotspot{
    top: -160px;
}
.c-head-child .head-child-con .head-child-rt .head-items div {
        /*max-height: initial;*/
    }
    #Contact {
    top: -30px;
}
#History,#Honor{
    top: -50px;
}
.xz-con .xz-items .xz-lf div:nth-child(2){
    font-size: 16px;
}
.rz-ban .i-bg img {
        left: -100%;
    }
    .jjfa .sy-desc {
    width: 100%;
    -webkit-line-clamp: 10;
    -moz-line-clamp: 10;
}
.gban-con div:nth-child(2){
    display: none;
}
.banner .ban-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 5px;
}
.fas-con .fas-zyxp div table tr td img {
    max-width: 109px;
}
 .fas-con .fas-kt div{
      font-size: 14px;
  }
}
