/* font-family:'Noto Sans KR',sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* latin-ext */
@font-face {
    font-family: 'Kaushan Script';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../zt/KaushanScript1.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Kaushan Script';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../zt/KaushanScript2.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
    color: #595959;
    font-size: 14px;
    font-family: "微软雅黑", "Arial", Helvetica, "黑体", Arial, Tahoma;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    background: #fffefe;

}

.img-hide {
    overflow: hidden;
    display: block;
}

.img-hide img, .div-img {
    transition: 0.5s all;
    transform: scale(1, 1);
}

.img-hide:hover img, .img-hide:hover .div-img {
    transform: scale(1.05, 1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover, a {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus, button:hover, input:focus {
    outline: none !important;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

b {
    font-weight: normal;
}

.slick-dots li button:before {
    display: none;
}

.tab-content {
    position: relative;
}

.tab-content .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -10;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s all;
}

.tab-content .tab-pane.active {
    position: relative;
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
}

.container {
    width: 1510px;
}

.header {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 130px 0 260px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10000;
    height: 80px;
    background-position: 0px 79px;
    transition: 0.3s all;
    overflow: hidden;
}

.header:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1000;
    right: 0;
    top: 79px;
    border-top: solid 1px #000;
    opacity: 0.3;
}

.yuyan {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 80px;
    position: relative;
    left: 29px;
}

.yuyan a {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    color: #2f2e2e;
    line-height: 80px;
    transition: 0.3s all;
    margin: 0 10px;
    padding: 0 2px;
    font-size: 16px;
    height: 20px;
    color: #fff;
    border-radius: 30px;
}

@media (max-width: 1099px) {
    .map-box-sm{background:none !important;}
    .suspension{display: none !important;}
    .yuyan {
        left: 60px;
        padding-top: 0.3rem;
        line-height: 50px;
        height: 50px;
    }

    .header .yuyan a {
        margin: 0.1rem;
        color: #444;
    }

    .tow-ul-img img {
        width: 100%;
        height: 394px !important;
    }

    .bbs_view_img img {
        height: auto !important;
    }
}

@media (min-width: 1100px) and (max-width: 1450px) {
    .yuyan {
        display: none;

    }

}

.header:hover .yuyan a {
    color: #444;
}

.header.active .yuyan a {
    color: #444;
}

.yuyan .active {
    background: #057e39;
    color: #fff !important;
}


.logo a {
    display: block;
    width: 200px;
    height: 80px;
    background: url(../img/logo1.svg) center no-repeat;
}

.logo {
    position: absolute;
    left: 25px;
    top: 0;
}

.nav-list li {
    float: left;
    position: relative;
    width: 15%;
    transition: 0.3s all;
}

.nav-list li a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    line-height: 80px;
    transition: 0.3s all;
    font-size: 16px;
}

.nav-list li:hover {
    background-color: #f7f7f7;
}

.nav-list li a:hover:before {
    display: block;
    z-index: 100;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 2px;
    background-color: #4CAF50;
}

.nav-down {
    height: 320px;
}


.nav-down li {
    float: none;
    width: 100%;
    background: none !important;
}

.nav-down li a {
    font-weight: normal;
    line-height: 1.2;
    padding: 13px 5px;
    position: relative;
}

.nav-down li a:before {
    display: none !important;
}

.nav-down li a:hover:before, .nav-down li.active a:before {
    height: 2px;
    background-color: #4CAF50;
    z-index: 100;
    content: "";
    position: absolute;
    display: block !important;
    top: auto;
    bottom: 0;
    width: 20px;
    left: 50%;
    right: auto;
    margin-left: -10px;
}

.header:hover:before {
       border-color: #aaa;
}
*
.nav-click {
    right: 20px;
    top: 15px;
    position: fixed;
    width: 50px;
    height: 50px;
    transition: 0.3s all;
}

.nav-click b {
    transition: 0.3s all;
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
}

.nav-click span {
    transition: 0.3s all;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0em;
    text-indent: -9999px;
    width: 28px;
    height: 4px;
    border-radius: 10px;
    background-color: #ffffff;
}

.nav-click span:nth-child(1) {
    top: 15px;
}

.nav-click span:nth-child(2) {
    top: 50%;
}

.nav-click span:nth-child(3) {
    top: 35px;
}

.header.active {
    background-color: #ffffff;
}

.header.active .logo a {
    background: url(../img/logo.svg) center no-repeat;
}

.header.active .nav-list li a {
    color: #444;
}

.header.active .nav-click span, .header:hover .nav-click span {
    background: #111;
}

.header.open {
    height: 400px;
    background: #fff;
}

.header.open {
    background-color: #ffffff;
}

.header.open .logo a {
    background: url(../img/logo.svg) center no-repeat;
}

.header.open .nav-list li a {
    color: #444;
}

.header.open .nav-click span, .header:hover .nav-click span {
    background: #111;
}

.header.open .nav-click span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.header.open .nav-click span:nth-child(2) {
    opacity: 0;
}

.header.open .nav-click span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header.open:before {
    border-color: #aaa;
}

.header-remove {
    position: absolute;
    bottom: 30px;
    display: none;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 24px;
    cursor: pointer;
    opacity: 0.5;
}

.header.open .header-remove {
    display: block;
}

.banner {
    height: 100vh;
    margin: 0;
}

.banner div {
    display: block;
    height: 100vh;
}

.banner div a {
    display: block;
    height: 100vh;
    position: relative;
}

.banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: 0.3s all;
}

.banner div a:hover .banner-bg {
    background-color: rgba(0, 0, 0, 0.7);
}

.banner .slick-dots {
     bottom: 170px;
}

.banner .slick-dots li, .banner .slick-dots li button {
    width: 60px;
    transition: 0.3s all;
    padding: 0;
    height: 3px;
    border-radius: 3px;
}

.banner .slick-dots li button {
    background: #fff;
    opacity: 0.2;
}

.banner .slick-dots li.slick-active button, .banner .slick-dots li button:hover {
      opacity: 1;
}

.slide_box_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 55;
    transform: translate(-50%, -50%);
    display: block;
    height: auto !important;
    padding: 0px 70px;
    box-sizing: border-box;
    width: 1100px;
}

.slide_box_txt strong {
    font-family: 'Kaushan Script', cursive;
    font-size: 48px;
    margin-bottom: 6px;
    color: #ffffff;
    line-height: 1.4em;
    word-break: keep-all;
    display: block;
}

.slide_box_txt span {
    font-size: 1.2em;
    padding-left: 5px;
    opacity: 0.9;
    color: #ffffff;
    font-size: 20px;
    display: block;
}

.banner .slick-prev {
    position: absolute;
    top: 50%;
    z-index: 56;
    transform: translateY(-50%);
    opacity: 0.3;
    width: 100px;
    height: 30px;
    left: 1%;
    font-size: 0em;
    text-indent: -9999px;
    background-image: url(../images/slide_PN.png);
}

.banner .slick-next {
    position: absolute;
    top: 50%;
    z-index: 56;
    transform: translateY(-50%);
    opacity: 0.3;
    width: 100px;
    height: 30px;
    right: 1%;
    font-size: 0em;
    text-indent: -9999px;
    background-image: url(../images/slide_PN.png);
    background-position: -100px 0px;
}

.banner-bottom {
    position: relative;
    margin-top: -120px;
    z-index: 1000;
    transform: translate(0, 30px);
    transition: 0.3s all;
    opacity: 0;
}

.banner-bottom.active {
    opacity: 1;
    transform: translate(0, 0);
}

.banner-bottom_list {
    width: 1100px;
    margin: auto;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.banner-bottom_list li {
    float: left;
    width: 25%;
    color: #fff;
}

.banner-bottom_list_box {
    position: relative;
    padding: 25px 10px;
    height: 204px;
}

.banner-bottom_list_box:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -60px;
    border-right: solid 1px #fff;
    opacity: 0.1;
    height: 120px;
}

.banner-bottom_list_box span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #4CAF50;
}

.banner-bottom_list_box strong {
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

.banner-bottom_list_box font {
    font-size: 0.9em;
    opacity: 0.8;
    font-weight: 100;
    color: #fff;
}

.banner-bottom_list_box img {
    margin-bottom: 10px;
}

.banner-bottom_list li a {
    font-size: 0em;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: url(../images/main_box_light_MB.png) no-repeat -20px 0px;
    background-image: url(../images/main_box_light.png);
    border: 0px;
    opacity: 0.05;

    border-top: 0px;
    border-left: 0px;
    box-sizing: border-box;
}


.banner-bottom_list_box:hover > a {
    opacity: 0.1;
}

.banner-bottom_list_box:hover > span {
    background-color: #1B5E20;
}

.banner-bottom_list li:nth-child(4):hover > span {
    background-color: #3e9033;
}

.container {
    width: 1130px;
}

.title {
    font-size: 2.4em;
    color: #111111;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 15px;
    line-height: 1.4em;
    margin-top: 100px;
    font-weight: bold;
}

.tt-sm {
    font-size: 1.2em;
    color: #444444;
    font-weight: 400;
    margin-bottom: 50px;
    word-break: keep-all;
}

.one-ul {
    overflow: hidden;
}

.one-ul li {
    float: left;
    padding: 3px;
    width: 33.333333%;
}

.one-ul li:nth-child(1) {
    transition-delay: 0.6s;

}

.bounceInUp {
}

.one-ul-box {
    position: relative;
    opacity: 1;
    transition: 0.3s all;
    height: 500px;
    overflow: hidden;
}

.one-ul-box > img {
    width: 370px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.one-ul-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s all;
}

.one-ul-box:hover .one-ul-img {
    transform: scale(1.05, 1.05);
}

.one-ul-box > a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: #000000;
    opacity: 0;
}

.one-ul-box:hover a {
    opacity: 0.5;
}

.one-ul-txt {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 51;
    color: #fff;
}

.one-ul-txt span {
    width: 20px;
    height: 2px;
    display: block;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.one-ul-txt h3 {
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: bold;
}

.one-ul-txt p {
    font-size: 0.7em;
    opacity: 0.8;
    letter-spacing: 1px;
}

.one-ul li:nth-child(3) {
    transition-delay: 1s;

}

.page-tow {
    padding: 90px 0px;
    margin-top: 80px;
    margin-bottom: 100px;
    background: rgba(0, 0, 0, 0.8);
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.page-tow:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    background: url(../images/back02.jpg) no-repeat center center;
    background-size: cover;
}

.page-tow .title, .page-tow .tt-sm {
    color: #fff;
}

.page-tow .title {
    margin-top: 0;
}

.tow-ul li {
    float: left;
    width: 20%;
    position: relative;
    overflow: hidden;
}

.tow-ul-box {
    position: relative;
    padding-bottom: 50px;
}

.tow-ul-img img {
    width: 100%;
    height: 500px;
}

.tow-ul-txt {
    width: 80%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

.tow-ul-txt span {
    width: 30px;
    height: 3px;
    background-color: #4CAF50;
    margin: auto;
    margin-bottom: 10px;
    display: block;
    transition: 0.3s all;
}

.tow-ul-txt p {
    color: #444444;
    font-size: 1em;
    margin-bottom: 10px;
    transition: 0.3s all;
}

.tow-ul-txt h3 {
    margin-top: 0px;
    color: #111111;
    font-size: 1.3em;
    margin-bottom: 20px;
    font-weight: 500;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s all;
    font-weight: bold;
}

.tow-ul-box a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.tow-ul-box a span {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    background: url(../images/icon_more.png) no-repeat center center rgba(0, 0, 0, 0.5);
}

.tow-ul-box a:hover {
    opacity: 1;
    transition: 0.3s all;
}

.tow-ul-box a:hover span {
    top: 40%;
    transition: 0.3s all;
}

.tow-ul-box:hover .tow-ul-txt span {
    background-color: #49a93c;
    width: 100%;
}

.tow-ul-box:hover .tow-ul-txt h3 {
    color: #1e3f85;
}

.tow_more {
    transition: 0.3s all;
    width: 120px;
    padding: 12px 5px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    margin: auto;
    font-size: 0.9em;
    line-height: 1em;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    display: block;
    margin-top: 40px;
}

.tow_more:hover {
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.4);
    background-color: #4CAF50;
}

.three-back {
    margin-bottom: 100px;
}

.three-left {
    width: 420px;
}

.three-left h3 {
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 500;
    color: #111111;

    padding-bottom: 15px;
    border-bottom: solid 2px #444444;
    position: relative;
}

.three-left h3 a {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
}

.three-left h3 a b {
    width: 20px;
    height: 20px;
    transition: 0.3s all;
    opacity: 0.3;
    display: block;
    position: relative;
}

.three-left h3 a span {
    left: 50%;
    top: 50%;
    position: absolute;
    display: block;
    overflow: hidden;
    width: 16px;
    height: 2px;
    background-color: #000000;
}

.three-left h3 a span:nth-child(1) {
    transform: translate(-50%, -50%);
}

.three-left h3 a span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(90deg);
}

.three-left h3 a:hover b {
    opacity: 0.7;
}

.three-news li {
    padding: 15px 0px;
    padding-right: 100px;
    position: relative;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.three-news li .three-date {
    position: absolute;
    top: 50%;
    right: 0;
    font-weight: normal;
    transform: translate(0, -50%);
    text-align: right;
    margin: 0px;
}


.three-news li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.three-right {
    width: 620px;
}

.three-ul li {
    float: left;
    width: 50%;
    padding: 7px;
}

.three-ul {
    margin: 0 -10px;
}

.three-ul-box {

    background-size: cover;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.three-ul-box-sm {
    width: 100%;
    height: 230px;
    transition: 0.3s all;
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
}

.three-ul-box_txt {
    width: 100%;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(0, -50%);
}

.three-ul-box_txt h3 {
    font-size: 1.6em;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    transition: 0.3s all;
}

.three-ul-box_txt p {
    font-size: 0.8em;
    opacity: 0.8;
    font-weight: 100;
    margin-bottom: 20px;
    color: #fff;
    transition: 0.3s all;
}

.three-ul-box-b {
    transition: 0.3s all;
    border-radius: 4px;
    display: inline-block;
    background-color: #2b55b1;
}

.three-ul-box-b b {
    display: block;
    overflow: hidden;
    padding: 15px 20px;
    font-size: 0.8em;
    line-height: 1em;
    font-weight: normal;
    color: #ffffff;
    font-weight: 500;
    transition: 0.3s all;
    background: url(../images/main_bnr_light.png) no-repeat 0px 0px;
}

.three-ul-box-b b span {
    width: 10px;
    height: 1em;
    display: inline-block;
    background: url(../images/main_bnr_icon.png) no-repeat left center;
    margin-left: 5px;
    opacity: 0.5;
}

.three-ul-box a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.three-ul li:nth-child(2) .three-ul-box {

    background-size: cover;
}

.three-ul li:nth-child(2) .three-ul-box-b {
    background-color: #46933c;
}

.three-ul li:nth-child(3) .three-ul-box {
    background: url(../images/main_bnr_img2.jpg) center no-repeat;
    background-size: cover;
}

.three-ul li:nth-child(3) .three-ul-box-b {
    background-color: #46933c;
}

.three-ul-box:hover .three-ul-box-sm {
    background-color: rgba(0, 0, 0, 0.6);
}

.three-ul-box:hover .three-ul-box-b b {
    background-position: -40px 0px;
}

.footer-top {
    background-color: #4CAF50;
}

.footer-top ul li {
    float: right;
}

.footer-top ul li a {
    display: block;
    font-size: 0.8em;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s all;
    background-color: rgba(255, 255, 255, 0.05);
    border: solid 1px rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 40px;
    border-radius: 0px;
    border: 0px;
    padding: 20px 30px;
}

.footer-top ul li:nth-child(1) {
    float: left;
}

.footer-top ul li a:hover {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.footer-bottom {
    padding: 40px 0px;
    background-color: #222;
}

.footer-bottom p {
    margin-bottom: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6em;
}

.footer-bottom p span {
    display: inline-block;
    padding: 5px 10px;
    word-break: keep-all;
}

.address span {
    background: url(../images/dot_w10.png) no-repeat 100% 6px;
    background-size: 1px 10px;
}

.address span:last-child {
    background: none !important;
}

.address span a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-bottom p.address {
    margin-bottom: 20px;
}

.footer-bottom p.copy {
    margin-bottom: 0;
}

.go-top {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    opacity: 0;
    transition: 0.3s all;
    width: 60px;
    height: 60px;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.7);
}

.go-top span {
    background: url(../images/top_icon.png) no-repeat 0px 0px;
    opacity: 0.7;
    font-size: 0em;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    display: block;
}

.go-top.active {
    opacity: 1;
}


.banner .slick-dots {
    display: none;
}

.banner-list {
    position: relative;

    background-size: cover;
}

.banner-list-box {
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    height: 600px;
}

.banner-list-title {
    left: 0px;
    top: 50%;
    position: absolute;
    right: 0;
    transform: translate(0, -50%);
    padding: 0px;
    text-align: center;
    word-break: keep-all;
    font-size: 4em;
    line-height: 1.2em;
    font-weight: 350;

    color: #ffffff;
}

.about-ul {
    background-color: #ffffff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    margin-top: -30px;
    position: relative;
    z-index: 100;
}

.about-ul li {
    float: left;
}

.about-ul li a {
    display: block;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 400;
    text-align: center;
    padding: 25px 10px;
    transition: 0.3s all;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about-ul li a:hover, .about-ul li a:focus {
    background-color: #f7f7f7;
    color: #111111;
}

.about-ul li.active a {
    background-color: #4CAF50;
    color: #ffffff;
}

.title-b {
    margin-top: 70px;
    margin-bottom: 50px;
}

.about-img {
    width: 100%;
    max-width: 320px;
}

.about-right {
    width: 730px;
}

.about-right-tt {
    margin-bottom: 10px;
    word-break: keep-all;
    font-size: 21px;
    font-weight: 500;
    color: #4CAF50;

}

.about-right-p {
    margin-bottom: 40px;
    line-height: 1.6em;
    color: #444444;
    padding-left: 15px;
}

.about-c {
    margin-bottom: 80px;
}

.nav-list li.active a.nav-a:before {
    display: block;
    z-index: 100;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 2px;
    background-color: #49b83a;
}

.nav-list li.active {
    background-color: rgba(0, 0, 0, 0.03);
}

.nav-list li:hover a.active {
    background: none;
}

.about-tow li {
    width: 25%;
    float: left;
}

.about-tow-box {
    padding: 2px;
}

.title-c {
    font-size: 1.8em;
    line-height: 1.4em;
    font-weight: 500;
    color: #49a93c;
    margin-bottom: 20px;
}

.title-c-txt {
    font-size: 16px;
    line-height: 1.8;
}

.about-bottom-infor {
    border-top: solid 2px #111111;
    margin-bottom: 0px;
}

.about-bottom-infor li {
    position: relative;
    padding: 10px 0px;
    padding-left: 240px;
    padding-bottom: 15px;
    border-bottom: solid 1px #d7d7d7;
}

.about-bottom-infor strong {
    display: block;
    overflow: hidden;
    line-height: 1em;
    width: 240px;
    padding: 0px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin: 0px;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 24px;
    font-weight: 500;
    color: #4CAF50;
    transform: translateY(-50%);
}

.about-bottom-infor ul li {
    width: 25%;
    font-size: 16px;
    float: left;
    border: none !important;
    padding: 0px !important;
    box-sizing: border-box;
    margin: 5px 0px;
    padding-left: 10px !important;
    background: url(../images/dot_b30.png) no-repeat 0px 11px;
    background-size: 5px 2px;
}

.about-bottom-infor li:nth-child(1) ul li {
    width: 33.333333%;

}

.map-bottom {
    margin-top: 80px;
    position: relative;
    margin-bottom: 80px;
}

.map-bottom-left {
    width: 380px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.map-bottom-left strong {
    font-size: 1.6em;
    line-height: 1.4em;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;

    color: #49a93c;
}

.map-bottom-left li {
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 7px;
    padding-left: 10px;
    background: url(../images/dot_b30.png) no-repeat 0px 11px;
    background-size: 5px 2px;
}

.map-bottom-right {
    max-width: 695px;
    width: 100%;
    position: relative;
}

.map-bottom-right span {
    left: 0px;
    position: absolute;
    bottom: 0px;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 0px 4px 0px 4px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
}

.map-bottom-right img {
    border-radius: 4px;
}

.about-four-list li {
    float: left;
    width: 50%;
    padding: 0 45px 60px 45px;
}

.about-four-list {
    margin-top: 35px;
}

.about-four-list-box {
    position: relative;
}

.about-four-list-box img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 41;
    max-width: 210px;
    width: 100%;
}

.about-four-list-txt {
    width: 290px;
    background-color: #4CAF50;
    position: relative;
    z-index: 40;
    min-height: 320px;
}

.about-four-list-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 210px;
    margin-left: 30px;
    color: #fff;
}

.about-four-list-inner h5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;


}

.about-four-list-inner p {
    line-height: 1.6;
}

.about-four-list li:nth-child(2) .about-four-list-txt, .about-four-list li:nth-child(3) .about-four-list-txt, .about-four-list li:nth-child(6) .about-four-list-txt {
    background-color: #3F51B5;
}

.map-link {
    display: block;
    overflow: hidden;
    margin-bottom: 80px;
}

.map-link-img {
    margin-bottom: 10px;
    border-radius: 4px;
}

.map-row .col-xs-6 {
    padding: 0 5px;
}

.map-row {
    margin: 0 -5px;
}

.map-row .col-xs-6 .btn {
    transition: 0.3s all;
    width: 100%;
    color: #595959;
    padding: 15px;
    font-size: 16px;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.map-row .col-xs-6 .btn:hover {
    background-color: #111111;
    color: #ffffff;
    font-weight: 400;
}

.about-h {
    margin-bottom: 20px;
    text-align: center;
    font-size: 28px;

    font-weight: 600;
    color: #111111;
}

.about-h-list {
    border-top: solid 2px #111111;
    margin-bottom: 80px;
}

.about-h-list li {
    padding: 25px 0px;
    border-bottom: solid 1px #d5d5d5;
    width: 100%;
    float: left;
}

.about-h-list b {
    padding: 0px;
    width: 90px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    background: url(../images/dot_b10.png) no-repeat right center;
    background-size: 1px 10px;
    font-size: 1.1em;
    color: #43a036;
    font-weight: 700;
}

.about-h-list li:nth-child(2), .about-h-list li:nth-child(3) {
    width: 50%;
}

.about-ul-lg li {
    width: 50%;
}

.form-inline {
    display: inline-block;
    text-align: left;
}

.form-inline .form-control {
    box-shadow: none;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-color: #eee;
}

.form-input {
    width: 200px !important;
}

.btn-default {
    background-color: #111111;
    transition: 0.3s all;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.btn-default span {
    background-image: url(../images/bbs_icon_search.png);
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
}

.btn-default:hover, .btn-default:focus {
    color: #fff !important;
    background-color: #2b51a3 !important;
}

.btn-rush {
    width: 40px;
    height: 40px;
    border: none;
    font-size: 18px;
    line-height: 40px;
    border-radius: 0;
    padding: 0;
    text-align: center;
    background: #eee;
    color: #333;
}

.care-infor {
    padding-left: 20px;
    margin-top: 60px;
}

.care-list li {
    display: block;
    float: left;
    padding: 20px;
    width: 33.333333%;
}

.care-list-box {
    position: relative;
}

.care-list-img {
    width: 100%;
    position: relative;
    border-radius: 4px 4px 0px 0px;
    height: 360px;
    overflow: hidden;
}

.care-list-img img {
    width: 340px;
    position: absolute;
    left: 50%;
    min-height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.care-list-title {
    padding: 20px 10px;
    box-sizing: border-box;
    border-radius: 0px 0px 4px 4px;
    border: solid 1px #d5d5d5;
    border-top: 0px;
    border-bottom: solid 2px #4CAF50;
    text-align: center;
    transition: 0.3s all;
}

.care-list-title span {
    font-weight: 400;
    color: #444444;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.care-list-box:hover .care-list-title {
    border-bottom: solid 2px #49a93c;
}

.care-list-box a {
    position: absolute;
    left: 0px;
    top: 0px;
    transition: 0.3s all;
    width: 100%;
    height: 100%;
}

.care-list-box a b {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: block;
    height: 360px;
    position: relative;
    transition: 0.3s all;
    border-radius: 4px 4px 0px 0px;
}

.care-list-box a b span {
    position: absolute;
    left: 50%;
    transition: 0.3s all;
    top: 65%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    font-size: 0em;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: url(../images/icon_more.png) no-repeat center center;
    background-color: #49a93c;
}

.care-list-box:hover a b span {
    top: 50%;
}

.care-list-box:hover a b {
    opacity: 1;
}

.pagination {
    margin-bottom: 80px;
}

.float-top-left {
    max-width: 340px;
}

.float-top-left img {
    width: 100%;
    border-radius: 4px;
}

.float-top-txt {
    width: 700px;
    float: right;
}

.float-top-txt h4 {
    font-size: 2em;
    line-height: 1.6;
    color: #4CAF50;
    font-weight: 700;
    margin-top: 0;
}

.float-top-txt b {
    color: #a3a3a3;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: solid 2px #49a93c;
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    padding-bottom: 15px;
}

.float-top-txt p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 30px;
}

.float-top-txt ul li {
    margin-bottom: 7px;
    position: relative;
    line-height: 1.6;
    font-size: 15px;
    padding-left: 15px;
}

.float-top-txt ul li span {
    display: inline-block;
    overflow: hidden;
    width: 7px;
    height: 3px;
    border-radius: 10px;
    background-color: #cbcbcb;
    position: absolute;
    left: 0px;
    top: 11px;
}

.float-top {
    margin-bottom: 60px;
}

.float-h-tt {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #4CAF50;
    font-weight: 700;
}

.float-list li {
    float: left;
    width: 25%;
    margin-bottom: 40px;
    padding: 0 20px;
}

.float-list {
    margin: 0 -20px;
    padding-bottom: 60px;
}

.float-list-box {
    height: 306px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.float-list-box img {
    width: 100%;
}

.float-list-box a {
    transition: 0.3s all;
    opacity: 0;
    height: 100%;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.3);
}

.float-list-box a span {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    font-size: 0em;
    transition: 0.3s all;
    text-indent: -9999px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -20%);
    background: url(../images/icon_more.png) no-repeat center center rgba(43, 81, 163, 0.9);
}

.float-list-box:hover a {
    opacity: 0.9;
}

.float-list-box:hover a span {
    transform: translate(-50%, -50%);
    opacity: 0.9;
}

.float-table caption {
    font-size: 16px;

    color: #111111;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
}

.float-table caption span {
    width: 3px;
    height: 12px;
    background-color: #000000;
    opacity: 0.2;
    display: inline-block;
    float: left;
    margin-right: 7px;
    margin-top: 4px;
}

.float-table .table > thead > tr > th.ld {
    border-bottom: solid 2px #49a93c;
}

.float-table .table {
    margin: 0;
}

.float-table .table > tbody > tr > td {
    padding: 15px 5px;
    text-align: center;
    font-size: 16px;
    color: #666;
    border: solid 1px #d5d5d5;
    vertical-align: middle;
}

.float-table .table > thead > tr > th {
    padding: 12px 5px;
    background-color: #f6fbf5;
    border: solid 1px #dde1dc;
    color: #333;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.float-table .table > thead > tr > th.lu {
    border-top: solid 2px #49a93c;
}

.float-table .table tbody tr:nth-child(2n) td {
    background-color: #f7f7f7;
}

.float-table .table tbody tr.td-lind td {
    border-bottom: solid 1px #111111 !important;
}

.table-responsive {
    margin-bottom: 50px;
}

.float-table-xz {
    margin-bottom: 50px;
}

.table_txt {
    font-size: 0.8em;
    line-height: 1.6em;
    padding-top: 10px;
    letter-spacing: 0.5px;
}

.float-lind {
    margin: 80px 0;
    border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
}

.float-top-b .float-top-left {
    max-width: 540px;
}

.float-top-b .float-top-txt {
    width: 500px;
}

.float-top-txt-xz {
    margin-bottom: 50px;
}

.float-top-left-xz {
    max-width: 570px;
}

.float-top-txt-xz-w {
    width: 500px;
}

.float-label span {
    display: inline-block;
    background-color: #49a93c;
    padding: 4px 13px;
    padding-bottom: 6px;
    border-radius: 40px;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px;
}

.case-more {
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    border: solid 1px #d5d5d5;
    border-left: 0px;
    border-right: 0px;
    margin-bottom: 60px;
    cursor: pointer;
}

.case-more span, .case-more button {
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s all;
    background: none;
}

.case-more button {
    border: none;
}

.float-list-b {
    padding-bottom: 0;
}

.float-list-b li {
    margin-bottom: 0 !important;
}

.float-list-b li .float-list-box {
    height: 0;
    transition: 0.3s all;
}

.float-list-b li:nth-child(1) .float-list-box, .float-list-b li:nth-child(2) .float-list-box, .float-list-b li:nth-child(3) .float-list-box, .float-list-b li:nth-child(4) .float-list-box {
    height: 306px;
}

.float-list-b.all li .float-list-box {
    height: 306px;
}

.float-list-b li:nth-child(1), .float-list-b li:nth-child(2), .float-list-b li:nth-child(3), .float-list-b li:nth-child(4) {
    margin-bottom: 40px !important;
}

.float-list-b.all li {
    margin-bottom: 40px !important;
}

.case-more i {
    transition: 0.3s all;
}

.case-more.active i {
    transform: rotate(180deg);
}

.float-three-h {
    border-bottom: solid 2px #49a93c;
    padding-bottom: 15px;
    margin-bottom: 20px;

    word-break: keep-all;
    color: #4CAF50;
    font-size: 36px;
}

.float-three-p p {
    margin-bottom: 30px;
    font-size: 16px;
}

.float-three-p {
    padding-bottom: 30px;
}

.float-three-green {
    font-size: 28px;
    line-height: 1.4em;
    color: #49a93c;
    font-weight: 500;
    margin-bottom: 15px;

}

.float-top-txt-three {
    float: none;
    width: 100%;
}

.float-top-txt-three-r {
    width: 500px;
    float: right;
}

.float-top-txt-three-r .float-three-p {
    padding-bottom: 0;
}

.pull-right.float-top-left {
    margin-right: 30px;
    max-width: 420px;
}

.float-top-b .float-top-txt-three-lg {
    width: 100%;
    padding-right: 500px;
}

.float-three-green-lg {
    margin-top: 60px;
}

.img-ul-txt li {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 65px;
}

.img-ul-txt {
    margin: 0 -10px;
}

.img-ul-txt-top {
    background-color: #4CAF50;
    padding: 9px 5px;
    padding-bottom: 11px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
}

.float-three-p .float-top-txt-three {
    padding-bottom: 20px;
}

.float-top-txt-three .ul-sm li {
    width: 25%;
    padding-right: 10px;
    float: left;
}

.float-top-txt-three .ul-md li {
    margin-right: 70px;
    display: inline-block;
}

.img-ul-txt-box img {
    border-radius: 4px;
    width: 100%;
}

.title-ul-b {
    padding: 9px 5px;
    border-bottom: solid 1px #d5d5d5;
    margin-bottom: 15px;
    font-size: 18px;

    font-weight: 500;
    text-align: center;
    color: #444444;
}

.img-ul-txt-p b {
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
    padding: 3px 12px;
    background-color: #49a93c;
    border-radius: 40px;
    margin-right: 5px;
}

.img-ul-txt-p span {
    padding-bottom: 5px;
    font-size: 16px;

    word-break: break-all;
}

.float-top-left-bul {
    max-width: 500px;
}

.float-top-b .float-top-txt-bul {
    width: 540px;
}

.float-top-left-bult {
    max-width: 470px;
}

.float-top-txt-bult {
    width: 570px;
}

.img-ul-txt-sm li {
    width: 33.333333%;
}

.table-responsive-b {
    margin-bottom: 0;
}

.ul-md {
    padding-bottom: 30px;
}

.img-ul-txt-p-b {
    margin-top: 15px;
}

.float-top-left-buls {
    max-width: 540px;
}

.float-top-txt-buls {
    width: 510px;
}

.float-top-left-bulf {
    max-width: 340px;
}

.float-top-txt-bulf {
    width: 700px;
}

.float-label-no span {
    margin-top: 0;
}

.label-left {
    width: 600px;
}

.label-right {
    width: 450px;
}

.buld-back {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #4CAF50;
    font-size: 16px;
    margin-top: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    word-break: keep-all;
}

.img-ul-txt-max li:nth-child(1) {
    max-width: 200px;
    margin-right: 30px;
    padding: 0;
}

.img-ul-txt-max {
    margin-left: 0;
    margin-right: 0;
}

.img-ul-txt-max li:nth-child(2) {
    max-width: 290px;
    margin-right: 30px;
    padding: 0;
}

.img-ul-txt-max li:nth-child(3) {
    max-width: 550px;
    padding: 0;
}

.img-ul-txt-max img {
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.img-ul-txt-max-b li:nth-child(1) {
    max-width: 345px;
    width: 100%;
    margin-right: 0px;
    padding: 0;
}

.img-ul-txt-max-b li:nth-child(2) {
    max-width: 730px;
    float: right;
    width: 100%;
    margin-right: 0px;
    padding: 0;
}

.img-ul-txt-max-b li:nth-child(2) img {
    width: auto;
}

.float-top-left-spe {
    max-width: 370px;
}

.float-top-txt-spe {
    width: 670px;
}

.red {
    color: #ed1c24;
}

.float-table-b .table > tbody > tr > td {
    font-size: 14px;
}

.table_txt-lg {
    font-size: 16px;
}

.spe-img img {
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.spe-img {
    padding-bottom: 40px;
}

.img-ul-txt-sm-spe .title-ul-b {
    font-size: 14px;
}

.img-ul-txt-sm-spe {
    margin-left: -17px;
    margin-right: -17px;
}

.img-ul-txt-sm-spe li {
    padding: 0 17px;
}

.float-top-left-spe-sm {
    max-width: 460px;
}

.float-top-txt-spe-sm {
    width: 580px;
}

.img-ul-txt-spe {
    margin-left: -25px;
    margin-right: -25px;
}

.img-ul-txt-spe li {
    padding: 0 25px;
}

.img-ul-txt-spe-t img {
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.float-table .table tbody .green td {
    color: #3f9533;
    font-weight: 500;
}

.spe-left {
    max-width: 530px;
}

.spe-h {
    font-size: 18px;
    margin-top: 0;
    color: #444444;
    font-weight: 700;
    margin-bottom: 15px;
}

.spe-h span {
    float: left;
    width: 3px;
    height: 15px;
    background-color: #4CAF50;
    margin-right: 5px;
    margin-bottom: 3px;
    border-radius: 10px;
}

.float-top-txt-lg-spe {
    float: none;
    width: 100%;
}

.spe-right {
    width: 530px;
    position: relative;
}

.spe-right img {
    max-width: 269px;
}

.spe-right-txt {
    position: absolute;
    width: 45%;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.spe-right-lg img {
    max-width: 100%;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.spe-box-top {
    margin-bottom: 60px;
}

.spe-img-lg img {
    max-width: 100%;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.spe-img-lg {
    margin-bottom: 60px;
}

.spe-p {
    margin-bottom: 30px;
    font-size: 16px;
}

.img-ul-txt-sm-spe-bottom li {
    width: 25%;
}

.float-top-left-spe-e {
    max-width: 370px;
}

.float-top-txt-spe-e {
    width: 670px;
}

.spe-tow-list li {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 60px;
}

.spe-tow-list {
    margin: 0 -10px;
}

.spe-tow-list li img {
    border-radius: 4px;
}

.spe-tow-list-sm li {
    width: 25%;
}

.car-list-logo span {
    width: 90px;
    display: block;
    margin: 0 auto;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/S53_car_logo1.png);
}

.work-left {
    max-width: 640px;
}

.work-left img {
    border-radius: 4px;
    margin-bottom: 10px;
}

.work-right {
    width: 434px;
    margin-top: 40px;
}

.last_txt_box {
    height: 186px;
    box-sizing: border-box;
    position: relative;
    background-color: #f2f2f2;
    padding: 20px;
    overflow: hidden;
}

.float-label span.sm {
    display: inline-block;
    font-size: 14px;
}

.three-bottom-right {
    width: 784px;
}

.three-bottom-right img {
    border-radius: 4px;
}

.three-bottom-left {
    width: 310px;
    margin-top: 40px;
}

.car-lg img {
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.car-lg {
    margin-bottom: 15px;
}

.df-left {
    width: 530px;
}

.float-top-txt p.blod {
    margin-bottom: 15px;
    font-size: 18px;
    padding-top: 5px;
    font-weight: bold;
}

.df-right {
    width: 550px;
}

.car-df-list li {
    float: left;
    max-width: 325px;
    margin-right: 50px;
    margin-top: 40px;
}

.car-df-list li:nth-child(2) {
    max-width: 335px;
}

.car-df-list li:last-child {
    margin-right: 0;
    max-width: 340px;
}

.car-df-list li:last-child img {
    margin-bottom: 10px;
}

.car-list-y-lg li {
    width: 525px;
}

.y-box {
    padding-left: 30px;
}

.y-p {
    margin-bottom: 20px;
    font-size: 16px;
}

.y-img img {
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.y-img {
    margin-bottom: 60px;
}

.car-list-y-lg-c li:nth-child(3) {
    width: 400px;
}

.car-list-y-lg-c li:nth-child(4) {
    width: 680px;
    margin-right: 0;
}

.gy-list li {
    height: 162px;
    float: left;
    width: 540px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.gy-list-title {
    width: 160px;
    border-radius: 4px;
    position: relative;
    padding: 0px;
    float: right;
    height: 162px;
    background-color: #4CAF50;
    text-align: center;
}

.gy-list-title span {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
}

.gy-list-img {
    float: left;
    width: 180px;
    margin-right: 10px;
    height: 162px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.gy-list-img img {
    max-width: 153px;
    border-radius: 4px;
    margin-top: 25px;
}

.gy-list-img figcaption {
    text-align: center;
    font-size: 14px;

    padding-top: 5px;
}

.gy-list li:nth-child(2n) {
    margin-right: 0;
}

.gy-txt-box {
    border: solid 1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    height: 162px;
    width: 370px;
    float: right;
}

.gy-txt-box p {
    text-align: left;
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    font-size: 16px;
}

.gy-txt-box.pull-left p {
    width: 190px;
    text-align: left;
    left: 0;
    transform: translateY(-50%);
}

.gy-txt-box.pull-left img {
    float: right;
    border-radius: 4px;
}

.gy-txt-box.pull-right p {
    width: 190px;
    text-align: left;
    right: 0;
    transform: translateY(-50%);
}

.gy-txt-box.pull-right img {
    float: left;
    border-radius: 4px;
}

.q-box-left {
    width: 680px;
}

.q-box-right {
    max-width: 390px;
}

.q-box-right img {
    border-radius: 4px;
}

.q-box {
    margin-bottom: 60px;
}

.car-list-q li {
    max-width: 385px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.car-list-q li:last-child {
    max-width: 695px;
}

.car-list-q li .car-list-img figcaption {
    font-size: 14px;
}

.y-list li {
    float: left;
    width: 50%;
}

.car-list-q-y li {
    max-width: 530px;
}

.q-y-img {
    margin: 30px 0 60px 0;
}

.car-list-img figcaption {
    padding: 7px 3px;
    padding-bottom: 9px;
    background-color: #4CAF50;
    box-sizing: border-box;
    font-size: 15px;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    transition: 0.3s all;
}

.car-list-img figcaption.lg {
    height: 58px;
    position: relative;
}

.car-list-img figcaption.lg span {
    position: absolute;
    left: 3px;
    right: 3px;
    top: 50%;
    transform: translate(0, -50%);
}

.car-list-box {
    overflow: hidden;
}

.float-table .table > tbody > tr > td.text-left {
    text-align: left;
    padding-left: 10px;
}

.float-table .table > tbody > tr:hover th, .float-table .table > tbody > tr:hover td {
    border-bottom: solid 1px rgba(0, 0, 0, 0.5);
}

.float-table .table a:hover {
    text-decoration: none !important;
}

.notice-p {
    padding: 0;
    margin-bottom: 10px;
}

.inquiry-agree {
    margin-bottom: 50px;
}

.inquiry-agree-box {
    padding: 30px 40px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #f7f7f7;
    border-radius: 4px;
}

.inquiry-agree-box-header {
    margin-bottom: 10px;
}

.inquiry-agree-box-header h6 {
    display: inline-block;
    background-color: #4CAF50;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 1em;
    line-height: 1em;
    color: #ffffff;
    margin-right: 20px;
    font-weight: 500;
}

.inquiry-agree-box-header p {
    display: inline-block;
}

.inquiry-agree-box-list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.inquiry-agree-box-list li b {
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.inquiry-agree-box-list li p {
    padding-left: 20px;
    line-height: 1.8;
    font-size: 12px;
    margin-top: 3px;
}

.inquiry-agree-box-right .inquiry-agree-box-header h6 {
    margin-top: 3px;
    float: left;
}

.inquiry-agree-box-chk p {
    display: inline-block;
    margin: 0 50px;
}

.inquiry-agree-box-chk {
    display: block;
    overflow: hidden;
    border-bottom: solid 1px #4CAF50;
    padding: 10px 5px;
}

.inquity-table .table th strong {
    font-weight: bold;
    font-size: 16px;
}

.inquity-table .table th {
    text-align: center;
    vertical-align: middle;
    padding: 15px;
}

.inquity-table .table td {
    padding: 15px;
}

.inquity-table .table {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: solid 2px #49a93c;
}

.inquity-table .table .form-control {
    min-height: 40px;
    display: inline-block;
    box-shadow: none;
    width: auto;
}

.inquity-table .table .form-control-text {
    width: 100%;
}

.border-sc {
    border-radius: 4px;
    border: solid 1px #ddd;
    padding: 10px;
}

.help-block {
    line-height: 47px;
    margin: 0;
    margin-left: 15px;
}

.spam_num {
    display: inline-block;
    padding: 10px 10px;
    background-color: #444444;
    border-radius: 4px;
    margin: 0px 5px;
    font-size: 16px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
}

.inquity-table .table .form-group {
    margin: 0;
}

.bottom-an .btn {
    padding: 15px 30px;
    font-size: 16px;
    color: #333;
    margin: 10px;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.bottom-an .bottom-an-l {
    background-color: #49a93c;
    color: #fff;
}

.bottom-an {
    padding-bottom: 60px;
}

.inquity-table .table .checkbox-inline {
    margin-right: 40px;
}

.inquity-table .table th strong b {
    color: #49a93c;
}

.banner-list-info .banner-list-box {
    height: 400px;
}

.info_box_guide {
    padding: 30px 40px 10px 40px;
    background-color: #f7f7f7;

    margin-bottom: 50px;
}

.info_box_guide p {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    line-height: 1.8;
    margin-bottom: 20px;
}

.info_box_index {
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 4px;
    padding-bottom: 30px;
}

.info_BI_title {
    margin: 0;
    border-bottom: solid 2px #0574c6;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.info_BI_title span {
    margin-right: 10px;
    color: #999;
}

.info_BI_title b {
    font-weight: bold;
}

.info_BI_list li {
    float: left;
    width: 33.333333%;
    padding: 0 10px;
}

.info_BI_list li a {
    font-size: 16px;
    display: block;
    text-align: left;
    color: #595959;
    padding: 10px 3px;
    transition: 0.3s all;
    border-bottom: solid 1px #d5d5d5;
}

.info_BI_list {
    margin: 0 -10px;
}

.info_BI_list li a:hover {
    border-color: #444444;
}

.info_txt_box {
    margin-bottom: 50px;
}

.info_txt_h4 {
    font-size: 18px;

    font-weight: bold;
    color: #444444;

    margin-bottom: 10px;
}

.info_txt_box p {
    font-size: 14px;
    line-height: 1.8em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
}

.info_txt_inner {
    padding-left: 20px;
}

.info_txt_inner b {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #444444;
}

.info-table thead th {
    font-size: 15px;
    background-color: #f7f7f7;
    font-weight: normal;
    text-align: center;
    border-width: 1px !important;
}

.info-table tbody tr th, .info-table tbody tr td {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

#imgZoomImg, #imgZoomMask {
    position: fixed !important;
    z-index: 100000 !important;
}

#imgZoomImg {
    z-index: 100001 !important;
}

.img-ul-txt-max-b-xz {
    margin-left: 0;
    margin-right: 0;
}

.car-list-logo-sk span {
    background: url(../images/S53_car_logo2.png) center no-repeat;
}

.car-list-logo-che span {
    background: url(../images/S53_car_logo3.png) center no-repeat;
}

.car-list-logo-bui span {
    background: url(../images/S53_car_logo4.png) center no-repeat;
}

.car-list-logo-cit span {
    background: url(../images/S53_car_logo5.png) center no-repeat;
}

.car-list-logo-cvl span {
    background: url(../images/S53_car_logo6.png) center no-repeat;
}

.car-list-logo-mg span {
    background: url(../images/S53_car_logo7.png) center no-repeat;
}

.car-list-logo-kn span {
    background: url(../images/S53_car_logo8.png) center no-repeat;
}

.work-right-xz {
    width: 560px;
    margin-top: 20px;
}

.bbs_view_header {
    border-top: solid 2px #49a93c;
}

.bbs_VH_title {
    margin: 0;
    padding: 15px 10px;
    color: #444444;
    font-size: 20px;
    border-bottom: solid 1px #d5d5d5;
    text-align: center;
    font-weight: 500;

}

.bbs_VH_list li {
    float: left;
    padding: 15px 10px;
    width: 50%;
    position: relative;
    border-bottom: solid 1px #d5d5d5;
}

.bbs_VH_list {
    border: none;
    margin-bottom: 0;
}

.bbs_view_img img {
    margin: 10px;
    border-radius: 4px;

}

.bbs_view_img11 img {

    height: 600px !important;
    width:450px !important;
}

.bbs_VI_title {
    font-size: 32px;
    margin: 0;
    font-weight: 600;
    color: #111111;
    text-align: center;
    padding: 25px 5px;

}

.bbs_view_img {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 40px 0px;
    border-bottom: solid 1px #d5d5d5;
}

.bbs_view_infor .bbs_VH_list li {
    width: 100%;
    padding-left: 120px;
    font-size: 16px;
}

.bbs_view_infor .bbs_VH_list li b {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.bbs_view_infor .bbs_VH_list {
    border-top: solid 2px #111111;
}


@media ( min-width: 1100px) {


    .last_txt_box span {
        text-align: justify;
        width: 70%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .car-list-box {
        border: 0px;
        border-radius: 0px;
        position: relative;
    }

    .car-list {
        padding-bottom: 60px;
    }

    .car-list li {
        display: block;
        margin: 5px 10px;
        margin-left: 0px;
        float: left;
    }

    .car-list li:nth-child(5n) {
        margin-right: 0px;
    }

    .car-list-lg li {
        width: 360px;
    }

    .car-list-lg li:nth-child(3) {
        margin-right: 0px;
    }

    .car-list-lg li:nth-child(5) {
        width: 730px;
    }

    .car-list-lg {
        padding-bottom: 0;
    }


    .car-list-logo {
        position: absolute;
        left: 0px;
        top: 0px;
        transition: 0.3s all;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        width: 100%;
        height: 110px;
        padding: 0px;
        box-sizing: border-box;
        padding-top: 20px;
    }

    .car-list-logo b {
        text-align: center;
        font-size: 14px;
        color: #fff;
    }

    .car-list-img img {
        margin-bottom: 2px;
        border-radius: 4px;
    }


    .car-list-box:hover .car-list-logo {
        opacity: 1;
        padding-top: 10px;
    }

    .car-list-box:hover .car-list-img figcaption {
        background-color: #49a93c;
    }

    .car-list li.last {
        width: 434px;
        margin-right: 0;
    }

    .car-list-c {
        padding-bottom: 0;
    }


    .header:hover .nav-click span:nth-child(3) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .header:hover .nav-click span:nth-child(2) {
        opacity: 0;
    }

    .header:hover .nav-click span:nth-child(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .header:hover {
        height: 400px;
        background: #fff;
    }

    .header:hover .nav-list li a {
        color: #444;
    }

    .header:hover .nav-down li a {
        color: #666;
    }

    .header:hover .logo a {
        background: url(../img/logo.svg) center no-repeat;
    }

    .banner-bottom_list li:nth-child(2) .banner-bottom_list_box > a {
        background-position: -293px 0px;
    }

    .banner-bottom_list li:nth-child(3) .banner-bottom_list_box > a {
        background-position: -568px 0px;
    }

    .banner-bottom_list li:nth-child(4) .banner-bottom_list_box > a {
        background-position: -843px 0px;
    }

    .about-tow-title {
        background: url(../images/S12_img1.jpg) no-repeat 0px 0px;
        border: 0px;
        padding: 0px;
        margin: 0px;
        width: 100%;
        height: 245px;
        position: relative;
        display: block;
    }

    .about-tow-box p {
        background: url(../images/S12_img1.jpg) no-repeat 0px 0px;
        background-position: 0px -245px;
        padding: 60px 30px;
        padding-bottom: 0px;
        word-break: keep-all;
        font-size: 16px;
        color: #595959;
    }

    .about-tow-title span {
        width: 60%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-weight: bold;
        font-size: 20px;
        color: #000;
    }

    .about-tow li:nth-child(2) .about-tow-title, .about-tow li:nth-child(4) .about-tow-title {
        background-position: -275px 0px;
    }

    .about-tow li {
        margin-bottom: 80px;
    }

    .map-box {
        background: url(../images/S13_bg_dot.gif) left top #f5f5f5;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .map-box-sm {
        width: 1100px;
        height: 1000px;
        position: relative;
        margin: auto;
    }

    .map-box-guide {
        opacity: 0.5;
        position: absolute;
        left: 80px;
        top: 80px;
        transition: 0.3s all;
        display: block;
        overflow: hidden;
        font-size: 0.8em;
        line-height: 1em;
    }

    .map-box-inner {
        width: 1100px;
        height: 1000px;
        position: relative;
    }

    .map-box-address {
        left: 733px;
        top: 558px;
        z-index: 15;
        position: absolute;
    }

    .map-box-address-point {
        cursor: pointer;
        margin-bottom: 10px;
        display: block;
    }

    .map-box-address-point span {
        background: url(../images/S13_map_point.png) no-repeat 0px 0px;
        margin: 0px 3px;
        display: inline-block;
        overflow: hidden;
        width: 20px;
        height: 25px;
        float: left;
    }

    .map-box-address-point b {
        display: inline-block;
        border-radius: 40px;
        font-size: 16px;
        color: #FF5722;
        font-weight: 500;
        padding-top: 2px;
        line-height: 1.2;
    }

    .map-box-address-txt {
        position: absolute;
        overflow: hidden;
        transition: 0.3s all;
        background-color: #ffffff;
        border-radius: 4px;
        right: 100%;
        white-space: nowrap;
        top: -15px;
        height: 0;

        z-index: 25;
    }

    .map-box-address:hover .map-box-address-txt {
        height: auto;
        opacity: 1;
        padding: 15px 20px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    }

    .map-box-address-txt li {

        margin-bottom: 7px;
        padding-left: 10px;
        background: url(../images/dot_b30.png) no-repeat 0px 11px;
        background-size: 5px 2px;
        word-break: keep-all;
        font-size: 15px;
    }

    .map-box-address:nth-child(2) {
        left: 771px;
        top: 585px;
        z-index: 14;
    }

    .map-box-address:nth-child(3) {
        left: 682px;
        top: 423px;
        z-index: 13;
    }

    .map-box-address:nth-child(4) {
        left: 520px;
        top: 639px;
        z-index: 12;
    }

    .map-box-address:nth-child(5) {
        left: 640px;
        top: 782px;
        z-index: 11;
    }

    .map-box-address:nth-child(6) {
        left: 875px;
        top: 335px;
        z-index: 10;
    }

    .map-box-address:hover {
        z-index: 1000;
    }

    .map-box-address:nth-child(5) .map-box-address-txt {
        right: 0px;
        top: 30px;

        z-index: 21;
    }

    .map-box-address:nth-child(6) .map-box-address-txt {
        left: 0px;
        top: -110px;
        right: auto;
        z-index: 20;
    }

    .map-box-address:hover .map-box-address-point span {
        background-position: -20px 0px;
    }


}

@media ( max-width: 1099px) {
    .nav-click {
        position: fixed;
        right: 0px;
        top: 0px;
        z-index: 91;
    }

    .header {
        height: 50px !important;
        background: #fff;
    }

    .header .logo a {
        background: url(../img/logo.svg) center no-repeat;
    }

    .logo a {
        height: 50px;
    }

    .nav-list li a {
        line-height: 50px;
    }

    .nav-click b {
        position: relative;
        background-color: #4CAF50;
    }

    .nav-click b span {
        background: #fff !important;
    }

    .nav-list {
        position: fixed;
        transition: 0.3s all;
        width: 100%;
        left: -100%;
        top: 50px;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        background: #fff;
    }

    .nav-list li {
        width: 100%;
    }

    .nav-list li a {
        background-color: #294c98;
        padding: 17px 5px;
        line-height: 1;
        color: #fff !important;
    }

    .nav-list li a:hover {
        background-color: #111111;
    }

    .nav-down li a {
        background: none !important;
        color: #333 !important;
    }

    .nav-down {
        height: auto;
    }

    .header.open .header-remove {
        display: none;
    }

    .header.open .nav-click b {
        background-color: #49b83a;
    }

    .header.open .nav-list {
        left: 0;
    }

    .header:before {
        top: auto;
        bottom: 0;
        border-color: #aaa !important;
        right: 50px;
    }

    .container {
        width: 90%;
        padding: 0;
    }

    .banner {
        height: 500px;

        margin: 0;
    }

    .banner div, .banner a {
        height: 500px;
    }

    .slide_box_txt {
        width: 100%;
        text-align: center !important;
    }

    .banner-bottom {
        margin-top: 60px;
    }

    .banner-bottom_list {
        width: 100%;
        box-shadow: none;
    }

    .banner-bottom_list li {
        width: 50%;
    }

    .banner-bottom_list li a {
        font-size: 0em;
        text-indent: -9999px;
        background: url(../images/main_box_light_MB.png) no-repeat -20px 0px !important;
        opacity: 0.05;
        border: solid 1px #ffffff;
        border-top: 0px;
        border-left: 0px;
        transition: 0.3s all;
        box-sizing: border-box;
    }

    .banner-bottom_list li:hover a {
        background-position: -250px 0px !important;
    }

    .banner-bottom_list_box:before {
        display: none;
    }

    .title {
        margin-top: 60px;
    }

    .one-ul li {
        float: none;
        width: 100%;

        max-width: 370px;
        margin: 0 auto 40px auto !important;
    }

    .tow-ul li {
        width: 300px;
        margin: 10px 5px;
        min-height: 450px;
    }

    .tow-ul {
        width: 960px;
        margin: 0 auto 30px auto;
    }

    .tow-ul li:nth-child(4) {
        margin-left: 16.666666%;
    }

    .tow_more {
        margin-top: 0px;
    }

    .three-left {
        width: 100%;
        float: none !important;
    }

    .three-news li:first-child {
        display: none;
    }

    .three-news li:last-child {
        display: block;
    }

    .three-right {
        float: none !important;
        margin: 40px auto 0 auto;
    }

    .go-top {
        margin: 0 auto 50px auto;
        display: block;
        position: static;
        border-radius: 4px;
    }

    .footer-bottom p {
        font-size: 13px;
    }

    .footer-top ul {
        text-align: center;
        padding: 10px 0;
    }

    .footer-top ul li {
        float: none !important;
        display: inline-block;
        margin: 10px;
    }

    .footer-top ul li a {
        font-size: 0.8em;
        line-height: 1em;
        color: rgba(255, 255, 255, 0.8);
        transition: 0.3s all;
        background-color: rgba(255, 255, 255, 0.05);
        border: solid 1px rgba(255, 255, 255, 0.2);
        padding: 10px 20px;
        border-radius: 40px;
    }

    .tow-ul-txt {
        width: 100%;
    }

    .logo {
        left: 2px;
    }

    .banner .slick-prev {
        position: absolute;
        top: 255px;
        z-index: 56;
        transform: translateY(-50%);
        opacity: 0.3;
        width: 40px;
        height: 40px;
        font-size: 0em;
        text-indent: -9999px;
        background: url(../images/slide_PN_MB.png) no-repeat 0px 0px;
        left: 0;
    }

    .banner .slick-next {
        position: absolute;
        top: 255px;
        z-index: 56;
        transform: translateY(-50%);
        opacity: 0.3;
        width: 40px;
        height: 40px;
        font-size: 0em;
        text-indent: -9999px;
        background: url(../images/slide_PN_MB.png) no-repeat 0px 0px;
        background-position: -40px 0px;
        right: 0;
    }

    .banner .slick-dots {
        display: block;
        bottom: -20px;
    }

    .banner .slick-dots li, .banner .slick-dots li button {
        width: 12px;
        height: 12px;
        border-radius: 12px;
    }

    .banner .slick-dots li button {
        background: #000;
        opacity: 0.2;
    }

    .banner .slick-dots li.slick-active, .banner .slick-dots li.slick-active button {
        width: 20px;
    }

    .banner .slick-dots li.slick-active button {
        opacity: 1;
    }

    .about-img {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 40px;
        max-width: 320px;
    }

    .about-right {
        float: none !important;
        margin: 0 auto;
        width: 100%;
    }

    .about-width {
        width: 100%;
        padding: 0 20px;
    }

    .about-ul {
        display: none;
    }

    .banner-list-box {
        height: 300px;
    }

    body {
        padding-top: 50px;
    }

    .nav-list li.active a.nav-a {
        background: #49b83a;
    }

    .about-tow-box {
        padding: 20px;
        border: solid 5px #4CAF50;
        border-radius: 10px;
    }

    .about-tow li {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-tow-title {
        border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
        padding-bottom: 15px;
        margin-bottom: 15px;
        display: block;
    }

    .about-tow-title span {
        font-size: 1.4em;
        line-height: 1.2em;
        font-weight: 600;
        color: #111111;
        word-break: keep-all;
    }

    .about-tow-box p {
        font-size: 15px;
    }

    .about-tow li:nth-child(2) .about-tow-box, .about-tow li:nth-child(4) .about-tow-box {
        border-color: #49a93c;
    }

    .about-tow {
        padding-bottom: 30px;
    }

    .map-box-guide {
        display: none;
    }

    .map-box-address-point {
        margin-bottom: 10px;
        display: block;
    }

    .map-box-address-point b {
        display: inline-block;
        border-radius: 40px;
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;

        padding: 7px 20px;
        background-color: #49aa48;
        font-weight: bold;

    }

    .map-box-address-txt {
        padding-left: 20px;
    }

    .map-box-address-txt li {
        font-size: 1em;
        line-height: 1.4em;
        margin-bottom: 7px;
        padding-left: 10px;
        background: url(../images/dot_b30.png) no-repeat 0px 11px;
        background-size: 5px 2px;
    }

    .map-box-address {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .about-bottom-infor {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .map-box {
        margin-top: 80px;
    }

    .about-bottom-infor li {
        border-bottom: solid 1px #d7d7d7;
        padding: 7px 5px;
    }

    .about-bottom-infor strong {
        position: static;
        padding-left: 0;
        padding-top: 10px;
        transform: translate(0, 0);
    }

    .about-bottom-infor ul li {
        width: 100% !important;
    }

    .about-bottom-infor {
        margin-top: 40px;
    }

    .map-bottom-left {
        position: static;
        float: none !important;
        transform: translate(0, 0);
    }

    .map-bottom-right {
        float: none !important;
        margin: 0 auto;
        margin-top: 30px;
    }

    .map-bottom-right span {
        font-size: 0.9em;
        line-height: 1.2em;
        text-align: center;
        padding-top: 5px;
        position: static;
        background: none;
        color: #595959;
        display: block;
        margin-top: 5px;
    }

    .map-box {
        padding: 0 20px;
    }

    .about-four-list li {
        width: 100%;
        height: 100%;
    }

    .about-four-list-box img {
        position: static;
        margin: 0 auto;
        transform: translate(0, 0);
        display: block;
    }

    .about-four-list-txt {
        width: 100%;
        background: none;
        min-height: 1px;
    }

    .about-four-list-inner {
        position: static;
        width: 100%;
        color: #595959;
        text-align: center;
        margin: 20px auto 0 auto;
        transform: translate(0, 0);
        display: block;
    }

    .about-four-list-inner h5 {
        margin-bottom: 10px;
        font-size: 1.4em;
        line-height: 1.4em;
        font-weight: 500;
        color: #4CAF50;

    }

    .about-four-list-box {
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: dashed 1px #d5d5d5;
    }

    .about-four-list li {
        padding: 0;
    }

    .about-four-list li:nth-child(2) .about-four-list-txt, .about-four-list li:nth-child(3) .about-four-list-txt {
        background: none;
    }

    .about-four-list li:last-child .about-four-list-box {
        border: none;
    }

    .about-h-list li:nth-child(2), .about-h-list li:nth-child(3) {
        width: 100%;
    }

    .about-h-list li {
        padding: 10px 0px;
    }

    .map-row .col-xs-6 {
        width: 100%;
        margin-bottom: 10px;
    }

    .about-h-list b {
        padding-right: 15px;
        margin-right: 15px;
        width: auto;
    }

    .form-inline {
        display: block;
        width: 100%;
    }

    .form-inline .form-group {
        display: block;
        width: 100% !important;
        margin-bottom: 5px;
    }

    .form-inline .form-control {
        width: 100% !important;
    }

    .btn-default {
        width: 70%;
        float: left;
    }

    .btn-default span {
        background: none;
    }

    .form-inline .form-group-last {
        float: right;
        width: 28% !important;
    }

    .btn-rush {
        width: 100%;
    }

    .care-list li {
        width: 50%;
    }

    .care-list {
        max-width: 760px;
        margin: 0 auto;
    }

    .float-top-left {
        float: none !important;
        margin: 0 auto 30px auto;
    }

    .float-top-txt {
        width: 100%;
    }

    .float-top-txt h4, .float-top-txt b, .float-h-tt {
        text-align: center;
    }

    .float-list {
        text-align: center;
    }

    .float-list li {
        display: inline-block;
        float: none;
        padding: 0 5px;
        width: 255px;
        margin: 0 0 10px 0;
    }

    .table-responsive > .table > thead > tr > th, .table-responsive caption, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive {
        border: none;
    }

    .float-top-b .float-top-txt {
        width: 100%;
    }

    .float-three-h {
        text-align: center;
        border: none;
        margin: 0;
    }

    .title-e {
        margin: 30px 0;
    }

    .float-three-green {
        text-align: center;
    }

    .float-top-txt-three-r {
        width: 100%;
    }

    .float-three-h {
        font-size: 30px;
    }

    .pull-right.float-top-left {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }

    .float-top-b .float-top-txt-three-lg {
        padding-right: 0;
    }

    .float-h-tt.text-left {
        text-align: left !important;
    }

    .img-ul-txt li {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .img-ul-txt {
        max-width: 540px;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .float-top-txt-three .ul-sm li {
        width: 100%;
    }

    .float-top-txt-three .ul-md li {
        display: block;
        margin-right: 0;
    }

    .float-top-txt-three .ul-md {
        padding-bottom: 30px;
    }

    .float-table .table > tbody > tr > td {
        padding: 7px 5px;
        font-size: 14px;
    }

    .float-table .table > thead > tr > th {
        padding: 7px 5px;
    }

    .img-ul-txt-sm {
        max-width: 340px;
    }

    .img-ul-txt-max li:nth-child(1), .img-ul-txt-max li:nth-child(2), .img-ul-txt-max li:nth-child(3), .img-ul-txt-max-b li:nth-child(1) {
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    .img-ul-txt-max-b li:nth-child(2) img {
        margin-bottom: 5px;
    }

    .float-top-txt-spe .col-xs-6, .img-ul-txt-p .col-xs-6 {
        width: 100%;
    }

    .float-top-txt-spe .row .col-xs-6:last-child {
        margin-top: 30px;
    }

    .img-ul-txt-p .col-xs-6:nth-child(2) {
        margin-top: 15px;
    }

    .spe-right {
        max-width: 269px;
        float: none !important;
        margin: 0 auto;
    }

    .spe-right-txt {
        position: static;
        font-size: 14px;
        transform: translate(0, 0);
        width: 100%;
        margin-top: 10px;
    }

    .spe-h {
        margin-top: 25px;
    }

    .spe-right-lg {
        max-width: 530px;
        width: 100%;
    }

    .spe-tow-list {
        text-align: center;
        margin-left: -5px;
        margin-right: -5px;
    }

    .spe-tow-list li {
        display: inline-block;
        padding: 0 5px;
        width: auto;
        float: none;
        margin-bottom: 10px;
        max-width: 540px;
    }

    .spe-tow-list-sm li {
        max-width: 260px;
    }

    .col-xs-4 {
        width: 100%;
    }

    .car-list li {
        display: inline-block;
        width: 212px;
        margin: 5px;
    }

    .car-list-box {
        border: solid 1px #d5d5d5;
        border-radius: 4px;
    }

    .car-list-img figcaption {
        border-radius: 0;
    }

    .car-list-logo {
        padding: 10px 0;
    }

    .car-list-lg li {
        width: 360px;
    }

    .car-list-lg li:last-child {
        max-width: 730px;
        width: 100%;
    }

    .work-left {
        float: none !important;
        margin: 0 auto;
    }

    .work-right {
        float: none !important;
        margin-top: 20px;
    }

    .car-list li.last {
        width: 100%;
        max-width: 434px;
    }

    .work-left {
        text-align: center;
    }

    .three-bottom-right {
        margin-top: 60px;
        max-width: 100%;
        text-align: center;
        max-width: 784px;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }

    .df-right {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

    .df-right div {
        display: inline-block;
        float: none !important;
        margin: 0 10px;
    }

    .car-df-list {
        text-align: center;
    }

    .car-df-list li {
        display: inline-block;
        float: none;
        margin: 5px;
        padding: 10px;
    }

    .car-df-list li:last-child {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .car-df-list li:last-child div {
        display: inline-block;
        margin: 5px;
        padding: 10px;
        max-width: 340px;
    }

    .y-box .float-h-tt {
        text-align: left;
    }

    .car-list-y-lg li {
        max-width: 525px;
        width: 100%;
        margin: 5px;
        padding: 10px;
        float: none;
        display: inline-block;
    }

    .car-list-y-lg li img {
        margin-bottom: 3px;
    }

    .car-list-y-lg li .car-list-img figcaption {
        border-radius: 4px;
    }

    .car-list-y-lg {
        padding-bottom: 60px;
    }

    .gy-list-title {
        background-color: #4CAF50;
        text-align: center;
        padding: 7px 5px;
        height: auto;
        position: static;
        transform: translate(0, 0);
        width: 100%;
        float: none !important;
        display: block;
    }

    .gy-list-title span {
        position: static;
        transform: translate(0, 0);
    }

    .gy-list li {
        width: 100%;
        margin: 0 0 20px 0;
        height: auto;
    }

    .gy-list-box {
        width: 100%;
        border: solid 1px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        height: auto;
        padding: 10px;
    }

    .gy-list-img {
        float: none !important;
        display: inline-block;
        border: none;
        padding: 5px;
        height: auto;
    }

    .gy-list-img img {
        margin: 0;
    }

    .gy-txt-box {
        width: 100%;
        height: auto;
        padding: 10px 20px;
        text-align: center;
    }

    .gy-txt-box p {
        position: static;
        text-align: center;
        transform: translate(0, 0) !important;
        width: 100%;
    }

    .gy-txt-box.pull-left {
        text-align: center;
    }

    .gy-txt-box.pull-left p {
        margin: 0 auto;
        text-align: center;
    }

    .gy-txt-box.pull-left img {
        float: none;
    }

    .gy-txt-box.pull-right {
        text-align: center;
    }

    .gy-txt-box.pull-right p {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .gy-txt-box.pull-right img {
        float: none;
    }

    .q-box-right {
        float: none !important;
        margin: 0 auto;
    }

    .q-box-left {
        width: 100%;
    }

    .car-list-q li {
        max-width: 100%;
        width: 385px;
    }

    .car-list-q li:nth-child(2) {
        max-width: 100%;
        width: 695px;
    }

    .col-xs-6, .y-list li {
        width: 100%;
    }

    .q-y-img {
        text-align: center;
    }

    .car-list-y-lg-c li:nth-child(3), .car-list-y-lg-c li:nth-child(4) {
        max-width: 100%;
    }

    .car-list-y-lg-c {
        padding-bottom: 0;
    }

    .y-box {
        padding-left: 0;
    }

    .inquiry-agree-box-list li {
        width: 100%;
    }

    .inquiry-agree-box {
        padding: 10px 20px;
    }

    .inquiry-agree-box-chk p {
        display: block;
        margin: 0;
        text-align: left;
    }

    .inquity-table .table th {
        min-width: 80px;
        padding: 10px;
    }

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-left: 0;
    }

    .inquity-table .table td {
        padding: 10px;
    }

    .info_BI_list li {
        width: 50%;
    }

    .info_txt_inner {
        padding-left: 0;
    }

}


@media ( max-width: 991px) {
    .tow-ul {
        width: 620px;
    }

    .tow-ul li:nth-child(4) {
        margin-left: 5px;
    }

    .tow-ul li:nth-child(5) {
        margin-left: 25%;
    }

    .one-ul-box {
        height: auto;
    }

    .one-ul-img {
        position: relative;
    }

    .page-tow {
        margin-top: 0;
    }

    .slide_box_txt strong {
        font-size: 28px;
    }

    .slide_box_txt span {
        font-size: 18px;
    }
}

@media ( max-width: 768px) {
    .care-list li {
        width: 100%;
        max-width: 380px;
    }

    .care-list {
        max-width: 420px;
        margin: 0 auto;
    }

    .border-sc {
        width: 130px;
        display: block;
    }

    .help-block {
        line-height: 1.6;
    }

    .bbs_view_infor .bbs_VH_list li {
        padding-left: 90px;
    }

    .banner-bottom {
        transform: translate(0, 0);
        opacity: 1;
    }

    @-webkit-keyframes bounceInUp {
        0% {
            opacity: 1;
        }


        100% {
            opacity: 1;
        }
    }

    @keyframes bounceInUp {
        0% {
            opacity: 1;
        }


        100% {
            opacity: 1;
        }
    }
    @-webkit-keyframes fadeInDown {
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInDown {
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    .one-ul li {
        opacity: 1 !important;
        transform: none !important;
        display: block !important;
        visibility: visible !important;
    }

}

@media ( max-width: 640px) {
    .tow-ul {
        width: 100%;
    }

    .tow-ul li {
        float: none;
        min-height: 1px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .tow-ul li:nth-child(5), .tow-ul li:nth-child(4) {
        margin-left: auto;
    }

    .page-tow {
        padding: 50px 10px;
        margin-bottom: 50px;
    }

    .three-right {
        width: 300px;
        margin-top: 0;
    }

    .three-ul li {
        width: 100%;
        margin-top: 40px;
    }

    .three-back {
        margin-bottom: 50px;
    }

    .footer-top ul li {
        margin: 10px 5px;
    }

    .footer-bottom p {
        margin: 0 !important;
    }

    .nav-down li a {
        padding: 12px 6px;
    }

    .title-b {
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .banner-list-title {
        font-size: 38px;
    }

    .info_BI_list li {
        width: 100%;
    }

    .info_box_guide {
        padding: 20px 20px 1px 20px;
    }

    .info_box_index {
        padding-bottom: 20px;
    }
}