/* CSS Document */
@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url("${site.sitePath}/css/font/SourceHanSansCN-Normal.woff2") format("woff2"),
      url("${site.sitePath}/css/font/SourceHanSansCN-Normal.woff") format("woff"),
      url("${site.sitePath}/css/font/SourceHanSansCN-Normal.ttf") format("truetype"),
      url("${site.sitePath}/css/font/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
      url("${site.sitePath}/css/font/SourceHanSansCN-Normal.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  body {
    font-family: SourceHanSansCN-Normal;
  }
* {
    padding: 0;
    margin: 0;
    word-spacing: normal;
    /*font-family: "微软雅黑";*/
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

a,
input {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

.height {
    width: 100%;
    display: block;
    height: 90px;
}

html,
body,
div,
p,
img,
ul,
li,
a,
span,
h1 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    text-decoration: none;
    /*font-family: "微软雅黑";*/
    outline: none;
}

html,
body {
    height: 100%;
}

/*最新消息*/
.bg {
    background: #f4f6f8;
}

.banner {
    position: relative;
    margin: 0 auto;
    height: 467px;
    background: url(../Img/jg/images/health-banner.jpg) no-repeat center;
}

.nav1 {
    position: absolute;
    height: 52px;
    line-height: 52px;
    bottom: 0;
    background: rgba(28, 28, 28, 0.5);
    width: 100%;
}

.nav1 ul {
    width: 1100px;
    margin: 0 auto;
}

.nav1 ul::after {
    content: "";
    clear: both;
    display: block;
}

.nav1 li {
    float: left;
    width: 25%;
}

.nav1 li a {
    display: block;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
}

.nav-active {
    background: #3eae9d;
}

.graybg {
    background: #f4f6f8;
}

.h5banner,
.h5play {
    display: none;
}

.ghtservice-title {
    color: #3b3a3a;
    font-size: 38px;
    text-align: center;
    font-weight: Bold;
    position: relative;
    padding: 40px 0;
}


.smart-union {
    width: 1090px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 16px;
    color: #646464;
    background: url(../Img/jg/images/jktj-bg.png) no-repeat 0 80px;
    padding: 240px 0 200px 330px;
    line-height: 2;
}

.jg-servicebigbox {
    background: #ffffff;
    padding: 1px 0 50px 0;
}

.jg-servicebox {
    width: 1100px;
    margin: 0 auto;
}

.jgsevice {
    border: 1px solid #e6e7e8;
    background: #ffffff;
    box-shadow: 0 4px 15px 4px #f0f0f0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 30px;
    height: 270px;
}

.jgservice-pic {
    text-align: center;
}

.jgservice-title {
    color: #3b3a3a;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}

.jgservice-paragraph {
    font-size: 16px;
    color: #494949;
    margin-top: 20px;
}

.physical-types {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.physical-mode {
    background: #ffffff;
    box-shadow: 0 10px 10px #ebedee;
    overflow: hidden;
    padding: 20px 15px;
    height: 250px;
    margin-top: 30px;
}

.pmode-left {
	width: 50%;
    float: left;
}
.pmode-left img {
	width:100%;
 }
.pmode-right {
    float: right;
}

.pmode-title1 {
    font-size: 22px;
    color: #3f3f3f;
    font-weight: bold;
}

.pmode-title2 {
    font-size: 19px;
    color: #3f3f3f;
    font-weight: bold;
}

.pmode-btn {
    margin-top: 10px;
}

.physical-mode a {
    font-size: 15px;
    color: #3eae9d;
    font-weight: bold;
}

.pmode-price {
    color: #3eae9d;
    font-size: 20px;
    font-weight: bold;
    margin-top: 90px;
}

.physical-firstmode {
    background: #ffffff;
    box-shadow: 0 10px 10px #ebedee;
    height: 250px;
    font-size: 27px;
    color: #3f3f3f;
    font-weight: bold;
    padding: 20px 15px;
    margin-top: 30px;
}

.first-mode-pic {
    text-align: right;
    margin-top: 20px;
}

.title {
    background: #ffffff;
    font-size: 25px;
    color: #323232;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 2px 2px 6px #dddddd;
}

.index-title {
    font-size: 34px;
    color: #3b3a3a;
    text-align: center;
    margin: 60px 0;
    background: url(../Img/jg/images/index-titlebg.jpg) no-repeat center bottom;
    padding-bottom: 30px;
    font-weight: bold;
}

.pc-banner {
    display: block;
}

.h5-banner {
    display: none;
}

@media screen and (max-width: 800px) {
    .index-title {
        margin: 20px 0;
        font-size: 26px;
        padding-bottom: 10px;
    }

    .nav1 li {
        padding: 0 !important;
    }

    .pc-banner {
        display: none;
    }

    .h5-banner {
        display: block;
    }

    .banner {
        height: auto;
    }

    .banner img {
        position: relative;
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .nav1 {
        height: 34px;
        line-height: 34px;
    }

    .nav1 ul {
        width: 100%;
    }

    .nav1 li a {
        font-size: 15px;
    }


    .title {
        margin-top: 20px;
        padding: 10px 0;
        font-size: 16px;
        font-weight: bold;
    }

    .jg-servicebox {
        width: calc(100% - 30px);
        margin: 0 15px;
    }

    .jgsevice {
        padding: 15px;
        height: auto;
    }

    .jg-servicebox .col-xs-12 {
        margin-top: 15px;
    }

    .physical-types {
        width: calc(100% - 30px);
        margin: 0 15px 20px;
    }

    .physical-types .col-xs-6 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .physical-types .row {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .physical-mode {
        padding: 10px;
        margin-top: 15px;
        height: 165px;
        position: relative;
    }

    .pmode-left {
        width: 50%;
    }

    .pmode-left img {
        width: 100%;
    }

    .pmode-right {
        width: 50%;
        padding-left: 5px
    }

    .pmode-title1 {
        font-size: 18px;
    }

    .pmode-title2 {
        font-size: 14px;
    }

    .pmode-price {
        font-size: 16px;
        position: absolute;
        bottom: 10px;
        left: calc(50% + 5px);
    }

    .physical-firstmode {
        margin-top: 15px;
        height: 165px;
        font-size: 19px;
    }

    .first-mode-pic img {
        width: 40%;
    }

    .jgservice-title {
        margin-top: 5px;
    }

    .jgservice-paragraph {
        margin-top: 10px;
    }

    .first-mode-pic {
        margin-top: 10px;
    }

    .h5banner,
    .h5play {
        display: block;
    }

    .smart-union {
        background: none;
        width: 100%;
        padding: 15px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .index-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 376px) {
    .nav1 li {
        padding: 0 5px;
        font-size: 13px;
    }

    .pmode-title1 {
        font-size: 16px;
    }

    .pmode-title2 {
        font-size: 13px;
    }

    .physical-firstmode {
        height: 160px;
    }

    .physical-mode {
        height: 160px;
    }

    .jg-servicebigbox {
        padding: 1px 0 20px 0;
    }
}

@media screen and (max-width: 321px) {

    .pmode-title1 {
        font-size: 12px;
    }

    .pmode-title2 {
        font-size: 11px;
    }

    .physical-mode a {
        font-size: 12px;
    }

    .physical-firstmode {
        font-size: 16px;
        height: 140px;
    }

    .jgservice-paragraph {
        margin-top: 15px;
        font-size: 15px;
    }

    .physical-mode {
        height: 140px;
    }

}