/* ===== slick.css ===== */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* ===== basic.css ===== */
@charset"utf-8";

/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* 在线工具 Tool.Adminbuy.Cn */
/* QQ：9490489 */

/******基本默认样式*******/

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
    margin: 0;
    padding: 0;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
    outline: none;
}

html {
    font-size: 62.5%;
}

body {
    font: 12px "Microsoft YaHei", "Arial";
    color: #000;
    line-height: 1.5;
    overflow-x: hidden;
}

ol,
ul,
li {
    list-style-type: none;
    vertical-align: middle;
}

img {
    vertical-align: top;
    border: 0;
    max-width: 100%;
    height: auto;
}

input,
select,
textarea,
button {
    vertical-align: middle;
}

textarea,
input {
    outline: none;
    resize: none;
}

input[type='submit'],
input[type='button'],
button {
    text-indent: 0;
    text-align: center;
    cursor: pointer;
}

label,
button,
a {
    cursor: pointer;
}

ins,
em,
b,
i {
    text-decoration: none;
    font-style: normal;
}


/* 去掉浏览器默认样式 */

select:focus,
textarea:focus,
input:focus,
button {
    outline: none;
}


/* placeholder文字的初始样式 */

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}


/* table */

table {
    border-collapse: collapse;
    border-spacing: 0;
    font: inherit;
}


/* a标签 */

a {
    color: inherit;
    text-decoration: none;
}

a[href] {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
em {
    font-weight: normal;
}

a,
span,
li,
b,
i,
label,
p,
strong,
div,
h1,
h2,
h3,
h4,
h5,
h6,
font,
small,
em,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    font: inherit;
    color: inherit;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}


/*用来解决在安卓上的点击出现篮框问题*/

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*解决ios上去除微信点击蓝色边框 */

a:focus,
input:focus,
p:focus,
div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
html {
    width: 100%!important;
    padding: 0!important;
    height: 100%;
}

*::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
}

*::-webkit-scrollbar-button {
    display: none;
}

*::-webkit-scrollbar-track {
    background-color: #eee;
}

*::-webkit-scrollbar-thumb {
    background-color: #0730a6;
}


/* 浮动与清浮动 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl::after {
    content: '\20';
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.hide {
    display: none;
}

.show {
    display: block;
}

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

.v-show {
    visibility: visible;
}

.v-hide {
    visibility: hidden;
}

.mt-8 {
    margin-top: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-36 {
    margin-top: 36px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-36 {
    margin-bottom: 36px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-24 {
    margin-left: 24px;
}

.ml-32 {
    margin-left: 32px;
}

.ml-36 {
    margin-left: 36px;
}

.ml-48 {
    margin-left: 48px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-24 {
    margin-right: 24px;
}

.mr-32 {
    margin-right: 32px;
}

.mr-36 {
    margin-right: 36px;
}

.mr-48 {
    margin-right: 48px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-36 {
    padding-top: 36px;
}

.pt-48 {
    padding-top: 48px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-36 {
    padding-bottom: 36px;
}

.pb-48 {
    padding-bottom: 48px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-12 {
    padding-left: 12px;
}

.pl-24 {
    padding-left: 24px;
}

.pl-36 {
    padding-left: 36px;
}

.pl-48 {
    padding-left: 48px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-8 {
    padding-right: 8px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-12 {
    padding-right: 12px;
}

.pr-24 {
    padding-right: 24px;
}

.pr-36 {
    padding-right: 36px;
}

.pr-48 {
    padding-right: 48px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.backImg {
    background-size: cover;
}

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

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

[data-ahref] {
    cursor: pointer;
}

body {
    background: transparent;
}

.font-40 {
    font-size: 40px;
}

.font-38 {
    font-size: 32px;
}

.font-36 {
    font-size: 32px;
}

.font-34 {
    font-size: 32px;
}

.font-32 {
    font-size: 32px;
}

.font-30 {
    font-size: 30px;
}

.font-28 {
    font-size: 28px;
}

.font-24 {
    font-size: 24px;
}

.font-22 {
    font-size: 22px;
}

.font-20 {
    font-size: 20px;
}

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.op-1 {
    opacity: 0.1;
}

.op-2 {
    opacity: 0.2;
}

.op-3 {
    opacity: 0.3;
}

.op-4 {
    opacity: 0.4;
}

.op-5 {
    opacity: 0.5;
}

.op-6 {
    opacity: 0.6;
}

.op-7 {
    opacity: 0.7;
}

.op-8 {
    opacity: 0.8;
}

.op-9 {
    opacity: 0.9;
}

.op-10 {
    opacity: 1;
}

.font-light {
    font-weight: lighter;
}

.font-bold {
    font-weight: bold;
}

.font-500 {
    font-weight: 500;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.block {
    display: block;
}


/* 网站基本宽度 */

.container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}


/* 自用栅格 占据列数：8 */


/* .row {
    margin: -12px;
} */

.row:before,
.row:after {
    content: '';
    display: table;
    clear: both;
}

[class *='col-'] {
    float: left;
    min-height: 1px;
    padding: 12px;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.grid {
    font-size: 0;
}

.grid .left,
.grid .right {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 12px;
}

.grid .cum {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    font-size: 12px;
}


/* 栅格 */

.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}

.grid-box .column {
    width: 100%;
}

.grid-box.two>.column {
    width: 50%;
}

.grid-box.three>.column {
    width: 33.33333%;
}

.grid-box.four>.column {
    width: 25%;
}

.grid-box.five>.column {
    width: 20%;
}

.grid-box.six>.column {
    width: 16.6666667%;
}

.grid-box.seven>.column {
    width: 14.285714%;
}

.grid-box.eight>.column {
    width: 12.55%;
}

.grid-box.nine>.column {
    width: 11.11111111%;
}

.grid-box.ten>.column {
    width: 10%;
}


/* 宽度定义 */

.wid-100 {
    width: 100%;
}

.wid-10 {
    width: 10%;
}

.wid-20 {
    width: 20%;
}

.wid-30 {
    width: 30%;
}

.wid-40 {
    width: 40%;
}

.wid-50 {
    width: 50%;
}

.wid-60 {
    width: 60%;
}

.wid-70 {
    width: 70%;
}

.wid-80 {
    width: 80%;
}

.wid-90 {
    width: 90%;
}

.half {
    width: 50%;
}

.layout-middle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.layout-v-middle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.layout-h-middle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.layout-tab {
    display: table;
    width: 100%;
}

.layout-tab>.cell {
    display: table-cell;
    vertical-align: middle;
}

.transi {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}


/****头部语言选择效果*****/

#lanSelBox {
    font-size: 16px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.current_lang {
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
}

.lang.selected {
    display: none;
}

.lang img,
.lang span.lang-txt {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    color: #444444;
}

.lang span.lang-txt {
    position: relative;
    top: -1px;
    font-weight: 700;
}

.lang img {
    width: 20px;
    margin-left: 0;
}

.lang span span {
    color: #999;
    font-weight: 400;
}

.lang i.chevron.down {
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-left: 3px;
}

.more_lang {
    transform: translateY(-20px);
    opacity: 0;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 180px;
    background: #fff;
    -webkit-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -moz-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -o-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -ms-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
}

.more_lang .lang {
    padding: 10px 15px;
}

#lanSelBox.active .more_lang {
    display: block;
}

.more_lang.active {
    opacity: 1;
    transform: translateY(-0px);
}

.more_lang .lang:hover {
    background: #5766b2;
    color: #fff;
}

.more_lang .lang:hover span {
    color: #fff;
}

#lanSelBox:hover,
#lanSelBox.active {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 15px;
    -webkit-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    -moz-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    -o-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    -ms-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    transition: all 0.3s cubic-bezier(0, .99, .44, .99);
}

#lanSelBox.active .more_lang .lang {
    border-top: 1px solid #eaeaea;
}


/*******遮罩弹出按钮（包含链接和放大）*******/

.hwaq_img_btn_01 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hwaq_img_btn_01 img {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
}

.hwaq_img_btn_01 .ovrly {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hwaq_img_btn_01 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hwaq_img_btn_01 .buttons>a {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    background-color: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: 0 1px;
    color: rgba(50, 50, 50, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}

.hwaq_img_btn_01 .buttons .the_search {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.hwaq_img_btn_01:hover .buttons>a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.hwaq_img_btn_01:hover .ovrly {
    opacity: 1;
}

.hwaq_img_btn_02 {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.hwaq_img_btn_02 .layer,
.hwaq_img_btn_02 .layer>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hwaq_img_btn_02 .layer {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hwaq_img_btn_02 img {
    opacity: 0.9;
}

.hwaq_img_btn_02 .layer::after,
.hwaq_img_btn_02 img,
.hwaq_img_btn_02 p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.hwaq_img_btn_02 .layer::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hwaq_img_btn_02 h2,
.hwaq_img_btn_02 p {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

.hwaq_img_btn_02 h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.hwaq_img_btn_02 p {
    padding: 0.5em 2em;
    text-transform: none;
    font-size: 0.85em;
    opacity: 0;
}

.hwaq_img_btn_02:hover {
    background: -webkit-linear-gradient(-45deg, #053565 0%, #0066cc 100%);
    background: linear-gradient(-45deg, #053565 0%, #0066cc 100%);
}

.hwaq_img_btn_02:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

.hwaq_img_btn_02:hover .layer::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

.hwaq_img_btn_02:hover h2,
.hwaq_img_btn_02:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

.hwaq_img_btn_02 h2 {
    display: inline-block;
}

.hwaq_img_btn_02:hover p.description {
    opacity: 1;
}

.hwaq_img_btn_02:hover figcaption,
.hwaq_img_btn_02:hover h2,
.hwaq_img_btn_02:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hwaq_img_btn_02:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.hwaq_img_btn_02:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.hwaq_img_btn_02:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.hwaq_img_btn_02:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/*******按钮效果*******/

.hwaq_just_btn_01 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.hwaq_just_btn_01::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hwaq_just_btn_01>span {
    position: relative;
    z-index: 20;
}

.hwaq_just_btn_01:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}

.hwaq_just_btn_01::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.hwaq_just_btn_01:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}


/**************图片点击放大效果****************/

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/**************页面右下角悬浮表单****************/

.mlztx {
    opacity: .6;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #2b93e6;
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 30px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    transition: all 1s ease 0s;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 2px 3px hsla(0, 0%, 0%, 0.1);
    box-shadow: 0px 0px 2px 3px hsla(0, 0%, 0%, 0.1);
    cursor: pointer;
}

.mlztx:hover {
    opacity: 1;
    background-color: #00b1ff;
    width: 65px;
    height: 65px;
}

.layer-form {
    display: none;
}

.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 1000001;
    left: 0;
    top: 0;
}

.wrap-contact100 {
    width: 560px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    /*margin-top: 40px;*/
    overflow: auto;
    max-height: 90vh;
}

.contact100-form-title {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    background-image: url("../images/layer-form-bg.jpg");
    width: 100%;
    min-height: 128px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    padding: 30px 15px 30px 15px;
}

.contact100-form-title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(67, 67, 67, 0.6);
}

.contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 55px 48px 55px;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    margin-bottom: 15px
}

.label-input100 {
    font-size: 18px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    left: 2px;
}

.label-input100.rs1 {
    height: 60px;
}

.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
    padding: 0 25px 0 60px;
    border: none;
}

input.input100 {
    height: 55px;
}

textarea.input100 {
    min-height: 162px;
    padding-top: 22px;
    padding-bottom: 15px;
    font-family: 'microsoft yahei';
}

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid;
    border-radius: 2px;
    border-color: #0066cc;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus+.focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.input100:focus+.focus-input100+.label-input100 {
    color: #0066cc;
}

.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 17px;
}

.contact100-form-btn {
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 42px;
    border-radius: 21px;
    background: #0066cc;
    cursor: pointer;
    box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact100-form-btn:hover {
    background: #333333;
    box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}

@media (max-width: 576px) {
    .contact100-form {
        padding: 40px 15px 48px 15px;
    }
    .input100 {
        padding: 0 25px 0 40px;
    }
    .label-input100 {
        width: 40px;
    }
}

.validate-input {
    position: relative;
}

.alert-validate .focus-input100 {
    box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
}

.alert-validate::before {
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: transparent;
    border: 1px solid #fa4251;
    border-radius: 2px;
    top: -1px;
    left: -1px;
    pointer-events: none;
}

.btn-hide-validate {
    font-size: 18px;
    color: #fa4251;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0px;
    right: -25px;
}

.rs1-alert-validate.alert-validate::before {
    background-color: #fff;
}

.true-validate::after {
    content: "\f26b";
    font-size: 18px;
    color: #00ad5f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0px;
    right: -25px;
}

@media (max-width: 576px) {
    .btn-hide-validate {
        right: 10px;
    }
    .true-validate::after {
        right: 10px;
    }
}

.btn-hide-contact100 {
    font-size: 20px;
    color: #fff;
    opacity: 0.6;
    position: absolute;
    right: 10px;
    top: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    z-index: 10;
}

.btn-hide-contact100 .icon {
    margin: 0;
    padding: 0;
    background: none;
}

.btn-hide-contact100:hover {
    opacity: 1;
}


/*******图片移上放大效果*******/

.img-box {
    overflow: hidden;
    position: relative;
}

.img-box img {
    transition: 1s ease;
}

.img-box:hover img {
    transform: scale(1.1, 1.1);
}


/*******Swiper外部容器超出隐藏*******/

.slideBox {
    overflow: hidden;
}


/*******button-hover（边框线切换）*******/

.hwaq-hover-btn {
    display: inline-block;
    position: relative;
}

.hwaq-hover-btn span {
    display: block;
    transition: all 0.5s ease 0s;
}

.hwaq-hover-btn:hover span {
    color: #ff5c19;
}

.hwaq-hover-btn:before,
.hwaq-hover-btn:after,
.hwaq-hover-btn span:before,
.hwaq-hover-btn span:after {
    content: "";
    width: 25%;
    height: 100%;
    border-radius: 30px;
    border: 2px solid #ff5c19;
    border-left: none;
    border-right: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease 0s;
}

.hwaq-hover-btn:after {
    left: 25%;
}

.hwaq-hover-btn span:before {
    left: 50%;
}

.hwaq-hover-btn span:after {
    left: 75%;
}

.hwaq-hover-btn:hover:before,
.hwaq-hover-btn:hover:after,
.hwaq-hover-btn:hover span:before,
.hwaq-hover-btn:hover span:after {
    border-radius: 0;
    opacity: 1;
    transform: scale(1);
}

.hwaq-hover-btn:hover:before {
    border-left: 2px solid #ff5c19;
}

.hwaq-hover-btn:hover span:after {
    border-right: 2px solid #ff5c19;
}


/*******button-hover（横向闪过）*******/

.set_1_btn {
    color: #333;
    cursor: pointer;
    display: block;
    position: relative;
    vertical-align: middle;
    background: transparent;
}

.set_1_btn:hover {
    text-decoration: none;
    transition: all 150ms linear 0s;
}

.set_1_btn svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.set_1_btn rect {
    fill: none;
    stroke: #e1b700;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 450ms linear 0s;
}

.set_1_btn:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 114;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}


/*******img-hover（遮罩+链接、放大）*******/

.portfolio-item {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
}

.portfolio-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.portfolio-item__info {
    position: absolute;
    top: 7px;
    left: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 2 * 7px);
    height: calc(100% - 2 * 7px);
    background-color: rgba(38, 37, 37, 0.5);
}

.portfolio-item__header {
    position: relative;
    margin: 0 0 20px 0;
    padding: 15px 0;
    font-size: 22px;
}

.portfolio-item__header:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 2px;
    width: 100%;
    content: '';
    background-color: #8D909B;
}

.portfolio-item__links {
    display: flex;
}

.portfolio-item__link-block {
    position: relative;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.portfolio-item__link-block:last-child {
    margin-right: 0;
}

.portfolio-item__link {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #101010;
    text-decoration: none;
    border: 1px solid #101010;
    border-radius: 50%;
}

.portfolio-item__link:hover {
    color: #fff;
    background-color: #101010;
}

.portfolio-item--eff3 .portfolio-item__info {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.portfolio-item--eff3 .portfolio-item__header {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
}

.portfolio-item--eff3 .portfolio-item__header:after {
    bottom: -20px;
    opacity: 0;
}

.portfolio-item--eff3 .portfolio-item__link-block {
    opacity: 0;
}

.portfolio-item--eff3 .portfolio-item__link-block:first-child {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.portfolio-item--eff3 .portfolio-item__link-block:nth-child(2) {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.portfolio-item--eff3:hover .portfolio-item__info {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.portfolio-item--eff3:hover .portfolio-item__header {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.45s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.portfolio-item--eff3:hover .portfolio-item__header:after {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.6s;
    bottom: 0;
    opacity: 1;
}

.portfolio-item--eff3:hover .portfolio-item__link-block {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.85s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}


/*******img-hover（图片翻盖效果）*******/

.hwaq-img-fg-box {
    position: relative;
}

.hwaq-img-fg-box .pic {
    position: relative;
    z-index: 1;
    transform-origin: 95% 50% 0;
    transition: all 0.5s ease 0s;
}

.hwaq-img-fg-box:hover .pic {
    transform: rotate(-160deg);
    z-index: 10;
}

.hwaq-img-fg-box .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.hwaq-img-fg-box .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #b9607e;
}


/*animate补充动画*/

@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        transform: translate3d(-10%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftSmall {
    animation-name: fadeInLeftSmall;
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        transform: translate3d(10%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightSmall {
    animation-name: fadeInRightSmall;
}

@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, -10%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownSmall {
    animation-name: fadeInDownSmall;
}

@keyframes fadeOutDownSmall {
    from {
        opacity: 1;
        transform: none;
    }
    to {
        opacity: 0;
        transform: translate3d(0%, 10%, 0);
    }
}

.fadeOutDownSmall {
    animation-name: fadeOutDownSmall;
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, 10%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall;
}

.Txtblur1 {
    animation-duration: 1.2s!important;
    animation: Txtblur cubic-bezier(0.82, 0.01, 0.34, 1);
}

.Txtblur2 {
    animation-duration: 1s!important;
    animation: Txtblur cubic-bezier(0.82, 0.01, 0.34, 1);
}

.scaleIn {
    animation-duration: 0.8s!important;
    animation: scaleIn cubic-bezier(0.82, 0.01, 0.34, 1);
}

@keyframes Txtblur {
    0% {
        filter: blur(12px);
        opacity: 0;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
    }
    100% {
        filter: blur(0);
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}

.scale_go {
    animation: scale_go 3s cubic-bezier(0.34, 0.9, 1, 1);
    animation-duration: 3s!important;
}

@keyframes scale_go {
    from {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
    }
    to {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}

@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}

@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}

@media screen and (min-width: 1600px) {
    html {
        font-size: 20px;
    }
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 20px;
    }
    .col-xxl-1 {
        width: 8.33%;
    }
    .col-xxl-2 {
        width: 16.66%;
    }
    .col-xxl-3 {
        width: 25%;
    }
    .col-xxl-4 {
        width: 33.33%;
    }
    .col-xxl-5 {
        width: 41.66%;
    }
    .col-xxl-6 {
        width: 50%;
    }
    .col-xxl-7 {
        width: 58.33%;
    }
    .col-xxl-8 {
        width: 66.66%;
    }
    .col-xxl-9 {
        width: 75%;
    }
    .col-xxl-10 {
        width: 83.33%;
    }
    .col-xxl-11 {
        width: 91.66%;
    }
    .col-xxl-12 {
        width: 100%;
    }
}

@media screen and (max-width: 1400px) {
    html {
        font-size: 18px;
    }
    .col-xl-1 {
        width: 8.33%;
    }
    .col-xl-2 {
        width: 16.66%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.33%;
    }
    .col-xl-5 {
        width: 41.66%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.33%;
    }
    .col-xl-8 {
        width: 66.66%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.33%;
    }
    .col-xl-11 {
        width: 91.66%;
    }
    .col-xl-12 {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 16px;
    }
    .col-lg-1 {
        width: 8.33%;
    }
    .col-lg-2 {
        width: 16.66%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33%;
    }
    .col-lg-5 {
        width: 41.66%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33%;
    }
    .col-lg-8 {
        width: 66.66%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33%;
    }
    .col-lg-11 {
        width: 91.66%;
    }
    .col-lg-12 {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    html {
        font-size: 14px;
    }
    .col-md-1 {
        width: 8.33%;
    }
    .col-md-2 {
        width: 16.66%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33%;
    }
    .col-md-5 {
        width: 41.66%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33%;
    }
    .col-md-8 {
        width: 66.66%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33%;
    }
    .col-md-11 {
        width: 91.66%;
    }
    .col-md-12 {
        width: 100%;
    }
    #header .h-top,
    #header .nav .ui.menu .menu-box,
    #header .nav .ui.menu .language,
    #header .nav .ui.menu .h-search {
        display: none !important;
    }
    #header {
        position: relative;
        margin-bottom: 60px;
    }
    #header .nav {
        position: fixed !important;
        top: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    }
    #header .nav .ui.menu {
        display: block;
        height: 60px;
        text-align: center;
    }
    #header .nav .ui.menu .logo {
        margin: auto !important;
        padding: 15px 0;
    }
    #mobile {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 12px;
    }
    .col-sm-1 {
        width: 8.33%;
    }
    .col-sm-2 {
        width: 16.66%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33%;
    }
    .col-sm-5 {
        width: 41.66%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33%;
    }
    .col-sm-8 {
        width: 66.66%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33%;
    }
    .col-sm-11 {
        width: 91.66%;
    }
    .col-sm-12 {
        width: 100%;
        text-align: center;
        padding: auto;
        margin: auto;
    }
}

@media screen and (max-width: 500px) {
    html {
        font-size: 10px;
    }
    .col-xs-1 {
        width: 8.33%;
    }
    .col-xs-2 {
        width: 16.66%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-4 {
        width: 33.33%;
    }
    .col-xs-5 {
        width: 41.66%;
    }
    .col-xs-6 {
        width: 50%;
        margin: auto;
    }
    .col-xs-7 {
        width: 58.33%;
    }
    .col-xs-8 {
        width: 66.66%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-10 {
        width: 83.33%;
    }
    .col-xs-11 {
        width: 91.66%;
    }
    .col-xs-12 {
        width: 100%;
        text-align: center;
        margin: auto;
    }
}
.menu-box .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    margin-top: 0;
}
#menu-menu-1 .sub-menu .sub-menu {
    padding-left: 16px;
}.menu-box .sub-menu .sub-menu { left: 100%; top: 0; }
#menu-menu-1 .sub-menu .sub-menu { padding-left: 16px; }


/* ===== main.css ===== */
/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* QQ：9490489 */
body {
  font-family: 微软雅黑, 黑体,  SimHei, SimSun, Arial, sans-serif;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1431px;
  margin: auto;
}
.top{width: 100%;
  height: 40px;
  background: #f5f3f3;}
.top a{
  line-height: 40px;
  font-size: 14px;
  color:#333333;
}  
#header {
  z-index: 1;
  position: relative;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #ffffff;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  padding: 10px 0;
}
#header .nav .ui.menu .logo img{ height:67px}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  padding: 0 1.25rem;
  font-size: 0.9rem;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  background-color: #0b60d1;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 1.5rem 0;
  color: #181818;
  width: 100%;
  text-align: center;
}
#header .nav .ui.menu .menu-box ul.menu > li.active{ background:#0b60d1}
#header .nav .ui.menu .menu-box ul.menu > li.active > a{ color:#ffffff}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover{ color:#ffffff}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  display: none \9;
  z-index:999999;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #0b60d1;
  color: #ffffff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .language {
  position: relative;
  top: 5px;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: lighter;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  margin-left: 5px;
  margin-right: 0;
  color: #fff;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .language img {
  vertical-align: middle;
}
#header .nav .ui.menu .h-search {
  display: none;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
/* é¦–é¡µåŽ‚æˆ¿ */
#index-body .gallery .gallery-box ol li ul .slick-arrow {
  background: none;
  color: transparent;
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}
#index-body .gallery .gallery-box ol li ul .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  color: #ccc;
  -webkit-transition: .5s;
  -moz-transition: .5s;

  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: '';
  width: 3rem;
  height: 3rem;
  border: 2px solid #e4e4e4;
  border-radius: 100%;
  font-size: 1rem;
  line-height: 3rem;
  text-align: center;
  font-family: FontAwesome;
  opacity: .5;
}
#index-body .gallery .gallery-box ol li ul .slick-arrow:hover:before {
  border-color: #0b60d1;
  color: #0b60d1;
}
#index-body .gallery .gallery-box ol li ul .slick-next {
  right: 10px;
}
#index-body .gallery .gallery-box ol li ul .slick-next:before {
  content: "\f054";
}
#index-body .gallery .gallery-box ol li ul .slick-prev {
  left: 10px;
}
#index-body .gallery .gallery-box ol li ul .slick-prev:before {
  content: "\f053";
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
  font-size: 14px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
    background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {

}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2.8rem 0;
}
#banner ul li .text .grid-box .left {
  width: 40%;
}
#banner ul li .text .grid-box .left h3 {
  font-size: 2.5rem;
  font-weight: bold;
}
#banner ul li .text .grid-box .left h4 {
  font-size: 18px;
  font-family: 'pl';
  text-transform: uppercase;
  padding-bottom: 1rem;
}
#banner ul li .text .grid-box .left p {
  font-size: 14px;
  line-height: 2.143;
  background-color: #0b60d1;
  padding: 0.5rem 2rem;
}
#banner ul li .text .grid-box .right {
  width: 60%;
}
#banner ul li .text .grid-box .right img {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
#index-body .pro-search {
  color: #000;
  background-color: #e8eef3;
  padding: 25px 0;
}
#index-body .pro-search .grid-box .left {
  width: 70%;
  vertical-align: middle;
}
#index-body .pro-search .grid-box .left ul li {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
}
#index-body .pro-search .grid-box .left ul li small {
  font-weight: bolder;
  color: #2b2b2b;
}
#index-body .pro-search .grid-box .left ul li a {
  color: #656565;
}
#index-body .pro-search .grid-box .left ul li a:hover {
  font-weight: bold;
  color: #2b2b2b;
}
#index-body .pro-search .grid-box .right {
  width: 30%;
  text-align: right;
  vertical-align: middle;
}
#index-body .pro-search .grid-box .right .form form {
  font-size: 0;
}
#index-body .pro-search .grid-box .right .form form input[type="text"] {
  display: inline-block;
  font-size: 14px;
  width: 13rem;
  border: 1px solid #d0d0d0;
  line-height: 38px;
  padding: 0 11px;
}
#index-body .pro-search .grid-box .right .form form input[type="image"] {
  display: inline-block;
  font-size: 14px;
  height: 40px;
  border: none;
  text-align: center;
  padding: 8px 23px;
  background-color: #0b60d1;
}
#index-body .title {
  text-align: center;
}
#index-body .title p {
  font-size: 16px;
  font-family: 'pr';
  text-transform: uppercase;
  color: #0b60d1;
}
#index-body .title h3 {
  position: relative;
  display: inline-block;
  letter-spacing: 10px;
  font-size: 1.75rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  color: #191919;
  padding-bottom: 0.8rem;
}
#index-body .title h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  background-color: #0b60d1;
}
#index-body .title h3::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background-color: #0b60d1;
}
#index-body .category {
  padding: 2.5rem 0 0;
}
#index-body .category .cate-box {
  padding: 3.5rem 0 2.5rem;
}
#index-body .category .cate-box ul {
  margin: 0 -1.5rem;
}
#index-body .category .cate-box ul li {
  display: inline-block;
}
#index-body .category .cate-box ul li .ig {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 1.5rem;
}
#index-body .category .cate-box ul li .ig span {
  position: absolute;
  left: 1.8rem;
  top: 1.8rem;
  display: inline-block;
  width: 49px;
  height: 49px;
  line-height: 49px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #2c3742;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .category .cate-box ul li .ig .img {
  position: relative;
  border-radius: 10%;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .category .cate-box ul li .ig .img img {
  width: 100%;
}
#index-body .category .cate-box ul li .ig .img h4 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #0b60d1;
  padding: 10px 0;
  opacity: 1;
  transition: .5s;
}
#index-body .category .cate-box ul li .ig:hover span {
  background-color: #0b60d1;
}
#index-body .category .cate-box ul li .ig:hover .img {
  box-shadow: 5px 8px 10px #666;
}

#index-body .about .title {
  margin-bottom: 4.5rem;
}
#index-body .about .about-box {
  color: #181818;
  background: #f6f6f6;
}
#index-body .about .about-box .grid-box .left {
  vertical-align: middle;
}
#index-body .about .about-box .grid-box .left .img {
  position: relative;
}
#index-body .about .about-box .grid-box .left .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#index-body .about .about-box .grid-box .left .img .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  animation: scale_hx 2s linear .5s infinite;
  /* Firefox: */
  -moz-animation: scale_hx 2s linear .5s infinite;
  /* Safari å’Œ Chrome: */
  -webkit-animation: scale_hx 2s linear .5s infinite;
  /* Opera: */
  -o-animation: scale_hx 2s linear .5s infinite;
}
#index-body .about .about-box .grid-box .left .img .play::before {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  animation: scale_hx 2s linear infinite;
  /* Firefox: */
  -moz-animation: scale_hx 2s linear infinite;
  /* Safari å’Œ Chrome: */
  -webkit-animation: scale_hx 2s linear infinite;
  /* Opera: */
  -o-animation: scale_hx 2s linear infinite;
}
#index-body .about .about-box .grid-box .right {
  vertical-align: middle;
}
#index-body .about .about-box .grid-box .right .text {
  max-width: 722px;
  padding: 1rem 1rem 1rem 6.5rem;
}
#index-body .about .about-box .grid-box .right .text .con {
  font-size: 16px;
}
#index-body .about .about-box .grid-box .right .text .con p {
  text-indent: 2em;
  line-height: 2.429;
}
#index-body .about .about-box .grid-box .right .text .list h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 2rem 0;
}
#index-body .about .about-box .grid-box .right .text .list ul li {
  font-size: 14px;
  margin: 12px 0;
  cursor: pointer;
}
#index-body .about .about-box .grid-box .right .text .list ul li span {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #0b60d1;
  margin-right: 0.5rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .about-box .grid-box .right .text .list ul li span img {
  vertical-align: middle;
}
#index-body .about .about-box .grid-box .right .text .list ul li p {
  display: inline-block;
  font-size: 14px;
}
#index-body .about .about-box .grid-box .right .text .list ul li:hover span {
  border-color: #fff;
  background-color: transparent;
}
#index-body .about .about-box .grid-box .right .text .more {
  margin-top: 2rem;
}
#index-body .about .about-box .grid-box .right .text .more a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: 3px solid transparent;
  border-radius: 5px;
  color: #fff;
  background-color: #0b60d1;
  padding: 10px 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .about-box .grid-box .right .text .more a:hover {
  border-color: #0b60d1;
  background-color: transparent;
}
#index-body .gallery {
  background-color: #e8eef3;
  padding: 4rem 0;
}
#index-body .gallery .gallery-list {
  text-align: center;
}
#index-body .gallery .gallery-list ul li {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #1b1b1b;
  padding: 5px 5px 8px;
  margin: 0 15px;
  cursor: pointer;
}
#index-body .gallery .gallery-list ul li:nth-child(1)::before {
  content: '';
  position: absolute;
  right: -16px;
  top: 60%;
  transform: translateY(-50%);
  height: 50%;
  width: 1px;
  background-color: #0233a2;
}
#index-body .gallery .gallery-list ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #0b60d1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .gallery .gallery-list ul li:hover,
#index-body .gallery .gallery-list ul li.active {
  font-weight: bold;
  color: #0b60d1;
}
#index-body .gallery .gallery-list ul li:hover::after,
#index-body .gallery .gallery-list ul li.active::after {
  left: 0;
  width: 100%;
}
#index-body .gallery .gallery-box {
  padding-top: 1.5rem;
}
#index-body .gallery .gallery-box ol li ul li {
  padding: 0 10px;
}
#index-body .gallery .gallery-box ol li ul li .ig img {
  width: 100%;
}
#index-body .product {
  padding: 6rem 0 5rem;
}
#index-body .product .pro-box {
  padding: 3rem 0 0;
}
#index-body .product .pro-box h4 {
  position: relative;
  font-size: 18px;
  border-radius: 5px;
  color: #fff;
  background-color: #0b60d1;
  padding: 0.8rem 3rem;
}
#index-body .product .pro-box h4 i {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}
#index-body .product .pro-box .more a {
display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: 3px solid transparent;
  border-radius: 5px;
  color: #fff;
  background-color: #0b60d1;
  padding: 10px 45px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .pro-box .more a i {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
}
#index-body .product .pro-box .more a:hover {
  color: #fff;
  background-color: #0b60d1;
}
#index-body .product .pro-box ul {
  padding: 1.25rem;
}
#index-body .product .pro-box ul li {
  display: inline-block;
  padding: 0.8rem;
}
#index-body .product .pro-box ul li .ig {
  display: block;
  border: 1px solid #c9c9c9;
  text-align: center;
}
#index-body .product .pro-box ul li .ig img {
  display: inline-block;
}
#index-body .ship {
  color: #fff;
}
#index-body .ship ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #0b60d1;
}
#index-body .ship ul li {
  display: inline-block;
  border-right: 1px solid#0233a2;
  background-color: #0b60d1;
  transition: .5s;
  cursor: pointer;
}
#index-body .ship ul li .ig {
  text-align: center;
  max-width: 300px;
  margin: auto;
  padding: 7rem 1rem;
}
#index-body .ship ul li .ig span {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #fff;
}
#index-body .ship ul li .ig span img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
#index-body .ship ul li .ig h4 {
  font-size: 22px;
  font-weight: bold;
  padding: 0.5rem 0 1rem;
}
#index-body .ship ul li .ig p {
  font-size: 14px;
  text-align: left;
  line-height: 2;
  color: rgba(255, 255, 255, 0.8);
}
#index-body .ship ul li:hover {
  background-color: #0b60d1;
}
#index-body .ship ul li:hover .ig span img {
  transform: rotateY(360deg);
}

#index-body .service .service-box {
  position: relative;
}
#index-body .service .service-box img.img-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index-body .service .service-box ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5rem 0 4.5rem;
}
#index-body .service .service-box ul li {
  padding: 1.5rem;
}
#index-body .service .service-box ul li .ig {
  background-color: #fff;
  background-image: url(../images/service2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0;
  padding: 1.25rem;
  transition: .5s;
}
#index-body .service .service-box ul li .ig .text {
  background-color: rgba(229, 50, 56, 0.9);
  padding: 2.5rem 3rem;
  cursor: pointer;
}
#index-body .service .service-box ul li .ig .text h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0.8rem;
}
#index-body .service .service-box ul li .ig .text p {
  font-size: 14px;
  line-height: 2.143;
}
#index-body .service .service-box ul li .ig:hover {
  background-size: 100%;
}
#index-body .news {
  background-color: #fff;
  padding: 2rem 4rem 1.8rem;
}
#index-body .news .news-box {
  position: relative;
}
#index-body .news .news-box ul {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}
#index-body .news .news-box ul li .ig .left {
  width: 30%;
  vertical-align: middle;
}
#index-body .news .news-box ul li .ig .left h4 {
  font-size: 18px;
  font-weight: bold;
  color: #191919;white-space:nowrap;
overflow: hidden;
text-overflow:ellipsis; 
}
#index-body .news .news-box ul li .ig .right {
  width: 70%;
  vertical-align: middle;
}
#index-body .news .news-box ul li .ig .right .con {
  font-size: 14px;
  color: #646464;
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  padding-right: 30px;
}
#index-body .news .news-box .prev-next {
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
}
#index-body .news .news-box .prev-next a {
  display: inline-block;
  font-size: 0;
}
#index-body .news .news-box .prev-next a i {
  font-size: 30px;
  height: 20px;
  color: #888;
  vertical-align: middle;
}
#index-body .news .news-box .prev-next a.next i {
  vertical-align: bottom;
}
#index-body .news .news-box .prev-next a:hover i {
  color: #0b60d1;
}
#footer .contact {
  background: url(../images/f-contactbgc.jpg) no-repeat center top;
  background-size: 100%;
  padding: 1rem 0 5rem;
}
#footer .contact .title {
  text-align: center;
  padding-bottom: 2.5rem;
}
#footer .contact .title p {
  font-size: 16px;
  font-family: 'pl';
  text-transform: uppercase;
  color: #fff;
}
#footer .contact .title h3 {
  position: relative;
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 0.8rem;
}
#footer .contact .title h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#footer .contact .title h3::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background-color: #fff;
}
#footer .contact .title h4 {
  font-size: 16px;
  color: #fff;
  padding-top: 1rem;
}
#footer .contact .contact-box {
  text-align: center;
  box-shadow: 0 0 10px #ccc;
  background: url(../images/iconbgc.png);
  padding: 4.8rem 1rem 2.5rem;
}
#footer .contact .contact-box ul {
  font-size: 0;
}
#footer .contact .contact-box ul li {
  display: inline-block;
  width: 20%;
  border-right: 1px solid #0233a2;
  vertical-align: top;
}
#footer .contact .contact-box ul li .ig {
  padding: 0 10px;
  cursor: pointer;
}
#footer .contact .contact-box ul li .ig .img {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #0b60d1;
}
#footer .contact .contact-box ul li .ig .img i {
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#footer .contact .contact-box ul li .ig h4 {
  font-size: 18px;
  color: #191919;
  padding: 10px 0 6px;
}
#footer .contact .contact-box ul li .ig p {
  font-size: 14px;
  color: #646464;
}
#footer .contact .contact-box ul li .ig:hover .img i {
  transform: rotateY(360deg);
}
#footer .contact .contact-box ul li:first-child .ig .img i {
  font-size: 30px;
}
#footer .contact .contact-box ul li:last-child {
  border: none;
}
#footer {
  background-color: #e8eef3;
}
#footer .f-menu {
  padding-top: 2.5rem;
}
#footer .f-menu .grid-box .column {
  padding-bottom: 3.5rem;
}
#footer .f-menu .grid-box .column dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #191919;
  padding-bottom: 10px;
}
#footer .f-menu .grid-box .column dl dd {
  font-size: 14px;
  font-weight: bold;
  line-height: 3.15;
  color: #646464;
}
#footer .f-menu .grid-box .column:nth-child(2) dl dd {
  line-height: 2.25;
}
#footer .f-menu .grid-box .column dl dd p {
  line-height: 2.143;
}
#footer .f-menu .grid-box .column dl dd a:hover {
  color: #0b60d1;
}
#footer .f-menu .grid-box .column .form ul li {
  position: relative;
  display: block;
  padding: 0.8rem 0;
}
#footer .f-menu .grid-box .column .form ul li input {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  border: none;
  color: #000;
  background-color: transparent;
  border-bottom: 1px solid #0b60d1;
}
#footer .f-menu .grid-box .column .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  border: none;
  color: #000;
  background-color: transparent;
  border-bottom: 1px solid #0b60d1;
  height: 90px;
  overflow: hidden;
}
#footer .f-menu .grid-box .column .form ul li input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 1.2rem;
  display: inline-block;
  width: auto;
  font-size: 16px;
  line-height: 36px;
  border-radius: 5px;
  color: #fff;
  background-color: #0b60d1;
  padding: 0 20px;
  transition: .3s;
}
#footer .f-menu .grid-box .column .form ul li input[type="submit"]:hover {
  background-color: #0b60d1;
}
#footer .f-menu .grid-box .column:nth-child(1) {
  width: 30%;
}
#footer .f-menu .grid-box .column:nth-child(1) dl {
  max-width: 320px;
}
#footer .f-menu .grid-box .column:nth-child(2) {
  width: 16%;
  padding: 0 1rem;
}
#footer .f-menu .grid-box .column:nth-child(3) {
  width: 16%;
  padding: 0 1rem;
}
#footer .f-menu .grid-box .column:nth-child(4) {
  width: 38%;
  padding-left: 2rem;
}
#footer .f-copy {
  background-color: #2d2e2c;
  padding: 5px 0;
}
#footer .f-copy .grid-box .left {
  vertical-align: middle;
}
#footer .f-copy .grid-box .left p {
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-copy .grid-box .right {
  vertical-align: middle;
  text-align: right;
}
#footer .f-copy .grid-box .right a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 0 7px;
}
#footer .f-copy .grid-box .right a:hover {
  text-decoration: underline;
}
#footer .f-copy .grid-box .right a img {
  max-height: 16px;
  vertical-align: middle;
}
#footer .f-copy .grid-box .right a i {
  color: #fff;
  vertical-align: middle;
}
#footer .f-copy .grid-box .right a.mark {
  position: relative;
}
#footer .f-copy .grid-box .right a.mark #ewm {
  display: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 80px;
  height: 80px; 
  border: 5px solid #fff;
}
#footer .f-copy .grid-box .right a.mark #ewm img {
  max-height: 100%;
}
#footer .f-copy .grid-box .right a.mark:hover #ewm {
  display: block;
}
#footer .f-copy .grid-box .right a:hover i {
  color: #0b60d1;
}

@keyframes scale_hx {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@media screen and (max-width: 1440px) {
  #index-body .about .about-box .grid-box .right .text {
    padding: 1rem 2rem;
  }
  #index-body .about .about-box .grid-box .right .text .con p {
    line-height: 1.8;
  }
  #index-body .about .about-box .grid-box .right .text .list h4 {
    padding: 1rem 0;
  }
  #index-body .about .about-box .grid-box .right .text .more {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  #header .nav .ui.menu .logo {
    width: 10rem;
  }
  #index-body .ship ul li {
    width: 50%;
    border-top: 1px solid#0233a2;
  }
}
@media screen and (max-width: 992px) {
  #header .nav .ui.menu .logo {
    width: auto;
    padding: 10px 0;
  }
  #header .nav .ui.menu .logo img {
    height: 40px;
  }
  #index-body .news .news-box .prev-next {
    display: none;
  }
  #banner ul li .text .grid-box .left h3 {
    font-size: 2rem;
  }
  #banner ul li .text .grid-box .left h4 {
    font-size: 16px;
  }
  #banner ul li .text .grid-box .left p {
    font-size: 12px;
  }
  #index-body .pro-search {
    display: none;
  }
  #index-body .about .about-box .grid-box .left {
    width: 100%;
  }
  #index-body .about .about-box .grid-box .right {
    width: 100%;
  }
  #index-body .about .about-box .grid-box .right .text {
    margin: auto;
    padding: 2rem 1rem;
  }
  #index-body .service .service-box ul li {
    padding: 1rem;
  }
  #index-body .service .service-box ul li .ig .text h4 {
    font-size: 18px;
  }
  #index-body .service .service-box ul li .ig .text p {
    font-size: 12px;
  }
  #index-body .news {
    padding: 2rem 2rem 1.8rem;
  }
  #index-body .news .news-box ul li .ig .left {
    width: 100%;
  }
  #index-body .news .news-box ul li .ig .left h4 {
    font-size: 16px;
  }
  #index-body .news .news-box ul li .ig .right {
    width: 100%;
  }
  #index-body .news .news-box ul li .ig .right p {
    font-size: 12px;
  }
  #footer .contact .contact-box ul li {
    width: 33.3333%;
    padding: 1rem 0;
    border: none;
  }
  #footer .f-menu .grid-box .column:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  #footer .f-menu .grid-box .column:nth-child(1) dl {
    max-width: 600px;
    margin: auto;
  }
  #footer .f-menu .grid-box .column:nth-child(2) {
    width: 50%;
    text-align: center;
  }
  #footer .f-menu .grid-box .column:nth-child(2) dl {
    display: inline-block;
  }
  #footer .f-menu .grid-box .column:nth-child(3) {
    width: 50%;
    text-align: center;
  }
  #footer .f-menu .grid-box .column:nth-child(3) dl {
    display: inline-block;
  }
  #footer .f-menu .grid-box .column:nth-child(4) {
    width: 100%;
    padding-left: 0;
    padding-top: 2rem;
  }
  #footer .f-copy .grid-box .left {
    width: 100%;
    text-align: center;
  }
  #footer .f-copy .grid-box .right {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
	.news_up ul li {
  width: 100%;
  float: none; margin-bottom:10px
}
.news_down li {
  border-bottom: 1px solid #ededed;
  margin: 2%;
  width: 96%;
  float: none;
}
  #banner ul li .text .grid-box .left {
    width: 100%;
  }
  #banner ul li .text .grid-box .left h3 {
    font-size: 22px;
  }
  #banner ul li .text .grid-box .left h4 {
    font-size: 14px;
  }
  #banner ul li .text .grid-box .left p {
    font-size: 14px;
    line-height: 1.8;
  }
  #banner ul li .text .grid-box .right {
    display: none;
  }
  #index-body .category .cate-box ul li .ig .img h4 {
    font-size: 14px;
  }
  #index-body .ship ul li {
    width: 50%;
  }
  #index-body .service .service-box ul li {
    width: 100%;
  }
  #index-body .service .service-box img.img-center {
    display: none;
  }
  #footer .contact {
    background-size: cover;
  }
  #footer .contact .contact-box ul li {
    width: 100%;
  }

}
@media screen and (max-width: 400px) {
  #footer .f-menu .grid-box .column:nth-child(2) {
    width: 100%;
  }
  #footer .f-menu .grid-box .column:nth-child(3) {
    width: 100%;
    padding-top: 2rem;
  }
}


/* å†…é¡µåŒºåŸŸ */
.inner-banner {
  position: relative;
}
.inner-banner canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner-banner .contact {
  position: absolute;
  top: 20%;
  width: 100%;
  left: 0;
}
.inner-banner .contact h1 {
  font-size: 48px;
  color: white;
  font-weight: bold;
}
.inner-banner .contact p {
  font-size: 24px;
  color: white;
  padding: 15px 0;
}
.inner-banner .contact a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #ccc;
  color: #ccc;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  cursor: hand;
}
.inner-banner .contact a i {
  margin: 0;
}
.inner-banner .contact a:hover {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.service-page {
  padding: 2rem 0;
}
.about-page .init-1 {
  padding-top: 35px;
  padding-bottom: 40px;
}
.about-page .init-1 h2 {
  padding-bottom: 20px;
}
.about-page .init-1 h2 {
  font-size: 38px;
  color: black;
  font-weight: bold;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.about-page .init-1 h2 em {
  color: #0b60d1;
}
.about-page .init-1 h2 small {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
}
.about-page .init-1 p {
  font-size: 16px;
  color: #666;
  padding: 15px 0;
  line-height: 2em;
}
.about-page .init-2 {
  background:#f5f5f5; overflow:hidden
}
.about-page .init-2 .left {
  padding:3% 4% 3% 5%;
  width: 50%;
  display: inline-block;
  margin-right: -5px;
  vertical-align: middle;
}
.about-page .init-2 .left h2 {
  font-size: 38px;
  color: black;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
.about-page .init-2 .left h2 em {
  color: #0b60d1;
}
.about-page .init-2 .left h2 small {
  display: block;
  font-weight: normal;
  font-size: 21px;
  line-height: 40px;
}
.about-page .init-2 .left h2 {
  padding-bottom: 20px;
}
.about-page .init-2 .left p {
  font-size: 16px;
  color: #666;
  line-height: 2em;
}
.about-page .init-2 .left .cfd {
  padding-top: 60px;
  padding-left: 45px;
}
.about-page .init-2 .left .cfd h3 {
  font-size: 24px;
  color: black;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.about-page .init-2 .left .cfd h3 img {
  position: absolute;
  left: -50px;
  top: -4px;
	width:45px;
}
.about-page .init-2 .left .cfd p {
  font-size: 18px;
  color: #222;
  padding: 15px 0;
  line-height: 1.8em;
}
.about-page .init-2 .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -4px;
}
.about-page .init-3 {
  background: url("../images/about-init-3-bg.jpg");
  padding: 40px 0;
}
.about-page .init-3 ul li {
  text-align: center;
  padding: 2rem 1rem 1.5rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .init-3 ul li i {
  font-size: 60px;
  color: black;
  margin: 20px auto -20px;
  display: block;
}
.about-page .init-3 ul li h2 {
  font-size: 18px;
  color: #0b60d1;
  text-align: center;
  padding: 10px 0 20px;
}
.about-page .init-3 ul li h2 a {
  color: inherit;
}
.about-page .init-3 ul li p {
  font-size: 16px;
  color: black;
  text-align: center;
}
.about-page .init-3 ul.ie1 {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid;
  border-image: -webkit-linear-gradient(left, transparent, #d9d9d9, transparent) 30 30;
  border-image: -moz-linear-gradient(left, transparent, #d9d9d9, transparent) 30 30;
  border-image: linear-gradient(left, transparent, #d9d9d9, transparent) 30 30;
}
.about-page .init-3 ul.ie2 {
  display: flex;
  flex-wrap: wrap;
}
.about-page .init-3 ul.ie1 li {
  border-right: 2px solid;
  border-image: -webkit-linear-gradient(top, transparent, #d9d9d9) 30 30;
  border-image: -moz-linear-gradient(top, transparent, #d9d9d9) 30 30;
  border-image: linear-gradient(top, transparent, #d9d9d9) 30 30;
}
.about-page .init-3 ul.ie2 li {
  border-right: 2px solid;
  border-image: -webkit-linear-gradient(bottom, transparent, #d9d9d9) 30 30;
  border-image: -moz-linear-gradient(bottom, transparent, #d9d9d9) 30 30;
  border-image: linear-gradient(bottom, transparent, #d9d9d9) 30 30;
}
.about-page .init-3 ul li:last-child {
  border: none;
}

.about-page .init-4 {
  background:#f0f0f0;
  background-size: cover;
  padding-top: 4rem;
}
.about-page .init-4 h2 {
  font-size: 48px;
  color: black;
  font-weight: bold;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.about-page .init-4 h2 em {
  color: #0b60d1;
}
.about-page .init-4 h2 small {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
}
.about-page .init-4 h2 {
  color:#333333;
}
.about-page .init-4 ul {
  padding: 40px 80px 50px;
}
.about-page .init-4 ul .slick-active + .slick-active,
.about-page .init-4 ul .slick-center + .slick-active {
  z-index: 1;
}
.about-page .init-4 ul .slick-active + .slick-active img,
.about-page .init-4 ul .slick-center + .slick-active img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.about-page .init-4 ul .slick-slide,
.about-page .init-4 ul .slick-center + .slick-active + .slick-active {
  position: relative;
  z-index: 0;
}
.about-page .init-4 ul .slick-slide img,
.about-page .init-4 ul .slick-center + .slick-active + .slick-active img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.about-page .init-4 ul .slick-active.slick-center {
  z-index: 2;
}
.about-page .init-4 ul .slick-active.slick-center img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.about-page .init-4 ul .slick-arrow {
  background: none;
  color: transparent;
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}
.about-page .init-4 ul .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: '';
  width: 60px;
  height: 60px;
  border: 2px solid #e4e4e4;
  border-radius: 100%;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  font-family: FontAwesome;
  opacity: .5;
}
.about-page .init-4 ul .slick-arrow:hover:before {
  border-color: #0b60d1;
  color: #0b60d1;
}
.about-page .init-4 ul .slick-next {
  right: 10px;
}
.about-page .init-4 ul .slick-next:before {
  content: "\f054";
}
.about-page .init-4 ul .slick-prev {
  left: 10px;
}
.about-page .init-4 ul .slick-prev:before {
  content: "\f053";
}
.about-page .init-4 ul li {
  padding: 80px 0;
}

@media screen and (max-width: 992px) {
  .about-page .init-4 ul .slick-active + .slick-active img,
  .about-page .init-4 ul .slick-center + .slick-active img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
    .about-page .init-4 ul .slick-active.slick-center img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media screen and (max-width: 700px) {
	.prodet-page .init-2 .right .color> div:nth-child(1){ font-size:12px !important; font-weight:normal !important}
  .about-page .init-4 ul {
    padding: 2rem 0;
  }
  .about-page .init-4 ul li {
    padding: 1rem 10px;
  }
  .about-page .init-4 ul .slick-active.slick-center img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.about-page .init-fac {
  padding: 2rem 0;
}
.about-page .init-fac h3 {
  font-size: 2.4rem;
  color: black;
  font-weight: bold;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.about-page .init-fac h3 em {
  color: #0b60d1;
}
.about-page .init-fac h3 small {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
}
.about-page .init-fac h3 {
  color: black;
}
.about-page .init-fac ul {
  padding: 2rem 4rem 1rem;
}
.about-page .init-fac ul li {
  padding: 10px;
}
.about-page .init-fac ul .slick-arrow {
  background: none;
  color: transparent;
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}
.about-page .init-fac ul .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: '';
  width: 3rem;
  height: 3rem;
  border: 2px solid #e4e4e4;
  border-radius: 100%;
  font-size: 1rem;
  line-height: 3rem;
  text-align: center;
  font-family: FontAwesome;
  opacity: .5;
}
.about-page .init-fac ul .slick-arrow:hover:before {
  border-color: #0b60d1;
  color: #0b60d1;
}
.about-page .init-fac ul .slick-next {
  right: 10px;
}
.about-page .init-fac ul .slick-next:before {
  content: "\f054";
}
.about-page .init-fac ul .slick-prev {
  left: 10px;
}
.about-page .init-fac ul .slick-prev:before {
  content: "\f053";
}
@media screen and (max-width: 700px) {
  .about-page .init-fac ul {
    padding: 0;
  }
}
.about-page .init-5 .init-5-top {
  padding: 90px 0 40px;
}
.about-page .init-5 .init-5-top h2 {
  font-size: 48px;
  color: black;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
.about-page .init-5 .init-5-top h2 em {
  color: #0b60d1;
}
.about-page .init-5 .init-5-top h2 small {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
}
.about-page .init-5 .init-5-top h2 {
  margin: 0;
}
.about-page .init-5 .init-5-top ul {
  position: relative;
  margin: 0 5%;
  padding: 50px 0 40px;
}
.about-page .init-5 .init-5-top ul:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 2px solid black;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 5px;
}
.about-page .init-5 .init-5-top ul li {
  padding: 50px 0;
  font-size: 24px;
  color: black;
  position: relative;
}
.about-page .init-5 .init-5-top ul li a {
  color: inherit;
}
.about-page .init-5 .init-5-top ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border: 2px solid #3b0001;
  background: #3b0001;
  border-radius: 100%;
}
.about-page .init-5 .init-5-top ul .slick-slide:nth-child(even) a {
  position: relative;
  top: -50px;
}
.about-page .init-5 .init-5-top ul .slick-slide:nth-child(odd) a {
  position: relative;
  top: 50px;
}
.about-page .init-5 .init-5-top ul li.active:after,
.about-page .init-5 .init-5-top ul .slick-slide:hover li:after {
  background: white;
  border-color: #0b60d1;
}
.about-page .init-5 .init-5-top .content {
  text-align: center;
}
.about-page .init-5 .init-5-top .btn {
  color: white;
  padding: 15px 50px;
  background: #333333;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
  margin: 0 -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .init-5 .init-5-top .btn:hover {
  opacity: .9;
}
.about-page .init-5 .init-5-bottom {
  padding: 0 5%;
  position: relative;
  min-height: 100px;
}
.about-page .init-5 .init-5-bottom .left {
  width: 50%;
  display: inline-block;
  padding-right: 10%;
  margin-right: -5px;
  vertical-align: top;
}
.about-page .init-5 .init-5-bottom .left h2 {
  font-size: 48px;
  color: black;
  padding: 40px 0;
}
.about-page .init-5 .init-5-bottom .left p {
  font-size: 18px;
  color: #222;
  padding: 15px 0;
  line-height: 1.8em;
}
.about-page .init-5 .init-5-bottom .right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.about-page .init-5 .init-5-bottom .right img {
  float: right;
}
.about-page .init-6 {
  margin: 80px 0 20px;
  padding: 50px 0;
  background-image: url("../images/init-4-bg.png");
  background-size: 100% 100%;
}
.about-page .init-6 h2 {
  font-size: 48px;
  color: black;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
.about-page .init-6 h2 em {
  color: #0b60d1;
}
.about-page .init-6 h2 small {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
}
.about-page .init-6 ul {
  margin: -25px;
}
.about-page .init-6 ul li {
  padding: 25px;
}
.about-page .init-6 ul li .box {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .init-6 ul li .box .content {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding-bottom: 20px;
}
.about-page .init-6 ul li .box:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.about-page .init-6 ul li .box:hover .content {
  padding: 0 15px 20px;
}
.about-page .init-6 ul li a {
  display: block;
  overflow: hidden;
}
.about-page .init-6 ul li a img {
  width: 100%;
}
.about-page .init-6 ul li h3 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  padding: 10px 0 20px;
}
.about-page .init-6 ul li h3 a {
  color: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.about-page .init-6 ul li h3:hover {
  color: #0b60d1;
}
.about-page .init-6 ul li p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.67);
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.about-page .init-6 ul li a.more {
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  margin-top: 20px;
}
.about-page .init-6 ul li a.more:after {
  content: '';
  display: block;
  border-bottom: 1px solid #8f8f8f;
}
.about-page .init-6 ul li a.more:hover {
  color: #0b60d1;
}
.about-page .init-6 ul li a.more:hover:after {
  border-color: #0b60d1;
}

.product-page.lg-page .init-1 .init-top .grid-box .left {
  width: 45%;
  vertical-align: middle;
}
.product-page.lg-page .init-1 .init-top {
  padding: 3rem 0 0;
}
.product-page.lg-page .init-1 .init-top .grid-box .right {
  width: 55%;
  vertical-align: middle;
  padding-left: 1.5rem;
}
.product-page.lg-page .init-1 .init-top .grid-box .right .text h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0b60d1;
  padding-bottom: 2rem;
}
.product-page.lg-page .init-1 .init-top .grid-box .right .text h3 span {
  color: #000;
}
.product-page.lg-page .init-1 .init-top .grid-box .right .text .con {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}

.product-page .init-1 .init-1-top {
    background: url("../images/init-1-bg2.jpg");
    position: relative;
    z-index: 10;
}
.product-page .init-1 .init-1-top ul li:hover>a>h2,
.product-page .init-1 .init-1-top ul li.active>a>h2 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.product-page .init-1 .init-1-bottom {
    padding: 3rem 0;
}
.ep{
  padding-bottom: 1rem;
    text-align: center;
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;
}
.product-page .init-1 .init-1-bottom ul {
    margin: -10px -20px;
    letter-spacing: -4px;
}
.product-page .init-1 .init-1-bottom ul li {
    width:25%;
    display: inline-block;
    padding: 10px 20px;
    vertical-align: top;
    letter-spacing: 0;
}
.product-page .init-1 .init-1-bottom ul li .box {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 10px 10px 10px;
}
.product-page .init-1 .init-1-bottom ul li .box a {
    display: block;
    text-align: center;
    overflow: hidden;
}
.product-page .init-1 .init-1-bottom ul li .box h2 {
    font-size: 24px;
    color: black;
    padding: 10px 0;
    display: block;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-page .init-1 .init-1-bottom ul li .box h2 a {
    color: inherit;
    display: inline;
}
.product-page .init-1 .init-1-bottom ul li .box h2:hover {
    color: #0b60d1;
}
.product-page .init-1 .init-1-bottom ul li .box p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 20px;
}
.product-page .init-1 .init-1-bottom ul li .box:hover {
    box-shadow: 0 0 15px 0 #dbdbdb;
    -webkit-box-shadow: 0 0 15px 0 #dbdbdb;
    -moz-box-shadow: 0 0 15px 0 #dbdbdb;
    -ms-box-shadow: 0 0 15px 0 #dbdbdb;
    -o-box-shadow: 0 0 15px 0 #dbdbdb;
}
.product-page .init-2 {
    padding-bottom: 40px;
    position: relative;
    text-align:center;
}
.product-page .init-2 .wp-pagenavi span,
.product-page .init-2 .wp-pagenavi a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #3d4450;
    font-size: 14px;
    color: white;
    margin: 0 5px;
}
.product-page .init-2 .wp-pagenavi span:hover,
.product-page .init-2 .wp-pagenavi a:hover,
.product-page .init-2 .wp-pagenavi span.current,
.product-page .init-2 .wp-pagenavi a.current {
    background: #0b60d1;
}
.prodet-page .init-1 .init-1-top {
       background-color: rgba(170, 170, 170, 0.55);
    position: relative;
    z-index: 10;
}
.prodet-page .init-1 .init-1-top ul li img {
    width: 113px;
    height: 81px;
    margin: 0 auto;
}

.prodet-page .init-1 .init-1-top ul li>a,
.product-page .init-1 .init-1-top ul li>a {
    display: block;
    padding: 15px 0;
}
.prodet-page .init-1 .init-1-top ul li,
.product-page .init-1 .init-1-top ul li {
    position: relative;
    text-align: left;
    padding: 0 30px;
    width: auto;
}
.cur{ background:#0b60d1}

.prodet-page .init-1 .init-1-top ul li ul,
.product-page .init-1 .init-1-top ul li ul {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #eee;
    display: none;
}
.prodet-page .init-1 .init-1-top ul li:hover> ul,
.product-page .init-1 .init-1-top ul li:hover>ul {
    display: block;
}
.prodet-page .init-1 .init-1-top ul li ul li,
.product-page .init-1 .init-1-top ul li ul li {
    padding: 0;
}
.prodet-page .init-1 .init-1-top ul li ul li a,
.product-page .init-1 .init-1-top ul li ul li a {
    padding: 8px 15px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    transition: .5s;
}
.prodet-page .init-1 .init-1-top ul li ul li a:hover,
.product-page .init-1 .init-1-top ul li ul li a:hover {
    background: #0b60d1;
    color: white;
}
.prodet-page .init-1 .init-1-top ul li a span,
.product-page .init-1 .init-1-top ul li a span {
    display: none;
    text-align:center;
}
.prodet-page .init-1 .init-1-top ul li a span img.hover2 {
    display: none;
}
.prodet-page .init-1 .init-1-top ul li a h2,
.product-page .init-1 .init-1-top ul li a h2 {
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: left;
    padding-top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .init-1 .init-1-top ul li:hover a span img.hover1,
.prodet-page .init-1 .init-1-top ul li.active a span img.hover1 {
    display: none;
}
.prodet-page .init-1 .init-1-top ul li:hover a span img.hover2,
.prodet-page .init-1 .init-1-top ul li.active a span img.hover2 {
    display: block;
}
.prodet-page .init-1 .init-1-top ul li:hover>a>h2,
.prodet-page .init-1 .init-1-top ul li.active>a>h2 {
    color: #0b60d1;
}
.prodet-page .init-1 .init-1-bottom .bread-crumbs {
    font-size: 16px;
    color: black;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ccc;
}
.prodet-page .init-1 .init-1-bottom .bread-crumbs a,
.prodet-page .init-1 .init-1-bottom .bread-crumbs span {
    color: inherit;
    display: inline-block;
}
.prodet-page .init-1 .init-1-bottom .bread-crumbs a:hover {
    color: #0b60d1;
}
.prodet-page .init-2 {
    padding: 60px 0 90px;
}
.prodet-page .init-2 .left a#zoom1 img {
    display: inline-block;
    border: 1px solid #ccc;
    width: 100%;
}
.prodet-page .init-2 .left ul {
    margin: -10px;
    padding-top: 20px;
}
.prodet-page .init-2 .left ul li {
    padding: 10px;
    width:20%;
    float: left;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .init-2 .left ul li a {
    display: block;
    border: 1px solid #ccc;
}
.prodet-page .init-2 .right {
    padding-left: 5%!important;
}
.prodet-page .init-2 .right h1 {
    font-size: 30px;
    color: black;
    line-height: 1.2;
}
.prodet-page .init-2 .right h2 {
    font-size: 30px;
    color: black;
    line-height: 45px;
    padding-top: 20px;
}
.prodet-page .init-2 .right .color> div:nth-child(1){
  font-size:16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.prodet-page .init-2 .right .color {
    padding: 60px 0;
        line-height: 1.8;
}
.prodet-page .init-2 .right .color h3 {
    font-size: 18px;
    color: black;
    display: block;
    padding-bottom: 20px;
}
.prodet-page .init-2 .right .color ul li {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .init-2 .right .color ul li:last-child {
    margin-right: 0;
}
.prodet-page .init-2 .right a.more {
    display: inline-block;
    padding: 5px 30px;
    background: black;
    color: white;
    font-size: 20px;
}
.prodet-page .init-2 .right a.more:hover {
    background: #0b60d1;
}
.prodet-page .init-3 .init-3-top ul {
    border-bottom: 1px solid #ccc;
}
.prodet-page .init-3 .init-3-top ul li {
    display: inline-block;
    padding: 5px 30px;
    background: black;
    color: white;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .init-3 .init-3-top ul li:hover,
.prodet-page .init-3 .init-3-top ul li.active {
    background: #0b60d1;
}
.prodet-page .init-3 .init-3-top ul li a {
    color: inherit;
}
.prodet-page .init-3 .init-3-bottom {
   padding: 20px 0px;
    border-bottom: 2px solid #ccc;
}
.prodet-page .init-4 {
    padding-top: 50px;
}
.prodet-page .init-4 h2 {
    display: inline-block;
     padding: 5px 30px;
    background: black;
    color: white;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .init-4 h2:hover {
    background: #0b60d1;
}
.prodet-page .init-4 ul {
    padding: 20px 0 60px;
    margin: -10px;
}
.prodet-page .init-4 ul li {
    padding: 10px;
}
.prodet-page .init-4 ul li a {
    display: block;
    border: 1px solid #ccc;
    position: relative;
}
.prodet-page .init-4 ul li a h3 {
    font-size: 24px;
    color: white;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    max-width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    z-index: 1;
}
.prodet-page .init-4 ul li a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .init-4 ul li a:hover {
    border-color: #0b60d1;
}
.prodet-page .init-4 ul li a:hover h3 {
    top: 50%;
    opacity: 1;
    -webkit-transition: .5s .3s;
    -moz-transition: .5s .3s;
    -ms-transition: .5s .3s;
    -o-transition: .5s .3s;
    transition: .5s .3s;
}
.prodet-page .init-4 ul li a:hover:after {
    opacity: 1;
}
.prodet-page .init-5 h2 {
    font-size: 36px;
    color: black;
    font-weight: bold;
    text-align: center;
    padding: 50px 0 20px;
    border-bottom: 1px solid #eee;
}
.prodet-page .init-5 ul {
    margin: -12px;
    display: inline-block;
    width: 100%;
    padding: 70px 0;
}
.prodet-page .init-5 ul li {
    width: 50%;
    padding: 12px;
    float: left;
    text-align: center;
}
.prodet-page .init-5 ul li input,
.prodet-page .init-5 ul li textarea {
    outline: none;
    background: none;
    border: 1px solid #ccc;
    width: 100%;
    font-size:14px;
    padding: 0 10px;
}
.prodet-page .init-5 ul li input::-webkit-input-placeholder,
.prodet-page .init-5 ul li textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.prodet-page .init-5 ul li input:-moz-placeholder,
.prodet-page .init-5 ul li textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.prodet-page .init-5 ul li input::-moz-placeholder,
.prodet-page .init-5 ul li textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.prodet-page .init-5 ul li input:-ms-input-placeholder,
.prodet-page .init-5 ul li textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.prodet-page .init-5 ul li input:focus,
.prodet-page .init-5 ul li textarea:focus {
    border-color: #0b60d1;
}
.prodet-page .init-5 ul li input {
    line-height: 60px;
}
.prodet-page .init-5 ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding: 10px 50px;
    line-height: normal;
    color: white;
    font-size: 18px;
    background: #0b60d1;
    margin: 50px auto 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .init-5 ul li input[type="submit"]:hover {
    box-shadow: 0 5px 10px 0 #ccc;
    -webkit-box-shadow: 0 5px 10px 0 #ccc;
    -moz-box-shadow: 0 5px 10px 0 #ccc;
    -ms-box-shadow: 0 5px 10px 0 #ccc;
    -o-box-shadow: 0 5px 10px 0 #ccc;
}
.prodet-page .init-5 ul li textarea {
    height: 200px;
    max-width: 100%;
    min-width: 100%;
    line-height: 24px;
    padding-top: 15px;
}
.prodet-page .init-5 ul li .yam {
    position: relative;
}
.prodet-page .init-5 ul li .yam input {
    padding-right: 50%;
}
.prodet-page .init-5 ul li .yam .img {
    position: absolute;
    right: 2px;
    top: 0;
    height:100%;
}
.prodet-page .init-5 ul li .yam .img img,
.prodet-page .init-5 ul li .yam .img p {
    display: inline-block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    max-height:80%;
    margin-top:2%;
}
.contact-page .init-1 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li i {
  width: 100px;
  height: 100px;
  border: 2px solid #ccc;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: #969696;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 14px;
  color: black;
  padding: 20px 0 10px;
}
.contact-page .init-1 ul li p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: #0b60d1;
}
.contact-page .init-2 {
  border-top: 15px solid #d6d6d6;
  border-bottom: 15px solid #d6d6d6;
}
.contact-page .init-2 #map img,
.contact-page .init-2 #map label {
  max-width: none;
  width: auto;
}
.contact-page .init-3 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-3 ul {
  margin: -12px;
  display: inline-block;
  width: 100%;
  padding: 70px 0;
}
.contact-page .init-3 ul li {
  width: 50%;
  padding: 12px;
  float: left;
  text-align: center;
}
.contact-page .init-3 ul li input,
.contact-page .init-3 ul li textarea {
  outline: none;
  background: none;
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 10px;
}
.contact-page .init-3 ul li input::-webkit-input-placeholder,
.contact-page .init-3 ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-moz-placeholder,
.contact-page .init-3 ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input::-moz-placeholder,
.contact-page .init-3 ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-ms-input-placeholder,
.contact-page .init-3 ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:focus,
.contact-page .init-3 ul li textarea:focus {
  border-color: #0b60d1;
}
.contact-page .init-3 ul li input {
  height: 60px;
  line-height: 60px;
}
.contact-page .init-3 ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 50px;
  line-height: normal;
  color: white;
  font-size: 18px;
  background: #0b60d1;
  margin: 50px auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-3 ul li input[type="submit"]:hover {
  box-shadow: 0 5px 10px 0 #ccc;
  -webkit-box-shadow: 0 5px 10px 0 #ccc;
  -moz-box-shadow: 0 5px 10px 0 #ccc;
  -ms-box-shadow: 0 5px 10px 0 #ccc;
  -o-box-shadow: 0 5px 10px 0 #ccc;
}
.contact-page .init-3 ul li textarea {
  height: 200px;
  max-width: 100%;
  min-width: 100%;
  line-height: 24px;
  padding-top: 15px;
}
.contact-page .init-3 ul li .yam {
  position: relative;
}
.contact-page .init-3 ul li .yam input {
  padding-right: 50%;
}
.contact-page .init-3 ul li .yam .img {
  position: absolute;
  right: 5px;
  top: 1px;
}
.contact-page .init-3 ul li .yam .img img {
  height: 58px;
}
.contact-page .init-3 ul li .yam .img img,
.contact-page .init-3 ul li .yam .img p {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.conter-page .init-1 {
  padding: 50px 0;
}
.conter-page .init-1 ul li {
  text-align: center;
}
.conter-page .init-1 ul li a {
  display: inline-block;
  padding: 25px 30%;
  border: 1px solid #eee;
  border-radius: 30px;
  font-size: 24px;
  color: black;
  cursor: pointer;
  cursor: hand;
}
.conter-page .init-1 ul li:first-child a,
.conter-page .init-1 ul li:hover a {
  background: #eee;
}
.conter-page .init-2 {
  background: #f6f6f6;
  padding: 80px 0;
}
.conter-page .init-2 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.conter-page .init-2 p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 28px;
  text-align: center;
}
.conter-page .init-2 ul {
  margin: -10px;
  padding-top: 50px;
}
.conter-page .init-2 ul li {
  padding: 10px;
}
.conter-page .init-2 ul li h3 {
  font-size: 18px;
  color: black;
  padding-top: 10px;
  text-align: center;
}
.conter-page .init-2 ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border: 2px solid #ccc;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-family: "FontAwesome";
  color: transparent;
  outline: none;
  font-size: 28px;
  background: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.conter-page .init-2 ul .slick-arrow:before {
  color: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.conter-page .init-2 ul .slick-arrow:hover {
  border-color: #0b60d1;
}
.conter-page .init-2 ul .slick-arrow:hover:before {
  color: #0b60d1;
}
.conter-page .init-2 ul .slick-next {
  right: -70px;
}
.conter-page .init-2 ul .slick-next:before {
  content: "\f105";
}
.conter-page .init-2 ul .slick-prev {
  left: -70px;
}
.conter-page .init-2 ul .slick-prev:before {
  content: "\f104";
}
.conter-page .init-3 {
  background: url("../images/conter-init-2-bg.jpg") no-repeat top center;
  padding-top: 110px;
  margin-top: 40px;
}
.conter-page .init-3 .content {
  background: white;
  padding-top: 70px;
  text-align: center;
}
.conter-page .init-3 .content h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.conter-page .init-3 .content p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 28px;
  text-align: center;
}
.conter-page .init-3 .content ul {
  margin: -10px;
  padding: 40px 0;
}
.conter-page .init-3 .content ul li {
  padding: 10px;
}
.conter-page .init-3 .content ul li h3 {
  font-size: 18px;
  color: black;
  padding-top: 10px;
  text-align: center;
}
.conter-page .init-3 .content .btn {
  display: inline-block;
  margin: 0 30px;
  width: 55px;
  height: 55px;
  border: 2px solid #ccc;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-family: FontAwesome;
  color: transparent;
  outline: none;
  font-size: 28px;
  background: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.conter-page .init-3 .content .btn:before {
  color: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.conter-page .init-3 .content .btn:hover {
  border-color: #0b60d1;
}
.conter-page .init-3 .content .btn:hover:before {
  color: #0b60d1;
}
.conter-page .init-3 .content .next:before {
  content: "\f105";
}
.conter-page .init-3 .content .prev:before {
  content: "\f104";
}
.conter-page .init-4 {
  padding-top: 100px;
}
.conter-page .init-4 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.conter-page .init-4 p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 28px;
  text-align: center;
  padding-bottom: 20px;
}
.conter-page .init-4 .content {
  background: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 50px;
}
.conter-page .init-4 ul {
  margin: -10px;
}
.conter-page .init-4 ul li {
  padding: 10px;
}
.conter-page .init-4 ul li h3 {
  font-size: 18px;
  color: black;
  padding-top: 10px;
  text-align: center;
}
.conter-page .init-4 ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border: 2px solid #ccc;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-family: FontAwesome;
  color: transparent;
  outline: none;
  font-size: 28px;
  background: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.conter-page .init-4 ul .slick-arrow:before {
  color: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.conter-page .init-4 ul .slick-arrow:hover {
  border-color: #0b60d1;
}
.conter-page .init-4 ul .slick-arrow:hover:before {
  color: #0b60d1;
}
.conter-page .init-4 ul .slick-next {
  right: -70px;
}
.conter-page .init-4 ul .slick-next:before {
  content: "\f105";
}
.conter-page .init-4 ul .slick-prev {
  left: -70px;
}
.conter-page .init-4 ul .slick-prev:before {
  content: "\f104";
}
@media screen and (max-width: 1200px) {
  .conter-page .init-2 ul,
  .conter-page .init-4 ul {
    margin: -10px 3%;
  }
}
.news-page .init-1 ul {
  border-bottom: 1px solid #eee;
  padding: 50px 0; text-align:center
}
.news-page .init-1 ul li {
  text-align: center;
}
.news-page .init-1 ul li a {
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #eee;
  border-radius: 30px;
  font-size: 16px;
  color: black;
  cursor: pointer;
  cursor: hand;
}
.news-page .init-1 ul li:hover a,
.news-page .init-1 ul li.active a{
  background: #eee;
}
.news-page .init-2 ul li {
  display: block;
  margin-top: 65px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #f5f5f5;
}
.news-page .init-2 ul li .left {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
.news-page .init-2 ul li .left a {
  overflow: hidden;
  display: block;
}
.news-page .init-2 ul li .right {
  width: 75%;
  display: inline-block;
  margin-left: -5px;
  vertical-align: middle;
  padding: 20px 0 20px 5%;
}
.news-page .init-2 ul li .right h2 {
  font-size: 18px;
  color: black;
  font-weight: bold;
}
.news-page .init-2 ul li .right h2 a {
  color: inherit;
}
.news-page .init-2 ul li .right h2:hover {
  color: #0b60d1;
}
.news-page .init-2 ul li .right time {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  padding: 10px 0 20px;
  display: block;
}
.news-page .init-2 ul li .right .con {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 24px;
}
.news-page .init-2 ul li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.news-page .init-3 {
  text-align: center;
  padding: 60px 0 30px;
}
.news-page .init-3 .wp-pagenavi span,
.news-page .init-3 .wp-pagenavi a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background: #3d4450;
  font-size: 14px;
  color: white;
  margin: 0 5px;
}
.news-page .init-3 .wp-pagenavi span:hover,
.news-page .init-3 .wp-pagenavi a:hover,
.news-page .init-3 .wp-pagenavi span.current,
.news-page .init-3 .wp-pagenavi a.current {
  background: #0b60d1;
}
.support-page .init-1 ul {
  padding: 50px 0;
}
.support-page .init-1 ul li {
  text-align: center;
}
.support-page .init-1 ul li a {
  display: inline-block;
  padding: 25px 30%;
  border: 1px solid #eee;
  border-radius: 30px;
  font-size: 24px;
  color: black;
  cursor: pointer;
  cursor: hand;
}
.support-page .init-1 ul li:first-child a,
.support-page .init-1 ul li:hover a {
  background: #eee;
}
.support-page .init-2 {
  padding: 20px 0;
  background: #f7f7f7;
}
.support-page .init-2 .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.support-page .init-2 .left h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
}
.support-page .init-2 .left ul li {
  display: block;
  padding-top: 40px;
}
.support-page .init-2 .left ul li p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 24px;
}
.support-page .init-2 .left ul li p em {
  font-weight: bold;
}
.support-page .init-2 .right {
  width: 50%;
  display: inline-block;
  margin-left: -5px;
  padding-left: 5px;
  vertical-align: middle;
}
.support-page .init-2 .right {
  padding-left:5%;
}
.support-page .init-2 .right ul .slick-arrow {
  width: 45px;
  height: 45px;
  background: none;
  color: transparent;
  position: absolute;
  bottom: 20px;
  border: none;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  line-height: 45px;
  z-index: 10;
}
.support-page .init-2 .right ul .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1.9);
  -moz-transform: translate(-50%, -50%) scale(1, 1.9);
  -ms-transform: translate(-50%, -50%) scale(1, 1.9);
  -o-transform: translate(-50%, -50%) scale(1, 1.9);
  transform: translate(-50%, -50%) scale(1, 1.9);
  display: block;
  color: white;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.support-page .init-2 .right ul .slick-arrow:hover {
  background: #0b60d1;
}
.support-page .init-2 .right ul .slick-next {
  right: 20px;
}
.support-page .init-2 .right ul .slick-next:before {
  content: '>';
}
.support-page .init-2 .right ul .slick-prev {
  right: 85px;
}
.support-page .init-2 .right ul .slick-prev:before {
  content: '<';
}
.support-page .init-2 .right ul .slick-next {
  left: 85px;
}
.support-page .init-2 .right ul .slick-next:before {
  content: '>';
}
.support-page .init-2 .right ul .slick-prev {
  left: 20px;
}
.support-page .init-2 .right ul .slick-prev:before {
  content: '<';
}
.support-page .init-2 .right ul:hover .slick-arrow {
  opacity: 1;
}

.support-page .init-3 {
  text-align: center;
  padding: 70px 0 80px;
}
.support-page .init-3 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  padding-bottom: 20px;
}
.support-page .init-3 p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.support-page .init-3 ul {
  padding-top: 90px;
}
.support-page .init-3 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.support-page .init-3 ul li i {
  width: 77px;
  height: 77px;
  line-height: 77px;
  text-align: center;
  font-size: 28px;
  color: white;
  background: #9f202f;
  margin: 0 auto;
}
.support-page .init-3 ul li h3 {
  font-size: 18px;
  color: black;
  padding-top: 35px;
  margin-bottom: 10px;
}
.support-page .init-3 ul li h3:after {
  content: '';
  display: block;
  width: 40px;
  border-bottom: #0b60d1 1px solid;
  margin: 0 auto;
  padding-top: 15px;
}
.support-page .init-3 ul li p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 24px;
}
.support-page .init-3 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.support-page .init-4 {
  padding: 70px 0 50px;
  background: #f7f7f7;
  text-align: center;
}
.support-page .init-4 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  padding-bottom: 20px;
}
.support-page .init-4 p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.support-page .init-4 .map {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding-top: 35px;
}
.support-page .init-4 .map .mark {
  position: absolute;
  top: 52%;
  right: -9%;
}
.support-page .init-4 .map .mark img {
  display: inline-block;
  vertical-align: middle;
}
@-webkit-keyframes td {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

}

@-o-keyframes td {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

}

@-moz-keyframes td {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

}

@keyframes td {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

}
.support-page .init-4 .map .mark:hover img {
  -webkit-animation: td .5s alternate infinite;
  -o-animation: td .5s alternate infinite;
  animation: td .5s alternate infinite;
}
.support-page .init-4 .map .mark p {
  display: inline-block;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
.support-page .init-5 {
  text-align: center;
  background: url("../images/support-init-5-bg.jpg") no-repeat center;
  padding: 110px 0;
}
.support-page .init-5 h2 {
  font-size: 36px;
  color: white;
  font-weight: bold;
}
.support-page .init-5 p {
  font-size: 18px;
  color: white;
  padding: 60px 0;
  margin: 0 auto;
  width: 80%;
  line-height: 28px;
}
.support-page .init-5 a {
  display: inline-block;
  padding: 7px 25px;
  border: 1px solid white;
  color: white;
  font-size: 14px;
}
.support-page .init-5 a:hover {
  color: #0b60d1;
}
.support-page .init-6 .left {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}
.support-page .init-6 .right {
  width: 40%;
  display: inline-block;
  margin-left: -5px;
  padding-left: 3%;
  vertical-align: middle;
}
.support-page .init-6 .right h2 {
  font-size: 34px;
  font-weight: bold;
}
.support-page .init-6 .right p {
  font-size: 24px;
  padding: 5px 0;
}
.support-page .init-6 .right a {
  font-size: 18px;
  color: #0b60d1;
}
.support-page .init-6 .right a i {
  font-size: 34px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 1200px) {
  .support-page .init-1 ul li a {
    white-space: nowrap;
  }
}


.newdet  {
  padding: 50px 0;
}
.newdet h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
.newdet time {
  display: block;
  text-align: center;
  font-size: 16px;
  color: rgba(0,0,0,.5);
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.newdet p {
  font-size: 16px;
  line-height: 30px;

}
.newdet .content {
  padding-top: 20px;
}
.newdet .news_next {
  padding-top: 20px;
  color: rgba(0,0,0.5);
  font-size: 16px;
  border-top: 1px solid #eee;
  margin-top: 20px;
}
.newdet .news_next a {
  color: inherit;
}
.newdet .news_next a:hover {
  color: #0b60d1;
}

div.pp_overlay {
  z-index: 99999;
}
div.pp_pic_holder {
  z-index: 1000000;
}
#imageContainer img {
  margin:0 auto;
}
.button-group .button {
  background-color: #0b60d1 !important;
}

@media screen and (max-width: 1200px){
  .about-page .init-1 h2,.about-page .init-2 .left h2,.about-page .init-4 h2 {
    font-size: 40px;
  }
  .about-page .init-1 h2 small,.about-page .init-2 .left h2 small,.about-page .init-4 h2 small {
    font-size: 20px;
  }
  .about-page .init-1 p {
    font-size: 16px;
  }
  .about-page .init-2 .left p,.about-page .init-2 .left .cfd p {
    font-size: 14px;
  }
  .about-page .init-2 .left .cfd h3 {
    font-size: 22px;
  }
  .about-page .init-2 {
    background: url(../images/about-init-2-bg.png) no-repeat ;
  }
  .about-page .init-3 ul li h2 {
    font-size: 16px;
  }
  .about-page .init-3 ul li p {
    font-size: 14px;
  }
  .product-page .init-1 .init-1-bottom ul li .box h2 {
    font-size: 18px;
    padding: 10px 0;
  }
  .product-page .init-1 .init-1-bottom ul li {
    padding: 10px;
  }
  .product-page .init-1 .init-1-bottom ul {
    margin: -10px;
  }
  .news-page .init-2 ul li .right h2 {
    font-size: 16px;
  }
  .news-page .init-2 ul li .right p {
    font-size: 13px;
  }
  .news-page .init-2 ul li {
    margin-top: 30px;
  }
  .news-page .init-1 ul li a,.support-page .init-1 ul li a {
    font-size: 18px;
    padding: 15px 20%;
  }
  .inner-banner .contact h1 {
    font-size: 36px;
  }
  .inner-banner .contact p {
    font-size: 18px;
  }
  .newdet h2 {
    font-size: 28px;
  }
  .newdet p {
    font-size: 16px;
  }
  .prodet-page .init-1 .init-1-bottom .bread-crumbs {
    font-size: 16px;
  }
  .prodet-page .init-2 .right h1 {
    font-size: 34px;
  }
  .prodet-page .init-2 .right .color {
    padding: 20px 0;
  }
  .prodet-page .init-2 .right a.more,.prodet-page .init-3 .init-3-top ul li,.prodet-page .init-4 h2 {
    padding: 5px 20px;
    font-size: 18px;
  }
  .prodet-page .init-5 h2 {
    font-size: 26px;
  }
  .prodet-page .init-5 ul li input,.contact-page .init-3 ul li input {
    line-height: 50px;
    height: 50px;
  }
  .contact-page .init-3 ul li .yam .img img {
    height: 48px;
  }
  .prodet-page .init-5 ul li input[type="submit"],.contact-page .init-3 ul li input[type="submit"] {
    padding: 5px 50px;
    font-size: 14px;
  }
  .support-page .init-2 .left h2,.support-page .init-3 h2,.support-page .init-4 h2,.support-page .init-5 h2,.support-page .init-6 .right h2,.contact-page .init-1 h2,.contact-page .init-3 h2 {
    font-size: 24px;
  }
  .support-page .init-2 .left ul li p,.support-page .init-5 p,.support-page .init-6 .right a {
    font-size: 14px;
  }
  .support-page .init-2 .left ul li {
    padding-top: 20px;
  }
  .support-page .init-3 ul {
    padding-top: 40px;
  }
  .support-page .init-6 .right p {
    font-size: 18px;
  }
  
}

@media screen and (max-width: 1000px){
  .contact-page .init-3 ul li .yam .img p {
    display: none;
  }
  .about-page .init-1 h2, .about-page .init-2 .left h2, .about-page .init-4 h2 {
    font-size: 28px;
  }
  .about-page .init-1 h2 small, .about-page .init-2 .left h2 small, .about-page .init-4 h2 small,.about-page .init-3 ul li h2,.product-page .init-1 .init-1-bottom ul li .box h2,.news-page .init-2 ul li .right h2,.prodet-page .init-2 .right a.more, .prodet-page .init-3 .init-3-top ul li, .prodet-page .init-4 h2 {
    font-size: 14px;
  }
  .about-page .init-1 p,.newdet time,.newdet p,.newdet .news_next {
    font-size: 13px;
  }
  .about-page .init-2 .left .cfd h3 {
    font-size: 18px;
  }
  .about-page .init-2 .left p, .about-page .init-2 .left .cfd p,.about-page .init-3 ul li p,.news-page .init-2 ul li .right p,.news-page .init-2 ul li .right time {
    font-size: 12px;
  }
  .news-page .init-1 ul li a, .support-page .init-1 ul li a,.inner-banner .contact p {
    font-size: 16px;
  }
  .newdet h2,.prodet-page .init-2 .right h1 {
    font-size: 20px;
  }
  .news-page .init-1 ul {
    padding: 20px 0;
  }
  .prodet-page .init-2 .grid-box.two {
    display: inline-block;
    margin: 0 auto;
  }
  .prodet-page .init-2 {
    text-align: center;
  }
  .prodet-page .init-2 .grid-box.two>.column {
    width: 100%;
  }
  .prodet-page .init-2 .grid-box.two>.column.right {
    padding-top: 30px;
    padding-left: 0 !important;
    text-align: left;
  }
  .prodet-page .init-4 ul {
    padding-bottom: 20px;
  }
  .prodet-page .init-5 ul {
    padding-top: 40px;
  }
  .prodet-page .init-5 h2 {
    font-size: 18px;
  }
  .inner-banner .contact h1 {
    font-size: 30px;
  }
  .contact-page .init-1 ul li i {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  #mapContainer {
    height: 300px !important;
  }

}

@media screen and (max-width: 700px){

  .product-page.lg-page .init-1 .init-top .grid-box .left {
    width: 100%;
  }
  .product-page.lg-page .init-1 .init-top .grid-box .right {
    width: 100%;
    text-align: center;
    padding-top: 1rem;
  }
  .about-page .init-1 {
    padding: 30px 0 0;
  }
  .about-page .init-1 h2, .about-page .init-2 .left h2, .about-page .init-4 h2 {
    font-size: 20px;
  }
  .about-page .init-1 h2 small, .about-page .init-2 .left h2 small, .about-page .init-4 h2 small, .about-page .init-3 ul li h2, .product-page .init-1 .init-1-bottom ul li .box h2, .news-page .init-2 ul li .right h2, .prodet-page .init-2 .right a.more, .prodet-page .init-3 .init-3-top ul li, .prodet-page .init-4 h2 {
    font-size: 12px;
  }
  .about-page .init-2 .left {
    width: 100%;
    padding: 20px;
  }
  .about-page .init-2 .right {
    display: none;
  }
  .about-page .init-3 ul li {
    width: 100% !important;
    border: none;
    background: rgba(0,0,0,.05);
    padding: 30px 15px;
    margin-bottom: 20px;
  }
  .about-page .init-3 ul {
    display: inline-block;
    width: 100%;
  }
  .product-page .init-1 .init-1-bottom ul li {
    width: 50%;
  }
  .product-page .init-1 .init-1-bottom ul li .box {
    padding: 5px;
  }
  .product-page .init-1 .init-1-bottom {
    padding: 30px 0;
  }
  .news-page .init-2 ul li .left {
    
  }
  .news-page .init-2 ul li .right {
    width: 100%;
  }
  .news-page .init-1 ul li a, .support-page .init-1 ul li a, .inner-banner .contact p {
    font-size: 14px;
    padding: 5px 10%;
  }
  .inner-banner .contact h1 {
    font-size: 20px;
  }
  .inner-banner .contact p {
    padding: 0;
    font-size: 12px;
  }
  .newdet h2, .prodet-page .init-2 .right h1 {
    font-size: 16px;
  }
  .prodet-page .init-1 .init-1-top,
  .product-page .init-1 .init-1-top,
  .prodet-page .init-5 ul li .yam .img p,.contact-page .init-3 ul li .yam .img p{
    display: none;
  }
  .prodet-page .init-1 .init-1-bottom .bread-crumbs {
    padding: 10px 0;
  }
  .prodet-page .init-5 ul li,.contact-page .init-3 ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .prodet-page .init-5 ul li input[type="submit"], .contact-page .init-3 ul li input[type="submit"] {
    width: 100%;
    margin-top: 20px;
    line-height: 40px;
    height: 40px;
  }
  .prodet-page .init-5 ul li input, .contact-page .init-3 ul li input {
    line-height: 40px;
    height: 40px;
  }
  .contact-page .init-3 ul li .yam .img img {
    height: 38px;
  }
  .prodet-page .init-5 ul,.contact-page .init-3 ul {
    margin: 0;
  }
  .prodet-page .init-1 .init-1-bottom .bread-crumbs,.contact-page .init-1 ul li p {
    font-size: 12px;
  }
  .contact-page .init-1 ul li {
    width: 50% !important;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-bottom: 15px;
  }
  .contact-page .init-1 ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  .contact-page .init-1 ul {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .contact-page .init-3 ul {
    padding: 30px 0;
  }

}
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:å®‹ä½“}
.text-secondary{ text-align:center; padding:20px 0}

#maximg{ line-height:30px; font-size:16px;}
#maximg img{ max-width:100% !important; height:auto !important;display:inline-block;}
#maximg p span{text-wrap: inherit !important;}

.cloudzoom-blank{ display:none}

.olol li{ font-size:14px; color:#666; font-weight:normal; line-height:30px}

.xnwen{ width:auto !important; margin:0 10px}
a {
  color: #181818;
}
.con {
  color: #181818;
}
.hot-news-text p{ color:#181818}
.news_list .left.column{ background:#0b60d1;width:100px; float:left;
  height: 98px;
  padding: 8px ; margin-right:10px}
 .news_list .left.column.time .p1{text-align: center;
  font-size: 32px;
  color: #ffffff;}
 .news_list .left.column.time .p2{
  text-align: center;
  font-size: 1.5em;
  color: #ffffff;
}
.news_list{ padding-bottom:10px; margin-bottom:10px;}
.news_up ul li {
  width: 27.3%;
  float: left;
  margin:3%
}
.news_up ul li img {
  width: 100%;
}
.hot-news-text h4 a {
  font-size: 18px;
  line-height: 48px;
}
.hot-news-text p {
  color: #181818;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #999;
  padding-bottom: 6%;
}
.hot-news-more {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: 3px solid transparent;
  border-radius: 5px;
  color: #fff;
  background-color: #0b60d1;
  padding: 6px 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 15px;
}
.news_list .right.column h4 a{font-size: 18px;
  line-height: 48px; color:#333333}
  
  
.news_list .right.column  .con{
  font-size: 14px;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  color: #999;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.news_down li{border-bottom: 1px solid #ededed;
  margin: 2%;
  width: 46%;float:left}
  .more {
  text-align: center;
}
.pt_title{ text-align:center}
.pt_title a{font-size: 18px;
  line-height: 48px; color:#181818}
#footer .f-copy .grid-box .left a{color:#ffffff}
 #footer .f-menu .grid-box .column:nth-child(4) {
    text-align: center;
  }
  .swiper {
  z-index: 0  !important;}
  .product-page .init-1 .init-1-top {
  background-color: rgba(170,170, 170, 0.55);
}
  #index-body .about .about-box {

  background:#ffffff;
}
#index-body .about .about-box .grid-box .right .text {
  max-width: 80%;
  padding:
1rem 1rem 1rem 0.5rem;
}
  
#index-body .product .pro-box ul li h2 a {
  font-size: 16px;
  color: #181818;
  line-height: 35px;
}
#index-body .product .pro-box ul li h2 {    text-align: center;height: 35px;overflow:hidden}
.product-page .init-1 .init-1-bottom ul li .box h2 {
  font-size: 18px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  border-bottom:3px solid #0b60d1;
}
#footer .contact .contact-box {
  background:#ffffff
}
#index-body .gallery .gallery-box ol li ul li h2 {
  text-align: center;
}
#index-body .gallery .gallery-box ol li ul li h2 a {
font-size:16px;line-heigt:35px;
}
#index-body .gallery .gallery-list ul li:nth-child(1)::before {
  width: 0;
}
.fenlei a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border:
3px solid transparent;
  border-radius:
5px;
  color: #fff;
  background-color: #0b60d1;
  padding:
10px 45px;
  margin:
0 10px;
}
.fenlei {
  text-align: center;
}
#index-body .about .about-box {
  background:#f5f5f5;
}
#index-body .ship ul li {
  display: inline-block;
  border-right:
1px solid #0b58c0;
  background-color: #0b60d1;
  transition:
.5s;
  cursor: pointer;
}
.news-page .init-2 ul li .left {
  display: none;
}
@media screen and (max-width: 700px) {
  .news_up ul li {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .news_down li {
    border-bottom: 1px solid #ededed;
    margin: 2%;
    width: 96%;
    float: none;
}
  .fenlei a {
  font-size: 13px;
  padding: 7px 15px;
  margin: 0px 0 5px;
  display: inline-flex; ;
}
#index-body .about .about-box .grid-box .right .text{ max-width:96%}
#index-body .ship ul li .ig{padding: 4rem 1rem;}
  .news-page .init-1 ul li a {
  padding: 5px 15px;
  border-radius: 0px;
  font-size: 16px;

}
  .prodet-page .init-2 .left ul li {
  padding: 2px;
    }
  .news_list .right.column h4 a {
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100% !important;
  display: inline-block;
    overflow: hidden;
}
  .news_list .right.column .con {
  height: 100px;
    }
}
#index-body .gallery {
  display: none;
}
.link a {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.link {
  line-height: 35px;
  background: #f2f2f2;
}
.menu-box .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    margin-top: 0;
}
#menu-menu-1 .sub-menu .sub-menu {
    padding-left: 16px;
}


/* ===== swiper-bundle.min.css ===== */
/**
 * Swiper 10.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 21, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* ===== font-awesome.min.css ===== */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot');src:url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2') format('woff2'),url('../fonts/fontawesome-webfont.woff') format('woff'),url('../fonts/fontawesome-webfont.ttf') format('truetype'),url('../fonts/fontawesome-webfont.svg') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

