@charset "utf-8";

/* CSS Document */

.video {
  width: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
img,
table,
th,
td,
pre,
code,
form,
fieldset,
legend,
button,
input,
textarea {
  margin: 0;
  padding: 0;
  font-family: "Î¢ÈíÑÅºÚ" !important;
  color: #000;
  font-size: 16px;
}

body {
  background: #fff url(bg.jpg) top center no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

dl,
dt,
dd,
form,
li,
ul,
ol {
  list-style: none;
}

a:link,
a:visited,
a:hover {
  text-decoration: none;
  color: #666;
}

a:hover,
a:active,
a.curab:link,
a.curab:visited {
  text-decoration: underline;
  color: #000;
}

a.graylink:link,
a.graylink:visited {
  text-decoration: none;
  color: #999;
}

a.graylink:hover,
a.graylink:active {
  text-decoration: none;
  color: #333;
}

a.navlink:link,
a.navlink:visited {
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: bold;
}

a.navlink:hover,
a.navlink:active,
a.curnav:link,
a.curnav:visited {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  background-color: #1984e3;
}

@media screen and (max-width: 1024px) {
  a.navlink:link,
  a.navlink:visited {
    font-size: 16px;
    color: #333;
    display: block;
    font-weight: normal;
  }

  a.navlink:hover,
  a.navlink:active,
  a.curnav:link,
  a.curnav:visited {
    font-size: 14px;
    font-weight: normal;
    background: #fff;
  }
}

.tright {
  text-align: right;
}

.margintop {
  margin-top: 10px;
}

img {
  border: 0;
}

.cleardiv {
  context: ".";
  height: "0";
  display: block;
  clear: both;
  visibility: hidden;
}

.hidebody {
  display: none;
}

.hidden {
  display: none;
}

*:focus {
  outline: none;
}

#qr_code_pc_outer {
  color: #717375;
  display: block !important;
  position: fixed;
  z-index: 999;
  right: 15px;
  text-align: center;
  top: 235px;
}

#jnkc {
  font-size: 14px;
  color: #000000;
}

#header {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  height: 200px;
  z-index: 999;
  position: relative;
  padding: 0 100px;
  box-sizing: border-box;
}

#top {
  width: 100%;
  overflow: hidden;
}

#top dt {
  width: 600px;
  float: left;
  height: 30px;
  line-height: 30px;
}

#top dd {
  width: 550px;
  float: right;
  height: 30px;
  line-height: 30px;
  padding-left: 50px;
}

#logosearch {
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
  margin-top: 2em;
}

#logosearch dt {
  width: 60%;
  float: left;
}

#logosearch dt img {
  height: 100px;
}

#logosearch dd {
  float: right;
  padding-top: 50px;
}

#logosearch dd form {
  display: block;
}

#sipt {
  width: 200px;
  float: right;
  height: 40px;
  line-height: 40px;
  border: 2px solid #a0a1a5;
  border-radius: 30px;
  padding: 0 10px;
  outline: none;
  color: #000;
  font-weight: bold;
  background: none;
  background-color: #fff;
}

#sipt::placeholder {
  color: #00000034 !important;
}

#logosearch dd form input::placeholder {
  color: #fff;
  padding-left: 1em;
}

#sbtn {
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: url(/kjc/css7/../images/search.png) no-repeat center center;
  float: right;
  text-indent: 2000px;
  border: none;
  cursor: pointer;
  margin-left: -42px;
  overflow: hidden;
}

.mobNav {
  display: none;
}

#nav {
  width: 1200px;
  background: #0a549b;
  margin: 0 auto;
}

#nav ul {
  width: 1200px;
  display: table;
  margin: 0 auto;
}

#nav ul li {
  display: table-cell;
  text-align: center;
  height: 60px;
  line-height: 60px;
  position: relative;
}

#nav ul li a {
  color: #fff;
}

#nav ul li ul {
  position: absolute;
  top: 60px;
  width: 150px;
  background: #0a5093;
  z-index: 999999;
  display: none;
}

#nav ul li ul li {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: relative;
  border-bottom: 1px solid #093865;
}

#nav ul li ul li a {
  color: #fff;
}

#nav ul li:hover {
  background-color: #0c2338;
}

#nav ul li:hover ul {
  display: block;
}

#toutiao {
  width: 1160px;
  margin: 10px auto 30px auto;
  background: #fff;
  padding: 20px;
  height: 80px;
}

#toutiao dt {
  margin-left: -40px;
  width: 115px;
  float: left;
}

#toutiao dd {
  width: 1025px;
  float: right;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 26px;
  line-height: 50px;
  font-weight: bold;
}

#toutiao dd div {
  font-size: 26px;
  line-height: 50px;
  font-weight: bold;
}

#toutiao dd span {
  display: none;
}

#toutiao dd font {
  display: none;
}

.clear {
  clear: both;
  display: block;
  width: 100%;
}

.bananer {
  clear: both;
  display: block;
  width: 1200px;
  background: url(/kjc/css7/../images/banner.jpg) no-repeat center center;
  height: 200px;
  position: absolute;
  top: 0;
  z-index: 1;
  transform: translateX(-50%);
  left: 50%;
}

.bananer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(to right, #eeeeee, transparent);
}

.bananer::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(to left, #eeeeee, transparent);
}

.linkk {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  display: block;
  font-size: 17px;
  color: #fff;
}

.linkk a {
  font-size: 17px;
  color: #fff;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}

.fiveani {
  width: 100%;
  background: #81a6c8;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
}

.fiveani .div {
  margin: 0 auto;
  width: 1200px;
}

.fiveani .div a {
  float: left;
  width: 20%;
  text-align: center;
}

.fiveani .div a img {
  max-width: 40%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  transition: all 0.3s linear;
}

.fiveani .div a:hover img {
  -wekbit-transform: scale(1.2);
  transform: scale(1.2);
}

.fiveani .div a:hover {
  text-decoration: none;
}

.fiveani .div span {
  clear: both;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  padding-top: 13px;
}

@media screen and (max-width: 1024px) {
  body {
    background-size: 120%;
  }

  #top {
    display: none;
  }

  .bananer {
    height: 70px;
  }

  #header {
    width: 100vw;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
  }

  #logosearch {
    width: 100%;
    overflow: hidden;
    margin: 10px auto 0 auto;
  }

  #logosearch dt {
    width: calc(100% - 80px);
    float: left;
    overflow: hidden;
  }

  #logosearch dt img {
    height: 40px;
    margin-top: 8px;
  }

  #logosearch dd {
    width: 60px;
    float: right;
    padding-top: 0;
    overflow: hidden;
  }

  .mobNav {
    display: block;
    margin-top: 20px;
    float: right;
    margin-right: 20px;
  }

  #logosearch dd form {
    display: none;
  }

  #nav {
    width: 100vw;
    position: absolute;
    height: 0vh;
    background: #fff;
    top: 70px;
    left: 0;
    margin-top: 80px;
    z-index: 9999;
    overflow: hidden;
    max-height: calc(100vh - 70px);
  }

  #nav ul {
    width: 100vw;
    display: block;
    margin: 0;
    background: #fff;
  }

  #nav ul li {
    display: block;
    text-align: left;
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
    border-bottom: 1px solid #ddd;
  }

  #nav ul li a {
    color: #000;
  }

  #toutiao {
    width: 100vw;
    margin: 0px auto;
    background: #fff;
    padding: 0px;
    height: 120px;
  }

  #toutiao dt {
    margin-left: 0px;
    width: 115px;
    float: none;
  }

  #toutiao dt img {
    width: 60px;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;
  }

  #toutiao dd {
    width: 100vw;
    display: block;
    float: none;
    margin-right: 0px;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
  }

  #toutiao dd div {
    width: 95vw;
    display: block;
    float: none;
    margin: 0px auto;
    font-size: 18px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    font-weight: normal;
  }

  #toutiao dd span {
    display: block;
    float: left;
    margin-left: 2.5vw;
    font-size: 14px;
    color: #999;
    line-height: 25px;
  }

  #toutiao dd font {
    display: block;
    float: right;
    margin-right: 2.5vw;
    font-size: 14px;
    color: #999;
    line-height: 25px;
  }

  #toutiao dd font img {
    margin-right: 5px;
  }
}

#firstbody,
#homepage-secondbody {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.content-body {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 25px;
}

.center-right-box {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.content-body .center-right-box .content-body-center,
.content-body .center-right-box .content-body-right {
  width: 47.5%;
}

.content-body .content-body-left {
  width: 30%;
}

.content-body .content-body-left > *,
.content-body .content-body-center > *,
.content-body .content-body-right > * {
  box-sizing: border-box;
}

.service-guide {
  margin-top: 20px;
}

.service-guide .bd {
  display: flex;
  flex-wrap: wrap;
 
}

.service-guide .bd a {
  display: block;
  width: 50%;
  height: 80px;
  line-height: 80px;
}

.service-guide .Marquee-top .bd img {
  width: 97%;
  object-fit: fill;
}
.Nationallevel-website {
  margin-top: 20px;
}

.Nationallevel-website .bd {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  
}

.Nationallevel-website .bd a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 80px;
}

.Nationallevel-website .Marquee-top .bd img {
  width: 97%;
  object-fit: fill;
}

#homepage-secondbody {
  margin-top: 20px;
}

#fbLeft {
  width: 100%;
}
#hsbLeft {
  width: 100%;
  background: #fff;
  padding: 0;
  height: auto;
}

#fbRight {
  width: 100%;
  background: #fff;
  padding: 0;
  height: auto;
}
#hsbRight {
  width: calc(50% - 50px);
  float: right;
  background: #fff;
  padding: 10px 0 30px 0;
  height: auto;
}

#fbRight dt,
#hsbLeft dt,
#hsbRight dt {
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  border-bottom: 2px solid #195799;
  color: #205d96;
}

#fbRight dt a,
#hsbLeft dt a,
#hsbRight dt a {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: normal;
  font-size: 14px;
  float: right;
}

#fbRight dd ul,
#hsbLeft dd ul,
#hsbRight dd ul {
  padding: 10px 0;
}

#fbRight dd li,
#hsbLeft dd li,
#hsbRight dd li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  font-size: 14px;
}

#fbRight dd li span,
#hsbLeft dd li span,
#hsbRight dd li span {
  float: right;
  color: #999;
}

#fbRight dd .bd,
#hsbLeft dd .bd,
#hsbRight dd .bd {
  padding-top: 20px;
}

.ad {
  width: 1200px;
  margin: 30px auto;
}

.swiper-slide img {
  object-fit: fill;
}

.xftitle {
  position: absolute;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 40px;
  line-height: 40px;
  color: #fff;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  #firstbody,
  #homepage-secondbody {
    width: 100vw;
    margin: 0 auto;
    overflow: hidden;
  }

  #fbLeft {
    width: 100vw;
    float: none;
    margin: 0 auto;
  }

  #fbLeft img {
    width: 100%;
    height: 200px;
  }

  #fbRight,
  #hsbLeft,
  #hsbRight {
    width: calc(100vw - 40px);
    float: none;
    margin: 20px auto 0;
    background: #fff;
    padding: 30px 20px;
    height: auto;
  }

  #fbRight dt,
  #hsbLeft dt,
  #hsbRight dt {
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    background: url(/kjc/css7/26065318.png) left center no-repeat;
    background-size: 38px;
    padding-left: 40px;
    padding: 10px 0 10px 40px;
  }

  #fbRight dt a,
  #hsbLeft dt a,
  #hsbRight dt a {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 14px;
    float: right;
  }

  #fbRight dd ul,
  #hsbLeft dd ul,
  #hsbRight dd ul {
    padding: 10px 0;
  }

  #fbRight dd li,
  #hsbLeft dd li,
  #hsbRight dd li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
  }

  #fbRight dd li span,
  #hsbLeft dd li span,
  #hsbRight dd li span {
    float: right;
    color: #999;
  }

  .ad {
    width: 100vw;
    margin: 5px auto;
  }

  .ad img {
    width: 100%;
    height: auto;
  }

  .xftitle {
    position: absolute;
    text-align: center;
    width: 100vw;
    background: rgba(0, 0, 0, 0.6);
    height: 40px;
    line-height: 40px;
    color: #fff;
    bottom: 0;
  }
}

#secondbody {
  width: 1140px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  overflow: hidden;
}

#sbLeft {
  width: 550px;
  float: left;
}

#sbRight {
  width: 550px;
  float: right;
}

#sbLeft dt {
  background: url(/kjc/css7/26069129.png) left center no-repeat;
  background-size: 38px;
  margin-bottom: 20px;
}

#sbRight dt {
  background: url(/kjc/css7/26069130.png) left center no-repeat;
  background-size: 38px;
  margin-bottom: 20px;
}

.iTitle {
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-left: 40px;
  padding: 10px 0 10px 40px;
}

.iTitle a {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: normal;
  font-size: 14px;
  float: right;
}

#sbLeft dd {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
  overflow: hidden;
}

#sbLeft dd span {
  float: right;
  color: #999;
}

#sbRight dd {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
  overflow: hidden;
}

#sbRight dd span {
  float: right;
  color: #999;
}

@media screen and (max-width: 1024px) {
  #secondbody {
    width: calc(100vw - 40px);
    margin: 0 auto;
    background: #fff;
    padding: 30px 20px;
    overflow: hidden;
  }

  #sbLeft {
    width: calc(100vw - 20px);
    float: none;
  }

  #sbRight {
    width: calc(100vw - 20px);
    float: none;
  }

  #sbLeft dd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
    font-size: 16px;
  }

  #sbRight dd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
    font-size: 16px;
    margin: 5px;
  }
}

#thirdbody,
#forthbody {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.iListLeft {
  width: 590px;
  float: left;
  background: #fff;
  padding-bottom: 20px;
}

.iListRight {
  width: 590px;
  float: right;
  background: #fff;
  padding-bottom: 20px;
}

.iListLeft dt,
.iListRight dt {
  height: 50px;
  background: #338d51;
  margin-bottom: 10px;
}

.iListLeft dt span,
.iListRight dt span {
  display: block;
  width: 150px;
  text-align: center;
  float: left;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  font-weight: bold;
  margin-left: 20px;
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #fff;
}

.iListLeft dt a,
.iListRight dt a {
  float: right;
  color: #fff;
  margin-right: 10px;
  margin-top: 12px;
}

.iListLeft dd,
.iListRight dd {
  height: 40px;
  line-height: 40px;
  margin: 5px 20px;
  border-bottom: 1px dashed #ddd;
  background: url(/kjc/css7/li.jpg) no-repeat left center;
  padding-left: 20px;
  overflow: hidden;
  font-size: 14px;
}

.iListLeft dd span,
.iListRight dd span {
  float: right;
  font-size: 14px;
  color: #999;
}

@media screen and (max-width: 1024px) {
  #thirdbody,
  #forthbody {
    width: 100vw;
    margin: 0 auto;
    overflow: hidden;
  }

  .iListLeft {
    width: 100vw;
    float: none;
    background: #fff;
    padding-bottom: 20px;
  }

  .iListRight {
    width: 100vw;
    float: none;
    background: #fff;
    padding-bottom: 20px;
  }
}

#footer {
  width: 100%;
  background: #dddddd;
  overflow: hidden;
  padding: 20px 0;
  margin-top: 20px;
}

#footer ul {
  width: 1200px;
  display: table;
  margin: 0 auto;
}

#footer li {
  margin: 10px auto;
  line-height: 4em;
  display: table-cell;
  text-align: center;
  width: 300px;
}

#footer li font {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
}

#footer li a {
  margin-right: 15px;
}

#bottom {
  width: 100%;
  overflow: hidden;
  background: #205d96;
  color: #fff;
  padding: 30px 0;
}

#bottom dl {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
}

#bottom dl dt {
  float: left;
  color: #fff;
  font-size: 14px;
  padding-top: 0;
}

#bottom dl dt img {
  float: left;
  height: 100px;
  margin-left: 3em;
}

#bottom dl dt a {
  color: #fff;
  font-size: 14px;
}

#bottom dl dd {
  float: left;
  color: #fff;
  text-align: left;
  margin-left: 4em;
  padding-top: 0;
}

#bottom dl dd p {
  color: #fff;
  font-size: 18px;
  line-height: 2.4;
}

#bottom dl dd a {
  color: #fff;
  font-size: 14px;
}

#gotop {
  width: 60px;
  height: 60px;
  background: #0d8534 url(gotop.png) no-repeat 18px center;
  position: fixed;
  right: 0;
  bottom: 100px;
  border-radius: 5px;
  cursor: pointer;
}

#gotop span {
  display: block;
  width: 100px;
  height: 60px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  margin-left: 60px;
  line-height: 60px;
}

#gotop:hover {
  width: 160px;
}

.footer {
  display: none;
}

@media screen and (max-width: 1024px) {
  .footer {
    display: block;
    background: #44975a;
    width: 100vw;
    padding: 25px 0 15px 0;
    color: #fff;
  }

  #f1 {
    width: 95vw;
    margin: 0 auto;
    overflow: hidden;
  }

  #f1 dt {
    width: 50px;
    float: left;
    text-align: center;
  }

  #f1 dd {
    width: calc(90vw - 50px);
    float: right;
    color: #fff;
    font-size: 18px;
  }

  #f1 dd span {
    display: block;
    font-size: 18px;
  }

  a.liuyan:link,
  a.liuyan:visited {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #0d8534;
    color: #fff;
    border-radius: 5px;
    margin: 20px;
    text-align: center;
  }

  #f2 {
    width: 90vw;
    margin: 10px auto;
    overflow: hidden;
  }

  #f2 dt {
    width: 20px;
    float: left;
    clear: left;
    margin: 5px 0;
  }

  #f2 dd {
    width: calc(90vw - 30px);
    float: right;
    color: #fff;
    font-size: 14px;
    clear: right;
    margin: 5px 0;
  }

  #f2 dt:nth-child(1) {
    height: 40px;
  }

  #f3 {
    text-align: center;
    color: #ccc;
    line-height: 1.8em;
    font-size: 14px;
  }

  .fiveani .div {
    width: 100%;
  }

  .fiveani .div span {
    font-size: 0.8rem;
    width: 90%;
    margin: 0 auto;
  }

  .linkk {
    display: none;
  }

  #bottom dl {
    width: 100%;
    height: auto;
  }

  #bottom dl dd {
    margin-left: 1em;
    padding-top: 0em;
  }

  #bottom dl dd p {
    font-size: 16px;
  }

  #bottom dl dt {
    font-size: 14px;
    padding-top: 0em;
    width: 100%;
    text-align: center;
  }

  #bottom {
    padding: 20px 0;
  }

  #bottom dl dt img {
    float: none;
    margin-left: auto;
  }
}

#sbanner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

#location {
  display: block;
  width: 1180px;
  margin: 20px auto;
  overflow: hidden;
  background: #fff;
  padding: 15px 0;
  padding-left: 20px;
  border-left: 2px solid #034a1a;
  color: #999;
}

#location span {
  font-weight: bold;
  color: #666;
}

#location font {
  float: right;
  color: #999;
  margin-right: 15px;
  font-size: 14px;
}

#location img {
  margin-right: 5px;
}

#mybody {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-top: 1px solid #034a1a;
  padding: 0;
  overflow: hidden;
}

#myleft {
  width: 200px;
  float: left;
  border: 1px solid #eee;
  border-bottom: 0;
}

#myright {
  width: 940px;
  float: right;
  margin-right: 20px;
}

#myleft li {
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  background: #f5f7fa;
  border-bottom: 1px solid #eeeeee;
}

#myleft li a:link,
#myleft li a:visited {
}

#myleft li a:hover,
#myleft li a:active,
#myleft li a.curlnav:link,
#myleft li a.curlnav:visited {
  background: #0d8534;
  color: #fff;
  display: block;
  height: 50px;
  text-decoration: none;
}

#textlist {
  width: 100%;
  overflow: hidden;
}

#textlist li {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dotted #ddd;
  overflow: hidden;
  padding-left: 30px;
  background: url(/kjc/css7/../images/li.png) no-repeat 5px center;
}

#textlist li span {
  float: right;
  color: #999;
}

#mypage {
  width: 100%;
  margin: 50px auto;
  text-align: center;
}

#mypage a:link,
#mypage a:visited,
#mypage span,
#mypage font {
  padding: 4px 10px;
  border: 1px solid #cccccc;
  margin: 0 5px;
  color: #999;
  border-radius: 2px;
}

#mypage a:hover,
#mypage a:active,
#mypage span {
  color: #999;
  border: 1px solid #ccc;
  background: #ddd;
}

@media screen and (max-width: 1024px) {
  #sbanner {
    width: 100vw;
  }

  #sbanner img {
  }

  #location {
    display: none;
  }

  #mybody {
    width: 100vw;
    overflow: hidden;
  }

  #myleft {
    width: 100vw;
    display: table;
    float: none;
  }

  #myleft li {
    display: table-cell;
    width: auto;
  }

  #myright {
    width: 96vw;
    float: none;
    margin-right: 20px;
    margin: 0 auto;
  }

  #textlist {
    margin: 10px auto;
  }

  #textlist li {
    padding-left: 20px;
  }

  #textlist li span {
    float: right;
    color: #999;
    margin-left: 5px;
  }
}

#mybody h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 30px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  height: 60px;
  line-height: 60px;
}

#mybody #content {
  margin: 30px;
  min-height: 500px;
  line-height: 2em;
  color: #666;
  padding: 0 50px;
}

#spage {
  margin: 30px;
  padding: 0 50px;
  line-height: 2.5em;
  color: #666;
}

@media screen and (max-width: 1024px) {
  #mybody h3 {
    font-size: 20px;
    font-weight: normal;
    height: auto;
    line-height: 40px;
    padding-bottom: 10px;
  }

  #mybody #content {
    margin: 10px;
    min-height: 300px;
    line-height: 2em;
    color: #666;
    padding: 0px;
  }

  #spage {
    margin: 10px;
    padding: 0 30px;
    line-height: 2.5em;
    color: #666;
  }
}

@media screen and (max-width: 768px) {
  #mybody h3 {
    margin: 0 10px !important;
  }
}

.kong {
  margin-top: 20px !important;
}

.kong {
  line-height: 26px;
}

.maximg img {
  max-width: 100%;
  height: auto !important;
}

.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both;
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%;
}

.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}

.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}

.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.pagination .st {
  font-family: ËÎÌå;
}

.text-secondary {
  text-align: center;
  padding: 20px 0;
}

/* Basic Grey */
.basic-grey {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  /*background: #F7F7F7;*/
  padding: 25px 15px 25px 10px;
  font: 12px Georgia, "Times New Roman", Times, serif;
  color: #888;
  text-shadow: 1px 1px 1px #fff;
}

.basic-grey h1 {
  font-size: 25px;
  padding: 0px 0px 10px 40px;
  display: block;
  border-bottom: 1px solid #e4e4e4;
  margin: -10px -15px 30px -10px;
  color: #000;
  text-align: center;
}

.basic-grey h1 > span {
  display: block;
  font-size: 11px;
  text-align: center;
  margin: 5px;
}

.basic-grey label {
  display: block;
  margin: 0px;
}

.basic-grey label > span {
  float: left;
  width: 20%;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
  color: #888;
}

.basic-grey input[type="text"],
.basic-grey input[type="email"],
.basic-grey textarea,
.basic-grey select {
  border: 1px solid #dadada;
  color: #888;
  height: 30px;
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 2px;
  outline: 0 none;
  padding: 3px 3px 3px 5px;
  width: 70%;
  font-size: 12px;
  line-height: 15px;
  box-shadow: inset 0px 1px 4px #ececec;
  -moz-box-shadow: inset 0px 1px 4px #ececec;
  -webkit-box-shadow: inset 0px 1px 4px #ececec;
}

.basic-grey textarea {
  padding: 5px 3px 3px 5px;
}

.basic-grey select {
  background: #fff url("down-arrow.png") no-repeat right;
  background: #fff url("down-arrow.png") no-repeat right;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  width: 70%;
  height: 35px;
  line-height: 25px;
}

.basic-grey textarea {
  height: 100px;
}

.basic-grey .button {
  background: #039a53;
  border: none;
  padding: 10px 25px 10px 25px;
  color: #fff;
  box-shadow: 1px 1px 5px #039a53;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #039a53;
  cursor: pointer;
}

.basic-grey .button:hover {
  background: #0d8534;
}

.affix-left,
.affix-right {
  background-color: #fff;
  overflow: hidden auto;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  margin-top: 20px;
}

.affix-left .title,
.affix-right .title {
  height: 42px;
  line-height: 40px;
  font-size: 22px;
  color: #205d96;
  margin-bottom: 20px;
  border-bottom: 2px solid #195799;
  box-sizing: border-box;
}

.affix-left li,
.affix-right li {
  padding: 10px;
  word-wrap: break-word;
  border-bottom: 1px solid #ddd;
}

.affix-left li a,
.affix-right li a {
  display: inline-block;
  width: 100%;
}

.affix-left li:last-child,
.affix-right li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 1024px) {
  .affix-left,
  .affix-right {
    width: 100%;
  }

  .affix-left .title,
  .affix-right .title {
    font-weight: bold;
    padding: 10px 0 10px 40px;
    border-bottom: 1px solid #ddd;
  }
}

.link-box {
  width: 1200px;
  margin: 20px auto 0;
  padding: 80px 100px;
  display: grid;
  column-gap: 100px;
  row-gap: 80px;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  background-color: #b0d9ff;
  box-sizing: border-box;
}

.link-box .link-item {
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  text-align: center;
  line-height: 100px;
  background-color: #577da1;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.link-box .link-item:nth-of-type(even) {
  background-color: #fff;
  color: #577da1;
}

.link-box .link-item:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
  .link-box {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 30px 40px;
    row-gap: 20px;
    column-gap: 0;
  }
  .link-box .link-item {
    line-height: 50px;
  }
}

.side_box {
  width: 120px;
  height: 360px;
  position: fixed;
  right: 0;
  z-index: 7;
  background: #205d96;
  padding: 70px 0 10px;
  border-radius: 60px 60px 0 0;
  box-shadow: 0 8px 8px 0.64px rgba(34, 24, 21, 0.2);
  top: 50%;
  transform: translateY(-50%);
}

.side_box a {
  display: block;
  text-align: center;
  line-height: 47px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 20px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.side_box a.fs16 {
  font-size: 16px;
}

.side_box::before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  left: 15px;
  top: -30px;
  background: url(/images/side_logo.png) center no-repeat;
}

@media screen and (max-width: 1450px) {
  .side_box {
    display: none;
  }
}


.Nationallevel-website .bd img{
  height: 50px;
}