/**
 * style.less
 * å±‚å æ ·å¼è¡¨
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../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');
    src: url('../fonts/MongolianBaiti.eot?#iefix') format('embedded-opentype'), url('../fonts/MongolianBaiti.woff2') format('woff2'), url('../fonts/MongolianBaiti.woff') format('woff'), url('../fonts/MongolianBaiti.ttf') format('truetype'), url('../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: 2350px)
{
.container {
    width: 100% !important;
    padding: 0px 14%;
	}
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (max-width: 991px)
{
    .container
    {
        width: 100%;
    }
}
@media (max-width: 768px)
{
    .container
    {
        width: 100%;
    }
}
@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: 70px;
    -webkit-transition: all .2s ease;
			transition: all .2s ease;
    border-bottom: 1px solid #d3d3d3;
    background-color: #fff;
}
.searchBox{
	display:block;
	position: relative;
	float: right;
	margin-top: 22px;
	width: 20%;
}
@media (max-width: 991px)
{
    .searchBox
    {
		display:none !important;
    }
}.searchBox input {
	display: block;
	padding: 4px 12px;
	width: 100%;
	border-radius: 10px;
	background-color: #eee;
	color: #c9c9c9;
	font-size: 14px;
	line-height: 1;
}
.searchBox button {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	border-radius: 0 10px 10px 0;
	background: url(../images/search.png) no-repeat 5px 5px;
	background-color: #000;
}	

@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
        padding: 0 15px;
    }
}
.header .logo
{
    position: relative;

    float: left;
    overflow: hidden;

    height: 38px;
    margin-top: 21px;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        float: none;

        margin-top: 11px;

        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
    {
        line-height: 70px;

        position: relative;

        display: block;

        padding: 0 10px;

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

        color: #9f9f9f;
        border-top: 2px solid #fff;
    }
    .header .nav .nav-list1 > li.more > a:after
    {
        font-family: 'iconfont';

        margin-left: 20px;

        content: '\e602';
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #707070;
        border-color: #2882e8;
    }
    .header .nav .nav-list1 > li:hover .nav-list2
    {
        display: block;
    }
    .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: -60px;
        padding-top: none!important;

        -webkit-animation: fadeInUp .4s 0s ease both;
                animation: fadeInUp .4s 0s ease both;
        text-align: center;

        box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        list-style: none;

        background-color: rgba(255, 255, 255, .9);
    }
    .header .nav .nav-list1 .nav-list2 li:first-child
    {
        border-top: 2px solid #565759;
    }
    .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;
    }
    .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: #2882e8;
    }
    .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%;
}
.header .header_tel
{
    position: absolute;
    z-index: 99;
    top: 18px;
    right: 12px;
    display: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
@media (max-width: 1199px)
{
    .header .toggle
    {
        display: block;
    }
    .header .header_tel
    {
        display: block;
    }
}
.header .toggle .icon,
.header .toggle .icon::before,
.header .toggle .icon::after
{
    position: absolute;

    width: 30px;
    height: 2px;

    -webkit-transition-duration: .5s;
            transition-duration: .5s;

    border-radius: 2px;
    background-color: #404040;
}
.header .toggle .icon
{
    top: 13px;
    left: 5.28571429px;
    width: 55%;
}
.header .toggle .icon::before,
.header .toggle .icon::after
{
    left: -4px;

    content: '';

    background: inherit;
}
.header .toggle .icon::before
{
    top: -8px;
}
.header .toggle .icon::after
{
    top: 8px;
}
.header.nav-open .toggle .icon
{
    width: 0;
}
.header.nav-open .toggle .icon::before
{
    -webkit-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
}
.header.nav-open .toggle .icon::after
{
    -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
}
.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) 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
{
    border-bottom: 1px solid #dadada;
}
.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::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;
    right: 15px;

    width: 50px;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
@media (max-width: 1440px)
{
    .online
    {
        right: 5px;
    }
}
@media (min-width: 992px)
{
    .online
    {
        top: 40%;
    }
}
@media (max-width: 991px)
{
    .online
    {
        bottom: -380px;
    }
}
.online.active
{
    right: 5px;
    bottom: 80px;
}
.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: #2882e8;
}
.online a.online-tel:after
{
    content: '\e61c';
}
.online a.online-weixin:after
{
    content: '\e604';
}
.online a:hover
{
    background: #2882e8;
}
.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: #2882e8;
}
@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 #35383a;
    border-radius: 50%;
    background: none;
}
.banner .owl-theme .owl-pagination .owl-page.active span
{
    position: relative;
    top: 1px;

    width: 12px;
    height: 12px;

    border-color: #2882e8;
    background-color: #2882e8;
}
.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: 70px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 0;
    }
}
.content
{
    position: relative;
    z-index: 9;
}
.title
{
    overflow: hidden;

    padding-bottom: 24px;

    border-bottom: 1px solid #d8dfe1;
}
.title h2
{
    font-size: 26px;
    line-height: 26px;

    position: relative;

    display: inline-block;

    margin: 0;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 22px;
    }
}
.title h2 span
{
    font-size: 13px;

    color: #c1c1c1;
}
.title h2:after
{
    position: absolute;
    bottom: -24px;

    display: block;

    width: 52px;
    height: 1px;

    content: '';

    background-color: #000;
}
.title a.more
{
    font-size: 13px;
    line-height: 26px;

    display: inline-block;
    float: right;

    vertical-align: top;

    color: #939393;
}
.title a.more:hover
{
    color: #2882e8;
}
@media (max-width: 991px)
{
    .pc
    {
        display: none;
    }
}
.phone
{
    display: none;
}
@media (max-width: 991px)
{
    .phone
    {
        display: block;
    }
}
.box-hotproduct
{
    overflow: hidden;
}
.box-hotproduct .info
{
    margin: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .box-hotproduct .info
    {
        margin: 0 -6px;
    }
}
.box-hotproduct .info .list
{
    display: inline-block;
    float: none;

    margin-right: -4px;
    padding: 0 6px;

    vertical-align: top;
}
.box-hotproduct .info .list .item
{
    margin-top: 50px;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .box-hotproduct .info .list .item
    {
        margin-top: 30px;
    }
}
.box-hotproduct .info .list .item .pic
{
    position: relative;
}
.box-hotproduct .info .list .item .pic .img-box
{
    padding-bottom: 56.04395604%;
}
.box-hotproduct .info .list .item .pic .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.box-hotproduct .info .list .item .pic .mask
{
    position: absolute;
    top: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background-color: rgba(0, 0, 0, .4);
}
.box-hotproduct .info .list .item .pic .mask:after
{
    font-family: 'iconfont';
    font-size: 60px;

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

    display: inline-block;

    margin: auto;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .box-hotproduct .info .list .item .pic .mask:after
    {
        font-size: 24px;
    }
}
.box-hotproduct .info .list .item .note
{
    margin-top: 20px;

    text-align: center;
}
@media (max-width: 991px)
{
    .box-hotproduct .info .list .item .note
    {
        margin-top: 10px;
    }
}
.box-hotproduct .info .list .item .note h3
{
    font-size: 18px;
    line-height: 2.77777778;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-hotproduct .info .list .item .note h3
    {
        font-size: 16px;
        line-height: 2.5;

        height: 40px;
    }
}
.box-hotproduct .info .list .item .note h3:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 70%;
    height: 1px;
    margin: auto;

    content: '';

    border-top: 1px dotted #646464;
}
.box-hotproduct .info .list .item .note p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 20px 0 0 0;

    color: #a5a5a5;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-hotproduct .info .list .item .note p
    {
        margin: 10px 0 0 0;
    }
}
.box-hotproduct .info .list .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-hotproduct .info .list .item:hover .pic .mask
{
    opacity: 1;
}
.box-hotproduct .phone .title
{
    margin: 40px 0;
}
.box-hotproduct .phone .info .list .item
{
    margin: 0;
}
.box-product
{
    overflow: hidden;

    background-color: #fafafa;
}
.productimg{
	width:100%;
	transition: all 0.6s;
}
.productimg:hover{
	transform: scale(1.2);
}
.box-product .product
{
    padding: 0 4%;
}
@media (max-width: 991px)
{
    .box-product .product
    {
        padding: 0;
		margin: 0;
    }
}
.box-product .info .list .item
{
    margin-top: 50px;

    cursor: pointer;

    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .box-product .info .list .item
    {
        margin-top: 30px;
    }
}
.box-product .info .list .item .pic
{
    position: relative;

    background-color: #fff;
}
.box-product .info .list .item .pic .img-box
{
    padding-bottom: 56.41025641%;
}
.box-product .info .list .item .pic .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.box-product .info .list .item .pic .mask
{
    position: absolute;
    top: 10px;
    right: 10px;

    display: block;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
    text-align: center;
}
.box-product .info .list .item .pic .mask:after
{
    font-family: 'iconfont';
    font-size: 36px;

    display: inline-block;

    content: '\e780';
    text-align: center;

    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}
@media (max-width: 991px)
{
    .box-product .info .list .item .pic .mask:after
    {
        font-size: 24px;
    }
}
.box-product .info .list .item .pic .text
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
}
.box-product .info .list .item .pic .text p
{
    font-size: 13px;
    line-height: 2.30769231;

    position: absolute;
    top: 50%;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 0;
    padding: 0 10%;

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

    color: #7f8080;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-product .info .list .item .note
{
    padding: 0 16px;

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

    background-color: #fff;
}
.box-product .info .list .item .note h3
{
    font-size: 16px;
    line-height: 3.7;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    color: #7f8080;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-product .info .list .item .note h3
    {
        font-size: 16px;
        line-height: 2.5;

        height: 40px;
    }
}
.box-product .info .list .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .2;
}
.box-product .info .list .item:hover .pic .text
{
    opacity: 1;
}
.box-product .info .list .item:hover .note
{
    background-color: #2882e8;
}
.box-product .info .list .item:hover .note h3
{
    color: #fff;
}
.box-service
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .box-service .service ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .box-service .service ul:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
@media (max-width: 1199px)
{
    .box-service .service ul
    {
        overflow: hidden;

        margin: 0 -15px;
    }
}
.box-service .service ul li
{
    display: inline-block;

    width: 156px;
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .box-service .service ul li
    {
        width: 20%;
		margin-top: 30px;
		margin-right: -4px;
		padding: 0 15px;
		margin: 30px 6% 0;
    }
}
@media (max-width: 767px)
{
    .box-service .service ul li
    {
        width: 33.33333333%;
		margin: 30px 0 0;
		float: left;
    }
}
.box-service .service ul li .pic
{
    position: relative;

    overflow: hidden;

    width: 156px;
    height: 156px;

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

    border: 2px solid #2882e8;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .box-service .service ul li .pic
    {
        width: auto;
        height: auto;
    }
}
.box-service .service ul li .pic .img-box
{
    z-index: 9;

    overflow: visible;
}
.box-service .service ul li .note
{
    margin-top: 24px;
}
.box-service .service ul li .note h3
{
    font-size: 20px;

    margin: 0 0 4px 0;

    color: #b0b0b0;
}
@media (max-width: 767px)
{
    .box-service .service ul li .note h3
    {
        font-size: 16px;
    }
}
.box-service .service ul li .note p
{
    margin: 0;

    color: #b0b0b0;
}
.box-service .service ul li:hover .pic
{
    background-color: #2882e8;
}
.box-service .service ul li:hover .pic .img-box
{
    z-index: 9999;

    overflow: hidden;
}
.box-service .service ul li:hover .pic .img-box img
{
    position: absolute;
    z-index: 99;
    left: -130px;

    width: auto;

            filter: drop-shadow(#fff 130px 0);
    -webkit-filter: drop-shadow(#fff 130px 0px);
}
.box-customer
{
    overflow: hidden;
}
.box-customer .customer
{
    position: relative;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .box-customer .customer .row
    {
        margin: 0;
    }
}
.box-customer .customer h3
{
    font-size: 22px;

    text-align: center;
}
.box-customer .customer .item
{
    margin: 0 15px;
    padding-bottom: 1px;
}
@media (max-width: 767px)
{
    .box-customer .customer .item
    {
        margin: 0 8px;
    }
}
.box-customer .customer .item .pic
{
    margin-top: 30px;

    border: 1px solid #2882e8;
}
@media (max-width: 767px)
{
    .box-customer .customer .item .pic
    {
        margin-top: 16px;
    }
}
.box-customer .customer .item .img-box
{
    padding-bottom: 70.75471698%;
}
.box-customer .customer .owl-controls
{
    display: block!important;
}
.box-customer .customer .owl-pagination
{
    position: absolute;
    right: 0;
    bottom: 120px;
    left: 0;

    display: none;

    width: 100%;
    margin: auto;

    text-align: center;
}
@media (max-width: 1199px)
{
    .box-customer .customer .owl-pagination
    {
        bottom: 14px;

        text-align: center;
    }
}
.box-customer .customer .owl-pagination .owl-page
{
    display: inline-block;
}
.box-customer .customer .owl-pagination .owl-page span
{
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 12px;

    opacity: .3;
    border-radius: 50%;
    background-color: #565759;
}
.box-customer .customer .owl-pagination .owl-page.active span
{
    opacity: 1;
}
.box-customer .customer .owl-buttons .owl-prev,
.box-customer .customer .owl-buttons .owl-next
{
    line-height: 46px;

    position: absolute;
    z-index: 9;
    top: 52%;
    left: -6%;

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

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

    opacity: 1;
    border-radius: 0;
    background: none;
}
@media (max-width: 1400px)
{
    .box-customer .customer .owl-buttons .owl-prev,
    .box-customer .customer .owl-buttons .owl-next
    {
        left: -26px;
    }
}
.box-customer .customer .owl-buttons .owl-prev:before,
.box-customer .customer .owl-buttons .owl-next:before
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e601';

    color: #2882e8;
}
.box-customer .customer .owl-buttons .owl-prev:hover,
.box-customer .customer .owl-buttons .owl-next:hover
{
    background-color: #2882e8;
}
.box-customer .customer .owl-buttons .owl-prev:hover:before,
.box-customer .customer .owl-buttons .owl-next:hover:before
{
    color: #fff;
}
.box-customer .customer .owl-buttons .owl-next
{
    right: -6%;
    left: auto;
}
@media (max-width: 1400px)
{
    .box-customer .customer .owl-buttons .owl-next
    {
        right: -26px;
    }
}
.box-customer .customer .owl-buttons .owl-next:before
{
    content: '\e827';
}
.footer
{
    padding-top: 50px;

    background-color: #383838;
}
.footer .title h2
{
    color: #fff;
}
.footer .title h2:after
{
    background-color: #fff;
}
.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: 24px;
}
@media (max-width: 991px)
{
    .footer .foot .link
    {
        width: 38%;
    }
}
.footer .foot .link ul li
{
    position: relative;

    display: inline-block;

    margin-top: 20px;
	
	float: left;
}
.footer .foot .link ul li a
{
    display: block;

    padding: 0 7px;
}
.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;
	padding-bottom: 2px;
}
@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: 1px 15px;
}
.footer .foot .message ul li:nth-child(4),
.footer .foot .message ul li:nth-child(5)
{
    width: 33.33333333%;
}
@media (max-width: 991px)
{
    .footer .foot .message ul li
    {
        width: 50%;
    }
    .footer .foot .message ul li:nth-child(4),
    .footer .foot .message ul li:nth-child(5)
    {
        width: 50%;
    }
}
.footer .foot .message input
{
    line-height: 30px;

    width: 100%;
    padding-bottom: 10px;

    border-bottom: 1px solid #787777;
    border-radius: 0;
    background: none;
}
.footer .foot .message input::-webkit-input-placeholder,
.footer .foot .message textarea::-webkit-input-placeholder
{
    color: #c1c1c1;
}
.footer .foot .message input:-o-placeholder,
.footer .foot .message textarea:-o-placeholder
{
    color: #c1c1c1;
}
.footer .foot .message input::-moz-placeholder,
.footer .foot .message textarea::-moz-placeholder
{
    color: #c1c1c1;
}
.footer .foot .message input:-ms-input-placeholder,
.footer .foot .message textarea:-ms-input-placeholder
{
    color: #c1c1c1;
}
.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: #c1c1c1;
    border: 1px solid #9d9d9d;
    border-radius: 0;
    background: none;
}
.footer .foot .message .submit:hover
{
    color: #666;
    background-color: #c1c1c1;
}
.copyright
{
    padding: 15px 0;

    border-top: 1px solid #757575;
    background-color: #383838;
}
.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 > a
{
    text-decoration: underline;
}
.phone-sort ul.sub > li:hover > a span::after
{
    width: 100%;

    background-color: #2882e8;
}
.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;
}
.phone-sort ul.sub > li ul li a:hover
{
    text-decoration: underline;
}
.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: #fff;
    background-color: #2882e8;
}
.sidenav > ul > li.more > a:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-right: -18px;
    margin-left: 6px;

    content: '\e602';
    -webkit-transition: all .5s;
            transition: all .5s;
}
.sidenav > ul > li:hover > a
{
    color: #fff;
}
.sidenav > ul > li:hover > a:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);

    color: #fff;
}
.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: #2882e8;
}
.wrapper
{
    overflow: hidden;

    background-color: #fff;
}
.wrap
{
    padding: 150px 0 50px;
}
@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;
    }
    .promask .pro-show .proleft .img-box img
    {
        height:200px !important
    }
    .promask .pro-show .proright .slick-slide:first-child .img-box img
    {
        height: 50px;
    }
    .promask .pro-show .video .img-box
    {
        height: 50px !important;
    }
    .promask .pro-show .proright .slick-slide img
    {
        height: 50px;
    }
}
.title-in h2 span
{
    font-size: 14px;

    color: #c1c1c1;
}
.wrap-about .about .text
{
    margin-top: 40px;
}
.wrap-about .about .text p
{
    font-size: 16px;
    line-height: 3.125;

    margin: 0;

    color: #8d8d8d;
}
@media (max-width: 767px)
{
    .wrap-about .about .text p
    {
        font-size: 14px;
        line-height: 2.85714286;
    }
}
.wrap-about .about .text img
{
    margin: 15px 0;
    max-width:100%;
}
.wrap-case
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap-case
    {
		width: 100%;
        padding: 60px 0;
    }
	.searchBox{
		display:none;
	}
	.product{
		width: 100%;
      	
	}
 	.index-product-box .product,.index-case-box .product{
  		padding: 0 !important;
  	}
  	.index-case-box .container-fluid{
  		padding: 0 !important;
  	}
	.case{
		width: 100% !important;
	}
}
.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: #2882e8;
}
.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: #2882e8;
}
.wrap-case-show .title-video h3
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;

    color: #5b5b5b;
}
.wrap-case-show .info-1 .video
{
	position: relative;
    text-align: center;
    background-color: #000;
    width: 1024px;
    height: 576px;
    margin: 50px auto 80px;
	max-width:100%;
}
@media (max-width: 991px)
{
    .wrap-case-show .info-1 .video
    {
		margin-top: 30px;
		width: 100%;
		height: auto;
    }
}
.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: 80%;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
}
@media (max-width: 991px)
{
    .wrap-case-show .info-2 .album .sync3
    {
    width: 100%;
    }
}



.wrap-case-show .info-2 .album .sync3 .item
{
    width: 100%;

    text-align: center;

    background: #fff;
}
.wrap-case-show .info-2 .album .sync4
{
	width: 90%;
    padding: 0 60px;
    margin: 70px auto 0;
}
@media (max-width: 767px)
{
    .wrap-case-show .info-2 .album .sync4
    {
		width: 100%;
		margin: 30px auto 0;
        padding: 0 30px;
    }
}
.wrap-case-show .info-2 .album .sync4 .synced .item
{
    overflow: hidden;

    border: 2px solid #2882e8;
    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: -45px;

    width: 30px;
    margin: 0;
    margin-top: 13%;
    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: #2882e8;
}
.wrap-case-show .info-2 .album .owl-theme .owl-controls .owl-buttons .owl-next
{
    right: -45px;
    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: 60px;

    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: #8a8989;
    border: none;
    background: none;
}
@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-color: #2882e8;
}
.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-color: #2882e8;
}
.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-color: #2882e8;
}
.wrap-product
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap-product
    {
        padding: 60px 0;
    }
}
.wrap-product .product
{
    overflow: hidden;

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

    border-top: 1px solid #ededed;
}
@media (max-width: 991px)
{
    .wrap-product .product
    {
        padding: 0 15px;
    }
}
.wrap-product .left
{
    float: left;

    width: 15%;

	margin-left: 3%;
	
    border: 1px solid #ededed;
}
@media (max-width: 991px)
{
    .wrap-product .left
    {
        display: none;
    }
	.wrap-case .left{
        display: none;
	}
}
.wrap-product .right
{
    position: relative;
    float: right;
	margin-right: 2%;
    width: 74%;
    padding: 20px 0;
}
@media (max-width: 991px)
{
    .wrap-product .right
    {
        width: 100%;
		margin: 0;
    }
}
.wrap-product .item
{
    margin-top: 50px;

    cursor: pointer;

    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .wrap-product .item
    {
        margin-top: 30px;
    }
}
.wrap-product .item .pic
{
    position: relative;

    background-color: #fff;
}
.wrap-product .item .pic .img-box
{
    padding-bottom: 56.41025641%;
}
.wrap-product .item .pic .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.wrap-product .item .pic .mask
{
    position: absolute;
    top: 10px;
    right: 10px;

    display: block;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
    text-align: center;
}
.wrap-product .item .pic .mask:after
{
    font-family: 'iconfont';
    font-size: 36px;

    display: inline-block;

    content: '\e780';
    text-align: center;

    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}
@media (max-width: 991px)
{
    .wrap-product .item .pic .mask:after
    {
        font-size: 24px;
    }
}
.wrap-product .item .pic .text
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
}
.wrap-product .item .pic .text p
{
    font-size: 13px;
    line-height: 2.30769231;

    position: absolute;
    top: 50%;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 0;
    padding: 0 10%;

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

    color: #7f8080;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-product .item .note
{
    padding: 0 16px;

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

    background-color: #fff;
}
.wrap-product .item .note h3
{
    font-size: 16px;
    line-height: 3.7;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    color: #7f8080;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product .item .note h3
    {
        font-size: 14px;
        line-height: 2.85714286;

        height: 40px;
    }
}
.wrap-product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .2;
}
.wrap-product .item:hover .pic .text
{
    opacity: 1;
}
.wrap-product .item:hover .note
{
    background-color: #2882e8;
}
.wrap-product .item:hover .note h3
{
    color: #fff;
}
.promask::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 0;
}
.promask::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.promask::-webkit-scrollbar-thumb
{
    background-color: #9f9f9f;
}
.promask
{
    position: fixed;
    z-index: 11;
    z-index: -11;
    top: 50%;
    right: 0;
    left: 0;

    overflow: auto;

    max-width: 1300px;
    max-height: 100%;
    margin: auto;
    padding: 50px 30px;

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

    background-color: #4a4a4a;
}
@media (max-width: 1440px)
{
    .promask
    {
        max-width: 1200px;
        padding: 30px 15px;
    }
}
@media (max-width: 1199px)
{
    .promask
    {
        right: 0;
        left: 0;

        max-width: 96%;
        margin: auto;
    }
}
@media (max-width: 991px)
{
    .promask
    {
        top: 0;

        overflow: hidden;

        height: 100%;

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

        background-color: #333;
    }
}
.promask .proclose
{
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 15px;
    height: 25px;
    width: 25px;
    cursor: pointer;
}
@media (max-width: 991px)
{
    .promask .proclose
    {
        color: #fff;
    }
}
.promask .proclose:after
{
	font-family: 'iconfont' !important;
    font-size: 24px;
    content: '\e61b';
    color: #fff;
}
@media (max-width: 991px)
{
    .promask .slick-slide
    {
        margin: 0 4px;
    }
}
.promask .slick-list
{
    min-height: 628px!important;
}


@media (max-width: 991px)
{
    .promask .slick-list
    {
        min-height: 0!important;
    }
}
.promask .pro-show
{
    position: relative;

    width: 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 .proitem
{
    display: block!important;

}
.promask .pro-show .proleft
{
    display: inline-block;

    width: 100%;
    padding-right: 340px;
}
@media (max-width: 991px)
{
    .promask .pro-show .proleft
    {
        width: 100%;
        padding-right: 0;
    }
}
.promask .pro-show .proleft .text
{	
    text-align: left;
	padding: 0 1%;
    margin-bottom: 27px;
}
.promask .pro-show .proleft .text h3
{
	text-align: center;
	
    font-size: 18px;

    margin-bottom: 15px;

    color: #ffffff;
}
@media (max-width: 991px)
{
    .promask .pro-show .proleft .text h3
    {
        color: #fff;
    }
}
.promask .pro-show .proleft .text p
{
    font-size: 14px;
    line-height: 2.25;
	height: 95px;
    margin: 0;
	text-align: left;
	overflow-y: auto;
    color: #ffffff;
}

.promask .pro-show .proleft .text p::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
  border-radius: 5px;
  background-color: rgba(255,255,255,0.8);
}
1
/*å®šä¹‰æ»šåŠ¨æ¡é«˜å®½åŠèƒŒæ™¯ é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
.promask .pro-show .proleft .text p::-webkit-scrollbar
{
  width: 5px;
  background-color: rgba(0,0,0,0);
}
1
/*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/
.promask .pro-show .proleft .text p::-webkit-scrollbar-thumb
{
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3);
  background-color: #555;
}
@media (max-width: 991px)
{
    .promask .pro-show .proleft .text p
    {
        font-size: 14px;
        line-height: 1.71428571;

        color: #fff;
    }
}
.promask .pro-show .proleft .img-box
{
	border: 1px solid #fff;
    padding-bottom: 56.43564356%;
    background:#4a4a4a;
}
.promask .pro-show .proleft .img-box img
{
    height: 500px;
width: auto;margin: 0 auto;position: relative;}
.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
{
    position: absolute;
    top: 18px;
    right: 0;

    display: inline-block;
    float: right;

    width: 300px;
    padding: 20px;

    vertical-align: top;

    background-color: #848484;
}
@media (max-width: 991px)
{
    .promask .pro-show .proright
    {
        position: relative;
        top: 0;

        float: none;

        width: 100%;
        margin: 0 -5px;
        margin-top: 30px;
        padding: 0;
    }
}
.promask .pro-show .proright .proitem
{
    padding-top: 10px;
}
@media (max-width: 991px)
{
    .promask .pro-show .proright .proitem
    {
        padding: 0 5px;
        padding-top: 0;
    }
}
.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;
}
.promask .pro-show .proright .slick-slide:first-child:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    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)
{
    .promask .pro-show .proright .slick-slide:first-child:before
    {
        font-size: 30px;
    }
}
.promask .pro-show .proright .slick-slide:first-child .img-box img
{
    opacity: .5;
}
.promask .pro-show .proright .slick-current .img-box img
{
    opacity: .8;
}
.promask .pro-show img
{
    display: block;

    width: 100%;
    margin: 0;
}
.promask .pro-show .video
{
    position: relative;
	
    text-align: center;

    background-color: #000;
}
.promask .pro-show .video .img-box
{
    padding-bottom: 56.43564356%;

    background-color: #000;
}
.promask .pro-show .video .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;

    opacity: .5;
}
.promask .pro-show .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0);
}
.promask .pro-show .video .iframe
{
    display: none;

    width: 100%;
    height: 100%!important;
}
.promask .pro-show .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;
}
.promask .pro-show .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)
{
    .promask .pro-show .video .play:before
    {
        font-size: 50px;
    }
}
.promask .pro-show .video .more
{
    position: absolute;
    bottom: 0;
}
.promask .pro-show .video:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.promask .pro-show .proright .play:before
{
    display: none!important;
}
.promask .pro-show .slick-arrow
{
    position: absolute;

    overflow: hidden;

    width: 100%;
    height: 30px;

    cursor: pointer;
    -webkit-user-select: none;
    text-align: center;

    background: none;
}
.promask .pro-show .slick-arrow:before
{
    font-family: 'iconfont';
    font-size: 24px;

    display: inline-block;

    margin-left: -10px;

    content: '\e622';
    vertical-align: middle;
	font-weight: bold;
    color: #fff;
}
@media (max-width: 991px)
{
    .promask .pro-show .slick-arrow:before
    {
        font-size: 20px;
    }
}
.promask .pro-show .slick-arrow.slick-prev
{
    top: -60px;
    right: 50%;
    left: auto;

    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
}
@media (max-width: 991px)
{
    .promask .pro-show .slick-arrow.slick-prev
    {
        top: 50%;
        right: auto;
        left: 0;

        display: none!important;

        -webkit-transform: translateX(0%);
        -webkit-transform: translateY(-50%);
            -ms-transform: translateX(0%);
            -ms-transform: translateY(-50%);
                transform: translateX(0%);
                transform: translateY(-50%);
    }
    .promask .pro-show .slick-arrow.slick-prev:before
    {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }
}
.promask .pro-show .slick-arrow.slick-next
{
    top: auto;
    right: 50%;
    bottom: -60px;

    display: block;

    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
}
.promask .pro-show .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
@media (max-width: 991px)
{
    .promask .pro-show .slick-arrow.slick-next
    {
        top: 50%;
        right: 0;
        left: auto;

        display: none!important;

        -webkit-transform: translateX(0%);
        -webkit-transform: translateY(-50%);
            -ms-transform: translateX(0%);
            -ms-transform: translateY(-50%);
                transform: translateX(0%);
                transform: translateY(-50%);
    }
    .promask .pro-show .slick-arrow.slick-next:before
    {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
}
.map
{
    height: 390px;
    margin-top: 70px;
}
@media (max-width: 767px)
{
    .map
    {
        height: 300px;
    }
}
.wrap-contact .contact .text
{
    margin-top: 40px;
}
.wrap-contact .contact .text .item
{
    position: relative;

    min-height: 40px;
    margin: 10px 0 0 0;
    padding-top: 6px;
    padding-left: 60px;
}
.wrap-contact .contact .text p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #8d8d8d;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .text img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 40px;
}
.wrap-contact .contact .title-contact
{
    position: relative;

    margin-top: 70px;
}
.wrap-contact .contact .title-contact img
{
    width: 100%;
}
.wrap-contact .contact .title-contact .note
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.wrap-contact .contact .title-contact .note h3
{
    font-size: 30px;
    font-weight: bold;

    margin-top: 0;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .title-contact .note h3
    {
        font-size: 22px;
    }
}
.wrap-contact .contact .title-contact .note p
{
    font-size: 16px;

    margin-bottom: 0;
}
.wrap-contact .contact .message
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .message
    {
        margin-top: 20px;
    }
}
.wrap-contact .contact .message ul
{
    overflow: hidden;

    margin: 0 -50px;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .message ul
    {
        margin: 0 -15px;
    }
}
.wrap-contact .contact .message ul li
{
    float: left;

    width: 33.33333333%;
    margin-top: 40px;
    padding: 0 50px;
}
.wrap-contact .contact .message ul li:nth-child(4),
.wrap-contact .contact .message ul li:nth-child(5)
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .message ul li
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .message ul li
    {
        width: 100%;
    }
}
.wrap-contact .contact .message input,
.wrap-contact .contact .message textarea
{
    line-height: 30px;

    width: 100%;
    padding: 0 20px;
    padding-bottom: 10px;

    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
    background: none;
}
.wrap-contact .contact .message input::-webkit-input-placeholder,
.wrap-contact .contact .message textarea::-webkit-input-placeholder
{
    color: #c1c1c1;
}
.wrap-contact .contact .message input:-o-placeholder,
.wrap-contact .contact .message textarea:-o-placeholder
{
    color: #c1c1c1;
}
.wrap-contact .contact .message input::-moz-placeholder,
.wrap-contact .contact .message textarea::-moz-placeholder
{
    color: #c1c1c1;
}
.wrap-contact .contact .message input:-ms-input-placeholder,
.wrap-contact .contact .message textarea:-ms-input-placeholder
{
    color: #c1c1c1;
}
.wrap-contact .contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .contact .message textarea:focus::-webkit-input-placeholder
{
    color: #aaa;
}
.wrap-contact .contact .message input:focus::-o-placeholder,
.wrap-contact .contact .message textarea:focus::-o-placeholder
{
    color: #aaa;
}
.wrap-contact .contact .message input:focus::-moz-placeholder,
.wrap-contact .contact .message textarea:focus::-moz-placeholder
{
    color: #aaa;
}
.wrap-contact .contact .message input:focus::-ms-input-placeholder,
.wrap-contact .contact .message textarea:focus::-ms-input-placeholder
{
    color: #aaa;
}
.wrap-contact .contact .message .submit
{
    font-size: 16px;
    line-height: 46px;

    display: block;

    width: 150px;
    height: 48px;
    margin: 0 auto;
    padding: 0;

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

    color: #5e5e5e;
    border: 1px solid #9d9d9d;
    border-radius: 0;
    outline: none;
    background: none;
    background-color: #f4f4f4;
}
.wrap-contact .contact .message .submit:hover
{
    color: #666;
    background-color: #c1c1c1;
}
.BMap_Marker
{
    background: none!important;
}
.BMap_Marker img
{
    display: none;
}
.BMap_noprint
{
    background: none!important;
}
.BMap_noprint:before
{
    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;
    }
}


/*.fancybox-infobar,
.fancybox-button--thumbs,
.fancybox-navigation{
    display: none!important;
}
*/