/* 1. base
--------------------------------------------------------------------------------*/

a[disabled], input[disabled], button[disabled], textarea[disabled] {
    cursor: not-allowed !important;
    opacity: .5 !important;
}

a:focus, input:focus, button:focus, textarea:focus {
    outline: none;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.page-wrap {
    overflow: hidden;
}
.blank50{height:150px; width:100%; clear:both; overflow:hidden;}
.blank30{height:80px; width:100%; clear:both; overflow:hidden;}
.blank20{height:30px; width:100%; clear:both; overflow:hidden;}
.tc{text-align:center;}
.tr{text-align:right;}
.awe-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 9;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 320px) {
    .awe-section {
        padding-top: calc(6.81818vw + 28.18182px);
        padding-bottom: calc(6.81818vw + 28.18182px);
    }
}

@media (min-width: 1200px) {
    .awe-section {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}

.awe-text-left, .text-left {
    text-align: left !important;
}

.awe-text-center, .text-center {
    text-align: center !important;
}

.awe-text-right, .text-right {
    text-align: right !important;
}

.awe-text-underline {
    text-decoration: underline !important;
}

.awe-round {
    border-radius: 5px !important;
}

.awe-pill {
    border-radius: 50% !important;
}

.awe-tb {
    display: table;
    width: 100%;
    height: 100%;
}

.awe-tb__cell {
    display: table-cell;
    vertical-align: middle;
}

.awe-overlay, [data-gradient-bg] > canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.awe-overlay {
    background-color: rgba(0, 0, 0, .4);
}

.bg-fixed {
    background-attachment: fixed;
}

.awe-bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.full {
    width: 100%;
    height: 100vh;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe,
.embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* table Responsive */

.table-responsive-01 {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.table-responsive-01 table > thead > tr > th,
.table-responsive-01 table > thead > tr > td,
.table-responsive-01 table > tbody > tr > th,
.table-responsive-01 table > tbody > tr > td,
.table-responsive-01 table > tfoot > tr > th,
.table-responsive-01 table > tfoot > tr > td {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .table-responsive-02 table, .table-responsive-02 thead,
    .table-responsive-02 tbody, .table-responsive-02 th, .table-responsive-02 td,
    .table-responsive-02 tr {
        display: block;
    }

    .table-responsive-02 thead {
        border-top: 1px solid #e8e8e8 !important;
        border-bottom: none !important;
    }

    .table-responsive-02 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive-02 tr {
        padding: 15px 0;
        border-left: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
    }

    .table-responsive-02 td {
        position: relative;
        padding: 15px 10px 15px 30% !important;
    }

    .table-responsive-02 td:before {
        content: attr(data-th);
        position: absolute;
        top: 15px;
        left: 20px;
        width: 25%;
        padding-right: 10px;
    }
}

a {
    color: #333;
}

.f14w{color:#fff;}
.f14w:hover{color:#c00;}

a:hover {
    text-decoration: none;
    color: #c00;
}

a:focus {
    text-decoration: none;
}

p {
    font-family: "思源黑体 CN Normal", "微软雅黑", sans-serif;
    font-weight: 400;
}

::-moz-selection {
    color: #fff;
    background-color: #333;
}

::selection {
    color: #fff;
    background-color: #333;
}

.awe-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 320px) {
    .awe-section {
        padding-top: calc(5.68182vw + 31.81818px);
        padding-bottom: calc(5.68182vw + 31.81818px);
    }
}

@media (min-width: 1200px) {
    .awe-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #dfdfdf;
}

.page-wrap {
    position: relative;
}

/* 2. button
--------------------------------------------------------------------------------*/

.awe-btn {
    display: inline-block;
    border: 2px solid #dfdfdf;
    box-shadow: none;
    outline: none;
    margin: 0;
    text-align: center;
    font-size: 14px;
    padding: 9px 12px;
    color: #000;
    background-color: transparent;
    transition: all .3s ease;
    text-decoration: none;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 1;
}

.awe-btn:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.awe-btn[disabled] {
    opacity: .65;
    cursor: not-allowed;
}

.awe-btn--primary {
    background-color: #c00;
    color: #fff;
}

.awe-btn--primary:hover {
    background-color: #000;
    color: #fff;
}

.awe-btn--primary:focus {
    background-color: #000;
    color: #fff;
}

.awe-btn--success {
    background-color: #5cb85c;
    color: #fff;
}

.awe-btn--success:hover {
    background-color: #449d44;
    color: #fff;
}

.awe-btn--success:focus {
    background-color: #449d44;
    color: #fff;
}

.awe-btn--info {
    background-color: #5bc0de;
    color: #fff;
}

.awe-btn--info:hover {
    background-color: #31b0d5;
    color: #fff;
}

.awe-btn--info:focus {
    background-color: #31b0d5;
    color: #fff;
}

.awe-btn--warning {
    background-color: #f0ad4e;
    color: #fff;
}

.awe-btn--warning:hover {
    background-color: #ec971f;
    color: #fff;
}

.awe-btn--warning:focus {
    background-color: #ec971f;
    color: #fff;
}

.awe-btn--danger {
    background-color: #d9534f;
    color: #fff;
}

.awe-btn--danger:hover {
    background-color: #c9302c;
    color: #fff;
}

.awe-btn--danger:focus {
    background-color: #c9302c;
    color: #fff;
}

.awe-btn--link {
    background-color: transparent;
    color: #fe6565;
}

.awe-btn--link:hover {
    background-color: transparent;
    color: #fe6565;
    text-decoration: underline;
}

.awe-btn--link:focus {
    background-color: transparent;
    color: #fe6565;
}

.awe-btn--dark {
    background-color: #000;
    color: #fff;
}

.awe-btn--dark:hover {
    background-color: #fe6565;
    color: #fff;
}

.awe-btn--dark:focus {
    background-color: #fe6565;
    color: #fff;
}

.awe-btn--xs {
    padding: 6px 15px;
    font-size: 12px;
}

.awe-btn--sm {
    padding: 8px 15px;
    min-width: 100px;
    font-size: 12px;
}

.awe-btn--md {
    padding: 10px 20px;
    min-width: 140px;
    font-size: 14px;
}

.awe-btn--lg {
    padding: 14px 24px;
    min-width: 160px;
    font-size: 16px;
}

.awe-btn--square {
    border-radius: 0;
}

.awe-btn--round {
    border-radius: 5px;
}

.awe-btn--pill {
    border-radius: 20px;
    padding: 10px 20px;
    border-color: #c00;
    line-height: normal;
}

.awe-btn--block {
    display: block;
    width: 100%;
}

.awe-btn--disabled {
    opacity: .65;
    cursor: not-allowed;
}

/* 3. form-item
--------------------------------------------------------------------------------*/

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"]),
select2, textarea, select, product__number:not([type="text"]) {
    box-shadow: none;
    outline: none;
    margin: 0;
    border-radius: 0;
    padding: 0;
    line-height: 40px;
    border: 1px solid #dfdfdf;
    color: #000;
    font-size: 16px;
    vertical-align: middle;
    height: 45px;
    width: 100%;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"])::-webkit-input-placeholder,
select2::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
product__number:not([type="text"])::-webkit-input-placeholder {
    color: #333;
    font-family: "Josefin Sans", sans-serif;
    text-transform: capitalize;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"])::-moz-placeholder,
select2::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder,
product__number:not([type="text"])::-moz-placeholder {
    color: #333;
    font-family: "Josefin Sans", sans-serif;
    text-transform: capitalize;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"]):-moz-placeholder,
select2:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder,
product__number:not([type="text"]):-moz-placeholder {
    color: #333;
    font-family: "Josefin Sans", sans-serif;
    text-transform: capitalize;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"]):-ms-input-placeholder,
select2:-ms-input-placeholder, textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
product__number:not([type="text"]):-ms-input-placeholder {
    color: #333;
    font-family: "Josefin Sans", sans-serif;
    text-transform: capitalize;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"]):focus,
select2:focus, textarea:focus, select:focus,
product__number:not([type="text"]):focus {
    border-color: #c00;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"]):focus::-webkit-input-placeholder,
select2:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
product__number:not([type="text"]):focus::-webkit-input-placeholder {
    color: #333;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"]):focus::-moz-placeholder,
select2:focus::-moz-placeholder, textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder,
product__number:not([type="text"]):focus::-moz-placeholder {
    color: #333;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"]):focus:-moz-placeholder,
select2:focus:-moz-placeholder, textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder,
product__number:not([type="text"]):focus:-moz-placeholder {
    color: #333;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"]):focus:-ms-input-placeholder,
select2:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
product__number:not([type="text"]):focus:-ms-input-placeholder {
    color: #333;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"])[disabled],
select2[disabled], textarea[disabled], select[disabled],
product__number:not([type="text"])[disabled] {
    opacity: .65;
    cursor: not-allowed;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"]),
textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type="checkbox"], input[type="radio"] {
    width: auto !important;
}

textarea {
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 80px;
    resize: none;
    height: auto;
}

/* Typography */

body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
    font-family: "思源黑体 CN Normal", "微软雅黑", "Montserrat", sans-serif;
    color: #748182;
}

body.awe-skin-dark {
    background-color: #333;
}

.awe-skin-dark {
    color: rgba(255, 255, 255, .8);
}

.awe-skin-dark h1, .awe-skin-dark h2, .awe-skin-dark h3, .awe-skin-dark h4,
.awe-skin-dark h5, .awe-skin-dark h6 {
    color: #fff;
}

p {
    margin-bottom: 16px;
}

a {
    transition: all .3s ease;
}

a, input, textarea, select {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
    color: #333;
    font-family: "思源黑体 CN Normal", "微软雅黑", "Josefin Sans", sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 52px;
}

h3 {
    font-size: 44px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 18px; line-height:30px;
}

h3, h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}

h3 span{float:right; font-size:14px; line-height:23px; color:#c00; font-weight:normal;}

h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
}

blockquote {
    position: relative;
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

blockquote p {
    font-style: italic;
    margin-bottom: 0;
}

blockquote i {
    font-size: 40px !important;
    margin-bottom: 20px;
}

blockquote cite {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-top: 15px;
}

blockquote small {
    font-weight: 400;
}

@media (min-width: 768px) {
    blockquote {
        font-size: 24px;
    }
}

abbr {
    color: #67dee8;
    border-width: 2px;
}

mark, .mark {
    background-color: #c00;
    color: #fff;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 4. button
--------------------------------------------------------------------------------*/

.btn {
    text-transform: uppercase;
}

.btn-custom {
    position: relative;
    padding-right: 50px;
}

.btn-custom:after {
    content: '\F178';
    font-family: 'fontAwesome';
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

/* 5. contact
--------------------------------------------------------------------------------*/

.contact {
    position: relative;
    margin-bottom: 20px;
    z-index: 9;
}

.contact__icon {
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #c00;
    display: inline-block;
}

.contact__title {
    font-size: 22px;
    color: #333;
    margin-top: 0;
    margin-bottom: 5px;
}

.contact__item:hover .contact__icon {
    background: #333;
}

/* 6. countTo
--------------------------------------------------------------------------------*/

.countTo_module {
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 1201px) {
    .countTo_module {
        margin-bottom: 0;
    }
}

.countTo_module .countTo__icon {
    color: #fff;
    font-size: 40px;
    line-height: normal;
}

.countTo_module .countTo__number {
    font-size: 60px;
    font-weight: bold;
    margin-top: 10px;
    line-height: normal;
    display: block;
    font-family: sans-serif;
}

.countTo_module .countTo__title {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
}

.awe-skin-dark .countTo__number {
    color: #fff;
}

/* 7. form_item
--------------------------------------------------------------------------------*/

.form-item {
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.form__label {
    position: absolute;
    left: 25px;
    top: 13px;
    color: #c00;
    font-size: 18px;
}

.form-wrapper {
    margin: 0 -15px;
    overflow: hidden;
}

.form-wrapper .form-item {
    padding: 0 15px;
}

.form-wrapper .form-item .form-control {
    text-indent: 40px;
}

.form-wrapper .form-item .awe-btn:hover {
    border-color: #c00;
    background: #fff;
    color: #000;
}

.form-item-btn-center {
    text-align: center;
}

@media (min-width: 769px) {
    .form-item--half {
        width: 50%;
        float: left;
    }

    .form-item-btn-right {
        text-align: right;
    }
}

.grid-css .grid-item .grid-item__inner {
    position: relative;
}

.grid-css.grid-css--grid .grid-item__content-wrapper {
    position: absolute;
}

.grid-css.grid-css--grid .grid-item__content-wrapper {
    margin: 0 !important;
}

.grid-css.grid-css--grid .grid-item__inner {
    padding-top: 100%;
}

.grid-css.grid-css--grid .grid-item.extra-large .grid-item__inner,
.grid-css.grid-css--grid .grid-item.wide .grid-item__inner {
    padding-top: 50%;
}

.grid-css.grid-css--grid .grid-item.high .grid-item__inner {
    padding-top: 200%;
}

.grid-css.grid-css--grid[data-ratio="4by3"] .grid-item__inner {
    padding-top: 75%;
}

.grid-css.grid-css--grid[data-ratio="4by3"] .grid-item.extra-large .grid-item__inner,
.grid-css.grid-css--grid[data-ratio="4by3"] .grid-item.wide .grid-item__inner {
    padding-top: 37.5%;
}

.grid-css.grid-css--grid[data-ratio="4by3"] .grid-item.high .grid-item__inner {
    padding-top: 150%;
}

.grid-css.grid-css--grid[data-ratio="16by9"] .grid-item__inner {
    padding-top: 56.25%;
}

.grid-css.grid-css--grid[data-ratio="16by9"] .grid-item.extra-large .grid-item__inner,
.grid-css.grid-css--grid[data-ratio="16by9"] .grid-item.wide .grid-item__inner {
    padding-top: 28.125%;
}

.grid-css.grid-css--grid[data-ratio="16by9"] .grid-item.high .grid-item__inner {
    padding-top: 112.5%;
}

[data-col-xs="1"].grid-css .grid-item, [data-col-xs="1"].grid-css .grid-sizer {
    width: 100%;
}

[data-col-xs="2"].grid-css .grid-item, [data-col-xs="2"].grid-css .grid-sizer {
    width: 50%;
}

[data-col-xs="2"].grid-css .grid-item.wide,
[data-col-xs="2"].grid-css .grid-item.large {
    width: 100%;
}

[data-col-xs="2"].grid-css .grid-item.extra-large {
    width: 100%;
}

[data-col-xs="3"].grid-css .grid-item, [data-col-xs="3"].grid-css .grid-sizer {
    width: 33.33333%;
}

[data-col-xs="3"].grid-css .grid-item.wide,
[data-col-xs="3"].grid-css .grid-item.large {
    width: 66.66667%;
}

[data-col-xs="3"].grid-css .grid-item.extra-large {
    width: 100%;
}

[data-col-xs="4"].grid-css .grid-item, [data-col-xs="4"].grid-css .grid-sizer {
    width: 25%;
}

[data-col-xs="4"].grid-css .grid-item.wide,
[data-col-xs="4"].grid-css .grid-item.large {
    width: 50%;
}

[data-col-xs="4"].grid-css .grid-item.extra-large {
    width: 100%;
}

[data-col-xs="5"].grid-css .grid-item, [data-col-xs="5"].grid-css .grid-sizer {
    width: 20%;
}

[data-col-xs="5"].grid-css .grid-item.wide,
[data-col-xs="5"].grid-css .grid-item.large {
    width: 40%;
}

[data-col-xs="5"].grid-css .grid-item.extra-large {
    width: 100%;
}

[data-col-xs="6"].grid-css .grid-item, [data-col-xs="6"].grid-css .grid-sizer {
    width: 16.66667%;
}

[data-col-xs="6"].grid-css .grid-item.wide,
[data-col-xs="6"].grid-css .grid-item.large {
    width: 33.33333%;
}

[data-col-xs="6"].grid-css .grid-item.extra-large {
    width: 100%;
}

[data-col-xs="7"].grid-css .grid-item, [data-col-xs="7"].grid-css .grid-sizer {
    width: 14.28571%;
}

[data-col-xs="7"].grid-css .grid-item.wide,
[data-col-xs="7"].grid-css .grid-item.large {
    width: 28.57143%;
}

[data-col-xs="7"].grid-css .grid-item.extra-large {
    width: 100%;
}

[data-col-xs="8"].grid-css .grid-item, [data-col-xs="8"].grid-css .grid-sizer {
    width: 12.5%;
}

[data-col-xs="8"].grid-css .grid-item.wide,
[data-col-xs="8"].grid-css .grid-item.large {
    width: 25%;
}

[data-col-xs="8"].grid-css .grid-item.extra-large {
    width: 100%;
}

[data-col-xs="9"].grid-css .grid-item, [data-col-xs="9"].grid-css .grid-sizer {
    width: 11.11111%;
}

[data-col-xs="9"].grid-css .grid-item.wide,
[data-col-xs="9"].grid-css .grid-item.large {
    width: 22.22222%;
}

[data-col-xs="9"].grid-css .grid-item.extra-large {
    width: 100%;
}

[data-col-xs="10"].grid-css .grid-item, [data-col-xs="10"].grid-css .grid-sizer {
    width: 10%;
}

[data-col-xs="10"].grid-css .grid-item.wide,
[data-col-xs="10"].grid-css .grid-item.large {
    width: 20%;
}

[data-col-xs="10"].grid-css .grid-item.extra-large {
    width: 100%;
}

@media (min-width: 768px) {
    [data-col-sm="1"].grid-css .grid-item,
    [data-col-sm="1"].grid-css .grid-sizer {
        width: 100%;
    }

    [data-col-sm="2"].grid-css .grid-item,
    [data-col-sm="2"].grid-css .grid-sizer {
        width: 50%;
    }

    [data-col-sm="2"].grid-css .grid-item.wide,
    [data-col-sm="2"].grid-css .grid-item.large {
        width: 100%;
    }

    [data-col-sm="2"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-sm="3"].grid-css .grid-item,
    [data-col-sm="3"].grid-css .grid-sizer {
        width: 33.33333%;
    }

    [data-col-sm="3"].grid-css .grid-item.wide,
    [data-col-sm="3"].grid-css .grid-item.large {
        width: 66.66667%;
    }

    [data-col-sm="3"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-sm="4"].grid-css .grid-item,
    [data-col-sm="4"].grid-css .grid-sizer {
        width: 25%;
    }

    [data-col-sm="4"].grid-css .grid-item.wide,
    [data-col-sm="4"].grid-css .grid-item.large {
        width: 50%;
    }

    [data-col-sm="4"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-sm="5"].grid-css .grid-item,
    [data-col-sm="5"].grid-css .grid-sizer {
        width: 20%;
    }

    [data-col-sm="5"].grid-css .grid-item.wide,
    [data-col-sm="5"].grid-css .grid-item.large {
        width: 40%;
    }

    [data-col-sm="5"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-sm="6"].grid-css .grid-item,
    [data-col-sm="6"].grid-css .grid-sizer {
        width: 16.66667%;
    }

    [data-col-sm="6"].grid-css .grid-item.wide,
    [data-col-sm="6"].grid-css .grid-item.large {
        width: 33.33333%;
    }

    [data-col-sm="6"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-sm="7"].grid-css .grid-item,
    [data-col-sm="7"].grid-css .grid-sizer {
        width: 14.28571%;
    }

    [data-col-sm="7"].grid-css .grid-item.wide,
    [data-col-sm="7"].grid-css .grid-item.large {
        width: 28.57143%;
    }

    [data-col-sm="7"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-sm="8"].grid-css .grid-item,
    [data-col-sm="8"].grid-css .grid-sizer {
        width: 12.5%;
    }

    [data-col-sm="8"].grid-css .grid-item.wide,
    [data-col-sm="8"].grid-css .grid-item.large {
        width: 25%;
    }

    [data-col-sm="8"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-sm="9"].grid-css .grid-item,
    [data-col-sm="9"].grid-css .grid-sizer {
        width: 11.11111%;
    }

    [data-col-sm="9"].grid-css .grid-item.wide,
    [data-col-sm="9"].grid-css .grid-item.large {
        width: 22.22222%;
    }

    [data-col-sm="9"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-sm="10"].grid-css .grid-item,
    [data-col-sm="10"].grid-css .grid-sizer {
        width: 10%;
    }

    [data-col-sm="10"].grid-css .grid-item.wide,
    [data-col-sm="10"].grid-css .grid-item.large {
        width: 20%;
    }

    [data-col-sm="10"].grid-css .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 992px) {
    [data-col-md="1"].grid-css .grid-item,
    [data-col-md="1"].grid-css .grid-sizer {
        width: 100%;
    }

    [data-col-md="2"].grid-css .grid-item,
    [data-col-md="2"].grid-css .grid-sizer {
        width: 50%;
    }

    [data-col-md="2"].grid-css .grid-item.wide,
    [data-col-md="2"].grid-css .grid-item.large {
        width: 100%;
    }

    [data-col-md="2"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-md="3"].grid-css .grid-item,
    [data-col-md="3"].grid-css .grid-sizer {
        width: 33.33333%;
    }

    [data-col-md="3"].grid-css .grid-item.wide,
    [data-col-md="3"].grid-css .grid-item.large {
        width: 66.66667%;
    }

    [data-col-md="3"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-md="4"].grid-css .grid-item,
    [data-col-md="4"].grid-css .grid-sizer {
        width: 25%;
    }

    [data-col-md="4"].grid-css .grid-item.wide,
    [data-col-md="4"].grid-css .grid-item.large {
        width: 50%;
    }

    [data-col-md="4"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-md="5"].grid-css .grid-item,
    [data-col-md="5"].grid-css .grid-sizer {
        width: 20%;
    }

    [data-col-md="5"].grid-css .grid-item.wide,
    [data-col-md="5"].grid-css .grid-item.large {
        width: 40%;
    }

    [data-col-md="5"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-md="6"].grid-css .grid-item,
    [data-col-md="6"].grid-css .grid-sizer {
        width: 16.66667%;
    }

    [data-col-md="6"].grid-css .grid-item.wide,
    [data-col-md="6"].grid-css .grid-item.large {
        width: 33.33333%;
    }

    [data-col-md="6"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-md="7"].grid-css .grid-item,
    [data-col-md="7"].grid-css .grid-sizer {
        width: 14.28571%;
    }

    [data-col-md="7"].grid-css .grid-item.wide,
    [data-col-md="7"].grid-css .grid-item.large {
        width: 28.57143%;
    }

    [data-col-md="7"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-md="8"].grid-css .grid-item,
    [data-col-md="8"].grid-css .grid-sizer {
        width: 12.5%;
    }

    [data-col-md="8"].grid-css .grid-item.wide,
    [data-col-md="8"].grid-css .grid-item.large {
        width: 25%;
    }

    [data-col-md="8"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-md="9"].grid-css .grid-item,
    [data-col-md="9"].grid-css .grid-sizer {
        width: 11.11111%;
    }

    [data-col-md="9"].grid-css .grid-item.wide,
    [data-col-md="9"].grid-css .grid-item.large {
        width: 22.22222%;
    }

    [data-col-md="9"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-md="10"].grid-css .grid-item,
    [data-col-md="10"].grid-css .grid-sizer {
        width: 10%;
    }

    [data-col-md="10"].grid-css .grid-item.wide,
    [data-col-md="10"].grid-css .grid-item.large {
        width: 20%;
    }

    [data-col-md="10"].grid-css .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    [data-col-lg="1"].grid-css .grid-item,
    [data-col-lg="1"].grid-css .grid-sizer {
        width: 100%;
    }

    [data-col-lg="2"].grid-css .grid-item,
    [data-col-lg="2"].grid-css .grid-sizer {
        width: 50%;
    }

    [data-col-lg="2"].grid-css .grid-item.wide,
    [data-col-lg="2"].grid-css .grid-item.large {
        width: 100%;
    }

    [data-col-lg="2"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-lg="3"].grid-css .grid-item,
    [data-col-lg="3"].grid-css .grid-sizer {
        width: 33.33333%;
    }

    [data-col-lg="3"].grid-css .grid-item.wide,
    [data-col-lg="3"].grid-css .grid-item.large {
        width: 66.66667%;
    }

    [data-col-lg="3"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-lg="4"].grid-css .grid-item,
    [data-col-lg="4"].grid-css .grid-sizer {
        width: 25%;
    }

    [data-col-lg="4"].grid-css .grid-item.wide,
    [data-col-lg="4"].grid-css .grid-item.large {
        width: 50%;
    }

    [data-col-lg="4"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-lg="5"].grid-css .grid-item,
    [data-col-lg="5"].grid-css .grid-sizer {
        width: 20%;
    }

    [data-col-lg="5"].grid-css .grid-item.wide,
    [data-col-lg="5"].grid-css .grid-item.large {
        width: 40%;
    }

    [data-col-lg="5"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-lg="6"].grid-css .grid-item,
    [data-col-lg="6"].grid-css .grid-sizer {
        width: 16.66667%;
    }

    [data-col-lg="6"].grid-css .grid-item.wide,
    [data-col-lg="6"].grid-css .grid-item.large {
        width: 33.33333%;
    }

    [data-col-lg="6"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-lg="7"].grid-css .grid-item,
    [data-col-lg="7"].grid-css .grid-sizer {
        width: 14.28571%;
    }

    [data-col-lg="7"].grid-css .grid-item.wide,
    [data-col-lg="7"].grid-css .grid-item.large {
        width: 28.57143%;
    }

    [data-col-lg="7"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-lg="8"].grid-css .grid-item,
    [data-col-lg="8"].grid-css .grid-sizer {
        width: 12.5%;
    }

    [data-col-lg="8"].grid-css .grid-item.wide,
    [data-col-lg="8"].grid-css .grid-item.large {
        width: 25%;
    }

    [data-col-lg="8"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-lg="9"].grid-css .grid-item,
    [data-col-lg="9"].grid-css .grid-sizer {
        width: 11.11111%;
    }

    [data-col-lg="9"].grid-css .grid-item.wide,
    [data-col-lg="9"].grid-css .grid-item.large {
        width: 22.22222%;
    }

    [data-col-lg="9"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-lg="10"].grid-css .grid-item,
    [data-col-lg="10"].grid-css .grid-sizer {
        width: 10%;
    }

    [data-col-lg="10"].grid-css .grid-item.wide,
    [data-col-lg="10"].grid-css .grid-item.large {
        width: 20%;
    }

    [data-col-lg="10"].grid-css .grid-item.extra-large {
        width: 100%;
    }
}

[data-gap="5"].grid-css .grid__inner {
    margin: -3px;
}

[data-gap="5"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
}

[data-gap="10"].grid-css .grid__inner {
    margin: -5px;
}

[data-gap="10"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}

[data-gap="15"].grid-css .grid__inner {
    margin: -8px;
}

[data-gap="15"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
}

[data-gap="20"].grid-css .grid__inner {
    margin: -10px;
}

[data-gap="20"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}

[data-gap="25"].grid-css .grid__inner {
    margin: -13px;
}

[data-gap="25"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 13px;
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
}

[data-gap="30"].grid-css .grid__inner {
    margin: -15px;
}

[data-gap="30"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}

[data-gap="35"].grid-css .grid__inner {
    margin: -18px;
}

[data-gap="35"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 18px;
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
}

[data-gap="40"].grid-css .grid__inner {
    margin: -20px;
}

[data-gap="40"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}

[data-gap="45"].grid-css .grid__inner {
    margin: -23px;
}

[data-gap="45"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 23px;
    top: 23px;
    right: 23px;
    bottom: 23px;
    left: 23px;
}

[data-gap="50"].grid-css .grid__inner {
    margin: -25px;
}

[data-gap="50"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 25px;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
}

/* 8. grid-css
--------------------------------------------------------------------------------*/

.grid-css {
    margin: 0;
}

.grid-css .grid-item, .grid-css .grid-sizer {
    width: 100%;
}

.grid-css .grid-item .grid-item__inner .grid-item__content-wrapper {
    background-color: #ccc;
}

.grid-css.grid-css--grid .grid-item__content-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.filter {
    margin: 0 -10px 30px;
    text-align: center;
}

.filter li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 5px 10px;
    cursor: pointer;
    color: #666;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.filter li.current {
    background-color: #c00;
    border: 1px solid #c00;
    color: #fff;
}

.filter li.current a {
    color: #fff;
}

.filter a {
    color: #748182;
}

/* 9. portfolio
--------------------------------------------------------------------------------*/

/* 10. portfolio
--------------------------------------------------------------------------------*/

.portfolio {
    position: relative;
    z-index: 9;
    text-align: center;
    transition: all .3s ease;
}

.portfolio:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.portfolio:hover {
    box-shadow: 0 16px 22px 0 rgba(90, 91, 95, .3);
}

.portfolio__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.portfolio__bg img {
    display: none !important;
    width: 100%;
    height: auto;
    transition: all .5s ease-in-out;
}

.portfolio__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
    transform: translate3d(-50%, -50%, 0);
}

.grid-item__content-wrapper .portfolio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid-item__content-wrapper .portfolio:after {
    display: none;
}

.grid-item__content-wrapper .portfolio:hover h2,
.grid-item__content-wrapper .portfolio:hover p {
    transform: translateY(0);
}

.grid-item__content-wrapper .portfolio:hover .line {
    opacity: 1;
    transform: translateX(0);
}

.grid-item__content-wrapper .portfolio:hover .overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.grid-item__content-wrapper .portfolio:hover img {
    transform: scale(1.1);
}

.grid-item__content-wrapper .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .87);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

.portfolio__image {
    overflow: hidden;
}

.portfolio__image img {
    width: 100%;
    height: auto;
    transition: all .5s ease-in-out;
}

.portfolio__inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: auto;
}

.portfolio__inner h2 {
    transform: translateY(-20px);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    transition: all .4s ease-in-out;
}

.portfolio__inner .line {
    width: 30%;
    height: 1px;
    background-color: #555;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    opacity: .05;
    transition: all .5s ease-in-out;
    transition-delay: .1s;
    transform: translateX(15px);
}

.portfolio__inner p {
    transform: translateY(20px);
    color: #bbb;
    font-size: 14px;
    font-weight: 400;
    transition: all .4s ease-in-out;
}

/* 11. post
--------------------------------------------------------------------------------*/

.post:hover img {
    transform: scale(1.05);
}

.post__media {
    overflow: hidden;
}

.post__media img {
    transition: all .5s ease-in-out;
}

.post__title {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

.post__title a:hover {
    color: #c00;
}

.post__text {
    font-size: 15px;
    line-height: 25px;
    color: #555;
}

.post__meta {
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #555;
    display: inline-block;
    margin-top: 10px;
    font-weight: 300;
    font-size: 13px;
    font-family: "Josefin Sans", sans-serif;
}

.post__meta > span {
    color: #aaa;
    margin-left: 10px;
    display: inline-block;
}

.post__meta > span + span:before {
    content: '-';
    display: inline-block;
    margin: 0 5px;
}

/* 12. pricing_01
--------------------------------------------------------------------------------*/

.pricing-01__element_title {
    max-width: 400px;
    margin: auto;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 0px 25px #eee;
    margin-bottom: 30px;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
	border-radius:20px;
	background:linear-gradient(to bottom, #f2f2f2, #fff);
	height:400px;
	
}

.pricing-01__element_title h2{font-size:26px; color:#161de7; font-weight:bold; padding-top:260px; text-align:right; padding-right:30px;}

.pricing-01__element {
    max-width: 400px;
    margin: auto;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 0px 25px #cfd8f0;
    margin-bottom: 30px;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
	border-radius:20px;
	background:linear-gradient(to bottom, #e4f0ef, #f1f2f2 ); height:400px;
}
.pricing-01__element:hover{background:linear-gradient(to bottom, #2d78df, #4ee4cc); color:#fff;}

.pricing-01__element .proicon{position:absolute; bottom:-5px; right:-2px; display:block; width:135px; height:100px;}

.pricing-01__header {
    border-bottom: 0px solid #f1f1f1;
    margin-left: 30px;
    margin-right: 30px;
}

.pricing-01__icon {
    font-size: 45px;
    box-shadow: 0 3px 16px -6px #555;
    height: 80px;
    width: 80px;
    line-height: 74px;
    border-radius: 50%;
    display: inline-block;
    background-color: #f5f5f5;
}

.pricing-01__icon img {
    max-width: 80px;
}

.pricing-01__title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
	padding-top:30px;
	
}

.pricing-01__body {
    margin-bottom: 0px;
}

.pricing-01_more a{margin-top:20px; text-align:left; background:url("../images/morebg.png") no-repeat left bottom; height:40px; padding-left:0px; display:block; width:120px;font-size:14px; color:#358dea;}
.pricing-01_more a:hover{background:url("../images/morebg_hover.png") no-repeat left bottom; color:#fff;}

.about_more a{margin-top:20px; text-align:left; background:url("../images/morebg.png") no-repeat left bottom; height:40px; padding-left:0px; display:block; width:120px;font-size:14px; color:#358dea;}
.about_more a:hover{background:url("../images/morebg.png") no-repeat left bottom; color:#000;}

.index_video_more a{margin-top:20px; text-align:left; background:url("../images/morebg_hover.png") no-repeat left bottom; height:40px; padding-left:0px; display:block; width:120px;font-size:14px; color:#fff;}
.index_video_more a:hover{background:url("../images/morebg_hover.png") no-repeat left bottom; color:#000;}


.newsbg{background:url("../images/newsbg.png") no-repeat top center; color:#fff;}

.pricing-01__price {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    color: #333;
}

.pricing-01__currency {
    font-size: 20px;
    vertical-align: 20px;
}

.pricing-01__amount {
    font-weight: 400;
    font-size: 50px;
    color: #333;
}

.pricing-01__period {
    font-family: "Montserrat", sans-serif;
    color: #b6b6b6;
}

.pricing-01__period:before {
    content: '/';
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

.pricing-01__words {
    font-size: 14px;
    position: relative;
    margin-bottom: 30px;
}

.pricing-01__words:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    background-color: #c00;
    transform: translateX(-50%);
    height: 1px;
    width: 40%;
}

.pricing-01__list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 15px;
}

.pricing-01__list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pricing-01__list li .fa-check {
    color: #c00;
    margin-right: 5px;
}

.pricing-01__list li .fa-close {
    color: red;
    margin-right: 5px;
}

.pricing-01__footer {
    padding: 0 30px 10px;
}

.pricing-01__feature {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
}

.pricing-01__feature .pricing-01__price {
    color: #c00;
}

.pricing-01__feature .pricing-01__period {
    color: inherit;
}

.pricing-01__shape {
    position: absolute;
    left: 0;
    top: -93px;
    height: 75px;
    width: 205px;
    transform: rotate(133deg) translateX(103px);
    background-color: #c00;
}

.pricing-01__shape p {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    width: 100%;
    transform: rotate(-180deg);
    font-weight: 600;
}

/* 13. progress
--------------------------------------------------------------------------------*/

.solutionbg{background:url("../images/solutionbg.png") no-repeat center center ; height:1020px; color:#fff;}
.news_time{background:#e5efef; border-radius:20px; color:#000; text-align:center; padding-top:30px; font-size:20px; line-height:36px; height:130px;}
.news_time span{font-size:32px; line-height:40px;}
.news_time:hover{background:#2551e1; color:#fff;}

.pro_inductor_bg1{background:#fff; border-radius:35px; padding:35px;}
.inductorbg{background:url("../images/inductor_bg.png") no-repeat center center #f2f2f2 ; height:650px; color:#fff;}
.inductor_download a{display:block; width:500px; margin:100px auto 0px; height:130px; background:url("../images/inductor_download.png") no-repeat;}
.inductor_download a:hover{background:url("../images/inductor_download_hover.png") no-repeat;display:block; width:500px; margin:100px auto 0px; height:130px;}
.inductorbg2{background:linear-gradient(to right, #fff, #f2f2f2 ); padding:30px; border-radius:30px;}

.muilti_download1 a{width:500px; margin:0px 20px 20px; height:120px; background:url("../images/multi_download1.png") no-repeat; float:left;}
.muilti_download1 a:hover{background:url("../images/multi_download1_hover.png") no-repeat; float:left; width:500px; margin:0px 20px 20px; height:120px;}
.muilti_download2 a{width:500px; margin:0px 0px 0px; height:120px; background:url("../images/multi_download2.png") no-repeat; float:left;}
.muilti_download2 a:hover{background:url("../images/multi_download2_hover.png") no-repeat; float:left; width:500px; margin:0px 0px 0px; height:120px;}
.muilti_download3 a{width:500px; margin:0px 20px 0px; height:120px; background:url("../images/multi_download3.png") no-repeat; float:left;}
.muilti_download3 a:hover{background:url("../images/multi_download3_hover.png") no-repeat; float:left; width:500px; margin:0px 20px 0px; height:120px;}


.rf_download1 a{width:500px; margin:60px 20px 20px; height:120px; background:url("../images/rf_download1.png") no-repeat; float:left;}
.rf_download1 a:hover{background:url("../images/rf_download1_hover.png") no-repeat; float:left; width:500px; margin:60px 20px 20px; height:120px;}
.rf_download2 a{width:500px; margin:60px 0px 0px; height:120px; background:url("../images/rf_download2.png") no-repeat; float:left;}
.rf_download2 a:hover{background:url("../images/rf_download2_hover.png") no-repeat; float:left; width:500px; margin:60px 0px 0px; height:120px;}

.dcd_download1 a{width:500px; margin:60px 20px 20px; height:120px; background:url("../images/dcd_download_1.png") no-repeat; float:left;}
.dcd_download1 a:hover{background:url("../images/dcd_download_1_hover.png") no-repeat; float:left; width:500px; margin:60px 20px 20px; height:120px;}
.dcd_download2 a{width:500px; margin:60px 0px 0px; height:120px; background:url("../images/dcd_download_2.png") no-repeat; float:left;}
.dcd_download2 a:hover{background:url("../images/dcd_download_2_hover.png") no-repeat; float:left; width:500px; margin:60px 0px 0px; height:120px;}

.mocil_download a{display:block; width:500px; margin:100px auto 0px; height:130px; background:url("../images/mcoil_download.png") no-repeat;}
.mocil_download a:hover{background:url("../images/mcoil_download_hover.png") no-repeat;display:block; width:500px; margin:100px auto 0px; height:130px;}

.autobg1{background:url("../images/auto_bg1.png") no-repeat; padding:20px; color:#fff; height:300px;}
.auto_button_con{padding-left:80px;}
.auto_button{border:#ccc solid 1px; padding:10px 30px; color:#fff; float:left; margin-left:30px; margin-right:10px; border-radius:25px;}
.fblue{color:#2551d9}
.auto_download1 a{width:500px; margin:60px 20px 20px; height:120px; background:url("../images/auto_download1.png") no-repeat; float:left;}
.auto_download1 a:hover{background:url("../images/auto_download1_hover.png") no-repeat; float:left; width:500px; margin:60px 20px 20px; height:120px;}
.auto_download2 a{width:500px; margin:60px 0px 0px; height:120px; background:url("../images/auto_download2.png") no-repeat; float:left;}
.auto_download2 a:hover{background:url("../images/auto_download2_hover.png") no-repeat; float:left; width:500px; margin:60px 0px 0px; height:120px;}
.auto_download3 a{width:500px; margin:60px 0px 0px; height:120px; background:url("../images/auto_download3.png") no-repeat; float:left;}
.auto_download3 a:hover{background:url("../images/auto_download3_hover.png") no-repeat; float:left; width:500px; margin:60px 0px 0px; height:120px;}
.auto_download4 a{width:500px; margin:60px 0px 0px; height:120px; background:url("../images/auto_download4.png") no-repeat; float:left;}
.auto_download4 a:hover{background:url("../images/auto_download4_hover.png") no-repeat; float:left; width:500px; margin:60px 0px 0px; height:120px;}

/* 隐藏下拉内容 */
.dropdown{float:left;margin-left:30px; margin-right:10px;}
.dropdown-content {
  display: none;
  position: absolute; /* 或者使用 position: relative; 根据需要 */
  background-color: #f9f9f9;
  min-width: 400px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1; /* 确保下拉内容在其他内容之上 */
  border-radius:10px; top:130px;
  padding-bottom:15px; padding-left:10px;
}
 
/* 显示下拉内容 */
.dropdown:hover .dropdown-content, .dropdown.show .dropdown-content {
  display: block; margin-top: -2px;
}
 
/* 添加一些基本样式到触发器 */
.dropbtn {
  border:#ccc solid 1px; padding:10px 30px; color:#fff;
  font-size: 16px;
  cursor: pointer;
  border-radius:25px;
  background:none; 
}
.dropdown-content a {
  color: black;
  padding: 15px 10px 0px;
  text-decoration: none;
  display: block; /* 使链接水平排列 */
  float:left; width:48%; text-align:left;
}
 
/* 鼠标悬停在链接上时的样式 */
.dropdown-content a:hover {color:#c00;}


.progress {
    margin-bottom: 30px;
}

.progress__title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin: 10px 0;
}

.progress__wrap {
    position: relative;
    width: 100%;
    height: 20px;
    border-radius: 0;
    background-color: #eee;
    box-shadow: 0 0 0;
}

.progress__bar {
    position: absolute;
    background-color: #c00;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    box-shadow: 0 0 0;
    transition: width 1s ease;
}

.progress__number {
    position: absolute;
    right: -15px;
    top: -30px;
    display: inline-block;
    height: 20px;
    padding: 0 5px;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    background-color: #333;
}

.progress__number:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    transform: translateX(-50%);
}

.awe-skin-dark .progress__wrap {
    background-color: #666;
}

/* 14. quote
--------------------------------------------------------------------------------*/

.quote {
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}

.quote .title__title {
    color: #fff;
}

.quote .second {
    color: #fff !important;
}

.quote .fa-quote-left {
    color: #888;
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
}

.quote .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #ccc;
    opacity: 1;
}

.quote .swiper-pagination-bullet-active {
    background: #c00;
}

.quote__text {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin: 10px 25% 20px 25%;
    font-style: italic;
}

@media (max-width: 767px) {
    .quote__text {
        margin: 10px 0;
    }
}

.quote__name {
    margin-bottom: 5px;
    font-family: "Josefin Sans", sans-serif;
    color: #c00;
    font-size: 18px;
}

.quote__work {
    color: #aaa;
    font-size: 15px;
    margin-top: 0;
    font-family: "Josefin Sans", sans-serif;
}

/* 15. service_02
--------------------------------------------------------------------------------*/

.service {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    padding: 30px;
	box-shadow:0px 0px 0px #cfd8f0;
}
.service .newsicon{position:absolute; bottom:0px; right:0px; display:block; width:65px; height:50px;}
.service:hover{box-shadow:0px 0px 25px #ccc;}
.service:hover .service__title {
    color: #c00;
}

.service:hover .service__icon {
    color: #fff;
    background-color: #c00;
}

.service__title, .service__icon {
    transition: all .3s ease;
}

.service__icon {
    font-size: 35px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #f5f5f5;
    margin: 0 auto;
    color: #333;
}

.service__title {
    font-size: 18px;
    font-weight: 600;
	padding-bottom:15px; 
	border-bottom:#9eb2fa solid 1px;
}

.service__text {
    color: #555;
    font-size: 15px;
    line-height: 25px;
}

/* 16. core_smoky
--------------------------------------------------------------------------------*/

.smoky {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 100vh;
}

@media (max-width: 767px) {
    .smoky {
        bottom: -100px;
    }
}

.smoky canvas {
    height: 100% !important;
}

/* 17. socialicon
--------------------------------------------------------------------------------*/

.social-icon {
    display: inline-block;
    margin: 5px 10px;
    transition: all .3s ease;
    color: #333;
}

.social-icon__text {
    margin-left: 6px;
}

/* 18. swiper
--------------------------------------------------------------------------------*/

/* 19. tabs
--------------------------------------------------------------------------------*/

.ac-tab__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #eee;
}

.ac-tab__nav li {
    position: relative;
    float: left;
    width: 25%;
}

@media (max-width: 767px) {
    .ac-tab__nav li {
        width: 50%;
    }
}

.ac-tab__nav li a {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 30px;
    text-align: center;
    background-color: #eee;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 767px) {
    .ac-tab__nav li a {
        font-size: 14px;
        padding: 30px 10px;
    }
}

.ac-tab__nav li a.active {
    background-color: #f8f8f8;
}

.ac-tab__nav li a:hover {
    background-color: #f7f7f7;
}

.ac-tab__nav li a .fa {
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
}

.ac-tab__nav.ac-tab__nav--bottom {
    margin-top: 15px;
    margin-bottom: 0;
}

.ac-tab__nav.ac-tab__nav--left, .ac-tab__nav.ac-tab__nav--right {
    width: 200px;
}

.ac-tab__nav.ac-tab__nav--left li, .ac-tab__nav.ac-tab__nav--right li {
    display: block;
}

.ac-tab__nav.ac-tab__nav--left {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.ac-tab__nav.ac-tab__nav--right {
    float: right;
    margin-left: 20px;
    margin-bottom: 0;
}

.ac-tab__nav.ac_icon--left i, .ac-tab__nav.ac_icon--left .fa,
.ac-tab__nav.ac_icon--left .icon {
    margin-right: 5px;
}

.ac-tab__nav.ac_icon--right i, .ac-tab__nav.ac_icon--right .fa,
.ac-tab__nav.ac_icon--right .icon {
    margin-left: 5px;
}

.ac-tab__content--left {
    width: calc(100% - 221px);
    float: left;
}

.tabs-panel {
    display: none;
}

.tabs__module-02 {
    text-align: center;
}

.tabs__module-02 .ac-tab__nav a {
    border: 1px solid transparent;
    border-radius: 30px;
    letter-spacing: 2px;
    padding: 6px 20px;
    margin: 0 20px;
}

.tabs__module-02 .ac-tab__nav a:hover, .tabs__module-02 .ac-tab__nav a.active {
    border-color: #333;
    background-color: transparent;
}

.tabs__module-03 .ac-tab__nav {
    border-bottom: 1px solid #8e8e8e;
}

.tabs__module-03 .ac-tab__nav a {
    border-color: transparent;
    background-color: transparent;
    margin-bottom: -1px;
}

.tabs__module-03 .ac-tab__nav a:hover {
    background-color: #f7f7f7;
}

.tabs__module-03 .ac-tab__nav a.active {
    border-color: #8e8e8e;
    border-bottom-color: #fff;
    background-color: transparent;
}

.tab_panel__content {
    line-height: 25px;
    margin: 0;
    margin-right: 20%;
}

.ac-tab__panel {
    background: #f8f8f8;
    clear: both;
    overflow: hidden;
    padding: 30px;
}

/* 20. team
--------------------------------------------------------------------------------*/

.team {
    margin: 0 20px;
    padding-bottom: 50px;
}

.team .team__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    opacity: 0;
    background-color: rgba(0, 0, 0, .65);
}

.team:hover .team__body {
    opacity: 1;
    visibility: visible;
}

.team:hover .team__social {
    transform: translate(0, 0);
    opacity: 1;
}

.team:hover .team__social a {
    transform: translateY(0);
}

.team:hover .team__overlay {
    opacity: 1;
}

.team:hover img {
    transform: scale(1.1);
}

.team__avatar {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.team__avatar img {
    margin: auto;
    transition: all .4s ease-in-out;
    height: 250px;
    width: 250px;
    border-radius: 50%;
}

.team__social {
    transform: translate(0, 10px);
    transition: all .3s ease;
    opacity: 0;
}

.team__name {
    color: #333;
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

.team__work {
    color: #888;
    font-weight: 300;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.team__work:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    height: 2px;
    width: 60px;
    background-color: #c00;
}

.team__social {
    margin: 0 -10px 5px;
    transition-delay: .4s;
}

.team__social a {
    display: inline-block;
    font-size: 14px;
    margin: 0 2px;
    height: 33px;
    width: 33px;
    line-height: 33px;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: transparent;
    transform: translateY(30px);
    transition: all .3s linear;
}

.team__social a:hover {
    background: #c00;
}

.team__text {
    color: #555;
    font-size: 15px;
    line-height: 22px;
}

.btn {
    padding: 10px;
    color: white;
    background-color: black;
}

.btn--orange {
    background-color: orange;
}

/* 21. title
--------------------------------------------------------------------------------*/

.title {
    margin-bottom: 40px;
    text-align: center;
}

.title__title {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    font-weight: 400;
    font-size: 40px;
    color: #fff;
	text-align:right;
	padding-right:30px;
}

.title__title .first {
    color: #c00;
    font-size: 22px;
}

.title__text {
    text-align: center;
    margin: 10px 25% 60px 25%;
    word-spacing: 2px;
    color: #555;
    font-size: 15px;
}

@media (max-width: 767px) {
    .title__text {
        margin: 10px 0;
    }
}

.title__left {
    text-align: left;
}

/* 22. video
--------------------------------------------------------------------------------*/

.video {
    position: relative;
    height: 250px;
}

.video__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.video__icon i {
    width: 80px;
    height: 80px;
    border: 2px solid;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
	color:#fff;
}
.video__icon i:hover{color:#c00;}
/* 23. footer
--------------------------------------------------------------------------------*/

.footer {
    position: relative;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.footer #back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #444;
    text-align: center;
    position: fixed;
    border-radius: 50%;
    padding: 0;
    right: 15px;
    bottom: 10px;
    z-index: 9999;
    display: block;
    cursor: pointer;
}

.footer #back-to-top i {
    line-height: 15px;
    font-size: 25px;
}

.footer__wrapper {
    position: relative;
}

.footer__social {
    margin-bottom: 0;
}

.footer__social a {
    color: #fff;
}

.footer__social a i {
    margin-top: 20px;
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: transparent;
    margin-bottom: 30px;
    border-radius: 50%;
}

.footer__social a i:hover {
    background-color: #c00;
    color: #fff;
}

.footer__social a:hover {
    color: #c00;
}

.footer__copy {
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
}

@media (min-width: 993px) {
    .footer {
        background:#999 !important;
        padding: 30px 0;
    }
}

/* 24. header-01
--------------------------------------------------------------------------------*/

.header {
    padding: 0;
    transition: all .3s cubic-bezier(.91, .04, .13, .99);
    position: relative;
}

.header.header--fixed {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 99;
}

.header.is-scroll {
    top: 0;
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, .15);
    background: #fff;
}

.header.is-scroll li a {
    padding: 15px;
}

.header__inner {
    position: relative;
    padding-right: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo a {
    font-size: 28px;
    font-weight: 600;
}

.onepage-nav {
    z-index: 999;
}

.onepage-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.onepage-nav ul li {
    position: relative;
    z-index: 199;
}
.onepage-nav li ul {display: none;}
.onepage-nav ul li:hover ul {display: block; position: absolute; top:56px; min-width:150px; left:0; width:150px; z-index:100; left:-40px; z-index:999;} 
.onepage-nav ul li:hover ul li.rfmenu a {display:block;  color:#fff; width: 165px; height:30px; background:#222; line-height:30px; border-bottom:#c00 solid 1px; padding-top:10px;}
.onepage-nav ul li:hover ul li.rfmenu a:hover { color:#fff; background:#c00;}
.onepage-nav li a {
    display: block;
    position: relative;
    text-decoration: none;
}

.rf_bleft {float:left;width:400px; padding-top:30px;}
.rf_bleft h2 {line-height:35px;font-size:19px;text-align:left;margin-left:0px;width:160px;text-align:center;color:#233B6C;}
.rf_bleft p {font-size:12px;line-height:18px;margin-top:10px;width:400px;margin-left:20px;text-align:left;height:77px;}
.rf_bleft ul {float:left;width:430px;margin-top:20px;}
.rf_bleft ul li {float:left;width:132px;margin-right:0px 10px;}
.rf_bleft ul li.search:hover {opacity:0.6;filter:alpha(opacity=60);}
.rf_bleft a {
  display: block;
  line-height: inherit;
  cursor: pointer;
}
.rf_menu {
  line-height:30px;
  text-transform: uppercase;
  font-size:14px;
}
.rf_menu-item {
  display: inline-block;
  position: relative;
  float:left;
  width:132x;
  margin:0px;
}
.rf_menu-item:hover .rf_submenu {
  display: block;  color:#fff;margin-top: -2px;
}
ul.rf_submenu {
  font-weight: 300;
  text-transform: none;
  display: none;
  position: absolute;
  background-color:#333;
  font-size:11px;
  z-index:9999;
  margin-left:0px;
  border:solid 2px #ececec;
  top:42px;
}
ul.rf_submenu a {
  color:#fff;
}
ul.rf_submenu a:Hover {
  color:#192358;
}
ul.rf_submenu li {
  border-bottom:solid 1px #fff;
  width:200px;
  font-size:12px;
  margin:0px;
  float:left;
  margin-right:15px;
  padding:0px 7px;
  font-weight:normal;
}

ul.rf_btn1 li {
  line-height:15px;
}
 .rf_submenu-item a {
  text-align:left;
  padding: 2px 3px;
  line-height:18px; font-size:14px; float:left;
}
.rf_btn1 a{
  line-height:15px;
}
.rf_submenu-item:hover {
  color:#2551da;
}
.rf_submenu li img {
  float:right;margin-right:2px;margin-left:4px;margin-top:8px;
}

.inductor_bleft {float:left;width:420px;}
.inductor_bleft h2 {line-height:35px;font-size:19px;text-align:left;margin-left:0px;width:96px;text-align:center;color:#233B6C;}
.inductor_bleft p {font-size:12px;line-height:18px;margin-top:10px;width:400px;margin-left:20px;text-align:left;height:77px;}
.inductor_bleft ul {float:left;width:430px;margin-top:20px;}
.inductor_bleft ul li {float:left;width:132px;margin-right:10px;}
.inductor_bleft ul li.search:hover {opacity:0.6;filter:alpha(opacity=60);}
.inductor_bleft a {
  display: block;
  line-height: inherit;
  cursor: pointer;
}
.inductor_menu {
  line-height:30px;
  text-transform: uppercase;
  font-size:14px;
}
.inductor_menu-item {
  display: inline-block;
  position: relative;
  float:left;
  width:140x;
  margin:0px;
}
.inductor_menu-item:hover .inductor_submenu {
  display: block;  color:#fff;
}
ul.inductor_submenu {
  font-weight: 300;
  text-transform: none;
  display: none;
  position: absolute;
  width:140px;
  background-color:#333;
  font-size:11px;
  z-index:9999;
  margin-top:-1px;
  margin-left:0px;
  border:solid 2px #ccc;
}
ul.inductor_submenu a {
  color:#4DFFFF;
}
ul.inductor_submenu a:Hover {
  color:#192358;
}
ul.inductor_submenu li {
  border-bottom:solid 1px #4DFFFF;
  width:136px;
  font-size:12px;
  white-space: nowrap;
  -webkit-transform-origin-x: 0;
}

ul.inductor_btn1 li {
  line-height:15px;
}
 .inductor_submenu-item a {
  text-align:left;
  padding: 2px 3px;
  line-height:30px;
}
.inductor_btn1 a{
  line-height:15px;
}
.inductor_submenu-item:hover {
  background:#4DFFFF;
}
.inductor_submenu li img {
  float:right;margin-right:2px;margin-left:4px;margin-top:8px;
}

@media (min-width: 1201px) {
    .onepage-nav {
        text-align: center;
    }

    .onepage-nav li:hover > a {
        color: #c00;
    }

    .onepage-nav .onepage-menu .sub-menu {
        opacity: 0;
        visibility: hidden;
    }

    .onepage-nav .onepage-menu li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .onepage-nav .onepage-menu a {
        padding: 20px 30px;
    }

    .onepage-nav .onepage-menu .sub-menu {
        text-align: left;
        padding: 0 2px;
    }

    .onepage-nav .onepage-menu .sub-menu li {
        background-color: #111;
    }

    .onepage-nav .onepage-menu .sub-menu li:first-child {
        padding-top: 18px;
    }

    .onepage-nav .onepage-menu .sub-menu li:last-child {
        padding-bottom: 18px;
    }

    .onepage-nav .onepage-menu .sub-menu a {
        color: #eee;
        padding: 2px 25px;
    }

    .onepage-nav .onepage-menu .sub-menu a:after {
        right: 15px;
    }

    .onepage-nav .onepage-menu > li {
        display: inline-block;
    }

    .onepage-nav .onepage-menu a {
        font-size: 14px;
        color: #748182;
        transition: all 300ms ease;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        padding: 30px 10px;
        line-height: 20px;
    }

    .onepage-nav .onepage-menu .sub-menu {
        display: block !important;
    }

    .onepage-nav .onepage-menu .sub-menu .current-menu-parent > a,
    .onepage-nav .onepage-menu .sub-menu .current-menu-item > a {
        color: #c00;
    }

    .onepage-nav .onepage-menu .current-menu-parent > a,
    .onepage-nav .onepage-menu .current-menu-item > a {
        color: #c00; border-bottom:#c00 solid 2px;
    }

    .onepage-nav .onepage-menu .sub-menu {
        width: 200px;
        position: absolute;
        top: 100%;
        z-index: -1;
        left: 0;
        transition: all 300ms ease;
    }

    .onepage-nav .onepage-menu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }

    .onepage-nav .onepage-menu .sub-menu li > a {
        font-size: 14px;
        transition: all 300ms ease;
    }

    .onepage-nav .onepage-menu .sub-menu li:hover > a {
        color: #4aa8ff;
    }

    .onepage-nav .onepage-toggle-menu {
        display: none;
    }
}

@media (max-width: 1200px) {
    .onepage-nav .onepage-menu {
        position: fixed;
        top: 0;
        will-change: transform;
    }

    .onepage-nav .onepage-menu a {
        font-size: 14px;
    }

    .onepage-nav .onepage-menu a:after {
        right: 0;
        width: 50px;
        text-align: center;
    }

    .onepage-nav .onepage-menu .sub-menu {
        display: none;
    }

    .onepage-nav .onepage-menu {
        background-color: #111;
    }

    .onepage-nav .onepage-menu a {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        color: #eee;
    }

    .onepage-nav .onepage-menu a:after {
        border-left: 1px solid rgba(255, 255, 255, .1);
    }

    .onepage-nav .onepage-menu {
        left: 0;
        width: 280px;
        background-color: #111;
        transform: translate(-100%, 0);
    }

    .onepage-nav .active.onepage-menu {
        transform: translate(0, 0);
    }

    .onepage-nav .onepage-menu {
        z-index: 99999;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        text-align: left;
        width: 300px;
        transition: all 300ms ease;
    }

    .onepage-nav .onepage-menu li {
        position: relative;
    }

    .onepage-nav .onepage-menu a {
        padding: 12px 15px;
        font-size: 16px;
        text-transform: capitalize;
        color: #748182;
    }

    .onepage-nav .onepage-menu a:hover {
        color: #fff;
    }

    .onepage-nav .onepage-menu .active > a {
        color: #fff;
    }

    .onepage-nav .onepage-menu .current-menu-parent > a,
    .onepage-nav .onepage-menu .current-menu-item > a {
        color: #fff;
    }

    .onepage-nav .onepage-menu .sub-menu a {
        padding: 12px 15px;
    }

    .onepage-nav .onepage-menu .sub-menu .menu-item-has-children > a:hover {
        color: #4aa8ff;
    }

    .onepage-nav .onepage-menu .sub-menu .menu-item-has-children.active > a {
        color: #4aa8ff;
    }

    .onepage-nav .onepage-toggle-menu {
        display: block;
    }
}

.onepage-nav {
    display: inline-block;
    vertical-align: middle;
}

.onepage-nav li.current a {
    color: #c00;
}

.onepage-menu.active ~ .navbar-toggle span:nth-child(1) {
    top: 10px;
    transform: rotate(-45deg);
}

.onepage-menu.active ~ .navbar-toggle span:nth-child(2) {
    opacity: 0;
    left: -40px;
}

.onepage-menu.active ~ .navbar-toggle span:nth-child(3) {
    top: 10px;
    transform: rotate(45deg);
}

@media (min-width: 1201px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 23px;
    overflow: hidden;
    transform: translateY(-50%);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navbar-toggle span {
    position: absolute;
    display: block;
    height: 3px;
    width: 100%;
    background-color: #c00;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navbar-toggle span:nth-child(1) {
    top: 0;
}

.navbar-toggle span:nth-child(2) {
    top: 10px;
}

.navbar-toggle span:nth-child(3) {
    top: 20px;
}

@media (min-width: 1201px) {
    .header__inner {
        padding-right: 0;
    }
}

/* 25. hero
--------------------------------------------------------------------------------*/
.col-md-12 img:hover{opacity: 0.5;}
.cp_downimg img:hover{opacity: 0.5;}
.cp_downimg {
    padding: 60px 160px; clear:both;
}
.cp_downimg li {
    float: left;
    width: 25%;
    text-align: center;
}
.topicbg {
    background:url("../images/banner_about.jpg"); background-image:cover;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.topicbg2 {
    background:url("../images/banner_topic.jpg"); background-image:cover;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.topicbg_auto {
    background:url("../images/automotive-hero.png"); background-image:cover;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.indexbg {
    background:url("../images/indexbg.jpg"); background-image:cover;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.pro_mcoilbg {
    background:url("../images/banner_mcoil.png"); background-image:cover;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.probg {
    background:url("../images/banner_inductor.jpg"); background-image:cover;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.hero {
    background: #000;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.hero__wrapper .a-btn {
    color: #fff;
}

.hero__wrapper .a-btn.btn-first {
    background: #c00;
    border-color: #c00;
}

.hero__wrapper .a-btn.btn-first:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}

.hero__wrapper .a-btn.btn-first:hover:before {
    background: #fff;
}

.hero__title {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	margin-top: 0;
	margin-bottom: 15px; line-height:60px;
}

@media (min-width: 320px) {
    .hero__title {
        font-size: calc(1.13636vw + 26.36364px);
    }
}

@media (min-width: 1200px) {
    .hero__title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .hero__title {
        margin-top: 80px;
    }
}

.hero__title span {
    color: #fff;
}

.hero__title .typing__module {
    display: inline-block;
}

.hero__text {
    font-size: 16px;
    color: #eee;
    font-size: 16px;
    font-weight: 400;
    margin: 0 15%;
    margin-top: 20px;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@media (min-width: 1201px) {
    .hero {
        height: 100vh;
        padding: 0;
    }
    .topicbg {
        height: 50vh;
        padding: 0;
    }
    .topicbg2 {
        height: 50vh;
        padding: 0;
    }
	.topicbg_auto{height:60vh; padding:0px;}

    .pro_mcoilbg {
        height: 50vh;
        padding: 0;
    }
    .probg {
        height: 50vh;
        padding: 0;
    }
    .indexbg {
        height: 100vh;
        padding: 0;
    }
	

    .hero__wrapper {
        position: absolute;
        top: 30%;
        left: 0;
        z-index: 2;
        width: 100%;
        transform: translateY(-50%);
    }
}

/* 26. Layout
--------------------------------------------------------------------------------*/

.main-content, .sidebar-left, .sidebar-right {
    margin-bottom: 40px;
}

.sidebar-left .form-item--button .select2-container--default .select2-selection--single .select2-selection__arrow,
.sidebar-right .form-item--button .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 25px;
    border-left: 0;
}

.sidebar-left .form-item--button .awe-btn,
.sidebar-right .form-item--button .awe-btn {
    padding-left: 20px;
    padding-right: 20px;
}

/* 27. Grid Boostrap 
--------------------------------------------------------------------------------*/

.no-gutters {
    margin: 0;
}

.no-gutters > .col, .no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

/* 28. Font size
--------------------------------------------------------------------------------*/

.f-subtitle {
    font-size: 22px;
    font-weight: 300;
}

.fz-15 {
    font-size: 15px;
}

.fz-16 {
    font-size: 16px;
}

.fz-22 {
    font-size: 22px;
}

.fz-30 {
    font-size: 30px;
}

.fz-40 {
    font-size: 40px;
}

.fw-600 {
    font-weight: 600;
}

.bg-gray {
    background: #f2f2f2;
}

.bg-white {
    background: #fff;
}

/* 29. Margin Padding
--------------------------------------------------------------------------------*/

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.pd-0 {
    padding: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mt-55 {
    margin-top: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mt-65 {
    margin-top: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mt-75 {
    margin-top: 75px;
}

/* 30. Swiper
--------------------------------------------------------------------------------*/

.swiper-pagination-custom {
    margin-top: 20px;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background-color: #c00;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px;
}

/* 31. Popup
--------------------------------------------------------------------------------*/

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    line-height: 30px;
    right: 0;
    width: 30px;
    height: 30px;
    padding-right: 0;
    text-align: center;
    opacity: 1;
    color: #fff;
    border: 1px solid #fff;
}

.mfp-close:active {
    top: 0;
}

.mfp-iframe-holder .mfp-close:active {
    top: -40px;
}

.mfp-zoom-in .mfp-content {
    transition: all .4s cubic-bezier(.18, .89, .32, 1.27);
    transform: scale(.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-bg {
    transition: all .3s ease-out;
    opacity: 0;
}

.mfp-zoom-in.mfp-ready .mfp-content {
    transform: scale(1);
    opacity: 1;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-content {
    transition: all .4s cubic-bezier(.18, .89, .32, 1.27);
    transform: scale(.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 32. Button
--------------------------------------------------------------------------------*/

.a-btn {
    line-height: normal;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 5px;
    position: relative;
    font-weight: 200;
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
    overflow: visible;
    border: 2px solid #fff;
    transform: perspective(1px) translateZ(0);
    transition: all .3s ease 0s;
    overflow: hidden;
}

.a-btn:before {
    content: "";
    background: #c00;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50%;
    transition: transform .4s ease-out;
    z-index: -1;
}

.a-btn:hover {
    border-color: #c00;
    color: #fff;
}

.a-btn:hover:before {
    transform: scaleX(1);
}

.a-btn.style-2 {
    background: #c00;
    border-color: #c00;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
}

.a-btn.style-2:hover {
    background: #333;
    border-color: #333;
}

.a-btn.style-2:hover:before {
    background: #333;
}

.a-btn.style-1 {
    color: #fff;
}

.main-color {
    color: #c00;
}

@media (max-width: 767px) {
    .col-reverse {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    }
}

.form-wrapper .awe-btn {
    background: #c00;
    color: #fff;
}

/* SECTION WHY */

.why .back {
    position: absolute;
    left: 0;
    top: 0;
    width: 33.3%;
    bottom: 0;
    background-image: url("number.jpg");
    background-size: cover;
    background-position: top;
}

@media (max-width: 767px) {
    .why .back {
        display: none;
    }
}

.why .service {
    margin-bottom: 25px;
    padding: 0px 20px 0px 15px;
    background-color: #fff;
	border-radius:20px;
}

.why .box {
    padding: 70px 50px;
}

@media (max-width: 767px) {
    .why .box {
        padding: 0;
    }
}

/* SECTION VIDEO */

.video .popup-video .icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 3px 30px -5px #888;
    margin-right: 5px;
    padding-left: 5px;
    transition: all .4s ease-in-out;
    background: #c00;
}

.video .popup-video .fa {
    color: #fff;
}

.video .popup-video span {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-top: 20px;
}

.founder .back {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-image: url("testimonial.jpg");
    background-size: cover;
    background-position: top;
}

@media (max-width: 767px) {
    .founder .back {
        width: 100%;
        opacity: .2;
    }
		.banner .banner-top {
	  width: 100%;
	  height: 4.6rem;
	}
	.banner .banner-box .banner-left, .banner .banner-box .banner-right {
	  flex: 1;
	  height: 2.8rem;
	}
	.m_show {
	  display: block;
	}
	.banner_index {
	  overflow: hidden;
	}
	.pc_show {
  display: none !important;
}

}

.founder .box {
    padding: 70px;
}

.founder .box .fa {
    font-size: 65px;
    opacity: .4;
}

.founder .box h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.founder .box span {
    color: #c00;
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.founder .box p {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
}

.banner_l_auto{position:relative; width:50%; float:left;}
.banner_l_auto .banner_auto{position:absolute; width:90%; height:400px; top:70%; display:block;}
.banner_r_chip{float:right; position:relative; width:50%;}
.banner_r_chip .banner_chip{width:90%; height:100px; display:block; position:absolute; top:0px; left:20%;}
.banner_r_chip .banner_chip2{width:90%; height:300px; display:block; position:absolute; top:400px; left:20%;}
.case_title{padding:15px 0px; font-size:16px; line-height:24px;}
.yudennews{clear:both; padding-bottom:10px; border-bottom:#9eb2fa solid 1px; margin-bottom:10px;}
.newstitle{font-size:16px; line-height:24px; float:left; text-align:left; font-weight:bold; padding-top:20px;}
.newstime{font-size:14px; text-align:right; float:right; width:20%; color:#2f66f4; height:20px; padding-top:25px;}
.newsclear{clear:both; position:relative;}
.aboutbg{background:url("../images/aboutbg.png") no-repeat top center; color:#333;}
.abouttitle{font-size:36px; color:#161de7; margin-left:60px; text-align:left; }
.about_con{padding:0px 30px 30px 50px; font-size:16px; color:#333; line-height:26px;}
.aboutintro{border:#344f96 solid 1px;}
.aboutintro_1{float:left; width:60%; background:#344f96; color:#fff; padding:40px 20px; font-size:16px; line-height:26px;}
.aboutintro_2{float:right; width:37%; text-align:center; position:relative;}
.aboutbtn{display:block; width:200px; background:#e50012; text-align:center; margin-top:30px; color:#fff; font-size:16px; border-radius:25px; height:40px; line-height:40px;}
.aboutbtn:hover{background:#a20000; color:#fff;}
.aboutintro_2 .aboutplay{position:absolute; top:32%; left:35%; display:block; width:100px; height:100px; background:url("../images/icon_play.png") no-repeat; z-index:100; cursor:pointer;}
.aboutintro_2 .aboutplay:hover{background:url("../images/icon_play_hover.png");display:block; width:100px; height:100px; top:32%; left:35%;}
.probg_inductor{background:#5c6273;}
.pro_title_inductor {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    font-weight: 400;
    font-size: 40px;
    color: #fff;
	display:block; width:260px; height:50px; 
	margin:0 auto; background:url("../images/titlebg_w.png") no-repeat;
}

.section_mcoil_footer {
    position: relative;
}
.mcoil_4 {
  width: 100%;
  vertical-align: middle;
}
.section_mcoil_footer .wrap {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%, 0); z-index:100;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.section_mcoil_footer_defail {
  text-align: center;
}
.section_mcoil_footer_defail {
  position: relative;
  top: -130px;
  left: 200px;
  width: 385px;
  height: 282px;
  background: url("mcoil_5.png") center center no-repeat;
}
.section_mcoil_footer_defail h4 {
  display: inline-block;
  border-bottom: 5px solid #fff;
  line-height: 2;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding-top: 50px;
  margin-bottom: 28px;
}
.section_mcoil_footer_defail p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 40px;
}
.section_mcoil_footer_defail a {
  display: block;
  margin: 0 auto;
  line-height: 36px;
  color: #333;
  font-size: 12px;
  width: 122px;
  height: 36px;
  background: #e4e4e4;
  border-radius: 18px;
}
.section_mcoil_footer_defail a:hover {
 background:#fff
}
.is_allow {
  cursor: pointer;
}
.section_mcoil_footer .mcoil_search {
  position: absolute;
  top: 59%;
  left: 55%;
  width: 157px;
  height: 36px;
  background: #4e63cb;
  border-radius: 18px;
  padding-left: 33px;
  box-sizing: border-box;
  color: #fff;
  line-height: 36px; cursor:pointer; z-index:500;
}
.section_mcoil_footer .mcoil_search:hover {
 background:#566ee1
}
.m_show {
  display: none;
}
.mcoil_search img {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0, -50%);
  z-index: 4;
}
.section_mcoil_footer .mcoil_search::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 49px;
  height: 36px;
  background: #324bcb;
  border-radius: 18px;
}
.section_topic1_item1 {
  background: url("topic_1.png") no-repeat;
}
.section_topic1_item {
  width: 550px;
  height: 320px;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 20px;background: url("topic_1.png") no-repeat;
}
.section_topic1_item1 h3 {
  font-size: 30px;
  padding-bottom: 8px;
  padding-top: 50px;
  display: inline-block;
  border-bottom: 5px solid #fff;
  margin-left: 35px;
  margin-right: 35px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.section_topic1_item1 p {
  color: #fff;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 16px;
  line-height: 28px;
}
.topic2_title{
  font-size: 30px;
  font-weight: 500;
  border-left: 4px solid #d5000b;
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px; text-align:left; color:#333;
}
.topic2_title a {
  color: #d5000b;
  font-size: 16px;
}
.section_topic2 {
  height: 800px;
  background: url("topic1_bg1.png") center center no-repeat;
  text-align: center;
}
.section_topic2 h2 {
  font-weight: 500;
  padding-top: 16px;
  margin-bottom: 24px;
  font-size: 30px;
  color: #fff;
}
.section_topic2 h3 {
  font-weight: 500;
  margin-bottom: 34px;
  font-size: 20px;
  color: #fff;
}
.section_topic2_btn {
  display: inline-block;
  width: 160px;
  height: 50px;
  background: #d5000b;
  border: 1px solid #d5000b;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
}
.section_topic2_btn:hover {
 border:1px solid #ffffff;
 background:transparent
}
.section_topic2_btn img {
 vertical-align:middle
}
.topic_video {
  position: relative;
  width: 670px;
  height: 380px;
  margin: 50px auto 30px auto;
  background: url("topic_video2.png") center center no-repeat;
}
.video_icon {
  position: absolute;
  width: 96px;
  height: 96px;
  background: url("play1.png") center center no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video_icon:hover {
 background:url("../images/play2.png") center center no-repeat
}
.section_topic2 p {
  color: #fff;
  font-size: 20px;
}
.banner_commom {
  position: relative;
}
.banner img {
  width: 100%;
  vertical-align: middle;
}
.banner_commom_box {
  position: absolute;
  left: 21%;
  bottom: 28%;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner_commom_box li a.sev_menu_pro0 {
  display: inline-block;
  width: 135px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #fff;
  background: #fff;
  color: #2551da;
  font-size: 16px;
  margin-right: 20px;
  border-radius:20px; font-weight:bold;
}

.banner_commom_box li a.sec_menu_pro {
  font-size: 12px;
  margin-right: 20px;
  line-height:18px;
  color:#000;
  font-weight:normal;
}
.banner_commom_box li a.sec_menu_pro:hover { color:#2551da;
}

.banner_commom_box li a img {
  vertical-align: middle;
  width: auto;
}
.banner_commom_box li a.sev_menu_pro0:hover {
 border:1px solid #358dea;
 background:#ececec; color:#000;
}
.flex_space_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product_list .product_item {
  width: 285px;
  height: 220px;
  cursor: pointer;
  position: relative;
}
.product_list .product_item > a {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.3);
  line-height: 220px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}
.product_list .product_item>a:hover {
 background:rgba(0,0,0,0.7)
}
.section_multi2 {
  height: 600px;
  background: url("multi1_bg1.png") center center no-repeat;
  text-align: center;
  margin-top: 50px;
}
.multi2_video {
  position: relative;
  width: 670px;
  height: 380px;
  margin: 50px auto 30px auto;
  background: url("topic_video1.png") center center no-repeat;
}
.section_multi2 p {
  color: #fff;
  font-size: 20px;
}
.banner_nav_drop {
  position: relative;
}
.flex ul{list-style:none; margin:0px; display:none;}
.flex li ul li.rfmenupdf a {display:block;  color:#fff; width: 165px; height:30px; background:#222; line-height:30px; border-bottom:#c00 solid 1px; padding-top:10px;}
.banner_nav_drop_box {
  position: absolute;
  top: 52px;
  left: 0;
  display: none;
}
.banner_nav_drop .banner_nav_drop_box a {
  font-size: 12px;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 182px;
  height: 40px;
  line-height: 1.3;
  border: 1px solid #ffffff;
  background: #0a1026;
  margin-bottom: 2px;
  text-align: left;
  padding-left: 5px;
  box-sizing: border-box;
}
.banner_nav_drop .banner_nav_drop_box a.m_show {
  display: none;
}
.section_rf2 {
  height: 550px;
  background: url("rf2.png") center center no-repeat;
  position: relative;
}
.rf2_video {
  position: relative;
  width: 670px;
  height: 380px;
  background: url("topic_video.png") center center no-repeat;
  margin: 0 auto;
}
.page-automotive__video {
  margin: 50px auto;
  width: 1474px;
  height: 570px;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-self: flex-start;
  background-size: 100%;
}
.auto_videobg{background:url("../images/auto_videobg.png") no-repeat}
.autobg2{background:#3168f4;}
.autoborder1{background:#fff; box-shadow:0px 0px 25px #040159; clear:both;}
.autoborder1:hover{background:#fff; box-shadow:0px 0px 25px #666; clear:both;}
.auto_videobg2{background:url("../images/automotive-apply.png") no-repeat; background-size: 1920px 1554px; background-position: center top;}

.page-automotive__video .col-left {
  width: 396px;
  height: 379px;
}
.page-automotive__video .col-right {
  width: 590px;
  height: 332px;
  margin-left: 150px;
}
.index1_bg2_video {
  position: relative;
  width: 100%;
  height: 320px;
  background-color: #000;
  margin: 0 auto;
  cursor: pointer;
}
.autotitlebg{background:url("../images/auto_titlebg.png") no-repeat; width:140px; height:45px; font-size:18px; color:#fff; text-align:center; line-height:45px;}
.autocon{clear:both; color:#333; font-size:16px; line-height:30px; padding:20px 0px; margin-bottom:40px;}
.auto_apply{background:#2f66f4; height:197px; padding:120px 0px 30px 30px; font-size:30px; color:#fff; font-weight:bold; line-height:40px;}
.auto_applybg{box-shadow:0px 0px 25px #999;}
.auto_applybg:hover{box-shadow:0px 0px 25px #2f66f4;}
.auto_pro{background:#fff; text-align:center; font-size:18px; color:#000; font-weight:bold; padding:10px 0px;}
.auto_prol{background:#2f66f4; float:left; width:49.5%; padding:5px 0px; font-size:16px; line-height:26px; height:34px; text-align:center; color:#fff;}
.auto_prol a{color:#fff;}
.auto_pror{background:#2f66f4; float:right; width:50%; padding:5px 0px; font-size:16px; line-height:26px; height:34px; text-align:center; color:#fff;}
.auto_pror a{color:#fff;}

.banner_index {
  position: relative;
}
.banner img {
  width: 100%;
  vertical-align: middle;
}
.banner_index_btn1 {
  left: 2%;
  top: 8.1%;
  width: 67%;
  height: 90%;
}
.banner_index_btn1, .banner_index_btn2, .banner_index_btn3, .banner_index_btn4, .banner_index_btn5, .banner_index_btn6, .banner_index_btn7 {
  position: absolute;
  -webkit-clip-path: polygon(0% 30%, 10% 0%, 100% 0%, 100% 70%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 43%, 11% 0%, 100% 0%, 100% 57%, 88% 100%, 0% 100%);
}
.banner_index_btn2 {
  right: 0%;
  top: 2%;
  width: 30%;
  height: 45%;
}
.banner_index_btn3 {
  right: 0;
  bottom: 3%;
  width: 30%;
  height: 45%;
}
.banner_index_btn4 {
  right: 2%;
  bottom: 35.7%;
  width: 25.5%;
  height: 8.9%;
}
.banner_index_btn5 {
  right: 2%;
  bottom: 25.7%;
  width: 25.5%;
  height: 8.9%;
}
.banner_index_btn6 {
  right: 2%;
  bottom: 12.7%;
  width: 25.5%;
  height: 8.9%;
}
.banner_index_btn7 {
  right: 2%;
  bottom: 0.7%;
  width: 25.5%;
  height: 8.9%;
}
.newsclear .link_topic {
  position: absolute;
  top: 123px;
  left: 305px;
  width: 255px;
  height: 170px;
  background: url("link_topic.png") no-repeat;
}
@media (max-width: 767px) {
		.banner .banner-top {
		  width: 100%;
		  height: 4.6rem;
		}
	.banner .banner-box .banner-left, .banner .banner-box .banner-right {
	  flex: 1;
	  height: 2.8rem;
	}
	.banner .banner-box .banner-left{float:left; width:50%; height:240px;}
	.banner .banner-box .banner-right{float:left; width:50%; height:240px;}
	img {
  display: block;
  width: 100%;
}
	.m_show {
	  display: block;
	}
	.banner_index {
	  overflow: hidden;
	}
	.pc_show {
  display: none !important;
}

