@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2019-12-28 10:58:49
 * @version $Id$
 */
.top {
    background-color: #f5f5f5;
    height: 32px;
    line-height: 32px;
}

.top span {
    margin-left: 5px;
}

.color {
    color: #00a5cd;
}

.color.layui-icon {
    font-size: 14px;
    line-height: 32px;
    color: #00a5cd;
}

.bg {
    background-color: #00a5cd;
}


.logo {
    height: 60px;
}

.nav {
    text-align: right;
}

.navbar {
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 20px;
}

.navbar-light .navbar-nav>.nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    font-size: 16px;
    color: #333;
    height: 100px;
    line-height: 100px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #00a5cd;
    font-weight: 900;
}

.dropdown-menu {
    margin: 0;
    border: 0;
    border-radius: 0;
}

.dropdown-item {
    height: 36px;
    line-height: 36px;
    padding-top: 0;
    font-size: 14px;
}
.dropdown-item:hover{
    background-color:#00a5cd;
    color:#fff;
}
.nav-service {
    padding-top: 0;
}

.navbar-dark .navbar-toggler {
    color: #333;
    background-color: #00a5cd;
}

.dropdown-toggle::after {
    display: none;
}

.layui-icon {
    font-size: 32px;
    /*color: #fff;*/
}

.header-containers {
    border-top: 1px solid #d7d7d7;
    z-index: 1001;
    width: 100%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
    padding: 40px;
}

.header-containers .header-containers-center {
    margin: 0 auto;
}
.header-containers .header-container dl dt{
     margin-bottom: 19px;
}
.header-containers .header-container dl dt a{
    font-size: 15px;
    color: #00a5cd;
    text-align: left;
}

.header-containers .header-container dl dd {
    cursor: pointer;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    width: 100%;
}
.list-t dd a:hover{
    color:#00a5cd;
}
.title {
    margin-top: 50px;
    text-align: center;
}

.title h4 {
    font-size: 20px;
    color: #999;
}

.title h3 {
    font-size: 24px;
    color: #333;
}

.servicebox {
    margin-top: 40px;
    padding: 0 10px;
}

.service {
    margin-bottom: 10px;
}

.service img {
    display: block;
   width:100%;
}

.service h4 {
    margin-top: 20px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.service p {
    margin-top: 10px;
    font-size: 14px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.service p a {
    color: #666;
    height: 60px;
    display: block;
    overflow: hidden;
}

.more {
    width: 120px;
    height: 36px;
    text-align: center;
    margin-top: 40px;
    background-color: #00a5cd;
}

.more a {
    color: #fff;
    height: 36px;
    line-height: 36px;
}

.service-more {
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin: 60px auto;
    border: solid 1px #ccc;
    border-radius: 4px;
    text-align: center;
}

.service-more a {
    font-size: 14px;
    color: #666;
}

.service-more:hover,
.service-more:hover a {
    background-color: #00a5cd;
    color: #fff;
}

.aboutbox {
    background-image: url(../images/aboutbg.png);
    background-repeat: no-repeat;
}

.about {
    background-color: rgba(0, 96, 156, 0.5);
    padding: 60px 60px 60px 5%;
}

.about h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
}

.about h4 {
    font-size: 16px;
    color: #fff;
}

.line {
    width: 40px;
    height: 4px;
    background-color: #fff;
    margin: 20px 0;
}

.about p a {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.layui-carousel#Overall {
    margin-top: 40px;
    background-color: #fff;
}

.layui-carousel>[carousel-item]>* {
    background-color: #fff;
}

.overall-img {
    padding: 2%;
}

.overall-img img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.overall-cont {
    padding: 40px 0 40px 5%;
}

.overall-cont h3 {
    margin-bottom: 30px;
}

.overall-cont h3 a {
    font-size: 24px;
    color: #333;
}

.overall-cont p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.overall-cont p a {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    display: block;
    height: 96px;
    overflow: hidden;
}

.platformbox {
    background-color: #f5f5f5;
    margin: 0;
}

.platformbox .col-lg {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.platform-cont {
    width: 60%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 10%;
}

.platform-cont p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.platform-cont h3 {
    margin-bottom: 10px;
}

.platform-cont h3 a {
    font-size: 18px;
    color: #333;
}

.platform-cont p {
    font-size: 16px;
    line-height: 1.5;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.platform-cont p a {
    color: #666;
    line-height: 1.5;
    height: 72px;
    display: block;
    overflow: hidden;
}

.platform-cont .more {
    margin-top: 20px;
}

.platform-title {
    margin-bottom: 40px;
}

.platformbox img {
    width: 100%;
}

.newbox .row {
    margin: 0;
}

.newbox {

    padding-right: 0
}

.new-p {
    margin-top: 40px;
}

.new-p>div {
    margin-bottom: 20px;
}

.new-p-img img {
    width: 100%;
    max-width: 100%;
}

.new-p-cont {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding: 0 10px;
    padding-top: 10px;
}

.new-p-cont a {
    line-height: 20px;
    height: 60px;
    font-size: 14px;
    display: block;
    overflow: hidden;
}

.new-p-time {
    margin-top: 6px;
    font-size: 12px;
    color: #999;
    padding-left: 10px;
}

.row.new-job {
    margin: 20px 0;
}

.new-job .col-lg-8 .col-lg-6 {
    padding: 0;
}

.new-job-img img {
    width: 100%;
    max-width: 100%;
}

.new-job-t {
    background-color: #f9f9f9;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

.new-job-t span {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background-color: #00a5cd;
    color: #fff;
    float: right;
}

.new-job .col-lg-8 .col-lg-6.new-job-box {
    padding-left: 40px;
}

.new-job-title {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ccc;
}

.new-job-title span {
    font-size: 18px;
}

.new-job-title em {
    font-size: 14px;
    color: #666;
    margin-left: 10px;
    text-transform: uppercase;
}

.new-job-title span:last-child {
    color: #666;
    float: right;
}

.new-job-list li {
    margin-top: 10px;
}

.new-job-list li p:nth-child(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-job-list li p a {
    font-size: 16px;
    color: #333;
}

.new-job-list li p:nth-child(2) {
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-job-list li p:nth-child(2) a {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.new-job-list li span {
    width: 10px;
    height: 2px;
    background-color: #00a5cd;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
}

.footer-nav {
    background-color: #00a5cd;
    height: 40px;
    line-height: 40px;
}

.footer-nav .layui-breadcrumb {
    text-align: center;
}

.footer-nav .layui-breadcrumb a {
    color: #fff !important;
    font-size: 14px;
}

.footer-cont {
    overflow: hidden;
}

.footer-cont ul {
    float: left;
}

.footer-contact li:first-child {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer-contact li span {
    margin-left: 6px;
}

.footer-contact li {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.footer-ewm {
    overflow: hidden;
}

.footer-ewm li {
    float: right;
    margin-left: 20px;
}

.footer-ewm li img {
    width: 100px;
    max-width: 100px;
}

.footer-ewm li p {
    text-align: center;
    margin-top: 4px;
}

.footer {
    padding: 40px 0;
}

.footer_left {
    width: 660px;
    float: left;
}

.footer_left>h3,
.footer_left>p {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.footer_left>p {
    font-style: oblique;
    margin: 20px 0;
}

.footer_left ul {
    overflow: hidden;
}

.footer_left ul li {
    float: left;
    margin-right: 80px;
}

.footer_left ul li p {
    color: #666;
    font-size: 12px;
}

footer {
    margin-top: 40px;
}

.footer-friend {
    text-align: center;
    line-height: 1.5;
    font-size: 15px;
}

.cn {
    background-color: #f9f9f9;
}

.friends {
    background-color: #fdfdfd;
    padding: 20px;
    box-shadow: 1px 1px 1px #ccc;
}

.f-link {
    font-size: 15px;
    text-align: center;
}

.jdc-side {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 300;
    width: 60px
}

.mod_hang_qrcode {
    position: relative
}

.mod-qr-tips {
    height: 70px;
    background: url(../images/qrtips.png) center no-repeat;
    background-size: 100%
}

.mod_hang_qrcode_show {
    display: none;
    position: absolute;
    right: 70px;
    top: -65px;
    width: 138px;
    min-height: 166px;
    border: 0 none;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1)
}

.mod_hang_qrcode_show p {
    margin-top: 5px;
    line-height: 16px;
    color: #666;
    font-size: 12px;
    text-align: center
}

.mod_hang_qrcode_show_bg {
    width: 124px;
    height: 124px;
    margin: 8px auto 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    -moz-background-size: 124px auto;
    background-size: 124px auto;
    background-image: url(../images/qrcode.png)
}

.jdc_hang_qrcode .mod_hang_qrcode_show_bg {
    background-image: url(../images/qrcode.jpg)
}

.jdc_hang_qrcode p {
    padding-bottom: 5px
}

.mod_hang_qrcode_btn {
    display: block;
    width: 60px;
    height: 60px;
    color: #0989c5;
    font-size: 40px;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease
}

.mod_hang_top {
    display: block;
    width: 60px;
    height: 60px;
    margin: 5px 0 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    background-color: transparent
}

.mod_hang_qrcode:hover .mod_hang_qrcode_show {
    display: block
}

.mod_hang_qrcode_btn {
    position: relative;
    margin-top: 5px;
    text-align: center;
    background-color: transparent;
    -webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1)
}

.mod_hang_qrcode_btn span {
    display: none;
    position: absolute;
    top: 25px;
    left: 25px;
    width: 30px;
    line-height: 15px;
    font-size: 12px;
    text-align: center
}

.mod_hang_qrcode_btn:hover {
    color: #fff
}

.mod_hang_top {
    -webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1)
}

.mod_hang_top .mod_hang_qrcode_btn {
    background: 0 0;
    margin: 0
}

.mod_hang_appeal_btn {
    display: block;
    width: 60px;
    height: 60px;
    color: #0989c5;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
}

.mod_hang_appeal:hover .mod_hang_appeal_show {
    display: block;
    opacity: 1;
}


.mod_hang_appeal_btn i,
.mod_hang_qrcode_btn i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    color: #0989c5;
    background-color: #fff
}

.mod_hang_appeal_btn span {
    display: none;
    position: absolute;
    top: 25px;
    left: 25px;
    width: 30px;
    line-height: 15px;
    font-size: 12px;
    text-align: center
}

.mod_hang_appeal.show .mod_hang_appeal_show {
    display: block
}

.mod_hang_appeal_show {
    opacity: 0;
    z-index: -9;
    right: -500px;
    position: absolute;
    right: 70px;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    width: 300px
}

.mod_hang_appeal_show li {
    *zoom: 1;
    cursor: pointer
}

.mod_hang_appeal_show li:hover {
    background: #f3f5fb
}

.mod_hang_appeal_show li:after,
.mod_hang_appeal_show li:before {
    content: "";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.mod_hang_appeal_show .icon_box,
.mod_hang_appeal_show .text_box {
    float: left;
    width: 215px;
    height: 90px;
    cursor: pointer
}

.mod_hang_appeal_show .icon_box {
    width: 78px;
    line-height: 90px;
    text-align: center
}

.mod_hang_appeal_show .icon_box i {
    color: #0989c5;
    font-size: 30px
}

.mod_hang_appeal_show .text_box a {
    margin-top: 10px;
    font-size: 16px;
    color: #03004c;
    line-height: 24px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.mod_hang_appeal_show .text_box p {
    margin-top: 10px;
    max-height: 36px;
    overflow: hidden;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    cursor: pointer
}

.jdc_feedback_qrcode .mod_hang_qrcode_btn {
    margin-bottom: 5px
}

.jdc_feedback_qrcode .mod_hang_qrcode_show {
    min-height: 226px
}

.jdc_feedback_qrcode .mod_hang_qrcode_show p {
    padding-bottom: 5px
}

.jdc_feedback_qrcode .mod_hang_qrcode_show_bg {
    margin-top: 0;
    background-image: none
}

@media (max-width:768px) {
    .jdc-rwd .jdc-side {
        display: none !important
    }
}

.jdc-lang-en .jdc_hang_qrcode .mod_hang_qrcode_show_bg {
    background-image: url(../images/qrcode-en.jpg)
}

.jdc-lang-en .mod-qr-tips {
    position: relative
}

.jdc-lang-en .mod-qr-tips:after {
    content: "Search";
    position: absolute;
    left: 41px;
    top: 8px;
    width: 85px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #666;
    font-size: 16px
}

.longimg {
    width: 100%;
}

.longimg img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
}
.mbx{
    margin-bottom: 10px;
}
.mbx span {
    color: #00a5cd;
    font-size: 16px;
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}


.therebox ul {
    overflow: hidden;
    margin-top: 30px;
}

.therebox ul li {
    width: 380px;
    float: left;
}

.therebox ul li img {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.therebox ul li div {
    width: 300px;
    float: left;
}
.therebox ul li div h3{
    line-height: 32px;
    font-size: 18px;
}
.therebox ul li div p{
    margin-top: 20px;
    font-size: 16px;
}

.therebox ul li div p span {
    margin-bottom: 6px;
    display: block;
}

#ContactGDmap {
    height: 400px;
    margin-top: 40px;
}

.info-title {
    color: white;
    font-size: 14px;
    background-color: rgba(0, 155, 255, 0.8);
    line-height: 26px;
    padding: 0px 0 0 6px;
    font-weight: lighter;
    letter-spacing: 1px;
}

.info-content {
    padding: 4px;
    color: #666666;
    line-height: 23px;
}


.SYmessage h3 {
    font-size: 16px;
    font-weight: bold;
    color: #121212;
    margin-bottom: 10px;
}

.SYmessage .layui-input-block {
    margin: 0;
    color: #121212;
}

.SYmessage .layui-form {
    margin-top: 20px;
}

.SYcontact h3 {
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
}

.SYcontact.contact ul li {
    margin-bottom: 20px;
}

.SYcontact.contact ul {
    padding-top: 12px;
}

.SYcontact.contact ul li i,
.SYcontact.contact ul li span {
    font-size: 16px;
}

.SYcontact.contact ul li i {
    font-size: 22px;
    color: #00a5cd;
}

.contactbox .SYmessage .layui-form {
    margin-top: 20px;
}

.contactbox h3 {
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
}

.contentbox {
    background-color: #fafafa;
}

.content-t {
    background-color: #f8f8f8;
    padding: 40px 0 20px 40px;
}

.content-t li:nth-child(1) {
    font-size: 18px;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #121212;
    margin-bottom: 10px;
}

.content-t li:nth-child(2) span {
    font-size: 14px;
    margin-right: 10px;
}

.content-c {
    background-color: #fff;
    padding: 40px;
}

.msg form {
    padding: 10px;
}

.msg .layui-input-block {
    margin-left: 0;
}

.listnav {
    margin-top: -40px;
}

.listnav h3 {
    /*background-color: #00a5cd;*/
    background-image: url(../images/listbg.jpg);
    background-size: 100%;
    color: #fff;
    text-align: center;
    font-size: 22px;
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.listnav ul {
    margin-top: 10px;
}

.listnav ul li {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #eee;
    margin-bottom: 1px;
}

.listnav ul li a {
    color: #333;
    font-size: 16px;
    line-height: 50px;
}

.listnav ul li.active,
.listnav ul li.active a,
.listnav ul li:hover,
.listnav ul li:hover a {
    background-color: #00a5cd;
    color: #fff;
}

.listnav dl {
    margin-top: 10px;
}

.listnav dl dd {
    height: 36px;
    padding-left: 10px;
    color: #666;
    font-size: 15px;
}

.listnav dl dd:first-child {
    background-color: #f5f5f5;
}

.listnav dl dd span {
    font-size: 12px;
    line-height: 36px;
    color: #00a5cd;
    text-transform: uppercase;
    margin-left: 10px;
}

.listnav dl dd i {
    font-size: 16px;
    color: #00a5cd;
    line-height: 36px;
    margin-right: 6px;
}

.team>div {
    margin-bottom: 30px;
}

.team img {
    width: 100%;
    max-width: 100%;
}

.team .col-lg-4 a {
    display: block;
    background-color: #f5f5f5;
    color: #333;
    font-size: 16px;
    padding: 15px 0;
}

.team a strong,
.team a span {
    display: block;
    text-align: center;
    line-height: 1.5;
}

#teamFy {
    text-align: center;
}

.device>div {
    margin-bottom: 30px;
}

.device img {
    width: 100%;
    max-width: 100%;
}

.device .col-lg-4 a {
    display: block;
    color: #666;
    font-size: 16px;
    padding: 15px;
}

#deviceFy {
    text-align: center;
}

.cont-title {
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
    text-align: center;
}

.cont-title h3 {
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    line-height: 60px;
    margin: 0 auto;
    text-align:center;
}

.newbox>div {
    margin-bottom: 30px;
}

.new-img {
    width: 100%;
}

.new-img img {
    width: 100%;
    max-width: 100%;
}

.new-cont {
    padding-top: 10px;
}

.new-cont a:nth-child(1) {
    display: block;
    line-height: 20px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-cont a:nth-child(2) {
    display: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    margin-top: 6px;
}

#newFy {
    text-align: center;
}


.new-time {
    margin-top: 6px;
    font-size: 12px;
    color: #999;
}

.service-t-c img {
    width: 100%;
    max-width: 100%;
}

.service-t-c h3 {
    font-size: 20px;
    color: #00a5cd;
    line-height: 36px;
    margin-top: 30px;
}

.service-t-c p {
    font-size: 16px;
    line-height: 32px;
}

.service-c {
    margin-top: 30px;
}

.service-list {
    margin-bottom: 20px;
    overflow: hidden;
}

.service-list img {
    width: 100%;
}

.service-list .col-lg-5 {
    padding: 0;
}

.service-list-c {
    padding-left: 10px;
}

.service-list-c a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 4px;
}

.service-list-c a:nth-child(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-list-c a:nth-child(2) {
    height: 42px;
    text-align: justify;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.service-list-c a:nth-child(3) {
    font-size: 12px;
    color: #00a5cd;
}

.service-list-c a:nth-child(3) i {
    font-size: 12px;
    color: #00a5cd;
}
.content-s .layui-tab{
    position: relative;
}
.catalog {
    position: absolute;
    top: 60px;
    right: -160px;
    border: solid 1px #eee;
    width: 160px;
    z-index:999;
}

.content-s div.catalog div {
    font-size: 18px;
    background-color: #00a5cd;
    color: #fff;
    height: 36px;
    line-height: 36px;
}

.catalog ul.layui-tab-title {
    position: static;
    background-color: #fff;
    height: auto;
}

.catalog ul.layui-tab-title li {
    display: block;
    position: static;
    display: block;
    position: static;
    text-align: left;
    padding: 0;
}

.catalog ul.layui-tab-title li span.layui-badge-dot.layui-bg-gray {
    width: 6px;
    height: 6px;
    margin-right: 10px;
    background-color: #ccc !important;
}


.about-cont h1,
.about-cont h2,
.about-cont h3,
.about-cont h4,
.about-cont h5,
.about-cont h6,
.about-cont div,
.about-cont p {
    line-height: 2;
    margin-bottom: 6px;
}
.about-cont img{
width:60%;
max-width:60%;
}
.about-cont h1 {
    font-size: 24px;
    text-align: center;
}
.about-cont h2{
    font-size: 18px;
}
.about-cont h3{
    font-size: 16px;
}
.about-cont h4{
    font-size: 14px
}
.about-cont h5{
    font-size: 12px;
}
.about-cont div,
.about-cont p{
    text-align: justify;
    font-size: 16px;
}
.content-s h1,
.content-s h2,
.content-s h3,
.content-s h4,
.content-s h5,
.content-s h6 {
    font-weight:bold;
}
.content-s h1,
.content-s h2,
.content-s h3,
.content-s h4,
.content-s h5,
.content-s h6,
.content-s div,
.content-s p {
    line-height: 2;
    margin-bottom: 6px;
}
.content-s img{
width:80%;
max-width:80%;
display:block;
margin:0 auto;
}
.content-s h1 {
    font-size: 24px;
    text-align: center;
}
.content-s h2{
    font-size: 18px;
}
.content-s h3{
    font-size: 16px;
}
.content-s h4{
    font-size: 14px
}
.content-s h5{
    font-size: 12px;
}
.content-s div,
.content-s p{
    font-size: 16px;
    text-align: justify;
}
.layui-laypage a.pageactive{
    background-color:#00a5cd;
    color:#fff;
}
.dropdown-menu-h{
    height:260px;
}
@media (max-width: 1300px) {
    .platform-cont {
        padding-top: 6%;
        width: 90%;
    }
}

@media (max-width: 1140px) {
    .service-s {
        position: relative;
    }

    .catalog {
        position: absolute;
        top: 200px;
        right: 0;
        border: solid 1px #eee;
        width: 160px;
    }
}

@media (max-width: 992px) {
    .navbar {
        padding: 20px;
    }

    .navbar-brand img {
        height: 40px;
    }

    .navbar-light .navbar-nav>.nav-link,
    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        height: 32px;
        line-height: 32px;
        text-align: left;
        padding: 0;
    }

    .topsize {
        display: none;
    }

    .platform-cont {
        margin-top: 10px;
    }

    .platformbox img {
        width: auto;
        height: 240px;
    }

    .therebox ul li {
        margin-bottom: 10px;
    }

    .therebox ul li div p {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .messagebox{
        display:none;
    }

    .catalog {
        position: fixed;
        top: 50%;
        right: 0;
    }

    .listnav ul,
    .listnav dl {
        display: none;
    }

    .overall-img img {
        height: auto;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .overall-cont h3 {
        margin-bottom: 10px;
    }

    .overall-cont .more {
        margin-top: 20px;
    }

    .new-job .col-lg-8 .col-lg-6.new-job-box {
        margin-bottom: 20px;
    }

    .footer,
    .link {
        display: none;
    }

    .new-job-list-none li:nth-child(3) {
        display: none;
    }

    .service-list img {

        padding: 0 15px;
    }

    .service-list-c a:nth-child(2) {
        text-indent: 0
    }

}

@media (max-width: 567px) {

    .new-job .col-lg-8 .col-lg-6.new-job-box {
        padding: 0;

    }

    #header-navbar {
        padding: 10px
    }

    .title {
        margin-top: 20px;
    }

    .service {
        margin-bottom: 20px;
    }

    .service img {
        margin: 0 auto;
    }

    .service h4 {
        margin-top: 10px;
        text-align: center;
    }

    .service p {
        text-align: center;
    }

    .more {
        margin: 20px auto 0;
    }

    .service-more {
        margin: 20px auto;
    }

    .about {
        padding: 10px;
    }

    .about h3 {
        text-align: center;
        font-size: 24px;
    }

    .about h4 {
        text-align: center;
    }

    .line {
        margin: 10px auto;
    }

    .overall-cont {
        padding: 10px;
    }

    .platform-cont h3 a {
        font-size: 18px;
    }

    .platform-cont .more {
        margin: 10px 0
    }

    .newbox {
        padding-left: 0;
    }
}