* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Light";
    src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.eot") format("embedded-opentype"), url("../fonts/Roboto-Light.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Roboto-BlackItalic";
    src: url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff"), url("../fonts/Roboto-BlackItalic.ttf") format("truetype"), url("../fonts/Roboto-BlackItalic.eot") format("embedded-opentype"), url("../fonts/Roboto-BlackItalic.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.eot") format("embedded-opentype"), url("../fonts/Roboto-Medium.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Bk';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('../fonts/embedded-opentype'), url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-display: swap;
}

.Roboto-Regular {
    font-family: "Roboto-Regular";
}

.Roboto-Bold {
    font-family: "Roboto-Bold";
}

.Roboto-Light {
    font-family: "Roboto-Light";
}

.Roboto-Black {
    font-family: 'Roboto Bk';
}

.Roboto-Medium {
    font-family: "Roboto-Medium";
}

.Open-Sans {
    font-family: 'Open Sans';
}

ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: 16px/30px "Roboto-Regular", arial, sans-serif;
    min-width: 320px;
    /* padding-top: 120px; */
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #00479d;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}

.fB {
    font-weight: bold;
}


/*相对定位*/

.p_r {
    position: relative;
}

.show-mb {
    display: none;
}
.show-pc {
    display: block;
}


/* 白色背景 */

.bgfff {
    background: #fff;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    width: 92.8%;
}

.text-uppercase {
    text-transform: uppercase;
}

.mark {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}


/*全局样式 start*/

header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #FFF;
}

header .logo {
    height: 100px;
    max-width: 200px;
}

header .logo img {
    height: 86px;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: left;
}

header .search-btn {
    height: 100px;
    width: 35px;
    background: url(../images/search.svg)no-repeat center;
    background-size: 70%;
    cursor: pointer;
}

.nav>li {
    margin-right: 30px;
}

.nav>li>a {
    line-height: 100px;
    font-size: 18px;
}

.nav>li>a.tit::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px #090909 solid;
    border-right: 2px #090909 solid;
    display: block;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    margin-left: 10px;
}

.nav>li.on>a {
    color: #00479d;
}

.nav>li.on>a::after {
    border-top-color: #00479d;
    border-right-color: #00479d;
}

.nav .submenu {
    display: none;
    position: absolute;
    background-color: #FFF;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-top: 4px #0061a5 solid;
    padding: 30px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
}

.nav .submenu .nav-title {
    font-size: 20px;
    margin-left: 3.8%;
}

.nav .submenu li {
    width: 29.5%;
    margin-top: 40px;
    margin: 20px 0 0 3.8%;
}

.nav .submenu li>a {
    font-size: 17px;
    line-height: 2;
    color: #0061a5;
}

.nav .submenu li>a:hover {
    text-decoration: underline;
}

.nav .submenu li>a::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px #0061a5 solid;
    border-right: 3px #0061a5 solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: 20px;
}

.nav .submenu .all {
    background-color: #0061a5;
    color: #FFF;
    font-size: 22px;
    height: 66px;
    width: 80%;display: none;
}

.nav .submenu li>a.all::after {
    display: none;
}

.nav .submenu li .txt {
    font-size: 15px;
    margin-top: 10px;
}

.nav .nav-pro .item {
    margin-right: 1%;
    /* width: 23.5%; */
    width: 24%;
    margin-top: 10px;
}

.nav .nav-pro .item .pic {
    overflow: hidden;
    width: 100%;
    /* padding-top: 80%; */
}

.nav .nav-pro .item:nth-of-type(4n) {
    margin-right: 0;
}

.nav .nav-pro .item .pic img {
    /* position: absolute;
    left: 0;
    top: 0; */
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    width: 100%;
}

.nav .nav-pro .item:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.nav .nav-pro .item .txt {
    font-size: 16px;
    line-height: 40px;
}

.search-content {
    position: fixed;
    left: 50%;
    top: -200px;
    z-index: 90;
    width: 54%;
    /* background-color: #FFF; */
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin-left: 7%;
}

.search-content>.flex{
    padding-right: 60px;
}

.search-content .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    font-size: 24px;
    color: transparent;
    cursor: pointer;
    background: url(../images/icon_close.png);
    background-size: 50%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
}

.search-content input[type='text'] {
    height: 60px;
    padding-left: 20px;
    font-size: 18px;
}

.search-content input[type='submit'] {
    width: 100px;
    height: 60px;
    background: #ed9a03 url(../images/search1.svg)no-repeat center;
    background-size: auto 50%;
    color: transparent;
}

@media (max-width:1680px) {
    .search-content {
        margin-left: 7%;
        width: 60%;
    }
}

@media (max-width: 1500px) {
    header .logo {
        max-width: 240px;
    }
    .nav>li {
        margin-right: 54px;
    }
}

@media (max-width: 1420px) {
    header .logo {
        max-width: 205px;
    }
    .nav>li {
        margin-right: 30px;
    }
}

@media (max-width:1199px) {
    .search-content {
        margin-left: 0;
        width: 80%;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }

}

.m-btn {
    display: none;
    background: url(../images/m-btn.svg)no-repeat center;
    background-size: 100%;
    width: 35px;
    height: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    margin-right: 20px;
}

.m-btn.close {
    background-image: url(../images/close.svg);
    background-size: 80%;
}

.m-btn.close {
    background-image: url(../images/close.svg);
    background-size: 80%;
}

.m-nav {
    position: fixed;
    right: -80%;
    width: 40%;
    height: calc(100% - 100px);
    top: 90px;
    background-color: #0e56a8;
    display: none;
    z-index: 20;
    padding-top: 20px;
    overflow-y: auto;
    padding-left: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.m-nav>li{
    padding: 5px 0;
}

.m-nav>li>i{
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 100%;
    transition: all .5s;
}



.m-nav>li>i::before {
    position: absolute;
    content: '';
    right: 20px;
    top: 18px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 1px #FFF solid;
    border-top: 1px #FFF solid;
    transition: all .5s;
}

.m-nav>li>i.on::before{
    transform: rotate(135deg);
}

.m-nav>li>a {
    line-height: 40px;
    color: #FFF;
    font-size: 20px;
    padding: 0;
}

.m-nav .subnav  a {
    font-size: 18px;
}

.m-nav .subnav {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
}

.m-nav .subnav a {
    color: #FFF;
}

.select-wrapper {
    width: 100%;
    height: 60px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    margin-top: 20px;
}

.select-button {
    width: 100%;
    height: 58px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    padding: 0 26px 0 20px;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 20px;
    color: #91bbd8;
}

.select-down {
    position: absolute;
    top: 21px;
    right: 12px;
    height: 0;
    width: 0;
    overflow: hidden;
    font-size: 0;
    border-color: #333 transparent transparent transparent;
    border-style: solid;
    border-width: 6px;
}

.disabled {
    color: #cccccc;
}

.select-list {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 3px #ddd;
    border-radius: 3px;
    display: none;
    z-index: 2;
    position: absolute;
    left: -1px;
    top: 59px;
    overflow: hidden;
}

.select-list ul {
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 58px;
    max-height: 240px;
}

.select-list ul li {
    width: auto;
    height: 58px;
    padding-left: 10px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}

.select-list ul li.selected,
.select-list ul li:hover {
    color: #fff;
    background: #000;
}

footer {
    margin-top: 55px;
    background-color: #f5f5f5;
}

footer .car-search {
    background-color: #ed9a03;
    padding-bottom: 60px;
}

footer .car-search .item {
    margin-top: 45px;
    margin-right: 2%;
}

footer .car-search .item:last-child {
    margin-right: 0;
}

footer .car-search .tit {
    color: #FFF;
    font-size: 24px;
}

footer .car-search .submit {
    width: 220px;
    padding-top: 96px;
}

footer .car-search .submit input {
    width: 100%;
    background-color: #e60101;
    color: #FFF;
    font-size: 23px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 58px;
}

footer .f-info {
    padding: 40px 0;display: none;
}

footer .f-info li {
    width: 25%;
    padding-left: 3%;
}

footer .f-info li .tit {
    font-size: 22px;
}

footer .f-info li .sub-text {
    opacity: .7;
    margin-top: 15px;
    font-size: 15px;
}

footer .copyright {
    background-color: #00479d;
    padding: 20px 0;
    color: #FFF;
    overflow: hidden;
}

footer .copyright a {
    color: #FFF;
}

footer .copyright .f-nav a {
    margin-right: 20px;
}

footer .copyright .f-nav a:last-child {
    margin-right: 0;
}

footer .copyright .f-logo {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

footer .copyright .sns {
    margin: 15px 0;
}

footer .copyright .sns a {
    margin-right: 25px;
}

footer .copyright .sns a:last-child {
    margin-right: 0;
}


/*全局样式 end*/

@media (min-width: 1025px) {
    /*所有hover写在这里面 兼容sofari的移动端不支持hover*/
    footer .copyright .f-nav a:hover {
        text-decoration: underline;
    }
}

@media (max-width: 1400px) {
    .nav>li {
        margin-right: 35px;
    }
    .nav>li>a {
        font-size: 18px;
    }
    footer .copyright {
        padding-right: 190px;
    }
    footer .copyright .f-logo img {
        height: 60px;
        width: 100%;
        object-fit: contain;
    }
    footer .f-info li .tit,
    footer .car-search .tit {
        font-size: 22px;
    }
    footer .copyright .sns a img {
        width: 50px;
    }
}

@media (max-width:1280px) {
    /* .nav>li {
        margin-right: 40px;
    } */
    .nav>li>a {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    /*修改1200以下、小屏显示器*/
    body {
        /* padding-top: 100px; */
    }
    header {
        height: 100px;
    }
    header .container {
        position: fixed;
        background: #ffffff;
    }
    header .logo img {
        height: 60px;
    }
    header .logo,
    header .search-btn {
        height: 100px;
    }
    .search-content,
    .search-content input[type='text'],
    .search-content input[type='submit'] {
        height: 60px;
    }
    .m-btn {
        display: block;
    }
    .nav {
        display: none;
    }
    .m-nav {
        display: block;
    }
    footer .copyright .f-logo {
        right: 20px;
    }
    footer .car-search .tit,
    footer .f-info li .tit {
        font-size: 20px;
    }
    footer .car-search .tit {
        font-size: 18px;
    }
    .select-button {
        font-size: 18px;
    }
}

@media (max-width: 1023px) {
    /*修改1024以下、平板*/
    body {
        /* padding-top: 80px; */
    }
    header {
        height: 80px;
    }
    header .logo img {
        height: 50px;
    }
    header .logo,
    header .search-btn {
        height: 80px;
    }
    footer .copyright,
    footer .f-info li .sub-text {
        font-size: 14px;
    }
    footer {
        margin-top: 90px;
    }
    .m-nav {
        height: calc(100% - 80px);
        top: 80px;
    }
}

@media (max-width: 768px) {
    /*修改768以下、小屏平板*/
    body {
        /* padding-top: 70px; */
    }
    
    header {
        height: 70px;
    }
    header .logo img {
        height: 45px;
    }
    header .logo,
    header .search-btn {
        height: 70px;
    }
    header .search-btn{
        display: none;
    }
    header .m-btn{
        margin: 0;
    }
    footer {
        margin-top: 70px;
    }
    .m-nav {
        height: calc(100% - 70px);
        top: 70px;
    }
    footer .copyright .f-nav {
        margin-top: 10px;
    }
    footer .copyright .sns,
    footer .copyright .text {
        display: none;
    }
    footer .car-search .item {
        min-width: 49%;
        /* flex: ; */
    }
    footer .car-search .item:nth-of-type(2n){
        margin-right: 0;
    }
    .show-mb {
        display: block;
    }
    .show-pc {
        display: none;
    }
}

@media (max-width: 540px) {
    /*修改425以下、普通的安卓手机屏*/
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    body {
        /* padding-top: 60px; */
    }
    header {
        height: 60px;
    }
    header .logo,
    header .search-btn {
        height: 60px;
    }
    .search-content {
        /* width: 96%; */
        width: 100%;
        padding: 0 20px;
    }
    .search-content,
    .search-content input[type='text'],
    .search-content input[type='submit'] {
        height: 40px;
    }
    .search-content>.flex{
        padding-right: 40px;
    }
    .search-content .close {
        width: 40px;
        height: 40px;
        right: 20px;
    }
    .search-content input[type='submit'] {
        width: 20%;
    }
    footer {
        margin-top: 20px;
    }
    footer .f-info {
        display: none;
    }
    footer .car-search {
        padding-bottom: 40px;
    }
    footer .car-search .container {
        flex-flow: column;
    }
    footer .car-search .item {
        margin-top: 20px;
        width: 100%;
        margin-right: 0;
    }
    footer .car-search .tit,
    footer .f-info li .tit {
        font-size: 16px;
    }
    footer .car-search .submit {
        padding-top: 0;
        width: 100%;
        margin-top: 30px;
    }
    footer .car-search .submit input {
        height: 50px;
        font-size: 17px;
    }
    .select-wrapper {
        height: 50px;
    }
    .select-button {
        font-size: 14px;
        height: 48px;
    }
    .select-list {
        top: 48px;
    }
    .select-wrapper {
        margin-top: 10px;
    }
    footer .copyright {
        padding-right: 0;
    }
    footer .copyright .f-logo {
        position: inherit;
        right: auto;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        display: flex;
        justify-content: center;
    }
    footer .copyright .f-logo img {
        height: 50px;
    }
    footer .copyright .sns {
        margin: 20px 0;
    }
    footer .copyright .sns a {
        margin-right: 15px;
    }
    footer .copyright .sns a img {
        width: 35px;
    }
    footer .copyright .f-nav a {
        margin-right: 10px;
    }
    .m-nav {
        height: calc(100% - 60px);
        top: 60px;
        width: 70%;
    }
    .m-nav>li>a,
    .m-nav .subnav a {
        /* font-size: 14px; */
    }
}

@media (max-width: 374px) {
    /*修改375以下、iPhone5，4，等小屏手机*/
}

.n-banner {
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.n-banner .title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 21px;
    color: #FFF;display: none;
}

@media (max-width:1199px) {
    .n-banner .title {
        font-size: 18px;
    }
}

@media (max-width:540px) {
    .n-banner {
        height: 50px;
    }
    .n-banner .title {
        font-size: 16px;
    }
}

.page {
    margin-top: 50px;
}

.page a {
    border: 1px #e0e0e0 solid;
    padding: 0 14px;
    margin: 0 3px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
}

.page a.on {
    background-color: #0066b3;
    color: #FFF;
}

.page .prev,
.page .next {
    width: 36px;
}

.page .prev::before {
    content: '';
    position: absolute;
    left: 13px;
    top: 11px;
    width: 12px;
    height: 12px;
    border-top: 1px #333 solid;
    border-left: 1px #333 solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.page .next::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 11px;
    width: 12px;
    height: 12px;
    border-top: 1px #333 solid;
    border-right: 1px #333 solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.form-group {
    font-size: 18px;
    margin-top: 70px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.form-group .group {
    margin-top: 20px;
}

.form-group .tit {
    line-height: 46px;
    width: 180px;
    font-size: 23px;
}

.form-group span {
    color: #f62629;
}

.form-group input[type='text'] {
    width: 100%;
    height: 46px;
    border: 1px #e1e1e1 solid;
    padding: 0 20px;
    font-size: 18px;
}

.form-group textarea {
    width: 100%;
    height: 120px;
    border: 1px #e1e1e1 solid;
    padding: 15px 20px;
    font-family: '';
    font-size: 18px;
}

.form-group .submit {
    margin-top: 0;margin-bottom: 40px;
}

.form-group .submit .btn,
.form-group .submit input[type='submit'] {
    position: relative;
    font-size: 21px;
    background-color: #ed9a03;
    color: #FFF;
    padding: 0 70px;
    height: 45px;
    margin-right: 20px;
    border: 0;
}

.form-group .submit a {
    height: 40px;
    line-height: 40px;
    background-color: #ed1c24;
    color: #FFF;
    padding: 0 30px;
    font-size: 21px;
}

@media (max-width:1199px) {
    .form-group {
        width: 100%;
    }
    .form-group {
        font-size: 16px;
    }
    .form-group input[type='text'],
    .form-group textarea {
        font-size: 13px;
    }
}

@media (max-width:1023px) {
    .form-group .submit .btn,
    .form-group .submit input[type='submit'],
    .form-group .submit a {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .form-group {
        font-size: 14px;
        margin-top: 40px;
    }
    .form-group .tit {
        width: 120px;
        font-size: 17px;
    }
    .form-group .submit .btn,
    .form-group .submit input[type='submit'],
    .form-group .submit a {
        font-size: 16px;
    }
    .form-group .submit .btn,
    .form-group .submit input[type='submit']{
        flex: 1;
        margin: 0;
        padding: 0;
        max-width: 250px;
    }
}

.maskBg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0
}

.videoShow {
    width: 60%;
    height: 70%;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.maskBg.active {
    opacity: 1;
}

.videoShow.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.videoShow .mask {
    position: absolute;
    left: -100vw;
    top: -100vh;
    width: 200vw;
    height: 200vh;
}

.videoShow .close {
    position: absolute;
    right: 0px;
    top: -30px;
    font-size: 22px;
    color: red;
    cursor: pointer;
    background: url(../images/close.png)no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
}

@media (max-width:1199px) {
    .videoShow {
        width: 90%;
    }
    .videoShow .close {
        right: 15px;
        top: -30px;
    }
}

@media (max-width: 540px) {
    .videoShow {
        height: auto;
    }
    .videoShow .container, 
    .videoShow .container video {
        position: relative !important;
    }
    .videoShow .container video {
        max-height: 80vh;
    }
    .videoShow .media-control {
        top: 0;
    }
}

.tabbar {
    display: none;
    height: 60px;
}
.tabbar .list{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999999;
    display: flex;
    background: #ed9a03;
}
.tabbar .list li{
    flex: 1;
    text-align: center;
    padding: 6px 0;
}
.tabbar .list li a {
    display: block;
    color: #ffffff;
}
.tabbar .list li a img{
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.tabbar .list li a .txt {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 2px;
}

@media (max-width: 768px) {
    .tabbar {
        display: block;
    }
    .page .prev, .page .next{
        width: 32px;
    }
    .page a{
        padding: 0 10px;
        margin: 0 5px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    .page .prev::before{
        left: 14px;
        top: 10px;
        width: 8px;
        height: 8px;
    }
    .page .next::before{
        left: 8px;
        top: 11px;
        width: 8px;
        height: 8px;
    }
}

.popup.tip .container {
    background: #fff;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    padding: 0;
}

.popup.tip .title {
    font-size: 20px;
    text-align: center;
    color: #000000;
}

.popup.tip .txt {
    font-size:16px;
    line-height: 1.4;
    text-align: center;
    color: #666666;
    padding: 0 20px;
}

.popup.tip .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #2fc25b;
    border-radius: 50%;
    background-image: url(../images/correct.png);
    margin-top: 30px;
    margin-bottom: 20px;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.popup.tip .opt {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    border-top: 1px solid #dddddd;
    padding: 10px 0;
    cursor: pointer;
}

.popup.tip .opt .btn {
    color: #000000;
    font-size: 16px;
    border-radius: 6px;
}

.popup.youtube .container {
    width: 70%;
    /* max-height: 600px; */
    /* height: 80%; */
    /* height: 600px; */
    height: calc(70vw / 1.77);
    padding: 0;
}

.popup.youtube iframe {
    width: 100%;
    height: 100%;
    background: #000000;
}

.popup.youtube .close {
    position: absolute;
    right: 0px;
    top: -30px;
    font-size: 22px;
    color: red;
    cursor: pointer;
    background: url(../images/close.png)no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
}


@media (max-width: 540px) {
    .popup.tip .icon {
        width: 80px;
        height: 80px;
    }
    .popup.youtube .container {
        width: 90%;
        height: 50%;
    }
}

.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100
}

.popup .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.popup.youtube .mask {
    background: rgba(0,0,0,.8)
}

.popup .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.chat_btn {
    position: fixed;
    z-index: 15;
    bottom: 10%;
    right: 2%;
    height: 60px;
    width: 60px;
    background-color: #25d366;
    background-image: url(../images/tab_03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    border-radius: 50%;
    box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
    cursor: pointer;
}

@media (max-width: 540px) {
    .chat_btn {
        bottom: 8%;
        right: 2%;
        height: 50px;
        width: 50px;
    }
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.breadcrumb ul {
    margin: 5px 0;
}

.breadcrumb ul li {
    display: inline-block;
}

.breadcrumb ul li::before{
    content:  "/";
    padding: 0 4px;
}

.breadcrumb ul li:first-of-type::before{
    display: none;
}

.breadcrumb ul li a ,
.breadcrumb ul li span {
    font-size: 14px;
    color: #333;
}


@keyframes progress-anim {
    0% {
        width: 0
    }

    5% {
        width: 0
    }

    10% {
        width: 15%
    }

    30% {
        width: 40%
    }

    50% {
        width: 55%
    }

    80% {
        width: 100%
    }

    95% {
        width: 100%
    }

    to {
        width: 0
    }
}

.ff-message-success,.ff-form-loading_errors,.ff-errors-in-stack {
    display: none!important
}
.fluentform .ff_submitting {
    pointer-events: auto!important
}
.fluentform .text-danger {
    color: #f56c6c !important;
}

.fluentform .ff_submit_btn_wrapper {
    display: none !important;
}

#pro-form .fluentform .ff-el-group,
#contact-form .fluentform .ff-el-group {
    display: flex;
    align-items: flex-start;
}
#pro-form .fluentform .ff-el-input--label,
#contact-form .fluentform .ff-el-input--label {
    font-size: 19px;
    line-height: 40px;
    padding: 0;
    margin: 0;
}
#pro-form .fluentform .ff-el-input--content,
#contact-form .fluentform .ff-el-input--content {
    margin: 0;
    flex: 1;
}
#pro-form .fluentform input,
#pro-form .fluentform textarea,
#contact-form .fluentform input,
#contact-form .fluentform textarea {
    font-size: 18px;
    font-family: normal;
    border-radius: 0;
}

#con-form .fluentform .ff-el-group {
    margin: 0 10px 0 0 ;
}
#con-form .fluentform .ff-el-input--label {
    display: none;
}
#con-form .fluentform input {
    font-size: 14px;
    width: 100%;
    margin-right: 0;
}
#con-form .frm-fluent-form .ff-t-container {
    gap: 0;
}
#con-form .fluentform .error {
    position: absolute;
    line-height: 1.2;
    margin: 0;
}

#con-form .submit.working,
#pro-form .submit .btn.working,
#contact-form .submit .btn.working {
    cursor: unset;
}
#con-form .submit.working::after,
#pro-form .submit .btn.working::after,
#contact-form .submit .btn.working::after {
    animation: progress-anim 4s 0s infinite;
    background: hsla(0,0%,100%,.4);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
}

.popup.tip .container {
    background: #fff;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    padding: 0
}

.popup.tip .title {
    font-size: 20px;
    text-align: center;
    color: #000
}

.popup.tip .txt {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #666;
    padding: 0 20px
}

.popup.tip .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #00a19f;
    border-radius: 50%;
    background-image: url(../images/correct.png);
    margin-top: 30px;
    margin-bottom: 20px;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat
}

.popup.tip .opt {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    cursor: pointer
}

.popup.tip .opt .btn {
    color: #000;
    font-size: 16px;
    border-radius: 6px
}

.popup.youtube .container {
    width: 70%;
    height: calc(70vw / 1.77);
    padding: 0
}

.popup.youtube iframe {
    width: 100%;
    height: 100%;
    background: #000
}

.popup.youtube .close {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    background: url(../images/close.svg)no-repeat left center;
    background-size: 20px;
    padding-left: 30px
}

.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000
}

.popup .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.popup.youtube .mask {
    background: rgba(0,0,0,.8)
}

.popup .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.not-found {
    margin-top: 110px;
    font-size: 18px;
}

.search-list {
    padding-bottom: 30px;
}
.search-list ul li {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px #333 solid;
}
.search-list ul li .type {
    font-size: 18px;
    color: #0066b3;
    line-height: 1.2;
}
.search-list ul li .tit {
    font-size: 20px;
    line-height: 1.4;
    margin: 15px 0;
}
.search-list ul li .date {
    font-size: 14px;
    color: #494a4a;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .not-found {
        margin-top: 50px;
        font-size: 14px;
    }
    #pro-form .fluentform .ff-el-group,
    #contact-form .fluentform .ff-el-group {
        flex-direction: column;
        margin-bottom: 5px;
    }
    #pro-form .fluentform .ff-el-input--label,
    #contact-form .fluentform .ff-el-input--label {
        font-size: 16px;
        line-height: 36px;
    }
    #pro-form .fluentform .ff-el-input--content,
    #contact-form .fluentform .ff-el-input--content {
        width: 100%;
    }
    #pro-form .fluentform input, 
    #pro-form .fluentform textarea,
    #contact-form .fluentform input, 
    #contact-form .fluentform textarea {
        font-size: 16px;
        height: 40px;
    }
    #pro-form .submit .tit,
    #contact-form .submit .tit{
        display: none;
    }
    #pro-form .submit .btn,
    #contact-form .submit .btn {
        width: 100%;
        font-size: 16px;
        max-width: unset;
        height: 46px;
    }
    .search-list ul li {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .search-list ul li .type {
        font-size: 16px;
    }
    .search-list ul li .tit {
        font-size: 18px;
        margin: 10px 0;
    }
}