@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-size: 10px !important;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
form,
input,
hr,
img,
div,
label,
span,
p,
table,
tr,
td {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

ol,
ul {
    margin-bottom: 0 !important
}

.h1,
.h2,
.h3,
.h5,
h1,
h2,
h3,
h5 {
    margin-top: 0;
    margin-bottom: 0
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    outline: none !important;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

i,
em {
    font-style: normal;
    display: block
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    clear: both;
}

input,
select {
    outline: none;
    border: 0;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

}

:focus {
    outline: 0;
}

input[type=text] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* qq dialog
   ================================================================================ */
#qq_box {
    padding-left: 26px;
    background: url(/website/images/common/qq_box.png) left top no-repeat;
    _background: url(/website/images/common/common/qq_box.png) left top no-repeat;
    width: 98px;
    height: 138px;
    overflow: hidden;
    right: 0px;
}

#qq_box_main {
    width: 98px;
    height: 138px;
    display: block;
    background: url(/website/images/common/qq_box_right.png) no-repeat right top;
    float: right;
    visibility: hidden;
    padding-top: 10px;
}

#qq_box_main ul {
    padding-bottom: 5px;
}

#qq_box_main ul li {
    display: block;
    padding: 3px 0px 3px 8px;
}

/* form
   ================================================================================ */
.post_error {
    color: red;
}

.tab_form {
    background: #D4D0C8;
}

.tab_form td {
    background: #FFFFFF;
    padding: 5px;
    color: #3D3D3D;
}

.tab_form td.b {
    background: #EEEEEE;
    font-weight: bold;
}

.tab_form .input_txt {
    border-top: 1px #999999 solid;
    border-left: 1px #999999 solid;
    border-right: 1px #CCCCCC solid;
    border-bottom: 1px #CCCCCC solid;
    background: #FFF;
    width: 70%;
    line-height: 20px;
    padding: 6px;
}

.tab_form .input_txt:hover {
    border: 1px #0064a9 solid;
    background: #F5F9FD;
}

.tab_list td {
    padding: 14px 0;
    border-bottom: 1px #ccc dotted;
}

.tab_form .btn {
    width: 112px;
    height: 38px;
    font-size: 15px;
    margin-top: 20px;
    background: #0064a9;
    color: #fff;
    border: none;
    border-radius: 4px;
}

#img_seccode {
    width: 100px;
}

/* disjoin page
   ================================================================================ */


/* table default style
   ================================================================================ */
table.tab {
    border-collapse: collapse;
    border-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
    color: #666;
    font-size: 12px;
}

table.tab td,
table.tab th {
    padding: 8px;
    border: 1px solid #DDD;
}

table.tab th {
    text-align: center;
    border-top: 2px solid #BBB;
    background-color: #F7F7F7;
    font-weight: bold;
}

.clearfix::after {
    clear: both;
    content: '';
    display: block;
}

/*.container{ width: 1200px; padding:0 0; }*/

.bodyMain {
    width: 100%;
    overflow: hidden;
    position: relative;
    left: 0;
}

.topNav {
    position: relative;
}

.top1 {
    border-bottom: 1px solid #e6e6e6;
    padding: 1.4rem 0;
}

.top1 img {
    max-width: 100%;
}

.top1-r {
    padding-top: 1.5rem;
    position: relative;
    color: #d9d9d9
}

.top1 .ch {
    margin-right: .8em;
    font-size: 1.5em;
    color: #000;
    vertical-align: bottom;
}

.top1 .ch:hover {
    color: #1269c6;
}

.top1 .en {
    margin-left: .7rem;
    display: inline-block;
    font-size: 1.5em;
    color: #000000;
    vertical-align: bottom;
}

.top1 .em {
    margin-left: .7em;
    margin-right: 1.5em;
}

.sb-search {
    display: inline-block;
    margin-left: 12px;
}

.search-wrapper {
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin-top: -5px;
}

.search-wrapper.active {
    margin-left: 20px;
}

.search-wrapper .input-holder {
    top: 15px;
    overflow: hidden;
    height: auto;
    position: relative;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder {
    top: -5px;
    border-radius: 50px;
    width: 250px;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
    width: 100%;
    height: 30px;
    padding: 0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #999;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);

    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.search-wrapper .input-holder .search-icon {
    width: 20px;
    height: 20px;
    border: none;
    padding: 0px;
    background: none;
    outline: none;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder .search-icon {
    width: 20px;
    height: 20px;
    margin: 5px 10px;
}

.search-wrapper .input-holder .search-icon span {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/ss-btn.png) no-repeat;

}


.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.search-wrapper.active .close {
    right: -50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.search-wrapper .close::before,
.search-wrapper .close::after {
    position: absolute;
    content: '';
    background: #000;
    border-radius: 2px;
}

.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}

.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}

.search-wrapper .result-container {
    width: 100%;
    position: absolute;
    top: 42px;
    left: 0px;
    text-align: center;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 14px;
    display: none;
    color: #1269c6;
}

.top2 {
    line-height: 50px;
}

.top2 li {
    margin-left: 64px;
    float: left;
}

.top2 li:first-child {
    margin-left: 0;
}

.top2 li a {
    display: block;
    padding: 0 24px;
    color: #555;
    font-size: 1.6rem;
    position: relative;
    transition: width .5s ease-in-out;
}

.top2 li:hover a,
.top2 li.active a {
    color: #1269c6;
    width: 100%;
}

.top2 li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #1269c6;
    left: 0;
    top: -1px;
    transition: width .5s ease-in-out;
}

.top2 li:hover a:before,
.top2 li.active a:before {
    width: 100%;
}

.mobi-topNav {
    position: relative;
    height: 50px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 3px #888;
}

.mobi-topNav .mobi-logo {
    height: 30px;
    max-width: 230px;
    float: left;
    margin-top: 10px;
    margin-left: 2%;
}

.mobi-topNav .mobi-logo img {
    display: block;
    max-width: 100%;
    height: 30px;
}


.mobi_nav_default {
    float: right;
    width: auto;
    height: 100%;
}

.mobi_nav_default a {
    display: block;
    float: left;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.mobi_nav_default a.current {
    border-bottom: 3px solid #1269c6;
}

.mobi_nav_default .searchBtn {
    width: 45px;
    height: 100%;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/mobi_searchBg.png) no-repeat center center;
    background-size: auto 50%;
  	display:none;
}

.mobi_nav_default .searchBtn.current {
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/mobi_searchBg_cur.png) no-repeat center center;
    background-size: auto 50%;
}

.mobi_nav_default .mobi_navBar {
    width: 45px;
    height: 100%;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/mobi_navBar.png) no-repeat center center;
    background-size: auto 50%;
}

.mobi_nav_default .mobi_navBar.current {
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/mobi_navBar_cur.png) no-repeat center center;
    background-size: auto 50%;
}

.mobi_search_con {
    display: none;
    width: 100%;
    height: 69px;
    border-top: 1px solid #47b3e9;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background: #eee;
    z-index: 2;
}

.mobi_con_inner {
    position: relative;
    width: 80%;
    background: #fff;
    border-radius: 15px;
    height: 38px;
    margin: 15px auto;
}

.mobi_con_inner .mobibtn {
    position: absolute;
    top: 0;
    right: 15px;
    border: 0;
    width: 30px;
    height: 100%;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/mobi_btn.png) no-repeat center center;
    background-size: auto 60%;
    text-indent: -999999px;
}

.mobi_con_inner .mobitext {
    display: block;
    width: 200px;
    background: none;
    border: 0;
    height: 38px;
    line-height: 30px;
    font-size: 14px;
    padding: 4px 10px;
    color: #333;
    box-sizing: border-box;
}

.mobi_con_inner #MF_form_phrase {
    display: block;
    width: 200px;
    background: none;
    border: 0;
    height: 38px;
    line-height: 30px;
    font-size: 14px;
    padding: 4px 10px;
    color: #333;
    box-sizing: border-box;
}


.mobi_navfixed {
    display: none;
    position: fixed;
    width: 235px;
    left: -210px;
    top: 0;
    height: 100%;
    background: #333333;
    z-index: 9999;
}

.mobi_navfixed.current {
    left: 0;
}

.mobi_navfixed span{
    display: block;
    margin-top:20px;
    color: #fff;
}
.mobi_navfixed span a{
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
    display: inline;
}


.navfixmask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    z-index: 998
}

.navfixed_con {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.navfixed_con a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
}

.navfixed_con .same {
    position: relative;
}

.navfixed_con .iglys {
    position: absolute;
    top: 0;
    width: 40px;
}

.navfixed_con i.glyphicon {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
    color: #fff;
}

.navfixed_con>ul>li>.same>.iglys {
    right: 0;
    height: 50px;
}

.navfixed_con>ul>li>.same>a {
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #1a1a1a;
    border-top: 1px solid #464545;
}

.navfixed_con>ul>li:first-child>.same>a {
    border-top: 0;
}

.navfixed_con .mobiSecondNav {
    display: none;
}

.navfixed_con .mobiSecondNav>ul>li>.same>a {
    font-size: 13px;
    color: #fff;
    border-bottom: 1px solid #1a1a1a;
    padding: 10px 10px 10px 30px;
}

.navfixed_con .mobiSecondNav>ul>li>.same>.iglys {
    right: 10px;
    height: 40px;
}

.navfixed_con .mobithreeNav {
    display: none;
}

.navfixed_con .mobithreeNav>ul>li>.same>a {
    font-size: 13px;
    padding-left: 40px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #1a1a1a;
}

.navfixed_con .mobithreeNav>ul>li>.same>.iglys {
    right: 15px;
    height: 36px;
}


.glysamei {
    -webkit-transition: all 0.3s linear
}

.glysamei.current {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-transition: all 0.3s linear;
}

.footer-one {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 100px 0 150px;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/footer-bg.jpg) no-repeat;
    background-size: cover;
}

.footer-one h5 {
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
    position: relative;
}

.footer-one h5:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 9px;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/footer-nav-li.png) no-repeat;
    top: 30px;
    left: 0;
}

.footer-one ul {
    margin-top: 40px;
    overflow: hidden;
}

.footer-one li a {
    color: #bfbfbf;
    font-size: 12px;
    line-height: 30px;
}

.footer-one li a:hover {
    color: #fff;
}

.footer-one-last {
    margin-top: 40px;
}

.footer-one-last p {
    color: #bfbfbf;
    font-size: 1.4rem;
    line-height: 30px;
}

.footer-one-ewm {
    position: relative;
    transition: all .5s ease-in-out
}

.footer-one-last a.ewm {
    width: 160px;
    height: 36px;
    line-height: 36px;
    border-radius: 50px;
    background: #1269c6 url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/ewm-icon.png) 38px 8px no-repeat;
    padding-left: 45px;
    color: #ccc;
    font-size: 14px;
    text-align: center;
    display: block;
}

.footer-one-last span {
    display: none;
    width: 160px;
    height: 160px;
    background: #282828;
    border-radius: 15px;
    position: absolute;
    top: 0;
    z-index: 9;
    transition: all .5s ease-in-out
}

.footer-one-last span img {
    width: 110px;
    height: 110px;
    margin: 5px;
}

.footer-one-last span i {
    width: 120px;
    display: block;
    margin: 9px 18px;
}

.footer-one-last span i p {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    color: #bfbfbf;
    line-height: initial;
    margin: 0 !important;
}

.footer-one-last:hover span {
    display: block;
}

.footer-two {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #2f3235;
    color: #666;
    font-size: 14px;
}

.footer-two a {
    color: #666
}

.footer-two .ls {
    text-align: right;
}

.footer-two .ls a:hover {
    color: #fff;
}



@media (max-width: 575.98px) {
    .container {
        width: 96% !important
    }

    .footer-one {
        display: none;
    }

    .footer-two {
        height: auto;
        line-height: 1;
        padding: 10px 0;
        text-align: center;
    }

    .footer-two .ls {
        text-align: center;
        margin-top: 5px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .container {
        width: 96% !important
    }

    .footer-one {
        display: none;
    }

    .footer-two {
        height: auto;
        line-height: 1;
        padding: 10px 0;
        text-align: center;
    }

    .footer-two .ls {
        text-align: center;
        margin-top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .top1-r {
        padding-top: 1rem;
    }

    .search-wrapper.active .input-holder {
        width: 200px;
        top: 27px
    }

    .search-wrapper.active {
        margin-left: 0;
        margin-top: -20px;
    }

    .top2 li {
        margin-left: 30px;
    }

    .top2 li a {
        padding: 0 18px;
    }


    .footer-one {
        padding: 50px 0 80px;
    }

    .footer-one-last a.ewm {
        width: 125px;
        height: 30px;
        line-height: 30px;
        background-position: 18px 6px;
        padding-left: 30px;
    }

    .footer-one-last p {
        line-height: 24px;
    }

    .footer-one-last span {
        width: 125px;
        height: 110px;
    }

    .footer-one-last span i {
        width: 105px;
        margin: 10px;
    }

    .footer-one-last span img {
        height: 60px;
        width: 60px;
        margin: 10px auto 0;
        display: block;
    }

    .footer-two {
        height: 40px;
        line-height: 40px;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .top1-r {
        padding-top: 1rem;
    }

    .search-wrapper.active .input-holder {
        width: 200px;
        top: 27px
    }

    .search-wrapper.active {
        margin-left: 0;
        margin-top: -20px;
    }

    .top2 li {
        margin-left: 45px;
    }


    .footer-one {
        padding: 80px 0 130px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px !important;
    }
}

.banner {
    width: 100%;
    position: relative;
}

.banner .swiper-slide {}

.banner .swiper-slide h2 {
    font-size: 6rem;
    color: #fff;
    font-weight: normal;
    line-height: 1
}

.banner .swiper-slide a {
    width: 100%;
}

.banner .swiper-slide a img {
    width: 100%;
}

.ban-con {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 100%;
}

.swiper-bot {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -17.5px;
    text-align: center;
}

.swiper-bot .swiper-pagination {
    text-align: center;
    bottom: 15px;
}

.swiper-bot .swiper-button-prev {}

.swiper-bot .swiper-button-next {
    z-index: 2;
}

.swiper-bot .swiper-button-prev {
    position: absolute;
    width: 30px;
    height: 35px;
    left: 10px;
    top: 50%;
    margin-top: 0;
    z-index: 2;
    background: none
}

.swiper-bot .swiper-button-prev i,
.swiper-bot .swiper-button-next i {
    font-size: 16px;
    color: #fff;
}

.swiper-bot .swiper-button-next {
    position: absolute;
    width: 30px;
    height: 35px;
    right: 0;
    top: 50%;
    margin-top: 0;
    background: none
}


.index-sec1 {
    margin-top: 50px;
}

.index-sec1-one {
    width: 100%;
    position: relative;
}

.index-sec1-one:after {
    content: "";
    position: absolute;
    width: 48vw;
    height: 660px;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/index-about-img2.jpg) no-repeat;
    background-size: cover;
    right: 0;
    top: 0;
}

.index-sec1-oneL {
    display: flex;
    align-items: center;
    height: 760px;
}

.index-sec1-oneL>div {
    width: 100%;
}

.index-title {
    font-size: 3.6rem;
    color: #333;
    line-height: 1;
    position: relative\9;
    z-index: 1\9;
}

.index-aboutImg {
    width: 730px;
    height: 380px;
    border: 1px solid #e6e6e6;
    padding: 9px;
    margin-top: 35px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.index-aboutImg img {
    max-width: 100%;
}

.index-sec1-one p {
    width: 100%;
    font-size: 1.4rem;
    line-height: 28px;
    color: #666;
    margin-top: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.more {
    width: 130px;
    height: 40px;
    display: block;
    border-radius: 5px;
    border: 1px solid #1269c6;
    transition: all .5s ease-in-out;
    text-align: center;
    font-size: 1.6rem;
    line-height: 38px;
    color: #1269c6;
    margin-top: 20px;
}

.more:hover {
    color: #fff;
    background: #1269c6;
}

.index-sec1-oneR {
    display: flex;
    align-items: center;
    height: 660px;
}

.VideoBtn1 {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 6rem;
    height: 6rem;
    margin-left: -3rem;
    margin-top: -3rem;
    cursor: pointer;
    z-index: 3;
}

.VideoBtn1 img {
    width: 100%;
}

.VideoBtn {
    z-index: 12;
}

.popWindow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/opacity-b60.png);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.popWindow.popShow {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.popWindow .popDialog {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.popWindow .popOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.popWindow .popClose {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 28px;
    height: 28px;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/pop_close.png) center no-repeat;
    z-index: 99;
}

.popWindow .btnWarp {
    text-align: center;
    border-top: #e4e4e4;
}

.popWindow .btnWarp .center {
    display: inline-block;
    overflow: hidden;
}

.popWindow .btnWarp button {
    float: left;
    cursor: pointer;
    border-radius: 5px;
    background-color: #f0f0f0;
    border: 1px solid #c3c3c3;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.popWindow .btnWarp button:hover {
    background-color: #4f89f5;
    color: #fff;
    border-color: #4e73b9;
}

.pop-video .popClose {
    left: 100%;
    right: auto;
    top: 0;
    margin-left: 10px;
}

.pop-video .popDialog {
    width: 800px;
    height: 600px;
    z-index: 1;
}

.vPlayer {
    width: 100%;
    height: 100%;
    height: 455px\9;
}

.vPlayer iframe{
    width: 100%;
    height: 100%;
}

.bPlayer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 9;
    overflow: hidden;
}

.index-sec1-two {
    margin-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/index-about-bg.jpg) no-repeat;
    background-size: cover;
}

.index-sec1-two h5 {
    margin-top: 285px;
    text-align: center;
    font-size: 2.4rem;
    line-height: 4rem;
    color: #fff;
    font-weight: normal;
}

.index-sec1-two .container {
    padding: 15px;
    background: #fff;
    margin-top: 165px;
}

.index-sec1-two-div {
    margin: 0 14px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-sec1-two .col-md-3 {
    position: relative;
}

.index-sec1-two .col-md-3:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 44px;
    background: #e6e6e6;
    top: 50%;
    margin-top: -22px;
    right: 0;
}

.index-sec1-two .col-md-3.ls:after {
    display: none;
}

.index-sec1-two .col-md-3:first-child>div {
    margin-left: 0;
}

.index-sec1-two .col-md-3.ls>div {
    margin-right: 0;
}

.index-sec1-two-div {
    transition: all .5s ease-in-out;
}

.index-sec1-two-div i {
    margin: auto;
}

.index-sec1-two-div i.index-sec1-two-i1 {
    width: 44px;
    height: 51px;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/index-about-i1.png) no-repeat;
}

.index-sec1-two-div i.index-sec1-two-i2 {
    width: 50px;
    height: 38px;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/index-about-i2.png) no-repeat;
}

.index-sec1-two-div i.index-sec1-two-i3 {
    width: 50px;
    height: 47px;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/index-about-i3.png) no-repeat;
}

.index-sec1-two-div i.index-sec1-two-i4 {
    width: 45px;
    height: 50px;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/index-about-i4.png) no-repeat;
}

.index-sec1-two-div p {
    font-size: 2.2rem;
    color: #666;
    line-height: 28px;
    margin-top: 20px;
}

.index-sec1-two .col-md-3:hover .index-sec1-two-div {
    background: #1269c6
}

.index-sec1-two .col-md-3:hover i.index-sec1-two-i1 {
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/index-about-i1-on.png) no-repeat;
}

.index-sec1-two .col-md-3:hover i.index-sec1-two-i2 {
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/index-about-i2-on.png) no-repeat;
}

.index-sec1-two .col-md-3:hover i.index-sec1-two-i3 {
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/index-about-i3-on.png) no-repeat;
}

.index-sec1-two .col-md-3:hover i.index-sec1-two-i4 {
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/index-about-i4-on.png) no-repeat;
}

.index-sec1-two .col-md-3:hover p {
    color: #fff;
}

.index-sec2 {
    padding: 70px 0 100px;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/index-sec2-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 40px;
}

.index-sec2:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 648px;
    background: #e6e6e6;
    top: 0;
    left: 50%;
}

.index-sec2 .row {
    margin-top: 50px;
}

.index-sec2L {
    padding-right: 30px !important;
}

.index-sec2L .scale-img {
    display: block;
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.index-sec2L .scale-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 2;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.index-sec2L:hover .scale-img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.index-sec2L-arc {
    margin-top: 40px;
    overflow: hidden;
}

.index-sec2L-arc span {
    display: block;
    font-size: 22px;
    color: #999;
    width: 100px;
    float: left;
    line-height: 1;
}

.index-sec2L-arc>div {
    width: 360px;
    float: left;
}

.index-sec2L-arc h5 a {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 1;
}

.index-sec2L:hover .index-sec2L-arc h5 a {
    color: #1269c6;
}

.index-sec2L-arc p {
    color: #808080;
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-sec2R {
    padding-left: 30px !important;
}

.index-sec2R span {
    display: block;
    width: 100px;
    float: left;
    color: #999;
}

.index-sec2R span i {
    font-size: 22px;
    line-height: 1;
}

.index-sec2R span em {
    font-size: 14px;
}

.index-sec2R li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 35px;
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}

.index-sec2R li:first-child {
    margin-top: 0;
}

.index-sec2R li a {
    display: block;
}

.index-sec2R li .index-sec2R-arc {
    width: 360px;
    float: left;
}

.index-sec2R li h5 {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 1;
}

.index-sec2R li:hover .index-sec2R-arc h5 {
    color: #1269c6;
}

.index-sec2R li p {
    color: #808080;
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-sec2R li:before,
.index-sec2R li:after {
    content: "";
    position: absolute;
}

.index-sec2R li:before {
    width: 1px;
    height: 0;
    background: #e6e6e6;
    bottom: 0;
    transition: height .5s ease-in-out;
    right: 60px;
}

.index-sec2R li:after {
    width: 7px;
    height: 12px;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/right-sanjiao.png) no-repeat;
    transition: right .5s ease-in-out;
    bottom: 13px;
    right: -7px;
}

.index-sec2R li:hover:before {
    height: 39px;
}

.index-sec2R li:hover:after {
    right: 27px;
}

.index-sec3 {
    width: 100%;
    height: 760px;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/index-sec3-bg1.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

/*.index-sec3:before{
	content: ""; 
	position: absolute;
	top: 47.5px;
	width: 1324px; 
	height: 655px; 
	background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/index-sec4-bg.png) no-repeat; 
	left: 50%;
	margin-left: -662px;
}*/
.index-sec3-main {
    width: 100%;
    padding: 0 85px;
}

.index-sec3-main li {
    width: 25%;
    height: 760px;
    float: left;
    position: relative;
}

/*.index-sec3-main li:before{ content: ""; position: absolute; width: 1px; 
	height: 760px; 
	background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/white-opacity50.png) repeat;
	opacity: 0.3; right: 0; top: 0; 
	
}*/

.index-sec3-main li .index-sec3-liA {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 760px;
    height: auto\9;
}

.index-sec3-main li .index-sec3-liA img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.index-sec3-main li .index-sec3-liA h5 {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    font-weight: normal;
}

.index-sec3-main li .index-sec3-liA img {
    top: -70px\9;
    bottom: 0\9;
    position: absolute\9;
    left: 0\9;
    right: 0\9;
}

.index-sec3-main li .index-sec3-liA h5 {
    top: 50px\9;
    bottom: 0\9;
    position: absolute\9;
    left: 0\9;
    right: 0\9;
    z-index: 99\9;
    text-align: center\9;
    margin: auto\9;
    height: 30px\9;
}

.index-sec3-main li:last-child:before {
    display: none;
}


.index-sec3-liA2 {
    width: 100%;
    height: 100%;
    padding: 30px 35px;
    background: #fff;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
    z-index: -1;
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.index-sec3-liA2 .scale-img {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 20px;
}

.index-sec3-liA2 .scale-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    position: relative;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.index-sec3-liA2:hover .scale-img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.index-sec3-liA2 .index-sec3-liA2DIV {
    width: 100%;
    display: block;
    margin-top: 10px;
}

.index-sec3-liA2 .index-sec3-liA2DIV img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.index-sec3-liA2 i {
    width: 1px;
    height: 150px;
    background: #e6e6e6;
    margin: 27px auto 0;
}

.index-sec3-liA2 h5 {
    font-size: 2.4rem;
    color: #1269c6;
    text-align: center;
    margin-top: 30px;
}

.index-sec3-liA2 p {
    text-align: center;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #676767;
    margin-top: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.index-sec3-main li:hover .index-sec3-liA {
    display: flex;
}

.index-sec3-main li:hover .index-sec3-liA2 {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.mobi-index-sec3-main {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 3%;
}

.mobi-index-sec3-main .swiper-slide {
    height: 360px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.mobi-index-sec3-main .index-sec3-liA2 {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    padding: 20px 2%;
}

.mobi-index-sec3-main .index-sec3-liA2 .index-sec3-liA2DIV img {
    height: 20px;
}

.mobi-index-sec3-main .index-sec3-liA2 i {
    display: none
}

.mobi-index-sec3-main .index-sec3-liA2 h5 {
    font-size: 1.6rem;
    margin-top: 15px;
}



.index-sec4 {
    margin: 50px 0;
    position: relative;
    height: 730px;
}

.index-sec4:before,
.index-sec4:after {
    content: "";
    position: absolute;
    top: 0;
}

.index-sec4:before {
    width: 1324px;
    height: 655px;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/index-sec4-bg.png) no-repeat;
    left: 40px;
}

/*.index-sec4:after{ width: 500px; height: 730px; background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/sec4-right.jpg) no-repeat; right: 0;  }*/
.index-sec4 .container {
    padding-top: 110px;
}

.index-sec4-part {
    margin-top: 50px;
    overflow: hidden;
}

.index-sec4-part li {
    height: 100px;
    width: 20%;
    transition: all .5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.index-sec4-part li img {
    max-width: 100%;
    display: block;
    margin: auto;
    width: 60px;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;*/
}

.index-sec4-part li:hover img {
    /*-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    
    filter: grayscale(0);
	
    filter: none;*/
}

@media (max-width: 575.98px) {
    .banner .swiper-slide a img {
        width: 100%;
        height: auto;
    }

    .banner .swiper-slide h2 {
        font-size: 2.2rem;
        text-align: center;
        margin-top: 10px;
    }

    .index-sec1 {
        margin: 20px 0 0;
    }

    .index-sec1-oneL {
        height: auto;
    }

    .index-sec1-one:after {
        display: none !important
    }

    .index-title {
        font-size: 2rem;
    }

    .index-aboutImg {
        width: 100%;
        margin-top: 15px;
      	height: auto;
    }

    .index-sec1-one p {
        line-height: 24px;
        margin-top: 15px;
        display: block;
    }

    .index-sec1-oneR {
        width: 100%;
        height: 300px;
        margin-top: 20px;
        background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/index-about-img2.jpg) no-repeat;
        background-size: cover;
    }

    .VideoBtn1 {
        width: 3rem;
        height: 3rem;
        margin-top: -1.5rem;
        margin-left: -1.5rem;
    }

    .pop-video .popDialog {
        width: 80%;
        height: 200px;
    }

    .popWindow .popClose {
        width: 15px;
        height: 15px;
        background-size: 100%;
    }

    .index-sec1-two {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .index-sec1-two h5 {
        margin-top: 60px;
        font-size: 1.6rem;
        line-height: 24px;
    }

    .index-sec1-two .container {
        margin-top: 40px;
        padding: 15px 2%;
    }

    .index-sec1-two-div {
        height: 100px;
    }

    .index-sec1-two-div p {
        font-size: 1.6rem;
        margin-top: 10px;
    }

    .index-sec2 {
        padding: 20px 0;
        margin-top: 10px;
    }

    .index-sec2R span em {
        display: none;
    }
  
  .index-sec3-liA2{
          background: #1269c6;
  }
  
  .index-sec3-liA2 h5{
  	color: #fff;
  }
  .mobi-index-sec3-main .index-sec3-liA2 .index-sec3-liA2DIV img{
  	height: 60px;
  }

    .index-sec3-liA2 .scale-img img {
        width: 100%;
        height: 300px;
    }

    .mobi-index-sec3-main .swiper-slide {
        height: auto;
    }

    .index-sec2L-arc p,
    .index-sec2R li p {
        font-size: 12px;
    }

    .index-sec2:before {
        display: none !important;
    }

    .index-sec2 .row {
        margin-top: 20px;
    }

    .index-sec2L {
        padding-right: 0 !important;
        margin-bottom: 15px;
    }

    .index-sec2L .scale-img {
        height: auto;
    }

    .index-sec2L-arc {
        margin-top: 15px;
    }

    .index-sec2L-arc span {
        font-size: 1.8rem;
        width: 60px;
    }

    .index-sec2L-arc>div {
        width: calc(100% - 60px);
    }

    .index-sec2R {
        padding-left: 0 !important;
        border-top: 1px solid #e6e6e6
    }

    .index-sec2R li:first-child {
        margin-top: 20px;
    }

    .index-sec2R span {
        width: 60px;
    }

    .index-sec2R span i {
        font-size: 1.8rem;
    }

    .index-sec2R li {
        padding-bottom: 15px;
        margin-top: 15px;
    }

    .index-sec2R li .index-sec2R-arc {
        width: calc(100% - 60px);
    }

    .index-sec2R li:before,
    .index-sec2R li:after {
        display: none;
    }

    .index-sec3 {
        height: auto;
        background-size: cover;
    }




    .index-sec4 {
        margin: 20px 0;
        height: auto;
    }

    .index-sec4:before {
        width: 100%;
        height: 380px;
        background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/index-sec4-bg.png) no-repeat;
        background-size: 100%;
        left: 2%;
    }

    .index-sec4 .container {
        padding-top: 20px;
    }

    .index-sec4-part {
        margin-top: 20px;
    }

    .index-sec4:after {
        display: none !important;
    }

    .index-sec4-part li {
        height: 80px;
    }

    .index-sec4-part li img {
        height: 40px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .banner .swiper-slide a img {
        width: 100%;
        height: 280px;
    }

    .banner .swiper-slide h2 {
        font-size: 2.4rem;
        text-align: center;
    }

    .index-sec1 {
        margin: 20px 0;
    }

    .index-sec1-oneL {
        height: auto;
    }

    .index-sec1-one:after {
        display: none !important
    }

    .index-title {
        font-size: 2rem;
    }

    .index-aboutImg {
        width: 100%;
        margin-top: 15px;
    }

    .index-sec1-one p {
        line-height: 24px;
        margin-top: 15px;
    }

    .index-sec1-oneR {
        width: 100%;
        height: 300px;
        margin-top: 20px;
        background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/index-about-img2.jpg) no-repeat;
        background-size: cover;
    }

    .VideoBtn1 {
        width: 3rem;
        height: 3rem;
        margin-top: -1.5rem;
        margin-left: -1.5rem;
    }

    .pop-video .popDialog {
        width: 80%;
        height: 200px;
    }

    .popWindow .popClose {
        width: 15px;
        height: 15px;
        background-size: 100%;
    }

    .index-sec1-two {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .index-sec1-two h5 {
        margin-top: 60px;
        font-size: 1.6rem;
        line-height: 24px;
    }

    .index-sec1-two .container {
        margin-top: 40px;
        padding: 15px 2%;
    }

    .index-sec1-two-div {
        height: 100px;
    }

    .index-sec1-two-div p {
        font-size: 1.6rem;
        margin-top: 10px;
    }

    .index-sec2 {
        padding: 20px 0;
    }

    .index-sec2:before {
        display: none !important;
    }

    .index-sec2 .row {
        margin-top: 20px;
    }

    .index-sec2L {
        padding-right: 0 !important;
        margin-bottom: 15px;
    }

    .index-sec2L .scale-img {
        height: auto;
    }

    .index-sec2L-arc {
        margin-top: 15px;
    }

    .index-sec2L-arc span {
        font-size: 1.8rem;
        width: 60px;
    }

    .index-sec2L-arc>div {
        width: calc(100% - 60px);
    }

    .index-sec2R {
        padding-left: 0 !important;
        border-top: 1px solid #e6e6e6
    }

    .index-sec2R li:first-child {
        margin-top: 20px;
    }

    .index-sec2R span {
        width: 60px;
    }

    .index-sec2R span i {
        font-size: 1.8rem;
    }

    .index-sec2R li {
        padding-bottom: 15px;
        margin-top: 15px;
    }

    .index-sec2R li .index-sec2R-arc {
        width: calc(100% - 60px);
    }

    .index-sec2R li:before,
    .index-sec2R li:after {
        display: none;
    }

    .index-sec3-main {
        padding: 0 2%;
    }

    .index-sec3 {
        height: 400px;
        background-size: cover;
    }

    .index-sec4 {
        margin: 20px 0;
        height: auto;
    }

    .index-sec4:before {
        width: 100%;
        height: 380px;
        background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/index-sec4-bg.png) no-repeat;
        background-size: 100%;
        left: 2%;
    }

    .index-sec4 .container {
        padding-top: 20px;
    }

    .index-sec4-part {
        margin-top: 20px;
    }

    .index-sec4:after {
        display: none !important;
    }

    .index-sec4-part li {
        height: 80px;
    }

    .index-sec4-part li img {
        height: 40px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {

    .banner .swiper-slide h2 {
        font-size: 4rem;
    }

    .index-title {
        font-size: 2rem;
    }

    .index-sec1 {
        margin: 30px 0 0;
    }

    .index-sec1-one:after {
        height: 348px;
    }

    .index-sec1-oneL,
    .index-sec1-oneR {
        height: 348px;
    }

    .index-aboutImg {
        width: 430px;
        margin-top: 20px;
    }

    .index-sec1-one p {
        line-height: 24px;
        margin-top: 10px;
        -webkit-line-clamp: 2;
    }

    .more {
        width: 80px;
        font-size: 1.4rem;
        height: 30px;
        line-height: 28px;
    }

    .VideoBtn1 {
        width: 4rem;
        height: 4rem;
        margin-top: -2rem;
        margin-left: -2rem;
    }

    .pop-video .popDialog {
        width: 400px;
        height: 300px;
    }

    .index-sec1-two {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .index-sec1-two h5 {
        margin-top: 135px;
    }

    .index-sec1-two .container {
        margin-top: 70px;
    }

    .index-sec1-two-div {
        height: 100px;
    }

    .index-sec1-two .col-md-3:hover i.index-sec1-two-i1,
    .index-sec1-two .col-md-3:hover i.index-sec1-two-i2,
    .index-sec1-two .col-md-3:hover i.index-sec1-two-i3,
    .index-sec1-two .col-md-3:hover i.index-sec1-two-i4 {
        height: 30px;
        background-size: auto 100%;
    }

    .index-sec1-two-div i.index-sec1-two-i1 {
        width: 26px
    }

    .index-sec1-two-div i.index-sec1-two-i2 {
        width: 42px
    }

    .index-sec1-two-div i.index-sec1-two-i3 {
        width: 32px
    }

    .index-sec1-two-div i.index-sec1-two-i4 {
        width: 28px
    }

    .index-sec1-two-div i.index-sec1-two-i1,
    .index-sec1-two-div i.index-sec1-two-i2,
    .index-sec1-two-div i.index-sec1-two-i3,
    .index-sec1-two-div i.index-sec1-two-i4 {
        height: 30px;
        background-size: auto 100%;
    }

    .index-sec1-two-div p {
        font-size: 1.6rem;
        margin-top: 10px;
    }


    .index-sec2 {
        padding: 35px 0 50px;
    }

    .index-sec2:before {
        height: 442px;
    }

    .index-sec2 .row {
        margin-top: 30px;
    }

    .index-sec2L .scale-img {
        height: auto;
    }

    .index-sec2L-arc {
        margin-top: 20px;
    }

    .index-sec2L-arc span,
    .index-sec2R span {
        width: 80px;
    }

    .index-sec2L-arc>div {
        width: 240px;
    }

    .index-sec2R li {
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .index-sec2R li .index-sec2R-arc {
        width: 240px;
    }

    .index-sec3 {
        height: 405px;
    }

    .index-sec3-main {
        padding: 0 40px;
    }

    .index-sec3-main li,
    .index-sec3-main li:before,
    .index-sec3-main li .index-sec3-liA {
        height: 405px;
    }

    .index-sec3-main li .index-sec3-liA img {
        height: 40px;
    }

    .index-sec3-main li .index-sec3-liA h5 {
        font-size: 15px;
        margin-top: 10px;
    }

    .index-sec3-liA2 {
        padding: 20px;
    }

    .index-sec3-liA2 .index-sec3-liA2DIV img {
        height: 40px;
    }

    .index-sec3-liA2 i {
        height: 50px;
        margin: 15px auto 0;
    }

    .index-sec3-liA2 h5 {
        font-size: 1.8rem;
        margin-top: 20px;
    }

    .index-sec4 {
        margin: 30px 0;
        height: 307px;
    }

    .index-sec4:after {
        height: 307px;
        width: 210px;
        background-size: 100%;
    }

    .index-sec4:before {
        width: 620px;
        height: 307px;
        background-size: 100%;
    }

    .index-sec4 .container {
        padding-top: 30px;
    }

    .index-sec4-part {
        margin-top: 30px;
    }

    .index-sec4-part li {
        height: 90px;
    }

    .index-sec4-part li img {
        height: 35px;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner .swiper-slide h2 {
        font-size: 4rem;
    }

    .index-title {
        font-size: 1.8rem;
    }

    .index-sec1 {
        margin: 30px 0 0;
    }

    .index-sec1-one:after {
        height: 348px;
    }

    .index-sec1-oneL,
    .index-sec1-oneR {
        height: 348px;
    }

    .index-aboutImg {
        width: 550px;
        margin-top: 20px;
    }

    .index-sec1-one p {
        line-height: 24px;
        margin-top: 10px;
        -webkit-line-clamp: 2;
    }

    .more {
        width: 80px;
        font-size: 1.4rem;
        height: 30px;
        line-height: 28px;
    }

    .VideoBtn1 {
        width: 4rem;
        height: 4rem;
        margin-top: -2rem;
        margin-left: -2rem;
    }

    .pop-video .popDialog {
        width: 600px;
        height: 450px;
    }

    .index-sec1-two {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .index-sec1-two h5 {
        margin-top: 185px;
    }

    .index-sec1-two .container {
        margin-top: 100px;
    }

    .index-sec1-two-div {
        height: 100px;
    }

    .index-sec1-two .col-md-3:hover i.index-sec1-two-i1,
    .index-sec1-two .col-md-3:hover i.index-sec1-two-i2,
    .index-sec1-two .col-md-3:hover i.index-sec1-two-i3,
    .index-sec1-two .col-md-3:hover i.index-sec1-two-i4 {
        height: 30px;
        background-size: auto 100%;
    }

    .index-sec1-two-div i.index-sec1-two-i1 {
        width: 26px
    }

    .index-sec1-two-div i.index-sec1-two-i2 {
        width: 42px
    }

    .index-sec1-two-div i.index-sec1-two-i3 {
        width: 32px
    }

    .index-sec1-two-div i.index-sec1-two-i4 {
        width: 28px
    }

    .index-sec1-two-div i.index-sec1-two-i1,
    .index-sec1-two-div i.index-sec1-two-i2,
    .index-sec1-two-div i.index-sec1-two-i3,
    .index-sec1-two-div i.index-sec1-two-i4 {
        height: 30px;
        background-size: auto 100%;
    }

    .index-sec1-two-div p {
        font-size: 1.6rem;
        margin-top: 10px;
    }

    .index-sec2 {
        padding: 35px 0 50px;
    }

    .index-sec2:before {
        height: 444px;
    }

    .index-sec2 .row {
        margin-top: 30px;
    }

    .index-sec2L .scale-img {
        height: auto;
    }

    .index-sec2L-arc {
        margin-top: 20px;
    }

    .index-sec2L-arc span,
    .index-sec2R span {
        width: 80px;
    }

    .index-sec2L-arc>div {
        width: 310px;
    }

    .index-sec2R li {
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .index-sec2R li .index-sec2R-arc {
        width: 300px;
    }

    .index-sec3 {
        height: 405px;
    }

    .index-sec3-main {
        padding: 0 40px;
    }

    .index-sec3-main li,
    .index-sec3-main li:before,
    .index-sec3-main li .index-sec3-liA {
        height: 405px;
    }

    .index-sec3-main li .index-sec3-liA img {
        height: 40px;
    }

    .index-sec3-main li .index-sec3-liA h5 {
        font-size: 15px;
        margin-top: 10px;
    }

    .index-sec3-liA2 {
        padding: 20px;
    }

    .index-sec3-liA2 .index-sec3-liA2DIV img {
        height: 40px;
    }

    .index-sec3-liA2 i {
        height: 50px;
        margin: 15px auto 0;
    }

    .index-sec3-liA2 h5 {
        font-size: 1.8rem;
        margin-top: 20px;
    }

    .index-sec4 {
        margin: 30px 0;
        height: 307px;
    }

    .index-sec4:after {
        height: 307px;
        width: 210px;
        background-size: 100%;
    }

    .index-sec4:before {
        width: 620px;
        height: 307px;
        background-size: 100%;
    }

    .index-sec4 .container {
        padding-top: 30px;
    }

    .index-sec4-part {
        margin-top: 30px;
    }

    .index-sec4-part li {
        height: 90px;
    }
}

@media (min-width: 1200px) and (max-width:1440px) {
    .index-sec3 {
        height: 605px;
    }

    .index-sec3-main li {
        height: 605px;
    }

    .index-sec4 {
        height: 394px;
    }

    .index-sec4:before {
        width: 796px;
        height: 394px;
        background-size: 100%;
    }

    .index-sec4:after {
        width: 270px;
        height: 394px;
        background-size: 100%;
    }

    .index-sec4 .row .col-md-10 {
        width: 900px !important;
    }

    .index-sec4 .container {
        padding-top: 60px;
    }

    .index-sec4-part {
        margin-top: 40px;
    }

    .index-sec4-part li {
        height: 90px;
    }

    .index-sec4-part li img {
        height: 40px;
    }
}

.footer-nav .col-md-2:nth-child(1) {
    display: none;
}


/*writer by zuchunping*/
.w {
    margin: 0 auto;
    width: 1200px;
    color: #333;
}

.title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.description {
    display: -webkit-box;
    /* -webkit-box-orient: vertical; */
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}

.pages {
    margin: 75px 0;
    text-align: center;
}

.pages a {
    margin: 0 3px;
    text-align: center;
    width: auto;
    color: #999;
    font-size: 14px;
    border: 1px #ccc solid;
    padding: 7px 11px;
}

.pages a:hover,
.pages a.active {
    background: #1269c6;
    color: #fff;
    border: 1px #1269c6 solid;
}

.subbanner {
    width: 100%;
    height: 300px;
    display: table;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -webkit-transition-delay: .1s;
}

.subbanner.active {
    opacity: 1;
    -webkit-transform: translateY(0);
}

.subbanner>div {
    display: table-cell;
    vertical-align: middle;
}

.subbanner h2 {
    width: 877px;
    padding: 0 0 15px 0;
    margin: auto;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -webkit-transition-delay: .2s;
}

.subbanner h2.active {
    opacity: 1;
    -webkit-transform: translateY(0);
}

.subbanner h2:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.res-box {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.about-sec1-r {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -webkit-transition-delay: .3s;
}

.about-sec1-r.active {
    opacity: 1;
    -webkit-transform: translateY(0);
}

.con h2.active {
    opacity: 1;
    -webkit-transform: translateY(0);
}

.con h2 {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -webkit-transition-delay: .2s;
}

/**面包屑导航*/
.com {
    overflow: hidden;
    margin-top: 30px;
}

.com span {
    color: #999999;
    line-height: 30px;
    font-size: 14px;
}

.com span a {
    font-size: 14px;
    color: #999999;
}

.com span a:hover {
    color: #1269c6;
}

.com ul {
    width: auto;
    float: right;
}

.com li {
    float: left;
    position: relative;
    margin: 0 5px;
}

.com li a {
    color: #666;
    font-size: 14px;
    line-height: 32px;
    padding: 8px 25px;
}

.com li a:after {
    position: absolute;
    content: '';
    background: #cccccc;
    width: 1px;
    height: 10px;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.com li:last-child a::after {
    background: #fff;
}

.com li a:hover,
.com li a.active {
    background: #1269c6;
    color: #fff;
}

/****新闻列表1***/
.new-con {
    margin-top: 50px;
}

.news1 li {
    padding: 28px;
    display: block;
    border: 1px #f6f6f6 solid;
    margin: 12px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 5px 5px #f0efef;
    transition: box-shadow 0.6s, transform 0.5s;
}

.news1 li .title {
    color: #1269c6;
    font-size: 16px;
    line-height: 30px;
    margin-top: 28px;
}

.news1 li .description {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news1 li i {
    display: none;
    font-size: 14px;
}

.news li:hover {
    background: #1269C6;
}

.news1 li p {
    width: 90%;
}

.news1 li:hover i {
    display: block;
    width: 125px;
    line-height: 32px;
    height: 34px;
    border: 1px #fff solid;
    text-align: center;
    margin-top: 20px;
}

.news li:hover p,
.news li:hover i {
    color: #fff;
}

.news1 li div {
    max-width: 500px;
    margin-right: 45px;
}

.news1 li .div img,
.news1 li:hover .div img {
    -webkit-transition: .5s;
    transition: .5s;
}

.news1 li:hover .div img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.news1 li .div {
    overflow: hidden;
}

/****新闻列表2***/
.news2 li {
    display: block;
    margin-bottom: 30px;
}

.news2 li div {
    max-width: 560px;
    margin-right: 40px;
}

.news2 li .div img,
.news1 li:hover .div img {
    -webkit-transition: .5s;
    transition: .5s;
}

.news2 li:hover .div img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.news2 li .div {
    overflow: hidden;
}

.news2 li .title {
    color: #1269c6;
    font-size: 16px;
    line-height: 30px;
    margin-top: 35px;
}

.news2 li .description {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
    padding-bottom: 24px;
    position: relative;
}

.news2 li .description:after {
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: #d9d9d9;
    left: 0;
    bottom: 0;
}

.news2 li:hover .description:after {
    display: none;
}

.news2 li .description:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.news2 li:hover .description:before {
    width: 100%;
}

.news2 li p {
    width: 95%;
}

.news2 .date {
    font-size: 30px;
    line-height: 44px;
    color: #cccccc;
    margin-top: 10px;
    float: left;
    width: 30%;
}

.news2 i {
    float: right;
    color: #1269c6;
    margin-top: 21px;
    font-size: 14px;
    margin-right: 5%;
}

/*新闻详情*/
.news-article {
    margin-top: 50px;
    margin-bottom: 80px;
}

.news-article-left {
    max-width: 855px;
    text-align: justify;
}

.news-article-left h1 {
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    color: #333333;
    text-align: center;
}

.news-article-left-top {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    border-bottom: 1px #e0e0e0 solid;
    padding-bottom: 10px;
}

.news-article-left-top span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    line-height: 40px;
    margin-right: 30px;
}

.times {
    padding-left: 30px;
}

.liulanliang {
    padding-left: 30px;
}

.show-article-body {
    margin-top: 22px;
    border-bottom: 1px dashed #d9d9d9;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.show-article-body p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.show-article-body p {
    margin-bottom: 10px;
}

.show-article-body img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.show-article-body p img {
    text-indent: 0;
}

.getPre {
    overflow: hidden;
    margin-top: 20px;
}

.getPre dl {
    width: 70%;
    float: left;
}

.getPre dl dd {
    width: 100%;
    font-size: 14px;
    color: #b8b8b8;
    line-height: 22px;
    margin-bottom: 10px;
    display: inline-flex;
    float: left;
}

.getPre dl dd a {
    color: #999;
    line-height: 22px;
    font-size: 14px;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.getPre dl dd:last-child {
    margin-bottom: 0;
}

.getPre dl dd a:hover,
.getPre dl dd:hover {
    color: #1269c6
}

img {
    max-width: 100%;
}

.back-list {
    width: 130px;
    height: 38px;
    font-size: 14px;
    line-height: 36px;
    border: 1px solid #1269c6;
    background: #1269c6;
    color: #fff;
    margin-top: 10px;
    float: right;
    display: block;
    text-align: center;
}

.back-list:hover {
    background: #fff;
    color: #1269c6;
    border: 1px solid #1269c6;
    transition: all .5s ease-in-out
}

.news-article-right {
    width: 280px;
}

.sharePage1 {
	display:inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    width: 190px;
}

.sharePage1>i {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.sharePage1 .social-share{
    display: inline-block;
    vertical-align: middle;
}

.news-article-right-list {
    width: 100%;
    padding: 29px 24px 38px;
    background: #f5f5f5;
    overflow: hidden;
}

.news-article-right-list h4 {
    line-height: 18px;
    margin-bottom: 18px;
    color: #333;
    font-weight: normal;
    font-size: 18px;
    padding-left: 9px;
    border-left: 2px solid #1269c6;
}

.news-article-right-list li {
    margin-top: 15px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    position: relative;
    transition: padding-left .5s ease-in-out;
}

.news-article-right-list li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #1269c6;
    left: 0;
    bottom: -1px;
    transition: width .5s ease-in-out
}

.news-article-right-list li h5 {
    line-height: 22px;
    font-weight: normal;
    font-size: 14px;
    color: #555555;
    margin-top: 10px;
}

.news-article-right-list li h5 i {
    display: inline;
    font-size: 14px;
    color: #666;
    line-height: 16px;
    float: left
}

.news-article-right-list li h5 em {
    width: 18px;
    height: 1px;
    background: #cbcbcb;
    margin: 8px 10px;
    display: inline;
    float: left
}

.news-article-right-list li h5 a {
    font-size: 16px;
    color: #656565;
    line-height: 1;
}

.news-article-right-list li p {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin-top: 2px;
}

.news-article-right-list li:hover h5 a,
.news-article-right-list li:hover .date {
    color: #003993
}

.news-article-right-list li:hover {
    background: none;
}

.news-article-right-list li:hover:before {
    width: 100%;
}

.news-article-right-list li:last-child:hover:before {
    width: 0%;
}

.show-article-body img {
    margin: 20px auto;
}

.news-article-right-list li:last-child {
    border-bottom: none;
}

.news-article-right-list li div {
    position: relative;
    overflow: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.news-article-right-list li div img {
    -webkit-transition: .9s;
    transition: .9s;
}

.news-article-right-list li div img:hover {
    -webkit-transition: .9s;
    transition: .9s;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/*人才招聘*/
.join.about-sec1-r h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.join.about-talent p,
.join.about-process {
    font-size: 16px;
    line-height: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.zhaopin-list-top {
    height: 50px;
    background: #1269c6;
    padding: 0 40px;
}

.zhaopin-list-top span {
    display: block;
    width: 30%;
    text-align: left;
    line-height: 50px;
    color: #fff;
    float: left;
    font-size: 16px;
}

.zhaopin-list-top span+span+span+span {
    width: 10%;
    text-align: right
}

.zhaopin-con-list-con {
    overflow: hidden;
    margin-bottom: 30px;
}

.zhaopin-con-list-con dt {
    width: 100%;
    height: 70px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    position: relative;
}

.zhaopin-con-list-con dt:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/jiaRed.png) no-repeat;
    right: 0;
    top: 30px;
}

.zhaopin-con-list-con li {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 40px;
}

.zhaopin-con-list-con li.lion {
    border-bottom: 0;
}

.zhaopin-con-list-con li.lion dt:after {
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/jianRed.png) no-repeat;
    width: 18px;
    height: 2px;
    top: 37px;
}

.zhaopin-con-list-con dt>span {
    display: block;
    width: 30%;
    float: left;
    text-align: left;
    line-height: 70px;
    font-weight: normal;
    color: #666666;
    font-size: 16px;
}

.zhaopin-con-list-con dt>span+span+span+span {
    width: 10%;
}

.zhaopin-con-list-con dt>span:first-child {
    color: #1269c6;
}

.zhaopin-con-list-con li.lion .ddnew {
    display: block;
}

.ddnew {
    display: none;
    background: #f5f5f5;
    padding: 35px;
    overflow: hidden
}

.ddnew p {
    text-align: left;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.ddnew p span {
    font-size: 16px;
    color: #555;
}

.ddnew span {
    font-size: 16px;
    color: #111;
    margin-top: 20px;
    display: block;
}

.ddnew span:first-child {
    margin-top: 0;
}

.ddnew h4 {
    width: 150px;
    height: 45px;
    line-height: 45px;
    background: #00b2b2;
    margin-top: 30px;
}

.ddnew h4 a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}

.ddnews-beizhu {
    border-top: 1px solid #e0e0e0;
    padding-top: 35px;
    margin-top: 35px;
}

.ddnews-beizhu h5 {
    font-size: 14px;
    line-height: 24px;
    color: #1269c6;
    font-weight: normal;
}

.ddnews-beizhu p {
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

/**关于我们***/
.about {
    margin-top: 55px;
    margin-bottom: 90px;
}

.about .about-gsjj-right h2 {
    color: #1269c6;
    font-size: 24px;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.about .about-gsjj-right {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-left: 20px;
}

.about .about-gsjj-right p {
    margin-bottom: 7px;
}

.about .about-gsjj-right span {
    padding-right: 10px;
    display: block;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.about .about-gsjj-right span::-webkit-scrollbar {
    width: 2px;
    height: 100px;
    background-color: #fff;
}

/*定义滚动条轨道 内阴影+圆角*/
.about .about-gsjj-right span::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #fff;
}

/*定义滑块 内阴影+圆角*/
.about .about-gsjj-right span::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px #1269c6;
    background-color: #1269c6;
}

/*滑块效果*/
.about .about-gsjj-right span::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
}

.about-gsjj-left span {
    max-width: 470px;
    overflow: hidden;
    display: block;
    -webkit-transition: .9s;
    transition: .9s;
}

.about-gsjj-left img {
    -webkit-transition: .9s;
    transition: .9s;
}

.about-gsjj-left img:hover {
    -webkit-transition: .9s;
    transition: .9s;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/***联系我们***/
#allmap {
    width: 100%;
    height: 500px;
    float: right;
}

.contact {
    border: 4px #1269c6 solid;
    height: 508px;
}

.about-contact-left {
    width: 36%;
    float: left;
    background: #1269c6;
    height: 100%;
    color: #fff;
    padding: 40px 26px;
}

.about-contact-right {
    width: 64%;
    float: right;
}

.about-contact-left h2 {
    font-size: 22px;
    font-weight: normal;
    line-height: 34px;
    border-bottom: 1px #fff solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.about-contact-left dl {
    font-size: 16px;
    display: block;
    overflow: hidden;
    border-bottom: 1px #fff solid;
    padding-bottom: 22px;
    margin-bottom: 28px;
}

.about-contact-left dt {
    font-weight: normal;
    width: 23%;
    float: left;
    line-height: 30px;
    position: relative;
    padding-left: 8%;
}

.about-contact-left dd {
    float: left;
    width: 77%;
    line-height: 32px;
}

.about-contact-left dt:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about-contact-left .dt1:before {
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/icon1.png) no-repeat;
    width: 17px;
    height: 22px;
}

.about-contact-left .dt2:before {
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/icon2.png) no-repeat;
    width: 20px;
    height: 14px;
}

.about-contact-left .dt3:before {
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/icon3.png) no-repeat;
    width: 17px;
    height: 14px;
}

.about-contact-left .dt4:before {
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/icon4.png) no-repeat;
    width: 19px;
    height: 15px;
}

.about-contact-left span {
    text-align: center;
    font-size: 12px;
    display: block;
    width: 100px;
    line-height: 30px;
}

/***技术与服务***/
.jishu {
    margin-top: 50px;
    margin-bottom: 80px;
    overflow: hidden;
}

.jishu li {
    margin-bottom: 40px;
    height: 310px;
}

.jishu li span {
    display: block;
    height: 100%;
    background-size: 100% 100%;
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/jishu-icon1.jpg) no-repeat center;
    padding: 45px 35px;
}

.jishu .jishu-right {
    float: right;
}

.jishu li:hover span {
    background: url(https://qn.6016en.htx.cc/htx/z8xjf-6016-en/jishu-icon2.jpg) no-repeat center;
    color: #fff;
}

.jishu li .div img,
.jishu li:hover .div img {
    -webkit-transition: .5s;
    transition: .5s;
}

.jishu li:hover .div img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.jishu li .div {
    overflow: hidden;
}

.jishu li h2 {
    color: #1269c6;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 20px;
}

.jishu li .description {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    height: 170px;
    overflow-y: auto;
    padding-right: 20px;
}

.jishu li .description::-webkit-scrollbar {
    width: 5px;
}

.jishu li .description::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.jishu li .description::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.jishu li:hover h2,
.jishu li:hover .description {
    color: #fff;
}

.jishu li:last-child {
    margin-bottom: 0;
}

/**业务范围*/
.service {
    margin-top: 55px;
    margin-bottom: 80px;
}

.service li img {
    width: 100%;
}

.service li {
    margin-bottom: 40px;
    height: 410px;
    overflow: hidden;
}

.service .service-left {
    width: 720px;
}

.service .service-right {
    max-width: 480px;
    padding: 65px 65px 65px 80px;
    background: #f5f5f5;
    display: block;
    height: 100%;
}

.service li:hover .service-right {
    background: #1269c6;
    color: #fff;
}

.service .div {
    overflow: hidden;
}

.service li .div img,
.service li:hover .div img {
    -webkit-transition: .5s;
    transition: .5s;
}

.service li:hover .div img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.service-right h2 {
    color: #1269c6;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    border-bottom: 1px #1269c6 solid;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.service li:hover h2 {
    color: #fff;
    border-bottom: 1px #fff solid;
}

.service li .description {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    -webkit-line-clamp: 4;
    /*padding-right: 20px;  overflow-y: auto; height: 200px;*/
}

.service li .description::-webkit-scrollbar {
    width: 5px;
}

.service li .description::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.service li .description::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.service li:hover .description {
    color: #fff;
}

.service li i {
    display: none;
    font-size: 14px;
}

.service li:hover i {
    display: block;
    width: 125px;
    line-height: 32px;
    height: 34px;
    border: 1px #fff solid;
    text-align: center;
    margin: 20px auto 0;
}

.service-ban {
    height: 470px;
}

.service-five {
    width: 100%;
    height: 270px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
}

.service-five ul {
    height: 270px;
    overflow: hidden;
}

.service-five ul li {
    width: 20%;
    height: 270px;
    position: relative;
    overflow: hidden;
    float: left;
}

.service-five ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-five ul li.first {
    width: 40%;
}

.service-five li {
    position: relative;
}

.service-five li span {
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-top: 100px;
    width: 100%;
}

.service-five li.on span {}

.service-five li p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-top: 14px;
    text-align: center;
    width: 100%;
}

.service-five li i img {
    width: auto;
    margin: auto;
    display: block;
    text-align: center;
}

.news-article-left.service-article {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 768px) {
    img {
        height: auto;
    }

    .w {
        width: 100%;
        padding: 0 3%;
    }

    .pages #active {
        display: none;
    }

    .subbanner {
        height: 200px;
        padding-top: 5px;
    }

    .subbanner h2 {
        width: 94%;
        font-size: 26px;
    }

    .news-main {
        margin-top: 20px;
    }

    .news-main li {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .news-main img {
        max-width: 100%;
        margin: auto;
        display: block;
    }

    .news-article-left {
        max-width: 100%;
    }

    .news-article-left h1 {
        font-size: 16px;
    }

    .news-article {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .getPre dl {
        width: 100%;
    }

    .news-article-right {
        margin-top: 20px;
        width: 100%;
    }

    .com ul {
        width: 100%;
    }

    .com {
        margin: auto;
        text-align: center;
        margin-top: 20px;
    }

    .com li a {
        padding: 8px 13px;
    }

    /*人才招聘*/
    .zhaopin-list-top {
        height: 40px;
        padding: 0 0;
        margin-top: 20px;
    }

    .zhaopin-list-top span:nth-child(2),
    .zhaopin-list-top span:nth-child(4),
    .zhaopin-list-top span:nth-child(5) {
        display: none;
    }

    .zhaopin-list-top span {
        width: 45%;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .zhaopin-con-list-con {
        padding: 0 0;
        margin-bottom: 0;
    }

    .zhaopin-con-list-con dt {
        height: 40px;
    }

    .zhaopin-con-list-con dt span:nth-child(2),
    .zhaopin-con-list-con dt span:nth-child(4),
    .zhaopin-con-list-con dt span:nth-child(5) {
        display: none;
    }

    .zhaopin-con-list-con dt>span {
        width: 45%;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .zhaopin-con-list-con li {
        padding: 0 0;
    }

    .zhaopin-con-list-con li.lion dt:after {
        right: 3%;
        top: 19px;
    }

    .zhaopin-con-list-con dt:after {
        right: 3%;
        top: 11px;
    }

    .ddnew {
        padding: 20px 3%;
    }

    .ddnews-beizhu {
        padding-top: 15px;
        margin-top: 15px;
    }

    /***关于我们**/
    .about .about-gsjj-right {
        padding-left: 0;
    }

    .about {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .about .about-gsjj-right h2 {
        color: #1269c6;
        font-size: 20px;
        line-height: 26px;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    /**联系我们**/
    .about-contact-left,
    .about-contact-right {
        width: 100%;
    }

    .contact {
        height: auto;
        border: none;
    }

    .about-contact-left {
        padding: 20px;
    }

    #allmap {
        height: 300px;
    }

    /**新闻**/
    .new-con {
        margin-top: 30px;
    }

    .news li p {
        width: 100%;
    }

    .news1 li .title {
        line-height: 26px;
        margin-top: 20px;
    }

    .pages {
        margin: 30px 0;
    }

    .news1 li .description {
        line-height: 20px;
        margin-top: 5px;
    }

    .news2 li span {
        padding: 0 3%;
    }

    .news2 li .title {
        font-size: 16px;
        line-height: 26px;
        margin-top: 12px;
    }

    .news2 li .description {
        height: 52px;
    }

    .news2 .date {
        font-size: 26px;
    }

    .news li .description {
        font-size: 12px;
    }

    /**技术与服务**/
    .jishu li span,
    .jishu li:hover span {
        padding: 26px 20px;
        height: auto;
        background-size: cover;
        margin-bottom: 20px;
    }

    .jishu li h2 {
        font-size: 20px;
        line-height: 25px;
    }

    /****业务范围***/
    .service {
        margin-top: 20px;
        margin-bottom: 0;
        overflow: hidden;
    }

    .jishu {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .service .service-right {
        padding: 25px 20px 25px 20px;
        height: auto;
    }

    .service-right h2 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .service .service-left {
        width: 100%;
    }

    .m-service {
        margin: 20px auto;
        padding: 0 3%;
    }

    .m-service li {
        position: relative;
        margin-bottom: 20px;
    }

    .m-service li span {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .m-service li span img {
        width: auto;
        display: block;
        bottom: 70px;
        margin-bottom: -20px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .m-service li p {
        text-align: center;
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        margin: auto;
        color: #fff;
        font-size: 15px;
        margin-top: 10px;
    }

}

@media (min-width: 1201px) and (max-width: 1440px) {

    .service-five ul li,
    .service-five ul,
    .service-five {
        height: 249px;
    }

}

.pagination {
    margin-top: 30px;
}


.pagination a,
.pagination strong {
    font-size: 15px;
    width: 38px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    margin: 0 3px;
    border-radius: 3px;
    user-select: none;
    cursor: pointer;
}

.pagination a {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    transition: all .4s;

}

.pagination a:hover {
    color: #0064a9;
    background: #fffdfd;
}

.pagination a.last {
    width: auto;
    padding: 0 20px;
}

.pagination em {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.pagination strong {
    display: inline-block;
    vertical-align: middle;
    background: #0064a9;
    color: #fff;
}