/**
 * style.less
 * 絮����桁�頫�
 */
*,
*:before,
*:after
{
    box-sizing: border-box;
}
html
{
    font-size: 10px;

    box-sizing: border-box;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', Helvetica, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;

    min-width: 1200px;
    margin: 0;
    padding: 0;

    color: #333;
}
.container
{
    width: 1200px;
    margin: 0 auto;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

    color: inherit;
}
ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}
img
{
    border: none;
}
img-circle
{
    border-radius: 50%;
}
img-rounded
{
    border-radius: .3rem;
}
img-thumbnail
{
    line-height: 1.5;

    display: inline-block;

    max-width: 100%;
    height: auto;
    padding: .25rem;

    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;

    border: 1px solid #ddd;
    border-radius: .25rem;
    background-color: #fff;
}
img-responsive
{
    display: block;

    max-width: 100%;
    height: auto;
}
.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');
}
.header
{
    position: relative;
}
.header .top
{
    font-size: 12px;
    line-height: 40px;

    height: 40px;

    color: #fff;
    background-color: #fd7f23;
}
.header .top p
{
    display: inline-block;

    margin: 0;
}
.header .top .link
{
    display: inline-block;

    margin-left: 30px;
}
.header .top .link a
{
    display: inline-block;

    margin: 0 15px;
}
.header .top .link a::before
{
    font-family: 'iconfont';

    float: left;

    margin-right: 10px;

    content: '\e625';
}
.header .top .link a.tel::before
{
    font-size: 18px;

    content: '\e60a';
}
.header .top .link a:hover
{
    text-decoration: underline;
}
.header .top .language
{
    display: inline-block;
    float: right;
}
.header .top .language ul
{
    margin: 0;
    padding: 0;
}
.header .top .language ul li
{
    display: inline-block;

    margin-left: 16px;

    list-style: none;
}
.header .top .language ul li a::before
{
    display: inline-block;
    float: left;

    width: 26px;
    height: 26px;
    margin-top: 7px;
    margin-right: 10px;

    content: '';

    border: 1px solid #fff;
    border-radius: 50%;
    background: url(/images/icon.png) no-repeat;
    background-size: cover;
}
.header .top .language ul li a:hover
{
    text-decoration: underline;
}
.header .top .language ul li.en a::before
{
    background-position: -24px 0;
}
.header .top .language ul li.jp a::before
{
    background-position: -48px 0;
}
.header .top-nav
{
    overflow: hidden;

    height: 106px;
}
.header .top-nav .logo
{
    float: left;

    height: 106px;
}
.header .top-nav .logo img
{
    height: 100%;
}
.header .top-nav .pic
{
    float: right;

    margin-top: 36px;
}
.header .top-nav .link
{
    line-height: 100px;

    float: right;

    margin-right: 60px;
}
.header .top-nav .link a
{
    margin: 0 4px;

    color: #999;
}
.header .top-nav .link a:hover
{
    text-decoration: underline;

    color: #ff5a11;
}
.header .search
{
    float: right;

    margin-top: 44px;
    margin-left: 50px;
}
.header .search a
{
    line-height: 18px;

    display: block;

    width: 18px;
    height: 18px;
    margin: 0 auto;

    color: #999;
}
.header .search a::after
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e600';

    color: #9a9a9a;
}
.header .searchbox
{
    line-height: 48px;

    position: absolute;
    z-index: 9999;
    top: 156px;
    left: 0;

    display: none;

    width: 100%;

    vertical-align: middle;
}
.header .searchbox input:focus
{
    outline: none;
}
.header .searchbox .search-pc
{
    position: relative;
}
.header .searchbox input
{
    line-height: 50px;

    width: 100%;
    margin: 0;
    padding: 0 30px 0 15px;

    color: #fff;
    border: none;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, .8);
}
.header .searchbox .sbtn
{
    position: absolute;
    top: 12px;
    right: 35px;

    display: inline-block;

    width: 20px;
    height: 20px;

    cursor: pointer;

    border: none;
    outline: none;
    background: none;
}
.header .sbtn::after
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e600';

    color: #999;
}
.header .nav
{
    float: right;
}
.header .nav > ul > li
{
    display: inline-block;

    margin-right: -3px;

    list-style: none;
}
.header .nav > ul > li > a
{
    font-size: 16px;
    line-height: 106px;

    position: relative;

    display: block;

    padding: 0 30px;
}
.header .nav > ul > li:hover > a,
.header .nav > ul > li.active > a
{
    font-weight: bold;

    color: #ff5a11;
}
.header .nav > ul > li:hover > a::after,
.header .nav > ul > li.active > a::after
{
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;

    display: block;

    width: 0;
    height: 0;
    margin: auto;

    content: '';

    border-right: 9px solid transparent;
    border-bottom: 9px solid #ff5a11;
    border-left: 9px solid transparent;
}
.header .nav > ul > li .level-2,
.header .nav > ul > li .level-3
{
    position: absolute;
    z-index: 10;

    display: none;

    background-color: #fff;
}
.header .nav > ul > li .level-2 a,
.header .nav > ul > li .level-3 a
{
    display: block;
    overflow: hidden;

    padding: 0 20px;

    white-space: nowrap;
    text-overflow: ellipsis;

    border-bottom: none;
}
.header .nav > ul > li .level-2
{
    line-height: 40px;

    top: 146px;

    min-width: 160px;
    margin-left: -16px;
    padding: 0;

    background-color: rgba(253, 120, 31, .7);
}
.header .nav > ul > li .level-2 a
{
    font-size: 14px;

    padding: 0 16px;

    text-align: center;

    color: #fff;
    border-bottom: 1px solid #fd791f;
}
.header .nav > ul > li .level-2 > li
{
    position: relative;

    width: 100%;
    padding: 0 8px;
}
.header .nav > ul > li .level-2 > li:last-child a
{
    border-bottom: none;
}
.header .nav > ul > li .level-2 > li:hover
{
    background-color: #ff5a11;
}
.header .nav > ul > li .level-2 > li:hover .level-3
{
    display: block;
}
.header .nav > ul > li .level-3
{
    top: 0;
    left: 100%;

    float: left;

    min-width: 206px;
    padding: 10px 0;

    background-color: rgba(0, 0, 0, .8);
}
.header .nav > ul > li .level-3 > li:hover
{
   background-color: rgba(253, 120, 31, .7);
}
.header .nav > ul > li .level-3 > li:hover a
{
    color: #fff;
}
.online
{
    position: fixed;
    z-index: 99;
    top: 40%;
    right: 0;

    width: 54px;
}
@media (max-width: 767px)
{
    .online
    {
        display: none;
    }
}
.online a
{
    position: relative;

    display: block;

    width: 54px;
    height: 54px;
    margin-top: 3px;

    cursor: pointer;
    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;
    text-decoration: none;

    color: #fff;
    border-radius: 50%;
    background: url(/images/online.png) no-repeat;
    background-color: rgba(0, 0, 0, .7);
}
.online a:hover
{
     background-color: rgba(253, 120, 31, .7);
	 
}
.online a.online-qq
{
    background-position: 0 0;
}
.online a.online-skype
{
    background-position: 0 -54px;
}
.online a.online-wechat
{
    position: relative;

    background-position: 0 -108px;
}
.online a.online-wechat img
{
    position: absolute;
    right: 60px;

    display: none;

    // width: 120px;
    // height: 120px;

    border: 4px solid #00a686;
}
.online a.online-linkin
{
    background-position: 0 -162px;
}
.online a.online-top
{
    background-position: 0 -216px;
}
// .banner
// {
//     position: relative;

//     overflow: hidden;

//     width: 100%;
//     height: 600px;
// }
// .banner .banner-box
// {
//     position: absolute;
//     left: 50%;

//     width: 1920px;
//     margin-left: -960px;

//     text-align: center;
// }
// .banner .banner-box .owl-carousel .owl-pagination
// {
//     position: absolute;
//     bottom: 30px;

//     width: 100%;
// }
// .banner .banner-box .owl-carousel .owl-controls .owl-page.active span
// {
//     z-index: 9;

//     background-color: #f8b500;
// }
// .banner .banner-box .owl-carousel .owl-controls .owl-page span
// {
//     position: relative;

//     width: 43px;
//     height: 3px;
//     margin: 0 8px;

//     opacity: 1;
//     background-color: #fff;
// }
// .banner .banner-box .owl-buttons
// {
//     display: none;
// }

// .banner .slider-nav{
//     margin-bottom: 10px;
// }
// .banner .slider-nav li
// {
//     width: 42px;
//     height: 3px;
//     margin: 0 5px;
//     padding: 0;

//     border: none;
//     background-color: #fff;
// }
// .banner .slider-nav li.active
// {
//     opacity: 1;
//     background-color: #f8b500;
// }
// .banner .slider-nav li:hover
// {
//     border: none;
//     background-color: #f8b500;
// }


.banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 600px;
}
.banner .banner-box
{
    position: absolute;
    left: 50%;

    width: 1920px;
    margin-left: -960px;

    text-align: center;
}
.banner .banner-box .owl-item img
{
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
}
.banner .banner-box .owl-pagination
{
    position: absolute;
    bottom: 30px;

    width: 100%;
}
.banner .banner-box .owl-controls .owl-page.active span
{
    z-index: 9;

    background-color: #f8b500;
}
.banner .banner-box .owl-controls .owl-page span
{
    position: relative;

    width: 50px;
    height: 6px;
    margin: 0 8px;

    opacity: 1;
    background-color: #fff;
}
.banner .banner-box .owl-buttons
{
    display: none;
}
.banner .text
{
    position: absolute;
    z-index: 999;
    top: 36%;

    max-width: 760px;

    text-align: left;

    opacity: 0;
    color: #fff;
}
@media (max-width: 991px)
{
    .banner .text
    {
        top: 30%;
        right: 0;
        left: 0;

        max-width: 50%;
        margin: auto;
    }
}
.banner .text .note
{
    padding: 40px 26px;
    width: 500px;
    background-color: rgba(0, 0, 0, .14);
}
.banner .text h3
{
    font-size: 40px;
    font-weight: 300;
    font-weight: bold;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;
    margin-bottom: 15px;

    letter-spacing: 5px;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.banner .text h3::after
{
    display: block;

    width: 44px;
    height: 2px;
    margin-top: 10px;

    content: '';

    background-color: #ff5a11;
}
.banner .text p
{
    font-size: 20px;
    line-height: 2;

    overflow: hidden;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner .text p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .banner .text p
    {
        margin: 4px 0 0 0;
    }
}
.banner .owl-item.active .text
{
    overflow: hidden;

    -webkit-animation: fadeOut 2.5s 5s ease both;
            animation: fadeOut 2.5s 5s ease both;

    opacity: 1;
}
.banner .owl-item:nth-child(1) .text .note{
    width: 400px;
}
.banner .owl-item:nth-child(2) .text .note{
    width: 400px;
    text-align: center;
}
.banner .owl-item:nth-child(2) .text .note h3::after{
    margin-left: 80px;
}
.banner .owl-item.active .text .note
{
    -webkit-animation: fadeInUp 2s 0s ease both;
            animation: fadeInUp 2s 0s ease both;
}
.banner .owl-item.active .text h3
{
    -webkit-animation: fadeInLeft 2s .1s ease both;
            animation: fadeInLeft 2s .1s ease both;
}
.banner .owl-item.active .text p
{
    -webkit-animation: fadeInRight 2s .1s ease both;
            animation: fadeInRight 2s .1s ease both;
}
.banner .owl-item.active .text a.more
{
    -webkit-animation: fadeInUp 2s 1s ease both;
            animation: fadeInUp 2s 1s ease both;
}
.banner .owl-item.active img
{
    -webkit-transition: 16s linear;
            transition: 16s linear;
    -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    -webkit-animation: zoomIn 16s 0s ease both;
            animation: zoomIn 16s 0s ease both;
}
.banner-inner
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 450px;
}
.banner-inner .inner-box
{
    position: absolute;
    left: 50%;

    width: 1920px;
    margin-left: -960px;
}
.box
{
    padding: 60px 0;
}
.title
{
    position: relative;
    z-index: 2;

    max-width: 1200px;
    margin: 0 auto;

    text-align: center;
}
.title h2
{
    font-size: 25px;

    margin: 0;

    text-transform: uppercase;

    color: #ff5a11;
}
.title p
{
    font-weight: bold;

    display: inline-block;

    margin: 10px 0 0 0;

    color: #ccc;
}
.title p::before
{
    display: inline-block;
    float: left;

    width: 42px;
    height: 1px;
    margin-top: 8px;
    margin-right: 12px;

    content: '';

    background-color: #e5e5e5;
}
.title p::after
{
    display: inline-block;
    float: right;

    width: 42px;
    height: 1px;
    margin-top: 8px;
    margin-left: 12px;

    content: '';

    background-color: #e5e5e5;
}
.box-product ul
{
    overflow: hidden;

    margin-top: 30px;
}
.box-product ul li
{
    float: left;

    width: 23%;

    cursor: pointer;
    text-align: center;
}
.box-product ul li a
{
    display: block;
}
.box-product ul li span::before
{
    display: block;

    width: 64px;
    height: 64px;
    margin: 0 auto;
    margin-bottom: 10px;

    content: '';

    background: url(/images/icon.png) no-repeat;
}
.box-product ul li.active,
.box-product ul li:hover
{
    color: #ff5a11;
}
.box-product ul li.active::after,
.box-product ul li:hover::after
{
    display: block;

    width: 30px;
    height: 30px;
    margin: 12px auto;

    content: '';

    background: url(/images/icon.png) no-repeat;
    background-position: -570px 0;
    background-size: cover;
}
.box-product ul li.item-1 span::before
{
    background-position: -192px 0;
}
.box-product ul li.item-1.active span::before,
.box-product ul li.item-1:hover span::before
{
    background-position: -704px 0;
}
.box-product ul li.item-2 span::before
{
    background-position: -256px 0;
}
.box-product ul li.item-2.active span::before,
.box-product ul li.item-2:hover span::before
{
    background-position: -768px 0;
}
// .box-product ul li.item-3 span::before
// {
//     background-position: -320px 0;
// }
// .box-product ul li.item-3.active span::before,
// .box-product ul li.item-3:hover span::before
// {
//     background-position: -832px 0;
// }
.box-product ul li.item-3 span::before
{
    background-position: -384px 0;
}
.box-product ul li.item-3.active span::before,
.box-product ul li.item-3:hover span::before
{
    background-position: -896px 0;
}
.box-product ul li.item-4 span::before
{
    background-position: -448px 0;
}
.box-product ul li.item-4.active span::before,
.box-product ul li.item-4:hover span::before
{
    background-position: -960px 0;
}
// .box-product ul li.item-6 span::before
// {
//     background-position: -512px 0;
// }
// .box-product ul li.item-6.active span::before,
// .box-product ul li.item-6:hover span::before
// {
//     background-position: -1024px 0;
// }
// .box-product ul li.item-7 span::before
// {
//     background-position: -576px 0;
// }
// .box-product ul li.item-7.active span::before,
// .box-product ul li.item-7:hover span::before
// {
//     background-position: -1088px 0;
// }
.box-product ul li.item-5 span::before
{
    background-position: -640px 0;
}
.box-product ul li.item-5.active span::before,
.box-product ul li.item-5:hover span::before
{
    background-position: -1152px 0;
}
.box-product .owl-wrapper-outer
{
    text-align: center;
}
.box-product .item
{
    position: relative;

    margin: 0 10px;
}
.box-product .item .img-box
{
    padding-bottom: 75.86206897%;

    border: 1px solid #eee;
}
.box-product .item .mask
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 15px;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;

    opacity: 0;
    background-color: rgba(253, 120, 31, .64);
}
.box-product .item .mask a
{
    display: block;

    width: 100%;
    height: 100%;

    border: 1px solid #fff;
}
.box-product .item .mask a span
{
    position: absolute;
    top: 120%;
    right: 0;
    left: 0;

    display: block;

    margin: auto;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.box-product .item .mask a span::after
{
    display: block;

    width: 28px;
    height: 28px;
    margin: 0 auto;
    margin-top: 14px;

    content: '';

    background: url(/images/icon.png) no-repeat;
    background-position: -560px 0;
    background-size: cover;
}
.box-product .item:hover .mask
{
    opacity: 1;
}
.box-product .item:hover .mask a span
{
    top: 50%;
}
.box-product .owl-controls
{
    margin: 0;
}
.box-product .owl-controls .owl-pagination
{
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;

    display: none;

    width: 100%;
    max-width: 1500px;
    margin: auto;

    text-align: center;
}
@media (max-width: 1500px)
{
    .box-product .owl-controls .owl-pagination
    {
        max-width: 1200px;
    }
}
@media (max-width: 1199px)
{
    .box-product .owl-controls .owl-pagination
    {
        max-width: 970px;
    }
}
@media (max-width: 991px)
{
    .box-product .owl-controls .owl-pagination
    {
        text-align: center;
    }
}
.box-product .owl-controls .owl-pagination .owl-page span
{
    width: 10px;
    height: 10px;

    opacity: 1;
    border-radius: 0;
    border-radius: 50%;
    background: none;
    background-color: #fff;
}
.box-product .owl-controls .owl-pagination .owl-page.active span
{
    background-color: #ff5a11;
}
.box-product .owl-controls .owl-buttons .owl-prev,
.box-product .owl-controls .owl-buttons .owl-next
{
    position: absolute;
    z-index: 999;
    top: 50%;

    margin: 0;
    padding: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
    border-radius: 0;
    background: none;
}
.box-product .owl-controls .owl-buttons .owl-prev::after,
.box-product .owl-controls .owl-buttons .owl-next::after
{
    font-family: 'iconfont';
    font-size: 36px;

    color: #eee;
}
.box-product .owl-controls .owl-buttons .owl-prev:hover::after,
.box-product .owl-controls .owl-buttons .owl-next:hover::after
{
    color: #ff5a11;
}
.box-product .owl-controls .owl-buttons .owl-prev
{
    left: -50px;
}
.box-product .owl-controls .owl-buttons .owl-prev::after
{
    content: '\e9d7';
}
.box-product .owl-controls .owl-buttons .owl-next
{
    right: -50px;
}
.box-product .owl-controls .owl-buttons .owl-next::after
{
    content: '\e672';
}
.box-about
{
    padding-top: 0;
}
.box-about .text
{
    max-width: 780px;
    margin: 0 auto;
    margin-top: 30px;

    text-align: center;
}
.box-about .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.box-about .more
{
    margin-top: 20px;

    text-align: center;
}
.box-about .more a
{
    line-height: 30px;

    display: inline-block;

    height: 30px;
    padding: 0 20px;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;

    color: #999;
    border: 1px solid #e5e5e5;
}
.box-about .more a:hover
{
    color: #fff;
    border-color: #ff5a11;
    background-color: #ff5a11;
}
.box-about .info ul
{
    overflow: hidden;

    margin: 0 -18px;
}
.box-about .info ul li
{
    float: left;

    width: 33.33333333%;
    padding: 0 18px;
}
.box-about .info ul li .item
{
    position: relative;

    margin-top: 36px;
}
.box-about .info ul li .item .a-title
{
    position: absolute;
    top: 17px;
    right: -9px;
}
.box-about .info ul li .item .a-title h3
{
    font-size: 16px;
    line-height: 38px;

    position: relative;

    height: 38px;
    margin: 0;
    padding: 0 20px 0 10px;

    color: #fff;
    background-color: rgba(236, 119, 69, .95);
}
.box-about .info ul li .item .a-title h3 span
{
    font-size: 12px;
    font-weight: normal;

    margin-left: 8px;
}
.box-about .info ul li .item .a-title h3::before
{
    position: absolute;
    left: -15px;

    display: inline-block;

    width: 0;
    height: 0;

    content: '';

    opacity: .75;
    border-top: 19px solid #ff5a11;
    border-left: 15px solid transparent;
}
.box-about .info ul li .item .a-title h3::after
{
    position: absolute;
    top: 19px;
    left: -15px;

    display: inline-block;

    width: 0;
    height: 0;

    content: '';

    opacity: .75;
    border-bottom: 19px solid #ff5a11;
    border-left: 15px solid transparent;
}
.box-about .info ul li .item .a-title::after
{
    position: absolute;
    top: -7px;
    right: 0;

    display: inline-block;

    width: 0;
    height: 0;

    content: '';

    border-right: 9px solid transparent;
    border-bottom: 7px solid #2f7f9a;
}
.box-about .info ul li .item .img-box
{
    padding-bottom: 54.05405405%;
}
.box-about .info ul li .item .mask
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 15px;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;

    opacity: 0;
}
.box-about .info ul li .item .mask a
{
    display: block;

    width: 100%;
    height: 100%;

    text-align: center;

    border: 1px solid #fff;
}
.box-about .info ul li .item .mask a span
{
    position: absolute;
    top: 120%;
    right: 0;
    left: 0;

    display: block;

    margin: auto;
    padding: 0 30px;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #ff5a11;
	font-size:16px; 
	font-weight:bold;
}
.box-about .info ul li .item:hover .a-title h3
{
    background-color: rgba(248, 181, 0, .75);
}
.box-about .info ul li .item:hover .a-title h3::before
{
    border-top: 19px solid #f8b500;
}
.box-about .info ul li .item:hover .a-title h3::after
{
    border-bottom: 19px solid #f8b500;
}
.box-about .info ul li .item:hover .a-title::after
{
    border-bottom: 7px solid #f8b500;
}
.box-about .info ul li .item:hover .mask
{
    opacity: 1;
}
.box-about .info ul li .item:hover .mask a span
{
    top: 50%;
}
.box-contact
{
    overflow: hidden;

    border-bottom: 1px solid #d2d2d2;
    background: url(/images/contactbg.jpg) no-repeat center;
}
.box-contact .title
{
    float: left;

    width: 30%;
    max-width: 190px;
    margin-top: 40px;

    text-align: left;
}
.box-contact .title h2
{
    text-align: center;
}
.box-contact .title h2::before,
.box-contact .title p::before,
.box-contact .title h2::after,
.box-contact .title p::after
{
    background-color: #d2d2d2;
}
.box-contact .text
{
    float: right;

    width: 70%;
    padding: 24px 0;
}
.box-contact .text ul
{
    overflow: hidden;
}
.box-contact .text ul li
{
    float: left;

    width: 50%;

    color: #fff;
}
.box-contact .text ul li h3
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;

    margin: 0;

    color: #caecf3;
}
.box-contact .text ul li h2
{
    font-size: 25px;
    line-height: 1.4;

    margin: 0;
}
.box-contact .text ul li h4
{
    font-size: 13px;
    line-height: 1.4;

    margin: 0;

    color: #a5e7f4;
}
.box-contact .text ul li a.more
{
    line-height: 25px;

    display: inline-block;

    height: 25px;
    margin-top: 10px;
    padding: 0 40px;

    border: 1px solid #fff;
    border-radius: 50px;
}
.box-contact .text ul li a.more::after
{
    font-family: 'iconfont';
    font-size: 30px;

    content: '\e64e';
}
.box-contact .text ul li p
{
    line-height: 2.14285714;

    margin: 0;
}
.box-contact .text ul li p.tel::before,
.box-contact .text ul li p.web::before,
.box-contact .text ul li p.address::before
{
    font-family: 'iconfont';
    font-size: 15px;

    margin-right: 10px;

    content: '\e62c';
}
.box-contact .text ul li p.web::before
{
    content: '\e601';
}
.box-contact .text ul li p.address::before
{
    content: '\e628';
}
.box-contact .text ul li p a:hover
{
    text-decoration: underline;
}
.footer
{
    color: #666;
    background-color: #e5e5e5;
}
.footer .foot
{
    overflow: hidden;

    padding: 30px 0;
}
.footer .foot .f-title h2
{
    font-size: 16px;
}
.footer .foot h3
{
    font-size: 14px;
    font-weight: normal;

    margin: 0 0 8px 0;

    color: #666;
}
.footer .foot h3::before
{
    display: inline-block;
    float: left;

    width: 2px;
    height: 20px;
    margin-right: 10px;

    content: '';

    background-color: #f8b500;
}
.footer .foot .foot-nav
{
    float: left;

    width: 90%;
}
.footer .foot .foot-nav ul li
{
    float: left;

    padding-right: 50px;
}
.footer .foot .foot-nav ul li a
{
    line-height: 1.78571429;

    position: relative;
    z-index: 1;

    display: block;

    max-width: 180px;
    padding-left: 16px;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}
.footer .foot .foot-nav ul li a::before
{
    position: absolute;
    left: 0;

    margin-right: 4px;

    content: '>';
}
.footer .foot .foot-nav ul li a:hover
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);

    color: #ff5a11;
}
.footer .foot .link
{
    float: left;

    width: 10%;
}
.footer .foot .link ul li
{
    line-height: 1.78571429;
}
.footer .foot .link ul li:hover
{
    text-decoration: underline;

    color: #ff5a11;
}
.footer .foot .link a.linkin
{
    line-height: 32px;

    display: inline-block;

    width: 32px;
    height: 32px;
    margin-top: 30px;

    text-align: center;

    background-color: #bfbfbf;
}
.footer .foot .link a.linkin::after
{
    font-family: 'iconfont';

    content: '\e6f0';

    color: #fff;
}
.footer .foot .link a.linkin:hover
{
    background-color: #ff5a11;
}
.footer .copyright
{
    height: 40px;

    color: #fff;
    border-top: 1px solid #e5e5e5;
    background-color: #ff5a11;
}
.footer .copyright p
{
    line-height: 40px;

    margin: 0;

    text-align: center;
}
.footer .copyright a
{
    margin-left: 50px;
}
.footer .copyright a:hover
{
    text-decoration: underline;
}
.wrap
{
    padding: 50px 0;
}
.sidenav ul
{
    margin-top: 30px;

    text-align: center;
}
.sidenav ul li
{
    display: inline-block;
}
.sidenav ul li a
{
    line-height: 30px;

    padding: 0 28px;

    color: #666;
}
.sidenav ul li::after
{
    content: '/';

    color: #666;
}
.sidenav ul li:last-child::after
{
    display: none;
}
.sidenav ul li:hover a,
.sidenav ul li.active a
{
    font-weight: bold;

    color: #ff5a11;
}
.wrap-about .text
{
    margin-top: 30px;
}
.wrap-about .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-about .text img
{
    max-width: 100%;
}
.wrap-culture .info
{
    margin-top: 30px;
    padding: 50px 30px 160px 170px;

    background: url(/images/culturebg.jpg) no-repeat center;
}
.wrap-culture .info ul li
{
    position: relative;

    margin-top: 20px;
    padding-left: 100px;
}
.wrap-culture .info ul li h3
{
    font-size: 16px;

    position: absolute;
    top: -10px;
    left: 0;
    color:#fe6b1a;
    text-align: center;
}
.wrap-culture .info ul li h3::before
{
    font-family: 'iconfont';
    font-size: 50px;

    display: block;

    content: '\e613';

    color: #ff5a11;
}
.wrap-culture .info ul li.item-2 h3::before
{
    content: '\e67e';
}
.wrap-culture .info ul li.item-3 h3::before
{
    content: '\e694';
}
.wrap-culture .info ul li .note
{
    min-height: 90px;
    padding: 14px 30px;

    background-color: rgba(255, 255, 255, .41);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
}
.wrap-culture .info ul li .note p
{
    line-height: 2.14285714;

    margin: 0;

    color: #333;
}
.wrap-equipment .info ul
{
    overflow: hidden;

    margin: 0 -10px;
    margin-top: 10px;
}
.wrap-equipment .info ul li
{
    float: left;

    width: 33.33333333%;
    margin-top: 20px;
    padding: 0 10px;
}
.wrap-equipment .info ul li .img-box
{
    padding-bottom: 71.79487179%;

    border: 1px solid #e5e5e5;
}
.wrap-equipment .info ul li .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-equipment .info ul li p
{
    display: -webkit-box;
    overflow: hidden;

    text-align: center;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wrap-equipment .info ul li:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .info .news-title
{
    margin-top: 40px;
}
.wrap-news .info .news-title h3
{
    font-size: 20px;

    margin: 0;

    color: #666;
}
.wrap-news .info .news-title h3::before
{
    display: inline-block;
    float: left;

    width: 3px;
    height: 20px;
    margin-top: 4px;
    margin-right: 10px;

    content: '';

    background-color: #ff5a11;
}
.wrap-news .info ul
{
    overflow: hidden;
}
.wrap-news .info ul li
{
    float: left;

    width: 586px;
    margin-top: 30px;
    margin-left: 28px;
    padding: 10px;

    border: 1px solid #c6c4be;
}
.wrap-news .info ul li:nth-child(2n+1)
{
    margin-left: 0;
}
.wrap-news .info ul li .pic
{
    float: left;

    width: 280px;
}
.wrap-news .info ul li .pic .img-box
{
    padding-bottom: 75%;
}
.wrap-news .info ul li .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-news .info ul li .note
{
    float: right;

    width: 284px;
    padding: 0 30px;
}
.wrap-news .info ul li .note h3
{
    font-size: 16px;

    display: -webkit-box;
    overflow: hidden;

    color: #666;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wrap-news .info ul li .note span
{
    color: #999;
}
.wrap-news .info ul li .note p
{
    line-height: 1.57142857;

    display: -webkit-box;
    overflow: hidden;

    height: 66px;

    color: #999;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.wrap-news .info ul li .note a.more
{
    line-height: 36px;

    display: inline-block;

    height: 36px;
    padding: 0 20px;

    color: #fff;
    background-color: #666;
}
.wrap-news .info ul li .note a.more::after
{
    font-family: 'iconfont';
    font-size: 24px;

    float: right;

    margin-left: 10px;

    content: '\e609';
}
.wrap-news .info ul li:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .info ul li:hover .note h3
{
    color: #ff5a11;
}
.wrap-news .info ul li:hover .note a.more
{
    background-color: #ff5a11;
}
.wrap-news .info ul li:hover .note a.more::after
{
    -webkit-animation: fadeInLeft .8s 0s ease both;
            animation: fadeInLeft .8s 0s ease both;
}
.wrap-news .info .text
{
    margin-top: 30px;
}
.wrap-news .info .text p
{
    line-height: 2.85714286;

    margin: 0;

    color: #999;
}
.wrap-news-show .newsshow-title
{
    margin-top: 40px;

    border-bottom: 1px solid #eee;
}
.wrap-news-show .newsshow-title h3
{
    font-size: 20px;

    margin: 0;

    color: #666;
}
.wrap-news-show .newsshow-title p
{
    color: #999;
}
.wrap-news-show .text
{
    margin-top: 30px;
}
.wrap-news-show .text ul
{
    overflow: hidden;
}
.wrap-news-show .text ul li:first-child
{
    float: left;

    width: 785px;
}
.wrap-news-show .text ul li:first-child .img-box
{
    margin-top: 20px;
    padding-bottom: 78.20512821%;
}
.wrap-news-show .text ul li:nth-child(2)
{
    float: right;

    width: 395px;
}
.wrap-news-show .text ul li:nth-child(2) .img-box
{
    margin-top: 20px;
    padding-bottom: 75%;
}
.wrap-news-show .text .note p
{
    line-height: 2.5;

    margin: 0;

    color: #999;
}
.wrap-news-show .relate
{
    margin-top: 50px;

    text-align: right;
}
.wrap-news-show .relate a
{
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

    height: 46px;
    padding: 0 46px;

    color: #666;
    background-color: #ccc;
}
.wrap-news-show .relate a.prev::before
{
    font-family: 'iconfont';
    font-size: 24px;

    float: left;

    margin-top: 2px;
    margin-right: 20px;

    content: '\e6f1';
}
.wrap-news-show .relate a.next::after
{
    font-family: 'iconfont';
    font-size: 24px;

    float: right;

    margin-top: 2px;
    margin-left: 20px;

    content: '\e65f';
}
.wrap-news-show .relate a:hover
{
    color: #fff;
    background-color: #ff5a11;
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 50px;

    text-align: center;
}
.page a
{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 30px;

    display: inline-block;
    overflow: hidden;

    width: 30px;
    height: 30px;
    margin: 0 4px;

    -webkit-transition: all .2s linear;
            transition: all .2s linear;
    text-align: center;

    color: #999;
    border: 1px solid #c6c4be;
    border-radius: 50%;
    background-color: #fff;
}
.page a.active,
.page a:hover
{
    color: #fff;
    border-color: #ff5a11;
    background-color: #ff5a11;
}
.wrap-service .text
{
    margin-top: 20px;
}
.wrap-service .text h3
{
    font-size: 20px;

    color: #666;
}
.wrap-service .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.wrap-service .text img
{
    max-width: 100%;
}
.wrap-service .service-title
{
    margin-top: 50px;
}
.wrap-service .service-title h3
{
    font-size: 16px;
    line-height: 24px;

    display: inline-block;

    margin: 0;

    color: #ff5a11;
}
.wrap-service .service-title h3::before
{
    display: inline-block;
    float: left;

    width: 0;
    height: 0;
    margin-right: 6px;

    content: '';

    border-top: 14px solid #ff5a11;
    border-right: 14px solid transparent;
}
.wrap-service .service-title h3::after
{
    display: inline-block;
    float: right;

    width: 0;
    height: 0;
    margin-top: 10px;
    margin-left: 6px;

    content: '';

    border-bottom: 14px solid #ff5a11;
    border-left: 14px solid transparent;
}
.wrap-service .service
{
    margin: 0 -5px;
    margin-top: 20px;
}
.wrap-service .service .item
{
    margin: 0 5px;
}
.wrap-service .service .item .img-box
{
    padding-bottom: 68.96551724%;

    border: 1px solid #eee;
}
.wrap-service .service .owl-controls
{
    margin: 0;
}
.wrap-service .service .owl-controls .owl-pagination
{
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;

    display: none;

    width: 100%;
    max-width: 1500px;
    margin: auto;

    text-align: center;
}
@media (max-width: 1500px)
{
    .wrap-service .service .owl-controls .owl-pagination
    {
        max-width: 1200px;
    }
}
@media (max-width: 1199px)
{
    .wrap-service .service .owl-controls .owl-pagination
    {
        max-width: 970px;
    }
}
@media (max-width: 991px)
{
    .wrap-service .service .owl-controls .owl-pagination
    {
        text-align: center;
    }
}
.wrap-service .service .owl-controls .owl-pagination .owl-page span
{
    width: 10px;
    height: 10px;

    opacity: 1;
    border-radius: 0;
    border-radius: 50%;
    background: none;
    background-color: #fff;
}
.wrap-service .service .owl-controls .owl-pagination .owl-page.active span
{
    background-color: #ff5a11;
}
.wrap-service .service .owl-controls .owl-buttons .owl-prev,
.wrap-service .service .owl-controls .owl-buttons .owl-next
{
    position: absolute;
    z-index: 999;
    top: 50%;

    margin: 0;
    padding: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
    border-radius: 0;
    background: none;
}
.wrap-service .service .owl-controls .owl-buttons .owl-prev::after,
.wrap-service .service .owl-controls .owl-buttons .owl-next::after
{
    font-family: 'iconfont';
    font-size: 36px;

    color: #eee;
}
.wrap-service .service .owl-controls .owl-buttons .owl-prev:hover::after,
.wrap-service .service .owl-controls .owl-buttons .owl-next:hover::after
{
    color: #ff5a11;
}
.wrap-service .service .owl-controls .owl-buttons .owl-prev
{
    left: -50px;
}
.wrap-service .service .owl-controls .owl-buttons .owl-prev::after
{
    content: '\e9d7';
}
.wrap-service .service .owl-controls .owl-buttons .owl-next
{
    right: -50px;
}
.wrap-service .service .owl-controls .owl-buttons .owl-next::after
{
    content: '\e672';
}
.wrap-video .video
{
    position: relative;

    overflow: hidden;

    margin-top: 40px;

    text-align: center;

    background-color: #000;
}
.wrap-video .video .img-box
{
    z-index: 0;

    padding-bottom: 34.16666667%;
}
.wrap-video .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;

    opacity: .7;
}
.wrap-video .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0);
}
.wrap-video .video .iframe
{
    display: none;

    width: 100%;
}
.wrap-video .video .play
{
    font-size: 20px;
    font-weight: bold;

    display: inline-block;

    margin-top: 12%;
    margin-bottom: 100%;

    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;

    color: #fff;
}
.wrap-video .video .play::before
{
    display: block;

    width: 62px;
    height: 62px;
    margin: 0 auto;
    margin-bottom: 24px;

    content: '';

    background: url(/images/play.png) no-repeat;
    background-size: cover;
}
.wrap-video .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .5;
}
.wrap-video .video:hover .play
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.wrap-problem .text
{
    margin-top: 30px;
}
.wrap-problem .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.wrap-problem .text b
{
    font-size: 16px;

    color: #666;
}
.wrap-problem .text img
{
    max-width: 100%;
}
.wrap-product .text
{
    margin-top: 30px;
    padding: 30px 20px;

    border: 1px solid #e5e5e5;
}
.wrap-product .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-product .info ul
{
    overflow: hidden;

    margin: 0 -10px;
    // margin-top: 10px;
}
.wrap-product .info ul li
{
    float: left;

    width: 33.33333333%;
    margin-top: 25px;
    padding: 0 10px;
}
.wrap-product .info ul li .item
{
    position: relative;
}
.wrap-product .info ul li .img-box
{
    padding-bottom: 77.5862069%;

    border: 1px solid #e5e5e5;
}
.wrap-product .info ul li .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 .info ul li p
{
    font-size: 16px;
    line-height: 42px;

    position: absolute;
    z-index: 9;
    bottom: 0;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 42px;
    margin: 0;

    text-align: center;

    color: #fff;
    background-color: rgba(0, 0, 0, .57);

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wrap-product .info ul li .mask
{
    position: absolute;
    top: 0;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;

    opacity: 0;
    background-color: rgba(0, 0, 0, .53);
}
.wrap-product .info ul li .mask span
{
    position: absolute;
    top: 120%;

    display: block;

    width: 100%;

    -webkit-transition: all .8s ease;
            transition: all .8s ease;
    text-align: center;

    color: #fff;
}
.wrap-product .info ul li .mask span::after
{
    font-family: 'iconfont';
    font-size: 30px;

    position: relative;
    top: 5px;

    margin-left: 10px;

    content: '\e72d';
}
.wrap-product .info ul li:hover .mask
{
    opacity: 1;
}
.wrap-product .info ul li:hover .mask span
{
    top: 40%;
}
.wrap-product .info ul li:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-list .text
{
    margin-top: 30px;
    padding: 30px 20px;

    border: 1px solid #e5e5e5;
}
.wrap-product-list .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-product-list .info ul
{
    overflow: hidden;

    margin: 0 -10px;
    margin-top: 10px;
}
.wrap-product-list .info ul li
{
    float: left;

    width: 33.33333333%;
    margin-top: 30px;
    padding: 0 10px;
}
.wrap-product-list .info ul li .item
{
    position: relative;
}
.wrap-product-list .info ul li .img-box
{
    padding-bottom: 77.5862069%;

    border: 1px solid #e5e5e5;
}
.wrap-product-list .info ul li .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-list .info ul li .mask
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    display: block;

    width: 260px;
    height: 130px;
    margin: auto;
    padding: 15px;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
    background-color: rgba(255, 255, 255, .87);
}
.wrap-product-list .info ul li .mask a
{
    display: block;

    width: 100%;
    height: 100%;

    border: 1px solid #959595;
}
.wrap-product-list .info ul li .mask p
{
    font-size: 16px;

    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    margin: 0;

    -webkit-transition: all .8s ease;
            transition: all .8s ease;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.wrap-product-list .info ul li .mask p span
{
    font-size: 14px;

    display: block;
}
.wrap-product-list .info ul li:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show
{
    padding-bottom: 50px;
}
.wrap-product-show .text
{
    margin-top: 30px;
    padding: 30px 20px;

    border: 1px solid #e5e5e5;
}
.wrap-product-show .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-product-show .pro-show
{
    overflow: hidden;

    margin-top: 50px;
}
.wrap-product-show .pro-show .album
{
    position: relative;

    float: left;

    width: 580px;
}
.wrap-product-show .pro-show .album .img-box
{
    padding-bottom: 77.5862069%;
}
.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%;

    border: 1px solid #e5e5e5;
}
.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: 20px;
}
.wrap-product-show .pro-show .album .sync2 .synced .item
{
    border-color: #ff5a11;
}
.wrap-product-show .pro-show .album .sync2 .item
{
    margin: 0 5px;

    cursor: pointer;

    border: 1px solid #e5e5e5;
}
.wrap-product-show .pro-show .album .owl-theme .owl-controls .owl-buttons
{
    display: none;
}
.wrap-product-show .pro-show .info
{
    float: right;

    width: 560px;
}
.wrap-product-show .pro-show .info .t-title
{
    position: relative;

    margin: 30px 0;

    border-bottom: 1px solid #e5e5e5;
}
.wrap-product-show .pro-show .info .t-title h3
{
    font-size: 26px;

    margin: 0;
}
.wrap-product-show .pro-show .info .t-title p
{
    color: #999;
}
.wrap-product-show .pro-show .info .t-title p b
{
    color: #666;
}
.wrap-product-show .pro-show .info .note h3
{
    font-size: 16px;
    line-height: 24px;

    display: inline-block;

    margin: 0 0 20px 0;

    color: #ff5a11;
}
.wrap-product-show .pro-show .info .note h3::before
{
    display: inline-block;
    float: left;

    width: 0;
    height: 0;
    margin-right: 6px;

    content: '';

    border-top: 14px solid #ff5a11;
    border-right: 14px solid transparent;
}
.wrap-product-show .pro-show .info .note h3::after
{
    display: inline-block;
    float: right;

    width: 0;
    height: 0;
    margin-top: 10px;
    margin-left: 6px;

    content: '';

    border-bottom: 14px solid #ff5a11;
    border-left: 14px solid transparent;
}
.wrap-product-show .pro-show .info .note p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.wrap-product-show .pro-show .info .inquire
{
    margin-top: 60px;
}

.wrap-product-show .pro-show .info .inquire a
{
    line-height: 48px;

    display: inline-block;

    height: 48px;
    padding: 0 50px;

    color: #fff;
    background-color: #ff5a11;
}
.wrap-product-show .pro-show .info .inquire a::before
{
    font-family: 'iconfont';
    font-size: 22px;

    float: left;

    margin-top: 2px;
    margin-right: 20px;

    content: '\e70b';
}
.wrap-product-show .pro-show .info .inquire a:hover::before
{
    -webkit-animation: fadeInLeft .8s 0s ease both;
            animation: fadeInLeft .8s 0s ease both;
}
.wrap-product-show .pro-show .info .return
{
    margin-top: 26%;

    text-align: right;
}
.wrap-product-show .pro-show .info .return a
{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;

    color: #999;
}
.wrap-product-show .pro-show .info .return a.prev::after
{
    font-family: 'iconfont';
    font-size: 16px;

    margin-left: 10px;

    content: '\eb91';
}
.wrap-product-show .pro-show .info .return a.next
{
    margin-left: 24px;
}
.wrap-product-show .pro-show .info .return a.next::before
{
    font-family: 'iconfont';
    font-size: 16px;

    margin-right: 10px;

    content: '\e717';
}
.wrap-product-show .pro-show .info .return a:hover
{
    color: #ff5a11;
}
.wrap-product-show .parameter
{
    margin-top: 60px;
    padding: 30px 0 50px;

    border-top: 1px solid #e5e5e5;
}
.wrap-product-show .parameter h3
{
    font-size: 16px;
    line-height: 24px;

    display: inline-block;

    margin: 20px 0;

    color: #ff5a11;
}
.wrap-product-show .parameter h3::before
{
    display: inline-block;
    float: left;

    width: 0;
    height: 0;
    margin-right: 6px;

    content: '';

    border-top: 14px solid #ff5a11;
    border-right: 14px solid transparent;
}
.wrap-product-show .parameter h3::after
{
    display: inline-block;
    float: right;

    width: 0;
    height: 0;
    margin-top: 10px;
    margin-left: 6px;

    content: '';

    border-bottom: 14px solid #ff5a11;
    border-left: 14px solid transparent;
}
.wrap-product-show .parameter p
{
    line-height: 2.85714286;

    margin: 0;

    color: #999;
}
.wrap-product-show .parameter .productshow
{
    margin: 0 -5px;
    margin-top: 20px;
}
.wrap-product-show .parameter .productshow .item
{
    margin: 0 5px;
}
.wrap-product-show .parameter .productshow .item .img-box
{
    padding-bottom: 68.96551724%;

    border: 1px solid #eee;
}
.wrap-product-show .parameter .productshow .owl-controls
{
    margin: 0;
}
.wrap-product-show .parameter .productshow .owl-controls .owl-pagination
{
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;

    display: none;

    width: 100%;
    max-width: 1500px;
    margin: auto;

    text-align: center;
}
@media (max-width: 1500px)
{
    .wrap-product-show .parameter .productshow .owl-controls .owl-pagination
    {
        max-width: 1200px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .parameter .productshow .owl-controls .owl-pagination
    {
        max-width: 970px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .productshow .owl-controls .owl-pagination
    {
        text-align: center;
    }
}
.wrap-product-show .parameter .productshow .owl-controls .owl-pagination .owl-page span
{
    width: 10px;
    height: 10px;

    opacity: 1;
    border-radius: 0;
    border-radius: 50%;
    background: none;
    background-color: #fff;
}
.wrap-product-show .parameter .productshow .owl-controls .owl-pagination .owl-page.active span
{
    background-color: #ff5a11;
}
.wrap-product-show .parameter .productshow .owl-controls .owl-buttons .owl-prev,
.wrap-product-show .parameter .productshow .owl-controls .owl-buttons .owl-next
{
    position: absolute;
    z-index: 999;
    top: 50%;

    margin: 0;
    padding: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
    border-radius: 0;
    background: none;
}
.wrap-product-show .parameter .productshow .owl-controls .owl-buttons .owl-prev::after,
.wrap-product-show .parameter .productshow .owl-controls .owl-buttons .owl-next::after
{
    font-family: 'iconfont';
    font-size: 36px;

    color: #eee;
}
.wrap-product-show .parameter .productshow .owl-controls .owl-buttons .owl-prev:hover::after,
.wrap-product-show .parameter .productshow .owl-controls .owl-buttons .owl-next:hover::after
{
    color: #ff5a11;
}
.wrap-product-show .parameter .productshow .owl-controls .owl-buttons .owl-prev
{
    left: -50px;
}
.wrap-product-show .parameter .productshow .owl-controls .owl-buttons .owl-prev::after
{
    content: '\e9d7';
}
.wrap-product-show .parameter .productshow .owl-controls .owl-buttons .owl-next
{
    right: -50px;
}
.wrap-product-show .parameter .productshow .owl-controls .owl-buttons .owl-next::after
{
    content: '\e672';
}
.wrap-product-show .inquiry
{
    padding: 50px 0 60px;

    background-color: #eee;
}
.wrap-product-show .inquiry .i-title h3
{
    font-size: 20px;

    margin-top: 0;
}
.wrap-product-show .inquiry .i-title p
{
    color: #666;
}
.wrap-product-show .inquiry form ul
{
    margin: 0 -15px;
}
.wrap-product-show .inquiry form li
{
    display: inline-block;

    width: 50%;
    margin-top: 26px;
    margin-right: -4px;
    padding: 0 15px;
}
.wrap-product-show .inquiry form li input,
.wrap-product-show .inquiry form li textarea
{
    line-height: 44px;

    width: 100%;
    min-height: 44px;
    padding: 0 16px;

    resize: vertical;

    color: #999;
    border: none;
    outline: none;
}
.wrap-product-show .inquiry form li input:focus::-webkit-input-placeholder
{
    color: rgba(153, 153, 153, .5);
}
.wrap-product-show .inquiry form li textarea:focus::-webkit-input-placeholder
{
    color: rgba(153, 153, 153, .5);
}
.wrap-product-show .inquiry form li.item-1,
.wrap-product-show .inquiry form li.item-2
{
    width: 100%;
}
.wrap-product-show .inquiry form li .btn
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    width: 100%;
    height: 50px;
    padding: 0;

    cursor: pointer;

    color: #fff;
    border: none;
    outline: none;
    background-color: #ff5a11;
}
.wrap-product-show .inquiry form li .btn::before
{
    font-family: 'iconfont';
    font-size: 18px;
    font-weight: normal;

    display: inline-block;

    margin-right: 24px;

    content: '\e656';
}
.wrap-product-show .inquiry form li .btn:hover::before
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.wrap-contact .info
{
    margin-top: 30px;

    background-color: #eee;
}
.wrap-contact .info .text
{
    padding: 10px 260px;

    border-bottom: 1px solid #fff;
}
.wrap-contact .info .text p
{
    line-height: 2.85714286;

    display: inline-block;

    margin: 0;

    color: #999;
}
.wrap-contact .info .text p.tel
{
    margin-right: 80px;
}
.wrap-contact .info .text p.fax
{
    margin-right: 50px;
}
.wrap-contact .info .text p.email
{
    margin-right: 36px;
}
.wrap-contact .info .text a:hover
{
    color: #ff5a11;
}
.wrap-contact .info .map
{
    padding: 14px;
}
.wrap-contact .info .map img
{
    /*max-width: 100%;*/
}
.wrap-message .message
{
    max-width: 570px;
    margin: 0 auto;
    margin-top: 30px;
}
.wrap-message .message p
{
    text-align: center;

    color: #999;
}
.wrap-message .message table
{
    width: 100%;
}
.wrap-message .message table input,
.wrap-message .message table textarea
{
    line-height: 40px;

    width: 100%;
    min-height: 40px;
    margin-top: 10px;
    padding: 0 24px;

    resize: vertical;

    color: #999;
    border: none;
    border-radius: 30px;
    outline: none;
    background-color: #dcdcdc;
}
.wrap-message .message table input:focus::-webkit-input-placeholder
{
    color: rgba(153, 153, 153, .5);
}
.wrap-message .message table textarea:focus::-webkit-input-placeholder
{
    color: rgba(153, 153, 153, .5);
}
.wrap-message .message table .btn
{
    font-weight: bold;
    line-height: 40px;

    width: 100%;
    height: 40px;
    margin-top: 50px;
    padding: 0;

    cursor: pointer;

    color: #fff;
    border: none;
    border-radius: 30px;
    outline: none;
    background-color: #ff5a11;
}
.wrap-message .message table .btn::after
{
    font-family: 'iconfont';
    line-height: 24px;

    display: inline-block;

    width: 24px;
    height: 24px;
    margin-left: 20px;

    content: '\e672';

    color: #bbb;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-message .message table .btn:hover::after
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}