/* 证书 */

.xtra-service-wrap img {
    display: inline-block;
    max-width: 100%;
}

.xtra-serve-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 2s ease-out
}

.xtra-serve-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #092238;
	opacity: .5 */
}

.xtra-serve-area h5 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    position: absolute;
    /* top: 80%; */
    /* left: 25px; */
    /* z-index: 2 */
}

.xtra-serve-area h5:after {
    position: absolute;
    content: " ";
    width: 80px;
    height: 3px;
    background: #fff;
    bottom: -15px;
    left: 0;
    z-index: -1
}

.xtra-serve-area .read-more {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #70C150;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    z-index: 2
}

.xtra-serve-area .read-more:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 0;
    margin-left: -5px;
    opacity: 0;
    visibility: hidden
}

.xtra-serve-area:hover .read-more {
    padding-left: 15px
}

.xtra-serve-area:hover .read-more:before {
    opacity: 1;
    visibility: visible
}

.xtra-serve-area img {
    transition: transform ease .3s
}

.xtra-serve-area:hover img {
    transform: scale(1.3);
    transition: all 2s ease-out
}


/* 内页banner */

.service-details-section img {
    display: inline-block;
    max-width: 100%;
}

.question-section {
    background: #F7F7F7;
    padding: 30px
}

.question-section h6 {
    margin-bottom: 20px
}

.question-section input,
.question-section textarea {
    background: #fff;
    color: #191919;
    border: 0
}

.question-section input::placeholder,
.question-section textarea::placeholder {
    font-size: 15px;
    color: #191919
}

.question-section button {
    font-size: 14px;
    letter-spacing: 1px
}

.breadcroumb-area {
    background-image: url(../images/banner2.jpg);
    background-position: top;
}

#service-page .single-service {
    padding: 40px;
    padding-top: 0;
    background: #fff;
}

.service-list {
    background: #F6F6F6;
    padding: 30px;
    margin-bottom: 30px
}

.service-list .las {
    line-height: 22px;
}

.service-list h5 {
    margin: 30px 0;
    font-size: 16px;
}

.service-list a {
    display: block;
    color: #333;
    padding: 10px;
    margin-bottom: 20px;
    background: #fff
}

.service-list a.active {
    background: #70C150;
    color: #fff
}

.service-list a span {
    float: right
}

.single-service h2 {
    margin: 30px 0
}

.single-service h5 {
    margin: 20px 0
}

.single-service p {
    font-size: 16px;
    line-height: 28px
}

.single-service-bg img {
    width: 100%
}

.breadcroumb-area {
    height: 300px;
    background-size: cover;
    background-position: center bottom;
    background-color: #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    text-transform: capitalize;
}

.breadcroumb-area:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #021017;
    opacity: .8;
    z-index: -1
}

.breadcroumb-area .breadcroumb-title h1 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 40px;
    position: relative;
    padding-left: 30px
}

.breadcroumb-area .breadcroumb-title h1:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 5px solid #70C150
}

.breadcroumb-area h6 a {
    color: #fff
}

.breadcroumb-area h6 {
    color: #aeb1b3;
    font-size: 16px;
    margin-top: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .breadcroumb-area .breadcroumb-title h1 {
        font-size: 50px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .breadcroumb-area .breadcroumb-title h1 {
        font-size: 40px
    }
}

@media(max-width:575px) {
    .breadcroumb-area .breadcroumb-title h1 {
        font-size: 35px
    }
}

.sky-bg {
    background: #ECF0F9
}

.single-logo-wrapper {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .5;
    transition: .3s
}

.single-logo-wrapper:hover {
    opacity: 1
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

.pt-20 {
    padding-top: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.pt-30 {
    padding-top: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.pt-40 {
    padding-top: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.pt-50 {
    padding-top: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.pt-60 {
    padding-top: 60px
}

.pb-60 {
    padding-bottom: 60px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.pt-80 {
    padding-top: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-120 {
    padding-top: 120px
}

.pb-150 {
    padding-bottom: 150px
}

.mt-20 {
    margin-top: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.mt-40 {
    margin-top: 40px
}

.mb-30 {
    margin-bottom: 40px
}

.mt-50 {
    margin-top: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.mt-60 {
    margin-top: 60px
}

.mb-60 {
    margin-bottom: 60px
}

.mt-70 {
    margin-top: 70px
}

.mb-70 {
    margin-bottom: 70px
}

.mt-80 {
    margin-top: 80px
}

.mb-80 {
    margin-bottom: 80px
}

.mt-90 {
    margin-top: 90px
}

.mb-90 {
    margin-bottom: 90px
}

.mt-100 {
    margin-top: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.mt-150 {
    margin-top: 150px
}

.mb-150 {
    margin-bottom: 150px
}

.logo-inner-item img {
    /* filter: grayscale(1) */
}

.logo-inner-item img:hover {
    /* filter: grayscale(95%) */
}

.single-logo-wrapper {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: .3s
}

.single-logo-wrapper:hover {
    opacity: 1
}

.footer-area {
    background: #050c1d;
    background-size: cover;
    background-position: center;
    color: #fff
}

.footer-area h5 {
    color: #fff;
    margin: 20px 0
}

.footer-area p {
    margin-top: 15px;
    color: #aaacaf;
    font-size: 16px;
    font-weight: 400
}

.contact-info p {
    margin-bottom: 10px
}

.footer-area ul li a {
    display: block;
    color: #d7d7d7;
    padding: 7px 0
}

.footer-up ul li a span {
    color: #70C150;
    font-size: 18px;
    font-weight: 600
}

.footer-area ul li a:hover {
    color: #70C150
}

.subscribe-form button {
    padding: 15px 40px;
    font-size: 16px;
    line-height: 13px;
    background: #70C150;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border: 0;
    cursor: pointer
}

.subscribe-form {
    position: relative
}

.subscribe-form input {
    border: 0;
    background: #3D4147
}

.subscribe-form input::placeholder {
    color: #797A7E;
    font-size: 14px
}

.footer-up {
    padding: 80px 0
}

.footer-up .logo {
    width: 180px
}

.footer-up .social-area i {
    color: #eee;
    font-size: 21px;
    margin-right: 10px;
    margin-top: 20px
}

.footer-bottom {
    padding: 10px 0;
    background: #20242d
}

.footer-bottom p {
    margin: 0;
    color: #707579
}

p.privacy {
    text-align: right
}

input,
textarea,
select {
    width: 100%;
    background: transparent;
    border: 1px solid #ddd;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 20px
}

textarea {
    height: 150px;
    resize: none
}

input[type="submit"],
input[type="button"],
button[type="sybmit"],
button[type="button"] {
    border: 0;
    border-radius: 0;
    display: inline-block;
    background: #70C150;
    color: #fff;
    padding: 5px 30px;
    margin: 27px 0;
    width: auto;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600
}

input::placeholder,
textarea::placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #fff
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent
}

.home-map img {
    display: inline-block;
    max-width: 100%;
}

img {
    /*  display: inline-block;
  max-width: 100%; */
}

.request-button .btn-primary {
    margin-top: 30px;
    padding: 13px 60px;
    width: 100%
}

.request-button .btn-primary:hover {
    color: #FFF;
    background: #050D3C
}

.request-button i {
    margin-left: 8px
}

.request-button button:hover {
    background: #092A45;
    color: #fff
}


/*  */

.quotation-form {
    /* padding: 80px 35px;
	background-color: #FFF */
    padding-bottom: 30px;
}

.quotation-form span {
    color: #F8A555
}

.quotation-form .form-control {
    border-radius: 4px;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: #777;
    height: 50px
}

.quotation-form select.form-control:not([size]):not([multiple]) {
    height: 50px;
    padding: 8px 10px
}

.quotation-form .form-group label:after {
    content: "*";
    padding-left: 5px;
    color: #F8A555
}


/*banner背景图片动画*/

@-webkit-keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.Bright {
    position: absolute;
    z-index: 5;
    bottom: 0;
    text-align: center;
    color: #f5f5f5;
    left: 100px;
}

.Hlang {
    margin-left: 15px;
}

.yuy_change img {
    width: 30px;
    height: auto;
}

.header .navbar_nav .yuy_change::after {
    background: none;
}

.header .yuy_change li.dropdown:hover .dropdown_menu a:hover {
    background: none;
}

.header .yuy_change li.dropdown .dropdown_menu a {
    background: none;
}


/*banner */

.index_main {
    background: #f7f7f7;
}

.index_main .section1 {
    position: relative;
}

.index_main .section1 .index_banner .item {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

.index_main .section1 .index_banner .item.slick-current .scaleBg {
    visibility: visible;
    -webkit-animation: scale-bg 6s linear forwards;
    animation: scale-bg 6s linear forwards;
}

.index_main .section1 .index_banner .items {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.index_main .section1 .index_banner .items:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}

.index_main .section1 .index_banner .item .inner .block_txt {
    position: absolute;
    top: 44%;
    right: 10px;
    left: 10px;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.index_main .section1 .index_banner .item.active .inner .block_txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: 'COCO';
}

.index_main .section1 .index_banner .item .inner .block_txt h2 {
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h2 span {
    color: #fff;
    display: inline-block;
    letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 3px;
}

.index_main .section1 .slick_txt {
    width: 30%;
    height: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    font-size: 0;
    outline: none;
    border: 0;
}

.index_main .section1 .left {
    left: 0;
}

.index_main .section1 .right {
    right: 0;
}

.index_main .section1 .slick_txt:hover .slick_arrow {
    opacity: 1;
    visibility: visible;
}

.index_main .section1 .slick_txt .slick_arrow {
    width: 20px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.index_main .section1 .slick_txt .prev {
    background-image: url(../images/ban_prev.png);
    left: 60px;
}

.index_main .section1 .slick_txt .next {
    background-image: url(../images/ban_next.png);
    right: 60px;
}

.index_main .section1 .slick_txt .prev:hover {
    background-image: url(../images/ban_prev_hover.png);
}

.index_main .section1 .slick_txt .next:hover {
    background-image: url(../images/ban_next_hover.png);
}

.index_main .section1 .number {
    position: absolute;
    bottom: 8%;
    left: 50%;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: table;
    padding: 0 20px;
    width: auto;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.index_main .section1 .number span {
    font-family: "Myriad Pro", "Microsoft YaHei";
    font-size: 14px;
    color: #fff;
    margin-right: 100px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.index_main .section1 .number span:last-child {
    margin-right: 0;
}

.index_main .section1 .number span:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.index_main .section1 .number span.active:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.index_main .section2 {
    background: #f5f5f5;
}

.index_main .section2 h3 {
    text-align: center;
}

.index_main .section3 {
    width: 100%;
    height: 100%;
    background: url(../images/3.jpg) no-repeat;
    background-size: 100% 100%;
}

.index_main .section3 h3 {
    text-align: center;
}

.index_main .section4 {
    background: #f5f5f5;
}

.index_main .section4 h3 {
    text-align: center;
}

.jp-img-video {
    margin-bottom: 20px;
    cursor: pointer;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.jp-img-video .imgvids {
    max-height: 250px;
}

.imgvidssd {
    position: absolute;
    top: 37%;
    z-index: 10;
    left: 46%;
    width: 41px;
    cursor: pointer;
}

@media only screen and (max-width: 1920px) {
    .header .navbar_nav li a {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 1680px) {
    .header .navbar_nav li a {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 1600px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 28px;
    }
    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 60px;
    }
    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 20px;
    }
    .header .navbar_nav li a {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1440px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 24px;
    }
    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 40px;
    }
    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 18px;
        margin-top: 5px;
    }
    .header .navbar_nav li a {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1366px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 20px;
    }
    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 26px;
    }
    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 16px;
    }
    .index_main .section1 .index_banner .slick-arrow {
        background-size: auto 30px;
    }
    .header .navbar_nav li a {
        padding: 0 18px;
    }
}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1199px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 18px;
    }
    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 22px;
    }
    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) {
    .index_main .section1 .index_banner .item {
        height: 100vh;
    }
    .index_main .section1 .index_banner .item .inner .block_txt {
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 20px;
        top: 42%;
    }
    .index_main .section1 .index_banner .slick-arrow {
        display: none !important;
    }
    .index_main .section1 .index_banner .slick-dots {
        position: absolute;
        bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button {
        display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active {
        background: #fff;
    }
    .index_main .section1 .number {
        bottom: 12%;
        display: none;
    }
    .index_main .section1 .number span {
        margin-right: 22px;
    }
    .index_main .section1 .number span:after {
        bottom: -14px;
    }
}

@media only screen and (max-width: 767px) {
    table,
    table tr td {
        width: 100% !important;
    }
    table tr {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 340px) {}

@media only screen and (max-width: 320px) {}