<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 320px) {
  html {
    font-size: 266.667% !important;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 300% !important;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 312.5% !important;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 320% !important;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 345% !important;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 373.333% !important;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 400% !important;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 426.667% !important;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 453.333% !important;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 480% !important;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 506.667% !important;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 533.333% !important;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 625% !important;
  }
}
@font-face {
  font-family: sourceHan;
  src: url(../fonts/SourceHan/SourceHanSansCN-Medium.otf);
}
@font-face {
  font-family: sourceHan-bold;
  src: url(../fonts/SourceHan/SourceHanSansCN-Bold.otf);
}
@font-face {
  font-family: anton;
  src: url(../fonts/ANTON-REGULAR-2.ttf);
}

.sourceHan{
  font-family: sourceHan;
}
.sourceHan-bold{
  font-family: sourceHan-bold;
}
.anton{
  font-family: anton;
}
body {
  width: 100%;
  font-size: 0.28rem;
}
.pc {
  display: none !important;
}
.container { width: 92%; margin: auto;}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.main {
  flex: 1;
}
i.fa {
  font-size: 0.48rem;
}

/* 瀵艰埅 */
.phone-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 10000;
  background-color: #fff;
}
.phone-nav .logo img {
  height: 35px;
}
.header-gap {
  height: 50px;
}

.main_menu {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 100%;
  z-index: 500;
  background: #ffffff;
  height: 0px;
  overflow: auto;
  transition: all 350ms ease;
}
.show-main {
  height: calc(100% - 50px);
  transition: all 350ms ease;
}
.menu-top li {
  list-style: none;
  background: #f7f8f9;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #000000;
}
.menu-top li:first-child {
  margin-top: 10px;
  color: #000000;
}
.page-content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 350ms ease;
}
.menu-top {
  background-color: rgba(255, 255, 255, 1);
  height: 0px;
  width: 92%;
  margin: auto;
  overflow: hidden;
  transition: all 350ms ease;
  color: #000000;
}
.show-menus {
  height: 100%;
  transition: all 350ms ease;
  overflow-y: scroll;
}
.menu-top .icon3 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 18px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top .icon4 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 23px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top a {
  text-indent: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 0px;
  display: block;
  position: relative;
  overflow: hidden;
  color: #000000;
}
.submenu {
  max-height: 0px;
  overflow: hidden;
  transition: all 350ms ease;
}
.submenu a {
  text-indent: 24px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  transition: all 350ms ease;
  color: #000000;
}
.show-submenu {
  max-height: 5000px !important;
  transition: all 350ms ease;
}
.show-navigation .layui-icon-close,
.menu-top .layui-icon-subtraction {
  display: none;
}
.show-navigation .layui-icon {
  font-size: 24px;
}
.menu-top .layui-icon {
  float: right;
  margin-right: 24px;
}

/* 鍐呴〉瀵艰埅 */
.sidenav {
  /* margin-bottom: 20px; */
}

.sidenav .container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.sidenav .left {
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}
.sidenav .left .crumb a {
  font-size: 14px !important;
}
.sidenav .right {
  width: calc(100vw - 30px);
  position: relative;
  z-index: 100;
  display: flex;
  height: 50px;
  overflow-x: scroll;
  /* margin: -25px 0 0;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2); */
}
.sidenav .right ul {
  display: flex;
  width: 100%;
  background-color: #fff;
  overflow-x: scroll;
  border-bottom: 1px solid #dcdcdc;
}
.sidenav .right ul li {
  flex: 0 0 calc((100vw - 30px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333;
}

.sidenav .right ul li a {
  color: #666666;
  padding: 6px;
  white-space: nowrap;
}

.sidenav .right ul li.cur {
  color: #27355c;
}
.sidenav .right ul li.cur a {
  color: #27355c;
}

/* 涓讳綋 */
.tit{text-align: center; margin-bottom:10px;}
.tit .enname{  font-size: 24px; color: #000;text-align: center; line-height: 1;font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;}
.tit .cnname{  font-size: 48px;color: #000;line-height: 1;text-align: center; }
.tit .line{width: 53px;height: 8px;background: #2363c9;margin: auto;margin-top: 15px;border-radius: 4px;}
.tit .more a{font-size: 18px;line-height: 42px;display: block;padding: 0px 1ch; border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}

.orientation {
  margin-top: 30px;
  line-height: 30px;
}

/* 棣栭〉banner */
.index-banner {
  margin-top: 50px;
}
/* 鍐呴〉banner */
.inside-banner {
  margin-top: 50px;
}

.inside-banner .swiper-slide {
  position: relative;
}
.inside-banner .swiper-slide .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}

.iAbout{width: 100%;background:url(../images/about_bg.jpg)no-repeat center;background-size: cover; display: flex;position: relative;padding: 30px 0px;overflow: hidden;}
.iAbout .tit .enname{color:#ffffff;}
.iAbout .content{line-height: 2; width: 100%; width:100%;flex-direction: left;}
.iAbout .content .introduce{max-width: 1020px;color:#ffffff;font-size: 16px;text-align: justify;margin-bottom: 15px;}
.iAbout .content .para{width: 100%;overflow: hidden;}
.iAbout .content .para ul{display: flex;justify-content: space-between;}
.iAbout .content .para ul li{float: left;width: calc(32% - 2px);}
.iAbout .content .para ul li .intro{font-size: 24px;line-height: 1;}
.iAbout .content .para ul li .tt{font-size: 16px;}
.iAbout .content *{color:#ffffff;}
.iAbout .image{width: 100%;}
.iAbout .image img{width: 100%;}
.iAbout .gomore{ width: 168px;height: 51x;text-align: center;background: #ffffff;border:1px solid #ffffff;border-radius: 5px;transition: 0.6s; line-height: 51px;margin-top: 20px;margin-bottom: 20px; overflow: hidden;}
.iAbout .gomore a{width: 100%;height: 100%;display: block;color:#000;font-size: 18px;transition: 0.6s; }
.iAbout .gomore:hover a{background:#2363c9;color: #ffffff;}


.iProducts-box{padding: 20px 0px;}
.iProducts-box .iProducts{overflow: hidden;}
.iProducts-box .iProducts .iProducts-con{position: relative;float: right;width: 100%;}
.iProducts-box .iProducts .iProducts-con .detail{display: none;}
.iProducts-box .iProducts .iProducts-con .detail:first-child{display: block;}
.iProducts-box .iProducts .iProducts-con ul{width: 100%;float: right; }
.iProducts-box .iProducts .iProducts-con ul li{width: 48%;margin:20px 1% ;transition: 0.3s;float: left;}
.iProducts-box .iProducts .iProducts-con ul li a{display: block;}
.iProducts-box .iProducts .iProducts-con .image{font-size: 0;line-height: 0;overflow: hidden;}
.iProducts-box .iProducts .iProducts-con .image img{max-width: 100%;margin: auto;display: block;transition: 0.6s;}
.iProducts-box .iProducts .iProducts-con ul li .title{  font-size: 18px; text-align: center;  line-height:30px;height: 30px;margin-top: 10px; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;position: relative;}
.iProducts-box .iProducts .iProducts-con ul li .summary{font-size: 16px;text-align: center;line-height: 1.7; }
.iProducts-box .iProducts .iProducts-con ul li:hover a{box-shadow: 0px 0px 5px 5px rgba(179,179,179, 0.2);}
.iProducts-box .iProducts .iProducts-con ul li:hover .image img{transform: scale(1.1,1.1);}



.iCase{width: 100%;overflow: hidden;background: #2363c9;}
.iCase .content ul li{float: left;width: 50%;position: relative;height: 160px;display: flex;align-items: center;justify-content: center;}
.iCase .content ul li .image{width: 100%;height: 100px;display: flex;align-items: center;justify-content: center;}
.iCase .content ul li .image img{max-width: 100%;transition: 0.6s;}
.iCase .content ul li .title{line-height: 22px;height:44px; font-size: 16px;color:#ffffff;text-align: center;}
.iCase .content ul li:nth-child(8n+1){background:#2967ca}
.iCase .content ul li:nth-child(8n+2){background:#2261c7;}
.iCase .content ul li:nth-child(8n+3){background:#2261c7}
.iCase .content ul li:nth-child(8n+4){background:#2967ca;}
.iCase .content ul li:nth-child(8n+5){background:#2967ca;}
.iCase .content ul li:nth-child(8n+6){background:#2261c7}
.iCase .content ul li:nth-child(8n+7){background:#2261c7;}
.iCase .content ul li:nth-child(8n+8){background:#2967ca}
.iCase .content ul li:hover .image img{transform: rotate(360deg);}

.iDetector{width: 100%;overflow: hidden;background: #f8f8f8;padding:25px 0px;}
.iDetector ul li{border-radius: 15px;overflow: hidden;}
.iDetector ul li .image img{width: 100%;}
.iDetector ul li .title{border-radius: 15px ;text-transform: uppercase; background: #ffffff;margin-top: -15px;line-height: 105px;position: relative;text-indent: 20px;color:#000000;font-size: 18px;}

.iMessage{width: 100%;padding:80px 0px; overflow: hidden;}
.iMessage li{width: 100%;margin-bottom: 12px;overflow: hidden;float: left;}
.iMessage li p{font-size: 18px;line-height: 2;}
.iMessage input{height: 42px;line-height: 42px; border: 2px solid #e2e2e2; width: calc(100%  - 4px);border-radius: 5px;}
.iMessage input.text{text-indent: 10px;font-size: 16px; color:#333333;}
.iMessage li textarea{border: 2px solid #e2e2e2; width: calc(100%  - 4px);text-indent: 10px;font-size: 16px; border-radius: 5px; height: 120px;line-height: 42px;}
.iMessage li:nth-child(4n+4){float: left;width: 100%;}
.iMessage input.captcha{width: 50%;max-width: 256px;}
.iMessage img{height: 46px;float: left;}
.iMessage .submitbtn{width: 100%;overflow: hidden;}
.iMessage input.submit{width: 200px;height:50px;line-height: 50px; font-size: 21px; color:#ffffff;border:none; margin: auto;display: block;background: #2667d4;border-radius: 30px;}


.iBg {
  height: 10px;
  background-color: #f6fbfe;
}

.inset {
  padding-top: 20px;
}
.inset-cate {
  font-size: 16px;
  color: #191919;
  font-weight: bold;
  margin: 0 0 24px;
}


.aboutpage .title{font-size: 20px; color: #000000;text-align: center;}
.About1{padding-top: 30px;}
.About1 .con{padding-top: 20px;font-size: 15px; color:#666666;line-height: 2;text-align: center;}

.About2{padding-top: 30px;}
.About2 .titledes{font-size: 16px;color: #000000;max-width: 780px;line-height: 35px;}
.About2 .mySwiper2{padding: 30px 0px;}
.About2 .mySwiper2 .image{width: 100%; display: flex;align-items: center;justify-content: center;}
.About2 .mySwiper2 img{max-width: 100%;max-height:200px;}

.About3{width: 100%;overflow: hidden;}
.About3 .con{font-size: 0;line-height: 0;padding-top: 20px;}
.About3 img{max-width: 100%;}

.About4{width:100%;overflow: hidden; padding: 30px 0px;}
.About4 ul{width: 100%;margin-top: 30px;}
.About4 ul li{width:48%;float: left;margin: 0px 1%;height: 100px; background: #f8f8f8;margin-top: 20px;}
.About4 ul li .image{height: 100px;display: flex;align-items: center;justify-content: center;}
.About4 ul li .image img{width: 80%;}

.article {  background-color: #fff;}
.article .detail li {  margin: 0 0 13px 0; background: #f8f8f8;border-radius: 15px;}
.article .detail li a {  display: flex;justify-content: space-between; align-items: center;  padding:10px;  font-size: 16px;  overflow: hidden;}
.article .detail li a .image{flex:0 0 120px;margin-right: 10px; font-size: 0;font-weight: 0;overflow: hidden;display: flex;}
.article .detail li a .image img{width:120px;transition: 0.6s;border-radius: 5px;overflow: hidden;}
.article .detail li a .detail{margin-right: 6px;}
.article .detail li a .title {width: 100%; font-size: 15px;color: #000000;line-height: 25px;}
.article .detail li a .des{line-height: 2;color:#999999;font-size: 16px;display: none;}
.article .detail li a .date {text-align: right;flex:0 0 70px;font-size: 13px;color: #999999;line-height: 2;}


.articleshow{}
.articleshow .title{font-size:18px;line-height:25px;margin-bottom:25px ;color: #000;;}
.articleshow .date{width: 100%;overflow: hidden;font-size: 14px; color:#999;margin-bottom: 30px;padding-bottom: 20px; border-bottom:1px solid #dedede;}
.articleshow .date p{float: left;margin-right: 14px;}

.contact_li{width: 100%;overflow: hidden;}
.contact_li li{width:100%;overflow: hidden; display: flex;align-items: center;padding-bottom:15px;margin-bottom:15px ; border-bottom: 1px solid #e9e9e9;}
.contact_li li .pic{margin-right: 15px;}
.contact_li li .pic img{width: 30px;}
.contact_li li .tt{font-size: 18px;line-height: 1;margin-bottom: 12px;}
.contact_li li .con{font-size: 14px;line-height: 1;}
#allmap{width: 100%;height: 360px;}


.xhdt {
  padding: 20px 0 0;
  border-radius: 6px;
}
.xhdt .detail li {
  margin: 0 0 20px 0;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.xhdt .detail li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  overflow: hidden;
}
.xhdt .detail li a .img-full {
  height: 200px;
  overflow: hidden;
}
.xhdt .detail li a .img-full img {
  object-fit: cover;
}
.xhdt .detail li a .title-box {
  flex: 1 1 auto;
  padding: 10px 20px;
}
.xhdt .detail li a .title-box .title {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 8px 0;
}
.xhdt .detail li a .title-box .des {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  color: #999;
}
.xhdt .detail li a .title-box .date {
  margin: 0 0 2px 0;
}
.xhdt .detail li a .title-box span {
  display: inline-flex;
  width: 32px;
  height: 6px;
  border-radius: 3px;
  background-color: #3e929e;
}
.xhdt .detail li a .right {
  display: none;
}


.pagecol {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
.pagecol .menu {
  background-color: #3e929e;
  padding: 16px 7px;
  box-sizing: border-box;
  border-radius: 20px;
}
.pagecol .menu p {
  font-size: 30px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #42a4b2;
  text-align: center;
  color: #fff;
}
.pagecol .menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.pagecol .menu ul li {
  margin: 0 10px 10px 0;
  text-align: center;
}
.pagecol .menu ul li a {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.pagecol .detail {
  margin: 0px 0 0;
}
.pagecol .detail .detail_cate {
  display: none;
  font-size: 20px;
  padding: 0 0 15px 0;
  color: #1a1a1a;
  font-weight: bold;
  border-bottom: 1px solid #dadada;
}
.pagecol .detail .content {
  /* padding: 20px 0; */
}

/* 鍐呴〉鎼滅储 */
.filter {
  margin: 20px 0;
  border: 1px solid #e3e3e3;
  background: #f2f2f2;
  padding: 16px 36px;
}
.filter .list-box {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  display: flex;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}
.filter .list-box p {
  flex: 0 1 100px;
}
.filter .list {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
}
.filter .list a {
  color: #333;
  font-weight: lighter;
  margin-right: 20px;
  margin-bottom: 20px;
}




.productshow{}
.content-part-one{overflow: hidden;margin: auto;}
.content-part-one .fl{width: 100%;float: left;font-size: 0;line-height: 0;}
.content-part-one .fl .image{margin-bottom: 20px;}
.content-part-one .fl img{max-width: 100%;}
.content-part-one .fl .images{display: none;}
.content-part-one .fl .images .img{width: calc(32% - 2px);margin-right: 2%;border: 1px solid #dcdcdc;}
.content-part-one .fl .images img{max-width: 100%;}
.imgdet{
  position: relative;
  width: 100%;
  
}
.imgdet .imglist{
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 84px;
  /* height: 460px; */
  height: 100%;
  overflow: hidden;
}
.imgdet .imglist ul{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
}
.imgdet .imglist ul li{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  margin-bottom: 10px;
}
.imgdet .imglist ul li:last-of-type{
  margin-bottom: 0;
}
.imgdet .imglist ul .active{
  border: 2px solid #f00;
}
.imgdet .imglist ul li img{
  width: 100%;
  height: 100%;
}
.imgdet .imgpart{
  vertical-align: top;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: calc(100% - 2px);
  border: 1px solid #dcdcdc;
}
.imgdet .imgpart .pic{
  position: relative;
  width: 100%;
  height: 100%;
}
.imgdet .imgpart .pic .magnify{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  cursor: move;
  background-color: rgba(179,179,179, 0.3);
  opacity: .3;
  filter:alpha(opacity=30);
}
.imgdet .imgpart .pic img{
  width: 100%;
  height: 100%;
}

.imgdet .imgpart .bigpic{
  display: none;
  position: absolute;
  top: -1px;
  right: -504px;
  width: 500px;
  height: 500px;
  z-index: 333;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  background: #fff;
}
.imgdet .imgpart .bigpic&gt;img{
  position: absolute;
  top: 0;
  left: 0;
  width: 920px;
  height: 920px;
}


.content-part-one .fr{width: 100%;float: right;}
.content-part-one .fr .title{color:#27355c;font-size: 18px;line-height:1.5;margin: 10px auto;}
.content-part-one .fr .summary{font-size: 15px;color: #7e88a4;line-height: 1.8;margin-bottom: 10px;}
.content-part-one .fr .summary *{font-size: 15px;color: #7e88a4;}
.content-part-one .fr .endes{margin-bottom: 40px;font-size: 18px;}
.content-part-one .fr td{padding: 5px 0px;}
.content-part-one .fr td div{display: flex;align-items: center;justify-content: center;}
.content-part-one .fr .orient .previous{line-height: 42px;padding: 0px 10px;background: #27355c;color: #ffffff;font-size: 16px;width: calc(100% - 20px);margin-bottom: 5px; display: inline-block;border-radius: 5px;}
.content-part-one .fr .orient .previous *{color: #ffffff;font-size: 15px;}
.content-part-one .fr .orient .next{line-height: 42px;padding: 0px 10px;background: #27355c;color: #ffffff;font-size: 16px;width: calc(100% - 20px);display: inline-block;border-radius: 5px;}
.content-part-one .fr .orient .next *{color: #ffffff;font-size: 15px;}
.content-part-two{width: 100%;overflow: hidden;}
.part-two-tt{width: 100%; background: #f8f8f8;overflow: hidden;margin-top: 20px;}
.part-two-tt  ul{display: flex;justify-content: space-between;width: calc(100% - 10px);margin: auto;}
.part-two-tt  ul li{line-height: 50px;position: relative ;float: left;font-size: 18px;color: #999999;}
.part-two-tt  ul li::after{content:"";width: 100%;height:3px;background: #d9d9d9; position: absolute;left: 0;bottom: 0;}
.part-two-tt  ul li.cur{color:#27355c;}
.part-two-tt  ul li.cur::after{background: #27355c;}
.part-two-con{width: 100%;;margin: auto;}
.part-two-con ul li{display: none;}
.part-two-con ul li .infocontent{margin: 20px auto;font-size: 15px;line-height: 2;}
.part-two-con ul li .infocontent td{padding: 0px 10px;}
.part-two-con ul li:first-child{display: block;}
.content-part-three{width: 100%;overflow: hidden;}
.part-three-tt{width: 100%; overflow: hidden;font-size: 18px;color:#27355c;}
.content-part-three .con ul{}
.content-part-three .con ul li{float: left;width: 48%;}
.content-part-three .con ul li:nth-child(2n){float: right;}
.content-part-three .con ul li img{width: 100%;}
.content-part-three .con ul li .title{text-align: center;line-height: 25px;height: 50px; font-size: 14px;color:#27355c;}




.picture .detail {  display: flex;  flex-wrap: wrap;}
.picture .detail li {  flex: 0 1 calc(97% / 2);  border-radius: 3px;  overflow: hidden;  margin-right: 1%;  margin-bottom:10px;}
.picture .detail li:nth-child(4n) {  margin-right: 0;}
.picture .detail li .image{ overflow: hidden;min-height: 120px; max-height: 300px;display: flex;align-items: center;justify-content: center;}
.picture .detail li .image img{max-width: 100%;max-height: 100%;}
.picture .detail li .imagea{ height: 150px;}
.picture .detail li p {  text-align: center;font-size: 14px;color: #000; position: relative;padding-bottom:5px;}


/* 搴曢儴 */
.footer {background-color: #f0f3f6;}
.footer-top{display: none;}
.footer-top .footer-top-title{font-size: 16px; color:#2a6cd8;text-transform: uppercase;margin-bottom: 25px;}
.footer-nav ul{margin-bottom: ;}
.footer-nav ul li{}
.footer-nav ul li a{color: #000000;font-size: 16px;line-height: 30px;}
.footer-contact{line-height: 30px;}
.footer-contact .content{height: 210px;line-height: 30px;font-size: 16px;color: #000000;}
.footer-link ul{display: flex;justify-content: space-between;margin-bottom: 30px;}
.footer-link ul li{margin: 0px 4px;}
.footer-bottom{padding: 25px 0;line-height: 30px;background:#1a57c9;text-align: center;}
.footer-bottom *{color: #ffffff;font-size: 15px;}


.bg-gray {
  /* background: #f8f8f8; */
}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px 10px;
  margin: 3px;
}
.mypage li.active {
  background: #27355c;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
.lightbox{top: calc(50% - 180px);}</pre></body></html>