
body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, form, object, iframe, blockquote, pre, a, abbr, address, code, img, fieldset, form, label, figure {
    margin: 0;
    padding: 0;
}

body, html, input, button, textarea {
    color: #333;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    line-height: 1.5
}

body {
    background-color: #fff;
}

article, aside, figcaption, figure, footer, header, main, nav, section {
    display: block;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4, h5 {
    font-size: 14px;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

li {
    list-style: none;
}

i, em {
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:focus {
    /*color: #333;*/
    outline: none;
}

a:hover {
    /*color: #d61920;*/
    /*color: #333;*/
    text-decoration: none;
}

input[type="text"]:focus {
    outline: none;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

hr {
    height: 1px;
    border: none;
    border-top: 1px dashed #c1c1c1;
    margin: 15px 0 15px 0;
}

a:active, select, input, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: 0!important;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

/* clear floating */
.clearfix:after,.layout:after,.sys_row:after, .web_main:after,.page_main:after, .nav_wrap .head_nav:after,.items_list ul:after,.product_items:after,.cate_items ul:after,.web_head .logo:after,.product-intro:after,.detail-tabs:after,.foot_item .news_cell:after, .news_item figure:after, .index_ad .ad_items:after,.index_product_rcmd .product_items:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.clearfix,.layout,.sys_row, .web_main,.page_main, .nav_wrap .head_nav,.items_list ul,.product_items,.cate_items ul,.web_head .logo,.product-intro,.detail-tabs,.foot_item .news_cell, .index_ad .ad_items,.index_product_rcmd .product_items {
    *zoom:1;}

.clear {
    clear: both;
}

/* layout */
body {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*min-width: 1280px;*/
}

.z9999 {
    z-index: 9999!important;
}

.container {
}

.layout {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.index_main .layout {
    width: 1280px;
}

.hide {
    display: none;
}

/*gotop*/
.gotop {
    position: fixed;
    text-align: center;
    right: 15px;
    bottom: 15px;
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
    background-clip: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 99999;
    cursor: pointer;
    font-size: 28px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.gotop:hover {
    background-color: var(--theme-color);   
}

.gotop.active {
    opacity: 1;
    visibility: visible;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.gotop em {
    display: none;
}

.gotop:before {
    content: "";
    display: inline-block;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(img/btn_up.png);
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/* transition */
.head_nav li a,.nav_wrap .head_nav li li a,.nav_wrap .head_nav li ul,.nav_wrap .head_nav li li>a:before,.head_nav b:after,.web_head .btn--search,.web_head .btn--search:after,.product_item figure, .gotop, .product-item .item-img img,.product_item .item_img img,.product_item .item_img a,.product_item,.product_item .item_img a:before,.product_item .item_img a:after,.product_item .item_img:after, .product-btn-wrap a,.web_head,.change-language .change-language-title a:after, .newsletter .button, .mobile-head-item .middle-show-content-wrap, .product_item figure figcaption,.foot_item a, .pages a,.ad_item figure figcaption .item_more,.head_sns li img,.side_product_item .add-friend,.side_product_item .add-friend:after,.foot_sns li img {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav_wrap .head_nav>li>a:after,.web_head .head-search .search-ipt, .index_ad .ad_item:before,.index_promote .promote_item .item_info, .side_quicks .quick_ico,.side_quicks .qrcode_pop, .foot_txt_list li a:before,.gotop:after {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* 栅格化 */
.sys-layer {
    margin: 0 auto;
}

.sys-row {
    margin: 0 -8px;
}

.sys-col {
    float: left;
}

.sys-col-inner {
    margin: 0 8px;
}

.sys-col-md {
    float: left;
}

.sys-col-md-12 {
    width: 100%;
}

.sys-col-md-11 {
    width: 91.66666667%;
}

.sys-col-md-10 {
    width: 83.33333333%;
}

.sys-col-md-9 {
    width: 75%;
}

.sys-col-md-8 {
    width: 66.66666667%;
}

.sys-col-md-7 {
    width: 58.33333333%;
}

.sys-col-md-6 {
    width: 50%;
}

.sys-col-md-5 {
    width: 41.66666667%;
}

.sys-col-md-4 {
    width: 33.33333333%;
}

.sys-col-md-3 {
    width: 25%;
}

.sys-col-md-2 {
    width: 16.66666667%;
}

.sys-col-md-1 {
    width: 8.33333333%;
}

/* float */
.sys_fl {
    float: left!important;
}

.sys_fr {
    float: right!important;
}

.sys_btn {
    display: inline-block;
    font-size: 18px;
    line-height: 1.3;
    padding: .55em 1.6em;
    color: #fff!important;
    border-radius: .5em;
    background-image: -webkit-linear-gradient(180deg, #C62C22 0%, #AC272E 100%);
    background-image: linear-gradient(180deg, #C62C22 0%, #AC272E 100%);
    color: #FFFFFF;
    box-shadow: 0 6px 12px -6px #AC272E;
    background-color: #D42B20;
}

.sys_btn:hover {
    background-image: -webkit-linear-gradient(180deg, #D42B20 0%, #BF252D 100%);
    background-image: linear-gradient(180deg, #D42B20 0%, #BF252D 100%);
}

.sys_btn.btn_black {
    background-image: -webkit-linear-gradient(180deg, #575D5D 0%, #3F4444 100%);
    background-image: linear-gradient(180deg, #575D5D 0%, #3F4444 100%);
    color: #FFFFFF;
    box-shadow: 0 6px 12px -6px rgba(0,0,0,1);
    box-shadow: 0 6px 12px -6px rgba(0,0,0,1);
}

.sys_btn.btn_black:hover {
    background-image: -webkit-linear-gradient(180deg, #555 0%, #333 100%);
    background-image: linear-gradient(180deg, #555 0%, #333 100%);
}

.sys_btn.btn_black {
    background-image: -webkit-linear-gradient(180deg, #575D5D 0%, #3F4444 100%);
    background-image: linear-gradient(180deg, #575D5D 0%, #3F4444 100%);
    color: #FFFFFF;
    box-shadow: 0 6px 12px -6px rgba(0,0,0,1);
}

.sys_btn.btn_black:hover {
    background-image: -webkit-linear-gradient(180deg, #555 0%, #333 100%);
    background-image: linear-gradient(180deg, #555 0%, #333 100%);
}

.sys_btn.btn_gray {
    background-image: gradient(180deg, #FFFFFF 0%, #E4E4E4 100%);
    background-image: linear-gradient(180deg, #FFFFFF 0%, #E4E4E4 100%);
    color: #333!important;
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    background-color: #535353;
}

.sys_btn.btn_gray:hover {
    background-image: gradient(180deg, #f2f2f2 0%, #d2d2d2 100%);
    background-image: linear-gradient(180deg, #f2f2f2 0%, #d2d2d2 100%);
    color: #333!important;
}

/* placeholder */
input::-webkit-input-placeholder {
    color: #aaa;
}

input::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #aaa;
}

input:-moz-placeholder {
    color: #aaa;
}

/* box-sizing */
.index_promote,.company_subscribe .button,.nav_wrap,.product_item .item_img {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

/* font-family */
.side-cate li .icon-cate:before, .product-btn-wrap a:before, .mobile-head-item .title:before, .head_nav > li:after,.head_nav li b:after, .download-item .item-button:before, .faq-item .faq-title:before {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
}

.btn_more:after,.sys_btn:after, .head-search .search-btn:before,.web_head .btn--search:before,.swiper-button-next:before, .swiper-button-prev:before, .side-product-items .btn-prev:before,.side-product-items .btn-next:before,.product-btn-wrap .email:before,.product-btn-wrap .pdf:before, .company_subscribe .button:after {
    font-family: 'fontawesome';
}

.index_company_intr .company_intr_title,.index_hd .hd_title,.index_news .news_item {
    font-family: 'Roboto-Light';
}

.index_company_intr .company_intr_title .txt_impt {
    font-family: 'Roboto-Bold';
}

/*transition*/
a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* hover */
.shine_img {
    display: block;
    position: relative;
    overflow: hidden;
}

.shine_img img {
    display: block;
    width: 100%;
    height: auto;
}

.shine_img:after {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shine_img:after {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
    background-image: linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
    opacity: 0;
}

.shine_img:hover:after {
    width: 100%;
    opacity: 1;
}

.scale_item .item_img a,.scale_img {
    display: block;
    position: relative;
    overflow: hidden;
}

.scale_item .item_img img,.scale_img img, .scale_item .item_img a:before,.scale_img:before {
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.scale_item .item_img a:before,.scale_img:before {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    opacity: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.4),rgba(0,0,0,0));
    background-image: linear-gradient(left,rgba(0,0,0,.4),rgba(0,0,0,0));
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}

.scale_item:hover .item_img a img,.scale_img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.scale_item:hover .item_img a:before,.scale_img:hover:before {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/*-------------------------------font start----------------------------------*/
@font-face {
    font-family: 'fontawesome';
    src: url("fonts/Font-Awesome/fontawesome-webfont.eot?v=4.5.0");
    src: url("fonts/Font-Awesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/Font-Awesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("fonts/Font-Awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/Font-Awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/Font-Awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto/Roboto-Regular.eot?v=4.5.0");
    src: url("fonts/Roboto/Roboto-Regular.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/Roboto/Roboto-Regular.woff2?v=4.5.0") format("woff2"), url("fonts/Roboto/Roboto-Regular.woff?v=4.5.0") format("woff"), url("fonts/Roboto/Roboto-Regular.ttf?v=4.5.0") format("truetype"), url("fonts/Roboto/Roboto-Regular.svg") format("svg");
}

@font-face {
    font-family: 'Roboto-Light';
    src: url("fonts/Roboto/Roboto-Light.eot?v=4.5.0");
    src: url("fonts/Roboto/Roboto-Light.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/Roboto/Roboto-Light.woff2?v=4.5.0") format("woff2"), url("fonts/Roboto/Roboto-Light.woff?v=4.5.0") format("woff"), url("fonts/Roboto/Roboto-Light.ttf?v=4.5.0") format("truetype"), url("fonts/Roboto/Roboto-Light.svg") format("svg");
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url("fonts/Roboto/Roboto-Bold.eot?v=4.5.0");
    src: url("fonts/Roboto/Roboto-Bold.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/Roboto/Roboto-Bold.woff2?v=4.5.0") format("woff2"), url("fonts/Roboto/Roboto-Bold.woff?v=4.5.0") format("woff"), url("fonts/Roboto/Roboto-Bold.ttf?v=4.5.0") format("truetype"), url("fonts/Roboto/Roboto-Bold.svg") format("svg");
}
/*-------------------------------font end----------------------------------*/





.triangle_mark{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: dashed dashed solid;
    border-color: transparent transparent #232323;
    border-width: 0 0 39px 39px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.triangle_mark:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    bottom: 0px;
    right: 0px;
    background: url(img/add01.png) no-repeat center center;
    z-index: 1;
}


.product_btns .priduct_btn_inquiry, .product_btns .priduct_btn_detail {
    line-height: 30px;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    background: #666;
    text-transform: uppercase;
    color: #fff;
    transition: all ease-in-out .35s;
    -webkit-transition: all ease-in-out .35s;
    letter-spacing: .38px;
    font-weight: bold;
    font-size: 13px;
    z-index: 0;
}

.product_btns .priduct_btn_inquiry {
    margin-right: 13px;
}

.product_btns {
    text-align: right;
    position: relative;
}

 .product_btns .priduct_btn_inquiry:after , .product_btns .priduct_btn_detail:after{    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width:0;
    height: 100%;
    background: #e60012; 

      z-index: -1; transition: all ease-in-out .35s;
    -webkit-transition: all ease-in-out .35s;}
 

 .product_btns .priduct_btn_inquiry:hover:after , .product_btns .priduct_btn_detail:hover:after{   width: 100%;}

 
 
 
/*page分页样式*/
.page_bar {
    position: relative;
    line-height: 31px;
    /*height: 33px;*/
    margin: 50px 0 20px;
    text-align: center;
    font-size: 12px;
    padding-right: 20px;
}

.page_bar a,.page_bar span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 33px;
    padding: 0 5px;
    border: 1px solid #eee;
    margin: 0 0 0 8px;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 10px;
    /*filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fefefe',endColorStr='#e3e3e3',gradientType='0');*/
    /*background: -moz-linear-gradient(top, #fefefe, #e3e3e3);
    background: -o-linear-gradient(top,#fefefe, #e3e3e3);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#e3e3e3));*/
}

.page_bar a.current,.page_bar span.current,.page_bar a:hover {
    color: #FFF;
    /*background:  var(--theme-color);
    border-color:  var(--theme-color);*/
    background: #C31B1F;
    border-color:  #C31B1F;
}

.page_bar .page-numbers{
    line-height: 31px;
}

.fa{color:  var(--theme-color);}



/*图片特效1*/
.img_action_1{position: relative; overflow: hidden}
.img_action_1 img {
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s
}

.img_action_1:hover  img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.img_action_1:after {
    background-color: #000000;
}

.img_action_1:after {
    pointer-events: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity:0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    pointer-events: none;
}

.img_action_1:hover.img_action_1:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3
}

/*导航特效*/
.top-header-block {
    position: relative;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    z-index: 999 !important;
    
}

.top-fixed-nav-active {
    -webkit-animation:fadeInDown 1s ease;
    -o-animation:fadeInDown 0.6s ease;
    animation:fadeInDown 1s ease;
}

/*导航动作*/
.top-fixed-nav {
    position: fixed !important;
    left: 0;
    top: 0;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}


/*带边框的板块特效*/
.item-inner {
    position: relative;
    display: block;
    background-color: #fff;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s
}

.item-inner{
    border: 1px solid #eee;
    padding: 10px;
}

.item-inner:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}

    
/*箭头svg特效*/
.item-btn {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #91a85c;
    border: 5px solid rgba(255,255,255,.25);
    border-radius: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    opacity: 0;
    text-align: center;
    background-clip: content-box;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.item-btn {
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.item-btn {
    -webkit-transform: translateY(-100%) rotate(90deg);
    -o-transform: translateY(-100%) rotate(90deg);
    transform: translateY(-100%) rotate(90deg)
}

.item-btn svg {
    width: 30px;
    fill: #fff;
    vertical-align: middle;
}


a:hover .item-btn {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    border-radius: 50%
}

/**标题样式**/
.item-title{
    padding: 20px 0px;
    font-size:20px;
    overflow: hidden;
    white-space: nowrap; /* 保持文本在一行，不换行 */
    text-overflow: ellipsis; /* 溢出的文本显示为省略号 */
}


/**通用按钮1**/
.common-btn1{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: var(--theme-color);
    border-radius: 40px;
    color: #ffffff;
    border: 1px solid var(--theme-color);
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s; 
}

.common-btn1:hover{
   background-color: #ffffff;
   color:  var(--theme-color);   
}


/*swiper分页样式*/
.home-banner .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #dfdfdf;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s; 
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    height: 12px;
    border-radius: 10px;
    /*background-color: #fff !important;*/
}



/*3d旋转特效样式*/
.three-rotate{
    position: relative;
    display: flex;
    height: 100%;
    transform: rotateX(-5deg);
    transform-style: preserve-3d;
    width: 100%;
}

.three-rotate .three-rotate-box {
    position: absolute;
    transform-origin: center center;
    transform-style: preserve-3d;
    transform: rotateY(-8deg);
    transition: all .8s;
    /* margin-top: 75px;*/
    width: 100%;

    /* left: 10%;*/
    left: -10px;
    display: flex;
    justify-content:center;
}

.three-rotate .three-rotate-box .three-rotate-item{
    width: 40%;
    position: absolute;
    transform-origin: center center;
    transform-style: preserve-3d;
    transform: rotateY(-8deg);
    transition: all .8s;
}


  
/*swiper分页样式*/
.swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #333;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s; 
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    height: 12px;
    border-radius: 10px;
    /*background-color: #333 !important;*/
}

/*cookie确认弹窗*/
#worldtui-cookiebanner-container{
    position: absolute;
    z-index: 999;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s; 
    opacity: 0;
}

