@charset "utf-8";
/* CSS Document */
html {overflow-y:scroll;}
*{margin:0;padding:0;list-style:none;border:0;}

body {margin: 0;overflow-y: hidden}


.wui-none,.wui-media .wui-media-mask{
    display:none
}
.wui-block,.wui-nav,.wui-media,.wui-media .wui-media-wrap,.wui-media .wui-media-wrap .wui-media-inner,.wui-media .wui-media-wrap .wui-media-img,.wui-crumb,.wui-menu,.wui-menu>.wui-menu-item,.wui-menu>.wui-menu-item>.wui-menu-link,.wui-cabinet .wui-cabinet-preview,.wui-cabinet .wui-cabinet-preview .wui-cabinet-preview-wrapper{
    display:block
}
.wui-inline{
    display:inline
}
.wui-inline-block,.wui-icon,.wui-nav .wui-nav-item,.wui-nav .wui-nav-divider,.wui-btn,.wui-input,.wui-crumb .wui-crumb-item,.wui-crumb .wui-crumb-separator,.wui-tags .wui-tags-item{
    display:inline-block;
    vertical-align:middle
}
.wui-grid>.wui-grid-row,.wui-flex{
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-flex-direction:row;
    flex-direction:row
}
.wui-flex>.wui-flex-auto{ 
    -webkit-flex:auto;
    flex:auto
}
.wui-grid>.wui-grid-row>.wui-grid-col,.wui-flex>.wui-flex-none{
    -webkit-flex:none;
    flex:none
}
.wui-text-ellipsis-single,.wui-text-ellipsis-multi,.wui-menu>.wui-menu-item>.wui-menu-link,.wui-tags .wui-tags-item{
    overflow:hidden;
    text-overflow:ellipsis
}
.wui-text-ellipsis-single,.wui-menu>.wui-menu-item>.wui-menu-link,.wui-tags .wui-tags-item{
    white-space:nowrap;
    word-break:normal
}
.wui-text-ellipsis-multi{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    word-break:break-word;
    white-space:normal
}
.wui-media .wui-media-mask,.wui-cabinet .wui-cabinet-preview .wui-cabinet-preview-wrapper,.wui-cabinet .wui-cabinet-preview .wui-cabinet-preview-wrapper .wui-cabinet-preview-video,.wui-cabinet .wui-cabinet-thumb .wui-cabinet-thumb-container .wui-cabinet-thumb-list .wui-cabinet-thumb-item .wui-cabinet-thumb-wrap .wui-cabinet-thumb-video{
    position:absolute;
    top:0;
    left:0;
    max-width:100%;
    height:100%
}
.wui-media .wui-media-mask:after{
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0
}
.wui-seam,.wui-nav,.wui-dropdown>.wui-dropdown-toggle,.wui-dropdown>.wui-dropdown-content>.wui-dropdown-list>.wui-dropdown-item,.wui-menu>.wui-menu-item>.wui-menu-link,.wui-tags{
    line-height:1;
    font-size:0
}

@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}
@keyframes fade-in{0%{opacity:0}100%{opacity:1}}
@-webkit-keyframes fade-out{0%{opacity:1}100%{opacity:0}}
@keyframes fade-out{0%{opacity:1}100%{opacity:0}}
@-webkit-keyframes modal-in{0%{opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}
@keyframes modal-in{0%{opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}
@-webkit-keyframes modal-out{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}
@keyframes modal-out{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}
@-webkit-keyframes drawer-in-right{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}
@keyframes drawer-in-right{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}
@-webkit-keyframes drawer-out-right{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}
@keyframes drawer-out-right{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}
@-webkit-keyframes drawer-in-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}
@keyframes drawer-in-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}
@-webkit-keyframes drawer-out-left{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}
@keyframes drawer-out-left{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}

.wui-wrap{word-break:break-word;white-space:normal}
.wui-nowrap{word-break:keep-all;white-space:nowrap}
.wui-link:hover{color:#013e8e}
.wui-link-wrap:hover .wui-link{color:#013e8e}
.wui-link-wrap:hover .wui-media-hover{border-color:#013e8e}
.wui-link-wrap:hover .wui-media-hover .wui-media-wrap{-webkit-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1)}.wui-link-wrap:hover .wui-media-hover .wui-media-mask{color:#013e8e}

@media only screen and (min-width: 768px){.wui-none\@T{display:none}.wui-block\@T{display:block}.wui-inline\@T{display:inline}.wui-inline-block\@T{display:inline-block;vertical-align:middle}.wui-seam\@T{line-height:1;font-size:0}}
@media only screen and (min-width: 1024px){.wui-none\@S{display:none}.wui-block\@S{display:block}.wui-inline\@S{display:inline}.wui-inline-block\@S{display:inline-block;vertical-align:middle}.wui-seam\@S{line-height:1;font-size:0}}

@media only screen and (min-width: 1280px){.wui-none\@M{display:none}.wui-block\@M{display:block}.wui-inline\@M{display:inline}.wui-inline-block\@M{display:inline-block;vertical-align:middle}.wui-seam\@M{line-height:1;font-size:0}}
@media only screen and (min-width: 1600px){.wui-none\@L{display:none}.wui-block\@L{display:block}.wui-inline\@L{display:inline}.wui-inline-block\@L{display:inline-block;vertical-align:middle}.wui-seam\@L{line-height:1;font-size:0}}

@media only screen and (min-width: 1920px){.wui-none\@H{display:none}.wui-block\@H{display:block}.wui-inline\@H{display:inline}.wui-inline-block\@H{display:inline-block;vertical-align:middle}.wui-seam\@H{line-height:1;font-size:0}}


.wui-nav .wui-nav-item{
    line-height:1;
    color:#333
}
.wui-nav .wui-nav-item:hover,.wui-nav .wui-nav-item.active{
    color:#013e8e
}
.wui-nav .wui-nav-divider{
    position:relative;
    margin:0 24px
}
.wui-nav .wui-nav-divider:after{
    content:'';
    display:block;
    width:1px;
    height:16px;
    position:absolute;
    top:0;
    left:0;
    margin-top:-8px;
    background-color:#e6e6e6
}

.wui-text-ellipsis-1{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-break:normal
}
.wui-text-ellipsis-2{ text-align:center; line-height:40px; background:#013e8e; color:#fff;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    word-break:break-word;
    white-space:normal;
    -webkit-line-clamp:2
}
.wui-text-ellipsis-3{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    word-break:break-word;
    white-space:normal;
    -webkit-line-clamp:3
}
.wui-text-ellipsis-4{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    word-break:break-word;
    white-space:normal;
    -webkit-line-clamp:4
}
.wui-text-ellipsis-5{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    word-break:break-word;
    white-space:normal;
    -webkit-line-clamp:5
}
.wui-text-ellipsis-6{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    word-break:break-word;
    white-space:normal;
    -webkit-line-clamp:6
}


@media only screen and (min-width: 768px){.wui-text-color-light\@T{color:#FFF}.wui-text-color-dark\@T{color:#000}.wui-text-color-secondary\@T{color:#666}.wui-text-color-tertiary\@T{color:#999}.wui-text-color-disabled\@T{color:#b3b3b3}.wui-text-color-link\@T{color:#013e8e}.wui-text-color-primary\@T{color:#013e8e}.wui-text-color-accents\@T{color:#013e8e}.wui-text-color-dangers\@T{color:#FE5050}.wui-text-color-success\@T{color:#38C976}.wui-text-color-warning\@T{color:#FFA23A}.wui-text-size-xs\@T{font-size:12px}.wui-text-size-2xs\@T{font-size:24px}.wui-text-size-sm\@T{font-size:14px}.wui-text-size-2sm\@T{font-size:28px}.wui-text-size-md\@T{font-size:16px}.wui-text-size-2md\@T{font-size:32px}.wui-text-size-lg\@T{font-size:18px}.wui-text-size-2lg\@T{font-size:36px}.wui-text-size-hr\@T{font-size:20px}.wui-text-size-2hr\@T{font-size:40px}.wui-text-height-xs\@T{line-height:12px}.wui-text-height-2xs\@T{line-height:24px}.wui-text-height-sm\@T{line-height:14px}.wui-text-height-2sm\@T{line-height:28px}.wui-text-height-md\@T{line-height:16px}.wui-text-height-2md\@T{line-height:32px}.wui-text-height-lg\@T{line-height:18px}.wui-text-height-2lg\@T{line-height:36px}.wui-text-height-hr\@T{line-height:20px}.wui-text-height-2hr\@T{line-height:40px}.wui-text-weight-normal\@T{line-height:normal}.wui-text-weight-bold\@T{line-height:bold}.wui-text-weight-bolder\@T{line-height:bolder}.wui-text-weight-lighter\@T{line-height:lighter}.wui-text-align-left\@T{text-align:left}.wui-text-align-center\@T{text-align:center}.wui-text-align-right\@T{text-align:right}.wui-text-align-justify\@T{text-align:justify}.wui-text-style-through\@T{text-decoration:line-through}.wui-text-style-underline\@T{text-decoration:underline}.wui-text-style-overline\@T{text-decoration:overline}.wui-text-ellipsis-single\@T{display:block;white-space:nowrap;word-break:normal;overflow:hidden;text-overflow:ellipsis}.wui-text-ellipsis-multi\@T{display:-webkit-box;-webkit-box-orient:vertical;word-break:break-word;white-space:normal;overflow:hidden;text-overflow:ellipsis}.wui-text-ellipsis-2\@T{-webkit-line-clamp:2}.wui-text-ellipsis-3\@T{-webkit-line-clamp:3}.wui-text-ellipsis-4\@T{-webkit-line-clamp:4}.wui-text-ellipsis-5\@T{-webkit-line-clamp:5}.wui-text-ellipsis-6\@T{-webkit-line-clamp:6}}

@media only screen and (min-width: 1024px){.wui-text-color-light\@S{color:#FFF}.wui-text-color-dark\@S{color:#000}.wui-text-color-secondary\@S{color:#666}.wui-text-color-tertiary\@S{color:#999}.wui-text-color-disabled\@S{color:#b3b3b3}.wui-text-color-link\@S{color:#013e8e}.wui-text-color-primary\@S{color:#013e8e}.wui-text-color-accents\@S{color:#013e8e}.wui-text-color-dangers\@S{color:#FE5050}.wui-text-color-success\@S{color:#38C976}.wui-text-color-warning\@S{color:#FFA23A}.wui-text-size-xs\@S{font-size:12px}.wui-text-size-2xs\@S{font-size:24px}.wui-text-size-sm\@S{font-size:14px}.wui-text-size-2sm\@S{font-size:28px}.wui-text-size-md\@S{font-size:16px}.wui-text-size-2md\@S{font-size:32px}.wui-text-size-lg\@S{font-size:18px}.wui-text-size-2lg\@S{font-size:36px}.wui-text-size-hr\@S{font-size:20px}.wui-text-size-2hr\@S{font-size:40px}.wui-text-height-xs\@S{line-height:12px}.wui-text-height-2xs\@S{line-height:24px}.wui-text-height-sm\@S{line-height:14px}.wui-text-height-2sm\@S{line-height:28px}.wui-text-height-md\@S{line-height:16px}.wui-text-height-2md\@S{line-height:32px}.wui-text-height-lg\@S{line-height:18px}.wui-text-height-2lg\@S{line-height:36px}.wui-text-height-hr\@S{line-height:20px}.wui-text-height-2hr\@S{line-height:40px}.wui-text-weight-normal\@S{line-height:normal}.wui-text-weight-bold\@S{line-height:bold}.wui-text-weight-bolder\@S{line-height:bolder}.wui-text-weight-lighter\@S{line-height:lighter}.wui-text-align-left\@S{text-align:left}.wui-text-align-center\@S{text-align:center}.wui-text-align-right\@S{text-align:right}.wui-text-align-justify\@S{text-align:justify}.wui-text-style-through\@S{text-decoration:line-through}.wui-text-style-underline\@S{text-decoration:underline}.wui-text-style-overline\@S{text-decoration:overline}.wui-text-ellipsis-single\@S{display:block;white-space:nowrap;word-break:normal;overflow:hidden;text-overflow:ellipsis}.wui-text-ellipsis-multi\@S{display:-webkit-box;-webkit-box-orient:vertical;word-break:break-word;white-space:normal;overflow:hidden;text-overflow:ellipsis}.wui-text-ellipsis-2\@S{-webkit-line-clamp:2}.wui-text-ellipsis-3\@S{-webkit-line-clamp:3}.wui-text-ellipsis-4\@S{-webkit-line-clamp:4}.wui-text-ellipsis-5\@S{-webkit-line-clamp:5}.wui-text-ellipsis-6\@S{-webkit-line-clamp:6}}

@media only screen and (min-width: 1280px){.wui-text-color-light\@M{color:#FFF}.wui-text-color-dark\@M{color:#000}.wui-text-color-secondary\@M{color:#666}.wui-text-color-tertiary\@M{color:#999}.wui-text-color-disabled\@M{color:#b3b3b3}.wui-text-color-link\@M{color:#013e8e}.wui-text-color-primary\@M{color:#013e8e}.wui-text-color-accents\@M{color:#013e8e}.wui-text-color-dangers\@M{color:#FE5050}.wui-text-color-success\@M{color:#38C976}.wui-text-color-warning\@M{color:#FFA23A}.wui-text-size-xs\@M{font-size:12px}.wui-text-size-2xs\@M{font-size:24px}.wui-text-size-sm\@M{font-size:14px}.wui-text-size-2sm\@M{font-size:28px}.wui-text-size-md\@M{font-size:16px}.wui-text-size-2md\@M{font-size:32px}.wui-text-size-lg\@M{font-size:18px}.wui-text-size-2lg\@M{font-size:36px}.wui-text-size-hr\@M{font-size:20px}.wui-text-size-2hr\@M{font-size:40px}.wui-text-height-xs\@M{line-height:12px}.wui-text-height-2xs\@M{line-height:24px}.wui-text-height-sm\@M{line-height:14px}.wui-text-height-2sm\@M{line-height:28px}.wui-text-height-md\@M{line-height:16px}.wui-text-height-2md\@M{line-height:32px}.wui-text-height-lg\@M{line-height:18px}.wui-text-height-2lg\@M{line-height:36px}.wui-text-height-hr\@M{line-height:20px}.wui-text-height-2hr\@M{line-height:40px}.wui-text-weight-normal\@M{line-height:normal}.wui-text-weight-bold\@M{line-height:bold}.wui-text-weight-bolder\@M{line-height:bolder}.wui-text-weight-lighter\@M{line-height:lighter}.wui-text-align-left\@M{text-align:left}.wui-text-align-center\@M{text-align:center}.wui-text-align-right\@M{text-align:right}.wui-text-align-justify\@M{text-align:justify}.wui-text-style-through\@M{text-decoration:line-through}.wui-text-style-underline\@M{text-decoration:underline}.wui-text-style-overline\@M{text-decoration:overline}.wui-text-ellipsis-single\@M{display:block;white-space:nowrap;word-break:normal;overflow:hidden;text-overflow:ellipsis}.wui-text-ellipsis-multi\@M{display:-webkit-box;-webkit-box-orient:vertical;word-break:break-word;white-space:normal;overflow:hidden;text-overflow:ellipsis}.wui-text-ellipsis-2\@M{-webkit-line-clamp:2}.wui-text-ellipsis-3\@M{-webkit-line-clamp:3}.wui-text-ellipsis-4\@M{-webkit-line-clamp:4}.wui-text-ellipsis-5\@M{-webkit-line-clamp:5}.wui-text-ellipsis-6\@M{-webkit-line-clamp:6}}

@media only screen and (min-width: 1600px){.wui-text-color-light\@L{color:#FFF}.wui-text-color-dark\@L{color:#000}.wui-text-color-secondary\@L{color:#666}.wui-text-color-tertiary\@L{color:#999}.wui-text-color-disabled\@L{color:#b3b3b3}.wui-text-color-link\@L{color:#013e8e}.wui-text-color-primary\@L{color:#013e8e}.wui-text-color-accents\@L{color:#013e8e}.wui-text-color-dangers\@L{color:#FE5050}.wui-text-color-success\@L{color:#38C976}.wui-text-color-warning\@L{color:#FFA23A}.wui-text-size-xs\@L{font-size:12px}.wui-text-size-2xs\@L{font-size:24px}.wui-text-size-sm\@L{font-size:14px}.wui-text-size-2sm\@L{font-size:28px}.wui-text-size-md\@L{font-size:16px}.wui-text-size-2md\@L{font-size:32px}.wui-text-size-lg\@L{font-size:18px}.wui-text-size-2lg\@L{font-size:36px}.wui-text-size-hr\@L{font-size:20px}.wui-text-size-2hr\@L{font-size:40px}.wui-text-height-xs\@L{line-height:12px}.wui-text-height-2xs\@L{line-height:24px}.wui-text-height-sm\@L{line-height:14px}.wui-text-height-2sm\@L{line-height:28px}.wui-text-height-md\@L{line-height:16px}.wui-text-height-2md\@L{line-height:32px}.wui-text-height-lg\@L{line-height:18px}.wui-text-height-2lg\@L{line-height:36px}.wui-text-height-hr\@L{line-height:20px}.wui-text-height-2hr\@L{line-height:40px}.wui-text-weight-normal\@L{line-height:normal}.wui-text-weight-bold\@L{line-height:bold}.wui-text-weight-bolder\@L{line-height:bolder}.wui-text-weight-lighter\@L{line-height:lighter}.wui-text-align-left\@L{text-align:left}.wui-text-align-center\@L{text-align:center}.wui-text-align-right\@L{text-align:right}.wui-text-align-justify\@L{text-align:justify}.wui-text-style-through\@L{text-decoration:line-through}.wui-text-style-underline\@L{text-decoration:underline}.wui-text-style-overline\@L{text-decoration:overline}.wui-text-ellipsis-single\@L{display:block;white-space:nowrap;word-break:normal;overflow:hidden;text-overflow:ellipsis}.wui-text-ellipsis-multi\@L{display:-webkit-box;-webkit-box-orient:vertical;word-break:break-word;white-space:normal;overflow:hidden;text-overflow:ellipsis}.wui-text-ellipsis-2\@L{-webkit-line-clamp:2}.wui-text-ellipsis-3\@L{-webkit-line-clamp:3}.wui-text-ellipsis-4\@L{-webkit-line-clamp:4}.wui-text-ellipsis-5\@L{-webkit-line-clamp:5}.wui-text-ellipsis-6\@L{-webkit-line-clamp:6}}

@media only screen and (min-width: 1920px){.wui-text-color-light\@H{color:#FFF}.wui-text-color-dark\@H{color:#000}.wui-text-color-secondary\@H{color:#666}.wui-text-color-tertiary\@H{color:#999}.wui-text-color-disabled\@H{color:#b3b3b3}.wui-text-color-link\@H{color:#013e8e}.wui-text-color-primary\@H{color:#013e8e}.wui-text-color-accents\@H{color:#013e8e}.wui-text-color-dangers\@H{color:#FE5050}.wui-text-color-success\@H{color:#38C976}.wui-text-color-warning\@H{color:#FFA23A}.wui-text-size-xs\@H{font-size:12px}.wui-text-size-2xs\@H{font-size:24px}.wui-text-size-sm\@H{font-size:14px}.wui-text-size-2sm\@H{font-size:28px}.wui-text-size-md\@H{font-size:16px}.wui-text-size-2md\@H{font-size:32px}.wui-text-size-lg\@H{font-size:18px}.wui-text-size-2lg\@H{font-size:36px}.wui-text-size-hr\@H{font-size:20px}.wui-text-size-2hr\@H{font-size:40px}.wui-text-height-xs\@H{line-height:12px}.wui-text-height-2xs\@H{line-height:24px}.wui-text-height-sm\@H{line-height:14px}.wui-text-height-2sm\@H{line-height:28px}.wui-text-height-md\@H{line-height:16px}.wui-text-height-2md\@H{line-height:32px}.wui-text-height-lg\@H{line-height:18px}.wui-text-height-2lg\@H{line-height:36px}.wui-text-height-hr\@H{line-height:20px}.wui-text-height-2hr\@H{line-height:40px}.wui-text-weight-normal\@H{line-height:normal}.wui-text-weight-bold\@H{line-height:bold}.wui-text-weight-bolder\@H{line-height:bolder}.wui-text-weight-lighter\@H{line-height:lighter}.wui-text-align-left\@H{text-align:left}.wui-text-align-center\@H{text-align:center}.wui-text-align-right\@H{text-align:right}.wui-text-align-justify\@H{text-align:justify}.wui-text-style-through\@H{text-decoration:line-through}.wui-text-style-underline\@H{text-decoration:underline}.wui-text-style-overline\@H{text-decoration:overline}.wui-text-ellipsis-single\@H{display:block;white-space:nowrap;word-break:normal;overflow:hidden;text-overflow:ellipsis}.wui-text-ellipsis-multi\@H{display:-webkit-box;-webkit-box-orient:vertical;word-break:break-word;white-space:normal;overflow:hidden;text-overflow:ellipsis}.wui-text-ellipsis-2\@H{-webkit-line-clamp:2}.wui-text-ellipsis-3\@H{-webkit-line-clamp:3}.wui-text-ellipsis-4\@H{-webkit-line-clamp:4}.wui-text-ellipsis-5\@H{-webkit-line-clamp:5}.wui-text-ellipsis-6\@H{-webkit-line-clamp:6}}




.wui-media{
    position:relative;
    width:100%;
    font-size:0;
    overflow:hidden; 

}
.wui-media.wui-media-1-1 .imgt{display:table-cell; text-align: center; vertical-align: middle; background: #fff; width:437px; height:380px; border:1px solid #dedede; overflow: hidden;*display: block; *font-size:174px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.wui-media.wui-media-1-1 .imgt img{max-width:90%;max-height:95%;display: inline-block;vertical-align: middle; width:auto; height:auto}








.wui-media.wui-media-1-1 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-1-2{
    height:0;
    padding-bottom:200%
}
.wui-media.wui-media-1-2 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-1-4{
    height:0;
    padding-bottom:400%
}
.wui-media.wui-media-1-4 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-1-5{
    height:0;
    padding-bottom:500%
}
.wui-media.wui-media-1-5 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-1-6{
    height:0;
    padding-bottom:600%
}
.wui-media.wui-media-1-6 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-2-1{
    height:0;
    padding-bottom:50%
}
.wui-media.wui-media-2-1 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-2-3{
    height:0;
    padding-bottom:150%
}
.wui-media.wui-media-2-3 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-2-5{
    height:0;
    padding-bottom:250%
}
.wui-media.wui-media-2-5 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-3-1{
    height:0;
    padding-bottom:33.3333333333%
}
.wui-media.wui-media-3-1 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-3-2{
    height:0;
    padding-bottom:66.6666666667%
}
.wui-media.wui-media-3-2 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-3-4{
    height:0;
    padding-bottom:133.3333333333%
}
.wui-media.wui-media-3-4 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-3-5{
    height:0;
    padding-bottom:166.6666666667%
}
.wui-media.wui-media-3-5 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-4-1{
    height:0;
    padding-bottom:25%
}
.wui-media.wui-media-4-1 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-4-3{
    height:0;
    padding-bottom:75%
}
.wui-media.wui-media-4-3 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-4-5{
    height:0;
    padding-bottom:125%
}
.wui-media.wui-media-4-5 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-5-1{
    height:0;
    padding-bottom:20%
}
.wui-media.wui-media-5-1 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-5-2{
    height:0;
    padding-bottom:40%
}
.wui-media.wui-media-5-2 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-5-3{
    height:0;
    padding-bottom:60%
}
.wui-media.wui-media-5-3 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-5-4{
    height:0;
    padding-bottom:80%
}
.wui-media.wui-media-5-4 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-5-6{
    height:0;
    padding-bottom:120%
}
.wui-media.wui-media-5-6 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-6-1{
    height:0;
    padding-bottom:16.6666666667%
}
.wui-media.wui-media-6-1 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-6-5{
    height:0;
    padding-bottom:83.3333333333%
}
.wui-media.wui-media-6-5 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-9-16{
    height:0;
    padding-bottom:177.7777777778%
}
.wui-media.wui-media-9-16 .wui-media-wrap{
    position:absolute;
    height:100%
}
.wui-media.wui-media-16-9{
    height:0;
    padding-bottom:56.25%
}
.wui-media.wui-media-16-9 .wui-media-wrap{
    position:absolute;
    height:100%
}



.wui-media .wui-media-wrap{
    top:0;
    left:0;
    width:100%;
    overflow:hidden;
    -webkit-transition:all .3s ease 0s;
    transition:all .3s ease 0s
}
.wui-media .wui-media-wrap .wui-media-inner,.wui-media .wui-media-wrap .wui-media-img{
    width:100%;
    height:100%
}
.wui-media .wui-media-wrap .wui-media-inner{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center
}
.wui-media .wui-media-wrap .wui-media-img{
    border:0;
    background:none;
    object-fit:cover;
    object-position:center
}
.wui-media .wui-media-mask{
    line-height:1;
    pointer-events:none;
    text-align:center;
    color:#FFF;
    background-color:rgba(0,0,0,0.4)
}
.wui-media .wui-media-mask .wui-media-play{
    display:block;
    width:100%;
    height:100%;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url("../image/icon_play.png")
}
.wui-media .wui-media-mask:after{
    content:''
}
.wui-media.wui-media-border{
    border:1px solid #ccc
}
.wui-media.wui-media-video{
    cursor:pointer
}
.wui-media.wui-media-video .wui-media-mask{
    display:block
}
.wui-media.wui-media-auto .wui-media-wrap .wui-media-inner{
    background-size:contain
}
.wui-media.wui-media-auto .wui-media-wrap .wui-media-img{
    object-fit:contain
}
.wui-media.wui-media-match{
    padding-bottom:0;
    height:100%
}
.wui-media.wui-media-hover:hover{
    border-color:#013e8e
}
.wui-media.wui-media-hover:hover .wui-media-wrap{
    -webkit-transform:scale(1.1, 1.1);
    transform:scale(1.1, 1.1)
}
.wui-media.wui-media-hover:hover .wui-media-mask{
    color:#013e8e
}
.wui-media.wui-media-tran{
    background-color:transparent
}
.wui-media.wui-media-alpha{
    background-color:#ddd;
    background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")
}
.wui-comment .wui-comment-profile{
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap
}
.wui-comment .wui-comment-profile .wui-comment-avatar{
    -webkit-flex:none;
    flex:none;
    width:64px;
    height:64px;
    background-color:#e6e6e6
}
.wui-comment .wui-comment-profile .wui-comment-avatar .wui-comment-avatar-img{
    display:block;
    border:none;
    width:100%;
    height:100%
}
.wui-comment .wui-comment-profile .wui-comment-info{
    -webkit-flex:auto;
    flex:auto;
    width:1px
}
.wui-comment .wui-comment-content{
    background-color:#fff;
    height:120px;
    margin-top:24px;
    position:relative;
    padding:24px;
    -webkit-transition:background .3s ease 0s;
    transition:background .3s ease 0s
}
.wui-comment .wui-comment-content:after{
    content:'';
    display:block;
    position:absolute;
    top:-12px;
    left:20px;
    width:0;
    height:0;
    border-width:0 12px 12px 12px;
    border-style:solid;
    border-color:transparent transparent #fff transparent
}
.wui-comment .wui-comment-content .wui-comment-content-inner{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    word-break:break-word;
    white-space:normal;
    -webkit-line-clamp:3;
    font-size:16px;
    line-height:24px;
    height:72px;
    text-align:justify
}
.wui-btn{
    -webkit-transition:background-color .3s ease 0s;
    transition:background-color .3s ease 0s;
    background-image:none;
    outline:none;
    cursor:pointer;
    appearance:none;
    text-decoration:none;
    user-select:none;
    text-align:center;
    font-weight:500;
    word-spacing:normal;
    white-space:nowrap;
    color:#333;
    border:1px solid #ccc;
    background-color:#FFF;
    height:40px;
    line-height:38px;
    border-radius:20px;
    padding:0 24px;
    font-size:16px
}
.wui-btn:hover,.wui-btn:focus,.wui-btn:active{
    color:#000;
    border-color:#e6e6e6;
    background-color:#e6e6e6
}
.wui-btn:disabled{
    color:#b3b3b3;
    border-color:#ccc;
    background-color:#FFF;
    cursor:default
}
.wui-btn.wui-btn-animate:hover:before{
    width:38px;
    opacity:1
}
.wui-btn.wui-btn-animate:hover>i{
    -webkit-transform:translate(13px, 0);
    transform:translate(13px, 0)
}
.wui-btn.wui-btn-primary{
    color:#FFF;
    border-color:#013e8e;
    background-color:#013e8e
}
.wui-btn.wui-btn-primary.wui-btn-animate:before{
    background-color:#013e8e
}
.wui-btn.wui-btn-primary:hover,.wui-btn.wui-btn-primary:focus,.wui-btn.wui-btn-primary:active{
    color:#FFF;
    border-color:#cc6300;
    background-color:#cc6300
}
.wui-btn.wui-btn-primary:disabled{
    color:#FFF;
    border-color:#ff9633;
    background-color:#ff9633
}
.wui-btn.wui-btn-gray{
    color:#FFF;
    border-color:gray;
    background-color:gray
}
.wui-btn.wui-btn-gray.wui-btn-animate:before{
    background-color:gray
}
.wui-btn.wui-btn-gray:hover,.wui-btn.wui-btn-gray:focus,.wui-btn.wui-btn-gray:active{
    color:#FFF;
    border-color:#5a5a5a;
    background-color:#5a5a5a
}
.wui-btn.wui-btn-gray:disabled{
    color:#FFF;
    border-color:#a6a6a6;
    background-color:#a6a6a6
}
.wui-btn.wui-btn-accents{
    color:#FFF;
    border-color:#013e8e;
    background-color:#013e8e
}
.wui-btn.wui-btn-accents.wui-btn-animate:before{
    background-color:#013e8e
}
.wui-btn.wui-btn-accents:hover,.wui-btn.wui-btn-accents:focus,.wui-btn.wui-btn-accents:active{
    color:#FFF;
    border-color:#cc0502;
    background-color:#cc0502
}
.wui-btn.wui-btn-accents:disabled{
    color:#FFF;
    border-color:#ff3835;
    background-color:#ff3835
}
.wui-btn.wui-btn-dangers{
    color:#FFF;
    border-color:#FE5050;
    background-color:#FE5050
}
.wui-btn.wui-btn-dangers.wui-btn-animate:before{
    background-color:#FE5050
}
.wui-btn.wui-btn-dangers:hover,.wui-btn.wui-btn-dangers:focus,.wui-btn.wui-btn-dangers:active{
    color:#FFF;
    border-color:#d84444;
    background-color:#d84444
}
.wui-btn.wui-btn-dangers:disabled{
    color:#FFF;
    border-color:#fe6a6a;
    background-color:#fe6a6a
}
.wui-btn.wui-btn-block{
    display:block;
    width:100%
}
.wui-btn.wui-btn-square{
    border-radius:0 !important
}
.wui-btn.wui-btn-animate{
    position:relative
}
.wui-btn.wui-btn-animate>i{
    display:inline-block;
    -webkit-transition:all .3s ease 0s;
    transition:all .3s ease 0s
}
.wui-btn.wui-btn-animate:before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    border-radius:inherit;
    opacity:0;
    -webkit-transition:all .3s ease 0s;
    transition:all .3s ease 0s
}
.wui-btn.wui-btn-loading>i{
    display:none;
    -webkit-animation:btn-loading 0.6s linear infinite both;
    animation:btn-loading 0.6s linear infinite both
}
.wui-btn.wui-btn-loading.loading>i{
    display:inline-block
}
.wui-btn.wui-btn-sm{
    height:32px;
    line-height:30px;
    border-radius:16px;
    padding:0 16px;
    font-size:14px
}
.wui-btn.wui-btn-sm.wui-btn-animate:hover:before{
    width:30px;
    opacity:1
}
.wui-btn.wui-btn-sm.wui-btn-animate:hover>i{
    -webkit-transform:translate(8px, 0);
    transform:translate(8px, 0)
}
.wui-btn.wui-btn-md{
    height:40px;
    line-height:38px;
    border-radius:20px;
    padding:0 24px;
    font-size:16px
}
.wui-btn.wui-btn-md.wui-btn-animate:hover:before{
    width:38px;
    opacity:1
}
.wui-btn.wui-btn-md.wui-btn-animate:hover>i{
    -webkit-transform:translate(13px, 0);
    transform:translate(13px, 0)
}
.wui-btn.wui-btn-lg{
    height:48px;
    line-height:46px;
    border-radius:24px;
    padding:0 32px;
    font-size:18px
}
.wui-btn.wui-btn-lg.wui-btn-animate:hover:before{
    width:46px;
    opacity:1
}
.wui-btn.wui-btn-lg.wui-btn-animate:hover>i{
    -webkit-transform:translate(18px, 0);
    transform:translate(18px, 0)
}


@media only screen and (min-width: 768px){.wui-btn.wui-btn-block\@T{display:block;width:100%}.wui-btn.wui-btn-sm\@T{height:32px;line-height:30px;border-radius:16px;padding:0 16px;font-size:14px}.wui-btn.wui-btn-sm\@T.wui-btn-animate:hover:before{width:30px;opacity:1}.wui-btn.wui-btn-sm\@T.wui-btn-animate:hover>i{-webkit-transform:translate(8px, 0);transform:translate(8px, 0)}.wui-btn.wui-btn-md\@T{height:40px;line-height:38px;border-radius:20px;padding:0 24px;font-size:16px}.wui-btn.wui-btn-md\@T.wui-btn-animate:hover:before{width:38px;opacity:1}.wui-btn.wui-btn-md\@T.wui-btn-animate:hover>i{-webkit-transform:translate(13px, 0);transform:translate(13px, 0)}.wui-btn.wui-btn-lg\@T{height:48px;line-height:46px;border-radius:24px;padding:0 32px;font-size:18px}.wui-btn.wui-btn-lg\@T.wui-btn-animate:hover:before{width:46px;opacity:1}.wui-btn.wui-btn-lg\@T.wui-btn-animate:hover>i{-webkit-transform:translate(18px, 0);transform:translate(18px, 0)}}

@media only screen and (min-width: 1024px){.wui-btn.wui-btn-block\@S{display:block;width:100%}.wui-btn.wui-btn-sm\@S{height:32px;line-height:30px;border-radius:16px;padding:0 16px;font-size:14px}.wui-btn.wui-btn-sm\@S.wui-btn-animate:hover:before{width:30px;opacity:1}.wui-btn.wui-btn-sm\@S.wui-btn-animate:hover>i{-webkit-transform:translate(8px, 0);transform:translate(8px, 0)}.wui-btn.wui-btn-md\@S{height:40px;line-height:38px;border-radius:20px;padding:0 24px;font-size:16px}.wui-btn.wui-btn-md\@S.wui-btn-animate:hover:before{width:38px;opacity:1}.wui-btn.wui-btn-md\@S.wui-btn-animate:hover>i{-webkit-transform:translate(13px, 0);transform:translate(13px, 0)}.wui-btn.wui-btn-lg\@S{height:48px;line-height:46px;border-radius:24px;padding:0 32px;font-size:18px}.wui-btn.wui-btn-lg\@S.wui-btn-animate:hover:before{width:46px;opacity:1}.wui-btn.wui-btn-lg\@S.wui-btn-animate:hover>i{-webkit-transform:translate(18px, 0);transform:translate(18px, 0)}}

@media only screen and (min-width: 1280px){.wui-btn.wui-btn-block\@M{display:block;width:100%}.wui-btn.wui-btn-sm\@M{height:32px;line-height:30px;border-radius:16px;padding:0 16px;font-size:14px}.wui-btn.wui-btn-sm\@M.wui-btn-animate:hover:before{width:30px;opacity:1}.wui-btn.wui-btn-sm\@M.wui-btn-animate:hover>i{-webkit-transform:translate(8px, 0);transform:translate(8px, 0)}.wui-btn.wui-btn-md\@M{height:40px;line-height:38px;border-radius:20px;padding:0 24px;font-size:16px}.wui-btn.wui-btn-md\@M.wui-btn-animate:hover:before{width:38px;opacity:1}.wui-btn.wui-btn-md\@M.wui-btn-animate:hover>i{-webkit-transform:translate(13px, 0);transform:translate(13px, 0)}.wui-btn.wui-btn-lg\@M{height:48px;line-height:46px;border-radius:24px;padding:0 32px;font-size:18px}.wui-btn.wui-btn-lg\@M.wui-btn-animate:hover:before{width:46px;opacity:1}.wui-btn.wui-btn-lg\@M.wui-btn-animate:hover>i{-webkit-transform:translate(18px, 0);transform:translate(18px, 0)}}

@media only screen and (min-width: 1600px){.wui-btn.wui-btn-block\@L{display:block;width:100%}.wui-btn.wui-btn-sm\@L{height:32px;line-height:30px;border-radius:16px;padding:0 16px;font-size:14px}.wui-btn.wui-btn-sm\@L.wui-btn-animate:hover:before{width:30px;opacity:1}.wui-btn.wui-btn-sm\@L.wui-btn-animate:hover>i{-webkit-transform:translate(8px, 0);transform:translate(8px, 0)}.wui-btn.wui-btn-md\@L{height:40px;line-height:38px;border-radius:20px;padding:0 24px;font-size:16px}.wui-btn.wui-btn-md\@L.wui-btn-animate:hover:before{width:38px;opacity:1}.wui-btn.wui-btn-md\@L.wui-btn-animate:hover>i{-webkit-transform:translate(13px, 0);transform:translate(13px, 0)}.wui-btn.wui-btn-lg\@L{height:48px;line-height:46px;border-radius:24px;padding:0 32px;font-size:18px}.wui-btn.wui-btn-lg\@L.wui-btn-animate:hover:before{width:46px;opacity:1}.wui-btn.wui-btn-lg\@L.wui-btn-animate:hover>i{-webkit-transform:translate(18px, 0);transform:translate(18px, 0)}}

@media only screen and (min-width: 1920px){.wui-btn.wui-btn-block\@H{display:block;width:100%}.wui-btn.wui-btn-sm\@H{height:32px;line-height:30px;border-radius:16px;padding:0 16px;font-size:14px}.wui-btn.wui-btn-sm\@H.wui-btn-animate:hover:before{width:30px;opacity:1}.wui-btn.wui-btn-sm\@H.wui-btn-animate:hover>i{-webkit-transform:translate(8px, 0);transform:translate(8px, 0)}.wui-btn.wui-btn-md\@H{height:40px;line-height:38px;border-radius:20px;padding:0 24px;font-size:16px}.wui-btn.wui-btn-md\@H.wui-btn-animate:hover:before{width:38px;opacity:1}.wui-btn.wui-btn-md\@H.wui-btn-animate:hover>i{-webkit-transform:translate(13px, 0);transform:translate(13px, 0)}.wui-btn.wui-btn-lg\@H{height:48px;line-height:46px;border-radius:24px;padding:0 32px;font-size:18px}.wui-btn.wui-btn-lg\@H.wui-btn-animate:hover:before{width:46px;opacity:1}.wui-btn.wui-btn-lg\@H.wui-btn-animate:hover>i{-webkit-transform:translate(18px, 0);transform:translate(18px, 0)}}

@-webkit-keyframes btn-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes btn-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

.wui-form .wui-form-item{
    position:relative
}
.wui-form .wui-form-item .wui-form-message{
    display:block;
    position:absolute;
    max-width:100%;
    overflow:hidden;
    font-size:12px;
    line-height:20px;
    color:#FE5050
}
.wui-form .wui-form-item.error .wui-input,.wui-form .wui-form-item.error .wui-textarea,.wui-form .wui-form-item.error .wui-select>.select-input,.wui-form .wui-form-item.error .wui-tags>.select-input{
    border-color:#FE5050
}
.wui-form .wui-form-item.error .wui-input:focus,.wui-form .wui-form-item.error .wui-textarea:focus,.wui-form .wui-form-item.error .wui-select>.select-input:focus,.wui-form .wui-form-item.error .wui-tags>.select-input:focus{
    -webkit-box-shadow:0 0 0 3px #fee;
    box-shadow:0 0 0 3px #fee
}
.wui-input{
    -webkit-transition:border-color .3s ease 0s;
    transition:border-color .3s ease 0s;
    background-image:none;
    outline:none;
    text-align:left;
    border-width:1px;
    border-style:solid;
    background-color:#FFF;
    border-color:#ccc;
    color:#333;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -webkit-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
    height:40px;
    line-height:38px;
    padding:0 12px;
    font-size:16px
}
.wui-input:hover{
    border-color:#013e8e
}
.wui-input:focus{
    border-color:#013e8e;
    -webkit-box-shadow:0 0 0 3px #fff2e6;
    box-shadow:0 0 0 3px #fff2e6
}
.wui-input.success:hover{
    border-color:#38C976
}
.wui-input.success:focus{
    border-color:#38C976;
    -webkit-box-shadow:0 0 0 3px #ebfaf1;
    box-shadow:0 0 0 3px #ebfaf1
}
.wui-input.warning:hover{
    border-color:#FFA23A
}
.wui-input.warning:focus{
    border-color:#FFA23A;
    -webkit-box-shadow:0 0 0 3px #fff6eb;
    box-shadow:0 0 0 3px #fff6eb
}
.wui-input.error:hover{
    border-color:#FE5050
}
.wui-input.error:focus{
    border-color:#FE5050;
    -webkit-box-shadow:0 0 0 3px #fee;
    box-shadow:0 0 0 3px #fee
}
.wui-input.wui-input-block{
    display:block;
    width:100%
}
.wui-input:disabled{
    background-color:#e6e6e6 !important;
    color:#b3b3b3 !important;
    cursor:not-allowed !important;
    border-color:#ccc !important
}
.wui-input.wui-input-sm{
    height:32px;
    line-height:30px;
    padding:0 8px;
    font-size:14px
}
.wui-input.wui-input-md{
    height:40px;
    line-height:38px;
    padding:0 12px;
    font-size:16px
}
.wui-input.wui-input-lg{
    height:48px;
    line-height:46px;
    padding:0 16px;
    font-size:16px
}


@media only screen and (min-width: 768px){.wui-input.wui-input-block\@T{display:block;width:100%}.wui-input.wui-input-sm\@T{height:32px;line-height:30px;padding:0 16px;font-size:14px}.wui-input.wui-input-md\@T{height:40px;line-height:38px;padding:0 24px;font-size:16px}.wui-input.wui-input-lg\@T{height:48px;line-height:46px;padding:0 32px;font-size:18px}}

@media only screen and (min-width: 1024px){.wui-input.wui-input-block\@S{display:block;width:100%}.wui-input.wui-input-sm\@S{height:32px;line-height:30px;padding:0 16px;font-size:14px}.wui-input.wui-input-md\@S{height:40px;line-height:38px;padding:0 24px;font-size:16px}.wui-input.wui-input-lg\@S{height:48px;line-height:46px;padding:0 32px;font-size:18px}}

@media only screen and (min-width: 1280px){.wui-input.wui-input-block\@M{display:block;width:100%}.wui-input.wui-input-sm\@M{height:32px;line-height:30px;padding:0 16px;font-size:14px}.wui-input.wui-input-md\@M{height:40px;line-height:38px;padding:0 24px;font-size:16px}.wui-input.wui-input-lg\@M{height:48px;line-height:46px;padding:0 32px;font-size:18px}}

@media only screen and (min-width: 1600px){.wui-input.wui-input-block\@L{display:block;width:100%}.wui-input.wui-input-sm\@L{height:32px;line-height:30px;padding:0 16px;font-size:14px}.wui-input.wui-input-md\@L{height:40px;line-height:38px;padding:0 24px;font-size:16px}.wui-input.wui-input-lg\@L{height:48px;line-height:46px;padding:0 32px;font-size:18px}}
@media only screen and (min-width: 1920px){.wui-input.wui-input-block\@H{display:block;width:100%}.wui-input.wui-input-sm\@H{height:32px;line-height:30px;padding:0 16px;font-size:14px}.wui-input.wui-input-md\@H{height:40px;line-height:38px;padding:0 24px;font-size:16px}.wui-input.wui-input-lg\@H{height:48px;line-height:46px;padding:0 32px;font-size:18px}}

.wui-textarea{
    display:block;
    border:1px solid #ccc;
    font-size:16px;
    color:#333;
    line-height:24px;
    resize:none;
    outline:none;
    width:100%;
    padding:8px 12px;
    background-color:#FFF;
    overflow-y:auto;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -webkit-transition:all .3s ease 0s;
    transition:all .3s ease 0s
}
.wui-textarea:focus{
    border-color:#013e8e;
    -webkit-box-shadow:0 0 0 3px #fff2e6;
    box-shadow:0 0 0 3px #fff2e6
}
.wui-textarea.error{
    border-color:#FE5050
}
.wui-textarea.error:focus{
    -webkit-box-shadow:0 0 0 3px #fee;
    box-shadow:0 0 0 3px #fee
}

.wui-dropdown{
    position:relative
}
.wui-dropdown>.wui-dropdown-toggle{
    cursor:pointer; float:left;
    position:relative;

}
.wui-dropdown>.dropdown:before {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    color: #fff;
    border-bottom: 0;
    border-top-color: currentColor;
    top: 50%;
    margin-top: -2px;
    right:-20px;
}

.wui-dropdown>.wui-dropdown-content{
    display:none;
    position:absolute;
    z-index:10006;
    left:0;
    right:auto;top:10px;
    min-width:180px;
    max-width:300px
}
.wui-dropdown>.wui-dropdown-content>.wui-dropdown-list{
    background-color:rgba(0,0,0,0.4);
    border-top:2px solid #013e8e
}
.wui-dropdown>.wui-dropdown-content>.wui-dropdown-list::-webkit-scrollbar{
    width:6px;
    height:6px;
    background-color:transparent
}
.wui-dropdown>.wui-dropdown-content>.wui-dropdown-list::-webkit-scrollbar-track{
    background-color:transparent
}
.wui-dropdown>.wui-dropdown-content>.wui-dropdown-list::-webkit-scrollbar-thumb{
    background-color:rgba(255,255,255,0.4)
}
.wui-dropdown>.wui-dropdown-content>.wui-dropdown-list::-webkit-scrollbar-thumb:hover{
    background-color:rgba(255,255,255,0.6)
}
.wui-dropdown>.wui-dropdown-content>.wui-dropdown-list>.wui-dropdown-item{
    display:block;
    white-space:nowrap;
    border-bottom:1px solid rgba(255,255,255,0.15);
    color:#FFF;
    text-align:left
}
.wui-dropdown>.wui-dropdown-content>.wui-dropdown-list>.wui-dropdown-item:last-child{
    border:0
}
.wui-dropdown>.wui-dropdown-content>.wui-dropdown-list>.wui-dropdown-item:hover{
    background-color:rgba(20,127,249,0.5)
}
.wui-dropdown.wui-dropdown-right>.wui-dropdown-toggle:after{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    right:10px;
    margin-top:-5px
}
.wui-dropdown.wui-dropdown-right>.wui-dropdown-content{
    left:100%;
    top:0
}
.wui-dropdown.wui-dropdown-overflow>.wui-dropdown-content>.wui-dropdown-list{
    max-height:400px;
    overflow-y:auto
}
.wui-dropdown:hover>.wui-dropdown-content{
    display:block
}
.wui-lang{
    display:block;
    width:24px;
    height:24px;
    background-size:24px auto;
    background-repeat:no-repeat;
    background-position:0 24px;
    background-image:url("../image/icon_flag.png")
}


.wui-modal-wrap{
    display:none;
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color:rgba(0,0,0,0.9);
    z-index:10001;
    overflow:hidden auto
}
.wui-modal-wrap .wui-modal-close{
    display:block;
    position:absolute;
    top:24px;
    right:24px;
    width:24px;
    height:24px;
    cursor:pointer
}
.wui-modal-wrap .wui-modal-close:before,.wui-modal-wrap .wui-modal-close:after{
    content:'';
    display:block;
    width:2px;
    height:32px;
    background-color:#013e8e;
    position:absolute;
    z-index:1;
    left:50%;
    top:50%;
    margin-top:-16px
}
.wui-modal-wrap .wui-modal-close:before{
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.wui-modal-wrap .wui-modal-close:after{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.wui-modal-wrap .wui-modal-close:hover:before,.wui-modal-wrap .wui-modal-close:hover:after{
    background-color:#FFF
}
.wui-modal-wrap.behind{
    background-color:transparent
}
.wui-modal-wrap .wui-modal{
    max-width:640px;
    width:100%;
    padding:0 24px;
    margin:0 auto;
    position:relative;
    top:0;
    bottom:0;
    height:100%;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-direction:column;
    flex-direction:column;
    -webkit-justify-content:center;
    justify-content:center
}
.wui-modal-wrap .wui-modal.wui-modal-xs{
    max-width:640px
}
.wui-modal-wrap .wui-modal.wui-modal-sm{
    max-width:768px
}
.wui-modal-wrap .wui-modal.wui-modal-md{
    max-width:1024px
}
.wui-modal-wrap .wui-modal.wui-modal-lg{
    max-width:1280px
}
.wui-modal-wrap .wui-modal.wui-modal-hr{
    max-width:1440px
}
.wui-modal-wrap.modal-in{
    -webkit-animation:fade-in .3s ease 0s both;
    animation:fade-in .3s ease 0s both
}
.wui-modal-wrap.modal-in .wui-modal{
    -webkit-animation:modal-in .2s ease 0s both;
    animation:modal-in .2s ease 0s both
}
.wui-modal-wrap.modal-out{
    -webkit-animation:fade-out .3s ease 0s both;
    animation:fade-out .3s ease 0s both
}
.wui-modal-wrap.modal-out .wui-modal{
    -webkit-animation:modal-out .3s ease 0s both;
    animation:modal-out .3s ease 0s both
}
.wui-drawer-wrap{
    display:none;
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color:rgba(0,0,0,0.9);
    z-index:10001;
    overflow:hidden auto
}
.wui-drawer-wrap .wui-drawer{
    max-width:400px;
    width:80%;
    padding:0;
    position:absolute;
    top:0;
    right:0;
    bottom:0
}
.wui-drawer-wrap .wui-drawer .wui-drawer-content{
    display:-webkit-flex;
    display:flex;
    -webkit-flex-direction:column;
    flex-direction:column;
    height:100%;
    background-color:#333333
}
.wui-drawer-wrap .wui-drawer .wui-drawer-content .wui-drawer-hd{
    -webkit-flex:none;
    flex:none;
    position:relative
}
.wui-drawer-wrap .wui-drawer .wui-drawer-content .wui-drawer-hd .wui-drawer-title{
    display:block;
    font-size:18px;
    line-height:32px;
    height:64px;
    padding:16px 48px 16px 16px;
    color:#FFF
}
.wui-drawer-wrap .wui-drawer .wui-drawer-content .wui-drawer-hd .wui-drawer-close{
    display:block;
    position:absolute;
    top:16px;
    right:16px;
    width:32px;
    height:32px;
    cursor:pointer
}
.wui-drawer-wrap .wui-drawer .wui-drawer-content .wui-drawer-hd .wui-drawer-close:before,.wui-drawer-wrap .wui-drawer .wui-drawer-content .wui-drawer-hd .wui-drawer-close:after{
    content:'';
    display:block;
    width:1px;
    height:20px;
    background-color:#FFF;
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-10px
}
.wui-drawer-wrap .wui-drawer .wui-drawer-content .wui-drawer-hd .wui-drawer-close:before{
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.wui-drawer-wrap .wui-drawer .wui-drawer-content .wui-drawer-hd .wui-drawer-close:after{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.wui-drawer-wrap .wui-drawer .wui-drawer-content .wui-drawer-hd .wui-drawer-close:hover:before,.wui-drawer-wrap .wui-drawer .wui-drawer-content .wui-drawer-hd .wui-drawer-close:hover:after{
    background-color:#013e8e
}
.wui-drawer-wrap .wui-drawer .wui-drawer-content .wui-drawer-hd .wui-drawer-filter{
    padding:0 16px 8px
}
.wui-drawer-wrap .wui-drawer .wui-drawer-content .wui-drawer-bd{
    -webkit-flex:auto;
    flex:auto;
    padding:0 16px;
    overflow:hidden auto
}
.wui-drawer-wrap .wui-drawer .wui-drawer-content .wui-drawer-ft{
    -webkit-flex:none;
    flex:none;
    border-top:1px solid #ccc;
    padding:16px
}
.wui-drawer-wrap .wui-drawer.wui-drawer-left{
    right:auto;
    left:0
}
.wui-drawer-wrap.drawer-in{
    -webkit-animation:fade-in .3s ease 0s both;
    animation:fade-in .3s ease 0s both
}
.wui-drawer-wrap.drawer-in .wui-drawer{
    -webkit-animation:drawer-in-right .3s ease .2s both;
    animation:drawer-in-right .3s ease .2s both
}
.wui-drawer-wrap.drawer-in .wui-drawer.wui-drawer-left{
    -webkit-animation:drawer-in-left .3s ease .2s both;
    animation:drawer-in-left .3s ease .2s both
}
.wui-drawer-wrap.drawer-out{
    -webkit-animation:fade-out .3s ease .2s both;
    animation:fade-out .3s ease .2s both
}
.wui-drawer-wrap.drawer-out .wui-drawer{
    -webkit-animation:drawer-out-right .3s ease 0s both;
    animation:drawer-out-right .3s ease 0s both
}
.wui-drawer-wrap.drawer-out .wui-drawer.wui-drawer-left{
    -webkit-animation:drawer-out-left .3s ease 0s both;
    animation:drawer-out-left .3s ease 0s both
}
.wui-alert{
    padding:12px;
    background-color:#f3f3f3;
    color:#000;
    border-left:4px solid #013e8e
}
.wui-alert .wui-alert-content{
    font-size:14px;
    line-height:24px
}
.wui-alert.wui-alert-primary{
    background-color:#fff2e6;
    color:#013e8e;
    border-color:#013e8e
}
.wui-alert.wui-alert-accents{
    background-color:#ffe6e6;
    color:#013e8e;
    border-color:#013e8e
}
.wui-alert.wui-alert-success{
    background-color:#ebfaf1;
    color:#38C976;
    border-color:#38C976
}
.wui-alert.wui-alert-warning{
    background-color:#fff6eb;
    color:#FFA23A;
    border-color:#FFA23A
}
.wui-alert.wui-alert-dangers{
    background-color:#fee;
    color:#FE5050;
    border-color:#FE5050
}
.wui-crumb{
    position:relative
}
.wui-crumb .wui-crumb-item:hover{
    color:#013e8e
}
.wui-crumb .wui-crumb-item:last-child{
    pointer-events:none
}
.wui-crumb .wui-crumb-item:last-child.wui-crumb-separator{
    display:none
}
.wui-crumb .wui-crumb-separator{
    margin:0 8px;
    cursor:default;
    color:inherit
}
.wui-border{
    border-style:solid;
    border-width:1px;
    border-color:#ccc
}

.wui-border.wui-border-primary{
    border-color:#013e8e
}
.wui-border.wui-border-accents{
    border-color:#013e8e
}
.wui-border.wui-border-success{
    border-color:#38C976
}
.wui-border.wui-border-warning{
    border-color:#FFA23A
}
.wui-border.wui-border-dangers{
    border-color:#FE5050
}
.wui-border.wui-border-light{
    border-color:#FFF
}
.wui-border.wui-border-dark{
    border-color:#000
}
.wui-menu.wui-menu-prefix>.wui-menu-item>.wui-menu-link{
    padding-left:16px
}
.wui-menu.wui-menu-prefix>.wui-menu-item>.wui-menu-link:before{
    content:'';
    display:block;
    position:absolute;
    top:50%;
    left:0;
    margin-top:-3px;
    width:0;
    height:0;
    border:3px solid
}
.wui-menu.wui-menu-border>.wui-menu-item{
    border-bottom:1px solid #ccc
}
.wui-menu.wui-menu-suffix>.wui-menu-item>.wui-menu-link{
    padding-right:24px
}
.wui-menu.wui-menu-suffix>.wui-menu-item>.wui-menu-arrow{
    display:block
}
.wui-menu>.wui-menu-item{
    padding-top:10px;
    padding-bottom:10px;
    position:relative
}
.wui-menu>.wui-menu-item>.wui-menu-arrow{
    display:none;
    width:24px;
    height:24px;
    position:absolute;
    top:6px;
    right:0;
    color:#999;
    -webkit-transition:all .3s ease 0s;
    transition:all .3s ease 0s
}
.wui-menu>.wui-menu-item>.wui-menu-arrow:hover{
    cursor:pointer;
    color:#013e8e
}
.wui-menu>.wui-menu-item>.wui-menu-link{
    color:#333;
    position:relative;
    font-size:16px;
    line-height:24px
}
.wui-menu>.wui-menu-item>.wui-menu-link:hover{
    color:#013e8e
}
.wui-menu>.wui-menu-item>.wui-menu-sublist{
    padding:4px 0;
    display:none
}
.wui-menu>.wui-menu-item.open>.wui-menu-link,.wui-menu>.wui-menu-item.open>.wui-menu-arrow{
    color:#333
}
.wui-menu>.wui-menu-item.open>.wui-menu-sublist{
    display:block
}
.wui-menu>.wui-menu-item.open>.wui-menu-arrow{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.wui-menu-border li:hover{border-bottom: 1px solid #013e8e;}
.wui-menu-border li:hover .wui-menu-text,.wui-menu-border li:hover .wui-menu-arrow{color:#013e8e}

.wui-menu>.wui-menu-item.active>.wui-menu-link,.wui-menu>.wui-menu-item.active>.wui-menu-arrow{
    color:#013e8e
}
.wui-tags .wui-tags-item{
    height:40px;
    line-height:40px;
    padding:0 24px;
    font-size:16px;
    -webkit-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
    max-width:220px;
    background-color:#e6e6e6;
    color:#333
}

.wui-tags .wui-tags-item.wui-tags-dangers:hover,.wui-tags .wui-tags-item.wui-tags-dangers:active{
    color:#FFF;
    background-color:#cb4040
}
.wui-tags.wui-tags-sm .wui-tags-item{
    height:32px;
    line-height:32px;
    padding:0 16px;
    font-size:14px
}
.wui-tags.wui-tags-md .wui-tags-item{
    height:40px;
    line-height:40px;
    padding:0 24px;
    font-size:16px
}
.wui-tags.wui-tags-lg .wui-tags-item{
    height:48px;
    line-height:48px;
    padding:0 32px;
    font-size:18px
}

@media only screen and (min-width: 768px){.wui-tags.wui-tags-sm\@T .wui-tags-item{height:32px;line-height:32px;padding:0 16px;font-size:14px}.wui-tags.wui-tags-md\@T .wui-tags-item{height:40px;line-height:40px;padding:0 24px;font-size:16px}.wui-tags.wui-tags-lg\@T .wui-tags-item{height:48px;line-height:48px;padding:0 32px;font-size:18px}}
@media only screen and (min-width: 1024px){.wui-tags.wui-tags-sm\@S .wui-tags-item{height:32px;line-height:32px;padding:0 16px;font-size:14px}.wui-tags.wui-tags-md\@S .wui-tags-item{height:40px;line-height:40px;padding:0 24px;font-size:16px}.wui-tags.wui-tags-lg\@S .wui-tags-item{height:48px;line-height:48px;padding:0 32px;font-size:18px}}
@media only screen and (min-width: 1280px){.wui-tags.wui-tags-sm\@M .wui-tags-item{height:32px;line-height:32px;padding:0 16px;font-size:14px}.wui-tags.wui-tags-md\@M .wui-tags-item{height:40px;line-height:40px;padding:0 24px;font-size:16px}.wui-tags.wui-tags-lg\@M .wui-tags-item{height:48px;line-height:48px;padding:0 32px;font-size:18px}}
@media only screen and (min-width: 1600px){.wui-tags.wui-tags-sm\@L .wui-tags-item{height:32px;line-height:32px;padding:0 16px;font-size:14px}.wui-tags.wui-tags-md\@L .wui-tags-item{height:40px;line-height:40px;padding:0 24px;font-size:16px}.wui-tags.wui-tags-lg\@L .wui-tags-item{height:48px;line-height:48px;padding:0 32px;font-size:18px}}
@media only screen and (min-width: 1920px){.wui-tags.wui-tags-sm\@H .wui-tags-item{height:32px;line-height:32px;padding:0 16px;font-size:14px}.wui-tags.wui-tags-md\@H .wui-tags-item{height:40px;line-height:40px;padding:0 24px;font-size:16px}.wui-tags.wui-tags-lg\@H .wui-tags-item{height:48px;line-height:48px;padding:0 32px;font-size:18px}}

.wui-cabinet{
    min-width:120px
}
.wui-cabinet .wui-cabinet-preview{
    width:100%;
    height:0;
    padding-bottom:100%;
    background-color:#ddd;
    border:1px solid #ccc;
    position:relative
}
.wui-cabinet .wui-cabinet-preview .wui-cabinet-preview-wrapper .wui-cabinet-preview-image{
    display:block;
    width:100%;
    height:100%;
    outline:none;
    border:0;
    object-fit:contain;
    object-position:center
}
.wui-cabinet .wui-cabinet-preview .wui-cabinet-preview-wrapper .wui-cabinet-preview-video{
    display:none;
    background-color:rgba(0,0,0,0.4);
    z-index:1;
    line-height:1;
    text-align:center;
    color:#FFF;
    cursor:pointer
}
.wui-cabinet .wui-cabinet-preview .wui-cabinet-preview-wrapper .wui-cabinet-preview-video .wui-cabinet-preview-play{
    display:inline-block;
    vertical-align:middle
}
.wui-cabinet .wui-cabinet-preview .wui-cabinet-preview-wrapper .wui-cabinet-preview-video:after{
    content:'';
    height:100%;
    width:0;
    display:inline-block;
    vertical-align:middle
}
.wui-cabinet .wui-cabinet-preview .wui-cabinet-preview-wrapper .wui-cabinet-preview-video:hover{
    color:#013e8e
}
.wui-cabinet .wui-cabinet-preview.wui-cabinet-video .wui-cabinet-preview-wrapper .wui-cabinet-preview-video{
    display:block
}
.wui-cabinet .wui-cabinet-thumb{
    position:relative;
    margin-top:10px;
    width:100%
}
.wui-cabinet .wui-cabinet-thumb .wui-cabinet-thumb-container{
    width:100%;
    padding:0 30px 0 30px;
    overflow:hidden
}
.wui-cabinet .wui-cabinet-thumb .wui-cabinet-thumb-container .wui-cabinet-thumb-list{
    display:block;
    width:100%;
    line-height:1;
    font-size:0;
    white-space:nowrap;
    -webkit-transition:all .3s ease 0s;
    transition:all .3s ease 0s
}
.wui-cabinet .wui-cabinet-thumb .wui-cabinet-thumb-container .wui-cabinet-thumb-list .wui-cabinet-thumb-item{
    display:inline-block;
    width:25%;
    padding-bottom:25%;
    height:0;
    cursor:pointer;
    position:relative
}
.wui-cabinet .wui-cabinet-thumb .wui-cabinet-thumb-container .wui-cabinet-thumb-list .wui-cabinet-thumb-item .wui-cabinet-thumb-wrap{
    display:block;
    position:absolute;
    top:5px;
    left:5px;
    right:5px;
    bottom:5px;
    border:2px solid #ccc
}
.wui-cabinet .wui-cabinet-thumb .wui-cabinet-thumb-container .wui-cabinet-thumb-list .wui-cabinet-thumb-item .wui-cabinet-thumb-wrap .wui-cabinet-thumb-image{
    display:block;
    width:100%;
    height:100%;
    outline:none;
    border:0;
    object-fit:contain;
    object-position:center
}
.wui-cabinet .wui-cabinet-thumb .wui-cabinet-thumb-container .wui-cabinet-thumb-list .wui-cabinet-thumb-item .wui-cabinet-thumb-wrap .wui-cabinet-thumb-video{
    display:none;
    background-color:rgba(0,0,0,0.4);
    z-index:1;
    line-height:1;
    text-align:center;
    color:#FFF;
    cursor:pointer
}
.wui-cabinet .wui-cabinet-thumb .wui-cabinet-thumb-container .wui-cabinet-thumb-list .wui-cabinet-thumb-item .wui-cabinet-thumb-wrap .wui-cabinet-thumb-video .wui-cabinet-thumb-play{
    display:inline-block;
    vertical-align:middle
}
.wui-cabinet .wui-cabinet-thumb .wui-cabinet-thumb-container .wui-cabinet-thumb-list .wui-cabinet-thumb-item .wui-cabinet-thumb-wrap .wui-cabinet-thumb-video:after{
    content:'';
    height:100%;
    width:0;
    display:inline-block;
    vertical-align:middle
}
.wui-cabinet .wui-cabinet-thumb .wui-cabinet-thumb-container .wui-cabinet-thumb-list .wui-cabinet-thumb-item.wui-cabinet-video .wui-cabinet-thumb-wrap .wui-cabinet-thumb-video{
    display:block
}
.wui-cabinet .wui-cabinet-thumb .wui-cabinet-thumb-container .wui-cabinet-thumb-list .wui-cabinet-thumb-item:hover .wui-cabinet-thumb-wrap,.wui-cabinet .wui-cabinet-thumb .wui-cabinet-thumb-container .wui-cabinet-thumb-list .wui-cabinet-thumb-item.active .wui-cabinet-thumb-wrap{
    border-color:#013e8e
}
.wui-cabinet .wui-cabinet-thumb .wui-cabinet-thumb-controls .wui-cabinet-thumb-button{
    display:block;
    position:absolute;
    top:5px;
    bottom:5px;
    width:25px;
    background-color:#e6e6e6;
    border:0;
    background-image:none;
    outline:none;
    cursor:pointer;
    font-size:16px;
    text-align:center;
    color:#333
}
.wui-cabinet .wui-cabinet-thumb .wui-cabinet-thumb-controls .wui-cabinet-thumb-button.wui-cabinet-thumb-prev{
    left:0
}
.wui-cabinet .wui-cabinet-thumb .wui-cabinet-thumb-controls .wui-cabinet-thumb-button.wui-cabinet-thumb-next{
    right:0
}
.wui-cabinet .wui-cabinet-thumb .wui-cabinet-thumb-controls .wui-cabinet-thumb-button:hover{
    background-color:#013e8e;
    color:#FFF
}
.wui-cabinet .wui-cabinet-thumb .wui-cabinet-thumb-controls .wui-cabinet-thumb-button:disabled,.wui-cabinet .wui-cabinet-thumb .wui-cabinet-thumb-controls .wui-cabinet-thumb-button.disabled{
    pointer-events:none
}
.owl-carousel{
    display:none;
    width:100%;
    -webkit-tap-highlight-color:transparent;
    position:relative;
    z-index:1
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    touch-action:manipulation;
    -moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    -ms-transform:translate3d(0, 0, 0)
}
.owl-carousel .owl-item{
    position:relative;
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none
}
.owl-carousel .owl-item img{
    display:block;
    width:100%
}
.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{
    display:none
}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{
    cursor:pointer;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    outline:none
}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{
    border:none;
    padding:0 !important
}
.owl-carousel.owl-loaded{
    display:block
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
.owl-carousel.owl-hidden{
    opacity:0
}
.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
.owl-carousel.owl-drag .owl-item{
    touch-action:pan-y;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-grab{
    cursor:move;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.no-js .owl-carousel{
    display:block
}
.owl-carousel .animated{
    animation-duration:1000ms;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    animation-name:fadeOut
}
 
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}

.owl-height{
    transition:height 500ms ease-in-out
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    transition:opacity 400ms ease
}
.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){
    max-height:0
}
.owl-carousel .owl-item img.owl-lazy{
    transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper{
    position:relative;
    height:100%;
    background:#000
}
.owl-carousel .owl-video-play-icon{
    position:absolute;
    height:80px;
    width:80px;
    left:50%;
    top:50%;
    margin-left:-40px;
    margin-top:-40px;
    background:url("../image/owl.video.play.png") no-repeat;
    cursor:pointer;
    z-index:1;
    -webkit-backface-visibility:hidden;
    transition:transform 100ms ease
}
.owl-carousel .owl-video-play-icon:hover{
    transform:scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{
    display:none
}
.owl-carousel .owl-video-tn{
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    transition:opacity 400ms ease
}
.owl-carousel .owl-video-frame{
    position:relative;
    z-index:1;
    height:100%;
    width:100%
}
.owl-theme-banner .owl-nav{
    position:absolute;
    top:50%;
    left:7%;
    right:7%;
    margin-top:-25px;
    text-align:center;
    -webkit-tap-highlight-color:transparent
}
.owl-theme-banner .owl-nav [class*='owl-']{
    display:block;
    cursor:pointer;
    position:absolute;
    top:0;
    width:50px;
    height:50px;
    background-color:rgba(0,0,0,0.3);
    border-radius:0;
    background-position:0 50px;
    background-repeat:no-repeat;
    background-size:50px auto;
    background-image:url("../image/owl.nav.png")
}
.owl-theme-banner .owl-nav [class*='owl-']>span{
    display:none
}
.owl-theme-banner .owl-nav [class*='owl-'].owl-prev{
    left:0;
    right:auto;
    background-position:0 0
}
.owl-theme-banner .owl-nav [class*='owl-'].owl-next{
    left:auto;
    right:0;
    background-position:0 -50px
}
.owl-theme-banner .owl-nav [class*='owl-']:hover{
    background-color:rgba(0,0,0,0.5);
    text-decoration:none
}
.owl-theme-banner .owl-nav .disabled{
    opacity:.5;
    cursor:default
}
.owl-theme-banner .owl-dots{
    text-align:center;
    -webkit-tap-highlight-color:transparent;
    position:absolute;
    bottom:16px;
    left:0;
    right:0;
    line-height:1 !important
}
.owl-theme-banner .owl-dots .owl-dot{
    display:inline-block;
    zoom:1;
    *display:inline;
    background-color:transparent
}
.owl-theme-banner .owl-dots .owl-dot span{
    width:12px;
    height:12px;
    margin:5px 7px;
    background:#fff;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity 200ms ease;
    border-radius:30px
}
.owl-theme-banner .owl-dots .owl-dot.active span,.owl-theme-banner .owl-dots .owl-dot:hover span{
    background:#013e8e
}
.owl-theme-gallery .owl-nav{
    position:absolute;
    top:50%;
    left:0;
    right:0;
    margin-top:-20px;
    text-align:center;
    -webkit-tap-highlight-color:transparent
}
.owl-theme-gallery .owl-nav [class*='owl-']{
    display:block;
    cursor:pointer;
    position:absolute;
    top:0;
    width:40px;
    height:40px;
    background-color:rgba(0,0,0,0.3);
    border-radius:0;
    background-position:0 40px;
    background-repeat:no-repeat;
    background-size:40px auto;
    background-image:url("../image/owl.nav.png")
}
.owl-theme-gallery .owl-nav [class*='owl-']>span{
    display:none
}
.owl-theme-gallery .owl-nav [class*='owl-'].owl-prev{
    left:0;
    right:auto;
    background-position:0 0
}
.owl-theme-gallery .owl-nav [class*='owl-'].owl-next{
    left:auto;
    right:0;
    background-position:0 -40px
}
.owl-theme-gallery .owl-nav [class*='owl-']:hover{
    background-color:rgba(0,0,0,0.5);
    text-decoration:none
}
.owl-theme-gallery .owl-nav .disabled{
    opacity:.1;
    cursor:default
}
.owl-theme-gallery .owl-dots{
    text-align:center;
    -webkit-tap-highlight-color:transparent;
    position:absolute;
    bottom:-24px;
    left:0;
    right:0;
    line-height:1 !important
}
.owl-theme-gallery .owl-dots .owl-dot{
    display:inline-block;
    zoom:1;
    *display:inline;
    background-color:transparent
}
.owl-theme-gallery .owl-dots .owl-dot span{
    width:24px;
    height:6px;
    margin:5px 7px;
    background:#999;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity 200ms ease;
    border-radius:0px
}
.owl-theme-gallery .owl-dots .owl-dot.active span,.owl-theme-gallery .owl-dots .owl-dot:hover span{
    background:#013e8e
}



body.compensate-for-scrollbar{
    overflow:hidden
}
.fancybox-active{
    height:auto
}
.fancybox-is-hidden{
    left:-9999px;
    margin:0;
    position:absolute !important;
    top:-9999px;
    visibility:hidden
}
.fancybox-container{
    -webkit-backface-visibility:hidden;
    height:100%;
    left:0;
    outline:none;
    position:fixed;
    -webkit-tap-highlight-color:transparent;
    top:0;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    transform:translateZ(0);
    width:100%;
    z-index:99992
}
.fancybox-container *{
    box-sizing:border-box
}
.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage{
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    top:0
}
.fancybox-outer{
    -webkit-overflow-scrolling:touch;
    overflow-y:auto
}
.fancybox-bg{
    background:#1e1e1e;
    opacity:0;
    transition-duration:inherit;
    transition-property:opacity;
    transition-timing-function:cubic-bezier(0.47, 0, 0.74, 0.71)
}
.fancybox-is-open .fancybox-bg{
    opacity:.9;
    transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1)
}
.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button{
    direction:ltr;
    opacity:0;
    position:absolute;
    transition:opacity .25s ease, visibility 0s ease .25s;
    visibility:hidden;
    z-index:99997
}
.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption,.fancybox-show-nav .fancybox-navigation .fancybox-button{
    opacity:1;
    transition:opacity .25s ease 0s, visibility 0s ease 0s;
    visibility:visible
}
.fancybox-infobar{
    color:#ccc;
    font-size:13px;
    -webkit-font-smoothing:subpixel-antialiased;
    height:44px;
    left:0;
    line-height:44px;
    min-width:44px;
    mix-blend-mode:difference;
    padding:0 10px;
    pointer-events:none;
    top:0;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.fancybox-toolbar{
    right:0;
    top:0
}
.fancybox-stage{
    direction:ltr;
    overflow:visible;
    transform:translateZ(0);
    z-index:99994
}
.fancybox-is-open .fancybox-stage{
    overflow:hidden
}
.fancybox-slide{
    -webkit-backface-visibility:hidden;
    display:none;
    height:100%;
    left:0;
    outline:none;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    padding:44px;
    position:absolute;
    text-align:center;
    top:0;
    transition-property:transform, opacity;
    white-space:normal;
    width:100%;
    z-index:99994
}
.fancybox-slide::before{
    content:'';
    display:inline-block;
    font-size:0;
    height:100%;
    vertical-align:middle;
    width:0
}
.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next{
    display:block
}
.fancybox-slide--image{
    overflow:hidden;
    padding:44px 0
}
.fancybox-slide--image::before{
    display:none
}
.fancybox-slide--html{
    padding:6px
}
.fancybox-content{
    background:#fff;
    display:inline-block;
    margin:0;
    max-width:100%;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    padding:44px;
    position:relative;
    text-align:left;
    vertical-align:middle
}
.fancybox-slide--image .fancybox-content{
    animation-timing-function:cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility:hidden;
    background:transparent;
    background-repeat:no-repeat;
    background-size:100% 100%;
    left:0;
    max-width:none;
    overflow:visible;
    padding:0;
    position:absolute;
    top:0;
    -ms-transform-origin:top left;
    transform-origin:top left;
    transition-property:transform, opacity;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    z-index:99995
}
.fancybox-can-zoomOut .fancybox-content{
    cursor:zoom-out
}
.fancybox-can-zoomIn .fancybox-content{
    cursor:zoom-in
}
.fancybox-can-swipe .fancybox-content,.fancybox-can-pan .fancybox-content{
    cursor:-webkit-grab;
    cursor:grab
}
.fancybox-is-grabbing .fancybox-content{
    cursor:-webkit-grabbing;
    cursor:grabbing
}
.fancybox-container [data-selectable='true']{
    cursor:text
}
.fancybox-image,.fancybox-spaceball{
    background:transparent;
    border:0;
    height:100%;
    left:0;
    margin:0;
    max-height:none;
    max-width:none;
    padding:0;
    position:absolute;
    top:0;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    width:100%
}
.fancybox-spaceball{
    z-index:1
}
.fancybox-slide--video .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--iframe .fancybox-content{
    height:100%;
    overflow:visible;
    padding:0;
    width:100%
}
.fancybox-slide--video .fancybox-content{
    background:#000
}
.fancybox-slide--map .fancybox-content{
    background:#e5e3df
}
.fancybox-slide--iframe .fancybox-content{
    background:#fff
}
.fancybox-video,.fancybox-iframe{
    background:transparent;
    border:0;
    display:block;
    height:100%;
    margin:0;
    overflow:hidden;
    padding:0;
    width:100%
}
.fancybox-iframe{
    left:0;
    position:absolute;
    top:0
}
.fancybox-error{
    background:#fff;
    cursor:default;
    max-width:400px;
    padding:40px;
    width:100%
}
.fancybox-error p{
    color:#444;
    font-size:16px;
    line-height:20px;
    margin:0;
    padding:0
}
.fancybox-button{
    background:rgba(30,30,30,0.6);
    border:0;
    border-radius:0;
    box-shadow:none;
    cursor:pointer;
    display:inline-block;
    height:44px;
    margin:0;
    padding:10px;
    position:relative;
    transition:color .2s;
    vertical-align:top;
    visibility:inherit;
    width:44px
}
.fancybox-button,.fancybox-button:visited,.fancybox-button:link{
    color:#ccc
}
.fancybox-button:hover{
    color:#fff
}
.fancybox-button:focus{
    outline:none
}
.fancybox-button.fancybox-focus{
    outline:1px dotted
}
.fancybox-button[disabled],.fancybox-button[disabled]:hover{
    color:#888;
    cursor:default;
    outline:none
}
.fancybox-button div{
    height:100%
}
.fancybox-button svg{
    display:block;
    height:100%;
    overflow:visible;
    position:relative;
    width:100%
}
.fancybox-button svg path{
    fill:currentColor;
    stroke-width:0
}
.fancybox-button--play svg:nth-child(2),.fancybox-button--fsenter svg:nth-child(2){
    display:none
}
.fancybox-button--pause svg:nth-child(1),.fancybox-button--fsexit svg:nth-child(1){
    display:none
}
.fancybox-progress{
    background:#ff5268;
    height:2px;
    left:0;
    position:absolute;
    right:0;
    top:0;
    -ms-transform:scaleX(0);
    transform:scaleX(0);
    -ms-transform-origin:0;
    transform-origin:0;
    transition-property:transform;
    transition-timing-function:linear;
    z-index:99998
}
.fancybox-close-small{
    background:transparent;
    border:0;
    border-radius:0;
    color:#ccc;
    cursor:pointer;
    opacity:.8;
    padding:8px;
    position:absolute;
    right:-12px;
    top:-44px;
    z-index:401
}
.fancybox-close-small:hover{
    color:#fff;
    opacity:1
}
.fancybox-slide--html .fancybox-close-small{
    color:currentColor;
    padding:10px;
    right:0;
    top:0
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content{
    overflow:hidden
}
.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{
    display:none
}
.fancybox-navigation .fancybox-button{
    background-clip:content-box;
    height:100px;
    opacity:0;
    position:absolute;
    top:calc(50% - 50px);
    width:70px
}
.fancybox-navigation .fancybox-button div{
    padding:7px
}
.fancybox-navigation .fancybox-button--arrow_left{
    left:0;
    left:env(safe-area-inset-left);
    padding:31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right{
    padding:31px 6px 31px 26px;
    right:0;
    right:env(safe-area-inset-right)
}
.fancybox-caption{
    background:linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.15) 65%, rgba(0,0,0,0.075) 75.5%, rgba(0,0,0,0.037) 82.85%, rgba(0,0,0,0.019) 88%, transparent 100%);
    bottom:0;
    color:#eee;
    font-size:14px;
    font-weight:400;
    left:0;
    line-height:1.5;
    padding:75px 44px 25px 44px;
    pointer-events:none;
    right:0;
    text-align:center;
    z-index:99996
}
@supports (padding: max(0px)){
    .fancybox-caption{
        padding:75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
    }

.fancybox-caption--separate{
    margin-top:-50px
}
.fancybox-caption__body{
    max-height:50vh;
    overflow:auto;
    pointer-events:all
}
.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{
    color:#ccc;
    text-decoration:none
}
.fancybox-caption a:hover{
    color:#fff;
    text-decoration:underline
}
.fancybox-loading{
    animation:fancybox-rotate 1s linear infinite;
    background:transparent;
    border:4px solid #888;
    border-bottom-color:#fff;
    border-radius:50%;
    height:50px;
    left:50%;
    margin:-25px 0 0 -25px;
    opacity:.7;
    padding:0;
    position:absolute;
    top:50%;
    width:50px;
    z-index:99999
}


@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}

.fancybox-animated{
    transition-timing-function:cubic-bezier(0, 0, 0.25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous{
    opacity:0;
    transform:translate3d(-100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--next{
    opacity:0;
    transform:translate3d(100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--current{
    opacity:1;
    transform:translate3d(0, 0, 0)
}
.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next{
    opacity:0;
    transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)
}
.fancybox-fx-fade.fancybox-slide--current{
    opacity:1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous{
    opacity:0;
    transform:scale3d(1.5, 1.5, 1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next{
    opacity:0;
    transform:scale3d(0.5, 0.5, 0.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current{
    opacity:1;
    transform:scale3d(1, 1, 1)
}
.fancybox-fx-rotate.fancybox-slide--previous{
    opacity:0;
    -ms-transform:rotate(-360deg);
    transform:rotate(-360deg)
}
.fancybox-fx-rotate.fancybox-slide--next{
    opacity:0;
    -ms-transform:rotate(360deg);
    transform:rotate(360deg)
}
.fancybox-fx-rotate.fancybox-slide--current{
    opacity:1;
    -ms-transform:rotate(0deg);
    transform:rotate(0deg)
}
.fancybox-fx-circular.fancybox-slide--previous{
    opacity:0;
    transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--next{
    opacity:0;
    transform:scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--current{
    opacity:1;
    transform:scale3d(1, 1, 1) translate3d(0, 0, 0)
}
.fancybox-fx-tube.fancybox-slide--previous{
    transform:translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next{
    transform:translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current{
    transform:translate3d(0, 0, 0) scale(1)
}


@media all and (max-height: 576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}
@supports (padding: max(0px)){.fancybox-caption{padding-left:max(12px, env(safe-area-inset-left));padding-right:max(12px, env(safe-area-inset-right))}}}

.fancybox-share{
    background:#f4f4f4;
    border-radius:3px;
    max-width:90%;
    padding:30px;
    text-align:center
}
.fancybox-share h1{
    color:#222;
    font-size:35px;
    font-weight:700;
    margin:0 0 20px 0
}
.fancybox-share p{
    margin:0;
    padding:0
}
.fancybox-share__button{
    border:0;
    border-radius:3px;
    display:inline-block;
    font-size:14px;
    font-weight:700;
    line-height:40px;
    margin:0 5px 10px 5px;
    min-width:130px;
    padding:0 15px;
    text-decoration:none;
    transition:all .2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    white-space:nowrap
}
.fancybox-share__button:visited,.fancybox-share__button:link{
    color:#fff
}
.fancybox-share__button:hover{
    text-decoration:none
}
.fancybox-share__button--fb{
    background:#3b5998
}
.fancybox-share__button--fb:hover{
    background:#344e86
}
.fancybox-share__button--pt{
    background:#bd081d
}
.fancybox-share__button--pt:hover{
    background:#aa0719
}
.fancybox-share__button--tw{
    background:#1da1f2
}
.fancybox-share__button--tw:hover{
    background:#0d95e8
}
.fancybox-share__button svg{
    height:25px;
    margin-right:7px;
    position:relative;
    top:-1px;
    vertical-align:middle;
    width:25px
}
.fancybox-share__button svg path{
    fill:#fff
}
.fancybox-share__input{
    background:transparent;
    border:0;
    border-bottom:1px solid #d7d7d7;
    border-radius:0;
    color:#5d5b5b;
    font-size:14px;
    margin:10px 0 0 0;
    outline:none;
    padding:10px 15px;
    width:100%
}
.fancybox-thumbs{
    background:#ddd;
    bottom:0;
    display:none;
    margin:0;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    padding:2px 2px 4px 2px;
    position:absolute;
    right:0;
    -webkit-tap-highlight-color:transparent;
    top:0;
    width:212px;
    z-index:99995
}
.fancybox-thumbs-x{
    overflow-x:auto;
    overflow-y:hidden
}
.fancybox-show-thumbs .fancybox-thumbs{
    display:block
}
.fancybox-show-thumbs .fancybox-inner{
    right:212px
}
.fancybox-thumbs__list{
    font-size:0;
    height:100%;
    list-style:none;
    margin:0;
    overflow-x:hidden;
    overflow-y:auto;
    padding:0;
    position:absolute;
    position:relative;
    white-space:nowrap;
    width:100%
}
.fancybox-thumbs-x .fancybox-thumbs__list{
    overflow:hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{
    width:7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{
    background:#fff;
    border-radius:10px;
    box-shadow:inset 0 0 6px rgba(0,0,0,0.3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{
    background:#2a2a2a;
    border-radius:10px
}
.fancybox-thumbs__list a{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    background-color:rgba(0,0,0,0.1);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    cursor:pointer;
    float:left;
    height:75px;
    margin:2px;
    max-height:calc(100% - 8px);
    max-width:calc(50% - 4px);
    outline:none;
    overflow:hidden;
    padding:0;
    position:relative;
    -webkit-tap-highlight-color:transparent;
    width:100px
}
.fancybox-thumbs__list a::before{
    border:6px solid #ff5268;
    bottom:0;
    content:'';
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    transition:all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index:99991
}
.fancybox-thumbs__list a:focus::before{
    opacity:.5
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before{
    opacity:1
}


@media all and (max-width: 576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

.infinite{
    display:block
}
.infinite .infinite-spinner{
    display:none;
    text-align:center;
    pointer-events:none;
    margin-top:16px
}
.infinite .infinite-trigger{
    display:none;
    text-align:center;
    margin-top:16px
}
.infinite .infinite-last{
    display:none
}
.infinite .infinite-last .infinite-no-more{
    display:block;
    font-size:16px;
    line-height:40px;
    padding:0;
    color:#666;
    text-align:center
}
.infinite .infinite-navigator{
    display:block
}
.toolbar{
    display:none;
    position:fixed;
    bottom:320px;
    right:0;
    z-index:3
}
.toolbar .tool-list .tool-item{
    position:relative
}
.toolbar .tool-list .tool-item .tool-item-content{
    background-color:#013e8e;
    color:#FFF
}
.toolbar .tool-list .tool-item .tool-item-content .tool-item-icon{
    display:block;
    width:42px;
    height:42px;
    font-size:24px;
    text-align:center;
    line-height:42px
}
.toolbar .tool-list .tool-item .tool-item-content .tool-item-icon>i{
    font-size:inherit
}
.toolbar .tool-list .tool-item .tool-item-popover{
    display:none;
    position:absolute;
    top:0;
    right:100%;
    padding-right:8px
}
.toolbar .tool-list .tool-item .tool-item-popover:after,.toolbar .tool-list .tool-item .tool-item-popover:before{
    content:'';
    display:block;
    position:absolute;
    width:0;
    height:0;
    border-style:solid
}
.toolbar .tool-list .tool-item .tool-item-popover:before{
    z-index:2;
    right:2px;
    top:14px;
    border-width:7px 0 7px 7px;
    border-color:transparent transparent transparent #fff
}
.toolbar .tool-list .tool-item .tool-item-popover:after{
    z-index:1;
    right:0;
    top:13px;
    border-width:8px 0 8px 8px;
    border-color:transparent transparent transparent #e6e6e6
}
.toolbar .tool-list .tool-item .tool-item-popover .tool-popover-wrap{
    background-color:#fff;
    min-width:80px;
    min-height:40px;
    border:1px solid #e6e6e6
}
.toolbar .tool-list .tool-item .tool-popover-text{
    font-size:14px;
    line-height:40px;
    padding:0 16px;
    word-break:break-word;
    white-space:nowrap;
    color:#333
}
.toolbar .tool-list .tool-item .tool-popover-im .tool-popover-list .tool-im-item{
    display:block;
    white-space:nowrap;
    word-break:keep-all;
    font-size:0;
    line-height:1;
    padding:10px 16px;
    color:#333
}
.toolbar .tool-list .tool-item .tool-popover-im .tool-popover-list .tool-im-item .im-item-icon{
    display:inline-block;
    vertical-align:middle;
    width:20px;
    height:20px;
    font-size:20px;
    line-height:20px;
    text-align:center
}
.toolbar .tool-list .tool-item .tool-popover-im .tool-popover-list .tool-im-item .im-item-icon>i{
    font-size:inherit
}
.toolbar .tool-list .tool-item .tool-popover-im .tool-popover-list .tool-im-item .im-item-text{
    display:inline-block;
    vertical-align:middle;
    line-height:20px;
    font-size:14px;
    margin-left:8px
}
.toolbar .tool-list .tool-item .tool-popover-im .tool-popover-list .tool-im-item:hover{
    color:#013e8e;
    background-color:#fff2e6
}
.toolbar .tool-list .tool-item .tool-popover-qr{
    padding:8px
}
.toolbar .tool-list .tool-item .tool-popover-qr .tool-qr-img{
    display:block;
    width:128px;
    height:128px;
    background-color:#ddd
}
.toolbar .tool-list .tool-item:hover .tool-item-content{
    background-color:#e67000
}
.toolbar .tool-list .tool-item:hover .tool-item-popover{
    display:block
}


@media only screen and (min-width: 1024px){.toolbar{display:block}}

.docker{
    position:fixed;
    bottom:0;
    right:0;
    left:0;
    z-index:3;
    background-color:#013e8e;
    border-top:1px solid #fff
}
.docker .dock-list{
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-around;
    justify-content:space-around
}
.docker .dock-list .dock-item{
    position:relative;
    padding:4px;
    min-width:60px
}
.docker .dock-list .dock-item .dock-item-content{
    display:block;
    text-align:center
}
.docker .dock-list .dock-item .dock-item-content .dock-item-icon{
    display:block;
    width:32px;
    height:32px;
    line-height:32px;
    margin:0 auto;
    color:#fff
}
.docker .dock-list .dock-item .dock-item-content .dock-item-icon>i{
    font-size:24px
}
.docker .dock-list .dock-item .dock-item-content .dock-item-text{
    display:block;
    font-size:12px;
    line-height:1;
    height:20px;
    color:#fff
}
.docker .dock-list .dock-item .dock-item-popover{
    display:none;
    position:absolute;
    bottom:60px;
    left:50%;
    padding-bottom:11px
}
.docker .dock-list .dock-item .dock-item-popover:after,.docker .dock-list .dock-item .dock-item-popover:before{
    content:'';
    display:block;
    position:absolute;
    width:0;
    height:0;
    border-style:solid
}
.docker .dock-list .dock-item .dock-item-popover:before{
    z-index:2;
    left:50%;
    margin-left:-7px;
    bottom:5px;
    border-width:7px 7px 0 7px;
    border-color:#fff transparent transparent transparent
}
.docker .dock-list .dock-item .dock-item-popover:after{
    z-index:1;
    bottom:4px;
    left:50%;
    margin-left:-8px;
    border-width:8px 8px 0 8px;
    border-color:#e6e6e6 transparent transparent transparent
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap{
    background-color:#fff;
    border:1px solid #e6e6e6
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list{
    display:block
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list .dock-popover-item{
    display:block;
    padding:8px 12px;
    font-size:0;
    white-space:nowrap;
    word-break:keep-all;
    color:#333;
    background-color:#fff;
    min-width:60px;
    border-bottom:1px solid #e6e6e6
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list .dock-popover-item .popover-item-icon{
    display:inline-block;
    vertical-align:middle;
    width:32px;
    height:32px;
    line-height:32px;
    text-align:center
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list .dock-popover-item .popover-item-icon>i{
    font-size:20px
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list .dock-popover-item .popover-item-text{
    display:inline-block;
    vertical-align:middle;
    height:32px;
    line-height:32px;
    font-size:14px
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list .dock-popover-item:last-child{
    border:0
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list .dock-popover-item:hover{
    color:#013e8e;
    background-color:#fff2e6
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-text{
    font-size:14px;
    line-height:48px;
    height:48px;
    padding:0 16px;
    text-align:center;
    word-break:keep-all;
    white-space:nowrap;
    color:#666;
    background-color:#fff;
    min-width:60px
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-image{
    display:block;
    padding:4px;
    min-width:60px;
    max-width:180px
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-image>img{
    display:block;
    width:100%;
    height:auto;
    min-width:140px
}
.docker .dock-list .dock-item:hover .dock-item-content .dock-item-icon,.docker .dock-list .dock-item:hover .dock-item-content .dock-item-text{
    color:#013e8e
}
.docker .dock-list .dock-item:hover .dock-item-popover{
    display:block;
    -webkit-animation:docker-show 0.5s both;
    animation:docker-show 0.5s both
}


@media only screen and (min-width: 1024px){.docker{display:none}}
@-webkit-keyframes docker-show{0%{opacity:0;-webkit-transform:translateX(-50%) translateY(30px);transform:translateX(-50%) translateY(30px)}100%{opacity:1;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}}
@keyframes docker-show{0%{opacity:0;-webkit-transform:translateX(-50%) translateY(30px);transform:translateX(-50%) translateY(30px)}100%{opacity:1;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}}
@media screen and (max-width: 425px){#GdImMainBox{bottom:72px !important}}
.layout-root{padding-bottom:60px}
@media only screen and (min-width: 1024px){.layout-root{padding:0}}
.layout-root.scrolled .layout-header .header-pc .header-logo{width:0 !important}.layout-root.scrolled .layout-header .header-pc .header-nav{text-align:left}.layout-wrapper{max-width:1440px;margin:0 auto;padding:0 16px}
@media only screen and (min-width: 1024px){.layout-wrapper{padding:0 24px}}

.layout-header .header-pc{
    display:none;
    background-color:rgba(0,0,0,0.6)
}
.layout-header .header-pc .header-wrap{
    padding:0 16px;
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:"center";
    align-items:center
}
.layout-header .header-pc .header-wrap .header-logo{
    -webkit-flex:none;
    flex:none;
    -webkit-transition:width .3s ease 0s;
    transition:width .3s ease 0s;
    width:0;
    overflow:hidden;
    padding:16px 0; margin-right: 30px;
}
.layout-header .header-pc .header-wrap .header-logo .header-logo-link{
    display:block;
    height:64px;
    line-height:64px;
    font-size:0
}
.layout-header .header-pc .header-wrap .header-logo .header-logo-link .header-logo-image{
    display:inline-block;
    vertical-align:middle;
    max-width:100%;
    max-height:100%
}
.layout-header .header-pc .header-wrap .header-nav{
    -webkit-flex:auto;
    flex:auto;
    text-align:left
}
.layout-header .header-pc .header-wrap .header-menu{
    width:290px;
    text-align:right;
    -webkit-flex:none;
    flex:none
}
.layout-header .header-h5{
    display:block;
    background-color:#ddd
}
.layout-header .header-h5 .header-wrap .header-menu{
    background-color:#0f5bbc;
    padding:8px 0
}
.layout-header .header-h5 .header-wrap .header-logo{
    background-color:#f8f8f8;
    font-size:0;
    line-height:1;
    text-align:center; padding:10px 0;
}
.layout-header .header-h5 .header-wrap .header-logo .header-logo-link{
    display:inline-block;
    vertical-align:middle;text-align: center;
}
.layout-header .header-h5 .header-wrap .header-logo .header-logo-link .header-logo-image{
    display:inline-block; ;
    height:56px;
    max-width:90%;
}
.layout-header.is-fixed,.layout-header.is-sticky{
    position:sticky;
    top:0;
    left:0;
    right:0;
    z-index:999
}


@media only screen and (min-width: 1024px){.layout-header .header-pc{display:block}.layout-header .header-h5{display:none}.layout-header.is-fixed{position:fixed}}

@media only screen and (min-width: 1280px){.layout-header .header-pc .header-wrap{padding:0 24px}.layout-header .header-pc .header-wrap .header-logo{width:500px}.layout-header .header-pc .header-wrap .header-nav{text-align:center}}
@media only screen and (min-width: 1600px){.layout-header .header-pc .header-wrap{padding:0 32px}}
.layout-container{position:relative}.layout-container .container-backing{position:absolute;top:0;left:0;right:0;z-index:-1}
.layout-container .container-backing:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.4)}
@media only screen and (min-width: 1024px){.layout-container .container-wrap{padding-top:15%}}
.layout-footer .footer-wrap{position:relative}.layout-footer .footer-wrap .footer-info{position:relative;z-index:2}.layout-footer .footer-wrap .footer-info .footer-social>a{border-radius:50%}.layout-footer .footer-wrap .footer-info .footer-link{display:none}

@media only screen and (min-width: 1024px){.layout-footer .footer-wrap .footer-info .footer-link{display:block}}

.layout-footer .footer-wrap .footer-wave{position:absolute;z-index:1;top:0;left:0;right:0;height:100%;overflow:hidden}
.layout-footer .footer-wrap .footer-wave .footer-wave-inner{position:absolute;top:20px;left:-50px;right:-50px;bottom:-50px;background-color:rgba(15,91,188,0.6)}
.layout-footer .footer-wrap .footer-wave .footer-wave-inner:nth-child(1){animation:move-forever 6s linear infinite 0s}
.layout-footer .footer-wrap .footer-wave .footer-wave-inner:nth-child(2){animation:move-forever 6s linear infinite -2s}
.layout-footer .footer-wrap .footer-wave .footer-wave-inner:nth-child(3){animation:move-forever 6s linear infinite -4s}
.footer-social i,.footer-link,.footer-copyright{ color:#fff}
.footer-lm { text-align: center} 
.footer-lm a{ display: inline-block; margin: 0 15px; line-height: 50px; font-size: 16px}

@media only screen and (min-width: 1024px){.layout-footer .footer-wrap .footer-wave .footer-wave-inner{top:60px}}
@keyframes move-forever{20%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}40%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}60%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}80%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}

.search-bar{position:relative;padding-right:72px;max-width:640px;margin:0 auto}.search-bar .search-input{display:block;width:100%;line-height:56px;height:56px;background-image:none;border:0;background-color:rgba(255,255,255,0.2);font-size:16px;padding:0 16px;color:#FFF}.search-bar .search-input:hover,.search-bar .search-input:focus{background-color:rgba(255,255,255,0.3)}.search-bar .search-btn{display:block;position:absolute;top:0;right:0;width:72px;height:56px;padding:0;background-image:none;border:0;background-color:#013e8e;outline:none;cursor:pointer;color:#FFF}.search-bar .search-btn:hover{background-color:#ff9633}.has-underline{position:relative}.has-underline:after{  content:'';display:block;position:absolute;bottom:0;left:0;width:64px;height:0;border-bottom:3px solid #013e8e;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.has-underline:hover:after{width:128px}.has-underline.underline-center:after{left:50%;margin-left:-32px}.has-underline.underline-center:hover:after{margin-left:-64px}.has-underline.underline-left:after{left:0}.has-underline.underline-left:hover:after{margin-left:0}

@media only screen and (min-width: 768px){.has-underline.underline-center\@T:after{left:50%;margin-left:-32px}.has-underline.underline-center\@T:hover:after{margin-left:-64px}.has-underline.underline-left\@T:after{left:0;margin-left:0}.has-underline.underline-left\@T:hover:after{margin-left:0}}
@media only screen and (min-width: 1024px){.has-underline.underline-center\@S:after{left:50%;margin-left:-32px}.has-underline.underline-center\@S:hover:after{margin-left:-64px}.has-underline.underline-left\@S:after{left:0;margin-left:0}.has-underline.underline-left\@S:hover:after{margin-left:0}}
@media only screen and (min-width: 1280px){.has-underline.underline-center\@M:after{left:50%;margin-left:-32px}.has-underline.underline-center\@M:hover:after{margin-left:-64px}.has-underline.underline-left\@M:after{left:0;margin-left:0}.has-underline.underline-left\@M:hover:after{margin-left:0}}
@media only screen and (min-width: 1600px){.has-underline.underline-center\@L:after{left:50%;margin-left:-32px}.has-underline.underline-center\@L:hover:after{margin-left:-64px}.has-underline.underline-left\@L:after{left:0;margin-left:0}.has-underline.underline-left\@L:hover:after{margin-left:0}}
@media only screen and (min-width: 1920px){.has-underline.underline-center\@H:after{left:50%;margin-left:-32px}.has-underline.underline-center\@H:hover:after{margin-left:-64px}.has-underline.underline-left\@H:after{left:0;margin-left:0}.has-underline.underline-left\@H:hover:after{margin-left:0}}

.section-title{ width:100%; 
    position:relative;
    font-size:24px;
    margin-bottom:16px;
    padding-bottom:20px;
    color:#222;
    text-align:center;text-transform:uppercase;
}
.section-title>i{

    width:10px;
    height:10px;
    border-radius:5px;
    position:absolute;
    bottom:45%;
    left:50%;
    margin-left:-5px;
    background-color:#999
}
.section-title>i:before,.section-title>i:after{
    content:'';
    display:block;
    width:48px;
    height:2px;
    background-color:#999;
    position:absolute;
    top:4px
}
.section-title>i:before{
    left:-56px
}
.section-title>i:after{
    left:18px
}

.section-title h2{color: #666;
    font-size: 24px;
    font-weight: 500;
    text-transform:capitalize; margin-top:20px;} 


@media only screen and (min-width: 1024px){.section-title{font-size:40px;}.section-title>i{display:block}}
.banner{display:block;background-color:#ddd}.banner .banner-wrapper{position:relative;width:100%; top:0;}.banner .banner-wrapper:nth-child(2),.banner .banner-wrapper.banner-h5{display:none}.banner.has-mobile .banner-wrapper:nth-child(1),.banner.has-mobile .banner-wrapper.banner-pc{display:none}.banner.has-mobile .banner-wrapper:nth-child(2),.banner.has-mobile .banner-wrapper.banner-h5{display:block}.banner .banner-container{display:block;width:100%;height:100%}
@media only screen and (min-width: 1024px){.banner.has-mobile .banner-wrapper:nth-child(1),.banner.has-mobile .banner-wrapper.banner-pc{display:block}.banner.has-mobile .banner-wrapper:nth-child(2),.banner.has-mobile .banner-wrapper.banner-h5{display:none}}

.groups .groups-video,.groups .factory-item,.groups .cert-item{display:block;height:100%}.groups .groups-gallery{position:relative;height:100%;background-color:#F7F7F7;background-repeat:no-repeat;background-image:url("../image/img_backing_about.jpg");background-size:contain;background-position:bottom center}.groups .groups-gallery .groups-gallery-wrap .groups-gallery-item{display:none}.groups .groups-gallery .groups-gallery-wrap .groups-gallery-item.active{display:block}.groups .groups-gallery .groups-gallery-wrap .groups-about{height:100%;padding:24px 16px}.groups .groups-gallery .groups-gallery-wrap .groups-about .about-intro-title{font-size:24px;padding-bottom:16px;color:#013e8e;position:relative}.groups .groups-gallery .groups-gallery-wrap .groups-about .about-intro-title:after{content:'';display:none;position:absolute;bottom:0;left:0;width:96px;height:2px;background-color:#999}.groups .groups-gallery .groups-gallery-wrap .groups-about .about-intro-desc{font-size:16px;line-height:24px;text-align:justify;color:#666;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;word-break:break-word;white-space:normal;-webkit-line-clamp:6}.groups .groups-gallery .groups-gallery-wrap .groups-about .about-intro-meta{padding-top:16px}.groups .groups-gallery .groups-gallery-wrap .groups-about .about-intro-meta .about-meta-list{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.groups .groups-gallery .groups-gallery-wrap .groups-about .about-intro-meta .about-meta-list .about-meta-item{-webkit-flex:auto;flex:auto;display:block;width:1px;text-align:center}.groups .groups-gallery .groups-gallery-wrap .groups-about .about-intro-meta .about-meta-list .about-meta-item .about-meta-icon .about-icon-img{display:inline-block;width:32px;height:32px}.groups .groups-gallery .groups-gallery-wrap .groups-about .about-intro-meta .about-meta-list .about-meta-item .about-meta-value{font-size:24px;line-height:32px;}.groups .groups-gallery .groups-gallery-wrap .groups-about .about-intro-meta .about-meta-list .about-meta-item .about-meta-label{font-size:14px;line-height:24px;color:#666}

@media only screen and (min-width: 1024px){.groups .groups-gallery .groups-gallery-wrap .groups-about{max-width:720px;padding:5% 24px 32px 10%}.groups .groups-gallery .groups-gallery-wrap .groups-about .about-intro-title{font-size:32px;margin-bottom:16px}.groups .groups-gallery .groups-gallery-wrap .groups-about .about-intro-title:after{display:block}.groups .groups-gallery .groups-gallery-wrap .groups-about .about-intro-meta{padding-top:5%}.groups .groups-gallery .groups-gallery-wrap .groups-about .about-intro-meta .about-meta-list .about-meta-item .about-meta-icon .about-icon-img{width:48px;height:48px}.groups .groups-gallery .groups-gallery-wrap .groups-about .about-intro-meta .about-meta-list .about-meta-item .about-meta-value{font-size:32px;line-height:48px}.groups .groups-gallery .groups-gallery-wrap .groups-about .about-intro-meta .about-meta-list .about-meta-item .about-meta-label{font-size:16px;line-height:24px}}

.groups .groups-gallery .groups-gallery-navbar{display:none;position:absolute;z-index:2;top:50%;left:0;-webkit-transform:translate(-100%, -50%);transform:translate(-100%, -50%)}.groups .groups-gallery .groups-gallery-navbar .gallery-nav-list .gallery-nav-item{display:block;position:relative;padding:16px 32px;background-color:rgba(255,255,255,0.5);margin:24px 0 0;color:#fff;font-size:18px;line-height:24px;height:56px;cursor:pointer;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.groups .groups-gallery .groups-gallery-navbar .gallery-nav-list .gallery-nav-item:after{content:'';display:block;opacity:0;position:absolute;top:0;right:-47px;border-width:28px 0 28px 48px;border-style:solid;border-color:transparent transparent transparent #013e8e;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.groups .groups-gallery .groups-gallery-navbar .gallery-nav-list .gallery-nav-item:hover{background-color:rgba(37,134,255,0.5)}.groups .groups-gallery .groups-gallery-navbar .gallery-nav-list .gallery-nav-item.active{background-color:#013e8e}.groups .groups-gallery .groups-gallery-navbar .gallery-nav-list .gallery-nav-item.active:after{opacity:1}

@media only screen and (min-width: 1024px){.groups .groups-gallery .groups-gallery-navbar{display:block}}

.products .products-wrap .products-gallery .product-item{
    display:block;
    position:relative
}
.products .products-wrap .products-gallery .product-item .product-item-intro{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(0,0,0,0.3);
    color:#fff;
    padding:16px
}
.teams .teams-wrap .teams-gallery{
    position:relative
}
.team-control{
   
    width:96px;
    height:96px;
    background-color:#94cbff;
    position:absolute;
    top:50%;
    left:50%;
    margin:-48px 0 0 -48px;
    border-radius:48px;
    padding:12px
}
.team-control .team-control-icon{
    display:block;
    border-radius:36px;
    width:72px;
    height:72px;
    line-height:72px;
    text-align:center;
    color:#fff;
    background-color:#013e8e
}
.team-control .team-control-icon>i{
    font-size:64px
}
.teams .teams-wrap .teams-gallery {
    position: relative;
}
.owl-item .team-item{
    display:block;
    position:relative;
    overflow:hidden;
    background-color:#F1F1F1;
    -webkit-transition:all .3s ease 0s;
    transition:all .3s ease 0s
}
.teams .teams-wrap .teams-gallery .owl-item .team-item .team-item-cover{
    position:relative;
    overflow:hidden;
    width:100%;
    height:0;
    padding-bottom:60%;
    background-color:#e6e6e6;
    -webkit-transition:all .3s ease 0s;
    transition:all .3s ease 0s
}
.teams .teams-wrap .teams-gallery .owl-item .team-item .team-item-cover .team-cover-img{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-position:center;
    object-fit:cover;
    -webkit-transition:all .3s ease 0s;
    transition:all .3s ease 0s
}
.teams .teams-wrap .teams-gallery .owl-item .team-item .team-item-intro{
    height:192px
}
.teams .teams-wrap .teams-gallery .owl-item .team-item .team-item-intro .team-intro-name{
    font-size:22px;
    line-height:32px;
    color:#333;
    padding:24px 24px 0;
    position:relative
}
.teams .teams-wrap .teams-gallery .owl-item .team-item .team-item-intro .team-intro-name:after{
    display:none;
    content:'';
    position:absolute;
    bottom:-6px;
    background-color:#999;
    width:40px;
    height:2px;
    -webkit-transition:width .3s ease 0s;
    transition:width .3s ease 0s
}
.teams .teams-wrap .teams-gallery .owl-item .team-item .team-item-intro .team-intro-meta{
    font-size:16px;
    line-height:24px;
    padding:16px 32px 24px 24px;
    color:#666
}
.teams .teams-wrap .teams-gallery .owl-item .team-item .team-item-intro .team-intro-meta .team-intro-wrap{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    word-break:break-word;
    white-space:normal;
    -webkit-line-clamp:4
}


@media only screen and (min-width: 1024px){.teams .teams-wrap .teams-gallery .team-control{
    display:block
}
.teams .teams-wrap .teams-gallery .owl-stage{
    width:auto !important
}
.teams .teams-wrap .teams-gallery .owl-item{
    width:50% !important
}
.teams .teams-wrap .teams-gallery .owl-item .team-item .team-item-cover{
    position:absolute;
    top:0;
    width:40%;
    height:100%;
    padding-bottom:0
}
.teams .teams-wrap .teams-gallery .owl-item .team-item .team-item-intro .team-intro-name:after{
    display:block
}
.teams .teams-wrap .teams-gallery .owl-item .team-item:hover .team-item-cover .team-cover-img{
    -webkit-transform:scale(1.1, 1.1);
    transform:scale(1.1, 1.1)
}
.teams .teams-wrap .teams-gallery .owl-item .team-item:hover .team-item-intro .team-intro-name:after{
    width:64px
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(1),.teams .teams-wrap .teams-gallery .owl-item:nth-child(3){
    padding-right:20px
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(1) .team-item .team-item-cover,.teams .teams-wrap .teams-gallery .owl-item:nth-child(3) .team-item .team-item-cover{
    right:0;
    left:auto
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(1) .team-item .team-item-intro,.teams .teams-wrap .teams-gallery .owl-item:nth-child(3) .team-item .team-item-intro{
    padding-right:40%;
    text-align:right
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(1) .team-item .team-item-intro .team-intro-name:after,.teams .teams-wrap .teams-gallery .owl-item:nth-child(3) .team-item .team-item-intro .team-intro-name:after{
    right:24px
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(2),.teams .teams-wrap .teams-gallery .owl-item:nth-child(4){
    padding-left:20px
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(2) .team-item .team-item-cover,.teams .teams-wrap .teams-gallery .owl-item:nth-child(4) .team-item .team-item-cover{
    right:auto;
    left:0
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(2) .team-item .team-item-intro,.teams .teams-wrap .teams-gallery .owl-item:nth-child(4) .team-item .team-item-intro{
    padding-left:40%;
    text-align:left
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(2) .team-item .team-item-intro .team-intro-name:after,.teams .teams-wrap .teams-gallery .owl-item:nth-child(4) .team-item .team-item-intro .team-intro-name:after{
    left:24px
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(1),.teams .teams-wrap .teams-gallery .owl-item:nth-child(2){
    padding-bottom:20px
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(1) .team-item,.teams .teams-wrap .teams-gallery .owl-item:nth-child(2) .team-item{
    border-radius:0 0 100px 100px
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(3),.teams .teams-wrap .teams-gallery .owl-item:nth-child(4){
    padding-top:20px
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(3) .team-item,.teams .teams-wrap .teams-gallery .owl-item:nth-child(4) .team-item{
    border-radius:100px 100px 0 0
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(1) .team-item .team-item-cover{
    border-radius:100px 0 0 0
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(1) .team-item:hover{
    border-radius:0 0 100px 0
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(1) .team-item:hover .team-item-cover{
    border-radius:0
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(2) .team-item .team-item-cover{
    border-radius:0 100px 0 0
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(2) .team-item:hover{
    border-radius:0 0 0 100px
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(2) .team-item:hover .team-item-cover{
    border-radius:0
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(3) .team-item .team-item-cover{
    border-radius:0 0 0 100px
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(3) .team-item:hover{
    border-radius:0 100px 0 0
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(3) .team-item:hover .team-item-cover{
    border-radius:0
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(4) .team-item .team-item-cover{
    border-radius:0 0 100px 0
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(4) .team-item:hover{
    border-radius:100px 0 0 0
}
.teams .teams-wrap .teams-gallery .owl-item:nth-child(4) .team-item:hover .team-item-cover{
    border-radius:0
}
}

.advantages{
    position:relative;
    background-position:bottom center;
    background-repeat:no-repeat;
    background-size:cover
}

.news .news-wrap .news-gallery .owl-item .news-item{
    display:block;
    position:relative
}
.news .news-wrap .news-gallery .owl-item .news-item .news-item-intro{
    padding:16px 0
}
.news .news-wrap .news-gallery .owl-item .news-item .news-item-intro .news-intro-date{
    font-size:20px
}
.news .news-wrap .news-gallery .owl-item .news-item .news-item-intro .news-intro-date .news-date-icon{
    color:#013e8e
}
.news .news-wrap .news-gallery .owl-item .news-item .news-item-intro .news-intro-date .news-date-icon>i{
    font-size:inherit
}
.news .news-wrap .news-gallery .owl-item .news-item .news-item-intro .news-intro-date .news-date-days{
    color:#013e8e
}
.news .news-wrap .news-gallery .owl-item .news-item .news-item-intro .news-intro-date .news-date-year{
    color:#999
}
.news .news-wrap .news-gallery .owl-item .news-item .news-item-intro .news-intro-title{
    font-size:20px;
    font-weight:500;
    color:#333;
    padding:8px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-break:normal
}
.news .news-wrap .news-gallery .owl-item .news-item .news-item-intro .news-intro-desc{
    font-size:14px;
    color:#999;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    word-break:break-word;
    white-space:normal;
    -webkit-line-clamp:2
}
.news .news-wrap .news-gallery .owl-item .news-item:hover .news-item-intro .news-intro-title{
    color:#013e8e
}
 

@media only screen and (min-width: 1024px){.news .news-wrap .news-gallery .owl-stage{width:auto !important}.news .news-wrap .news-gallery .owl-item{width:50% !important}.news .news-wrap .news-gallery .owl-item:nth-child(2),.news .news-wrap .news-gallery .owl-item:nth-child(3),.news .news-wrap .news-gallery .owl-item:nth-child(4){padding-left:40px;padding-bottom:30px}.news .news-wrap .news-gallery .owl-item:nth-child(2) .news-item .news-item-cover,.news .news-wrap .news-gallery .owl-item:nth-child(3) .news-item .news-item-cover,.news .news-wrap .news-gallery .owl-item:nth-child(4) .news-item .news-item-cover{width:40%}.news .news-wrap .news-gallery .owl-item:nth-child(2) .news-item .news-item-intro,.news .news-wrap .news-gallery .owl-item:nth-child(3) .news-item .news-item-intro,.news .news-wrap .news-gallery .owl-item:nth-child(4) .news-item .news-item-intro{position:absolute;top:0;right:0;width:60%;height:100%;padding:16px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.news .news-wrap .news-gallery .owl-item:nth-child(2) .news-item .news-item-intro .news-intro-date,.news .news-wrap .news-gallery .owl-item:nth-child(3) .news-item .news-item-intro .news-intro-date,.news .news-wrap .news-gallery .owl-item:nth-child(4) .news-item .news-item-intro .news-intro-date{margin-top:16px;order:3}}.respond .respond-wrap{text-align:center;padding:20vh 0}.respond .respond-wrap .respond-icon{margin-bottom:24px;color:#38C976}.respond .respond-wrap .respond-title{font-size:24px;line-height:32px;color:#38C976}.respond .respond-wrap .respond-desc{font-size:16px;line-height:24px;color:#666}

@media only screen and (min-width: 1024px){.respond .respond-wrap{text-align:center;padding:30vh 0}.respond .respond-wrap .respond-icon{margin-bottom:32px}.respond .respond-wrap .respond-title{font-size:32px;line-height:40px}.respond .respond-wrap .respond-desc{font-size:24px;line-height:32px}}

.respond.error .respond-wrap .respond-icon{color:#FE5050}.respond.error .respond-wrap .respond-title{color:#FE5050}




.products{ background: url(../image/bjs4.jpg) no-repeat; padding-bottom:50px; background-size:cover; display:block; overflow:hidden }

.yst{ background:url(../image/bjs2.jpg) bottom no-repeat; padding:90px 0 60px;display:block; overflow:hidden }
.yst ul{ width:102%;}
.yst ul li{ width:31.33%; float:left;background-color: rgba(0, 0, 0, 0.35);border-radius:8px; margin-right:2%; margin-bottom:2%}
.yst ul li .yst1{ padding:10px 20px;display:block; }
.yst ul li dl{padding:5px;-webkit-transition-duration: .8s;transition-duration: .8s;}
.yst ul li dl dd{ width:100%;margin-bottom:10px;display:block;float:left}
.yst ul li dl dd img{ height:30px; margin-right:10px;float:left}
.yst ul li dl dd  h2{ font-size:18px; color:#fff; line-height:30px; float:left}
.yst ul li dl p{color:#fff; line-height:30px; font-size:14px; }
.yst ul li span{ width:100%;  text-align:center}
.yst ul li span img{width:100%;margin-top:10px; }

.yst ul li:hover dl{ background:#013e8e}

/*分页符*/.pagination-bar {text-align:center;margin-bottom:20px;margin-top:20px;}
.pagination-bar ul {display:block;}
.pagination-bar ul li {display:inline-block;margin:2px;vertical-align:top;padding-left:0;width:auto;}
.pagination-bar ul li a {background:#eee;height:35px;width:50px;display:inline-block;line-height:35px;text-align:center;text-overflow:clip;padding:2px; margin:0 2px;}
.pagination-bar ul li.pageinfo {background:#eee;line-height:35px;text-align:center;padding:0 15px;}
.pagination-bar ul li.active, .pagination-bar ul li a.page-num-current{background:#013e8e;color:#fff;height:35px;width:35px;display:inline-block;line-height:35px;text-align:center;}
.pagination-bar ul li a:hover {color:#fff;background:#013e8e;}

.small_banner{width: 100%;height: 480px;position: relative;overflow: hidden;}
.small_banner .pic{width: 100%;height: 480px;position: relative;z-index: 1;background-size: cover;background-repeat: no-repeat;position: relative;background-position: center;}
.small_banner .mask{width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;z-index: 2;background: rgba(0, 0, 0, 0.5);overflow: hidden;}
.small_banner .mask .a1{width: 100%;text-align: center;padding-top: 220px;line-height: 40px;height: 40px;font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;font-size: 42px;color: #fff;font-weight: bold;letter-spacing: 1px;padding-bottom: 20px;position: relative;text-transform: uppercase;}
.small_banner .mask .a2{width: 20%;margin-left: 40%;height: 1px;background: rgba(255, 255, 255, 0.7);position: relative;top:30px;}
.small_banner .mask .a3{width: 100%;text-align: center;padding-top: 30px;line-height: 40px;height: 40px;font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;font-size: 18px;color: #fff;letter-spacing: 1px;font-family: thyFont1;position: relative;}

.bjs{ background:#f1f2f7; display:block;overflow: hidden; padding-bottom:50px}

.wui-text-top{ font-size:24px;text-transform:uppercase;}

.toph2{ padding-left:15px;
    border-left: 4px solid #013e8e;
    color: #013e8e;
    font-weight: 700;
    text-transform:uppercase;}


.sousuo form{ width:100%}
.sousuo form  select{width:100%;border: 1px solid #ddd;
    color: #666;
    font-size: 15px;height:40px; margin-bottom:10px;}

.sousuo form  select option{ line-height:40px;}

.sousuo form dd{ width:100%; text-align: center; margin:10px 0}
.sousuo form dd input{ width:45%; margin:0 2.5%; display:inline-block; line-height:40px; border:1px solid #013e8e; color:#013e8e;border-radius: 5px; background:#fff; float:left}

.clean50{clear:both;height:50px;overflow:hidden;}
.clean40{clear:both;height:40px;overflow:hidden;}
.clean30{clear:both;height:30px;overflow:hidden; }
.clean20{clear:both;height:20px;overflow:hidden; }
.clean10{clear:both;height:10px;overflow:hidden; }

.imco li{ width:100%; float:left; margin-bottom:10px;}
.imco li i{ font-size:28px; color:#013e8e; float:left; margin-right:10px}
.imco li .box-right{ float:left; width:80%}
.imco li .box-right p{color: #013e8e;
    font-size:17px;
    line-height:32px;
    text-transform: uppercase;}
.imco li .box-right a{color: #888;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    word-break: break-word;
    font-size: 15px;
    line-height: 24px;}


.vlbamc {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px; background:#fff
}

.panel {width:55%!important;}
.brief {float:left;width:42%;position:relative;max-width:590px;overflow:hidden;margin-left:10px;}
.brief h1 {font-size:24px;color:#013e8e;font-weight: bold;border-bottom:1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}

.brief span {color:#2d2b27;font-weight:bold;padding-right:10px; font-size: 16px;}
.brief p img{ max-width: 200px;}
.annex_list {border-bottom:1px solid #ddd;padding-bottom:18px;}
.annex_list ul li {line-height:40px;}
.annex_list ul li a i {font-size:24px;margin-right:10px;}
.annex_list ul li a:hover,.annex_list ul li a:hover i {color:#2d2b27;}
.vlbamc {border:1px solid #ddd;padding:20px;margin-bottom:20px;}
.bavlcn {margin-top:5%;margin-left: 8px; }
.bavlcn a {border-radius:5px;display:inline-block;line-height:40px;padding:0 30px; margin-bottom: 15px; background:#0f5bbc;color:#fff;}
.bavlcn a:hover {border-radius:5px;background:#0070ff;}
.bavlcn .ttl{ padding-left: 80px;}
.bavlcn p{ text-align: left; font-size: 16px; line-height: 32px; padding-bottom: 25px;}

.alcet_title {font-size:22px;background:#eee;height:50px;line-height:50px;border-left:5px solid #013e8e;padding-left:20px;margin-bottom:20px;margin-top: 30px;}
.alcet_title a {float:right;font-size:14px;color:#2d2b27;margin-right:20px;}
.alcet_title a:hover {color:#ea4234;}

.brief_l{background-color: #F0F4FA; padding:10px;border-radius: 4px; margin-bottom:10px;}
.brief_l p{ width:100%;border-bottom: 1px solid #dde3ed; padding:8px 0;line-height: 26px;overflow:hidden; display:block padding: 7px 0; font-size:14px;}
.brief_l strong{ width:43%; float:left; margin-right:8px; font-weight:normal }
.brief_l table{ width: 100% !important}
.brief_l table td{ border: 1px solid #dedede}

table{font-size: inherit;font: 100%;border-collapse: collapse;border-spacing: 0;}
.sec_m img{ max-width:100%}
.sec_m table,.sec_m table th,.sec_m table td {border:1px solid #666;}
.sec_m table th,.sec_m table td {padding:4px 10px;}
@media screen and ( max-width:768px) {.inner-message .alcet_title {line-height:40px;}
}

@media screen and (max-width:768px) {.footer-middle {padding-top:10px;}
.inner-message {margin-bottom:0;}
.sidebar-block-but,.footer-content-but {position:relative;padding:10px 40px 10px 0px;display:block;}
.sidebar-block-but span,.footer-content-but span {text-transform:uppercase;line-height:20px;color:#999;}
.sidebar-block-but button,.footer-content-but button {position:absolute;top:9px;right:5px;width:30px;height:24px;border:0;color:#666;display:inline-block;border-radius:0;line-height:24px;background:none;}
.sidebar-block-but button i,.footer-content-but button i {font-size:20px;position:relative;}
.sidebar-block-but button i::after,.footer-content-but button i::after {content:"\e660";font-family:"iconfont";}
.sidebar-block-but.expand button,.footer-content-but.expand button {transform:rotateZ(180deg);}
.sidebar-box,.footer-main {display:none;}
.sidebar-box.expand,.footer-main.expand {display:block;}
}
/*邮件*/
.inner-message {overflow:hidden;padding:0 32px 12px;background-color: #f7f7f7;  }
.inner-message-t {background:#f0f0f0;padding:10px 16px;margin-bottom:20px;}
.inner-message-t h5 {font-size:18px;line-height:24px;}
.inner-message .th {font-size:20px;margin-bottom:10px;}
.inner-message .inner-message-centered span {color:#F60;}
.inner-message-row {margin-top:20px;overflow:hidden;}
.inner-message-row .item {width:100%;float:left;margin-bottom:20px;}
.inner-message-row .item input {width:100%;line-height:30px;border:0;height:30px;color:#999;font-size:16px;}
.inner-message-row .item textarea {width:100%;line-height:30px;border:0;font-family:Arial,Helvetica,sans-serif;min-height:150px;background:#fff;color:#999;font-size:16px;}
.inner-message-row .item button {color:#fff;border-radius:5px;font-size:14px;background-color:#013e8e;display:block;line-height:30px;padding:8px 20px;cursor:pointer;border:0;position:relative;}
.inner-message-row .item button:hover {background:#175aa7;}
.inner-message-row .item button:active {background-color:#F60;}
.inner-message-row .item button i {z-index:10}
.inner-message-row .item.item-half {width:50%;}
.inner-message-half {padding:8px;border:1px solid #ddd;margin-right:20px; background:#fff}
.inner-message-box {padding:8px;border:1px solid #ddd; background:#fff}
.item-half.yzm{ width: 30%!important; min-width: 200px;}
.item-half.yzm img{float: right;position: relative;top: -34px;width: 100px;}
.item.submit{ width: 20%; margin-left: 20px;}
.item.submit .btn-text{ padding: 8px 50px;}

/*内页-新闻列表*/
.news-list li {margin-bottom:20px;position:relative;background:#eee;padding: 10px;}
.news-list li::after {position:absolute;content:'';top:0;left:0;width:0;height:100%;background:linear-gradient(90deg,#9de8e7, #013e8e);transition:all ease .4s;-webkit-transition:all ease .4s;}
.news-list li a .img img {height:100%;transition:ease all 0.4s;-webkit-transition:ease all 0.4s;-moz-transition:ease all 0.4s;-o-transition:ease all 0.4s;}
.news-list li:hover::after {width:100%;}
.news-list li:hover a .img {overflow:hidden;}
.news-list li:hover a .img img {transform:scale(1.1);}
.news-list li a {z-index:1;position:relative;display:flex;}
.news-list li a .img {width:150px}
.news-list li a .info-w {width:100%;padding-right:.4rem;justify-content:space-between;-webkit-justify-content:space-between;display:-webkit-flex;display:flex;}
.news-list li a .info {width:calc(100% - 180px);}
.news-list li a .info h3 {font-size:18px;margin-top:20px;display:inline-block;overflow:hidden;width:100%;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;word-wrap:break-word;}
.news-list li a .info .els2 {height:60px;margin-bottom:.25rem;margin-top:.2rem;line-height:30px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.news-list li a:hover .info .els2 {color:#fff;}
.news-list li a .icon {width:100%;height:24px;}
.news-list li a .date {width:150px;padding-right:.2rem;padding-left:.2rem;border-right:1px solid #ddd;-webkit-flex-direction:column;flex-direction:column;align-items:center;-webkit-align-items:center;display:flex;justify-content:center;-webkit-justify-content:center;text-align:center;}
.news-list li a .date em,.news-list li a .date span {width:100%}
.news-list li a .date em {font-size:30px;margin-left:-15px}
.news-list li a .date span {font-size:18px;margin-top:20px;}
.news-list li:hover a h3 {color:#fff;}
.news-list li a:hover .con .d1,.news-list li a:hover .con .d2,.news-list li a:hover .date {color:#fff;transition:all 0.5s ease;}

.news-list li:hover a {color:#fff;transition:all 0.5s ease;background:linear-gradient(90deg,#9de8e7, #013e8e);}
@media screen and (max-width:1300px) {.news-list li a .date {width:110px;}
.news-list li a .date em {font-size:24px;}
.news-list li a .info {width:calc(100% - 130px);}
}
@media (max-width:768px) {.news-list li a .date,.news-list li a .img,.news-list li a .info {height:auto;width:100%;}
.news-list li a {display:block;}
.news-list li a .info-w {width:100%;padding-right:0;display:block;}
.news-list li a .info {height:auto;}
.news-list li a .info .els2 {margin-top:5px;margin-bottom:5px;line-height:25px;height:50px;display:none;}
.news-list li a .date em,.news-list .date span {font-size:18px;width:auto;}
.news-list li a .date span {margin-top:0;}
.news-list li a .info h3 {margin-top:0;font-size:18px;overflow:inherit;text-overflow:inherit;white-space:inherit;padding:10px;}
.news-list li a .date {display:none;}
.news-list li a .pic img {width:150px;height:90px;}
.news-list li a .con {width:calc(100% - 150px);padding:0px 10px 0;}
.news-list li a .con .d1 {font-size:14px;line-height:25px;height:25px;}
.news-list li a .con .d2 {line-height:20px;height:40px;margin-top:5px;font-size:12px;}
}
.news-info {padding:30px;border:1px solid #ddd;margin-bottom:20px;}
.news-info .news_line {border-bottom:1px solid #ddd;padding-bottom:12px;margin-bottom:25px;}
.news-info h3 {font-size:20px;color:#2d2b27;text-align:center;text-align:center;text-transform:capitalize}
.news-info .date {text-align:center;margin-top:20px;}
.news-info .edit {padding-top:.3rem;line-height:30px;font-size:16px;}
.news-info .edit img{ max-width:100%}
.news-info .edit ul li {list-style-type:inherit;}
@media (max-width:768px) {.news-info .head h3 {font-size:18px;color:#2d2b27;}
.news-info {margin-bottom:20px;padding:30px 10px 10px 10px;}
.news-info .edit {font-size:14px;line-height:25px;}
.other-upper-next{font-size: 12px!important;}
}
/*新闻详情页-上下篇*/
.other-upper-next {overflow:hidden;line-height:28px;font-size:15px;padding:10px;background-color:#eee;margin-top:30px;}
.other-upper-next-box {overflow:hidden;}
.other-upper-next .other-upper {float:left;}
.other-upper-next .other-next {float:right;}
.other-upper-next .other-upper i {font-size:16px;display:inline-block;vertical-align:middle;margin-right:5px;}
.other-upper-next .other-next i {float:right;font-size:14px;display:inline-block;vertical-align:middle;margin-left:5px;}
.other-upper-next span a:hover {color:#2d2b27;}

.lxwm .layout-wrapper,.lxwm .inner-message{padding: 0 ;}

.wui-text-size-hr@S{line-height:42px;}

/*关于我们*/
.abouts{ padding:50px 0; text-align:center; background:#fff;}
.abt_ne p{ line-height:40px; color:#333; text-align: left}
.abouts strong{  color:#013e8e}

.left{ float:left;overflow:hidden;}
.right{float:right;overflow:hidden;}

.about_l{  margin:95px 0; display:block; overflow:hidden}
.about_l .left{ width:45%;}
.about_l .left a{ margin-top:15px; display:inline-block; width:100%; background:#013e8e; line-height:58px; text-align:center; color:#fff;font-size: 18px;border-radius: 5px;}
.about_l .left img{ width:100%; height:420px;object-fit:cover; }
.about_l .right{ width:52%;}
.about_l .right img{ max-width:100%;margin-top:20px;}
.about_l ul li{ width:100%; float:left; margin-bottom:20px; overflow:hidden}
.about_l ul li h2{font-weight: 600;text-transform: capitalize; font-size:26px; margin-bottom:15px;}
.about_l ul li b{ color:#013e8e; font-size:50px;}
.about_l ul li p{ line-height:30px;}
.about_l ul li strong{color:#013e8e;}

.left{ float:left;overflow:hidden;}
.right{float:right;overflow:hidden;}
.about{ width: 100%; text-align: center}
.about img{ max-width: 100%;}

.wui-text-size-2md{ font-size:40px;}
.ours ul{ width:102%; overflow:hidden}
.ours ul li{ width:31.33%; float:left; margin-right:2%; margin-bottom:2%; }
.ours ul li .our_l{ width:100%; display:block; overflow:hidden; margin-bottom:20px;text-align:left}
.ours ul li .our_l h2{ font-size:24px; font-weight:600; line-height:180%}
.ours ul li .our_l  h6{ font-size:17px;font-weight:600; margin:10px 0}
.ours ul li .our_l p{ font-size:15px; line-height:30px;}
.ours ul li dd{ width:100%; text-align:center}
.ours ul li dd img{ width:100%; height: 260px;object-fit:cover;}

.hton_l{ width:40%; float:left; margin-top:50px;text-align:left}
.hton_l h2{ font-size:30px; line-height:180%;text-transform:uppercase;}
.hton_l h6{ font-size:18px; margin:10px 0}
.hton_l p{ font-size:15px; line-height:30px; color:#999}
.hoton ul{ width:55%; float:right}
.hoton ul li{ width:24.8%; float:left; border:1px solid #000;}
.hoton ul li img{ width:100%; height:280px;object-fit:cover;}

.zry ul{ width:101%;overflow:hidden }
.zry ul li{ width:24%; margin-right:1%; margin-bottom:1%; float:left}
.zry ul li img{ width:100%; height:240px;object-fit:cover;}

.qi_ry {width:100%; height:380px;overflow: hidden;position: relative; margin-top:20px; }
.qi_ry ul{position: absolute;}
.qi_ry ul li{float: left;width:250px; border:1px solid #dedede;cursor: pointer; margin-right:20px; text-align:center; margin-bottom:10px;}
.qi_ry ul li a{width:100%;float:left; display:block}
.qi_ry ul li .img{ display:table-cell; text-align: center; vertical-align: middle; width:250px; height:338px; overflow: hidden; *display: block; *font-size: 124px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.qi_ry ul li img {width:98%;height:98%;object-fit:cover;}
.qi_ry ul li a .box {width:100%;height:40px;text-align:center; float:left; text-align:center;line-height:40px; overflow:hidden;white-space: nowrap;  }
.qi_ry ul li a:hover{ transition: all .7s;}
.qi_ry ul li a:hover .img img{-webkit-transition:-webkit-transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;transition:transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;-webkit-transform:scale(1.3);transform:scale(1.3);}
/*关于我们*/	
.row{  text-align:left}
.col-xs-12{width: 100%;position: relative;}	
.col-xs-12 h2{font-size: 20px;
    color: #666;
    font-weight:600;
    margin: 0 0 26px;
}	
.accordeon {
    border-top: 0;
    margin: 0 0 39px;

}

.accordeon .title {
    position: relative;
   font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    outline: none;
    background:#f1f2f7;
    margin: 0;
    display: table;
    width: 100%; margin-bottom:10px;
}

.accordeon .title i.fa {
    display: none;
}	
.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;
}
	
	.accordeon .title.ui-state-active p {
    background-image: url(../image/blue_minus.png); color:#013e8e
}

.accordeon .title p {
    margin: 0;
    display: inline;
    padding: 0 49px 0 10px;
    background: url(../image/blue_plus.png) right no-repeat;

    display: table-cell; font-size:20px; font-weight:400; color:#333333
}

.accordeon .ui-accordion-content {
margin: 0; 
}
.accordeon .text-with-image, .accordeon .plain-text {
    border: 0;
    margin:15px 10px;
    padding-top: 0;
}

figure {
    margin: 0;
}
.text-with-image .desc {
    overflow: hidden;
    line-height: 26px;
}
.inner-page-r{ width:78%; float:right;margin-bottom: 40px;}

@media only screen and (max-width: 768px){
.banner img{ height:200px;object-fit:cover;}
.section-title h2{font-size: 24px;}

.supply ul li{ width:23%}
.supply ul li span{ height:78px;}
.products{padding-bottom:40px}
.yst{padding: 40px 0 30px; background-size:cover}
.yst ul,.ours ul{ width:100%;}
.yst ul li,.ours ul li{ width:100%; margin-right:0}


.small_banner{ height:200px;}
.small_banner .mask .a1{padding-top: 40px; font-size:30px;}
.small_banner .mask .a3{ line-height:25px; font-size:14px;}
.alcet_title{ height:auto}
.item.submit{ width:100%}
.item-half.yzm{ height:50px;}

.panel,.brief{ width:100% !important}
.bavlcn a{ margin-bottom:10px;padding:0; width:92%}
.sec_m table{ width:100% !important}
.about_l .left,.about_l .right{ width:100%}
.about_l{margin: 35px 0;}

.about_l ul li b{font-size:40px;}
.about_l ul li h2{ font-size:20px;}
.about_l ul li p{ font-size:14px; line-height:24px;}
.about_l .left a{ font-size:14px;}

.hoton{ display:none}

.wui-text-size-2md{ font-size:30px;}
.zry ul li{ width:49%}
.zry ul li img{ height:150px;}
.abouts{ padding:20px 0}

.layout-root{ padding-bottom:30px;}
.accordeon{ margin:0}

.wui-p-v-32{padding-bottom: 15px;
    padding-top: 15px;}
	.inner-page-r{ width:100%}
.other-upper-next .other-next{ float:left }
.inner-message{    padding: 0 15px 12px;}
.inner-page-r .layout-wrapper{padding: 0 ;}
}




.supply{ background: url("../image/bjs.jpg") top no-repeat; padding-bottom:60px; display:block; overflow:hidden }
.iserve dl{width: 20%; height: 300px; float: left;position: relative;margin: 50px 0 0;}
.iserve dl dt{width: 100px;height: 100px;margin: 0 auto;position: relative;}
.iserve dt .hover,.iserve dt .default{background:url(../image/iserve_bg.png);}
.iserve dt i{display:block;width:100px;height:100px;background:url(../image/iserve_icon.png);}
.iserve dt .hover,.iserve dt .default{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:all .5s linear;-webkit-transition:all .5s linear;}
.iserve dt .default{background-position:0 -200px;}
.iserve dt .hover{background-position:0 -100px;color:#fff;opacity:0;visibility:hidden;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}
.iserve dt.d1 .default i{background-position:0 0;}
.iserve dt.d1 .hover i{background-position:-100px 0;}
.iserve dt.d2 .default i{background-position:0 -100px;}
.iserve dt.d2 .hover i{background-position:-100px -100px;}
.iserve dt.d3 .default i{background-position:0 -200px;}
.iserve dt.d3 .hover i{background-position:-100px -200px;}
.iserve dt.d4 .default i{background-position:0 -300px;}
.iserve dt.d4 .hover i{background-position:-100px -300px;}
.iserve dt.d5 .default i{background-position:0 -400px;}
.iserve dt.d5 .hover i{background-position:-100px -400px;}
.iserve dt:hover .hover,.iserve dl.cur .hover{opacity:1;visibility:visible;-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}
.iserve dt:hover .default,.iserve dl.cur .default{opacity:0;visibility:hidden;-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.iserve dd{text-align: center;padding: 8px 0 0;}
.iserve dd h5{font-size: 22px;color: #333;height: 60px;line-height: 60px; overflow: hidden;text-transform:capitalize; position: relative;}
.iserve dd h5:before{content: "";width: 26px;height: 3px;background: #7d7d7d;position: absolute;bottom: 0;left: 50%;margin-left: -13px;}
.iserve dd p{font-size: 16px;color: #4c4c4c;line-height: 24px;padding: 10px 0 0;overflow: hidden;text-transform:capitalize}
.iserve dd b{display: block;}
.iserve dl.cur dd h5{color: #0071bd;}
.iserve dl.cur dd h5:before{background: #0071bd;}


.catalog{ margin:60px 0; display: block ; overflow: hidden}
.catalog ul{ width: 102%;}
.catalog ul li{ width: 31.33%; float: left; margin-right: 2%;}
.catalog ul li a {
    display: block;
    position: relative;
}
.catalog ul li .cover img.loaded {
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-bottom: 0;
}

.catalog ul li .cover img {
    display: block;
    transition: opacity .4s;
    height: 0;
    width: 100%;
    padding-bottom: 40%;
}

.catalog ul li .intro {
    position: absolute;
    z-index: 1;
    width: 100%;
    max-height: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.catalog ul li .intro h4 {
    font-size: 23px;
    font-weight: normal;
    padding: 0 32px;
    width: 100%;
    white-space: normal;
    word-break: break-word;
    text-transform: uppercase;
}

.product-item-cover .imgt{display:table-cell; text-align: center; vertical-align: middle; width:437px; height:437px; background: #fff; overflow: hidden;*display: block; *font-size:381px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.product-item-cover .imgt img{max-width:100%;max-height:95%;display: inline-block;vertical-align: middle; width:auto; height:auto}

/*客户名录*/
.hz{background: url(../image/hz_bg.jpg) no-repeat center 0;height: 665px;overflow: hidden;padding: 63px 0 0;}
.hz dl dt{width: 53%;float: right;line-height: 0;margin-top:5% }
.hz dl dt video{width:100%;}
.hz dl dd{padding: 50px 0 0;float: left;width: 45%;}
.hz dl dd h5{height: 125px;position: relative;font-weight: normal;}
.hz dl dd h5:before{content: "";width: 38px;height: 3px;background: #013e8e;position: absolute;bottom: 0;left: 0;}
.hz dl dd h5 a{font-size: 36px;color: #333;}
.hz dl dd h5 b{display: block;font-size: 24px;color: #bcbcbc;text-transform: uppercase;font-family:Arial, Helvetica, sans-serif;height: 38px;}
.hz dl dd h5 i{display: block;background: url(../image/hz_ico01.png) no-repeat 0 10px;height: 50px;line-height: 50px;padding: 0 0 0 50px;}
.hz dl dd p{font-size: 18px;color: #666;line-height: 40px;overflow: hidden;padding: 30px 0 0;}
.hz dl dd b{color: #333;}
.hz dl dd span{display: block;width: 160px;padding: 60px 0 0;}
.hz dl dd span a{display: block;width: 160px;text-align: center;height: 45px;line-height: 45px;background: #013e8e;border-radius: 30px;font-size: 16px;color: #fff;}
.hz dl dd span a {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hz dl dd span a:hover {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*新闻*/
.news{ margin:60px 0 0; display: block; overflow: hidden }
.news_t{ width:100%; display:block; float:left; margin-top:40px}
.news_l{ width:40%; float:left;}
.news_l a{ display:inline-block}
.news_l dl{ padding:3% 2%}
.news_l img{ width:100%; height:310px;object-fit:cover;}
.news_l h1{ font-size:18px; line-height:36px; color:#333; height:36px; overflow:hidden;text-transform:capitalize}
.news_l p{line-height:26px; font-size:14px; width:100%; display:block; overflow:hidden; height:52px; color:#767676;}

.news_l:hover{ background:#f8f8f8}
.news_l:hover h1{ color:#00389c}

.new_r{ width:55%;  float: right; }
.new_r li{ width:100%; float:left; border-bottom:1px solid #e8e8e8; padding-bottom:30px; margin-bottom:35px; overflow:hidden}
.new_r li span{ width:100px;float:left; padding-bottom:20px;}
.new_r li span b{ width:100%; float:left;line-height:46px;color:#00389c;font-size:28px; font-weight:normal;}
.new_r li span i{color:#767676; font-size:14px; }
.new_r li h1{  font-size:18px; line-height:40px;text-transform:capitalize;overflow: hidden;/*超出部分隐藏*/ white-space: nowrap;/*不换行*/ text-overflow:ellipsis;/*超出部分省略号显示*/}
.new_r li p{ color:#888; height:44px; line-height:22px; overflow:hidden}
.new_r li:hover{border-bottom:1px solid #00389c;}
.new_r li:hover h1{ color:#00389c}
.new_r li:hover span b{ color:#4a4a4a}

.honor-list ul { width: 102%}
.honor-list li { display:inline-block;border:1px solid #ddd;box-sizing: border-box; width: 47.7%; margin-right: 2%; margin-bottom: 2%;}
.honor-list li .item .certificate-listing-frame {padding:5px;}
.honor-list li .honor-item {margin:0 10px 10px 10px;border:1px solid #333;}
.honor-list li a {text-align:center;display:block;padding:0 15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#333;}
.honor-list li a:hover h3 {color:#2d2b27;text-decoration:underline}
.honor-list li .pic {width:100%;position:relative;overflow:hidden;}
.honor-list li img{ max-width: 100%; height:300px; }
.honor-list li a h3 {height:60px;padding:10px;overflow:hidden;display:inline-block;}
.honor-list li a h3 p {line-height:23px;overflow:hidden;width:100%;vertical-align:middle;display:table-cell;text-transform:capitalize}
.honor-list li .more{ text-align: center; font-size: 16px; padding: 10px 0;}

.kh li{width: 31%;}
.kh  li a{ padding: 0}
.kh  li img{ height: 300px;object-fit:cover;}

.picture { width:100%;overflow: hidden;position: relative; margin-top:20px; 

}
#demo {margin-left: 10px;width:100%;height:350px;overflow: hidden;}
#demo img {margin-right: 15px;width: 320px;height: 300px;object-fit:cover; margin-bottom:10px; float:left}
#demo  p{ width:100%; height:40px; line-height: 40px overflow:hidden; float:left; text-align: center; font-size: 16px;}	
.video { width: 100%; text-align: center}
.video video{ max-width:100%; margin: 0 auto}

@media screen and (max-width:768px) {
    .section-title{ padding-bottom: 0}
	.small_banner .pic{ height: 200px;}
	.section-title>i{bottom: 50%;}	
	.supply{ background-size: cover}
	.iserve dl{ width: 50%; margin-top: 20px; height: auto}	
	.iserve dd{ height: 150px}
	.iserve dl:last-of-type{ display: none !important}
	.catalog{ margin-bottom: 30px}
	.catalog ul{ width: 100%}
	.catalog ul li{ width: 100%; margin-right: 0; margin-bottom: 20px;}
	.hz { display: none}
	.news{ margin: 30px 0 0}
	.news_l,.new_r{ width: 100%; margin-bottom: 20px;}
	
	.news_t{ margin-top: 0}
	.news_l img{ height: 200px}
	.layout-footer{ padding-bottom: 25px;}
	.honor-list li { width: 47.1%}
    .swiper-slide dl dd{ display: none}
    #demo{ height: 250px;}
    #demo img{ height: 200px}
}


