@import url(style.css);
@import url(mobile.css);
@import url(custom.css);
@import url(pscroll.css);
@import url(lrtk3.css);
.textover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textovers {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
[flex] {
  display: flex;
}
[flex][flex~="i"] {
  display: inline-flex;
}
[flex][flex~="wrap"] {
  flex-wrap: wrap;
}
[flex][flex~="no-wrap"] {
  flex-wrap: nowrap;
}
[flex][flex~="ja"] {
  justify-content: space-around;
}
[flex][flex~="jb"] {
  justify-content: space-between;
}
[flex][flex~="js"] {
  justify-content: start;
}
[flex][flex~="jfs"] {
  justify-content: flex-start;
}
[flex][flex~="jc"] {
  justify-content: center;
}
[flex][flex~="je"] {
  justify-content: end;
}
[flex][flex~="jfe"] {
  justify-content: flex-end;
}
[flex][flex~="ais"] {
  align-items: flex-start;
}
[flex][flex~="aic"] {
  align-items: center;
}
[flex][flex~="acc"] {
  align-content: center;
}
[flex][flex~="aie"] {
  align-items: flex-end;
}
.img-box {
  position: relative;
  overflow: hidden;
}
.img-box::before {
  content: "";
  display: block;
  width: 100%;
}
.img-box img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.img-box.auto-img::before {
  display: none;
}
.img-box.auto-img img {
  position: static;
  height: auto;
}
.imgh:hover .img-box img,
.img-box .imgh:hover img,
.img-box.imgh:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
html{
--btn-bg: linear-gradient(31deg, #e7841f 0%, #115aba 65%, #006fc3 100%);
--btn-bg-h: linear-gradient(-31deg, #e7841f 0%, #115aba 65%, #006fc3 100%);
--btn-bg2: linear-gradient(31deg, #e7841f 0%, #115aba 65%, #006fc3 100%), linear-gradient(#000000, #000000);
--btn-bg2-h: linear-gradient(-31deg, #e7841f 0%, #115aba 65%, #006fc3 100%), linear-gradient(#000000, #000000);
--btn-bg3: linear-gradient(31deg, #e7841f 0%, #115aba 65%, #006fc3 100%), linear-gradient(#ffffff, #ffffff);
--btn-bg3-h: linear-gradient(-31deg, #e7841f 0%, #115aba 65%, #006fc3 100%), linear-gradient(#ffffff, #ffffff);
--mcolor: #cccccc;
--mcolor-rgb: 34, 68, 177;
}


/*荣誉*/
.list2 {
  --l1p: clamp(0.1rem, 0.8vw, 18px);
  --pad: 38px;
  --fullpagesize: 21px;
  margin: 0 calc(var(--l1p)*-1); overflow:hidden;
}
.list2 .list2-li {
  padding: 0 var(--l1p);
}
.list2 .list2-box {
  display: block;
  position: relative;
  background: #ffffff;
 /* padding: calc(var(--pad)*0.7) var(--pad) var(--pad);*/
  transition: all 0.3s; position:relative; padding-bottom:175px; margin-top:20px; margin-bottom:20px;
}
.list2 .list2-box:hover {
 /* background: var(--main-color);*/-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.about_four_bg .list2 .list2-box{ padding-bottom:0;}
.list2 .img-box::before {
  padding-top: 87.28%;
}
.about_four_bg .list2 .img-box::before { padding-top:134.1%;}
/*.list2 .img-box{ margin-bottom:175px;}*/
.list2 .txts{ position:absolute; bottom:0; left:0; width:100%; background:#ebeef2;}
.list2 .txts .boxs{ width:94%; margin:0 auto; max-width:280px; overflow:hidden;}
.list2 .txts .h3{ font-weight:bold; overflow:hidden; height:36px; line-height:36px; color:#353535; margin-top:19px;transition:all 0.3s;}
.list2 .list2-box:hover .txts .h3{ margin-top:39px;}
.list2 .txts .p2{  margin-top:6px; font-size:16px; margin-bottom:40px;transition:all 0.3s; color:#353535; position:relative;}
.list2 .txts .p2 .p{line-height:24px; max-height:72px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow:hidden;}
.list2 .txts .p2:after{ content:""; position:absolute; bottom:0; left:0; width:0; height:1px; background:#ed7d0d;transition:all 0.3s;}
.list2 .list2-box:hover .txts .p2{ margin-bottom:37px; padding-bottom:33px;}
.list2 .list2-box:hover .txts .p2:after{ width:100%;}

.list2 .list2-box .h3{ font-weight:normal; overflow:hidden; height:52px;line-height:26px; color:#333333; font-size:18px; padding-right:22px; background:url(../images/about_pic2.png) right 0 top 5px no-repeat; background-size:21px 21px; text-align:left;transition:all 0.3s;}
.list2 .list2-box .h3 span{ display:block; overflow:hidden; height:26px;white-space:nowrap;text-overflow:ellipsis;}
.list2 .list2-box:hover .h3{/* color:#01b4ed;*/ background-image:url(../images/about_pic2_on.png);}
.list2 .list2-li .boxs{ max-width:245px; margin:0 auto; width:94%;padding-top: 32px; padding-bottom: 45px;}
.list2 .list2-li .imgs{ margin-top:32px; overflow:hidden;  position:relative; padding-top:315px;}
.list2 .list2-li .imgs img{ display: block;width: 100%; height:100%; position:absolute; top:0; left:0; -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s; /*-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;*/}
.list2 .list2-box:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);/*-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;*/}
@media (max-width: 1200px) {
/*荣誉*/
.list2 .txts .boxs{ max-width:none;}
.list2 .txts .p2{ margin-bottom:25px;}
.list2 .list2-box:hover .txts .h3{ margin-top:25px;}
.list2 .list2-box:hover .txts .p2{ padding-bottom:25px; margin-bottom:30px;}
.list2 .txts .p2{ font-size:15px;}
.list2 .list2-li .boxs{padding-top:9%; padding-bottom:10%;}
.list2 .list2-li .imgs{  padding-top:70%; margin-top:10%;}
.list2 .list2-box .h3{ height:48px; line-height:24px; font-size:16px;}
.list2 .list2-box .h3 span{ height:24px;}
}
@media (max-width: 640px) {
/*荣誉*/
.list2 .txts .p2{ font-size:14px;}
.list2 .list2-box:hover .txts .h3{ margin-top:20px;}

.list2 .list2-box .h3{ height:44px; line-height:22px; font-size:14px;padding-right:16px; background-size:14px 14px; }
.list2 .list2-box .h3 span{ height:22px;}
}
@media (max-width: 480px) {
/*荣誉*/
.list2 .txts .p2{ font-size:13px;margin-bottom:20px;}
.list2 .txts .p2 .p{ line-height:22px; max-height:66px;}
.list2 .txts .h3{line-height:28px; height:28px; margin-top:15px;}
.list2 .list2-box:hover .txts .h3{ margin-top:20px; }
.list2 .list2-box:hover .txts .p2{ padding-bottom:20px; margin-bottom:25x; margin-top:0;}

.list2 .list2-box .h3{ font-size:13px; height:40px; line-height:20px; }
.list2 .list2-box .h3 span{ height:20px;}
}
@media (max-width: 360px) {
/*荣誉*/
.list2 .txts .p2{ font-size:12px;}
.list2 .list2-box .h3{ font-size:12px; }
}

/**轮播切换**/
.swiper-btn-box {
  --s: 28px;
  --fill: var(--mcolor);
  --dc: rgba(var(--mcolor-rgb), 0.1);
  --hc: rgba(var(--mcolor-rgb), 0.5);
}
.about_four_bg .swiper-btn-box { --s: 28px;--fill:#cecece;}
.swiper-btn-box .swiper-btn {
  display: flex;
  position: relative;
}
.swiper-btn-box .swiper-btn:hover {--fill:#ed7d0d;}
.swiper-btn-box .swiper-btn .self-svg {
  --size: 100%;
  position: relative;
  border-radius: 5px;
  width: var(--s);
  height: var(--s);
  background-color: transparent;
  transition: background 0.3s;
  font-family:Arial, Helvetica, sans-serif;
  font-size:26px;
  color:#333333;
}
.swiper-btn-box .swiper-btn.prev svg {
  transform: scaleX(-1);
}
.swiper-box .swiper-other {
  padding-top: clamp(0.3rem, 3.645vw, 50px);
}
.swiper-box .swiper-other .swiper-btn {
  flex-shrink: 0;
}
.swiper-box .swiper-other .delay-box {
  width: calc(96.8% - var(--s)*2); margin:0 auto; max-width:870px;
}
.swiper-box .swiper-other .delay-box .delay-line {
  display: block;
  position: relative;
  background: #dcdcdc;
  height: 2px;
}
.about_four_bg .swiper-box .swiper-other .delay-box .delay-line { background: #c6c6c8;}
.swiper-box .swiper-other .delay-box .delay-line::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: var(--btn-bg);*/ background:#002060;
}
.swiper-box .swiper-other .delay-box.run .delay-line::before {
  animation: swiper-delay-ani var(--anitime) linear;
}
.swiper-box .swiper-btn-box-a.type1 .prev {
  transform: translate(30%, -50%);
}
.swiper-box .swiper-btn-box-a.type1 .next {
  transform: translate(-30%, -50%);
}
.swiper-box .swiper-btn-box-a.type2 .prev {
  transform: translate(0%, -50%);
}
.swiper-box .swiper-btn-box-a.type2 .next {
  transform: translate(0%, -50%);
}
.swiper-box .swiper-btn-box-a .swiper-btn {
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  top: 50%;
}
.swiper-box .swiper-btn-box-a .prev {
  left: 0;
}
.swiper-box .swiper-btn-box-a .next {
  transform: translate(50%, -50%);
  right: 0;
}
.swiper-box {
  --anitime: 3s;
}
@keyframes swiper-delay-ani {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .swiper-box .swiper-other {
    padding-top: clamp(0.3rem, 2.8vw, 50px);
  }
}
@media (max-width: 1200px) {
  .swiper-box .swiper-other {
    padding-top: 40px;
  }
  .swiper-btn-box {
    /*--s: 0.3rem;*/
  }
}
@media (max-width: 480px) {
.swiper-box .swiper-other { padding-top:30px;}
.swiper-btn-box {--s: 16px;}
.about_four_bg .swiper-btn-box { --s: 16px;}
}
.swiper-btn-box-a {
  --s: 74px;
  --fill: #000000;
  --dc: #ffffff;
  --hc: rgba(var(--mcolor-rgb), 1);
}
.swiper-btn-box-a .swiper-btn {
  display: flex;
  position: relative;
  opacity: 1;
  transition: all 0.3s;
}
.swiper-btn-box-a .swiper-btn.swiper-button-disabled {
  opacity: 0;
}
.swiper-btn-box-a .swiper-btn .self-svg {
  --size: 38%;
  position: relative;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background-color: var(--dc);
  width: var(--s);
  height: var(--s);
  transition: background 0.3s;
}
.swiper-btn-box-a .swiper-btn:hover .self-svg {
  --fill: #ffffff;
  border-color: var(--hc);
  background-color: var(--hc);
}
.swiper-btn-box-a .swiper-btn.prev .self-svg svg {
  margin-left: -5%;
}
.swiper-btn-box-a .swiper-btn.next .self-svg svg {
  margin-left: 5%;
}
.swiper-btn-box-a .swiper-btn.next svg {
  transform: scaleX(-1);
}
@media (max-width: 1600px) {
  .swiper-btn-box-a {
    --s: 54px;
  }
}
@media (max-width: 1500px) {
  .swiper-btn-box-a {
    --s: 50px;
  }
}
@media (max-width: 1200px) {
  .swiper-btn-box-a {
    --s: 0.7rem;
  }
}
.swiper-pagination-progressbar {
  height: 2px!important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--mcolor2);
}


.c_left{ width:23%; float:left; margin-top:4%; border:1px solid #EEEEEE;border-radius: 10px}
.c_left .c_biaoti{ width:100%; height:80px; background: linear-gradient(-90deg, #0060A4, #1C8C26); color:#FFFFFF; font-weight:bold; line-height:80px;}
.c_left .c_biaoti span{ background:url(../images/icon-2.png) left no-repeat; padding-left:50px; margin-left:10%;}
.c_left .c_cpfl{ width:95%; margin:auto;}
.c_left .c_cpfl ul{ margin:5%;}
.c_left .c_cpfl li a:hover{background: linear-gradient(-90deg, #0060A4, #1C8C26); color:#FFFFFF; font-weight:bold;}
.c_left .c_cpfl li a{ font-size:18px; color:#333333; display:block;background-color:#eeeeee; padding:20px; margin-bottom:20px; width:100%;}
.c_left .c_cpfl img{ float:right;}
.c_right{width:74%; float:right;}

@media screen and (max-width: 760px) {
.c_left{ display:none;}
.c_right{ width:100%;}
.gs{ display:none}
}

/*分页*/
.pager {text-align: center; margin: 20px 0;}
.pager ul {display: flex; flex-wrap: wrap; justify-content: center}
.pager ul li {display: inline-block;}
.pager ul li a {padding: 10px 15px; margin: 2px 5px; border: #dddddd solid 1px; display: inline-block; font-size:16px;}
.pager ul li a:hover {border: #004781 solid 1px; color: #004781}
.pager ul .active a {border: #004781 solid 1px; display: inline-block; background-color: #004781; color: #fff;}
.pager ul a:not([href]):not([class]):hover {border: #dddddd solid 1px;}
.pager ul .active a:hover {color: #fff; border: #004781 solid 1px !important;}