/*手机*/
@media screen and (min-width: 100px) and (max-width: 767px) {
  .banner-text {
    position: absolute;
    font-size: 24px;
    margin-top: 36px;
    font-weight: normal;
    margin-left: 23px;
    color: #348ae8;
  }
  .Samllfoot {
    position: fixed;
    bottom: 0;
  }
  /*大屏导航*/
  .Nav-Box {
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.92);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  /*大屏导航*/
  .Nav-Box1 {
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.92);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }

  /*小屏导航*/
  .Nav-Small {
    display: block;
    width: 100%;
    height: 50px;
    background-color: white;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
  }

  .Nav-Small-main {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    background-image: url('/templates/jktk/images/public/wapnavbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
    margin-top: 9px;
    padding-bottom: 50px;
  }

  .smalllogo {
    width: 129px;
    height: 34px;
    margin-top: 7px;
  }
  .searchImg {
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }
  .opennav {
    width: 20px;
    height: 15px;
    position: absolute;
    right: 26px;
    top: 14px;
  }

  .Small-Ul {
    width: 87%;
    margin: 0 auto;
    text-align: left;
  }

  .Small-Li {
    padding: 20px 0 20px 0;
    list-style: none;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .Small-Li a {
    color: white;
    text-decoration: none;
    position: relative;
  }
  .Small-Li a:active {
    color: #7bb0ff;
  }

  .now {
    display: block;
    position: absolute;
    right: -41px;
    background-image: url(/templates/jktk/images/public/now.png);
    width: 28px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 5px;
  }

  .Arrow {
    display: inline-block;
    position: absolute;
    top: 26px;
    right: 0;
    background-image: url('/templates/jktk/images/public/ArrowX.png');
    width: 17px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .Small-children {
    margin-top: 30px;
    display: none;
  }

  .small-a {
    display: inline-block;
    font-size: 14px;
    color: #f2e3ca !important;
    margin-right: 10px;
    margin-bottom: 15px;
  }

  /*底部*/
  .Foot {
    width: 100%;
    height: 139px;
    background-color: #d4d4d4;
    margin-top: 46px;
    display: none;
  }

  .Foot-Box {
    width: 82%;
    height: 139px;
    margin: 0 auto;
    position: relative;
  }

  .Foot-Logo {
    width: 172px;
    height: 69px;
    background-image: url('/templates/jktk/images/public/logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 50px;
    vertical-align: top;
  }

  .Foot-Info {
    display: inline-block;
    height: 69px;
    vertical-align: top;
    margin-top: 46px;
    margin-left: 30px;
  }

  .Foot-Info-Tel {
    font-size: 12px;
    color: #808080;
    margin-top: 5px;
  }

  .Foot-Info-Nav {
    font-size: 12px;
    color: #808080;
    margin-top: 8px;
  }

  .Foot-Info-Nav a {
    color: #808080;
  }

  .Foot-Info-Nav a:hover {
    color: #a2a2a2;
  }

  .Foot-A {
    position: absolute;
    right: 0;
    top: 50px;
    border: 1px solid #aaaaaa;
    padding: 14px 60px 10px 10px;
    border-radius: 8px;
    cursor: pointer;
    display: none;
  }

  .Foot-p {
    width: 150%;
    overflow: hidden;
    font-size: 14px;
    color: #453f35;
  }

  .Foot-J {
    width: 18px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 19px;
  }

  .Foot-Ul {
    position: absolute;
    list-style: none;
    bottom: 41px;
    z-index: 2;
    left: 0;
    padding: 10px;
    width: 89%;
    background-color: white;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    display: none;
  }

  .Foot-Li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .Foot-Li a {
    color: #453f35;
  }

  .Foot-Li:hover {
    background-color: #007aff;
  }

  .Foot-Li:hover a {
    color: white;
  }

  /*小屏底部*/
  .Foot-Small {
    display: block;
    width: 100%;
    height: 100px;
    background-color: #d4d4d4;
    padding-top: 1px;
  }

  .xian {
    width: 100%;
    height: 1px;
    background-color: #949494;
  }

  .xian1 {
    width: 100%;
    background-color: #ffffff;
    height: 1px;
  }

  .shu {
    vertical-align: 1px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }

  .Foot-small-nav {
    width: 60%;
    margin: 8px auto;
    font-size: 12px;
    text-align: center;
    color: #808080;
  }

  .Foot-small-nav a {
    color: #808080;
  }
  .searchBox {
    position: relative;
    height: 38px;
    margin-top: 15px;
    border: 1px solid rgba(85, 77, 64, 0.2);
    color: #554d4060;
    border-radius: 100px;
    padding-left: 36px;
    padding-right: 10px;
    overflow: hidden;
  }
  .searchBox > input {
    border: none;
    float: left;
    line-height: 28px;
    padding: 5px 0;
    color: #554d4060;
    margin-bottom: 5px;
    font-size: 14px;
    width: 100%;
    background-color: transparent;
  }
  .searchBox > input::placeholder {
    line-height: 28px;
    font-size: 14px;
    color: #554d4060;
  }
  .searchBox > .searchImg {
    width: 13px;
    height: 13px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .Foot-Small-text {
    color: #808080;
    width: 100%;
    text-align: center;
    margin: 9px auto;
    position: relative;
    font-size: 12px;
  }

  .Spans {
    color: #ad8b52;
  }

  .Tel {
    position: absolute;
    width: 17px;
    height: 17px;
    right: 38px;
  }
}

/*平板 竖*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .content-left {
    display: inline-block;
    margin-top: 44px;
    vertical-align: top;
    width: 19%;
  }

  .content-bannerimg {
    width: 100%;
    margin-bottom: 4px;
    position: relative;
  }

  .banner-text {
    position: absolute;
    top: 19%;
    left: 15%;
    font-size: 23px;
    color: #348ae8;
    font-weight: normal;
  }

  .content-list {
    width: 100%;
    background-color: #c1c1c1;
    margin-bottom: 4px;
    position: relative;
    cursor: pointer;
  }

  .content-list:hover {
    background-color: #348ae8;
  }

  .content-list-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 67px;
    margin-left: 29%;
  }

  .content-list-img {
    position: absolute;
    top: 24px;
    left: 15%;
  }

  .content-list-active {
    background-color: #348ae8;
  }
  /*大屏导航*/
  .Nav-Box {
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.92);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  .Nav-Box1 {
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.92);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  /*小屏导航*/
  .Nav-Small {
    display: block;
    width: 100%;
    height: 50px;
    background-color: white;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
  }

  .Nav-Small-main {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    background-image: url('/templates/jktk/images/public/wapnavbg.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    margin-top: 9px;
    padding-bottom: 50px;
  }

  .smalllogo {
    width: 129px;
    height: 34px;
    margin-top: 7px;
  }
  .searchImg {
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }

  .opennav {
    width: 20px;
    height: 15px;
    position: absolute;
    right: 26px;
    top: 14px;
  }

  .Small-Ul {
    width: 87%;
    margin: 0 auto;
    text-align: left;
  }

  .Small-Li {
    padding: 20px 0 20px 0;
    list-style: none;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .Small-Li a {
    color: white;
    text-decoration: none;
    position: relative;
  }
  .Small-Li a:active {
    color: #7bb0ff;
  }

  .now {
    display: block;
    position: absolute;
    right: -41px;
    background-image: url(/templates/jktk/images/public/now.png);
    width: 28px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 5px;
  }

  .Arrow {
    display: inline-block;
    position: absolute;
    top: 26px;
    right: 0;
    background-image: url('/templates/jktk/images/public/ArrowX.png');
    width: 17px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .Small-children {
    margin-top: 30px;
    display: none;
  }

  .small-a {
    display: inline-block;
    font-size: 14px;
    color: #f2e3ca !important;
    margin-right: 10px;
    margin-bottom: 15px;
  }

  /*底部*/
  .Foot {
    width: 100%;
    height: 139px;
    background-color: #d4d4d4;
    margin-top: 46px;
    display: none;
  }

  .Foot-Box {
    width: 82%;
    height: 139px;
    margin: 0 auto;
    position: relative;
  }

  .Foot-Logo {
    width: 172px;
    height: 69px;
    background-image: url('/templates/jktk/images/public/logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 50px;
    vertical-align: top;
  }

  .Foot-Info {
    display: inline-block;
    height: 69px;
    vertical-align: top;
    margin-top: 46px;
    margin-left: 30px;
  }

  .Foot-Info-Tel {
    font-size: 12px;
    color: #808080;
    margin-top: 5px;
  }

  .Foot-Info-Nav {
    font-size: 12px;
    color: #808080;
    margin-top: 8px;
  }

  .Foot-Info-Nav a {
    color: #808080;
  }

  .Foot-Info-Nav a:hover {
    color: #a2a2a2;
  }

  .Foot-A {
    position: absolute;
    right: 0;
    top: 50px;
    border: 1px solid #aaaaaa;
    padding: 14px 60px 10px 10px;
    border-radius: 8px;
    cursor: pointer;
    display: none;
  }

  .Foot-p {
    width: 150%;
    overflow: hidden;
    font-size: 14px;
    color: #453f35;
  }

  .Foot-J {
    width: 18px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 19px;
  }

  .Foot-Ul {
    position: absolute;
    list-style: none;
    bottom: 41px;
    z-index: 2;
    left: 0;
    padding: 10px;
    width: 89%;
    background-color: white;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    display: none;
  }

  .Foot-Li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .Foot-Li a {
    color: #453f35;
  }

  .Foot-Li:hover {
    background-color: #007aff;
  }

  .Foot-Li:hover a {
    color: white;
  }

  /*小屏底部*/
  .Foot-Small {
    display: block;
    width: 100%;
    height: 185px;
    background-color: #d4d4d4;
    padding-top: 1px;
  }

  .xian {
    width: 100%;
    height: 1px;
    background-color: #949494;
  }

  .xian1 {
    width: 100%;
    background-color: #ffffff;
    height: 1px;
  }

  .shu {
    vertical-align: 1px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }

  .Foot-Small-text {
    color: #808080;
    width: 80%;
    text-align: center;
    margin: 24px auto;
    position: relative;
  }

  .Foot-small-nav {
    width: 60%;
    margin: 8px auto;
    font-size: 12px;
    text-align: center;
    color: #808080;
  }

  .Foot-small-nav a {
    color: #808080;
  }
  .searchBox {
    position: relative;
    height: 26px;
    margin-top: 15px;
    border: 1px solid rgba(85, 77, 64, 0.2);
    color: #554d4060;
    border-radius: 100px;
    padding-left: 36px;
    padding-right: 10px;
    overflow: hidden;
  }
  .searchBox > input {
    border: none;
    float: left;
    line-height: 28px;
    padding: 5px 0;
    color: #554d4060;
    margin-bottom: 5px;
    font-size: 14px;
    width: 100%;
    background-color: transparent;
  }
  .searchBox > input::placeholder {
    line-height: 28px;
    font-size: 14px;
    color: #554d4060;
  }
  .searchBox > .searchImg {
    width: 17px;
    height: 17px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .Spans {
    color: #ad8b52;
  }

  .Tel {
    position: absolute;
    width: 21px;
    height: 22px;
    right: 157px;
  }
}

/*1366*/
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
  .content-left {
    display: inline-block;
    margin-top: 44px;
    vertical-align: top;
    width: 19%;
  }

  .content-bannerimg {
    width: 100%;
    margin-bottom: 4px;
    position: relative;
  }

  .banner-text {
    position: absolute;
    top: 19%;
    left: 15%;
    font-size: 23px;
    color: #348ae8;
    font-weight: normal;
  }

  .content-list {
    width: 100%;
    background-color: #c1c1c1;
    margin-bottom: 4px;
    position: relative;
    cursor: pointer;
  }

  .content-list:hover {
    background-color: #348ae8;
  }

  .content-list-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 67px;
    margin-left: 29%;
  }

  .content-list-img {
    position: absolute;
    top: 24px;
    left: 15%;
  }

  .content-list-active {
    background-color: #348ae8;
  }
  .Li-One .bottom-inOutSpread:after {
    border-bottom: 2px solid #1987ff !important;
  }

  .Nav-BoxBg {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: white;
    box-shadow: rgb(204, 204, 204) 0px 2px 10px;
  }
  .Nav-BoxBg1 {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    filter: alpha(opacity=0);
    opacity: 1;
    background-color: white;
    box-shadow: rgb(204, 204, 204) 0px 2px 10px;
  }
  .Nav-Box {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
  }
  .Nav-Box1 {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
  }
  .Nav-Small-Box {
    width: 1100px;
    height: 75px;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .Logo {
    width: 175px;
    height: 49px;
    background-image: url('/templates/jktk/images/public/logo1366.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .Nav {
    width: auto;
    height: 50px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
  }

  .Nav-ul {
    list-style: none;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    align-items: center;
  }

  .Li-One {
    float: left;
    font-size: 13px;
    position: relative;
    width: 80px;
    text-align: center;
    right: 5px;
  }
  .searchBoxLi {
    width: auto;
  }
  .searchBoxLi > .searchBox {
    position: relative;
    height: 26px;
    width: 110px;
    border: 1px solid #554d4020;
    color: #554d4060;
    border-radius: 100px;
    padding-left: 36px;
    padding-right: 10px;
    overflow: hidden;
  }
  .searchBox > input {
    border: none;
    line-height: 28px;
    color: #554d4060;
    height: 28px;
    font-size: 12px;
    width: 100%;
    background-color: transparent;
  }
  .searchBox > input::placeholder {
    line-height: 28px;
    font-size: 12px;
    color: #554d4060;
  }
  .searchBox > .searchImg {
    width: 13px;
    height: 13px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .Nav-ul :first-child {
    margin-left: 0 !important;
  }

  .Li-One a {
    text-decoration: none;
    color: #554d40;
    font-size: 13px;
  }

  .Li-One a:hover {
    text-decoration: none;
  }

  .LiActive {
    color: #1987ff !important;
  }

  .Li-children {
    position: absolute;
    width: 80px;
    top: 60px;
    display: none;
  }

  .Li-children li a {
    list-style: none;
    font-size: 13px;
  }

  .Li-Ul {
    list-style: none;
    padding: 0;
  }

  .Li-Ul li {
    font-size: 14px !important;
    cursor: pointer !important;
    color: #554d40 !important;
    font-weight: normal !important;
    background-color: gold;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .Li-Ul li a {
    margin-top: 24px !important;
  }

  .Li-Ul li a:hover {
    color: #68b1ff !important;
  }

  .Li-Ul li:last-child {
    padding-bottom: 20px;
  }
  /*小屏分辨率*/
  .Nav-Small {
    display: none;
  }

  /*底部*/
  .Foot {
    width: 100%;
    height: 100px;
    background-color: #d4d4d4;
    margin-top: 46px;
    display: block;
  }

  .Foot-Box {
    width: 1110px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .Foot-Logo {
    width: 175px;
    height: 49px;
    background-image: url('/templates/jktk/images/public/logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
  }

  .Foot-Info {
    display: inline-block;
    height: 69px;
    vertical-align: top;
    margin-left: 30px;
  }

  .Foot-Info-Tel {
    font-size: 12px;
    color: #808080;
    margin-top: 12px;
  }

  .Foot-Info-Nav {
    font-size: 12px;
    color: #808080;
    margin-top: 8px;
  }

  .Foot-Info-Nav a {
    color: #808080;
  }

  .Foot-Info-Nav a:hover {
    color: #a2a2a2;
  }

  .Foot-A {
    position: absolute;
    right: 0;
    top: 28px;
    border: 1px solid #aaaaaa;
    padding: 14px 60px 10px 10px;
    border-radius: 8px;
    cursor: pointer;
  }

  .Foot-p {
    width: 150%;
    overflow: hidden;
    font-size: 14px;
    color: #453f35;
  }

  .Foot-J {
    width: 18px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 19px;
  }

  .Foot-Ul {
    position: absolute;
    list-style: none;
    bottom: 41px;
    z-index: 2;
    left: 0;
    padding: 10px;
    width: 89%;
    background-color: white;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    display: none;
  }

  .Foot-Li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .Foot-Li a {
    color: #453f35;
  }

  .Foot-Li:hover {
    background-color: #007aff;
  }

  .Foot-Li:hover a {
    color: white;
  }

  /*小屏底部*/
  .Foot-Small {
    display: none;
  }
}

/*1440*/
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .content-left {
    display: inline-block;
    margin-top: 44px;
    vertical-align: top;
    width: 19%;
  }

  .content-bannerimg {
    width: 100%;
    margin-bottom: 4px;
    position: relative;
  }

  .banner-text {
    position: absolute;
    top: 24px;
    left: 35px;
    font-size: 24px;
    color: #348ae8;
    font-weight: normal;
  }

  .content-list {
    width: 100%;
    background-color: #c1c1c1;
    margin-bottom: 4px;
    position: relative;
    cursor: pointer;
  }

  .content-list:hover {
    background-color: #348ae8;
  }

  .content-list-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 67px;
    margin-left: 29%;
  }

  .content-list-img {
    position: absolute;
    top: 24px;
    left: 15%;
  }

  .content-list-active {
    background-color: #348ae8;
  }
  .Li-One .bottom-inOutSpread:after {
    border-bottom: 2px solid #1987ff !important;
  }

  .Nav-BoxBg {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: white;
    box-shadow: rgb(204, 204, 204) 0px 2px 10px;
  }
  .Nav-BoxBg1 {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    filter: alpha(opacity=0);
    opacity: 1;
    background-color: white;
    box-shadow: rgb(204, 204, 204) 0px 2px 10px;
  }

  .Nav-Box {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
  }
  .Nav-Box1 {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
  }

  .Nav-Small-Box {
    width: 1250px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .Logo {
    width: 230px;
    height: 59px;
    background-image: url('/templates/jktk/images/public/logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .Nav {
    width: auto;
    height: 50px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
  }

  .Nav-ul {
    list-style: none;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    align-items: center;
  }

  .Li-One {
    float: left;
    font-size: 14px;
    position: relative;
    width: 80px;
    text-align: center;
    right: 5px;
  }
  .searchBoxLi {
    width: auto;
  }
  .searchBoxLi > .searchBox {
    position: relative;
    height: 26px;
    width: 110px;
    border: 1px solid #554d4020;
    color: #554d4060;
    border-radius: 100px;
    padding-left: 36px;
    padding-right: 10px;
    overflow: hidden;
  }
  .searchBox > input {
    border: none;
    line-height: 28px;
    color: #554d4060;
    height: 28px;
    font-size: 12px;
    width: 100%;
    background-color: transparent;
  }
  .searchBox > input::placeholder {
    line-height: 28px;
    font-size: 12px;
    color: #554d4060;
  }
  .searchBox > .searchImg {
    width: 13px;
    height: 13px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .Nav-ul :first-child {
    margin-left: 0 !important;
  }

  .Li-One a {
    text-decoration: none;
    color: #554d40;
    font-size: 14px;
  }

  .Li-One a:hover {
    text-decoration: none;
  }

  .LiActive {
    color: #1987ff !important;
  }

  .Li-children {
    position: absolute;
    width: 80px;
    top: 60px;
    display: none;
  }

  .Li-children li a {
    list-style: none;
    font-size: 14px;
  }

  .Li-Ul {
    list-style: none;
    padding: 0;
  }

  .Li-Ul li {
    font-size: 14px !important;
    cursor: pointer !important;
    color: #554d40 !important;
    font-weight: normal !important;
    background-color: gold;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .Li-Ul li a {
    margin-top: 24px !important;
  }

  .Li-Ul li a:hover {
    color: #68b1ff !important;
  }

  .Li-Ul li:last-child {
    padding-bottom: 20px;
  }

  /*小屏分辨率*/
  .Nav-Small {
    display: none;
  }

  /*底部*/
  .Foot {
    width: 100%;
    height: 139px;
    background-color: #d4d4d4;
    margin-top: 46px;
    display: block;
  }

  .Foot-Box {
    width: 1250px;
    height: 139px;
    margin: 0 auto;
    position: relative;
  }

  .Foot-Logo {
    width: 230px;
    height: 59px;
    background-image: url('/templates/jktk/images/public/logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 46px;
    vertical-align: top;
  }

  .Foot-Info {
    display: inline-block;
    height: 69px;
    vertical-align: top;
    margin-top: 46px;
    margin-left: 30px;
  }

  .Foot-Info-Tel {
    font-size: 12px;
    color: #808080;
    margin-top: 12px;
  }

  .Foot-Info-Nav {
    font-size: 12px;
    color: #808080;
    margin-top: 8px;
  }

  .Foot-Info-Nav a {
    color: #808080;
  }

  .Foot-Info-Nav a:hover {
    color: #a2a2a2;
  }

  .Foot-A {
    position: absolute;
    right: 0;
    top: 50px;
    border: 1px solid #aaaaaa;
    padding: 14px 114px 10px 10px;
    border-radius: 8px;
    cursor: pointer;
  }

  .Foot-p {
    width: 150%;
    overflow: hidden;
    font-size: 14px;
    color: #453f35;
  }

  .Foot-J {
    width: 18px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 19px;
  }

  .Foot-Ul {
    position: absolute;
    list-style: none;
    bottom: 41px;
    z-index: 2;
    left: 0;
    padding: 10px;
    width: 89%;
    background-color: white;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    display: none;
  }

  .Foot-Li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .Foot-Li a {
    color: #453f35;
  }

  .Foot-Li:hover {
    background-color: #007aff;
  }

  .Foot-Li:hover a {
    color: white;
  }

  /*小屏底部*/
  .Foot-Small {
    display: none;
  }
}

/*1600*/
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  .content-left {
    display: inline-block;
    margin-top: 44px;
    vertical-align: top;
    width: 19%;
  }

  .content-bannerimg {
    width: 100%;
    margin-bottom: 4px;
    position: relative;
  }

  .banner-text {
    position: absolute;
    top: 22px;
    left: 35px;
    font-size: 27px;
    color: #348ae8;
    font-weight: normal;
  }

  .content-list {
    width: 100%;
    background-color: #c1c1c1;
    margin-bottom: 4px;
    position: relative;
    cursor: pointer;
  }

  .content-list:hover {
    background-color: #348ae8;
  }

  .content-list-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 67px;
    margin-left: 29%;
  }

  .content-list-img {
    position: absolute;
    top: 24px;
    left: 15%;
  }

  .content-list-active {
    background-color: #348ae8;
  }
  .Li-One .bottom-inOutSpread:after {
    border-bottom: 2px solid #1987ff !important;
  }

  .Nav-BoxBg {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: white;
    box-shadow: rgb(204, 204, 204) 0px 2px 10px;
  }
  .Nav-BoxBg1 {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    filter: alpha(opacity=0);
    opacity: 1;
    background-color: white;
    box-shadow: rgb(204, 204, 204) 0px 2px 10px;
  }

  .Nav-Box {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
  }
  .Nav-Box1 {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
  }

  .Nav-Small-Box {
    width: 1350px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .Logo {
    width: 250px;
    height: 65px;
    background-image: url('/templates/jktk/images/public/logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .Nav {
    width: auto;
    height: 50px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
  }

  .Nav-ul {
    list-style: none;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    align-items: center;
  }

  .Li-One {
    float: left;
    font-size: 16px;
    margin-left: 15px;
    position: relative;
    width: 80px;
    text-align: center;
  }
  .searchBoxLi {
    width: auto;
  }
  .searchBoxLi > .searchBox {
    position: relative;
    height: 26px;
    width: 110px;
    border: 1px solid #554d4020;
    color: #554d4060;
    border-radius: 100px;
    padding-left: 36px;
    padding-right: 10px;
    overflow: hidden;
  }
  .searchBox > input {
    border: none;
    line-height: 28px;
    color: #554d4060;
    height: 28px;
    font-size: 12px;
    width: 100%;
    background-color: transparent;
  }
  .searchBox > input::placeholder {
    line-height: 28px;
    font-size: 12px;
    color: #554d4060;
  }
  .searchBox > .searchImg {
    width: 13px;
    height: 13px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .Nav-ul :first-child {
    margin-left: 0 !important;
  }

  .Li-One a {
    text-decoration: none;
    color: #554d40;
    font-size: 15px;
  }

  .Li-One a:hover {
    text-decoration: none;
  }

  .LiActive {
    color: #1987ff !important;
  }

  .Li-children {
    position: absolute;
    width: 100%;
    top: 60px;
    display: none;
  }

  .Li-children li a {
    list-style: none;
    font-size: 14px;
  }

  .Li-Ul {
    list-style: none;
    padding: 0;
  }

  .Li-Ul li {
    font-size: 14px !important;
    cursor: pointer !important;
    color: #554d40 !important;
    font-weight: normal !important;
    background-color: gold;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .Li-Ul li a {
    margin-top: 24px !important;
  }

  .Li-Ul li a:hover {
    color: #68b1ff !important;
  }

  .Li-Ul li:last-child {
    padding-bottom: 20px;
  }

  /*小屏分辨率*/
  .Nav-Small {
    display: none;
  }

  /*底部*/
  .Foot {
    width: 100%;
    height: 139px;
    background-color: #d4d4d4;
    margin-top: 46px;
    display: block;
  }

  .Foot-Box {
    width: 1350px;
    height: 139px;
    margin: 0 auto;
    position: relative;
  }

  .Foot-Logo {
    width: 277px;
    height: 69px;
    background-image: url('/templates/jktk/images/public/logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 46px;
    vertical-align: top;
  }

  .Foot-Info {
    display: inline-block;
    height: 69px;
    vertical-align: top;
    margin-top: 46px;
    margin-left: 30px;
  }

  .Foot-Info-Tel {
    font-size: 12px;
    color: #808080;
    margin-top: 12px;
  }

  .Foot-Info-Nav {
    font-size: 12px;
    color: #808080;
    margin-top: 8px;
  }

  .Foot-Info-Nav a {
    color: #808080;
  }

  .Foot-Info-Nav a:hover {
    color: #a2a2a2;
  }

  .Foot-A {
    position: absolute;
    right: 0;
    top: 50px;
    border: 1px solid #aaaaaa;
    padding: 14px 114px 10px 10px;
    border-radius: 8px;
    cursor: pointer;
  }

  .Foot-p {
    width: 150%;
    overflow: hidden;
    font-size: 14px;
    color: #453f35;
  }

  .Foot-J {
    width: 18px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 19px;
  }

  .Foot-Ul {
    position: absolute;
    list-style: none;
    bottom: 41px;
    z-index: 2;
    left: 0;
    padding: 10px;
    width: 89%;
    background-color: white;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    display: none;
  }

  .Foot-Li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .Foot-Li a {
    color: #453f35;
  }

  .Foot-Li:hover {
    background-color: #007aff;
  }

  .Foot-Li:hover a {
    color: white;
  }

  /*小屏底部*/
  .Foot-Small {
    display: none;
  }
}

/*1920*/
@media only screen and (min-width: 1601px) {
  .content-left {
    display: inline-block;
    margin-top: 44px;
    vertical-align: top;
    width: 19%;
  }

  .content-bannerimg {
    width: 100%;
    margin-bottom: 4px;
    position: relative;
  }

  .banner-text {
    position: absolute;
    top: 28px;
    left: 42px;
    font-size: 29px;
    color: #348ae8;
    font-weight: normal;
  }

  .content-list {
    width: 100%;
    background-color: #c1c1c1;
    margin-bottom: 4px;
    position: relative;
    cursor: pointer;
  }

  .content-list:hover {
    background-color: #348ae8;
  }

  .content-list-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 67px;
    margin-left: 29%;
  }

  .content-list-img {
    position: absolute;
    top: 24px;
    left: 15%;
  }

  .content-list-active {
    background-color: #348ae8;
  }
  .Li-One .bottom-inOutSpread:after {
    border-bottom: 2px solid #1987ff !important;
  }

  .Nav-BoxBg {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    filter: alpha(opacity=0);
    flex-direction: row;
    background-color: white;
    box-shadow: rgb(204, 204, 204) 0px 2px 10px;
  }
  .Nav-BoxBg1 {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    filter: alpha(opacity=0);
    opacity: 1;
    background-color: white;
    box-shadow: rgb(204, 204, 204) 0px 2px 10px;
  }

  .Nav-Box {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
  }
  .Nav-Box1 {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
  }

  .Nav-Small-Box {
    width: 82%;
    height: 100px;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .Logo {
    width: 277px;
    height: 69px;
    background-image: url('/templates/jktk/images/public/logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .Nav {
    width: auto;
    height: 50px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
  }

  .Nav-ul {
    list-style: none;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    align-items: center;
  }

  .Li-One {
    float: left;
    font-size: 16px;
    margin-left: 15px;
    position: relative;
    width: 80px;
    text-align: center;
  }

  .Nav-ul :first-child {
    margin-left: 0 !important;
  }
  .searchBoxLi {
    width: auto;
  }
  .searchBoxLi > .searchBox {
    position: relative;
    height: 26px;
    width: 110px;
    border: 1px solid #554d4020;
    color: #554d4060;
    border-radius: 100px;
    padding-left: 36px;
    padding-right: 10px;
    overflow: hidden;
  }
  .searchBox > input {
    border: none;
    line-height: 28px;
    color: #554d4060;
    height: 28px;
    font-size: 12px;
    width: 100%;
    background-color: transparent;
  }
  .searchBox > input::placeholder {
    line-height: 28px;
    font-size: 12px;
    color: #554d4060;
  }
  .searchBox > .searchImg {
    width: 13px;
    height: 13px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .Li-One a {
    text-decoration: none;
    color: #554d40;
    font-size: 15px;
  }

  .Li-One a:hover {
    text-decoration: none;
  }

  .LiActive {
    color: #1987ff !important;
  }

  .Li-children {
    position: absolute;
    width: 80px;
    top: 60px;
    display: none;
  }

  .Li-children li a {
    list-style: none;
    font-size: 14px;
  }

  .Li-Ul {
    list-style: none;
    padding: 0;
  }

  .Li-Ul li {
    font-size: 14px !important;
    cursor: pointer !important;
    color: #554d40 !important;
    font-weight: normal !important;
    background-color: gold;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .Li-Ul li a {
    margin-top: 24px !important;
  }

  .Li-Ul li a:hover {
    color: #68b1ff !important;
  }

  .Li-Ul li:last-child {
    padding-bottom: 20px;
  }
  /*小屏分辨率*/
  .Nav-Small {
    display: none;
  }

  /*底部*/
  .Foot {
    width: 100%;
    height: 139px;
    background-color: #d4d4d4;
    margin-top: 46px;
  }

  .Foot-Box {
    width: 82%;
    height: 139px;
    margin: 0 auto;
    position: relative;
  }

  .Foot-Logo {
    width: 277px;
    height: 69px;
    background-image: url('/templates/jktk/images/public/logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 46px;
    vertical-align: top;
  }

  .Foot-Info {
    display: inline-block;
    height: 69px;
    vertical-align: top;
    margin-top: 46px;
    margin-left: 30px;
  }

  .Foot-Info-Tel {
    font-size: 12px;
    color: #808080;
    margin-top: 12px;
  }

  .Foot-Info-Nav {
    font-size: 12px;
    color: #808080;
    margin-top: 8px;
  }

  .Foot-Info-Nav a {
    color: #808080;
  }

  .Foot-Info-Nav a:hover {
    color: #a2a2a2;
  }

  .Foot-A {
    position: absolute;
    right: 0;
    top: 50px;
    border: 1px solid #aaaaaa;
    padding: 14px 114px 10px 10px;
    border-radius: 8px;
    cursor: pointer;
  }

  .Foot-p {
    width: 150%;
    overflow: hidden;
    font-size: 14px;
    color: #453f35;
  }

  .Foot-J {
    width: 18px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 19px;
  }

  .Foot-Ul {
    position: absolute;
    list-style: none;
    bottom: 41px;
    z-index: 2;
    left: 0;
    padding: 10px;
    width: 89%;
    background-color: white;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    display: none;
  }

  .Foot-Li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .Foot-Li a {
    color: #453f35;
  }

  .Foot-Li:hover {
    background-color: #007aff;
  }

  .Foot-Li:hover a {
    color: white;
  }

  /*小屏底部*/
  .Foot-Small {
    display: none;
  }
}
<!--0.00020694732666016-->