@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

body {
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
}

/*table*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table tr td {
    border: 1px solid #ddd;
    padding: 10px;
}

table tr:nth-child(odd) {
    background-color: #fff
}

table tr:nth-child(even) {
    background-color: #f9f9f9
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    color: #005bac;
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-block-end: 0.83em;
    margin-block-start: 0.83em;
}

p {
    margin: 5px 0;
}

a:focus,
a:hover {
    color: #005bac;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}


.visible-sm, .visible-xs {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}


:root {
  --dth-color: #005bac;
}


.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}


.ky_wh {
  width: 96%;
  max-width: 1500px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .ky_wh {
    width: 100%;
    padding: 0 15px;
  }

  /* .fp-enabled body,
  body {
    padding-top: 60px;
  } */
}
@media (max-width: 640px) {
  .dth_wh {
    padding: 0 12px;
  }
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.flex::before,
.flex::after {
  display: none;
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}




/* 头部 */
header {
  position: relative;
  z-index: 95;
}

header .ky_wh {
  align-items: center;
}

.head_top {
  background-color: #222222;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #ffffff;
}

.wel {}

.wel p {
  margin: 0;
}

.head_top_contact {
  margin-left: auto;
}

.head_top_contact p {
  margin: 0;
}

.head_top_ewm {
  margin-left: 1.7em;
  position: relative;
}

.head_top_ewm .btns {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dth-color);
  width: 9.14em;
}

.head_top_ewm .btns::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon-weixinwhite.png");
  width: 1.7em;
  height: 1.7em;
  margin-right: 0.5em;
}

.head_top_ewm .selects {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 50;
}

.head_top_ewm:hover .selects {
  display: block;
}

.head_top_ewm .selects img {
  display: block;
  width: 100%;
}

.head_bot {
      transition: all 0.9s ease-out 0s;
      height:104px;
}



.logo {
  width: 22%;
  margin: 0;
}

.logo a {
  display: block;
}

.logo img {
  display: block;
  max-width: 100%;
  max-height: 90px;
  height:72px;
  object-fit: contain;
  transition: all 0.9s ease-out 0s;
}

.logo {
  width: 22%;
  margin: 0;
}

.logo a {
  display: block;
}

.logo img {
  display: block;
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
}

/* 导航 */
nav {
  margin-left: 4%;
  flex-grow: 1;
}

.ky-menu {
  width: 100%;
  justify-content: flex-end;
}

.ky-menu>li {
  position: relative;
  margin-right: 5.5%;
}

.ky-menu>li:last-child {
  margin-right: 0;
}

.ky-menu>li>a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 104px;
  letter-spacing: 0px;
  color: #000000;
}

.ky-menu>li:hover>a,
.ky-menu>li.active>a {
  color: var(--dth-color);
  font-weight: bold;
}

.ky-menu>li:hover>a {}

.ky-menu>li.active>a {}

.ky-sub-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 100%;
  width: 150px;
  transform: translateX(-50%);
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  display: none;
}

.ky-sub-menu>li>a {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  color: #666;
  line-height: 2;
  padding: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ky-sub-menu>li:hover>a {
  background: var(--dth-color);
  color: #ffffff;
}

.ky-menu>li .ky-sub-menux {
  display: none;
}

.ky-menu>li .ky-sub-menux li {
  position: relative;
}

.ky-menu>li .ky-sub-menux li a {
  display: block;
}

.ky-menu>li .ky-sub-menu li:hover .ky-sub-menux {}

.ky-menu>li .ky-sub-menux li:hover a {}


.head_bot.fixed{
    position:fixed;
    width:100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0 1px 3px rgba(196, 41, 39, 0.1);
    transition: all 0.9s ease-out 0s;
    height:60px;
    left:0;
    top:0;
}
.head_bot.fixed .logo img{
    padding-top: 0px;
    height:48px;
    transition: all 0.9s ease-out 0s;
}

.head_bot.fixed .ky-menu>li>a{
    line-height:60px;
    height:60px;
    font-size: 18px;
    transition: all 0.9s ease-out 0s;
}
.head_bot.fixed .ky-sub-menu>li>a{
  font-size: 15px;
}


@media (max-width: 1560px) {
  .ky-menu>li>a {
    font-size: 17px;
  }
}

@media (max-width: 1400px) {

  .head_top,
  .head_top_ewm .btns {
    font-size: 13px;
  }

  .logo img {
    max-height: 80px;
  }

  .ky-menu>li {
    margin-right: 5%;
  }

  .ky-menu>li>a {
    line-height: 90px;
  }
}

@media (max-width: 1200px) {

  .head_top,
  .head_top_ewm .btns {
    font-size: 12px;
  }

  .logo img {
    max-height: 70px;
  }

  .ky-menu>li>a {
    font-size: 16px;
    line-height: 80px;
  }
}

@media (max-width: 990px) {
  header {
    display: none;
  }
}

@media (max-width: 768px) {
  main{
    padding-top: 60px;
  }
}

@media (max-width: 640px) {}



/*手机端头部*/
.kymob-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #f2f2f2;
}

.kymob-head-box {
    position: relative;
    height: 60px;
}

.kymob-head-box .kymob-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 70%;
    height: 42px;
    text-align: center;
}

.kymob-head-box .kymob-logo h1, .kymob-head-box .kymob-logo a {
    display: inline;
    font-size: 0;
}

.kymob-head-box .kymob-logo img {
    height: 42px;
}

.kymob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px;
}

.kymob-navbtn span, .kymob-navbtn:after, .kymob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--dth-color);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.kymob-navbtn span {
    margin: 7px 0;
}

.kymob-navbtn:after, .kymob-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.kymob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.kymob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.kymob-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.kymob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14%;
    text-align: center;
    line-height: 60px;
}

.kymob-search-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.kymob-search-btn .icon-font:after {
    background-position: -0px -210px;
}

.kymob-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #005bac;
    padding: 0 10%;
}

.kymob-menu .kymob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.kymob-nav > li {
    border-bottom: 1px solid #fff;
    position: relative;
}

.kymob-nav > li > a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.kymob-nav .kymob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}

.kymob-nav .kymob-menu-jt .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.kymob-nav .kymob-menu-jt .icon-font:after {
    background-position: -30px -240px;
}

.kymob-nav .kymob-menu-jt.clicked .icon-font:after {
    background-position: -30px -270px;
}

.kymob-nav .kymob-sub-menu {
    background: #1a8df3;
    display: none;
}

.kymob-nav .kymob-sub-menu > li {
    border-top: 1px dashed #fff;
    position: relative;
}

.kymob-nav .kymob-sub-menu > li > a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 50px;
    text-indent: 2em;
}

.kymob-dlbtn {
    margin-top: 40px;
}

.kymob-dlbtn a {
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #005bac;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.kymob-dlbtn a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.kymob-dlbtn a .icon-dl:after {
    background-position: -30px -540px;
}

.kymob-dlbtn a .icon-pn:after {
    background-position: -30px -600px;
}

.kymob-dlbtn a .icon-tc:after {
    background-position: -30px -570px;
}

.kymob-dlbtn .zx-btn {
    margin-top: 10px;
    background: none;
    border: 1px solid #fff;
}

.kymob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #005bac;
    padding: 15px 15% 0 15%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.kymob-search .kymob-search-close-btn {
    position: absolute;
    top: 27px;
    left: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 420px) {
    .kymob-search .kymob-search-close-btn {
        left: 15px;
    }
}

.kymob-search .kymob-search-close-btn i {
    width: 100%;
    height: 100%;
    display: block;
}

.kymob-search .kymob-search-close-btn i:after {
    background-position: -30px -300px;
}

.kymob-search .kymob-search-box {
    height: 50px;
    border-bottom: 2px solid #fff;
}

.kymob-search .kymob-search-box input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    height: 50px;
}

.kymob-search .kymob-search-box #s_btn {
    width: 20%;
    height: 50px;
    outline: none;
    cursor: pointer;
    font-size: 0;
    background: none;
    border: none;
}

.kymob-search .kymob-search-box #s_btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.kymob-search .kymob-search-box #s_btn .icon-font:after {
    background-position: -30px -210px;
}

.kymob-search .kymob-seaerch-wz span, .kymob-search .kymob-seaerch-wz a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 45px;
    border-bottom: 1px solid #fff;
}

.kymob-search.clicked {
    left: 0;
}


/* 友情链接 */
.ft_link {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #666666;
  padding: 1em 0;
}

.ft_link a {
  font-size: inherit;
  color: inherit;
}

.ft_link a:hover {}

@media (max-width: 1560px) {}

@media (max-width: 1400px) {
  .ft_link {
    padding: 0.8em 0;
  }
}

@media (max-width: 1200px) {}

@media (max-width: 990px) {
  .ft_link {
    display: none;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {}



/* 底部 */
footer {}

footer a {
  font-size: inherit;
  color: inherit;
}

footer a:hover {}

.layout {
  border-top: 6px solid var(--dth-color);
  background-color: #222222;
  /* padding: 65px 0; */
  padding: 3.4% 0;
}

.layout_nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 60%;
}

.layout_nav dl {
  width: 26.5%;
}

.layout_nav dl:nth-child(3) {
  width: 47%;
}

.layout_tit {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 1em;
}

.layout_nav dl dd {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.layout_nav dl:nth-child(3) dd {
  flex-flow: wrap;
  justify-content: space-between;
}

.layout_nav dl:nth-child(3) dd a {
  width: 48%;
}

.layout_nav dl dd a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.25;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.64);
  width: 48%;
  display: block;
}

.layout_nav dl dd a:hover {
  color: #ffffff;
}

.layout_contact {
  width: 30%;
  max-width: 415px;
  margin-left: auto;
}

.layout_contact_wz {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.64);
}

.layout_ewm {
  margin-top: 10%;
}

.layout_ewm ul {
  max-width: 250px;
  justify-content: space-between;
}

.layout_ewm ul li {
  max-width: 110px;
  width: 48%;
}

.layout_ewm ul li img {
  display: block;
  width: 100%;
}

.layout_ewm ul li p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.6em;
  text-align: center;
}

.foots {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #666666;
  padding: 1em 0;
}

.foots .ky_wh {
  justify-content: space-between;
  flex-wrap: wrap;
}

.foots .ky_wh>div {}

.ft_copyright {}

.ft_prs {}

.ft_region {}

.ft_power {}

@media (max-width: 1560px) {
  .layout_tit {
    font-size: 1.28vw;
    margin-bottom: 0.8em;
  }

  .layout_nav dl dd a {
    font-size: 15px;
  }

  .layout_contact_wz {
    font-size: 15px;
  }

  .layout_ewm ul {
    width: 16vw;
  }

  .foots {
    font-size: 13px;
  }
}

@media (max-width: 1400px) {
  .layout_tit {
    font-size: 18px;
    margin-bottom: 0.6em;
  }

  .layout_nav dl dd a {
    font-size: 14px;
  }

  .layout_contact_wz {
    font-size: 14px;
  }

  .layout_ewm ul li p {
    font-size: 13px;
  }

  .foots {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  #toolbar {
    display: none;
  }

  .layout_ewm {
    margin-top: 20px;
  }

  .layout_ewm ul {
    width: 200px;
  }
}

@media (max-width: 990px) {
  .foots {
    text-align: center;
  }

  .foots .ky_wh {
    justify-content: center;
  }

  .layout_nav {
    display: none;
  }

  .layout_contact {
    width: 100%;
    max-width: 100%;
  }

  .ft_prs,
  .ft_region,
  .ft_link {
    display: none;
  }
}

@media (max-width: 768px) {

  .foots{margin-bottom:42px;}
}

@media (max-width: 640px) {

.flex{flex-wrap: wrap;}

}




.pagination {text-align: right; margin-bottom: 30px;}
.page_list {text-align: center;}
.page {
  display:inline-block;
  font: 16px/28px 'å¾®è½¯é›…é»‘', sans-serif;
  *display:inline;
  :1;
  *zoom:1;}
.page span,.page strong {
  float:left;}
.page a,
.page span,
.page strong {
  background:#FFF;
  border:1px solid #CCC;
  color:#333;
  float:left;
  font: 16px/24px  'å¾®è½¯é›…é»‘', sans-serif;
  margin-right:5px;
  min-width:15px;
  padding:4px 12px;
  text-align:center;
  vertical-align:middle;
  white-space:nowrap;
  _width:15px;
  border-radius: 6px;
}
.page strong,.page span{background:#005bac; color:#fff; }
.page a:hover {
  border:1px solid #005bac;
  color:#005bac;
  text-decoration:none;}
.page span.disabled {
  background:#FFF;
  border:1px solid #CCC;
  color:#CCC;}




/* 手机页脚 */
.mob-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #005bac;
}

.mob-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mob-footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.mob-footer ul li a {
    display: block;
    color: #ffffff;
}

.mob-footer ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 14px;
}

.mob-footer ul li:nth-child(1) .iconfont {
    background: url("../images/micon-home.png") no-repeat 50%;
}

.mob-footer ul li:nth-child(2) .iconfont {
    background: url("../images/micon-tel.png") no-repeat 50%;
}

.mob-footer ul li:nth-child(3) .iconfont {
    background: url("../images/micon-contact.png") no-repeat 50%;
}

.mob-footer ul li:nth-child(4) .iconfont {
    background: url("../images/micon-contact.png") no-repeat 50%;
}

.mob-footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}

.text-danger {
    color: red;
}