/**
 * style.less
 * 层叠样式表
 */
@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;
    }
}
body
{
    font-family: 'HelveticaNeue', Arial, Helvetica, 'PingFang SC', sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a
{
    text-decoration: none;

  
}
a:hover
{
    text-decoration: none;

  
}
a:visited,
a:link
{
    text-decoration: none;

  
}
.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/1iconfont.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: 'HelveticaNeue';

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

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

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

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

    src: url('../fonts/helveticaneue_bold.woff2') format('woff2'), url('../fonts/helveticaneue_bold.woff') format('woff');
}

.table-wrap{
    overflow-x: auto;
}


.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;

    cursor: pointer;
    text-decoration: none;

    border-bottom: 1px solid #454545;
    background: url(../images/online.png) no-repeat rgba(0, 0, 0, .8);
}
.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: 54px;

    display: block;
    display: none;

    width: 138px;
    height: 138px;

    border: 2px solid #33d055;
}


.box
{
    padding: 75px 0 80px;
}
@media (max-width: 767px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    position: relative;

    padding-left: 110px;
}
.title h2
{
    font-family: 'HelveticaNeueCondensedBold';
    font-size: 36px;
    line-height: 1.16666667;

    margin: 0;
}
@media (max-width: 480px)
{
    .title h2
    {
        font-size: 26px;
    }
}
.title p
{
    line-height: 1.71428571;

    margin: 0 auto;
    margin-top: 12px;

    color: #666;
}
.title::before
{
    position: absolute;
    top: 20px;
    left: 0;

    display: block;
    float: left;

    width: 90px;
    height: 2px;

    content: '';

    background-color: #000;
}
@media (max-width: 480px)
{
    .title::before
    {
        top: 14px;
    }
}

.box-product{ background:url(../images/cpbg.jpg) top center no-repeat; background-size:cover;}

.box-product .title h2,.box-product .title p{ color:#fff;}
.box-product .title::before{ background-color:#fff;}

.box-product .item .img-box{ padding-bottom:75%;}

.box-product .item
{
    position: relative;

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

    background-color: #f6f6f6;
}
@media (max-width: 767px)
{

.box-product .title p{ display:none;}
.title p{ display:none;}



    .box-product .item
    {
        margin-top: 30px;
    }
}
.box-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;
}
.box-product .item p
{
    font-family: 'HelveticaNeueMed';
    line-height: 2.14285714;

    overflow: hidden;

    margin-top:10px;
    margin-bottom: 5px;
    padding: 0 10px;
    padding-right: 30px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.box-product .item a.addcart
{
    line-height: 30px;

    position: absolute;
    right: 20px; font-size:20px; font-family:"宋体";
    width: 30px;
    height: 30px;

    text-align: center; border:1px solid #efeeee;
    color: #0a3190;
    border-radius: 50%;
    background-color: #fff;
}

.box-product .item a.addcart:hover
{
    color: #fff;
    background-color: #0a3190;
}
.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 a.addcart
{
    -webkit-animation: fadeInRight .6s 0s ease both;
            animation: fadeInRight .6s 0s ease both;
}
.box-product a.more
{
    font-family: 'HelveticaNeueCondensedBold';
    font-size: 18px; font-weight:bold;

    display: block;

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

    text-align: center;

    color: #fff;
    background-color: #003686;
}
.box-product a.more span
{
    display: inline-block;
}
.box-product a.more:hover span
{
    -webkit-animation: fadeInUp .6s 0s ease both;
            animation: fadeInUp .6s 0s ease both;
}
.box-num
{
    padding-bottom: 80px;
}
.box-num .pic
{
    overflow: hidden;
}
.box-num .pic img
{
    max-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;
}
.box-num .pic:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-num .note
{
    overflow: hidden;

    padding: 50px 0;

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

    border-bottom: 1px dotted #e1e1e1;
}
.box-num .note h3
{
    font-family: 'HelveticaBold';
    font-size: 18px;
    line-height: 1.55555556;

    float: left;

    width: 50%;
    margin: 0;
    padding-right: 25px;
}
@media (max-width: 767px)
{
    .box-num .note h3
    {
        width: 100%;
        padding: 0;
    }
}
.box-num .note p
{
    line-height: 2;

    float: right;

    width: 50%;
    margin: 0;
    padding-left: 25px;

    color: #666;
}
@media (max-width: 767px)
{
    .box-num .note p
    {
        width: 100%;
        padding: 20px 0 0 0;
    }
}
.box-num .note:hover
{
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
}
.num ul
{
    overflow: hidden;

    padding: 0;
}
.num ul li
{
    float: left;

    width: 25%;
    margin-top: 64px;

    list-style: none;

    text-align: center;
}
.num ul li::after
{
    display: block;

    width: 70px;
    height: 45px;
    margin: 0 auto;
    margin-top: 40px;

    content: '';

    background: url(../images/num.jpg) no-repeat;
}
@media (max-width: 991px)
{
    .num ul li
    {
        width: 50%;
    }
}
.num .item-1 h3::after
{
    display: none;
}
.num .item-2::after
{
    background-position: -70px 0;
}
.num .item-3::after
{
    background-position: -140px 0;
}
.num .item-4::after
{
    background-position: -210px 0;
}
.num h3
{
    font-family: 'HelveticaNeueCondensedBold';
    font-size: 48px;

    margin: 0;
}
.num h3::after
{
    font-size: 20px;

    position: relative;
    top: -30px;
    right: -6px;

    content: '+';
}
@media (max-width: 480px)
{
    .num h3
    {
        font-size: 30px;
    }
    .num h3::after
    {
        right: 0;
    }
}
.num p
{
    margin-top: 14px;

    color: #666;
}
.box-advantage
{
    background:url(../images/ysbg.jpg) bottom center no-repeat;
}
.box-advantage .list
{
    overflow: hidden;

    margin-top: 50px;
}
.box-advantage .list .pic
{
    position: relative;
    z-index: 2;

    float: left;
    overflow: hidden;

    width: 30%;
    margin: 6px 0;

    border: 10px solid #fff;
    border-radius: 50%;
}
.box-advantage .list .pic img
{
    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;

    border-radius: 50%;
}
.box-advantage .list .note
{
    float: left;

    width: 70%;
    padding-left: 40px;
}
@media (max-width: 991px)
{
    .box-advantage .list .note
    {
        padding-left: 20px;
    }
}
.box-advantage .list .note h3
{
    font-family: 'HelveticaBold';
    font-size: 18px;
}
.box-advantage .list .note p
{
    line-height: 22px; font-size:13px;
    min-height: 110px; height:130px; overflow:hidden;

    color: #666;
}
.box-advantage .list .note a
{
    display: block;
}
.box-advantage .list:hover .pic
{
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
}
.box-advantage .list:hover .pic img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.box-news{ background:url(../images/newsbg.jpg) top center no-repeat; background-size:cover;}

.box-news .title,.box-news .title p{ color:#fff;}
.box-news .title::before{ background-color:#fff;}


.box-news .list
{
    margin-top: 50px;
}
.box-news .list .pic
{
    overflow: hidden;
}
.box-news .list .pic .img-box
{
    padding-bottom: 72.5%;

    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;
}
.box-news .list .note
{
    position: relative;
    z-index: 2;

    margin: -54px 20px 0 20px;
    padding: 0 30px;

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

    background-color: #fff;
}
.box-news .list .note h4
{
    font-size: 13px;
    line-height: 2.30769231;

    padding: 12px 0;

    color: #999;
}
.box-news .list .note h4 span
{
    color: #8a98bb;
}
.box-news .list .note h3
{
    font-family: 'HelveticaNeueCondensedBold';
    font-size: 18px;
}
.box-news .list .note p
{
    line-height: 1.57142857;

    margin-top: 30px;

    color: #666;
}
.box-news .list .note a
{
    display: block;
}
.box-news .list .note a.more
{
    margin-top: 40px;
}
.box-news .list .note a.more::after
{
    font-family: 'iconfont';
    font-size: 24px;

    content: '→';

    color: #000;
}
.box-news .list:hover .pic .img-box
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .list:hover .note
{
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
}
.box-news .list:hover .note h3
{
    color: #0a3190;
}
.box-news .list:hover .note a.more
{
    -webkit-animation: fadeInUp .6s 0s ease both;
            animation: fadeInUp .6s 0s ease both;
}
.footer
{
    background-color: #323744;
}
.footer h3
{
    font-family: 'HelveticaNeueCondensedBold';
    font-size: 36px;
    line-height: 1.16666667; font-weight:bold; 

    margin-bottom: 24px;

    color: #fff;
}

.footer h3 i{
    position: absolute;
    top: 38px;
    right: 307px;
    display: block;
    float: left;
    width: 90px;
    height: 2px;
    content: '';
    background-color: #fff;
}


.footer .foot
{
    line-height: 1.71428571;

    padding-top: 70px;
    padding-bottom: 40px;

    color: #a9adb5;
}

.footer .foot-contact{ text-align:right; padding-right:40px;}

.footer .foot-contact a:hover
{
    text-decoration: underline;
}
.footer .foot-contact p
{
    position: relative; font-size:15px; line-height:2.8;
    padding-right: 35px;
}






.footer .foot-contact p::before
{
    font-family: 'iconfont';
    font-size: 22px;

    position: absolute;
    top: -11px;
    right: 0;

    color: #fff;
}
.footer .foot-contact p.address
{ background:url(../images/add.png) center  right no-repeat; background-size:20px;
}
.footer .foot-contact p.tel
{
   background:url(../images/tel.png) center  right no-repeat; background-size:20px;
}
.footer .foot-contact p.mail
{
     background:url(../images/mail.png) center  right no-repeat; background-size:20px;
}
.footer .foot-contact a
{ padding-left:8px;
}
.footer .foot-nav
{
    margin-top: 30px;
    padding: 0 15px;
}
@media (min-width: 768px)
{




    .footer .foot-nav
    {
        min-height: 240px;
        margin-top: 0;
    }
}
.footer .foot-nav a
{
    display: block;
    overflow: hidden;

    -webkit-transition: all .4s;
            transition: all .4s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.footer .foot-nav a:last-child
{
    margin-bottom: 20px;
}
.footer .foot-nav a:hover
{
    padding-left: 10px;

    text-decoration: underline;

    color: #fff;
}
.footer .foot-message form
{
  
}
.footer .foot-message input::-webkit-input-placeholder,
.footer .foot-message textarea::-webkit-input-placeholder
{
    font-style: italic;

    color: #656a73;
}
.footer .foot-message input:-moz-placeholder,
.footer .foot-message textarea:-moz-placeholder
{
    font-style: italic;

    color: #656a73;
}
.footer .foot-message input::-moz-placeholder,
.footer .foot-message textarea::-moz-placeholder
{
    font-style: italic;

    color: #656a73;
}
.footer .foot-message input:-ms-input-placeholder,
.footer .foot-message textarea:-ms-input-placeholder
{
    font-style: italic;

    color: #656a73;
}
.footer .foot-message .send
{
    font-size: 13px;

    color: #fff;
    border: none;
    background: none;
}
.footer .foot-message .send::before
{
    font-family: 'HelveticaNeueMed';

    display: inline-block;

    width: 0;
    height: 0;
    margin-right: 10px;

    content: '';

    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
}
.footer .foot-message .send:hover::before
{
    -webkit-animation: fadeInLeft .6s 0s ease both;
            animation: fadeInLeft .6s 0s ease both;
}
.footer .foot-message input,
.footer .foot-message textarea
{
    line-height: 1.42857143;

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

    resize: vertical;

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

    padding: 25px 0;

    color: #fff;
    border-top: 1px solid #434956;
}
.footer .copyright p
{
    line-height: 1.78571429;

    display: inline-block;

    margin: 0;
}
.footer .copyright p a:hover
{
    text-decoration: underline;
}
.footer .copyright .share
{
    display: inline-block;
    float: right;
}
@media (max-width: 991px)
{
.footer .foot-contact{ padding-right:24px;}
.footer h3 i{ display:none;}
.footer .foot-contact p.address
{     background-position-y: 12px;
}
.footer .foot-contact p.tel
{
      background-position-y: 12px;
}
.footer .foot-contact p.mail
{
        background-position-y: 12px;
}

    .footer .copyright .share
    {
        float: left;

        margin-top: 20px;
    }
}
.footer .copyright .share ul
{
    height: 30px;
    margin: 0;
    padding: 0;

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

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

    -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%;
    background: url(../images/share.png) no-repeat #fff;
    background-size: cover;
}
.footer .copyright .share li:hover
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}
.footer .copyright .share li a
{
    display: block;

    height: 100%;
}
.footer .copyright .share .facebook
{
    background-position: 0 0;
}
.footer .copyright .share .facebook:hover
{
    background-color: #3a5998;
    background-position: -125px 0;
}
.footer .copyright .share .twitter
{
    background-position: -25px 0;
}
.footer .copyright .share .twitter:hover
{
    background-color: #19b2e9;
    background-position: -150px 0;
}
.footer .copyright .share .linkedin
{
    background-position: -50px 0;
}
.footer .copyright .share .linkedin:hover
{
    background-color: #de5446;
    background-position: -175px 0;
}
.footer .copyright .share .google
{
    background-position: -75px 0;
}
.footer .copyright .share .google:hover
{
    background-color: #016a9b;
    background-position: -200px 0;
}
.footer .copyright .share .youtube
{
    background-position: -100px 0;
}
.footer .copyright .share .youtube:hover
{
    background-color: #dc201d;
    background-position: -225px 0;
}
.cart-icon
{
    line-height: 30px;

    position: fixed;
    top: 45%;
    right: 20px;
}
@media (max-width: 1440px)
{
    .cart-icon
    {
        right: 4px;
    }
}
@media (min-width: 991px)
{
    .cart-icon
    {
        display: none;
    }
}
.cart-icon a
{
    display: block;

    width: 50px;
    height: 50px;

    text-align: center;

    border: 1px solid #e2e2e2;
    border-radius: 50%;
    background-color: #fff;
}
.cart-icon a::before
{
    font-family: 'iconfont';
    font-size: 24px;
    line-height: 50px;

    content: '\e6b7';

    color: #000;
}
.cart-icon span
{
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    z-index: 10;
    top: -4px;
    right: -3px;

    display: inline-block;

    width: 20px;
    height: 20px;

    vertical-align: super;

    color: #fff;
    border-radius: 50%;
    background-color: #e60012;
}
.content
{
    overflow: hidden;
}
.content .wrap
{
    float: left;

    width: 80%;
    padding: 75px 0 80px 40px;

    border-left: 1px solid #e5e5e5;
}
@media (max-width: 1199px)
{
    .content .wrap
    {
        width: 76%;
    }
}
@media (max-width: 991px)
{
    .content .wrap
    {
        width: 100%;
        padding-left: 0;

        border: none;
    }
}
.content .wrap .title-in h2
{
    font-family: 'HelveticaNeueCondensedBold';
    font-size: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .content .wrap .title-in h2
    {
        font-size: 28px;
    }
}
.content-full .wrap
{
    width: 100%;
    padding: 75px 0 80px;

    border: none;
}
.content-full .wrap .title-in h2
{
    font-size: 36px;
}
@media (max-width: 767px)
{
    .content-full .wrap .title-in h2
    {
        font-size: 28px;
    }
}
.wrap-about .video
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 50%;
    margin-right: 40px;
    margin-bottom: 20px;
}
@media (max-width: 991px)
{
    .wrap-about .video
    {
        margin-right: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .video
    {
        width: 100%;
    }
}
.wrap-about .video:hover .img-box
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-about .video .img-box
{
    padding-bottom: 72%;

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

    background-color: #000;
}
.wrap-about .video .img-box img
{
    opacity: .7;
}
.wrap-about .video .video-box
{
    position: absolute;
    z-index: 100;
    z-index: 1;
    top: 50%;

    width: 100%;
    margin: auto;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.wrap-about .video .iframe
{
    display: none;

    width: 100%;
}
.wrap-about .video .play
{
    display: inline-block;

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

    background: url(../images/play.png) no-repeat;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-about .video .play
    {
        margin-left: 0;
    }
}
.wrap-about .text
{
    margin-top: 30px;
    padding-bottom: 60px;

    border-bottom: 1px dotted #e1e1e1;
}
.wrap-about .text b
{
    font-family: 'HelveticaBold';
    font-weight: normal;
}
.wrap-about .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #444;
}
.wrap-factory .list
{
    margin-top: 30px;
    margin-bottom: 10px;
}
.wrap-factory .list p
{
    font-family: 'HelveticaNeueMed';
    font-size: 15px;

    overflow: hidden;

    margin: 25px 0 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wrap-factory .list:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-factory .pic
{
    overflow: hidden;
}
.wrap-factory .pic .img-box
{
    padding-bottom: 68.75%;
}
.wrap-factory .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-certificate .list
{
    margin-top: 30px;
    margin-bottom: 10px;
}
.wrap-certificate .list p
{
    font-family: 'HelveticaNeueMed';
    font-size: 15px;

    margin: 25px 0 0 0;

    text-align: center;
}
.wrap-certificate .list:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-certificate .pic
{
    padding: 20px 30px;

    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-certificate .pic
    {
        padding: 15px;
    }
}
.wrap-certificate .pic .img-box
{
    padding-bottom: 138.46153846%;
}
.wrap-certificate .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-customer .list
{
    margin-top: 30px;
    margin-bottom: 10px;

    text-align: center;
}
.wrap-customer .list h4
{
    font-family: 'HelveticaNeueMed';
    font-size: 15px;

    margin: 24px 0 15px 0;
}
.wrap-customer .list p
{
    line-height: 1.71428571;

    overflow: hidden;

    min-height: 120px;
    margin: 0;
    padding: 0 10px;

    color: #444;

    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.wrap-customer .list:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-customer .pic
{
    overflow: hidden;
}
.wrap-customer .pic .img-box
{
    padding-bottom: 68.75%;
}
.wrap-customer .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-team .text
{
    margin-top: 30px;
}
.wrap-team .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #444;
}
.wrap-team .text img
{
    max-width: 100%;
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 60px;

    text-align: center;
}
.page a
{
    font-family: 'HelveticaNeueMed';
    line-height: 40px;

    display: inline-block;
    overflow: hidden;

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

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

    color: #333;
    border-radius: 50%;
    background-color: #f6f6f6;
}
.page a.omit
{
    background-color: #fff;
}
.page a.omit:hover
{
    color: #7c7c7c;
    background-color: #fff;
}
.page a:first-child,
.page a:last-child
{
    font-size: 12px;

    width: auto;
    padding: 0 40px;

    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;
}
@media (max-width: 767px)
{
    .page a:first-child
    {
        margin-right: 10px;
    }
}
.page a:last-child
{
    margin-left: 20px;
}
@media (max-width: 767px)
{
    .page a:last-child
    {
        margin-left: 10px;
    }
}
.page a.active,
.page a:hover
{
    color: #fff;
    border-color: #0a3190;
    background-color: #0a3190;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
    .page a:first-child,
    .page a:last-child
    {
        margin: 0 5px;
    }
}
.sidebar
{
    float: left;

    width: 20%;
    padding-top: 70px;
    padding-right: 20px;
}
@media (max-width: 1199px)
{
    .sidebar
    {
        width: 24%;
    }
}
@media (max-width: 991px)
{
    .sidebar
    {
        display: none;
    }
}
.sidebar .container
{
    overflow: visible;
}
.sidebar ul
{
    padding: 0;
}
.sidebar ul li
{
    list-style: none;
}
.sidebar ul li a
{
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.sidebar > ul > li
{
    font-family: 'HelveticaNeueMed';
    font-size: 15px;
    line-height: 2.13333333;

    position: relative;
}
.sidebar > ul > li::before
{
    position: absolute;
    top: 14px;
    left: -26px;

    display: inline-block;
    display: none;

    width: 20px;
    height: 2px;

    content: '';

    background-color: #e60012;
}
.sidebar > ul > li:hover > a,
.sidebar > ul > li.current > a,
.sidebar > ul > li.active > a
{
    color: #e60012;
}
.sidebar > ul > li:hover::before,
.sidebar > ul > li.current::before,
.sidebar > ul > li.active::before
{
    display: block;

    -webkit-animation: fadeInLeft .6s 0s ease both;
            animation: fadeInLeft .6s 0s ease both;
}
.sidebar > ul > li ul
{
    display: none;

    margin: 6px 0;
}
.sidebar > ul > li ul li
{
    font-family: 'AvenirRoman';
    font-size: 13px;
    line-height: 2;

    padding-left: 8px;

    color: #444;
}
.sidebar > ul > li ul li:hover
{
    text-decoration: underline;

    color: #333;
}
.wrap-product .row
{
    margin-right: -10px;
    margin-left: -10px;
}
.wrap-product .list
{
    padding-right: 10px;
    padding-left: 10px;
}
.wrap-product .item
{
    position: relative;

    margin: 30px 0 10px;
    padding: 10px;

    background-color: #f6f6f6;
}
@media (max-width: 991px)
{
    .wrap-product .item
    {
        margin-top: 20px;
    }
}
.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: 'HelveticaNeueMed';
    line-height: 1.42857143;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 0 5px;
    padding-right: 60px;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wrap-product .item a.addcart
{
    line-height: 30px;

    position: absolute;
    top: 8px;
    right: 5px;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #0a3190;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-product .item a.addcart::after
{
    font-family: 'iconfont';
    font-size: 16px;

    content: '\e6b7';
}
.wrap-product .item a.addcart:hover
{
    color: #fff;
    background-color: #0a3190;
}
.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 a.addcart
{
    -webkit-animation: fadeInRight .6s 0s ease both;
            animation: fadeInRight .6s 0s ease both;
}
.wrap-product-show .pro-show
{
    margin-top: 30px;
}
.wrap-product-show .pro-show .album
{
    position: relative;

    width: 100%;
}
.wrap-product-show .pro-show .album .img-box img
{
    width: 100%;
}
.wrap-product-show .pro-show .album .sync
{
    margin: 0 -5px;
}
.wrap-product-show .pro-show .album .sync1
{
    width: 100%;
    padding: 16px;

    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}
.wrap-product-show .pro-show .album .sync1 .item
{
    width: 100%;

    text-align: center;

    background: #fff;
}
.wrap-product-show .pro-show .album .sync2
{
    width: 100%;
    margin-top: 15px;
}
.wrap-product-show .pro-show .album .sync2 .synced .item img
{
    border-color: #0a3190;
}
.wrap-product-show .pro-show .album .sync2 .item
{
    margin: 6px;

    cursor: pointer;

    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .15);
}
.wrap-product-show .pro-show .album .sync2 .item:hover
{
    box-shadow: 0 0 2px 0 rgba(255, 255, 255, .15);
}
.wrap-product-show .pro-show .album .owl-theme .owl-controls .owl-buttons
{
    display: none;
}
.wrap-product-show .pro-show .text .int-title
{
    padding-bottom: 24px;

    border-bottom: 1px dotted #ccc;
}
.wrap-product-show .pro-show .text .int-title h3
{
    font-family: 'HelveticaNeueCondensedBold';
    font-size: 30px;
}
.wrap-product-show .pro-show .text .int-title span
{
    font-size: 16px;

    color: #666;
}
.wrap-product-show .pro-show .text .info
{
    padding: 45px 0 25px;
}
.wrap-product-show .pro-show .text .info h3
{
    font-family: 'HelveticaBold';
    font-size: 18px;

    margin-top: 0;
}
.wrap-product-show .pro-show .text .info p
{
    line-height: 1.71428571;

    margin: 0;

    color: #444;
}
.wrap-product-show .pro-show .text .link a
{
    font-family: 'HelveticaNeueMed';
    line-height: 50px;

    display: inline-block;

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

    color: #fff;
}
.wrap-product-show .pro-show .text .link a span
{
    display: inline-block;
}
.wrap-product-show .pro-show .text .link a:hover span
{
    -webkit-animation: fadeInUp .6s 0s ease both;
            animation: fadeInUp .6s 0s ease both;
}
.wrap-product-show .pro-show .text .link .inquireee
{
    margin-right: 15px;
    padding: 0 60px;

    background-color: #0a3190;
}
.wrap-product-show .pro-show .text .link .addcart
{
    padding: 0 45px;

    background-color: #e60012;
}
.wrap-product-show .pro-show .text .link .addcart::before
{
    font-family: 'iconfont';
    font-size: 20px;

    margin-right: 10px;

    content: '\e6b7';
}
.wrap-product-show .pro-title
{
    border-bottom: 2px solid #000;
}
.wrap-product-show .pro-title h3
{
    font-family: 'HelveticaBold';
    font-size: 18px;

    margin-top: 0;
}
.wrap-product-show .parameter
{
    margin-top: 70px;
}
.wrap-product-show .parameter .text
{
    padding: 20px 0;
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
}
.wrap-product-show .inquiry
{
    margin-top: 50px;
}
.wrap-product-show .inquiry .note
{
    margin-top: 10px;
}
.wrap-product-show .inquiry .note p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-product-show .inquiry .note span
{
    color: #bb9abf;
}
@media (min-width: 992px)
{
    .wrap-product-show .inquiry .text:nth-child(2n)
    {
        padding-right: 10px;
    }
    .wrap-product-show .inquiry .text:nth-child(2n+1)
    {
        padding-left: 10px;
    }
}
.wrap-product-show .inquiry input,
.wrap-product-show .inquiry textarea
{
    line-height: 30px;

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

    resize: vertical;

    border: none;
    outline: none;
    background-color: #f4f4f4;
}
.wrap-product-show .inquiry input:focus,
.wrap-product-show .inquiry textarea:focus
{
    opacity: .8;
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .22);
}
.wrap-product-show .inquiry .read input
{
    font-family: 'HelveticaNeueMed';
}
.wrap-product-show .inquiry .read input:focus
{
    opacity: 1;
    border-color: #ebebeb;
    background-color: #f4f4f4;
    box-shadow: none;
}
.wrap-product-show .inquiry .read ::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry ::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .send
{
    line-height: 46px;

    overflow: hidden;

    width: 100%;
    height: 46px;
    margin-top: 26px;

    text-align: center;

    color: #fff;
    border: none;
    background-color: #e60012;
}
.wrap-product-show .inquiry .send span
{
    display: block;

    color: #fff;
}
.wrap-product-show .inquiry .send:hover span
{
    -webkit-animation: fadeInUp .6s 0s ease both;
            animation: fadeInUp .6s 0s ease both;
}
.wrap-product-show .relate
{
    margin-top: 70px;
}
.wrap-product-show .relate .row
{
    margin-right: -10px;
    margin-left: -10px;
}
.wrap-product-show .relate .list
{
    padding-right: 10px;
    padding-left: 10px;
}
.wrap-product-show .relate .item
{
    position: relative;

    margin: 30px 0 10px;
    padding: 10px;

    background-color: #f6f6f6;
}
.wrap-product-show .relate .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-show .relate .item p
{
    font-family: 'HelveticaNeueMed';
    line-height: 1.42857143;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 0 5px;
    padding-right: 60px;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wrap-product-show .relate .item a.addcart
{
    line-height: 30px;

    position: absolute;
    top: 8px;
    right: 5px;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #0a3190;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-product-show .relate .item a.addcart::after
{
    font-family: 'iconfont';
    font-size: 16px;

    content: '\e6b7';
}
.wrap-product-show .relate .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.location a
{
    display: inline-block;
}
.location a::after
{
    float: right;

    margin: 0 10px;

    content: '／';
}
.location a:last-child::after
{
    display: none;
}
.location a:hover
{
    text-decoration: underline;
}
.wrap-news .list
{
    padding: 50px 0;

    border-bottom: 1px dotted #dadada;
}
.wrap-news .list .pic
{
    overflow: hidden;
}
.wrap-news .list .pic .img-box
{
    padding-bottom: 72.5%;

    -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 .list .note
{
    position: relative;
    z-index: 2;

    margin: -54px 20px 0 20px;
    padding: 0 30px;

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

    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-news .list .note
    {
        padding: 0;
    }
}
.wrap-news .list .note h4
{
    font-size: 13px;
    line-height: 2.30769231;

    padding: 12px 0;

    color: #999;
}
.wrap-news .list .note h4 span
{
    color: #8a98bb;
}
.wrap-news .list .note h3
{
    font-family: 'HelveticaNeueCondensedBold';
    font-size: 18px;
    line-height: 1.22222222;
}
@media (min-width: 768px)
{
    .wrap-news .list .note h3
    {
        display: -webkit-box;
        overflow: hidden;

        height: 44px;

        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
.wrap-news .list .note p
{
    line-height: 1.57142857;

    margin-top: 30px;

    color: #666;
}
@media (min-width: 768px)
{
    .wrap-news .list .note p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 110px;

        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}
.wrap-news .list .note a
{
    display: block;
}
.wrap-news .list .note a.more
{
    margin-top: 40px;
}
.wrap-news .list .note a.more::after
{
    font-family: 'iconfont';
    font-size: 24px;

    content: '\e6f9';

    color: #000;
}
.wrap-news .list:hover .pic .img-box
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .list:hover .note
{
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
}
.wrap-news .list:hover .note h3
{
    color: #0a3190;
}
.wrap-news .list:hover .note a.more
{
    -webkit-animation: fadeInUp .6s 0s ease both;
            animation: fadeInUp .6s 0s ease both;
}
.wrap-news-show .title-news
{
    border-bottom: 1px dotted #dadada;
}
.wrap-news-show .title-news h4
{
    font-size: 13px;
    line-height: 2.30769231;

    margin: 20px 0 24px;

    color: #999;
}
.wrap-news-show .title-news h4 span
{
    color: #8a98bb;
}
.wrap-news-show .title-news h2
{
    font-family: 'HelveticaNeueCondensedBold';
    font-size: 36px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-news-show .title-news h2
    {
        font-size: 24px;
    }
}
.wrap-news-show .text
{
    padding: 50px 0;
}
.wrap-news-show .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-news-show .text img
{
    max-width: 100%;
}
.wrap-news-show .relate
{
    overflow: hidden;

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

    background-color: #f6f6f6;
}
@media (max-width: 480px)
{
    .wrap-news-show .relate
    {
        padding: 20px 10px;
    }
}
.wrap-news-show .relate a
{
    font-family: 'HelveticaNeueCondensedBold';
    font-size: 16px;
    line-height: 25px;

    display: block;
    float: left;

    width: 50%;
}
.wrap-news-show .relate a.next
{
    text-align: right;
}
.wrap-news-show .relate a.next::after
{
    font-family: 'iconfont';
    font-size: 18px;

    float: right;

    margin-top: 2px;
    margin-left: 10px;

    content: '\e9d3';
}
.wrap-news-show .relate a.next:hover::after
{
    -webkit-animation: fadeInRight .6s 0s ease both;
            animation: fadeInRight .6s 0s ease both;
}
.wrap-news-show .relate a.prev::before
{
    font-family: 'iconfont';

    float: left;

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

    content: '\e65c';
}
.wrap-news-show .relate a.prev:hover::before
{
    -webkit-animation: fadeInLeft .6s 0s ease both;
            animation: fadeInLeft .6s 0s ease both;
}
.wrap-news-show .relate a:hover
{
    color: #0a3190;
}
.wrap-download .title-in
{
    margin-bottom: 20px;
}
.wrap-download .item
{
    overflow: hidden;

    margin: 20px 0;
}
.wrap-download .item .pic
{
    float: left;

    width: 36%;
    padding: 15px;

    border: 1px solid #ededed;
}
@media (max-width: 1199px)
{
    .wrap-download .item .pic
    {
        width: 50%;
    }
}
@media (max-width: 480px)
{
    .wrap-download .item .pic
    {
        padding: 5px;
    }
}
.wrap-download .item .pic .img-box
{
    padding-bottom: 136.84210526%;
}
.wrap-download .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-download .item .note
{
    float: left;

    width: 64%;
    padding: 25px 0 25px 25px;
}
@media (max-width: 1199px)
{
    .wrap-download .item .note
    {
        width: 50%;
    }
}
@media (max-width: 480px)
{
    .wrap-download .item .note
    {
        padding: 0 0 0 25px;
    }
}
.wrap-download .item .note h3
{
    font-family: 'HelveticaNeueMed';
    font-size: 18px;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 480px)
{
    .wrap-download .item .note h3
    {
        margin-top: 0;
    }
}
.wrap-download .item .note p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 96px;

    color: #444;

    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.wrap-download .item .note a.down
{
    font-family: 'HelveticaNeueMed';
    line-height: 45px;

    display: inline-block;
    overflow: hidden;

    height: 45px;
    margin-top: 20px;
    padding: 0 34px;

    color: #0a3190;
    border: 1px solid #0a3190;
}
@media (max-width: 480px)
{
    .wrap-download .item .note a.down
    {
        padding: 0 24px;
    }
}
@media (max-width: 375px)
{
    .wrap-download .item .note a.down
    {
        margin-top: 0;
        padding: 0 14px;
    }
}
.wrap-download .item .note a.down span
{
    display: block;
}
.wrap-download .item .note a.down:hover span
{
    -webkit-animation: fadeInDown .6s 0s ease both;
            animation: fadeInDown .6s 0s ease both;
}
.wrap-download .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-contact .text
{
    overflow: hidden;
}
.wrap-contact .text .note
{
    float: left;

    width: 40%;
    margin-top: 40px;
    padding-right: 6%;
}
@media (max-width: 767px)
{
    .wrap-contact .text .note
    {
        width: 100%;
        padding: 0;
    }
}
.wrap-contact .text .note h3
{
    font-family: 'HelveticaNeueCondensedBold';
    font-size: 18px;

    margin: 0;

    color: #e60012;
}
.wrap-contact .text .note p
{
    line-height: 1.57142857;

    margin: 0;
}
.wrap-contact .text .note a:hover
{
    text-decoration: underline;
}
.wrap-contact .text .inquiry
{
    float: left;

    width: 60%;
    padding: 40px 10px 50px 6%;

    border-left: 1px dotted #dadada;
}
@media (max-width: 767px)
{
    .wrap-contact .text .inquiry
    {
        width: 100%;
        padding-right: 0;
        padding-left: 0;

        border: none;
    }
}
.wrap-contact .text .inquiry .message-title h3
{
    font-family: 'HelveticaNeueCondensedBold';
    font-size: 18px;

    margin-top: 0;
}
.wrap-contact .text .inquiry .note
{
    margin-top: 10px;
}
.wrap-contact .text .inquiry .note p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-contact .text .inquiry .note span
{
    color: #bb9abf;
}
.wrap-contact .text .inquiry input,
.wrap-contact .text .inquiry textarea
{
    line-height: 30px;

    width: 100%;
    margin: 10px 0;
    padding: 8px 16px;

    resize: vertical;

    border: none;
    outline: none;
    background-color: #f4f4f4;
}
.wrap-contact .text .inquiry input:focus,
.wrap-contact .text .inquiry textarea:focus
{
    opacity: .8;
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .22);
}
.wrap-contact .text .inquiry ::-webkit-input-placeholder
{
    color: #666;
}
.wrap-contact .text .inquiry .send
{
    line-height: 46px;

    overflow: hidden;

    width: 100%;
    height: 46px;
    margin-top: 26px;

    text-align: center;

    color: #fff;
    border: none;
    background-color: #e60012;
}
.wrap-contact .text .inquiry .send span
{
    display: block;

    color: #fff;
}
.wrap-contact .text .inquiry .send:hover span
{
    -webkit-animation: fadeInUp .6s 0s ease both;
            animation: fadeInUp .6s 0s ease both;
}
.wrap-contact .map
{
    overflow: hidden;

    height: 550px;
    margin-top: 70px;

    border: 1px solid #e2e2e2;
}
.wrap-contact .map img
{
    display: block;

    height: 100%;
}
.wrap-inquiry .i-title
{
    margin-top: 50px;
}
.wrap-inquiry .i-title h3
{
    font-size: 24px;

    margin: 0 0 24px 0;
}
.wrap-inquiry table
{
    width: 100%;
    margin-top: 50px;

    border-collapse: collapse;
}
.wrap-inquiry table td
{
    border-bottom: 1px dotted #e1e1e1;
}
.wrap-inquiry table th
{
    font-family: 'HelveticaBold';
    font-size: 16px;
    font-weight: normal;

    height: 60px;

    text-align: left;

    color: #333;
    border-bottom: 2px solid #000;
}
.wrap-inquiry table td,
.wrap-inquiry table th
{
    overflow: hidden;
}
.wrap-inquiry table td:first-child,
.wrap-inquiry table th:first-child
{
    width: 17%;
    padding: 0 3%;
}
@media (max-width: 640px)
{
    .wrap-inquiry table td:first-child,
    .wrap-inquiry table th:first-child
    {
        width: 24%;
    }
}
.wrap-inquiry table td:nth-child(2),
.wrap-inquiry table th:nth-child(2)
{
    position: relative;

    width: 73%;
}
@media (max-width: 640px)
{
    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2)
    {
        width: 59%;
    }
}
.wrap-inquiry table td:nth-child(2) p,
.wrap-inquiry table th:nth-child(2) p
{
    line-height: 130px;

    margin: 0;
    padding-left: 104px;

    color: #666;
}
@media (max-width: 480px)
{
    .wrap-inquiry table td:nth-child(2) p,
    .wrap-inquiry table th:nth-child(2) p
    {
        line-height: 24px;

        margin-bottom: 28px;
        padding-top: 120px;
        padding-left: 0;
    }
}
.wrap-inquiry table td:nth-child(3),
.wrap-inquiry table th:nth-child(3)
{
    width: 10%;
}
.wrap-inquiry table .Each,
.wrap-inquiry table .all
{
    float: left;

    width: 15px;
    height: 15px;
    margin-top: 4px;
    margin-right: 10px;
}
.wrap-inquiry table input
{
    font-size: 16px;
    line-height: 42px;

    width: 60px;
    height: 42px;

    text-align: center;

    color: #333;
    border: 1px solid #e6e6e6;
}
@media (max-width: 768px)
{
    .wrap-inquiry table input
    {
        width: 40px;
    }
}
.wrap-inquiry table .pic
{
    position: absolute;
    left: 0;

    width: 84px;
    padding: 24px 0;
}
.wrap-inquiry table .pic .img-box
{
    margin-left: 2px;

    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
}
.wrap-inquiry .sclose
{
    float: left;

    cursor: pointer;
    text-align: center;

    color: #444;
}
.wrap-inquiry .sclose::before
{
    font-family: 'iconfont';
    font-size: 16px;

    margin-right: 8px;

    content: '\e667';

    color: #acacac;
}
.wrap-inquiry .inquiry .note p
{
    font-size: 15px;
    line-height: 2;

    margin: 0 0 20px 0;

    color: #666;
}
.wrap-inquiry .inquiry .note span
{
    color: #bb9abf;
}
@media (min-width: 992px)
{
    .wrap-inquiry .inquiry .text:nth-child(2n)
    {
        padding-right: 10px;
    }
    .wrap-inquiry .inquiry .text:nth-child(2n+1)
    {
        padding-left: 10px;
    }
}
.wrap-inquiry .inquiry input,
.wrap-inquiry .inquiry textarea
{
    line-height: 30px;

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

    resize: vertical;

    border: none;
    outline: none;
    background-color: #f4f4f4;
}
.wrap-inquiry .inquiry input:focus,
.wrap-inquiry .inquiry textarea:focus
{
    opacity: .8;
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .22);
}
.wrap-inquiry .inquiry .read input
{
    font-family: 'HelveticaNeueMed';
}
.wrap-inquiry .inquiry .read input:focus
{
    opacity: 1;
    background-color: #f4f4f4;
    box-shadow: none;
}
.wrap-inquiry .inquiry .read ::-webkit-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry ::-webkit-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .send
{
    line-height: 46px;

    width: 100%;
    height: 46px;
    margin-top: 26px;

    text-align: center;

    border: none;
    background-color: #e60012;
}
.wrap-inquiry .inquiry .send span
{
    display: inline-block;

    color: #fff;
}
.wrap-inquiry .inquiry .send:hover span
{
    -webkit-animation: fadeInUp .6s 0s ease both;
            animation: fadeInUp .6s 0s ease both;
}
.actt{
    text-decoration: underline;
    color: #333;
}
#actee{
    color: #e60012;
}
table {
width: 100% !important;
max-width: 98%;
border-spacing: 0;
border-collapse: collapse;
}
table tr,
table td {
width: auto !important;
height: auto !important;
}
table td {
padding: 5px !important;
padding-left: 10px !important;
border: 1px solid #ccc !important;
}


.video-lists iframe{
    display: none;
}
