/* @font-face {
  font-family: "Alibaba_PuHuiTi-Thin";
  src: url("../Alibaba_PuHuiTi/Alibaba_PuHuiTi_2.0_35_Thin_35_Thin.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alibaba_PuHuiTi-Light";
  src: url("../Alibaba_PuHuiTi/Alibaba_PuHuiTi_2.0_45_Light_45_Light.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alibaba_PuHuiTi-Regular";
  src: url("../Alibaba_PuHuiTi/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alibaba_PuHuiTi-Medium";
  src: url("../Alibaba_PuHuiTi/Alibaba_PuHuiTi_2.0_65_Medium_65_Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alibaba_PuHuiTi-Bold";
  src: url("../Alibaba_PuHuiTi/Alibaba_PuHuiTi_2.0_55_Regular_85_Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alibaba_PuHuiTi-SemiBold";
  src: url("../Alibaba_PuHuiTi/Alibaba_PuHuiTi_2.0_75_SemiBold_75_SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
*/
@font-face {
  font-family: "RuiZiChaoPaiChiGuangHei";
  src: url("../Alibaba_PuHuiTi/RuiZiChaoPaiChiGuangHei-Shan-TeCu(REEJI-FlashItalicGB-Flash-Black)-2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
} 
body{
	 /* font-family: "Alibaba_PuHuiTi-Regular"; */
	 font-family: "微软雅黑";
}
p{
	/* font-family: "Alibaba_PuHuiTi-Light"; */
	font-family: "微软雅黑";
}
b{
	/* font-family: "Alibaba_PuHuiTi-Medium"; */
	font-family: "微软雅黑";
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
    padding: 0;
  }
  
  .hxjz .hxjz-con .tab.active {
    transition: all 2s;
    border-radius: 10px;
    border: 1px solid #0066ff;
}
}
@media screen and (max-width: 1280px) {
  html {
    width: 1920px;
    max-width: 1920px;
  }
}
p {
  color: #132644;
}

.menu {
	display: none;
	float: right;
	margin-top: 31px;
	position: relative;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.menu span {
	position: absolute;
	transition: 0.3s;
	width: 25px;
	height: 3px;
	border-radius: 2px;
	background: #0066ff;
	display: block;
	margin-bottom: 5px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menu .span2 {
	top: 8.4px;
}

.menu .span3 {
	top: 17px;
}

.menu.on .span1 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu.on .span2 {
	opacity: 0;
}

.menu.on .span3 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.row {
  margin: 0;
}
.combo-select {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  border-radius: 10px;
}
.combo-select .combo-input {
  padding: 26px 12px 0px;
  margin-bottom: 0;
  height: 62px;
  background: #ffffff;
  color: #0066ff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0px;
  border-radius: 8px;
}
/**
 * Input field
 */
.combo-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #86b2c6;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  padding-right: 45px;
  border-radius: 0px;
  background: #ffffff;
}
.combo-input:focus {
  outline: none;
}
/**
 * Arrow
 */
.combo-arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  width: 100%;
  font-size: 12px;
  color: #666;
}
.combo-arrow:before {
  content: " ";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #132644;
  display: block;
  width: 0;
  height: 0;
  top: 30px;
  right: 20px;
  bottom: 0;
  position: absolute;
  margin: auto 0;
}
/**
 * When opened
 */
.combo-open .combo-arrow {
  border-color: #86b2c6;
}
.combo-open .combo-arrow:before {
  border-top: none;
  border-bottom: 5px solid #86b2c6;
}
/**
 * When focused
 */
.combo-focus {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-color: #51A7E8;
}
.combo-focus input {
  border-color: #51A7E8;
}
/**
 * Hide native select
 */
.combo-select select {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  opacity: 0;
}
@media only screen and (min-width: 960px) {
  .combo-select select {
    left: -1px;
    top: -1px;
    width: 0;
    height: 0;
    margin: 0;
  }
}
/**
 * Selected option
 */
.option-selected {
  background-color: #eee;
}
/**
 * Hovered option
 */
.option-hover {
  background-color: #86b2c6;
  color: #fff;
}
/**
 * Option item
 */
.option-item {
  cursor: pointer;
  line-height: 22px;
  /* border-bottom: 1px #86b2c6 solid; */
}
.option-item:hover {
  background-color: #86b2c6;
  color: #fff;
}
.option-item:last-child {
  border-bottom: none;
}
/**
 * Disabled and optgroups
 */
.option-group {
  cursor: text;
  font-weight: 600;
  background: #e1e1e1;
  border: 1px #ccc solid;
  border-width: 1px 0;
}
/**
 * Disabled
 */
.option-disabled {
  opacity: 0.5;
}
/**
 * Dropdown
 */
.combo-dropdown {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  min-width: 100%;
  max-width: 100%;
  max-height: 300px;
  margin: 0;
  padding: 0;
  display: none;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #999999;
  border-radius: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-sizing: border-box;
  text-align: left;
}
.combo-dropdown li {
  list-style: none;
  padding: 5px 1em;
  margin: 0;
  font-size: 14px;
}
/**
 * On Active
 */
.combo-open .combo-dropdown {
  display: block;
}
/**
 * Search marker
 */
.combo-marker {
  text-decoration: underline;
}
.combo-select input::placeholder {
  color: #575757;
  font-size: 14px;
}
.combo-select:first-of-type .combo-arrow::after {
  content: "起运地";
  position: absolute;
  display: block;
  width: auto;
  height: 18px;
  font-size: 18px;
  color: #acacac;
  background-size: 100%;
  left: 15px;
  top: 3px;
}
.select-box-div2 .combo-select:first-of-type .combo-arrow::after {
  content: "目的地";
  position: absolute;
  display: block;
  width: auto;
  height: 18px;
  font-size: 18px;
  background-size: 100%;
  left: 15px;
  top: 3px;
}
.select-box-div3 .combo-select:first-of-type .combo-arrow::after {
  content: "货物属性（选填）";
  position: absolute;
  display: block;
  width: auto;
  height: 18px;
  font-size: 18px;
  background-size: 100%;
  left: 15px;
  top: 3px;
}
.select-div-year {
  width: 260px;
}
.select-box-div3 .select-div-year {
  width: 405px;
}
.title-com {
  text-align: center;
}
.title-com h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  text-align: center;
  /* font-weight: bold; */
  /* font-family: "Alibaba_PuHuiTi-Medium"; */
  /* font-family: "微软雅黑"; */
  font-size: 36px;
  color: #132644;
}
.title-com h2::before {
  content: '';
  margin-right: 38px;
  display: inline-block;
  width: 140px;
  height: 2px;
  background-color: #ccc;
}
.title-com h2::after {
  content: '';
  margin-left: 38px;
  display: inline-block;
  width: 140px;
  height: 2px;
  background-color: #ccc;
}
.title-com h2 span {
  /* font-family: 'Alibaba_PuHuiTi-BOLD';
  font-family: "微软雅黑"; */
  font-weight: bold;
  color: #0066ff;
}
.title-com p {
  margin-bottom: 8px;
  color: #132644;
   /* font-family: "Alibaba_PuHuiTi-Light";
   font-family: "微软雅黑"; */
  font-weight: 400;
      font-size: 18px;
}
@keyframes jjp {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
  }
  20% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(2);
  }
  100% {
    transform: translate(-50%, -50%) scale(3.5);
  }
}
@keyframes jjpt {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
  }
  20% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(2);
  }
  100% {
    transform: translate(-50%, -50%) scale(3.5);
  }
}
.more {
  margin: auto;
  text-align: center;
}
.more .moreA {
  position: relative;
  display: inline-block;
  padding: 0 22px;
  border: 1px solid #0066ff;
  border-radius: 8px;
  line-height: 42px;
  color: #0066ff;
  font-size: 14px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
}
.more .moreA img {
  margin-left: 5px;
}
.more .moreA:hover {
  color: #fff;
  background-color: #0066ff;
}
.more .moreA:hover .a-on {
  display: inline-block;
}
.more .moreA:hover .a-off {
  display: none;
}
.more .moreA:hover::after {
  display: none;
}
.work-list-ul li .work-list-a a{
	position: relative;
	overflow: hidden;
}
.more .moreA::after{
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 102, 255, 0.2);
  animation: jjp 2s linear infinite;
}
.go-more.lan a::after,.work-list-ul li .work-list-a a::after{
	content: '';
	display: block;
	width: 160px;
	height: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 102, 255, 0.4);
	animation: jjpt 2s linear infinite;
}
.more .a-off {
  display: inline-block;
}
.more .a-on {
  display: none;
}
.header {
  position: fixed;
  top: 0;
  z-index: 999999999;
  width: 100vw;
  box-shadow: 0 2px 10px 0 rgba(180, 189, 221, 0.85);
}
.header .header-top-box {
  background-color: #132644;
}
.header .header-top {
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
  color: #fff;
}
.header .header-top .small-icon {
  width: 5px;
  height: 5px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.header .header-top .small-icon span {
  display: block;
  border-left: 5px solid #a1c7fe;
  border-right: 5px solid transparent;
  border-top: 5px solid #a1c7fe;
  border-bottom: 5px solid transparent;
}
.header .header-top .right .img {
  margin-right: 23px;
  cursor: pointer;
  position: relative;
}
.header .header-top .right .ewm:hover .img-show-ewm {
  /* display: flex; */
  opacity: 1;
  /* display: flex; */
      z-index: 9;
      transition: all 0.5s ease-out;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
	  z-index: 9;
}
.header .header-top .right .img-show-ewm {
  opacity: 0;
  /* display: none; */
  position: absolute;
  top: 40px;
  left: 50%;
  /* transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%); */
  width: 110px;
  height: 110px;
  line-height: 110px;
  /* padding: 10px; */
  text-align: center;
  z-index: -1;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 3px 6px #eeeeee;
}
/* .header .header-top .right .img-show-ewm{
	display: block;
	opacity: 0;
} */
.header .header-top .right .img-show-ewm .language-img{
	z-index: 99;
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}




.header .header-top .right .language .img-show-language {
  opacity: 0;
  z-index: -1;
  position: absolute;
  width: 65px;
  top: 40px;
  left: 50%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 6px #eeeeee;
}
.header .header-top .right .language .img-show-language a {
  display: block;
  padding-left: 20px;
}
.header .header-top .right .language .img-show-language a:hover {
  background-color: rgba(0, 102, 255, 0.1);
  color: #0066ff;
}
.header .header-top .right .language .img-show-language a.active {
  background-color: rgba(0, 102, 255, 0.1);
  color: #0066ff;
}
.header .header-top .right .language .img-show-language .language-img {
  z-index: 99;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.header .header-top .right .language:hover .img-show-language {
  opacity: 1;
  z-index: 9;
  transition: all 0.5s ease-out;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.header .header-top .left {
  align-items: center;
}
.header .header-top .left a {
  color: #65ff00 !important;
  cursor: pointer !important;
}
.header .header-top p {
  font-size: 14px;
  color: #fefefe;
  margin-right: 10px;
}
.header .nav-box {
  background-color: #fff;
}
.header .nav-box .row {
  height: 70px;
  line-height: 70px;
}
.header .nav-box .nav-left {
  margin-right: 60px;
}
.header .nav-box .nav-right {
  margin-left: auto;
}
.header .nav-box .input {
  position: relative;
}
.header .nav-box .input input {
  background-color: #fff;
  height: 30px;
  width: 160px;
  outline: none;
  border: 1px solid #132644;
  border-radius: 15px;
  color: #132644;
  -webkit-text-fill-color: #132644;
  padding-left: 10px;
}
.header .nav-box .input .search {
  /* position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 7%; */
  border: none;
  outline: none;
  background: none;
  display: flex !important;
  align-items: center;
}
.header .nav-box .nav-ul {
  align-items: center;
}
.header .nav-box .nav-li {
  position: relative;
  line-height: 70px;
}
.header .nav-box .nav-li .nav-li-a {
  display: block;
  padding: 0 20px;
  color: #132644;
}
.header .nav-box .nav-li .nav-li-a:hover {
  color: #0066ff;
}
.header .nav-box .nav-li .nav-li-a:hover .off {
  transition: all 0.5s;
  transform: rotate(270deg);
}
.header .nav-box .nav-li .nav-li-a img {
  width: 14px;
  height: 8px;
  margin-top: 5px;
  margin-left: 8px;
}
.header .nav-box .nav-li .on {
  display: none;
}
.header .nav-box .nav-li .off {
  transition: all 0.5s;
  display: inline-block;
  transform: rotate(90deg);
}
.header .nav-box .nav-li:hover .nav-child {
  opacity: 1;
  transform: translateX(-50%);
  transition: all 0.5s;
  visibility: visible;
}
.header .nav-box .nav-child {
  position: absolute;
  z-index: -1;
  opacity: 0;
  padding-top: 25px;
  left: 50%;
  transition: all 0.5s;
  transform: translateX(0%);
  width: 300px;
  border-radius: 10px;
  visibility: hidden;
}
.header .nav-box .nav-child .sjx {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  height: 11px;
}
.header .nav-box .nav-child-box {
  background-color: #fff;
  padding: 16px;
  border-radius: 10px ;
}
.header .nav-box .nav-child-div {
  display: flex ;
  padding: 18px 6px 18px 18px;
}
.header .nav-box .nav-child-div:hover {
  background-color: #e9f2ff;
  border-radius: 10px;
}
.header .nav-box .nav-child-div h3 {
  font-size: 19px;
  font-weight: bold;
}
.header .nav-box .nav-child-div p {
  line-height: 18px;
  font-size: 13px;
  color: #8f8f8f;
}
.header .nav-box .child-img {
  width: 50px;
}
.header .nav-box .child-img img{
	vertical-align: top;
}
.header .nav-box .child-text{
width:calc(100% - 50px);
}

.footer {
  padding: 75px 0 40px;
  background-color: #132146;
}
.footer .foot-left {
  width: 200px;
}
.footer .foot-left p {
  margin-left: 63px;
  color: #fefefe;
  text-align: center;
}
.footer .foot-right {
  width: calc(100% - 200px);
}
.footer h3 {
  width: 90%;
  padding-bottom: 15px;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #666;
}
.footer .wid20 {
  width: 20%;
  text-align: start;
}
.footer .wid40 {
  width: 40%;
}
.footer .foot-left .logo{
	text-align: right;
}
.footer .yqlj a:hover,.footer .footer-bot a:hover{
	color: #0066ff;
}
.header .header-top .left>a{
	font-size: 13px;
	transition: 0.5s;
	/* font-family: "Alibaba_PuHuiTi-Thin";
	font-family: "微软雅黑"; */
}
.header .header-top .left>a:hover{
	font-size: 14px;
	transition: 0.5s;
}
.header .header-top .left p a{
	font-size: 14px;
	    color: #fefefe!important;
		/* font-family: "Alibaba_PuHuiTi-Thin";
		font-family: "微软雅黑"; */
}
.header .header-top .left p a:hover{
	color: #65ff00 !important;
}
.footer ul li a {
  display: block;
  line-height: 38px;
  color: #b0b1b4;
}
.footer ul li a:hover {
  color: #0066ff !important;
}
.footer ul li:first-child a {
  font-size: 19px;
  /* font-weight: bold; */
  line-height: 45px;
  color: #fff;
  /* font-family: "Alibaba_PuHuiTi-Medium";
  font-family: "微软雅黑"; */
}
.footer .wid40 li a {
  color: #b0b1b4;
}
.footer .wid40 li .phone {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
}
.footer .wid40 li img {
  margin-right: 8px;
}
.footer .zxzx {
  margin-left: 10px;
  padding: 3px 5px;
  border-radius: 8px;
  background-color: #0066ff;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
}
.footer .zxzx img {
  margin-right: 5px;
}
.footer .ewm {
  margin: 25px 0 15px 63px;
}
.footer .yqlj {
  justify-content: center;
  width: 770px;
  margin: 55px auto 20px;
}
.footer .yqlj a {
  display: block;
  padding: 0 10px;
  margin-bottom: 10px;
  line-height: 11px;
  font-size: 12px;
  color: #fefefe;
  opacity: 0.8;
  border-right: 1px solid #fefefe;
  /* font-family: "Alibaba_PuHuiTi-Thin";
  font-family: "微软雅黑"; */
}
.row.yqlj strong {
  line-height: 11px;
  font-size: 12px;
  color: #fefefe;
  opacity: 0.8;
}
.footer .footer-bot {
  border-top: 1px solid #666666;
}
.footer .footer-bot .footer-bot-row {
  margin-top: 17px;
  justify-content: space-between;
}
.footer .footer-bot p {
  font-size: 11px;
  color: #fefefe;
  opacity: 0.8;
  /* font-family: "Alibaba_PuHuiTi-Thin";
  font-family: "微软雅黑"; */
}
.footer .footer-bot a {
  font-size: 11px;
  margin-left: 20px;
  color: #fefefe;
}
.banner {
  margin-top: 87px;
  position: relative;
}
.banner .banner-img img {
  width: 100%;
}
.news-detail-text p img {
width: 100% !important;
height: 100% !important;
}
.banner .banner-con {
  position: absolute;
  top: 17%;
  /* right: 46.5%; */
  left: 10%;
  right: 0;
  margin: auto;
  opacity: 0;
}
.swiper-banner .swiper-slide-active .banner-con{
	opacity: 1;
	left: 0;
	transition: 1.5s;
}
.banner .banner-con h1 {
  margin-bottom: 20px;
  /* font-weight: bolder; */
  line-height: 1em;
  font-size: 48px;
  display: flex;
  color: #fefefe;
  font-family: "RuiZiChaoPaiChiGuangHei";
  /* font-family: "微软雅黑"; */
}
.banner .banner-con h1 span{
	font-size: 48px;
	display: block;
	color: #fefefe;
	font-family: "RuiZiChaoPaiChiGuangHei";
	-webkit-animation-fill-mode: forwards;
	    animation-fill-mode: forwards;
	    -webkit-animation-duration: 0.8s;
	    animation-duration: 0.8s;
}
.swiper-banner .swiper-slide-active h1 span {
    -webkit-animation-name: bsPlay;
    animation-name: bsPlay;
}
/*首页轮播banner*/
.banner .banner-con h2 {
  margin-bottom: 20px;
  /* font-weight: bolder; */
  line-height: 1em;
  font-size: 48px;
  display: flex;
  color: #fefefe;
  font-family: "RuiZiChaoPaiChiGuangHei";
  /* font-family: "微软雅黑"; */
}
@media (max-width:756px) {
.banner .banner-con h2{
  margin-bottom: 0px !important;
}
}

@media (max-width:756px) {
.banner .banner-con h2 span{
font-size: 32px !important;
}
}
.banner .banner-con h2 span{
	font-size: 48px;
	display: block;
	color: #fefefe;
	font-family: unset;
	-webkit-animation-fill-mode: forwards;
	    animation-fill-mode: forwards;
	    -webkit-animation-duration: 0.8s;
	    animation-duration: 0.8s;
}
.swiper-banner .swiper-slide-active h2 span {
    -webkit-animation-name: bsPlay;
    animation-name: bsPlay;
}
.logo {
    font-size: 2.5rem;
}
.logo-h1 {
    margin-right: 25px;
    margin-bottom: 0;
    line-height: normal;
    font-size: 2.5rem;
}
.dyh {
    position: relative;
}
.dyh .swiper-pagination{
    bottom: auto;
    top: 10px;
    z-index: 999;
}
.dyh .swiper-pagination-bullet{
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    line-height: 10px;
}
.dyh .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fff !important;
}
@media screen and (max-width: 768px){
    .dyh .swiper-pagination{
    bottom: auto;
    top: -30px;
    }
}

/*首页轮播banner*/
@-webkit-keyframes bsPlay {
    0%{opacity:0;-webkit-transform:scale(0.5)}
    33%{opacity:0.33;-webkit-transform:scale(2)}
    100%{opacity:1;-webkit-transform:scale(1)}
}
@keyframes bsPlay {
    0%{opacity:0;transform:scale(0.5)}
    33%{opacity:0.33;transform:scale(2)}
    100%{opacity:1;transform:scale(1)}
}

.banner .banner-con p {
  margin-bottom: 14px;
  font-size: 20px;
  color: #fefefe;
  /* font-family: "Alibaba_PuHuiTi-Light";font-family: "微软雅黑"; */
}
.banner .banner-con .banner-text .row {
  margin-top: 4px;
}
.banner .banner-con .banner-text .row p {
  margin-right: 36px;
  font-size: 18px;
  background: url(../images/dui-lan_03.png) no-repeat;
      background-position: left;
	  padding: 5px 0;
	  padding-left: 30px;
}
.banner .banner-con .banner-text .row p:last-child {
  margin-right: 0;
}
.banner .banner-con .banner-text .row img {
  margin-right: 3px;
}
.banner .banner-con .banner-text a {
  display: block;
  margin-top: 20px;
  padding-left: 22px;
  width: 255px;
  background-color: #fff;
  border-radius: 5px;
  line-height: 40px;
  font-size: 16px;
  color: #132644;
  position: relative;
  overflow: hidden;
}
.banner .banner-con .banner-text a::after {
    content: '';
    /* display: block; */
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0;
    border-radius: 100%;
    transform: scale(0);
    background-color: rgba(0, 102, 255, 0.3);
    /* animation: jjp 1s linear infinite; */
    transition: 0.5s;
    margin: auto;
}
.banner .banner-con .banner-text a:hover::after {
    transform: scale(8);
    transition: 0.5s;
}

.dyh {
  background-image: url(../images/pic_dyh_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dyh .dyh-con {
  padding: 140px 0 36px;
  position: relative;
}
.dyh .dyn-flex {
  margin-top: 50px;
}
.dyh .select-con {
  justify-content: space-between;
  margin-bottom: 10px;
}
.dyh .as-box {
  z-index: 99;
  width: 100%;
  position: absolute;
  top: -137px;
  background-color: #fff;
  box-shadow: 0 20px 20px 0 rgba(22, 23, 24, 0.1);
}
.dyh .as-box .white-blue {
  background-color: #005df6;
}
.dyh .as-box .white-blue p {
  line-height: 52px;
  /* font-weight: bold; */
  /* font-family: "Alibaba_PuHuiTi-Bold";font-family: "微软雅黑"; */
  font-size: 18px;
}
.dyh .as-box .whitep {
  width: 222px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  color: #0066ff;
  position: relative;
}
.dyh .as-box .whitep::after{
	position: absolute;
	content: "";
	width: 18px;
	height: 15px;
	background: url(../images/yj_03.png) no-repeat;
	background-position: center;
	bottom: 0;
	right: -18px;
}


.dyh .as-box .blueP {
  width: 50px;
  background-color: #fff;
}
.dyh .as-box .blueP span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #005df6;
  border-bottom-left-radius: 20px;
}
.dyh .as-box .select-box {
  padding: 25px 20px 18px;
}
.dyh .as-box .select-box .select-des {
  padding: 0;
  justify-content: space-between;
}
.dyh .as-box .select-box .select-des p {
  line-height: 35px;
  color:#a2a2a2;	
}
.dyh .as-box .select-box .select-des span {
  color: #a2a2a2;
}
.dyh .as-box .select-box .select-des .mid-span {
  margin: 0 15px;
}
.dyh .as-box .select-btn-box .select-btn {
  display: block;
  line-height: 62px;
  width: 162px;
  font-size: 18px;
  color: #fff;
  background-color: #0066ff;
  outline: none;
  border: none;
  border-radius: 10px;
}
.dyh .as-box .select-btn-box .select-btn:hover {
  transition: all 0.6ss;
  font-size: 20px;
  background-color: #0080ff;
}
.dyh .wid30.wpcp-show .wpcp {
  display: block;
}
.dyh .wid30 {
  position: relative;
  width: 32%;
  padding: 20px 25px;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.6s ease-out;
}
.dyh .wid30:nth-of-type(3n) {
  margin-right: 0;
}
.dyh .wid30:hover {
  transform: translateY(1px);
  box-shadow: 0 10px 10px 0 rgba(22, 23, 24, 0.2);
  transition: all 0.6s ease-out;
}
.dyh .wid30 .wpcp {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.dyh .wid30 .top {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.dyh .wid30 .bot {
  margin-top: 20px;
  align-items: flex-end;
  flex-wrap: nowrap;
}
.dyh .wid30 .bot .btnP {
  position: relative;
  margin-left: auto;
  display: block;
  padding: 0 10px;
  cursor: pointer;
  /* background-color: #005df6; */
  background: url(../images/jjb_03.jpg) no-repeat;
  background-size: 100% 100%;
  line-height: 28px;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.dyh .wid30 .bot .btnP:hover {
  transition: all 0.3s;
  /* transform: scale(1.03); */
  background-color: rgba(0, 93, 246, 0.9);
  opacity: 0.8;
}
.dyh .wid30 .bot .jg-icon {
  font-weight: bold;
  color: #ed1e2a;
  font-size: 18px;
}
.dyh .wid30 .bot .jg-icon-jt {
  font-weight: bold;
  color: #ed1e2a;
  font-size: 18px;
}
.dyh .wid30 .bot .jg-icon-jt img {
  margin-left: 5px;
}
.dyh .wid30 .bot .red {
  display: inline-block;
}
.dyh .wid30 .bot .white {
  display: none;
}
.dyh .wid30 .bot .jg {
  margin-right: 1px;
  font-weight: bold;
  font-size: 24px;
  color: #ed1e2a;
}
.dyh .wid30 .bot .jg-dw {
/*  font-family: 'Alibaba_PuHuiTi-Medium';font-family: "微软雅黑"; */
  color: #ed1e2a;
  font-size: 14px;
}
.dyh .wid30 .bot .jg-zl {
  color: #90918c;
  font-size: 14px;
}
.dyh .wid30 .bot .zj {
  width: 92px;
  height: 26px;
  margin-left: 2px;
  align-items: center;
  background-image: url(../images/pic_zj_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dyh .wid30 .bot .zj .zj-left {
  width: 50%;
  text-align: center;
  color: #fff;
}
.dyh .wid30 .bot .zj .zj-right {
  width: 50%;
  text-align: center;
}
.dyh .wid30 h4 {
  color: #0166ff;
  font-weight: bold;
  font-size: 24px;
/*  font-family: 'Alibaba_PuHuiTi-BOLD';font-family: "微软雅黑"; */
}
.dyh .wid30 .p-span {
  margin-bottom: 22px;
  line-height: 24px;
}
.dyh .wid30 .p-span span {
  display: inline-block;
  margin-right: 8px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #e5efff;
  line-height: 24px;
  color: #0066ff;
}
.dyh .wid30 .p-des {
  margin-bottom: 10px;
  color: #2e2524;
}
.dyh .wid30 .p-des span {
  display: inline-block;
  width: 50px;
  color: #2e2524;
}
.dyh .hqbx-tab {
  padding: 0 44px;
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
}
.dyh .hqbx-tab .hqbx-tab-p {
  width: 22%;
  font-weight: bold;
}
.dyh .hqbx-tab .tab-inform-com {
  width: 78%;
}
.hxjz .hxjz-box {
  padding: 50px 0 58px;
}
.hxjz .hxjz-con {
  margin-top: 50px;
}
.hxjz .hxjz-con h4 {
  font-size: 24px;
  color: #132644;
  font-weight: bold;
}
.hxjz .hxjz-con p {
  font-size: 18px;
  color: #0d2039;
}
.hxjz .hxjz-con .right {
  width: 76%;
}
/*.hxjz .hxjz-con .tab.active {*/
/*  transition: all 2s;*/
/*  border-radius: 10px;*/
/*  border: 1px solid #0066ff;*/
/*}*/
.hxjz .hxjz-con .tab.active h4 {
  color: #0066ff;
}
.hxjz .hxjz-con .tab.active .on {
  display: block;
}
.hxjz .hxjz-con .tab.active .off {
  display: none;
}
.hxjz .hxjz-con .tab {
  padding: 28px 0px;
  margin-right: 110px;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid rgba(0, 102, 255, 0);
}
/*.hxjz .hxjz-con .tab:hover {*/
/*  border-radius: 10px;*/
/*  border: 1px solid #0066ff;*/
/*}*/
.hxjz .hxjz-con .left-img {
  width: 110px;
  text-align: center;
}
.hxjz .hxjz-con .on {
  display: block;
  margin: 0 auto;
}
.hxjz .hxjz-con .off {
  display: none;
  margin: 0 auto;
}
.hxjz .hxjz-right {
  height: 560px;
  overflow: hidden;
  position: relative;
}
.hxjz .hxjz-right .hxjz-right-img {
  position: absolute;
  opacity: 0;
}
.hxjz .hxjz-right .hxjz-right-img.active {
  transition: all 2s cubic-bezier(0.48, 0.31, 0.89, 2.04);
  opacity: 1;
}
.hxjz .more {
  margin-top: 10px;
  text-align: start;
}
@keyframes sf1 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-50px, -60px);
  }
  100% {
    transform: translate(-100px, -120px);
  }
}
@keyframes sf2 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(50px, -50px);
  }
  100% {
    transform: translate(120px, -80px);
  }
}
@keyframes sf3 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(60px, 10px);
  }
  100% {
    transform: translate(200px, 20px);
  }
}
@keyframes sf4 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(50px, 80px);
  }
  100% {
    transform: translate(100px, 200px);
  }
}
@keyframes sf5 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-60px, 80px);
  }
  100% {
    transform: translate(-130px, 200px);
  }
}
@keyframes sf6 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-80px, -10px);
  }
  100% {
    transform: translate(-150px, -50px);
  }
}
.bn {
  background-image: url(../images/pic_bn_bg_02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bn .bn-img-box {
  position: relative;
}
.bn .bn-img-box .bn-img1 {
  position: absolute;
  left: 41%;
  top: 31%;
  animation: sf1 5s linear infinite;
}
.bn .bn-img-box .bn-img2 {
  position: absolute;
  left: 45%;
  top: 31%;
  animation: sf2 5s linear infinite;
}
.bn .bn-img-box .bn-img3 {
  position: absolute;
  left: 47%;
  top: 35%;
  animation: sf3 5s linear infinite;
}
.bn .bn-img-box .bn-img4 {
  position: absolute;
  left: 46%;
  top: 40%;
  animation: sf4 5s linear infinite;
}
.bn .bn-img-box .bn-img5 {
  position: absolute;
  left: 43%;
  top: 40%;
  animation: sf5 5s linear infinite;
}
.bn .bn-img-box .bn-img6 {
  position: absolute;
  left: 39%;
  top: 36%;
  animation: sf6 5s linear infinite;
}
.bn .bn-box {
  padding: 50px 0 58px;
}
.bn .bn-con {
  margin-top: 50px;
}
.bn .bn-con .right {
  padding-left: 62px;
}
.bn .des-p {
  line-height: 26px;
}
.bn .time-box {
  margin: 35px 0 40px;
}
.bn .time-box .col-4 {
  text-align: center;
}
.bn .time-box .time {
  color: #0066ff;
  font-size: 36px;
  font-weight: bold;
}
.bn .time-box .time .time-span {
  font-weight: bold;
  font-size: 48px;
/*  font-family: 'Alibaba_PuHuiTi-Bold';font-family: "微软雅黑"; */
}
.bn .more {
  text-align: end;
}
.fw {
  background-image: url(../images/pic_fw_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fw .fw-box {
  padding: 50px 0 58px;
}
.fw .fw-box .title-com h2 {
  color: #fff;
}
.fw .fw-box .title-com h2 span {
  color: #66ff00;
}
.fw .fw-box .title-com p {
  color: #fff;
}
.fw .fw-con {
  margin-top: 55px;
}
.fw .fw-con .tab-box {
  width: 704px;
  background-color: #132644;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.fw .fw-con .tab.active {
  color: #0066ff;
  background-color: #fff;
  opacity: 1;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
/*  font-family: "Alibaba_PuHuiTi-Medium";font-family: "微软雅黑"; */
}
.fw .fw-con .tab {
  width: 25%;
  line-height: 44px;
  color: #fff;
  opacity: 0.8;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.fw .tab-show-box {
  /* transform: translateX(200px); */
  display: flex;
  position: absolute;
  height: 0;
  opacity: 0;
  align-items: center;
  background-color: #fff;
  height: 374px;
  opacity: 0;
}
.fw .tab-show-box h3 {
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 30px;
  color: #0066ff;
  font-weight: bold;
}
.fw .tab-show-box h3::after {
  display: block;
  margin-top: 12px;
  content: '';
  width: 52px;
  height: 4px;
  background-color: #66ff00;
}
.fw .tab-show-box p {
  line-height: 30px;
  padding-right: 85px;
  font-weight: 400;
  text-align: justify;
}
.fw .tab-show-box .left-img {
  height: 100%;
}
.fw .tab-show-box .left-img img {
  width: 100%;
  height: 100%;
}
.fw .tab-show-box .tab-right {
  height: 100%;
  position: relative;
}
.fw .tab-show-box .tab-right .mask-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.fw .tab-show-box .tab-right .mask-img img {
  height: 100%;
}
.fw .tab-show {
  background-color: #fff;
  overflow: hidden;
}
.fw .tab-show-box.active {
  opacity: 1;
  position: relative;
  height: auto;
  display: flex;
  transition: all 0.6s linear;
  transform: translateX(0px);
}
.fw .more {
  margin-top: 32px;
}
.fw .more .moreA {
  background-color: #fff;
  color: #0066ff;
}
.hzhb {
  background-color: #f6f7fb;
  padding: 50px 0 58px;
}
.hzhb .swiper-wrapper {
  align-items: center;
}
.hzhb .swiper-box {
  margin-top: 60px;
}
.hzhb .swiper-slide {
  display: flex;
  align-items: center;
  margin: 0 15px;
  width: 260px;
  height: 130px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 10px #cccccc;
  box-sizing: border-box;
}
.swiper-img{}
.hzhb .swiper-img::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: none;
	border-left: 1px solid #0066ff;
	border-right: 1px solid #0066ff;
	left: 0;
	top: 110%;
	opacity: 0.8;
	transition: 0.8s;
}
.hzhb .swiper-img:hover::after{
	top: 0;
	transition: 0.8s;
}
.hzhb .swiper-img:hover::before{
	left: 0;
	transition: 0.8s;
}
.hzhb .swiper-img::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: none;
	border-bottom: 1px solid #0066ff;
	border-top: 1px solid #0066ff;
	left: 120%;
	top: 0;
	opacity: 0.8;
	transition: 0.8s;
}


.hzhb .swiper-img {
  margin: auto;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hzhb .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.hzhb .swiper2 {
  margin-top: 30px;
}
.hzhb .swiper1,.hzhb .swiper2{
	padding: 10px 0;
}
.hzhb .swiper2 .swiper-slide {
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
}
.zxwd {
  padding: 50px 0 58px;
}
.zxwd .zxwd-con {
  padding-top: 50px;
}
.zxwd .wid30 > a:hover {
  transition: all 0.5;
  transform: scale(1.2);
}
.zxwd .wid30 {
  width: 32%;
  padding: 20px 25px;
  margin-right: 2%;
  box-shadow: 0 0 3px 0px rgba(33, 33, 33, 0.2);
  transition: all 0.3s ease-out;
  border-radius: 10px;
}
.zxwd .wid30:nth-of-type(3n) {
  margin-right: 0;
}
.zxwd .wid30:hover {
  transform: translateY(1px);
  box-shadow: 0 10px 10px 0 rgba(22, 23, 24, 0.2);
  transition: all 0.6s ease-out;
}
.zxwd .wid30 h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 60px;
  color: #0066ff;
  border-bottom: 1px solid #ccc;
}
.zxwd .wid30 h4 img {
  margin-right: 20px;
}
.zxwd .wid30 p {
  line-height: 58px;
  border-bottom: 1px solid rgba(204, 204, 204, 0);
}
.zxwd .wid30 p a {
  margin-top: 0px;
  text-align: start;
  color: #132146;
}
.zxwd .wid30 p:hover {
  transition: all 0.5s;
  border-bottom: 1px solid #cccccc;
}
.zxwd .wid30 p:hover a {
  color: #0066ff;
}
.zxwd .wid30 .wid30-text {
  height: 240px;
}
.zxwd .wid30 a {
  margin-top: 16px;
  display: block;
  color: #0066ff;
  text-align: center;
}
.zxwd .more {
  margin-top: 40px;
}
.yyty {
  padding: 70px 0;
  background-image: url(../images/pic_bot_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.yyty .bot {
  text-align: center;
  margin-top: 30px;
}
.yyty .bot a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 55px;
  color: #fefefe;
  padding: 0 40px;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  background-color: #33a5fe;
  font-size: 24px;
}
.yyty .bot a:hover {
  background-color: #fff;
  color: #0066ff;
}
.yyty .bot a:hover::after {
  display: none;
}
.yyty .bot a::after {
  content: '';
  display: block;
  width: 120%;
  height: 250%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 25%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 102, 255, 0.3);
  animation: jjp 1s linear infinite;
}
.yyty .ffty-box .title-com h2 {
  color: #fff;
}
.yyty .ffty-box .title-com h2::after {
  display: none;
}
.yyty .ffty-box .title-com h2::before {
  display: none;
}
.yyty .ffty-box .title-com p {
  font-size: 18px;
  color: #fff;
}


/* 1130 */
.header .nav-box .nav-li .off{
	background: url(../images/header-jt_05.png) no-repeat;
	background-position: center;
	transform: none;
	width: 25px;
	height: 25px;
}
.header .nav-box .nav-li .nav-li-a:hover .off{
	transform: rotate(180deg);
	background-image: url(../images/header-jh_03.png);
}
.header .nav-box .nav-li .nav-li-a{
	display: flex;
	align-items: center;
}
.fw{
	overflow: hidden;
}
.yyty .bot a::after{
	width: 120px;
	height: 120px;
	border-radius: 100%;
}
.header .nav-box .input{
	height: 100%;
	display: flex;
	align-items: center;
}
.header .nav-box .input .search{
	height: 30px;
	line-height: 26px;
	display: block;
}

/* about */
.nei-banner{
	position: relative;
	margin-top: 87px;
}
.nei-banner-img{
	
}
.nei-banner-img img{
	width: 100%;
}
.nei-ban-box{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	/* height: 100%; */
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.nei-ban-text h4{
	font-size: 48px;
	color: #ffffff;
	line-height: 72px;
	
	 font-family: "RuiZiChaoPaiChiGuangHei";
}
.go-more{
	margin-top: 40px;
	line-height: normal;
}
.go-more a{
/* 	 font-family: "Alibaba_PuHuiTi-Light";font-family: "微软雅黑"; */
	 font-size: 18px;
	 color: #132644;
	 border-radius: 5px;
	 padding: 10px 45px 10px 25px;
	 background: #ffffff url(../images/jjr_03.png) no-repeat;
	 background-position: 90%;
	 position: relative;
	 overflow: hidden;
	 display: inline-block;
}
.go-more a::after{
	content: '';
	    /* display: block; */
	    width: 50px;
	    height: 50px;
	    position: absolute;
	    top: 0%;
	    left: 0%;
		right: 0;
	    border-radius: 100%;
	    transform:scale(0);
	    background-color: rgba(0, 102, 255, 0.3);
	   /* animation: jjp 1s linear infinite; */
	   transition: 0.5s;
	   margin: auto;
}
.go-more a:hover::after{
	transform: scale(5);
	transition: 0.5s;
}
.nei-nav {

	height: 55px;
	line-height: 55px;
	/* background: #FFFFFF; */
	border-bottom: 1px solid #eeeeee;
}

.nei-nav .nei-nav-left {}

.nei-nav .nei-nav-left a {
	position: relative;
	
	font-size: 18px;
	color: #333333;
	padding: 0 5px;
	    margin-right: 30px;
	display: inline-block;
	
}

.nei-nav .nei-nav-left a.active::after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	height: 2px;
	background: #0066ff;
	left: 0;
	right: 0;
	margin: auto;
}

.nei-nav .nei-nav-left a:hover,
.nei-nav .nei-nav-left a.active {
	color: #0066ff;
	/* font-family: "Alibaba_PuHuiTi-Medium";font-family: "微软雅黑"; */
}

.nei-nav .nei-nav-right {
	margin-left: auto;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #999999;
}

.nei-nav .nei-nav-right a {
	/* font-weight: bolder; */
	color: #5b5b5b;
	padding-left: 5px;
	height: 100%;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 14px;
	color: #666666;
/* 	font-family: "Alibaba_PuHuiTi-Light";font-family: "微软雅黑"; */

}

.nei-nav .nei-nav-right a:last-child{
	color: #252a4d;
}

.nei-nav .nei-nav-right a:nth-of-type(1) {}

.nei-nav .nei-nav-right a:nth-of-type(2) {}

.nei-nav .nei-nav-right a.active,
.nei-nav .nei-nav-right a:hover {
	color: #252a4d;
}

.nei-list-div {
	display: flex;
}
.padd-60{
	padding: 60px 0;
}
.nei-title{
	margin-bottom: 40px;
}
.nei-title h3,.nei-title h3 span{
	font-size: 36px;
	color: #132644;
	/* font-family: "Alibaba_PuHuiTi-Medium";font-family: "微软雅黑"; */
	text-align: center;
}
.nei-title h3 span{
	color: #0066ff;
}
.index-about-num{
	margin-top: 40px;
}
.index-about-num ul{
	display: flex;
	justify-content: space-around;
}
.index-about-num ul li{
	/* width: 25%; */
	text-align: center;
}
.index-about-num ul li b{
	font-size: 46px;
	color: #0066ff;
	
/* 	font-family: "Alibaba_PuHuiTi-SemiBold";font-family: "微软雅黑"; */
}
.index-about-num ul li span{
	font-size: 48px;
	color: #0066ff;
	
	margin-left: 10px;
/* 	font-family: "Alibaba_PuHuiTi-Thin";font-family: "微软雅黑"; */
}
.index-about-num ul li p{
	font-size: 18px;
	color: #333333;
}
.about-s1-right{
	width: 50%;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
	padding: 25px 0;
}
.about-s1-img{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.about-s1-box{
	display: flex;
	flex-wrap: wrap;
}
.about-s1-box .about-s1-left{
	width: 50%;
	box-sizing: border-box;
	padding-right: 30px;
}
.about-s1-box .about-s1-left h4{
	font-size: 30px;
	color: #132644;
	line-height: 36px;
	/* font-family: "Alibaba_PuHuiTi-Medium";font-family: "微软雅黑"; */
}
.about-s1-box .about-s1-left h5{
	font-size:20px;
	color:#132644;
	margin-bottom: 0;
}
.xian-i{
	width: 65px;
	height:4px;
	background:#0066ff;
	display:inline-block;
}
.about-s1-text{
	margin-top: 5px;
}
.about-s1-text p{
	font-size: 16px;
	color: #666666;
	line-height: 34px;
}

.hui-bac{
	background: #f5f7fa;
}
.about-s2-img{}
.bac-img{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.about-s2-left{
	width: 50%;
	overflow: hidden;
	border-radius: 10px;
	height: 420px;
}

.about-s2-box{
	display: flex;
	flex-wrap: wrap;
}
.about-s2-right{
	width: 50%;
	box-sizing: border-box;
	padding: 0 70px;
	display: flex;
	align-items: center;
}
.about-s2-right ul{}
.about-s2-right ul li{
	margin: 25px 0;
}
.about-s2-right li b{
	font-size: 26px;
	color: #132644;
	font-weight: 500;
}
.about-s2-right li p{
	font-size: 20px;
	color: #282828;
	line-height: 36px;
}
.about-s3-swiper{}
.about-s3-swiper .swiper-slide{
	box-sizing: border-box;
	padding: 0px 15px;
}
.about-s3-swiper .swiper-slide b{
	font-size: 32px;
	color: #1472ff;
	/* font-family: "Alibaba_PuHuiTi-SemiBold";font-family: "微软雅黑"; */
	position: relative;
	display: inline-block;
	padding: 30px 0 60px;
	width: 79px;
	    overflow: hidden;
	    white-space: nowrap;
}
.about-s3-swiper .swiper-slide b::after,.about-s3-swiper .swiper-slide b::before{
	position: absolute;
	content: "";
	left: -16px;
	right: 0;
	margin: auto;
	border-radius: 100%;
}
.about-s3-swiper .swiper{
	padding-bottom: 20px;
}
.about-s3-swiper .swiper-slide b::after{
	width: 14px;
	height: 14px;
	background: #1472ff;
	top: 101px;
}
.about-s3-swiper .swiper-slide b::before{
	width: 35px;
	height: 35px;
	background: rgba(20,114,255,0.2);
	top: 90px;
}
.about-s3-swiper .swiper-slide ul{
	background: #ffffff;
	box-shadow: 0 0 15px #eeeeee;
	height: 150px;
	box-sizing: border-box;
	padding: 20px 25px;
	border-radius: 5px;
	position: relative;
}
.about-s3-swiper .swiper-slide ul::after{
	position: absolute;
	content: "";
	left: 31px;
	    top: -35px;
	    width: 1px;
	    height: 70px;
	    background: #1472ff;
	    z-index: 0;
}
.about-s3-swiper .swiper-slide ul li{
	position: relative;
	padding-left: 23px;
}
.about-s3-swiper .swiper-slide ul li::after{
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 100%;
	background: #ffffff;
	box-sizing: border-box;
	border: 1px solid #1472ff;
	left: 0;
	top: 11px;
	z-index: 1;
}
.about-s3-swiper .swiper-slide ul li:before{
	position: absolute;
	content: "";
	left: 6px;
	top: 20px;
	background: #1472ff;
	width: 1px;
	height: 100%;
}
.about-s3-swiper .swiper-slide ul li:last-of-type:before{
	display: none;
}
.about-s3-swiper .swiper-slide ul li p{
	font-size: 16px;
	color: #132644;
	line-height: 24px;
	padding: 5px 0;
	/* font-family: "Alibaba_PuHuiTi-Regular";font-family: "微软雅黑"; */
}
.about-s3-swiper .swiper::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 100%;
	top: 107px;
	background: #e5e6eb;
	height: 1px;
}

.about-active-time .swiper{
	padding: 10px 0 10px;
}
.about-active-time .swiper .swiper-slide{
	transform: scale(0.92);
	opacity: 1;
	cursor: pointer;
	height: 100%;
}
.about-active-time .swiper .swiper-slide-active,.about-active-time .swiper .swiper-slide-duplicate-active{
      transform: scale(1.18);
	  z-index: 99999;
	  opacity: 1;
	}
	.about-active-time{
		position: relative;
	}
.about-active-time .about-active-time-img{
	height: 321px;
}

.about-active-time .swiper .swiper-slide img{
	width: 100%;
	height: 100%;
}
.about-active-time .swiper-button-black{
	/* opacity: 0.6; */
	background-size: 18px;
	outline: none;
	 --swiper-navigation-color: #b3b3b3;/* 单独设置按钮颜色 */
	 --swiper-navigation-size: 30px;/* 设置按钮大小 */
	 width: 50px;
	 height: 50px;
	 border-radius: 100%;
	 border: 1px solid #b3b3b3;
}
.about-active-time .swiper-button-prev{
	left: -65px;
}
.about-active-time .swiper-button-next{
	right: -65px;
}
.about-active-time .swiper .swiper-slide .about-active-text{
	text-align: center;
	background: #ffffff;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 8px 3px #eeeeee;
}
.about-active-text{}
.about-active-text h5{
	font-size: 20px;
	color: #132644;
}
/* .swiper{
    --swiper-theme-color: #ff6600;
    --swiper-navigation-color: #000000;
    --swiper-navigation-size: 30px;
  } */

.about-s5-swiper{
	position: relative;
}
.about-s5-swiper .swiper-button-black{
	background-size: 18px;
	outline: none;
	 --swiper-navigation-color: #b3b3b3;/* 单独设置按钮颜色 */
	 --swiper-navigation-size: 30px;/* 设置按钮大小 */
	 width: 50px;
	 height: 50px;
	 border-radius: 100%;
	 border: 1px solid #b3b3b3;
}
.about-s5-swiper .swiper-button-prev{
	left: -65px;
}
.about-s5-swiper .swiper-button-next{
	right: -65px;
}
.about-s5-swiper .about-s5-img{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 265px;
}
.dongtai-ul{
	display: flex;
	flex-wrap: wrap;
}
.dongtai-ul li{
	width: 31.33333%;
	margin-right: 3%;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.dongtai-ul li:nth-of-type(3n){
	margin-right: 0;
}
.dongtai-ul li a{
	display: block;
}
.dongtai-ul li a .dongtai-img{
	overflow: hidden;
	height: 240px;
	border-radius: 5px;
}
.dongtai-ul li a .dongtai-img div{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.dongtai-ul li a .dongtai-text{
	padding: 15px 0;
	border-bottom: 1px solid #e1e1e1;
}
.dongtai-ul li a .dongtai-text i{
	font-size: 16px;
	color: #b0b0b0;
	display: inline-block;
	font-style: normal;
}
.dongtai-ul li a .dongtai-text h4{
	font-size: 18px;
	color: #525252;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 5px;
}
.dongtai-ul li a .dongtai-text span{
	font-size: 12px;
	color: #525252;
	display: inline-block;
}

.more-j{
	text-align: center;
	margin-top: 40px;
}
.more-j a{
	background: url(../images/mo-j_13.png) no-repeat;
	background-position: 85%;
	border: 1px solid #0066ff;
	border-radius: 5px;
	font-size: 16px;
	color: #005df6;
/* 	font-family: "Alibaba_PuHuiTi-Light";font-family: "微软雅黑"; */
	padding: 10px 40px 10px 20px;
}

.about-s6-div2{}
.about-s6-top{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
}
.about-s6-left{
	width: 50%;
}
.about-s6-left .about-s6-div1{
	display: flex;
	align-items: end;
	margin-bottom: 45px;
}
.about-s6-left .about-s6-div1 div{
	margin-right: 25px;
}
.about-s6-left .about-s6-div1 div b{
	font-size: 28px;
	color: #000000;
/* 	font-family: "Alibaba_PuHuiTi-SemiBold";font-family: "微软雅黑"; */
}
.about-s6-div2{
	display: flex;
	flex-wrap: wrap;
}
.about-s6-div2 p{
	width: 50%;
	font-size: 20px;
	color: #000000;
/* 	font-family: "Alibaba_PuHuiTi-SemiBold";font-family: "微软雅黑"; */
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.about-s6-div2 .pp1{
	background-image: url(../images/ab-icon_03.png);
}
.about-s6-div2 .pp2{
	background-image: url(../images/ab-icon_06.png);
}
.about-s6-right{
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
.about-s6-right div{
	text-align: center;
	margin-left: 75px;
}
.about-s6-right div img{
	width: 120px;
	/* height: 120px; */
}
.about-s6-right p{
	font-size: 14px;
	color: #808080;
}
.about-s6-right strong{
	display: block;
	font-size: 20px;
	margin: 5px;
	color: #000000;
}
a{
	display: inline-block;
}

#contact-map1{
	width: 100%;
	height: 500px;
	
}
.about-s6-map{
	padding: 20px 0;
}
.about-s6-ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-s6-ul li{
	width: 40%;
	border-bottom: 1px dashed #949494;
	padding: 25px 0;
}
.about-s6-ul li b{
	font-size: 20px;
	color: #000000;
	display: block;
	margin-bottom: 8px;
/* 	 font-family: "Alibaba_PuHuiTi-Bold";font-family: "微软雅黑"; */
}
.about-s6-ul li p{
	font-size: 18px;
	color: #8f8f8f;
	/* font-family: "Alibaba_PuHuiTi-Regular";font-family: "微软雅黑"; */
	 line-height: 30px;
}
.nei-ban-text h6{
	font-size: 20px;
	color: #fefefe;
	/* font-family: "Alibaba_PuHuiTi-Medium";font-family: "微软雅黑"; */
	line-height: 36px;
}
.nei-ban-dl{
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}
.nei-ban-dl dd{
	width: 50%;
	margin: 6px 0;
}
.nei-ban-dl dd p{
	background: url(../images/dui-lan_03.png) no-repeat;
	background-position: left;
	font-size: 18px;
	color: #fefefe;
	padding: 2px 0px;
	padding-left: 30px;
}

.work-list-div{}
.work-list-div .work-item{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
	    justify-content: space-between;
		align-items: center;
}
.work-list-div .work-item:nth-of-type(even){
	flex-direction: row-reverse;
}
.work-list-div .work-item:nth-of-type(even) .work-item-left{
	padding-left: 20px;
}
.work-list-div .work-item .work-item-left{
	width: 49%;
	padding: 40px 20px 20px 0;
}
.work-list-div .work-item .work-item-left h3{
	font-size: 36px;
	color: #132644;
	line-height: 36px;
	/* font-family: "Alibaba_PuHuiTi-Medium";font-family: "微软雅黑"; */
	margin-bottom: 30px;
}
.work-list-div .work-item .work-item-left .work-item-text{}
.work-list-div .work-item .work-item-left .work-item-text p{
	font-size: 18px;
	color: #2a2f3c;
	line-height: 36px;
	background: url(../images/dian_06.png) no-repeat;
	background-position: left 10px;
	padding-left: 25px;
}
.work-list-div .work-item .work-item-left .work-item-text b{
	 /* font-family: "Alibaba_PuHuiTi-Bold";font-family: "微软雅黑"; */
}
.work-list-div .work-item .work-item-left .work-item-text span{
	/* font-size: 18px;
	color: #2a2f3c; */
	/* font-family: "Alibaba_PuHuiTi-Light";font-family: "微软雅黑"; */
}
.go-more.lan{
	margin-top: 20px;
}
.go-more.lan a{
	background-color: #0066ff;
	color: #ffffff;
	background-image: url(../images/jb_03.png);
}
.work-list-div .work-item .work-item-right{
	width: 49%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	/* box-shadow: 0 0 12px #eeeeee; */
}
.work-list-div .work-item .work-item-right img{
	max-height: 100%;
	width: 100%;
}
.bac{
	background: url(../images/bac_02.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.nei-title.xian h3{
	position: relative;
}
.nei-title.xian h3::after,.nei-title.xian h3::before{
	width: 140px;
	height: 3px;
	background: #dadee1;
	position: absolute;
	top: 20px;
	content: "";
}
.nei-title.xian h3::after{
	left: 62%;
}
.nei-title.xian h3::before{
	right: 62%;
}

.work-list-ul{
	display: flex;
	flex-wrap: wrap;
}
.work-list-ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	box-shadow: 0 0 20px rgba(0,102,255,0.23);
	background: #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px 20px;
	padding-bottom: 35px;
}
.work-list-ul li:nth-of-type(3n){
	margin-right: 0;
}
.work-list-ul li h4{
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
}
.work-list-ul li dl{
	margin-top: 10px;
	padding: 0 25px;
}
.work-list-ul li dl dd{
	background-position: left;
	background-repeat: no-repeat;
	color: #2e2524;
	font-size: 16px;
	margin: 5px 0;
	padding: 5px 0;
	padding-left: 40px;
	/* font-family: "Alibaba_PuHuiTi-Light";font-family: "微软雅黑"; */
}
.work-list-ul li .work-list-a{
	text-align: center;
}
.work-list-ul li .work-list-a a{
	background: url(../images/jianbian_26.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	font-size: 14px;
	color: #ffffff;
	padding: 5px 30px;
	border-radius: 5px;
}

.work-s3{
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
}
.work-s3-box{
	position: relative;
	display: flex;
	align-items: center;
	padding: 20px 0;
}
.work-s3-div{
	position: relative;
	box-sizing: border-box;
	padding-right: 22%;
}
.work-s3-div h5{
	font-size: 28px;
	color: #ffffff;
	line-height: 48px;
}
.work-s3-div::after{
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	background: url(../images/dh_03.png) no-repeat;
	background-position: center;
	left: -95px;
	top: 10px;
}
.nei-title-text{
	font-size: 18px;
	color: #5c5e66;
	line-height: 24px;
	text-align: center;
}

.work-s4-ul{
	display: flex;
	flex-wrap: wrap;
}
.work-s4-ul li{
	box-shadow: 0 0 10px rgba(0,102,255,0.23);
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	background: #ffffff;
	box-sizing: border-box;
	padding: 20px 20px 20px 40px;
	border-radius: 10px;
}
.work-s4-ul li:nth-of-type(3n){
	margin-right: 0;
}
.work-s4-ul li .work-s4-img{
	width: 60px;
	height: 60px;
	overflow: hidden;
	text-align: left;
	line-height: 60px;
}
.work-s4-ul li p{
	font-size: 15px;
	color: #132644;
	line-height: 30px;
}
.work-s4-ul li h4{
	font-size: 22px;
	color: #000000;
	line-height: 24px;
	margin: 15px 0 10px;
}

.work-s5-ul{
	display: flex;
	flex-wrap: wrap;
	    padding-top: 25px;
}
.work-s5-ul li{
	width: 15%;
	margin-right: 2%;
	margin-bottom: 15px;
}
.work-s5-ul li:nth-of-type(6n){
	margin-right: 0;
}
.work-s5-ul li .work-s5-img{
	width: 120px;
	height: 120px;
	position: relative;
	border-radius: 100%;
	box-shadow: 0 0 20px rgba(0,102,255,0.23);
	background: #ffffff;
	transition: 0.5s;
	margin: auto;
	margin-bottom: 15px;
	
}
.work-s5-ul li .work-s5-img:hover{
	background: #0066ff;
	transition: 0.5s;
}

.work-s5-ul li .work-s5-img img{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.work-s5-ul li .work-s5-img img.ss1{
	display: block;
}
.work-s5-ul li .work-s5-img img.ss2{
	display: none;
}
.work-s5-ul li .work-s5-img:hover img.ss1{
	display: none;
}
.work-s5-ul li .work-s5-img:hover img.ss2{
	display: block;
}
.work-s5-ul li p{
	font-size: 16px;
	color: #132644;
	line-height: 30px;
	text-align: center;
}
.work-s5-ul li .work-s5-img b{
	position: absolute;
	right: -10px;
	font-weight: bold;
	font-family: Arial;
	color: #b7cfff;
	font-size: 36px;
	font-style: italic;
	top: -11px;
}
.nei-title-text p span{
	color: #0066ff;
}
.s6-table-title,.s6-table-list li{
	display: flex;
	height: 50px!important;
	line-height: 50px;
	align-items: center;
}
.s6-table-title span,.s6-table-list li span{
	width: 16.6666666%;
	display: block;
	/* padding: 8px 0; */
	font-size: 16px;
	color: #666666;
	/* line-height: 40px; */
	box-sizing: border-box;
	padding-left: 30px;
}
.s6-table-list li{
	border-bottom: 1px dashed #eeeeee;
}
.s6-table-title{
	background: #0066ff;
}
.s6-table-title span{
	color: #ffffff;
}

.work-s6-table{
	box-shadow: 0 0 20px rgba(0,102,255,0.23);
}
.s6-table-list{
	padding-bottom: 22px;
}
.s6-table-list li:hover{
	background: rgba(0,102,255,0.1);
}


/* msg */
.msg-box{
	background: #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 50px;
	box-shadow: 0 0 12px #eeeeee;
	display: flex;
}
.msg-box-left{
	width: 50%;
}
.msg-box-left h3{
	font-size: 36px;
	color: #262626;
	margin-bottom: 20px;
}
.msg-box-left .msg-left-img{
	margin-bottom: 30px;
	text-align: center;
}
.msg-box-left .msg-left-text{}
.msg-box-left .msg-left-text p{
	font-size: 16px;
	color: #828282;
	font-family: inherit;
	line-height: 36px;
	padding-left: 25px;
	background: url(../images/lan-dui_09.png) no-repeat;
	background-position: left;
}


.msg-box-right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 45px;
}
.msg-box-right h5{
	margin-bottom: 15px;
	font-size: 18px;
	color: #262626;
}
.msg-box-right ul{}
.msg-box-right ul li{
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
}
.msg-box-right ul li label{
	font-size: 16px;
	color: #262626;
	margin-bottom: 0;
}
.msg-box-right ul li input,.msg-box-right ul li textarea{
	flex: 1;
	border: none;
	background: #ffffff;
	box-sizing: border-box;
	padding:0 6px;
	resize: none;
	color: #999999;
	outline: none;
}
.msg-box-right ul li i{
	color: #ff0000;
}
.msg-box-right ul li textarea{
	height: 100px;
	outline: none;
}
.msg-box-right button{
	width: 100%;
	height: ;
	background: #0066ff;
	color: #ffffff;
	font-size: 18px;
	border-radius: 5px;
	border: none;
	    padding: 9px 0;
		margin-top: 25px;
		transition: 0.5s;
}
.msg-box-right button:hover{
	opacity: 0.7;
	transition: 0.5s;
}

.news-right{
	width: 335px;
	background: #ffffff;
	margin-left: auto;
	padding: 20px 20px;
	border-radius: 10px;
}
.news-right h4{
	font-size: 24px;
	color: #000000;
	margin-bottom: 15px;
	
}
.news-right-hot{}
.news-right-hot li{
	padding: 15px 0;
	border-bottom: 1px solid #e7e8eb;
}
.news-right-hot li a{
	display: flex;
	box-sizing: border-box;
	padding: 0 5px;
	align-items: center;
}
.news-right-hot i{
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #e5e5e5;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    color: #ffffff;
    font-style: normal;
}
.news-right-hot li:nth-of-type(1) i{
	background: #ff0000;
}
.news-right-hot li:nth-of-type(2) i{
	background: #ff8547;
}
.news-right-hot li:nth-of-type(3) i{
	background: #ffac38;
}
.news-right-hot li:nth-of-type(1) i:after{
 content:"1";
}
.news-right-hot li:nth-of-type(2) i:after{
 content:"2";
}
.news-right-hot li:nth-of-type(3) i:after{
 content:"3";
}
.news-right-hot li:nth-of-type(4) i:after{
 content:"4";
}
.news-right-hot li:nth-of-type(5) i:after{
 content:"5";
}
.news-right-hot li:nth-of-type(6) i:after{
 content:"6";
}
.news-right-hot li:nth-of-type(7) i:after{
 content:"7";
}
.news-right-hot li:nth-of-type(8) i:after{
 content:"8";
}
.news-right-hot li:nth-of-type(9) i:after{
 content:"9";
}
.news-right-hot li:nth-of-type(10) i:after{
 content:"10";
}
.news-right-hot h6{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0;
	font-size: 14px;
	color: #000000;
	padding-left: 10px;
	width: calc(100% - 14px);
	box-sizing: border-box;
	transition: 0.5s;
}
.news-right-hot a:hover h6{
	color: #0066ff;
	transition: 0.5s;
}
.news-left{
	width: calc(100% - 385px);
	box-sizing: border-box;
	background: #fff;
	padding: 30px;/*文章边距宽度*/
	border-radius: 10px;
}


.news-detail-text>h3 {
    position: relative;
    padding-left: 16px;
    line-height: 1.46;
    border: 0;
    margin: 16px 0 16px;
    font-weight: 700;
}

.news-detail-text>h3:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 3px;
    height: calc(100% - 8px);
    border-radius: 3px;
    background-color: #0066ff;
}
.news-detail-text h3 {
    font-size: 18px;
}

.news-box{
	display: flex;
	flex-wrap: wrap;
}
.news-list-ul{}
.news-list-ul li{
	padding: 15px 0;
	border-bottom: 1px solid #dddddd;
}
.news-list-ul li a{
	display: flex;
}
.news-list-ul li a .news-left-img{
	width: 275px;
	height: 175px;
	overflow: hidden;
}
.news-list-ul li a .news-left-img img{
    max-height: 100%;
    transition: 0.5s;
    width: 100%;
    height: 100%;
}
.news-list-ul li a:hover .news-left-img img{
	transform: scale(1.1);
	transition: 0.5s;
}
.news-list-ul li a .news-left-text{
	width: calc(100% - 275px);
	box-sizing: border-box;
	padding: 10px 25px;
}
.news-list-ul li a .news-left-text h4{
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 10px;
	transition: 0.5s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-list-ul li a .news-left-text span{
	font-size: 14px;
	color: #999999;
	display: block;
	margin-bottom: 10px;
}
.news-list-ul li a .news-left-text p{
	font-size: 14px;
	color: #888888;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
}
.news-list-ul li a:hover .news-left-text h4{
	color: #0066ff;
	transition: 0.5s;
}
#pages ._active_1 {
	background-color: #0066ff !important;
}

._page_container ._pages li {
	padding: 3px 7px !important;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
}

._page_container ._home,
._page_container ._last,
._page_container ._prev_text,
._page_container ._next_text {
	padding: 3px 7px !important;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
}

._page_container ._pages {
	vertical-align: middle;
}

._page_container ._pages li:hover,
._page_container ._prev:hover,
._page_container ._next:hover,
._page_container ._home:hover,
._page_container ._last:hover {
	color: #0066ff !important;
}

#pages ._active_1:hover {
	color: #FFFFFF !important;
}
._page_container {
	margin: 45px 0 !important;
}


/* news-detail */
.news-detail-title{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 12px;
}
.news-detail-title h3{
	font-size: 30px;
	color: #132644;
	/* font-family: "Alibaba_PuHuiTi-SemiBold";font-family: "微软雅黑"; */
}
.news-detail-share{}
.news-detail-share span{
	background-position: left;
	background-repeat: no-repeat;
	font-size: 12px;
	margin-right: 25px;
	color: #aaaaaa;
}
.news-detail-share .span-look{
	padding-left: 25px;
	background-image: url(../images/look_03.jpg);
}

.news-detail .news-left,.news-detail .news-right{
	padding-top: 30px;
	box-shadow:  0 0 8px #cccccc;
}
.news-detail-text{
	padding: 25px 0;
}
.news-detail-text h4{
	font-size: 20px;
	color: #000000;
	line-height: 30px;
}
.news-detail-text p{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.news-detail-page{
	border-bottom: 1px solid #eeeeee;
	display: flex;
	align-items: center;
    padding: 0 0 15px 0;
}
/*文章底部样式*/
.tianchenw p{
	color: #666666;
	font-size: 16px;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
}	
@media (max-width: 756px){
.tianchenw p{
	font-size: 15px;
}
.newstags a {
    font-size: 15px;
}
}
.tianchenw a{
	color: #666666;
}
.tianchenw a:hover {
    color: #0066ff;
}
.newstags a {
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
    color: #666666;
    font-size: 15px;
}
.newstags a:hover {
    color: #ffffff;
    background-color: #0166ff;
}
.tagslist a {
    margin: 0 8px 8px 0;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
    color: #666666;
    font-size: 16px;
}
.tagslist a:hover {
    color: #ffffff;
    background-color: #0166ff;
}
/*文章底部样式*/
.news-detail-page-left{
	width: 70%;
}
.news-detail-page-left div{
	margin: 8px 0;
}
.news-detail-page-left a{
	position: relative;
	font-size: 16px;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 14px;
	display: block;
}
.news-detail-page-left a::after{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	left: 0;
	top: 10px;
	background: #666666;
}
.news-detail-page-left a:hover{
	color: #0066ff;
}
.news-detail-page-right{
	width: 20%;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.news-detail-page-right a{
	display: block;
	margin: 0 10px;
}
.news-else{
	padding: 20px 0;
}
.news-else h4{
	font-size: 24px;
	color: #000000;
	margin-bottom: 20px;
}
.news-else-ul{
	display: flex;
	flex-wrap: wrap;
}
.news-else-ul li{
	width: 49%;
	margin-right: 2%;
}
.news-else-ul li:nth-of-type(2n){
	margin-right: 0;
}
.news-else-ul li a{
	display: flex;
	flex-wrap: wrap;
}
.news-else-ul li a .news-else-img{
	overflow: hidden;
	width: 205px;
	height: 120px;
}
.news-else-ul li a img{
	width: 100%;
	max-height: 100%;
	transition: 0.5s;
}
.news-else-ul li a:hover img{
	transform: scale(1.1);
	transition: 0.5s;
}
.news-else-ul li a .news-else-text{
	width: calc(100% - 205px);
	box-sizing: border-box;
	padding: 5px 0px 5px 15px;
}
.news-else-ul li a .news-else-text h6{
	font-size: 16px;
	color: #132644;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 30px;
	transition: 0.5s;
}
.news-else-ul li a .news-else-text span{
	font-size: 15px;
	color: #0066ff;
	border: 1px solid #0066ff;
	border-radius: 10px;
	padding: 5px 15px;transition: 0.5s;
}
.news-else-ul li a:hover .news-else-text h6{
	color: #0066ff;
	transition: 0.5s;
}
.news-else-ul li a .news-else-text span:hover{
	background: #0066ff;
	color: #ffffff;
	transition: 0.5s;
}



.nei-nav .nei-nav-right a:nth-of-type(1){
	display: none;
}
.nei-nav.case-nav .nei-nav-right{
	margin-left: 0;
}
.nei-nav.case-nav{
	border: none;
}
.case{
	padding-bottom: 60px;
}
.case-box{
	display: flex;
	flex-wrap: wrap;
}
.case-left{
	width: 270px;
	border-radius: 10px;
	background: #ffffff;
	overflow: hidden;
	box-shadow: 0 0 8px #cccccc;
}
.case-right{
	width: calc(100% - 295px);
	border-radius: 10px;
	background: #ffffff;
	box-sizing: border-box;
	padding: 30px;
	margin-left: auto;
	box-shadow: 0 0 8px #cccccc;
}
.case-left-title{
	background: #0066ff;
	padding: 15px 30px;
}
.case-left-title h3{
	font-size: 24px;
	color: #ffffff;
	background: url(../images/al_03.jpg)  no-repeat;
	padding-left: 45px;
	margin-bottom: 0;
	/* font-family: "Alibaba_PuHuiTi-Bold";font-family: "微软雅黑"; */
}

.case-left-dl{
	padding: 30px 20px;
}
.case-left-dl dd{}
.case-left-dl dd a{
	display: block;
	font-size: 18px;
	color: #252a4d;
	/* font-family: "Alibaba_PuHuiTi-Light";font-family: "微软雅黑"; */
	padding: 10px 0;
	padding-left: 20px;
	border-left: 3px solid #ffffff;
	transition: 0.5s;
}
.case-left-dl dd a.active{
	border-color: #0066ff;
	background: #f5f7fa;
	transition: 0.5s;
}
.case-left-dl dd a:hover{
	background: #f5f7fa;
	transition: 0.5s;
}
.case-right-biao{
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.case-right-biao li{
	width: 31.33333%;
	margin-right: 3%;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.case-right-biao li:nth-of-type(3n){
	margin-right: 0;
}
.case-right-biao li span{
	font-size: 14px;
	color: #666666;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	line-height: normal;
	/* font-family: "Alibaba_PuHuiTi-Light";font-family: "微软雅黑"; */
}
.case-right-biao li b{
	display: block;
	line-height: normal;
	/* font-family: "Alibaba_PuHuiTi-Medium";font-family: "微软雅黑"; */
	font-size: 16px;
	color: #132644;
}

.case-right-text-one{
	display: flex;
	padding: 20px 10px;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 5px;
	margin-bottom: 20px;
}
.case-right-text-img{
	width: 255px;
	border-radius: 5px;
	overflow: hidden;
	max-height: 205px;
}
.case-right-text-img img{
	max-width: 100%;
	max-height: 100%;
}
.case-right-text-left{
	width: calc(100% - 255px);
	box-sizing: border-box;
	padding-right: 15px;
}
.case-right-text-left h5{
	font-size: 20px;
	color: #132644;
	line-height: 30px;
	/* font-family: "Alibaba_PuHuiTi-Light";font-family: "微软雅黑"; */
	font-weight: bolder;
	margin-top: 10px;
}
.case-right-text-left p{
	font-size: 18px;
	color: #132644;
	line-height: 30px;
	/* font-family: "Alibaba_PuHuiTi-Light";font-family: "微软雅黑"; */
	font-weight: bolder;
}
.case-right-text-two{}
.case-right-text-two h4{
	padding: 0px 20px;
	font-size: 18px;
	color: #132644;
	line-height: 36px;
	font-weight: bolder;
}
.case-right-text-two p{
	padding: 0px 20px;
	font-size: 14px;
	color: #666666;
	line-height: 36px;
}
.case-right-text-two h3{
	background: #f3f4f4;
	font-size: 20px;
	line-height: 36px;
	color: #132644;
	padding: 10px 20px;
	border-radius: 5px;
	/* font-family: "Alibaba_PuHuiTi-Light";font-family: "微软雅黑"; */
	font-weight: bolder;
}
.know-ul-tit{
	margin-top: 15px;
	margin-bottom: 15px;
}
.know-ul-tit li{}
.know-ul-tit li>a{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	font-size: 18px;
	color: #0066ff;
	
	background-color: #ffffff;
	background-position: 90%;
	background-repeat: no-repeat;
	padding: 7px 15px 7px 30px;
	display: block;
	position: relative;
	transition: 0.5s;
}
.know-ul-tit li>a::after{
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	right: 26px;
	    top: 15px;
		background-image: url(../images/jjp_06.png);
		background-repeat: no-repeat;
		transition: 0.5s;
}
.know-ul-tit li>a.active,.know-ul-tit li.active>a.on,.know-ul-tit li.active>a.c{
	/* background-image: url(../images/jjp_03.png); */
	background-color: #0066ff;
	color: #ffffff;
	transition: 0.5s;
	
}
.know-ul-tit li>a.active::after,.know-ul-tit li.active>a.on::after,.know-ul-tit li.active>a.c::after{
	background-image: url(../images/jjp_03.png);
	
	transform: rotateZ(180deg);
	transition: 0.5s;
	
}
.know-top{
	box-sizing: border-box;
	padding-left: 60px;
}
.know-top a{
	padding: 10px 0;
	font-size: 16px;
	color: #666666;
}
.know-top a:hover,.know-top a.active{
	color: #0066ff;
}
._page_container{
	height: 26px!important;
	line-height: 26px!important;
	display: flex;
	    align-items: center;
	    justify-content: center;
}
.know-ul-list{
	margin-bottom: 82px;
}
.know-ul-list li{
	margin: 15px 0;
}
.know-ul-list li a{
	padding: 7px 0;
	
	
}
.know-ul-list li a h5{
	font-size: 16px;
	color: #000000;
	position: relative;
	transition: 0.5s;
	padding: 0 15px;
	/* font-family: "Alibaba_PuHuiTi-Light";font-family: "微软雅黑"; */
	font-weight: 600;
}
.know-ul-list li a:hover h5{
	color: #0066ff;
	transition: 0.5s;
}
.know-ul-list li a h5::after{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #7d7d7d;
	left: 0;
	top: 6px;
}
.know-ul-list li a:hover h5::after{
	background: #0066ff;
}
.know-ul-list li a h5{
	margin-bottom: 0;
}

.know-search{
	height: 55px;
	display: flex;
	border: 1px solid #9cc4ff;
	box-sizing: border-box;
	align-items: center;
	margin-bottom: 40px;
	line-height: 55px;
}
.know-search input{
	width: calc(100% - 140px);
	border: none;
	background: #ffffff;
	box-sizing: border-box;
	padding: 0 10px;
	height: 100%;
	outline: none;
}
.know-search button{
	display: block;
	outline: none;
	height: 100%;
	font-size: 18px;
	color: #ffffff;
	background:#0066ff url(../images/sear_03.jpg);
	background-position: 30%;
	background-repeat: no-repeat;
	margin-bottom: 0;
	text-align: center;
	    padding: 0 35px 0 70px;
		cursor: pointer;
		outline: none;
		border: none;
}
.know-search button:hover{
	opacity: 0.8;
	transition: 0.5s;
}
.knd-top-div{
	width: 100%;
	height: 216px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 10px;
	margin-top: 50px;
}
.knd-top-div .knd-top-img{
	width: 100%;
	height: 100%;
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
}
.knd-top-div .knd-top-text{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	box-sizing: border-box;
	padding-left: 50px;
}
.knd-top-div .knd-top-text h4{
	font-size: 24px;
	color: #ffffff;
	line-height: 48px;
}
.knd-top-div .knd-top-text span{
	font-size: 24px;
	color: #61f603;
	line-height: 48px;
}


.header .nav-box .nav-child-div:hover h3{
	color: #000000;
}
.dyh .as-box .blueP{
	display: none;
}
.dyh .as-box .white-blue{
	background: none;
}
.dyh .dyh-con{
	padding-top: 0;
}
.dyh .as-box{
	    margin-top: -130px;
		top: 0;
	    position: relative;
		background: none;
		box-shadow: none;
		margin-bottom: 50px;
}
.dyh .as-box .select-box{
	background: #ffffff;
	border-radius: 0 8px 8px 8px;
}
.banner-img div{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 585px;
}



/* 下拉 */
.select-con .select-box-div{
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	width: 290px;
	box-sizing: border-box;
	padding: 6px 10px;
}
.select-con .select-box-div:nth-of-type(3){
	width: 340px;
}
.select-box-div>h6{
	font-size: 16px;
	color: #acacac;
	
}
.city-list-div{
	margin-top: 10px;
	position: relative;
}
.city-input-div>input{
	font-size: 18px;
	color: #0066ff;
	/* font-family: "Alibaba_PuHuiTi-SemiBold";font-family: "微软雅黑"; */
	border: none;
	background: #ffffff;
	outline: none;
	
	width: 100%;
}
.city-input-div{
	position: relative;
}
.city-input-div::after{
	position: absolute;
	content: "";
	right: 5px;
	top: 10px;
	background: url(../images/jiao_03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 10px;
	height: 5px;
}
.select-box-div{
	position: relative;
}
.xiala-top{
	position: absolute;
	top: 55px;
	background: #ffffff;
	box-shadow: 0 0 8px #cccccc;
	border-radius: 10px;
	width: 590px;
	left: -10px;
	padding: 15px;
	box-sizing: border-box;
	z-index: 9;
	display: none;
}
.dyh .select-con {
    justify-content: space-between;
    margin-bottom: 30px;
}
.hot-biao{
	margin-bottom: 20px;
}
.hot-biao b{
	color: #ffffff;
	font-size: 16px;
	color: #ffffff;
	padding: 5px 8px;
	border-radius: 5px;
	background: #eb0a07;
	display: inline-block;
	font-weight: normal;
}
.hot-city{
	display: flex;
	flex-wrap: wrap;
	padding-right: 20px;
	box-sizing: border-box;
}
.hot-city a{
	font-size: 14px;
	border-radius: 5px;
	color: #132644;
	border: 1px solid #d2d2d2;
	width: 15%;
	margin-right: 2%;
	margin-bottom: 15px;
	display: block;
	text-align: center;
	padding: 5px 0;
	cursor: pointer;
}
.hot-city a:nth-of-type(6n){
	margin-right: 0;
}
.hot-city a:hover,.hot-city a.active{
	background: #0066ff;
	color: #ffffff!important;
}
.city-list-box{
	height: 240px;
	overflow-y: overlay;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 15px;
}
.city-item{
	display: flex;
}
.city-item .city-item-left{
	width: 50px;
	text-align: left;
}
.city-item .city-item-left b{
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	/* font-family: "Alibaba_PuHuiTi-Bold";font-family: "微软雅黑"; */
	
}
.city-item-right{
	width: calc(100% - 50px);
	display: flex;
	flex-wrap: wrap;
}
.city-item-right a{
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 7px 0;
	background: #f1f3f5;
	font-size: 14px;
	color: #444444;
	text-align: center;
	cursor: pointer;
}
.city-item-right a:nth-of-type(5n){
	margin-right: 0;
}
.city-item-right a:hover,.city-item-right a.active{
	background: #0066ff;
	color: #ffffff!important;
}

.zou-tab{
	margin-top: 8px;
	display: flex;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
}
.zou-tab a{
	font-size: 16px;
	color: #616263;
	position: relative;
	padding: 10px 0;
	margin-right: 15px;
	cursor: pointer;
}
.zou-tab a.active,.zou-tab a:hover{
	color: #132644;
	/* font-family: "Alibaba_PuHuiTi-Medium";font-family: "微软雅黑"; */
}
.zou-tab a.active::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #132644;
}
.zou-list{
	height: 190px;
	overflow-y: overlay;
	padding-right: 20px;
	box-sizing: border-box;
}
.zou-list .zou-item{
	display: none;
}
.zou-list .zou-item.active{
	display: flex;
	flex-wrap: wrap;
}
.zou-list .zou-item a{
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 7px 0;
	background: #f1f3f5;
	font-size: 14px;
	color: #444444;
	text-align: center;
	cursor: pointer;
}
.zou-list .zou-item a:nth-of-type(5n){
	margin-right: 0;
}
.zou-list .zou-item a:hover,.zou-list .zou-item a.active{
	background: #0066ff;
	color: #ffffff!important;
}
.check-list{
	display: flex;
	flex-wrap: wrap;
}
.check-list a{
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 10px;
	display: flex;
}
.check-list a:nth-of-type(5n){
	margin-right: 0;
}
.check-list a i{
	width: 15px;
	height: 15px;
	position: relative;
	border: 1px solid #d2d2d2;
	background: #ffffff;
	display: block;
	cursor: pointer;
	margin-top: 3px;
}
.check-list a span{
	font-size: 14px;
	color: #132644;
	width: calc(100% - 15px);
	display: block;
	padding-left: 5px;
}
.check-list a.active i::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #0066ff url(../images/check.png);
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	right: 0;
	top: 0;
	background-size: 100%;
}

.swiper-banner{
	/* margin-top: 87px; */
}

.fw .more .moreA:hover{
	color: #fff;
	    background-color: #0066ff;
		border: 1px solid #ffffff;
}

.case-right-text-two p,.news-detail-text p,.news-list-ul li a .news-left-text p{
	font-size: 16px;
    line-height: 2;
    margin-bottom: 1.3em;
}


/* .work-s4-ul li:hover,.work-list-ul li:hover	{
    transform: translateY(1px);
    box-shadow: 0 5px 10px 0 rgb(22 23 24 / 20%);
  
	margin-top: -5px;
} */
.work-s4-ul li:hover,.work-list-ul li:hover {
    transform: translateY(2px);
    box-shadow: 0 10px 10px 0 rgb(22 23 24 / 20%);
    transition: all 0.6s ease-out;
}


.about-s3-swiper .swiper-slide ul{
	transition: 0.6s;
}
.about-s3-swiper .swiper-slide ul:hover{
	box-shadow: 0 5px 10px 0 rgb(22 23 24 / 20%);
	transition: 0.6s;
}
.go-more a:hover{
	/* background-color: #132644; */
}
.work-list-ul li .work-list-a a:hover{
	background: #0066ff;
}
.work-s4-ul li .work-s4-img{
	/* transition: 0.8s; */
}
.work-s4-ul li:hover .work-s4-img{
	transform: rotateY(360deg);
	transition: 0.8s;
}

.know-top{
	display: none;
}
.know-ul-tit li.active .know-top{
	display: block;
}
.know-ul-tit li{
	cursor: pointer;
}
.about-s3{
	overflow: hidden;
}
.dyh .wid30 .bot .btnP:hover{
	background: #0066ff;
	    opacity: 1;
}

.swiper-banner{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #ffffff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
  }
.swiper-banner .swiper-button-prev{
	left: 3%;
}
.swiper-banner .swiper-button-next{
	right: 3%;
}

.banner .banner-con .banner-text a{
	width: 110px;
}
.tab-inform-com{
	box-sizing: border-box;
	padding-right: 25px;
}

.header .header-top .left p a:hover{
	color: #ffffff!important;
}


.header-top svg path{
	fill:white!important;
	fill: white;
}
.nav-left .logo{
	width: 160px;
}

.logo .st0{opacity:0.4;fill:#0066FF;}
.logo .st1{opacity:0.75;fill:#0066FF;}
.logo .st2{fill:#0066FF;}
	
.num-span{
	font-weight: bold;
	color: red;

	/* font-family: "Alibaba_PuHuiTi-Medium";font-family: "微软雅黑"; */
}	
.city-input-div>input::-webkit-input-placeholder {
    /* font-family: "Alibaba_PuHuiTi-SemiBold";font-family: "微软雅黑"; */
    color: #0066ff;
    font-size: 18px;
}			
.city-input-div>input:-moz-placeholder{
    /* font-family: "Alibaba_PuHuiTi-SemiBold";font-family: "微软雅黑"; */
    color: #0066ff;
    font-size: 18px;
}
.city-input-div>input::-ms-input-placeholder{
    /* font-family: "Alibaba_PuHuiTi-SemiBold";font-family: "微软雅黑"; */
    color: #0066ff;
    font-size: 18px;
}	
	.dyh .hqbx-tab .tab-inform-com ul li{
		/* width: auto!important; */
	}		
		.header .header-top .left,.tab-inform-com{
			/* width: 70%;
			overflow: hidden; */
		}
		.tab-inform-com{
			margin-right: 15px;
		}
	.footer .foot-left .logo {
	    text-align: center;
	}	
		.footer .ewm {
		    margin: 25px 0 15px 0;
		    text-align: center;
		}
		.footer .foot-left p{
			margin-left: 0;
		}
		
		.bn .des-p {
		   
		    text-align: justify;
		}
		.hxjz .hxjz-con .on{
			width: 51px;
		}
		.header .nav-box .nav-child-div h3 {
		    
		    font-weight: 500;
		}
		
		.tab-inform-index{
			width:calc(100% - 168px)!important;
			overflow: hidden;
		}
		.dyh .as-box .select-box .select-des .mid-span {
		    margin: 0 40px;
		}
		.dyh .as-box .select-box .select-des .mid-span {
    margin: 0 40px;
}
		.dyh .hqbx-tab .hqbx-tab-p{
			width: 180px;
		}
		.dongtai-ul li a .dongtai-img div{
			transition: 0.6s;
		}
		.dongtai-ul li a:hover .dongtai-img div{
			transform: scale(1.1);
			transition: 0.6s;
		}
		.dongtai-ul li a:hover .dongtai-text h4{
			color: #0066ff;
			transition: 0.6s;
		}
		.dongtai-ul li a .dongtai-text span:hover{
			color: #0066ff;
			transition: 0.6s;
		}
		.dyh .hqbx-tab .tab-inform-com ul li{
			width: auto!important;
		}
		
		
		.mask{
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			width: 100vw;
			height: 100vh;
			background: rgba(0,0,0,0.5);
			z-index: 9999999999;
			display: none;
		}
		.tijiao-box{
			position: fixed;
			left: 0;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			margin: auto;
			width: 300px;
			height: 355px;
			background: #ffffff;
			border-radius: 5px;
			z-index: 99999999999;
			box-sizing: border-box;
			display: none;
		}
		
		.tijiao-div{
			box-sizing: border-box;
			padding: 10px;
			display: none;
		}
		.close-div{
			text-align: right;
		}
		.close-div a{
			cursor: pointer;
		}
		.tijiao-div1,.tijiao-div2{
			margin-bottom: 20px;
		}
		.tijiao-div1 input{
			width: 100%;
			border: 1px solid #dddee1;
			border-radius: 5px;
			box-sizing: border-box;
			height: 45px;
			padding: 0 10px;
			display: block;
			outline: none;
		}
		.tijiao-title{
			margin-bottom: 25px;
		}
		.tijiao-title h4{
			font-size: 18px;
			color: #161718;
		}
		.tijiao-div2{
			display: flex;
			align-items: center;
		}
		.tijiao-div2 input{
			width: calc(100% - 98px);
			border: 1px solid #dddee1;
			border-radius: 5px;
			box-sizing: border-box;
			height: 45px;
			padding: 0 10px;
			display: block;
			outline: none;
		}
		.tijiao-div2 label{
			width: 88px;
			margin-left: auto;
			border-radius: 5px;
			box-sizing: border-box;
			height: 45px;
			background: #0066ff;
			font-size: 14px;
			color: #d4d4d4;
			text-align: center;
			line-height: 45px;
			display: block;
			margin-bottom: 0;
			cursor: pointer;
		}
		.tijiao-div2 label.active{
			background: #d4d4d4;
			color: #ffffff;
		}
		.tijiao-button{
			text-align: center;
		}
		.tijiao-button button{
			border-radius: 5px;
			background: #0066ff;
			height: 45px;
			line-height: 45px;
			width: 100%;
			display: block;
			border: none;
			outline: none;
			font-size: 18px;
			color: #ffffff;
		}
		.tijiao-text{
			text-align: center;
			margin-top: 25px;
		}
		.tijiao-text p{
			font-size: 14px;
			color: #b8b8b8;
			line-height: 24px;
		}
		.tijiao-seccess{
			border-radius: 5px;
			overflow: hidden;
			position: fixed;
			position: fixed;
			left: 0;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			margin: auto;
			height: 100%;
			z-index: 99999999999999999;
			background: #ffffff;
			display: none;
		}
		.tijiao-seccess-img{}
		.tijiao-seccess-img img{
			width: 100%;
		}
		.text-secces{
			background: #ffffff;
			text-align: center;
			margin-top: 30px;
		}
		.text-secces h4{
			font-size: 20px;
			color: #161718;
			margin-bottom: 10px;
		}
		.text-secces p{
			font-size: 16px;
			color: #7e7e7e;
		}
		.success-a{
			width: 135px;
			height: 45px;
			text-align: center;
			line-height: 45px;
			border-radius: 5px;
			background: #0066ff;
			font-size: 16px;
			color: #ffffff;
			cursor: pointer;
			transition: 0.6s;
		}
		.success-yes{
			text-align: center;
			    margin-top: 30px;
		}
		.success-a:hover{
			/* background: #ffffff; */
			color: #ffffff;
			opacity: 0.75;
			transition: 0.6s;
		}
		.header .nav-box .nav-li.active>a{
			color: #0066ff;
		}
		.header .nav-box .nav-li.active .nav-li-a .off {
		    transform: rotate(180deg);
		    background-image: url(../images/header-jh_03.png);
		}
		
		.aside-right{
			position: fixed;
			right: 5px;
			bottom: 50%;
			z-index: 9999999999999;
		}
		.aside-right ul{}
		.aside-right ul li{
			width: 55px;
			height: 60px;
			margin-bottom: 5px;
			background: #ffffff;
			position: relative;
			box-shadow: 0 0 20px rgb(0 102 255 / 23%);
			border-radius: 5px;
		}
		a:not([href]):not([class]):hover {
             color: inherit;
            text-decoration: none;
            border-radius: 5px;
        }
		.aside-right ul li a{
			display: block;
			text-align: center;
			transition: 0.6s;
			height: 100%;
		}
		.aside-right ul li:hover a{
			background: #0066ff;
			transition: 0.6s;
			border-radius: 5px;
		}
		.aside-right ul li a .img-icon1{
			display: block;
			margin: auto;
		}
		.aside-right ul li a .img-icon2{
			display: none;
			margin: auto;
		}
		.aside-right ul li:hover a .img-icon1{
			display: none;
		}
		.aside-right ul li:hover a .img-icon2{
			display: block;
		}
		.aside-right ul li a span{
			color: #333333;
			font-size: 14px;
			transition: 0.6s;
		}
		.aside-right ul li:hover a span{
			color: #ffffff;
			transition: 0.6s;
		}
		.aside-li-img{
			text-align: center;
			    padding-top: 15px;
				margin-bottom: -2px;
		}
		.aside-right ul li .aside-li-div{
			position: absolute;
			right: -195px;
			width: 165px;
			background: #ffffff;
			top: 15px;
			box-sizing: border-box;
			padding: 10px;
			border-radius: 5px;
			box-shadow: 0 0 20px rgb(0 102 255 / 23%);
			transition: 0.6s;
			text-align: center;
		}
		.aside-right ul li:hover .aside-li-div{
			right: 65px;
			transition: 0.6s;
		}
		.top-li .aside-li-img{
			
			padding-top: 16px;
			
		}
		.top-li{
			cursor: pointer;
		}
		.aside-right ul li h4{
			margin-bottom: 0;
			font-size: 18px;
		}
		
		.nei-title-text p{
			font-size: 18px;
			font-weight: 400;
		}
		
		.about-s2-right ul{
			width: 100%;
		}
		.about-s2-right ul li{
			background-color: #ffffff;
			margin: 0;
			margin-bottom: 10px;
			box-sizing: border-box;
			border-radius: 10px;
			    padding: 30px;
		}
		.about-s2-right ul li:last-of-type{
			margin-bottom: 0;
		}
		.about-s2-right li b{
			font-size: 24px;
		}
		
		.about-s2-right{
			padding: 0 50px;
		}
		/* add */
		.city-input-div>input:focus::placeholder{
			opacity: 0;
		}
		.tijiao-div2{
			flex-wrap: wrap;
		}
		/* .tijiao-div2 input{
			width: 100%;
		}
		.tijiao-div2 label{
			margin-left: 0;
			background: none;
			color: #0066ff;
		}
		.tijiao-text{
			display: none;
		} */
		.tijiao-div{
			padding: 17px 25px;
		}
		/* .tijiao-box{
			width: 325px;
			height: 330px;
		} */
		.text-secces{
			margin-top: 5px;
		}
		.nei-banner .more{
			text-align: left;
		}
		.nei-banner .more .moreA{
			border-color: #ffffff;
			color: #ffffff;
		}
		.nei-banner .more .a-on{
			display: inline-block;
		}
		.nei-banner .more .a-off{
			display: none;
		}
		.nei-banner .go-more a,.banner .banner-con .banner-text a{
			border: 1px solid #ffffff;
			color: #ffffff;
			background:url(../images/icon_a_on.png) no-repeat;
			background-position: 91%;
		}
		.banner .banner-con .banner-text a {
		    width: 135px;
		}
		.go-more.lan a{
			background:#0066ff url(../images/icon_a_on.png) no-repeat;
			background-position: 91%;
		}
		.news-page{
			display: flex;
			justify-content: center;
			}
		.news-page span,.news-page>a{
            color: #303133;
            padding: 10px 10px !important;
            border: 1px solid #e5e5e5;
            background-color: #ffffff;
            min-width: 46px;
            font-size: 16px;
            text-align: center;
		}
		span.page-num {
            display: none;
        }
		.news-page>a:hover{
			color: #0056b3;
		}
		.news-page>a.page-num-current{
			background: #0066ff;
			    color: #ffffff;
		}
		.hzhb .swiper-img img{
			max-width: 200px;
			max-height: 100px;
		}
		
		.msg-box-right ul li:last-of-type{
			border: none;
			align-items: center;
		}
		.msg-box-right ul li input.yzm{
			width: 130px;
			    flex: 0;
			    border: 1px solid #eeeeee;
			    padding: 10px;
			    border-radius: 5px;
			    margin-right: 25px;
		}
		.zou-list .zou-item a{
			display: flex;
			padding: 7px 10px;
			box-sizing: border-box;
			    align-items: center;
			    
			    justify-content: center;
		}
		#share-1 a.icon-weibo:before, #share-1 a.icon-qq:before, #share-1 a.icon-wechat:before, #share-1 a.icon-tencent:before {
		    content: "";
		    
		    width: 38px;
		    height: 38px;
		    background-position: center;
		    background-repeat: no-repeat;
		    position: absolute;
		    left: 0;
		    right: 0;
		    margin: auto;
			border: 1px solid #eeeeee;
			border-radius: 100%;
		}
		#share-1 .social-share-icon{
			border: none;
			color: #333333;
			display: none;
			    margin: 0 10px;
		}
		#share-1 a.icon-wechat,#share-1 a.icon-qq{
			display: block;
			    margin: 0 10px;
		}
		#share-1 a.icon-wechat:before {
		    background-image: url(../images/w-img_03.jpg);
			
		}
		#share-1 a.icon-qq:before{
			 background-image: url(../images/w-img_05.jpg);
		}
		#share-1{
			width: 100%;
			    margin-left: auto;
			    display: flex;
			    align-items: center;
			    justify-content: flex-end;
		}
		#share-1 a:hover:before{
			border: 1px solid #909090;
		}
		
		.tijiao-div2 label{
			color: #ffffff;
		}
		.tijiao-button button:hover{
			    background: #0080ff;
		}
		.bn-video{
			width: 100%;
		}
		.bn-video video{
			width: 100%!important;
			height: 430px;
		}
		.bn-img-div{
			text-align: center;
			overflow: hidden;
			max-height: 430px;
		}
		.bn-img-div img{
			max-height: 430px;
			width: 100%;
		}
		
		/* gg */
		.know-search button{
			font-size: 17px;
			width: 140px;
			    box-sizing: border-box;
				padding: 0 35px 0 62px;
		}
		.about-s6-ul li b,.about-s6-ul li p{
			color: #333333;
		}
		.dongtai-ul li a .dongtai-text h4{
			text-overflow: -o-ellipsis-lastline;
			      overflow: hidden;
			      text-overflow: ellipsis;
			      /* display: -webkit-box;
			      -webkit-line-clamp: 2;
			      -webkit-box-orient: vertical; */
				  white-space: nowrap;
		}
		
		#top{
			width: 10px;
			height: 10px;
			position: absolute;
			left: 0;
			top: 42%;
			z-index: -1;
		}
		.footer .yqlj {
		    justify-content: left;
		    width: auto;
		    margin: 55px auto 20px;
		}
		.hxjz .hxjz-con p {
		    font-size: 18px;
		    color: #0d2039;
		    line-height: 28px;
		}
		.hxjz .hxjz-con .tab{
			padding: 22px 0px;
		}
		.nav-left .logo {
		    width: 160px;
		    height: 100%;
		    margin-bottom: 0;
		    line-height: 70px;
		    font-size: inherit;
		}
		.news-detail-title h1 {
		    font-size: 30px;
		    color: #132644;
		   
		    /* font-family: "微软雅黑"; */
		}
		.nav-left .logo img{
			width: 100%;
		}
		.header .header-top .right .img>img{
			width: 22px;
			height: 22px;
		}
		
		.logo-h1{
			margin-right: 25px;
			margin-bottom: 0;
			    line-height: normal;
		}
		.header .nav-box .input input{
			border: none;
			    padding-right: 5px;width: 100px;transition: 0.6s;
		}
		.header .nav-box .input form{
			display: flex;
			align-items: center;
			border: 1px solid #132644;
			    border-radius: 15px;
		}
		.header .nav-box .input .search{
			display: flex;
			    width: 35px;
			    justify-content: center;
		}
		/* .header .nav-box .input input:focus{
			width: 203px;
			transition: 0.6s;
		} */
		.header .header-top .right{
			width: 145px;
		}
		.header .header-top .left{
			width: calc(100% - 300px);
		}
		.header .header-top .left>a{
			width: 65px;
			text-align: center;
		}
		.header .header-top .left .tab-inform-com{
			width: calc(100% - 125px);
			box-sizing: border-box;
		}
		.tijiao-div2 label:hover{
			background: #0080ff;
		}
		
		
		
		.nei-banner .go-more a, .banner .banner-con .banner-text a{
			
			    color: #0066ff;
			     background:#ffffff url(../images/icon_more.png) no-repeat;
			    background-position: 90%;
		}
		.nei-banner .go-more a:hover, .banner .banner-con .banner-text a:hover{
			border: 1px solid #ffffff;
			    color: #ffffff;
			     background: url(../images/icon_a_on.png) no-repeat;
			    background-position: 90%;
		}
		.nei-banner .go-more a::after,.banner .banner-con .banner-text a::after {
		    content: '';
		    display: block;
		    width: 70px;
		    height: 70px;
		    position: absolute;
		    top: 50%;
		    left: 50%;
		    border-radius: 100%;
		    transform: translate(-50%, -50%);
		    background-color: rgba(0, 102, 255, 0.2);
		    animation: jjp 2s linear infinite;
			right: auto;
		}
		
		.work-item .go-more.lan a{
			position: relative;
			    display: inline-block;
			    padding: 0 40px 0 22px;
			    border: 1px solid #0066ff;
			    border-radius: 8px;
			    line-height: 42px;
			    color: #0066ff;
			    font-size: 18px;
			    overflow: hidden;
			    background-color: rgba(255, 255, 255, 0.05);
				background-image: url(../images/icon_more.png);
				background-position: 90%;
		}
		.work-item .go-more.lan a::after,.more-j a::after {
		    content: '';
		    display: block;
		    width: 70px;
		    height: 70px;
		    position: absolute;
		    top: 50%;
		    left: 50%;
		    border-radius: 100%;
		    transform: translate(-50%, -50%);
		    background-color: rgba(0, 102, 255, 0.2);
		    animation: jjp 2s linear infinite;
			right: auto;
		}
		.work-item .go-more.lan a:hover {
		    color: #fff;
		    background-color: #0066ff;
			background-image: url(../images/icon_a_on.png);
		}
		.more-j a:hover{
			color: #fff;
			background-color: #0066ff;
			background-image: url(../images/icon_a_on.png);
		}
		.more-j a{
			position: relative;
			overflow: hidden;
		}
		.tab-inform-header .swiper-wrapper{
			transition-timing-function: linear;
			width: auto;
		}
		.tab-inform-header .swiper-wrapper .swiper-slide{
			width: auto;
		}
		
		.div-404{
			text-align: center;
			margin-top: 110px;
		}
		.div-404 p{
			font-size: 24px;
			color: #9fa19f;
			text-align: center;
			margin: 20px 0;
		}
		.back-home{
			text-align: center;
		}
		.back-home a{
			font-size: 16px;
			color: #0066ff;
			border-radius: 5px;
			border: 1px solid #0066ff;
			padding: 7px 25px;
		}
		.back-home a:hover{
			background: #0066ff;
			color: #ffffff;
		}
		
		.wpcp{
			width: 100px;
			height: 100px;
			overflow: hidden;
		}
		.wpcp div{
			text-align: center;
			transform: rotateZ(45deg) translate3d(3px, 24px, 4px);
			    width: 160px;
		}
		.wpcp div span{
			font-size: 17px;
			color: #ffffff;
			background: #ea0c09;
			display: block;
			font-weight: 500;
			padding: 2px;
		}
		.work-s4{
			overflow: hidden;
		}
		
		.tab-inform-index .swiper-wrapper {
		    transition-timing-function: linear;
		    width: auto;
		}
		.aside-right{
			display: block!important;
		}
		.pc-wx{
				display: inline-block;
			}
			.mob-wx{
				display: none;
			}
			
			.banner-img div{}
			
			
			
			
@media (max-width:1280px) {
	html {
		width: 1280px;
		margin: auto;
	}
	.container{
		width: 1200px;
		max-width: 1200px;
	}
}
@media (max-width:1200px) {
	html {
		width: 100%;
		margin: auto;
	}
	.container{
		width: 1200px;
		max-width: 96%;
	}
	
	.header .nav-box .nav-li .nav-li-a{
		padding: 0 15px;
	}
	.nav-mid{
		margin: auto;
	}
	.header .nav-box .nav-left {
	    margin-right: 0;
	}
	.banner .banner-con h1 span{
		font-size: 40px;
	}
	.swiper-banner .swiper-slide-active .banner-con {
	    left: 7%;
	}
	.dyh .as-box .select-btn-box .select-btn{
		line-height: 70px;
		    width: 135px;
			font-size: 16px;
	}
	.select-con .select-box-div:nth-of-type(3) {
	    width: 275px;
	}
	.select-con .select-box-div {
	    width: 235px;
	}
	.xiala-top{
		width: 460px;
	}
	.title-com h2{
		font-size: 28px;
	}
	.title-com p{
		font-size: 16px;
	}
	.dyh .wid30 h4{
		font-size: 20px;
	}
	.dyh .wid30 .bot .jg-icon{
		font-size: 16px;
	}
	.dyh .wid30 .bot .zj .zj-left{
		font-size: 14px;
	}
	.dyh .wid30 .bot .btnP{
		font-size: 14px;
	}
	.dyh .wid30{
		width: 49%;
	}
	.dyh .wid30:nth-of-type(3n) {
	    margin-right: 2%;
	}
	.dyh .wid30:nth-of-type(2n) {
	    margin-right: 0;
	}
	.hxjz .hxjz-con .tab {
	    padding: 14px 30px;
		margin-right: 100px;
	}
	.hxjz .hxjz-con .left-img {
	    width: 90px;
	    text-align: center;
	}
	.hxjz .hxjz-con .on {
	    width: 37px;
	}
	.hxjz .hxjz-con h4{
		font-size: 20px;
	}
	.hxjz .hxjz-con p {
	    font-size: 16px;
	}
	.hxjz .hxjz-con .right {
	    width: 100%;
	    margin-top: 10px;
	}
	.hxjz .hxjz-con{
		width: 100%;
		flex-wrap: wrap;
	}
	.hxjz-con .col-md-6{
		width: 100%;
		    max-width: 100%;
		    flex: none;
		    display: flex;
		    flex-wrap: wrap;
	}
	.hxjz .hxjz-con .tab {
	    padding: 14px 30px;
	    margin-right: 0;
	    width: 50%;
	    box-sizing: border-box;
	}
	.hxjz .hxjz-right{
		display: none;
	}
	.hxjz .more {
	    margin-top: 44px;
	    text-align: center;
	}
	.bn .time-box .time .time-span{
		font-size: 30px;
	}
	.bn{
		background-position: 42%;
	}
	.fw .tab-show-box h3{
		font-size: 24px;
	}
	.fw .tab-show-box h3{
		
	}
	.hzhb .swiper-slide{
		height: 110px;
	}
	.hzhb .swiper-img img {
	    max-width: 175px;
	    max-height: 85px;
	}
	.zxwd .wid30 p{
		line-height: 50px;
	}
	.zxwd .wid30 .wid30-text {
	    height: 210px;
	}
	.yyty .bot a{
		font-size: 18px;
		line-height: 50px;
		padding: 0 30px;
	}
	.nei-ban-text h4 {
	    font-size: 34px;
	   line-height: 36px;
	   
	}
	.nei-ban-text h6 {
	    font-size: 16px;
	    
	    line-height: 30px;
	}
	.nei-ban-dl dd p{
		font-size: 16px;
	}
	.go-more a{
		font-size: 16px;
	}
	.nei-ban-box .nei-ban-text .go-more{
		    margin-top: 18px;
	}
	.nei-ban-box .nei-ban-text .go-more a{
		padding: 7px 45px 7px 25px;
	}
	    .work-list-div .work-item .work-item-left h3 {
	        font-size: 26px;
	        line-height: 36px;
	        margin-bottom: 18px;
	    }
	.work-list-div .work-item .work-item-left .work-item-text p {
	    font-size: 16px;
	    line-height: 33px;
	}
	.work-item .go-more.lan a{
		font-size: 16px;
	}
	.work-list-div .work-item .work-item-right img {
	   
	    width: 100%;
	    max-width: 85%;
	}
	.work-s3-div h5 {
	    font-size: 20px;
	    color: #ffffff;
	    line-height: 40px;
	}
	.work-s3-div {
	   
	    padding-right: 22%;
	    padding-left: 7%;
	}
	.work-s3-div::after{
		width: 35px;
		    height: 35px;background-size: 30px;
	}
	.nei-title h3, .nei-title h3 span{
		font-size: 30px;
	}
	.padd-60 {
	    padding: 30px 0;
	}
	.yyty{
		padding: 45px 0;
	}
	
	.work-s5-ul li .work-s5-img {
	    width: 90px;
	    height: 90px;
	}
	.work-s5-ul li .work-s5-img img{
		width: 40px;
	}
	.work-s5-ul li .work-s5-img b{
		font-size: 30px;
	}
	.news-detail-title h3{
		font-size: 24px;
	}
	.case-right-biao li b{
		    width: calc(100% - 100px);
	}
	.case-right-biao li span{
		width: 100px;
	}
	.case-right-text-left h5{
		font-size: 18px;
	}
	.case-right-text-left p{
		font-size: 16px;
	}
	.case-right-text-two h3{
		font-size: 18px;
	}
	.case-right-text-two p{
		line-height: 30px;
	}
	.case-right-text-two p, .news-detail-text p, .news-list-ul li a .news-left-text p {
	    font-size: 15px;
	}
	.knd-top-div .knd-top-text h4 {
	    font-size: 22px;
	    color: #ffffff;
	    line-height: 34px;
	}
	.news-list-ul li a .news-left-text h4{
		font-size: 20px;
	}
	.news-detail-title h1{
		font-size: 24px;
	}
	.news-else-ul li {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 10px;
	}
	.news-else-ul li a .news-else-text span{
		font-size: 13px;
	}
	.news-detail-text p span{
		font-size: 15px!important;
	}
	.case-left-title h3 {
	    font-size: 20px;
	}
	.msg-box-left h3 {
	    font-size: 28px;
	   
	}
	.about-s1-box .about-s1-left h4 {
	    font-size: 26px;
	    
	}
	.index-about-num ul li b {
	    font-size: 34px;
	   
	}
	.about-s3-swiper .swiper-slide b{
		font-size: 25px;
		width: 62px;
	}
	.about-s3-swiper .swiper-slide b::after, .about-s3-swiper .swiper-slide b::before{
		left: 0;
	}
	.about-s3-swiper .swiper-slide b::after{
		top: 99px;
	}
	.about-active-text h5 {
	    font-size: 18px;
	    color: #132644;
	}
	.about-active-time .about-active-time-img {
	    height: 265px;
	}
	.dongtai-ul li a .dongtai-img {
	    
	    height: 200px;
	   
	}
	.about-s6-left .about-s6-div1 div b {
	    font-size: 20px;
	  
	}
	.about-s6-div2 p {
	    width: 100%;
	    margin-bottom: 16px;
		font-size: 18px;
	}
	.about-s6-right b {
	    font-size: 16px;
	}
	.about-s6-ul li p{
		font-size: 16px;
	}
	#contact-map1 {
	    width: 100%;
	    height: 385px;
	}
	
	
}

@media (max-width:992px){
	.nav-left .logo {
	    width: 135px;
	}
	.header .nav-box .input input{
		font-size: 14px;
		width: 45px;
	}
	.header .nav-box .nav-li .nav-li-a {
	    padding: 0 5px;
	    font-size: 15px;
	}
	.header .nav-box .nav-child-div {
	    padding: 10px 6px 10px 10px;
	}
	.header .nav-box .nav-child-div h3 {
	    font-size: 16px;
	}
	.header .nav-box .nav-child-box {
	    padding: 10px;
	}
	.nei-ban-text h4 {
	    font-size: 24px;
	    line-height: 30px;
	}
	.nei-nav .nei-nav-left a {
	    font-size: 15px;
	    margin-right: 10px;
	}
	.nei-title h3, .nei-title h3 span {
	    font-size: 24px;
	}
	.about-s1-box .about-s1-left h4 {
	    font-size: 20px;
	}
	.about-s1-box .about-s1-left h5 {
	    font-size: 18px;
	}
	.xian-i {
	    height: 2px;
	}
	.about-s1-text p {
	    font-size: 15px;
	    color: #666666;
	    line-height: 26px;
	}
	.index-about-num ul li b {
	    font-size: 24px;
	}
	.index-about-num ul li span{
		font-size: 24px;
	}
	.index-about-num ul li p {
	    font-size: 16px;
	}
	.about-s2-right {
	    padding: 0 0px 0 20px;
	}
	.about-s2-right li p {
	    font-size: 18px;
	    color: #282828;
	    line-height: 36px;
	}
	.about-s2-right li p:last-of-type{
		font-size: 16px;
	}
	.about-active-time .swiper .swiper-slide .about-active-text{
		padding: 12px;
	}
	.about-active-text h5 {
	    font-size: 15px;
	    color: #132644;
	}
	.about-active-time .swiper-button-prev,.about-s5-swiper .swiper-button-prev{
	    left: -15px;
	}
	.about-active-time .swiper-button-next,.about-s5-swiper .swiper-button-next{
	    right: -15px;
	}
	.about-active-time .swiper-button-black,.about-s5-swiper .swiper-button-black{
	    background-size: 10px;
	    --swiper-navigation-size: 20px;
	    width: 40px;
	    height: 40px;
	}
	.about-s5-swiper .swiper-button-next {
	   
	}
	.dongtai-ul li a .dongtai-img {
	    height: 150px;
	}
	
	.about-s6-right div {
	    text-align: center;
	    margin-left: 10px;
	}
	.about-s6-left .about-s6-div1 div {
	    margin-right: 0;
	}
	.title-com h2 {
	    font-size: 22px;
	}
	.yyty .bot a {
	    font-size: 16px;
	    line-height: 40px;
	    padding: 0 30px;
	}
	.footer h3 {
	    font-size: 24px;
	}
	.footer {
	    padding: 45px 0 40px;
	}
	.footer .wid40 li .phone {
	    font-size: 20px;
	}
	.footer ul li:first-child a {
	    font-size: 17px;
	}
	footer ul li a {
	   
	    line-height: 32px;
	    
	    font-size: 14px;
	}
	.banner .banner-con h1 span {
	    font-size: 30px;
	}
	.banner .banner-con p{
		font-size: 18px;
	}
	.banner .banner-con .banner-text .row p{
		font-size: 16px;
	}
	.nei-banner .go-more a, .banner .banner-con .banner-text a{
		font-size: 15px;
	}
	.banner .banner-con .banner-text a {
	    width: 120px;
	}
	.banner .banner-con{
		top: 11%;
	}
	.banner-img div{
		height: 480px;
	}
	.dyh .as-box .select-box {
	    padding: 15px 15px 15px;
	}
	.city-input-div>input{
		font-size: 16px;
	}
	.select-con .select-box-div {
	    width: 160px;
	}
	.select-con .select-box-div:nth-of-type(3) {
	    width: 220px;
	}
	.dyh .as-box .select-btn-box .select-btn {
	    line-height: 70px;
	    width: 115px;
	    font-size: 16px;
	}
	.zou-list .zou-item a{
		font-size: 12px;
	}
	.zou-tab a{
		font-size: 14px;
	}
	.hot-city a{
		font-size: 12px;
	}
	.hot-biao b{
		font-size: 14px;
	}
	.select-con .select-box-div:nth-of-type(3) .xiala-top{
		width: 365px;
	}
	.check-list a {
	    width: 33.3333333%;
	    margin-right: 0;
	    margin-bottom: 10px;
	    display: flex;
	}
	.title-com p {
	    font-size: 16px;
	    line-height: 26px;
	}
	.dyh .wid30 {
	    width: 100%;
	    margin-right: 0;
	}
	.dyh .wid30:nth-of-type(3n) {
	    margin-right: 0%;
	}
	.bn .bn-con .right {
	    padding-left: 0;
	    width: 100%;
	    flex: none;
		max-width: 100%;
	}
	.bn .bn-img-box {
	    position: relative;
	    width: 100%;
		max-width: 100%;
		flex: none;
	}
	.bn-img{
		display: none;
	}
	.bn .bn-con {
	    margin-top: 10px;
	}
	.bn .time-box .time {
	    color: #0066ff;
	    font-size: 27px;
	   
	}
	.bn .time-box .time .time-span {
	    font-size: 26px;
	}
	.bn .time-box {
	    margin: 35px 0 30px;
	}
	.bn .bn-box {
	    padding: 50px 0 30px;
	}
	.bn .more {
	    text-align: center;
	}
	.more .moreA{
		line-height: 37px;
	}
	.fw .tab-show-box{
		flex-wrap: wrap;
	}
	.fw .tab-show-box .tab-right{
		
	}
	.fw .tab-show-box .col-md-6{
		width: 100%;
		flex: none;
		max-width: 100%;
	}
	.fw .tab-show-box .left-img img {
	    width: 100%;
	    height: 340px;
	}
	.fw .tab-show-box h3 {
	    font-size: 20px;
	}
	.fw .tab-show-box .col-md-6:last-of-type{
		padding: 15px;
		box-sizing: border-box;
	}
	.hzhb .swiper-slide {
	    height: 95px;
		width: 200px;
	}
	.hzhb .swiper2 {
	    margin-top: 0px;
	}
	
	.hzhb .swiper-img img {
	    max-width: 141px;
	    max-height: 50px;
	}
	.hzhb .swiper-box {
	    margin-top: 25px;
	}
	.zxwd .wid30 h4{
		font-size: 20px;
		line-height: 50px;
	}
	.zxwd .wid30 a{
		font-size: 14px;
	}
	.zxwd .wid30 p {
	    line-height: 45px;
	}
	.zxwd .wid30 .wid30-text {
	    height: 195px;
	}
	.nei-ban-dl dd p {
	    font-size: 14px;
	}
	.nei-ban-dl {
	    display: flex;
	    flex-wrap: wrap;
	    width: 60%;
	}
	.nei-ban-text h6 {
	    font-size: 15px;
	    line-height: 24px;
	}
	.nei-banner-img img {
	    width: 100%;
	    height: 100%;
	}
	.nei-banner-img {
	    height: 245px;
	}
	.work-list-div .work-item .work-item-left h3{
		font-size: 22px;
		margin-bottom: 8px;
	}
	.work-item .go-more.lan a {
	    font-size: 14px;
	}
	.work-list-div .work-item{
		margin-bottom: 25px;
	}
	.work-s3-div::after{
		left: 0;
	}
	.work-s4-ul li h4,.work-list-ul li h4{
		font-size: 20px;
	}
	.work-s4-ul li{
		    padding: 20px 20px 20px 20px;
	}
	.work-s4-ul li p {
	    line-height: 26px;
	}
	.work-list-ul li dl {
	    margin-top: 10px;
	    padding: 0 5px;
	}
	.work-list-ul li dl dd{
		font-size: 15px;
	}
	.work-s5-ul li p {
	    font-size: 15px;
	    line-height: 26px;
	}
	.case-left-dl dd a{
		font-size: 16px;
	}
	.case-left-dl {
	    padding: 22px 15px;
	}
	.case-left{
		width: 200px;
	}
	.case-left-title h3 {
	    font-size: 18px;
	}
	.case-right {
	    width: calc(100% - 230px);
		padding: 20px;
	}
	.news-detail-title h3 {
	    font-size: 18px;
	}
	.case-right-biao li {
	    width: 49%;
	    margin-right: 2%;
	    margin-bottom: 10px;
	}
	.case-right-biao li:nth-of-type(4n){
		margin-right: 2%;
	}
	.case-right-biao li:nth-of-type(2n){
		margin-right: 0;
	}
	.case-right-biao li b{
		font-size: 14px;
	}
	.case-right-text-left h5 {
	    font-size: 16px;
		line-height: 26px;
	}

	.case-right-text-left p {
	    font-size: 14px;
		line-height: 26px;
	}
	.case-right-text-two h4{
		font-size: 16px;
		line-height: 26px;
	}
	.case-right-text-two h3 {
	    font-size: 16px;
		line-height: 26px;
	}
	.news .news-left,.news-detail .news-left{
		width: 100%;
		margin-bottom: 25px;
	}
	
	.news .news-right,.news-detail .news-right{
		width: 100%;
	}
	.news-list-ul li a .news-left-text h4 {
	    font-size: 18px;
	}
	.news-right h4,.news-else h4{
	    font-size: 22px;
	    color: #000000;
	    margin-bottom: 15px;
	}
	.news-detail-title h1 {
	    font-size: 20px;
	}
	.know-ul-tit li>a{
		font-size: 17px;
	}
	.know-top {
	    box-sizing: border-box;
	    padding-left: 45px;
	}
	.know-top a {
	    padding: 7px 0;
	}
	.knd-top-div .knd-top-text h4 {
	    font-size: 20px;
	    color: #ffffff;
	    line-height: 24px;
	}
	.knd-top-div .knd-top-text span {
	    font-size: 20px;
	    color: #61f603;
	   line-height: 40px;
	}
	.msg-box{
		flex-wrap: wrap;
	}
	.msg-box-left {
	    width: 100%;
	}
	.msg-box-right{
		width: 100%;
		padding-left: 0;
		    margin-top: 35px;
	}
	.msg-box-left h3 {
	    font-size: 24px;
	}
}

@media (max-width:756px) {
    #about-page6{
        position: relative;
        top: -50px;
    }
    #about-page5{
        position: relative;
        top: -50px;
    }
    /*移动端关于我们滑动高度*/
    .header .nav-box .nav-li:nth-child(6) .nav-child {
        overflow-y: scroll;
        max-height: 180px;
    }
	.header .header-top .right {
	    width: 80px;
	    margin-left: auto;
	}
	.container {
	    
	    max-width: 100%;
	}
	.header .header-top .right .coll{
		display:none;
	}
	.header .header-top .left {
	    width: calc(100% - 120px);
	}
	
	.header .header-top .left>a{
		font-size: 12px;
		width: 58px;
	}
	.header .header-top .left>a:hover {
	    font-size: 12px;
	    transition: 0.5s;
	}
	.header .header-top .left .tab-inform-com {
	    width: calc(100% - 85px);
	    box-sizing: border-box;
	    margin-right: 0;
	    padding-right: 15px;
	}
	.menu{
		display: block;
		    margin-top: 19px;
			margin-left: 20px;
	}
	.header .header-top .right .img {
	    margin-right: 16px;
	    
	}
	.header .header-top .right .img.language{
		margin-right: 0;
	}
	.nav-mid {
	    margin: auto;
	    position: absolute;
	    top: 100%;
	    right: 0;
	    background: #ffffff;
		display: none;
		box-shadow: 0 2px 6px #cccccc;
	}
	.nav-left .logo{
		line-height: 55px;
	}
	.header .nav-box .row {
	    height: 55px;
	    line-height: 55px;
	}
	.header .nav-box .input input{
		font-size: 12px;
	}
	.header .nav-box .input input{
		width: 85px!important;
	}
	.header .header-top .right .language .img-show-language a{
		font-size: 13px;
		line-height: 32px;
	}
	.header .nav-box .nav-li{
		width: 100%;
		border-bottom: 1px dashed #dadada;
		line-height: normal;
	}
	.header .nav-ul.row {
	    height: auto;
	    line-height: normal;
		box-sizing: border-box;
		    padding: 0 15px;
	}
	
	.header .nav-box .nav-li .nav-li-a {
	    padding: 16px 5px;
	    font-size: 16px;
	}
	.header .nav-box {
	    background-color: #fff;
	    border-bottom: 1px solid #dedede;
	}
	.header .nav-box .nav-child{
		position: unset;
		padding-top: 0;
		position: initial;
		    background: #fbfbfb;
			width: 100%;
			visibility: inherit;
	}
	.header .nav-box .nav-li:hover .nav-child {
	    opacity: 1;
	    transform: translateX(0%);
	    transition: none;
	    visibility: visible;
		
	}
	.header .nav-box .child-img {
	    width: 50px;
	}
	.child-text{
		width: calc(100% - 50px);
	}
	.header .nav-box .nav-child .sjx{
		display: none;
	}
	.header .nav-box .nav-child-div h3 {
	    font-size: 15px;
	}
	.header .nav-box .nav-child{
		display: none;
		opacity: 1;
	}
	
	.header .nav-box .nav-li .nav-li-a:hover .off {
	    transform: none;
	    /* background-image: url(../images/header-jh_03.png); */
	}
	.header .nav-box .nav-li .nav-li-a.on .off {
	    transform: rotate(180deg);
	    background-image: url(../images/header-jh_03.png);
	}
	
	.nei-banner {
	    position: relative;
	    margin-top: 96px;
	}
	.nei-ban-text h6 {
	    font-size: 13px;
	    line-height: 30px;
	}
	.nei-ban-dl dd p {
	    font-size: 15px;
		padding: 5px 0px;
		padding-left: 30px;
	}
	.nei-ban-dl dd {
	    width: 60%;
	    margin: 3px 0;
	}
	.nei-ban-text h4 {
	    font-size: 16px;
	    line-height: 24px;
		margin-bottom: 3px;
	}
	.nei-banner .go-more a, .banner .banner-con .banner-text a {
	    font-size: 12px;
	}
	.nei-ban-box .nei-ban-text .go-more a {
	    padding: 6px 33px 6px 12px;
	}
	.nei-banner-img {
	    height: 270px;
	}
	.work-s5-ul li {
	    width: 33%;
	    margin-right: 0;
	    margin-bottom: 15px;
	}
	.work-s5-ul li .work-s5-img img {
	    width: 25px;
	}
	.work-s5-ul li .work-s5-img b {
	    font-size: 22px;
	}
	.work-s5-ul li p {
	    font-size: 14px;
	    line-height: 24px;
		padding: 0 10px;
	}
	.work-s5-ul li .work-s5-img {
	    width: 65px;
	    height: 65px;
	}
	.nei-title h3, .nei-title h3 span {
	    font-size: 18px;
	}
	.nei-title-text{
		font-size: 14px;
	}
	.nei-title-text p {
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 24px;
	}
	.nei-title.xian h3::after, .nei-title.xian h3::before {
	    width: 50px;
	    height: 2px;
	    background: #dadee1;
	    position: absolute;
	    top: 13px;
	    content: "";
	}
	.nei-title.xian h3::before {
	    right: 80%;
	}
	.s6-table-title span, .s6-table-list li span{
		font-size: 14px;
		padding-left: 5px;
	}
	.s6-table-title span, .s6-table-list li span{
		font-size: 12px;
		line-height: normal;
		text-align: center;
	}
	.s6-table-title span:nth-of-type(3), .s6-table-list li span:nth-of-type(3){
		width: 15.66666%;
	}
	.work-s4-ul li {
	    padding: 13px 13px 13px 13px;
	    width: 100%;
	}
	.nei-title.xian h3::after {
	    left: 80%;
	}
	.nei-title {
	    margin: 10px 0 20px 0;
	}
	.work-s4-ul li .work-s4-img {
	    width: 50px;
	    height: 50px;
	    overflow: hidden;
	    text-align: left;
	    line-height: 50px;
	}
	
	.work-s4-ul li h4, .work-list-ul li h4 {
	    font-size: 16px;
	}
	.work-s4-ul li p {
	    line-height: 24px;
		font-size: 14px;
	}
	.work-s4-ul li h4{
		margin: 9px 0 7px;
	}
	.work-s4-ul li .work-s4-img img{
		width: 38px;
	}
	.title-com h2 {
	    font-size: 18px;
		margin-bottom: 10px;
	}
	.yyty .ffty-box .title-com p {
	    font-size: 14px;
	    color: #fff;
	}
	.yyty .bot a {
	    font-size: 12px;
	    line-height: 30px;
	    padding: 0 10px;
	}
	.yyty .bot {
	    text-align: center;
	    margin-top: 20px;
	}
	.yyty {
	    padding: 25px 0;
	}
	
	.footer .foot-right {
	    width: 100%;
	}
	.footer h3 {
	    font-size: 22px;
	    width: 100%;
	}
	.footer {
	    padding: 25px 0 15px;
	}
	
	.footer .wid20{
		display: none;
	}
	.footer .wid40 {
	    width: 100%;
	}
	.footer ul li:first-child a {
	    font-size: 20px;
	}
	.footer .wid40 li .phone {
	    font-size: 18px;
	    line-height: 40px;
	}
	.footer .wid40 li .mailbox {
	    font-size: 18px;
	    line-height: 40px;
	}
	.footer .wid40 li .time {
	    font-size: 18px;
	    line-height: 40px;
	}
	.footer .foot-left p {
	    margin-left: 0;
	    font-size: 14px;
	}
	.footer .footer-bot p{
		line-height: 24px;
	}
	.footer .footer-bot .footer-bot-row {
	    margin-top: 9px;
	    justify-content: space-between;
	}
	.work-s3-div h5 {
	    font-size: 14px;
	    color: #ffffff;
	    line-height: 26px;
	}
	.work-s3-div {
	    padding-right: 0;
	    padding-left: 10%;
	}
	.work-s3-div::after {
	    width: 25px;
	    height: 25px;
	    background-size: 15px;
		    top: 0px;
	}
	.work-s3-box{
		padding: 5px 0;
	}
	.work-list-ul li {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 10px;
		padding: 10px 15px;
		    padding-bottom: 15px;
	}
	.work-list-ul li dl dd {
	    font-size: 14px;
	}
	.padd-60 {
	    padding: 20px 0;
	}
	.work-list-div .work-item .work-item-left {
	    width: 100%;
	    padding: 5px 0 10px 0;
	}
	.work-list-div .work-item .work-item-left h3 {
	    font-size: 16px;
	    margin-bottom: 3px;
	    line-height: 26px;
	}
	.work-list-div .work-item .work-item-left .work-item-text p {
	    font-size: 14px;
	    line-height: 26px;
		background-position: left 7px;
		    padding-left: 21px;
		    background-size: 11px;
	}
	.work-item .go-more.lan a {
	    font-size: 12px;
		padding: 0 33px 0 10px;
		line-height: 32px;
	}
	.work-list-div .work-item .work-item-right{
		width: 100%;
	}
	.work-list-div .work-item .work-item-right img {
	    width: 100%;
	    max-width: 100%;
	}
	.work-list-div .work-item:nth-of-type(even) .work-item-left {
	    padding-left: 0;
	}
	.work-list-div .work-item{
		flex-direction: column-reverse;
	}
	.work-list-div .work-item:nth-of-type(even){
		flex-direction: column-reverse;
	}
	.banner .banner-con h1 span {
	    font-size: 18px;
	}
	.banner .banner-con h1{
		font-size: 18px;
		margin-bottom: 11px;
	}
	.banner .banner-con p {
	    font-size: 14px;
	}
	.banner .banner-con .banner-text .row p {
	    font-size: 14px;
		display: block;
		    width: 100%;
	}
	.banner .banner-con p{
		margin-bottom: 5px;
		background-size: 13px;
		background-size: 13px;
	}
	.banner {
	    margin-top: 48px;
	    position: relative;
	}
	.banner .banner-con .banner-text a{
		padding-left: 15px;
		width: 104px;
		    line-height: 30px;
	}
	.swiper-banner {
	    --swiper-theme-color: #ff6600;
	    --swiper-navigation-color: #ffffff;
	    --swiper-navigation-size: 22px;
	}
	.banner .banner-con .banner-text .row {
	    margin-top: 4px;
	}
	.banner-img div {
	    height: 430px;
	}
	.dyh .as-box .white-blue p{
		line-height: 38px;
		font-size: 16px;
	}
	.select-con .select-box-div {
	    width: 100%;
		margin-bottom: 10px;
	}
	.select-box-div>h6 {
	    font-size: 14px;
	    color: #acacac;
		    margin-bottom: 0;
	}
	.city-input-div>input,.city-input-div>input::placeholder{
	    font-size: 14px;
	}
	.city-list-div {
	    margin-top: 5px;
	    position: relative;
	}
	.select-con .select-box-div:nth-of-type(3) {
	    width: 100%;
	}
	.select-btn-box{
		width: 100%;
	}
	.dyh .as-box .select-btn-box .select-btn {
	    line-height: 38px;
	    width: 100%;
	    font-size: 14px;
	    display: block;
	}
	.xiala-top {
	    width: 106%;
	    left: -10px;
	}
	
	.hot-biao b {
	    font-size: 12px;
	}
	.hot-biao {
	    margin-bottom: 12px;
	}
	.hot-city a{
		width: 23.5%;
		margin-bottom: 8px;
	}
	.hot-city a:nth-of-type(6n){
		margin-right: 2%;
	}
	.hot-city a:nth-of-type(4n){
		margin-right: 0;
	}
	.city-item-right a{
		width: 32%;
		font-size: 12px;
	}
	.city-item-right a:nth-of-type(3n){
		margin-right: 0;
	}
	.city-item-right a:nth-of-type(5n) {
	    margin-right: 2%;
	}
	.hot-city{
		padding-right: 0;
	}
	.zou-tab a{
		font-size: 12px;
		margin-right: 8px;
	}
	.zou-list .zou-item a{
		width: 32%;
	}
	.zou-list .zou-item a:nth-of-type(5n) {
	    margin-right: 2%;
	}
	.zou-list .zou-item a:nth-of-type(3n){
		margin-right: 0;
	}
	.select-con .select-box-div:nth-of-type(3) .xiala-top {
	    width: 106%;
	}
	.check-list a span{
		font-size: 12px;
	}
	.dyh .hqbx-tab .hqbx-tab-p {
	    width: 100%;
		font-size: 14px;
		
	}
	.tab-inform-index {
	    width: 100%!important;
	    overflow: hidden;
		padding-right: 0;
		margin-right: 0;
		margin-top: 10px;
	}
	.dyh .hqbx-tab{
		flex-wrap: wrap;
		padding: 15px 10px;
	}
	.dyh .as-box .select-box .select-des p{
		line-height: normal;
	}
	.dyh .as-box .select-box .select-des span{
		font-size: 14px;
	}
	.title-com h2::before,.title-com h2::after{
		display: none;
	}
	.dyh .as-box{
		margin-bottom: 25px;
	}
	.title-com p {
	    font-size: 14px;
	    line-height: 24px;
	}
	.dyh .dyn-flex {
	    margin-top: 24px;
	}
	.dyh .wid30 h4 {
	    font-size: 16px;
	}
	.dyh .wid30 .p-span {
	    margin-bottom: 15px;
	    line-height: 24px;
	    font-size: 14px;
	}
	.dyh .wid30 .p-des {
	    margin-bottom: 10px;
	    color: #2e2524;
	    font-size: 14px;
	}
	.dyh .wid30 .bot {
	    margin-top: 12px;
	    align-items: flex-end;
	    flex-wrap: nowrap;
		display: none;
	}
	.dyh .wid30 .bot .jg{
		font-size: 18px;
	}
	.dyh .wid30 .bot .zj .zj-left,.dyh .wid30 .bot .zj .zj-right {
	    font-size: 12px;
	}
	.dyh .wid30{
		padding: 13px 10px;
	}
	.dyh .wid30 .bot .jg-icon-jt{
		font-size: 14px;
	}
	.dyh .wid30 .bot .jg-icon-jt img {
	    width: 13px;
	}
	.more .moreA{
		font-size: 12px;
	}
	.more .moreA {
	    line-height: 33px;
		padding: 0 9px;
	}
	.dyh .dyn-flex {
	    margin-top: 24px;
	    margin-bottom: 25px;
	}
	.hxjz .hxjz-con .tab {
	    padding: 12px 15px;
	    margin-right: 0;
	}
	.hxjz .hxjz-con h4 {
	    font-size: 16px;
	}
	.hxjz .hxjz-con p {
	    font-size: 14px;
		line-height: 26px;
	}
	
	.hxjz .more {
	    margin-top: 30px;
	    text-align: center;
	}
	
	.hxjz .hxjz-box {
	    padding: 50px 0 30px;
	}
	.bn .bn-box {
	    padding: 30px 0 30px;
	}
	.bn .des-p {
	    text-align: justify;
	    font-size: 14px;
	}
	.bn .time-box .time .time-span {
	    font-size: 20px;
	}
	.bn .time-box .time {
	    color: #0066ff;
	    font-size: 20px;
		margin-top: 10px;
	}
	.bn .time-box p{
		font-size: 14px;
	}
	.fw .fw-box {
	    padding: 30px 0 30px;
	}
	.fw .tab-show-box .left-img img {
	    width: 100%;
	    height: 160px;
	}
	.fw .fw-con .tab{
		font-size: 16px;
		width: 100%;
	}
	.fw .fw-con .tab-box{
		width: 100%;
	}
	.fw .tab-show-box .tab-right .mask-img {
	  
	    right: -25px;
	   
	}
	.fw .tab-show-box.active .col-md-6{
		transform: translate3d(0,0px,0);
		opacity: 1;
	}
	.fw .tab-show-box h3 {
	    font-size: 16px;
	}
	.fw .tab-show-box h3 {
	    margin-bottom: 10px;
	    padding-right: 0;
	    
	}
	.fw .tab-show-box p {
	    line-height: 26px;
	    padding-right: 0;
	    font-weight: 400;
	    text-align: justify;
	    font-size: 14px;
	}
	.fw .tab-show-box h3::after{
		height: 2px;
	}
	.hzhb .swiper-slide {
	    height: 70px;
	    width: 165px;
		    margin: 0 4px;
	}
	.hzhb .swiper-img img {
	    max-width: 120px;
	    max-height: 35px;
	}
	.hzhb {
	    background-color: #f6f7fb;
	    padding: 30px 0 30px;
	}
	.zxwd .wid30 {
	    width: 100%;
	    padding: 15px 15px;
	    margin-right: 0;
	   margin-bottom: 10px;
	}
	.zxwd .wid30 h4 {
	    font-size: 16px;
	    line-height: 45px;
	}
	.zxwd .wid30 h4 img {
	    margin-right: 12px;
	    width: 20px;
	}
	.zxwd .wid30 p {
	    line-height: 30px;
	}
	.zxwd .wid30 .wid30-text {
	    height: auto;
	}
	.zxwd {
	    padding: 30px 0 30px;
	}
	.zxwd .zxwd-con {
	    padding-top: 15px;
	}
	.nei-ban-dl{
		width: 100%;
	}
	.nei-ban-dl dd p{
		background-size: 15px;
		padding-left: 26px;
		width: auto;
	}
	.work-list-div .work-item .work-item-right {
	    margin-bottom: 10px;
	}
	.case-left {
	    width: 100%;
		margin-bottom: 10px;
	}
	.case-right {
	    width: 100%;
	    padding: 15px;
	}
	.case-left-dl dd a{
		padding: 7px 0;
	}
	.case-left-dl {
	    padding: 14px 15px;
		    margin-bottom: 0;
	}
	.case-left-title h3{
		background-size: 21px;
		padding-left: 35px;
	}
	.case-left-dl dd {
	    margin-bottom: 5px;
	}
	.news-detail-title h3 {
	    font-size: 16px;
	    line-height: 26px;
	}
	.news-detail-title {
	    padding-bottom: 0;
	}
	.case-right-biao li {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 10px;
	}
	.case-right-biao {
	    margin-top: 15px;
	}
	.case-right-text-left {
	    width: 100%;
	    box-sizing: border-box;
		    margin-bottom: 10px;
	    padding-right: 0;
	}
	.case-right-text-left h5 {
	    font-size: 15px;
	    line-height: 26px;
	}
	.case-right-text-img{
		width: 100%;
	}
	.case-right-text-img img {
	    width: 100%;
	}
	.case-right-text-two h4 {
	    font-size: 15px;
	    line-height: 26px;
		    padding: 0px 10px;
	}
	.case-right-text-two p, .news-detail-text p, .news-list-ul li a .news-left-text p {
	    font-size: 14px;
		line-height: 26px;
		padding: 0px 5px;
	}
	.case-right-text-two h3 {
	    font-size: 15px;
	    line-height: 26px;
	}
	.nei-nav .nei-nav-right{
		display: none;
	}
	.nei-nav .nei-nav-left a {
	    font-size: 15px;
	    margin-right: 7px;
	}
	.nei-nav {
	    height: 45px;
	    line-height: 45px;
	    
	}
	.news-left,.news-right{
		padding: 10px;
	}
	.news-list-ul li a{
		flex-wrap: wrap;
	}
	.news-list-ul li a .news-left-img {
	    width: 100%;
	    height: 175px;
	    overflow: hidden;
	}
	.news-list-ul li a .news-left-text {
	    width: 100%;
	    box-sizing: border-box;
	    padding: 10px 10px;
	}
	.news-list-ul li a .news-left-text h4 {
	    font-size: 16px;
		line-height: 26px;
		    margin-bottom: 5px;
	}
	.news-list-ul li a .news-left-text span{
		margin-bottom: 5px;
	}
	.news-list-ul li a .news-left-text p{
		max-height: 52px;
		padding: 0;
	}
	.news-list-ul li {
	    padding: 16px 0 0;
	    border-bottom: 1px solid #dddddd;
	}
	.news-right h4, .news-else h4 {
	    font-size: 18px;
	    color: #000000;
	    margin-bottom: 15px;
	}
	.news-page span,.news-page>a{
		font-size: 13px;
		padding: 10px 10px !important;
		margin-bottom: 6px;
	}
	.news-page>a{
		    min-width: 36px;
	}
	.news-detail-title h1 {
	    font-size: 16px;
		line-height: 26px;
	}
	.news-detail .news-left, .news-detail .news-right {
	    padding-top: 20px;
	}
	.news-detail-page-left a{
		font-size: 14px;
	}
	.news-detail-page-left {
	    width: 100%;
	}
	
	.news-detail-page{
		flex-wrap: wrap;
	}
	.news-detail-page-right{
		width: 100%;
	}
	.news-else-ul li a .news-else-img {
	    overflow: hidden;
	    width: 100%;
	    height: 160px;
	}
	.news-else-ul li a .news-else-text {
	    width: 100%;
	    box-sizing: border-box;
	    padding: 5px 5px 5px 5px;
	}
	.news-else-ul li a .news-else-text span {
	    font-size: 12px;
	}
	.know-search button {
	    font-size: 14px;
	    width: 100px;
	    box-sizing: border-box;
	    padding: 0 7px 0 27px;
	    background-size: 18px;
	    background-position: 20%;
	}
	.know-search {
	    height: 35px;
	    margin-bottom: 23px;
	    line-height: 35px;
	}
	.know-search input {
	    width: calc(100% - 100px);
	}
	.case-left-title h3 {
	    font-size: 17px;
	}
	.case-left-title {
	    background: #0066ff;
	    padding: 12px 30px;
	}
	.know-ul-tit li>a {
	    font-size: 16px;
	}
	.know-ul-list li {
	    margin: 6px 0;
	}
	.know-ul-list {
	    margin-bottom: 30px;
	}
	.know-ul-list li a h5 {
	    font-size: 15px;
	}
	.case {
	    padding-bottom: 30px;
	}
	.knd-top-div .knd-top-text h4 {
	    font-size: 16px;
	    color: #ffffff;
	    line-height: 24px;
	}
	.knd-top-div{
		height: 120px;
		margin-top: 20px;
	}
	.msg-box-left h3 {
	    font-size: 18px;
	}
	.msg-box{
		padding: 20px;
	}
	.msg-box-left .msg-left-text p{
		font-size: 14px;
		    background-size: 15px;
			line-height: 28px;
	}
	.msg-box-right h5 {
	    margin-bottom: 10px;
	    font-size: 16px;
	    color: #262626;
	}
	.msg-box-right {
	    margin-top: 25px;
	}
	.msg-box-right ul li label {
	    font-size: 14px;
	    color: #262626;
	    margin-bottom: 0;
	}
	.msg-box-right ul li input, .msg-box-right ul li textarea{
		font-size: 14px;
	}
	.msg-box-right ul li input.yzm {
	    width: 110px;
	    padding: 10px;
	    margin-right: 10px;
	}
	.msg-box-right button{
		font-size: 14px;
	}
	.about-s1-box .about-s1-left {
	    width: 100%;
	    box-sizing: border-box;
	    padding-right: 0;
	}
	
	.about-s1-right {
	    width: 100%;
	   
	    padding: 25px 0;
	    height: 100%;
	}
	.about-s1-box .about-s1-left h4 {
	    font-size: 16px;
	}
	.about-s1-box .about-s1-left h5 {
	    font-size: 15px;
	}
	.about-s1-text p {
	    font-size: 14px;
	    color: #666666;
	    line-height: 26px;
	}
	.about-s1-img{
		height: 300px;
	}
	.index-about-num ul li{
		width: 50%;
		margin-bottom: 11px;
	}
	.index-about-num ul{
		flex-wrap: wrap;
	}
	.index-about-num ul li p {
	    font-size: 14px;
	}
	.index-about-num {
	    margin-top: 10px;
	}
	.about-s2-left {
	    width: 100%;
	    overflow: hidden;
	    border-radius: 10px;
	    height: 245px;
	}
	.about-s2-right {
	    padding: 0 0px 0 0px;
	    width: 100%;
	    margin-top: 10px;
	}
	.about-s2-right li p {
	    font-size: 16px;
	    color: #282828;
	    line-height: 30px;
	}
	.about-s2-right ul li{
		padding: 15px;
	}
	.about-s3-swiper .swiper-slide b {
	    font-size: 21px;
	    width: 53px;
		padding: 17px 0 45px;
	}
	.about-s3-swiper .swiper::after{
		top: 90px;
	}
	.about-s3-swiper .swiper-slide ul{
		padding: 17px 18px;
	}
	.about-s3-swiper .swiper-slide ul::after{
		left: 22px;
	}
	.about-s3-swiper .swiper-slide b::before {
    width: 30px;
    height: 30px;
    background: rgba(20,114,255,0.2);
    top: 72px;
}
	.about-s3-swiper .swiper-slide b::after {
	    width: 11px;
	    height: 11px;
	    background: #1472ff;
	    
	}
	.about-s3-swiper .swiper-slide b::after {
	    top: 82px;
	}
	
	.about-s3-swiper .swiper-slide ul::after{
		left: 25px;
	}
	.about-s3-swiper .swiper-slide ul li p{
		font-size: 14px;
	}
	.about-active-time .swiper-button-black, .about-s5-swiper .swiper-button-black {
	    background-size: 10px;
	    --swiper-navigation-size: 20px;
	    width: 35px;
	    height: 35px;
	}
	.about-active-time .swiper-button-next, .about-s5-swiper .swiper-button-next {
	    right: 5px;
	}
	.about-active-time .swiper-button-prev, .about-s5-swiper .swiper-button-prev {
	    left: 5px;
	}
	.about-active-time .about-active-time-img {
	    height: 235px;
	}
	.dongtai-ul li {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 15px;
	    box-sizing: border-box;
	}
	.dongtai-ul li a .dongtai-text h4 {
	    font-size: 16px;
	    
	    line-height: 26px;
	    height: auto;
	    
	}
	.more-j a{
		font-size: 12px;
		padding: 8px 35px 8px 16px;
	}
	.more-j {
	    text-align: center;
	    margin-top: 24px;
	}
	.about-s6-left {
	    width: 100%;
	}
	.about-s6-right {
	    width: 100%;
	    display: flex;
	    justify-content: center;
	}
	.about-s6-left .about-s6-div1 div b {
	    font-size: 18px;
	}
	.about-s6-div2 p{
		font-size: 15px;
	}
	.about-s6-right b {
	    font-size: 14px;
	}
	#contact-map1 {
	    width: 100%;
	    height: 255px;
	}
	.about-s6-ul li {
	    width: 100%;
	    border-bottom: 1px dashed #e1e1e1;
	    padding: 10px 0;
	}
	.about-s6-ul li p {
	    font-size: 14px;
	}
	.about-s6-ul li p strong{
	    font-size: 16px;
	}
	.tijiao-button button{
		font-size: 16px;
	}
	.tijiao-div1 input,.tijiao-div2 input{
		font-size: 14px;
	}
	
	.hidden-nav{
		display: none;
	}
	
	.div-404 p{
		font-size: 16px;
		
	}
	.back-home{
		text-align: center;
	}
	.back-home a{
		font-size: 14px;
		
		padding: 5px 20px;
	}
	.wpcp div span{
		font-size: 14px;
	}
	.aside-right{
		display: none!important;
	}
	
	/* .ceo-footer-h,#newBridges,#snewBridge,#newBridge{
		display: none!important;
	} */
	
	/* @font-face {
	  font-family: "RuiZiChaoPaiChiGuangHei";
	  src: url("../Alibaba_PuHuiTi/RuiZiChaoPaiChiGuangHei-Shan-TeCu(REEJI-FlashItalicGB-Flash-Black)-2.ttf") format("truetype");
	  font-weight: normal;
	  font-style: normal;
	  
	} */
	/*@font-face {
	  font-family: "SourceHanSansCN-Regular";
	 
	  src: url("../Alibaba_PuHuiTi/SourceHanSansCN-Regular.ttf") format("truetype");
	  font-display: swap;
	}
	@font-face {
	  font-family: "SourceHanSansSC-Bold";
	
	  src: url("../Alibaba_PuHuiTi/SourceHanSansSC-Bold.otf") format("woff2");
	  font-display: swap;
	}*/
	body,*{
		 
		 /* font-family: "SourceHanSansCN-Regular"; */
		font-family: "Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif;
	}
	p{
		/* font-family: "SourceHanSansCN-Regular"; */
		font-family: "Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif;
	}
	b{
		
		/* font-family: "SourceHanSansSC-Bold"; */
		font-family: "Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif;
	}
	h1,h2,h3,h4,h5,h6{
		/* font-family: "SourceHanSansSC-Bold"; */
		font-family: "Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif;
		/*font-weight: bolder;*/
	}
	.nei-ban-text h4{
		/* font-family: "SourceHanSansSC-Bold"; */
		/* font-family: "Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif; */
	}
	
	.more .moreA{
		padding: 0;
	}
	.yyty .bot a{
		padding: 0;
	}
	
	.header .header-top-box{
		background-color: #f7f7f7;
	}
	.header .header-top .left p a{
		font-size: 12px;
		color: #888888!important;
	}
	.header .header-top .small-icon{
		display: none;
	}
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
		padding-left: 16px;
		padding-right: 16px;
	}
	.header .header-top .left>a{
		font-size: 12px;
		color: #136efb!important;
	}
	
	.pc-wx{
		display: none;
	}
	.mob-wx{
		display: inline-block;
	}
	.header .header-top .right .img.language{
		display: none;
	}
	
	.header .header-top .right {
	    width: auto;
	    margin-left: auto;
	}
	.header .header-top .right .img {
	    margin-right: 0;
	}
	.header .header-top .right .img>img {
	    width: 26px;
	    height: 22px;
	}
	.menu span{
		background: #0166ff;
		border-radius: 10px;
	}
	.banner .banner-con h1 span {
	    font-size: 26px;
		 /* font-family: "SourceHanSansSC-Bold"; 
		font-family: "Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif; */
		line-height: 28px;
	}
	.banner .banner-con .banner-text .row p{
		font-size: 16px;
	}
	.swiper-banner .swiper-slide-active .banner-con {
	    left: 0;
		padding-left: 32px;
		    padding-right: 32px;
	}
	.banner .banner-con .banner-text>p{
		font-size: 16px;
		line-height: 30px;
	}
	.dyh .as-box {
	    margin-bottom: 0;
	    display: none;
	    margin-top: 0;
	}
	.nei-banner .go-more a, .banner .banner-con .banner-text a{
		background: none;
		background-color: #e94f4f;
		border-radius: 5px;
		color: #ffffff;
		font-size: 16px;
		border: none;
	}
	.nei-banner .go-more a::after, .banner .banner-con .banner-text a::after{
		display: none;
	}
	.banner .banner-con .banner-text a {
	    padding-left: 0;
	    width: 180px;
	    line-height: 35px;
	    text-align: center;
		margin: auto;
	   margin-top: 0;
	       position: absolute;
	      bottom: -70px;
	          left: 0;
	          right: 0;
	}
	.banner-img div {
	    height: 420px;
	}
	.title-com h2 {
	    font-size: 22px;
	    margin-bottom: 5px;
	    line-height: 28px;
		color: #071d41;
	}
	.dyh .dyh-con {
	    padding: 0px 0 36px;
	    position: relative;
		padding-top: 30px;
	}
	.title-com h2 span{
		color: #071d41;
		/* font-family: "SourceHanSansSC-Bold"; */
		font-family: "Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif;
	}
	.title-com {
	    text-align: left;
	}
	.title-com h2{
		justify-content: left;
	}
	.title-com p {
	    font-size: 15px;
	    line-height: 24px;
	}
	.dyh .dyn-flex {
	    margin-top: 10px;
	    margin-bottom: 0;
	}
	.dyh .wid30 h4 {
	    font-size: 19px;
	}
	.dyh .dyn-flex .row{
		background: #ffffff;
		    border-radius: 8px 8px 0 0;
	}
	.dyh .wid30 .p-span{
		font-size: 15px;
		margin-bottom: 12px;
	}
	.dyh .wid30 .p-des,.dyh .wid30 .p-des span{
		font-size: 15px;
	}
	.more .moreA::after{
		display: none;
	}
	.more .moreA {
	    font-size: 16px;
	}
	.more .moreA img{
		display: none;
	}
	.more .moreA:hover .a-on {
	    display: none;
	}
	
	.more .moreA{
		padding-left: 0;
		width: 180px;
		line-height: 35px;
		text-align: center;
		margin: auto;
		background: none;
		    background-color: #e94f4f;
		    border-radius: 5px;
		    color: #ffffff;
		    font-size: 16px;
		    border: none;
	}
	.wpcp div {
	    text-align: center;
	    transform: rotateZ(0) translate3d(13px, 13px, 0px);
	        width: 95px;
	    border-radius: 3px;
	    overflow: hidden;
	}
	.wpcp div span{
		background: #ff9732;
		font-size: 13px;
	}
	
	.dyh .dyh-con .more{
		background: #fff;
		padding: 10px 0 25px;
		border-radius:0 0 8px 8px;
	}
	.hxjz .hxjz-box {
	    padding: 0px 0 30px;
	}
	.hxjz{
		background: #f1f4fb;
	}
	.hxjz .hxjz-con {
	    margin-top: 15px;
	    background: #ffffff;
		padding: 12px 0;
	    border-radius: 8px 8px 0 0;
	}
	.hxjz .hxjz-con .tab{
		width: 100%;
		align-items: flex-start;
	}
	/*.hxjz .hxjz-con .tab.active{*/
	/*	border: none;*/
	/*}*/
	.dyh .wid30 {
	    padding: 13px 16px;
	}
	.hxjz .hxjz-con .right {
	    width: calc(100% - 50px);
	    margin-top: 0;
	    padding-left: 15px;
	}
	.hxjz .hxjz-con .on {
	    width: 50px;
	}
	.hxjz .hxjz-con .left-img {
	    width: 50px;
	    text-align: center;
	}
	.hxjz .hxjz-con h4 {
	    font-size: 19px;
		margin-bottom: 5px;
		    color: #0066ff;
	}
	.hxjz .hxjz-con p {
	    font-size: 15px;
	    line-height: 22px;
		color: #071d41;
	}
	/*.hxjz .hxjz-con .tab:hover{*/
	/*	border: none;*/
	/*}*/
	.hxjz .more{
		margin-top: 0;
		    text-align: center;
		    background: #fff;
		    padding: 10px 0 25px;
		    border-radius: 0 0 8px 8px;
	}
	.bn .bn-box {
	    padding: 0px 0 30px;
	}
	.title-com p{
		color: #071d41;
	}
	.bn .bn-con {
	    margin-top: 10px;
	    background: #ffffff;
	    padding: 16px;
	    border-radius: 8px;
	}
	.bn .des-p {
	    text-align: justify;
	    font-size: 15px;
	}
	.bn .time-box {
	    margin: 20px 0 30px;
	}
	.bn{
		background: #edeff7;
	}
	.fw .fw-box .title-com h2 span {
	    color: #ff9732;
	    font-size: 36px;
	    display: block;
		line-height: 1.4;
	}
	.fw .fw-box .title-com h2 {
	    color: #fff;
	    flex-wrap: wrap;
	}
	.fw .fw-con {
	    margin-top: 20px;
	}
	.fw .fw-con .tab-box {
	    width: 100%;
	    /* overflow-x: scroll; */
	    display: block;
	    overflow-x: scroll;
	    white-space: nowrap;
	}
	.fw .fw-con .tab {
	    font-size: 13px;
	    /* width: 100%; */
	    display: inline-block;
		    width: 100px;
	}
	.fw .fw-con .tab.active {
	    
	    border-top-right-radius: 0;
	    border-top-left-radius: 0;
	}
	.fw .fw-con .tab-box{
		border-top-right-radius: 0;
		    border-top-left-radius: 0;
	}
	.fw .tab-show-box .tab-right .mask-img{
		display: none;
	}
	.fw .tab-show-box h3 {
	    font-size: 19px;
		color: #ffffff;
	}
	.fw .tab-show-box h3::after{
		display: none;
	}
	.fw .tab-show-box .col-md-6:last-of-type {
	    padding: 15px 0;
	    box-sizing: border-box;
	}
	.fw .tab-show,.fw .tab-show-box{
		background: none;
	}
	.fw .tab-show-box p{
		font-size: 15px;
		color: #ffffff;
	}
	.fw .more .moreA {
	    background-color: #e94f4f;
	    color: #ffffff;
	}
	.zxwd{
		display: none;
	}
	.ffty-box .title-com{
		text-align: center;
	}
	.yyty .bot a{
		padding-left: 0;
		    width: 180px;
		    line-height: 35px;
		    text-align: center;
		    margin: auto;
		    background: none;
		    background-color: #e94f4f;
		    border-radius: 5px;
		    color: #ffffff;
		    font-size: 16px;
		    border: none;
	}
	
	.yyty .bot a::after{
		display: none;
	}
	.fw .tab-show-box .left-img img {
	    width: 100%;
	    height: 100%;
	}
	.yyty .ffty-box .title-com h2{
		text-align: center;
		justify-content: center;
	}
	.fw{
		background: #097ee5;
	}
	.yyty .ffty-box .title-com p {
	    font-size: 15px;
	    color: #fff;
	}
	
	.footer .foot-left {
	    width: 200px;
	    margin: auto;
	   display: none;
	}
	.header .header-top .right .ewm:hover .img-show-ewm{
		transform: translateX(-80%);
		    -webkit-transform: translateX(-80%);
		    -moz-transform: translateX(-80%);
	}
	.header .header-top .right .img-show-ewm .language-img{
		left: 80%;
	}
	
	.banner .banner-con .banner-text .row p,.nei-ban-dl dd p{
		background-image: url(../images/md.png);
		background-size: 17px;
		/*width: auto;*/
	}
	
	.wpcp div span{
		background-image: url(../images/xx_07.png);
		background-repeat: no-repeat;
		    background-size: 12px;
		    background-position: 8px;
		    padding-left: 10px;
			position: relative;
			border-radius: 3px;
	}
	.wpcp{
		overflow: inherit;
	}
	.wpcp div span::after{
		width: 8px;
		height: 8px;
		content: "";
		background: url(../images/xpp_03.png) no-repeat;
		position: absolute;
		right: 0px;
		    bottom: -7px;
		    background-size: 100%;
		
	}
	.wpcp div{
		overflow: inherit;
	}
	
	.nei-ban-box .nei-ban-text .go-more a {
	    padding: 6px 12px 6px 12px;
	}
	.nei-ban-box .nei-ban-text .go-more{
		text-align: center;
	}
	.nei-ban-text h4{
		font-size: 24px;
	}
	.nei-ban-text h6{
		font-size: 16px;
	}
	
	.work-list-div .work-item .work-item-left h3{
		font-size: 20px;
		line-height: 40px;
	}
	.work-list-div .work-item .work-item-left .work-item-text p{
		font-size: 15px;
		line-height: 28px;
		overflow:hidden;
	    text-overflow:ellipsis;
	    white-space: nowrap;
	}
	/**/
	.work-item .go-more.lan a {
	    font-size: 16px;
	    padding: 0 15px 0 15px;
	    line-height: 36px;
	    background: #e94f4f;
	    border: none;
	    color: #ffffff;
	    border-radius: 5px;
	}
	.work-item .go-more.lan a::after, .more-j a::after{
		display: none;
	}
	.work-item .go-more.lan a:hover{
		background: #e94f4f;
	}
	/**/
	.work-s3-div h5 {
	    font-size: 16px;
	    color: #ffffff;
	    line-height: 22px;
	}
	.nei-title h3, .nei-title h3 span {
	    font-size: 22px;
	   font-weight: bolder;
	}
	.nei-title-text p {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 22px;
	}
	.work-s4-ul li h4, .work-list-ul li h4 {
	    font-size: 19px;
	}
	.work-s4-ul li p {
	    line-height: 22px;
	    font-size: 15px;
	}
	.s6-table-title span, .s6-table-list li span{
		font-size: 13px;
	}
	
	.nei-ban-box{
		padding-left: 32px;
		    /*padding-right: 32px;*/
	}
	.work-list-ul li dl dd {
	    font-size: 15px;
	    line-height: 22px;
	}
	.go-more.lan a::after, .work-list-ul li .work-list-a a::after{
		display: none;
	}
	.work-list-ul li .work-list-a a{
		background: #e94f4f;
		    border: none;
		    color: #ffffff;
		    border-radius: 5px;
			font-size: 16px;
	}
	.work-list-ul li .work-list-a a:hover {
	   background: #e94f4f;
	}
	.nei-ban-box .nei-ban-text .go-more a {
	    padding: 10px 30px 10px 30px;
	}
	.work-item .go-more.lan a{
		padding: 0 30px 0 30px;
	}
	.work-s5-ul li p {
	    font-size: 15px;
	    line-height: 22px;
	    padding: 0 10px;
	}
	.nei-ban-text h4{
		line-height: 36px;
	}
	.case-left-title h3 {
	    font-size: 19px;
	}
	.case-left-dl dd a {
	    font-size: 19px;
		padding-left: 10px;
	}
	.news-detail-title h3{
		font-size: 19px;
		line-height: 24px;
	}
	.case-right-biao li span{
		font-size: 15px;
		width: 115px;
	}
	.case-right-biao li b {
	    font-size: 15px;
		width: calc(100% - 115px);
	}
	.case-right-text-left p {
	    font-size: 13px;
	    line-height: 16px;
	}
	.case-right-text-two h4 {
	    font-size: 15px;
	    line-height: 22px;
	    padding: 0px 10px;
	}
	.case-right-text-two p, .news-detail-text p, .news-list-ul li a .news-left-text p {
	    font-size: 15px;
	    line-height: 26px;
	    padding: 0px 0px;
	}
	.case-right-text-two h3 {
	    font-size: 15px;
	    line-height: 22px;
	}
	/* .news-left, .news-right {
	    padding: 0px;
	} */
	.news-list-ul li a .news-left-text h4 {
	    font-size: 19px;
	    line-height: 30px;
	    margin-bottom: 5px;
	}
	.news-list-ul li a .news-left-text span {
	    font-size: 15px;
	    
	}
	.news-list-ul li a .news-left-text p {
	    max-height: 80px;
	}
	.news-list-ul li a .news-left-text {
	   
	    padding: 10px 0px;
	}
	.case-right-text-two p, .news-detail-text p, .news-list-ul li a .news-left-text p{
		margin-bottom: 5px;
	}
	.news-right-hot h6{
		font-size: 15px;
	}
	.news-right h4, .news-else h4{
		font-size: 19px;
	}
	.news-page{
		flex-wrap: wrap;
		    margin-top: 25px;
	}
	
	.news-detail-title h1 {
	    font-size: 19px;
	    line-height: 24px;
	}
	.news-detail-share span{
		font-size: 13px;
	}
	.news-detail-page-left a {
	    font-size: 15px;
	}
	.social-share .icon-wechat .wechat-qrcode{
		left: -153px!important;
	}
	.social-share .icon-wechat .wechat-qrcode:after{
		left: 88%!important;
	}
	.news-else-ul li a .news-else-text h6{
		font-size: 19px;
	}
	.news-else-ul li a .news-else-text span {
	    font-size: 13px;
	}
	.know-ul-tit li>a {
	    font-size: 19px;
	}
	.know-ul-list li a h5 {
	    font-size: 15px;
	    line-height: 22px;
	}
	.knd-top-div .knd-top-text h4,.knd-top-div .knd-top-text span{
	    font-size: 19px;
	    color: #ffffff;
	    line-height: 24px;
	}
	.msg-box-left h3 {
	    font-size: 19px;
	}
	.msg-box-left .msg-left-text p{
		font-size: 15px;
		line-height: 28px;
	}
	.msg-box-right h5{
		font-size: 15px;
	}
	.msg-box-right ul li label{
		font-size: 15px;
	}
	.msg-box-right ul li input, .msg-box-right ul li textarea {
	    font-size: 15px;
	}
	.msg-box-right button{
		background-color: #e94f4f;
		font-size: 16px;
	}
	.about-s1-box .about-s1-left h5 {
	    font-size: 19px;
	}
	.about-s1-box .about-s1-left h4 {
	    font-size: 19px;
	}
	.about-s1-text p {
	    font-size: 15px;
	    color: #666666;
	    line-height: 24px;
	}
	.index-about-num ul li p {
	    font-size: 15px;
	}
	.about-s2-right li p{
		font-size: 19px;
	}
	.about-s2-right li p:last-of-type {
	    font-size: 15px;
	}
	.about-s3-swiper .swiper-slide b{
		padding: 17px 0 65px;
	}
	.about-s3-swiper .swiper-slide ul li p {
	    font-size: 15px;
	}
	.dongtai-ul li a .dongtai-text h4 {
	    font-size: 19px;
	    line-height: 24px;
	    height: auto;
	}
	.dongtai-ul li a .dongtai-text span{
		font-size: 13px;
		display: none;
	}
	.more-j a{
		padding: 0px 30px 0px 30px;
		    background: none;
		    background-color: #e94f4f;
		    border-radius: 5px;
		    color: #ffffff;
		    font-size: 16px;
		    border: none;
		    line-height: 36px;
		    width: 180px;
	}
	.more-j a:hover {
	    color: #fff;
	    background-color: #e94f4f;
	    background-image: none;
	}
	.logo-h1{
		flex: 1;
	}
	.about-s6-left .about-s6-div1 div b {
	    font-size: 19px;
	}
	.about-s6-right strong{
		font-size: 15px;
	}
	.about-s6-ul li p {
	    font-size: 15px;
	    line-height: 22px;
	}
	footer ul li a{
		font-size: 15px;
	}
	.footer .yqlj a,.footer .footer-bot p{
		font-size: 13px;
	}
	
	.fw .fw-box .title-com h2 span{
		width: 100%;
		text-align: left;
	}
	.fw .fw-box .title-com h2{
		display: block;
		    text-align: left;
	}
	.dyh,.bn{
		background: #f1f4fb;
	}
	
	.go-more.lan{
		text-align: center;
	}
	.nei-banner .go-more a:hover, .banner .banner-con .banner-text a:hover {
	    border: none;
	    color: #ffffff;
	   background-color: #e94f4f;
	   background-image: none;
	    
	}
	.title-com h2 {
	   
	    font-weight: bolder;
	}
	.nei-banner-img {
	    height: 100%;
	}
	.nei-title.xian h3,.work-s4-ul li h4, .work-list-ul li h4,.work-list-div .work-item .work-item-left h3,.news-detail-title h3,.case-left-title h3,.news-list-ul li a .news-left-text h4{
	    
	    font-weight: bolder;
	}
	.banner-img div:nth-of-type(1),.nei-banner-img img:nth-of-type(1){
		display: none;
	}
	.banner-img div:last-of-type,.nei-banner-img img:last-of-type{
		display: block!important;
	}
	
	/*移动端页面修改*/
	.nei-ban-text h6 br {
    display: none;
    }
    .work-s3 {
    background-position: inherit !important;
    background-size: cover;
    background-repeat: no-repeat;
    }
	
	.footer .yqlj {
    margin: 20px auto 20px !important;
    }
	.footer .zxzx {
    margin-left: 10px !important;
    padding: 5px 10px !important;
    border-radius: 48px !important;
    font-size: 12px !important;
    }
	.news-list-ul li a .news-left-text span {
    display: none;
    }
	span.page-status {
    display: none;
    }
	span.page-num {
    display: none;
    }
    .news-detail-text p img {
    width: 100% !important;
    height: 100% !important;
    }
    .news-detail-text {
    padding: 10px 0 !important;
    }
    .about-s6-left .about-s6-div1 div {
    margin: 24px 0 0 0;
    }
    .knd-top-div .knd-top-img {
    width: 100%;
    height: 100%;
    background-position: top;
    background-size: cover;
    }
    .dongtai-ul li a .dongtai-text i {
    display: none;
    }
    /*爱番番侧边导航 移动端隐藏*/
    ins#nb_icon_inner_wrap {
    display: none;
    }
    /*爱番番侧边导航 移动端隐藏*/
    span.page-last {
    display: none;
}

}

.topSwiper .swiper-pagination{
    bottom:13%;
}
.topSwiper .swiper-pagination-bullet{
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    line-height: 10px;
}
.topSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fff !important;
}

.ewm img {
    width: 139px;
    height: 139px;
}

.img-show-ewm img {
    max-width: 100%;
    vertical-align: middle;
    width: 110px;
    height: 110px;
}

.fixed-right {
	width: 250px;
	height: 250px;
	background: url(/template/default/images/huodong/left-background.png) no-repeat;
	position: fixed;
	top: 30%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1000;
	background-size: contain;
}

/* 媒体查询，适配移动端 */
@media (max-width: 768px) {
    .fixed-right {
      width: 150px; /* 在移动端缩小宽度 */
      height: 150px; /* 在移动端缩小高度 */
    }
}