﻿#location
{
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #bf1e2e;
}
#location p
{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
#location p i.ico-home
{
    font-size: 14px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #bf1e2e;
    margin-right: 15px;
    float: left;
    background-color: #fff;
    border-radius: 50%;
}
#location p i.ico-jiantou
{
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    margin: 0 15px;
}
#location a
{
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
#location span
{
    display: inline-block;
    color: #fff;
}
@media(max-width: 767px)
{
    #location
    {
        padding: 10px 15px;
    }
    #location p
    {
        font-size: 12px;
    }
    #location p i.ico-home
    {
        font-size: 12px;
    }
    #location p i.ico-jiantou
    {
        font-size: 12px;
        margin: 0 5px;
    }
    #location a
    {
        font-size: 12px;
    }
}
.nframe
{
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}
.nframe .title
{
    margin-bottom: 25px;
    position: relative;
    text-align: center;
}
.nframe .title h2
{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
}
.nframe .title span
{
    display: block;
    width: 60px;
    height: 2px;
    background-color: #333;
    position: relative;
    margin: 0 auto;
}
.nframe .title span:before
{
    content: "";
    position: absolute;
    left: -16px;
    background-color: #8e8e8e;
    width: 10px;
    height: 2px;
}
.nframe .title span:after
{
    content: "";
    position: absolute;
    right: -16px;
    background-color: #8e8e8e;
    width: 10px;
    height: 2px;
}
.nframe .title h1
{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
}
.nframe .title .line
{
    margin-top: 20px;
}
.nframe .title .line img
{
    display: block;
}
@media screen and (min-width: 992px) and (max-width: 1199px)
{
    .nframe
    {
        padding-bottom: 20px;
    }
    .nframe .title h2
    {
        font-size: 24px;
        line-height: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
    .nframe .title h2
    {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: initial;
    }
    .nframe .title h1
    {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: initial;
    }
}
@media(max-width: 767px)
{
    .nframe
    {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .nframe .title
    {
        margin-bottom: 15px;
    }
    .nframe .title h2
    {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: initial;
    }
    .nframe .title h1
    {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: initial;
    }
    .nframe .title p
    {
        font-size: 14px;
        line-height: 18px;
    }
    .nframe .title .more
    {
        top: 5px;
    }
    .nframe .title h2>span
    {
        font-size: 14px;
    }
    .nframe .title .line
    {
        margin-top: 10px;
    }
}
#ab_profile .content
{
    margin-bottom: 50px;
}
#ab_profile .abList
{
    margin: 0 -10px;
}
#ab_profile .abList .item
{
    float: left;
    width: 25%;
    padding: 0 10px;
}
#ab_profile .abList .item .txt
{
    padding: 10px 0;
}
#ab_profile .abList .item .txt h3
{
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
#ab_profile .abList .item .txt p
{
    font-size: 14px;
    line-height: 24px;
}
@media(max-width: 767px)
{
    #ab_profile .abList .item
    {
        width: 100%;
    }
}
#ab_history
{
    padding-top: 100px;
    padding-bottom: 100px;
}
#ab_history .title h2
{
    color: #fff;
}
#ab_history .content
{
    text-align: center;
    margin-top: 30px;
    color: #fff;
    width: 84%;
    font-size: 16px;
    line-height: 32px;
}
#ab_history .content a.link
{
    display: block;
    width: 190px;
    height: 40px;
    background-color: #bbb;
    font-size: 16px;
    line-height: 40px;
    margin: 40px auto 0;
}
@media(max-width: 767px)
{
    #ab_history
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
#ab_Img
{
    padding-bottom: 50px;
    background-color: #f2f3f4;
}
#ab_Img .tit
{
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}
#ab_Img .tit h2
{
    float: left;
    display: inline-block;
    width: 210px;
    height: 55px;
    line-height: 25px;
    background-color: #073ea2;
    font-size: 20px;
    padding: 15px 45px;
    color: #fff;
    text-transform: uppercase;
}
#ab_Img .ab_team
{
    margin-bottom: 50px;
}
#ab_Img .list
{
    margin: 35px -15px 0;
    overflow: hidden;
}
#ab_Img .list .item
{
    padding: 0 15px;
    float: left;
    width: 25%;
}
#ab_Img .list .item .img
{
    border: 1px solid #f1f1f1;
}
#ab_Img .list .item h3
{
    font-size: 18px;
}
@media(max-width: 767px)
{
    #ab_Img
    {
        padding-bottom: 30px;
    }
    #ab_Img .list .item
    {
        width: 50%;
        margin-bottom: 20px;
    }
}
#ntframe
{
    background: url("../image/bg.jpg") no-repeat;
    background-size: cover;
}
#column_nav
{
    background-color: #f0f0f0;
}
#column_nav .left_menu .lbt
{
    background-color: #073ea2;
    padding: 15px;
    position: relative;
    overflow: hidden;
}
#column_nav .left_menu .lbt h2
{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
#column_nav .left_menu ul
{
    list-style: none;
    text-align: center;
}
#column_nav .left_menu ul li
{
    -webkit-transition: none;
    transition: none;
    overflow: hidden;
    display: inline-block;
    margin: 0 10px;
}
#column_nav .left_menu ul li a
{
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 25px 15px 25px;
    position: relative;
    border-bottom: 2px solid #f0f0f0;
}
#column_nav .left_menu ul li a.hover
{
    color: #bf1e2e;
}
#column_nav .left_menu ul li:focus>a, #column_nav ul li.active>a, #column_nav ul li>a.hover, #column_nav ul li>a:hover
{
    color: #073ea2;
    border-bottom: 2px solid #073ea2;
}
@media(min-width: 768px) and (max-width: 991px)
{
    #column_nav .left_menu ul li a
    {
        padding: 10px 15px;
    }
}
@media(max-width: 767px)
{
    #column_nav
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #column_nav .left_menu .lbt
    {
        padding: 10px 15px;
    }
    #column_nav .left_menu .lbt h2 img
    {
        height: 25px;
        margin-right: 5px;
    }
    #column_nav .left_menu ul li
    {
        display: none;
        margin: 0;
    }
    #column_nav .left_menu ul li a
    {
        padding: 8px 15px;
    }
}
#left_nav
{
    width: 255px;
    float: left;
}
#left_nav .left_menu .lbt
{
    background-color: #dd2226;
    padding: 15px;
    overflow: hidden;
}
#left_nav .left_menu .lbt h2
{
    color: #fff;
    font-size: 22px;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: bold;
}
#left_nav .left_menu .lbt h2 img
{
    float: left;
    margin-right: 15px;
    margin-top: 7px;
}
#left_nav .left_menu ul
{
    background-color: #f9f9f9;
    padding-bottom: 20px;
}
#left_nav .left_menu ul li a
{
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 20px 15px 35px;
    position: relative;
    color: #6a6a6a;
}
#left_nav .left_menu ul li a:before
{
    content: ".";
    position: absolute;
    font-family: 'iconfont';
    left: 20px;
    top: 7px;
    font-size: 30px;
}
#left_nav .left_menu ul li a:after
{
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #ededed;
}
#left_nav .left_menu ul li:hover>a, #left_nav .left_menu ul li.hover>a, #left_nav .left_menu ul li.active>a
{
    color: #fff;
    background-color: #e44e51;
}
#left_nav .left_menu ul li:hover>a:after, #left_nav .left_menu ul li.hover>a:after, #left_nav .left_menu ul li.active>a:after
{
    height: 0;
}
#left_nav ul li.active>ul
{
    display: block;
}
#left_nav ul.catelist
{
    list-style: none;
    display: none;
    background-color: #fff;
    padding-bottom: 15px;
}
#left_nav ul.catelist>li
{
    border-bottom: none;
    margin-bottom: 0;
}
#left_nav ul.catelist>li>a
{
    font-size: 14px;
    line-height: 18px;
    padding: 10px 40px 10px 60px;
}
#left_nav ul.catelist>li>a:before
{
    display: none;
}
#left_nav ul.catelist>li>a:after
{
    left: 45px;
    right: 40px;
    height: 1px;
}
#left_nav ul.catelist>li:hover>a
{
    color: #bf1e2e;
    background-color: transparent;
}
#left_nav ul.catelist>li:focus>a, #left_nav ul.catelist>li.active>a, #left_nav ul.catelist>li>a.hover
{
    background-color: transparent;
    color: #bf1e2e;
}
#left_nav ul.catelist>li:focus>a:after, #left_nav ul.catelist>li.active>a:after, #left_nav ul.catelist>li:hover>a:after
{
    height: 1px;
}
@media screen and (min-width: 992px) and (max-width: 1199px)
{
    #left_nav
    {
        padding: 0;
    }
    #left_nav ul li a
    {
        font-size: 18px;
        padding: 12px 15px;
    }
    #left_nav .left_menu .lbt h2
    {
        line-height: 30px;
    }
    #left_nav .left_menu .lbt h2 img
    {
        height: 25px;
        margin-right: 5px;
        margin-top: 3px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
    #left_nav
    {
        width: 100%;
        padding: 0;
    }
    #left_nav .left_menu .lbt
    {
        padding: 10px 15px;
        margin-bottom: 0;
    }
    #left_nav .left_menu .lbt h2
    {
        line-height: 30px;
        font-size: 18px;
    }
    #left_nav .left_menu .lbt h2 img
    {
        height: 25px;
        margin-right: 5px;
    }
    #left_nav .left_menu ul
    {
        padding-bottom: 0;
    }
    #left_nav .left_menu ul>li
    {
        display: none;
        margin: 0;
    }
    #left_nav .left_menu ul li a
    {
        padding: 8px 15px 8px 40px;
    }
}
@media(max-width: 767px)
{
    #left_nav
    {
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
    #left_nav .left_menu .lbt
    {
        padding: 10px 15px;
        margin-bottom: 0;
    }
    #left_nav .left_menu .lbt h2
    {
        line-height: 30px;
        font-size: 18px;
    }
    #left_nav .left_menu .lbt h2 img
    {
        height: 25px;
        margin-right: 5px;
        margin-top: 2px;
    }
    #left_nav .left_menu ul
    {
        padding-bottom: 0;
    }
    #left_nav .left_menu ul>li
    {
        display: none;
        margin: 0;
    }
    #left_nav .left_menu ul li a
    {
        padding: 8px 15px 8px 40px;
    }
    #left_nav .left_menu ul>li.active>ul.catelist>li
    {
        display: block;
    }
}
#left_nav .left_news
{
    background-color: #dd2226;
    padding: 15px 20px;
    margin-top: 20px;
}
#left_nav .left_news h2
{
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
}
#left_nav .left_news h2 a
{
    float: right;
    color: #fff;
    font-size: 12px;
}
#left_nav .left_video
{
    margin-top: 20px;
}
#left_nav .left_cont
{
    margin-top: 20px;
    background-color: #f4f4f5;
    border-bottom: 6px solid #bf1e2e;
}
#left_nav .left_cont .txt
{
    padding: 20px;
}
#left_nav .left_cont .txt h3
{
    font-size: 22px;
    line-height: 30px;
    color: #bf1e2e;
    font-weight: bold;
    margin-bottom: 10px;
}
#left_nav .left_cont .txt p
{
    font-size: 13px;
    line-height: 26px;
}
#left_nav .left_cont .txt p a
{
    color: #bf1e2e;
}
@media screen and (min-width: 992px) and (max-width: 1199px)
{
    #left_nav .left_news
    {
        padding: 10px 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
    #left_nav .left_news
    {
        display: none;
    }
    #left_nav .left_video
    {
        display: none;
    }
    #left_nav .left_cont
    {
        display: none;
    }
}
@media(max-width: 767px)
{
    #left_nav .left_news
    {
        display: none;
    }
    #left_nav .left_video
    {
        display: none;
    }
    #left_nav .left_cont
    {
        display: none;
    }
}
#right_nav
{
    width: 900px;
    float: right;
}
#right_nav .tit
{
    text-align: left;
}
#right_nav .tit h2
{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
}
@media screen and (min-width: 992px) and (max-width: 1199px)
{
    #right_nav
    {
        width: 690px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
    #right_nav
    {
        width: 100%;
        overflow: hidden;
        margin-top: 30px;
    }
}
@media(max-width: 767px)
{
    #right_nav
    {
        width: 100%;
    }
    #right_nav .tit h2
    {
        font-size: 16px;
        line-height: 30px;
    }
}
#left_nav .left_Hot
{
    margin-top: 30px;
}
#left_nav .left_Hot .flexslider
{
    width: 100%;
    position: relative;
    height: auto;
    background: url(../image/loading.gif) 50% no-repeat;
}
#left_nav .left_Hot .slides
{
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}
#left_nav .left_Hot .slides li
{
    height: auto;
    width: 100%;
    background-position: center top;
    background-repeat: repeat-x;
    padding-bottom: 10px;
}
#left_nav .left_Hot .slides li img
{
    width: 100%;
    border: 1px solid #f0f0f0;
}
#left_nav .left_Hot .slides li h3
{
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 10px;
}
#left_nav .left_Hot .flex-control-nav
{
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: none;
}
#left_nav .left_Hot .flex-control-nav li
{
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}
#left_nav .left_Hot .flex-control-nav a
{
    display: inline-block;
    width: 6px;
    height: 6px;
    line-height: 40px;
    overflow: hidden;
    background: url(http://www.bonjochina.com/Template/Default/images/dot.png) right top no-repeat;
    cursor: pointer;
}
#left_nav .left_Hot .flex-control-nav .flex-active
{
    background-position: 0 0;
}
#left_nav .left_Hot .flex-direction-nav
{
    position: absolute;
    z-index: 88;
    width: 100%;
    bottom: 42px;
}
#left_nav .left_Hot .flex-direction-nav li a
{
    display: block;
    width: 22px;
    height: 22px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}
#left_nav .left_Hot .flex-direction-nav li a.flex-prev
{
    left: 10px;
    background: url(../image/iprev.jpg) center center no-repeat;
}
#left_nav .left_Hot .flex-direction-nav li a.flex-next
{
    right: 10px;
    background: url(../image/inext.jpg) center center no-repeat;
}
#left_nav .left_subscribe
{
    background: #f9f9f9;
    padding: 10px 15px;
}
#left_nav .left_subscribe p
{
    font-size: 14px;
    margin-bottom: 10px;
}
#left_nav .left_subscribe input
{
    width: 78%;
    display: inline-block;
    background: #fff;
    border: 0;
    padding-left: 10px;
    line-height: 40px;
}
#left_nav .left_subscribe button
{
    display: inline-block;
    line-height: 40px;
    background: #dd2226;
    width: 20%;
    border: 0;
    color: #fff;
}
#GalleryList
{
    margin: 0 -15px;
    overflow: hidden;
}
#GalleryList .item
{
    width: 25%;
    padding: 0 15px;
    float: left;
    margin-bottom: 20px;
}
#GalleryList .item:nth-child(4n+1)
{
    clear: left;
}
#GalleryList .item .img
{
    border: 1px solid #eee;
}
#GalleryList .item h3
{
    margin: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
    #GalleryList
    {
        margin: 0 -10px;
        overflow: hidden;
    }
    #GalleryList .item
    {
        width: 33.33%;
        padding: 0 10px;
    }
    #GalleryList .item:nth-child(4n+1)
    {
        clear: initial;
    }
    #GalleryList .item:nth-child(3n+1)
    {
        clear: left;
    }
    #GalleryList .item figcaption
    {
        padding: 15px;
    }
    #GalleryList .item h3
    {
        margin: 0;
        text-align: center;
        font-size: 16px;
    }
}
@media(max-width: 767px)
{
    #GalleryList
    {
        margin: 0 -5px;
    }
    #GalleryList .item
    {
        width: 50%;
        padding: 0 5px;
    }
    #GalleryList .item:nth-child(4n+1)
    {
        clear: initial;
    }
    #GalleryList .item:nth-child(2n+1)
    {
        clear: left;
    }
    #GalleryList .item figcaption
    {
        padding: 15px;
    }
    #GalleryList .item h3
    {
        margin: 0;
        text-align: center;
        font-size: 16px;
    }
}
#contact_show
{
    padding-top: 50px;
    padding-bottom: 50px;
}
#contact_show .tit
{
    float: left;
    width: 30%;
}
#contact_show .tit h2
{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
}
#contact_show .tit p
{
    font-size: 16px;
    line-height: 20px;
}
#contact_show .content
{
    float: left;
    width: 70%;
}
#contact_show .detail
{
    overflow: hidden;
}
#contact_show .detail dl
{
    float: left;
}
#contact_show .detail dl:nth-child(1)
{
    width: 32%;
    padding-right: 20px;
}
#contact_show .detail dl:nth-child(2)
{
    width: 27%;
    padding-right: 20px;
}
#contact_show .detail dl:nth-child(3)
{
    width: 29%;
    padding-right: 20px;
}
#contact_show .detail dl:nth-child(4)
{
    width: 12%;
}
#contact_show .detail dl dd
{
    font-size: 16px;
    line-height: 20px;
    padding: 6px 0;
}
@media(max-width: 767px)
{
    #contact_show .tit
    {
        width: 100%;
    }
    #contact_show .content
    {
        width: 100%;
    }
    #contact_show .detail dl:nth-child(1)
    {
        width: 100%;
        padding-right: 20px;
    }
    #contact_show .detail dl:nth-child(2)
    {
        width: 100%;
        padding-right: 20px;
    }
    #contact_show .detail dl:nth-child(3)
    {
        width: 100%;
        padding-right: 20px;
    }
    #contact_show .detail dl:nth-child(4)
    {
        width: 100%;
    }
}
#feedback_show
{
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../image/cont_bg.jpg) no-repeat center;
}
#feedback_show .feed_show
{
    overflow: hidden;
}
#feedback_show .tit
{
    float: left;
    width: 30%;
}
#feedback_show .tit h2
{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #fff;
}
#feedback_show .feed_show p
{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 15px;
    color: #fff;
}
#feedback_show .feed_show .form-group
{
    display: flex;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 0 10px;
}
#feedback_show label
{
    font-weight: normal;
    display: block;
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    margin-bottom: 0;
    color: #333;
    width: 100px;
}
#feedback_show label>em
{
    font-size: 20px;
    color: #f00;
    margin-right: 5px;
    float: left;
    margin-top: 3px;
    font-style: initial;
    width: 10px;
}
#feedback_show .form-control
{
    background-color: #f8f8f8;
    height: 42px;
    padding: 0 12px;
    border: none;
}
#feedback_show .form-group .message
{
    text-align: center;
    color: #b4b4b4;
    margin-top: 15px;
    margin-bottom: 0;
}
#feedback_show textarea.form-control
{
    height: 120px;
    resize: none;
    padding-top: 10px;
    background-color: #f8f8f8;
}
#feed_btn_send
{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #073ea2;
    border: none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 50px 0 0;
}
@media(max-width: 767px)
{
    #feedback_show .tit
    {
        width: 100%;
    }
    #feedback_show .content
    {
        width: 100%;
        float: left;
    }
}
.maplink
{
    position: absolute;
    left: calc(50% - 165px);
    bottom: -65px;
    width: 330px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #6684f2;
    box-shadow: 2px 2px 6px #666;
    border-radius: 0 0 30px 30px;
}
.maplink:hover, .maplink:active, .maplink:focus
{
    color: #fff;
}
#map
{
    -webkit-transition: 0s;
    transition: 0s;
    width: 100%;
    clear: both;
    margin-top: 30px;
    position: relative;
    border: 1px solid #dadada;
}
#feedback_show .mapinfo
{
    padding-left: 25px;
    margin-top: 40px;
}
#feedback_show .mapinfo h3
{
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-bottom: 25px;
}
#feedback_show .mapinfo h3 i
{
    margin-left: 10px;
}
#feedback_show .mapinfo p
{
    font-size: 14px;
    line-height: 18px;
    color: #bebebe;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#feedback_show .mapinfo h4
{
    font-size: 16px;
    line-height: 20px;
}
#allmap
{
    height: 380px;
}
.gm-style-iw-d
{
    line-height: 2em;
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
    #feedback_show
    {
        width: 100%;
    }
    #feedback_show .tit h2
    {
        font-size: 22px;
        line-height: 24px;
        font-weight: bold;
    }
    #feedback_show label
    {
        margin-bottom: 5px;
    }
    #feed_btn_send
    {
        margin-top: 20px;
        height: 42px;
        line-height: 42px;
    }
    .mapinfo h3
    {
        font-size: 24px;
        line-height: 30px;
    }
    #allmap
    {
        height: 300px;
    }
}
@media screen and (min-width: 1px) and (max-width: 767px)
{
    #feedback_show
    {
        width: 100%;
        padding: 30px 15px 0;
    }
    #feedback_show .tit
    {
        margin-bottom: 20px;
    }
    #feedback_show .tit h2
    {
        font-size: 22px;
        line-height: 24px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    #feedback_show .tit p
    {
        display: none;
    }
    #feedback_show label
    {
        margin-bottom: 5px;
    }
    #feed_btn_send
    {
        margin-top: 20px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    #feedback_show .map
    {
        padding: 0;
    }
    #map
    {
        padding: 20px 0;
    }
    #map:before
    {
        display: none;
    }
    #feedback_show .mapinfo
    {
        padding: 20px 0;
        margin-top: 0;
    }
    #feedback_show .mapinfo h3
    {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    #feedback_show .mapinfo p
    {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    #feedback_show .mapinfo h4
    {
        font-size: 14px;
        line-height: 18px;
    }
    #allmap
    {
        height: 300px;
    }
}
#left_news ul>li
{
    display: inline-block;
}
#left_news ul>li+li
{
    border-left: 1px solid #ddd;
}
#left_news ul>li>a
{
    font-size: 16px;
    background-color: #f5f5f5;
    padding: 16px 40px;
    display: block;
}
#left_news ul>li>a.hover
{
    background-color: #e6e6e6;
}
#right_news
{
    background: #fff;
    padding: 30px;
}
#right_news .NewsList
{
    margin: 0 -15px;
    overflow: hidden;
}
#right_news .NewsList .item-list
{
    overflow: hidden;
    margin-bottom: 15px;
}
#right_news .NewsList .item-list .tit
{
    position: relative;
    overflow: hidden;
    margin: 0 15px 25px;
    border-bottom: 2px solid #eee;
}
#right_news .NewsList .item-list .tit h2
{
    float: left;
    display: inline-block;
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 12px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
#right_news .NewsList .item-list .tit a.more
{
    float: right;
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 20px;
    text-align: center;
    background-color: #bf1e2e;
    color: #fff;
    border-radius: 1px;
    margin-top: 3px;
}
#right_news .NewsList .item-list .list
{
    overflow: hidden;
}
#right_news .NewsList .box
{
    float: left;
    width: 25%;
    overflow: hidden;
    padding: 0 15px;
}
#right_news .NewsList .item
{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    border: solid 1px #dadada;
}
#right_news .NewsList .item:nth-child(4n+1)
{
    clear: left;
}
#right_news .NewsList .item .img
{
    width: 100%;
    float: left;
    height: auto;
}
#right_news .NewsList .item .img img
{
    width: 100%;
}
#right_news .NewsList .item:hover img
{
    display: block;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
#right_news .NewsList .item .txt
{
    width: 100%;
    float: right;
    overflow: hidden;
}
#right_news .NewsList .item .txt h3
{
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    font-weight: bold;
    margin-top: 15px;
}
#right_news .NewsList .item .txt span.date
{
    display: block;
    line-height: 20px;
    color: #666;
    font-size: 16px;
    margin-top: 15px;
}
#right_news .NewsList .item .txt p
{
    margin-top: 10px;
    font-size: 12px;
    line-height: 24px;
    height: 72px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#right_news .NewsList .item .txt .more
{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #cdcdcd;
    float: right;
    border-radius: 50%;
    margin-top: 6px;
}
#right_news .NewsList .item:hover .txt .more
{
    background-color: #bf1e2e;
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
    #right_news
    {
        overflow: hidden;
    }
    #right_news .NewsList
    {
        margin: 0;
    }
    #right_news .NewsList .item-list .list
    {
        margin: 20px -10px;
    }
    #right_news .NewsList .item-list .tit
    {
        padding: 0;
        margin: 0;
    }
    #right_news .NewsList .item-list .tit h2
    {
        font-size: 18px;
    }
    #right_news .NewsList .box
    {
        padding: 0 10px;
    }
    #right_news .NewsList .item .txt
    {
        padding: 10px 10px;
    }
    #right_news .NewsList .item .txt h3
    {
        font-size: 16px;
        line-height: 20px;
        height: 40px;
    }
    #right_news .NewsList .item .txt .more
    {
        display: none;
    }
}
@media screen and (min-width: 1px) and (max-width: 767px)
{
    #left_news
    {
        float: initial;
        width: 100%;
        margin-bottom: 15px;
        position: relative;
        top: 0;
    }
    #left_news .lbt
    {
        background-color: #073ea2;
        padding: 15px;
        position: relative;
        overflow: hidden;
    }
    #left_news .lbt h2
    {
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        text-transform: uppercase;
        font-weight: bold;
    }
    #left_news ul li
    {
        display: none;
        margin-bottom: 0;
        display: block;
        float: initial;
    }
    #left_news ul>li+li
    {
        border: none;
    }
    #left_news ul li a
    {
        padding: 10px 15px;
    }
    #right_news
    {
        padding: 15px;
    }
    #right_news .NewsList
    {
        margin: 0;
    }
    #right_news .NewsList .item-list .list
    {
        margin: 20px -10px;
    }
    #right_news .NewsList .item-list .tit
    {
        padding: 0;
        margin: 0;
    }
    #right_news .NewsList .item-list .tit h2
    {
        font-size: 18px;
    }
    #right_news .NewsList .box
    {
        padding: 0 10px;
        width: 100%;
    }
    #right_news .NewsList .item .txt
    {
        padding: 10px 10px;
    }
    #right_news .NewsList .item .txt span.date
    {
        margin-top: 0;
    }
    #right_news .NewsList .item .txt h3
    {
        font-size: 12px;
        line-height: 18px;
        height: 36px;
    }
    #right_news .NewsList .item .txt .more
    {
        display: none;
    }
}
#right_news .tit h1
{
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
}
#right_news .tit p
{
    text-align: center;
}
#news_detail, #RelatedNews
{
    margin-top: 15px;
}
#news_detail iframe
{
    display: block;
    margin: 0 auto;
}
#prevnext
{
    background: #f5f5f5;
    padding: 15px;
    margin-top: 15px;
}
#prevnext .btn-info
{
    background: #073ea2;
    border-color: #073ea2;
    opacity: .7;
    color: #fff;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#prevnext .btn-info:hover
{
    opacity: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px)
{
    #right_news .tit h1
    {
        font-size: 20px;
        line-height: 24px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
    #right_news .tit h1
    {
        font-size: 18px;
        line-height: 20px;
    }
    #newslist .item
    {
        margin-bottom: 15px;
    }
    #newslist .item .txt
    {
        padding: 10px;
    }
    #newslist .item .txt h3
    {
        margin-bottom: 0;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    #newslist .item .txt span
    {
        display: none;
    }
    #news_detail img
    {
        width: 100%;
    }
}
@media screen and (min-width: 1px) and (max-width: 767px)
{
    #right_news .tit h1
    {
        font-size: 18px;
        line-height: 20px;
    }
    #newslist .item
    {
        margin-bottom: 15px;
        padding: 20px 15px 10px;
    }
    #newslist .item .txt
    {
        padding: 10px 0;
    }
    #newslist .item .txt h3
    {
        white-space: initial;
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    #newslist .item .txt span
    {
        display: none;
    }
    #news_detail img
    {
        width: 100%;
    }
    #prevnext .btn-info
    {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
}
#RelatedNews
{
    margin-top: 30px;
    overflow: hidden;
}
#RelatedNews .title
{
    text-align: left;
}
#RelatedNews .relate_list .item
{
    margin-bottom: 12px;
    float: left;
    width: 50%;
    padding-right: 50px;
}
#RelatedNews .relate_list .item .txt h3
{
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#RelatedNews .relate_list .item .txt h3:before
{
    content: "";
    font-size: 14px;
    font-family: "iconfont";
    position: absolute;
    left: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
    #RelatedNews .relate_list .item .txt h3
    {
        line-height: 24px;
        white-space: initial;
    }
    #RelatedNews .relate_list .item .txt p
    {
        display: none;
    }
}
@media screen and (min-width: 1px) and (max-width: 767px)
{
    #RelatedNews .relate_list .item
    {
        width: 100%;
    }
    #RelatedNews .relate_list .item .txt h3
    {
        font-size: 12px;
        line-height: 16px;
        white-space: initial;
    }
}
#downtable
{
    width: 100%;
    max-width: 100%;
}
#downtable tr th
{
    padding: 10px;
    font-size: 16px;
}
#downtable tr th:nth-child(1)
{
    width: 50%;
}
#downtable tr th:nth-child(2)
{
    width: 30%;
}
#downtable tr th:nth-child(3)
{
    text-align: right;
    width: 20%;
}
#downtable tr
{
    border-bottom: 1px solid #dbdadb;
}
#downtable tr td
{
    padding: 10px;
    font-size: 14px;
}
#downtable tr td:nth-child(3)
{
    text-align: right;
}
#downtable tr td i
{
    font-size: 18px;
}
#downtable tr td i.tag
{
    margin-right: 10px;
    color: #f00;
}
@media screen and (min-width: 1px) and (max-width: 767px)
{
    #downtable tr th
    {
        padding: 5px;
        font-size: 14px;
    }
    #downtable tr td
    {
        padding: 5px;
        font-size: 13px;
    }
    #downtable tr th:nth-child(1)
    {
        width: 50%;
    }
    #downtable tr th:nth-child(2)
    {
        display: none;
    }
    #downtable tr th:nth-child(3)
    {
        width: 50%;
    }
    #downtable tr td:nth-child(2)
    {
        display: none;
    }
}
#CateIntro
{
    margin-bottom: 30px;
}
#CateIntro .tit
{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
}
#CateIntro .tit h2
{
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
#CateIntro .tit p
{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-top: 20px;
}
#CateIntro .list
{
    overflow: hidden;
}
#CateIntro .list a
{
    float: left;
    display: inline-block;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    position: relative;
}
#CateIntro .list a>i
{
    font-size: 12px;
    float: left;
}
#CateIntro .list a:before
{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #333;
    left: 0;
    top: 3px;
}
#CateIntro .list a:after
{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    left: 3px;
    top: 6px;
}
@media screen and (min-width: 992px) and (max-width: 1199px)
{
    #CateIntro
    {
        margin-bottom: 0;
    }
    #CateIntro .tit p
    {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
    #CateIntro .tit
    {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    #CateIntro .tit h2
    {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 28px;
    }
    #CateIntro .tit p
    {
        display: none;
    }
    #CateIntro .list a
    {
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 1px) and (max-width: 767px)
{
    #CateIntro .tit
    {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    #CateIntro .tit h2
    {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
    }
    #CateIntro .tit p
    {
        display: none;
    }
    #CateIntro .list a
    {
        margin-bottom: 10px;
    }
}
#content_remark
{
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 26px;
    color: #464646;
}
#right_nav .nProList
{
    overflow: hidden;
    margin: 0 -7px;
}
#right_nav .nProList .box
{
    overflow: hidden;
    width: 100%;
    float: left;
    padding: 30px;
    background: #fff;
    border-bottom: 2px solid #dd2226;
    margin-bottom: 30px;
}
#right_nav .nProList .box:nth-child(4n+1)
{
    clear: left;
}
#right_nav .nProList .box .item
{
    width: 100%;
    float: left;
    height: auto;
}
#right_nav .nProList .item .img
{
    width: 40%;
    float: left;
    position: relative;
    border: 1px solid #ddd;
}
#right_nav .nProList .item .img svg.icon
{
    position: absolute;
    font-size: 45px;
    z-index: 1;
    display: none;
}
#right_nav .nProList .item .txt
{
    width: 56%;
    float: right;
}
#right_nav .nProList .item h3
{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 15px;
}
#right_nav .nProList .item .txt p
{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    max-height: 160px;
    overflow: hidden;
}
#right_nav .nProList .item .txt p span
{
    color: #dd2226;
    display: block;
    margin-bottom: 15px;
}
#right_nav .nProList .item .txt .link
{
    background: #dd2226;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 15px;
}
#right_nav .nProList .box:hover
{
    border-bottom-color: #bf1e2e;
}
#right_nav .nProList .item:hover h3
{
    color: #bf1e2e;
}
@media screen and (min-width: 992px) and (max-width: 1199px)
{
    #right_nav .nProList
    {
        padding: 0;
    }
    #right_nav .nProList .item-list .tit
    {
        padding: 0 15px;
    }
    #right_nav .nProList .item-list .tit p
    {
        font-size: 14px;
        line-height: 20px;
    }
    #right_nav .nProList .box
    {
        padding: 10px;
    }
    #right_nav .nProList .item .txt
    {
        padding: 5px 0;
    }
    #right_nav .nProList .item h3
    {
        font-size: 13px;
        line-height: 18px;
    }
    #right_nav .nProList .item .link
    {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
    #right_nav .nProList
    {
        padding: 0;
        margin-top: 30px;
    }
    #right_nav .nProList .item-list .tit
    {
        padding: 0 15px;
    }
    #right_nav .nProList .item-list .tit p
    {
        font-size: 14px;
        line-height: 20px;
    }
    #right_nav .nProList .goods_list
    {
        margin: 0 -10px;
    }
    #right_nav .nProList .box
    {
        padding: 10px;
    }
    #right_nav .nProList .item .txt
    {
        padding: 5px 0;
    }
    #right_nav .nProList .item h3
    {
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (min-width: 1px) and (max-width: 767px)
{
    #right_nav .nProList
    {
        padding: 0 0;
        margin: 20px 0 0 0;
    }
    #right_nav .nProList .item-list .tit h2
    {
        width: 88%;
        font-size: 20px;
    }
    #right_nav .nProList .item-list .tit p
    {
        font-size: 14px;
        line-height: 20px;
        display: none;
    }
    #right_nav .nProList .item-list .tit
    {
        padding: 0 0;
    }
    #right_nav .nProList .goods_list
    {
        margin: 0 -10px;
    }
    #right_nav .nProList .box
    {
        width: 100%;
        padding: 0;
    }
    #right_nav .nProList .box:nth-child(4n+1)
    {
        clear: initial;
    }
    #right_nav .nProList .box:nth-child(2n+1)
    {
        clear: left;
    }
    #right_nav .nProList .item .img
    {
        width: 100%;
        border: 0!important;
    }
    #right_nav .nProList .item .txt
    {
        padding: 10px 30px;
        width: 100%;
    }
    #right_nav .nProList .item h3
    {
        font-size: 12px;
        line-height: 16px;
        max-height: 32px;
    }
    #right_nav .nProList .item p
    {
        display: none;
    }
}
#slider
{
    overflow: hidden;
    padding-bottom: 30px;
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
}
#picView
{
    position: relative;
    float: left;
    width: 42%;
    padding: 10px 0;
    background-color: #fff;
}
#picView .gallery-thumbs
{
    margin-top: 15px;
    padding-top: 15px;
}
#picView .gallery-thumbs .swiper-slide
{
    border: 1px solid #dadada;
}
#picView .gallery-thumbs .swiper-slide-thumb-active
{
    border-color: #bf1e2e;
    position: relative;
}
#picView .gallery-thumbs .swiper-slide-thumb-active:before
{
    content: "";
    position: absolute;
    left: calc(50% - 6px);
    top: -12px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #bf1e2e transparent;
}
#picView .gallery-top .swiper-button-next
{
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23bf1e2e'%2F%3E%3C%2Fsvg%3E");
}
#picView .gallery-top .swiper-button-prev
{
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23bf1e2e'%2F%3E%3C%2Fsvg%3E");
}
#picView img
{
    width: 100%;
}
#slider .title
{
    margin-bottom: 20px;
}
#slider h1
{
    position: relative;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#slider h3
{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}
#protitle
{
    padding: 0 0 0 30px;
    float: left;
    width: 58%;
}
#protitle>p
{
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    margin-top: 15px;
    color: #7b7b7b;
}
#protitle .btnlist
{
    margin-top: 30px;
}
#protitle .link
{
    display: inline-block;
    background-color: #073ea2;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 20px;
}
#protitle .link>i
{
    margin-left: 15px;
}
#protitle .btnlist>p
{
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
}
#protitle .btnInquiry
{
    float: left;
    margin-right: 5%;
    padding: 0 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    background-color: #dd2226;
    color: #fff;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-top: 15px;
}
#protitle .btnlist .btncar
{
    float: right;
}
#protitle #ProShare
{
    margin-top: 25px;
}
#protitle #ProShare a
{
    padding: 0;
    margin-right: 10px;
}
#myTab li
{
    margin-right: 5px;
    margin-bottom: -2px;
}
#myTab li a
{
    border-radius: 0;
    margin-right: 0;
    color: #fff;
    padding: 0;
    background-color: transparent;
    border: none;
}
#myTab li a h2
{
    font-size: 16px;
    line-height: 20px;
    color: #333;
    border-left: 15px solid #dd2226;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 30px;
}
#myTabContent
{
    padding: 20px 0;
}
#inquiry
{
    margin-top: 30px;
}
#inquiry .tit h2
{
    font-size: 16px;
    line-height: 20px;
    color: #333;
    border-left: 15px solid #dd2226;
    font-weight: normal;
    text-align: center;
    padding: 8px 30px;
    display: inline-block;
    margin-bottom: 0;
    border-bottom: none;
}
#inquiry .remark
{
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1199px)
{
    #slider h1
    {
        font-size: 22px;
        line-height: 25px;
    }
    #protitle>p
    {
        line-height: 20px;
    }
    #protitle
    {
        padding: 0 15px;
        width: 50%;
    }
    #protitle .link a
    {
        margin-right: 25px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
    #ProShare
    {
        display: block;
        margin: 0;
        padding-top: 15px;
        clear: both;
    }
    #protitle
    {
        padding-left: 30px;
    }
    #protitle>h1
    {
        font-size: 24px;
        line-height: 36px;
    }
    #protitle>p
    {
        line-height: 20px;
    }
    #protitle .btnInquiry
    {
        font-size: 16px;
    }
    #protitle .link a
    {
        margin-right: 20px;
    }
    #protitle #ProShare
    {
        margin-top: 10px;
    }
    #pro_detail .left_nav
    {
        display: none;
    }
    #pro_detail .right_nav
    {
        width: 100%;
        float: none;
    }
}
@media screen and (min-width: 1px) and (max-width: 767px)
{
    #picView
    {
        width: 100%;
    }
    #picView .gallery-thumbs
    {
        display: none!important;
    }
    #ProShare
    {
        display: block;
        margin: 0;
        padding-top: 15px;
        clear: both;
    }
    #protitle
    {
        padding: 15px 0;
        width: 100%;
    }
    #protitle>h1
    {
        font-size: 20px;
        line-height: 24px;
    }
    #protitle>p
    {
        line-height: 20px;
    }
    #protitle .link a
    {
        margin-right: 30px;
    }
    #pro_detail .left_nav
    {
        display: none;
    }
    #pro_detail .right_nav
    {
        width: 100%;
        float: none;
    }
    #myTab li a h2
    {
        padding: 8px 15px;
    }
    #inquiry .tit h2
    {
        padding: 8px 15px;
    }
}
#pro_detail
{
    background: #fff;
    padding: 30px;
}
#pro_feed_show
{
    margin-top: 30px;
    padding: 40px 20px;
    background-color: #f8f8f8;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}
#pro_feed_show P
{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
#pro_feed_show label
{
    font-weight: normal;
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
}
#pro_feed_show label>em
{
    font-size: 20px;
    color: #f00;
    margin-right: 3px;
    margin-top: 3px;
    font-style: initial;
}
#pro_feed_show .form-group
{
    margin-bottom: 20px;
    overflow: hidden;
}
#pro_feed_show .form-group .input-group
{
    display: table;
}
#pro_feed_show .form-group .input-group span
{
    display: table-cell;
    border: 1px solid #ccc;
    border-right: none;
    width: 1%;
    padding: 0 20px;
}
#pro_feed_show .form-group .input-group .form-control
{
    display: table-cell;
    width: 100%;
    border-left: none;
}
#pro_feed_show .form-control
{
    background-color: #fff;
    height: 34px;
    padding: 0 12px;
}
#pro_feed_show textarea.form-control
{
    height: 122px;
    resize: none;
    padding-top: 10px;
    background-color: #fff;
    border-radius: 0;
}
#pro_feed_show #btn_send
{
    display: block;
    width: 176px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    color: #fff;
    background-color: #dd2226;
    font-size: 16px;
    text-transform: capitalize;
}
#relatepro
{
    margin-top: 30px;
    background: #fff;
    padding: 30px;
}
#relatepro .tit h2
{
    font-size: 16px;
    line-height: 20px;
    color: #333;
    border-left: 15px solid #dd2226;
    font-weight: normal;
    text-align: center;
    padding: 8px 30px;
    display: inline-block;
    margin-bottom: 0;
    border-bottom: none;
}
#relatepro .prolist
{
    margin: 30px -15px 0;
}
#relatepro .prolist .box
{
    width: 25%;
    padding: 0 15px 0;
    float: left;
}
#right_nav .prolist .item .img
{
    position: relative;
    border: 1px solid #ddd;
}
#right_nav .prolist .item .img svg.icon
{
    position: absolute;
    font-size: 45px;
    z-index: 1;
    display: none;
}
#right_nav .prolist .item .txt
{
    padding: 10px;
    border-bottom: 2px solid #c9cbcd;
}
#right_nav .prolist .item h3
{
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
}
#right_nav .prolist .item:hover .txt
{
    border-bottom-color: #bf1e2e;
}
#right_nav .prolist .item:hover h3
{
    color: #bf1e2e;
}
#relatepro .title h2
{
    width: 100%;
}
#RelatedVideo
{
    margin-top: 50px;
}
#RelatedVideo .relate_list
{
    margin-top: 30px;
    overflow: hidden;
    margin: 0 -15px;
}
#RelatedVideo .relate_list .item
{
    padding-bottom: 10px;
    padding: 0 15px;
    float: left;
    width: 25%;
}
#RelatedVideo .relate_list .item:nth-child(4n+1)
{
    clear: left;
}
#RelatedVideo .relate_list .item .img
{
    overflow: hidden;
    border: 1px solid #ccc;
}
#RelatedVideo .relate_list .item .img img
{
    width: 100%;
}
#RelatedVideo .relate_list .item .txt
{
    margin-top: 8px;
}
#RelatedVideo .relate_list .item .txt h3
{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
#RelatedVideo .relate_list .item:hover h3
{
    text-decoration: underline;
}
@media screen and (min-width: 992px) and (max-width: 1199px)
{
    #relatepro .prolist
    {
        margin: 20px -10px 0;
    }
    #relatepro .prolist .box
    {
        padding: 0 10px 20px;
    }
    #relatepro .prolist .item .txt
    {
        padding: 5px 0;
    }
    #relatepro .prolist .item h3
    {
        font-size: 12px;
        line-height: 16px;
    }
    #relatepro .prolist .item .link
    {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
    #pro_detail .detalist img
    {
        width: 100%;
    }
    #pro_feed_show .btn-info
    {
        padding: 10px 15px;
    }
    #relatepro .prolist
    {
        margin: 20px -10px 0;
    }
    #relatepro .prolist .box
    {
        padding: 0 10px 20px;
    }
    #relatepro .prolist .item .txt
    {
        padding: 5px 0;
    }
    #relatepro .prolist .item h3
    {
        font-size: 12px;
        line-height: 16px;
    }
    #relatepro .prolist .item .link
    {
        display: none;
    }
}
@media screen and (min-width: 1px) and (max-width: 767px)
{
    #relatepro h2
    {
        font-size: 16px;
    }
    #pro_feed_show .form-control
    {
        height: 35px;
        padding: 5px 12px;
    }
    #pro_feed_show .btn-info
    {
        width: 100%;
        padding: 5px 0;
    }
    #inquiry h2
    {
        font-size: 16px;
    }
    #inquiry>#pro_feed_show
    {
        padding: 15px;
    }
    #pro_feed_show label
    {
        text-align: left;
    }
    #relatepro .prolist
    {
        margin: 20px -10px 0;
        overflow: hidden;
    }
    #relatepro .prolist .item-list .tit
    {
        padding: 0 15px;
    }
    #relatepro .prolist .box
    {
        width: 50%;
        padding: 0 10px 20px;
    }
    #relatepro .prolist .box:nth-child(2n+1)
    {
        clear: left;
    }
    #relatepro .prolist .item .txt
    {
        padding: 5px 0;
    }
    #relatepro .prolist .item h3
    {
        font-size: 12px;
        line-height: 16px;
    }
    #relatepro .prolist .item .link
    {
        display: none;
    }
    embed
    {
        width: 100%!important;
        height: auto!important;
    }
}
#sitemapnav
{
    width: 100%;
    position: relative;
    overflow: hidden;
}
#sitemapnav li
{
    list-style: none;
}
#sitemapnav a
{
    color: #333;
}
#sitemapnav .fontbig
{
    width: 100%!important;
}
#sitemapnav .bigli
{
    float: left;
    width: 100%;
    line-height: 35px;
    font-size: 18px;
}
#sitemapnav .bigli a
{
    color: #666;
    font-weight: bold;
    text-transform: capitalize;
}
#sitemapnav .bigli a:hover
{
    text-decoration: underline;
}
#sitemapnav .abli_02
{
    float: left;
    width: 44%;
    margin-left: 5%;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: inline;
    font-weight: normal;
}
#sitemapnav .abli_02 a:hover
{
    text-decoration: underline;
}
.jiange
{
    float: left;
    width: 100%;
    height: 2px;
    border-bottom: solid 1px #d2d2d2;
}
@media screen and (min-width: 1px) and (max-width: 767px)
{
    #sitemapnav .abli_02
    {
        width: 44%;
    }
}
.probigclass
{
    padding-left: 50px;
}
#sitemapnav .PROclass_01
{
    float: left;
    width: 95%;
    margin-left: 5%;
    font-size: 16px;
    line-height: 30px;
    display: inline;
    font-weight: bold;
}
#sitemapnav .PROclass_02
{
    float: left;
    width: 90%;
    margin-left: 8%;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    display: inline;
    font-weight: normal;
}
#sitemapnav .PROclass_01 a
{
    color: #666;
}
#sitemapnav .PROclass_02 a
{
    color: #666;
}
#sitemapnav .PROclass_01 a:hover
{
    text-decoration: underline;
}
#sitemapnav .PROclass_02 a:hover
{
    text-decoration: underline;
}
#sitemapnav .PROclass_03
{
    float: left;
    width: 40%;
    margin-left: 10%;
    color: #666;
    font-size: 14px;
    display: inline;
    line-height: 20px;
}
#sitemapnav .PROclass_03 a:hover
{
    text-decoration: underline;
}
#sitemapnav .PROclass_04
{
    float: left;
    width: 40%;
    margin-left: 10%;
    display: inline;
}
ul.pagination
{
    box-shadow: none;
    padding-bottom: 30px;
    width: 100%;
    border-radius: 0;
}
ul.pagination li
{
    margin-left: 10px;
    display: inline-block;
}
ul.pagination li a
{
    background-color: #6684f2;
    border-color: #6684f2;
    border-radius: 0;
    color: #fff;
}
ul.pagination li.active span
{
    background-color: #fff;
    border-color: #6684f2;
    border-radius: 0;
    color: #6684f2;
}
ul.pagination li:first-child a
{
    border-radius: 0;
}
ul.pagination li:last-child a
{
    border-radius: 0;
}
ul.pagination li:hover a
{
    background-color: #fff;
    border-color: #6684f2;
    color: #6684f2;
}
.ceptp img
{
    width: 100%;
}
.cpwz h3
{
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#thk_nav>h2
{
    margin-bottom: 20px;
    font-weight: bold;
}
#thk_nav>p
{
    line-height: 28px;
    font-size: 14px;
}
.btnthank
{
    padding: 5px 10px;
    margin-top: 15px;
    display: inline-block;
    border: 1px solid #073ea2;
    color: #fff;
    background-color: #073ea2;
}
.btnthank:hover
{
    background-color: #fff;
    color: #073ea2;
}
.nPageList
{
    margin: 0 -20px;
    overflow: hidden;
}
.nPageList .item
{
    float: left;
    width: 33.33%;
    padding: 20px;
}
.nPageList .item:nth-child(3n+1)
{
    clear: left;
}
.nPageList .item .img
{
    border: 1px solid #f1f1f1;
}
.nPageList .item figcaption
{
    padding: 50px 20px;
}
.nPageList .item figcaption h3
{
    margin-bottom: 5px;
    font-size: 16px;
}
.nPageList .item figcaption p
{
    font-size: 14px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
@media screen and (min-width: 992px) and (max-width: 1199px)
{
    .nPageList
    {
        margin: 0 -15px;
    }
    .nPageList .item
    {
        padding: 15px;
    }
    .nPageList .item figcaption h3
    {
        font-size: 20px;
    }
    .nPageList .item figcaption p
    {
        height: 60px;
        -webkit-line-clamp: 3;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
    .nPageList
    {
        margin: 0 -15px;
    }
    .nPageList .item
    {
        width: 50%;
        padding: 15px;
    }
    .nPageList .item:nth-child(4n+1)
    {
        clear: inherit;
    }
    .nPageList .item:nth-child(2n+1)
    {
        clear: left;
    }
    .nPageList .item figcaption h3
    {
        font-size: 20px;
    }
}
@media screen and (min-width: 1px) and (max-width: 767px)
{
    .nPageList
    {
        margin: 0 -10px;
    }
    .nPageList .item
    {
        width: 50%;
        padding: 10px;
    }
    .nPageList .item:nth-child(4n+1)
    {
        clear: inherit;
    }
    .nPageList .item:nth-child(2n+1)
    {
        clear: left;
    }
    .nPageList .item figcaption
    {
        opacity: 1;
        transform: scale(1);
        position: relative;
        padding: 6px 10px;
        background-color: #fff;
    }
    .nPageList .item figcaption h3
    {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #333;
    }
    .nPageList .item figcaption p
    {
        display: none;
    }
}
.item .img
{
    overflow: hidden;
    display: block;
}
.item .img img
{
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}
.item .img:hover img
{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
@keyframes act-bounce
{
    0%, 100%
    {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25%
    {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50%
    {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75%
    {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85%
    {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}
@-webkit-keyframes act-bounce
{
    0%, 100%
    {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25%
    {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50%
    {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75%
    {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85%
    {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}
@-moz-keyframes act-bounce
{
    0%, 100%
    {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25%
    {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50%
    {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75%
    {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85%
    {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}
@-o-keyframes act-bounce{0%,100%{-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-moz-transform:rotate(15deg);-ms-transform:rotate(15deg);-webkit-transform:rotate(15deg);transform:rotate(15deg)}50%{-moz-transform:rotate(-15deg);-ms-transform:rotate(-15deg);-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}75%{-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-webkit-transform:rotate(5deg);transform:rotate(5deg)}85%{-moz-transform:rotate(-5deg);-ms-transform:rotate(-5deg);-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}}
#input
{
    border: none;
    margin: 0;
    padding: 0;
    font: 14px 'Courier New',Verdana;
    border: 0;
}
.te
{
    border: 1px solid #bbb;
    padding: 0 1px 1px;
    font: 12px Verdana,Arial;
    margin: 0;
}
.te iframe
{
    border: none;
}
.teheader
{
    height: 31px;
    border-bottom: 1px solid #bbb;
    background: url(http://www.bonjochina.com/Template/Default/images/header-bg.gif) repeat-x;
    padding-top: 1px;
}
.teheader select
{
    float: left;
    margin-top: 5px;
}
.tefont
{
    margin-left: 12px;
}
.tesize
{
    margin: 0 3px;
}
.testyle
{
    margin-right: 12px;
}
.tedivider
{
    float: left;
    width: 1px;
    height: 30px;
    background: #ccc;
}
.tecontrol
{
    float: left;
    width: 34px;
    height: 30px;
    cursor: pointer;
    background-image: url(../image/icons.png);
}
.tecontrol:hover
{
    background-color: #fff;
    background-position: 30px 0;
}
.tefooter
{
    height: auto;
    border-top: 1px solid #bbb;
    background: #f5f5f5;
    overflow: hidden;
}
.toggle
{
    float: left;
    padding: 9px 13px 0 10px;
    height: 23px;
    color: #666;
}
.resize
{
    float: right;
    height: 32px;
    width: 32px;
    background: url(http://www.bonjochina.com/Template/Default/images/resize.gif) 15px 15px no-repeat;
    cursor: s-resize;
}
#editor
{
    cursor: text;
    margin: 10px;
}
.sharelist p
{
    color: #fff;
    margin-bottom: 5px;
}
.sharelist a
{
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    padding: 0;
}
.sharelist a>i
{
    display: block;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.sharelist a>i.pinterest-p
{
    background-color: #ca1c23;
}
.sharelist a>i.google-plus
{
    background-color: #dc4e41;
}
.sharelist a>i.facebook
{
    background-color: #3b5998;
}
.sharelist a>i.twitter
{
    background-color: #1da1f2;
}
.sharelist a>i.linkedin
{
    background-color: #0077b5;
}
.sharelist a>i.youtube
{
    background-color: #ff011d;
}
