.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;

    src: url('/tpl/cn_zodotire/assets/fonts/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'), url('/tpl/cn_zodotire/assets/fonts/Roboto-Bold/.eot') format('embedded-opentype'), url('/tpl/cn_zodotire/assets/fonts/Roboto-Bold.woff2') format('woff2'), url('/tpl/cn_zodotire/assets/fonts/Roboto-Bold.woff') format('woff'), url('/tpl/cn_zodotire/assets/fonts/Roboto-Bold.ttf') format('truetype'), url('/tpl/cn_zodotire/assets/fonts/Roboto-Bold.svg') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;

    src: url('/tpl/cn_zodotire/assets/fonts/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'), url('/tpl/cn_zodotire/assets/fonts/Roboto-Regular/.eot') format('embedded-opentype'), url('/tpl/cn_zodotire/assets/fonts/Roboto-Regular.woff2') format('woff2'), url('/tpl/cn_zodotire/assets/fonts/Roboto-Regular.woff') format('woff'), url('/tpl/cn_zodotire/assets/fonts/Roboto-Regular.ttf') format('truetype'), url('/tpl/cn_zodotire/assets/fonts/Roboto-Regular.svg') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;

    src: url('/tpl/cn_zodotire/assets/fonts/Oswald-Bold.eot');
    src: local('Oswald Bold'), local('Oswald-Bold'), url('/tpl/cn_zodotire/assets/fonts/Oswald-Bold/.eot') format('embedded-opentype'), url('/tpl/cn_zodotire/assets/fonts/Oswald-Bold.woff2') format('woff2'), url('/tpl/cn_zodotire/assets/fonts/Oswald-Bold.woff') format('woff'), url('/tpl/cn_zodotire/assets/fonts/Oswald-Bold.ttf') format('truetype'), url('/tpl/cn_zodotire/assets/fonts/Oswald-Bold.svg') format('svg');
    font-display: swap;
}
body
{
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 24px;
    line-height: 30px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: -5%;

    width: 30px;
    height: 30px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #0e366d;
    border: none;
    background: none;
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        font-size: 24px;
        line-height: 50px;

        width: 50px;
        height: 50px;

        text-align: center;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e64a';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: #edaf33;
}
.slick-dots
{
    margin: 0 -3px;

    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 3px;

    vertical-align: top;

    border: 1px solid #0e366d;
    border-radius: 50%;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #0e366d;
}
.flexwrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header
{
    font-size: 0;

    position: fixed;
    z-index: 10;
    z-index: 9;
    top: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    height: 100px;
    padding: 0 3%;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .22);

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
		padding-left: 0;
    }
}
.header .language
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    margin-left: 30px;

    vertical-align: middle;
}
@media (max-width: 1350px)
{
    .header .language
    {
        margin-left: 20px;
    }
}
@media (max-width: 767px)
{
    .header .language
    {
        margin-left: 10px;
    }
}
.header .language p
{
    line-height: 38px;

    display: inline-block;

    margin: 0;
    padding: 0 20px;

    color: #222;
    border-radius: 6px;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header .language p
    {
        padding: 0 10px;
		background: none;
		color: #fff;
    }
}
.header .language p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-right: 4px;

    content: '\e641';
    vertical-align: middle;
}
.header .language p:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 6px;

    content: '\e74e';
    vertical-align: middle;
}
.header .language ul
{
    position: absolute;
    top: 100%;
    left: 0;

    display: none;

    width: 100%;

    color: #333;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .header .language ul
    {
        left: -10%;

        width: 120%;
    }
}
.header .language ul li a
{
    font-size: 13px;
    line-height: 26px;

    display: inline-block;

    padding: 5px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
}
.header .language ul li a:before
{
    display: inline-block;

    width: 26px;
    height: 26px;
    margin-right: 4px;

    content: '';
    vertical-align: middle;

    background: url(/tpl/cn_zodotire/assets/images/language.png) no-repeat;
    background-size: cover;
}
.header .language ul li a.en:before
{
    background-position: -26px 0;
}
.header .language ul li a.py:before
{
    background-position: -52px 0;
}
.header .language ul li a.es:before
{
    background-position: -78px 0;
}
.header .language ul li a:hover
{
    color: #edaf33;
}
.header .cart
{
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .cart
    {
        margin-left: 0;
    }
}
.header .cart .icon
{
    font-size: 26px;

    position: relative;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
.header .cart .icon:after
{
    position: absolute;
    z-index: 2;
    right: 2px;
    bottom: 9px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #edaf33;
}
.header .cart span
{
    font-size: 12px;
    line-height: 16px;

    position: absolute;
    top: 4px;
    right: -5px;

    width: 16px;
    height: 16px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #edaf33;
}
@media (max-width: 1199px)
{
    .header .cart span
    {
        top: 10px;
    }
}
.header .cart:hover
{
    color: #edaf33;
}
.header .logo
{
    display: inline-block;

    height: 100px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
    }
}
.header .logo img
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .logo .fix
{
    display: none;
}
.header .header-nav
{
    clear: both;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 28px;
    height: 28px;
    margin-left: 20px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: inline-block;
        float: none;

        margin-left: 0px;

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 20px;
        right: 15px;

        display: block;

        border: none;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 28px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #333;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    display: block;

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 25%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 75%;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav-collapse-xs .btn-line
{
    background-color: #fff;
}
.header .nav-collapse-2
{
    top: 0;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: block !important;

        text-align: center;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 99999998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 60px 5%;

        -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition:         transform .3s;
                transition:         transform .3s, -webkit-transform .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #fff;
    }
    .header .nav .nav-box,
    .header .nav .container
    {
        width: 100%;
        height: 100%;
    }
    .header .nav .container
    {
        padding: 0;
    }
    .header .nav .tbl,
    .header .nav .tbl-cell
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .header .nav .tbl
    {
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        position: relative;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        padding: 60px 8%;
    }
}
.header .nav.left-100
{
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
            transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300
{
    -webkit-transform: translateX(-300%);
    -webkit-transform: translate3d(-300%, 0, 0);
        -ms-transform: translateX(-300%);
            transform: translateX(-300%);
            transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400
{
    -webkit-transform: translateX(-400%);
    -webkit-transform: translate3d(-400%, 0, 0);
        -ms-transform: translateX(-400%);
            transform: translateX(-400%);
            transform: translate3d(-400%, 0, 0);
}
.header .nav.left-500
{
    -webkit-transform: translateX(-500%);
    -webkit-transform: translate3d(-500%, 0, 0);
        -ms-transform: translateX(-500%);
            transform: translateX(-500%);
            transform: translate3d(-500%, 0, 0);
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        font-size: 0;

        display: block !important;

        margin: 0 -30px;

        vertical-align: middle;
    }
    .header .nav .nav-list1 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 17px;
        line-height: 100px;

        position: relative;

        display: block;

        padding: 0 22px;

        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li > a:after
    {
        position: absolute;
        bottom: -2px;
        left: 50%;

        display: block;

        height: 4px;

        content: '';
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);

        background-color: #0e366d;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        width: 36px;
    }
    .header .nav .nav-list1 .nav-list2
    {
        font-size: 0;

        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0;

        display: none;

        width: 100%;
        margin-left: 0 !important;
        padding: 50px 10%;

        text-align: left;
        text-align: center;
        word-break: break-word;

        color: #333;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        display: inline-block;

        width: 20%;

        list-style: none;

        text-align: left;
        vertical-align: top;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 15px;
        line-height: 30px;

        display: block;

        white-space: nowrap;
        text-transform: capitalize;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        text-decoration: underline;

        color: #03234f;
    }
    .header .nav .nav-list1 .nav-list3
    {
        display: block !important;
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list3 li a
    {
        font-size: 16px;
        line-height: 2;

        display: block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 .nav-list3 li a:hover
    {
        text-decoration: underline;

        color: #edaf33;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1
    {
        margin: 0 -20px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 14px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        padding: 0 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 .nav-list2
    {
        padding: 30px 5%;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        width: 100%;
    }
    .header .nav .nav-list1 ul
    {
        display: none !important;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
.header .mask-nav
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .mask-nav
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        /* color: #fff; */
        background: #fafafa;
        background: #fff;
    }
}
.header .mask-nav .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .mask-nav .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
		color: #333;
    content: '\e9b5';
}
.header .mask-nav .nav-top .nav-title
{
    font-size: 30px;

    display: block;

    width: 100%;
    margin: 0;
		color: #333;
    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .mask-nav .nav-top .nav-title
    {
        font-size: 20px;
        font-size: 5vmin;
    }
}
.header .mask-nav .content
{
    position: relative;

    overflow: auto;

    height: 85%;
    margin-top: 4%;

    -ms-touch-action: pan-y;
        touch-action: pan-y;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.header .mask-nav .content::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    border-radius: 5px;
    background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.header .mask-nav .content::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}
.header .mask-nav .content ul li
{
    font-size: 20px;
    line-height: 2;

    margin: 10px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .mask-nav .content ul li
    {
        font-size: 4.5vmin;
        line-height: 1.6;

        margin: 0;
        margin-bottom: 5px;
    }
}
.header .mask-nav .content ul li.more
{
    position: relative;
}
.header .mask-nav .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .mask-nav .content ul li a
{
    display: inline-block;
	color: #333;
    text-transform: capitalize;
}
.header .mask-nav .content ul ul
{
    display: none;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-4
{
    left: 300%;
}
.header .nav-5
{
    left: 400%;
}
.header .fade-out ul
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
.header .fade-out ul .more
{
    padding-right: 25px;
}
.header .fade-out .mask-list2
{
    padding-top: 10%;
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        overflow: auto;

        max-height: 100%;
        margin: 0;

        opacity: 1;

        -ms-touch-action: pan-y;
            touch-action: pan-y;
        /*定义滚动条轨道 内阴影+圆角*/
        /*定义滑块 内阴影+圆角*/
        /*滑块效果*/
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar
    {
        width: 5px;
        height: 5px;

        border-radius: 5px;
        background-color: #fff;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-track
    {
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb
    {
        border-radius: 5px;
        background-color: #666;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb:hover
    {
        border-radius: 5px;
        background: rgba(0, 0, 0, .4);
    }
    .header .fade-out ul.nav-list1 a
    {
        text-transform: uppercase;

        color: #333;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 10px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        width: 200px;

        content: '\e625';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        text-align: right;

        color: #333;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 2;

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 1.5vmin 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 4.8vmin;
    }
}
@media (max-width: 1199px) and (max-width: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 4.5vmin;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
@media (max-width: 480px)
{
    .header .fade-out ~ .google-translate
    {
        position: fixed;
        z-index: 99999998;
        top: 30px;
        left: 30px;

        display: block !important;

        -webkit-transition: .3s;
                transition: .3s;
    }
    .header .fade-out.left-100 ~ .google-translate
    {
        top: -30px;

        opacity: 0;
    }
}
.header .serach-part
{
    display: inline-block;

    vertical-align: middle;
}
@media (min-width: 768px)
{
    .header .serach-part
    {
        /* position: relative; */
    }
}
.header .find
{
    font-size: 14px;
    line-height: 100px;

    height: 100px;
    padding: 0 15px;

    cursor: pointer;
}
@media (max-width: 1350px)
{
    .header .find
    {
        padding: 0 10px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

        height: 60px;
        padding-left: 0;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 24px;

    content: '\e660';
}
.header .find:hover
{
    color: #0e366d;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header .search-wrap
{
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 100%;
    right: 0%;

    display: none;

    width: 100%;
    padding: 30px 15px;
	font-size: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .search-wrap
    {
        top: 100%;
    }
}
@media (max-width: 767px)
{
    .header .search-wrap
    {
        right: 0;
    }
}
.header .search-wrap select{
	width: 80px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	 border: 1px solid #dcdcdc;
	 line-height: 44px;
	 height: 46px;
	 border-right: none;
	 outline: none;
	 color:#333333;
}
.header .search-wrap select option{
	line-height: 40px;
	height: 40px;
	padding: 10px 0;
	font-size: 16px;
}
.header .search-wrap .search-box
{
    position: relative;
	max-width: 900px;
	margin: 0 auto;
}
.header .search-wrap input
{
    line-height: 24px;

    width: calc(100% - 80px);
    padding: 10px 10px;
	/* border-radius: 40px; */
    color: #666;
    border: 1px solid #dcdcdc;
	vertical-align: middle;
	font-size: 14px;
}
.header .search-wrap .submit
{
    font-size: 20px;
    line-height: 45px;

    position: absolute;
    top: 0;
    right: 0;

    width: 44px;
    height: 45px;
    padding: 0;

    color: #fff;
	/* border-radius: 0 40px 40px 0; */
    background-color: #0e366d;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.fixed-header
{
    color: #333;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.fixed-header .logo .fix
{
    display: block;
}
.fixed-header .logo .now
{
    display: none;
}
.fixed-header .nav-collapse-xs .btn-line
{
    background-color: #666;
}
.fixed-header .language p
{
    color: #fff;
    background-color: #0e366d;
}
@media(max-width:1199px){
	.fixed-header .language p
	{
	    color: #333;
		background: none;
	}
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    color: #fff;
    border: 1px solid #0e366d;
    border-radius: 0;
    outline: none;
    background-color: #0e366d;
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    top: 40%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .online-wrap .online
    {
        right: 0;
    }
}
.online-wrap .online.onlineshow
{
    right: 0;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.onlineshow
    {
        right: -60px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online .iconfont
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin: 4px 0;
    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border-radius: 5px;
    background-color: rgba(21, 21, 22, .8);
}
.online-wrap .online .iconfont:last-child
{
    border-bottom: none;
}
.online-wrap .online .iconfont:before
{
    font-size: 24px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online .iconfont:hover
    {
        background-color: #0e366d;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
@media (max-width: 991px)
{
    .online-wrap .online .iconfont
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online .iconfont:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-qq:hover .phone-num,
    .online-wrap .online .icon-whatsapp:hover .phone-num,
    .online-wrap .online .icon-share:hover .phone-num,
    .online-wrap .online .icon-phone:hover .share,
    .online-wrap .online .icon-whatsapp:hover .share,
    .online-wrap .online .icon-share:hover .share,
	.online-wrap .online .icon-email:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-qq .phone-num,
.online-wrap .online .icon-whatsapp .phone-num,
.online-wrap .online .icon-share .phone-num,
.online-wrap .online .icon-phone .share,
.online-wrap .online .icon-whatsapp .share,
.online-wrap .online .icon-share .share,
.online-wrap .online .icon-email .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-qq .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p,
.online-wrap .online .icon-share .phone-num p,
.online-wrap .online .icon-phone .share p,
.online-wrap .online .icon-whatsapp .share p,
.online-wrap .online .icon-share .share p,
.online-wrap .online .icon-email .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #0e366d;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
@media (min-width: 992px)
{
    .online-wrap-in .online
    {
        right: 0;
    }
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e918';
}
.online-wrap .icon-email:before
{
    font-family: 'iconfont' !important;

    content: '\e65b';
}
.online-wrap .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e627';
}
.online-wrap .icon-erweima:before
{
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before
{
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.online-wrap .icon-instagram:before
{
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-cart:before
{
    font-family: 'iconfont' !important;

    content: '\e624';
}
.online-wrap .icon-cart span
{
    font-size: 14px;
    line-height: 20px;

    position: absolute;
    top: 0;
    right: 0;

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #0e366d;
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e63f';
}
.online-wrap .icon-share:before
{
    font-family: 'iconfont' !important;

    content: '\e682';
}
.online-wrap .icon-share .share
{
    position: absolute;

    padding: 0 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.online-wrap .icon-share .share ul li
{
    display: inline-block;

    vertical-align: top;
}
.online-wrap .icon-share .share ul li .icon
{
    line-height: 40px;

    width: 40px;
    height: 40px;

    background-color: #0e366d;
}
.online-wrap .icon-share .share ul li .icon:before
{
    font-size: 20px;
}
.online-wrap .icon-share .share ul li .icon:hover
{
    background-color: #edaf33;
}
.online-wrap .icon-share .share ul li .icon:hover:before
{
    color: #fff;
}
.online-wrap .icon-share .share a:before
{
    display: none;
}
.xs-online
{
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #0e366d;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #03234f;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.xs-online ul li.xs-online-product > a:before
{
    font-size: 16px;

    content: '\e7e9';
}
.xs-online ul li.xs-online-mail > a:before
{
    font-weight: normal;

    content: '\e634';
}
.xs-online ul li.xs-online-map > a:before
{
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.xs-online-feedback > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.xs-online-top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-home > a:before
{
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.xs-online-message > a:before
{
    font-size: 18px;
    font-weight: normal;

    content: '\e66b';
}
.xs-online ul li.xs-online-tel > a:before
{
    font-weight: normal;

    content: '\e61c';
}
.xs-online ul li.xs-online-top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-whatsapp > a:before
{
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.xs-online-skype > a:before
{
    font-weight: normal;

    content: '\e616';
}
.xs-online ul li.xs-online-contact > a:before
{
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.xs-online-wechat > a:before
{
    content: '\e604';
}
.xs-online ul li.xs-online-wechat > a
{
    position: relative;
}
.xs-online ul li.xs-online-wechat > a:hover img
{
    display: block;
}
.xs-online ul li.xs-online-wechat > a img
{
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.xs-online ul li.facebook > a:before
{
    content: '\e615';
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.banner:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 20%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    background-image:         linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .custom-pagination
{
    font-size: 14px;

    position: absolute;
    z-index: 1;
    bottom: 100px;

    width: 100%;

    text-align: center;

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner .custom-pagination
    {
        bottom: 80px;
    }
}

.banner .custom-pagination li
{
    display: inline-block;

    width: 220px;
    margin: 0 34px !important;

    text-align: center;
    vertical-align: top;

    background: none;
}
@media (max-width: 767px)
{
    .banner .custom-pagination
    {
        bottom: 30px;
		display: none;
    }
	.banner .custom-pagination li{
		width: 25%;
	}
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .swiper-pagination
{
    position: absolute;
    z-index: 2;
    bottom: 60px;
    left: 0;

    width: auto;
    width: 100%;

    text-align: center;
}
@media (max-width: 1470px)
{
    .banner .swiper-pagination
    {
        bottom:60px;
    }
}
@media (max-width: 1199px)
{
    .banner .swiper-pagination
    {
        bottom: 60px;
    }
}
@media (max-width: 767px)
{
    .banner .swiper-pagination
    {
        bottom: 10px;
    }
}
.banner .swiper-pagination-bullet
{
    font-size: 16px;
    line-height: 50px;

    position: relative;

    display: inline-block;

    width: 220px;
    height: 50px;
    margin: 0 34px !important;
    padding-bottom: 4px;

    vertical-align: middle;

    opacity: 1;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, .38);
    border-radius: 0;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .banner .swiper-pagination-bullet
    {
        font-size: 14px;
		width: 25%;
        margin: 0 8px !important;
    }
}
.banner .swiper-pagination-bullet:before
{
    position: absolute;
    bottom: -2px;

    display: block;

    height: 2px;

    content: '';

    background-color: #fff;
}
.banner .swiper-pagination-bullet-active:before
{
    -webkit-animation: bwidth 4s 0s ease both;
            animation: bwidth 4s 0s ease both;
}
.banner .slick-arrow
{
    font-size: 32px;
    line-height: 90px;

    width: 60px;
    height: 90px;

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: rgba(0, 0, 0, .5);
}
.banner .slick-arrow:after
{
    display: none;
}
@media (min-width: 1200px)
{
    .banner .slick-arrow:hover
    {
        background-color: rgba(0, 0, 0, .8);
    }
}
.banner .slick-prev
{
    left: 5%;
}
.banner .slick-next
{
    right: 5%;
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 991px)
{
    .banner .item
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 767px)
{
    .banner .item
    {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}
.banner .item > a
{
    display: block;
    overflow: hidden;
}
.banner .item > a > img
{
    position: relative;
    left: 50%;

    display: block;

    width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.banner-video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination
{
    display: none !important;
}
.banner.hide-video video
{
    display: none !important;
}
.banner-video-box
{
    position: relative;

    display: block;

    padding-bottom: 37.29166667%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play
{
    background-color: #0e366d !important;
}
.banner .mobile-video
{
    position: relative;

    display: block;
}
.banner .mobile-video:after
{
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before
{
    font-size: 50px;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    content: '\e644';
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner .banner-arrow
{
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 50%;

    display: inline-block;

    width: 40px;
    margin-left: -20px;

    cursor: pointer;
    -webkit-animation: barrow 2s infinite;
            animation: barrow 2s infinite;
}
@media (max-width: 1199px)
{
    .banner .banner-arrow
    {
        bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-arrow
    {
        display: none;
    }
}
.banner .banner-arrow .icon
{
    font-size: 40px;

    color: #fff;
}
.banner-in
{
    position: relative;
}
.banner-in img
{
    width: 100%;
}
.banner-in .banner-text
{
    position: absolute;
    z-index: 2;
    top: 40%;
    left: 0;

    width: 100%;
}
.banner-in .banner-text .title-banner h2
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    text-transform: uppercase;

    color: rgba(255, 255, 255, .87);
}
@media (max-width: 1199px)
{
    .banner-in .banner-text .title-banner h2
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .banner-in .banner-text .title-banner h2
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .banner-in .banner-text .title-banner h2
    {
        font-size: 24px;
    }
}
.banner-in .banner-text .title-banner h2 span
{
    font-size: 18px;
    font-weight: normal;

    text-transform: capitalize;

    color: rgba(237, 175, 51, .87);
}
.banner-in .banner-text .news-menu
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .banner-in .banner-text .news-menu
    {
        margin: 0;
    }
}
.banner-in .banner-text .news-menu > ul
{
    margin: 0 -10px;
}
@media (max-width: 991px)
{
    .banner-in .banner-text .news-menu > ul
    {
        margin: 0 -5px;
    }
}
.banner-in .banner-text .news-menu > ul > li
{
    display: inline-block;

    margin-top: 10px;
    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .banner-in .banner-text .news-menu > ul > li
    {
        padding: 0 5px;
    }
}
.banner-in .banner-text .news-menu > ul > li > a
{
    font-size: 16px;
    line-height: 44px;

    display: block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;

    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .banner-in .banner-text .news-menu > ul > li > a
    {
        font-size: 14px;
        line-height: 34px;

        padding: 0 10px;
    }
}
.banner-in .banner-text .news-menu > ul > li.active > a,
.banner-in .banner-text .news-menu > ul > li:hover > a
{
    color: #fff;
    background-color: #0e366d;
}
.banner-in .banner-text-top
{
    top: 28%;
}
@media (max-width: 767px)
{
    .banner-in .banner-text-top
    {
        top: 40%;
    }
}
.banner-in .banner-text-center
{
    top: 26%;

    text-align: center;
}
@media (max-width: 767px)
{
    .banner-in .banner-text-center
    {
        top: 40%;
    }
}
@-webkit-keyframes bwidth
{
    0%
    {
        width: 0;
    }
    100%
    {
        width: 100%;
    }
}
@keyframes bwidth
{
    0%
    {
        width: 0;
    }
    100%
    {
        width: 100%;
    }
}
@-webkit-keyframes barrow
{
    0%
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    100%
    {
        -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
                transform: translateY(20px);
    }
}
@keyframes barrow
{
    0%
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    100%
    {
        -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
                transform: translateY(20px);
    }
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.box-top
{
    padding-top: 0;
}
.box-bottom
{
    padding-bottom: 0;
}
@media (min-width: 1720px)
{
    .box .container
    {
        width: 1690px;
    }
}
.title h2
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 66px;
    line-height: 1;

    position: relative;

    display: block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 56px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 46px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 26px;
    }
}
.title p
{
    font-size: 16px;
    line-height: 24px;

    max-width: 1170px;
    margin: 0 auto;
    margin-top: 10px;

    color: #676a6e;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-product
{
    position: relative;

    padding: 0;

    background-color: #f2f6fb;
}
.box-product .product-big
{
    position: relative;
}
.box-product .product-big:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: url(/tpl/cn_zodotire/assets/images/product-mask.png) no-repeat center;
    background-size: 100% 100%;
}
@media (max-width: 1199px)
{
    .box-product .product-big .item
    {
        width: 140%;
        margin-left: -20%;
    }
}
.box-product .product-big .item .img-box
{
    padding-bottom: 39.0625%;
}
.box-product .product
{
    font-size: 0;

    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;

    width: 100%;
}
@media (max-width: 767px)
{
    .box-product .product
    {
        position: relative;

        margin-top: -60px;
    }
}
.box-product .product-small
{
    font-size: 14px;

    display: inline-block;

    width: 580px;

    vertical-align: bottom;

    background: url(/tpl/cn_zodotire/assets/images/product_small_bg.png) no-repeat left;
    background-size: 80% 100%;
}
@media (max-width: 1720px)
{
    .box-product .product-small
    {
        width: 500px;
    }
}
@media (max-width: 1470px)
{
    .box-product .product-small
    {
        width: 460px;
    }
}
@media (max-width: 1199px)
{
    .box-product .product-small
    {
        width: 400px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-small
    {
        width: 70%;

        vertical-align: top;
    }
}
.box-product .product-small .slick-dots
{
    display: none !important;
}
.box-product .product-small .item
{
    font-size: 0;

    position: relative;

    display: block;
}
.box-product .product-small .item .text,
.box-product .product-small .item .pic
{
    font-size: 14px;

    display: inline-block;

    vertical-align: bottom;
}
.box-product .product-small .item .text
{
    width: 70%;
    margin-right: -30%;
    padding: 40px 30px 100px 30px;

    color: #fff;
}
@media (max-width: 767px)
{
    .box-product .product-small .item .text
    {
        padding: 30px 15px 60px;
    }
}
.box-product .product-small .item .text h2
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .box-product .product-small .item .text h2
    {
        font-size:36px;
    }
}
@media (max-width: 1199px)
{
    .box-product .product-small .item .text h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .box-product .product-small .item .text h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-small .item .text h2
    {
        font-size: 24px;
    }
}
.box-product .product-small .item .text p
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .box-product .product-small .item .text p
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .box-product .product-small .item .text p
    {
        font-size: 16px;
    }
}
.box-product .product-small .item .text h3
{
    font-size: 36px;
    font-weight: bold;

    text-transform: uppercase;

    color: #edaf33;
}
@media (max-width: 1470px)
{
    .box-product .product-small .item .text h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .box-product .product-small .item .text h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-small .item .text h3
    {
        font-size: 20px;
    }
}
.box-product .product-small .item .text .number
{
    font-size: 36px;
    font-weight: bold;

    display: block;

    margin-top: 50px;

    color: transparent;

    -webkit-text-stroke: 1px rgba(255, 255, 255, .7);
}
@media (max-width: 1470px)
{
    .box-product .product-small .item .text .number
    {
        font-size: 30px;

        margin-top: 30px;
    }
}
@media (max-width: 1199px)
{
    .box-product .product-small .item .text .number
    {
        font-size: 24px;
    }
}
.box-product .product-small .item .text .more
{
    font-size: 20px;
    line-height: 48px;

    display: block;

    width: 48px;
    height: 48px;
    margin-top: 160px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #0e366d;
    border-radius: 6px;
    background-color: #fff;
}
@media (max-width: 1720px)
{
    .box-product .product-small .item .text .more
    {
        margin-top: 100px;
    }
}
@media (max-width: 1470px)
{
    .box-product .product-small .item .text .more
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .box-product .product-small .item .text .more
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-small .item .text .more
    {
        font-size: 16px;
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}
.box-product .product-small .item .text .more:hover
{
    background-color: #edaf33;
}
.box-product .product-small .item .pic
{
    width: 70%;
    margin-left: -10%;
}
@media (max-width: 1470px)
{
    .box-product .product-small .item .pic
    {
        width: 60%;
        margin-left: -10%;
    }
}
.box-product .product-small .item .pic .img-box
{
    padding-bottom: 126.19047619%;
}
.box-product .product-info
{
    font-size: 14px;

    display: inline-block;

    width: -webkit-calc(100% - 580px);
    width:         calc(100% - 580px);

    text-align: right;
    vertical-align: bottom;
}
@media (max-width: 1720px)
{
    .box-product .product-info
    {
        width: -webkit-calc(100% - 500px);
        width:         calc(100% - 500px);
    }
}
@media (max-width: 1470px)
{
    .box-product .product-info
    {
        width: -webkit-calc(100% - 460px);
        width:         calc(100% - 460px);
    }
}
@media (max-width: 1199px)
{
    .box-product .product-info
    {
        width: -webkit-calc(100% - 400px);
        width:         calc(100% - 400px);
    }
}
@media (max-width: 767px)
{
    .box-product .product-info
    {
        position: relative;
        z-index: 2;

        width: 60%;
        margin-left: -30%;

        vertical-align: top;
    }
}
.box-product .product-info .title span
{
    display: block;

    color: #edaf33;
}
.box-product .product-info .num-prev-next
{
    font-size: 0;

    margin-top: 50px;
}
.box-product .product-info .num-prev-next .prev,
.box-product .product-info .num-prev-next .next
{
    font-size: 24px;
    line-height: 30px;

    display: inline-block;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .box-product .product-info .num-prev-next .prev,
    .box-product .product-info .num-prev-next .next
    {
        width: 24px;
    }
}
.box-product .product-info .num-prev-next .prev:before,
.box-product .product-info .num-prev-next .next:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e64a';
}
.box-product .product-info .num-prev-next .prev:hover,
.box-product .product-info .num-prev-next .next:hover
{
    color: #edaf33;
}
.box-product .product-info .num-prev-next .prev:before
{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.box-product .product-info .num-box
{
    font-size: 20px;
    line-height: 30px;

    display: inline-block;

    padding: 0 20px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .box-product .product-info .num-box
    {
        font-size: 18px;

        padding: 0 10px;
    }
}
.box-product .product-info .num-box .nownum
{
    color: #edaf33;
}
.box-product .product-info .num-box .nownum:after
{
    margin: 0 14px;

    content: '/';

    color: #0e366d;
}
@media (max-width: 767px)
{
    .box-product .product-info .num-box .nownum:after
    {
        margin: 0 6px;
    }
}
.box-product .product-info .num-box .allnum
{
    color: rgba(14, 54, 109, .21);
}
.box-product .product-info .more
{
    margin-top: 50px;
}
.box-product .product-info .more a
{
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

    padding: 0 26px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 6px;
    background-color: #0e366d;
}
@media (max-width: 767px)
{
    .box-product .product-info .more a
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
.box-product .product-info .more a:hover
{
    background-color: #edaf33;
}
.box-product-choose
{
    font-size: 0;

    background-color: #f2f6fb;
}
.box-product-choose .choose-left,
.box-product-choose .choose-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-product-choose .choose-left
{
    width: 570px;
    padding-right: 15px;
}
@media (max-width: 1720px)
{
    .box-product-choose .choose-left
    {
        width: 500px;
    }
}
@media (max-width: 1470px)
{
    .box-product-choose .choose-left
    {
        width: 440px;
    }
}
@media (max-width: 1199px)
{
    .box-product-choose .choose-left
    {
        width: 100%;
    }
}
.box-product-choose .choose-left .title-choose h2
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    color: #0e366d;
}
@media (max-width: 1470px)
{
    .box-product-choose .choose-left .title-choose h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .box-product-choose .choose-left .title-choose h2
    {
        font-size: 24px;
    }
}
.box-product-choose .choose-left .title-choose a
{
    font-size: 18px;
    line-height: 24px;

    display: inline-block;

    margin-top: 6px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-decoration: underline;

    color: #444;
}
@media (max-width: 767px)
{
    .box-product-choose .choose-left .title-choose a
    {
        font-size: 16px;
    }
}
.box-product-choose .choose-left .title-choose a:hover
{
    color: #edaf33;
}
.box-product-choose .choose-right
{
    width: -webkit-calc(100% - 570px);
    width:         calc(100% - 570px);
}
@media (max-width: 1720px)
{
    .box-product-choose .choose-right
    {
        width: -webkit-calc(100% - 500px);
        width:         calc(100% - 500px);
    }
}
@media (max-width: 1470px)
{
    .box-product-choose .choose-right
    {
        width: -webkit-calc(100% - 440px);
        width:         calc(100% - 440px);
    }
}
@media (max-width: 1199px)
{
    .box-product-choose .choose-right
    {
        width: 100%;
        margin-top: 20px;
    }
}
.box-product-choose .choose-right ul
{
    font-size: 0;

    margin: 0 -5px;
}
.box-product-choose .choose-right ul li
{
    font-size: 14px;

    display: inline-block;

    width: -webkit-calc(33.33333333% - 20px);
    width:         calc(33.33333333% - 20px);
    padding: 0 5px;

    vertical-align: top;
}
@media (max-width: 767px)
{
	.box-product-choose .choose-right ul{
		display: flex;
		justify-content: space-between;
	}
    .box-product-choose .choose-right ul li
    {
        width:auto;
        margin-top: 10px;
    }
    .box-product-choose .choose-right ul li:nth-child(3)
    {
		width:auto;
     /*   width: -webkit-calc(100% - 50px);
        width:         calc(100% - 50px); */
    }
}
.box-product-choose .choose-right ul li:nth-child(4)
{
    width: 60px;
}
@media (max-width: 767px)
{
    .box-product-choose .choose-right ul li:nth-child(4)
    {
        width: 50px;
    }
}
.box-product-choose .choose-right ul li:nth-child(4) .item
{
    border: none;
}
.box-product-choose .choose-right .item
{
    position: relative;

    overflow: hidden;

    border: 1px solid #767879;
    border-radius: 8px;
    background-color: #fff;
}
.box-product-choose .choose-right .item span
{
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;

    position: relative;

    display: inline-block;

    width: 120px;

    text-align: center;

    color: #fff;
    background-color: #0e366d;
}
@media (max-width: 1470px)
{
    .box-product-choose .choose-right .item span
    {
        font-size: 16px;

        width: 100px;
    }
}
@media (max-width: 767px)
{
    .box-product-choose .choose-right .item span
    {
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;

        width: 88px;
    }
}
.box-product-choose .choose-right .item span:after
{
    position: absolute;
    top: 0;
    right: -20px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 50px 20px 0 0;
    border-style: solid;
    border-color: #0e366d transparent transparent transparent;
}
@media (max-width: 767px)
{
    .box-product-choose .choose-right .item span:after
    {
        right: -10px;

        border-width: 40px 10px 0 0;
    }
}
.box-product-choose .choose-right select
{
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;

   /* position: absolute;
    top: 0;
    left: 0;
 */
    width: 100%;
    height: 50px;
    /* padding-left: 50%; */
	padding-left: 14px;
    border: none;
    outline: none;
    background: none;
    background: url(/tpl/cn_zodotire/assets/images/select_bg.png) no-repeat right center;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
@media (max-width: 1470px)
{
    .box-product-choose .choose-right select
    {
        font-size: 20px;

        /* padding-left: 60%; */
    }
}
@media (max-width: 767px)
{
    .box-product-choose .choose-right select
    {
        font-size: 16px;
        line-height: 40px;
		padding-right: 22px;
        height: 40px;
        /* padding-left: 55%; */
		background-position: 122% center;
    }
}
.box-product-choose .choose-right select option
{
    font-size: 20px;
    line-height: 40px;

    height: 40px;

    background-color: #fff;
}
@media (max-width: 767px){
	.box-product-choose .choose-right select option
	{
		 font-size: 16px;
	}
}
.box-product-choose .choose-right .submit
{
    line-height: 50px;

    width: 50px;
    height: 50px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    border: none;
    border-radius: 6px;
    outline: none;
    background-color: #0e366d;
}
@media (max-width: 767px)
{
    .box-product-choose .choose-right .submit
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.box-product-choose .choose-right .submit .icon
{
    font-size: 20px;

    display: inline-block;
}
.box-product-choose .choose-right .submit:hover
{
    background-color: #edaf33;
}
.box-about
{
    color: #fff;
    background: url(/tpl/cn_zodotire/assets/images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .box-about
    {
        background-attachment: fixed;
    }
}
.box-about .title span
{
    color: #edaf33;
}
.box-about .about
{
    max-width: 690px;
}
@media (max-width: 1470px)
{
    .box-about .about
    {
        max-width: 600px;
    }
}
@media (max-width: 1199px)
{
    .box-about .about
    {
        max-width: 60%;
    }
}
@media (max-width: 767px)
{
    .box-about .about
    {
        max-width: 100%;
    }
}
.box-about .about .text
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 306px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
}
@media (max-width: 767px)
{
    .box-about .about .text
    {
        max-height: 216px;
    }
}
.box-about .about .text p
{
    font-size: 16px;
    line-height: 34px;

    margin: 0;
}
@media (max-width: 767px)
{
    .box-about .about .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-about .about .more
{
    margin-top: 70px;
}
@media (max-width: 1199px)
{
    .box-about .about .more
    {
        margin-top: 30px;
    }
}
.box-about .about .more a
{
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

    padding: 0 50px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #333;
    border-radius: 8px;
    background-color: #edaf33;
}
@media (max-width: 767px)
{
    .box-about .about .more a
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.box-about .about .more a:hover
{
    color: #fff;
    background-color: #0e366d;
}
.box-about .number-video
{
    margin-top: 80px;
}
@media (max-width: 1199px)
{
    .box-about .number-video
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .box-about .number-video
    {
        margin-top: 10px;
    }
}
.box-about .number
{
    display: inline-block;
	min-width: 780px;
    margin-right: 110px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .box-about .number
    {
		min-width: auto;
        margin-right: 0;
    }
}
.box-about .number > ul
{
    margin: 0 -30px;
}
@media (max-width: 767px)
{
    .box-about .number > ul
    {
        margin: 0 -20px;
    }
}
.box-about .number > ul > li
{
    position: relative;

    display: inline-block;

    padding: 0 30px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-about .number > ul > li
    {
        padding: 0 20px;
    }
}
.box-about .number > ul > li:after
{
    position: absolute;
    top: 40px;
    right: 0;

    display: block;

    width: 1px;
    height: 20px;

    content: '';

    background-color: rgba(255, 255, 255, .35);
}
.box-about .number > ul > li:last-child:after
{
    display: none;
}
.box-about .number .item
{
    margin-top: 20px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.box-about .number .item h2
{
    font-size: 50px;
}
@media (max-width: 1199px)
{
    .box-about .number .item h2
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .box-about .number .item h2
    {
        font-size: 30px;
    }
}
.box-about .number .item h2 span
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.box-about .number .item h2 sup
{
    font-size: 15px;

    top: 8px;

    vertical-align: top;

    color: #edaf33;
}
@media (max-width: 767px)
{
    .box-about .number .item h2 sup
    {
        font-size: 14px;
    }
}
.box-about .number .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
.box-about .number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-about .number-video{
	position: relative;
}
.box-about .play
{
    display: inline-block;

    width: 120px;
    height: 120px;
	position: absolute;
	bottom: 0;
	left: 70%;
    cursor: pointer;
    vertical-align: middle;

    background: url(/tpl/cn_zodotire/assets/images/play.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .box-about .play
    {
        display: block;

        width: 100px;
        height: 100px;
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .box-about .play
    {
        width: 70px;
        height: 70px;
    }
}
.box-about .play:hover
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
@-webkit-keyframes scaleDraw
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);

        opacity: .2;
    }
}
@keyframes scaleDraw
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);

        opacity: .2;
    }
}
.box-news .title
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.box-news .news-sort ul
{
    margin: 0 -10px;
}
@media (max-width: 767px)
{
    .box-news .news-sort ul
    {
        margin: 0 -4px;
    }
}
.box-news .news-sort ul li
{
    display: inline-block;

    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-news .news-sort ul li
    {
        padding: 0 4px;
    }
}
.box-news .news-sort ul li a
{
    font-size: 16px;
    line-height: 46px;

    display: block;

    padding: 0 24px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border-radius: 6px;
    background-color: #f2f6fb;
}
@media (max-width: 767px)
{
    .box-news .news-sort ul li a
    {
        font-size: 14px;
        line-height: 34px;

        padding: 0 10px;
    }
}
.box-news .news-sort ul li.active a
{
    color: #fff;
    background-color: #0e366d;
}
.box-news .news
{
    overflow: hidden;

    margin-top: 50px;
}
@media (max-width: 767px)
{
    .box-news .news
    {
        margin-top: 30px;
    }
}
.box-news .news .slick-news
{
    margin: 0 -10px;
}
.box-news .news .slick-news .slick-slide
{
    padding: 0 10px;
}
.box-news .news .item .pic .img-box
{
    padding-bottom: 62.22222222%;
}
.box-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item .note
{
    margin-top: 20px;
    padding-right: 5%;
}
.box-news .news .item .note .date
{
    font-size: 16px;
    line-height: 24px;

    color: #0e366d;
}
.box-news .news .item .note h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .item .note p
{
    font-size: 16px;
    line-height: 24px;


    height: 48px;
    margin: 6px 0 0 0;

    color: #666;

overflow: hidden;
}
.box-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .item:hover .note h3
{
    text-decoration: underline;

    color: #0e366d;
}
.footer
{
    overflow: hidden;

    color: #cfcfcf;
    background: url(/tpl/cn_zodotire/assets/images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    padding: 80px 0 60px;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 30px 0 10px 0;
    }
}
.footer .foot > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -10px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 991px)
{
    .footer .foot > ul
    {
        display: block;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        padding: 5px 10px;
    }
}
.footer .foot .title-foot h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;

    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1199px)
{
    .footer .foot .title-foot h3
    {
        font-size: 24px;

    }

}
@media (max-width: 991px)
{
    .footer .foot .title-foot h3
    {
        font-size: 18px;
		position: relative;
    }
	.footer .foot .title-foot h3:after{
		content: '+';
		position: absolute;
		right: 0;
		top: 0;
	}
	.footer .foot .current .title-foot h3:after{
		content: '-';
	}
}
.footer .foot > ul > li:nth-child(1) .title-foot h3:after{
	display: none;
}
.footer .foot .info-down
{
    margin-top: 18px;

}
@media (max-width: 991px)
{
    .footer .foot .info-down
    {
        margin-top: 5px;
			display: none;
    }
}
.footer .foot .item-1 a.sitemap
{
    font-size: 15px;

    display: inline-block;

    margin-top: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .footer .foot .item-1 a.sitemap
    {
        margin-top: 10px;
		margin-right: 20px;
    }
}
.footer .foot .item-1 a.sitemap .icon
{
    font-size: 20px;

    display: inline-block;

    margin-top: -2px;
    margin-right: 4px;

    vertical-align: middle;
}
.footer .foot .item-1 a.sitemap:hover
{
    text-decoration: underline;

    color: #edaf33;
}
.footer .foot .item-1 .translate
{
    margin-top: 30px;

}
@media (max-width: 991px)
{
    .footer .foot .item-1 .translate
    {
        margin-top: 10px;
		display: inline-block;
    }
}
.footer .foot .item-1 .share
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .footer .foot .item-1 .share
    {
        margin-top: 10px;
    }
}
.footer .foot .item-1 .share ul li
{
    display: inline-block;

    margin-right: 10px;
}
.footer .foot .item-1 .share ul li a
{
    display: inline-block;
	position: relative;
}
.footer .foot .item-1 .share ul li a img{
	width: 120px;
	height: 120px;
	top: -120px;
	left: -50px;
	z-index: 2;
	position: absolute;
	opacity: 0;
	display: none;
	transition: all .2s;
}
.footer .foot .item-1 .share ul li a:hover img{
	opacity: 1;
	display: block;
}
.footer .foot .item-1 .share ul li a .icon
{
    font-size: 20px;
}
.footer .foot .item-1 .share ul li a:hover
{
    /* color: #edaf33; */
}
.footer .foot .item-2 .info-down a
{
    font-size: 16px;
    line-height: 36px;

    display: block;

    padding: 4px 0;
}
@media (max-width: 1199px)
{
    .footer .foot .item-2 .info-down a
    {
        font-size: 14px;
        line-height: 30px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item-2 .info-down a
    {
        font-size: 14px;
        line-height: 24px;

        display: inline-block;

        margin-right: 10px;
        padding: 0;

        vertical-align: top;
    }
}
.footer .foot .item-2 .info-down a:hover
{
    text-decoration: underline;

    color: #edaf33;
}
.footer .foot .item-3
{
    max-width: 270px;
}
@media (max-width: 1199px)
{
    .footer .foot .item-3
    {
        max-width: 250px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item-3
    {
        max-width: 100%;
    }
}
.footer .foot .item-3 p
{
    font-size: 16px;
    line-height: 26px;
}
@media (max-width: 1199px)
{
    .footer .foot .item-3 p
    {
        font-size: 14px;
    }
}
.footer .foot .item-3 p span
{
    display: block;
}
.footer .foot .item-3 p a:hover:hover
{
    text-decoration: underline;

    color: #edaf33;
}
.footer .foot .item-4
{
    max-width: 360px;
}
@media (max-width: 1470px)
{
    .footer .foot .item-4
    {
        max-width: 300px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .item-4
    {
        max-width: 260px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item-4
    {
        max-width: 100%;
    }
}
.footer .foot .item-4 .info-down input,
.footer .foot .item-4 .info-down textarea
{
    line-height: 22px;

    width: 100%;
    margin-top: 10px;
    padding: 10px 18px;

    resize: vertical;

    border-radius: 5px;
    background-color: rgba(255, 255, 255, .09);
}
.footer .foot .item-4 .info-down input::-webkit-input-placeholder,
.footer .foot .item-4 .info-down textarea::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-4 .info-down input:-o-placeholder,
.footer .foot .item-4 .info-down textarea:-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-4 .info-down input::-moz-placeholder,
.footer .foot .item-4 .info-down textarea::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-4 .info-down input:-ms-input-placeholder,
.footer .foot .item-4 .info-down textarea:-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-4 .info-down input:focus::-webkit-input-placeholder,
.footer .foot .item-4 .info-down textarea:focus::-webkit-input-placeholder
{
    color: #eee;
}
.footer .foot .item-4 .info-down input:focus::-o-placeholder,
.footer .foot .item-4 .info-down textarea:focus::-o-placeholder
{
    color: #eee;
}
.footer .foot .item-4 .info-down input:focus::-moz-placeholder,
.footer .foot .item-4 .info-down textarea:focus::-moz-placeholder
{
    color: #eee;
}
.footer .foot .item-4 .info-down input:focus::-ms-input-placeholder,
.footer .foot .item-4 .info-down textarea:focus::-ms-input-placeholder
{
    color: #eee;
}
.footer .foot .item-4 .info-down .submit
{
    font-size: 15px;
    line-height: 30px;

    display: block;

    width: 100%;
    margin-top: 14px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: right;
    text-decoration: underline;

    color: #fff;
    background: none;
}
.footer .foot .item-4 .info-down .submit:hover
{
    color: #edaf33;
}
.footer .copyright
{
    font-size: 15px;

    padding: 15px 0;

    text-align: center;

    border-top: 1px solid #243c5c;
}
@media (max-width: 1470px)
{
    .footer .copyright
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        font-size: 14px;

        display: block;

        text-align: center;
    }
}
.footer .copyright p
{
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        line-height: 24px;
    }
}
.footer .copyright .sitemap
{
    text-decoration: underline;
}
.footer .copyright a:hover
{
    text-decoration: underline;

    color: #fff;
}
.wrapper
{
    position: relative;
}
.wrap
{
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.title-in h2
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 48px;
    line-height: 1;

    position: relative;

    display: block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.public-text p
{
    line-height: 30px;

    color: #666;
}
@media (max-width: 767px)
{
    .public-text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (min-width: 1200px)
{
    .wrap-about-sidenav .title-in h2
    {
        font-size: 42px;

        text-transform: capitalize;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .wrap-about-sidenav .title-in h2
    {
        font-size: 35px;
    }
}
.wrap-about-sidenav .about-sidenav
{
    margin-top: 30px;

    border-top: 1px solid #d7d7d7;
}
@media (max-width: 767px)
{
    .wrap-about-sidenav .about-sidenav
    {
        margin-top: 10px;
    }
}
.wrap-about-sidenav .about-sidenav ul.slevel-1 > li
{
    margin: 20px 0;
}
@media (max-width: 767px)
{
    .wrap-about-sidenav .about-sidenav ul.slevel-1 > li
    {
        margin: 10px 0;
    }
}
.wrap-about-sidenav .about-sidenav ul.slevel-1 > li > a
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 50px;
}
@media (max-width: 1199px)
{
    .wrap-about-sidenav .about-sidenav ul.slevel-1 > li > a
    {
        padding: 0 50px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-sidenav .about-sidenav ul.slevel-1 > li > a
    {
        font-size: 18px;

        padding: 0 30px;
    }
}
.wrap-about-sidenav .about-sidenav ul.slevel-1 > li > a:after
{
    font-family: 'iconfont' !important;
    font-weight: normal;
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 0;

    content: '\e66a';
    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .wrap-about-sidenav .about-sidenav ul.slevel-1 > li > a:after
    {
        line-height: 30px;

        display: none;
    }
}
.wrap-about-sidenav .about-sidenav ul.slevel-1 > li > a img
{
    position: absolute;
    top: 12px;
    left: 0;

    width: 26px;
}
@media (max-width: 1199px)
{
    .wrap-about-sidenav .about-sidenav ul.slevel-1 > li > a img
    {
        top: 6px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-sidenav .about-sidenav ul.slevel-1 > li > a img
    {
        width: 20px;
    }
}
.wrap-about-sidenav .about-sidenav ul.slevel-1 > li.active > a,
.wrap-about-sidenav .about-sidenav ul.slevel-1 > li:hover > a
{
    color: #0e366d;
}
.wrap-about-sidenav .about-sidenav ul.slevel-1 > li.active > a:after,
.wrap-about-sidenav .about-sidenav ul.slevel-1 > li:hover > a:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media (max-width: 1199px)
{
    .wrap-about-sidenav .about-sidenav ul.slevel-1 > li.active > a:after,
    .wrap-about-sidenav .about-sidenav ul.slevel-1 > li:hover > a:after
    {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}
.wrap-about-sidenav .about-sidenav ul.slevel-2
{
    display: none;
}
@media (max-width: 1199px)
{
    .wrap-about-sidenav .about-sidenav ul.slevel-2
    {
        display: block;

        padding-left: 50px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-sidenav .about-sidenav ul.slevel-2
    {
        padding-left: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about-sidenav .about-sidenav ul.slevel-2 > li
    {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.wrap-about-sidenav .about-sidenav ul.slevel-2 > li > a
{
    font-size: 17px;
    line-height: 30px;

    display: block;

    padding: 5px 50px;
	position: relative;
    text-transform: capitalize;

    color: #444;
}
@media (max-width: 1199px)
{
    .wrap-about-sidenav .about-sidenav ul.slevel-2 > li > a
    {
        font-size: 15px;

        padding: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-about-sidenav .about-sidenav ul.slevel-2 > li > a
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-about-sidenav .about-sidenav ul.slevel-2 > li > a:before{
	position: absolute;
	top: 16px;
	left: 34px;
	display: inline-block;
	width: 6px;
	height: 6px;
	content: '';
	vertical-align: middle;
	border-radius: 50%;
	background-color: #0e366d;
}
.wrap-about-sidenav .about-sidenav ul.slevel-2 > li.active > a,
.wrap-about-sidenav .about-sidenav ul.slevel-2 > li:hover > a
{
    color: #edaf33;
}
.wrap-main
{
    padding-top: 50px;
    padding-left: 6%;
}
@media (max-width: 1199px)
{
    .wrap-main
    {
        padding-top: 0;
        padding-left: 0;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li
{
    position: relative;

    margin-bottom: 10px;

    border: 1px solid #e8e8e8;
    border-radius: 10px;
}
.wrap-sidenav .sidenav .slevel-1 > li .icon
{
    line-height: 30px;

    position: absolute;
    z-index: 2;
    top: 15px;
    right: 14px;

    display: block;

    width: 30px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    text-align: center;
}
.wrap-sidenav .sidenav .slevel-1 > li > a
{
    display: block;

    padding: 0 20px;
}
.wrap-sidenav .sidenav .slevel-1 > li > a img
{
    width: 100%;
}
.wrap-sidenav .sidenav .slevel-1 > li.active .icon,
.wrap-sidenav .sidenav .slevel-1 > li:hover .icon
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

    padding-bottom: 20px;
}
.wrap-sidenav .sidenav .slevel-2:before
{
    display: block;

    width: -webkit-calc(100% - 40px);
    width:         calc(100% - 40px);
    height: 1px;
    margin: 0 auto;
    margin-bottom: 10px;

    content: '';

    background-color: #f2f3f6;
}
.wrap-sidenav .sidenav .slevel-2 > li
{
    position: relative;
}
.wrap-sidenav .sidenav .slevel-2 > li:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#fefcf6), to(#f8deab));
    background-image: -webkit-linear-gradient(left, #fefcf6, #f8deab);
    background-image:         linear-gradient(90deg, #fefcf6, #f8deab);
}
.wrap-sidenav .sidenav .slevel-2 > li > a
{
    font-size: 16px;
    line-height: 36px;

    position: relative;
    z-index: 2;

    display: block;

    padding: 0 20px;

    color: #666;
}
@media (max-width: 1350px)
{
    .wrap-sidenav .sidenav .slevel-2 > li > a
    {
        font-size: 14px;
    }
}
.wrap-sidenav .sidenav .slevel-2 > li.active:before,
.wrap-sidenav .sidenav .slevel-2 > li:hover:before
{
    opacity: 1;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a
{
    text-decoration: underline;

    color: #edaf33;
}
.side-contact
{
    position: relative;

    overflow: hidden;

    margin-top: 40px;
    padding: 50px 30px;

    color: #fff;
    background-color: #0e366d;
}
.side-contact .side-canvas
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
}
.side-contact h3,
.side-contact .more
{
    position: relative;
    z-index: 2;
}
.side-contact h3
{
    font-size: 24px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1470px)
{
    .side-contact h3
    {
        font-size: 20px;
    }
}
.side-contact .more
{
    margin-top: 40px;
}
.side-contact .more a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border-radius: 30px;
    background-color: #222;
}
.side-contact .more a .icon
{
    font-size: 20px;

    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
.side-contact .more a:hover
{
    color: #0e366d;
    background-color: #fff;
}
.wrap-location
{
    padding: 50px 0;
}
@media (max-width: 1199px)
{
    .wrap-location
    {
        padding: 30px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-location
    {
        padding: 14px 0;
    }
}
.wrap-location .location > ul:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    margin-right: 6px;

    content: '\e666';
    vertical-align: middle;
}
.wrap-location .location > ul > li
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;

    color: #676a6e;
}
@media (max-width: 767px)
{
    .wrap-location .location > ul > li
    {
        font-size: 14px;
    }
}
.wrap-location .location > ul > li:after
{
    display: inline-block;

    content: '>';
    vertical-align: middle;
}
.wrap-location .location > ul > li:last-child:after
{
    display: none;
}
.wrap-location .location > ul > li > a
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-location .location > ul > li > a:hover
{
    text-decoration: underline;

    color: #0e366d;
}
.xs-product-nav
{
    overflow: hidden;
}
.xs-product-nav > ul
{
    margin: 0 -5px;
}
.xs-product-nav > ul > li
{
    display: inline-block;

    padding: 5px;

    vertical-align: top;
}
.xs-product-nav > ul > li > a
{
    font-size: 15px;
    line-height: 30px;

    display: block;
    overflow: hidden;

    max-width: 150px;
    padding: 0 10px;

    border: 1px solid #e8e8e8;
    border-radius: 10px;
}
.xs-product-nav > ul > li > a img
{
    width: 100%;
}
.xs-product-nav > ul > li.active > a
{
    color: #0e366d;
}
.sidenavleft
{
    width: 240px;
}
@media (max-width: 1199px)
{
    .sidenavleft
    {
        width: 100%;
    }
}
.sidenavright
{
    width: -webkit-calc(100% - 240px);
    width:         calc(100% - 240px);
}
@media (max-width: 1199px)
{
    .sidenavright
    {
        width: 100%;
    }
}
.wrap-about-nav
{
    position: absolute;
    z-index: 8;
    top: 80px;
    left: 30px;

    border-left: 1px solid #d7d7d7;
}
@media (max-width: 1470px)
{
    .wrap-about-nav
    {
        left: 10px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about-nav
    {
        display: none;
    }
}
.wrap-about-nav ul li
{
    margin: 20px 0;
}
.wrap-about-nav ul li a
{
    line-height: 30px;

    position: relative;

    display: block;

    padding: 0 20px;

    color: #888;
}
@media (max-width: 1470px)
{
    .wrap-about-nav ul li a
    {
        line-height: 24px;

        width: 120px;
    }
}
.wrap-about-nav ul li a:before,
.wrap-about-nav ul li a:after
{
    position: absolute;
    top: 50%;
    left: -4px;

    display: block;

    width: 7px;
    height: 7px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border-radius: 50%;
    background-color: #0e366d;
}
.wrap-about-nav ul li a:after
{
    left: -7px;

    width: 14px;
    height: 14px;

    opacity: 0;
    border: 1px solid #73879b;
    background: none;
}
.wrap-about-nav ul li.active a
{
    color: #222;
}
.wrap-about-nav ul li.active a:after
{
    opacity: 1;
}
.wrap-about .about
{
    font-size: 0;
}
.wrap-about .about .about-pic,
.wrap-about .about .about-text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-about .about .about-pic
{
    width: 41%;
}
@media (max-width: 991px)
{
    .wrap-about .about .about-pic
    {
        display: block;

        width: 50%;
        margin: 0 auto;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .about-pic
    {
        width: 70%;
    }
}
.wrap-about .about .about-pic img
{
    max-width: 100%;
}
.wrap-about .about .about-text
{
    width: 59%;
    padding-top: 40px;
    padding-left: 3%;
}
@media (max-width: 991px)
{
    .wrap-about .about .about-text
    {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
}
.wrap-about .about .about-text .text
{
    margin-top: 30px;
}
.wrap-about .about .about-text .text p
    {
        line-height: 24px;
    }
@media (max-width: 1350px)
{

}
.wrap-about .number
{
    margin-top: -150px;
    padding-left: 35%;
}
@media (max-width: 1470px)
{
    .wrap-about .number
    {
        margin: 0;
    }
}
@media (max-width: 991px)
{
    .wrap-about .number
    {
        width: 100%;
        margin: 30px 0 0 0;
        padding-left: 0;
    }
}
.wrap-about .number > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .wrap-about .number > ul
    {
        font-size: 0;

        display: block;
    }
}
.wrap-about .number > ul > li
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-about .number > ul > li
    {
        width: 33.33333%;
    }
}
.wrap-about .number .item
{
    margin-top: 20px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrap-about .number .item h2
{
    font-size: 44px;
}
@media (max-width: 1199px)
{
    .wrap-about .number .item h2
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .number .item h2
    {
        font-size: 30px;
    }
}
.wrap-about .number .item h2 span
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.wrap-about .number .item h2 sup
{
    font-size: 15px;

    top: 8px;

    vertical-align: top;

    color: #edaf33;
}
@media (max-width: 767px)
{
    .wrap-about .number .item h2 sup
    {
        font-size: 14px;
    }
}
.wrap-about .number .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
.wrap-about .number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-milestone
{
    position: relative;

    padding-bottom: 240px;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f5fa), to(#fff));
    background-image: -webkit-linear-gradient(#f1f5fa, #fff);
    background-image:         linear-gradient(#f1f5fa, #fff);
}
@media (max-width: 1470px)
{
    .wrap-milestone
    {
        padding-bottom: 170px;
    }
}
@media (max-width: 1199px)
{
    .wrap-milestone
    {
        padding-bottom: 100px;
    }
}
@media (max-width: 767px)
{
    .wrap-milestone
    {
        padding-bottom: 60px;
    }
}
.wrap-milestone .milestone-canvas
{
    position: absolute;
    z-index: 2;
    bottom: -20%;
    left: -25%;

    width: 150%;
    height: 150%;
}
.wrap-milestone .milestone-canvas canvas
{
    width: 100%;
    height: 100%;
}
.wrap-milestone .milestone
{
    position: relative;
    z-index: 7;

    margin-top: 100px;
}
@media (max-width: 767px)
{
    .wrap-milestone .milestone
    {
        margin-top: 50px;
    }
}
.wrap-milestone .milestone .slick-milestone-for .item
{
    max-width: 270px;
    margin-top: 80px;
    padding-left: 40px;

    -webkit-transition: all .4s;
            transition: all .4s;

    background: url(/tpl/cn_zodotire/assets/images/mline1.png) no-repeat left top;
}
@media (max-width: 767px)
{
    .wrap-milestone .milestone .slick-milestone-for .item
    {
        margin: 0;
        padding-left: 20px;
    }
}
.wrap-milestone .milestone .slick-milestone-for .item h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 36px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-milestone .milestone .slick-milestone-for .item h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-milestone .milestone .slick-milestone-for .item h3
    {
        font-size: 24px;
    }
}
.wrap-milestone .milestone .slick-milestone-for .item .note
{
    margin-top: 10px;
}
.wrap-milestone .milestone .slick-milestone-for .item .note p
{
    font-size: 15px;
    line-height: 24px;

    margin: 0;

    color: #555;
}
@media (max-width: 767px)
{
    .wrap-milestone .milestone .slick-milestone-for .item .note p
    {
        font-size: 14px;
    }
}
.wrap-milestone .milestone .slick-milestone-for .slick-current .item
{
    background: url(/tpl/cn_zodotire/assets/images/mline2.png) no-repeat left top;
}
.wrap-milestone .milestone .slick-milestone-for .slick-current .item h3
{
    color: #0e366d;
}
.wrap-milestone .milestone .slick-milestone-for .near .item,
.wrap-milestone .milestone .slick-milestone-for .near2 .item
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-milestone .milestone .slick-milestone-for .near .item,
    .wrap-milestone .milestone .slick-milestone-for .near2 .item
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-milestone .milestone .slick-milestone-for .near .item,
    .wrap-milestone .milestone .slick-milestone-for .near2 .item
    {
        margin: 0;
    }
}
.wrap-milestone .milestone .slick-milestone-for .near1 .item
{
    margin-top: 0;
}
.wrap-milestone .milestone .slick-milestone-nav
{
    margin-top: 100px;
}
@media (max-width: 1350px)
{
    .wrap-milestone .milestone .slick-milestone-nav
    {
        margin-top: 80px;
    }
}
@media (max-width: 767px)
{
    .wrap-milestone .milestone .slick-milestone-nav
    {
        margin-top: 40px;
    }
}
.wrap-milestone .milestone .slick-milestone-nav .item
{
    text-align: center;
}
.wrap-milestone .milestone .slick-milestone-nav .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.wrap-milestone .milestone .slick-milestone-nav .slick-current .item h3
{
    color: #0e366d;
}
.wrap-culture
{
    padding: 0;
}
.wrap-culture .CorporateCulture
{
    position: relative;

    overflow: hidden;
}
.wrap-culture .CorporateCulture .title-in
{
    padding-top: 100px;
}
@media (max-width: 1199px)
{
    .wrap-culture .CorporateCulture .title-in
    {
        padding-top: 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .CorporateCulture .title-in
    {
        padding-top: 40px;
    }
}
.wrap-culture .CorporateCulture .img img
{
    width: 100%;
}
.wrap-culture .CorporateCulture .img video
{
    width: 100%;
    height: 100vh;

    object-fit: cover;
}
@media (max-width: 1199px)
{
    .wrap-culture .CorporateCulture .img video
    {
        height: 600px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .CorporateCulture .img video
    {
        height: 350px;
    }
}
.wrap-culture .CorporateCulture .biaoti
{
    position: absolute;
    z-index: 3;
    top: .74rem;
    left: 10.4vw;
}
@media (max-width: 1199px)
{
    .wrap-culture .CorporateCulture .biaoti .title-in
    {
        color: #fff;
    }
}
.wrap-culture .CorporateCulture .biaoti .index_title
{
    -webkit-transition: .4s;
            transition: .4s;
}
.wrap-culture .CorporateCulture .biaoti .index_title .content0
{
    -webkit-transition: .4s;
            transition: .4s;
}
.wrap-culture .CorporateCulture .biaoti.active .index_title
{
    color: #fff;
}
.wrap-culture .CorporateCulture .biaoti.active .index_title .content0
{
    color: #fff;
}
.wrap-culture .CorporateCulture .wenan
{
    font-size: .42rem;

    position: absolute;
    z-index: 3;
    top: 65%;
    left: 50%;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.wrap-culture .CorporateCulture .wenan.active
{
    margin-top: 0;

    color: #fff;
}
.wrap-culture .CorporateCulture .wenan p
{
    -webkit-transition: .6s;
            transition: .6s;
}
.wrap-culture .CorporateCulture .position
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: .4s;
            transition: .4s;
}
@media (max-width: 1199px)
{
    .wrap-culture .CorporateCulture .position
    {
        display: none;
    }
}
.wrap-culture .CorporateCulture .position.active
{
    opacity: 0;
}
.wrap-culture .CorporateCulture .position img
{
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;

    width: 100%;
    max-width: none;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
}
.wrap-honor
{
    font-size: 0;

    padding: 0;
}
@media (max-width: 991px)
{
    .wrap-honor
    {
        padding-top: 50px;
    }
}
.wrap-honor .honor-left,
.wrap-honor .honor-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-honor .honor-left
{
    width: 300px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor-left
    {
        width: 100%;
    }
}
.wrap-honor .honor-left .number
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor-left .number
    {
        margin-top: 30px;
    }
    .wrap-honor .honor-left .number ul
    {
        margin: 0 -10px;
    }
    .wrap-honor .honor-left .number ul li
    {
        display: inline-block;

        padding: 0 10px;

        vertical-align: top;
    }
}
.wrap-honor .honor-left .number .item
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor-left .number .item
    {
        margin-top: 20px;
    }
}
.wrap-honor .honor-left .number .item h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 66px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    color: #0e366d;
}
@media (max-width: 1350px)
{
    .wrap-honor .honor-left .number .item h3
    {
        font-size: 56px;
    }
}
@media (max-width: 991px)
{
    .wrap-honor .honor-left .number .item h3
    {
        font-size: 46px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .honor-left .number .item h3
    {
        font-size: 40px;
    }
}
.wrap-honor .honor-left .number .item h3 sup
{
    font-size: 24px;

    top: 0;

    vertical-align: top;
}
.wrap-honor .honor-left .number .item p
{
    font-size: 18px;
    line-height: 30px;

    max-width: 170px;
    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-honor .honor-left .number .item p
    {
        max-width: 100%;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .honor-left .number .item p
    {
        font-size: 16px;
    }
}
.wrap-honor .honor-right
{
    font-size: 0;

    width: -webkit-calc(100% - 300px);
    width:         calc(100% - 300px);
    margin: 0 -18px;
    padding-left: 14%;
}
@media (max-width: 1470px)
{
    .wrap-honor .honor-right
    {
        padding-left: 10%;
    }
}
@media (max-width: 1350px)
{
    .wrap-honor .honor-right
    {
        padding-left: 6%;
    }
}
@media (max-width: 1199px)
{
    .wrap-honor .honor-right
    {
        padding-left: 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-honor .honor-right
    {
        width: 100%;
        margin: 0;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-honor .honor-right .marquee
{
    display: inline-block;

    width: 33.33333%;
    height: 100vh;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-honor .honor-right .marquee
    {
        height: 500px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .honor-right .marquee
    {
        height: 300px;
    }
}
.wrap-honor .honor-right .marquee .item
{
    margin: 14px 18px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-honor .honor-right .marquee .item
    {
        margin: 10px;
    }
}
.wrap-honor .honor-right .marquee .item img
{
    display: block;

    width: 100%;
}
.wrap-quality
{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f5fa), to(#fff));
    background-image: -webkit-linear-gradient(#f1f5fa, #fff);
    background-image:         linear-gradient(#f1f5fa, #fff);
}
.wrap-quality .quality-text
{
    max-width: 80%;
    margin-top: 24px;
}
@media (max-width: 767px)
{
    .wrap-quality .quality-text
    {
        max-width: 100%;
    }
}
.wrap-quality .quality-text p
{
    line-height: 26px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-quality .quality-text p
    {
        line-height: 24px;
    }
}
.wrap-quality .quality .item
{
    margin-top: 50px;
    padding: 40px 30px 100px;

    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(#fff, rgba(255, 255, 255, 0));
    background-image:         linear-gradient(#fff, rgba(255, 255, 255, 0));
}
@media (max-width: 1350px)
{
    .wrap-quality .quality .item
    {
        padding: 30px 20px 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-quality .quality .item
    {
        margin-top: 20px;
        padding: 20px 14px;
    }
}
.wrap-quality .quality .item .icon
{
    width: 50px;
}
@media (max-width: 767px)
{
    .wrap-quality .quality .item .icon
    {
        width: 40px;
    }
}
.wrap-quality .quality .item .icon img
{
    width: 100%;
}
.wrap-quality .quality .item h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin-top: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: uppercase;
}
@media (max-width: 1350px)
{
    .wrap-quality .quality .item h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-quality .quality .item h3
    {
        font-size: 18px;

        margin-top: 14px;
    }
}
.wrap-quality .quality .item .list
{
    max-width: 190px;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-quality .quality .item .list
    {
        margin-top: 10px;
    }
}
.wrap-quality .quality .item .list p
{
    font-size: 16px;
    line-height: 1.625;

    position: relative;

    padding-left: 20px;
}
@media (max-width: 1199px)
{
    .wrap-quality .quality .item .list p
    {
        font-size: 14px;
    }
}
.wrap-quality .quality .item .list p:before
{
    position: absolute;
    top: 10px;
    left: 0;

    display: inline-block;

    width: 6px;
    height: 6px;

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background-color: #0e366d;
}
.wrap-quality .quality .item:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-quality .quality .item:hover h3
{
    color: #edaf33;
}
@media (max-width: 1350px) and (min-width: 1200px)
{
    .stickybox .container
    {
        width: 1000px;
    }
}
.wrap-cquality .text h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    color: #0e366d;
}
@media (max-width: 991px)
{
    .wrap-cquality .text h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-cquality .text h3
    {
        font-size: 20px;
    }
}
.wrap-cquality .text h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-cquality .text h4
    {
        font-size: 16px;

        lighting-color: 24px;
    }
}
.wrap-cquality .text h5
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    margin-top: 14px;
    padding: 8px 16px;

    border-radius: 5px;
    background-color: #eaeaea;
}
.wrap-cquality .text p
{
    font-size: 16px;
    line-height: 40px;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-cquality .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-cquality .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-cquality.wrap-quality-control .text
{
    margin-top: 20px;
}
.wrap-cquality.wrap-quality-control .text .item
{
    max-width: 470px;
    margin-top: -1px;
    padding: 40px 10% 40px 30px;

    border: 1px solid #d7d7d7;
    border-radius: 10px;
}
@media (max-width: 767px)
{
    .wrap-cquality.wrap-quality-control .text .item
    {
        max-width: 100%;
        padding: 30px 15px;
    }
}
.wrap-cquality.wrap-quality-control .text .item h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1.2;

    margin: 0 0 20px 0;

    color: #333;
}
@media (max-width: 767px)
{
    .wrap-cquality.wrap-quality-control .text .item h3
    {
        font-size: 24px;
    }
}
.wrap-quality-certificate .waterfall
{
    margin: 0 -25px;
    margin-top: -20px;
}
@media (max-width: 1470px)
{
    .wrap-quality-certificate .waterfall
    {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (max-width: 991px)
{
    .wrap-quality-certificate .waterfall
    {
        margin: 0 -5px;
    }
}
.wrap-quality-certificate .padding
{
    padding: 0 25px;
}
@media (max-width: 1470px)
{
    .wrap-quality-certificate .padding
    {
        padding: 0 15px;
    }
}
@media (max-width: 991px)
{
    .wrap-quality-certificate .padding
    {
        padding: 0 5px;
    }
}
.wrap-quality-certificate .item
{
    display: block;

    margin-top: 40px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-quality-certificate .item
    {
        margin-top: 20px;
    }
}
.wrap-quality-certificate .item .pic
{
    position: relative;

    overflow: hidden;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-quality-certificate .item .pic .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(101%);
        -ms-transform: translateY(101%);
            transform: translateY(101%);

    color: #fff;
    background-color: rgba(0, 0, 0, .41);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-quality-certificate .item .pic .mask .icon
{
    font-size: 40px;
}
.wrap-quality-certificate .item .pic img
{
    display: block;

    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-quality-certificate .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 20px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-quality-certificate .item p
    {
        margin-top: 10px;
    }
}
.wrap-quality-certificate .item:hover .pic img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-quality-certificate .item:hover .pic .mask
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.wrap-news .news
{
    margin-top: -30px;
}
.wrap-news .news .item
{
    font-size: 0;

    position: relative;

    margin-top: 30px;
    padding: 14px 0;
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        padding: 0 14px;
    }
}
.wrap-news .news .item:before
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 80%;
    height: 100%;

    content: '';

    border: 1px solid #d4d5d9;
}
@media (max-width: 767px)
{
    .wrap-news .news .item:before
    {
        top: 20%;

        width: 100%;
        height: 80%;
    }
}
.wrap-news .news .item:after
{
    position: absolute;
    top: 50%;
    right: -2px;

    width: 5px;
    height: 0;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background-color: #0e366d;
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note
{
    font-size: 14px;

    position: relative;
    z-index: 2;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .pic
{
    width: 460px;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .pic
    {
        width: 300px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 62.96296296%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .note
{
    width: -webkit-calc(100% - 460px);
    width:         calc(100% - 460px);
    padding: 20px 10% 20px 30px;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .note
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
        padding: 20px 5% 20px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: 100%;
        padding: 20px 0;
    }
}
.wrap-news .news .item .note .date
{
    color: #0e366d;
}
.wrap-news .news .item .note .date b,
.wrap-news .news .item .note .date p
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .note .date b
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 44px;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .note .date b
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note .date b
    {
        font-size: 30px;
    }
}
.wrap-news .news .item .note .date b:after
{
    display: inline-block;

    width: 1px;
    height: 30px;
    margin-top: -6px;
    margin-left: 20px;

    content: '';
    vertical-align: middle;

    background-color: #d4d5d9;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note .date b:after
    {
        margin-left: 10px;
    }
}
.wrap-news .news .item .note .date p
{
    font-size: 14px;

    margin: 0;
    padding-top: 10px;
    padding-left: 14px;
}
.wrap-news .news .item .note .date p span
{
    line-height: 20px;

    display: block;
}
.wrap-news .news .item .note h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 12px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .note h3
    {
        font-size: 20px;
        line-height: 24px;

        height: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note h3
    {
        margin-top: 6px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note h3
    {
        font-size: 18px;
    }
}
.wrap-news .news .item .note p
{
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note p
    {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
    }
}
.wrap-news .news .item .note .more
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note .more
    {
        margin-top: 10px;
    }
}
.wrap-news .news .item .note .more a
{
    line-height: 30px;

    display: inline-block;

    vertical-align: top;
}
.wrap-news .news .item .note .more a .icon
{
    font-size: 16px;

    display: inline-block;

    margin-left: 14px;

    vertical-align: middle;
}
.wrap-news .news .item:hover:after
{
    height: 30px;
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .note h3
{
    text-decoration: underline;

    color: #0e366d;
}
.wrap-details .title-details
{
    padding-bottom: 20px;

    border-bottom: 1px solid #c7cdd4;
}
.wrap-details .title-details h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-details .title-details h1
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-details .title-details h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-details .title-details h1
    {
        font-size: 20px;
    }
}
.wrap-details .title-details .date
{
    font-size: 16px;
    line-height: 24px;
	margin-right: 20px;
   display: inline-block;
vertical-align: middle;
    margin-top: 10px;

    color: #0e366d;
}
.wrap-details .title-details .date .icon
{
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-details .share
{
    margin-top: 10px;
	display: inline-block;
	vertical-align: middle;
}
.wrap-details .share p
{
    font-size: 16px;

    margin: 0;
}
.wrap-details .share p,
.wrap-details .share .addthis_inline_share_toolbox
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-details .relate-details
{
    font-size: 0;

    margin-top: 70px;
    padding-top: 20px;

    border-top: 1px solid #c7cdd4;
}
@media (max-width: 991px)
{
    .wrap-details .relate-details
    {
        margin-top: 40px;
    }
}
.wrap-details .relate-details a
{
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: -webkit-calc(50% - 80px);
    width:         calc(50% - 80px);
    height: 40px;
    padding-left: 38px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a
    {
        font-size: 14px;

        display: block;

        width: 100%;
    }
}
.wrap-details .relate-details a.prev:after
{
    font-family: 'iconfont' !important;

    position: absolute;
    top: 0;
    left: 0;

    width: 30px;

    content: '\e9b6';
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.wrap-details .relate-details a.next
{
    padding-right: 38px;
    padding-left: 0;

    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a.next
    {
        padding-right: 0;
        padding-left: 38px;
    }
}
.wrap-details .relate-details a.next:before
{
    font-family: 'iconfont' !important;

    position: absolute;
    top: 0;
    right: 0;

    width: 30px;

    content: '\e9b6';
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a.next:before
    {
        right: auto;
        left: 0;
    }
}
.wrap-details .relate-details a.return
{
    width: 140px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #0e366d;
}
.wrap-details .relate-details a.return:hover
{
    color: #fff;
    background-color: #03234f;
}
.wrap-details .relate-details a:hover
{
    color: #0e366d;
}
.wrap-details .relate-details a:hover:before
{
    color: #0e366d;
}
.wrap-video .video
{
    margin-top: -40px;
}
@media (max-width: 767px)
{
    .wrap-video .video
    {
        margin-top: -20px;
    }
}
.wrap-video .video .item
{
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-video .video .item
    {
        margin-top: 20px;
    }
}
.wrap-video .video .item .pic
{
    position: relative;

    overflow: hidden;

    text-align: center;

    border-radius: 10px;
    background-color: #000;
}
.wrap-video .video .item .pic:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: url(/tpl/cn_zodotire/assets/images/videofix.png) no-repeat center;
    background-size: 100% 100%;
}
.wrap-video .video .item .pic .img-box
{
    padding-bottom: 65.15151515%;

    opacity: .63;
}
.wrap-video .video .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-video .video .item .pic .play
{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 60px;
    height: 60px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    background: url(/tpl/cn_zodotire/assets/images/playin.png) no-repeat center;
    background-size: cover;
}
.wrap-video .video .item .note
{
    margin-top: 10px;
}
.wrap-video .video .item .note h3
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-video .video .item .note p{
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;

	height: 24px;
	margin: 5px 0 0 0;
	color: #666;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.wrap-video .video .item:hover
{
    border-bottom-color: #edaf33;
}
.wrap-video .video .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-video .video .item:hover .note p
{
    color: #0e366d;
}
.wrap-product-choose
{
    padding: 0;

    background-color: #f2f3f6;
}
@media (max-width: 767px)
{
    .wrap-product-choose .container
    {
        padding: 0;
    }
}
.wrap-product-choose .product-choose ul
{
    font-size: 0;

    margin: 0 -5px;
}
.wrap-product-choose .product-choose ul li
{
    font-size: 14px;

    display: inline-block;

    width: -webkit-calc(33.33333333% - 30px);
    width:         calc(33.33333333% - 30px);
    padding: 0 5px;

    vertical-align: top;

    border-left: 1px solid #d6d7d9;
}
@media (max-width: 767px)
{
	.wrap-product-choose .product-choose ul{
		display: flex;
		justify-content: space-between;
	}
    .wrap-product-choose .product-choose ul li
    {
        /* width: 50%; */
		width: auto;

        /* border-bottom: 1px solid #d6d7d9; */
    }
    .wrap-product-choose .product-choose ul li:nth-child(3)
    {
      /*  width: -webkit-calc(100% - 50px);
        width:         calc(100% - 50px); */
		width: auto;
    }
}
@media (max-width: 767px) and (max-width: 767px)
{
    .wrap-product-choose .product-choose ul li:nth-child(3)
    {
       /* border-bottom: none;
        border-left: none; */
    }
    .wrap-product-choose .product-choose ul li:nth-child(3) .item select
    {
        /* padding-left: 75%; */
    }
	 .wrap-product-choose .product-choose ul li:nth-child(2) .item select{
		     background-position: 187% center;
	 }
}
@media (max-width: 767px) and (max-width: 767px)
{
    .wrap-product-choose .product-choose ul li:nth-child(1)
    {
        border-left: none;
    }
}
.wrap-product-choose .product-choose ul li:nth-child(4)
{
    width: 80px;
}
@media (max-width: 767px)
{
    .wrap-product-choose .product-choose ul li:nth-child(4)
    {
        width: 50px;

        /* border-bottom: none; */
    }
}
.wrap-product-choose .product-choose ul li:nth-child(4) .item
{
    border: none;
}
.wrap-product-choose .product-choose .item
{
    position: relative;

    overflow: hidden;
}
.wrap-product-choose .product-choose .item span
{
    font-size: 18px;
    line-height: 80px;

    position: relative;

    display: inline-block;

    padding-left: 10%;

    text-align: center;
}
@media (max-width: 1470px)
{
    .wrap-product-choose .product-choose .item span
    {
        font-size: 16px;

        padding-left: 5%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-choose .product-choose .item span
    {
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;

        padding-left: 10px;
    }
}
.wrap-product-choose .product-choose select
{
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;

   /* position: absolute;
    top: 0;
    left: 0; */

    width: 100%;
    height: 80px;
    /* padding-left: 75%; */
	padding-left: 10px;
    cursor: pointer;

    border: none;
    outline: none;
    background: none;
    background: url(/tpl/cn_zodotire/assets/images/select_bg.png) no-repeat right center;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
@media (max-width: 1199px)
{
    .wrap-product-choose .product-choose select
    {
        /* padding-left: 60%; */
    }
}
@media (max-width: 767px)
{
    .wrap-product-choose .product-choose select
    {
        font-size: 14px;
        line-height: 40px;
		padding-right: 22px;
        height: 40px;
		background-position: 139% center;
    }
}
.wrap-product-choose .product-choose select option
{
    font-size: 20px;
    line-height: 80px;

    height: 80px;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-product-choose .product-choose select option
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
.wrap-product-choose .product-choose .submit
{
    line-height: 80px;

    width: 80px;
    height: 80px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #edaf33;
    border: none;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .wrap-product-choose .product-choose .submit
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.wrap-product-choose .product-choose .submit .icon
{
    font-size: 30px;

    display: inline-block;
}
@media (max-width: 767px)
{
    .wrap-product-choose .product-choose .submit .icon
    {
        font-size: 24px;
    }
}
.wrap-product-choose .product-choose .submit:hover
{
    color: #0e366d;
}
@media (max-width: 767px)
{
    .wrap-product
    {
        padding-top: 20px;
    }
}
.wrap-product .product
{
    margin-top: -60px;
}
@media (max-width: 991px)
{
    .wrap-product .product
    {
        margin: 0;
    }
}
.wrap-product .product ul
{
    font-size: 0;
}
.wrap-product .product ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-product .product .item
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-product .product .item
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item
    {
        /* margin-top: 14px; */
    }
}
.wrap-nosearch .item .pic,
.wrap-product .item .pic,
.wrap-product-show .relate-product .item .pic
{
    border-bottom: 1px solid #c8c8c8;
}
.wrap-nosearch .item .pic .img-box,
.wrap-product .item .pic .img-box,
.wrap-product-show .relate-product .item .pic .img-box
{
    padding-bottom: 60%;
}
.wrap-nosearch .item .pic .img-box img,
.wrap-product .item .pic .img-box img,
.wrap-product-show .relate-product .item .pic .img-box img
{
    left: -20%;

    width: 140%;
    height: auto;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrap-nosearch .item .pic .img-box img.hover,
.wrap-product .item .pic .img-box img.hover,
.wrap-product-show .relate-product .item .pic .img-box img.hover{
	opacity: 0;
}
.wrap-nosearch .item .note h3,
.wrap-product .item .note h3,
.wrap-product-show .relate-product .item .note h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 30px;

	line-height: 46px;
	height: 46px;
	  overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1470px)
{
    .wrap-nosearch .item .note h3,
    .wrap-product .item .note h3,
    .wrap-product-show .relate-product .item .note h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-nosearch .item .note h3,
    .wrap-product .item .note h3,
    .wrap-product-show .relate-product .item .note h3
    {
        font-size: 20px;
			margin-bottom: 0;
			margin-top: 0px;
    }
}
.wrap-nosearch .item .note h3 span,
.wrap-product .item .note h3 span,
.wrap-product-show .relate-product .item .note h3 span
{
    font-size: 26px;
}
@media (max-width: 1470px)
{
    .wrap-nosearch .item .note h3 span,
    .wrap-product .item .note h3 span,
    .wrap-product-show .relate-product .item .note h3 span
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-nosearch .item .note h3 span,
    .wrap-product .item .note h3 span,
    .wrap-product-show .relate-product .item .note h3 span
    {
        font-size: 16px;
    }
}
.wrap-nosearch .item .note h3 span:before,
.wrap-product .item .note h3 span:before,
.wrap-product-show .relate-product .item .note h3 span:before
{
    content: '(';
}
.wrap-nosearch .item .note h3 span:after,
.wrap-product .item .note h3 span:after,
.wrap-product-show .relate-product .item .note h3 span:after
{
    content: ')';
}
.wrap-nosearch .item .note h4,
.wrap-product .item .note h4,
.wrap-product-show .relate-product .item .note h4
{
    font-size: 16px;
	height: 33px;
	overflow: hidden;
}
@media (max-width: 1470px)
{
    .wrap-nosearch .item .note h4,
    .wrap-product .item .note h4,
    .wrap-product-show .relate-product .item .note h4
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
	.wrap-nosearch .item .note h4,
	.wrap-product .item .note h4,
	.wrap-product-show .relate-product .item .note h4
	{
		margin-top: 0px;
	}
}
.wrap-nosearch .item .note h4 span,
.wrap-product .item .note h4 span,
.wrap-product-show .relate-product .item .note h4 span
{
    line-height: 28px;

    display: inline-block;

    margin-top: 5px;
    margin-right: 5px;
    padding: 0 12px;

    vertical-align: top;

    border-radius: 5px;
    background-color: #eaeaea;
}
@media (max-width: 1470px)
{
    .wrap-nosearch .item .note h4 span,
    .wrap-product .item .note h4 span,
    .wrap-product-show .relate-product .item .note h4 span
    {
        padding: 0 8px;
    }
}
.wrap-nosearch .item .note p,
.wrap-product .item .note p,
.wrap-product-show .relate-product .item .note p
{
    font-size: 14px;
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    height: 66px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-nosearch .item .note .more,
.wrap-product .item .note .more,
.wrap-product-show .relate-product .item .note .more
{
    line-height: 30px;

    display: inline-block;

    margin-top: 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .wrap-nosearch .item .note .more,
    .wrap-product .item .note .more,
    .wrap-product-show .relate-product .item .note .more
    {
        margin-top: 10px;
    }
}
.wrap-nosearch .item:hover .img-box img,
.wrap-product .item:hover .img-box img,
.wrap-product-show .relate-product .item:hover .img-box img
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-nosearch .item:hover .img-box img.now,
.wrap-product .item:hover .img-box img.now,
.wrap-product-show .relate-product .item:hover .img-box img.now
{
   opacity: 0;
}
.wrap-nosearch .item:hover .img-box img.hover,
.wrap-product .item:hover .img-box img.hover,
.wrap-product-show .relate-product .item:hover .img-box img.hover
{
   opacity: 1;
}
.wrap-nosearch .item:hover .note h3,
.wrap-product .item:hover .note h3,
.wrap-product-show .relate-product .item:hover .note h3
{
    color: #edaf33;
}
.wrap-nosearch .item:hover .note a.more,
.wrap-product .item:hover .note a.more,
.wrap-product-show .relate-product .item:hover .note a.more
{
    color: #edaf33;
}
.wrap-product-truck .product-truck
{
    margin-top: -24px;
}
@media (max-width: 1199px)
{
    .wrap-product-truck .product-truck
    {
        margin: 0;
    }
}
.wrap-product-truck .product-truck .item
{
    margin-top: 24px;
}
.wrap-nosearch-truck .item,
.wrap-product-truck .item,
.wrap-product-truck-show .relate-product .item
{
    padding: 20px 20px 0 20px;

    border: 1px solid #e8e8e8;
    border-radius: 10px;
}
@media (max-width: 767px)
{
    .wrap-nosearch-truck .item,
    .wrap-product-truck .item,
    .wrap-product-truck-show .relate-product .item
    {
        padding: 10px 10px 0 10px;
    }
}
.wrap-nosearch-truck .item .picbox,
.wrap-product-truck .item .picbox,
.wrap-product-truck-show .relate-product .item .picbox
{
    position: relative;

    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-nosearch-truck .item .picbox,
    .wrap-product-truck .item .picbox,
    .wrap-product-truck-show .relate-product .item .picbox
    {
        margin-top: 10px;
        padding-top: 10px;
    }
}
.wrap-nosearch-truck .item h3,
.wrap-product-truck .item h3,
.wrap-product-truck-show .relate-product .item h3
{
    line-height: 46px;

    position: relative;

    margin: 0 0 20px 0;
    padding-right: 50px;
}
@media (min-width: 1470px)
{
    .wrap-nosearch-truck .item h3,
    .wrap-product-truck .item h3,
    .wrap-product-truck-show .relate-product .item h3
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .wrap-nosearch-truck .item h3,
    .wrap-product-truck .item h3,
    .wrap-product-truck-show .relate-product .item h3
    {
        line-height: 36px;

        margin-bottom: 10px;
        padding-right: 40px;
    }
}
.wrap-nosearch-truck .item h3 .addcart,
.wrap-product-truck .item h3 .addcart,
.wrap-product-truck-show .relate-product .item h3 .addcart
{
    font-size: 16px;
    line-height: 40px;

    position: absolute;
    top: 0;
    right: 0;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 0;
}
@media (max-width: 1199px)
{
    .wrap-nosearch-truck .item h3 .addcart,
    .wrap-product-truck .item h3 .addcart,
    .wrap-product-truck-show .relate-product .item h3 .addcart
    {
        opacity: 1;
    }
}
@media (max-width: 767px)
{
    .wrap-nosearch-truck .item h3 .addcart,
    .wrap-product-truck .item h3 .addcart,
    .wrap-product-truck-show .relate-product .item h3 .addcart
    {
        margin-left: 0;
    }
}
.wrap-nosearch-truck .item h3 .addcart a,
.wrap-product-truck .item h3 .addcart a,
.wrap-product-truck-show .relate-product .item h3 .addcart a
{
    line-height: 40px;

    display: block;

    width: 46px;
    height: 46px;

    text-align: center;

    border: 1px solid #c8c8c8;
    border-radius: 6px;
}
@media (max-width: 767px)
{
    .wrap-nosearch-truck .item h3 .addcart a,
    .wrap-product-truck .item h3 .addcart a,
    .wrap-product-truck-show .relate-product .item h3 .addcart a
    {
        line-height: 30px;

        width: 36px;
        height: 36px;
    }
}
.wrap-nosearch-truck .item h3 .addcart .icon,
.wrap-product-truck .item h3 .addcart .icon,
.wrap-product-truck-show .relate-product .item h3 .addcart .icon
{
    font-size: 26px;

    position: relative;

    display: inline-block;

    vertical-align: middle;

    color: #333;
}
.wrap-nosearch-truck .item h3 .addcart .icon:after,
.wrap-product-truck .item h3 .addcart .icon:after,
.wrap-product-truck-show .relate-product .item h3 .addcart .icon:after
{
    position: absolute;
    z-index: 2;
    right: 2px;
    bottom: 9px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #edaf33;
}
@media (max-width: 767px)
{
    .wrap-nosearch-truck .item h3 .addcart .icon:after,
    .wrap-product-truck .item h3 .addcart .icon:after,
    .wrap-product-truck-show .relate-product .item h3 .addcart .icon:after
    {
        bottom: 4px;
    }
}
.wrap-nosearch-truck .item h3 .addcart:hover .icon,
.wrap-product-truck .item h3 .addcart:hover .icon,
.wrap-product-truck-show .relate-product .item h3 .addcart:hover .icon
{
    color: #edaf33;
}
.wrap-nosearch-truck .item p,
.wrap-product-truck .item p,
.wrap-product-truck-show .relate-product .item p
{
    display: -webkit-box;
    overflow: hidden;

    height: 44px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-nosearch-truck .item .pic-sort,
.wrap-product-truck .item .pic-sort,
.wrap-product-truck-show .relate-product .item .pic-sort
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.wrap-nosearch-truck .item .pic-sort span,
.wrap-product-truck .item .pic-sort span,
.wrap-product-truck-show .relate-product .item .pic-sort span
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    cursor: pointer;
}
@media (max-width: 767px)
{
    .wrap-nosearch-truck .item .pic-sort span,
    .wrap-product-truck .item .pic-sort span,
    .wrap-product-truck-show .relate-product .item .pic-sort span
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-nosearch-truck .item .pic-sort span.active,
.wrap-product-truck .item .pic-sort span.active,
.wrap-product-truck-show .relate-product .item .pic-sort span.active
{
    color: #edaf33;
}
.wrap-nosearch-truck .item .pic-sort span:nth-child(1):after,
.wrap-product-truck .item .pic-sort span:nth-child(1):after,
.wrap-product-truck-show .relate-product .item .pic-sort span:nth-child(1):after
{
    display: block;

    width: 10px;
    height: 1px;
    margin: 10px 0;

    content: '';

    background-color: #c8c8c8;
}
@media (max-width: 767px)
{
    .wrap-nosearch-truck .item .pic-sort span:nth-child(1):after,
    .wrap-product-truck .item .pic-sort span:nth-child(1):after,
    .wrap-product-truck-show .relate-product .item .pic-sort span:nth-child(1):after
    {
        margin: 4px 0;
    }
}
.wrap-nosearch-truck .item .piclist .pic,
.wrap-product-truck .item .piclist .pic,
.wrap-product-truck-show .relate-product .item .piclist .pic
{
    display: none;

    border-bottom: none;
}
.wrap-nosearch-truck .item .piclist .pic:nth-child(1),
.wrap-product-truck .item .piclist .pic:nth-child(1),
.wrap-product-truck-show .relate-product .item .piclist .pic:nth-child(1)
{
    display: block;
}
.wrap-nosearch-truck .item .piclist .pic .img-box,
.wrap-product-truck .item .piclist .pic .img-box,
.wrap-product-truck-show .relate-product .item .piclist .pic .img-box
{
    padding-bottom: 70%;
}
.wrap-nosearch-truck .item:hover,
.wrap-product-truck .item:hover,
.wrap-product-truck-show .relate-product .item:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-nosearch-truck .item:hover h3 .addcart,
.wrap-product-truck .item:hover h3 .addcart,
.wrap-product-truck-show .relate-product .item:hover h3 .addcart
{
    opacity: 1;
}
.wrap-product-show
{
    padding-top: 0;
}
.wrap-product-show .carousel-wrap
{
    padding: 30px;

    border: 1px solid #d7d7d7;
    border-radius: 10px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap
    {
        padding: 10px;
    }
}
.wrap-product-show .carousel-wrap .slider-for
{
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .slider-for .img-box
{
    padding-bottom: 75%;
}
.wrap-product-show .carousel-wrap .slider-for .iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .slick-dots
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .slick-dots
    {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .slick-dots li
{
    margin: 0 10px;

    border: none;
    background-color: #555;
}
.wrap-product-show .carousel-wrap .slick-dots li.slick-active
{
    background-color: #edaf33;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box
    {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .title-info h1
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .title-info h1 img
{
    width: 200px;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title-info h1 img
    {
        width: 150px;
    }
}
.wrap-product-show .info-box .title-info h5
{
    font-size: 20px;
    line-height: 30px;

    margin: 10px 0;

    text-transform: capitalize;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .title-info h5
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title-info h5
    {
        font-size: 16px;

        margin-top: 0;
    }
}
.wrap-product-show .info-box .title-info h4
{
    font-size: 16px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .title-info h4
    {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .title-info h4 span
{
    line-height: 28px;

    display: inline-block;

    margin-top: 5px;
    margin-right: 5px;
    padding: 0 12px;

    vertical-align: top;

    border-radius: 5px;
    background-color: #eaeaea;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .title-info h4 span
    {
        padding: 0 8px;
    }
}
.wrap-product-show .info-box .text
{
    padding: 20px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .text
    {
        padding: 10px 20px 20px 20px;
    }
}
.wrap-product-show .info-box .text h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;

    position: relative;

    margin: 8px 0;

    color: #333;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .text h3
    {
        margin: 4px 0;
    }
}
.wrap-product-show .info-box .text h3:before
{
    position: absolute;
    top: 8px;
    left: -20px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #edaf33;
}
.wrap-product-show .info-box .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .info-box .share-link,
.wrap-product-show .info-box .img-link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding-top: 20px;

    border-top: 1px solid #d7d7d7;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .share-link,
    .wrap-product-show .info-box .img-link
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link
    {
        margin-top: 10px;
    }
}
.wrap-product-show .info-box .link .img
{
    display: inline-block;
}
.wrap-product-show .info-box .link .img img
{
    max-width: 50%;
}
.wrap-product-show .info-box .link .addcart
{
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link .addcart
    {
        margin-left: 0;
    }
}
.wrap-product-show .info-box .link .addcart a
{
    line-height: 40px;

    display: block;

    width: 46px;
    height: 46px;

    text-align: center;

    border: 1px solid #c8c8c8;
    border-radius: 6px;
}
.wrap-product-show .info-box .link .addcart .icon
{
    font-size: 26px;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .info-box .link .addcart .icon:after
{
    position: absolute;
    z-index: 2;
    right: 2px;
    bottom: 9px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #edaf33;
}
.wrap-product-show .info-box .link .addcart:hover
{
    color: #03234f;
}
.wrap-product-show .info-box .link .addcart
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .info-box .link .btn-inquiry
{
    display: inline-block;

    margin-left: 14px;

    vertical-align: middle;
}
.wrap-product-show .info-box .link .btn-inquiry a
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 46px;

    display: inline-block;

    padding: 0 26px;

    border-radius: 6px;
    background-color: #edaf33;
}
.wrap-product-show .info-box .link .btn-inquiry a .icon
{
    font-size: 24px;

    display: inline-block;

    margin-top: -4px;

    vertical-align: middle;
}
.wrap-product-show .share p,
.wrap-product-show .share .addthis_inline_share_toolbox
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-product-show .share p
{
    font-size: 18px;
    font-weight: bold;

    color: #333;
}
@media (max-width: 991px)
{
    .wrap-product-show .share p
    {
        font-size: 16px;
    }
}
.wrap-product-show .product-position,
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-position,
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product
    {
        padding-top: 50px;
    }
}
.wrap-product-show .product-position .slick-product-position
{
    max-width: 700px;
    margin: 0 auto;
}
.wrap-product-show .product-position .slick-product-position .item
{
    text-align: center;
}
.wrap-product-show .product-position .slick-product-position .item .note
{
    padding: 0 5%;
}
.wrap-product-show .product-position .slick-product-position .item h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1.46666667;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-position .slick-product-position .item h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-position .slick-product-position .item h3
    {
        font-size: 20px;

        margin: 0 0 10px 0;
    }
}
.wrap-product-show .product-position .slick-product-position .item p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-position .slick-product-position .item p
    {
        font-size: 14px;
    }
}
.wrap-product-show .product-position .slick-product-position .item .pic
{
    margin-top: 30px;
}
.wrap-product-show .product-position .slick-product-position .item .pic .img-box
{
    padding-bottom: 50.72463768%;
}
.wrap-product-show .product-position .slick-product-position .slick-dots
{
    margin-top: 30px;
}
.wrap-product-show .product-position .slick-product-position .slick-dots li
{
    width: 44px;
    height: 3px;
    margin: 0 7px;

    border: none;
    border-radius: 0;
    background-color: #555;
}
.wrap-product-show .product-position .slick-product-position .slick-dots li.slick-active
{
    background-color: #edaf33;
}
.wrap-product-show .product-position .slick-product-position .slick-arrow
{
    top: 10%;

    width: 40px;
    height: 40px;

    border-radius: 6px;
    background-color: #f2f3f6;
}
.wrap-product-show .product-position .slick-product-position .slick-arrow:hover
{
    color: #fff;
    background-color: #0e366d;
}
.wrap-product-show .product-position .text
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-position .text
    {
        margin-top: 30px;
    }
}
.wrap-product-show .product-position .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .text
{
    margin-top: 20px;
    padding: 30px;

    border: 1px solid #b2b7bd;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .text
    {
        padding: 20px 14px;
    }
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .parameter-mask h4
{
    font-weight: bold;

    color: #0e366d;
}
.wrap-product-show .parameter .parameter-mask .open-choose
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    text-decoration: underline;

    color: #666;
}
.wrap-product-show .parameter .parameter-mask .open-choose .icon
{
    font-size: 20px;

    display: inline-block;
    float: right;

    margin-left: 4px;

    vertical-align: middle;
}
.wrap-product-show .parameter .parameter-mask .open-choose:hover
{
    color: #edaf33;
}
.wrap-product-show .parameter .parameter-sort
{
    margin-top: 20px;
}
.wrap-product-show .parameter .parameter-sort > ul
{
    margin: 0 -4px;
}
.wrap-product-show .parameter .parameter-sort > ul > li
{
    display: inline-block;

    margin-top: 8px;
    padding: 0 4px;

    vertical-align: top;
}
.wrap-product-show .parameter .parameter-sort > ul > li > a
{
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;

    display: block;

    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border: 1px solid #222;
    border-radius: 8px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .parameter .parameter-sort > ul > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .parameter-sort > ul > li > a
    {
        font-size: 18px;
        line-height: 34px;

        padding: 0 34px;
    }
}
.wrap-product-show .parameter .parameter-sort > ul > li.active > a
{
    color: #fff;
    border-color: #edaf33;
    background-color: #edaf33;
}
.wrap-product-show .table-box
{
    font-size: 14px;
    line-height: 30px;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin-top: 30px;

    color: #666;
}
.wrap-product-show .table-box table
{
    line-height: 1.2;

    overflow: hidden;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;

    border-radius: 6px 6px 0 0;
}
.wrap-product-show .table-box table tr:nth-child(1){
	border-bottom: 1px solid #dddee1;
}

.wrap-product-show .table-box table tr,
.wrap-product-show .table-box table td,
.wrap-product-show .table-box table th
{
    width: auto !important;
    height: auto !important;
}
.wrap-product-show .table-box table th
{
    font-size: 16px;
}
.wrap-product-show .table-box table th img
{
    height: 50px;
}
.wrap-product-show .table-box table tr:nth-child(odd)
{
    background-color: #e7e9f0;
}
.wrap-product-show .table-box table tr:nth-child(even)
{
    background-color: #f1f3f8;
}
.wrap-product-show .table-box table tr:nth-child(1)
{
    color: #fff;
    background-color: #0e366d;
}
.wrap-product-show .table-box table td,
.wrap-product-show .table-box table th
{
    font-weight: normal;

    padding: 20px !important;

    border-right: 1px solid #dddee1;
}
@media (max-width: 991px)
{
    .wrap-product-show .table-box table td,
    .wrap-product-show .table-box table th
    {
        padding: 10px !important;
    }
}
.wrap-product-show .table-box table td:last-child,
.wrap-product-show .table-box table th:last-child
{
    border-right: none;
}
.wrap-product-show .table-box table th
{
    padding: 10px !important;
}
@media (max-width: 480px)
{
    .wrap-product-show .table-box table td,
    .wrap-product-show .table-box table th
    {
        padding: 8px !important;
    }
}
.wrap-product-show .table-box table tr p,
.wrap-product-show .table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .table-box table th
{
    text-align: center;
}
.wrap-product-show .title-product-show
{
    position: relative;
    z-index: 2;
}
.wrap-product-show .title-product-show h2
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0 0 6px 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .title-product-show p
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #777;
}
.wrap-product-show .relate-product .slick-relate-product
{
    margin: 0 -15px;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-relate-product
    {
        margin: 0 -5px;
        margin-top: 10px;
    }
}
.wrap-product-show .relate-product .slick-relate-product .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-relate-product .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-product-show .relate-product .item
{
    margin-top: 14px;
}
.wrap-product-show .relate-product .slick-arrow
{
    top: -60px;
    right: 100px;
    left: auto;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-arrow
    {
        top: -60px;
        right: 70px;
    }
}
.wrap-product-show .relate-product .slick-arrow.slick-next
{
    right: 15px;
}
.wrap-product-show .inquiry .row,
.wrap-inquiry .inquiry .row,
.wrap-product-show .message .row,
.wrap-inquiry .message .row
{
    margin: 0 -10px;
}
.wrap-product-show .inquiry .row .itembox,
.wrap-inquiry .inquiry .row .itembox,
.wrap-product-show .message .row .itembox,
.wrap-inquiry .message .row .itembox
{
    padding: 0 10px;
}
.wrap-product-show .inquiry form input,
.wrap-inquiry .inquiry form input,
.wrap-product-show .message form input,
.wrap-inquiry .message form input,
.wrap-product-show .inquiry form textarea,
.wrap-inquiry .inquiry form textarea,
.wrap-product-show .message form textarea,
.wrap-inquiry .message form textarea
{
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    margin-top: 20px;
    padding: 10px 24px;

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #f1f3f8;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form input,
    .wrap-inquiry .inquiry form input,
    .wrap-product-show .message form input,
    .wrap-inquiry .message form input,
    .wrap-product-show .inquiry form textarea,
    .wrap-inquiry .inquiry form textarea,
    .wrap-product-show .message form textarea,
    .wrap-inquiry .message form textarea
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
        padding: 8px 10px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .message form input::-webkit-input-placeholder,
.wrap-inquiry .message form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder,
.wrap-product-show .message form textarea::-webkit-input-placeholder,
.wrap-inquiry .message form textarea::-webkit-input-placeholder
{
    color: #676a6e;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-product-show .message form input:-o-placeholder,
.wrap-inquiry .message form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder,
.wrap-product-show .message form textarea:-o-placeholder,
.wrap-inquiry .message form textarea:-o-placeholder
{
    color: #676a6e;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-product-show .message form input::-moz-placeholder,
.wrap-inquiry .message form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder,
.wrap-product-show .message form textarea::-moz-placeholder,
.wrap-inquiry .message form textarea::-moz-placeholder
{
    color: #676a6e;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-product-show .message form input:-ms-input-placeholder,
.wrap-inquiry .message form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder,
.wrap-product-show .message form textarea:-ms-input-placeholder,
.wrap-inquiry .message form textarea:-ms-input-placeholder
{
    color: #676a6e;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .message form input:focus::-webkit-input-placeholder,
.wrap-inquiry .message form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-product-show .message form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-inquiry .inquiry form input:focus::-o-placeholder,
.wrap-product-show .message form input:focus::-o-placeholder,
.wrap-inquiry .message form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-o-placeholder,
.wrap-product-show .message form textarea:focus::-o-placeholder,
.wrap-inquiry .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .message form input:focus::-moz-placeholder,
.wrap-inquiry .message form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-moz-placeholder,
.wrap-product-show .message form textarea:focus::-moz-placeholder,
.wrap-inquiry .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .message form input:focus::-ms-input-placeholder,
.wrap-inquiry .message form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-product-show .message form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input,
.wrap-inquiry .inquiry form .read input,
.wrap-product-show .message form .read input,
.wrap-inquiry .message form .read input
{
    color: #fff;
    border-color: #0e366d;
    background-color: #0e366d;
}
.wrap-product-show .inquiry form .send,
.wrap-inquiry .inquiry form .send,
.wrap-product-show .message form .send,
.wrap-inquiry .message form .send
{
    text-align: center;
}
.wrap-product-show .inquiry form .submit,
.wrap-inquiry .inquiry form .submit,
.wrap-product-show .message form .submit,
.wrap-inquiry .message form .submit
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    position: relative;

    overflow: hidden;

    height: 50px;
    margin-top: 24px;
    padding: 0 50px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 6px;
    outline: none;
    background-color: #0e366d;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form .submit,
    .wrap-inquiry .inquiry form .submit,
    .wrap-product-show .message form .submit,
    .wrap-inquiry .message form .submit
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.wrap-product-show .inquiry form .submit:hover,
.wrap-inquiry .inquiry form .submit:hover,
.wrap-product-show .message form .submit:hover,
.wrap-inquiry .message form .submit:hover
{
    color: #333;
    background-color: #edaf33;
}
.open-findsize
{
    display: none;

    width: 90%;
    max-width: 690px;
    padding: 0;

    text-align: center;
}
.open-findsize .title-open-findsize
{
    padding: 16px 5%;

    color: #fff;
    background-color: #0e366d;
}
.open-findsize .title-open-findsize h2
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;
}
.open-findsize .findsize
{
    padding: 40px;
}
@media(max-width:767px){
	.open-findsize .findsize
	{
	    padding: 20px;
	}
}
.open-findsize .findsize img
{
    max-width: 100%;
}
.open-findsize .findsize h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;

    color: #0e366d;
}
.fancybox-close-small:after
{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
.wrap-product-truck-show .wrap-location
{
    padding: 15px 0;

    background-color: #f2f3f6;
}
.wrap-product-truck-show .product-show
{
    margin-top: 100px;
}
@media (max-width: 1470px)
{
    .wrap-product-truck-show .product-show
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-truck-show .product-show
    {
        margin-top: 30px;
    }
}
.wrap-product-truck-show .info-box .text p
{
    position: relative;

    margin-bottom: 10px;
}
.wrap-product-truck-show .info-box .text p:before
{
    position: absolute;
    top: 8px;
    left: -20px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #edaf33;
}
.wrap-product-truck-show .share
{
    margin-top: 30px;
}
.wrap-product-truck-show .product-position
{
    padding-top: 0;
}
.wrap-product-truck-show .product-position .text
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-product-truck-show .product-position .text
    {
        margin-top: 20px;
    }
}
.wrap-product-truck-show .instructions
{
    padding-bottom: 30px;
}
.wrap-product-truck-show .instructions .item
{
    font-size: 0;

    margin-top: 14px;
}
.wrap-product-truck-show .instructions .item h3,
.wrap-product-truck-show .instructions .item .line
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-truck-show .instructions .item h3
{
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    line-height: 30px;

    width: 55%;
    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-product-truck-show .instructions .item h3
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-truck-show .instructions .item h3
    {
        width: 50%;
    }
}
.wrap-product-truck-show .instructions .item .line
{
    width: 45%;
}
@media (max-width: 767px)
{
    .wrap-product-truck-show .instructions .item .line
    {
        width: 50%;
    }
}
.wrap-product-truck-show .instructions .item .line .rectangular
{
    display: inline-block;

    width: 7px;
    height: 18px;
    margin: 0 2px;

    -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
            transform: skew(-20deg);
    vertical-align: middle;

    border-radius: 4px;
    background-color: #edaf33;
}
.wrap-product-truck-show .instructions .item .line .line-bg .rectangular
{
    background-color: #f8efdc;
}
.wrap-product-truck-show .instructions .item .line .line-top
{
    position: relative;
    z-index: 2;

    margin-top: -18px;
}
.wrap-product-truck-show .parameter-list .table-box table tr:nth-child(2)
{
  /*  color: #fff !important;
    background-color: #0e366d !important; */
}
.wrap-product-truck-show .parameter-list .table-box table tr th
{
    border-bottom: 1px solid #dddee1;
}
.wrap-contact
{
    position: relative;
    z-index: 2;

    padding-top: 300px;

    background: url(/tpl/cn_zodotire/assets/images/contact_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .wrap-contact
    {
        padding-top: 200px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact
    {
        padding-top: 100px;
    }
}
.wrap-contact .contact
{
    position: relative;

    padding-right: 530px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact
    {
        padding-right: 400px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact
    {
        padding-right: 0;
    }
}
@media (min-width: 1200px)
{
    .wrap-contact .contact .title-in h2
    {
        font-size: 80px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .wrap-contact .contact .title-in h2
    {
        font-size: 70px;
    }
}
.wrap-contact .contact .list
{
    padding: 80px 8% 80px 0;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .list
    {
        padding: 30px 0;
    }
}
.wrap-contact .contact .list ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .list ul
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .list ul
    {
        font-size: 0;
    }
    .wrap-contact .contact .list ul li
    {
        font-size: 14px;

        display: inline-block;

        width: 50%;

        vertical-align: top;
    }
}
.wrap-contact .contact .list .item
{
    max-width: 240px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .list .item
    {
        max-width: 100%;
        margin: 20px 0;
    }
}
.wrap-contact .contact .list .item .icon
{
    font-size: 24px;
    line-height: 44px;

    display: inline-block;

    width: 46px;
    height: 46px;

    color: #0e366d;
    border: 1px dashed #0e366d;
    border-radius: 10px;
    background-color: #fff;
}
.wrap-contact .contact .list .item h3
{
    font-size: 20px;
    line-height: 30px;
}
.wrap-contact .contact .list .item p
{
    font-size: 15px;
    line-height: 24px;

    margin: 0;
}
.wrap-contact .contact .list .item p a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact .list .item:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-contact .contact .message
{
    position: absolute;
    top: 0;
    right: 0;

    width: 530px;
    padding: 50px 4% 70px;

    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .message
    {
        width: 400px;
        padding: 30px 15px 70px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .message
    {
        position: relative;

        width: 100%;
    }
}
.wrap-contact .contact .message .title-message
{
    text-align: center;
}
.wrap-contact .contact .message .title-message h2
{
    font-size: 36px;
    font-weight: bold;

    margin: 0;

    color: #0e366d;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .message .title-message h2
    {
        font-size: 24px;

        width: 100%;
    }
}
.wrap-contact .contact .message .title-message p
{
    line-height: 22px;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-contact .contact .message .row
{
    margin: 0 -10px;
}
.wrap-contact .contact .message .row .itembox
{
    padding: 0 10px;
}
.wrap-contact .contact .message form
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .message form
    {
        margin-top: 10px;
    }
}
.wrap-contact .contact .message form input,
.wrap-contact .contact .message form textarea,
.wrap-contact .contact .message form select
{
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;

    resize: vertical;

    color: #333;
    border: none;
    border: 1px solid #c0c2c5;
    border-radius: 6px;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .message form input,
    .wrap-contact .contact .message form textarea,
    .wrap-contact .contact .message form select
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
        padding: 8px 10px;
    }
}
.wrap-contact .contact .message form input::-webkit-input-placeholder,
.wrap-contact .contact .message form textarea::-webkit-input-placeholder
{
    color: #676a6e;
}
.wrap-contact .contact .message form input:-o-placeholder,
.wrap-contact .contact .message form textarea:-o-placeholder
{
    color: #676a6e;
}
.wrap-contact .contact .message form input::-moz-placeholder,
.wrap-contact .contact .message form textarea::-moz-placeholder
{
    color: #676a6e;
}
.wrap-contact .contact .message form input:-ms-input-placeholder,
.wrap-contact .contact .message form textarea:-ms-input-placeholder
{
    color: #676a6e;
}
.wrap-contact .contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .contact .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message form input:focus::-o-placeholder,
.wrap-contact .contact .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message form input:focus::-moz-placeholder,
.wrap-contact .contact .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .contact .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message form .send
{
    text-align: center;
}
.wrap-contact .contact .message form select
{
    background: url(/tpl/cn_zodotire/assets/images/select_bg.png) no-repeat right center;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.wrap-contact .contact .message form .submit
{
    font-size: 16px;
    line-height: 50px;

    position: relative;
    position: absolute;
    bottom: -95px;
    left: 50%;

    overflow: hidden;

    height: 50px;
    margin-top: 24px;
    padding: 0 70px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    color: #fff;
    border-radius: 6px;
    outline: none;
    background-color: #0e366d;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .message form .submit
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.wrap-contact .contact .message form .submit:hover
{
    background-color: #03234f;
}
.wrap-map
{
    overflow: hidden;
}
.wrap-map .map-content
{
    height: 600px;
}
@media (max-width: 991px)
{
    .wrap-map .map-content
    {
        height: 400px;
    }
}
.wrap-department .title-department h2
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;

    margin: 0;

    color: #0e366d;
}
@media (max-width: 1199px)
{
    .wrap-department .title-department h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-department .title-department h2
    {
        font-size: 24px;
    }
}
.wrap-department .department-sort
{
    position: relative;

    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-department .department-sort
    {
        margin-top: 20px;
    }
}
.wrap-department .department-sort:before
{
    position: absolute;
    top: 62px;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #d7dbdd;
}
@media (max-width: 767px)
{
    .wrap-department .department-sort > ul
    {
        font-size: 0;

        margin: 0 -10px;
    }
}
.wrap-department .department-sort > ul > li
{
    display: inline-block;

    min-width: 320px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-department .department-sort > ul > li
    {
        width: 50%;
        min-width: auto;
        padding: 0 10px;
    }
}
.wrap-department .department-sort > ul > li h3
{
    font-size: 18px;
    line-height: 60px;

    margin: 0;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-department .department-sort > ul > li h3
    {
        font-size: 16px;
    }
}
.wrap-department .department-sort > ul > li h3:after
{
    display: block;

    width: 46px;
    height: 3px;

    content: '';

    background-color: #999;
}
.wrap-department .department-sort > ul > li .note
{
    margin-top: 20px;
}
.wrap-department .department-sort > ul > li .note p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #444;
}
@media (max-width: 767px)
{
    .wrap-department .department-sort > ul > li .note p
    {
        font-size: 14px;
    }
}
.wrap-department .department-sort > ul > li .note p a:hover
{
    text-decoration: underline;
}
.wrap-department .department-sort > ul > li.active h3
{
    color: #333;
}
.wrap-department .department-sort > ul > li.active h3:after
{
    background-color: #edaf33;
}
.wrap-department .department-list
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-department .department-list
    {
        margin: 0;
    }
}
.wrap-department .department-list .item
{
    position: relative;

    margin-top: 30px;
    padding: 30px;

    border: 1px solid #d7dbdd;
    border-radius: 10px;
}
@media (max-width: 767px)
{
    .wrap-department .department-list .item
    {
        padding: 20px;
    }
}
.wrap-department .department-list .item:after
{
    position: absolute;
    top: 30px;
    right: 0;

    display: block;

    width: 3px;
    height: 23px;

    content: '';

    background-color: #edaf33;
}
@media (max-width: 767px)
{
    .wrap-department .department-list .item:after
    {
        top: 20px;
    }
}
.wrap-department .department-list .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: uppercase;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-department .department-list .item p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-department .department-list .item .more
{
    margin-top: 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-department .department-list .item .more a
{
    line-height: 24px;

    display: block;
}
.wrap-department .department-list .item:hover h3,
.wrap-department .department-list .item:hover .more
{
    color: #edaf33;
}
.wrap-jobs
{
    position: relative;
    z-index: 2;

    margin-top: -200px;
    padding: 0;
}
@media (max-width: 1470px)
{
    .wrap-jobs
    {
        margin-top: -140px;
    }
}
@media (max-width: 1199px)
{
    .wrap-jobs
    {
        margin-top: -100px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs
    {
        margin-top: -30px;
    }
}
.wrap-jobs .title-in
{
    text-align: center;
}
@media (min-width: 1200px)
{
    .wrap-jobs .title-in h2
    {
        font-size: 30px;

        color: #0e366d;
    }
}
.wrap-jobs .jobs
{
    padding: 70px 6% 100px;

    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-jobs .jobs
    {
        padding: 50px 15px;
    }
}
.wrap-jobs .jobs .list
{
    margin-top: 40px;

    border-top: 1px solid #d7dbdd;
}
.wrap-jobs .jobs .item
{
    font-size: 0;
	display: block;
    padding: 20px 0;

    border-bottom: 1px solid #d7dbdd;
}
@media (max-width: 767px)
{
    .wrap-jobs .jobs .item
    {
        padding: 15px 0;
    }
}
.wrap-jobs .jobs .item h3,
.wrap-jobs .jobs .item .date,
.wrap-jobs .jobs .item .mask
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-jobs .jobs .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    width: -webkit-calc(100% - 300px);
    width:         calc(100% - 300px);
    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-jobs .jobs .item h3
    {
        font-size: 16px;

        width: 100%;
        margin-bottom: 10px;
    }
}
.wrap-jobs .jobs .item .date
{
    line-height: 30px;

    width: 140px;

    text-align: center;
    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-jobs .jobs .item .date
    {
        text-align: left;
    }
}
.wrap-jobs .jobs .item .mask
{
    line-height: 30px;

    width: 120px;

    text-align: center;
    text-transform: capitalize;

    border-radius: 6px;
    background-color: #eaeaea;
}
@media (max-width: 767px)
{
    .wrap-jobs .jobs .item .mask
    {
        float: right;
    }
}
.wrap-sitemap .sitemap
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap
    {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li
    {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;

    border: 1px solid #eaeaea;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    color: #fff;
    background-color: #0e366d;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    background-color: #0e366d;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    font-size: 0;

    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    position: relative;

    list-style: none;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 10px;

    text-transform: capitalize;

    color: #666;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a
{
    font-size: 16px;

    display: block;

    padding: 5px 20px;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a
    {
        font-size: 14px;
        line-height: 24px;

        padding: 0 5px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a:before
{
    float: left;

    margin-right: 4px;

    content: '-';
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a:hover
{
    text-decoration: underline;

    color: #edaf33;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #0e366d;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-inquiry .title-inquiry h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    margin: 0 0 10px 0;
}
@media (max-width: 1199px)
{
    .wrap-inquiry .title-inquiry h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .title-inquiry h2
    {
        font-size: 24px;
    }
}
.wrap-inquiry .title-inquiry p
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
.wrap-inquiry .inquiry-info
{
    font-size: 0;

    width: 100%;

    border-collapse: collapse;
}
.wrap-inquiry .inquiry-info .title-inquiry-info
{
    text-transform: capitalize;

    color: #fff;
    background-color: #0e366d;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .title-inquiry-info
    {
        padding: 0;
    }
}
.wrap-inquiry .inquiry-info .title-inquiry-info > div
{
    font-size: 16px;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .title-inquiry-info > div
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
.wrap-inquiry .inquiry-info .inquiry-list
{
    border-bottom: 1px solid #dfdfdf;
}
.wrap-inquiry .inquiry-info .checkbox,
.wrap-inquiry .inquiry-info .pimg,
.wrap-inquiry .inquiry-info .pbrand,
.wrap-inquiry .inquiry-info .pname,
.wrap-inquiry .inquiry-info .number,
.wrap-inquiry .inquiry-info .Operation
{
    font-size: 14px;

    display: inline-block;

    padding: 20px 3%;

    vertical-align: middle;
    word-break: break-word;
}
@media (max-width: 1470px)
{
    .wrap-inquiry .inquiry-info .checkbox,
    .wrap-inquiry .inquiry-info .pimg,
    .wrap-inquiry .inquiry-info .pname,
    .wrap-inquiry .inquiry-info .number,
    .wrap-inquiry .inquiry-info .Operation
    {
        padding: 20px 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .checkbox,
    .wrap-inquiry .inquiry-info .pimg,
    .wrap-inquiry .inquiry-info .pname,
    .wrap-inquiry .inquiry-info .number,
    .wrap-inquiry .inquiry-info .Operation
    {
        padding: 20px 10px;
    }
}
.wrap-inquiry .inquiry-info .checkbox
{
    width: 10%;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .checkbox
    {
        width: 30px;
    }
}
.wrap-inquiry .inquiry-info .Operation
{
    width: 14%;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .Operation
    {
        width: 30px;
    }
}
.wrap-inquiry .inquiry-info .pimg
{
    width: 18%;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .pimg
    {
        width: -webkit-calc(44% - 30px);
        width:         calc(44% - 30px);
    }
}
.wrap-inquiry .inquiry-info .number
{
    width: 20%;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .number
    {
        width: -webkit-calc(56% - 30px);
        width:         calc(56% - 30px);
        padding: 10px;
    }
}
.wrap-inquiry .inquiry-info .pbrand{
	  width: 18%
}
.wrap-inquiry .inquiry-info .pname
{
    width: 20%;
}
.wrap-inquiry .inquiry-info .check-all .substitite
{
    padding-left: 0;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .check-all span
    {
        display: none;
    }
}
.wrap-inquiry .inquiry-info .all,
.wrap-inquiry .inquiry-info span
{
    display: inline-block;

    margin: 0;
    padding: 0;

    vertical-align: middle;
}
.wrap-inquiry .inquiry-info .check-all
{
    display: inline-block;

    margin: 0;
    padding: 0;

    text-align: center;
}
.wrap-inquiry .inquiry-info .Each,
.wrap-inquiry .inquiry-info .all
{
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 10px;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #dcdcdc;
    border-radius: 50%;
    outline: none;
    background-color: #fff;

    -webkit-appearance: none;
}
.wrap-inquiry .inquiry-info .Each:checked::after,
.wrap-inquiry .inquiry-info .all:checked::after
{
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #0e366d;
}
.wrap-inquiry .inquiry-info .change .Each::after
{
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #0e366d;
}
.wrap-inquiry .inquiry-info input
{
    font-size: 16px;
    line-height: 34px;

    position: relative;

    width: 60px;
    height: 34px;

    text-align: center;
    vertical-align: top;

    border: none;
    outline: none;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry-info input
    {
        width: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info input
    {
        font-size: 14px;
        line-height: 25px;

        width: 25px;
        height: 25px;

        border-right: none;
        border-left: none;
    }
}
.wrap-inquiry .inquiry-info .del1,
.wrap-inquiry .inquiry-info .add1
{
    font-size: 20px;
    line-height: 34px;

    display: inline-block;

    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
    vertical-align: middle;

    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .del1,
    .wrap-inquiry .inquiry-info .add1
    {
        line-height: 25px;

        position: relative;
        z-index: 8;

        width: 25px;
        height: 25px;
        margin: 0 auto;

        border-radius: 2px;
    }
}
.wrap-inquiry .inquiry-info .del1:hover,
.wrap-inquiry .inquiry-info .add1:hover
{
    color: #fff;
    border-color: #0e366d;
    background-color: #0e366d;
}
.wrap-inquiry .inquiry-info .pic
{
    border: 1px solid #dcdcdc;
}
.wrap-inquiry .inquiry-info .pic .img-box
{
    padding-bottom: 75%;
}
.wrap-inquiry .inquiry-info p
{
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info p
    {
        font-size: 13px;

        margin-bottom: 4px;
    }
	.wrap-inquiry .inquiry-info p img{
		max-height: 46px;
	}
}
.wrap-inquiry .close
{
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}
.wrap-inquiry .close::after
{
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px)
{
    .wrap-inquiry .close::after
    {
        font-size: 16px;
    }
}
.wrap-inquiry .close:hover::after
{
    color: #0e366d;
}
.wrap-inquiry .inquiry-message
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry-message
    {
        padding-top: 50px;
    }
}
.wrap-nosearch .nosearch h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
.wrap-nosearch .nosearch p
{
    line-height: 22px;

    margin: 10px 0 0 0;
    padding: 10px 20px;

    color: #666;
    border: 1px solid #faedd1;
    border-radius: 5px;
    background-color: #fcf8e3;
}
.wrap-nosearch .item
{
    margin-top: 30px;
}
nav
{
    text-align: center;
}
.pagination
{
    display: inline-block;

    margin: 50px 0 0 0;
    padding: 5px;

    border-radius: 10px;
    background-color: #f2f3f6;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li
{
    display: inline-block;

    margin: 0 8px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .pagination li
    {
        margin: 0 4px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    width: 40px;

    border-radius: 5px;
    background-color: #fff;
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-weight: normal;

    display: inline-block;

    content: '\e9b6';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.pagination li.prev:hover a,
.pagination li.next:hover a
{
    color: #fff;
    background-color: #0e366d;
}
.pagination li.next a:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.pagination li a
{
    font-size: 16px;
    line-height: 40px;

    display: block;

    width: 30px;
    height: 40px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #686868;
    border: none;
    border-radius: 5px;
    background: none;
}
@media (max-width: 767px)
{
    .pagination li a
    {
        font-size: 14px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination li a span
{
    border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    text-decoration: underline;

    color: #edaf33;
    background: none;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    text-decoration: underline;

    color: #edaf33;
    background: none;
}
@media (max-width: 1199px)
{
    .skiptranslate iframe
    {
        display: none;
    }
    .google-translation .skiptranslate
    {
        display: inline-block;
    }
    body
    {
        top: 0 !important;
    }
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.map-content label
{
    line-height: 30px !important;

    max-width: 200px;
    padding: 0 10px !important;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}

.banner-video-box
{
    position: relative;

    display: block;

    padding-bottom: 50%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;

    width: 100%;
    height: 100%;
}
.banner-video-box .fluid_initial_play
{
    background-color: #d52c37 !important;
}
.banner-video-box video{
	object-fit: cover;
}

.banner .mobile-video
{
    position: relative;

    display: block;
}
.banner .mobile-video:after
{
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before
{
    font-size: 50px;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    content: '\e644';
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}


/**
 * Date : 2023年3月7日11:34:50
 * @author HSM
 * @toDo 导航 手机端下拉  手机端五个一键
 */

@media (min-width: 1200px) {
    .header:hover,
	.header.white{
        color: #333;
        background-color: #fff;
        background-image: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .header:hover .language p,
	.header.white .language p
	{
        color: #fff;
        background-color: #0e366d;
    }

    .header:hover .logo .fix,
    .header.white .logo .fix
	{
        display: block;
    }

    .header:hover .logo .now,
    .header.white .logo .now
	{
        display: none;
    }

}

@media (max-width: 767px) {
    .box-product-choose .choose-right ul li {
        width: 30% !important;
    }
    .box-product-choose .choose-right ul li:last-child {
        width: auto !important;
    }
    .box-product-choose .choose-right select {
        background-position: 110%;
    }
}

@media (max-width: 480px) {
    .box-product-choose .choose-right select {
        background-position: 130%;
        font-size: 3.4vmin;
        padding: 0 20px 0 2vw;
    }
    .box-product-choose .choose-right ul{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .box-product-choose .choose-right ul li {
        width: calc(33.333% - 15px) !important;
        padding: 0 2px;
    }
}

.xs-online ul li.xs-online-share > span:before {
    content: '\e682';
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.xs-online-share >span{
    font-size: 10px;
    display: block;
    padding: 8px 0;
    text-transform: uppercase;
    color: inherit;
}

.xs-online-share:hover .share {
    display: block;
}
.xs-online-share .share {
    position: absolute;
    bottom: 100%;
    left: 35%;
    z-index: 2;
    width: 60%;
    background-color: #fff;
    padding: 5px;
    display: none;
}

.xs-online-share .share ul{
    display: flex;
}


.xs-online-share .share li{
    width: 25%;
}

.xs-online-share .share a {
    background-color: #0e366d;
    color: #fff;
}

.xs-online-share .share a:before {
    display: none !important;
}

.wrap-product-show .table-box table {
    width: 100% !important;
}
.social-share .icon-wechat .wechat-qrcode .help p{
	font-size: 12px;
	line-height: 1.2;
	display: block;
	font-weight: normal;
}

.social-share .icon-qzone:before{
	content: "\f11a";
}

@media(max-width:1199px){
	.wrap-product-show .table-box table tr:nth-child(1){
		white-space: nowrap;
	}
	.footer .foot .item-1 .share ul li a img{
		left:0
	}
}
.xs-online ul li.xs-online-qq > a:before{
	content: '\e62d';
}
.icon-shipin:before{
   content: '';
   width: 20px;
   height: 20px;
   display: block;
   margin-top: 4px;
   background: url(/tpl/cn_zodotire/assets/images/shipin.png) no-repeat center;
   background-size: cover;
   filter: brightness(0) invert(1);
}

.xs-online .phone-num{
	position: absolute;
	bottom: 100%;
	z-index: 6;
	background-color: #fff;
	color: #333;
	padding: 10px;
	text-align: left;
	box-shadow: 0 0 10px #dcdcdc;
	display: none;
}
.xs-online .phone-num p{
	margin: 0;
	line-height: 30px;
}
.xs-online ul li:hover .phone-num{
	display: block;
}