
/*首页轮播*/
#kmyCarousel{
    -webkit-animation: gfadeIn 1s 0.4s both;
    -moz-animation: gfadeIn 1s 0.4s both;
    animation: gfadeIn 1s 0.4s both;
	background:#203979;
}

#kmyCarousel .carousel-inner .active.left, #kmyCarousel .carousel-inner .active.right{
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.carousel-fade .carousel-inner .item {
   /* transition-property: opacity;*/
    opacity: 0;
            transition: opacity 1s ease;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.zoom-img {
    transform: scale(1.12);
    transition: transform 5s ease-in-out;
}
.carousel-inner .active .zoom-img {
    transform: scale(1);
}
.text-slide-up {
  /*  transform: translateY(50px);
    opacity: 0;
    transition: all 1s ease 0.5s;*/
	
	 opacity: 0;
            transform: translateY(50px);
            animation: slideUp 0.8s forwards 0.3s;
}
.banner-content {
            opacity: 0;
            animation: fadeIn 0.8s forwards 0.5s;
        }
        
        .banner-desc {
            opacity: 0;
            animation: fadeIn 0.8s forwards 0.7s;
        }
.carousel-inner .active .text-slide-up {
    transform: translateY(0);
    opacity: 1;
}

.carousel-inner > .active,
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    display: block;
    opacity: 1;
}
.carousel-inner > .next,
.carousel-inner > .prev,
.carousel-inner > .active.left,
.carousel-inner > .active.right {
    display: block;
    opacity: 0;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.module_banner{
    padding-top: 0px;
    position: relative;
    width: 100%;
	z-index:800;
}
.module_banner2{
    padding-top: 110px;
    position: relative;
    width: 100%;
	z-index:800;
}
@keyframes slideUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes fadeIn {
            to { opacity: 1; }
        }
		
.flip_front{-webkit-animation:flipOutX 0.4s linear both; -moz-animation:flipOutX 0.4s linear both; animation:flipOutX 0.4s linear both;}
@-webkit-keyframes flipOutX{
    0%{-webkit-transform:perspective(800px) rotateX(0deg) scale(1);}
    100%{-webkit-transform:perspective(800px) rotateX(-90deg) scale(0.86);}
}
@-moz-keyframes flipOutX{
    0%{-moz-transform:perspective(800px) rotateX(0deg) scale(1)}
    100%{-moz-transform:perspective(800px) rotateX(-90deg) scale(0.86)}
}
@keyframes flipOutX{
    0%{transform:perspective(800px) rotateX(0deg) scale(1);}
    100%{transform:perspective(800px) rotateX(-90deg) scale(0.86);}
}

.flip_back{-webkit-animation:flipInX 0.8s ease both; -moz-animation:flipInX 0.8s ease both; animation:flipInX 0.8s ease both;}
@-webkit-keyframes flipInX{
    0%{-webkit-transform:perspective(800px) rotateX(90deg) scale(0.86);}
    40%{-webkit-transform:perspective(800px) rotateX(-10deg);}
    70%{-webkit-transform:perspective(800px) rotateX(10deg);}
    100%{-webkit-transform:perspective(800px) rotateX(0deg) scale(1);}
}
@-moz-keyframes flipInX{
    0%{-moz-transform:perspective(800px) rotateX(90deg) scale(0.86);}
    40%{-moz-transform:perspective(800px) rotateX(-10deg);}
    70%{-moz-transform:perspective(800px) rotateX(10deg);}
    100%{-moz-transform:perspective(800px) rotateX(0deg) scale(1);}
}
@keyframes flipInX{
    0%{transform:perspective(800px) rotateX(90deg) scale(0.86);}
    40%{transform:perspective(800px) rotateX(-10deg);}
    70%{transform:perspective(800px) rotateX(10deg);}
    100%{transform:perspective(800px) rotateX(0deg) scale(1);}
}
/*首页轮播*/
.bannerin { width: 100%;min-height:500px; position: relative; margin:0 auto; text-align:center; overflow:hidden;}
.bannerin img{ max-width: 100%; width:100vw; text-align:center; transition: transform 0.9s ease-in-out;
  transform-origin: center center;}
/*.bannerin:hover img{
  transform: scale(1.02);
}*/
.bannerin .crumbs{position: absolute;width: 100%;top: 5%;color: #fff;text-align: center; color:#fff; font-size:12px; font-weight:200;}
.bannerin .crumbs i{ display:inline; margin:0 10px;}

.bannerin .tex4{position: absolute;width: 100%;bottom: 10%;color: #fff;text-align: left;}
.bannerin .tex4 .max-container{
      margin: 0 auto;
      max-width: 1200px;
      width: 62.5%; 
    }
.bannerin .tex4 .con{ padding:0 70px;}
.bannerin .tex4 .con p img{ width:26px; height:auto}
.bannerin .tex4 .con p:nth-child(1){font-size: 18px;color: #fff;text-transform: uppercase; text-indent:40px; }
.bannerin .tex4 .con p:nth-child(2){margin-top: 0px;font-size: 36px;font-weight:bold;}
.bannerin .tex4 .con p:nth-child(3){margin-top: 20px;font-size: 16px;letter-spacing: 0px;text-transform: uppercase; line-height:200%;}
.bannerin .tex4 .con p:nth-child(4){margin-top: 0px;font-size: 10px;letter-spacing: 1px;text-transform: uppercase;}
.bgbg{ background:url(/static/images/aboutbg.jpg) center center no-repeat; background-size:100% 100%;}

.bannerin .ntex{position: absolute;width: 100%;bottom: 11%;color: #fff;text-align: center;}
.bannerin .ntex .max-container{
      margin: 0 auto;
      max-width: 1200px;
      width: 62.5%; 
    }
.bannerin .ntex .con{ padding:0 70px;}
.bannerin .ntex .con p img{ width:26px; height:auto}
.bannerin .ntex .con p:nth-child(1){font-size: 60px;color: #fff;text-transform: uppercase;font-weight:bold; }
.bannerin .ntex .con p:nth-child(2){margin-top: 0px;font-size: 36px;font-weight:bold;}
.bannerin .ntex .con p:nth-child(3){margin-top: 10px;font-size: 16px;letter-spacing: 2px;text-transform: uppercase; line-height:200%;}
.bannerin .ntex .con p:nth-child(4){margin-top: 0px;font-size: 10px;letter-spacing: 1px;text-transform: uppercase;}

.p_scrool {
    position: absolute;
    left: calc((100% - 90px) / 2);
    bottom: 30px;
    color: #fff;
    width: 90px;
    z-index: 10
}

.p_scrool span {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: arial;
    line-height: 20px;
    margin-top: 12px;
    font-size: 12px
}

.p_scrool i {
    display: block;
    width: 22px;
    height: 33px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px #fff solid;
    position: relative
}

.p_scrool i:before {
    content: "∨";
    display: block;
  /*    width: 4px;
    height: 10px;
  background: #fff;*/
/*    border-radius: 2px;*/
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 3px;
    animation: scrollmouse 2s linear infinite;
}

@keyframes scrollmouse {
    from {
        transform: translate(-50%,0);
        opacity: 1
    }

    to {
        transform: translate(-50%,10px);
        opacity: 0
    }
}


.main .max-container .content-block {
  margin-top: 0px;
}

.main .max-container .content-block .commodity-list {
  margin-top: 0px;
}
.main .max-container .content-block .commodity-list .link {
  color: #fff; font-size:17px; text-align:center;
}
.main .max-container .content-block .commodity-list .list {
  display: flex;
  flex-wrap: wrap;
}
.main .max-container .content-block .commodity-list .list .item {
  position: relative;
  width: 32.394%;
  margin-bottom: 180px;
}
.main .max-container .content-block .commodity-list .list .item:nth-child(3n),
.main .max-container .content-block .commodity-list .list .item:nth-child(3n - 1) {
  margin-left: 1.408%;
}
.main .max-container .content-block .commodity-list .list .item .img-container {
  height: 333px;
  overflow:hidden;
}
.main .max-container .content-block .commodity-list .list .item .img-container img {
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.main .max-container .content-block .commodity-list .list .item .img-container:hover img{
    transform: scale(1.05);
}
.main .max-container .content-block .commodity-list .list .desc-container {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
/*  display: flex;
  align-items: center;
  padding: 0 20px;*/
   text-align:center;
  box-sizing: border-box;
  width: 100%;
}
.main .max-container .content-block .commodity-list .list .desc-container .desc {
  line-height: 1.5;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: SourceHanSerifCN-Regular;
  transition: all .3s;
}
.main .max-container .content-block .commodity-list .list .item .link:hover .desc-container .desc {
    text-shadow: 0 0 3px #fff, 0 0 6px #fff
}
.main .max-container .content-block .page-list {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Alibaba PuHuiTi R;
}
.main .max-container .content-block .page-list .item + .item {
  margin-left: 15px;
}
.main .max-container .content-block .page-list .item .link {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  transition: all 0.5s;
}
.main .max-container .content-block .page-list .item.active .link {
  color: #fff;
  background: #deb568;
}
.main .max-container .content-block .page-list .item.next .link {
  height: auto;
  width: auto;
  line-height: 1;
}
.main .max-container .content-block .page-list .item.next .img-container {
  height: 17px;
  width: 20px;
}
.main .max-container .content-block .page-list .item.jump {
  width: 81px;
  border-radius: 11px;
  font-size: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .max-container .content-block .page-list .item.jump .input {
  width: 33px;
  border: none;
  outline: none;
  background: transparent;
}
.main .max-container .content-block .page-list .item.jump .link {
  width: 47px;
  border-radius: 10px;
  font-size: 14px;
  background: #7b1e0d;
  color: #fff;
}



.lxcontent {
  color: #060606;
  max-width: 1200px;
  height:640px; overflow:hidden;
  padding: 54px 35px 65px 65px;
  box-sizing: border-box;
  margin: 0 auto;
  background: url(../images/lxwmbg.jpg) no-repeat center / 100% 100%;
}
.lxcontent .form-container {
  display: flex;
  justify-content: space-between;
  font-family: "Alibaba PuHuiTi R";
}
.lxcontent .addresscontainer {
  width: 45.915%;
}
.lxcontent .addresscontainer .icon-item {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.lxcontent .addresscontainer .icon-item + .icon-item {
  margin-top: 70px;
}
.lxcontent .addresscontainer .hint {
  padding-bottom: 9px;
  box-sizing: border-box;
  margin-top: 44px;
  border-bottom: 1px solid #8a8585;
}
.lxcontent .addresscontainer .question {
  margin-top: 22px;
  font-weight: bold;
  font-family: "Alibaba PuHuiTi B";
}
.lxcontent .addresscontainer .answer {
  color: rgba(6,6,6,0.9);
  font-size:18px;
  margin-top: 24px;
  line-height: 32px;
}
.lxcontent .addresscontainer .icon-container {
  display: flex;
}
.lxcontent .addresscontainer .img-container {
  margin-right: 21px;
  width: 23px;
}
.lxcontent .addresscontainer .img-container {
  margin-right: 21px;
  width: 23px;
}
.lxcontent .suggestion-container {
  width: 45.14%;
}
.lxcontent .suggestion-container .title-container {
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lxcontent .suggestion-container .title-container .title {
  margin: 0 65px;
  font-size: 34px;
  color: rgba(0,0,0,0.9);
  font-weight:bold;
}
.lxcontent .suggestion-container .form {
  padding: 19px 26px;
  box-sizing: border-box;
  background: none;
}
.lxcontent .suggestion-container .form-item .input,
.lxcontent .suggestion-container .form-item .text-area {
  width: 100%;
  padding: 0 29px;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background:rgba(0,0,0,0.1);
  outline: none;
  border: none;
  color:rgba(0,0,0,0.9);

}
.lxcontent .suggestion-container .form-item .input::placeholder,
.lxcontent .suggestion-container .form-item .text-area::placeholder {
  color: rgba(0,0,0,0.9);
}
.lxcontent .suggestion-container .form-item .text-area {
  resize: none;
  height: 127px;
}
.lxcontent .suggestion-container .form-item .text-area::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.lxcontent .suggestion-container .form-item .text-area::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #c3c3c3;
}
.lxcontent .suggestion-container .form-item .text-area::-webkit-scrollbar-track {
  background-color: transparent;
}
.lxcontent .suggestion-container .form-item + .form-item {
  margin-top: 12px;
}
.lxcontent .suggestion-container .submit-item {
  height: 48px;
  line-height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lxcontent .suggestion-container .submit-item .slider {
  width: 56.7%;
  height: 100%;
  user-select:none;
}

.lxcontent .suggestion-container .submit-item .slider .slide-to-unlock-handle:before{
  content: "》";
color: #fff;
margin: auto;
font-size: 30px;
margin-left: 8px;
}


.lxcontent .suggestion-container .submit-item .link {
  width: 28.7%;
  font-size: 20px;
  text-align: center;
  background: rgba(0,0,0,0.1);
  color: #202020;
  font-family: "Alibaba PuHuiTi R";
}
.lxcontent .suggestion-container .submit-item .link.active {
  background: #d0b189;
}
.lxcontent .suggestion-container .img-container {
  width: 15px;
}
.lxcontent .map {
  margin-top: 30px;
  height: 357px;
}

.slide-to-unlock-bg {
  text-align: center;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
}
.slide-to-unlock-bg span {
  position: relative;
  z-index: 5;
  color: #333;
}
.slide-to-unlock-progress {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  left: 1px;
  top: 1px;
}
.slide-to-unlock-handle {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  border: 1px solid #ccc;
  z-index: 6;
  cursor: move;
}


.e_loop-1 .p_list {
    display: flex;
    flex-wrap: wrap
}

.e_loop-1 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

@media (max-width: 992px) {
  .e_loop-1 .p_loopitem {
    flex: 0 0 50%;
  }
}
@media (max-width: 576px) {
  .e_loop-1 .p_loopitem {
    flex: 0 0 100%;
  }
}

.e_loop-1 .p_page {
    text-align: center; margin-bottom:50px;
}

.page_con {
	display:flex;
	align-items: center;
	width:100%;
	justify-content:center;
}
.page_con:has(a) {
	padding:40px 0; 
}
.page_con>a {
	display:flex;
	width:40px;
	height:40px;
	border-radius:var(--br);
	border:1px rgba(255,255,255,0.4) solid;
	font-size:15px;
	color:#fff;
	position:relative;
	align-items:center;
	justify-content:center;
	margin:0 4px
}
.page_con>a:hover {
	border-color:var(--bc);
	color:var(--bc);
}
.page_con span {border: none; font-weight: bold;width:40px;display:flex;position:relative;
	align-items:center;
	justify-content:center;
	margin:0 4px;
	height:40px;
	border-radius:var(--br);}
.page_con>a.page_a.disabled {
	border-radius:var(--br);
	background:rgba(0,0,0,0.1);
	border-color:rgba(0,0,0,0.1);
}
.page_con>span.current {
	border-radius:var(--br);
	background:var(--bc);
	color:#fff;margin:0 4px;
	height:40px;
	border-color:transparent;
	width:40px;display:flex;position:relative;
	align-items:center;
	justify-content:center;
}
.page_con>a.page_prev {
	color:transparent;
	font-size:0
}
.page_con>a.page_prev:before {
	content:"";
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-color:transparent;
	border-width:5px 5px 5px 0;
	border-right-color:#666;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.page_con>a.page_next {
	color:transparent;
	font-size:0
}
.page_con>a.page_next:before {
	content:"";
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-color:transparent;
	border-width:5px 0 5px 5px;
	border-left-color:#666;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.page_con>a.page_a.disabled:before {
	opacity:0.4
}
.page_con>span.page_jump {
	display:inline-flex;
	align-items:center;
	display:none;
}
.page_con>span.page_jump input {
	border-radius:5px;
	margin:0 5px;
	border-color:rgba(0,0,0,0.4);
}

.e_loop-1 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

.e_loop-1 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 24px;
    margin: 15px 0
}

.e_loop-1 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

.e_loop-1 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

.e_loop-1 .p_active {
    color: #fff;
    background-color: #409EFF;
    border-radius: 2px
}

.e_loop-1 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

.e_loop-1 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

.e_loop-1 .multSelect {
    font-size: 13px;
    position: relative
}

.e_loop-1 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

.e_loop-1 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

.e_loop-1 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

.e_loop-1 .multSelect ul,li {
    list-style: none
}

.e_loop-1 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

.e_loop-1 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

.e_loop-1 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

.e_loop-1 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

.e_loop-1 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

.e_loop-1 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

.e_loop-1 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

.e_loop-1 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

.e_loop-1 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

.e_loop-1 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

.e_loop-1 .p_filter_select {
    width: 110px;
    height: 24px;
    padding: 0;
    border: 1px solid #DCDFE6
}

.e_loop-1 .p_normal_start {
    display: inline;
    width: 60px;
    height: 22px
}

.e_loop-1 .p_date_start {
    display: inline;
    width: 105px;
    height: 22px
}

.e_loop-1 .p_normal_end {
    display: inline;
    width: 60px;
    height: 22px;
    margin-right: 5px
}

.e_loop-1 .p_date_end {
    display: inline;
    width: 105px;
    height: 22px;
    margin-right: 5px
}

.e_loop-1 .p_split {
    margin: 0 5px
}

.e_loop-1 .p_normal {
    margin-right: 16px
}

.e_loop-1 {
  /*  background_radio: 1;*/
    max-width: none;
    margin-left: auto;
    margin-right: auto;
   /* display-radio: 1*/
}


.e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
  /*  border-style: solid;
    border-width: 1px;
    border-color: rgba(230,230,230,1);*/
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 140px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    display-radio: flex;
    transition-property: all;
    transition-radio: hover;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    background_radio: 2;
    background-color: rgba(255,255,255,1)
}

.e_container-2:hover {
    display-radio: 1;
/*    border-style: solid;
    border-width: 1px;
    border-color: #d1111c*/
}


.e_container-2 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}
.e_image-3 {
    overflow: hidden;
    display-radio: 1;
    width: auto;
    height: 280px
}

.e_image-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.e_container-4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 25px
}

.e_container-4 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_line-5 {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(241,241,241,1);
    max-height: 1px;
    min-height: 0px
}

.e_container-6 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    background_radio: 1;
    display-radio: flex
}

.e_container-6 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_timeFormat-8 {
    min-height: 20px;
    font_radio: 2;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(155,155,155,1)
}

.e_text-10 {
    line-height: normal;
    font_radio: 2;
    font-size: 19px;
	font-weight:bold;
    display-radio: -webkit-box;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    color: rgba(0,0,0,1)
}
.e_text-10 a:focus, .e_text-10 a:hover{ color:#d1111c; text-decoration:none;}
.e_line-12 {
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #d1111c;
    max-width: 40px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: auto;
    max-height: 5px;
    display-radio: 1;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1)
}

.e_text-13 {
    line-height: 1.5;
    font_radio: 2;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(0,0,0,0.7);
    display-radio: -webkit-box;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 66px
}

.e_container-2:hover .e_line-12 {
    display-radio: 1;
    width: auto;
    max-width: 100%
}

.e_container-2:hover .e_text-10 {
    display-radio: 1;
    color: #d1111c
}
.e_container-2:hover .e_line-12 {
    display-radio: 1;
    width: auto;
    max-width: 100%
}

.e_container-2:hover .e_text-10 {
    display-radio: 1;
    color: #d1111c;
}

.e_container-2:hover img {
    opacity: 1;
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.e_image-3 {
    overflow: hidden;
    display-radio: 1;
    width: auto;
    height: 256px
}

.e_image-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.e_icon-18 {
    width: 30px;
    height: 30px;
    font_radio: 1;
    display-radio: 1;
    margin-left: auto
}

.e_icon-18 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: #272727;
}

.aboutbg2{ padding:70px 0;background:url(../images/hisbg.jpg) center center no-repeat; background-size:100% 100%;height:1147px;}
.aboutbg{background:#f8fcff; padding:70px 0;}
.aboutbg p:nth-child(2){font-size: 30px;letter-spacing: 1px;color: #4d4d4d; padding:20px 0;text-align:center; font-weight:400;}
.aboutbg p:nth-child(3){font-size: 22px;letter-spacing: 1px;color: #666; text-align:center;font-weight:400; line-height:40px;  }

.sp{ width:100%; overflow:hidden;}
.sp img{max-width:100%; width:100%;}
.sptp{display: grid;
  grid-template-columns: repeat(auto-fill, minmax(465px, 1fr));
  gap: 60px; padding: 20px;
  max-width:1100px; margin:0 auto;}
  .sptp .tpcard{ overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 0px solid transparent;
  transition: transform 0.3s ease;}
  .sptp .tpwz{ font-size:20px; text-align:center; line-height:50px; color:#6c6c6c; font-weight:400;}
  .sptp .tpcard:hover .tpwz{ color:#b67b1b;}
  
  .tpcard img {
  width: 465px;
  height: 310px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
/* 产品展示区 */


.newslist ul {
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap
}

.newslist ul li {
    width: 33.33%
}

.newslist .card_box {
    max-width: 340px;
    height: 460px;
    position: relative;
    margin: 0 auto 40px;
    cursor: pointer;
	background:#f5f8ff;
	
}

.newslist .card_img {
    width: 340px;
    height: 215px;
	overflow:hidden;
}

.newslist .card_box img {
    width: 100%; height:100%;
}

.newslist .card_box .card_text {
    font-size: 16px;
    font-weight: bold;
	line-height:20px;
    color: #010c2d;
    margin: 24px 20px;
}
.newslist .card_box .card_text2 {
    font-size: 12px;
	line-height:20px;
    color: #010c2d;
 margin: 14px 20px;
}
.newslist .card_box .xline {
height: 1px;background: #737a8f;margin: 14px 20px;
}
.newslist .card_box .card_footer {
    width: 100%;
    height: 60px;
    border-bottom: 5px solid #000000;
    position: absolute;
    bottom: 0
}

.newslist .card_footer .card_btn {
    width: 70px;
    height: 60px;
    background: #000000;
    float: right;
    position: relative
}

.newslist .card_btn>img {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.newslist li:hover .card_footer {
    border-bottom: 5px solid #033694;
}

.newslist li:hover .card_btn {
    background: #033694;
}



.nyproducts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(305px, 1fr));
 /* grid-template-columns: repeat(3, 400px);*/
  gap: 180px;
}

.nyproduct-card {
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 0px solid transparent;
  transition: transform 0.3s ease;
   position: relative; /* 添加相对定位 */
  /* width: 33.3333%; */
  /* width: 400px; */
}

.nyproduct-card:hover{
  border: 0px solid var(--primary-blue);
}

.nyproduct-card:hover .nyproduct-info {
  background-color:none;
  color: #fff;
}
.nyproduct-card:hover .nyproduct-info .nyproduct-name,
.nyproduct-card:hover .nyproduct-info .nyproduct-desc {
  color: #fff;
}

.nyproduct-img {
  height: 355px;
  overflow: hidden;
  position: relative;
  /* width: 400px; */
}
.nyproduct-img:before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: rgba(4, 82, 69, 0.7);  半透明黑色 */
background:#033694;
  opacity: 0; /* 初始不可见 */
  transition: opacity 0.5s ease;
  z-index: 2;
}
.nyproduct-card a .nyproduct-img .proline {
	position: absolute;
  bottom: 0;
 height: 5px;
 background:#033694;
  z-index: 3;
  width: 100%;
}

.nyproduct-card a .nyproduct-img .pro_txt {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20px); /* 初始位置偏下 */
  color: white;
  text-align: center;
  opacity: 0; /* 初始不可见 */
  transition: all 0.5s ease;
  z-index: 3;
  width: 100%;
}
.pro_txt h1 {
  font-size: 13px;
  margin: 0;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);text-transform: uppercase;
}
.pro_txt p {
  font-size: 13px;
  margin: 10px;
}
/* 悬停效果 */
.nyproduct-card:hover .nyproduct-img::before {
  opacity: 1; /* 显示遮罩 */
}

.nyproduct-card:hover .nyproduct-img .pro_txt {
  opacity: 1; /* 显示文字 */
  transform: translate(-50%, -50%); /* 居中定位 */
}
.nyproduct-img img {
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease;
}

.nyproduct-card:hover .nyproduct-img img {
  transform: scale(1.05);
}

.nyproduct-info {
  padding: 15px;
  /* padding-bottom: 10px; */
  transition: all 0.3s ease;
}

.nyproduct-name {
  font-size: 20px;
  color: #333;
  height: 35px;
  line-height: 30px;
  border-bottom: 0px solid #ccc;
}


.innyproducts {
  display: grid;
 /* grid-template-columns: repeat(auto-fill, minmax(258px, 1fr));*/
 grid-template-columns: repeat(4, 260px);
  gap: 25px;
  padding:0 80px;
}

.innyproduct-card {
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 0px solid transparent;
  transition: transform 0.3s ease;
   position: relative; /* 添加相对定位 */
  /* width: 33.3333%; */
  /* width: 400px; */
}

.innyproduct-card:hover{
  border: 0px solid var(--primary-blue);
}

.innyproduct-card:hover .innyproduct-info {
  background-color:none;
  color: #fff;
}
.innyproduct-card:hover .innyproduct-info .innyproduct-name,
.innyproduct-card:hover .innyproduct-info .innyproduct-desc {
  color: #fff;
}

.innyproduct-img {
  height: 370px;
  overflow: hidden;
  position: relative;
  /* width: 400px; */
}
.innyproduct-img:before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: rgba(4, 82, 69, 0.7);  半透明黑色 */
background:#033694;
  opacity: 0; /* 初始不可见 */
  transition: opacity 0.5s ease;
  z-index: 2;
}

.innyproduct-card a .innyproduct-img .inpro_txt {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20px); /* 初始位置偏下 */
  color: white;
  text-align: center;
  opacity: 0; /* 初始不可见 */
  transition: all 0.5s ease;
  z-index: 3;
  width: 100%;
}
.inpro_txt h1 {
  font-size: 13px;
  margin: 0;
  font-weight:normal; padding:10px;
}
.inpro_txt p {
  font-size: 13px;
  margin: 10px;
}
/* 悬停效果 */
.innyproduct-card:hover .innyproduct-img::before {
  opacity: 1; /* 显示遮罩 */
}

.innyproduct-card:hover .innyproduct-img .inpro_txt{
  opacity: 1; /* 显示文字 */
  transform: translate(-50%, -50%); /* 居中定位 */
}
.innyproduct-img img {
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease;
}

.innyproduct-card:hover .innyproduct-img img {
  transform: scale(1.05);
}

.innyproduct-info {
  padding: 15px;
  /* padding-bottom: 10px; */
  transition: all 0.3s ease;
}

.innyproduct-name {
  font-size: 16px;
  color: #010c2d;
  height: 50px;
  line-height: 50px; text-align: center;text-transform: uppercase;
}
.innyproduct-card:hover .innyproduct-name{color:#033694; font-weight:bold; text-decoration:none;}
.innyproduct-card a{text-decoration:none;}
/*新闻*/
/* 列表容器 */
.content-list {
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

/* 列表项 */
.content-item {
  display: flex;
  gap: 0px;
 overflow:hidden;
  margin-bottom:150px;
}

/* 交替背景色 */
.content-item:nth-child(even),.acontent-item:nth-child(even) {
 /* background: #f5f5f5;*/
  width: 100%;
  position: relative;
}

.content-item:nth-child(even)::before,.acontent-item:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}

/* 文字区块 */
.text-content {
max-width: 744px;
width:62%;
  flex: 0 0 auto;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
   justify-content: space-between; 
    align-items: flex-start; /* 左对齐内容 */
          padding: 80px;
          box-sizing: border-box;
          background: url(../images/about-bg2.jpg) no-repeat center center / 100% 100%;
		
}
.text-content .more {
/*  margin-top: auto; *//* 将more按钮推到最底行 */
margin-left:480px;
  cursor: pointer;
}
.text-content .more a:hover img {
  transform: translateX(10px); 
  transition: transform 0.3s ease-in-out; /* 平滑过渡效果 */
}

.text-content h2 {
  font-size: 18px;
  color: rgba(210,163,107,0.5);
  position: relative;
  padding-left: 0;
  text-transform: uppercase;
}
.text-content span {
  display: block;
  color: #fff;
  font-size: 36px;
    font-weight: bold;
  text-transform: uppercase;
/*  padding-right:60px;*/
}
.text-content p {
  font-size: 16px;
  color: #fff;
  line-height: 200%;
  text-align:justify;
/*  padding-right:60px;*/
}

/* 图片区块 */
.image-content {
  flex: 1;
  max-width:456px;
  width:38%;
  min-width: 0;
  overflow:hidden;
  display: flex;            /* 启用flex布局 */
  justify-content: center;  /* 水平居中 */
  align-items: center;      /* 垂直居中 */
}
.image-content img {
 width: 100%;         /* 防止图片溢出 */
  height: 100%;
  display: block; 
    overflow: hidden;
transition: transform 0.6s ease-in-out;
  transform-origin: center center;
  margin:0 auto;
  
}
 .image-content:hover img {
  transform: scale(1.05); cursor:pointer;
}
/* 交替布局 */
.content-item:nth-child(even) .text-content,.acontent-item:nth-child(even) .text-content {
  order: 2;
}
.content-item:nth-child(even) .image-content,.acontent-item:nth-child(even) .image-content {
  order: 1;
}


.newstext-content {
width: 100%;
  padding:40px 20px;
}
.newstext-content h2 {
  font-size: 26px;
  text-align:center;
  color: #000;
  font-weight: bold;
  margin-bottom: 1.3em;
  text-transform: uppercase;
}
.newstext-content h2:hover{ color:#d1111c;}
.newstext-content div {
  font-size: 14px;
  color: #000;
  line-height: 220%;
  text-align:justify;
    margin-bottom: 2em;
/*  padding-right:60px;*/
}
.newstext-content img{padding:20px;  display: flex;            /* 启用flex布局 */
  justify-content: center;  /* 水平居中 */
  align-items: center;      /* 垂直居中 */
  width:100%;height:100%;margin:0 auto;}
.newstext-content {text-indent: 2em;}
.newstext-content p {text-indent: 2em;}

.news-detail .con img{width: 100%; padding:20px 40px;}
.news-detail .con {text-indent: 2em;}
.news-detail .con p {text-indent: 2em;}
/* 新闻*/
.innews_list ul {margin-top:-30px;}
.innews_list li {padding:60px 0; list-style:none;}
.innews_list li:last-child {border:0;}
.innews_list li .pic {float:left;width:450px;height:340px; overflow: hidden;}
.innews_list li .pic img {width:100%; height:100%;}
.innews_list li .cons {float:right;width:60%; padding-top:0px;}
.innews_list li .cons .t a {font-weight:bold;font-size:24px; line-height: 35px; color:#333333;}
.innews_list li .cons .c { line-height: 25px; height: 50px; overflow: hidden;margin:15px 0 40px 0; font-size:16px; color:#666666;}
.innews_list li .cons .t a:hover {color:#045245;}
.nshow{ padding-bottom:30px;}
.nshow .t { text-align:center;font-weight:bold;font-size:26px; line-height: 35px;padding:30px 0 20px 0; color:#666;}
.nshow .c h3 {font-size:20px; line-height: 28px;font-weight:normal;padding:1px 5px; display: inline-block;margin:10px 0}
.nshow .c p {line-height: 28px;}
.nshow .prenext{ padding:10px;}

 .mess-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .mess-item {
            width: calc(50% - 30px);
            margin: 30px 0;
        }
		
.year-section {
            margin-bottom: 50px;
        }
        .year-title {
		color:#023894;
            font-size: 70px;
            font-weight: bold;
            text-align: left;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eeeeee;
        }
        .yearnews-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .yearnews-item {
            width: calc(50% - 30px);
            margin: 30px 0;
        }
        .yearnews-title {
            font-size: 16px;
            text-align: left;
            margin-bottom: 20px;
			color:#666666;
        }
		 .yearnews-title {
            font-size: 16px;
            text-align: left;
            margin-bottom: 20px;
			color:#666666;
			line-height:150%;
			height:40px;
        }
		.yearnews-item a:hover .yearnews-title{color:#023894;}
        .yearnews-image {
            width: 605px;
            height: 410px;
            object-fit: cover;
			overflow:hidden;
        }
        




/* 联系我们*/
.lxwm ul { 
 display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  
  /* display: flex;   */       /* 启用弹性布局 */
  gap: 40px;              /* 项间距 */
  padding: 0;             /* 清除默认内边距 */
  margin: 0;              /* 清除默认外边距 */
  list-style-type: none;  /* 移除列表符号 */}
.lxwm li { flex: 1;                /* 自动分配剩余空间 */
  height: 260px;          /* 自定义高度 */
  background: #efefef;       /* 灰色背景 */
  line-height:30px;
  text-align:center;

  /* 可选圆角 */}
.lxwm li .p {  text-align: center;margin:0 auto}
.lxwm li .p img {width:52px;margin: 70px 0 30px 0;}
.lxwm li .t {font-size:25px; line-height: 35px;color:#666666;font-weight:bold;margin:30px 0 10px 0}
.lxwm li .c {font-size:22px;color:#666;}
.lxwm .content {font-size:16px;margin:-10px 0 40px 0; text-align: center;}


 .map-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }
        
        .map-image {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .mapmarker {
            position: absolute;
            width: 28px;
            height: 40px;
            left: 46%;
            top: 31%;
            transform: translate(-50%, -50%);
            cursor: pointer;
            z-index: 10;
            animation: bounce 1.5s infinite ease-in-out;
        }
        
        .mapmarker img {
            width: 100%;
            height: auto;
        }
        
       .mappopup {
            position: absolute;
            width: 240px;
            /* background: white; */
            /* border-radius: 8px; */
            /* padding: 15px; */
            /* box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 20;
        }
        
        
        .mapmarker:hover + .mappopup {
            opacity: 1;
            visibility: visible;
        }
        
        .mappopup img {
            width: 100%;
            height: auto;
            border-radius: 4px;
            margin-bottom: 10px;
        }
        
        
        @keyframes bounce {
            0%, 100% {
                transform: translate(-50%, -50%) translateY(0);
            }
            50% {
                transform: translate(-50%, -50%) translateY(-15px);
            }
        }
        
	/*留言*/
		
	 .liuyan{ width:100%;}
.liuyan7 .h3 {
	display: flex;
	flex-wrap: wrap; 
	gap: 45px;
	padding: 10px 0 0 0;
	border-radius: 8px;
	list-style: none;
}
  .liuyan7 .h3 .radio-option {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.2s ease;
	margin-right:20px;
}
  .liuyan7 .h3 .radio-option input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.liuyan7 .h3 .radio-option .checkmark {
	width: 18px;
	height: 18px;
	background:transparent;
	margin-right: 8px;
	border:2px solid #999999;
	border-radius: 50%;  
	position: relative;
	flex-shrink: 0;
	transition: all 0.2s ease;

}
 .liuyan7 .h3 .radio-option .checkmark::after {
 content: "";
    position: absolute;
    display: none;
    width: 8px;                /* 实心圆点大小 */
    height: 8px;     /* 蓝色实心圆 */
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;              /* 移除边框 */
	background:#023894;
}
  .liuyan7 .h3 .radio-option input:checked ~ .checkmark {
	border:2px solid #023894;
	border-radius: 50%;  
}
 .liuyan7 .h3 .radio-option input:checked ~ .checkmark::after {
 display: block;
}
 .liuyan7 .h3 .radio-option .label-text {
	font-size: 18px;
	color: #666;
	white-space: nowrap; 
}
 .liuyan7 .h3 .radio-option:hover .checkmark {

/*background:#023894;
border:1px solid #023894;*/

}
 .liuyan7 .h3 .radio-option input:focus ~ .checkmark {
/* box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);*/
}
 .liuyan7 .h3 .radio-option input:checked ~ .label-text {

 color:#023894;

}

.liuyan7 .lyLeft {
	display: flex;
	align-items: center;
}
.liuyan7 .lycontent textarea {
	display: block;
	line-height:1.5;
	outline: none;
	transition: all 0.3s ease;
		padding: 20px;
background:#eeeeee;
	outline: none;
	transition: all 0.3s ease;
	width: 95%;
	height:330px;
	 font-size: 18px;
	 color:#999;
	 resize: none; 
	 border:none; /* 移除右下角拖拽手柄 *//

}
.liuyan7 .container {
	width: 100%;
	margin: 0 auto;
}

.lyForm {
	/* margin: 0 auto; */
	width: 89%;
}

.lyLeft {
	width: 50%;
	border-bottom: none !important;
	padding-bottom: 0.3rem;
}

.lyLeft input[type="text"], .lyTxt input[type="text"] {
	border-radius: 0px;
	background-color: #eee;
	border:none;
	padding: 20px;
	outline: none;
	transition: all 0.3s ease;
	width: 510px;
	height: 60px;
	color:#999;
	font-size:18px;

}
.ptit{
    text-align: center;
    padding: 20px;
    color: #9b9891;
    font-size: 18px;
    font-weight: 500;
}
.lyc {
	margin-bottom: 35px;
}
.lytj {
	display: block;
	width: 180px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: 600;
	color:#fff;
	margin: 30px 0 auto;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background:#023894;
	 border:2px solid #023894;
}

.lytj:hover {
font-size: 18px;
	font-weight: 600;
	outline: none;
    border:2px solid #cccccc;
    color: #666666;
    font-family: "Microsoft YaHei";
    border-radius: 0;
    background:transparent;
}	
		
		
		
		
		
		

/*内容分享*/
.share-detail{margin-top: 60px;margin-bottom: 100px;}
.share-detail .title{
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 18px;
}
.share-detail .share-to{
    text-align: center;
    margin-top: 32px;
}
.share-detail .share-to .shareBtn{
    width: 54px;
    height: 54px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    margin-right: 40px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

}
.share-detail .share-to .shareBtn i{
    color: #fff;
    font-size:26px;
    line-height: 54px;
}
.share-detail .share-to .weibo{
    background-color: #ff4289;
}
.share-detail .share-to .qq{
    background-color: #22adf9;
}
.share-detail .share-to .weixin{
    background-color: #26c35a;
}
.share-detail .share-to .qq_space{
    background-color: #f9ce22;
}
.share-detail .share-to .weixin_quan{
    background-color: #19ca7d;
}
.share-detail .share-to .qq_weibo{
    background-color: #4cc5fe;
}
.share-detail .share-to .shareBtn:hover{
    background-color: #22adf9;
}
/*内容分享*/
.y_crumbs .module_container{
    padding-top:84px;
    max-width: 100%;
}
.y_crumbs_box{
    width: 100%;
    background-color: #f7f7f7;
    padding: 32px 0 32px 45px;
}

/*面包屑*/
.y_crumbs_box ul li{
    float: left;
    color: #999;
    font-size: 12px;
}
.y_crumbs_box ul li.current{margin-right: 5px;}
.y_crumbs_box ul li.item:after{
    content: ">";
    margin: 0 5px;
    color: #999;
    font-size: 12px;
}
.y_crumbs_box ul li.item:last-of-type:after{
    content: "";
}
.y_crumbs_box ul li a{
    color: #999;
    font-size: 12px;
}
.y_crumbs_box ul li a:hover{
    color: #22adf9;
}

/*边框输入框重写*/
input.text_border{
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    border: 1px solid #f2f2f2;
    font-family: "Microsoft YaHei";
    color: #333;
}
.text_192{width: 192px;}
.text_621{width: 621px;}
textarea.text_border{
    height: 130px;
    line-height: 45px;
    padding-left: 20px;
    border: 1px solid #f2f2f2;
    font-family: "Microsoft YaHei";
    color: #333;
    resize: none;
}
.textarea_621{width: 621px;}
input.text_border:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-family: "Microsoft YaHei";
}
input.text_border::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-family: "Microsoft YaHei";
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color: #999;
    font-family: "Microsoft YaHei";
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color: #999;
    font-family: "Microsoft YaHei";
}

/*数据暂时模块*/
.yData_show li{
    width: 33.333%;
    height: 229px;
    float: left;
    text-align: center;
    display: table;
}
.yData_show li .item{
    display: table-cell;
    vertical-align: middle;
}
.yData_show li .item .data{
    font-size: 54px;
    font-family: HELVETICANEUELTPRO-THEX,Arial;
    color: #fff;
    line-height: 54px;
}
.yData_show li .item .data em{
    font-size: 23px;
    position: absolute;
    display: inline-block;
    margin-top: -20px;
}
.yData_show li .item .dw{
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-top: 10px;
}

/*右侧导航*/
.index_nav{
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 101;
}
.qq_contact{
    background-color: #10abff;
    width: 118px;
    height: 118px;
    display: table;
}
.qq_contact:hover{
    background-color: #009df2;
}
.qq_contact .ye_icon{
    width: 48px;
    height: 54px;
    display: block;
    background: url("../images/yun_icon.png") no-repeat;
    background-position: -352px 0;
    margin: 0 auto;
}
.qq_contact p{
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
  .tab-container {
            max-width: 1200px;
            margin: 20px auto;
        }
       .tab-header {
             display: flex;
    width: 100%;
    justify-content: space-between;
	border-bottom: 2px solid #045245;
        }
        .tab-item {
		 flex: 1;
    text-align: center;
           padding: 12px 0;
    cursor: pointer;
    color: #045245;
    font-size: 24px;
    position: relative;
    transition: all 0.3s;
	margin-bottom: -1px;
        }
        .tab-item.active {
            color: #c4251e;
            font-weight: bold;
        }
        .tab-item.active::after {
            content: '';
            position: absolute;
             bottom: -1px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #c4251e;
        }
        .tab-content {
            padding: 20px 0;
            display: none;
        }
        .tab-content.active {
            display: block;
        }
		
		.news-detail{padding: 100px 0 125px;}
.news-detail .top{position: relative;text-align: center;padding-bottom: 30px;border-bottom: 1px solid #ededed;}
.news-detail .top .t-01{font-size: 36px;letter-spacing: 2px;color: #333333;}
.news-detail .top .t-02{color: rgba(51,51,51,0.6);font-size: 16px;margin-top: 77px;}
.news-detail .top .t-02 span{display: inline-block;}
.news-detail .top .t-02 span i{margin: 0 34px;display: inline-block;background-color: rgba(51,51,51,0.6);width: 2px;height: 10px;;}
.news-detail .top .share{width: 42px;text-align: center;position: absolute;left: -102px;top: 178px; display:none!important}
.news-detail .top .share li{margin-top: 30px;}
.news-detail .top .share .i-01{padding-bottom: 21px;border-bottom: 1px solid #e6e6e6;}
.news-detail .con img{width: 100%; padding:20px 40px;}
.news-detail .con {text-indent: 2em;}
.news-detail .con p {text-indent: 2em;}
.news-detail .con{border-bottom: 1px solid #ededed;padding: 55px 0 78px;font-size: 16px;line-height: 40px;color: #555555;}
.news-detail .return{text-align: center;margin-top: 67px;}
.news-detail .return a{padding-top: 27px;display: inline-block;border-radius: 100%;width: 105px;font-size: 14px;color: #fff;height: 105px;background-image: linear-gradient(0deg, #a62133 0%, #e40214 100%), linear-gradient(#c30c23, #c30c23);background-blend-mode: normal, normal;box-shadow: 0px 15px 30px 0px rgba(238, 52, 63, 0.3);}
.news-detail .return a p{margin-top: 6px;}
.other{margin-top: 63px;}
.other .t-01{font-size: 30px;color: #333333;}
.other .t-02 li{position: relative;top: 0;transition: all .5s;margin-top: 30px;margin-left: 34px;height: 123px;border: 1px solid #e5e5e5;border-top: 3px solid #cccccc;width: 583px;float: left;}
.other .t-02 li:hover{border-top: 3px solid #942024;}
.other .t-02 ul{margin-left: -34px;}
.other .t-02 li p:nth-child(1){font-size: 24px;color: #333333;}
.other .t-02 li p:nth-child(2){font-size: 18px;color: #666666;margin-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.other .t-02 li a{display: block;width: 100%;height: 100%;padding: 32px 28px 0;}
.other .t-02 li:hover{border-top: 3px solid #942024;top: -20px;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);}
.other .t-02 li:hover p:nth-child(1){color: #942024;}
.other .t-02 li:hover p:nth-child(2){color: #942024;}
.organizational{padding: 112px 0 120px;}
.organizational .con{text-align: center;}
.organizational .con img{max-width: 100%;}

.bt-container {
            max-width: 1200px;
            margin: 50px auto;
        }
        
        .bt-header {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            padding: 30px 0;
        }
        
        .bt-header__block {
            width: 12px;
            height: 76px;
            background-color: #033694;
            margin-right: 23px;
            flex-shrink: 0;
        }
        
        .bt-header__content {
            flex: 1;
            min-width: 300px;
        }
        
        .bt-header__title {
            font-size: 40px;
            font-weight:bold;
            color: #010c2d;
            line-height: 1.2;
            margin: 0;text-transform: uppercase;
        }
        
        .bt-header__desc {
            font-size: 20px;
            color: #010c2d;
            font-weight: 400;
            margin-top: 10px;
            line-height: 1.5;
        }
        
        @media (max-width: 1024px) {
            .bt-header__block {
                width: 68px;
                height: 68px;
                margin-right: 20px;
            }
            
            .bt-header__title {
                font-size: 36px;
            }
        }
        
        @media (max-width: 768px) {
            .bt-header {
                padding: 20px 0;
            }
            
            .bt-header__block {
                width: 12px;
                height: 76px;
                margin-right: 15px;
            }
            
            .bt-header__title {
                font-size: 20px;
            }
            
            .bt-header__desc {
                font-size: 14px;
                margin-top: 20px;
            }
        }
        
        @media (max-width: 480px) {
            .bt-header__block {
                width: 12px;
                height: 76px;
                margin-right: 12px;
            }
            
            .bt-header__title {
                font-size: 20px;
            }
            
            .bt-header__desc {
                font-size: 14px;
                margin-top: 15px;
            }
        }