/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'iconfont';

    src: url("../fonts/iconfont.eot-t=1481266234445"/*tpa=http://www.cc-all.com/Application/Home/Public/fonts/iconfont.eot?t=1481266234445*/);
    src: url("../fonts/iconfont.eot-t=1481266234445#iefix"/*tpa=http://www.cc-all.com/Application/Home/Public/fonts/iconfont.eot?t=1481266234445#iefix*/) format('embedded-opentype'), url("../fonts/iconfont.woff-t=1481266234445"/*tpa=http://www.cc-all.com/Application/Home/Public/fonts/iconfont.woff?t=1481266234445*/) format('woff'), url("../fonts/iconfont.ttf-t=1481266234445"/*tpa=http://www.cc-all.com/Application/Home/Public/fonts/iconfont.ttf?t=1481266234445*/) format('truetype'), url("../fonts/iconfont.svg-t=1481266234445#iconfont"/*tpa=http://www.cc-all.com/Application/Home/Public/fonts/iconfont.svg?t=1481266234445#iconfont*/) format('svg');
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 3:41 AM */
@font-face
{
    font-family: 'Mongolian Baiti';
    font-weight: normal;
    font-style: normal;

    src: url("../fonts/MongolianBaiti.eot"/*tpa=http://www.cc-all.com/Application/Home/Public/fonts/MongolianBaiti.eot*/);
    src: url("../fonts/MongolianBaiti.eot-#iefix"/*tpa=http://www.cc-all.com/Application/Home/Public/fonts/MongolianBaiti.eot?#iefix*/) format('embedded-opentype'), url("../fonts/MongolianBaiti.woff2"/*tpa=http://www.cc-all.com/Application/Home/Public/fonts/MongolianBaiti.woff2*/) format('woff2'), url("../fonts/MongolianBaiti.woff"/*tpa=http://www.cc-all.com/Application/Home/Public/fonts/MongolianBaiti.woff*/) format('woff'), url("../fonts/MongolianBaiti.ttf"/*tpa=http://www.cc-all.com/Application/Home/Public/fonts/MongolianBaiti.ttf*/) format('truetype'), url("../fonts/MongolianBaiti.svg#MongolianBaiti"/*tpa=http://www.cc-all.com/Application/Home/Public/fonts/MongolianBaiti.svg#MongolianBaiti*/) format('svg');
}
body
{
    font-family: 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Mongolian Baiti', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #444;
    background-color: #fff;

    -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: 1380px)
{
    .container
    {
        width: 1350px;
    }
}
@media (min-width: 1380px)
{
    .wrapper .container
    {
        width: 1180px;
    }
}
@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;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
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;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

    color: inherit;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 110px;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;

    border-bottom: 1px solid #d3d3d3;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
        padding: 0 15px;
    }
}
.header .logo
{
    position: relative;

    float: left;
    overflow: hidden;

    height: 60px;
    margin-top: 25px;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        float: none;

        height: 50px;
        margin-top: 5px;

        text-align: center;
    }
}
.header .logo img
{
    height: 100%;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        float: right;

        margin-left: 100px;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 50px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #000;
    }
    .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 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        float: left;

        padding: 0 15px;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 110px;

        position: relative;
		text-transform:uppercase; 
        display: block;

        padding: 0 15px;

        -webkit-transition: all .2s ease;
                transition: all .2s ease;

        color: #9f9f9f;
    }
    .header .nav .nav-list1 > li.more > a:after
    {
        display: inline-block;
        float: right;

        width: 0;
        height: 0;
        margin-top: 50px;
        margin-left: 8px;

        content: '';
        -webkit-transition: all .2s ease;
                transition: all .2s ease;

        border-top: 4px solid #666;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
    .header .nav .nav-list1 > li:hover .nav-list2,
    .header .nav .nav-list1 > li.active .nav-list2
    {
        display: block;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #2f79bb;    font-weight1: bold;
    }
    .header .nav .nav-list1 .nav-list2
    {
        display: none;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        min-width: 200px;
        height: auto!important;
        margin-left: 0;
        padding-top: none!important;

        -webkit-animation: fadeInUp .4s 0s ease both;
                animation: fadeInUp .4s 0s ease both;

        box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        list-style: none;

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        line-height: 26px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 15px 30px;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;

        color: #a0a0a0;
        border-bottom: 1px solid #ddd;
    }
    .header .nav .nav-list1 .nav-list2 li > a:after
    {
        font-family: 'iconfont';

        float: right;

        content: '\e72f';

        color: #333;margin-left: 4px;
    margin-top: 2px;
    }
    .header .nav .nav-list1 .nav-list2 li:hover
    {
        background-color: rgba(237, 238, 242, .9);
    }
    .header .nav .nav-list1 .nav-list2 li:hover a
    {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px);
    }
    .header .nav .nav-list1 .nav-list2 li.more > a:after
    {
        font-family: 'iconfont';

        position: absolute;
        top: 50%;
        right: 20px;

        content: '\e9b4';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        color: #2c5fa3;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2
    {
        right: 0;
        left: 0;

        overflow: hidden;

        width: 100%;
        max-width: 1290px;
        margin: auto;
        padding-bottom: 20px;

        border-bottom: 40px solid #fff;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li
    {
        width: 14.28571429%;
        margin-right: -4px;
        margin-bottom: -999px;
        padding: 0 25px 0 15px;
        padding-bottom: 999px;

        border-left: 1px solid #e7e7e7;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li .pic
    {
        max-width: 130px;
        margin-left: 0;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li h4
    {
        font-size: 13px;
        font-weight: bold;

        margin-top: 24px;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        font-size: 12px;
        line-height: 2;
    }
}
@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;

        color: #fff;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .nav .nav-list1 > li
    {
        margin: 0 12px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .toggle
{
    position: absolute;
    z-index: 99;
    top: 14px;
    left: 15px;

    display: none;

    width: 46px;
    height: 40px;

    cursor: pointer;

    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .header .toggle
    {
        display: block;
    }
}
.header .toggle .icon,
.header .toggle .icon::before,
.header .toggle .icon::after
{
    position: absolute;

    width: 40px;
    height: 2px;

    -webkit-transition-duration: .5s;
            transition-duration: .5s;

    border-radius: 2px;
    background-color: #999;
}
.header .toggle .icon
{
    top: 17.5px;
    left: 8.28571429px;

    width: 0;
}
.header .toggle .icon::before,
.header .toggle .icon::after
{
    left: -13px;

    content: '';

    background: inherit;
}
.header .toggle .icon::before
{
    top: -6px;
}
.header .toggle .icon::after
{
    top: 6px;
}
.header.nav-open .toggle .icon
{
    width: 0;
}
.header.nav-open .toggle .icon::before
{
    -webkit-transform: translateY(6px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
}
.header.nav-open .toggle .icon::after
{
    -webkit-transform: translateY(-6px) rotate(-45deg);
        -ms-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
}
.header.fixed-header
{
    height: 60px;
}
.header.fixed-header .logo
{
    height: 50px;
    margin-top: 5px;
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 60px;
}
.header.fixed-header .nav .nav-list1 > li.more > a:after
{
    margin-top: 27px;
}
.screen
{
    position: relative;

    background-color: #fff;
}
.navigation
{
    line-height: 48px;

    position: fixed;
    z-index: 99;
    top: 0;
    left: -60%;

    overflow-y: scroll;

    width: 60%;
    height: 100%;
    padding: 50px 0 0 10px;

    color: #666;
    background-color: #fafafa;
}
.navigation li
{
    list-style: none;
}
.navigation .level-1 > li.more::after,
.navigation .level-3 > li::after,
.navigation .level-3 > li::before
{
    position: absolute;
    top: 24px;
    right: 15px;

    width: 18px;
    height: 18px;

    content: '';

    background: url("../images/menu.png"/*tpa=http://www.cc-all.com/Application/Home/Public/images/menu.png*/) no-repeat;
    background-size: cover;
}
.navigation .level-1
{
    padding: 0;
}
.navigation .level-1 a
{
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;

    color: inherit;
}
.navigation .level-1 li
{
    position: relative;
}
.navigation .level-1 > li
{
    position: relative;

    border-bottom: 1px solid #dadada;
}
.navigation .level-1 > li i
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 10px;

    display: block;

    width: 30px;
    height: 60px;
}
.navigation .level-1 > li i:after
{
    position: absolute;
    top: 28px;
    left: 12px;

    display: inline-block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transition: all .2s ease;
            transition: all .2s ease;

    border-top: 4px solid #666;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.navigation .level-1 > li > a
{
    padding: 6px 2em 6px 1em;
}
.navigation .level-1 > li > a::before
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin-right: 10px;

    content: '';

    border: 1px solid #dcdcdc;
    border-radius: 50%;
}
.navigation .level-1 > li.active i:after
{
    border-top: 4px solid #fff;
}
.navigation .level-1 > li::after
{
    background-position: -54px 0;
}
.navigation .level-1 > li.active::after,
.navigation .level-1 > li:hover::after
{
    background-position: -144px 0;
}
.navigation .level-1 > li.more::after
{
    background-position: -18px 0;
}
.navigation .level-1 > li.more:hover::after
{
    background-position: -108px 0;
}
.navigation .level-1 > li.more.active::after
{
    background-position: -126px 0;
}
.navigation .level-1 > li.active > a,
.navigation .level-1 > li:hover > a
{
    color: #fff;
    background-color: #333;
}
.navigation .level-1 > li.active > a::before,
.navigation .level-1 > li:hover > a::before
{
    border: 1px solid #fff;
    background-color: #fff;
}
.navigation .level-2
{
    display: none;

    padding: 0;
}
.navigation .level-2 a
{
    padding: 0 2em 0 3em;
}
.navigation .level-2 li:last-child
{
    border-bottom: none;
}
.navigation .level-2 > li
{
    font-size: 14px;

    border-bottom: 1px dotted #dcdcdc;
}
.navigation .level-2 > li:last-child
{
    border-bottom: 0;
}
.navigation .level-2 > li::before
{
    right: auto;
    left: 1.5em;

    background-position: 0 0;
}
.navigation .level-2 > li::after
{
    background-position: -48px 0;
}
.navigation .level-2 > li.more.active::after
{
    background-position: -84px 0;
}
.navigation .level-2 > li.more::after
{
    background-position: -12px 0;
}
.navigation .level-3
{
    line-height: 40px;

    display: none;

    padding: 0;
}
.navigation .level-3 a
{
    font-size: .8em;

    padding-left: 4em;
}
.navigation .level-3 > li::before
{
    right: auto;
    left: 2em;

    background-position: 0 0;
}
.navigation .level-3 > li::after
{
    background-position: -48px 0;
}
.navigation .level-3 > li.more.active::after
{
    background-position: -84px 0;
}
.navigation .level-3 > li.more::after
{
    background-position: -12px 0;
}
.online
{
    position: fixed;
    z-index: 9;
    top: 40%;
    right: 15px;

    width: 50px;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.online a
{
    line-height: 54px;

    position: relative;

    display: block;

    width: 54px;
    height: 54px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    border-bottom: 1px solid #eee;
    background-color: #fff;
}
.online a:after
{
    font-family: 'iconfont';
    font-size: 30px;

    content: '\e62d';

    color: #2c5fa3;
}
.online a.online-tel:after
{
    content: '\e61c';
}
.online a.online-weixin:after
{
    content: '\e604';
}
.online a:hover
{
    background: #2c5fa3;
}
.online a:hover:after
{
    color: #fff;
}
.online a.online-weixin .erweima
{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;

    display: block;
    display: none;

    width: 130px;
    height: 130px;
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-weixin .erweima img
{
    width: 100%;
}
.online a.online-weixin .erweima p
{
    font-size: 13px;
    line-height: 30px;

    height: auto;
    margin: 0;
    padding: 0;

    text-align: center;

    color: #888;
}
.online a.online-tel p
{
    line-height: 45px;

    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;

    display: block;
    display: none;

    width: 200px;
    height: 55px;
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.icon-online
{
    font-size: 30px;
    line-height: 44px;

    position: fixed;
    z-index: 10;
    right: 5px;
    bottom: 20px;

    display: none;

    width: 46px;
    height: 46px;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #2c5fa3;
}
@media (max-width: 991px)
{
    .icon-online
    {
        display: block;
    }
}
.icon-online.icon
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.banner
{
    position: relative;
    z-index: 9;

    overflow: hidden;

    width: 100%;
    padding-top: 70px;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .banner .owl-theme
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .owl-theme
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .owl-theme img
{
    width: 100%;
}
.banner .owl-theme .owl-pagination
{
    position: absolute;
    right: 0;
    bottom: 34px;
    left: 0;

    width: 100%;
    margin: auto;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .owl-theme .owl-pagination
    {
        bottom: 14px;

        text-align: center;
    }
}
.banner .owl-theme .owl-pagination .owl-page
{
    display: inline-block;
}
.banner .owl-theme .owl-pagination .owl-page span
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 4px;

    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
}
.banner .owl-theme .owl-pagination .owl-page.active span
{
    position: relative;
    top: 1px;

    width: 12px;
    height: 12px;

    border-color: #2c5fa3;
    background-color: #2c5fa3;
}
.banner .owl-theme .owl-buttons .owl-prev,
.banner .owl-theme .owl-buttons .owl-next
{
    line-height: 60px;

    position: absolute;
    top: 50%;
    left: 0;

    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border-radius: 0;
    background-color: rgba(255, 255, 255, 0);
}
.banner .owl-theme .owl-buttons .owl-prev:before,
.banner .owl-theme .owl-buttons .owl-next:before
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e601';

    color: #fff;
}
.banner .owl-theme .owl-buttons .owl-prev:hover:before,
.banner .owl-theme .owl-buttons .owl-next:hover:before
{
    color: #666;
}
.banner .owl-theme .owl-buttons .owl-next
{
    right: 0;
    left: auto;
}
.banner .owl-theme .owl-buttons .owl-next:before
{
    content: '\e827';
}
.banner-in
{
    padding-top: 74px;
}
@media (max-width: 1199px)
{
    .banner-in
    {
        padding-top: 64px;
    }
}
.box
{
    padding: 60px 0;
}
.content
{
    position: relative;
    z-index: 9;
}
.title
{
    text-align: center;
}
.title h2
{
    font-family: Arial, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Mongolian Baiti', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;

    margin: 0;

    color: transparent;
    background: -webkit-linear-gradient(top, #07a5d7, #27639e);
    background:         linear-gradient(to bottom, #07a5d7, #27639e);
    -webkit-background-clip: text;
	color: #337ab7;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 20px;
        line-height: 30px;
    }
}
.title p
{
    font-size: 30px;

    margin: 20px 0 0 0;

    color: #797979;
}
@media (max-width: 991px)
{
    .title p
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
.box-product
{
    position: relative;

    overflow: hidden;
}
.box-product .sort
{
    margin-top: 40px;

    text-align: center;
}
.box-product .sort ul li
{
    display: inline-block;

    margin: 0 50px;
}
@media (max-width: 991px)
{
    .box-product .sort ul li
    {
        margin: 0 6px;
    }
}
.box-product .sort ul li a
{
    font-size: 16px;
    line-height: 2;

    display: block;

    padding: 0 10px;

    color: #797979;
}
.box-product .sort ul li a:after
{
    display: block;

    width: 0;
    height: 2px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;

    background: -webkit-linear-gradient(left, #07a5d7, #27639e);
    background:         linear-gradient(to right, #07a5d7, #27639e);
}
.box-product .sort ul li a:hover:after
{
    width: 100%;
}
.box-product .sort ul li.active a:after
{
    width: 100%;
}
.box-product .product
{
    margin: 80px 0 40px 0;
}
.box-product .list .title-product
{
    position: relative;

    display: inline-block;

    width: 24%;
    margin-right: -4px;
    padding-right: 26px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .box-product .list .title-product
    {
        padding-right: 0;
    }
}
.box-product .list .title-product h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;

    width: 200px;
    margin: 150px 0 0 -40px;
    /* Firefox */

    -webkit-transform: rotate(90deg);
    /* IE 9 */
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    /* Safari 和 Chrome */
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}
@media (max-width: 991px)
{
    .box-product .list .title-product h3
    {
        margin-left: 0;
    }
}
@media (max-width: 767px)
{
    .box-product .list .title-product h3
    {
        margin-left: -80px;
    }
}
.box-product .list .title-product p
{
    font-size: 30px;
    line-height: 60px;

    position: relative;

    float: right;

    width: 30px;
    margin-top: -120px;
}
@media (max-width: 767px)
{
    .box-product .list .title-product p
    {
        font-size: 24px;
    }
}
.box-product .list .title-product p:before
{
    position: absolute;
    top: 80px;
    left: -20px;

    display: inline-block;
    float: left;

    width: 10px;
    height: 10px;

    content: '';

    border-radius: 50%;
    background: -webkit-linear-gradient(top, #07a5d7, #27639e);
    background:         linear-gradient(to bottom, #07a5d7, #27639e);
}
@media (max-width: 1360px)
{
    .box-product .list .title-product p:before
    {
        left: -12px;
    }
}
@media (max-width: 767px)
{
    .box-product .list .title-product p:before
    {
        left: -22px;
    }
}
.box-product .list .pic
{
    display: inline-block;

    width: 76%;
    margin-right: -4px;
    padding: 0 50px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-product .list .pic
    {
        padding: 0 15px;
    }
}
.box-product .list .pic .img-box
{
    padding-bottom: 117.5%;
}
.box-product .list .picbg
{
    width: 120%;
    margin-top: -160px;
    margin-left: -20%;
}
@media (max-width: 1560px)
{
    .box-product .list .picbg
    {
        width: 110%;
        margin-top: -60px;
        margin-left: -10%;
    }
}
.box-product .list .picbg img
{
    width: 100%;
}
.box-product .info
{
    padding-right1: 4%;
    padding-left1: 4%;
}
@media (max-width: 1199px)
{
    .box-product .info
    {
        padding-left: 10%;
    }
}
@media (max-width: 991px)
{
    .box-product .info
    {
        padding: 0 30px;
    }
}
.box-product .info .owl-product
{
    position: relative; overflow:hidden
}
.box-product .info .owl-product .plist
{ float:left; width:25%}

.box-product .info .owl-product .plist .item{padding-right: 10px;    padding-left: 10px;}
.box-product .info .owl-product .plist .item .pic img{border: 1px solid #e0e0e0;}
.box-product .info .owl-product .plist .item .pic img-box:hover{border: 1px solid #ddd;}


.box-product .info .item .img-box
{
    padding-bottom1: 66.66666667%;
}
.box-product .info .text h3
{
    font-size: 16px;

    text-align: center;    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.box-product .info .text p
{
    font-size: 16px;
    line-height: 1.625;

    color: #8b8a8a;
}
.box-product .prev,
.box-product .next
{
    line-height: 30px;

    position: absolute;
    top: 100px;
    left: -14%;

    display: block;

    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;

    text-align: center;

    opacity: 1;
    background:url(../../../../images/prex-next.png) no-repeat;
}
@media (max-width: 991px)
{
    .box-product .prev,
    .box-product .next
    {
        top: 30%;
        left: -44px;
    }
}
@media (max-width: 767px)
{
    .box-product .prev,
    .box-product .next
    {
        top: 24%;
    }
}
.box-product .prev:hover,
.box-product .next:hover
{
    background-position: -60px 0;
}
.box-product .next
{
    right: -11%;
    left: auto;

    background-position: -30px 0;
}
@media (max-width: 991px)
{
    .box-product .next
    {
        top: 30%;
        right: -44px;
    }
}
@media (max-width: 767px)
{
    .box-product .next
    {
        top: 24%;
    }
}
.box-product .next:hover
{
    background-position: -90px 0;
}
.box-about
{
    overflow: hidden;

    margin-bottom1: 100px;
    padding: 0;

    background-color: #f8f8f8;
}
.box-about .text,
.box-about .pic
{
    display: inline-block;

    width: 50%;
    margin-right: -4px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .box-about .text,
    .box-about .pic
    {
        display: block;

        width: 100%;
        margin-right: 0;
    }
}
.box-about .text
{
    padding: 30px 8%;
}
@media (max-width: 1560px)
{
    .box-about .text
    {
        padding: 30px 4%;
    }
}
.box-about .text .note
{
    margin-top: 30px;
	overflow: hidden;
    text-align: justify;
    height: 146px;
}
@media (max-width: 991px)
{
    .box-about .text .note
    {
        margin-top: 30px;
		overflow: hidden;
    text-align: justify;
    height: 146px;
		    
    }
}
.box-about .text .note p
{
    line-height: 2.55714286;

    margin: 0;

    color: #929292;
}
.box-about .pic img
{
    height: 100%;
}
@media (max-width: 991px)
{
    .box-about .pic img
    {
        width: 100%;
        height: auto;
    }
}
a.more
{
    font-size: 16px;
    line-height: 60px;

    display: block;

    width: 220px;
    height: 60px;
    margin: 0 auto;
    margin-top: 30px;
	margin-bottom: 20px;

    text-align: center;

    color: #7d7d7d;
    border: 1px solid #7d7d7d;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    a.more
    {
        font-size: 14px;
        line-height: 45px;

        width: 180px;
        height: 45px;
        margin-top: 30px;
    }
}
a.more:hover
{
    color: #fff;
    background: -webkit-linear-gradient(left, #07a5d7, #27639e);
    background:         linear-gradient(to right, #07a5d7, #27639e);
}
.footer
{
    padding-top: 50px;

    background:url(../../../../images/aboutbj.jpg) no-repeat center;
    background-size: cover;
}
.footer .title-foot
{
    overflow: hidden;

    padding-bottom: 24px;

    border-bottom: 1px solid #d8dfe1;
}
.footer .title-foot h2
{
    font-size: 26px;
    line-height: 26px;

    position: relative;

    display: inline-block;

    margin: 0;

    vertical-align: top;

    color: #fff;
}
@media (max-width: 767px)
{
    .footer .title-foot h2
    {
        font-size: 22px;
    }
}
.footer .title-foot h2 span
{
    font-size: 13px;

    color: #fff;
}
.footer .title-foot h2:after
{
    position: absolute;
    bottom: -24px;

    display: block;

    width: 52px;
    height: 1px;

    content: '';

    background-color: #fff;
}
.footer .title-foot a.more
{
    font-size: 13px;
    line-height: 26px;

    display: inline-block;
    float: right;

    vertical-align: top;

    color: #939393;
}
.footer .title-foot a.more:hover
{
    color: #2c5fa3;
}
.footer .foot
{
    overflow: hidden;

    width: 100%;
    padding: 50px 8%;

    color: #c8c8c8;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 0 15px 50px;
    }
}
.footer .foot .text
{
    float: left;

    width: 25%;
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .footer .foot .text
    {
        width: 62%;
    }
}
.footer .foot .text h3
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    color: #fff;
}
.footer .foot .text .note
{
    margin-top: 40px;
}
.footer .foot .text .note p
{
    font-size: 13px;
    line-height: 2;

    margin: 0;

    color: #c8c8c8;
}
.footer .foot .link
{
    float: left;

    width: 25%;
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .footer .foot .link
    {
        width: 38%;
    }
}
.footer .foot .link ul li
{
    position: relative;

    display: inline-block;

    margin-top: 20px;
}
.footer .foot .link ul li a
{
    display: block;

    padding: 0 10px;
}
.footer .foot .link ul li a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e604';

    color: #c1c1c1;
}
.footer .foot .link ul li a .erweima
{
    position: absolute;
    top: 30px;
    left: 0;

    display: none;

    width: 140px;
}
.footer .foot .link ul li a .erweima img
{
    width: 100%;
}
.footer .foot .link ul li.qq a:before
{
    content: '\e62d';
}
.footer .foot .link ul li.tel a:before
{
    content: '\e61c';
}
.footer .foot .link ul li:hover a:before
{
    color: #fff;
}
.footer .foot .message
{
    float: left;

    width: 50%;
}
@media (max-width: 991px)
{
    .footer .foot .message
    {
        width: 100%;
    }
}
.footer .foot .message ul
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .footer .foot .message ul
    {
        margin: 0 -15px;
    }
}
.footer .foot .message ul li
{
    float: left;

    width: 33.33333333%;
    margin-top: 40px;
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .footer .foot .message ul li
    {
        width: 50%;
    }
    .footer .foot .message ul li:nth-child(3)
    {
        width: 100%;
    }
}
.footer .foot .message input
{
    line-height: 30px;

    width: 100%;
    padding-bottom: 10px;

    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: none;
}
.footer .foot .message input::-webkit-input-placeholder,
.footer .foot .message textarea::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot .message input:-o-placeholder,
.footer .foot .message textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot .message input::-moz-placeholder,
.footer .foot .message textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot .message input:-ms-input-placeholder,
.footer .foot .message textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot .message input:focus::-webkit-input-placeholder,
.footer .foot .message textarea:focus::-webkit-input-placeholder
{
    color: #aaa;
}
.footer .foot .message input:focus::-o-placeholder,
.footer .foot .message textarea:focus::-o-placeholder
{
    color: #aaa;
}
.footer .foot .message input:focus::-moz-placeholder,
.footer .foot .message textarea:focus::-moz-placeholder
{
    color: #aaa;
}
.footer .foot .message input:focus::-ms-input-placeholder,
.footer .foot .message textarea:focus::-ms-input-placeholder
{
    color: #aaa;
}
.footer .foot .message .submit
{
    font-size: 16px;
    line-height: 38px;

    height: 40px;
    margin: 0;
    padding: 0;
    padding: 0 34px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    background: none;
}
.footer .foot .message .submit:hover
{
    color: #666;
    background-color: #c1c1c1;
}
.footer .copyright
{
    padding: 15px 0;

    border-top: 1px solid #90b7dc;
}
.footer .copyright p
{
    font-size: 13px;
    line-height: 30px;

    margin: 0;

    text-align: center;

    color: #fff;
}
.phone-sort
{
    position: relative;
    z-index: 9;
    left: 0;

    display: none;

    width: 100%;

    color: #fff;
}
@media (max-width: 991px)
{
    .phone-sort
    {
        display: block;
    }
}
.phone-sort h3
{
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;

    height: 50px;
    margin: 0;
    padding: 0 15px;

    border-bottom: 1px solid #999;
    background-color: rgba(0, 0, 0, .75);
}
.phone-sort h3::before
{
    font-family: 'iconfont';

    float: right;

    content: '\e602';
}
.phone-sort ul.sub
{
    position: absolute;
    z-index: 12;
    top: 0;
    top: 100%;

    display: none;

    width: 100%;

    background-color: rgba(0, 0, 0, .75);
}
.phone-sort ul.sub > li
{
    line-height: 30px;

    padding: 8px 20px;

    list-style: none;

    text-transform: uppercase;

    color: #b5b5b5;
}
.phone-sort ul.sub > li:first-child
{
    margin-top: 20px;
}
.phone-sort ul.sub > li:last-child
{
    padding-bottom: 20px;
}
.phone-sort ul.sub > li span,
.phone-sort ul.sub > li a
{
    display: inline-block;
}
.phone-sort ul.sub > li > a span::after
{
    display: block;

    width: 10px;
    height: 1px;

    content: '';
    -webkit-transition: all .2s ease;
            transition: all .2s ease;

    background-color: #fff;
}
.phone-sort ul.sub > li:hover
{
    background-color: #000;
}
.phone-sort ul.sub > li:hover > a span::after
{
    width: 100%;

    background-color: #2c5fa3;
}
.phone-sort ul.sub > li:hover > a
{
    color: #fff;
}
.phone-sort ul.sub > li ul
{
    display: block;
}
.phone-sort ul.sub > li ul li
{
    margin-bottom: 0;

    text-indent: 4px;
}
.phone-sort ul.sub > li ul li:before
{
    content: '-';
}
.phone-sort ul.sub > li ul li:first-child
{
    margin-top: 10px;
}
.sidenav > ul > li
{
    text-align: center;

    border-bottom: 1px solid #dedede;
}
.sidenav > ul > li:last-child
{
    border-bottom: none;
}
.sidenav > ul > li > a
{
    font-size: 16px;
    line-height: 60px;

    display: block;

    color: #8d8d8d;
    background-color: #ededed;
}
.sidenav > ul > li > a:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 6px;

    content: '\e602';
    -webkit-transition: all .5s;
            transition: all .5s;
}
.sidenav > ul > li:hover > a
{
    color: #555;
}
.sidenav > ul > li:hover > a:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);

    color: #2c5fa3;
}
.sidenav > ul > li > ul
{
    display: none;
}
.sidenav > ul > li > ul > li a
{
    font-size: 16px;
    line-height: 50px;

    display: block;

    color: #8d8d8d;
    border-bottom: 1px solid #ededed;
}
.sidenav > ul > li > ul > li:last-child a
{
    border-bottom: none;
}
.sidenav > ul > li > ul > li:hover a
{
    color: #2c5fa3;
}
.wrapper
{
    overflow: hidden;

    background-color: #fff;
}
.wrap
{
    padding: 160px 0 100px;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 120px 0 60px;
    }
}
.title-in
{
    text-align: center;
}
.title-in h2
{
    font-size: 26px;
    line-height: 26px;

    display: inline-block;

    margin: 0;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 22px;
    }
}
.title-in h2 span
{
    font-size: 14px;

    color: #c1c1c1;
}
.wrap-about .about
{
    overflow: hidden;
}
.wrap-about .about .pic,
.wrap-about .about .text
{
    float1: left;

    width1: 50%;
	text-align: justify;
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-about .about .pic,
    .wrap-about .about .text
    {
        width: 100%;
        margin-top: 40px;
    }
}
.wrap-about .about .pic img
{
    width: 100%;
}
.wrap-about .about .text
{
    padding-left1: 50px;
}
@media (max-width: 991px)
{
    .wrap-about .about .text
    {
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-about .about .text .title-about
{
    padding-bottom: 40px;

}
.wrap-about .about .text .title-about h3
{
    font-size: 22px;
    line-height: 1.36363636;

    margin-bottom: 0;
}
.wrap-about .about .text .title-about p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #7a7a7a;
}
@media (max-width: 767px)
{
    .wrap-about .about .text .title-about p
    {
        font-size: 14px;
    }
}
.wrap-about .about .text .note
{
    margin-top: 40px;
}
.wrap-about .about .text .note p
{
    font-size: 16px;
    line-height: 2.5;

    margin: 0;

    color: #616060;
}
.wrap-case
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap-case
    {
        padding: 60px 0;
    }
}
.wrap-case .item
{
    margin-top: 40px;
    padding: 10px;

    -webkit-transition: all .4s;
            transition: all .4s;

    border: 1px solid #e8e8e8;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);
}
.wrap-case .item .img-box
{
    padding-bottom: 69.76744186%;
}
.wrap-case .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case .item .note
{
    padding: 30px 0 20px;
}
@media (max-width: 991px)
{
    .wrap-case .item .note
    {
        padding: 14px 0 4px;
    }
}
.wrap-case .item p
{
    font-size: 17px;
    line-height: 1.17647059;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0;

    color: #727272;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-case .item p
    {
        font-size: 15px;
        line-height: 1.33333333;
    }
}
.wrap-case .item span
{
    line-height: 1.42857143;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 10px 0 0 0;

    color: #949494;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-case .item span
    {
        margin-top: 4px;
    }
}
.wrap-case .item:hover
{
    border-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}
.wrap-case .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case .item:hover p,
.wrap-case .item:hover span
{
    color: #2c5fa3;
}
.wrap-case-show .title-video
{
    position: relative;

    border-bottom: 1px solid #e3e3e3;
}
.wrap-case-show .title-video:after
{
    position: absolute;
    bottom: -2px;

    display: block;

    width: 100px;
    height: 2px;

    content: '';

    background-color: #2c5fa3;
}
.wrap-case-show .title-video h3
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;

    color: #5b5b5b;
}
.wrap-case-show .info-1 .video
{
    position: relative;

    margin-top: 50px;

    text-align: center;

    background-color: #000;
}
@media (max-width: 991px)
{
    .wrap-case-show .info-1 .video
    {
        margin-top: 30px;
    }
}
.wrap-case-show .info-1 .video .img-box
{
    padding-bottom: 56.26086957%;

    background-color: #000;
}
.wrap-case-show .info-1 .video .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;

    opacity: .5;
}
.wrap-case-show .info-1 .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0);
}
.wrap-case-show .info-1 .video .iframe
{
    display: none;

    width: 100%;
}
.wrap-case-show .info-1 .video .play
{
    font-size: 24px;

    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    display: inline-block;

    margin: auto;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.wrap-case-show .info-1 .video .play:before
{
    font-family: 'iconfont' !important;
    font-size: 80px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 100%;

    content: '\e65a';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-case-show .info-1 .video .play:before
    {
        font-size: 50px;
    }
}
.wrap-case-show .info-1 .video .more
{
    position: absolute;
    bottom: 0;
}
.wrap-case-show .info-1 .video:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case-show .info-1 .text
{
    margin-top: 50px;
}
.wrap-case-show .info-1 .text h3
{
    font-size: 20px;
}
.wrap-case-show .info-1 .text p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    color: #878585;
}
.wrap-case-show .info-2
{
    margin-top: 100px;
}
@media (max-width: 991px)
{
    .wrap-case-show .info-2
    {
        margin-top: 60px;
    }
}
.wrap-case-show .info-2 .album
{
    position: relative;

    width: 100%;
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-case-show .info-2 .album
    {
        margin-top: 30px;
    }
}
.wrap-case-show .info-2 .album .img-box
{
    padding-bottom: 56%;
}
.wrap-case-show .info-2 .album .sync
{
    margin: 0 -5px;
}
.wrap-case-show .info-2 .album .sync3
{
    width: 100%;

    border: 1px solid #e6e6e6;
}
.wrap-case-show .info-2 .album .sync3 .item
{
    width: 100%;

    text-align: center;

    background: #fff;
}
.wrap-case-show .info-2 .album .sync4
{
    width: 100%;
    margin-top: 70px;
    padding: 0 60px;
}
@media (max-width: 767px)
{
    .wrap-case-show .info-2 .album .sync4
    {
        margin-top: 30px;
        padding: 0 30px;
    }
}
.wrap-case-show .info-2 .album .sync4 .synced .item
{
    overflow: hidden;

    border: 2px solid #2c5fa3;
    border-radius: 5px;
}
.wrap-case-show .info-2 .album .sync4 .item
{
    margin: 6px;

    cursor: pointer;

    border: 1px solid #e6e6e6;
}
.wrap-case-show .info-2 .album .owl-theme .owl-controls .owl-buttons .owl-prev,
.wrap-case-show .info-2 .album .owl-theme .owl-controls .owl-buttons .owl-next
{
    position: absolute;
    z-index: 2;
    left: 0;

    width: 30px;
    margin: 0;
    margin-top: 11%;
    padding: 0;

    text-align: left;

    opacity: 1;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 991px)
{
    .wrap-case-show .info-2 .album .owl-theme .owl-controls .owl-buttons .owl-prev,
    .wrap-case-show .info-2 .album .owl-theme .owl-controls .owl-buttons .owl-next
    {
        margin-top: 14%;
    }
}
.wrap-case-show .info-2 .album .owl-theme .owl-controls .owl-buttons .owl-prev:before,
.wrap-case-show .info-2 .album .owl-theme .owl-controls .owl-buttons .owl-next:before
{
    font-family: 'iconfont';
    font-size: 26px;
    font-weight: bold;

    content: '\e601';

    color: #5c5c5c;
}
@media (max-width: 767px)
{
    .wrap-case-show .info-2 .album .owl-theme .owl-controls .owl-buttons .owl-prev:before,
    .wrap-case-show .info-2 .album .owl-theme .owl-controls .owl-buttons .owl-next:before
    {
        font-size: 20px;
    }
}
.wrap-case-show .info-2 .album .owl-theme .owl-controls .owl-buttons .owl-prev:hover:before,
.wrap-case-show .info-2 .album .owl-theme .owl-controls .owl-buttons .owl-next:hover:before
{
    color: #2c5fa3;
}
.wrap-case-show .info-2 .album .owl-theme .owl-controls .owl-buttons .owl-next
{
    right: 0;
    left: auto;

    text-align: right;
}
.wrap-case-show .info-2 .album .owl-theme .owl-controls .owl-buttons .owl-next:before
{
    content: '\e827';
}
/**
 * page
 */
.pagination
{
    clear: both;
    overflow: hidden;

    width: 100%;
    margin-top: 80px;

    text-align: center;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 50px;
    }
}
.pagination > li
{
    line-height: 45px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 45px;
    height: 45px;
    margin: 0 4px;
    padding: 0;

    -webkit-transition: all .2s linear;
            transition: all .2s linear;
    text-align: center;

    border: none;
}
.pagination > li > a,
.pagination > li > span
{
    font-size: 16px;
    font-weight: normal;
    line-height: 38px;

    position: relative;
    z-index: 2;

    display: block;
    float: none;

    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
    border: none;
    background: none;
    background-color: #858585;
}
@media (max-width: 767px)
{
    .pagination > li
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
    .pagination > li > a,
    .pagination > li > span
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover
{
    z-index: 3;

    cursor: default;

    color: #fff;
    border-color: #337ab7;
    border-radius: 0!important;
    background: none;
    background: -webkit-linear-gradient(top, #07a5d7, #27639e);
    background:         linear-gradient(to bottom, #07a5d7, #27639e);
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    z-index: 3;

    cursor: default;

    color: #fff;
    border-color: #337ab7;
    border-radius: 0!important;
    background: none;
    background: -webkit-linear-gradient(top, #07a5d7, #27639e);
    background:         linear-gradient(to bottom, #07a5d7, #27639e);
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    z-index: 3;

    color: #fff;
    border-color: #337ab7;
    border-radius: 0!important;
    background: none;
    background: -webkit-linear-gradient(top, #07a5d7, #27639e);
    background:         linear-gradient(to bottom, #07a5d7, #27639e);
}
.wrap-product .product
{
    overflow: hidden;

    margin-top: 20px;
}
.wrap-product .sort
{
    margin-top: 40px;

    text-align: center;
}
.wrap-product .sort ul li
{
    display: inline-block;

    margin: 0 50px;
}
@media (max-width: 991px)
{
    .wrap-product .sort ul li
    {
        margin: 0 6px;
    }
}
.wrap-product .sort ul li a
{
    font-size: 16px;
    line-height: 2;

    display: block;

    padding: 0 10px;

    color: #797979;
}
.wrap-product .sort ul li a:after
{
    display: block;

    width: 0;
    height: 2px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;

    background: -webkit-linear-gradient(left, #07a5d7, #27639e);
    background:         linear-gradient(to right, #07a5d7, #27639e);
}
.wrap-product .sort ul li a:hover:after
{
    width: 100%;
}
.wrap-product .sort ul li.active a:after
{
    width: 100%;
}
.wrap-product .item
{
    display: table;

    width: 100%;
    margin-top: 50px;

    cursor: pointer;

    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-product .item
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .item
    {
        display: block;
        overflow: hidden;

        padding: 20px 0 0 0;

        border: 1px solid #eee;
    }
}
.wrap-product .item .list-1,
.wrap-product .item .list-2,
.wrap-product .item .list-3,
.wrap-product .item .list-4
{
    display: table-cell;

    width: 25%;
    padding: 20px 40px;

    vertical-align: middle;

    border-left: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-product .item .list-1,
    .wrap-product .item .list-2,
    .wrap-product .item .list-3,
    .wrap-product .item .list-4
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .item .list-1,
    .wrap-product .item .list-2,
    .wrap-product .item .list-3,
    .wrap-product .item .list-4
    {
        display: block;

        width: 100%;
        padding: 0;

        border: none;
    }
}
.wrap-product .item .list-1
{
    text-align: center;
}
.wrap-product .item .list-1 h3
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
    padding: 0 15px;
}
.wrap-product .item .list-2
{
    width: 30%;
}
@media (max-width: 991px)
{
    .wrap-product .item .list-2
    {
        width: 27%;
    }
}
@media (max-width: 767px)
{
    .wrap-product .item .list-2
    {
        width: 100%;
    }
}
.wrap-product .item .list-3
{
    width: 40%;
    padding-right: 80px;
}
@media (max-width: 767px)
{
    .wrap-product .item .list-3
    {
        width: 100%;
        padding: 0 15px;
    }
}
.wrap-product .item .list-3 p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    max-height: 90px;

    color: #909090;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-product .item .list-4
{
    position: relative;

    width: 5%;
    padding: 0;

    background-color: #858585;
}
@media (max-width: 991px)
{
    .wrap-product .item .list-4
    {
        width: 8%;
    }
}
@media (max-width: 767px)
{
    .wrap-product .item .list-4
    {
        line-height: 40px;

        width: 100%;

        text-align: center;
    }
}
.wrap-product .item .list-4 span
{
    font-weight: bold;
    line-height: 24px;

    position: absolute;

    display: inline-block;

    width: 100px;
    margin: 0 0 0 0;
    /* Firefox */

    -webkit-transform: rotate(90deg) translateY(80%);
    /* IE 9 */
       -moz-transform: rotate(90deg) translateY(80%);
        -ms-transform: rotate(90deg) translateY(80%);
    /* Safari 和 Chrome */
         -o-transform: rotate(90deg) translateY(80%);
            transform: rotate(90deg) translateY(80%);
    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-product .item .list-4 span
    {
        position: relative;
        /* Firefox */

        -webkit-transform: rotate(0deg) translateY(0%);
        /* IE 9 */
           -moz-transform: rotate(0deg) translateY(0%);
            -ms-transform: rotate(0deg) translateY(0%);
        /* Safari 和 Chrome */
             -o-transform: rotate(0deg) translateY(0%);
                transform: rotate(0deg) translateY(0%);
    }
}
.wrap-product .item .list-4 span:after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: 10px;

    content: '';

    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
}
.wrap-product .item .list-2 .img-box
{
    padding-bottom: 60.60606061%;
}
.wrap-product .item .list-2 .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .item:hover .list-4
{
    background: -webkit-linear-gradient(top, #27639e, #07a5d7);
    background:         linear-gradient(to bottom, #27639e, #07a5d7);
}
.promask .pro-show::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 0;
}
.promask .pro-show::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.promask .pro-show::-webkit-scrollbar-thumb
{
    background-color: #9f9f9f;
}
.promask
{
    position: fixed;
    z-index: -11;
    top: 50%;
    right: 0;
    left: 0;

    max-width: 1150px;
    height: 90%;
    max-height: 100%;
    margin: auto;
    padding: 50px 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background-color: #fff;
}
@media (max-width: 1300px)
{
    .promask
    {
        max-width: 90%;
    }
}
@media (max-width: 991px)
{
    .promask
    {
        top: 4%;
        right: 0;
        left: 0;

        height: 100%;
        margin: auto;
        padding: 30px 0;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);

        background-color: #333;
    }
}
.promask .proclose
{
    position: fixed;
    z-index: 10;
    top: 0;
    right: -60px;

    cursor: pointer;

    color: #fff;
}
@media (max-width: 1300px)
{
    .promask .proclose
    {
        right: -50px;
    }
}
@media (max-width: 991px)
{
    .promask .proclose
    {
        top: -10px;
        right: 20px;
    }
}
.promask .proclose:after
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    content: '\e611';
}
@media (max-width: 991px)
{
    .promask .slick-slide
    {
        margin: 0 4px;
    }
}
.promask .pro-show
{
    position: relative;

    overflow: auto;

    width: 100%;
    height: 100%;
}
@media (max-width: 991px)
{
    .promask .pro-show
    {
        position: absolute;
        top: 6%;
        left: 0;

        overflow: auto;

        width: 100%;
        height: 90%;
        padding: 0 15px;
    }
}
.promask .pro-show .swiper-container
{
    vertical-align: top;
}
.promask .pro-show .proleft
{
    width: 100%;
    padding: 0 14%;
}
@media (max-width: 1199px)
{
    .promask .pro-show .proleft
    {
        padding: 0 20px;
    }
}
.promask .pro-show .proleft .text
{
    text-align: center;
}
.promask .pro-show .proleft .text h3
{
    font-size: 20px;

    margin: 0;

    color: #4f4f4f;
}
@media (max-width: 1199px)
{
    .promask .pro-show .proleft .text h3
    {
        margin-bottom: 30px;

        color: #fff;
    }
}
.promask .pro-show .proleft .img-box
{
    padding-bottom: 56.43564356%;
}
.promask .pro-show .proleft .img-box img
{
    height: auto;
}
.promask .pro-show .slick-vertical .slick-slide
{
    border: none;
}
@media (max-width: 991px)
{
    .promask .pro-show .slick-list
    {
        background-color: #333;
    }
}
.promask .pro-show .proright
{
    width: 100%;
    margin-top: 30px;
    padding: 0 14%;
}
@media (max-width: 1300px)
{
    .promask .pro-show .proright
    {
        padding: 0 50px;
    }
}
@media (max-width: 1199px)
{
    .promask .pro-show .proright
    {
        padding: 0 36px;
    }
}
.promask .pro-show .proright .img-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 56.43564356%;

    background-color: #000;
}
.promask .pro-show .proright .slick-slide
{
    position: relative;

    margin: 0 15px;

    border: 1px solid #c3c3c3;
}
@media (max-width: 991px)
{
    .promask .pro-show .proright .slick-slide
    {
        margin: 0 4px;
    }
}
.promask .pro-show .proright .slick-current
{
    border: 1px solid #07a5d7;
}
.promask .pro-show .slicktext
{
    margin-top: 50px;
    padding-top: 50px;

    border-top: 1px solid #e6e6e6;
}
@media (max-width: 1199px)
{
    .promask .pro-show .slicktext
    {
        margin-top: 30px;
        padding-top: 30px;
    }
}
.promask .pro-show .slicktext .text
{
    width: 100%;
    padding: 0 100px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .promask .pro-show .slicktext .text
    {
        padding: 0 10px;
    }
}
.promask .pro-show .slicktext .text p
{
    line-height: 2.14285714;

    color: #909090;
}
.promask .pro-show img
{
    display: block;

    width: 100%;
    margin: 0;
}
.promask .pro-show .slick-arrow
{
    position: absolute;
    top: 0;
    left: -6%;

    overflow: hidden;

    width: 30px;
    height: 100%;

    cursor: pointer;
    -webkit-user-select: none;
    text-align: center;

    background: none;
}
@media (max-width: 1199px)
{
    .promask .pro-show .slick-arrow
    {
        left: -20px;
    }
}
.promask .pro-show .slick-arrow:before
{
    font-family: 'iconfont';
    font-size: 24px;

    display: inline-block;

    margin-left: -10px;

    content: '\e622';
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    vertical-align: middle;

    color: #616161;
}
.promask .pro-show .slick-arrow:hover:before
{
    color: #07a5d7;
}
.promask .pro-show .slick-arrow.slick-next
{
    right: -6%;
    left: auto;
}
@media (max-width: 1199px)
{
    .promask .pro-show .slick-arrow.slick-next
    {
        right: -30px;
    }
}
.promask .pro-show .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.wrap-contact .item
{
    display: table;

    width: 100%;
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-contact .item
    {
        display: block;
    }
}
.wrap-contact .item .map,
.wrap-contact .item .text
{
    display: table-cell;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-contact .item .map,
    .wrap-contact .item .text
    {
        display: block;

        width: 100%;
        margin-top: 40px;
    }
}
.wrap-contact .item .map
{
    position: relative;
}
.wrap-contact .item .text
{
    padding-left: 5%;
}
@media (max-width: 991px)
{
    .wrap-contact .item .text
    {
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-contact .item .text h3
{
    font-size: 20px;
    line-height: 1.8;

    margin: 0 0 30px 0;
    padding-bottom: 14px;

    border-bottom: 1px solid #ebebeb;
}
.wrap-contact .item .text p.address,
.wrap-contact .item .text p.tel,
.wrap-contact .item .text p.email
{
    font-size: 15px;
    line-height: 2.14285714;

    position: relative;

    margin-bottom: 20px;
    padding-left: 30px;

    color: #898989;
}
.wrap-contact .item .text p.address:before,
.wrap-contact .item .text p.tel:before,
.wrap-contact .item .text p.email:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    position: absolute;
    left: 0;

    width: 30px;

    content: '\e608';

    color: #2c5fa3;
}
.wrap-contact .item .text p.tel:before
{
    content: '\e623';
}
.wrap-contact .item .text p.email:before
{
    content: '\e6a4';
}
.BMap_Marker
{
    background: none!important;
}
.BMap_Marker img
{
    display: none;
}
.BMap_noprint
{
    background: none!important;
}
.BMap_noprint:11before
{
    font-family: 'iconfont';
    font-size: 25px;

    position: absolute;
    top: -10px;
    left: 0;

    float: left;

    content: '\e60d';

    color: #df0000;
    background: none;
}
.BMapLabel
{
    font-size: 14px!important;
    font-weight: bold!important;
    line-height: 32px!important;

    position: relative!important;
    top: -30px !important;
    left: 14px!important;

    height: 32px;
    padding: 10px 10px!important;

    color: #df0000!important;
    border: none!important;
    border-radius: 4px;
    background: none!important;
}
.maskbg
{
    position: fixed;
    z-index: 10;
    top: 0;

    display: block;
    display: none;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 991px)
{
    .maskbg
    {
        background-color: #333;
    }
}
