/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/AvantGardeITCbyBT-Book.eot');
    src: local('AvantGardeITCbyBT-Book'), url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-Book.woff2') format('woff2'), url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Tungsten';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Tungsten-Bold.eot');
    src: local('Tungsten Bold'), local('Tungsten-Bold'), url('../fonts/Tungsten-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Tungsten-Bold.woff2') format('woff2'), url('../fonts/Tungsten-Bold.woff') format('woff'), url('../fonts/Tungsten-Bold.ttf') format('truetype'), url('../fonts/Tungsten-Bold.svg#Tungsten-Bold') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'DIN 1451 Std';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/DINEngschriftStd.eot');
    src: local('DIN 1451 Std Engschrift'), local('DINEngschriftStd'), url('../fonts/DINEngschriftStd.eot?#iefix') format('embedded-opentype'), url('../fonts/DINEngschriftStd.woff2') format('woff2'), url('../fonts/DINEngschriftStd.woff') format('woff'), url('../fonts/DINEngschriftStd.ttf') format('truetype'), url('../fonts/DINEngschriftStd.svg#DINEngschriftStd') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Century Gothic';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/2-CenturyGothic-Bold.eot');
    src: local('2-Century Gothic Bold'), local('2-CenturyGothic-Bold'), url('../fonts/2-CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/2-CenturyGothic-Bold.woff2') format('woff2'), url('../fonts/2-CenturyGothic-Bold.woff') format('woff'), url('../fonts/2-CenturyGothic-Bold.ttf') format('truetype'), url('../fonts/2-CenturyGothic-Bold.svg#2-CenturyGothic-Bold') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Century Gothic';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/CenturyGothic.eot');
    src: local('Century Gothic'), local('CenturyGothic'), url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic.woff2') format('woff2'), url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf') format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'jiangxizhuokai';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/jiangxizhuokai-Regular.eot');
    src: local('jiangxizhuokai Regular'), local('jiangxizhuokai-Regular'), url('../fonts/jiangxizhuokai-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/jiangxizhuokai-Regular.woff2') format('woff2'), url('../fonts/jiangxizhuokai-Regular.woff') format('woff'), url('../fonts/jiangxizhuokai-Regular.ttf') format('truetype'), url('../fonts/jiangxizhuokai-Regular.svg#jiangxizhuokai-Regular') format('svg');
    font-display: swap;
}
.scrolly::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 8px;
}
.scrolly::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #e60012;
}
.scrolly::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #fabf13;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
.header a,
.footer a
{
    color: inherit;
}
.header ul,
.footer ul
{
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li
{
    list-style: none;
}
.header button,
.footer button
{
    border: none;
    outline: none;
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (min-width: 1580px)
{
    .container
    {
        width: 1550px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n + 1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
ul
{
    margin: 0;
    padding: 0;
}
input[type='number']
{
    -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
a:active,
a:link,
a:visited
{
    text-decoration: none;
}
.i-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}



.i-box img
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}


.i-box img[src=''],
.i-box img:not([src])
{
    opacity: 0;
    border: 0;
}

ul
{
    margin: 0;
    padding: 0;
}
ul li
{
    list-style: none;
}
p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 767px)
{
    p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 120px;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        top: 0;
        left: 0;

        width: 100%;
        height: 60px;
    }
}
.header .logo
{
    position: relative;

    float: left;

    height: 80px;
    margin-top: 20px;

    -webkit-transition: all .6s;
            transition: all .6s;
		margin-left: 3%;				
}
@media (max-width: 1280px) {
	.header .logo {
		margin-left: 0%;
	}
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 50px;
        margin: 5px 0 0 0;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 40px;
        margin-top: 10px;
    }
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

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

        margin-top: 8px;
        margin-top: 10px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #666 !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

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

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.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);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        float: right;

        -webkit-transition: all .4s;
                transition: all .4s;
				margin-right: 3%;				
				margin-right: 0%!important;
    }
    .header .nav a:hover
    {
        color: #e71218;
    }
}
@media (max-width: 1280px) {
	.header .nav {
		margin-right: 0;
	}
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #fafafa;
        background-color: #fff;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        font-size: 0;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        float: left;

        padding: 0 20px;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 20px;
        line-height: 120px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav .nav-list1 > li > a:after
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        display: block;

        width: 0;
        height: 6px;

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

        background-color: #e71218;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #e71218;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0;

        display: none;
        overflow: hidden;

        min-width: 100%;
        padding: 20px 0;

        text-align: center;

        color: #666;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 17px;
        line-height: 24px;

        padding: 4px 20px;
        padding: 4px 0px;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        text-decoration: underline;

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

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2
    {
        display: none;
    }
    .header .nav .nav-list2 a
    {
        font-size: 15px;
        line-height: 2;

        margin-top: 5px;
    }
}
.header .nav .nav-list2 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a
    {
        margin-top: 0;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list3 a
    {
        line-height: 30px;

        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a
    {
        display: inline-block;

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before
    {
        content: '·';
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        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-color: #000;
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 14px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);

        color: #fff;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 24px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 20px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    line-height: 30px;

    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .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%);
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 15px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 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 > a
    {
        font-size: 18px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .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: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .find
{
    line-height: 80px;

    position: relative;

    display: inline-block;
    float: right;

    height: 80px;
    padding: 0 10px;

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

    color: #e71218;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

        height: 60px;
        margin: 0;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        padding: 0 10px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e623';
}
.header .find:hover
{
    color: #e71218;
}
.header .open-search
{
    font-size: 14px;

    position: fixed;
    z-index: 2;
    top: 100px;
    left: 0;

    display: none;

    width: 100%;
    padding: 14px 0;

    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .open-search
    {
        top: 60px;
    }
}
.header .open-search form
{
    position: relative;

    display: inline-block;

    width: -webkit-calc(100% - 60px);
    width:         calc(100% - 60px);
}
.header .open-search form input
{
    line-height: 24px;

    width: 100%;
    padding: 4px 60px 4px 20px;

    border: 1px solid #dcdcdc;
    outline: none;
}
.header .open-search form input::-webkit-input-placeholder,
.header .open-search form textarea::-webkit-input-placeholder
{
    color: #666;
}
.header .open-search form input:-o-placeholder,
.header .open-search form textarea:-o-placeholder
{
    color: #666;
}
.header .open-search form input::-moz-placeholder,
.header .open-search form textarea::-moz-placeholder
{
    color: #666;
}
.header .open-search form input:-ms-input-placeholder,
.header .open-search form textarea:-ms-input-placeholder
{
    color: #666;
}
.header .open-search form input:focus::-webkit-input-placeholder,
.header .open-search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-o-placeholder,
.header .open-search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-moz-placeholder,
.header .open-search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-ms-input-placeholder,
.header .open-search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .open-search form .submit
{
    line-height: 32px;

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

    width: 40px;
    padding: 0;

    text-align: center;

    background: none;
}
.header .open-search form .submit:before
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e660';
}
.header .open-search form .submit:hover
{
    color: #e71218;
}
.header .open-search .search-close
{
    line-height: 30px;

    float: right;

    width: 60px;

    text-align: right;
}
.header .open-search .search-close:hover
{
    color: #e71218;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header
{
    top: 0;
    left: 0;

    width: 100%;
    height: 80px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header.fixed-header
    {
        height: 60px;
    }
}
.header.fixed-header .logo
{
    height: 60px;
    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        height: 40px;
        margin-top: 10px;
    }
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 80px;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 70px;

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

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

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@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;

    color: #fff;
}
.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: 10;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

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

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

    border-radius: 10px;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:hover
{
    text-decoration: none;
}
.online-wrap .online a:before
{
    font-size: 22px;
    font-weight: normal;

    color: #fff;
}
.online-wrap .online a:after
{
    display: block;

    width: 30px;
    height: 1px;
    margin: 0 auto;

    content: '';

    opacity: .5;
    background-color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #898989;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 50px;

        width: 40px;
        height: 50px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        left: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: -300px;

    padding-right: 5px;

    -webkit-transition: left .3s;
            transition: left .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #b40207;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .cart
{
    position: relative;
}
.online-wrap .online .cart:before
{
    font-family: 'iconfont' !important;

    content: '\e633';
}
.online-wrap .online .cart span
{
    line-height: 20px;

    position: absolute;
    top: 4px;
    right: 0;

    width: 20px;
    height: 20px;

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

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

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

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

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

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

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

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

    content: '\e61c';
}
.online-wrap .online .icon-arrow-top:before
{
    font-family: 'iconfont' !important;
    font-size: 26px !important;

    content: '\e614';
}
.online-wrap .online .icon-arrow-top:after
{
    display: none !important;
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@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;
}
.xs-online
{
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

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

    margin: 0;
    padding: 0;

    text-align: center;

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

    width: 20%;

    list-style: none;

    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: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

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

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

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

    content: '\e60f';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 120px;
    padding-top: 80px;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 60px;
    }
}
.banner .item
{
    position: relative;
}
.banner .slickbanner
{
    overflow: hidden;
}
@media (max-width: 767px)
{
    .banner .slickbanner
    {
        /* width: 140%;
        max-width: 140%;
        margin-left: -20%; */
    }
}
.banner .slick-dots
{
    position: absolute;
    z-index: 6;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 20px;
    }
}
.banner .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 22px;
    width: 12px;
    height: 22px;
    height: 12px;
    margin: 0 6px;
    margin: 0 12px;

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

    border: 1px solid #fff;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .banner .slick-dots li
    {
        width: 16px;
        height: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots li
    {
        width: 12px;
        height: 12px;
    }
}
.banner .slick-dots li.slick-active
{
    border-color: #e71218;
    background-color: #e71218;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 40px;

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

    overflow: hidden;

    padding: 0;

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

    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow
    {
        left: 8%;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    content: '\e601';
}
@media (max-width: 991px)
{
    .banner .slick-arrow:before
    {
        font-size: 30px;
    }
}
.banner .slick-arrow.slick-next
{
    right: 3%;
    left: auto;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow.slick-next
    {
        right: 10%;
    }
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .text
{
    position: absolute;
    top: 56%;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 1470px)
{
    .banner .text
    {
        top: 51%;
    }
}
@media (max-width: 767px)
{
    .banner .text
    {
        padding: 0 13%;
    }
}
.banner .text .note,
.banner .text .mask,
.banner .text .bimg
{
    display: inline-block;

    vertical-align: top;
}
.banner .text .note
{
    max-height: 390px;
    margin-top: 20px;

        -ms-writing-mode: tb-rl;

    -webkit-writing-mode: tb-rl;
            writing-mode: tb-rl;
}
@media (max-width: 991px)
{
    .banner .text .note
    {
        max-height: 290px;
    }
}
@media (max-width: 767px)
{
    .banner .text .note
    {
        max-height: 200px;
    }
}
.banner .text .note p
{
    font-size: 20px;
    line-height: 2.1;

    margin: 0;
}
@media (max-width: 1470px)
{
    .banner .text .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .banner .text .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .text .note p
    {
        font-size: 14px;
        line-height: 24px;

        display: none;
    }
}
.banner .text .mask
{
    margin-left: 40px;
    padding: 20px 16px;

        -ms-writing-mode: tb-rl;

    color: #fff;
    background-color: #c4000f;

    -webkit-writing-mode: tb-rl;
            writing-mode: tb-rl;
}
@media (max-width: 1199px)
{
    .banner .text .mask
    {
        margin-left: 20px;
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .banner .text .mask
    {
        padding: 10px 6px;
    }
}
.banner .text .mask h3
{
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .banner .text .mask h3
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .banner .text .mask h3
    {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width: 991px)
{
    .banner .text .mask h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner .text .mask h3
    {
        font-size: 14px;
    }
}
.banner .text .bimg img
{
    width: auto;
    max-width: 100%;
}
@media (max-width: 1470px)
{
    .banner .text .bimg img
    {
        max-width: 160px;
    }
}
@media (max-width: 1199px)
{
    .banner .text .bimg img
    {
        max-width: 100px;
    }
}
@media (max-width: 767px)
{
    .banner .text .bimg img
    {
        max-width: 60px;
    }
}
.banner .text-5 .note,
.banner .text-5 .mask
{
    display: block;
}
.banner .text-5 .bimg img
{
    max-width: 120px;
}
.banner .text-5 .note
{
    max-width: 580px;
    margin-top: 20px;

        -ms-writing-mode: lr-tb;

    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
}
@media (max-width: 767px)
{
    .banner .text-5 .note
    {
        display: none;
    }
}
.banner .text-5 .more
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .banner .text-5 .more
    {
        margin: 0;
    }
}
.banner .text-5 .more a
{
    font-size: 20px;
    line-height: 63px;

    display: inline-block;

    width: 143px;
    height: 63px;

    text-align: center;

    background: url(../images/bmore.png) no-repeat center;
    background-size: 100% auto;
}
@media (max-width: 991px)
{
    .banner .text-5 .more a
    {
        font-size: 16px;

        width: 80px;
    }
}
@media (max-width: 767px)
{
    .banner-in
    {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
.banner-in img
{
    width: 100%;
}
.banner-in .text-in
{
    position: absolute;
    top: 56%;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .banner-in .text-in
    {
        top: 60%;
    }
}
.banner-in .text-in img
{
    width: auto;
    margin-bottom: 20px;
}
@media (max-width: 1470px)
{
    .banner-in .text-in img
    {
        max-width: 400px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .text-in img
    {
        max-width: 300px;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-in img
    {
        max-width: 240px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in img
    {
        max-width: 120px;
        margin-bottom: 10px;
    }
}
.banner-in .text-in p
{
    font-size: 20px;
    line-height: 1.8;

    max-width: 590px;
    margin: 0;
}
@media (max-width: 1199px)
{
    .banner-in .text-in p
    {
        font-size: 18px;

        max-width: 300px;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-in p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in p
    {
        font-size: 12px;
    }
}
.banner-canyin
{
    padding-top: 0;
}
@media (max-width: 1199px)
{
    .banner-canyin
    {
        padding-top: 0;
    }
}
.banner-canyin .text-canyin
{
    position: absolute;
    z-index: 2;
    right: 5%;
    bottom: 3%;

    max-width: 430px;
}
@media (max-width: 1470px)
{
    .banner-canyin .text-canyin
    {
        max-width: 300px;
    }
}
@media (max-width: 1199px)
{
    .banner-canyin .text-canyin
    {
        max-width: 200px;
    }
}
@media (max-width: 767px)
{
    .banner-canyin .text-canyin
    {
        max-width: 100px;
    }
}
.banner-canyin .text-canyin img
{
    width: auto;
    max-width: 100%;
}
.banner .slick-current .note,
.banner .slick-current .bimg
{
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
.banner .slick-current .mask
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current .more
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1
{
    -webkit-animation-name: narrow;
            animation-name: narrow;
}
.home
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .home
    {
        padding: 50px 0;
    }
}
.title h2
{
    font-size: 42px;
    font-size: 52px;
    font-weight: normal;
    line-height: 1;

    display: inline-block;

    margin: 0;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 30px;
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 20px;
    }
}
.title h2:before
{
    display: inline-block;

    width: 27px;
    height: 26px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background: url(../images/titleicon.png) no-repeat;
		display: none;
}
.title h2 span
{
    color: #e71218;
}
.title a.more
{
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;

    display: inline-block;
    float: right;

    letter-spacing: 2px;
		color: #999;
		padding-right: 30px;
		background: url(../images/shit.png) right center no-repeat;
		background-size: 24px auto;
}
@media (max-width: 991px)
{
    .title a.more
    {
        font-size: 16px;
        line-height: 30px;

        letter-spacing: 1px;
    }
}
@media (max-width: 767px)
{
    .title a.more
    {
        font-size: 13px;
				padding-right: 24px;
				background-size: 20px auto;
    }
}
.title a.more:after
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    content: '\e673';

    color: #e71218;
		display: none;
}
.title a.more:hover
{
    color: #e71218;
}
.home-product .product
{
    margin-top: 30px;
    padding-top: 60px;

    border-top: 1px solid #c9c9c9;
}
@media (max-width: 991px)
{
    .home-product .product
    {
        margin-top: 20px;
        padding-top: 30px;
    }
}
.home-product .product > ul > li:nth-child(2n) .item .pic
{
    left: 50%;
}
@media (max-width: 767px)
{
    .home-product .product > ul > li:nth-child(2n) .item .pic
    {
        left: 0;
    }
}
.home-product .product > ul > li:nth-child(2n) .item .text
{
    right: 50%;
}
@media (max-width: 767px)
{
    .home-product .product > ul > li:nth-child(2n) .item .text
    {
        right: 0;
    }
}
.home-product .product .item
{
    font-size: 0;

    height: 100%;
}
.home-product .product .item .pic,
.home-product .product .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .home-product .product .item .pic,
    .home-product .product .item .text
    {
        display: block;

        width: 100%;
    }
}
.home-product .product .item .pic .i-box
{
    padding-bottom: 71.05263158%;
}
.home-product .product .item .pic .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-product .product .item .text
{
    max-height: 350px;
    max-height: 380px;
    padding: 0 5%;

        -ms-writing-mode: tb-rl;

    -webkit-writing-mode: tb-rl;
            writing-mode: tb-rl;
}
@media (max-width: 1199px)
{
    .home-product .product .item .text
    {
        max-height: 250px;
        padding: 0 3%;
    }
}
@media (max-width: 991px)
{
    .home-product .product .item .text
    {
        max-height: 230px;
    }
}
@media (max-width: 767px)
{
    .home-product .product .item .text
    {
        max-height: 100%;
        padding: 20px 0;

            -ms-writing-mode: lr-tb;

        -webkit-writing-mode: horizontal-tb;
                writing-mode: horizontal-tb;
    }
}
.home-product .product .item .text .title-product,
.home-product .product .item .text .note,
.home-product .product .item .text .more
{
    display: inline-block;

    vertical-align: top;
        -ms-writing-mode: tb-rl;

    -webkit-writing-mode: tb-rl;
            writing-mode: tb-rl;
}
@media (max-width: 767px)
{
    /* .home-product .product .item .text .title-product, */
    .home-product .product .item .text .note,
    .home-product .product .item .text .more
    {
            -ms-writing-mode: lr-tb;

        -webkit-writing-mode: horizontal-tb;
                writing-mode: horizontal-tb;
    }
}
.home-product .product .item .text .title-product
{
    margin-left: 30px;
    padding: 30px 10px;

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

    border: 6px solid #e71218;
    border: 4px solid #e71218;
    border-radius: 0 0 20px 0;
}
@media (max-width: 1199px)
{
    .home-product .product .item .text .title-product
    {
        margin-left: 20px;
        padding: 14px 6px;

        border-width: 4px;
    }
}
@media (max-width: 767px)
{
    .home-product .product .item .text .title-product
    {
        margin-left: 0;
        padding: 8px 20px;
        padding: 8px 4px;
        border-width: 2px;
        border-radius: 0 0 10px 0;
    }
}
.home-product .product .item .text .title-product h3
{
    font-size: 36px;
    line-height: 1.3;
		letter-spacing: 2px;
    margin: 0;
}
@media (max-width: 1199px)
{
    .home-product .product .item .text .title-product h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .home-product .product .item .text .title-product h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .home-product .product .item .text .title-product h3
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.home-product .product .item .text .note
{
    margin-left: 30px;
}
@media (max-width: 991px)
{
    .home-product .product .item .text .note
    {
        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .home-product .product .item .text .note
    {
        margin-top: 10px;
        margin-left: 0;
    }
}
.home-product .product .item .text .note p
{
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
		letter-spacing: 2px;
    margin: 0;
}
@media (max-width: 1350px)
{
    .home-product .product .item .text .note p
    {
        line-height: 30px;
		font-size: 16px;
    }
}
@media (max-width: 1199px)
{
		.home-product .product .item .text .note {
			margin-left: 15px;
		}
    .home-product .product .item .text .note p
    {
        font-size: 14px;
        line-height: 17px;
				line-height: 22px;
    }
}
@media (max-width: 991px) {
	.home-product .product .item .text .note {
		margin-left: 5px;
		width: 192px;
		overflow: hidden;
	}
	.home-product .product .item .text .note p {
		letter-spacing: 1px;
		line-height: 24px;
	}
}
@media (max-width: 767px)
{
		.home-product .product .item .text .note {
			width: 290px;
			margin-top: 0;
			margin-left: 10px;
		}
    .home-product .product .item .text .note p
    {
        font-size: 13px;
    }
}
@media (max-width: 767px)
{
    .home-product .product .item .text .more
    {
				width: 100%;
        margin-top: 10px;
    }
}
.home-product .product .item .text .more a
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

    color: #e71218;
		padding-bottom: 30px;
		background: url(../images/shit.png) bottom center no-repeat;
		background-size: 24px auto;
}
@media (max-width: 991px)
{
    .home-product .product .item .text .more a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .home-product .product .item .text .more a
    {
        font-size: 14px;
				margin-left: 48px;
				padding-bottom: 0;
				padding-right: 26px;
				background-position: right center;
				background-size: 20px auto;
    }
}
.home-product .product .item .text .more a:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-top: 30px;

    content: '\e673';
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
		display: none;
}
@media (max-width: 767px)
{
    .home-product .product .item .text .more a:after
    {
        margin: 0 0 0 10px;

        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}
.home-product .product .item .text .more a:hover a
{
    color: #b40207;
}
.home-product .product .item:hover .pic .i-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-product .product .item:hover .text .title-product
{
    color: #e71218;
}
.home-quality
{
    position: relative;

    padding: 0;
}
.home-quality:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 50%;

    /* content: ''; */

    background-color: #f9f9f9;
}
.home-quality .slick-quality
{
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px)
{
    .home-quality .slick-quality
    {
        margin-top: 30px;
    }
}
.home-quality .slick-quality .slick-slide
{
    padding: 70px 0;

    -webkit-transition:         transform .6s;
    -webkit-transition: -webkit-transform .6s;
            transition: -webkit-transform .6s;
            transition:         transform .6s;
            transition:         transform .6s, -webkit-transform .6s;
}
@media (max-width: 1199px)
{
    .home-quality .slick-quality .slick-slide
    {
        padding: 0;
    }
}
@media (min-width: 1200px)
{
    .home-quality .slick-quality .slick-slide:hover
    {
        position: relative;
        z-index: 3;

        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.home-quality .slick-quality .item
{
    position: relative;

    display: block;
}
.home-quality .slick-quality .item .i-box
{
    padding-bottom: 170.83333333%;
}
.home-quality .slick-quality .item .text
{
    position: absolute;
    z-index: 2;
    bottom: 10%;

    width: 100%;
    padding: 0 3%;

    color: #fff;
}
@media (max-width: 1199px)
{
    .home-quality .slick-quality .item .text
    {
        bottom: 5%;
    }
}
.home-quality .slick-quality .item .text span.number
{
    font-family: 'Century Gothic';
    font-size: 56px;
    font-weight: bold;
}
@media (max-width: 1470px)
{
    .home-quality .slick-quality .item .text span.number
    {
        font-size: 46px;
    }
}
@media (max-width: 1199px)
{
    .home-quality .slick-quality .item .text span.number
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .home-quality .slick-quality .item .text span.number
    {
        font-size: 30px;
    }
}
.home-quality .slick-quality .item .text .title-quality
{
    padding-bottom: 16px;

    border-bottom: 1px solid #fff;
}
.home-quality .slick-quality .item .text .title-quality h3
{
    font-size: 28px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .home-quality .slick-quality .item .text .title-quality h3
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .home-quality .slick-quality .item .text .title-quality h3
    {
        font-size: 20px;
        line-height: 30px;

        height: 30px;
    }
}
@media (max-width: 767px)
{
    .home-quality .slick-quality .item .text .title-quality h3
    {
        font-size: 16px;
    }
}
.home-quality .slick-quality .item .text .title-quality h3:before
{
    display: inline-block;

    width: 6px;
    height: 30px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #fff;
}
.home-quality .slick-quality .item .text .note
{
    margin-top: 10px;
}
.home-quality .slick-quality .item .text .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .home-quality .slick-quality .item .text .note p
    {
        font-size: 14px;
    }
}
.home-quality .slick-quality .item .text span.more
{
    font-size: 40px;
    line-height: 1;

    display: block;

    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .home-quality .slick-quality .item .text span.more
    {
        font-size: 30px;

        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .home-quality .slick-quality .item .text span.more
    {
        font-size: 20px;
    }
}
.home-quality .slick-quality .item .text span.more:before
{
    font-family: 'iconfont' !important;

    content: '\e63d';
}
.home-news
{
    padding-bottom: 150px;

    background-color: #f9f9f9;
}
@media (max-width: 1470px)
{
    .home-news
    {
        padding-bottom: 120px;
    }
}
@media (max-width: 991px)
{
    .home-news
    {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px)
{
    .home-news
    {
        padding-bottom: 60px;
    }
}
.home-news .news
{
    font-size: 0;

    max-width: 1670px;
    margin: 0 auto;
    margin-top: 70px;
    padding-right: 50px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .home-news .news
    {
        margin-top: 30px;
        padding-right: 0;
    }
}
.home-news .news .news-left,
.home-news .news .news-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.home-news .news .news-left
{
    width: -webkit-calc(100% - 450px);
    width:         calc(100% - 450px);
    padding-right: 50px;
}
@media (max-width: 1199px)
{
    .home-news .news .news-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.home-news .news .news-left ul
{
    font-size: 0;

    overflow: hidden;
}
.home-news .news .news-left ul li
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;
    margin-bottom: -1px;
    margin-left: -1px;

    vertical-align: top;

    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}
@media (max-width: 767px)
{
    .home-news .news .news-left ul li
    {
        width: 50%;
    }
}
.home-news .news .news-left .item
{
    padding: 40px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .home-news .news .news-left .item
    {
        padding: 30px 15px;
    }
}
.home-news .news .news-left .item a
{
    display: block;
}
.home-news .news .news-left .item .title-news
{
    position: relative;

    padding-bottom: 30px;
    padding-left: 90px;

    border-bottom: 1px solid #bfbfbf;
}
@media (max-width: 767px)
{
    .home-news .news .news-left .item .title-news
    {
        padding-bottom: 10px;
        padding-left: 50px;
    }
}
.home-news .news .news-left .item .title-news .date
{
    position: absolute;
    top: 0;
    left: 0;

    width: 90px;

    text-align: center;

    color: #e71218;
}
@media (max-width: 767px)
{
    .home-news .news .news-left .item .title-news .date
    {
        width: 50px;
    }
}
.home-news .news .news-left .item .title-news .date b
{
    font-family: 'Century Gothic';
    font-size: 48px;
    line-height: 1;

    display: block;
}
@media (max-width: 767px)
{
    .home-news .news .news-left .item .title-news .date b
    {
        font-size: 38px;
    }
}
@media (max-width: 767px)
{
    .home-news .news .news-left .item .title-news .date b
    {
        font-size: 28px;
    }
}
.home-news .news .news-left .item .title-news .date span
{
    font-size: 15px;
    line-height: 24px;

    display: block;
}
@media (max-width: 767px)
{
    .home-news .news .news-left .item .title-news .date span
    {
        font-size: 12px;
    }
}
.home-news .news .news-left .item .title-news h3
{
    font-size: 20px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 64px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px)
{
    .home-news .news .news-left .item .title-news h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .home-news .news .news-left .item .title-news h3
    {
        font-size: 16px;
        line-height: 24px;

        height: 48px;
    }
}
@media (max-width: 767px)
{
    .home-news .news .news-left .item .title-news h3
    {
        font-size: 14px;
    }
}
.home-news .news .news-left .item .note
{
    margin-top: 14px;
}
.home-news .news .news-left .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    color: #999;

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

        height: 48px;
    }
}
.home-news .news .news-left .item a.more
{
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

    margin-top: 30px;

    color: #e71218;
}
@media (max-width: 991px)
{
    .home-news .news .news-left .item a.more
    {
        margin-top: 14px;
    }
}
@media (max-width: 767px)
{
    .home-news .news .news-left .item a.more
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.home-news .news .news-left .item a.more:after
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    float: right;

    margin-left: 10px;

    content: '\e62e';
		display: none;
}
@media (max-width: 991px)
{
    .home-news .news .news-left .item a.more:after
    {
        font-size: 30px;
    }
}
.home-news .news .news-left .item:hover
{
    color: #fff;
    background-color: #e71218;
}
.home-news .news .news-left .item:hover .title-news
{
    border-bottom-color: #fff;
}
.home-news .news .news-left .item:hover .title-news .date
{
    color: #fff;
}
.home-news .news .news-left .item:hover .title-news h3
{
    color: #fff;
}
.home-news .news .news-left .item:hover .note p
{
    color: #fff;
}
.home-news .news .news-left .item:hover a.more
{
    color: #fff;
}
.home-news .news .news-right
{
    overflow: hidden;

    width: 450px;
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .home-news .news .news-right
    {
        display: none;

        width: 100%;
        padding-left: 0;
    }
}
.footer
{
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden;

    padding: 0 5%;

    color: #fff;
    background-color: #333;
}
@media (max-width: 1199px)
{
    .footer
    {
        padding: 0 15px;
    }
}
.footer .foot
{
    font-size: 0;

    position: relative;
    z-index: 2;

    padding: 60px 0;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
.footer .foot .foot-left,
.footer .foot .foot-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.footer .foot .foot-left
{
    width: 80%;
    padding-right: 5%;
}
@media (max-width: 1470px)
{
    .footer .foot .foot-left
    {
        width: 75%;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .foot-left
    {
        width: 100%;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
	.footer .foot .foot-left {
		display: none;
	}
}
.footer .foot .foot-left > ul
{
    font-size: 0;

    overflow: hidden;

    margin: 0 -30px;
}
.footer .foot .foot-left > ul > li
{
    font-size: 16px;

    display: inline-block;

    width: 16.66666667%;
    margin-bottom: -999px;
    padding: 0 30px;
    padding-bottom: 999px;

    vertical-align: top;

    /* border-right: 1px solid #707070; */
}
@media (max-width: 767px)
{
    .footer .foot .foot-left > ul > li
    {
        width: 100%;
        margin: 10px 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
.footer .foot .foot-left > ul > li:last-child
{
    border-right: none;
}
.footer .foot .foot-left > ul > li > a
{
    font-size: 20px;
    line-height: 2;

    display: block;
}
@media (max-width: 1350px)
{
    .footer .foot .foot-left > ul > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .foot-left > ul > li > a
    {
        line-height: 24px;
    }
}
.footer .foot .foot-left > ul > li > ul
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot .foot-left > ul > li > ul
    {
        margin-top: 6px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .foot-left > ul > li > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.footer .foot .foot-left > ul > li > ul > li a
{
    font-size: 16px;
    line-height: 2;

    display: block;

    color: #eee;
}
@media (max-width: 991px)
{
    .footer .foot .foot-left > ul > li > ul > li a
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-left > ul > li > ul > li a
    {
        margin-right: 10px;
    }
}
.footer .foot .foot-left > ul > li > ul > li a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot .foot-right
{
    width: 20%;
}
@media (max-width: 1470px)
{
    .footer .foot .foot-right
    {
        width: 25%;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .foot-right
    {
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .foot-right .foot-logo
    {
        display: none;
    }
}
@media (max-width: 767px) {
	.footer .foot .foot-right {
		margin-top: 0;
	}
}
.footer .foot .foot-right .foot-logo img
{
    max-width: 100%;
}
.footer .foot .foot-right .foot-text
{
    margin-top: 20px;
}

.footer .foot .foot-right .foot-text p
{
    font-size: 16px;
    line-height: 28px;

    position: relative;

    margin: 10px 0 0 0;
    padding-left: 30px;
}
.footer .foot .foot-right .foot-text p:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    position: absolute;
    left: 0;

    content: '\e633';
}
.footer .foot .foot-right .foot-text p.tel
{
    font-family: 'Century Gothic';
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-right .foot-text
    {
        /* display: none; */
    }
	
	.footer .foot .foot-right .foot-text p{
		font-size: 14px;
	}
	.footer .foot .foot-right .foot-text p.tel{
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.footer .foot .foot-right .foot-text {
		margin-top: 0;
	}
}
.footer .foot .foot-right .foot-text p.address:before
{
    content: '\e60d';
}
.footer .foot .foot-right .foot-erweima
{
    display: table;

    width: 100%;
    margin-top: 20px;
    padding-left: 30px;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-right .foot-erweima
    {
        max-width: 240px;
        margin-top: 10px;
        padding-left: 0;
    }
}
.footer .foot .foot-right .foot-erweima .erweima,
.footer .foot .foot-right .foot-erweima .note
{
    display: table-cell;

    vertical-align: middle;
}
.footer .foot .foot-right .foot-erweima .erweima
{
    padding-right: 10px;
}
.footer .foot .foot-right .foot-erweima .erweima img
{
    max-width: 100px;
}
.footer .foot .foot-right .foot-erweima .note
{
    border-top: 1px solid #717171;
    border-bottom: 1px solid #717171;
}
.footer .foot .foot-right .foot-erweima .note p
{
    font-size: 16px;
    line-height: 28px;

    margin: 0;

    color: #ddd;
}
@media (max-width: 1470px)
{
    .footer .foot .foot-right .foot-erweima .note p
    {
        font-size: 13px;
    }
}
.footer .copyright
{
    font-size: 16px;

    padding: 30px 0;

    color: #ddd;
    border-top: 1px solid #7d7d7d;
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        font-size: 14px;

        padding: 10px 0;

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

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .footer .copyright p
    {
        line-height: 24px;
    }
}
.footer .copyright p span
{
    margin: 0 20px;
}
.footer .copyright a.power
{
    line-height: 24px;

    display: inline-block;

    vertical-align: middle;
}
.footer .copyright a.power:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright .share
{
    display: inline-block;
    float: right;
}
@media (max-width: 767px)
{
		.footer .copyright p span {
			display: block;
			width: 100%;
			margin: 0;
		}
    .footer .copyright .share
    {
        display: block;
        float: none;

        text-align: center;
    }
}
.footer .copyright .share ul li
{
    display: inline-block;

    vertical-align: top;
}
.footer .copyright .share ul li:after
{
    display: inline-block;

    width: 14px;
    height: 1px;

    /* content: ''; */
    vertical-align: middle;

    background-color: #fff;
}
.footer .copyright .share ul li:last-child:after
{
    display: none;
}
.footer .copyright .share ul li a
{
    font-size: 24px;
    line-height: 30px;

    display: inline-block;

    padding: 0 10px;

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

    color: #fff;
}
.footer .copyright .share ul li a:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.footer .copyright .share ul li a.qq:before
{
    content: '\e62d';
}
.footer .copyright .share ul li a.email:before
{
    content: '\e64c';
}
.footer .copyright .share ul li a:hover
{
    color: #999;
}
.xs-copyright
{
    display: none;

    padding: 10px 0;

    text-align: center;

    background: url(../images/canyin_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .xs-copyright
    {
        font-size: 12px;

        display: block;
    }
}
@media (max-width: 767px)
{
    .xs-copyright p
    {
        font-size: 12px;
    }
}
.inner
{
    overflow: hidden;

    padding: 60px 0 100px;
}
@media (max-width: 991px)
{
    .inner
    {
        padding: 40px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in h2
{
    font-size: 42px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 35px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.inner-top
{
    margin-top: 120px;
    padding: 40px 0;

    color: #fff;
    background-color: #e71218;
}
@media (max-width: 1199px)
{
    .inner-top
    {
        margin-top: 60px;
    }
}
@media (max-width: 991px)
{
    .inner-top
    {
        padding: 20px 0;
    }
}
.inner-top .title-news-show
{
    display: inline-block;
}
@media (max-width: 1199px)
{
    .inner-top .title-news-show
    {
        display: block;
    }
}
.inner-top .title-news-show h1
{
    font-size: 36px;
    line-height: 40px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-top .title-news-show h1
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-top .title-news-show h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-top .title-news-show h1
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.inner-top .location
{
    display: inline-block;
    float: right;
}
@media (max-width: 1199px)
{
    .inner-top .location
    {
        display: block;
        float: none;
    }
}
.inner-top .location span,
.inner-top .location ul
{
    display: inline-block;

    vertical-align: middle;
}
.inner-top .location span,
.inner-top .location ul li a
{
    font-size: 18px;
    line-height: 40px;
}
@media (max-width: 991px)
{
    .inner-top .location span,
    .inner-top .location ul li a
    {
        font-size: 16px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-top .location span,
    .inner-top .location ul li a
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-top .location ul li
{
    display: inline-block;

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

    vertical-align: middle;
}
.inside-nav
{
    position: relative;

    overflow: hidden;
    overflow-x: auto;

    border-bottom: 1px solid #ddd;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.inside-nav::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav::-webkit- scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav::-webkit- scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap
    {
        background: none;
    }
}
.inside-nav .nav-wrap ul
{
    position: relative;

    white-space: nowrap;

    border-left: 1px solid #ddd;
}
.inside-nav .nav-wrap ul > li
{
    position: relative;

    display: inline-block;

    vertical-align: top;

    border-right: 1px solid #ddd;
}
.inside-nav .nav-wrap ul > li > a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap ul > li > a
    {
        font-size: 16px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul > li > a
    {
        font-size: 15px;

        color: #666;
    }
}
.inside-nav .nav-wrap ul > li > a:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 0;
    height: 3px;

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

    background-color: #e71218;
}
.inside-nav .nav-wrap ul > li.active > a,
.inside-nav .nav-wrap ul > li:hover > a
{
    color: #e71218;
}
.inside-nav .nav-wrap ul > li.active > a:after,
.inside-nav .nav-wrap ul > li:hover > a:after
{
    width: 100%;
}
.inside-nav .location
{
    display: inline-block;
    float: right;

    color: #999;
}
@media (max-width: 1199px)
{
    .inside-nav .location
    {
        display: block;
        float: none;

        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }
}
.inside-nav .location:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-right: 4px;

    content: '\e64c';
    vertical-align: middle;
}
.inside-nav .location span,
.inside-nav .location ul
{
    display: inline-block;

    vertical-align: middle;
}
.inside-nav .location ul > li
{
    display: inline-block;

    vertical-align: top;
}
.inside-nav .location ul > li:after
{
    content: '>';
}
.inside-nav .location ul > li:last-child:after
{
    display: none;
}
.inside-nav .location ul > li a
{
    line-height: 30px;

    display: inline-block;

    padding: 20px 4px;
}
@media (max-width: 767px)
{
    .inside-nav .location ul > li a
    {
        padding: 4px;
    }
}
.inside-nav .location ul > li a:hover
{
    text-decoration: underline;

    color: #e71218;
}
.inner-about .about
{
    font-size: 0;
}
.inner-about .about .text,
.inner-about .about .picbox
{
    font-size: 14px;

    display: inline-block;

    margin-top: 70px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-about .about .text,
    .inner-about .about .picbox
    {
        margin-top: 30px;
    }
}
.inner-about .about .text
{
    width: 60%;
    padding-right: 5%;
}
@media (max-width: 1199px)
{
    .inner-about .about .text
    {
        width: 100%;
    }
}
.inner-about .about .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-about .about .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-about .about .text p
    {
        font-size: 14px;
    }
}
.inner-about .about .text hr
{
    border: none;
    border-bottom: 1px dashed #ddd;
}
.inner-about .about .picbox
{
    position: relative;

    width: 40%;
    padding-right: 5%;
}
@media (max-width: 1199px)
{
    .inner-about .about .picbox
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .inner-about .about .picbox
    {
        width: 100%;
        padding-right: 15%;
    }
}
.inner-about .about .picbox img
{
    width: 100%;
}
.inner-about .about .picbox .pic-1
{
    /* background-color: #e71218; */
}
.inner-about .about .picbox .pic-1 img
{
    /* opacity: .5; */
}
.inner-about .about .picbox .pic-2
{
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;

    padding-left: 15%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.inner-development
{
    background-color: #f9f9f9;
}
.inner-development .development
{
    position: relative;

    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inner-development .development
    {
        margin-top: 30px;
    }
}
.inner-development .development:before
{
    position: absolute;
    top: 45px;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    border-top: 1px dashed #999;
}
@media (max-width: 767px)
{
    .inner-development .development:before
    {
        top: 35px;
    }
}
.inner-development .slick-development
{
    margin: 0 -20px;
}
@media (max-width: 1470px)
{
    .inner-development .slick-development
    {
        margin: 0 -10px;
    }
}
.inner-development .slick-development .slick-slide
{
    padding: 0 20px;
}
@media (max-width: 1470px)
{
    .inner-development .slick-development .slick-slide
    {
        padding: 0 10px;
    }
}
.inner-development .slick-development .itembox .date
{
    text-align: center;
}
.inner-development .slick-development .itembox .date span
{
    font-family: 'DIN 1451 Std';
    font-size: 32px;
    font-weight: normal;
    line-height: 90px;

    display: inline-block;

    width: 90px;
    height: 90px;

    color: #fff;
    border-radius: 50%;
    background-color: #e71218;
}
@media (max-width: 767px)
{
    .inner-development .slick-development .itembox .date span
    {
        font-size: 26px;
        line-height: 70px;

        width: 70px;
        height: 70px;
    }
}
.inner-development .slick-development .itembox .item
{
    overflow: hidden;

    margin-top: 20px;
    padding-bottom: 10px;

    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.inner-development .slick-development .itembox .item .pic
{
    overflow: hidden;

    border-radius: 10px;
}
.inner-development .slick-development .itembox .item .pic .i-box
{
    padding-bottom: 62.85714286%;
}
.inner-development .slick-development .itembox .item .text
{
    overflow-y: auto;
		overflow-x: hidden;
    height: 390px;
    padding: 20px;
}
@media (max-width: 767px)
{
    .inner-development .slick-development .itembox .item .text
    {
        padding: 20px 10px;
    }
}
.inner-development .slick-development .itembox .item .text .title-development
{
    color: #e71218;
}
.inner-development .slick-development .itembox .item .text .title-development:after
{
    display: block;

    width: 50px;
    height: 4px;
    margin-top: 10px;

    content: '';

    background-color: #e71218;
}
@media (max-width: 767px)
{
    .inner-development .slick-development .itembox .item .text .title-development:after
    {
        width: 30px;
        height: 3px;
    }
}
.inner-development .slick-development .itembox .item .text .title-development b
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;

    display: block;
}
@media (max-width: 1470px)
{
    .inner-development .slick-development .itembox .item .text .title-development b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-development .slick-development .itembox .item .text .title-development b
    {
        font-size: 20px;
    }
}
.inner-development .slick-development .itembox .item .text .note
{
    margin-top: 20px;
}
.inner-development .slick-development .itembox .item .text .note p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-development .slick-development .itembox .item .text .note p
    {
        font-size: 14px;
    }
}
.inner-development .slick-development .slick-arrow
{
    font-size: 40px;
    line-height: 88px;

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

    color: #999;
    border: none;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .inner-development .slick-development .slick-arrow
    {
        font-size: 30px;
        line-height: 68px;
    }
}
.inner-development .slick-development .slick-arrow:before
{
    font-family: 'iconfont' !important;

    content: '\eec1';
}
.inner-development .slick-development .slick-arrow.slick-next
{
    right: -10px;
    left: auto;
}
.inner-development .slick-development .slick-arrow.slick-next:before
{
    content: '\e640';
}
.inner-development .slick-development .slick-arrow:hover
{
    color: #e71218;
}
.inner-evolution .evolution
{
    margin-top: 50px;

    border: 1px solid #ddd;
}
@media (min-width: 1200px)
{
    .inner-evolution .evolution
    {
        overflow-y: scroll;

        max-height: 1400px;
    }
}
@media (max-width: 991px)
{
    .inner-evolution .evolution
    {
        margin-top: 30px;
    }
}
.inner-evolution .evolution ul li:nth-child(2n + 1)
{
    background-color: #eee;
}
.inner-evolution .evolution .item
{
    font-size: 0;
}
.inner-evolution .evolution .item .date,
.inner-evolution .evolution .item .note
{
    display: inline-block;

    padding: 20px 5%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-evolution .evolution .item .date,
    .inner-evolution .evolution .item .note
    {
        padding: 10px;
    }
}
.inner-evolution .evolution .item .date p,
.inner-evolution .evolution .item .note p
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    margin: 0;

    color: #626262;
}
@media (max-width: 1199px)
{
    .inner-evolution .evolution .item .date p,
    .inner-evolution .evolution .item .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inner-evolution .evolution .item .date p,
    .inner-evolution .evolution .item .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-evolution .evolution .item .date p,
    .inner-evolution .evolution .item .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-evolution .evolution .item .date
{
    width: 30%;
}
.inner-evolution .evolution .item .note
{
    width: 70%;
}
.inner-brand .brand
{
    font-size: 0;

    margin-top: 50px;
}
@media (max-width: 991px)
{
    .inner-brand .brand
    {
        margin-top: 30px;
    }
}
.inner-brand .brand .slick-brand-left,
.inner-brand .brand .slick-brand-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inner-brand .brand .slick-brand-left
{
    position: relative;

    width: -webkit-calc(100% - 320px);
    width:         calc(100% - 320px);
    margin-top: 10px;
}
@media (max-width: 1580px)
{
    .inner-brand .brand .slick-brand-left
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
    }
}
@media (max-width: 1470px)
{
    .inner-brand .brand .slick-brand-left
    {
        width: -webkit-calc(100% - 260px);
        width:         calc(100% - 260px);
    }
}
@media (max-width: 1350px)
{
    .inner-brand .brand .slick-brand-left
    {
        width: -webkit-calc(100% - 230px);
        width:         calc(100% - 230px);
    }
}
@media (max-width: 1199px)
{
    .inner-brand .brand .slick-brand-left
    {
        width: 100%;
    }
}
.inner-brand .brand .slick-brand-left .item .i-box
{
    padding-bottom: 59.64912281%;
}
.inner-brand .brand .slick-brand-right
{
    width: 320px;
    padding-left: 50px;
}
@media (max-width: 1580px)
{
    .inner-brand .brand .slick-brand-right
    {
        width: 300px;
    }
}
@media (max-width: 1470px)
{
    .inner-brand .brand .slick-brand-right
    {
        width: 260px;
        padding-left: 30px;
    }
}
@media (max-width: 1350px)
{
    .inner-brand .brand .slick-brand-right
    {
        width: 230px;
    }
}
@media (max-width: 1199px)
{
    .inner-brand .brand .slick-brand-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.inner-brand .brand .slick-brand-right .slick-slide
{
    padding: 9px 0;
}
@media (max-width: 1199px)
{
    .inner-brand .brand .slick-brand-right .slick-slide
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-brand .brand .slick-brand-right .slick-slide
    {
        padding: 10px 4px;
    }
}
.inner-brand .brand .slick-brand-right .item
{
    border: 5px solid #f7f7f7;
}
@media (max-width: 767px)
{
    .inner-brand .brand .slick-brand-right .item
    {
        border-width: 2px;
    }
}
.inner-brand .brand .slick-brand-right .item .i-box
{
    padding-bottom: 59.64912281%;
}
.inner-brand .brand .slick-brand-right .slick-current .item
{
    border-color: #e71218;
}
.inner-brand .brand .slick-arrow
{
    font-size: 30px;
    line-height: 54px;

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

    width: 60px;
    height: 60px;

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

    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    background: none;
}
@media (max-width: 1199px)
{
    .inner-brand .brand .slick-arrow
    {
        font-size: 20px;
        line-height: 36px;

        width: 40px;
        height: 40px;

        border-width: 2px;
    }
}
.inner-brand .brand .slick-arrow:before
{
    font-family: 'iconfont' !important;

    content: '\eec1';
}
.inner-brand .brand .slick-arrow.slick-next
{
    right: 3%;
    left: auto;
}
.inner-brand .brand .slick-arrow.slick-next:before
{
    content: '\e640';
}
.inner-culture .culture
{
    margin-top: 60px;
}
.inner-culture .culture ul li:nth-child(2n) .item .pic
{
    left: 50%;
}
@media (max-width: 767px)
{
    .inner-culture .culture ul li:nth-child(2n) .item .pic
    {
        left: 0;
    }
}
.inner-culture .culture ul li:nth-child(2n) .item .text
{
    right: 50%;
}
@media (max-width: 767px)
{
    .inner-culture .culture ul li:nth-child(2n) .item .text
    {
        right: 0;
    }
}
.inner-culture .culture .item
{
    font-size: 0;

    background-color: #f9f9f9;
}
.inner-culture .culture .item .pic,
.inner-culture .culture .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-culture .culture .item .pic,
    .inner-culture .culture .item .text
    {
        display: block;

        width: 100%;
    }
}
.inner-culture .culture .item .pic img
{
    width: 100%;
}
.inner-culture .culture .item .text
{
    padding: 20px 5%;
}
@media (max-width: 1199px)
{
    .inner-culture .culture .item .text
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-culture .culture .item .text
    {
        padding: 20px 10px;
    }
}
.inner-culture .culture .item .text .title-culture:after
{
    display: block;

    width: 40px;
    height: 6px;
    margin-top: 14px;

    content: '';

    background-color: #ddd;
}
@media (max-width: 991px)
{
    .inner-culture .culture .item .text .title-culture:after
    {
        height: 3px;
        margin-top: 4px;
    }
}
.inner-culture .culture .item .text .title-culture h2
{
    font-size: 36px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1350px)
{
    .inner-culture .culture .item .text .title-culture h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .inner-culture .culture .item .text .title-culture h2
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .inner-culture .culture .item .text .title-culture h2
    {
        font-size: 20px;
    }
}
.inner-culture .culture .item .text .title-culture h3
{
    font-size: 24px;
    line-height: 1.5;

    margin: 0;
    margin-left: -10px;

    color: #e71218;
}
@media (max-width: 1350px)
{
    .inner-culture .culture .item .text .title-culture h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .inner-culture .culture .item .text .title-culture h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inner-culture .culture .item .text .title-culture h3
    {
        font-size: 16px;
    }
}
.inner-culture .culture .item .text .note
{
    margin-top: 14px;
}
.inner-culture .culture .item .text .note p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .inner-culture .culture .item .text .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .inner-culture .culture .item .text .note p
    {
        font-size: 14px;
    }
}
.inner-quality .quality
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inner-quality .quality
    {
        margin-top: 30px;
    }
}
.inner-quality .quality ul
{
    margin: 0;
}
.inner-quality .quality ul li
{
    padding: 0;
}
.inner-quality .quality ul li .item
{
    position: relative;
}
.inner-quality .quality ul li .item .i-box
{
    padding-bottom: 137.25490196%;
}
.inner-quality .quality ul li .item .i-box img
{
    width: auto;
}
.inner-quality .quality ul li .item .title-quality
{
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 20px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .inner-quality .quality ul li .item .title-quality
    {
        top: 14px;
        left: 14px;
    }
}
.inner-quality .quality ul li .item .title-quality h3
{
    font-family: 'Century Gothic';
    font-size: 72px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-quality .quality ul li .item .title-quality h3
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .inner-quality .quality ul li .item .title-quality h3
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .inner-quality .quality ul li .item .title-quality h3
    {
        font-size: 30px;
    }
}
.inner-quality .quality ul li .item .title-quality h2
{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
}
@media (max-width: 1470px)
{
    .inner-quality .quality ul li .item .title-quality h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-quality .quality ul li .item .title-quality h2
    {
        font-size: 24px;

        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-quality .quality ul li .item .title-quality h2
    {
        font-size: 20px;
    }
}
.inner-quality .quality ul li .item .note,
.inner-quality .quality ul li .item .text
{
    position: absolute;
    z-index: 2;
    bottom: 0;

    width: 100%;
    padding: 20px;

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

    background-color: rgba(255, 255, 255, .8);
}
@media (max-width: 767px)
{
    .inner-quality .quality ul li .item .note,
    .inner-quality .quality ul li .item .text
    {
        padding: 20px 10px;
    }
}
.inner-quality .quality ul li .item .note p,
.inner-quality .quality ul li .item .text p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .inner-quality .quality ul li .item .note p,
    .inner-quality .quality ul li .item .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-quality .quality ul li .item .note p,
    .inner-quality .quality ul li .item .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-quality .quality ul li .item .text
{
    width: 80%;
}
@media (max-width: 991px)
{
    .inner-quality .quality ul li .item .text
    {
        width: 100%;
    }
}
.inner-quality .quality ul li .item .text .list p
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    margin-top: 18px;
    padding-left: 36px;
}
@media (max-width: 1470px)
{
    .inner-quality .quality ul li .item .text .list p
    {
        font-size: 15px;
        line-height: 28px;
    }
}
@media (max-width: 991px)
{
    .inner-quality .quality ul li .item .text .list p
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-quality .quality ul li .item .text .list p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-quality .quality ul li .item .text .list p span
{
    line-height: 30px;

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

    width: 30px;
    height: 30px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #e71218;
}
.inner-quality .quality ul li .item:hover .note,
.inner-quality .quality ul li .item:hover .text
{
    color: #fff;
    background-color: rgba(231, 18, 24, .9);
}
.inner-quality .quality ul li .item:hover .note p,
.inner-quality .quality ul li .item:hover .text p
{
    color: #fff;
}
.inner-quality .quality ul li:nth-child(4) .item .i-box
{
    padding-bottom: 68.62745098%;
}
@media (max-width: 991px)
{
    .inner-quality .quality ul li:nth-child(4) .item .i-box
    {
        padding-bottom: 137.25490196%;
    }
}
.inner-quarantine
{
    background-color: #f9f9f9;
}
.inner-quarantine .slick-quarantine
{
    margin: 0 -20px;
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .inner-quarantine .slick-quarantine
    {
        margin: 0 -8px;
        margin-top: 30px;
    }
}
.inner-quarantine .slick-quarantine .slick-slide
{
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .inner-quarantine .slick-quarantine .slick-slide
    {
        padding: 0 8px;
    }
}
.inner-quarantine .slick-quarantine .item
{
    display: block;

    border: 6px solid #ddd;
}
@media (max-width: 991px)
{
    .inner-quarantine .slick-quarantine .item
    {
        border-width: 3px;
    }
}
.inner-quarantine .slick-quarantine .item .i-box
{
    padding-bottom: 144.11764706%;
}
.inner-quarantine .slick-quarantine .item .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-quarantine .slick-quarantine .item:hover .i-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-quarantine .slick-quarantine .slick-dots
{
    margin-top: 80px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .inner-quarantine .slick-quarantine .slick-dots
    {
        margin-top: 50px;
    }
}
@media (max-width: 991px)
{
    .inner-quarantine .slick-quarantine .slick-dots
    {
        margin-top: 30px;
    }
}
.inner-quarantine .slick-quarantine .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 6px;

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

    border-radius: 50%;
    background-color: #ddd;
}
@media (max-width: 991px)
{
    .inner-quarantine .slick-quarantine .slick-dots li
    {
        width: 16px;
        height: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-quarantine .slick-quarantine .slick-dots li
    {
        width: 12px;
        height: 12px;
    }
}
.inner-quarantine .slick-quarantine .slick-dots li.slick-active
{
    border-color: #e71218;
    background-color: #e71218;
}
.inner-quarantine .slick-quarantine .slick-dots li button
{
    display: none;
}
.inner-food .slick-food
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inner-food .slick-food
    {
        margin-top: 30px;
    }
}
.inner-food .slick-food .item
{
    position: relative;

    display: block;

    background-color: #fff;
}
.inner-food .slick-food .item .i-box
{
    padding-bottom: 247.36842105%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .inner-food .slick-food .item .i-box
    {
        opacity: .2;
    }
}
.inner-food .slick-food .item .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-food .slick-food .item .number
{
    color: #e71218;
}
.inner-food .slick-food .item .number span
{
    font-size: 36px;
    line-height: 1.2;

    display: block;
}
@media (max-width: 1470px)
{
    .inner-food .slick-food .item .number span
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .inner-food .slick-food .item .number span
    {
        font-size: 24px;
    }
}
.inner-food .slick-food .item .title-food:before,
.inner-food .slick-food .item .title-food:after
{
    display: block;

    width: 34px;
    height: 3px;
    margin: 14px auto;

    content: '';

    background-color: #e71218;
}
@media (max-width: 767px)
{
    .inner-food .slick-food .item .title-food:before,
    .inner-food .slick-food .item .title-food:after
    {
        margin: 8px auto;
    }
}
.inner-food .slick-food .item .title-food h3
{
    font-size: 32px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-food .slick-food .item .title-food h3
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .inner-food .slick-food .item .title-food h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-food .slick-food .item .title-food h3
    {
        font-size: 20px;
    }
}
.inner-food .slick-food .item .title-food h4
{
    font-family: 'Century Gothic';
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;

    margin: 0;

    text-transform: uppercase;

    color: #666;
}
@media (max-width: 1470px)
{
    .inner-food .slick-food .item .title-food h4
    {
        font-size: 16px;
    }
}
@media (max-width: 1199px)
{
    .inner-food .slick-food .item .title-food h4
    {
        font-size: 14px;
    }
}
.inner-food .slick-food .item .text
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 100%;
    padding: 0 3%;

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

    opacity: 0;
}
@media (max-width: 1199px)
{
    .inner-food .slick-food .item .text
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 1;
    }
}
.inner-food .slick-food .item .text .note
{
    overflow: hidden;

    max-width: 216px;
    max-height: 400px;
    margin: 0 auto;
    margin-top: 30px;

    text-align: left;
        -ms-writing-mode: tb-rl;

    -webkit-writing-mode: tb-rl;
            writing-mode: tb-rl;
}
@media (max-width: 1470px)
{
    .inner-food .slick-food .item .text .note
    {
        max-height: 300px;
    }
}
@media (max-width: 1199px)
{
    .inner-food .slick-food .item .text .note
    {
        max-width: 144px;
    }
}
@media (max-width: 767px)
{
    .inner-food .slick-food .item .text .note
    {
        max-height: 200px;
    }
}
.inner-food .slick-food .item .text .note p
{
    font-size: 18px;
    line-height: 36px;
}
@media (max-width: 1199px)
{
    .inner-food .slick-food .item .text .note p
    {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 991px)
{
    .inner-food .slick-food .item .text .note p
    {
        font-size: 14px;
    }
}
.inner-food .slick-food .item .text .more
{
    line-height: 60px;

    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-top: 30px;

    color: #fff;
    border-radius: 50%;
    background-color: #e71218;
}
@media (max-width: 1199px)
{
    .inner-food .slick-food .item .text .more
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-food .slick-food .item .text .more
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.inner-food .slick-food .item .text .more:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e625';
}
@media (max-width: 767px)
{
    .inner-food .slick-food .item .text .more:before
    {
        font-size: 16px;
    }
}
.inner-food .slick-food .item:hover .i-box
{
    opacity: .2;
}
.inner-food .slick-food .item:hover .text
{
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
}
.inner-food .slick-food .slick-dots
{
    margin-top: 80px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .inner-food .slick-food .slick-dots
    {
        margin-top: 50px;
    }
}
@media (max-width: 991px)
{
    .inner-food .slick-food .slick-dots
    {
        margin-top: 30px;
    }
}
.inner-food .slick-food .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 6px;

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

    border-radius: 50%;
    background-color: #ddd;
}
@media (max-width: 991px)
{
    .inner-food .slick-food .slick-dots li
    {
        width: 16px;
        height: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-food .slick-food .slick-dots li
    {
        width: 12px;
        height: 12px;
    }
}
.inner-food .slick-food .slick-dots li.slick-active
{
    border-color: #e71218;
    background-color: #e71218;
}
.inner-food .slick-food .slick-dots li button
{
    display: none;
}
.inner-kitchen .slick-kitchen
{
    margin: 0 -30px;
}
@media (max-width: 1470px)
{
    .inner-kitchen .slick-kitchen
    {
        margin: 0 -15px;
    }
}
@media (max-width: 991px)
{
    .inner-kitchen .slick-kitchen
    {
        margin: 0 -8px;
    }
}
.inner-kitchen .slick-kitchen .slick-slide
{
    padding: 0 30px;
}
@media (max-width: 1470px)
{
    .inner-kitchen .slick-kitchen .slick-slide
    {
        padding: 0 15px;
    }
}
@media (max-width: 991px)
{
    .inner-kitchen .slick-kitchen .slick-slide
    {
        padding: 0 8px;
    }
}
.inner-kitchen .slick-kitchen .item
{
    position: relative;

    display: block;

    margin-top: 80px;
}
@media (max-width: 1470px)
{
    .inner-kitchen .slick-kitchen .item
    {
        margin-top: 60px;
    }
}
@media (max-width: 991px)
{
    .inner-kitchen .slick-kitchen .item
    {
        margin-top: 30px;
    }
}
.inner-kitchen .slick-kitchen .item .play
{
    font-size: 50px;

    position: absolute;
    z-index: 2;
    top: 45%;
    left: 50%;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .inner-kitchen .slick-kitchen .item .play
    {
        font-size: 40px;

        top: 40%;
    }
}
.inner-kitchen .slick-kitchen .item .play:before
{
    font-family: 'iconfont' !important;

    content: '\e650';
}
.inner-kitchen .slick-kitchen .item .i-box
{
    padding-bottom: 73.91304348%;
}
.inner-kitchen .slick-kitchen .item .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-kitchen .slick-kitchen .item .note
{
    position: absolute;
    z-index: 2;
    bottom: 0;

    width: 100%;
    padding: 30px 14px;

    text-align: center;

    color: #fff;
    background-color: rgba(231, 18, 24, .7);
}
@media (max-width: 1470px)
{
    .inner-kitchen .slick-kitchen .item .note
    {
        padding: 20px 14px;
    }
}
@media (max-width: 1199px)
{
    .inner-kitchen .slick-kitchen .item .note
    {
        padding: 10px;
    }
}
.inner-kitchen .slick-kitchen .item .note p
{
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .inner-kitchen .slick-kitchen .item .note p
    {
        font-size: 22px;
    }
}
@media (max-width: 1199px)
{
    .inner-kitchen .slick-kitchen .item .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inner-kitchen .slick-kitchen .item .note p
    {
        font-size: 16px;
        line-height: 24px;

        height: 24px;
    }
}
.inner-kitchen .slick-kitchen .item:hover .i-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-kitchen .slick-kitchen .slick-dots
{
    margin-top: 80px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .inner-kitchen .slick-kitchen .slick-dots
    {
        margin-top: 50px;
    }
}
@media (max-width: 991px)
{
    .inner-kitchen .slick-kitchen .slick-dots
    {
        margin-top: 30px;
    }
}
.inner-kitchen .slick-kitchen .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 6px;

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

    border-radius: 50%;
    background-color: #ddd;
}
@media (max-width: 991px)
{
    .inner-kitchen .slick-kitchen .slick-dots li
    {
        width: 16px;
        height: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-kitchen .slick-kitchen .slick-dots li
    {
        width: 12px;
        height: 12px;
    }
}
.inner-kitchen .slick-kitchen .slick-dots li.slick-active
{
    border-color: #e71218;
    background-color: #e71218;
}
.inner-kitchen .slick-kitchen .slick-dots li button
{
    display: none;
}
.inner-kitchen-show .kitchen-left
{
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .inner-kitchen-show .kitchen-left
    {
        padding-right: 0;

        border-right: none;
    }
}
.inner-kitchen-show .title-kitchen
{
    position: relative;

    border-bottom: 1px solid #eee;
}
@media (max-width: 767px)
{
    .inner-kitchen-show .title-kitchen
    {
        padding-right: 0;
    }
}
.inner-kitchen-show .title-kitchen h2
{
    font-size: 36px;
    line-height: 1.53846154;

    display: block;

    margin: 0;

    color: #e71218;
}
@media (max-width: 1199px)
{
    .inner-kitchen-show .title-kitchen h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-kitchen-show .title-kitchen h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-kitchen-show .title-kitchen h2
    {
        font-size: 20px;
    }
}
.inner-kitchen-show .title-kitchen .info
{
    margin-top: 20px;
    padding: 12px 0;

    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.inner-kitchen-show .title-kitchen span.date,
.inner-kitchen-show .title-kitchen span.view
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: inline-block;

    color: #999;
}
@media (max-width: 991px)
{
    .inner-kitchen-show .title-kitchen span.date,
    .inner-kitchen-show .title-kitchen span.view
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .inner-kitchen-show .title-kitchen span.date,
    .inner-kitchen-show .title-kitchen span.view
    {
        font-size: 12px;

        margin: 0;
    }
}
.inner-kitchen-show .title-kitchen span.date
{
    margin-right: 20px;
}
@media (max-width: 991px)
{
    .inner-kitchen-show .title-kitchen span.date
    {
        margin-right: 4px;
    }
}
.inner-kitchen-show .title-kitchen .share
{
    display: inline-block;
    float: right;
}
@media (max-width: 767px)
{
    .inner-kitchen-show .title-kitchen .share
    {
        position: relative;

        text-align: center;
    }
}
.inner-kitchen-show .title-kitchen .share > ul > li
{
    display: inline-block;

    margin-left: 10px;

    vertical-align: top;
}
.inner-kitchen-show .title-kitchen .share > ul > li a
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    width: 28px;
    height: 28px;

    text-align: center;

    border: 1px solid #cfcdcd;
    border-radius: 50%;
}
.inner-kitchen-show .title-kitchen .share > ul > li a:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';

    color: #cfcdcd;
}
.inner-kitchen-show .title-kitchen .share > ul > li a:hover
{
    border-color: #e71218;
}
.inner-kitchen-show .title-kitchen .share > ul > li a:hover:before
{
    color: #e71218;
}
.inner-kitchen-show .title-kitchen .share > ul > li.wechat a:before
{
    content: '\e604';
}
.inner-kitchen-show .title-kitchen .share > ul > li.weibo a:before
{
    content: '\e626';
}
.inner-kitchen-show .kitchen-video
{
    margin-top: 60px;
    padding: 0 4%;
}
@media (max-width: 991px)
{
    .inner-kitchen-show .kitchen-video
    {
        margin-top: 30px;
        padding: 0;
    }
}
.inner-kitchen-show .kitchen-video .ibox
{
    position: relative;

    padding-bottom: 57.5%;
}
.inner-kitchen-show .kitchen-video .ibox iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.inner-kitchen-show .kitchen-materials
{
    margin-top: 60px;
    padding: 0 4%;
}
@media (max-width: 991px)
{
    .inner-kitchen-show .kitchen-materials
    {
        margin-top: 30px;
        padding: 0;
    }
}
.inner-kitchen-show .kitchen-materials .materials
{
    padding: 20px;

    border: 1px solid #e7e7e7;
}
.inner-kitchen-show .kitchen-materials .title-materials h2
{
    font-size: 22px;

    margin: 0;

    color: #e71218;
}
@media (max-width: 991px)
{
    .inner-kitchen-show .kitchen-materials .title-materials h2
    {
        font-size: 18px;
    }
}
.inner-kitchen-show .kitchen-materials .list
{
    margin-top: 10px;
}
.inner-kitchen-show .kitchen-materials .list table
{
    width: 100%;
}
.inner-kitchen-show .kitchen-materials .list table tr
{
    border-bottom: 1px solid #f5f6f7;
}
.inner-kitchen-show .kitchen-materials .list table tr td
{
    line-height: 24px;

    padding: 5px 10px;
}
.inner-kitchen-show .kitchen-materials .list table tr td:nth-child(1)
{
    width: 20%;
}
@media (max-width: 767px)
{
    .inner-kitchen-show .kitchen-materials .list table tr td:nth-child(1)
    {
        width: 30%;
    }
}
.inner-kitchen-show .kitchen-show
{
    overflow: hidden;

    margin-top: 60px;
    padding: 0 4%;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-kitchen-show .kitchen-show
    {
        margin-top: 30px;
        padding: 0;
    }
}
.inner-kitchen-show .kitchen-show p
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-kitchen-show .kitchen-show p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inner-kitchen-show .kitchen-show p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-kitchen-show .kitchen-show p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-kitchen-show .kitchen-show p span
{
    font-size: 32px;
    font-weight: bold;

    display: inline-block;

    margin-right: 20px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .inner-kitchen-show .kitchen-show p span
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .inner-kitchen-show .kitchen-show p span
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-kitchen-show .kitchen-show p span
    {
        font-size: 20px;

        margin-right: 10px;
    }
}
.inner-kitchen-show .kitchen-show img
{
    max-width: 100%;
    height: auto !important;
    margin-top: 20px;
    padding-left: 60px;
}
@media (max-width: 767px)
{
    .inner-kitchen-show .kitchen-show img
    {
        padding-left: 36px;
    }
}
.inner-kitchen-show .kitchen-right
{
    will-change: min-height;
}
@media (max-width: 991px)
{
    .inner-kitchen-show .kitchen-right
    {
        margin-top: 30px;
    }
}
.inner-kitchen-show .kitchen-right .sidebar__inner
{
    position: relative;

    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);

    will-change: position, transform;
}
.inner-kitchen-show .kitchen-right .title-kitchen-relate h2
{
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-kitchen-show .kitchen-right .title-kitchen-relate h2
    {
        font-size: 22px;
    }
}
.inner-kitchen-show .kitchen-right .list
{
    margin-top: 20px;

    border-top: 1px solid #eee;
}
.inner-kitchen-show .kitchen-right .list > ul > li
{
    padding: 20px 0;

    border-bottom: 1px solid #eee;
}
@media (max-width: 767px)
{
    .inner-kitchen-show .kitchen-right .list > ul > li
    {
        margin: 0;
        padding: 10px 0;
    }
}
.inner-kitchen-show .kitchen-right .list .item
{
    display: block;
}
.inner-kitchen-show .kitchen-right .list .item b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-kitchen-show .kitchen-right .list .item b
    {
        font-size: 16px;
    }
}
.inner-kitchen-show .kitchen-right .list .item span.date
{
    font-family: 'Century Gothic';
    font-size: 20px;
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #999;
}
@media (max-width: 767px)
{
    .inner-kitchen-show .kitchen-right .list .item span.date
    {
        font-size: 18px;
        font-size: 16px;
    }
}
.inner-kitchen-show .kitchen-right .list .item:hover b
{
    color: #e71218;
}
.inner-news .news
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .inner-news .news
    {
        margin-top: 20px;
    }
}
.inner-news .news ul li
{
    border-bottom: 1px solid #ccc;
}
.inner-news .news .item
{
    font-size: 0;

    position: relative;

    padding: 30px 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.inner-news .news .item .pic,
.inner-news .news .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.inner-news .news .item .pic
{
    width: 28%;
}
@media (max-width: 1350px)
{
    .inner-news .news .item .pic
    {
        width: 35%;
    }
}
@media (max-width: 1199px)
{
    .inner-news .news .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .inner-news .news .item .pic
    {
        width: 100%;
    }
}
.inner-news .news .item .pic .i-box
{
    padding-bottom: 62.22222222%;
}
.inner-news .news .item .pic .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-news .news .item .note
{
    width: 72%;
    padding-left: 40px;
}
@media (max-width: 1350px)
{
    .inner-news .news .item .note
    {
        width: 65%;
    }
}
@media (max-width: 1199px)
{
    .inner-news .news .item .note
    {
        width: 60%;
        padding-left: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news .item .note
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.inner-news .news .item .note b
{
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;

    color: #e71218;

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

        height: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news .item .note b
    {
        font-size: 16px;
    }
}
.inner-news .news .item .note span.date
{
    font-size: 18px;
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #999;
}
@media (max-width: 1199px)
{
    .inner-news .news .item .note span.date
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .inner-news .news .item .note span.date
    {
        font-size: 14px;
    }
}
.inner-news .news .item .note p
{
    font-size: 18px;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 108px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1350px)
{
    .inner-news .news .item .note p
    {
        font-size: 16px;
        line-height: 30px;

        height: 90px;
    }
}
@media (max-width: 991px)
{
    .inner-news .news .item .note p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 60px;

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

        height: 48px;
    }
}
.inner-news .news .item .note a.more
{
    font-size: 20px;
    line-height: 50px;

    display: inline-block;

    height: 50px;
    margin-top: 20px;
    padding: 0 40px;

    text-align: center;

    color: #fff;
    border-radius: 50px;
    background-color: #e71218;
}
@media (max-width: 1350px)
{
    .inner-news .news .item .note a.more
    {
        font-size: 18px;
        line-height: 40px;

        height: 40px;
        padding: 0 30px;
    }
}
@media (max-width: 991px)
{
    .inner-news .news .item .note a.more
    {
        font-size: 16px;
        line-height: 34px;

        height: 34px;
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news .item .note a.more
    {
        font-size: 14px;
    }
}
.inner-news .news .item:hover .pic .i-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-news-show .news-show,
.inner-food-show .news-show,
.inner-news-show .food-show,
.inner-food-show .food-show
{
    overflow: hidden;
    color: #666;
}
.inner-news-show .news-show p,
.inner-food-show .news-show p,
.inner-news-show .food-show p,
.inner-food-show .food-show p
{
    font-size: 16px;
    line-height: 2;
    white-space: initial!important;
    margin: 0;
}
.inner-news-show .news-show p span,
.inner-food-show .news-show p span,
.inner-news-show .food-show p span,
.inner-food-show .food-show p span {
	white-space: initial!important;
}
@media (max-width: 767px)
{
    .inner-news-show .news-show p,
    .inner-food-show .news-show p,
    .inner-news-show .food-show p,
    .inner-food-show .food-show p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-news-show .news-show img,
.inner-food-show .news-show img,
.inner-news-show .food-show img,
.inner-food-show .food-show img
{
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
.inner-news-show .news-relate,
.inner-food-show .news-relate,
.inner-news-show .food-relate,
.inner-food-show .food-relate
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .inner-news-show .news-relate,
    .inner-food-show .news-relate,
    .inner-news-show .food-relate,
    .inner-food-show .food-relate
    {
        margin-top: 30px;
    }
}
.inner-news-show .news-relate a,
.inner-food-show .news-relate a,
.inner-news-show .food-relate a,
.inner-food-show .food-relate a
{
    font-size: 18px;
    line-height: 70px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 70px;
    margin-top: 10px;
    padding: 0 30px;

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

    color: #fff;
    border-radius: 50px;
    background-color: #ccc;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-news-show .news-relate a,
    .inner-food-show .news-relate a,
    .inner-news-show .food-relate a,
    .inner-food-show .food-relate a
    {
        font-size: 14px;
        line-height: 44px;

        height: 44px;
        padding: 0 14px;
    }
}
.inner-news-show .news-relate a:hover,
.inner-food-show .news-relate a:hover,
.inner-news-show .food-relate a:hover,
.inner-food-show .food-relate a:hover
{
    color: #fff;
    background-color: #e71218;
}
.inner-product .product-top
{
    font-size: 0;

    position: relative;

    background-color: #f9f9f9;
}
.inner-product .product-top .text,
.inner-product .product-top .pic
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-product .product-top .text,
    .inner-product .product-top .pic
    {
        display: block;

        width: 100%;
    }
}
.inner-product .product-top .text
{
    padding: 60px 40px;
}
@media (max-width: 1199px)
{
    .inner-product .product-top .text
    {
        padding: 20px 14px;
    }
}
.inner-product .product-top .text .title-product-top h2
{
    font-size: 42px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-product .product-top .text .title-product-top h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-product .product-top .text .title-product-top h2
    {
        font-size: 24px;
    }
}
.inner-product .product-top .text .note
{
    margin-top: 14px;
}
.inner-product .product-top .text .note p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-product .product-top .text .note p
    {
        font-size: 16px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-product .product-top .text .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-product .product-top .pic
{
    overflow: hidden;
}
.inner-product .product-top .pic img
{
    max-width: 100%;
}
.inner-product .product-wrap
{
    font-size: 0;

    padding-top: 100px;
}
@media (max-width: 1470px)
{
    .inner-product .product-wrap
    {
        padding-top: 80px;
    }
}
@media (max-width: 1199px)
{
    .inner-product .product-wrap
    {
        padding-top: 50px;
    }
}
.inner-product .product-wrap .title-in
{
    margin-bottom: 40px;
}
@media (max-width: 767px)
{
    .inner-product .product-wrap .title-in
    {
        margin-bottom: 20px;
    }
}
.inner-product .product-wrap .product-menu,
.inner-product .product-wrap .product-list
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inner-product .product-wrap .product-menu
{
    width: 280px;
}
@media (max-width: 991px)
{
    .inner-product .product-wrap .product-menu
    {
        width: 200px;
    }
}
@media (max-width: 767px)
{
    .inner-product .product-wrap .product-menu
    {
        width: 100%;
    }
}
.inner-product .product-wrap .product-menu ul li
{
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .inner-product .product-wrap .product-menu ul li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.inner-product .product-wrap .product-menu ul li a
{
    font-size: 20px;
    line-height: 26px;

    display: block;

    max-width: 186px;
    padding: 15px 10px;

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

    border-radius: 50px;
    background-color: #ddd;
}
@media (max-width: 991px)
{
    .inner-product .product-wrap .product-menu ul li a
    {
        font-size: 16px;

        max-width: 170px;
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-product .product-wrap .product-menu ul li a
    {
        font-size: 14px;
        line-height: 22px;

        max-width: auto;
        padding: 5px 14px;
    }
}
.inner-product .product-wrap .product-menu ul li.active a,
.inner-product .product-wrap .product-menu ul li:hover a
{
    color: #fff;
    background-color: #e71218;
}
.inner-product .product-wrap .product-list
{
    width: -webkit-calc(100% - 280px);
    width:         calc(100% - 280px);
}
@media (max-width: 991px)
{
    .inner-product .product-wrap .product-list
    {
        width: -webkit-calc(100% - 200px);
        width:         calc(100% - 200px);
    }
}
@media (max-width: 767px)
{
    .inner-product .product-wrap .product-list
    {
        width: 100%;
    }
}
.inner-product .product-wrap .product-list .item
{
    display: block;

    margin-top: 20px;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.inner-product .product-wrap .product-list .item .pic .i-box
{
    padding-bottom: 62.06896552%;
}
.inner-product .product-wrap .product-list .item .pic .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-product .product-wrap .product-list .item .note b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 60px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 60px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-product .product-wrap .product-list .item .note b
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-product .product-wrap .product-list .item .note b
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
.inner-product .product-wrap .product-list .item:hover
{
    color: #fff;
    background-color: #e71218;
}
.inner-product .product-wrap .product-list .item:hover .pic .i-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-product-muye .product-muye-top,
.inner-product-wuliu .product-muye-top,
.inner-product-muye .product-wuliu-top,
.inner-product-wuliu .product-wuliu-top
{
    position: relative;

    padding: 50px 10%;

    text-align: center;

    background-color: #f9f9f9;
}
@media (max-width: 1199px)
{
    .inner-product-muye .product-muye-top,
    .inner-product-wuliu .product-muye-top,
    .inner-product-muye .product-wuliu-top,
    .inner-product-wuliu .product-wuliu-top
    {
        padding: 30px 14px;
    }
}
.inner-product-muye .product-muye-top .note,
.inner-product-wuliu .product-muye-top .note,
.inner-product-muye .product-wuliu-top .note,
.inner-product-wuliu .product-wuliu-top .note
{
    margin-top: 20px;
}
.inner-product-muye .product-muye-top p,
.inner-product-wuliu .product-muye-top p,
.inner-product-muye .product-wuliu-top p,
.inner-product-wuliu .product-wuliu-top p
{
    font-size: 18px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    max-height: 144px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 1470px)
{
    .inner-product-muye .product-muye-top p,
    .inner-product-wuliu .product-muye-top p,
    .inner-product-muye .product-wuliu-top p,
    .inner-product-wuliu .product-wuliu-top p
    {
        font-size: 16px;
        line-height: 30px;

        max-height: 120px;
    }
}
@media (max-width: 767px)
{
    .inner-product-muye .product-muye-top p,
    .inner-product-wuliu .product-muye-top p,
    .inner-product-muye .product-wuliu-top p,
    .inner-product-wuliu .product-wuliu-top p
    {
        font-size: 14px;
        line-height: 24px;

        max-height: 96px;
    }
}
.inner-product-muye .product-muye-top img,
.inner-product-wuliu .product-muye-top img,
.inner-product-muye .product-wuliu-top img,
.inner-product-wuliu .product-wuliu-top img
{
    max-width: 100%;
    height: auto !important;
}
.inner-product-muye .product-muye-wrap,
.inner-product-wuliu .product-muye-wrap,
.inner-product-muye .product-wuliu-wrap,
.inner-product-wuliu .product-wuliu-wrap
{
    padding-top: 100px;
}
@media (max-width: 1470px)
{
    .inner-product-muye .product-muye-wrap,
    .inner-product-wuliu .product-muye-wrap,
    .inner-product-muye .product-wuliu-wrap,
    .inner-product-wuliu .product-wuliu-wrap
    {
        padding-top: 80px;
    }
}
@media (max-width: 1199px)
{
    .inner-product-muye .product-muye-wrap,
    .inner-product-wuliu .product-muye-wrap,
    .inner-product-muye .product-wuliu-wrap,
    .inner-product-wuliu .product-wuliu-wrap
    {
        padding-top: 50px;
    }
}
.inner-product-muye .product-muye-wrap .product-list,
.inner-product-wuliu .product-muye-wrap .product-list,
.inner-product-muye .product-wuliu-wrap .product-list,
.inner-product-wuliu .product-wuliu-wrap .product-list
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .inner-product-muye .product-muye-wrap .product-list,
    .inner-product-wuliu .product-muye-wrap .product-list,
    .inner-product-muye .product-wuliu-wrap .product-list,
    .inner-product-wuliu .product-wuliu-wrap .product-list
    {
        margin-top: 10px;
    }
}
.inner-product-muye .product-muye-wrap .item,
.inner-product-wuliu .product-muye-wrap .item,
.inner-product-muye .product-wuliu-wrap .item,
.inner-product-wuliu .product-wuliu-wrap .item
{
    display: block;

    margin-top: 20px;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.inner-product-muye .product-muye-wrap .item .pic .i-box,
.inner-product-wuliu .product-muye-wrap .item .pic .i-box,
.inner-product-muye .product-wuliu-wrap .item .pic .i-box,
.inner-product-wuliu .product-wuliu-wrap .item .pic .i-box
{
    padding-bottom: 62.06896552%;
}
.inner-product-muye .product-muye-wrap .item .pic .i-box img,
.inner-product-wuliu .product-muye-wrap .item .pic .i-box img,
.inner-product-muye .product-wuliu-wrap .item .pic .i-box img,
.inner-product-wuliu .product-wuliu-wrap .item .pic .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-product-muye .product-muye-wrap .item .note b,
.inner-product-wuliu .product-muye-wrap .item .note b,
.inner-product-muye .product-wuliu-wrap .item .note b,
.inner-product-wuliu .product-wuliu-wrap .item .note b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 60px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 60px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-product-muye .product-muye-wrap .item .note b,
    .inner-product-wuliu .product-muye-wrap .item .note b,
    .inner-product-muye .product-wuliu-wrap .item .note b,
    .inner-product-wuliu .product-wuliu-wrap .item .note b
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-product-muye .product-muye-wrap .item .note b,
    .inner-product-wuliu .product-muye-wrap .item .note b,
    .inner-product-muye .product-wuliu-wrap .item .note b,
    .inner-product-wuliu .product-wuliu-wrap .item .note b
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
.inner-product-muye .product-muye-wrap .item:hover,
.inner-product-wuliu .product-muye-wrap .item:hover,
.inner-product-muye .product-wuliu-wrap .item:hover,
.inner-product-wuliu .product-wuliu-wrap .item:hover
{
    color: #fff;
    background-color: #e71218;
}
.inner-product-muye .product-muye-wrap .item:hover .pic .i-box img,
.inner-product-wuliu .product-muye-wrap .item:hover .pic .i-box img,
.inner-product-muye .product-wuliu-wrap .item:hover .pic .i-box img,
.inner-product-wuliu .product-wuliu-wrap .item:hover .pic .i-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-product-show .product-show-left
{
    padding-right: 5%;
}
@media (max-width: 1660px)
{
    .inner-product-show .product-show-left
    {
        padding: 0;
    }
}
.inner-product-show .product-show-left .item .i-box
{
    padding-bottom: 62.06896552%;
}
.inner-product-show .product-show-left .slick-arrow
{
    font-size: 30px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: -10px;

    width: 30px;
    margin: 0;
    padding: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #304862;
    border: none;
    background: none;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-left .slick-arrow
    {
        font-size: 20px;
    }
}
.inner-product-show .product-show-left .slick-arrow:before
{
    font-family: 'iconfont' !important;

    content: '\eec1';
}
.inner-product-show .product-show-left .slick-arrow.slick-next
{
    right: -10px;
    left: auto;
}
.inner-product-show .product-show-left .slick-arrow.slick-next:before
{
    content: '\e640';
}
.inner-product-show .product-show-left .slick-product-show-nav
{
    margin-top: 12px;
    padding: 0 20px;
}
.inner-product-show .product-show-left .slick-product-show-nav .slick-slide
{
    padding: 0 6px;
    /* position: relative;
    left: -218%; */
}
.inner-product-show .product-show-right
{
    padding-left: 3%;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-right
    {
        margin-top: 20px;
    }
}
.inner-product-show .product-show-right .title-product-show h2
{
    font-size: 42px;
    font-weight: 600;
    line-height: 1.4;

    margin: 0;

    color: #e71218;
}
@media (max-width: 1470px)
{
    .inner-product-show .product-show-right .title-product-show h2
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .inner-product-show .product-show-right .title-product-show h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-right .title-product-show h2
    {
        font-size: 24px;
    }
}
.inner-product-show .product-show-right .title-mask
{
    margin-top: 24px;
}
.inner-product-show .product-show-right .title-mask h2
{
    font-size: 16px;
    line-height: 38px;

    display: inline-block;

    margin: 0;
    padding: 0 16px;

    color: #fff;
    border-radius: 30px;
    background-color: #e71218;
}
.inner-product-show .product-show-right .text
{
    margin-top: 20px;
}
.inner-product-show .product-show-right .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-product-show .product-show-right .text p
    {
        font-size: 16px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-right .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-product-show .product-show-right .link
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .inner-product-show .product-show-right .link
    {
        margin-top: 20px;
    }
}
.inner-product-show .product-show-right .link a
{
    font-size: 20px;
    line-height: 70px;

    display: inline-block;

    height: 70px;
    margin-right: 20px;
    padding: 0 60px;

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

    color: #e71218;
    border: 1px solid #e71218;
    border-radius: 50px;
}
@media (max-width: 1470px)
{
    .inner-product-show .product-show-right .link a
    {
        font-size: 18px;
        line-height: 50px;

        height: 50px;
        margin-right: 10px;
        padding: 0 40px;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-right .link a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-right .link a
    {
        line-height: 40px;

        height: 40px;
        padding: 0 30px;
    }
}
.inner-product-show .product-show-right .link a.btn-inquiry
{
    color: #fff;
    background-color: #e71218;
}
.inner-product-show .product-show-right .link a:hover
{
    color: #fff;
    background-color: #b40207;
}
.inner-product-relate
{
    background-color: #f9f9f9;
}
.inner-product-relate .slick-product-relate
{
    margin: 0 -16px;
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .inner-product-relate .slick-product-relate
    {
        margin-top: 10px;
        margin-right: -8px;
        margin-left: -8px;
    }
}
.inner-product-relate .slick-product-relate .slick-slide
{
    padding: 0 16px;
}
@media (max-width: 1199px)
{
    .inner-product-relate .slick-product-relate .slick-slide
    {
        padding: 0 8px;
    }
}
.inner-product-relate .slick-product-relate .item
{
    display: block;

    margin-top: 20px;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.inner-product-relate .slick-product-relate .item .pic .i-box
{
    padding-bottom: 62.06896552%;
}
.inner-product-relate .slick-product-relate .item .pic .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-product-relate .slick-product-relate .item .note b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 60px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 60px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-product-relate .slick-product-relate .item .note b
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-product-relate .slick-product-relate .item .note b
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
.inner-product-relate .slick-product-relate .item:hover
{
    color: #fff;
    background-color: #e71218;
}
.inner-product-relate .slick-product-relate .item:hover .pic .i-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-product-relate .more
{
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .inner-product-relate .more
    {
        margin-top: 30px;
    }
}
.inner-product-relate .more a
{
    font-size: 20px;
    line-height: 70px;

    display: inline-block;

    padding: 0 60px;

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

    color: #fff;
    border-radius: 50px;
    background-color: #e71218;
}
@media (max-width: 991px)
{
    .inner-product-relate .more a
    {
        font-size: 18px;
        line-height: 50px;

        padding: 0 40px;
    }
}
@media (max-width: 767px)
{
    .inner-product-relate .more a
    {
        font-size: 16px;
        line-height: 44px;

        padding: 0 30px;
    }
}
.inner-product-relate .more a:hover
{
    background-color: #b40207;
}
.header-canyin
{
    position: fixed;
    z-index: 2;
    top: 0;

    width: 268px;
    height: 100%;
    padding: 3% 15px;

    text-align: center;

    background: url(../images/canyin_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .header-canyin
    {
        width: 200px;
    }
}
@media (max-width: 767px)
{
    .header-canyin
    {
        position: fixed;
        z-index: 9;
        top: 0;

        width: 100%;
        height: 60px;
        padding: 0 15px;
    }
}
.header-canyin .logo
{
    height: 130px;
}
@media (max-width: 767px)
{
    .header-canyin .logo
    {
        position: absolute;
        top: 5px;
        left: 10px;

        display: inline-block;
        float: left;

        height: 50px;
        margin-top: 0;
    }
}
.header-canyin .logo a
{
    display: block;

    height: 100%;
}
.header-canyin .logo a img
{
    height: 100%;
}
.header-canyin .nav
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .header-canyin .nav
    {
        margin-top: 0;
        padding-left: 60px;
    }
}
@media (max-width: 767px)
{
    .header-canyin .nav ul
    {
        font-size: 0;
    }
}
@media (max-width: 767px)
{
    .header-canyin .nav ul li
    {
        font-size: 14px;

        display: inline-block;

        width: 25%;

        vertical-align: top;
    }
}
.header-canyin .nav ul li a
{
    font-family: 'jiangxizhuokai';
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: inline-block;

    padding: 15px 0;
}
@media (max-width: 767px)
{
    .header-canyin .nav ul li a
    {
        font-size: 14px;

        padding: 15px 0;
    }
}
.header-canyin .nav ul li a:after
{
    position: absolute;
    top: 48%;
    left: 80px;

    display: block;

    width: 0;
    height: 2px;

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

    background-color: #e71218;
}
@media (max-width: 767px)
{
    .header-canyin .nav ul li a:after
    {
        left: 66px;
    }
}
.header-canyin .nav ul li.active a,
.header-canyin .nav ul li:hover a
{
    color: #e71218;
}
.header-canyin .nav ul li.active a:after,
.header-canyin .nav ul li:hover a:after
{
    width: 28px;
}
@media (max-width: 767px)
{
    .header-canyin .nav ul li.active a:after,
    .header-canyin .nav ul li:hover a:after
    {
        width: 0;
    }
}
.header-canyin .copyright
{
    font-size: 12px;
    line-height: 26px;

    position: absolute;
    bottom: 3%;
    left: 0;

    width: 100%;
}
@media (max-width: 767px)
{
    .header-canyin .copyright
    {
        line-height: 20px;

        display: none;
    }
}
.header-canyin .copyright p
{
    font-size: 12px;
    line-height: 26px;

    margin: 0;
}
@media (max-width: 767px)
{
    .header-canyin .copyright p
    {
        line-height: 20px;
    }
}
.header-canyin .copyright span,
.header-canyin .copyright a
{
    display: block;
}
.innerwrap-product-canyin
{
    padding-left: 268px;
}
@media (max-width: 1199px)
{
    .innerwrap-product-canyin
    {
        padding-left: 200px;
    }
}
@media (max-width: 767px)
{
    .innerwrap-product-canyin
    {
        padding-left: 0;
    }
}
.inner-product-canyin
{
    background: url(../images/cright_bg.jpg) no-repeat top center;
    background-size: cover;
}
.inner-product-canyin .title-product-canyin
{
    text-align: center;
}
.inner-product-canyin .title-product-canyin h2
{
    font-family: 'jiangxizhuokai';
    font-size: 32px;
    line-height: 1.4;

    margin: 0;

    color: #e71218;
}
@media (max-width: 1199px)
{
    .inner-product-canyin .title-product-canyin h2
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .inner-product-canyin .title-product-canyin h2
    {
        font-size: 24px;
    }
}
.inner-product-canyin .product-canyin
{
    margin-top: 30px;
    /* padding: 0 10%; */
		padding: 0 9.6% 0 10%;
		text-align: justify;
}
@media (max-width: 767px)
{
    .inner-product-canyin .product-canyin
    {
        margin-top: 10px;
        padding: 0 15px;
    }
}
.inner-product-canyin .product-canyin p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    text-indent: 2em;

    color: #666;
}
@media (max-width: 1199px)
{
    .inner-product-canyin .product-canyin p
    {
        font-size: 16px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-product-canyin .product-canyin p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-product-canyin .product-canyin img
{
    max-width: 100%;
    height: auto !important;
}
.inner-product-canyin .slick-product-canyin
{
    margin: 0 -12px;
    margin-top: 70px;
    padding-left: 10%;
    padding-right: 9.6%;
}
@media (max-width: 1199px)
{
    .inner-product-canyin .slick-product-canyin
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .inner-product-canyin .slick-product-canyin
    {
        margin-top: 20px;
        padding: 0 15px;
    }
}
.inner-product-canyin .slick-product-canyin .slick-slide
{
    padding: 0 12px;
}
.inner-product-canyin .slick-product-canyin .item .i-box
{
    padding-bottom: 53.33333333%;
}
.inner-product-canyin .slick-product-canyin .slick-dots
{
    margin-top: 100px;

    text-align: center;
}
@media (max-width: 1470px)
{
    .inner-product-canyin .slick-product-canyin .slick-dots
    {
        margin-top: 80px;
    }
}
@media (max-width: 1199px)
{
    .inner-product-canyin .slick-product-canyin .slick-dots
    {
        margin-top: 50px;
    }
}
@media (max-width: 991px)
{
    .inner-product-canyin .slick-product-canyin .slick-dots
    {
        margin-top: 30px;
    }
}
.inner-product-canyin .slick-product-canyin .slick-dots li
{
    display: inline-block;

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

    vertical-align: top;

    border-radius: 50%;
    background-color: #999;
}
@media (max-width: 1199px)
{
    .inner-product-canyin .slick-product-canyin .slick-dots li
    {
        margin: 0 6px;
    }
}
.inner-product-canyin .slick-product-canyin .slick-dots li button
{
    display: none;
}
.inner-product-canyin .slick-product-canyin .slick-dots li.slick-active
{
    background-color: #e71218;
}
.inner-branch
{
    padding: 100px 5%;

    background: url(../images/branch_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .inner-branch
    {
        padding: 80px 15px 60px;
    }
}
.inner-branch .slick-branch
{
    font-size: 0;

    padding-right: 50px;
}
@media (max-width: 1470px)
{
    .inner-branch .slick-branch
    {
        padding-right: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-branch .slick-branch
    {
        padding-right: 20px;
    }
}
.inner-branch .slick-branch .item
{
    margin: 10px 0;
}
.inner-branch .slick-branch .item .i-box
{
    padding-bottom: 44.92753623%;
}
.inner-branch .slick-branch .slick-dots
{
    position: absolute;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.inner-branch .slick-branch .slick-dots li
{
    display: block;

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

    border-radius: 50%;
    background-color: #999;
}
@media (max-width: 1199px)
{
    .inner-branch .slick-branch .slick-dots li
    {
        margin: 6px 0;
    }
}
.inner-branch .slick-branch .slick-dots li button
{
    display: none;
}
.inner-branch .slick-branch .slick-dots li.slick-active
{
    background-color: #e71218;
}
.inner-branch .branch
{
    margin-top: 80px;
    padding-right: 50px;
}
@media (max-width: 1470px)
{
    .inner-branch .branch
    {
        margin-top: 50px;
        padding-right: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-branch .branch
    {
        margin-top: 30px;
        padding-right: 0;
    }
}
.inner-branch .branch ul li:last-child .item
{
    border-bottom: none;
}
.inner-branch .branch .item
{
    line-height: 38px;

    display: table;

    width: 100%;
    padding: 20px 0;

    border-bottom: 1px solid #d0d0d0;
}
@media (max-width: 991px)
{
    .inner-branch .branch .item
    {
        font-size: 0;

        display: block;
    }
}
.inner-branch .branch .item .tt
{
    font-size: 18px;

    display: table-cell;

    width: 18%;
    padding: 0 4px;

    vertical-align: top;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-branch .branch .item .tt
    {
        font-size: 14px;

        display: inline-block;

        width: 50%;
    }
}
.inner-branch .branch .item .tt p
{
    font-size: 18px;
    line-height: 38px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-branch .branch .item .tt p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .inner-branch .branch .item .tt p
    {
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-branch .branch .item .tt p
    {
        font-size: 14px;
    }
}
.inner-branch .branch .item .tt-title p
{
    font-family: 'jiangxizhuokai';
    font-size: 26px;

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

    color: #333;
}
@media (max-width: 1470px)
{
    .inner-branch .branch .item .tt-title p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-branch .branch .item .tt-title p
    {
        font-size: 16px;
    }
}
.inner-branch .branch .item .tt-name
{
    position: relative;
}
.inner-branch .branch .item .tt-name p
{
    font-family: 'jiangxizhuokai';

    position: relative;

    padding-left: 50px;
}
@media (max-width: 767px)
{
    .inner-branch .branch .item .tt-name p
    {
        padding-left: 38px;
    }
}
.inner-branch .branch .item .tt-name p:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

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

    content: '\e641';

    color: #e71218;
}
.inner-branch .branch .item .tt-tel
{
    position: relative;
}
.inner-branch .branch .item .tt-tel p
{
    position: relative;

    padding-left: 50px;
}
@media (max-width: 767px)
{
    .inner-branch .branch .item .tt-tel p
    {
        padding-left: 38px;
    }
}
.inner-branch .branch .item .tt-tel p:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

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

    content: '\e633';

    color: #e71218;
}
.inner-branch .branch .item .tt-address
{
    position: relative;

    width: 46%;
}
@media (max-width: 991px)
{
    .inner-branch .branch .item .tt-address
    {
        width: 50%;
    }
}
.inner-branch .branch .item .tt-address p
{
    position: relative;

    padding-left: 50px;
}
@media (max-width: 767px)
{
    .inner-branch .branch .item .tt-address p
    {
        font-size: 12px;

        padding-left: 38px;
    }
}
.inner-branch .branch .item .tt-address p:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

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

    content: '\e65e';

    color: #e71218;
}
.inner-branch .branch .item:hover
{
    text-decoration: none;
}
.inner-branch .branch .item:hover .tt-title p
{
    color: #e71218;
}
.inner-branch-show
{
    padding: 100px 5%;

    background: url(../images/branch_show_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .inner-branch-show
    {
        padding: 80px 15px 60px;
    }
}
.inner-branch-show .slick-branch-show
{
    font-size: 0;
}
.inner-branch-show .slick-branch-show .item
{
    margin: 10px 0;
}
.inner-branch-show .slick-branch-show .item .i-box
{
    padding-bottom: 36.23188406%;
}
.inner-branch-show .slick-branch-show .slick-dots
{
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inner-branch-show .slick-branch-show .slick-dots
    {
        margin-top: 20px;
    }
}
.inner-branch-show .slick-branch-show .slick-dots li
{
    display: inline-block;

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

    vertical-align: top;

    border-radius: 50%;
    background-color: #999;
}
@media (max-width: 1199px)
{
    .inner-branch-show .slick-branch-show .slick-dots li
    {
        margin: 0 6px;
    }
}
.inner-branch-show .slick-branch-show .slick-dots li button
{
    display: none;
}
.inner-branch-show .slick-branch-show .slick-dots li.slick-active
{
    background-color: #e71218;
}
.inner-branch-show .branch-show
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .inner-branch-show .branch-show
    {
        margin-top: 40px;
    }
}
.inner-branch-show .branch-show .title-branch-show
{
    line-height: 40px;

    padding: 15px 20px;

    color: #fff;
    background-color: #e71218;
}
@media (max-width: 767px)
{
    .inner-branch-show .branch-show .title-branch-show
    {
        padding: 10px;
    }
}
.inner-branch-show .branch-show .title-branch-show h1
{
    font-family: 'jiangxizhuokai';
    font-size: 26px;

    display: inline-block;

    margin: 0;
    margin-right: 20px;
}
@media (max-width: 767px)
{
    .inner-branch-show .branch-show .title-branch-show h1
    {
        font-size: 20px;

        margin: 0;
    }
}
.inner-branch-show .branch-show .title-branch-show span
{
    font-size: 16px;
}
@media (max-width: 767px)
{
    .inner-branch-show .branch-show .title-branch-show span
    {
        line-height: 20px;

        display: block;
    }
}
.inner-branch-show .branch-show .list
{
    display: table;

    width: 100%;

    border: 1px solid #cccaca;
}
@media (max-width: 767px)
{
    .inner-branch-show .branch-show .list
    {
        display: block;
    }
}
.inner-branch-show .branch-show .list .branch-left,
.inner-branch-show .branch-show .list .branch-right
{
    display: table-cell;

    padding: 30px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-branch-show .branch-show .list .branch-left,
    .inner-branch-show .branch-show .list .branch-right
    {
        display: block;

        padding: 20px 15px;
    }
}
.inner-branch-show .branch-show .list .branch-left
{
    width: 35%;

    border-right: 1px solid #cccaca;
}
@media (max-width: 991px)
{
    .inner-branch-show .branch-show .list .branch-left
    {
        width: 45%;
    }
}
@media (max-width: 767px)
{
    .inner-branch-show .branch-show .list .branch-left
    {
        width: 100%;

        border-right: none;
        border-bottom: 1px solid #cccaca;
    }
}
.inner-branch-show .branch-show .list .branch-left p
{
    font-size: 18px;
    line-height: 38px;

    position: relative;

    margin: 30px 0;
    padding-left: 56px;
}
@media (max-width: 1470px)
{
    .inner-branch-show .branch-show .list .branch-left p
    {
        font-size: 16px;

        margin: 20px 0;
    }
}
@media (max-width: 991px)
{
    .inner-branch-show .branch-show .list .branch-left p
    {
        padding-left: 40px;
    }
}
@media (max-width: 767px)
{
    .inner-branch-show .branch-show .list .branch-left p
    {
        font-size: 14px;

        margin: 14px 0;
    }
}
.inner-branch-show .branch-show .list .branch-left p:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

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

    content: '\e641';

    color: #e71218;
}
@media (max-width: 991px)
{
    .inner-branch-show .branch-show .list .branch-left p:before
    {
        font-size: 30px;
    }
}
.inner-branch-show .branch-show .list .branch-left p.tel:before
{
    content: '\e633';
}
.inner-branch-show .branch-show .list .branch-left p.address:before
{
    content: '\e65e';
}
.inner-branch-show .branch-show .list .branch-right
{
    width: 65%;
}
@media (max-width: 991px)
{
    .inner-branch-show .branch-show .list .branch-right
    {
        width: 55%;
    }
}
@media (max-width: 767px)
{
    .inner-branch-show .branch-show .list .branch-right
    {
        width: 100%;
    }
}
.inner-branch-show .branch-show .list .branch-right p
{
    font-size: 18px;
    line-height: 2.33333333;

    margin: 0;

    text-indent: 2em;

    color: #666;
}
@media (max-width: 1470px)
{
    .inner-branch-show .branch-show .list .branch-right p
    {
        font-size: 16px;
        line-height: 2;
    }
}
@media (max-width: 767px)
{
    .inner-branch-show .branch-show .list .branch-right p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-branch-show .branch-show .list .branch-right img
{
    max-width: 100%;
}
.inner-branch-show .branch-map
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .inner-branch-show .branch-map
    {
        margin-top: 30px;
    }
}
.inner-branch-show .branch-map .mapwrap
{
    height: 550px;

    border: 12px solid #fff;
}
@media (max-width: 991px)
{
    .inner-branch-show .branch-map .mapwrap
    {
        height: 340px;
    }
}
.inner-brandgood
{
    padding: 100px 10%;

    background: url(../images/brandgood_bg.jpg) no-repeat top center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .inner-brandgood
    {
        padding: 70px 5%;
    }
}
@media (max-width: 767px)
{
    .inner-brandgood
    {
        padding: 80px 15px 60px;
    }
}
.inner-brandgood .brandgood
{
    font-size: 0;

    background-color: #fff;
}
.inner-brandgood .brandgood .text,
.inner-brandgood .brandgood .pic
{
    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-brandgood .brandgood .text,
    .inner-brandgood .brandgood .pic
    {
        width: 100%;
    }
}
.inner-brandgood .brandgood .text
{
    padding: 30px 5%;
}
.inner-brandgood .brandgood .text .title-brandgood:after
{
    display: block;

    width: 110px;
    height: 1px;
    margin-top: 10px;

    content: '';

    background-color: #acacac;
}
.inner-brandgood .brandgood .text .title-brandgood h2
{
    font-family: 'jiangxizhuokai';
    font-size: 32px;
    line-height: 1.4;

    margin: 0;

    color: #e71218;
}
@media (max-width: 1199px)
{
    .inner-brandgood .brandgood .text .title-brandgood h2
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .inner-brandgood .brandgood .text .title-brandgood h2
    {
        font-size: 24px;
    }
}
.inner-brandgood .brandgood .text .note
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .inner-brandgood .brandgood .text .note
    {
        margin-top: 10px;
    }
}
.inner-brandgood .brandgood .text .note p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .inner-brandgood .brandgood .text .note p
    {
        font-size: 14px;
    }
}
.inner-brandgood .brandgood .pic
{
    position: relative;

    overflow: hidden;
}
.inner-brandgood .brandgood .pic img
{
    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-brandgood .brandgood .pic .play
{
    font-size: 50px;

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

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

    color: #fff;
}
.inner-brandgood .brandgood .pic .play:before
{
    font-family: 'iconfont' !important;

    content: '\e650';
}
.inner-brandgood .brandgood .pic:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-brandgood .foodshow
{
    padding-top: 100px;
}
@media (max-width: 1199px)
{
    .inner-brandgood .foodshow
    {
        padding-top: 50px;
    }
}
.inner-brandgood .foodshow .title-foodshow
{
    text-align: center;
}
.inner-brandgood .foodshow .title-foodshow h2
{
    font-family: 'jiangxizhuokai';
    font-size: 32px;
    line-height: 1.4;

    margin: 0;

    color: #e71218;
}
@media (max-width: 1199px)
{
    .inner-brandgood .foodshow .title-foodshow h2
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .inner-brandgood .foodshow .title-foodshow h2
    {
        font-size: 24px;
    }
}
.inner-brandgood .foodshow .title-foodshow p
{
    font-size: 16px;
    line-height: 24px;

    margin: 14px 0 0 0;

    color: #999;
}
@media (max-width: 767px)
{
    .inner-brandgood .foodshow .title-foodshow p
    {
        font-size: 14px;
    }
}
.inner-brandgood .foodshow .slick-foodshow .slick-slide ul
{
    margin: 0 -50px;
}
@media (max-width: 1470px)
{
    .inner-brandgood .foodshow .slick-foodshow .slick-slide ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 1199px)
{
    .inner-brandgood .foodshow .slick-foodshow .slick-slide ul
    {
        margin: 0 -10px;
    }
}
.inner-brandgood .foodshow .slick-foodshow .slick-slide ul li
{
    margin-top: 80px;
    padding: 0 50px;
}
@media (max-width: 1470px)
{
    .inner-brandgood .foodshow .slick-foodshow .slick-slide ul li
    {
        margin-top: 50px;
        padding: 0 30px;
    }
}
@media (max-width: 1199px)
{
    .inner-brandgood .foodshow .slick-foodshow .slick-slide ul li
    {
        margin-top: 30px;
        padding: 0 10px;
    }
}
@media (max-width: 991px)
{
    .inner-brandgood .foodshow .slick-foodshow .slick-slide ul li
    {
        margin-top: 20px;
    }
}
.inner-brandgood .foodshow .slick-foodshow .slick-slide .item
{
    text-align: center;

    border: 1px solid #acacac;
}
.inner-brandgood .foodshow .slick-foodshow .slick-slide .item .pic
{
    padding: 20px;
}
@media (max-width: 991px)
{
    .inner-brandgood .foodshow .slick-foodshow .slick-slide .item .pic
    {
        padding: 10px;
    }
}
.inner-brandgood .foodshow .slick-foodshow .slick-slide .item .note
{
    border-top: 1px solid #acacac;
}
.inner-brandgood .foodshow .slick-foodshow .slick-slide .item .note p
{
    font-family: 'jiangxizhuokai';
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-brandgood .foodshow .slick-foodshow .slick-dots
{
    position: absolute;
    top: 50%;
    right: -40px;

    width: 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.inner-brandgood .foodshow .slick-foodshow .slick-dots li
{
    display: block;

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

    border-radius: 50%;
    background-color: #999;
}
@media (max-width: 1199px)
{
    .inner-brandgood .foodshow .slick-foodshow .slick-dots li
    {
        margin: 6px 0;
    }
}
.inner-brandgood .foodshow .slick-foodshow .slick-dots li button
{
    display: none;
}
.inner-brandgood .foodshow .slick-foodshow .slick-dots li.slick-active
{
    width: 10px;

    background-color: #e71218;
}
.inner-join .join-top
{
    font-size: 0;

    position: relative;

    background-color: #f9f9f9;
}
.inner-join .join-top .text,
.inner-join .join-top .pic
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-join .join-top .text,
    .inner-join .join-top .pic
    {
        display: block;

        width: 100%;
    }
}
.inner-join .join-top .text
{
    padding: 60px 40px;
}
@media (max-width: 1199px)
{
    .inner-join .join-top .text
    {
        padding: 20px 14px;
    }
}
.inner-join .join-top .text .title-join-top h2
{
    font-size: 42px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-join .join-top .text .title-join-top h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-join .join-top .text .title-join-top h2
    {
        font-size: 24px;
    }
}
.inner-join .join-top .text .note
{
    margin-top: 14px;
}
@media (max-width: 1470px)
{
    .inner-join .join-top .text .note
    {
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-join .join-top .text .note
    {
        line-height: 24px;
    }
}
.inner-join .join-top .text .note p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-join .join-top .text .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-join .join-top .text .note p
    {
        font-size: 14px;
    }
}
.inner-join .join-top .pic
{
    overflow: hidden;
}
.inner-join .join-top .pic img
{
    max-width: 100%;
}
.inner-join .join
{
    font-size: 0;

    padding-top: 30px;
}
@media (min-width: 1470px)
{
    .inner-join .join ul
    {
        margin: 0 -20px;
    }
    .inner-join .join ul li
    {
        padding: 0 20px;
    }
}
.inner-join .join .item
{
    display: block;

    margin-top: 40px;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .inner-join .join .item
    {
        margin-top: 20px;
    }
}
.inner-join .join .item .pic .i-box
{
    padding-bottom: 61.45833333%;
}
.inner-join .join .item .pic .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-join .join .item .note b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 60px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 60px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-join .join .item .note b
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-join .join .item .note b
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
.inner-join .join .item:hover
{
    color: #fff;
    background-color: #e71218;
}
.inner-join .join .item:hover .pic .i-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-hiring .hiring-top
{
    margin-top: 40px;
    padding: 0 6%;
}
@media (max-width: 1199px)
{
    .inner-hiring .hiring-top
    {
        padding: 0;
    }
}
@media (max-width: 991px)
{
    .inner-hiring .hiring-top
    {
        margin-top: 20px;
    }
}
.inner-hiring .hiring-top p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #999;
}
@media (max-width: 991px)
{
    .inner-hiring .hiring-top p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-hiring .hiring .item
{
    margin-top: 40px;

    border: 1px solid #d9d9d9;
}
.inner-hiring .hiring .item .item-top
{
    position: relative;

    padding: 0 160px 0 50px;

    cursor: pointer;
}
@media (max-width: 1199px)
{
    .inner-hiring .hiring .item .item-top
    {
        padding: 0 80px 0 20px;
    }
}
@media (max-width: 991px)
{
    .inner-hiring .hiring .item .item-top
    {
        padding: 0 40px 0 10px;
    }
}
.inner-hiring .hiring .item .item-top:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;

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

    width: 110px;
    margin-top: -15px;

    content: '\e629';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .inner-hiring .hiring .item .item-top:after
    {
        font-size: 24px;

        width: 60px;
    }
}
@media (max-width: 991px)
{
    .inner-hiring .hiring .item .item-top:after
    {
        font-size: 20px;

        width: 30px;
    }
}
.inner-hiring .hiring .item .item-top:before
{
    position: absolute;
    top: 0;
    right: 110px;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background-color: #ececec;
}
@media (max-width: 1199px)
{
    .inner-hiring .hiring .item .item-top:before
    {
        right: 60px;
    }
}
@media (max-width: 991px)
{
    .inner-hiring .hiring .item .item-top:before
    {
        right: 30px;
    }
}
.inner-hiring .hiring .item .item-top .title-item
{
    overflow: hidden;

    padding: 20px 0;

    border-bottom: 1px solid #ececec;
}
@media (max-width: 767px)
{
    .inner-hiring .hiring .item .item-top .title-item
    {
        padding: 10px 0;
    }
}
.inner-hiring .hiring .item .item-top .title-item h3
{
    font-size: 24px;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #e71218;
}
@media (max-width: 1199px)
{
    .inner-hiring .hiring .item .item-top .title-item h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inner-hiring .hiring .item .item-top .title-item h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inner-hiring .hiring .item .item-top .title-item h3
    {
        font-size: 16px;

        display: block;
    }
}
.inner-hiring .hiring .item .item-top .title-item p
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;
    float: right;

    color: #a8a8a8;
}
@media (max-width: 991px)
{
    .inner-hiring .hiring .item .item-top .title-item p
    {
        font-size: 12px;
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-hiring .hiring .item .item-top .title-item p
    {
        float: none;
    }
}
.inner-hiring .hiring .item .item-top .title-item p span
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-hiring .hiring .item .item-top .title-item p span
    {
        margin-right: 10px;
    }
}
.inner-hiring .hiring .item .item-top .title-item p span:before
{
    font-size: 14px;

    margin: 0 20px;

    content: '|';

    color: #eaeaea;
}
@media (max-width: 991px)
{
    .inner-hiring .hiring .item .item-top .title-item p span:before
    {
        font-size: 12px;

        margin: 0 10px;
    }
}
@media (max-width: 767px)
{
    .inner-hiring .hiring .item .item-top .title-item p span:before
    {
        display: none;
    }
}
.inner-hiring .hiring .item .item-top .note
{
    font-size: 0;

    padding: 20px 0;

    color: #666;
}
@media (max-width: 767px)
{
    .inner-hiring .hiring .item .item-top .note
    {
        padding: 10px 0;
    }
}
.inner-hiring .hiring .item .item-top .note p
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    min-width: 33.33333333%;
    margin: 0;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-hiring .hiring .item .item-top .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-hiring .hiring .item .item-top .note p
    {
        font-size: 13px;

        min-width: 50%;
    }
}
.inner-hiring .hiring .item .item-text
{
    display: none;

    padding: 30px 50px;

    background-color: #f5f5f5;
}
@media (max-width: 1199px)
{
    .inner-hiring .hiring .item .item-text
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-hiring .hiring .item .item-text
    {
        padding: 20px 10px;
    }
}
.inner-hiring .hiring .item .item-text h4
{
    font-size: 18px;
    line-height: 30px;

    color: #e71218;
}
@media (max-width: 767px)
{
    .inner-hiring .hiring .item .item-text h4
    {
        font-size: 16px;
    }
}
.inner-hiring .hiring .item .item-text p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-hiring .hiring .item .item-text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-hiring .hiring .item .item-text a.more
{
    font-size: 18px;
    line-height: 44px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 30px;
    background-color: #e71218;
}
@media (max-width: 991px)
{
    .inner-hiring .hiring .item .item-text a.more
    {
        font-size: 16px;

        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-hiring .hiring .item .item-text a.more
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.inner-hiring .hiring .item .item-text a.more:hover
{
    background-color: #b40207;
}
.inner-hiring .hiring .item:hover .item-top:after
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.inner-hiring .hiring .current .item .item-top:after
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.inner-apply .apply
{
    margin-top: 60px;
    padding: 50px;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .inner-apply .apply
    {
        margin-top: 30px;
        padding: 30px 14px;
    }
}
.inner-apply .apply .row
{
    margin: 0 -8px;
}
.inner-apply .apply .row .itembox
{
    padding: 0 8px;
}
.inner-apply .apply input,
.inner-apply .apply select
{
    font-size: 18px;
    line-height: 30px;

    width: 100%;
    height: 60px;
    margin-top: 14px;
    padding: 15px 20px;

    color: #8f8f8f;
    border: 1px solid #ccc;
    border-radius: 14px;
    outline: none;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .inner-apply .apply input,
    .inner-apply .apply select
    {
        font-size: 16px;

        height: 50px;
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-apply .apply input,
    .inner-apply .apply select
    {
        font-size: 14px;
    }
}
.inner-apply .apply select
{
    background: url(../images/select_bg.jpg) no-repeat right bottom #fff;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.inner-apply .apply .submit
{
    font-size: 18px;
    font-weight: normal;
    line-height: 60px;

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

    color: #fff;
    border-radius: 14px;
    outline: none;
    background-color: #e71218;
}
@media (max-width: 991px)
{
    .inner-apply .apply .submit
    {
        font-size: 16px;

        padding: 0 60px;
    }
}
.inner-apply .apply i
{
    font-size: 18px;
    font-style: normal;

    display: inline-block;

    vertical-align: middle;

    color: #8f8f8f;
}
@media (max-width: 991px)
{
    .inner-apply .apply i
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-apply .apply i
    {
        font-size: 14px;

        margin-bottom: 10px;
    }
}
.inner-apply .apply span
{
    font-size: 16px;
    line-height: 24px;

    color: #8f8f8f;
}
@media (max-width: 767px)
{
    .inner-apply .apply span
    {
        font-size: 14px;

        display: block;

        margin-top: 14px;
    }
}
.inner-apply .apply .jupload
{
    margin-top: 40px;
}
.inner-apply .apply .input-container
{
    position: relative;

    display: inline-block;

    cursor: pointer;
    vertical-align: middle;

    color: #8f8f8f;
}
@media (max-width: 767px)
{
    .inner-apply .apply .input-container
    {
        display: block;
    }
}
.inner-apply .apply .input-container:before
{
    font-size: 18px;
    line-height: 60px;

    display: inline-block;

    margin: 0 20px;
    padding: 0 40px;

    content: '选择文件';
    vertical-align: middle;

    border: 1px solid #ccc;
    border-radius: 14px;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .inner-apply .apply .input-container:before
    {
        font-size: 16px;
        line-height: 50px;
    }
}
@media (max-width: 767px)
{
    .inner-apply .apply .input-container:before
    {
        font-size: 14px;
        line-height: 40px;

        margin: 0;
    }
}
.inner-apply .apply .input-container:after
{
    font-size: 16px;

    display: inline-block;

    content: '重新上传';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-apply .apply .input-container:after
    {
        font-size: 14px;
        line-height: 50px;
    }
}
.inner-apply .apply .input-container input[type='file']
{
    font-size: 0;

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

    display: inline-block;

    width: 100%;

    cursor: pointer;

    opacity: 0;
    border: none;
    background: none;
}
.inner-growth .growth
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .inner-growth .growth
    {
        margin-top: 20px;
    }
}
.inner-growth .growth ul li
{
    border-bottom: 1px solid #ccc;
}
.inner-growth .growth .item
{
    font-size: 0;

    position: relative;

    padding: 30px 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.inner-growth .growth .item .pic,
.inner-growth .growth .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.inner-growth .growth .item .pic
{
    width: 28%;
}
@media (max-width: 1350px)
{
    .inner-growth .growth .item .pic
    {
        width: 35%;
    }
}
@media (max-width: 1199px)
{
    .inner-growth .growth .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .inner-growth .growth .item .pic
    {
        width: 100%;
    }
}
.inner-growth .growth .item .pic .i-box
{
    padding-bottom: 62.22222222%;
}
.inner-growth .growth .item .pic .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-growth .growth .item .note
{
    width: 72%;
    padding-left: 40px;
}
@media (max-width: 1350px)
{
    .inner-growth .growth .item .note
    {
        width: 65%;
    }
}
@media (max-width: 1199px)
{
    .inner-growth .growth .item .note
    {
        width: 60%;
        padding-left: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-growth .growth .item .note
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.inner-growth .growth .item .note b
{
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;

    color: #e71218;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .inner-growth .growth .item .note b
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .inner-growth .growth .item .note b
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .inner-growth .growth .item .note b
    {
        font-size: 20px;
        line-height: 30px;

        height: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-growth .growth .item .note b
    {
        font-size: 16px;
    }
}
.inner-growth .growth .item .note span.date
{
    font-size: 18px;
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #999;
}
@media (max-width: 1199px)
{
    .inner-growth .growth .item .note span.date
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .inner-growth .growth .item .note span.date
    {
        font-size: 14px;
    }
}
.inner-growth .growth .item .note p
{
    font-size: 18px;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 108px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1350px)
{
    .inner-growth .growth .item .note p
    {
        font-size: 16px;
        line-height: 30px;

        height: 90px;
    }
}
@media (max-width: 991px)
{
    .inner-growth .growth .item .note p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 60px;

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

        height: 48px;
    }
}
.inner-growth .growth .item .note a.more
{
    font-size: 20px;
    line-height: 50px;

    display: inline-block;

    height: 50px;
    margin-top: 20px;
    padding: 0 40px;

    text-align: center;

    color: #fff;
    border-radius: 50px;
    background-color: #e71218;
}
@media (max-width: 1350px)
{
    .inner-growth .growth .item .note a.more
    {
        font-size: 18px;
        line-height: 40px;

        height: 40px;
        padding: 0 30px;
    }
}
@media (max-width: 991px)
{
    .inner-growth .growth .item .note a.more
    {
        font-size: 16px;
        line-height: 34px;

        height: 34px;
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-growth .growth .item .note a.more
    {
        font-size: 14px;
    }
}
.inner-growth .growth .item:hover .pic .i-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-shopstore
{
    padding-bottom: 200px;
}
@media (max-width: 1199px)
{
    .inner-shopstore
    {
        padding-bottom: 60px;
    }
}
.inner-shopstore .shopstore
{
    position: relative;

    margin-top: 100px;
}
@media (max-width: 1350px)
{
    .inner-shopstore .shopstore
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .inner-shopstore .shopstore
    {
        /* display: none; */
    }
}
.inner-shopstore .shopstore img
{
    max-width: 100%;
}
.inner-shopstore .shopstore .pic-1
{
    position: relative;

    width: 884px;
    margin: 0 auto;
}
@media (max-width: 991px)
{
    .inner-shopstore .shopstore .pic-1
    {
        width: 80%;
        max-width: 884px;
        margin: 0 auto;
    }
}
@media (max-width: 767px)
{
    .inner-shopstore .shopstore .pic-1
    {
        width: 100%;
    }
}
.inner-shopstore .shopstore .pic-1 .item
{
    position: absolute;
    z-index: 2;

    display: block;

    padding-left: 50px;
}
@media (max-width: 991px)
{
    .inner-shopstore .shopstore .pic-1 .item
    {
        padding-left: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-shopstore .shopstore .pic-1 .item
    {
        padding-left: 20px;
    }
}
.inner-shopstore .shopstore .pic-1 .item:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 26px;
    width: 12px;
    height: 26px;
    height: 12px;

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

    border-radius: 50%;
    background-color: #e71218;
    box-shadow: 0 0 10px rgba(231, 18, 24, .6);
}

.inner-shopstore .shopstore .pic-1 .item::after {
	position: absolute;
	top: 6px;
	top: 14px;
	left: 0;
	display: block;
	
	width: 26px;
	width: 12px;
	height: 26px;
	height: 12px;
	
	content: '';
	border-radius: 50%;
	border:1px solid #e71218;
	box-shadow: 0 0 10px rgba(231, 18, 24, .6);
	animation: blip1 4s infinite ;
}

@keyframes blip1 {
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}



@media (max-width: 991px)
{
    .inner-shopstore .shopstore .pic-1 .item:before
    {
        width: 10px;
        height: 10px;
    }

		.inner-shopstore .shopstore .pic-1 .item::after {

			width:10px;

			height:10px;

			top: 9px;

		}

		
}
@media (max-width: 767px)
{
    .inner-shopstore .shopstore .pic-1 .item:before
    {
        width: 8px;
        height: 8px;
    }
		.inner-shopstore .shopstore .pic-1 .item::after { 
				width: 8px;
				height: 8px;
				top: 6px;
		}
}
.inner-shopstore .shopstore .pic-1 .item b
{
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;

    position: relative;

    display: inline-block;

    padding: 0 14px 2px 14px;

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

    color: #e71218;
    border: 2px solid #e71218;
}
@media (max-width: 991px)
{
    .inner-shopstore .shopstore .pic-1 .item b
    {
        font-size: 16px;
				line-height: 24px;
        border-width: 1px;
    }
}
@media (max-width: 767px)
{
    .inner-shopstore .shopstore .pic-1 .item b
    {
        font-size: 12px;
        line-height: 20px;

        padding: 0 10px 1px 10px;
    }
}
.inner-shopstore .shopstore .pic-1 .item b:before
{
    position: absolute;
    top: 50%;
    left: -18px;

    display: block;

    width: 0;
    height: 0;

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

    border-width: 2px 18px 2px 0;
    border-style: solid;
    border-color: transparent #e71218 transparent transparent;
}
.inner-shopstore .shopstore .pic-1 .item:hover b
{
    color: #fff;
    background-color: #e71218;
}
.inner-shopstore .shopstore .pic-1 .item-dot-right
{
    padding-right: 50px;
    padding-left: 0;
}
@media (max-width: 991px)
{
    .inner-shopstore .shopstore .pic-1 .item-dot-right
    {
        padding-right: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-shopstore .shopstore .pic-1 .item-dot-right
    {
        padding-right: 20px;
    }
}
.inner-shopstore .shopstore .pic-1 .item-dot-right:before
{
    right: 0;
    left: auto;
}
.inner-shopstore .shopstore .pic-1 .item-dot-right::after {
	right: 0;
	left: auto;
}


.inner-shopstore .shopstore .pic-1 .item-dot-right b:before
{
    right: -18px;
    left: auto;

    border-width: 2px 0 2px 18px;
    border-color: transparent transparent transparent #e71218;
}
.inner-shopstore .shopstore .pic-1 .item-1
{
    top: 22%;
    right: 2%;
}
@media (max-width: 767px)
{
    .inner-shopstore .shopstore .pic-1 .item-1
    {
        top: 28%;

				right: -4%;
    }
}
.inner-shopstore .shopstore .pic-1 .item-2
{
    top: 25.5%;
    right: 26.2%;
}
.inner-shopstore .shopstore .pic-1 .item-3
{
   top: 27.2%;

	 right: 11.6%;
}
@media (max-width: 767px)
{

	.inner-shopstore .shopstore .pic-1 .item-2 {

		top: 33.5%;

		right: 24%;

	}
    .inner-shopstore .shopstore .pic-1 .item-3
    {
        right: 4.5%;

				top: 36.5%;
    }
}
.inner-shopstore .shopstore .pic-1 .item-4
{
    top: 29.7%;

		right: 27.7%;
}
.inner-shopstore .shopstore .pic-1 .item-5
{
    top: 33.5%;

		right: 10%;
}
@media (max-width: 767px)
{
    .inner-shopstore .shopstore .pic-1 .item-5
    {
        right: 2%;
    }
}
.inner-shopstore .shopstore .pic-1 .item-6
{
    top: 40%;

		right: 6%;
}
@media (max-width: 767px)
{
    .inner-shopstore .shopstore .pic-1 .item-6
    {
        right: -2%;
    }

		.inner-shopstore .shopstore .pic-1 .item-6 b {

			-webkit-transform: translateX(-180%);

			transform: translateX(-180%);

		}

		.inner-shopstore .shopstore .pic-1 .item-6 b:before {

			left:auto;right:-18px;

			border-width: 2px 0 2px 18px;

			border-color: transparent transparent transparent #e71218;

		}
}
.inner-shopstore .shopstore .pic-1 .item-7
{
    top: 44.5%;
    right: 32%;
}
.inner-shopstore .shopstore .pic-1 .item-8
{
    top: 43.3%;
    right: 15.3%;
}
@media (max-width: 767px)
{
    .inner-shopstore .shopstore .pic-1 .item-8
    {
        right: -5%;

				top: 56%;
    }
}
.inner-shopstore .shopstore .pic-1 .item-9
{
    top: 45%;
    right: 51%;
    display: none;
}
@media (max-width: 767px)
{
    .inner-shopstore .shopstore .pic-1 .item-9
    {
        right: 52%;
        display: none;
    }
}
.inner-shopstore .shopstore .pic-1 .item-10
{
    top: 51%;

		right: 34%;

}
@media (max-width: 767px)
{
    .inner-shopstore .shopstore .pic-1 .item-10
    {
        right: 33%;
    }
}

.inner-shopstore .shopstore .pic-1 .item-11
{
    top: 51%;
    display: none;
		right: 13%;
}
@media (max-width: 767px)
{
    .inner-shopstore .shopstore .pic-1 .item-11
    {
        right: 5%;
        display: none;
    }
}
.inner-shopstore .shopstore .pic-2
{
    position: absolute;
    right: -200px;
    bottom: -100px;

    width: 218px;
}
@media (max-width: 1350px)
{
    .inner-shopstore .shopstore .pic-2
    {
        right: -160px;
    }
}
@media (max-width: 991px)
{
    .inner-shopstore .shopstore .pic-2
    {
        right: -80px;
        bottom: -50px;

        width: 20%;
    }
    .inner-shopstore .shopstore .pic-2 img
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .inner-shopstore .shopstore .pic-2
    {
        right: -40px;

        display: none;
    }
}
.inner-shopstore .xs-shopstore
{
    display: none;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .inner-shopstore .xs-shopstore
    {
        display: block;
    }
}
.inner-shopstore .xs-shopstore img
{
    max-width: 100%;
}
.inner-shopstore .store-choose
{
    margin-top: 50px;
    padding: 0 5%;
}
@media (max-width: 991px)
{
    .inner-shopstore .store-choose
    {
        margin-top: 30px;
        padding: 0;
    }
}
.inner-shopstore .store-choose ul
{
    font-size: 0;

    margin: 0 -10px;
}
@media (max-width: 767px)
{
    .inner-shopstore .store-choose ul
    {
        margin: 0 -5px;
    }
}
.inner-shopstore .store-choose ul li
{
    font-size: 14px;

    display: inline-block;

    width: 30%;
    padding: 10px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-shopstore .store-choose ul li
    {
        width: 50%;
        padding: 5px;
    }
}
.inner-shopstore .store-choose ul li:nth-child(4)
{
    width: 10%;
}
@media (max-width: 767px)
{
    .inner-shopstore .store-choose ul li:nth-child(4)
    {
        width: 50%;
    }
}
.inner-shopstore .store-choose select,
.inner-shopstore .store-choose input
{
    font-size: 18px;
    line-height: 30px;

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

    border: 1px solid #ddd;
    outline: none;
    background-color: #fff;
}
@media (max-width: 1470px)
{
    .inner-shopstore .store-choose select,
    .inner-shopstore .store-choose input
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .inner-shopstore .store-choose select,
    .inner-shopstore .store-choose input
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .inner-shopstore .store-choose select,
    .inner-shopstore .store-choose input
    {
        font-size: 14px;
        line-height: 22px;

        height: 42px;
        padding: 10px;
    }
}
@media (min-width: 992px)
{
    .inner-shopstore .store-choose select
    {
        background: url(../images/select_bg.jpg) right center no-repeat #fff;

                appearance: none;
           -moz-appearance: none;
        -webkit-appearance: none;
    }
}
.inner-shopstore .store-choose select option
{
    font-weight: 300;
}
.inner-shopstore .store-choose input::-webkit-input-placeholder,
.inner-shopstore .store-choose textarea::-webkit-input-placeholder
{
    color: #2c2625;
}
.inner-shopstore .store-choose input:-o-placeholder,
.inner-shopstore .store-choose textarea:-o-placeholder
{
    color: #2c2625;
}
.inner-shopstore .store-choose input::-moz-placeholder,
.inner-shopstore .store-choose textarea::-moz-placeholder
{
    color: #2c2625;
}
.inner-shopstore .store-choose input:-ms-input-placeholder,
.inner-shopstore .store-choose textarea:-ms-input-placeholder
{
    color: #2c2625;
}
.inner-shopstore .store-choose input:focus::-webkit-input-placeholder,
.inner-shopstore .store-choose textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inner-shopstore .store-choose input:focus::-o-placeholder,
.inner-shopstore .store-choose textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inner-shopstore .store-choose input:focus::-moz-placeholder,
.inner-shopstore .store-choose textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inner-shopstore .store-choose input:focus::-ms-input-placeholder,
.inner-shopstore .store-choose textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inner-shopstore .store-choose .submit
{
    font-size: 18px;
    line-height: 50px;

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

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #e71218;
}
@media (max-width: 991px)
{
    .inner-shopstore .store-choose .submit
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-shopstore .store-choose .submit
    {
        font-size: 14px;
        line-height: 42px;

        height: 42px;
    }
}
.inner-shopstore .store-choose .submit:hover
{
    background-color: #b40207;
}
.inner-shopstore .store-choose a.storelist
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    width: 100%;
    height: 50px;
    padding: 10px;

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

    color: inherit;
    background-color: #ddd;
}
@media (max-width: 1470px)
{
    .inner-shopstore .store-choose a.storelist
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-shopstore .store-choose a.storelist
    {
        font-size: 12px;
        line-height: 22px;

        height: 42px;
        padding: 10px 2px;
    }
}
.inner-shopstore .store-choose a.storelist:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    display: inline-block;

    margin-right: 10px;

    content: '\e779';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-shopstore .store-choose a.storelist:before
    {
        font-size: 14px;

        margin-right: 2px;
    }
}
@media (max-width: 360px)
{
    .inner-shopstore .store-choose a.storelist:before
    {
        display: none;
    }
}
.inner-shopstore .store-choose a.storelist:hover
{
    color: #fff;
    background-color: #e71218;
}
.inner-shopstore .store-map
{
    position: relative;

    margin-top: 70px;
    padding-left: 440px;
}
@media (max-width: 1199px)
{
    .inner-shopstore .store-map
    {
        padding-left: 240px;
    }
}
@media (max-width: 991px)
{
    .inner-shopstore .store-map
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-shopstore .store-map
    {
        padding-left: 0;
    }
}
.inner-shopstore .store-map .map-info
{
    position: absolute;
    left: 0;

    overflow-y: auto;

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

    border: 1px solid #d2d2d2;
}
@media (max-width: 1199px)
{
    .inner-shopstore .store-map .map-info
    {
        width: 240px;
    }
}
@media (max-width: 767px)
{
    .inner-shopstore .store-map .map-info
    {
        position: relative;

        width: 100%;
        height: 300px;
    }
}
.inner-shopstore .store-map .map-info ul li:last-child .list
{
    border-bottom: none;
}
.inner-shopstore .store-map .map-info .list
{
    padding: 30px 0;

    border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 991px)
{
    .inner-shopstore .store-map .map-info .list
    {
        padding: 14px 0;
    }
}
.inner-shopstore .store-map .map-info .list b
{
    font-size: 20px;
    line-height: 30px;

    display: block;

    margin-bottom: 10px;

    color: #e71218;
}
@media (max-width: 1199px)
{
    .inner-shopstore .store-map .map-info .list b
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inner-shopstore .store-map .map-info .list b
    {
        font-size: 16px;
    }
}
.inner-shopstore .store-map .map-info .list p.tel,
.inner-shopstore .store-map .map-info .list p.address,
.inner-shopstore .store-map .map-info .list p.time
{
    line-height: 24px;

    position: relative;

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

    color: #666;
}
@media (max-width: 991px)
{
    .inner-shopstore .store-map .map-info .list p.tel,
    .inner-shopstore .store-map .map-info .list p.address,
    .inner-shopstore .store-map .map-info .list p.time
    {
        font-size: 14px;
    }
}
.inner-shopstore .store-map .map-info .list p.tel:before,
.inner-shopstore .store-map .map-info .list p.address:before,
.inner-shopstore .store-map .map-info .list p.time:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e633';

    color: #e71218;
}
.inner-shopstore .store-map .map-info .list p.address:before
{
    content: '\e65e';
}
.inner-shopstore .store-map .map-info .list p.time {
	
}
.inner-shopstore .store-map .map-info .list p.time:before
{
		background: url(../images/shijian.png) no-repeat;
		background-size: 20px auto;
		content: "";
		margin-top: 2px;
		width: 20px;
		height: 20px;
}


.inner-shopstore .store-map .map
{
    width: 100%;
    height: 630px;
    padding: 20px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .inner-shopstore .store-map .map
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-shopstore .store-map .map
    {
        height: 300px;
    }
}
.inner-shopstore .store-map .map .mapwrap
{
    height: 100%;
}
.inner-contact .contact
{
    font-size: 0;

    margin-top: 60px;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .inner-contact .contact
    {
        margin-top: 30px;
    }
}
.inner-contact .contact .text,
.inner-contact .contact .pic
{
    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-contact .contact .text,
    .inner-contact .contact .pic
    {
        width: 100%;
    }
}
.inner-contact .contact .text
{
    padding: 0 5%;
}
@media (max-width: 1199px)
{
    .inner-contact .contact .text
    {
        padding: 0 3%;
    }
}
.inner-contact .contact .text .item
{
    margin: 40px 0;
}
@media (max-width: 991px)
{
    .inner-contact .contact .text .item
    {
        margin: 20px 0;
    }
}
.inner-contact .contact .text .item h3
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;

    color: #e71218;
}
@media (max-width: 991px)
{
    .inner-contact .contact .text .item h3
    {
        font-size: 18px;
    }
}
.inner-contact .contact .text .item .note
{
    color: #999;
}
.inner-contact .contact .text .item .note p.address,
.inner-contact .contact .text .item .note p.tel
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    margin: 6px 0 0 0;
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .inner-contact .contact .text .item .note p.address,
    .inner-contact .contact .text .item .note p.tel
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-contact .contact .text .item .note p.address:before,
.inner-contact .contact .text .item .note p.tel:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e65e';
}
.inner-contact .contact .text .item .note p.address:before {
	top: 2px;
}
.inner-contact .contact .text .item .note p.tel
{
    font-size: 24px;
		font-size: 16px;
    font-weight: bold;
}
@media (max-width: 1199px)
{
    .inner-contact .contact .text .item .note p.tel
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-contact .contact .text .item .note p.tel
    {
        font-size: 16px;
    }
}
.inner-contact .contact .text .item .note p.tel:before
{
    font-weight: normal;

    content: '\e633';
}
.inner-contact .contact .pic
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .inner-contact .contact .pic img
    {
        width: 100%;
    }
}
.inner-message .message
{
    font-size: 0;

    margin-top: 60px;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .inner-message .message
    {
        margin-top: 30px;
    }
}
.inner-message .message .messageform,
.inner-message .message .pic
{
    font-size: 14px;

    display: inline-block;
    overflow: hidden;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-message .message .messageform,
    .inner-message .message .pic
    {
        display: block;

        width: 100%;
    }
}
.inner-message .pic img
{
    max-width: 100%;
}
.inner-message .messageform
{
    padding: 50px;
}
@media (max-width: 1470px)
{
    .inner-message .messageform
    {
        padding: 30px 15px;
    }
}
@media (max-width: 991px)
{
    .inner-message .messageform
    {
        padding: 20px 0;
    }
}
.inner-message .messageform input,
.inner-message .messageform textarea
{
    font-size: 16px;
    line-height: 24px;

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

    border: 1px solid #dfdfdf;
    border-radius: 12px;
    outline: none;
    background: #fff;
}
@media (max-width: 991px)
{
    .inner-message .messageform input,
    .inner-message .messageform textarea
    {
        font-size: 14px;
    }
}
.inner-message .messageform input::-webkit-input-placeholder,
.inner-message .messageform textarea::-webkit-input-placeholder
{
    color: #8f8f8f;
}
.inner-message .messageform input:-o-placeholder,
.inner-message .messageform textarea:-o-placeholder
{
    color: #8f8f8f;
}
.inner-message .messageform input::-moz-placeholder,
.inner-message .messageform textarea::-moz-placeholder
{
    color: #8f8f8f;
}
.inner-message .messageform input:-ms-input-placeholder,
.inner-message .messageform textarea:-ms-input-placeholder
{
    color: #8f8f8f;
}
.inner-message .messageform input:focus::-webkit-input-placeholder,
.inner-message .messageform textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inner-message .messageform input:focus::-o-placeholder,
.inner-message .messageform textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inner-message .messageform input:focus::-moz-placeholder,
.inner-message .messageform textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inner-message .messageform input:focus::-ms-input-placeholder,
.inner-message .messageform textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inner-message .messageform .radio
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin-top: 18px;

    cursor: pointer;
    vertical-align: middle;

    color: #8f8f8f;
}
@media (max-width: 1470px)
{
    .inner-message .messageform .radio
    {
        font-size: 14px;
    }
}
.inner-message .messageform label
{
    padding-left: 20px;
}
@media (max-width: 1350px)
{
    .inner-message .messageform label
    {
        padding-left: 10px;
    }
}
.inner-message .messageform .radio input[type='radio']
{
    position: absolute;

    opacity: 0;
}
.inner-message .messageform .radio input[type='radio'] + .radio-label:before
{
    position: relative;
    top: 6px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin-right: 1em;

    content: '';
    cursor: pointer;
    -webkit-transition: all 250ms ease;
            transition: all 250ms ease;
    text-align: center;
    vertical-align: top;

    border: 1px solid #bfbfbf;
    border-radius: 100%;
    background: #f4f4f4;
}
@media (max-width: 1470px)
{
    .inner-message .messageform .radio input[type='radio'] + .radio-label:before
    {
        margin-right: 6px;
    }
}
.inner-message .messageform .radio input[type='radio']:checked + .radio-label:before
{
    background-color: #e71218;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.inner-message .messageform .radio input[type='radio']:focus + .radio-label:before
{
    border-color: #135494;
    outline: none;
}
.inner-message .messageform .radio input[type='radio'] + .radio-label:empty:before
{
    margin-right: 0;
}
.inner-message .messageform .submit
{
    font-size: 18px;
    line-height: 50px;

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

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

    color: #fff;
    border-radius: 10px;
    background-color: #e71218;
}
@media (max-width: 991px)
{
    .inner-message .messageform .submit
    {
        font-size: 16px;
        line-height: 44px;

        margin-top: 20px;
        padding: 0 40px;
    }
}
.inner-message .messageform .submit:hover
{
    background-color: #b40207;
}
.page
{
    padding-top: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        padding-top: 40px;
    }
}
.page a
{
    font-size: 16px;
    line-height: 44px;

    display: inline-block;

    width: 44px;
    height: 44px;
    margin: 0 8px;
    padding: 0 4px;

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

    border: none;
    border-radius: 50%;
    background-color: #ddd;
}
@media (max-width: 991px)
{
    .page a
    {
        font-size: 14px;
        line-height: 30px;

        width: 30px;
        height: 30px;
        margin: 0 4px;
    }
}
.page a:hover,
.page a.active
{
    color: #fff;
    background-color: #e71218;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.zoomDiv
{
    z-index: 8;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 1;

    cursor: move;

    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
#google_translate_element
{
    float: right;

    margin-top: 48px;
    margin-left: 30px;
}
@media (max-width: 1199px)
{
    #google_translate_element
    {
        display: none;
    }
}
a
{
    color: inherit;
}
a:hover
{
    color: inherit;
}


/*搜索*/
	.header .find {
		float: right;
		cursor: pointer;
		text-align: center;
		-webkit-transition: all .4s;
		transition: all .4s;
		border-radius: 100%;
	}
	.header .find:before {
		display: none;
	}
	.header .find span {
		display: inline-block;
		vertical-align: middle;
		padding-bottom: 3px;
		width: 50px;
		height: 50px;
		font-size: 0;
		/* background: url(../images/search.png) center no-repeat; */
	}
	.header .find span::after {
		font-family: 'iconfont' !important;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		content: "\e619";
		font-size: 22px;
	}
	@media (max-width: 1280px) {
		.header .seach-phone .phone {
			font-size: 20px;
			padding-right: 30px;
		}
	}
	@media (max-width: 1199px) {
		.header .seach-phone {
			background: none;
			height: 66px;
			line-height: 66px;
			margin-right: 7%;
		}
		.header .find img {
			width: 20px;
		}
	}
	@media (max-width: 767px) {
		.header .find {
			margin-top: 0px;
			padding-bottom: 6px;
			padding: 0;
		}
		.header .find span {
			background-size: auto 100%!important;
		}
	}
	/*搜索弹窗*/
	.header .search-box {
		position: fixed;
		z-index: 888;
		top: 100%;
		left: 0;
		display: none;
		overflow: hidden;
		width: 100%;
		height: 100%;
		margin-top: 20px;
		margin-top: 0;
		margin-right: 10px;
		padding: 0 3%;
		background-color: rgba(231, 18, 24, .9);
	}
	.header .search-box .search {
		line-height: 40px;
		overflow: hidden;
		zoom: 1;
		width: 240px;
		border: 1px solid #dbdbdb;
		border-radius: 40px;
	}
	.header .search-box .search:after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: '';
	}
	.header .search-box .input-text {
		float: left;
		height: 38px;
		padding-left: 10%;
		background: none;
	}
	@media (min-width: 768px) {
		.header .search-box .input-text {
			width: 100%;
			padding: 0 50px 0 3%;
		}
	}
	.header .search-box .input-submit {
		line-height: 36px;
		float: right;
		-webkit-animation: fadeInLeft 1s 0s ease both;
		animation: fadeInLeft 1s 0s ease both;
		font-size: 24px;
		/* background: url(../images/search.png) no-repeat; */
		background-color: rgba(0,0,0,0)!important;
		color: #fff;
	}
	@media (min-width: 768px) {
		.header .search-box .input-submit {
			position: absolute;
			right: 0;
			bottom: 20px;
		}
	}
	.header .search-box.search-xs {
		width: 100%;
		margin: 0;
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
		background: none;
	}
	@media (min-width: 1200px) {
		.header .search-box.search-xs {
			display: none;
		}
	}
	@media (max-width: 1199px) {
		.header .search-box.search-xs {
			position: absolute;
			z-index: 0;
			top: auto;
			right: 0;
			bottom: 0;
			bottom: 30px;
			display: inline-block;
			height: 34px;
		}
	}
	.header .search-box.search-xs.show {
		z-index: 66;
	}
	.header .search-box.search-xs.show .search {
		left: 0;
	}
	.header .search-box.search-xs .search {
		position: absolute;
		z-index: 888;
		top: 0;
		left: 120%;
		width: 100%;
		-webkit-transition: left .3s;
		transition: left .3s;
		border-color: #fff;
		background: #fff;
	}
	@media (max-width: 360px) {
		.header .search-box.search-xs form .input-text {
			width: 74%;
		}
	}
	@media (max-width: 767px) {
		.header .search-box.search-xs form .input-text {
			padding-left: 5%;
		}
	}
	.header .search-box.search-xs .input-submit {
		line-height: 34px;
		background: #fff;
	}
	.header .search-box.search-xs .input-submit:before {
		color: #104384;
	}
	.header .search-icon {
		position: absolute;
		z-index: 10;
		top: 18px;
		left: 15px;
		display: inline-block;
		display: none;
		cursor: pointer;
	}
	.header .search-icon:before {
		font-family: 'iconfont' !important;
		font-size: 18px;
		content: '\e660';
		color: #8cc63f;
	}
	.header .search-lg {
		top: 0;
	}
	.header .search-lg .search {
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		width: 90%;
		max-width: 800px;
		margin: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		border: none;
		border-bottom: 1px solid #fff;
		border-radius: 0;
	}
	.header .search-lg .search p {
		margin-bottom: 50px;
		-webkit-animation: zoomIn 1s 0s ease both;
		animation: zoomIn 1s 0s ease both;
		text-align: center;
		letter-spacing: 2px;
		color: #fff;
	}
	.header .search-lg .input-text {
		font-size: 16px;
		line-height: 30px;
		width: 80%;
		height: 60px;
		padding: 0 10px;
		padding-bottom: 20px;
		-webkit-animation: zoomIn 1s 0s ease both;
		animation: zoomIn 1s 0s ease both;
		color: #fff;
		border: 0!important;
		outline: none!important;
	}
	.header .search-lg input::-webkit-input-placeholder,
	.header .search-lg textarea::-webkit-input-placeholder {
		color: #fff;
	}
	.header .search-lg input:-o-placeholder,
	.header .search-lg textarea:-o-placeholder {
		color: #fff;
	}
	.header .search-lg input::-moz-placeholder,
	.header .search-lg textarea::-moz-placeholder {
		color: #fff;
	}
	.header .search-lg input:-ms-input-placeholder,
	.header .search-lg textarea:-ms-input-placeholder {
		color: #fff;
	}
	.header .search-lg input:focus::-webkit-input-placeholder,
	.header .search-lg textarea:focus::-webkit-input-placeholder {
		color: #fff;
	}
	.header .search-lg input:focus::-o-placeholder,
	.header .search-lg textarea:focus::-o-placeholder {
		color: #fff;
	}
	.header .search-lg input:focus::-moz-placeholder,
	.header .search-lg textarea:focus::-moz-placeholder {
		color: #fff;
	}
	.header .search-lg input:focus::-ms-input-placeholder,
	.header .search-lg textarea:focus::-ms-input-placeholder {
		color: #fff;
	}
	.header .search-lg .close-btn {
		position: fixed;
		top: 34px;
		right: 18%;
		cursor: pointer;
	}
	.header .search-lg .close-btn:before {
		font-size: 20px;
		content: '\2716';
		color: #fff;
	}
	@media (max-width: 1440px) {
		.header .search-lg .close-btn {
			right: 8%;
		}
	}
.search-down {
	display: none;
	position: absolute;
	top: 100%;
	right: 10px;
	width: 300px;
	height: 52px;
	line-height: 50px;
	border: 1px solid #ccc;
}	
.search-down .input-text,
.search-down .input-submit {	
	float: left;
	margin: 0;
	padding: 0;
	border-width: 0px;	
	outline: none;
}
.search-down .input-text {
	width: 250px;
	height: 50px;
	padding: 0 20px;
	color: #333;
}
.search-down .input-submit {
	width: 48px;
	height: 50px;
}	
/*视频*/
.fancybox-slide--iframe .fancybox-content {
	min-width: 90% !important;
	max-width: 80% !important;
	min-height: 500px !important;
	min-height: 92% !important;
	margin: 0;
}



.pzaq {
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 80px;
	font-size: 0;
	border-top: 1px solid #c9c9c9;
}
.pzaq .pzaq-li {
	width: 31.5%;
	margin-right: 2.75%;
	display: inline-block;
	position: relative;
}
.pzaq .pzaq-li img {
	max-width: 100%;
}
.pzaq .pzaq-li:nth-child(3) {
	margin-right: 0%;
}
.pzaq .pzaq-li .img-box {
	padding-bottom: 160.3340292275574%;
}
.pzaq .pzaq-li .img-box .pzaqLi-txt {
	position: absolute;
	bottom: -132px;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 0 46px;
	z-index: 2;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
		/* transform: scale(1.1);	 */
}
.pzaq .pzaq-li:hover .img-box .pzaqLi-txt {
	bottom: 44px;
}
.pzaq .pzaq-li::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/edit/bg.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.pzaq .pzaq-li:hover::after{
	opacity: 1;
}
.pzaq .pzaq-li .img-box .pzaqLi-txt .pzaqLi-t {
	font-size: 48px;
	text-align: center;
	font-weight: bold;
}
.pzaq .pzaq-li .img-box .pzaqLi-txt .pzaqLi-p {
	font-size: 20px;
	margin-top: 36px;
	height: 132px;
	line-height: 44px;
}
.pzaq .pzaq-li:hover .img-box .pzaqLi-txt .pzaqLi-p {
	height: auto;
}
@media (max-width: 1440px) {
	.pzaq .pzaq-li .img-box .pzaqLi-txt { 
		bottom: -120px;
		padding: 0 36px;
	}
	.pzaq .pzaq-li .img-box .pzaqLi-txt .pzaqLi-t {
		font-size: 36px;
	}
	.pzaq .pzaq-li .img-box .pzaqLi-txt .pzaqLi-p {
		font-size: 18px;
		margin-top: 30px;
		height: 120px;
		line-height: 40px;
	}
}
@media (max-width: 1199px) {
	.pzaq .pzaq-li .img-box .pzaqLi-txt {
		bottom: 22px;
		padding: 0 18px;
	}
	.pzaq .pzaq-li:hover .img-box .pzaqLi-txt {
		bottom: 20px;
	}
	.pzaq .pzaq-li .img-box .pzaqLi-txt .pzaqLi-t {
		font-size: 22px;
	}
	.pzaq .pzaq-li .img-box .pzaqLi-txt .pzaqLi-p {
		font-size: 14px;
		margin-top: 20px;
		height: 72px;
		line-height: 24px;
	}
	.pzaq .pzaq-li::after{
		opacity: 1;
	}
	.pzaq .pzaq-li .img-box .pzaqLi-txt .pzaqLi-p {
		height: auto;
	}
}
@media (max-width: 767px) {
	.pzaq .pzaq-li {
		width: 100%;
		margin-right: 0;
		margin: 5px 0;
	}
	.pzaq {
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 30px;
	}
}

.inner-kitchen-show .kitchen-right .list .item b {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 220px;
}
.inner-kitchen-show .kitchen-right .list > ul > li {
	width: 100%;
	font-size: 0;
}
.inner-kitchen-show .kitchen-right .list > ul > li > .aaa {
	margin-right: 20px;
}
.inner-kitchen-show .kitchen-right .list > ul > li > .aaa img {
	width: 73px;
	border-radius: 5px;
}
.inner-kitchen-show .kitchen-right .list > ul > li > .aaa,
.inner-kitchen-show .kitchen-right .list .item {
	display: inline-block;
	vertical-align: middle;
}

.inner-kitchen-show .kitchen-left {
	padding-right: 0;
}
.inner-kitchen-show .kitchen-right {
	padding-left: 18%;
}

.gz-t,
.gz-m,
.gz-d {
	width: 100%;
	clear: both;
}


.gz-t {
	padding-top: 62px;
}
.gz-t .gz-tl {
	float: left;
	width: 50%;
}
.gz-t .gz-tl img {
	max-width: 100%;
}
.gz-t .gz-tr {
	float: right;
	width: 45%;
}
.gz-t .gz-tr .gz-tr-t {
	font-size: 28px;
	line-height: 1;
	color: #e70a1b;
}
.gz-t .gz-tr .gz-tr-d {
	margin-top: 24px;
}
.gz-t .gz-tr ul {
	border-top: 1px solid #dcdcdc;
	float: left;
	width: 100%;
}
.gz-t .gz-tr ul li {
	padding: 16px 10px;
	line-height: 30px;
	font-size: 18px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
}
.gz-t .gz-tr ul li .gz-span1 {
	float: left;
	max-width: 68%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gz-t .gz-tr ul li .gz-span2 {
	float: right;
}

.gz-m {
	padding-top: 52px;
}
.gz-d {
	padding: 120px 0 0px 0;
}

.gz-h {
	font-size: 26px;
	font-weight: bold;
}
.gz-m ul {
	font-size: 0;
}
.gz-m ul.pc {
	display: block;
}
.gz-m ul.ph {
	display: none;
}
.gz-m ul li {
	display: inline-block;
	vertical-align: top;
	width: 22.7%;
	margin-right: 3%;
	margin-top: 44px;
}
.gz-m ul li:nth-child(4n) {
	margin-right: 0;
}
.gz-m ul li .gz-mt {
	font-size: 26px;
	font-weight: bold;
}
.gz-m ul li .gz-mm {
	margin-top: 18px;
	margin-bottom: 18px;
}

.gz-m ul li .gz-mm .img-box{
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 79.48717948717949%;
	outline: none;
}
.gz-m ul li .gz-mm .img-box > img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	outline: none;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.gz-m ul li:hover .gz-mm .img-box > img {
	transform: scale(1.1);	
	-webkit-transform: scale(1.1);	
}
.gz-m ul li .gz-md {
	font-size: 20px;
	line-height: 32px;
	margin-top: 22px;
	padding: 0 0px 0 10px;
	color: #666;
}
.gz-p {
	margin-top: 20px;
	font-size: 20px;
	line-height: 36px;
	color: #666;
}
@media (max-width: 1440px) {
	.gz-t .gz-tr .gz-tr-t {
		font-size: 24px;
	}
	.gz-t .gz-tr .gz-tr-d {
	  margin-top: 18px;
	}
	.gz-t .gz-tr ul li {
		padding: 12px 10px;
		line-height: 24px;
		font-size: 16px;
	}
	.gz-h {
		font-size: 22px;
	}
	.gz-m ul li {
		margin-top: 30px;
	}
	.gz-m ul li .gz-mt {
		font-size: 22px;
	}
	.gz-m ul li .gz-mm {
		margin-top: 14px;
		margin-bottom: 14px;
	}
	.gz-m ul li .gz-md {
		font-size: 16px;
		line-height: 28px;
		margin-top: 16px;
	}
	.gz-d {
	  padding: 80px 0 0px 0;
	}
	.gz-p {
		margin-top: 18px;
		font-size: 16px;
		line-height: 28px;
	}
	.inner-kitchen-show .kitchen-right .list .item b {
		width: 180px;
	}
}
@media (max-width: 991px) {
	.inner-kitchen-show .kitchen-right {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.gz-h {
	  font-size: 22px;
	}
	.gz-p {
		margin-top: 5px;
	}
	.gz-m ul.pc {
		display: none;
	}
	.gz-m ul.ph {
		display: block;
	}
	.gz-t {
		padding-top: 20px;
	}
	.gz-m {
		padding-top: 20px;
	}
	.gz-d {
		padding: 20px 0 0px 0;
	}
	.gz-t .gz-tl,
	.gz-t .gz-tr {
		width: 100%;
	}
	.gz-t .gz-tr {
		margin-top: 20px;
	}
	.gz-t .gz-tr ul li {
	  padding: 10px 10px;
	}
	.gz-m ul li {
		width: 100%;
		margin-right: 0%;
		padding-bottom: 20px;
		margin-top: 20px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: flex-start;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		border-bottom: 1px solid #DDDBD6;
		margin-bottom: 0;
		list-style: none;
		word-break: break-word;
	}
	.gz-m ul li .gz-mt,
	.gz-m ul li .gz-mm,
	.gz-m ul li .gz-md {
		display: inline-block;
		width: auto;
	}
	.gz-m ul li .gz-mt{
		width: 20px;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		font-size: 16px;
		margin-top: 2px;
	}
	.gz-m ul li .gz-md {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		word-break: break-word;
		margin-top: 0;
		padding-left: 0;
	}   
	.gz-m ul li .gz-mm{
			width: 110px;
			height: auto;
			max-height: 170px;
			object-fit: contain;
			margin: auto 0 auto 10px;
			-webkit-flex-shrink: 0;
			-ms-flex-negative: 0;
			flex-shrink: 0;
			border-radius: 4px;
	}
	
}








@media (max-width:991px) {

	.inner-shopstore .shopstore .pic-1 .item-1 { right:1%; }

	.inner-shopstore .shopstore .pic-1 .item-2 { top: 24.8%; }

	.inner-shopstore .shopstore .pic-1 .item-3 { top: 26.6%;right: 9.9%; }

	.inner-shopstore .shopstore .pic-1 .item-4 { top: 28.7%; }

	.inner-shopstore .shopstore .pic-1 .item-5 { top: 32.5%;right: 9%; }

	.inner-shopstore .shopstore .pic-1 .item-6 { top: 39%;right: 4%; }

	.inner-shopstore .shopstore .pic-1 .item-7 { top: 43.5%;right: 33%; }

	.inner-shopstore .shopstore .pic-1 .item-8 { top: 42.3%; }

	.inner-shopstore .shopstore .pic-1 .item-9 { top: 44%; display:none;}

	.inner-shopstore .shopstore .pic-1 .item-11 { top: 50%;right: 11%; display:none;}

}

@media (max-width:767px) {

	.inner-shopstore .shopstore .pic-1 .item b { padding: 0 3px 1px 3px;line-height: 15px; }

	.inner-shopstore .shopstore .pic-1 .item-1 { left: 84%;top: 22%;right:auto; }

	.inner-shopstore .shopstore .pic-1 .item-2 { top: 24.8%; }

	.inner-shopstore .shopstore .pic-1 .item-3 { top: 26.6%;right: 9.9%; }

	.inner-shopstore .shopstore .pic-1 .item-4 { top: 28.7%; }

	.inner-shopstore .shopstore .pic-1 .item-5 { top: 32.5%;right: 9%; }

	.inner-shopstore .shopstore .pic-1 .item-6 { top: 39%;right: 7%; }

	.inner-shopstore .shopstore .pic-1 .item-7 { top: 43.5%;right: 33%; }

	.inner-shopstore .shopstore .pic-1 .item-8 { top: 42.3%;right:2%; }

	.inner-shopstore .shopstore .pic-1 .item-9 { top: 44%; }

	.inner-shopstore .shopstore .pic-1 .item-11 { top: 50%;right: 11%; display:none;}

}