* {
    padding: 0;
    margin: 0;

}

body {
    /* min-width: 1180px; */
    background-color: #FFF;
}

.clear {
    clear: both !important;
}

.alignLeft {
    text-align: left !important;
}

.alignRight {
    text-align: right !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.headBar {
    width: 100%;
    padding: 3px 15%;
    background-color: #0370ab;
    color: #fff;
    font-size: 2em;
}

.headBar-center {
    min-width: 990px;
    max-width: 1180px;
    margin: 0 auto
}

.ico_social {
    height: 15px;
    margin: 1px 5px;
}

.tel {
    display: block;
    float: right;
    text-align: right;
}

.homeMain {
    width: 100%;
    height: auto;
    text-align: center;
}

.homeMain>div {
    width: 100%;
    max-width: 2560px;
    min-width: 1366px;
    margin: 0 auto;
    /*height: 825px;*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.aboutusForm {
    width: 80%;
    min-width: 990px;
    max-width: 1180px;
    margin: 0 auto;
    /* background-color: rgba(255, 255, 255, .3); */
    padding: 10% 0;
    color: #fff !important;
}

.teamIntroduction {
    width: 80%;
    min-width: 990px;
    max-width: 1180px;
    margin: 0 auto;
    /* background-color: rgba(255, 255, 255, .3); */
    padding-top: 10%;
    color: #fff !important;
}

.companyHonor {
    width: 80%;
    min-width: 990px;
    max-width: 1180px;
    margin: 0 auto;
    /* background-color: rgba(255, 255, 255, .3); */
    padding-top: 15%;
    color: #fff !important;
}

.businessIntrorduction {
    width: 80%;
    min-width: 990px;
    max-width: 1180px;
    margin: 0 auto;
    /* background-color: rgba(255, 255, 255, .3); */
    padding-top: 15%;
    color: #fff !important;
}

/* @media screen and (max-width:2560px) and (min-width:1920px) {
    .homeMain>div {
        height: 950;
    }
}

@media screen and (max-width:1920px) and (min-width:1600px) {
    .homeMain>div {
        height: 820px;
    }
}

@media screen and (max-width:1600px) and (min-width:1366px) {
    .homeMain>div {
        height: 780px;
    }
}

@media screen and (max-width:1366px) {
    .homeMain>div {
        height: 675px;
    }
} */

.copyright {
    width: 100%;
    text-align: center;
    font-size: 1em;
    background-color: #0370ab;
    color: #fff;
    padding: .2rem 0;
}

.copyright>a {
    color: #fff;
}

.copyright>a:hover {
    color: #6cf;
}

.partnerLink {
    width: 80%;
    margin: 20px auto;
    color: #333;
}

/* @media screen and (max-width:1366px) {
    #footer {
        width: 90%;
    }
} */

.footer_split_img {
    width: 25%;
    text-align: center;
    float: left;
}

.table_footer_split {
    width: 100%;
    background-color: #fff;
    margin: 0px auto;
    box-shadow: 0 0 3px #aaa
}

.table_footer_split_img {
    height: 45px;
}

.footer_detial {
    margin: 25px auto;
}

.footer_detial>tbody>tr>td {
    padding: 5px 10px;
    text-align: center;
}

.footer_detial>thead>tr>th {
    font-weight: 900;
    padding: 5px 20px;
    text-align: center;
}

.rwd_logo {}

.article_date_form {
    width: 60px;
    height: 60px;
    border: 1px solid #000000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    border-radius: 2px;
    color: #66ccff;
    text-align: center;
}

.recomm_news {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.recomm_news_form {
    margin: .8%;
    width: 30%;
    height: 300px;
    padding: .8%;
    float: left;
    border-radius: 3px;
    /* border: 1px solid #fff; */
    box-shadow: 0 0 5px #fff;
    transition: box-shadow 300ms;
    -webkit-transition: box-shadow 300ms;
    -moz-transition: box-shadow 300ms;
    -ms-transition: box-shadow 300ms;
    -o-transition: box-shadow 300ms;
    overflow: hidden;
}

.recomm_news_img {
    height: 200px;
    overflow: hidden;
}

.recomm_news_form>img {
    height: 100%;
}

.recomm_news_form:hover {
    /* border: 1px solid #666; */
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.send_click {
    margin-top: 3%;
    height: 30px;
    color: #FFF;
}

.send_click a {
    text-decoration: none;
    background: #CCC;
    color: #f2f2f2;
    padding: 10px 30px 10px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -ms-transition: all linear 200ms;
    -o-transition: all linear 200ms;
}

.other {
    padding: 1% 2%;
    margin-bottom: 1%;
    background-color: #0370ab;
    color: #fff;
    font-weight: 900;
    font-size: 2.5em;
}

.input_style {
    padding: .5%;
    margin: .5% 0;
    border: 2px solid #0370ab;
    font-size: 2em;
}

.faq_Id {
    width: 36px !important;
    /* height: 36px!important; */
    background-color: #0370ab;
    font-size: 2.5em !important;
    text-align: center !important;
    line-height: 140% !important;
    color: #fff !important;
    float: left !important;
    margin-left: 2% !important;
    padding: 8px 1px;
}

.faq_content_form {
    width: 80% !important;
    margin-left: 1% !important;
    float: left !important;
}

.faq_content {
    margin-bottom: .5% !important;
}

.carBrand {
    width: 95%;
    margin: 0 auto;
    margin-top: 2%;
}

.carBrand_img {
    width: 7rem;
    float: left;
    padding: 0 .5%;
}

.carBrand_img>div {
    display: block;
    height: 45px;
    width: 1px;
    line-height: 150%;
    background-color: #666;
}

.products_show_list {
    width: 100%;
    height: 50rem;
    margin: 0 auto;
}

/* @media screen and (max-width:2561px) and (min-width:1921px) {
    .products_show_list {
        height: 570px;
    }
}

@media screen and (max-width:1920px) and (min-width:1366px) {
    .products_show_list {
        height: 450px;
    }
}

@media screen and (max-width:1366px) {
    .products_show_list {
        height: 390px;
    }
} */

.products_show_list>div {
    color: #fff;
    float: left;
}

.products_show_list>.products_show_list_left {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5em;
    position: relative;
    background-color: #0370ab;
}

.products_show_list>.products_show_list_left>div {
    width: 60%;
    color: #FFF !important;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    padding: 2%;
}

.products_show_list>.products_show_list_right {
    width: 60%;
    height: 100%;
    text-align: right;
    -ms-behavior: url(./backgroundsize.htc);
    behavior: url(./backgroundsize.htc);
    background-repeat: no-repeat;
    background-size: cover;
}

#calc {
    cursor: pointer;
}

.calc_form {
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 7% auto;
}

.calc_form>p:nth-of-type(1) {
    font-size: 2em;
    color: #0370ab;
    padding: 2%;
    letter-spacing: .6em;
    font-weight: 600;
}

#calc_qrcode {
    display: none;
    width: 800px;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    margin: 0 auto;
    z-index: 999;
    background-color: #000000;
    filter: alpha(opacity=80);
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
    border-radius: 50px;
}

#calc_qrcode>div {
    width: 620px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
}

#calc_qrcode>div>div {
    height: 170px;
    font-size: 2.5em;
    line-height: 3em;
    float: left;
    color: #fff;
    margin: 10% 1%;
}

/* 新闻部分UI */

.news-frame {
    display: block;
    position: relative;
    top: 0;
    padding: 1%;
    margin-top: 0;
    float: left;
}

.search_form {
    padding: 5px;
}

.search_back {
    display: block;
    /* background-color: #3ba1e5; */
    float: left;
}

.news_form {
    position: relative;
    width: 550px;
    height: 275px;
    /* border: 1px solid rgba(0, 0, 0, .34); */
    overflow: hidden;
    margin: 3% 1%;
    background-color: #FFF;
}

.news_form_offical {
    position: relative;
    width: 550px;
    height: 275px;
    /* border: 1px solid rgba(0, 0, 0, .34); */
    overflow: hidden;
    margin: 1% 1%;
    float: left;
    background-color: #FFF;
}

.search_btn {
    display: inline-block;
    border: 0;
    height: 30px;
    width: 40px;
    background-image: url('../images/icon/search_icon.png');
    background-color: #3ba1e5;
    background-repeat: no-repeat;
    background-position: 10px;
    cursor: pointer;
    padding: 9px;
}

.search_text {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #bbb;
    height: 30px;
    width: 350px;
    padding: 4px;
    margin-left: 15px;
    font-size: 2.5em;
}

.search_text_offical {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #bbb;
    height: 30px;
    width: 350px;
    padding: 4px;
    /* margin-left: 600px; */
    font-size: 2.5em;
}

.news-thumb_img {
    display: inline-block;
    background-position: 50%;
    width: 220px;
    height: 275px;
}

.news-overview {
    display: inline-block;
    width: 300px;
}

.news-overview>h5 {
    position: absolute;
    top: 3%;
    padding: 2%;
    color: #333;
    transition: color 100ms;
}

.news-overview>h5 :hover {
    color: #3ba1e5;
}

.news-overview>p {
    position: absolute;
    top: 30%;
    padding: 2%;
}

.news-overview>div {
    position: absolute;
    top: 85%;
    width: 100%;
    padding: 2%;
}

.news-overview>div>a:nth-of-type(1) {
    font-size: 2em;
    color: #b0b0b0;
}

.news-overview>div>a:nth-of-type(2) {
    font-size: 2em;
    color: #b0b0b0;
    border: 1px solid #b0b0b0;
    padding: .5% 2%;
    margin-left: 130px;
    cursor: pointer;
    transition-property: color, border;
    transition-duration: 200ms;
}

.news-overview>div>a:nth-of-type(2):hover {
    color: #3ba1e5;
    border: 1px solid #3ba1e5;
}

.articleList {
    width: 80%;
    margin: 0 auto;
    font-size: 2.5em;
}

.articleCategory {
    display: inline-block;
    font-weight: 600;
}

.articleTitle {
    display: inline-block;
}

.articleLeft {
    display: inline-block;
    width: 89%;
}

.articleCreateDate {
    display: inline-block;
    text-align: right;
    width: 10%;
}

.articlehr {
    width: 100%;
    margin: 2% auto;
    opacity: .2;
}

table {
    font-size: .8em;
}

.ui-draggable, .ui-droppable {
    background-position: top;
}

.newsAllLink {
    color: #3ba1e5;
}

.active>a {
    color: #000 !important;
    border-bottom: #0370ab solid 5px !important;
}

li>a {
    color: #333;
}

#tabs {
    max-width: 1920px;
    margin: 0 auto;
}

#about_us_sub {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 65px;
    z-index: 90;
}

#about_us_sub ul {
    border-radius: 5px;
    top: 0;
    background-color: #ffffff;
    padding: 5px 0;
    filter: drop-shadow(0 0 5px #cccccc);
}

#about_us_sub li {
    cursor: pointer;
    width: 100%;
    top: 0;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
}

#about_us_sub li a {
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
    font-size: 14px !important;
}

#about_us_sub li a:after {
    background-color: transparent;
}

#about_us_sub li:hover {
    background-color: #f5f6f7;

}

.aboutus_frame {
    background-color: #f5f6f7;
    padding: 0 3%;
}

.aboutus_bread_crumbs {
    padding: 1% 10%;
    color: #AAAAAA;
    font-size: 14px;
}

.aboutus_bread_crumbs a {
    color: #333333;
}

.aboutus_title {
    font-size: 16px;
    padding: 10px 24px;
}

.aboutus_content {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding: 0 10% 1.5%;
}

.aboutus_left {
    width: 288px;
    border-radius: 16px;
    background-color: #FFFFFF;
    overflow: hidden;
    padding: 10px 0 50px;
}

.aboutus_right {
    background-color: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    margin-left: 30px;
    width: 100%;
    padding: 3%;
}

.aboutus_sub {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    line-height: 50px;
    font-size: 14px;
    padding-left: 24px;
    cursor: pointer;
    color: #0370ab;
}

.aboutus_sub_arrow_up {
    display: flex;
    width: 8px;
    margin-right: 20px;
    position: relative;
}

.aboutus_sub_arrow_down {
    display: flex;
    width: 8px;
    margin-right: 20px;
    position: relative;
}

.aboutus_sub_arrow_up::before {
    display: block;
    position: absolute;
    left: -3px;
    content: '';
    width: 8px;
    height: 2px;
    border-radius: 2px;
    background-color: #0370ab;
    animation: rotateanil 300ms forwards;
}

.aboutus_sub_arrow_up::after {
    display: block;
    position: absolute;
    right: -2px;
    content: '';
    width: 8px;
    height: 2px;
    border-radius: 2px;
    background-color: #0370ab;
    animation: rotateanir 300ms forwards;
}

@keyframes rotateanil {
    0% {
        transform: rotate(-45deg);
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        transform: rotate(45deg);
        opacity: 1;
    }
}

@keyframes rotateanir {
    0% {
        transform: rotate(45deg);
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        transform: rotate(-45deg);
        opacity: 1;
    }
}


.aboutus_sub_arrow_down::before {
    display: block;
    position: absolute;
    left: -3px;
    content: '';
    width: 8px;
    height: 2px;
    border-radius: 2px;
    background-color: #0370ab;
    animation: rotateanir 300ms forwards;
}

.aboutus_sub_arrow_down::after {
    display: block;
    position: absolute;
    right: -2px;
    content: '';
    width: 8px;
    height: 2px;
    border-radius: 2px;
    background-color: #0370ab;
    animation: rotateanil 300ms forwards;
}

.aboutus_sub * {
    pointer-events: none;
}

.aboutus_sub:hover {
    color: #0370ab;
}

.aboutus_item {
    display: block;
    line-height: 50px;
    font-size: 14px;
    padding-left: 48px;
    cursor: pointer;
    border-right: 2px solid #FFFFFF;
}

.aboutus_item_active {
    color: #0370ab;
    border-right: 2px solid #0370ab;
    background-color: #f0f5ff;
}

.aboutus_item:hover {
    color: #0370ab;
}

#aboutus_title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 16px;
}

.aboutus_hr {
    height: 1px;
    width: 100%;
    background-color: #CCCCCC;
}

.about-iframe {
    display: block;
    overflow: hidden;
    /* border: 1px solid #000; */
    width: 100%;
    margin: 2% auto;
    min-height: 450px;
}
