/**
 * style.less
 * 层叠样式表
 */
@media (min-width: 1200px)
{
    .container
    {
        width: 1200px;
    }
}
@media (min-width: 1320px)
{
    .container
    {
        width: 1320px;
    }
}
@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;
    }
}
@media (max-width: 767px)
{
    .container
    {
        overflow: hidden;
    }
}
.stuck
{
    position: fixed;
    top: 0;
}
body
{
    font-family: 'ArialMT', Arial, Helvetica, 'PingFang SC', sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
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;
}
@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');
}
@font-face
{
    font-family: 'ArialMT';

    src: url('../fonts/ArialMT.eot');
    src: url('../fonts/ArialMT.eot') format('embedded-opentype'), url('../fonts/ArialMT.woff2') format('woff2'), url('../fonts/ArialMT.woff') format('woff'), url('../fonts/ArialMT.ttf') format('truetype'), url('../fonts/ArialMT.svg#ArialMT') format('svg');
}
@font-face
{
    font-family: 'arialboldmt';

    src: url('../fonts/arialboldmt.eot');
    src: url('../fonts/arialboldmt.eot') format('embedded-opentype'), url('../fonts/arialboldmt.woff2') format('woff2'), url('../fonts/arialboldmt.woff') format('woff'), url('../fonts/arialboldmt.ttf') format('truetype'), url('../fonts/arialboldmt.svg#arialboldmt') format('svg');
}
.header
{
    z-index: 9;

    width: 100%;
}
@media (max-width: 991px)
{
    .header
    {
        height: 110px;
    }
}
.header .container
{
    position: relative;
}
.header .top
{
    line-height: 40px;

    overflow: hidden;

    height: 40px;

    color: #666;
    background-color: #fafafa;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .06);
}
@media (max-width: 991px)
{
    .header .share
    {
        display: none;
    }

    .header .top-nav
    {
        display: none;
    }

}
.header .top .left
{
    float: left;
}
.header .top .left p
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: top;

    color: #666;
}
.header .top .left p::before
{
    font-family: 'iconfont';

    float: left;

    /*margin-top: 1px;*/
    margin-right: 6px;

    content: '\e600';

    color: #4169e1;
}
.header .top .left p.email::before
{
    font-size: 16px;

    /*margin-top: 1px;*/

    content: '\e696';
}
.header .top .left a:hover
{
    text-decoration: underline;
}
.header .top .share
{
    display: inline-block;
    float: right;

    height: 40px;
    padding-left: 34px;

    border-left: 1px solid #eee;
}
@media (max-width: 1199px)
{
    .header .top .share
    {
        display: none;
    }
}
.header .top .share ul
{
    height: 30px;
    margin: 0 0 0 0;
    padding: 0;

    text-align: center;
}
.header .top .share li
{
    position: relative;
    z-index: 1;

    display: inline-block;

    width: 22px;
    height: 22px;
    margin: 0 5px;
    margin-top: 10px;

    -webkit-transition: -webkit-transform .2s ease-in-out;
            transition: -webkit-transform .2s ease-in-out;
            transition:         transform .2s ease-in-out;
            transition:         transform .2s ease-in-out, -webkit-transform .2s ease-in-out;

    border-radius: 50%;
}
.header .top .share li:hover
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}
.header .top .share li a
{
    line-height: 22px;

    display: block;

    width: 22px;
    height: 100%;
    height: 22px;

    text-align: center;

    background: url(../images/icon.png) no-repeat;
    background-size: cover;
}
.header .top .share .facebook a:hover
{
    background-position: -110px 0;
}
.header .top .share .twitter a
{
    background-position: -22px 0;
}
.header .top .share .twitter a:hover
{
    background-position: -132px 0;
}
.header .top .share .google a
{
    background-position: -44px 0;
}
.header .top .share .google a:hover
{
    background-position: -154px 0;
}
.header .top .share .linkedin a
{
    background-position: -66px 0;
}
.header .top .share .linkedin a:hover
{
    background-position: -176px 0;
}
.header .top .share .youtube a
{
    background-position: -88px 0;
}
.header .top .share .youtube a:hover
{
    background-position: -198px 0;
}





.header .top .share .instagram a
{
    background-position: -329px 0;
}
.header .top .share .instagram a:hover
{
    background-position: -354px 0;
}




.header .top .top-nav
{
    float: right;

    margin-right: 24px;
}
.header .top .top-nav a
{
    padding: 0 20px;

    color: #666;
}
.header .top .top-nav a:hover
{
    text-decoration: underline;

    color: #4169e1;
}
.header .top-center
{
    overflow: hidden;

    padding: 16px 0;
}
.header .top-center .logo
{
    float: left;

    height: 84px;
}
.header .top-center .logo img
{
    height: 100%;
}
@media (max-width: 991px)
{
    .header .top-center
    {
        padding-top: 14px;
    }
    .header .top-center .logo
    {
        height: 45px;
    }
}
.header .top-center .language
{
    float: right;

    margin-top: 27px;
}
@media (max-width: 991px)
{
    .header .top-center .language
    {
        display: none;
    }
}
.header .top-center .language a
{
    font-size: 13px;
    line-height: 2.30769231;

    margin-left: 8px;

    color: #999;
}
.header .top-center .language a:first-child
{
    margin-left: 0;
}
.header .top-center .language a:hover
{
    color: #4169e1;
}
.header .top-center .language::before
{
    display: inline-block;
    float: left;

    width: 30px;
    height: 30px;
    margin-top: -2px;
    margin-right: 4px;

    content: '';

    background: url(../images/icon.png) no-repeat;
    background-position: -330px 0;
    background-size: cover;
}
.header .top-center .phone-language
{
    position: absolute;
    top: 20px;
    right: 100px;

    display: none;
    float: right;
}
@media (max-width: 991px)
{
    .header .top-center .phone-language
    {
        display: block;
		top: 14px;
    }
}
.header .top-center .phone-language a
{
    font-size: 16px;

    color: #ccc;
}
.header .top-center .c-search
{
    position: relative;

    float: right;
    overflow: hidden;

    width: 318px;
    height: 40px;
    margin-top: 22px;
    margin-right: 40px;
}
.header .top-center .c-search form
{
    float: left;

    width: 318px;

    border: 1px solid #cecece;
    border-radius: 100px;
}
@media (max-width: 991px)
{
    .header .top-center .c-search
    {
        display: none;
    }
}
.header .top-center .c-search .btn
{
    position: absolute;
    top: 0;
    right: 10px;

    overflow: hidden;

    width: 22px;
    height: 22px;
    margin-top: 8px;
    margin-left: 4px;
    padding: 0;

    cursor: pointer;

    border: 0;
    border-radius: 0;
    background: url(../images/icon.png) no-repeat;
    background-position: -220px 0;
    background-size: cover;
}
.header .top-center .c-search input
{
    line-height: 36px;

    width: 100%;
    height: 38px;
    padding: 0 40px 0 20px;

    border: none;
    outline: none;
    background: none;
}
.header .top-center .c-search ::-webkit-input-placeholder
{
    color: #c4c4c4;
}
@media (max-width: 1199px)
{
    .header .top-center .c-search
    {
        width: 240px;
        margin-right: 10px;
    }
    .header .top-center .c-search form
    {
        width: 240px;
    }
    .header .top-center .c-search .text
    {
        width: 180px;
    }
}
.header .search
{
    position: absolute;
    right: 60px;

    display: none;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .header .search
    {
        display: block;
    }
}
.header .search a
{
    display: block;

    width: 26px;
    height: 26px;
    margin: 0 auto;
    margin-top: 16px;

    background: url(../images/icon.png) no-repeat;
    background-position: -260px 0;
    background-size: cover;
}
@media(max-width:991px){
	.header .search a
	{
		 margin-top: 12px;
	}
}
.header .searchbox
{
    line-height: 48px;

    position: absolute;
    z-index: 99;
    top: 0;

    display: none;

    width: 100%;
    height: 75px;
    padding: 0 12px;

    vertical-align: middle;

    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .header .searchbox
    {
        height: 75px;
    }
}
.header .searchbox input:focus
{
    border-color: #dcdcdc;
    outline: none;
}
.header .searchbox .search-pc
{
    position: relative;

    overflow: hidden;

    height: 75px;
}
.header .searchbox .search-pc form
{
    float: left;

    width: 90%;
    margin-top: 10px;
}
@media (max-width: 480px)
{
    .header .searchbox .search-pc form
    {
        width: 82%;
    }
}
.header .searchbox .sclose
{
    line-height: 40px;

    float: right;

    width: 40px;
    margin-top: 17px;

    cursor: pointer;
    text-align: right;
}
.header .searchbox .sclose::after
{
    font-family: 'iconfont';
    font-size: 18px;

    content: '\e697';

    color: #ccc;
}
.header .searchbox input
{
    font-size: 15px;

    width: 90%;
    margin: 4px 0 0 0;

    color: #666;
    border: none;
    border-radius: 3px;
    background: #fff;
}
.header .searchbox ::-webkit-input-placeholder
{
    color: #ccc;
}
.header .searchbox a.sbtn
{
    position: absolute;
    top: 24px;
    right: 55px;

    display: inline-block;

    width: 26px;
    height: 26px;

    background: url(../images/icon.png) no-repeat;
    background-position: -260px 0;
    background-size: cover;
}
@media (max-width: 767px)
{
    .header .searchbox a.sbtn
    {
        right: 43px;
    }
}
.header .navwrap
{
    z-index: 99;
    top: 0;

    width: 100%;

    background-color: #4169e1;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
}
.header .nav
{
    position: relative;

    text-align: center;
}
@media (max-width: 991px)
{
    .header .nav
    {
        display: none;
    }
}
.header .nav ul
{
    padding: 0;
}
.header .nav li
{
    list-style: none;
}
.header .nav > .item
{
    line-height: 45px;

    display: inline-block;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .header .nav > .item
    {
        line-height: 70px;
    }
}
.header .nav > .item.more > a::after
{
    position: absolute;

    display: inline-block;

    width: 0;
    height: 0;
    margin-top: 20px;
    margin-left: 8px;

    content: '';

    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.header .nav > .item.active > a
{
    color: #9ab3ff;
}
.header .nav > .item:hover > a
{
    color: #9ab3ff;
    background-color: #4169e1;
}
.header .nav > .item:hover > a::after
{
    border-top: 4px solid #9ab3ff;
}
.header .nav > .item:hover.more a::after
{
    background-position: -35px 0;
}
.header .nav > .item:hover .bg
{
    opacity: 1;
}
.header .nav > .item > a
{
    font-family: 'arialboldmt';

    display: block;

    padding: 0 30px;
}
@media (max-width: 1320px)
{
    .header .nav > .item > a
    {
        padding: 0 18px;
    }
}
@media (max-width: 1199px)
{
    .header .nav > .item > a
    {
        padding: 0 10px;
    }
}
.header .nav .level-2
{
    position: absolute;
    z-index: 10;

    display: none;

    background-color: #fff;
}
.header .nav .level-2 a
{
    display: block;
    overflow: hidden;

    padding: 0 20px;

    white-space: nowrap;
    text-overflow: ellipsis;

    border-bottom: none;
}
.header .nav .level-2
{
    line-height: 26px;

    z-index: 99;
    top: 45px;

    min-width: 226px;

    text-align: left;

    background-color: #4169e1;
}
.header .nav .level-2 a
{
    font-size: 12px;

    display: block;

    padding: 0 30px;

    color: #fff;
}
.header .nav .level-2 > li
{
    position: relative;
}
.header .nav .level-2 > li:last-child
{
    margin-bottom: 18px;
}
.header .nav .level-2 > li:hover
{
    background-color: #fff;
}
.header .nav .level-2 > li:hover > a
{
    color: #4169e1;
}
.header .navigation
{
    line-height: 48px;

    position: absolute;
    z-index: 99;
    top: 75px;
    left: 0;

    display: none;
    overflow: visible;

    width: 100%;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .23);
}
.header .navigation li
{
    list-style: none;
}
.header .navigation .level-1 > li.more::after,
.header .navigation .level-2 > li::before,
.header .navigation .level-2 > li.more::after,
.header .navigation .level-3 > li::before
{
    position: absolute;
    top: 18px;
    right: 15px;

    width: 12px;
    height: 12px;

    content: '';

    background: url(../images/menu.png) no-repeat;
    background-size: cover;
}
.header .navigation .level-1
{
    padding: 0;

    color: #666;
}
.header .navigation .level-1 a
{
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;

    color: inherit;
}
.header .navigation .level-1 li
{
    position: relative;
}
.header .navigation .level-1 > li > a
{
    padding: 0 2em 0 1em;
}
.header .navigation .level-1 > li::after
{
    background-position: -36px 0;
}
.header .navigation .level-1 > li.active::after,
.header .navigation .level-1 > li:hover::after
{
    background-position: -96px 0;
}
.header .navigation .level-1 > li.more::after
{
    background-position: -12px 0;
}
.header .navigation .level-1 > li.more:hover::after
{
    background-position: -72px 0;
}
.header .navigation .level-1 > li.more.active::after
{
    background-position: -84px 0;
}
.header .navigation .level-1 > li.active > a,
.header .navigation .level-1 > li:hover > a
{
    background-color: rgba(0, 0, 0, .05);
}
.header .navigation .level-2
{
    display: none;

    padding: 0;
}
.header .navigation .level-2 a
{
    padding: 0 2em 0 3em;
}
.header .navigation .level-2 li:last-child
{
    border-bottom: none;
}
.header .navigation .level-2 > li::before
{
    right: auto;
    left: 1.5em;

    background-position: 0 0;
}
.header .navigation .level-2 > li::after
{
    background-position: -48px 0;
}
.header .navigation .level-2 > li.more.active::after
{
    background-position: -84px 0;
}
.header .navigation .level-2 > li.more::after
{
    background-position: -12px 0;
}
.header .navigation .level-3
{
    line-height: 40px;

    display: none;

    padding: 0;
}
.header .navigation .level-3 a
{
    font-size: .8em;

    padding-left: 4em;
}
.header .navigation .level-3 > li::before
{
    right: auto;
    left: 2em;

    background-position: 0 0;
}
.header .navigation .level-3 > li::after
{
    background-position: -48px 0;
}
.header .navigation .level-3 > li.more.active::after
{
    background-position: -84px 0;
}
.header .navigation .level-3 > li.more::after
{
    background-position: -12px 0;
}
.header .toggle
{
    position: absolute;
    top: 16px;
    right: 15px;

    display: none;

    width: 40px;
    height: 40px;

    cursor: pointer;

    border-radius: 50%;
}
@media (max-width: 991px)
{
    .header .toggle
    {
        display: block;
    }
}
.header .toggle .icon,
.header .toggle .icon::before,
.header .toggle .icon::after
{
    position: absolute;

    width: 26px;
    height: 2px;

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

    border-radius: 2px;
    background-color: #ccc;
}
.header .toggle .icon
{
    top: 10.75px;
    left: 9px;
}
.header .toggle .icon::before,
.header .toggle .icon::after
{
    left: 0;

    content: '';

    background: inherit;
}
.header .toggle .icon::before
{
    top: -7px;
}
.header .toggle .icon::after
{
    top: 7px;
}
.header.nav-open .toggle .icon
{
    width: 0;
}
.header.nav-open .toggle .icon::before
{
    -webkit-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
}
.header.nav-open .toggle .icon::after
{
    -webkit-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
}
.online
{
    position: fixed;
    z-index: 3;
    top: 40%;
    right: 0;

    width: 50px;
}
@media (max-width: 767px)
{
    .online
    {
        display: none;
    }
}
.online a
{
    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin-bottom: 2px;

    cursor: pointer;
    text-decoration: none;

    background: url(../images/online.png) no-repeat rgba(0, 0, 0, .7);
}
.online a:last-child
{
    border-bottom: none;
}
.online a.online-email
{
    background-position: 0 0;
}
.online a.online-email:hover
{
    background-color: #b4961a;
}
.online a.online-whatsapp
{
    background-position: 0 -50px;
}
.online a.online-whatsapp:hover
{
    background-color: #3dbb2a;
}
.online a.online-skype
{
    background-position: 0 -100px;
}
.online a.online-skype:hover
{
    background-color: #00affb;
}
.online a.online-facebook
{
    background-position: 0 -150px;
}
.online a.online-facebook:hover
{
    background-color: #3b589b;
}
.online a.online-wechat
{
    background-position: 0 -200px;
}
.online a.online-wechat:hover
{
    background-color: #33d055;
}
.online a.online-top
{
    background-position: 0 -250px;
}
.online a.online-top:hover
{
    background-color: #000;
}
.online a.online-wechat img
{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 60px;

    display: block;
    display: none;

    width: 130px;
    height: 130px;
    padding: 5px;
    background-color: #fff;

    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner img
{
    display: block;

    width: 100%;
}
@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 .owl-controls
{
    margin: 0;
}
.banner .owl-theme .owl-controls .owl-pagination
{
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;

    width: 100%;
    margin: auto;
}
@media (max-width: 1199px)
{
    .banner .owl-theme .owl-controls .owl-pagination
    {
        bottom: 14px;

        text-align: center;
    }
}
.banner .owl-theme .owl-controls .owl-pagination .owl-page span
{
    display: inline-block;

    width: 40px;
    height: 5px;
    margin: 0 10px;

    opacity: .5;
    border-radius: 0;
    background-color: #4169e1;
}
.banner .owl-theme .owl-controls .owl-pagination .owl-page.active span
{
    opacity: 1;
}
.banner .owl-theme .owl-controls .owl-buttons
{
    display: none;
}
.banner .text p
{
    font-size: 28px;
    font-weight: 200;

    position: absolute;
    top: 30%;

    margin-left: 6%;

    color: #fff;
}
.box
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 70px 0;
    }
}
.title h2
{
    font-family: 'arialboldmt';
    font-size: 30px;

    margin-top: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 480px)
{
    .title h2
    {
        font-size: 20px;
    }
}
.title h2::before
{
    margin-right: 16px;

    content: '—';
}
.title p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 14px 0 0 0;

    color: #999;
}
.box-product
{
    padding-bottom: 65px;
}
@media (max-width: 767px)
{
    .box-product
    {
        padding-bottom: 35px;
    }
}
.box-product .info
{
    margin-top: 25px;
}
.box-product .item
{
    overflow: hidden;

    margin: 15px 0;
}
@media (max-width: 767px)
{
    .box-product .item
    {
        margin: 8px 0;
    }
}
.box-product .item .pic
{
    position: relative;
    z-index: 1;

    border: 1px solid #ececec;
}
.box-product .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.box-product .item .pic .img-box img
{
    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;
}
.box-product .item .pic .mask
{
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

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

    background-color: rgba(65, 105, 225, 0);
}
.box-product .item .pic .mask .note
{
    position: absolute;
    top: 100%;

    display: block;
    overflow: hidden;

    /*height: 78%;*/
    padding: 32px 20px 0 20px;

    -webkit-transition: all .8s ease;
            transition: all .8s ease;
}
.box-product .item .pic .mask p
{
    font-size: 13px;
    line-height: 1.2;

    color: #fff;
}
.box-product .item .pic .mask p::before
{
    padding-right: 10px;

    content: '•';
}
.box-product .item h4
{
    font-family: 'arialboldmt';
    font-size: 14px;

    overflow: hidden;

    margin: 20px 0 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box-product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .item:hover .pic .mask
{
    background-color: rgba(65, 105, 225, .8);
}
.box-product .item:hover .pic .note
{
    top: 0;
}
.box-about
{
    position: relative;

    background: url(../images/aboutbg.jpg?v=aklsfjklf) no-repeat center;
    background-size: cover;
}
.box-about::after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 0;
    height: 0;
    margin: auto;

    content: '';

    border-right: 30px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 30px solid transparent;
}
.box-about .title h2,
.box-about .title p
{
    color: #fff;
}
.box-about .text
{
    margin-top: 14px;
}
.box-about .text p
{
    font-size: 15px;
    line-height: 1.6;

    color: #fff;
}
.box-num,
.num
{
    padding: 50px 0;
}
.box-num ul,
.num ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.box-num ul li,
.num ul li
{
    display: inline-block;

    width: 20%;
    margin: 20px 0;
    margin-right: -4px;
    padding: 10px;

    list-style: none;

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

    border-right: 1px solid #eaeaea;
}
.box-num ul li:last-child,
.num ul li:last-child
{
    border: none;
}
@media (max-width: 1199px)
{
    .box-num ul li:last-child,
    .num ul li:last-child
    {
        border-right: 1px solid #eaeaea;
    }
}

@media (max-width: 767px)
{
    .box-product .item .pic .mask
    {
        display: none;
    }
}


@media (max-width: 1199px)
{
    .box-num ul li,
    .num ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .box-num ul li,
    .num ul li
    {
        width: 50%;
    }
    .box-num ul li:nth-child(2n),
    .num ul li:nth-child(2n)
    {
        border: none;
    }
}
.box-num ul li h3,
.num ul li h3
{
    font-family: 'arialboldmt';
    font-size: 40px;

    color: #4169e1;
}
@media (max-width: 767px)
{
    .box-num ul li h3,
    .num ul li h3
    {
        font-size: 30px;
    }
}
.box-num ul li h3::after,
.num ul li h3::after
{
    content: '+';
}
.box-num ul li p,
.num ul li p
{
    font-family: 'arialboldmt';

    color: #666;
}
.box-item
{
    overflow: hidden;
}
.box-item .item
{
    padding: 0;
}
.box-item .pic
{
    position: relative;
    z-index: 1;
}
.box-item .pic .img-box
{
    padding-bottom: 126%;
}
.box-item .pic .img-box img
{
    -webkit-filter: blur(1px);
            filter: blur(1px);
}
.box-item .pic::before
{
    position: absolute;
    z-index: 2;
    top: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: url(../images/itembg.png) repeat;
}
.box-item .pic .mask
{
    position: absolute;
    z-index: 3;
    top: 0;

    width: 100%;
    height: 100%;
    padding: 25px;
}
@media (max-width: 480px)
{
    .box-item .pic .mask
    {
        padding: 15px;
    }
}



@media (max-width: 1750px)
{
    .box-item .pic .img-box
    {
        padding-bottom: 150%;
    }
}

@media (max-width: 1400px)
{
    .box-item .pic .img-box
    {
        padding-bottom: 160%;
    }
}

@media (max-width: 1240px)
{
    .box-item .pic .img-box
    {
        padding-bottom: 180%;
    }
}

@media (max-width: 1200px)
{
    .box-item .pic .img-box
    {
        padding-bottom: 190%;
    }
}


@media (max-width: 1150px)
{
    .box-item .pic .img-box
    {
        padding-bottom: 220%;
    }
}

@media (max-width: 1050px)
{
    .box-item .pic .img-box
    {
        padding-bottom: 250%;
    }
}

@media (max-width: 800px)
{
    .box-item .pic .img-box
    {
        padding-bottom: 180%;
    }
}

@media (max-width: 481px)
{
    .box-item .pic .img-box
    {
        padding-bottom: 126%;
    }
}





.box-item .pic .mask h3
{
    font-size: 18px;
    line-height: 1.11111111;

    overflow: hidden;

    margin-top: 40px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #fff;
}
.box-item .pic .mask h3::after
{
    display: block;

    width: 28px;
    height: 2px;
    margin-top: 20px;

    content: '';

    background-color: rgba(255, 255, 255, .3);
}
.box-item .pic .mask .note
{
    overflow: hidden;

    max-height: 64%;
    margin-top: 20%;
}
.box-item .owl-controls .owl-pagination{
    margin-top: 30px;
}
.box-item .owl-controls .owl-buttons{
    display: none!important;
}
@media (max-width: 1440px)
{
    .box-item .pic .mask .note
    {
        max-height: 50%;
    }
}
@media (max-width: 767px)
{
    .box-item .pic .mask .note
    {
        max-height: 47%;
    }
}
.box-item .pic .mask .note p
{
    font-size: 14px;
    line-height: 1.42857143;

    margin-bottom: 20px;

    color: #fff;
}
.box-item .pic .mask .note p::before
{
    padding-right: 10px;

    content: '•';
}
.box-item .pic:hover .mask
{
    background-color: rgba(65, 105, 225, .7);
}
.box-item .pic:hover .mask h3
{
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
.box-item .pic:hover .mask .note p
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.box-client .info
{
    margin-right: -21px;
    margin-left: -21px;
}
.box-client .item
{
    margin: 0 15px;
    margin-top: 30px;
    padding: 6px;
}
.box-client .item .note
{
    position: relative;
    z-index: 1;

    padding: 25px;

    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;

    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}
.box-client .item .note p
{
    font-family: 'arialboldmt';
    line-height: 1.71428571;

    margin: 0;
}
.box-client .item .note::after
{
    position: absolute;
    z-index: 9;
    bottom: -12px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-top: 15px solid #fff;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
}
.box-client .item .note::before
{
    position: absolute;
    bottom: -12px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-top: 12px solid #fff;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;

    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .1));
            filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .1));
}
.box-client .item .pic
{
    overflow: hidden;

    margin-top: 30px;
}
.box-client .item .pic img
{
    float: left;
    overflow: hidden;

    width: 78px;
    height: 78px;

    border: 4px solid #eaeaea;
    border-radius: 50%;
}
.box-client .item .pic h3
{
    font-family: 'arialboldmt';
    font-size: 14px;
    line-height: 30px;

    display: inline-block;
    float: left;

    margin: 0;
    margin-left: 16px;
    padding: 24px 0;
}
.box-client .item .pic h3 span
{
    font-family: 'ArialMT';

    color: #4169e1;
}
.box-client .item .pic h3 span::before
{
    display: inline-block;

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

    content: '';

    border-radius: 50%;
    background-color: #cfcfcf;
}
.box-client .item:hover .note
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-client .owl-controls
{
    overflow: hidden;

    margin: 0;
}
.box-client .owl-controls .owl-pagination
{
    width: 100%;
    max-width: 1290px;
    height: 50px;
    margin: 0 auto;
    margin-top: 50px;

    background-color: #f3f4f5;
}
@media (max-width: 1199px)
{
    .box-client .owl-controls .owl-pagination
    {
        bottom: 14px;

        text-align: center;
    }
}
@media (max-width: 767px)
{
    .box-client .owl-controls .owl-pagination
    {
        margin-top: 30px;
    }
}
.box-client .owl-controls .owl-pagination .owl-page span
{
    display: inline-block;

    width: 10px;
    height: 4px;
    margin: 0 6px;
    margin-top: 23px;

    opacity: 1;
    border-radius: 10px;
    background-color: #d2d8df;
}
.box-client .owl-controls .owl-pagination .owl-page.active span
{
    width: 25px;

    background-color: #4169e1;
}
.box-client .owl-controls .owl-buttons
{
    display: none;
}
.box-news
{
    background-color: #f3f7fb;
}
.box-news .info
{
    margin-top: 15px;
}
.box-news .item
{
    margin-top: 30px;
    padding: 15px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background-color: #fff;
    display: table;
    width: 100%;
    table-layout: fixed;
    box-shadow: 0 0 6px 0 #dee4ea;
}
.box-news .item .pic
{
    position: relative;

    display: table-cell;

    width: 30%;
}
.box-news .item .pic .img-box
{
    padding-bottom: 83.33333333%;
}
.box-news .item .pic span
{
    font-family: 'arialboldmt';
    font-size: 12px;
    line-height: 25px;

    position: absolute;
    right: 0;
    bottom: 0;

    display: inline-block;

    height: 25px;
    padding: 0 8px;

    color: #fff;
    background-color: #4169e1;
}
.box-news .item .note
{
    display: table-cell;

    width: 70%;
    padding: 0 10px 0 25px;

    vertical-align: middle;
}
.box-news .item .note h3
{
    font-family: 'arialboldmt';
    font-size: 16px;
    line-height: 1.375;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 0;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px)
{
    .box-news .item .note h3
    {
        height: 22px;

        -webkit-line-clamp: 1;
    }
}
.box-news .item .note p
{
    line-height: 1.57142857;

    display: -webkit-box;
    overflow: hidden;

    height: 66px;
    margin: 0;
    margin-top: 15px;

    color: #666;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px)
{
    .box-news .item .note p
    {
        height: 44px;
        margin-top: 10px;

        -webkit-line-clamp: 2;
    }
}
.box-news .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);

    background-color: #f3f7fb;
    box-shadow: none;
}
.box-news .item:hover .note h3
{
    color: #4169e1;
}
.box-news .more
{
    margin-top: 50px;
    padding: 6px;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-news .more
    {
        margin-top: 30px;
    }
}
.box-news .more a
{
    line-height: 45px;

    display: inline-block;

    height: 45px;
    padding: 0 50px;

    color: #4169e1;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 #dee4ea;
}
.box-news .more a::after
{
    font-family: 'iconfont';
    font-size: 16px;

    float: right;

    margin-left: 16px;

    content: '\e65e';
}
.box-news .more a:hover::after
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.box-message .m-title h2
{
    font-family: 'arialboldmt';
    font-size: 30px;

    margin: 0;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-message .m-title h2
    {
        font-size: 24px;
    }
}
.box-message form
{
    overflow: hidden;

    max-width: 620px;
    margin: 0 auto;
    margin-top: 44px;
}
.box-message form .text
{
    float: left;

    width: 66%;
}
@media (max-width: 767px)
{
    .box-message form .text
    {
        width: 60%;
    }
}
.box-message form .text input
{
    line-height: 50px;

    width: 100%;
    height: 48px;
    padding: 0 28px;

    color: #fff;
    border: none;
    border-radius: 50px;
    outline: none;
    background-color: #4169e1;
}
@media (max-width: 767px)
{
    .box-message form .text input
    {
        line-height: 40px;

        height: 40px;
    }
}
.box-message form .text input:focus ::-webkit-input-placeholder
{
    color: #000;
}
.box-message form .text ::-webkit-input-placeholder
{
    color: #fff;
}
.box-message form .text input:focus::-webkit-input-placeholder
{
    color: rgba(255, 255, 255, .7);
}
.box-message form .send
{
    float: left;

    width: 34%;
    padding-left: 16px;
}
.box-message form .send button
{
    font-family: 'arialboldmt';
    line-height: 50px;

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

    color: #4169e1;
    border: 1px solid #4169e1;
    border-radius: 50px;
    background: none;
}
@media (max-width: 767px)
{
    .box-message form .send button
    {
        font-size: 13px;
        line-height: 40px;

        height: 40px;
    }
}
.box-message form .send:hover button
{
    color: #fff;
    background-color: #4169e1;
}
.footer
{
    background-color: #27292f;
}
.footer h3
{
    font-size: 16px;

    margin-bottom: 20px;

    color: #fff;
}
.footer h3::before
{
    margin-right: 16px;

    content: '•';
}
.footer .foot
{
    line-height: 1.71428571;

    padding-top: 60px;
    padding-bottom: 45px;

    color: #6d6f74;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 50px 0 50px 0;
    }
}
@media (max-width: 991px)
{
    .footer .foot-contact
    {
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact
    {
        margin-top: 20px;
    }
}
.footer .foot-contact .text
{
    padding-left: 21px;
}
.footer .foot-contact a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot-contact p
{
    font-size: 13px;
    line-height: 2.14285714;

    margin: 0;

    color: #6d6f74;
}
.footer .foot-contact a
{
    display: inline-block;
}
.footer .foot-nav
{
    float: left;

    width: 50%;
    padding: 0 15px;
}
@media (max-width: 480px)
{
    .footer .foot-nav
    {
        width: 100%;
    }
    .footer .foot-nav:last-child
    {
        margin-top: 20px;
    }
}
.footer .foot-nav a
{
    font-size: 13px;
    line-height: 2.30769231;

    display: block;
    overflow: hidden;

    padding-left: 21px;

    -webkit-transition: all .4s;
            transition: all .4s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.footer .foot-nav a:hover
{
    padding-left: 30px;

    color: #fff;
}
.footer .foot-message
{
    padding: 0 30px;
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        margin-top: 20px;
    }
}
.footer .foot-message form
{
    max-width: 280px;
    margin-top: 30px;
    padding-left: 21px;
}
.footer .foot-message input::-webkit-input-placeholder,
.footer .foot-message textarea::-webkit-input-placeholder
{
    color: #6d6f74;
}
.footer .foot-message input:-moz-placeholder,
.footer .foot-message textarea:-moz-placeholder
{
    color: #6d6f74;
}
.footer .foot-message input::-moz-placeholder,
.footer .foot-message textarea::-moz-placeholder
{
    color: #6d6f74;
}
.footer .foot-message input:-ms-input-placeholder,
.footer .foot-message textarea:-ms-input-placeholder
{
    color: #6d6f74;
}
.footer .foot-message .send
{
    font-family: 'arialboldmt';
    font-size: 13px;

    padding: 0;

    color: #fff;
    border: none;
    outline: none;
    background: none;
}
.footer .foot-message .send::before
{
    font-family: 'iconfont';
    font-size: 18px;
    font-weight: bold;

    display: inline-block;

    margin-right: 10px;

    content: '\e696';
}
.footer .foot-message .send:hover::before
{
    -webkit-animation: fadeInLeft .6s 0s ease both;
            animation: fadeInLeft .6s 0s ease both;
}
.footer .foot-message input
{
    height: 32px;
}
.footer .foot-message input,
.footer .foot-message textarea
{
    font-size: 13px;
    line-height: 1.42857143;

    width: 100%;
    margin-bottom: 12px;
    padding: 6px 15px;

    resize: vertical;

    color: #bbb;
    border: 1px solid #404146;
    outline: none;
    background: none;
}
.footer .foot-message input:focus,
.footer .foot-message textarea:focus
{
    border-color: #666;
}
.footer .copyright
{
    overflow: hidden;

    text-align: center;

    background-color: #fff;
}
.footer .copyright .links
{
    overflow: hidden;

    padding: 14px 0;

    border-bottom: 1px solid #e1e1e1;
}
.footer .copyright .links span
{
    font-family: 'arialboldmt';
    line-height: 60px;

    color: #333;
}
.footer .copyright .links ul
{
    display: inline-block;

    margin: 0;
    padding: 0;
}
.footer .copyright .links ul li
{
    display: inline-block;

    max-width: 110px;

    list-style: none;
}
.footer .copyright .links ul li img
{
    max-width: 100%;
}
.footer .copyright p
{
    margin: 18px 0;

    list-style: 30px;

    color: #a8a9ab;
}
.footer .copyright p a
{
    margin-left: 20px;
}
.footer .copyright p a:hover
{
    color: #4169e1;
}
.wrap
{
    padding: 80px 0;
}
@media (max-width: 767px)
{
    .wrap
    {
        padding: 70px 0;
    }
}
.title-in
{
    position: relative;

    overflow: hidden;
}
.title-in h2
{
    font-family: 'arialboldmt';
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in p
{
    line-height: 1.85714286;

    margin: 25px 0 0 0;

    color: #666;
}
.title-in .return
{
    font-family: Arial;
    font-size: 15px;
    font-weight: 900;

    position: absolute;
    top: 2px;
    right: 15px;

    color: #ccc;
}
.title-in .return::before
{
    font-family: 'iconfont';

    content: '\e61b';
}
.title-in .return:hover
{
    color: #4169e1;
}
.wrap-about
{
    padding-bottom: 0;
}
.wrap-about .text
{
    margin-top: 25px;
}
.wrap-about .text img
{
    float: right;

    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-about .text img
    {
        width: 100%;
        margin-left: 0;
    }
}
.wrap-about .text p
{
    line-height: 1.85714286;

    margin: 0;

    color: #666;
}
.wrap-about .text p span
{
    color: #4169e1;
}
.wrap-about .info .pic
{
    margin-top: 50px;
    padding: 9px;

    border: 1px solid #dbdbdb;
}
@media (max-width: 767px)
{
    .wrap-about .info .pic
    {
        margin-top: 30px;
    }
}
.wrap-about .info .pic .img-box
{
    padding-bottom: 65.11627907%;
}
.wrap-about .num
{
    margin-top: 50px;
    padding: 35px 0;

    background-color: #4169e1;
}
.wrap-about .num ul li
{
    border: none;
}
.wrap-about .num ul li h3,
.wrap-about .num ul li p
{
    color: #fff;
}
.wrap-about .culture
{
    padding: 70px 0;
}
.wrap-about .culture .item
{
    margin: 15px 0;
    padding: 40px;

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

    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .11);
}
.wrap-about .culture .item h3
{
    font-family: 'arialboldmt';
    font-size: 24px;

    margin: 30px 0;
}
.wrap-about .culture .item h3::after
{
    display: block;

    width: 28px;
    height: 2px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background-color: #dadada;
}
.wrap-about .culture .item p
{
    line-height: 1.57142857;

    color: #666;
}
.wrap-about .culture .item p::before
{
    margin-right: 10px;

    content: '•';
}
.wrap-about .culture .item::before
{
    display: block;

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

    content: '';

    border: 35px solid #ea7373;
    border-radius: 50%;
    background: url(../images/icon.png) no-repeat #ea7373;
    background-position: -720px 0;
    background-size: cover;
}
.wrap-about .culture .item-2::before
{
    border-color: #67d267;
    background-color: #67d267;
    background-position: -780px 0;
}
.wrap-about .culture .item-3::before
{
    border-color: #eaea73;
    background-color: #eaea73;
    background-position: -840px 0;
}
.wrap-about .culture .item:hover
{
    -webkit-transform: translateY(-14px);
        -ms-transform: translateY(-14px);
            transform: translateY(-14px);

    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
}
.wrap-about .culture .item:hover::before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-about .market
{
    padding: 80px 0;

    background-color: #f8f8f8;
}
@media (max-width: 767px)
{
    .wrap-about .market
    {
        padding: 70px 0;
    }
}
.wrap-about .market .info
{
    margin-top: 70px;
}
@media (max-width: 767px)
{
    .wrap-about .market .info
    {
        margin-top: 40px;
    }
}
.wrap-about .market .info img
{
    max-width: 100%;
}
.wrap-brand
{
    padding-bottom: 0;
}
.wrap-brand .video
{
    position: relative;

    overflow: hidden;

    height: 450px;
    margin-top: 40px;

    background-color: #000;
}
.wrap-brand .video img
{
    height: 100%;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.wrap-brand .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;

    width: 100%;
    height: 100%;
}
.wrap-brand .video .iframe
{
    display: none;

    width: 100%;
}
.wrap-brand .video .play
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    display: block;

    margin: auto;
    padding: 0 20px;

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

    color: #fff;
}
.wrap-brand .video .play::before
{
    display: block;

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

    content: '';

    background: url(../images/play.png) no-repeat;
    background-size: cover;
}
.wrap-brand .video .play h3
{
    font-family: Arial;
    font-size: 30px;
    font-weight: 900;
}
@media (max-width: 991px)
{
    .wrap-brand .video .play h3
    {
        font-size: 24px;
    }
}
.wrap-brand .video .play p
{
    font-family: 'HelveticaBold';
    font-size: 16px;
}
.wrap-brand .video:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-brand .exhibition
{
    margin-top: 80px;
    padding: 80px 0;

    background-color: #f3f7fb;
}
@media (max-width: 767px)
{
    .wrap-brand .exhibition
    {
        margin-top: 50px;
        padding: 70px 0;
    }
}
.wrap-brand .exhibition .list
{
    margin: 0 15px;
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-brand .exhibition .list
    {
        margin: 0 8px;
        margin-top: 30px;
    }
}
.wrap-brand .exhibition .list .pic
{
    overflow: hidden;

    box-shadow: 0 0 6px 0 #dee4ea;
}
.wrap-brand .exhibition .list .pic .img-box
{
    padding-bottom: 123.33333333%;

    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;
}
.wrap-brand .exhibition .list p
{
    font-family: 'arialboldmt';

    overflow: hidden;

    margin: 20px 0 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wrap-brand .exhibition .list:hover .pic .img-box
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-brand .exhibition .owl-controls
{
    overflow: hidden;

    margin: 0;
}
.wrap-brand .exhibition .owl-controls .owl-pagination
{
    width: 100%;
    max-width: 1290px;
    height: 50px;
    margin-top: 50px;

    background-color: #4169e1;
}
@media (max-width: 1199px)
{
    .wrap-brand .exhibition .owl-controls .owl-pagination
    {
        bottom: 14px;

        text-align: center;
    }
}
.wrap-brand .exhibition .owl-controls .owl-pagination .owl-page span
{
    display: inline-block;

    width: 10px;
    height: 4px;
    margin: 0 6px;
    margin-top: 23px;

    opacity: 1;
    border-radius: 10px;
    background-color: #fff;
}
.wrap-brand .exhibition .owl-controls .owl-pagination .owl-page.active span
{
    width: 25px;

    background-color: #7092f8;
}
.wrap-brand .exhibition .owl-controls .owl-buttons
{
    display: none;
}
.wrap-brand .service
{
    padding: 80px 0 70px;
}
@media (max-width: 991px)
{
    .wrap-brand .service
    {
        padding: 70px 0;
    }
}
.wrap-brand .service .info
{
    overflow: hidden;

    margin-top: 70px;
}
@media (max-width: 767px)
{
    .wrap-brand .service .info
    {
        margin-top: 50px;
    }
}
.wrap-brand .service .info .pic
{
    float: left;
    overflow: hidden;

    width: 56%;
}
@media (max-width: 991px)
{
    .wrap-brand .service .info .pic
    {
        width: 100%;
    }
}
.wrap-brand .service .info .pic img
{
    height: 100%;
}
@media (max-width: 991px)
{
    .wrap-brand .service .info .pic img
    {
        width: 100%;
        height: auto;
    }
}
.wrap-brand .service .info .text
{
    float: left;

    width: 44%;
    margin-bottom: -999px;
    padding-top: 3%;
    padding-bottom: 999px;

    background-color: #4169e1;
}
@media (max-width: 991px)
{
    .wrap-brand .service .info .text
    {
        width: 100%;
        margin: 0;
        padding: 30px;
    }
}
.wrap-brand .service .info .text .note
{
    position: relative;
    left: -80px;

    overflow: hidden;

    width: 70%;
    padding: 50px 40px;

    background-color: #fff;
}
@media (max-width: 1440px)
{
    .wrap-brand .service .info .text .note
    {
        width: 90%;
    }
}
@media (max-width: 991px)
{
    .wrap-brand .service .info .text .note
    {
        left: 0;

        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-brand .service .info .text .note p
{
    margin-bottom: 20px;

    list-style: 1.42857143;
}
.wrap-brand .service .info .text .note p::before
{
    margin-right: 10px;

    content: '•';
}
.wrap-brand .service .s-title
{
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 70px;
    padding: 0 15px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-brand .service .s-title
    {
        margin-top: 50px;
    }
}
.wrap-brand .service .s-title h3
{
    font-family: 'arialboldmt';
    font-size: 24px;
    line-height: 1.5;

    color: #4169e1;
}
@media (max-width: 767px)
{
    .wrap-brand .service .s-title h3
    {
        font-size: 20px;
    }
}
.wrap-quality .quality .text
{
    margin-top: 25px;
}
.wrap-quality .quality .text p
{
    line-height: 1.85714286;

    margin: 0;

    color: #666;
}
.wrap-quality .honor
{
    margin-top: 60px;
    padding: 60px 0;

    background-color: #f6f6f6;
}
@media (max-width: 767px)
{
    .wrap-quality .honor
    {
        padding: 50px 0;
    }
}
.wrap-quality .honor .list
{
    margin: 20px 0;
}
.wrap-quality .honor .list .pic
{
    overflow: hidden;

    box-shadow: 0 0 6px 0 #dee4ea;
}
.wrap-quality .honor .list .pic .img-box
{
    padding-bottom: 123.33333333%;

    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;
}
.wrap-quality .honor .list p
{
    font-family: 'arialboldmt';

    overflow: hidden;

    margin: 20px 0 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wrap-quality .honor .list:hover .pic .img-box
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-quality .control
{
    padding-top: 80px;
}
@media (max-width: 767px)
{
    .wrap-quality .control
    {
        padding-top: 70px;
    }
}
.wrap-quality .control .item
{
    margin-top: 50px;
    margin-bottom: 6px;
}
.wrap-quality .control .item .c-title h3
{
    font-family: 'arialboldmt';
    font-size: 20px;

    margin: 0;

    color: #4169e1;
}
.wrap-quality .control .item .c-title h3::before
{
    margin-right: 10px;

    content: '•';
}
.wrap-quality .control .item .note
{
    overflow: hidden;

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

    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .11);
}
@media (max-width: 991px)
{
    .wrap-quality .control .item .note
    {
        padding: 15px 8px;
    }
}
.wrap-quality .control .item .note .list
{
    padding: 0 8px;
}
@media (max-width: 991px)
{
    .wrap-quality .control .item .note .list
    {
        margin: 8px 0;
    }
}
.wrap-quality .control .item .note p
{
    line-height: 1.71428571;

    padding-right: 20px;

    color: #666;
}
.wrap-quality .control .item .note .img-box
{
    padding-bottom: 66.66666667%;
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 80px;

    text-align: center;
}
.page a
{
    font-size: 16px;
    line-height: 45px;

    display: inline-block;
    overflow: hidden;

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

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

    border-radius: 50%;
    background-color: #f6f6f6;
}
@media (max-width: 767px)
{
    .page a
    {
        font-size: 14px;
    }
}
.page a.omit
{
    font-family: Arial;
    font-weight: bold;

    background-color: #fff;
}
.page a.omit:hover
{
    color: #7c7c7c;
    background-color: #fff;
}
.page a:first-child,
.page a:last-child
{
    line-height: 46px;

    width: auto;
    padding: 0 45px;

    border: none;
    border-radius: 20px;
}
@media (max-width: 767px)
{
    .page a:first-child,
    .page a:last-child
    {
        padding: 0 20px;
    }
}
.page a:first-child
{
    margin-right: 20px;
}
.page a:last-child
{
    margin-left: 20px;
}
.page a.active,
.page a:hover
{
    color: #fff;
    border-color: #4169e1;
    background-color: #4169e1;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
    .page a:first-child,
    .page a:last-child
    {
        margin: 0 2px;
    }
}
.wrap-product .item
{
    margin-top: 50px;
}
.wrap-product .item .img-box
{
    padding-bottom: 66.66666667%;

    border: 1px solid #ececec;
}
.wrap-product .item .img-box img
{
    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;
}
.wrap-product .item p
{
    font-family: 'arialboldmt';

    overflow: hidden;

    margin: 25px 0 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wrap-product .item:hover .img-box
{
    border-color: #4169e1;
}
.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 p
{
    color: #4169e1;
}
.wrap-product-show
{
    padding: 0;
}
.wrap-product-show .location
{
    padding: 20px 0;

    border-bottom: 1px dotted #c5c5c5;
}
.wrap-product-show .location a
{
    line-height: 30px;

    display: inline-block;

    color: #666;
}
.wrap-product-show .location a::after
{
    margin: 0 8px;

    content: '/';
}
.wrap-product-show .location a:last-child::after
{
    display: none;
}
.wrap-product-show .location a:hover
{
    color: #4169e1;
}
.wrap-product-show .pro-show
{
    margin-top: 30px;
}
.wrap-product-show .pro-show .text
{
    padding-left: 10px;
}
.wrap-product-show .pro-show .p-title
{
    padding: 0px 0 20px 0;

    border-bottom: 1px dotted #c5c5c5;
}
.wrap-product-show .pro-show .p-title h3
{
    font-family: 'arialboldmt';
    font-size: 24px;

    margin: 0;
}
.wrap-product-show .pro-show .note
{
    margin-top: 20px;
}
.wrap-product-show .pro-show .note p
{
    line-height: 1.85714286;

    margin: 0;

    color: #666;
}
.wrap-product-show .pro-show .link
{
    /* margin-top: 40px; */
}
.wrap-product-show .pro-show .link a
{
    line-height: 44px;

    display: inline-block;

    height: 44px;
    margin-top: 14px;
    margin-right: 20px;
    padding: 0 52px;

    text-align: center;

    color: #fff;
    border: 1px solid #4169e1;
    background-color: #4169e1;
}
.wrap-product-show .pro-show .link a::before
{
    font-family: 'iconfont';
    font-size: 22px;

    display: block;
    float: left;

    margin-right: 10px;

    content: '\e61a';
}
.wrap-product-show .pro-show .link a.similar
{
    padding: 0 40px;

    color: #4169e1;
    background-color: #fff;
}
.wrap-product-show .pro-show .link a.similar::before
{
    margin-top: -1px;

    content: '\e694';
}
.wrap-product-show .pro-show .link a:hover::before
{
    -webkit-animation: fadeInLeft .6s 0s ease both;
            animation: fadeInLeft .6s 0s ease both;
}
.wrap-product-show .album
{
    position: relative;

    width: 100%;
}
.wrap-product-show .album .img-box
{
    padding-bottom: 75%;
}
.wrap-product-show .album .img-box img
{
    width: 100%;
}
.wrap-product-show .album .sync
{
    margin: 0 -3px;
}
.wrap-product-show .album .sync1
{
    width: 100%;

    border: 1px solid #ececec;
}
.wrap-product-show .album .sync1 .item
{
    width: 100%;

    text-align: center;

    background: #fff;
}
.wrap-product-show .album .owl-theme
{
    padding: 10px 0;
}
.wrap-product-show .album .sync2
{
    width: 100%;
    padding-top: 15px;
}
.wrap-product-show .album .sync2 .synced .item
{
    border-color: #4169e1;
}
.wrap-product-show .album .sync2 .item
{
    margin: 0 3px;

    cursor: pointer;

    border: 1px solid #ececec;
}
.wrap-product-show .album .owl-theme .owl-controls .owl-buttons
{
    display: none;
}
.wrap-product-show .parameter
{
    margin-top: 60px;
}
.wrap-product-show .parameter .category
{
    overflow: hidden;

    width: 100%;

    background-color: #4169e1;
}
.wrap-product-show .parameter .category ul
{
    margin: 0;
    padding: 0;
}
.wrap-product-show .parameter .category ul li
{
    position: relative;

    display: inline-block;

    padding: 8px 20px 0 20px;

    list-style: none;
}
.wrap-product-show .parameter .category ul li:first-child.active
{
    border-left: none;
}
.wrap-product-show .parameter .category ul li::after
{
    position: absolute;
    top: 20px;
    right: 0;

    content: '|';

    color: rgba(255, 255, 255, .3);
}
.wrap-product-show .parameter .category ul li:last-child::after
{
    display: none;
}
.wrap-product-show .parameter .category ul li a
{
    font-family: 'arialboldmt';
    font-size: 16px;
    line-height: 48px;

    display: block;

    height: 48px;
    padding: 0 15px;

    color: #fff;
}
.wrap-product-show .parameter .category ul li.active a
{
    color: #4169e1;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
}
.wrap-product-show .parameter .note
{
    display: none;
    overflow: hidden;

    padding: 40px 30px;

    border: 1px solid #ededed;
    border-top: none;
}
@media (max-width: 640px)
{
    .wrap-product-show .parameter .note
    {
        padding: 26px 15px;
    }
}
.wrap-product-show .parameter .note p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter .note img
{
    max-width: 100%;
	height: auto!important;
}
.wrap-product-show .parameter .inquiry
{
    max-width: 740px;
}
.wrap-product-show .parameter .inquiry .read
{
    font-family: 'HankenBook';
}
.wrap-product-show .parameter .inquiry .read ::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .parameter .inquiry input,
.wrap-product-show .parameter .inquiry textarea
{
    font-size: 15px;

    width: 100%;
    margin-top: 20px;
    padding: 0 16px;

    border: 1px solid #e0e0e0;
    outline: none;
    background-color: #fff;
}
.wrap-product-show .parameter .inquiry input:focus,
.wrap-product-show .parameter .inquiry textarea:focus
{
    border-color: #ccc;
}
.wrap-product-show .parameter .inquiry input
{
    line-height: 45px;

    height: 45px;
}
.wrap-product-show .parameter .inquiry textarea
{
    line-height: 30px;

    padding: 10px 16px;

    resize: vertical;
}
.wrap-product-show .parameter .inquiry ::-webkit-input-placeholder
{
    color: #b0b0b0;
}
.wrap-product-show .parameter .inquiry a.send
{
    font-size: 15px;
    line-height: 46px;

    display: inline-block;

    height: 46px;
    margin: 24px 0;

    color: #fff;
    background-color: #4169e1;
}
.wrap-product-show .parameter .inquiry a.send button
{
    padding: 0 66px;
}
.wrap-product-show .relate
{
    margin-top: 80px;
    padding: 80px 0;

    background-color: #f7f7f7;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate
    {
        margin-top: 70px;
        padding: 70px 0;
    }
}
.wrap-product-show .relate .item
{
    overflow: hidden;

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

    border: 1px solid #ececec;
    background-color: #fff;
}
.wrap-product-show .relate .item .pic
{
    float: left;

    width: 46%;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate .item .pic
    {
        width: 100%;
    }
}
.wrap-product-show .relate .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-product-show .relate .item .pic .img-box img
{
    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;
}
.wrap-product-show .relate .item .note
{
    float: left;

    width: 50%;
    margin-left: 20px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate .item .note
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-product-show .relate .item .note h3
{
    font-family: 'arialboldmt';
    font-size: 16px;
    line-height: 1.5;

    margin-top: 0;
}
.wrap-product-show .relate .item .note p
{
    line-height: 1.71428571;

    color: #666;
}
.wrap-product-show .relate .item .note a.more
{
    line-height: 40px;

    display: inline-block;

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

    color: #fff;
    background-color: #4169e1;
}
.wrap-product-show .relate .item .note a.more span
{
    display: inline-block;
}
.wrap-product-show .relate .item .note a.more:hover span
{
    -webkit-animation: fadeInUp .6s 0s ease both;
            animation: fadeInUp .6s 0s ease both;
}
.wrap-product-show .relate .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .relate .item:hover .note h3
{
    color: #4169e1;
}
.black-form
{
    position: fixed;
    z-index: 99;
    top: 0;

    display: none;
            flex-direction: row;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .6);

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.black-form .bclose
{
    display: block;
    float: right;
}
.black-form .bclose::after
{
    font-family: 'iconfont';
    font-size: 30px;

    display: block;

    content: '\e697';

    color: #a1a1a1;
}
.black-form .bclose:hover::after
{
    color: #4169e1;
}
.black-form .custmized-box
{
    position: relative;

    overflow-y: auto;

    width: 100%;
    max-width: 800px;
    max-height: 690px;
    margin: 0 auto;
    padding: 25px;

    background: #fff;
}
.black-form .custmized-box .inquire-title h2
{
    font-family: 'arialboldmt';
    font-size: 30px;

    margin-bottom: 30px;
}
.black-form .custmized-box .inquire-title h2::after
{
    display: block;

    width: 36px;
    height: 1px;
    margin-top: 18px;

    content: '';

    background-color: #d8d8d8;
}
@media (max-width: 767px)
{
    .black-form .custmized-box .inquire-title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 480px)
{
    .black-form .custmized-box .inquire-title h2
    {
        font-size: 18px;
    }
}
.black-form .custmized-box .inquire-title p
{
    line-height: 1.71428571;

    color: #666;
}
.black-form .fill-table
{
    overflow: hidden;

    width: 100%;
    height: auto;
    padding: 30px 50px;
}
@media (max-width: 767px)
{
    .black-form .fill-table
    {
        padding: 30px 25px;
    }
}
@media (max-width: 375px)
{
    .black-form .fill-table
    {
        padding: 10px 25px;
    }
}
.black-form .fill-table input,
.black-form .fill-table textarea
{
    line-height: 30px;

    width: 100%;
    margin-top: 20px;
    padding: 8px 18px;

    resize: vertical;

    color: #666;
    border: 1px solid #dcdcdc;
    outline: none;
}
@media (max-width: 375px)
{
    .black-form .fill-table input,
    .black-form .fill-table textarea
    {
        margin-top: 12px;
    }
}
.black-form .fill-table input:focus,
.black-form .fill-table textarea:focus
{
    opacity: .8;
    border-color: #bbb;
}
.black-form .fill-table ::-webkit-input-placeholder
{
    color: #666;
}
.black-form .fill-table .read input:focus
{
    opacity: 1;
    border-color: #dcdcdc;
}
.black-form .fill-table .read ::-webkit-input-placeholder
{
    font-family: 'arialboldmt';

    color: #333;
}
.black-form .fill-table .send
{
    line-height: 52px;

    display: inline-block;

    height: 52px;
    margin: 24px 0;
    padding: 0 60px;

    color: #fff;
    border: none;
    background-color: #4169e1;
}
.black-form .fill-table .send:hover
{
    color: rgba(255, 255, 255, .7);
}
.wrap-news .item
{
    margin-top: 50px;
    padding: 15px;

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

    box-shadow: 0 0 6px 0 #dee4ea;
}
@media (max-width: 767px)
{
    .wrap-news .item
    {
        margin-top: 30px;
    }
}
.wrap-news .item .pic
{
    position: relative;

    overflow: hidden;

    min-height: 50px;
}
.wrap-news .item .pic img
{
    width: 100%;

    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;
}
.wrap-news .item .pic .date
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    height: 50px;
}
.wrap-news .item .pic .date span
{
    font-size: 12px;
    line-height: 28px;

    position: absolute;
    bottom: 0;

    display: block;

    height: 28px;
    padding: 0 20px;

    color: #fff;
    background-color: #4169e1;
}
.wrap-news .item .note
{
    padding: 15px;
}
.wrap-news .item .note h3
{
    font-family: 'arialboldmt';
    font-size: 16px;
    line-height: 1.375;

    margin: 15px 0 0 0;
}
.wrap-news .item .note p
{
    line-height: 1.57142857;

    margin: 20px 0 0 0;

    color: #666;
}
.wrap-news .item:hover
{
    -webkit-transform: translateY(-16px);
        -ms-transform: translateY(-16px);
            transform: translateY(-16px);

    box-shadow: 0 0 6px 0 rgba(255, 255, 255, .1);
}
.wrap-news .item:hover .note h3
{
    color: #4169e1;
}
.wrap-news-show .news-title
{
    padding-bottom: 30px;

    border-bottom: 1px dotted #e2e2e2;
}
.wrap-news-show .news-title h3
{
    font-family: 'arialboldmt';
    font-size: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-title h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .news-title h3
    {
        font-size: 20px;
    }
}
.wrap-news-show .news-title span
{
    font-size: 12px;
    line-height: 28px;

    display: inline-block;

    height: 28px;
    margin-top: 20px;
    padding: 0 20px;

    color: #fff;
    background-color: #4169e1;
}
.wrap-news-show .news-title p
{
    font-family: 'arialboldmt';
    font-size: 12px;

    display: inline-block;

    margin-left: 20px;

    color: #4169e1;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-title p
    {
        margin-left: 10px;
    }
}
.wrap-news-show .text
{
    margin-top: 40px;
}
.wrap-news-show .text p
{
    line-height: 1.85714286;

    margin: 0;

    color: #666;
}
.wrap-news-show .text img
{
    max-width: 100%;
}
.wrap-news-show .relate
{
    font-family: 'seravek-medium';

    overflow: hidden;

    margin-top: 80px;
    margin-bottom: 6px;
    padding: 50px 0;

    box-shadow: 0 0 6px 0 #dee4ea;
}
@media (max-width: 767px)
{
    .wrap-news-show .relate
    {
        margin-top: 50px;
        padding: 20px 0;
    }
}
.wrap-news-show .relate a
{
    font-family: 'arialboldmt';
    line-height: 1.57142857;

    display: block;
    float: left;

    width: 50%;
    padding: 0 30px;
}
@media (max-width: 767px)
{
    .wrap-news-show .relate a
    {
        padding: 0 15px;
    }
}
.wrap-news-show .relate a span
{
    color: #4169e1;
}
.wrap-news-show .relate a.next::before
{
    font-family: 'iconfont';
    font-weight: bold;

    position: relative;

    display: inline-block;

    margin-right: 10px;

    content: '\e6f8';

    color: #4169e1;
}
.wrap-news-show .relate a.next:hover::before
{
    -webkit-animation: fadeInLeft .6s 0s ease both;
            animation: fadeInLeft .6s 0s ease both;
}
.wrap-news-show .relate a.prev::before
{
    font-family: 'iconfont';
    font-weight: bold;

    float: left;

    margin-right: 10px;

    content: '\e6f9';

    color: #4169e1;
}
.wrap-news-show .relate a.prev:hover::before
{
    -webkit-animation: fadeInLeft .6s 0s ease both;
            animation: fadeInLeft .6s 0s ease both;
}
@media (max-width: 767px)
{
    .wrap-news-show .relate a
    {
        width: 100%;
    }
    .wrap-news-show .relate a.next
    {
        margin-top: 20px;

        text-align: left;
    }
    .wrap-news-show .relate a.next::before
    {
        float: left;
    }
}
.wrap-news-show .relate a:hover
{
    color: #4169e1;
}
.wrap-contact .title-in p
{
    font-size: 16px;
}
.wrap-contact .c-title h3
{
    font-family: 'arialboldmt';
    font-size: 18px;

    color: #4169e1;
}
.wrap-contact .text
{
    margin-top: 60px;
}
.wrap-contact .text .note
{
    margin-top: 34px;
}
.wrap-contact .text .note p
{
    line-height: 46px;

    overflow: hidden;

    margin: 20px 0 0 0;

    color: #666;

}
.wrap-contact .text .note p::before
{
    font-family: 'iconfont';
    font-size: 18px;
    line-height: 44px;

    display: inline-block;
    float: left;

    width: 44px;
    height: 44px;
    margin-right: 12px;

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

    color: #4169e1;
    border: 1px solid #dedede;
    border-radius: 50%;
}
.wrap-contact .text .note p.person::before
{
    content: '\e605';
}
.wrap-contact .text .note p.tel::before
{
    font-size: 16px;

    content: '\e60d';
}
.wrap-contact .text .note p.mobile::before
{
    content: '\e760';
}
.wrap-contact .text .note p.fax::before
{
    font-size: 16px;

    content: '\e65b';
}
.wrap-contact .text .note p.email::before
{
    font-size: 22px;

    content: '\e6b8';
}
.wrap-contact .text .note p.skype::before
{
    content: '\e682';
}
.wrap-contact .text .note a:hover
{
    text-decoration: underline;

    color: #4169e1;
}
.wrap-contact .message
{
    margin-top: 60px;
}
.wrap-contact .message form
{
    margin-top: 34px;
}
.wrap-contact .message form p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-contact .message form .info
{
    margin-top: 35px;
}
.wrap-contact .message form input,
.wrap-contact .message form textarea
{
    line-height: 2.14285714;

    width: 100%;
    margin: 10px 0;
    padding: 10px 20px;

    color: #666;
    border: 1px solid #ebebeb;
    outline: none;
}
.wrap-contact .message form input:focus,
.wrap-contact .message form textarea:focus
{
    opacity: .6;
    border: 1px solid #ccc;
}
.wrap-contact .message form .send
{
    font-family: 'arialboldmt';
    font-size: 14px;
    line-height: 50px;

    height: 50px;
    margin: 0;
    margin-top: 15px;
    padding: 0;
    padding-right: 60px;
    padding-left: 60px;

    color: #fff;
    border-radius: 0;
    background-color: #4169e1;
}
.wrap-contact .message form .send:hover
{
    color: rgba(255, 255, 255, .8);
}
.wrap-contact .map
{
    overflow: hidden;

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

    border: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .wrap-contact .map
    {
        margin-top: 50px;
    }
}
.wrap-contact .map img
{
    height: 100%;
}








.black-form2
{
    position: fixed;
    z-index: 99;
    top: 0;

    display: none;
            flex-direction: row;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .6);

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.black-form2 .bclose2
{
    display: block;
    float: right;
}
.black-form2 .bclose2::after
{
    font-family: 'iconfont';
    font-size: 30px;

    display: block;

    content: '\e697';

    color: #a1a1a1;
}
.black-form2 .bclose2:hover::after
{
    color: #4169e1;
}
.black-form2 .custmized-box
{
    position: relative;

    overflow-y: auto;

    width: 100%;
    max-width: 800px;
    max-height: 690px;
    margin: 0 auto;
    padding: 25px;

    background: #fff;
}
.black-form2 .custmized-box .inquire-title h2
{
    font-family: 'arialboldmt';
    font-size: 30px;

    margin-bottom: 30px;
}
.black-form2 .custmized-box .inquire-title h2::after
{
    display: block;

    width: 36px;
    height: 1px;
    margin-top: 18px;

    content: '';

    background-color: #d8d8d8;
}
@media (max-width: 767px)
{
    .black-form2 .custmized-box .inquire-title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 480px)
{
    .black-form2 .custmized-box .inquire-title h2
    {
        font-size: 18px;
    }
}
.black-form2 .custmized-box .inquire-title p
{
    line-height: 1.71428571;

    color: #666;
}
.black-form2 .fill-table
{
    overflow: hidden;

    width: 100%;
    height: auto;
    padding: 30px 50px;
}
@media (max-width: 767px)
{
    .black-form2 .fill-table
    {
        padding: 30px 25px;
    }
}
@media (max-width: 375px)
{
    .black-form2 .fill-table
    {
        padding: 10px 25px;
    }
}
.black-form2 .fill-table input,
.black-form2 .fill-table textarea
{
    line-height: 30px;

    width: 100%;
    margin-top: 20px;
    padding: 8px 18px;

    resize: vertical;

    color: #666;
    border: 1px solid #dcdcdc;
    outline: none;
}
@media (max-width: 375px)
{
    .black-form2 .fill-table input,
    .black-form2 .fill-table textarea
    {
        margin-top: 12px;
    }
}
.black-form2 .fill-table input:focus,
.black-form2 .fill-table textarea:focus
{
    opacity: .8;
    border-color: #bbb;
}
.black-form2 .fill-table ::-webkit-input-placeholder
{
    color: #666;
}
.black-form2 .fill-table .read input:focus
{
    opacity: 1;
    border-color: #dcdcdc;
}
.black-form2 .fill-table .read ::-webkit-input-placeholder
{
    font-family: 'arialboldmt';

    color: #333;
}
.black-form2 .fill-table .send
{
    line-height: 52px;

    display: inline-block;

    height: 52px;
    margin: 24px 0;
    padding: 0 60px;

    color: #fff;
    border: none;
    background-color: #4169e1;
}
.black-form2 .fill-table .send:hover
{
    color: rgba(255, 255, 255, .7);
}

.shouji{
    position: fixed;
    z-index: 3;
    top: 60%;
    right: 0;
    width: 40px;
}

@media (min-width: 768px)
{
    .shouji
    {
        display: none;
    }
}

@media (max-width: 768px)
{
    .tel
    {
        font-size: 12px;
    }
    .email
    {
        font-size: 12px;
    }
}

.wrap-product-show .pro-show .album .video
{
    position: relative;

    overflow: hidden;
}
.wrap-product-show .pro-show .album .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-product-show .pro-show .album .video .iframe
{
    display: none;

    width: 100%!important;
    height: 100%!important;
}
.wrap-product-show .pro-show .album .video .play
{
    font-size: 16px;
    font-weight: bold;

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

    display: inline-block;

    width: 100%;
    margin-bottom: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #fff;
}
.wrap-product-show .pro-show .album .video .play:before
{
    font-family: 'iconfont';
    font-size: 60px;
    font-weight: normal;

    display: block;

    content: '';
    width: 80px;
    height: 80px;
    background: url(../images/play-blue.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 auto;
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .album .video .play:before
    {
        font-size: 50px;
    }
}
.wrap-product-show .pro-show .album .video:hover .img-box{
    padding-bottom: 75%;
}
.wrap-product-show .pro-show .album .video .img-box img{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .pro-show .album .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .9;
}

.wrap-product-show .album .sync2 .item .video:after
{
    font-family: 'iconfont';
    font-size: 30px;
    font-weight: normal;

    position: absolute;
    top: 50%;

    display: block;

    width: 100%;

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

    color: #fff;
     width: 30px;
    height: 30px;
    background: url(../images/play-blue.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 auto;
    left: 50%;
    margin-left: -15px;
}


.note22{
    height: 140px;
    overflow: hidden;
}
.xs-online
{
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

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

    margin: 0;
    padding: 0;

    text-align: center;

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

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

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

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

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

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

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

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

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

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

    content: '\e7d7';
}
@media(max-width:991px){
	.footer .copyright{
		padding-bottom: 55px;
	}
}


.wrap-product-show .pro-show .info
{
    position: relative;

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


    color: #fff;
    background-color: #003e88;
}
@media (max-width: 1339px)
{
    .wrap-product-show .pro-show .info
    {
        padding-right: 100px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-showx .pro-show .info
    {
        padding: 30px 100px 30px 15px;
    }
}
.wrap-product-show .pro-show .info b
{
    font-weight: 500;

    display: block;

    margin-bottom: 15px;

    color: #ffc001;
}
.wrap-product-show .pro-show .info p
{
    font-weight: 300;
    line-height: 2.14285714;

    position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;

    margin: 0;
    padding-left: 30px;
}
.wrap-product-show .pro-show .info p:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

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

    color: #ffc001;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wrap-product-show .pro-show .info p a:hover
{
    text-decoration: underline;

    color: #ffc001;
}
.wrap-product-show .pro-show .info .tel:before
{
    content: '\e60d';
}
.wrap-product-show .pro-show .info .whatsapp:before
{
    content: '\e894';
}
.wrap-product-show .pro-show .info .email{
	margin-right: 10px;
}
.wrap-product-show .pro-show .info .email:before
{

    content: '\e6b8';
	font-size: 20px;
	top: -4px;
	left: 6px;
}

#google_translate_element{
	display: inline-block;
	float: right;
	margin-top: 5px;
}
