@charset "UTF-8";
/* .navDefault{ ul{ @include flex; @include flex-wrap; li{ font-size: change(22); line-height: 2.25rem; border-bottom: 1px #ccc solid; border-right: 1px #ccc solid; width: 25%; text-align: center; flex-grow: 1; }
 li:nth-of-type(4n){border-right: none;} li:nth-of-type(n+5){border-bottom: none;} }
} */
*, *:after, *:before {
    font: inherit;
    vertical-align: baseline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
}

/*清除掉ios自带圆角*/
input, button { /* -webkit-appearance: none; */
    border-radius: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    height: 100% ；;
}

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    background: #fff;
    color: #333;
    line-height: 1.5;
    overflow-x: hidden; /*开启moblie网页快速滚动和回弹的效果*/
    -webkit-overflow-scrolling: touch;
    color: #333;
    min-height: 100%;
    /* 2018年 过去了 我该何去何从
   *
   * 没有钱的日子 该怎么过
   */
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    　display: block;
}

ol, li, ul {
    list-style: none;
}

a, img { /*阻止长按页面，弹出菜单的方法。*/
    -webkit-touch-callout: none;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    display: block;
    outline: none;
    border: 0;
}

input, textarea {
    outline: 0;
    border: none;
    display: block;
    resize: none;
    /* -webkit-appearance: none;
   appearance:none; */
}

.container {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clear {
    clear: both;
}

.clearFloat {
    zoom: 1;
}

.clearFloat:after {
    content: '.';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden;
}

.allW {
    width: 100%;
    overflow: hidden;
}

.allW > img {
    display: block;
    width: 100%;
}

.ma {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.g-line {
    height: 0.6rem;
    background-color: #f0f0f0;
}

/*修改placeholder的字体颜色*/
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
}

input:-ms-input-placeholder {
    color: #000;
}

input::-webkit-input-placeholder {
    color: #000;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/*  swiper 样式速写 model 样式的速写 */
.swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-container .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-container .swiper-pagination-custom, .swiper-container .swiper-pagination-fraction {
    bottom: 0.375rem;
}

.pagination-line .swiper-container {
    padding-bottom: 1.2rem;
}

.pagination-line .swiper-pagination-bullet {
    width: 1.375rem;
    height: 0.2125rem;
    border-radius: 0.1rem;
}

.pagination-circle .swiper-container {
    padding-bottom: 1.35rem;
}

.pagination-circle .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border: 1px #000 solid;
    background-color: rgba(0, 0, 0, 0);
}

.pagination-circle .swiper-pagination-bullet-active {
    border: 1px #007aff solid;
}

.coverflow {
    margin-bottom: 1.2rem;
}

.coverflow .swiper-slide {
    width: 60%;
}

.coverflow .swiper-slide span {
    display: block;
    width: 100%;
    font-size: 0rem;
    text-align: center;
}

.coverflow .swiper-slide-active span {
    font-size: 0.825rem;
    line-height: 1.8rem;
}

.container {
    box-shadow: 0 0 10px #666;
}

.jt-form {
    height: 27.4875rem;
    background: url(../images/jt_11.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 0.75rem 0.5625rem;
}

.jt-form label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0.6rem 0;
    font-size: 0.9rem;
    color: #000;
}

.jt-form label b {
    color: #ff0000;
}

.jt-form label input {
    flex: 1;
    font-size: 0.9rem;
    background-color: #fff;
    text-indent: 0.225rem;
    height: 2rem;
    color: #cdcdcd;
}
.jt-form label select{
    height: 2rem;
    display: flex;
    flex: 1;
    font-size: 0.9rem;
    background-color: #fff;
    color: #333;
    border: none;
}
.jt-form label input::-webkit-input-placeholder { /* WebKit browsers */
    color: #cdcdcd;
}

.jt-form label input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cdcdcd;
}

.jt-form label input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cdcdcd;
}

.jt-form label input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #cdcdcd;
}

.jt-form label textarea {
    flex: 1;
    min-width: 1px;
    font-size: 0.9rem;
    background-color: #fff;
    padding: 0.225rem;
}

.jt-form .label .replace {
    position: absolute;
    width: 15rem;
    margin-left: 5rem;
    background-color: #fff;
    padding: 0.3rem;
}

.jt-form .label .replace img {
    display: block;
    width: 4.7625rem;
}

.jt-form .tips {
    text-align: center;
    font-size: 0.5625rem;
    color: #ff0000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.jt-form .tips b {
    font-weight: bold;
    margin-right: 0.225rem;
    font-size: 0.6375rem;
}

.jt-form .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    margin-top: 1.5rem;
}

.jt-form .btn input {
    font-size: 0.9rem;
    padding: 0 2rem;
    line-height: 2.25rem;
    color: #fff;
    background-color: #f5a305;
}

.jt-form .btn input:last-child {
    margin-left: 2rem;
    background-color: #008589;
}
.jt-notice{
    padding-top: 1rem;
}
.jt-notice .t {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    align-items: center;
}

.jt-notice .t img {
    display: block;
    width: 1.2rem;
}

.jt-notice .t span {
    height: 3.075rem;
    background-color: #008589;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}

.jt-notice .t span small {
    display: block;
    font-size: 0.4125rem;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

.jt-notice .panel-t {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-left: 0.375rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.jt-notice .panel-t img {
    display: block;
    width: 1.8rem;
}

.jt-notice .panel-t span {
    height: 1.35rem;
    font-size: 0.825rem;
    padding: 0 0.225rem;
    color: #fff;
    background-color: #008589;
}

.jt-notice .pub-p {
    font-size: 0.825rem;
    line-height: 1.6;
    padding: 0rem 0.8rem;
}

.jt-notice .pub-p b {
    display: block;
    color: #000;
    font-weight: bold;
}

.jt-footer {
    height: 11.1rem;
    background: url(../images/jt_33.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 0.9375rem;
    margin-top: 1rem;
}

.jt-footer .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 0.75rem;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
}

.jt-footer .btn a {
    font-size: 0.825rem;
    color: #fff;
    padding: 0 1rem;
    line-height: 1;
}

.jt-footer .btn a:last-child {
    border-left: 1px #fff solid;
}

.jt-footer .c {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    padding: 0 1.5rem;
}

.jt-footer .c .l {
    flex: 1;
}

.jt-footer .c .l p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 0.825rem;
}

.jt-footer .c .l p img {
    display: block;
    width: 1.8rem;
    margin-right: 0.375rem;
}

.jt-footer .c .l p span {
    display: block;
    font-size: 0.825rem;
    color: #fff;
    line-height: 1.2;
}

.jt-footer .c .l .logo h2 {
    font-size: 0.75rem;
    color: #fff;
}

.jt-footer .c .l .logo h6 {
    font-size: 0.375rem;
    color: #fff;
    text-transform: uppercase;
}

.jt-footer .c .ewm {
    width: 6.4125rem;
}

.jt-footer .c .ewm img {
    display: block;
    width: 100%;
}

.jt-footer .c .ewm span {
    display: block;
    font-size: 0.6rem;
    text-align: center;
    padding-top: 0.3rem;
    white-space: nowrap;
    color: #fff;
}

.jt-ts {
    background-color: #008589;
    padding: 1.6875rem 0 1.125rem;
    margin-top: 0.3rem;
}

.jt-ts h4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
}

.jt-ts h4 span {
    background-color: #fff;
    border-radius: 0.3rem;
    font-size: 0.825rem;
    color: #008589;
    padding: 0 0.375rem;
    line-height: 1.65;
}

.jt-ts > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    padding: 1.375rem 1.875rem 0.5625rem;
}

.jt-ts > ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 0.825rem;
    color: #fff;
}

.jt-ts > ul li img {
    display: block;
    width: 0.6375rem;
    margin-right: 0.375rem;
}

.jt-ts > ul li b {
    color: #f9c809;
}

.jt-ts .box {
    width: 17.25rem;
    border: 1px #fff solid;
    border-radius: 0.5rem;
    margin: 0 auto;
}

.jt-ts .box h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    color: #fff;
    margin-top: -0.675rem;
    margin-bottom: 1rem;
    line-height: 1;
}

.jt-ts .box h2 span {
    background-color: #008589;
    padding: 0 0.5rem;
    font-size: 1.05rem;
    font-weight: bold;
}

.jt-ts .box h2 span b {
    color: #f9c809;
}

.jt-ts .box .c {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    color: #fff;
    font-size: 1.875rem;
    font-weight: bold;
}

.jt-ts .box .c > span {
    line-height: 1;
    margin-left: 0.5rem;
    margin-top: -0.5rem;
}

.jt-ts .box h4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    margin-bottom: -0.75rem;
}

.jt-ts .box h4 span {
    background-color: #008589;
    padding: 0 0.6rem;
    font-size: 1.05rem;
    color: #fff;
}