/* top S */
.myscroll { height: 715px; margin: 0 auto;  line-height: 26px; font-size: 12px; overflow: hidden;}
.myscroll li {  overflow: hidden;display: inline-block;    width: 256px;margin: 10px;}
.myscroll img { border: 0 none;width: 100%;height: 190px;}
.myscroll h4{text-align: center;}





.page_about_right img{max-width: 100%;}
#index_case .js_frame img{height: 190px;}
#top {
    background: #efefef;
    border-bottom: 1px solid #ddd;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}

.top {
    width: 1200px;
    margin: 0 auto;
    height: 30px;
}

.top_left {}

.top_right {}

.top_right span {
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    min-width: 30px;
    
    text-indent: 30px;
    cursor: pointer;
}

.top_right span:nth-child(1) {
    background: url(/public/home/web/image/phone.png) 5px 50% no-repeat;
    background-size: 15px;
    ;
}

.top_right span:nth-child(2) {
    background: url(/public/home/web/image/kf.png) 5px 50% no-repeat;
    background-size: 15px;
    ;
}

.top_right span:nth-child(3) {
    background: url(/public/home/web/image/qrcode.png) 5px 50% no-repeat;
    background-size: 20px;
}

.top_right span>img {
    width: 20px;
    display: table-cell;
    vertical-align: middle;
}

.qrcodebtn {
    position: relative;
}

.qrcodebox {
    position: absolute;
    left: -55px;
    top: 40px;
    display: none;
}

.qrcodebox img {
    width: 150px;
}


/* top E */


/* header S */

#header {background: url(/public/home/web/images/head-bg.jpg);}

.header {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.header_log {}

.header_log img {
    
    margin-top: 20px;
}

.header_search {margin-top: 20px;}

.header_search form {
    margin-top: 30px;
}

.header_search .keyword {
    margin-top: 5px;
    font-weight: 700;
}


/* header E */


/* nav S */

#nav {
    background: #c13234;
    height: 46px;
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav>li {
    float: left;
    width: 170px;
    line-height: 46px;
    text-align: center;
    position: relative;
}

.nav>li:after {
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 0px;
    background: #eee;
}

.nav>li:last-child:after {
    display: none;
}

.nav>li a {
    color: #fff;
    display: block;
    font-size: 14px;
}

.nav>li.list {
    position: relative;
}

.nav>li.list .list_ul {
    position: absolute;
    left: 0;
    display: none;
    width: 170px;
    z-index: 9999;
}

.nav>li.list .list_ul>li {
    position: relative;
    background: #c13234;
}

.nav>li.list .list_ul>li a {
    color: #fff;
}

.nav>li.list .list_ul>li ul.list_children {
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 170px;
    width: 170px;
    display: none;
}

.nav>li.list .list_ul>li ul.list_children li {
    background: #c13234;
    position: relative;
}

.nav>li.list .list_ul>li ul.list_children li a {
    color: #fff;
}

.fullscreen_list_div {
    background: #ff675d;
}

.fullscreen_list_div {
    display: none;
    position: relative;
    z-index: 9999;
}

.fullscreen_list_div .fullscreen_list_ul {
    width: 1200px;
    margin: 0 auto;
}

.fullscreen_list_div .fullscreen_list_ul li {
    width: 100px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    margin: 5px 8px;
    background: #fb503c;
}

.fullscreen_list_div .fullscreen_list_ul li:hover,
.fullscreen_list_div .fullscreen_list_ul li.close {
    background: #fb160e;
    cursor: pointer;
}

.fullscreen_list_div .fullscreen_list_ul li a {
    color: #fff;
    font-size: 12px;
    display: block;
}


/* nav E */


/* banner S */

#banner {
    border-bottom: 1px solid #efefef;
}


/* banner E */


/* index about S */

#index_about {
    width: 1200px;
    margin: 50px auto;
}

.index_title {
    width: 200px;
    text-align: center;
    margin: 20px auto;
    position: relative;
    font-size: 25px;
}

.index_title:before {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    left: -20px;
}

.index_title:after {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    right: -20px;
}


/* index about E */


/* index product S */

#index_product {
    width: 1200px;
    margin: 50px auto;
}

.index_product_sort {
    margin-bottom: 40px;
}

.index_product_sort>li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.index_product_sort>li>a {
    padding: 5px 10px;
    border: 2px solid #555;
    border-radius: 10px;
    display: block;
}

.index_product_sort_children {
    position: absolute;
    top: 33px;
    z-index: 999;
    width: 1200px;
    display: none;
}

.index_product_sort>li:hover .index_product_sort_children {
    display: block;
}

.index_product_sort_children>li {
    display: inline-block;
    position: relative;
}

.index_product_sort_children>li>a {
    padding: 10px 10px;
    display: block;
    font-size: 12px;
}

.index_product_info {}

.index_product_info a {
    display: block;
}


/* index product E */


/*index new S*/

#index_new {
    width: 1200px;
    margin: 50px auto;
}

.index_new_ul {}

.index_new_ul li {
    width: 550px;
    padding: 20px;
    float: left;
    margin: 5px;
    background: #f7f7f7;
}

.index_new_li_title {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.index_new_li_description {
    font-size: 12px;
    color: #888;
    text-indent: 20px;
    margin-bottom: 15px;
}

.index_new_li_time {
    font-size: 12px;
    color: #888;
}


/*index new E*/


/*footer S*/

#footer {
    background: #c13234;
    
    padding-top: 20px;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    height: 230px;
    overflow: hidden;
}

.footer_ul {}

.footer_ul_li {
    float: left;
    color: #fff;
    width: 120px;
    padding-right: 15px;
}

.footer_ul_li_ul {}

.footer_ul_li_ul li:first-child {
    margin-bottom: 10px;
    font-weight: 700;
}

.footer_ul_li_ul li {
    margin-bottom: 5px;
}

.footer_ul_li_ul li a {
    display: block;
    
    line-height: 30px;
    font-size: 12px;
    color: #fff;
}

.footer_qrcode {
    width: 160px;
    float: right;
}

.footer_bottom {
    background: #222;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 50px;
    margin-top: 30px;
}


/*footer E*/


/*在线留言悬浮框 S*/

#mbtn {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 999;
    background: url(/public/home/web/image/mbtn.png) no-repeat 50% 50% #fb503c;
    background-size: 80% 80%;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
}

.mcbtn {
    float: right;
    width: 25px;
    height: 25px;
    background: url(/public/home/web/image/mcbtn.png) no-repeat 50% 50%;
    background-size: 80% 80%;
    cursor: pointer;
}

#message {
    position: fixed;
    right: 5px;
    bottom: 0px;
    width: 188px;
    z-index: 9999;
    background: #fff;
    padding: 20px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #efefef;
    box-shadow: 2px -2px 2px #efefef;
    display: none;
}

.message_title {
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

#message input,
#message textarea {
    margin-bottom: 5px;
}

#message buttoon {}


/*在线留言悬浮框 E*/


/*内页 S*/

#page_about,
#sort_product,
#info_product,
#message_page,
#sitemap,
#search_page {
    width: 1200px;
    margin: 35px auto;
}

.sort_product_right_ul {
    margin-top: 30px;
}

.sort_product_right_ul li {
    width: 215px;
    float: left;
    padding: 5px;
    margin: 6px;
    box-shadow: 2px 2px 2px #efefef;
}

.sort_product_right_ul li a {
    display: block;
    text-align: center;
}

.sort_product_right_ul li a img {
    max-width: 100%;
    height: 150px;
}

.sort_product_right_ul li a h4 {
    text-align: center;
    line-height: 30px;
}

.sort_new_right_ul {
    margin-top: 30px;
    word-break: break-word;
}

.sort_new_right_ul li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
    clear:both;
}

.sort_new_right_ul li a {
    display: block;
}
.sort_new_right_ul li a img{
    float:left;
    width: 100px;
    height: 80px;
    margin-right: 30px;
}

.sort_new_right_ul li a h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.sort_new_right_ul li a p {
    font-size: 12px;
    color: #777;
    text-indent: 20px;
    margin-bottom: 10px;
}

.sort_new_right_ul li a .time {
    font-size: 12px;
    color: #777;
}

.info_product_right_time,
.info_product_right_page_view {
    font-size: 12px;
    float: left;
    margin-right: 10px;
}

.info_product_right_image {
    margin-top: 20px;
}

.info_product_right_description {
    word-break: break-word;
    margin-top: 20px;
}

.info_product_right_description img {
    max-width: 100%;
}

.rightbox_relation {
    margin-top: 20px;
}

.rightbox_relation_title {
    margin-bottom: 10px;
    font-size: 18px;
    border: none
}

.rightbox_product_relation_ul {}

.rightbox_product_relation_ul li {
    width: 170px;
    padding: 5px;
    margin: 5px;
    float: left;
    background: #f6f6f6;
}

.rightbox_product_relation_ul li a {
    display: block;
    text-align: center;
}

.rightbox_product_relation_ul li a img {
    max-width: 100%;
    height: 120px;
}

.rightbox_product_relation_ul li a h4 {
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}

.rightbox_new_relation_ul {
    word-break: break-word;
}

.rightbox_new_relation_ul li {
    padding: 10px;
    margin: 5px 0;
    background: #f9f9f9;
}

.rightbox_new_relation_ul li a {
    display: block;
}

.rightbox_new_relation_title {
    font-size: 14px;
    margin-bottom: 10px;
}

.rightbox_new_relation_time {
    font-size: 12px;
    margin-bottom: 10px;
    color: #666;
}

.rightbox_new_relation_description {
    font-size: 12px;
    color: #666;
    text-indent: 20px;
}

.leftbox_ul p {
    line-height: 24px;
}

.rightbox_message_form {
    margin-top: 20px;
}

.rightbox_message_form input,
.rightbox_message_form textarea {
    margin-bottom: 5px;
}

.sitemap_right_box {
    border: 1px solid #efefef;
    margin-bottom: 10px;
    padding: 10px;
}

.sitemap_right_box_title {
    margin-bottom: 10px;
    font-size: 14px;
    border: none;
    font-weight: 700;
}

.sitemap_right_box_ul {}

.sitemap_right_box_ul li {
    float: left;
    margin: 5px 10px;
}

.search_page_right_form {
    margin-top: 20px;
}

.search_page_right_ul {
    margin-top: 20px;
}

.search_page_right_ul li {
    border-bottom: 1px solid #efefef;
    margin-bottom: 5px;
    padding: 10px 5px;
}

.search_title {
    font-size: 14px;
    margin-bottom: 8px;
}

.search_chunk {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    color: #888;
    position: relative;
}

.search_chunk:after {
    content: '';
    position: absolute;
    top: 8px;
    right: -5px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #888;
}

.search_sort {
    float: left;
    font-size: 12px;
    color: #888;
    margin-right: 20px;
}

.search_time {
    float: left;
    font-size: 12px;
    color: #888;
}


/*--------------------------------------*/

.leftbox {
    width: 200px;
    float: left;
    padding: 0 10px 10px 10px;
}

.leftbox_ul {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.leftbox_ul li:first-child,
.leftbox_title {
    margin-bottom: 10px;
    font-size: 18px;
    border: none
}

.leftbox_ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    border-bottom: 1px dashed #efefef;
}

.rightbox {
    width: 950px;
    float: right;
    position: relative;
}

.rightbox_title {
    margin-bottom: 10px;
    font-size: 18px;
    border: none
}

.rightbox_frame {
    position: absolute;
    top: 10px;
    right: 0px;
}

.rightbox_frame li {
    float: left;
    margin-right: 10px;
    position: relative;
}

.rightbox_frame li:after {
    content: '';
    width: 2px;
    height: 2px;
    position: absolute;
    top: 9px;
    right: -5px;
    background: #666;
}

.rightbox_frame li:last-child {
    margin: 0px;
}

.rightbox_frame li:last-child:after {
    display: none;
}

.rightbox_siblings {
    margin-top: 20px;
}

.rightbox_siblings>div {
    margin-bottom: 10px;
}

.makea{
    margin-right: 10px;
}
/*内页 E*/
.ribbon {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #EB5F5A;
}

.ribbon a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.ribbon a:hover {
    background-color: #d7544f;
}

header {
    background: #fff;
}

.logo {
    display: block;
    width: 30%;
    height: auto;
    min-width: 100px;
    max-width: 150px;
    margin: 0 auto;
    padding: 50px 0;
}

.testscreen {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.description {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
}

.dist {
    display: block;
    width: 170px;
    margin: 20px auto;
    padding: 10px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #09AE9B;
    color: #fff;
}

.dist:hover {
    background: #099681;
}

.examplecode {
    margin: 0 auto 30px;
}

.examplecode:last-child {
    margin-bottom: 0;
}

code {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 12px;
}

tr {
    display: block;
    padding: 0 20px;
    margin-bottom: 20px;
}

.description {
    margin-bottom: 10px;
}

section {
    padding: 40px 0;
}

section:nth-child(odd) {
    background: #ececec;
}

td, th {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 24px;
    font-weight: 300;
    color: #2E435A;
}

th {
    text-align: left;
    font-weight: 600;
}

footer {
    margin: 0 auto;
    padding: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    text-align: center;
    background: #2E435A;
    color: #fff;
}

/**
 * Slider specific styles
 */

.slider {
    position: relative;
    width: 320px;
    margin: 0 auto 40px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.frame,
.events_log {
    position: relative;
    width: 270px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
}

.frame li {
    position: relative;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    height: auto;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}

.slides {
    display: inline-block;
}

.simple li,
.rewind li,
.events li {
    width: 270px;
    margin-right: 10px;
}

.percentage .slides {
    display: block;
}

.percentage .frame {
    width: 87.452%;
}

.percentage li {
    width: 100%;
}

.variablewidth li {
    width: 280px;
    margin-right: 10px;

}

.multipleelements li, .multislides li, .ease li {
    width: 60px;
    margin-right: 10px;
}

.simple li:last-child,
.rewind li:last-child,
.events li:last-child,
.variablewidth li:last-child,
.multipleelements li:last-child,
.multislides li:last-child,
.ease li:last-child {
    margin-right: 0;
}

.prev, .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    cursor: pointer;
}

.next {
    right: 0;
}

.prev {
    left: 0;
}

.next svg, .prev svg {
    width: 25px;
}

.events_log {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    background-color: #fcfcfc;
    border: 1px solid #d2d2d2;
    margin-top: -20px;
    margin-bottom: 20px;
}

.events_log > span {
    display: none;
}

.events_log > span:nth-last-child(-n+5) {
    display: block;
}

@media screen and (min-width: 640px ) {
    /**
     * Demo Page Styles
     */
    .examplecode, .frame, .events_log {
        width: 580px;
    }

    .testscreen {
        width: 500px;
    }

    table {
        width: 580px;
        margin: 0 auto;
    }

    tr {
        padding: 0;
    }

    /**
     * Slider specific styles
     */
    .slider {
        width: 640px;
        margin: 0 auto 20px;
    }

    .simple li,
    .rewind li,
    .events li {
        width: 580px;
    }

    .variablewidth li {
        width: 280px;
        margin-right: 10px;
    }

    .multipleelements li, .multislides li, .ease li {
        width: 130px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 980px ) {
    /**
     * Demo Page Styles
     */
    .examplecode {
        width: 880px;
    }

    /**
     * Slider specific styles
     */
    .slider {
        width: 1200px;
    }

    .frame,
    .events_log {
        width: 1150px;
    }

    .simple li,
    .rewind li,
    .events li {
        width: 1200px;
    }

    .variablewidth li {
        width: 280px;
        margin-right: 10px;
    }

    .multipleelements li, .multislides li, .ease li {
        width: 205px;
        margin-right: 20px;
    }
}



/*客服 S*/
.kf {
    position: fixed;
    right: -230px;
    bottom: 0px;
    _position: absolute;
    width: 230px;
    height: 100%;
    background: #c13234;
    z-index: 99999999999;
    _margin-bottom: 0px;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    transition: all .5s ease;
}

.kf .hoverbtn {
    width: 30px;
    height: 100px;
    padding-top: 20px;
    cursor: pointer;
    position: absolute;
    top: 55%;
    margin-top: -66px;
    left: -30px;
    font-size: 14px;
    color: #fff;
    background: #c13234;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    -moz-box-shadow: -4px 4px 4px -4px #000;
    -webkit-box-shadow: -4px 4px 4px -4px #000;
    box-shadow: -4px 4px 4px -4px #000;
}

.kf .hoverbtn span {
    width: 30px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    overflow: hidden;
    float: left;
}

.kf .hoverbtn .hoverimg {
    width: 13px;
    height: 9px;
    margin: 10px 0px 0px 10px;
    float: left;
    display: inline;
    background-repeat: no-repeat;
}

.hoverimg2 {
    background: url(/public/home/web/images/hoverbtnbg1.png) no-repeat;
}

.kf .conter {
    width: 186px;
    height: 560px;
    margin-left: 22px;
    position: absolute;
    top: 55%;
    *margin-top: -140px;
    margin-top: -280px;
}

.kf .conter .con1 {
    border-bottom: 1px solid #6a6a6a;
    padding-bottom: 22px;
}

.kf .conter .con1 dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 5px;
}

.kf dl .f1 {
    width: 142px;
    height: 36px;
    line-height: 36px;
    float: right;
    font-size: 16px;
    _font-size: 14px;
    *font-size: 15px;
    color: #fff;
    vertical-align: top;
}

.kf dl .f2 {
    width: 142px;
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    float: right;
}

.kefuQQ a {
    background: url(../image/button-custom-qq.gif) no-repeat;
    width: 70px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.kefuQQ a:hover {
    background: url(../image/button-custom-qq-h.gif) no-repeat;
}

.kf .conter .con1 dl dd .ph_num {
    font: 18px 'Microsoft yahei';
    *font-size: 16px;
    _font-size: 16px;
    color: #fff;
    height: 25px;
}

.kf .qqcall {
    padding: 22px 0px;
    border-bottom: 1px solid #6a6a6a;
}

.kf .qqcall dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 5px;
}

.kf .weixincall {
    float: right;
    padding: 22px 0;
    border-bottom: 1px solid #6a6a6a;
}

.kf .weixincall dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 5px;
}

.kf .weixincall .f3 {
    float: right;
    width: 75px;
    height: auto;
    margin-right: 69px;
    display: inline;
}

.kf .weixincall .f3 img {
    width: 100px;
    height: auto;
}

.kf .dytimer {
    float: right;
    width: 160px;
    height: 40px;
    padding: 16px 0px 15px 0px; /* background: #007b77; */
    margin: 20px 0px 0px 0px;
}

.kf .dytimer span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.kf .dytimer span a {
    color: #fff;
}

.diyou {
    _position: absolute;
    _bottom: auto;
    _margin-bottom: 0px;
    z-index: 99999999999;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

.diyoumask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter: alpha(Opacity=30);
    background: #000;
    display: none;
}

.fn_cle:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/***联系我们***/

/*客服 E*/


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: '微软雅黑', '宋体', 'Arial';
}

td, th, caption {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol, ul, li {
    list-style: none;
}

input, textarea, select, button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

input, textarea {
    border: 1px solid #ccc;
    padding: 5px 0px;
    border-radius: 3px;
    padding-left: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
}

input:focus, textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

button {
    border: none;
    background: #fb503c;
    display: inline-block;
    padding: 6px 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
}




.jishu {
    background: url(/public/home/web/images/big_bg3.jpg) no-repeat top center;
    font-family: "Microsoft Yahei";
    padding-bottom: 40px;
}
.jishu .jishu_c {
    padding: 30px 45px 0;
}
 .content {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    font-family: "Microsoft YaHei";
}
.jishu h2 {
    float: left;
    margin-right: 5px;
    font-size: 31px;
    color: #09478d;
    font-family: "Microsoft Yahei";
    line-height: 36px;
}
.jishu h2 span {
    display: block;
    color: #98c7f3;
    font: normal 28px Georgia, "Times New Roman", Times, serif;
    line-height: 36px;
}
.jishu h2 .span2 {
    font-size: 30px;
    font-family: "Microsoft Yahei";
    height: 45px;
}
.jishu h3 {
    float: left;
    width: 87px;
    height: 98px;
    line-height: 40px;
    padding: 20px 0 0 52px;
    background: url(/public/home/web/images/yuan.jpg);
    font-size: 30px;
    color: #ffffff;
    font-family: "Microsoft Yahei";
}
.jishu h3 a {
    color: #ffffff;
}
.clear {
    clear: both;
    height: 1px;
    width: 100%;
    overflow: hidden;
    margin-top: -1px;
}
.jishu ul {
    background: url(/public/home/web/images/line2.png) no-repeat bottom center;
    overflow: hidden;
    zoom: 1;
    width: 1000px;
}
.jishu ul li.li2 {
    margin: 36px 43px 0 43px;
    float: left;
}
.jishu ul li .a1 {
    display: block;
    height: 31px;
    margin-left: 5px;
    font-size: 14px;
    color: #125eb3;
    font-weight: bold;
    padding-left: 45px;
    background: url(/public/home/web/images/1.jpg) no-repeat top left;
}
.jishu ul li p {
    margin: 0 20px 15px 50px;
    line-height: 27px;
    color: #000000;
}
.jishu ul li {
    display: inline;
    width: 337px;
    height: 285px;
    padding: 22px 38px;
    background: #ffffff;
}

.jishu ul li a img{width:336px; height:183px;}








body { background: #fff; }
a { text-decoration: none; -webkit-transition: all 0.10s linear 0.01s; -moz-transition: all 0.10s linear 0.01s; -ms-transition: all 0.10s linear 0.01s; -o-transition: all 0.10s linear 0.01s; transition: all 0.10s linear 0.01s; color: #000; }
a:hover { text-decoration: none; color: #c13234; }
ul { padding: 0; list-style: none; margin: 0; }
li, img { -webkit-transition: all 0.20s linear 0.01s; -moz-transition: all 0.20s linear 0.01s; -ms-transition: all 0.20s linear 0.01s; -o-transition: all 0.20s linear 0.01s; transition: all 0.20s linear 0.01s; }
em { font-style: normal; }
.container { width: 1100px !important; padding: 0; position: relative; margin: 0 auto;}

/*about*/

.about { position: relative; overflow: hidden; padding-bottom: 10px; }
.about .title { height: 80px; text-align: center; background: url(/public/home/web/images/title.png) center center; }
.about .title .title-text { width: 165px; margin: 0 auto; }
.about .title .bt { font-size: 56px; font-weight: bold; color: #c13234; float: left; }
.about .title .st { float: right; margin-top: 13px; }
.about .title .st span { color: #c13234; display: block; font-size: 24px; height: 30px; }
.about .title .st small { color: #999; font-weight: bold; font-size: 16px; }
.about .cont { line-height: 30px; }
.about h1{font-size:16px;margin:0;font-weight:bold;margin-bottom:10px;}
.about .ab-btn { overflow: hidden; }
.about .ab-btn li { width: 185px; height: 195px; border: 1px solid #ccc;float: left; margin: 16px; position: relative; overflow: hidden; text-align: center;color:#555; }
.about .ab-btn li i { font-size: 54px; margin-top: 45px;color: #c13234; }
.about .ab-btn li span { display: block; height: 40px; line-height: 60px; text-align: center;}
.about .ab-btn li small{}
.about .ab-btn li:hover { background: #c13234;color:#fff; }
.about .ab-btn li:hover i{color:#fff;}
/*product*/

.product { clear: both; overflow: hidden; background: #e9e9e9; border-top: 1px solid #eee; padding-top: 10px; padding-bottom: 15px; }
.product .container { }
.product .title { height: 80px; text-align: center; background: url(/public/home/web/images/title.png) center center; margin-bottom: 20px; }
.product .title .title-text { width: 150px; margin: 0 auto; }
.product .title .bt { font-size: 56px; font-weight: bold; color: #c13234; float: left; }
.product .title .st { float: right; margin-top: 13px; }
.product .title .st span { color: #c13234; display: block; font-size: 24px; height: 30px; }
.product .title .st small { color: #999; font-weight: bold; font-size: 16px; }
.product .pro-nav { float: left; width: 230px; background: #fff; border: 1px solid #eee; }
.product .pro-nav .pro-nav-t { background: #c13234 ; font-size: 20px; font-weight: bold; text-align: center; color: #fff; padding-top: 15px; padding-bottom: 15px; }
.product .pro-nav .pro-nav-t span { display: block; font-size: 12px; font-weight: 500; margin-top: 2px; }
.product .pro-nav .pro-nav-menu { }
.product .pro-nav .pro-nav-menu ul li {}
.product .pro-nav .pro-nav-menu ul li i { float:right;font-size:20px;margin-top:8px;}
.product .pro-nav .pro-nav-menu ul li .pro-nav-bt { display: block;line-height:40px;height:40px;font-size:16px;background: #c13234;padding:0 20px;margin-top:5px;color:#fff;}
.product .pro-nav .pro-nav-menu .sub-menu li a{display: block;line-height:32px;height:32px;border-bottom:1px dotted #ccc;padding:0 20px;}
.product .pro-nav .pro-nav-menu .sub-menu li i{float:left;font-size:14px;margin-top:8px;margin-left:20px;margin-right:10px;color:#c13234;}
.product .pro-nav .kefu-center .qrcode { text-align: center; }
.product .pro-nav .kefu-center .qrcode img { background: #fff; padding: 5px; border-radius: 5px; }
.product .pro-nav .phone { clear: both; padding-top: 10px; background: #fff; }
.product .pro-nav .phone i { font-size: 18px; margin-right: 10px; margin-left: 30px; color: #c13234; }
.product .pro-nav .phone strong { font-size: 16px; font-weight: 500; }
.product .pro-nav .phone li { line-height: 30px; color: #111; border: 0; margin-left: 0; margin-right: 0; border-top: 1px dashed #ccc; margin-bottom: 3px; }
.product .pro-nav .phone img { width: 100%; margin:0; }
.product .pro-nav .map img { width: 218px; height: 188px; }
.product .pro-img { width: 840px; float: right; background: #fff;padding:10px 5px; }
.product .pro-img .pro-title { height: 30px; line-height: 30px; border-bottom: 2px solid #c13234; }
.product .pro-img .pro-title span { float: left; display: block; font-size: 20px; margin-top: 5px; color: #c30a08; }
.product .pro-img .pro-title h3 { float: left; margin: 0; font-size: 16px; background: #c13234; color: #fff; height: 30px; line-height: 30px; padding: 0 10px;}
.product .pro-img .pro-title a { float: right;font-size:12px; }
.product .pro-img ul { zoom: 1;margin-top:10px; }

/*advantage*/
.advantage { overflow: hidden; margin-top: 0px; }
.advantage .advan-title { height: 182px; background: url(/public/home/web/images/advantage_01.jpg) center center; }
.advantage .title { padding-top: 45px; width: 460px; }
.advantage .title strong { font-size: 22px; color: #F2CD64; font-weight: bold; }
.advantage .title span { margin-left: 20px; color: #ff9600; }
.advantage .title small { display: block; margin-left: 30px; font-size: 16px; margin-top: 15px; }
.advantage .cont { margin-top: 46px; width: 460px; margin-left: 25px; }
.advantage .cont span { color: #c7261e; margin-right: 5px; }
.advantage .cont strong { color: #fe5502; font-weight: 500; }
.advantage .cont p { font-size: 14px; color: #555; }
.advantage .cont .btn { padding: 0; padding-top: 10px; }
.advantage .cont a { width:145px; height: 35px; background: url(/public/home/web/images/advan-btn.png) center center; line-height: 37px; color: #fff; display: block; float: left; margin-right: 30px; text-align: center;margin-left:10px;border-radius:5px;border:1px solid #ccc;}
.advantage .adv1 { background: url(/public/home/web/images/advantage_02.jpg) center center no-repeat; height: 317px; }
.advantage .adv1 .title { margin-top: 8px; }
.advantage .adv1 .title strong { margin-left: 80px; }
.advantage .adv2 { background: url(/public/home/web/images/advantage_03.jpg) center center; height: 247px; }
.advantage .adv2 .title { padding-top: 42px; }
.advantage .adv2 .title strong { margin-left: 80px; }
.advantage .adv3 { background: url(/public/home/web/images/advantage_04.jpg) center center; height: 542px; }
.advantage .adv3 .title { padding-top: 70px; }
.advantage .adv3 .title strong { margin-left:120px; }
.advantage .adv3 p{color:#555;}
.advantage .adv3 .cont span { color: #c7261e; margin-right: 5px; }
.advantage .adv4 { background: url(/public/home/web/images/advantage_05.jpg) center center; height: 222px; }
.advantage .adv4 .title { padding-top: 34px;width:1000px;}
.advantage .adv4 .title strong { margin-left:350px; }
.advantage .adv4 .cont{width:1000px;margin-top:46px;margin-left:160px;}
.advantage .adv5 { background: url(/public/home/web/images/advantage_06.jpg) center center; height: 334px; }
.advantage .adv1 .title, .advantage .adv2 .title{ float: right; }
.advantage .adv1 .cont, .advantage .adv2 .cont{ width: 480px; float: right; overflow: hidden; clear: both; }
/*news*/

.news { overflow: hidden;background:#c13234 url(/public/home/web/images/news-bg.jpg) center center;}
.news .title { height: 80px; text-align: center; background: url(/public/home/web/images/title.png) center center; margin-top: 20px; }
.news .title .title-text { width: 155px; margin: 0 auto; }
.news .title .bt { font-size: 56px; font-weight: bold; color: #ffc731; float: left; }
.news .title .st { float: right; margin-top: 13px; }
.news .title .st span { color: #ffbf00; display: block; font-size: 24px; height: 30px; }
.news .title .st small { color: #ccc; font-weight: bold; font-size: 16px; }
.news .ne-title { height: 30px; line-height: 30px; border-bottom: 2px solid #f1f1f1;}
.news .ne-title span {float: left; display: block; font-size: 20px; margin-top: 5px; color: #c13234; }
.news .ne-title h3 { float: left; margin: 0; font-size: 16px; background: #f1f1f1; color: #c13234; height: 30px; line-height: 30px; padding: 0 10px;}
.news .ne-title small { color: #eee; }
.news .ne-title .link {  float: right;font-size:12px;color:#bbb;}
.news .news-left { width: 750px; float: left; overflow: hidden; padding-bottom: 10px; }
.news .news-left .hd {height: 30px; line-height: 30px; border-bottom: 2px solid #f1f1f1;}
.news .news-left .hd li {float: left; margin-right:10px; font-size: 16px; background: #f1f1f1; color: #fff; height: 30px; line-height: 30px; padding: 0 10px;}
.news .news-left .hd li a { color: #333; }
.news .news-left .hd .on a { color: #c13234; }
.news .news-left .hd .link {float: right;font-size:12px;color: #bbb;}
.news .news-left .ne-img { padding: 15px; }
.news .news-left .ne-img li { height: 155px; padding-top: 6px; border-bottom: 1px dashed #ccc; }
.news .news-left .ne-img li img { width: 200px; height: 134px; display: block; float: left; margin-right: 20px; border: 1px solid #ccc; }
.news .news-left .ne-img span { display: block; font-size: 16px; color: #FFC731; margin: 10px 0; font-weight: bold; }
.news .news-left .ne-img p { color: #ddd; line-height: 24px; }
.news .news-left .ne-img a { color: #999; margin-top: 20px; border: 0; font-size: 12px; }
.news .news-left .ne-img a:hover { color: #FFD400; }
.news .news-left .ne-list { overflow: hidden; }
.news .news-left .ne-list li { line-height: 40px; background: #ededed; width: 340px; float: left; margin: 0 15px; margin-bottom: 10px; }
.news .news-left .ne-list li span { font-size: 20px; color: #fff; margin-right: 10px; height: 46px; width: 45px; line-height: 40px; top: 0; text-align: center; background: #999; }
.news .news-left .ne-list li a { color: #666; font-size: 12px; }
.news .news-left .ne-list li:hover { background: #FFD400; }
.news .news-left .ne-list li strong { color: #2d1b17; margin-right: 10px; }
.news .news-left .ne-list li strong a { color: #2d1b17; }
.news .news-left .ne-list li small { float: right; color: #999; }
.news .news-right { width: 320px; float: right; }
.news .news-right .title { overflow: hidden; position: relative; }
.news .news-right .title { font-size: 16px; color: #FFD400; line-height: 40px; }
.news .news-right .title span { color: #999; margin-left: 10px; font-size: 14px; }
.news .news-right .title .link { display: block; color: #eee; font-size: 12px; float: right; }
.news .news-right .bd .tempWrap { width: 320px !important; padding: 0; }
.news .news-right .bd ul { zoom: 1; width: 300px; padding: 5px; }
.news .news-right .question-top { overflow: hidden; position: relative; clear: both; height: 520px; margin-left: 10px; }
.news .news-right .question-top .bd { padding: 0px; }
.news .news-right .question-top .infoList li { border-bottom: 1px dashed #ccc; }
.news .news-right .question-top .infoList li h5 { font-size: 14px; color: #fff; height: 40px; margin: 0;line-height:20px;margin-top:10px;}
.news .news-right .question-top .infoList li h5 strong { background: #FFC731; color: #c13234; font-size: 14px; border-radius: 2px; margin-right: 5px;width:25px;height:25px;line-height:25px;text-align:center; float: left;display: block;}
.news .news-right .question-top .infoList li h5 a { color: #fff;}
.news .news-right .question-top .infoList li .answer { color: #ddd; padding-bottom: 20px; }
.news .news-right .question-top .infoList li .answer span { display: block; font-size: 12px; }
.news .news-right .question-top .infoList li .answer strong { color: #fff; background: #999; font-size: 14px;border-radius: 2px; margin-right: 5px; float: left;width:25px;height:25px;text-align: center;line-height: 25px;}
.system { overflow: hidden; position: relative;height:630px;}
.system .title {height: 80px; text-align: center; background: url(/public/home/web/images/title.png) center center no-repeat; margin-bottom: 20px;position: absolute;z-index:40;width:100%;margin-top:20px;}
.system .title .title-text { width: 160px; margin: 0 auto; }
.system .title .bt { font-size: 56px; font-weight: bold; color: #c13234; float: left; }
.system .title .st { float: right; margin-top: 13px; }
.system .title .st span { color: #c13234; display: block; font-size: 24px; height: 30px; }
.system .title .st small { color: #999; font-weight: bold; font-size: 16px; }
.system .hd{position: absolute;z-index:30;width:100%;}
.system .hd ul{width:1100px;margin:0 auto;position: relative;}
.system .hd ul li{width:140px;height:120px;position: absolute;border:1px solid #aaa;border-radius:10px;text-align:center;cursor:pointer;}
.system .hd ul li i{display: block;font-size:34px;margin-top:25px;margin-bottom:10px;color:#c13234;}
.system .hd ul .on{background:#c13234;color:#fff;}
.system .hd ul .on i{color:#fff;}
.system .hd ul .s-1{left:170px;top:116px;}
.system .hd ul .s-2{left:100px;top:245px;}
.system .hd ul .s-3{left:30px;top:374px;}
.system .hd ul .s-4{right:182px;top:116px;}
.system .hd ul .s-5{right:112px;top:245px;}
.system .hd ul .s-6{right:42px;top:374px;}
.system .system-bg{background:url(/public/home/web/images/system.png) center center;height:674px;position: absolute;z-index:20;width:100%;}
.system .bd{position: absolute;z-index:10;width:100%;}
.system .bd ul{width:550px;height:510px;margin:20px auto;margin-top:115px;}
.system .bd img{width:550px;height:510px;}
/*case*/
.case {overflow: hidden; padding: 20px 0; }
.case .title { height: 80px; text-align: center; background: url(/public/home/web/images/title.png) center center; margin-bottom: 20px; margin-top: 20px; }
.case .title .title-text { width: 145px; margin: 0 auto; }
.case .title .bt { font-size: 56px; font-weight: bold; color: #c13234; float: left; }
.case .title .st { float: right; margin-top: 13px; }
.case .title .st span { color: #c13234; display: block; font-size: 24px; height: 30px; }
.case .title .st small { color: #999; font-weight: bold; font-size: 16px; }
.case .cont { border-top: 0; padding-top: 10px; padding-bottom: 10px; }
.case .cont .case-img { overflow: hidden; position: relative; }
.case .cont .case-img .bd .prev, .case .cont .case-img .bd .next { display: block; top: 125px; cursor: pointer; position: relative; height: 60px; text-align: center; width: 30px; color: #fff; line-height: 60px; font-size: 18px; background: #c13234; }
.case .cont .case-img .bd .prev { float: right; right: 0px; }
.case .cont .case-img .bd .next { float: left; left: 0px; }
.case .cont .case-img .bd .tempWrap { }
.case .cont .case-img .bd ul { overflow: hidden; zoom: 1; }
.case .cont .case-img .bd ul li { float: left; _display: inline; overflow: hidden; text-align: center; margin-left: 10px; background:#c13234;     border: 1px solid #c13234;}
.case .cont .case-img .bd ul li .pic { text-align: center; padding: 0px; display: block; }
.case .cont .case-img .bd ul li .pic img { width: 312px; display: block; padding: 10px;height: 220px; }
.case .cont .case-img .bd ul li span { color: #FFF;display: block;margin-bottom:5px;}
.case .cont .case-img .bd ul li .link { float: right; color: #fff; border: 1px solid #fff; padding: 2px 5px; margin-right: 10px; font-size: 12px; margin-bottom: 5px; }
.service { background: #e9e9e9; }
.service .title { height: 80px; text-align: center; background: url(/public/home/web/images/title.png) center center; margin-bottom: 20px; margin-top: 20px; }
.service .title .title-text { width: 145px; margin: 0 auto; }
.service .title .bt { font-size: 56px; font-weight: bold; color: #c13234; float: left; }
.service .title .st { float: right; margin-top: 13px; }
.service .title .st span { color: #c13234; display: block; font-size: 24px; height: 30px; }
.service .title .st small { color: #999; font-weight: bold; font-size: 16px; }
.service .cont { overflow: hidden; }
.service .cont .top { overflow: hidden; margin-bottom: 10px; }
.service .cont .bottom { border: 1px solid #ccc; padding: 20px; height: 200px; }
.service .cont .bottom img { float: left; border-right: 1px solid #ccc; margin-right: 20px; }
.service .cont .bottom form { margin-left: 10px; }
.service .cont .bottom form strong { display: block; font-size: 16px; margin-top: 20px; margin-bottom: 10px; }
.service .cont .bottom form tr { float: left; margin-right: 10px; margin-top: 20px; }
.service .cont .bottom form tr td { height: 35px; line-height: 35px; border-color: #ccc; color: #aaa; }
.service .cont .bottom form tr td input { padding-left: 5px; height: 35px;}
.service .cont .bottom form .s-btn { float: left; width:250px; background: #c13234; border: 0; height: 41px; line-height: 41px; display: block; color: #fff; }
.partner { clear: both; padding: 10px 0; }
.partner .title { height: 80px; text-align: center; background: url(/public/home/web/images/title.png) center center; margin-bottom: 20px; margin-top: 20px; }
.partner .title .title-text { width: 155px; margin: 0 auto; }
.partner .title .bt { font-size: 56px; font-weight: bold; color: #c13234; float: left; }
.partner .title .st { float: right; margin-top: 13px; }
.partner .title .st span { color: #c13234; display: block; font-size: 24px; height: 30px; }
.partner .title .st small { color: #999; font-weight: bold; font-size: 16px; }
.partner .cont { padding-top: 10px; }
.partner .cont .partner-img { overflow: hidden; position: relative; }
.partner .cont .partner-img .bd .prev, .partner .cont .partner-img .bd .next { display: block; top: 60px; cursor: pointer; position: relative; z-index: 20; height: 60px; text-align: center; width: 30px; color: #fff; line-height: 60px; font-size: 18px; background: #2DB5D9; }
.partner .cont .partner-img .bd .prev { float: right; right: 0px; }
.partner .cont .partner-img .bd .next { float: left; left: 0px; }
.partner .cont .partner-img .bd .tempWrap { }
.partner .cont .partner-img .bd ul { overflow: hidden; zoom: 1; }
.partner .cont .partner-img .bd ul li { float: left; _display: inline; overflow: hidden; text-align: center; margin-left: 15px; }
.partner .cont .partner-img .bd ul li .pic { text-align: center; padding: 0px; display: block; }
.partner .cont .partner-img .bd ul li .pic img { width: 140px; display: block; border: 1px solid #ccc; border-radius: 10px; }
.partner .cont .partner-img .bd ul li span { color: #666; margin: 5px 0; display: block; }
.yqlj { }
.yqlj .container { height: 130px; background: url(/public/home/web/images/yqlj.png); }
.yqlj ul { padding-top: 75px; padding-left: 130px; }
.yqlj li { font-size: 12px; margin-right: 10px; float: left; }
.yqlj li a { color: #aaa; }

.inner {background:#f1f1f1;}
.inner .banner-about { height: 260px; background: url(/public/home/web/images/banner-about.jpg) center center; }
.inner .banner-image { height: 260px; background: url(/public/home/web/images/banner-image.jpg) center center; }
.inner .banner-news { height: 260px; background: url(/public/home/web/images/banner-news.jpg) center center; }
.inner .inner-title { height: 100px; text-align: center; margin: 30px auto; font-size: 24px; color: #c13234; line-height: 70px; font-weight: bold; }
.inner .inner-dis { padding: 0px 20px; text-align: center; font-size: 12px; }
.inner .inner-cont { overflow: hidden; margin-top: 20px;color: #333; padding: 0 3px;padding-bottom:10px;}
.inner .pro-arc-cont .container{background:#fff;border:1px solid #ddd;padding:10px;margin:10px auto;width:1078px !important;}
.inner .pro-arc-cont .inner-place{height:30px;line-height:30px;border-bottom:1px dashed #ccc;}

.inner .pro-arc-cont .explain { overflow: hidden; margin: 0px auto; }
.inner .pro-arc-cont .explain .left { float: left;}
.inner .pro-arc-cont .explain .left li{margin-left: 5px; margin-top:10px;margin-bottom:10px;width: 348px;text-align:center;height:260px;list-style: none; padding: 4px; border: 1px solid #eee; }
.inner .pro-arc-cont .explain .left img { height: 100%;}
.inner .pro-arc-cont .explain .right { width: 550px; float: right; margin-bottom: 20px; margin-right: 100px;}
.inner .pro-arc-cont .explain .right .inner-title { height: 30px; line-height: 30px; margin: 10px auto;font-size: 20px;color: #c13234; }

.inner .pro-arc-cont .explain .right ul li { padding-left: 20px;line-height: 35px; border-bottom: 1px dashed #ccc; color: #333; }
.inner .pro-arc-cont .explain .right ul li span{font-weight:bold;}
.inner .pro-arc-cont .explain .right .hd{margin-top:10px;}
.inner .pro-arc-cont .explain .right .hd img{height:100px;width:100px;border:1px solid #ccc;padding:2px;cursor:pointer;}
.inner .pro-arc-cont .explain .right .hd li{float:left;margin-right:5px;border:0;}
.inner .pro-arc-cont .explain .prevnext { clear: both; overflow: hidden; padding: 10px; border: 1px solid #ccc; margin:10px; background: #efefef; }
.inner .pro-arc-cont .explain .prevnext li { float: left; width:480px; color: #666; }
.inner .pro-arc-cont .explain .prevnext li a { color: #666; }
.inner .pro-arc-cont .explain .prevnext li a:hover { color: #c13234; }
.inner .inner-left { width: 260px; float: left; }
.inner .inner-left .inner-nav {background: #fff;overflow: hidden; }


.inner .inner-left .inner-nav .pro-nav-t { font-size: 20px; font-weight: bold; text-align: center; color: #fff; padding-top: 15px; padding-bottom: 10px;background:#c13234;}
.inner .inner-left .inner-nav .pro-nav-t span { display: block; font-size: 12px; font-weight: 500px; }

.inner .pro-nav { float: left; width: 260px; background: #fff; border: 1px solid #eee; }
.inner .pro-nav .pro-nav-t { background: #c13234; font-size: 20px; font-weight: bold; text-align: center; color: #fff; padding-top: 15px; padding-bottom: 15px; }



.inner .pro-nav .pro-nav-menu { }
.inner .pro-nav .pro-nav-menu ul li {}
.inner .pro-nav .pro-nav-menu ul li i { float:right;font-size:20px;margin-top:8px;}
.inner .pro-nav .pro-nav-menu ul li .pro-nav-bt { display: block;line-height:40px;height:40px;font-size:16px;background: #c13234;padding:0 20px;margin-top:5px;color:#fff;}
.inner .pro-nav .pro-nav-menu .sub-menu li a{display: block;line-height:35px;height:35px;border-bottom:1px dotted #ccc;padding:0 20px;}
.inner .pro-nav .pro-nav-menu .sub-menu li i{float:left;font-size:14px;margin-top:8px;margin-left:20px;margin-right:10px;color:#c13234;}

.inner .inner-left .inner-nav ul li { height: 56px; line-height: 56px; border-bottom: 1px dashed #ddd;padding:0 20px;}
.inner .inner-left .inner-nav ul li span{font-size:16px;margin-top:16px;margin-right:20px;color:#c13234;}
.inner .inner-left .inner-nav ul li i { float:right;font-size:20px;margin-top:26px;}
.inner .inner-left .inner-nav ul li a { display: block; }
.inner .inner-left .inner-nav ul li:hover { background: #c13234; }
.inner .inner-left .inner-nav ul li:hover a { color: #fff; }
.inner .inner-left .inner-nav ul .hover{background: #c13234;}
.inner .inner-left .inner-nav ul .hover a{color:#fff;}


.inner .inner-left .hot-pro { margin-top: 10px; border: 1px solid #c13234; overflow: hidden; }
.inner .inner-left .hot-pro .title { height: 40px; line-height: 40px; font-size: 16px; text-align: center; color: #fff; background: #c13234; font-weight: bold; }
.inner .inner-left .hot-pro .cont { margin-top: 10px; text-align: center; }
.inner .inner-left .hot-pro .cont ul li { width: 250px; margin: 5px auto; }
.inner .inner-left .hot-pro .cont ul li img { width: 100%; border: 1px solid #ccc; }
.inner .inner-left .hot-pro .cont ul li span { color: #666; }
.inner .inner-left .inner-contact { margin-top: 10px; border: 1px solid #c13234; }
.inner .inner-left .inner-contact .title { height: 40px; line-height: 40px; font-size: 16px; text-align: center; color: #fff; background: #c13234; font-weight: bold; }
.inner .inner-left .inner-contact .cont { padding: 10px; text-align: center; margin-top: 10px; }
.inner .inner-left .inner-contact .cont img { margin-bottom: 10px; width: 100%; }
.inner .inner-left .inner-contact .cont p { margin-bottom: 5px; color: #666; }
.inner .inner-left .inner-contact .cont strong { font-size: 16px; }
.inner .inner-left .inner-contact .cont span { font-size: 26px; color: #c13234; font-weight: bold; }
.inner .inner-left .hot-news { margin-top: 10px; border: 1px solid #c13234; }
.inner .inner-left .hot-news .title { height: 40px; line-height: 40px; font-size: 16px; text-align: center; color: #fff; background: #c13234; font-weight: bold; }
.inner .inner-left .hot-news ul li { height: 30px; line-height: 30px; font-size: 12px; padding: 0 5px; }
.inner .inner-left .hot-news ul li span { margin-right: 5px; color: #c13234; }
.inner .inner-left .hot-news ul li a { color: #666; }
.inner .inner-right { overflow: hidden; float: right; width: 827px; border: 1px solid #ccc;background:#fff;}
.inner .inner-right .inner-place { margin-top: 0px; height: 40px; line-height: 40px; clear: both; overflow: hidden; background: #c13234 url(/public/home/web/images/title-bg.jpg); padding: 0 50px; }
.inner .inner-right .inner-place span { font-size: 20px; margin-right: 10px; color: #c13234; }
.inner .inner-right .inner-place strong { font-size: 14px; color: #fff; margin-right: 10px; }
.inner .inner-right .inner-place a { color: #fff; margin-right: 5px; }
.inner .inner-right .inner-place .inner-position { float: left; color: #fff; }
.inner .inner-right .pro-img { overflow: hidden; margin-bottom: 20px; margin-top: 20px; }
.inner .inner-right .pro-img ul li { width: 251px; float: left; margin: 0 5px 15px 5px; background: #eee; padding: 4px; border: 1px solid #ccc; }
.inner .inner-right .pro-img ul li:hover { border: 1px solid #c13234; }
.inner .inner-right .pro-img ul li:hover span { color: #c13234; }
.inner .inner-right .pro-img ul li img { width: 100%;height:188px;}
.inner .inner-right .pro-img ul li span { color: #666; padding: 5px; display: block; margin-top: 3px; text-align: center; }
.inner .inner-right .pro-img ul li span b { font-weight: 500; }
.inner .inner-right .inner-page { text-align: center; height: 30px; padding-top: 10px; clear: both; }
.inner .inner-right .inner-page ul li { float: left; left: 15%; position: relative; ; margin-right: 1px; width: auto; padding: 3px 10px; color: #666; }
.inner .inner-right .inner-page ul li a { color: #666; display: block; }
.inner .inner-right .inner-page ul li a:hover { color: #c13234; }
.inner .inner-right .inner-page ul li .pageinfo { width: 200px; display: block; background: #666; background: #999; color: #fff; margin: -5px; }
.inner .inner-right .inner-page .thisclass { background: #c13234; border: 1px solid #c13234; color: #fff; }
.inner .inner-right .inner-page .thisclass a { color: #fff; }
.inner .inner-right .case-img{overflow:hidden;}
.inner .inner-right .case-img ul li{margin:10px;border:1px solid #ccc;background:#fafafa;height:220px;clear:both;overflow:hidden;}
.inner .inner-right .case-img ul li img{width:270px;float:left;padding:3px;border:1px solid #ccc;margin:5px;}
.inner .inner-right .case-img ul li .text{width:490px;float:right;}
.inner .inner-right .case-img ul li .text .case-title{font-size:16px;font-weight:bold;margin-top:10px;}
.inner .inner-right .case-img ul li .text p{color:#666;font-size:12px;margin-top:10px;}
.inner .inner-right .case-img ul li .case-link{height:32px;line-height:32px;width:120px;text-align:center;background:#c13234;color:#fff;margin-top:10px;}
.inner .inner-right .case-img ul li .case-link a{display: block;color:#fff;}
.inner .inner-right .rec-news { overflow: hidden; margin: 0px auto; }
.inner .inner-right .rec-news .title { height: 40px; line-height: 40px; clear: both; overflow: hidden; background: #c13234 url(/public/home/web/images/title-bg.jpg); padding: 0 50px; border-top: 1px solid #ccc; }
.inner .inner-right .rec-news .title strong { float: left; margin: 0; margin-left: 10px; color: #fff; font-size: 16px; font-weight: bold; line-height: 35px; margin-right: 5px; }
.inner .inner-right .rec-news .title span { color: #eee; }
.inner .inner-right .rec-news .rec-news-img { overflow: hidden; padding: 10px; }
.inner .inner-right .rec-news .rec-news-img li { overflow: hidden; border-bottom: 1px dashed #94896B; padding-bottom: 10px; }
.inner .inner-right .rec-news .rec-news-img li img { width: 180px; height: 126px; float: left; margin-right: 10px; border: 1px solid #c13234; padding: 2px; }
.inner .inner-right .rec-news .rec-news-img li a { font-size: 16px; color: #c13234; padding-top: 20px; }
.inner .inner-right .rec-news .rec-news-img li p { color: #666; margin-top: 10px; }
.inner .inner-right .rec-news .rec-news-img li span { color: #999; }
.inner .inner-right .rec-news .rec-news-list { overflow: hidden; padding: 10px; }
.inner .inner-right .rec-news .rec-news-list li { height: 40px; line-height: 40px; border-bottom: 1px dashed #ccc; width: 370px; float: left; margin: 0 10px; }
.inner .inner-right .rec-news .rec-news-list li span { color: #c13234; margin-right: 20px; }
.inner .inner-right .rec-news .rec-news-list li a { COLOR: #666; }
.inner .inner-right .rec-news .rec-news-list li small { float: right; }
.inner .inner-right .list-article .news-list { padding: 20px; overflow: hidden; margin-bottom: 20px; }
.inner .inner-right .list-article .news-list li { height: 165px; border-bottom: 1px dashed #ccc; margin-bottom: 10px; padding-top: 10px; }
.inner .inner-right .list-article .news-list li img { display: block; float: left; border: 1px solid #ccc; padding: 5px; width: 200px; margin-right: 20px; height: 144px; }
.inner .inner-right .list-article .news-list li .text { margin-left: 0px; width: 540px; float: left; }
.inner .inner-right .list-article .news-list li .li-title { font-size: 18px; }
.inner .inner-right .list-article .news-list li .li-title a { color: #c13234; }
.inner .inner-right .list-article .news-list li .li-title strong { font-weight: 500; color: #c13234; }
.inner .inner-right .list-article .news-list li .li-title strong a { color: #c13234; }
.inner .inner-right .list-article .news-list li p { color: #666; font-size: 14px; padding-left: 10px; margin-top: 10px; }
.inner .inner-right .list-article .news-list li span { font-size: 12px; color: #999; margin-left: 10px; }
.inner .inner-right .news-list .inner-page { text-align: center; height: 30px; padding-top: 10px; clear: both; }
.inner .inner-right .news-list .inner-page ul li { float: left; left: 15%; position: relative; border: 1px solid #ccc; margin-right: 1px; width: auto; padding: 3px 10px; height: auto; }
.inner .inner-right .news-list .inner-page ul li a { color: #666; display: block; }
.inner .inner-right .news-list .inner-page ul li a:hover { color: #c13234; }
.inner .inner-right .news-list .inner-page ul li .pageinfo { width: 200px; display: block; background: #666; background: #999; color: #fff; margin: -5px; }
.inner .inner-right .news-list .inner-page .thisclass { color: #fff; background: #c13234; border: 1px solid #c13234; }
.inner .inner-right .news-list .inner-page .thisclass a { color: #fff; }

.inner .inner-right .article-image { padding: 0px; overflow: hidden; margin-bottom: 20px; position: relative; margin-top: 10px; color: #333; }
.inner .inner-right .article-image .hd{height:30px;line-height:30px;border-bottom:1px solid #ccc;margin:10px;}
.inner .inner-right .article-image .hd li{width:100px;float:left;background:#ccc;text-align:center;margin-right:10px;cursor:pointer;}
.inner .inner-right .article-image .hd .on{background:#c13234;color:#fff;}
.inner .inner-right .article-image .pro-show img{padding:5px;border:1px solid #eee;display: block; margin: 10px auto;}
.inner .inner-right .article-image .parameter{padding:10px;}
.inner .inner-right .article-image .parameter tr{border-bottom:1px solid #ccc;}
.inner .inner-right .article-image .parameter td{border:1px solid #ccc;text-align:center;line-height:31px;}
.inner .inner-right .article-image .parameter th{border:1px solid #ccc;text-align:center;line-height:31px;background: #c13234;color: #fff;}
.inner .inner-right .article-image .parameter p{margin:0;}
.inner .inner-right .article-image .inner-title { height: 50px; margin: 10px auto; background: none; line-height: 50px; }
.inner .inner-right .article-image .title { margin-top: 0px; height: 40px; line-height: 40px; clear: both; overflow: hidden; background: #c13234 url(/public/home/web/images/title-bg.jpg); padding: 0 50px; }
.inner .inner-right .article-image .title h3 { font-size: 18px; color: #fff; font-weight: bold; margin: 0; height: 40px; line-height: 40px; float: left; }
.inner .inner-right .article-image .title span { font-size: 12px; color: #eee; margin-left: 10px; }

.inner .inner-right .article-image blockquote{font-size:16px;background:#eee;border-left-color:#007D5B;margin-top:10px;margin-bottom:10px;}
.inner .inner-right .article-image .show-bottom { margin: 20px auto; text-align: center; background: #eee; border: 1px solid #ccc; height: 36px; line-height: 36px; overflow: hidden; }
.inner .inner-right .article-image .show-bottom span { border-right: 1px solid #927B54; padding: 0 16px 0 15px; color: #333; }
.inner .inner-right .article-image .show-bottom span a { color: #333; }
.inner .inner-right .in-book { margin-bottom: 10px; }
.inner .inner-right .in-book .title { height: 40px; line-height: 40px; clear: both; overflow: hidden; background: #c13234 url(/public/home/web/images/title-bg.jpg); padding: 0 50px; border-top: 1px solid #ccc; }
.inner .inner-right .in-book .title strong { float: left; margin: 0; margin-left: 10px; color: #fff; font-size: 18px; font-weight: bold; line-height: 35px; margin-right: 5px; }
.inner .inner-right .in-book .title span { color: #eee; }
.inner .inner-right .in-book .table { margin-top: 10px; margin-bottom: 5px; }
.inner .inner-right .in-book .table tr { float: left; display: block; }
.inner .inner-right .in-book .table .fo-2 { width: 740px; clear: both; }
.inner .inner-right .in-book .table .fo-3 { width: 740px; clear: both; }
.inner .inner-right .in-book .table tr td { border: 0; width: 90px; color: #666; }
.inner .inner-right .in-book .table tr td input { background: none; border: 1px solid #666; padding-left: 10px; border-radius: 5px; }
.inner .inner-right .in-book .table tr td textarea { background: none; border: 1px solid #666; padding-left: 10px; border-radius: 5px;width:650px;height:100px; }
.inner .inner-right .in-book .btn { color: #333; }
.inner .inner-right .article-article { overflow: hidden; margin-bottom: 20px; }
.inner .inner-right .article-article .inner-title { height: 40px; margin: 0px auto; background: none; font-weight: 500; color: #FFA500; }
.inner .inner-right .article-article .attr { height: 40px; line-height: 30px; border-bottom: 1px dashed #ccc; color: #666; text-align: left; font-size: 12px; margin: 10px; margin-top: 30px; padding-bottom: 10px; }
.inner .inner-right .article-article .attr p { float: left; }
.inner .inner-right .article-article .attr a { color: #aaa; }
.inner .inner-right .article-article .attr .back { float: right; display: inline; background: #ccc; color: #333; padding: 0px 15px; }
.inner .inner-right .article-article .attr .back a { color: #333; }
.inner .inner-right .article-article .art-info{margin:10px;font-size:12px;color:#666;border:1px dashed #ccc;padding:10px;}
.inner .inner-right .article-article .info { line-height: 24px; color: #666; padding: 10px; }
.inner .inner-right .article-article .info blockquote{padding:5px 10px;background:#f6f6f6;font-size:16px;border-left-color:#c13234;}
.inner .inner-right .article-article .info img{padding:3px;border:1px solid #ccc;margin:10px auto;display: block;}
.inner .inner-right .article-article .prevnext { margin: 20px auto; height: 35px;line-height:35px; background: #eee; padding: 5px 0; border: 1px solid #ccc; color: #333; }
.inner .inner-right .article-article .prevnext .pre_l { float: left; padding-left: 10px; }
.inner .inner-right .article-article .prevnext .pre_r { float: right; padding-right: 10px; }
.inner .inner-right .article-article .prevnext a { color: #333; }
.inner .inner-right .article-article .prevnext a:hover { color: #c13234; }
.inner .inner-right .article-right-img { margin-top: 20px; overflow: hidden; }
.inner .inner-right .article-right-img .title { height: 40px; line-height: 40px; clear: both; overflow: hidden; background: #c13234 url(/public/home/web/images/title-bg.jpg); padding: 0 50px; border-top: 1px solid #ccc; }
.inner .inner-right .article-right-img .title strong { float: left; margin: 0; margin-left: 10px; color: #fff; font-size: 18px; font-weight: bold; line-height: 35px; margin-right: 5px; }
.inner .inner-right .article-right-img .title span { color: #eee; }
.inner .inner-right .article-right-img ul li { text-align: center; margin: 10px 5px; ; width: 250px; float: left; padding: 4px; border: 1px solid #999; }
.inner .inner-right .article-right-img ul li img { width: 100% }
.inner .inner-right .article-right-img ul li span { color: #333; }
.inner .inner-right .article-right-img .relevant li { background: #fff; border-bottom: 1px dashed #ccc; height: 30px; margin-top: 0px; text-align: left; font-size: 12px; }
.inner .inner-right .case-info{margin-bottom:10px;overflow:hidden;}
.inner .inner-right .case-info p{margin:5px;float:left;border:1px solid #ccc;border-radius:5px;line-height:30px;text-align:center;padding-right:10px;}
.inner .inner-right .case-info p span{background:#c13234;color:#fff;display: block;padding:0 5px;float:left;margin-right:5px;}
.inner .inner-right .case-show span{display:block;margin:10px auto;text-align:center;background:#eee;margin-right:10px;}

.inner .inner-news-nav ul li { width: 120px; }
.inner .inner-body { overflow: hidden; padding-top: 10px; padding-bottom: 10px; color: #666; }
.inner .inner-body .title { border-bottom: 1px solid #ccc; height: 40px; line-height: 40px; }
.inner .inner-body .title h3 { border-bottom: 1px solid #c13234; float: left; margin: 0; height: 40px; line-height: 40px; font-size: 20px; font-weight: bold; color: #c13234; }
.inner .inner-body .title h3 strong { font-size: 26px; color: #c13234; }
.inner .inner-body .title span { background: url(/public/home/web/images/pro-title.png); width: 960px; display: block; float: right; height: 7px; margin-top: 15px; }
.inner .rec-news .left { width: 350px; float: left; }
.inner .rec-news .right { width: 700px; float: right; }
.inner .rec-news .right ul { overflow: hidden; }
.inner .rec-news .right form { margin-top: 10px; border: 1px solid #ccc; border-top: 0; height: 285px; }
.inner .rec-news .right form .table { margin-bottom: 0; }
.inner .rec-news .center { }
.inner .rec-news .center ul { overflow: hidden; }
.inner .rec-news .center ul li { height: 40px; line-height: 40px; border-bottom: 1px dashed #ccc; width: 335px; float: left; margin: 0 15px; }
.inner .rec-news .center ul li span { color: #c13234; margin-right: 20px; }
.inner .rec-news .center ul li small { float: right; }
.inner .rec-pro { overflow: hidden; margin: 00px auto; background: #eee; padding: 20px 0; }
.inner .rec-pro .title { height: 35px; border-bottom: 1px solid #ddd; line-height: 35px; border-left: 3px solid #c13234; }
.inner .rec-pro .title strong { float: left; margin: 0; margin-left: 10px; color: #2d1b17; font-size: 18px; font-weight: bold; line-height: 35px; margin-right: 5px; }
.inner .rec-pro .title span { color: #aaa; }
.inner .rec-pro ul li { width: 255px; float: left; border: 1px solid #ddd; padding: 8px; margin: 10px; background: #f3f3f3; }
.inner .rec-pro ul li:hover { border: 1px solid #c13234; }
.inner .rec-pro ul li img { width: 100%; }
.inner .rec-pro ul li span { color: #666; padding: 5px; display: block; margin-top: 3px; text-align: center; }
.inner .rec-pro ul li span b { font-weight: 500; }
.inner .inner-hot ul li { hight: 30px; line-height: 30px; border-bottom: 1px dashed #aaa; }
.inner .inner-hot ul li span { margin-right: 10px; }
.inner .inner-hot ul p { margin-top: 10px; margin-bottom: 0; }
.inner .inner-book { }
.inner .inner-book .title { border-bottom: 1px solid #ccc; height: 40px; line-height: 40px; margin-bottom: 30px; }
.inner .inner-book .title h3 { font-size: 18px; color: #2d1b17; font-weight: bold; float: left; margin: 0; height: 40px; line-height: 40px; margin-right: 10px; }
.inner .inner-book .title span { font-size: 12px; color: #aaa; }
.inner .inner-hot-img { overflow: hidden; }
.inner .inner-hot-img .in-hot-title { border-bottom: 1px solid #ccc; height: 40px; line-height: 40px; }
.inner .inner-hot-img .in-hot-title h3 { font-size: 18px; color: #2d1b17; font-weight: bold; float: left; margin: 0; height: 40px; line-height: 40px; margin-right: 10px; }
.inner .inner-hot-img .in-hot-title span { font-size: 12px; color: #aaa; }
.inner .inner-hot-img ul li { width: 255px; float: left; margin: 10px; text-align: center; }
.inner .inner-hot-img ul li img { width: 100%; display: block; margin-bottom: 10px; }
.inner .inner-search { overflow: hidden; margin-bottom: 20px; }
.inner .inner-search .news-list { padding: 0px; overflow: hidden; margin-bottom: 20px; }
.inner .inner-search .news-list li { width: 500px; float: left; margin: 24px; height: 165px; border-bottom: 1px dashed #ccc; padding-top: 10px; }
.inner .inner-search .news-list li img { display: block; float: left; border: 1px solid #ccc; padding: 5px; width: 180px; margin-right: 20px; height: 130px; }
.inner .inner-search .news-list li .text { margin-left: 0px; width: 280px; float: left; }
.inner .inner-search .news-list li .li-title { font-size: 18px; }
.inner .inner-search .news-list li .li-title strong { font-weight: 500; color: #c30000; }
.inner .inner-search .news-list li .li-title strong a { color: #c30000; }
.inner .inner-search .news-list li p { color: #666; font-size: 14px; margin-top: 10px; }
.inner .inner-search .news-list li span { font-size: 12px; color: #999; margin-left: 10px; }
.inner .inner-search .inner-page { text-align: center; }
.inner .inner-search .inner-page ul { overflow: hidden; width: auto; }
.inner .inner-search .inner-page ul li { display: inline-block; position: relative; margin-right: 5px; border: 1px solid #ccc; border-radius: 5px; padding: 3px 10px; }
.inner .inner-search .inner-page ul li a { color: #666; display: block; }
.inner .inner-search .inner-page ul li .pageinfo { }
.inner .inner-search .inner-page .thisclass { background: #0860A8; color: #fff; }
.inner .inner-search .inner-page .thisclass a { color: #fff; }
.inner .inner-search .inner-page table { margin: 0 auto; }
.inner .inner-search .inner-page td { border: 1px solid #ccc; padding: 3px 10px; width: auto !important; }
.inner label { max-width: none; }
.kefu{position:fixed;right:0;top:30%;z-index:80;width:10%}
.kefu
{
animation:myfirst 4s infinite linear;
}
@keyframes myfirst{0%{top:30%}
25%{top:31%}
50%{top:30%}
75%{top:31% }
95%{top:30% }
100%{top: 31%}}
.kefu img{width:100%;}
#chatBtn{display: none !important;}
.sitemap { overflow: hidden; }
.sitemap .inner-place { height: 30px; border-bottom: 1px dashed #ccc; line-height: 30px; margin-top: 10px; }
.sitemap .inner-place .inner-position { float: left; }
.sitemap .sp-title { float: right; }
.sitemap .sp-title a { background: #eee; padding: 5px; }
.sitemap .linkbox { border: 1px solid #ccc; margin: 10px 0; padding: 3px 10px; }
.sitemap .linkbox h3 { border-bottom: 1px dashed #ccc; }
.sitemap .linkbox ul { overflow: hidden; margin-bottom: 10px; }
.sitemap .linkbox ul li { float: left; margin-right: 10px; }





/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/public/home/web/fonts/fontawesome-webfont.eot');src:url('/public/home/web/fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('/public/home/web/fonts/fontawesome-webfont.woff2') format('woff2'),url('/public/home/web/fonts/fontawesome-webfont.woff') format('woff'),url('/public/home/web/fonts/fontawesome-webfont.ttf') format('truetype'),url('/public/home/web/fonts/fontawesome-webfont.svg') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
