﻿/*
Theme Name:ecms005
Theme author:www.moyublog.com moyu2013.taobao.com
*/


.fix-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: none;
    z-index: 3;
}


/*gold*/
.inner {
    margin: 0 auto;
    max-width: 1540px;
}

.view .inner {
    max-width: 1280px;
    margin: 0 auto;
}


.mainbody {
    width: 100%;
    background: #fff;
    float: left;
}


.mainConent {
    width: 100%;
    background: #fff;
    float: left;
    padding: 60px 0;
}


.bannerBox {
    width: 100%;
    float: left;
    position: relative;
}

.subBanner {
    width: 100%;
    float: left;
}

.title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 80px;
    text-align: center;
    margin-top: -40px;
}

.title h1 {
    width: 100%;
    float: left;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.columnTitle {
    width: 100%;
    float: left;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 20px;
}


/*breadcrumb*/
#breadcrumb {
    float: left;
    width: 100%;
}

.breadcrumb {
    background: none;
    line-height: 1.5;
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.breadcrumb a {
    color: #fff;
}

.searchHeight {
    min-height: 300px;
}

.searchBox {
    width: 50%;
    margin: 30px auto 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchBox button {
    height: 56px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1442b5;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border: 0;
    border-radius: 0 28px 28px 0;
    text-align: center;
}

.searchBox button:hover {
    background: linear-gradient(to left, #08df78, #068edd);
}

}

.searchBox button img {
    width: 100%;
}

#newsSearchKeyword {
    width: 50%;
    height: 56px;
    padding: 0 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    border-radius: 28px 0 0 28px;
    font-size: 18px;
}

/*   ҳ    */
#xnx3_page {
    width: 100%;
    float: left;
    padding: 30px 0 !important;
}

#xnx3_page ul {
    width: 100%;
    text-align: center;
}

#xnx3_page ul li {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    padding-right: 1px;
    padding-left: 1px;
}

#xnx3_page ul .xnx3_page_currentPage, #xnx3_page ul .xnx3_page_currentPage a {
    background-color: #0032af !important;
    color: #fff;
}

#xnx3_page ul li a {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
}

/* ͳ    Ϣ   繲  ҳ    ǰ ڼ ҳ */
#xnx3_page ul .statistics {
    margin-right: 30px;
    border: 0px;
    padding-top: 5px;
}


/*         б        б     */
#searchResultList {
    width: 100%;
    float: left;
}

#searchResultList .xnx3_news_item {
    float: left;
    display: flex;
    padding: 30px 40px;
    margin: 10px 0;
    background: #f8f8f8;
    border: 0;
    border-radius: 20px;
}

#searchResultList .xnx3_news_item:hover {
    transform: scale(1.01);
    box-shadow: 3px 3px 30px rgba(0, 50, 175, 0.2);
}

#searchResultList .xnx3_news_item:hover .xx h2, #searchResultList .xnx3_news_item:hover .xx span {
    color: #333
}

#searchResultList .xnx3_news_item:hover .xx p {
    color: #888
}

#searchResultList .xnx3_news_item .imgBox {
    float: left;
}

#searchResultList .xnx3_news_item .imgBox img {
    width: 365px;
    height: 213px;
    float: left;
    margin-right: 50px;
}


@media only screen and (max-width: 1600px) {
    .inner {
        max-width: 100%;
        margin: 0 60px;
    }
}

@media only screen and (max-width: 1440px) {
    ul.products-list li .thumbnail {
        height: 230px;
    }
}

@media only screen and (max-width: 1366px) {
    .inner {
        margin: 0 30px;
    }
    
    .title h1 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .inner {
        margin: 0 15px;
    }
    
    .view .inner {
        margin: 0 20px;
    }
    
    .sidebar .inner {
        margin: 0;
    }
    
    .subBanner {
        min-height: 140px;
    }
    
    .title {
        margin-top: -10px;
        height: auto;
    }
    
    .title h1 {
        font-size: 22px;
    }
    
    .columnTitle {
        font-size: 22px;
    }
    
    .breadcrumb {
        font-size: 12px;
    }
}


/*slidershow*/
#slidershow {
    position: relative;
    margin: 0 auto 15px;
    overflow: hidden;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.centered-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("themes.gif") no-repeat left top;
    margin-top: -45px;
}

.centered-btns_nav:active {
    opacity: 1.0;
}

.centered-btns_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.transparent-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=1);
    width: 48%;
    text-indent: -9999px;
    overflow: hidden;
    height: 91%;
}

.transparent-btns_nav.next {
    left: auto;
    right: 0;
}

.large-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0.6;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000 url("themes.gif") no-repeat left 50%;
    width: 38px;
}

.large-btns_nav:active {
    opacity: 1.0;
}

.large-btns_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0;
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
    outline: none;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
    position: absolute;
    right: 5%;
    bottom: 7%;
    z-index: 3;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
    display: inline;
    float: left;
    margin-right: 15px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, .5);
    display: block;
    width: 9px;
    height: 9px;
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
    background-color: #37408E;
}

/*container*/
#container {
    overflow: hidden;
}

/*sidebar*/
.sidebar {
    width: 100%;
    float: left;
    /*  margin-top: -60px;
    position:relative;
    z-index:2;*/
    background: #eee;
    box-shadow: 0 8px 21px 0 rgba(0, 0, 0, .02);
}

#sideMenu {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    float: left;
    width: 100%;
    height: 60px;
}

#sideMenu h3 {
    background: #37408E;
    color: #fff;
}

#sideMenu h3 a {
    color: #fff;
}

#sideMenu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#sideMenu ul li {
    padding: 0;
    float: left;
    display: inline-block;
    line-height: 60px;
}

#sideMenu ul li a {
    color: #333;
    font-size: 20px;
    display: block;
    padding: 0 30px;
}

#sideMenu ul li.current, #sideMenu ul li a:hover {
    background: #0032af;
}

#sideMenu ul li.current a, #sideMenu ul li a:hover {
    color: #fff;
    font-weight: normal;
}

#divCalendar table {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

#divCalendar table a {
    color: #F65E4F;
    font-weight: bold;
}

#divCalendar table caption {
    margin-top: 10px;
}

#divSearchPanel form {
    text-align: center;
    padding: 10px 0;
}

#divSearchPanel input[type="text"] {
    border: 1px solid #ddd;
    padding: 5px;
    width: 50%;
}

#divSearchPanel input[type="submit"] {
    background-color: #F65E4F;
    color: #fff;
    border: none;
    border-radius: 3px;
    height: 28px;
    padding: 0 5px;
}

.main {
    float: right;
    width: 870px;
    overflow: hidden;
}

.about h3 {
    padding: 0 2%;
    margin-bottom: 15px;
}

.about img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.about p {
    text-align: justify;
    font-size: 0.875em;
    line-height: 1.75em;
    margin-bottom: 15px;
}


/*homeProMenu*/
.homeProbox {
    overflow: hidden;
    margin-bottom: 15px;
}

.homeProbox h3 {
    margin-bottom: 4px;
}

.homeProbox h3 a {
    color: #000;
}

.homeProbox ul {
    overflow: hidden;
    width: 1225px;
}

.homeProbox ul li {
    width: 280px;
    float: left;
    margin: 11px 26px 15px 0;
}

.homeProbox ul li .proItem {
    border: 1px solid #eee;
    padding: 5px;
}

.homeProbox ul li a, ul.products-list li a {
    display: block;
    overflow: hidden;
    color: #333;
}

.homeProbox ul li img, ul.products-list li img, .commentslist li .gravatar img, .products-info .thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease 0s;
}

.homeProbox ul li img:hover, ul.products-list li img:hover {
    transform: scale(1.4, 1.4);
    transition: transform 0.5s ease 0s;
    opacity: 0.9;
}

.homeProbox ul li p {
    font-size: 0.875em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    text-align: center;
    line-height: 1.75em;
}

.homeProbox ul li p a:hover {
    color: #f60;
    text-decoration: underline;
}

/*showcase*/
.showcase {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.showcase h3 {
    margin-bottom: 15px;
}

.showcase h3 a {
    color: #000;
}

.showcase .bx-wrapper {
    border: none;
    box-shadow: none;
    background: none;
}

.showcase .bx-controls {
    position: absolute;
    right: 0;
    top: -25px;
}

/*news-box*/
.news-box {
    width: 1230px;
}

.box {
    float: left;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 15px;
    display: inline;
}

.box h3 a {
    color: #000;
}

.box ul {
    padding: 10px;
}

.box ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.875em;
    line-height: 1.75em;
}

.box ul li a {
    background: url(../images/dot.jpg) no-repeat left center;
    padding-left: 10px;
    color: #333;
}

.box ul li a:hover {
    color: #9ab6fc;
    text-decoration: underline;
}

/*main*/


ul.news-list {
    padding: 20px 0;
}

ul.news-list li {
    font-size: 0.875em;
    height: 40px;
    line-height: 41px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

ul.news-list li a {
    color: #444;
}

ul.news-list li a:hover {
    color: #bec6e8;
    text-decoration: underline;
}

ul.news-list li span {
    float: right;
    color: #888;
    font-size: 0.75em;
}

/*products-list*/
ul.products-list {
    margin: 0 -15px;
}

ul.products-list:last-child {
    /*overflow: hidden;*/
}

ul.products-list li {
    float: left;
    width: calc(25% - 30px);
    margin: 15px;
    display: inline;
}

ul.products-list li .thumbnail {
    margin-bottom: 10px;
    overflow: hidden;
    height: 280px;
}

ul.products-list li .thumbnail a {
    height: 100%;
    width: 100%;
    text-align: center;
}

ul.products-list li .thumbnail a img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

ul.products-list li h2 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

ul.products-list li h2 a:hover, .post .pn a:hover, .related-post ul li a:hover, .related-products li p a:hover, .widget ul li a:hover {
    text-decoration: underline;
}

/*pagenavi*/
.pagenavi {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    text-align: center;
    margin: 30px 0 0;
    float: left;
    width: 100%;
}

.pagenavi a, .pagenavi span.now-page {
    padding: 10px;
    background-color: #eee;
    color: #666;
    font-size: 14px;
    border-radius: 2px;
}

.pagenavi a:hover, .pagenavi span.now-page {
    background-color: #0032af;
    color: #fff;
}

/*post*/
.post h1 {
    width: 100%;
    clear: both;
    padding: 30px 0 15px;
    margin-bottom: 15px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.post .postmeta {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
    color: #777;
}

.post .postmeta span {
    padding: 0 10px;
}

.post .postmeta a {
    color: #777;
}

.post .entry {
    clear: both;
    width: 100%;
    margin-top: 30px;
    line-height: 2;
}

.post .entry h2 {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    position: relative;
}

.post .entry h2:before {
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 22px;
    background-color: #e3edf6;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
}

.post .entry p {
    text-align: justify;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 2 !important;
}
.post .entry p img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.post .entry blockquote {
    overflow: hidden;
    background: url(../images/block_l.png) no-repeat 0 10px;
    padding: 15px 25px 0;
    position: relative;
    margin: 0 2em 15px;
    color: #444;
}

.post .entry blockquote span.blockquote {
    background: url(../images/block_r.png) no-repeat 0 0;
    display: block;
    width: 20px;
    height: 28px;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.post .entry ul, .post .entry ol {
    margin-bottom: 15px;
    padding-left: 2em;
    overflow: hidden;
    font-size: 16px;
    /*font-size: 0.875em;*/
    line-height: 2;
}

.post .entry ul li {
    /*list-style: inside disc none;*/
    margin-bottom: 5px;
    clear: both;
}

.post .entry ol li {
    list-style: inside decimal none;
    margin-bottom: 10px;
}
.post .entry ul li p{
    line-height: 2 !important;
}
.post .pn {
    clear: both;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 16px;
    border-top: 1px solid #ddd;
}

.post .pn p {
    padding-top: 5px;
}

.post .pn a {
    color: #333;
}

/*products-info*/
.products-info {
    overflow: hidden;
    margin-bottom: 25px;
}

.products-info .thumbnail {
    width: 300px;
    float: left;
    margin-right: 30px;
    display: inline;
    transition: all 0.4s ease 0s;
}

.products-info .products-meta {
    float: left;
    padding: 15px;
    transition: all 0.4s ease 0s;
}

.products-info .products-meta p {
    padding: 10px;
    transition: all 0.4s ease 0s;
}

.products-info .products-meta p span {
    font-size: 2em;
    color: #F65E4F;
    transition: all 0.4s ease 0s;
}

.products-info .products-meta p span a {
    color: #F65E4F;
}

/*related-post*/
.related-post {
    margin-bottom: 20px;
}

.related-post h3, .commentslist h3 {
    font-size: 1.125em;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.related-post h3 span, .commentslist h3 span {
    border-bottom: 3px solid #F65E4F;
    padding-bottom: 5px;
}

.related-post ul {
    overflow: hidden;
}

.related-post ul li {
    font-size: 0.875em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 50%;
    line-height: 1.75em;
}

.related-post ul li a {
    background: url(../images/dot.jpg) no-repeat left center;
    padding-left: 10px;
    color: #333;
}

/*related-products*/
.related-products li p {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
}

.related-products li p a {
    color: #333;
}

.pro-title {
    border-bottom: 2px solid #37408E;
    margin-bottom: 25px;
}

.pro-title h3 {
    float: left;
    background-color: #37408E;
    color: #fff;
    font-size: 1em;
    padding: 3px 10px;
    cursor: pointer;
    margin-right: 5px;
    display: inline;
}

.pro-title h3:hover, .pro-title h3.on {
    background-color: #F65E4F;
    border-bottom: 2px solid #F65E4F;
    margin-bottom: -2px;
}

/*commentslist*/
.commentslist {
    margin-bottom: 20px;
}

.commentslist li {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.commentslist li .gravatar {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 5px;
}

.commentslist li .cmt-info {
    padding-left: 55px;
}

.commentslist li .cmt-info .cmt-author a {
    color: #555;
}

.commentslist li .cmt-info .cmt-author {
    font-size: 0.875em;
    margin-bottom: 10px;
}

.commentslist li .cmt-info .cmt-cont {
    font-size: 0.875em;
    color: #333;
    line-height: 1.75em;
}

.commentslist li .cmt-info .cmt-meta span {
    font-size: 0.75em;
    color: #888;
}

.commentslist li .cmt-info .cmt-meta span.reply {
    float: right;
    font-size: 0.875em;
}

.commentslist li .cmt-info .cmt-meta span.reply a {
    color: #37408E;
}

.commentslist li ol {
    margin-left: 44px;
}

.commentslist li li {
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 10px;
    border-bottom: none;
}

.commentslist li li .gravatar {
    top: 15px;
}

.commentslist .pagenavi {
    border: none;
}

/*comment*/
#comment p {
    overflow: hidden;
    margin-bottom: 15px;
}

#comment i {
    color: #F65E4F;
}

#comment .text, #comment textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px;
}

#comment textarea {
    width: 90%;
    height: 150px;
}

#comment .submit {
    background-color: #37408E;
    color: #fff;
    border: none;
    padding: 5px;
    cursor: pointer;
}

#comment .submit:hover {
    background-color: #F65E4F;
}

/*tabbox*/
.tabbox {
    display: none;
}

.tabbox.on {
    display: block;
}

/*friendlinks*/
#friendlinks {
    border-top: 1px solid #dedede;
    padding-top: 10px;
    margin-bottom: 15px;
}

#friendlinks ul {
    overflow: hidden;
}

#friendlinks ul li {
    float: left;
    font-size: 0.875em;
    margin: 5px;
    display: inline;
}

#friendlinks ul li a {
    color: #555;
}

#friendlinks ul li a:hover {
    color: #000;
    text-decoration: underline;
}


.pageslist {
    margin-bottom: 15px;
}

.pageslist ul li {
    display: inline-block;
    margin: 10px;
}

.pageslist ul li a {
    color: #333;
}

.phone {
    font-size: 2em;
    color: #37408E;
    font-family: Arial;
    margin-bottom: 15px;
}

.phone span {
    background: url(../images/phone.png) no-repeat left center;
    padding-left: 40px;
}

.phone span a {
    color: #37408E;
}


.tools {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 9;
}

.tools span {
    display: block;
    width: 54px;
    height: 54px;
    background-color: #051C30;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    background-repeat: no-repeat;
}

.tools span a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.tools span.backtop {
    background-image: url(../images/backtop.png);
    border-bottom: none;
}

.tools span.tools-qq {
    background-image: url(../images/qq.png);
}

.tools span.tools-phone, .tools span.mobile-phone {
    background-image: url(../images/sphone.png);
}

.tools span.mobile-phone {
    display: none;
}

.tools span.tools-phone {
    padding-left: 54px;
    width: 0;
    line-height: 54px;
    font-size: 1.5em;
    color: #fff;
}

.tools span.tools-phone.on {
    background-color: #37408E;
    border-radius: 27px 0 0 27px;
}

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto 10px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bxslider {
    margin: 0;
    padding: 0;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    right: 35px;
    background: url(../images/controls.png) no-repeat 0 2px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
}

.bx-wrapper .bx-next {
    right: 20px;
    background: url(../images/controls.png) no-repeat -15px 2px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    z-index: 998;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}


/***     б ***/
.newsBox {
    width: 100%;
    float: left;
}

.newsBox ul {
    margin: 0;
}

.newsBox ul li {
    float: left;
    width: 100%;
    padding: 40px;
    background: #fafafa;
    /* border-bottom: #e5e5e5 1px dashed; */
    margin: 0 0 15px;
    border-radius: 20px;
}

.newsBox ul li:last-child {
    border-bottom: 0;
}

.newsBox ul li a {
    float: left;
    width: 100%;
    display: flex;
    position: relative;
}

.newsBox ul li a .companyName {
    position: absolute;
    height: 30px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.newsBox ul li:hover {
    transform: scale(1.01);
    box-shadow: 3px 3px 30px rgba(0, 50, 175, 0.2);
}

.newsBox ul li a:hover .xx h2, .newsBox ul li a:hover .xx span {
    color: #333
}

.newsBox ul li a:hover .xx p {
    color: #888
}

.newsBox ul li a .imgBox {
    float: left;
}

.newsBox ul li a .imgBox img {
    width: 242px;
    height: 160px;
    float: left;
    margin-right: 50px;
}

.newsBox ul li .xx, #searchResultList .xnx3_news_item .xx {
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
}

.newsBox ul li a .xx h2, #searchResultList .xnx3_news_item .xx h2 {
    float: left;
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsBox ul li a .xx p, #searchResultList .xnx3_news_item .xx p {
    float: left;
    width: 100%;
    color: #888;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 16px;
    margin: 10px 0;
    padding-top: 0;
    text-align: justify;
}

.newsBox ul li a .xx span, #searchResultList .xnx3_news_item .xx span {
    float: left;
    width: 100%;
    display: block;
    font-size: 16px;
    margin-top: 0;
    overflow: hidden;
    color: #666;
    /*              position: absolute;
                  right: 0;
                  top: 0;*/
}

.gszl {
    height: auto;
    line-height: 1.5;
    padding: 20px 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f8f8;
    margin-bottom: 10px;
    border-radius: 4px;
}

.gszl > dt {
    width: calc(100% - 200px);
    font-size: 18px;
    font-weight: bold;
    float: left;
    display: inline-block;
}

.gszl > dd {
    float: right;
    display: flex;
    font-size: 14px;
    color: #666;
    align-items: center;
}

.gszl > dd a {
    float: left;
}

.gszl > dd i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    margin-left: 15px;
    float: left;
}

.gszl > dd img {
    width: 40px;
    float: left;
    transition: all 0.3s ease-in-out;
}

.gszl > dd a:hover img {
    transform: scale(1.01);
    box-shadow: 3px 3px 30px rgba(0, 50, 175, 0.2);
}

/*  Ƶ  ʽ*/
.videoBox {
    width: 100%;
    float: left;
}

.videoBox ul {
    margin: 0 -15px;
}

.videoBox ul li {
    margin: 15px 0;
}

.videoBox ul li h2 {
    width: 100%;
    clear: both;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 10px 0 0;
}

.videoBox ul li h2 a {
    color: #333;
}

/*        */
.leaderBox {
    overflow: hidden;
    width: 100%;
    float: left;
}

.leader {
    margin: 0 -15px;
}

.leader li {
    margin-bottom: 30px;
}

.leader li a {
    display: block;
    padding: 0 0 12px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    background: #f8f8f8;
}

.leader li img {
    width: 100%;
    height: 250px;
    border-radius: 10px 10px 0 0;
}

.leader li p {
    margin: 6px 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 0 15px;
}

.leader li span {
    display: block;
    font-size: 14px;
    color: #777;
    line-height: 20px;
    padding: 0 15px;
}

.leader li a:hover {
    text-decoration: none;
}

.leaderBox > dl {
    width: 100%;
    float: left;
}

.leaderBox > dl > dt {
}

.leaderBox > dl > dt img {
    width: 100%;
}

.leaderBox > dl > dd {
}

.leadersDesc {
    margin-left: 30px;
    margin-bottom: 0;
    clear: both;
}

.leadersDesc > dt > em {
    display: block;
    height: auto;
    line-height: 1.5;
    font-size: 34px;
    font-weight: bold;
    font-style: normal;
    color: #333;
    margin-bottom: 4px;
}

.leadersDesc > dt > span {
    display: block;
    font-style: normal;
    font-size: 18px;
    color: #777;
}

.leadersDesc > dd {
    margin-top: 20px;
    position: relative;
    padding-top: 40px;
    text-indent: 2em;
    font-size: 18px;
    color: #333;
}

.leadersDesc > dd::before {
    content: "";
    width: 36px;
    height: 30px;
    background: url(/site/219/images/dot.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.leadersDesc > dd p {
    text-indent: 2em;
    font-size: 16px;
    color: #333;
    line-height: 1.5 !important;
    margin: 0 0 15px 0;
    float: left;
    width: 100%;
}


.leadersDesc > dd span {
    color: #333;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}


/***二级企业列表***/
.companyBox {
    width: 100%;
    float: left;
}

.companyBox ul {
    margin: 0;
}

.companyBox ul li {
    float: left;
    width: calc(100% / 4);
    position: relative;
    padding: 0 15px 20px;
}


/*      .companyBox ul li a{
    float: left;
    display: flex;
    padding: 40px;
    border-radius: 20px;
    position: relative;
}*/

.companyBox ul li .companyName {
    position: absolute;
    float: left;
    left: 0;
    top: 0;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #0032af;
}

.companyBox ul li .companyName:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.companyBox ul li .companyName a {
    color: #fff
}

.companyBox ul li .xxbox:hover {
    transform: scale(1.01);
    box-shadow: 3px 3px 15px rgba(0, 50, 175, 0.2);
}

.companyBox ul li .xxbox {
    width: 100%;
    float: left;
    border-radius: 0;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
    background: url(/site/219/images/bgc01.png) no-repeat;
    background-size: 100% 100%;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    position: relative;
}

.companyBox ul li .xxbox:after {
    /*
                   content: "";
                   position: absolute;
                   bottom: 0;
                   right: 0;
                   border-bottom: 100px solid #3664D7;
                   border-left: 100px solid transparent;
                   border-top: 100px solid transparent;
                   width: 0;
                   height: 0;
  */
}


.companyBox ul li .xx {
    overflow: hidden;
    float: left;
    margin: 12px;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 8px;
    height: 120px;
    width: calc(100% - 24px);
    box-sizing: border-box;
}

.companyBox ul li .xx h2 {
    float: left;
    width: 100%;
    max-height: 40px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.companyBox ul li .xx span {
    color: #333;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.companyBox ul li .xx a {
    color: #1442b5;
}

.companyBox ul li .xx span:last-child {
    margin-bottom: 0;
}

.companyBox ul li .xx p {
    float: left;
    width: 100%;
    color: #333;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 16px;
    max-height: 48px;
    margin-bottom: 5px;
}

.companyBox ul li .imgBox {
    float: left;
}

.companyBox ul li .imgBox img {
    width: 480px;
    height: 330px;
    float: left;
}

.companyDesc {
    width: 100%;
    float: left;
    margin-bottom: 0;
    clear: both;
}

.companyDesc > dt {
    width: 100%;
    float: left;
}

.companyDesc > dt h2 {
    display: block;
    margin: 0 0 15px 0;
    float: left;
    width: 100%;
    line-height: 1.5;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: #333;
    text-align: center;
}

.companyDesc > dt > span {
    display: block;
    font-style: normal;
    font-size: 18px;
    color: #777;
}

.companyDesc > dd {
    margin-top: 20px;
    position: relative;
    text-indent: 2em;
    font-size: 18px;
    color: #333;
    float: left;
    width: 100%;
}

/*
.companyDesc > dd::before {
    content: "";
    width: 36px;
    height: 30px;
    background: url(/site/219/images/dot.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.companyDesc > dd::after {
    content: "";
    width: 36px;
    height: 30px;
    background: url(/site/219/images/dot.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}*/

.companyDesc > dd p {
    text-indent: 0;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin: 0 0 15px 0;
    float: left;
    width: 100%;
}

.companyDesc > dd p img, .companyDesc > dd p span img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center
}


.companyDesc2 {
    clear: both;
    margin: 30px -15px 0;
}

.companyDesc2 > dt img {
    max-width: 100%;
    float: left;
}

.companyDesc2 > dd span {
    color: #333;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.companyDesc2 > dd span a {
    color: #1442b5;
}

/*Ͷ  */
.formBox {
    width: 50%;
    margin: 0 auto;
}

.form-group {
    float: left;
    width: 100%;
}

.form-group label {
    text-align: right;
    font-size: 16px;
}

.form-group .form-control {
    font-size: 16px;
}

.form-group input.form-control {
    height: 40px;
}

.form-group .btn {
    height: 50px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
    background: #0032af;
    color: #fff;
}

/*ҵ  */
.service {
    width: 100%;
    float: left;
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
}

.service ul#myTab {
    margin: 0 -10px;
    position: relative;
    float: left;
    width: 100%;
    display: flex;
}

.service ul#myTab:before {
    content: "";
    position: absolute;
    left: 0;
    top: 150px;
    width: 100%;
    height: 1px;
    background: #1442b5;
    z-index: 0;
    display: none;
}

.service ul#myTab li {
    /* width: calc(100%/6 - 20px); */
    /* float: left; */
    /* height: 100%; */
    /* margin: 0 10px; */
    /* position: relative; */
    /* display: none; */
    /* border: #eee 1px solid; */
    flex: 1;
}

.service ul#myTab li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 143px;
    width: 16px;
    height: 16px;
    margin: 0 0 0 -8px;
    background: #fff;
    border-radius: 50%;
    border: #1442b5 3px solid;
    display: none;
}

.service ul#myTab li a {
    display: block;
    margin: 0 auto;
    padding: 60px 10px;
    text-align: center;
    border-radius: 0;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    background: #fff;
    border: #eee 1px solid;
    box-shadow: 2px 2px 20px rgba(0, 50, 175, 0.2);
}

.service ul#myTab li a .xq {
    margin: 30px 50px 0;
    text-align: center;
    padding: 5px 30px;
    background: #1442b5;
    border-radius: 30px;
    color: #fff;
    clear: both;
    line-height: 1.5;
    display: none;
}

.service ul#myTab li a:hover .xq {
    display: none;
}

.service ul#myTab li a .bgIMG {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    text-align: center;
    background: rgba(6, 53, 171, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service ul#myTab li a .bgIMG img {
    width: 40px;
    height: 40px;
}

.service ul#myTab li a h4 {
    height: auto;
    font-size: 18px;
    color: #333;
    margin: 0;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: inherit; */
    /* -webkit-box-orient: vertical; */
}

.service ul#myTab li a span {
    float: left;
    width: 50px;
    font-size: 26px;
    font-family: Georgia;
    color: #c4c4c4;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    height: 50px;
    line-height: 30px;
    border-radius: 0 0 50px 0;
}

.service ul#myTab li a:hover, .service ul#myTab li.active a {
    position: relative;
    z-index: 10;
    background: #3d59e3;
}

.service ul#myTab li a:hover h4, .service ul#myTab li.active a h4 {
    color: #fff;
}

/*     .service ul#myTab li a:hover .bgIMG, .service ul#myTab li.active a .bgIMG {
    background: none;
}*/

/*     .service ul#myTab li a:hover .bgIMG img, .service ul#myTab li.active a .bgIMG img {
        width: 60px;
        height: 60px;
    }*/

.service ul#myTab li a:hover span, .service ul#myTab li.active a span {
    display: none;
}


/*.service ul#myTab {
        margin: 0 -10px;
        position: relative;
        float: left;
        width: 100%;
    }

        .service ul#myTab:before {
            content: "";
            position: absolute;
            left: 0;
            top: 150px;
            width: 100%;
            height: 1px;
            background: #1442b5;
            z-index: 0;
        }

        .service ul#myTab li {
            width: calc(100%/6 - 20px);
            float: left;
            height: 100%;
            margin: 0 10px;
            position: relative;
        }

            .service ul#myTab li:before {
                content: "";
                position: absolute;
                left: 50%;
                top: 143px;
                width: 16px;
                height: 16px;
                margin: 0 0 0 -8px;
                background: #fff;
                border-radius: 50%;
                border: #1442b5 3px solid;
            }

            .service ul#myTab li a {
                display: block;
                margin: 0 auto;
                padding: 30px 0;
                text-align: center;
                border-radius: 10px;
                width: 100%;
                height: 100%;
                float: left;
            }

                .service ul#myTab li a .xq {
                    margin: 30px 50px 0;
                    text-align: center;
                    padding: 5px 30px;
                    background: #1442b5;
                    border-radius: 30px;
                    color: #fff;
                    clear: both;
                    line-height: 1.5;
                    display: none;
                }

                .service ul#myTab li a:hover .xq {
                    display: none;
                }

                .service ul#myTab li a .bgIMG {
                    width: 60px;
                    height: 60px;
                    margin: 0 auto 15px;
                    text-align: center;*/
/*                    background: rgba(6,53,171,0.8);*/
/*display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .service ul#myTab li a .bgIMG.img01 {
                        background: url(/site/219/images/icon01_hover.png) no-repeat center;
                        background-size: 100% 100%;
                    }

                    .service ul#myTab li a .bgIMG.img02 {
                        background: url(/site/219/images/icon02_hover.png) no-repeat center;
                        background-size: 100% 100%;
                    }

                    .service ul#myTab li a .bgIMG.img03 {
                        background: url(/site/219/images/icon03_hover.png) no-repeat center;
                        background-size: 100% 100%;
                    }

                    .service ul#myTab li a .bgIMG.img04 {
                        background: url(/site/219/images/icon04_hover.png) no-repeat center;
                        background-size: 100% 100%;
                    }

                    .service ul#myTab li a .bgIMG.img05 {
                        background: url(/site/219/images/icon05_hover.png) no-repeat center;
                        background-size: 100% 100%;
                    }

                    .service ul#myTab li a .bgIMG.img06 {
                        background: url(/site/219/images/icon06_hover.png) no-repeat center;
                        background-size: 100% 100%;
                    }

                    .service ul#myTab li a .bgIMG img {
                        width: 40px;
                        height: 40px;
                    }

                .service ul#myTab li a h4 {
                    font-size: 20px;
                    color: #333;
                    margin: 0;
                }

                .service ul#myTab li a span {
                    float: left;
                    width: 100%;
                    font-size: 30px;
                    font-family: Georgia;
                    color: #c4c4c4;
                    margin-top: 40px;
                }

                .service ul#myTab li a:hover, .service ul#myTab li.active a {
                    position: relative;
                    z-index: 10;
                    background: #3d59e3;
                    padding: 60px 0;
                    box-shadow: 3px 3px 30px rgba(0,50,175,0.2);
                }

                    .service ul#myTab li a:hover h4, .service ul#myTab li.active a h4 {
                        color: #fff;
                    }*/

/*     .service ul#myTab li a:hover .bgIMG, .service ul#myTab li.active a .bgIMG {
                        background: none;
                    }*/
/*.service ul#myTab li a:hover .bgIMG, .service ul#myTab li.active a .bgIMG {
                        width: 80px;
                        height: 80px;
                    }

                        .service ul#myTab li a:hover .bgIMG.img01, .service ul#myTab li.active a .bgIMG.img01 {
                            background: url(/site/219/images/icon01.png) no-repeat center;
                            background-size: 100% 100%;
                        }

                        .service ul#myTab li a:hover .bgIMG.img02, .service ul#myTab li.active a .bgIMG.img02 {
                            background: url(/site/219/images/icon02.png) no-repeat center;
                            background-size: 100% 100%;
                        }

                        .service ul#myTab li a:hover .bgIMG.img03, .service ul#myTab li.active a .bgIMG.img03 {
                            background: url(/site/219/images/icon03.png) no-repeat center;
                            background-size: 100% 100%;
                        }

                        .service ul#myTab li a:hover .bgIMG.img04, .service ul#myTab li.active a .bgIMG.img04 {
                            background: url(/site/219/images/icon04.png) no-repeat center;
                            background-size: 100% 100%;
                        }

                        .service ul#myTab li a:hover .bgIMG.img05, .service ul#myTab li.active a .bgIMG.img05 {
                            background: url(/site/219/images/icon05.png) no-repeat center;
                            background-size: 100% 100%;
                        }

                        .service ul#myTab li a:hover .bgIMG.img06, .service ul#myTab li.active a .bgIMG.img06 {
                            background: url(/site/219/images/icon06.png) no-repeat center;
                            background-size: 100% 100%;
                        }*/

/*     .service ul#myTab li a:hover .bgIMG img, .service ul#myTab li.active a .bgIMG img {
                            width: 60px;
                            height: 60px;
                        }*/

/*.service ul#myTab li a:hover span, .service ul#myTab li.active a span {
                        display: none;
                    }*/

ul#myTab2 {
    margin: 0 -10px 30px;
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


ul#myTab2 li {
    width: auto;
    padding: 10px 30px;
    float: left;
    margin: 0 30px;
    position: relative;
    color: #333;
    font-size: 18px;
    background: #f2f2f2;
    border-radius: 30px 0 30px 0;
}

ul#myTab2 li.active {
    color: #fff;
    background: #0032af;
}

ul#myTab2 li.active a {
    color: #fff
}

.boxsv {
    width: 100%;
    float: left;
    display: none;
    margin-top: 0;
}

.boxsv dl {
    width: 100%;
    float: left;
    clear: both;
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 10px;
}

.boxsv dl > dt {
    display: block;
    width: 100%;
    height: 50px;
    float: left;
}

.boxsv dl > dt > em {
    display: block;
    width: 100%;
    height: 50px;
    float: left;
    line-height: 50px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
    position: relative;
    padding-left: 15px;
}

.boxsv dl > dt > em:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 3px;
    height: 20px;
    background: #0032af;
}

.boxsv dl > dt > em span {
    float: right;
    font-size: 18px;
}

.boxsv dl > dt > em span a {
    color: #1442b5;
}

.boxsv dl > dd {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 40px;
    text-indent: 2em;
    font-size: 18px;
    color: #333;
}

.boxsv dl > dd::before {
    content: "";
    width: 36px;
    height: 30px;
    background: url(/site/219/images/dot.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.boxsv dl > p {
    text-indent: 2em;
    font-size: 18px;
    color: #333;
    line-height: 2;
}


/*  ҵ ֲ ͼ*/
.mapbg {
    width: 100%;
    background: #f5f5f5 url(/site/219/images/bg02.jpg) no-repeat center bottom;
    float: left;
    position: relative;
}

.mapBox {
    width: 100%;
    float: left;
    position: relative;
    height: 70vh;
    overflow: hidden;
}

.map {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: -60px;
    left: 0;
}

/*ҵ  */
.count {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.count ul {
    width: 100%;
    height: 100%;
}

.count ul li {
    width: calc(100% / 5);
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    border-right: rgba(255, 255, 255, .2) 1px solid;
}

.count ul li div {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

.count ul li div h4 {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.count ul li div h2 {
    font-size: 88px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.count ul li:hover {
    box-shadow: 3px 3px 30px rgba(0, 50, 175, 0.2);
    background: #1442b5;
}

/**   ڱ   */
.reportList {
    margin: 0 -15px;
}

.reportList li {
    margin: 20px 0;
}

.reportList li .thumbnail {
    position: relative;
    width: 200px;
    height: 270px;
    /*    width: 300px;
    height: 405px;*/
    margin: 0 auto;
    font-size: 18px;
    border-radius: 5px 5px 0 5px;
    background: #f5f5f5 url(/site/219/images/reportBg.png) 0 0 no-repeat;
    background-size: cover;
    box-shadow: 5px 5px 0 0 #f5f5f5;
    border: 0;
}

.reportList li .thumbnail::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -30px;
    border: 25px solid transparent;
    border-left-color: #fff;
    transform: rotate(45deg);
}

.reportList li .img {
    height: 225px;
    margin-bottom: 10px;
}

.reportList li .img img {
    width: 100%;
    height: 100%;
}

.reportList li .bt {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 0 5px;
    text-align: center;
}

.reportList li .bt span {
    float: left;
    width: 100%;
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    display: block;
    line-height: 1.6;
}

.reportList li .bt h2 {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.reportList li .xzbox {
    position: absolute;
    bottom: 30px;
    text-align: center;
    font-size: 16px;
    margin: 0 15px;
    width: calc(100% - 30px);
}

.reportList li .xzbox a.xz {
    width: 26px;
    height: 26px;
    float: left;
    background: url(/site/219/images/downLoad.png) 0 0 no-repeat;
    background-size: 26px 26px;
    margin-top: 3px;
}

.reportList li .xzbox a.xz:hover {
    background: url(/site/219/images/downLoad_hover.png) 0 0 no-repeat;
    background-size: 26px 26px;
}

.reportList li .xzbox a.preview {
    float: right;
    /*                height: 32px;
    padding: 0 20px;
    line-height: 32px;
    color: #fff;
    background-color: #3664d7;
    border-radius: 32px;*/
    width: 26px;
    height: 26px;
    background: url(/site/219/images/view.png) 0 0 no-repeat;
    background-size: 26px 26px;
    margin-top: 3px;
    margin-right: 10px;
}

.reportList li .xzbox a.preview:hover {
    /*background-color: #0032af;*/
    background: url(/site/219/images/view_hover.png) 0 0 no-repeat;
    background-size: 26px 26px;
}

/**  Ʊ  Ϣ*/
.gupiaoWrap {
    width: 100%;
    float: left;
}

.gupiaoTitle {
    float: left;
    width: 100%;
    padding: 10px 15px;
    line-height: 30px;
    background: #f6f8f9;
    border: solid #e8e8e6 1px;
    border-bottom: 0;
    box-sizing: border-box;
}

.gupiaoName {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-right: 5px;
    float: left;
}

.gupiaoName i {
    color: #949494;
    margin-left: 5px;
}

.gupiaoName i.b {
    font-weight: bold;
    color: #f00;
}

.gupiaoTips {
    color: #ef2f18;
    font-size: 14px;
    text-align: right;
    float: right;
}

.gupiaoContent {
    overflow: hidden;
    width: 100%;
    float: left;
}

.gupiaoLeft, .gupiaoRight {
    width: 50%;
    float: left;
    background: #fff;
}

.gupiaoRight {
    margin-left: -1px;
}

.gupiaoTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: inherit;
    text-align: center;
    font-size: 16px;
    border-left: solid #e8e8e6 1px;
    border-top: solid #e8e8e6 1px;
}


.gupiaoTable td {
    padding: 10px 15px;
    border-right: solid #e8e8e6 1px;
    border-bottom: solid #e8e8e6 1px;
}

.gupiaoRed {
    color: #ef2f18;
    font-size: 16px;
    font-weight: bold;
}

.stockUp, .load-error {
    color: #ef2f18;
}

.stockDown {
    color: #00ab1c;
}

.stockPercent {
    padding-right: 10px;
}


/*screen width*/
@media only screen and (max-width: 1440px) {
    .count ul li div h2 {
        font-size: 66px;
    }
}

@media only screen and (max-width: 1280px) {
    .main {
        width: 72.5%;
    }
    
    .homeProbox ul {
        width: 102.083333%;
    }
    
    .homeProbox ul li {
        width: 22.857143%;
        margin: 11px 2.122449% 15px 0px;
    }
    
    .news-box {
        width: 102.5%;
    }
    
    .box {
        width: 30.894309%;
        margin-right: 2.439024%;
    }
    
    ul.products-list {
        width: auto;
    }
    
    ul.products-list li {
        width: calc(25% - 30px);
    }
    
    ul.products-list li .thumbnail {
        height: 210px;
    }
    
    .commentslist li ol {
        margin-left: 5.057471%;
    }
    
    .products-info .thumbnail {
        width: 34.482759%;
        margin-right: 3.4482759%;
    }
    
    .products-info .products-meta {
        padding: 15px 1.724138%;
    }
    
    .reportList li {
        margin: 15px 0;
    }
    
    .companyBox ul li {
        width: calc(100% / 3);
    }
}

@media only screen and (max-width: 1024px) {
    ul.products-list li .thumbnail {
        height: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .mainConent {
        padding: 30px 0;
    }
    
    #sideMenu {
        height: 50px;
    }
    
    #sideMenu ul {
        justify-content: left;
    }
    
    #sideMenu ul li {
        line-height: 50px;
    }
    
    #sideMenu ul li a {
        font-size: 16px;
        padding: 0 15px;
    }
    
    .searchBox {
        width: 100%;
        margin: 0 auto 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #newsSearchKeyword {
        width: calc(100% - 60px);
        height: 44px;
        padding: 0 15px;
        position: relative;
        overflow: hidden;
        border: 1px solid #dfdfdf;
        border-radius: 28px 0 0 28px;
        font-size: 14px;
    }
    
    .searchBox button {
        height: 44px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #1442b5;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        border: 0;
        border-radius: 0 28px 28px 0;
        text-align: center;
    }
    
    .searchBox button img {
        width: 80%;
    }
    
    #searchResultList .xnx3_news_item {
        padding: 15px;
    }
    
    /*        #searchResultList .xnx3_news_item .xx h2 {
        font-size: 16px;
        line-height: 1.2;
    }

    #searchResultList .xnx3_news_item .xx p {
        line-height: 1.2;
        font-size: 14px;
    }

    #searchResultList .xnx3_news_item .xx span {
        font-size: 14px;
    }*/
    .newsBox ul li {
        padding: 15px;
        border-radius: 4px;
    }
    
    .newsBox ul li a {
        padding: 0;
    }
    
    .newsBox ul li a .imgBox img {
        width: 159px;
        height: 105px;
        margin-right: 20px;
    }
    
    .newsBox ul li a .xx h2, #searchResultList .xnx3_news_item .xx h2 {
        width: 100%;
        line-height: 1.2;
        font-size: 16px;
    }
    
    .newsBox ul li a .xx p, #searchResultList .xnx3_news_item .xx p {
        line-height: 1.2;
        font-size: 14px;
        margin: 5px 0;
    }
    
    .newsBox ul li a .xx span, #searchResultList .xnx3_news_item .xx span {
        position: relative;
        float: left;
        width: 100%;
        display: block;
        font-size: 14px;
        margin-top: 0;
    }
    
    .post h1 {
        padding: 10px 0 15px;
        font-size: 22px;
        text-align: left;
        line-height: 1.2;
    }
    
    .post .entry p {
        margin-bottom: 15px !important;
        font-size: 16px;
        line-height: 2 !important;
        float: left;
        width: 100%;
    }
    
    .post .entry ul li p{
        margin-top: 0 !important;
    }
    .post .entry h2 {
        font-size: 20px
    }
    
    .entry video {
        width: 100%;
        height: auto;
    }
    
    .post .postmeta {
        text-align: left;
    }
    
    .post .postmeta span {
        padding: 0 10px 0 0;
        font-size: 12px;
    }
    
    .count {
        overflow: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    
    
    .count ul li div {
        display: flex;
        padding: 15px 0;
        text-align: center;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .count ul li div h2 {
        font-size: 48px;
    }
    
    .count ul li div h4 {
        font-size: 16px;
    }
    
    ul.products-list li .thumbnail {
        height: 260px;
    }
    
    ul.products-list li {
        width: calc(50% - 30px);
    }
    
    .companyBox ul li {
        width: calc(100% / 2);
    }
    
    .companyBox ul li .imgBox {
        float: left;
        width: 100%;
    }
    
    .companyBox ul li .imgBox img {
        width: 100%;
        height: auto;
    }
    
    .companyDesc > dt h2 {
        text-align: left;
    }
    
    /*ul#myTab2 {*/
    /*    margin: 0 0 20px;*/
    /*    border-bottom: #e9e9e9 1px solid;*/
    /*}*/
    
    /*ul#myTab2 li {*/
    /*    width: calc(100% / 3);*/
    /*    padding: 10px 15px;*/
    /*    margin: 0 10px;*/
    /*    font-size: 16px;*/
    /*    position: relative;*/
    /*}*/
    
    .tabNav {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        border-bottom: #e9e9e9 1px solid;
        margin-bottom: 20px;
    }
    
    .tabNav ul#myTab2 {
        margin: 0;
        position: relative;
        float: left;
        width: auto;
        display: flex;
        justify-content: left;
        text-align: center;
        white-space: nowrap;
    }
    
    ul#myTab2 li {
        width: auto;
        padding: 10px 15px;
        /* float: left; */
        margin: 0;
        /* position: relative; */
        font-size: 14px;
        border-radius: 0;
        display: inline-block;
        background: none;
    }
    
    ul#myTab2 li:not(:last-child):before {
        content: "";
        position: absolute;
        right: 0;
        top: 10px;
        width: 1px;
        height: 20px;
        background: linear-gradient(to top, transparent, #bbb, transparent);
    }
    
    ul#myTab2 li.active {
        color: #0032af;
        position: relative;
        font-weight: bold;
        background: none;
    }
    
    ul#myTab2 li.active a:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 20px;
        height: 3px;
        margin: 0 0 0 -10px;
        border-radius: 2px;
        background: #0032af;
    }
    
    ul#myTab2 li.active a {
        color: #0032af;
    }
    
    .boxsv {
        margin-top: 20px;
    }
    
    .leader li {
        margin-bottom: 15px;
    }
    
    .leader li p {
        font-size: 16px;
    }
    
    .leadersDesc {
        margin-left: 0;
    }
    
    .leadersDesc > dt > em {
        font-size: 20px;
    }
    
    .leadersDesc > dd p, .leadersDesc > dt > span, .leadersDesc > dd span {
        font-size: 14px;
    }
    
    .videoBox ul li h2 {
        font-size: 14px;
    }
    
    .mapBox {
        height: 40vh;
    }
    
    .divs{
    
    }
    
   
}

@media only screen and (max-width: 830px) {
    ul.products-list li .thumbnail {
        height: 240px;
    }
}

@media only screen and (max-width: 767px) {
    
    .widget p.pic {
        display: none;
    }
    
    .contact {
        display: block;
    }
    
    .main {
        float: none;
        width: 100%;
    }
    
    .post .entry img {
        width: 100% !important;
        height: auto !important;
    }
    
    .count {
        bottom: 0;
    }
    
    .count ul li {
        width: auto;
        padding: 0 20px;
        display: inline-block;
        float: none;
    }
    
    .leadersDesc {
        margin: 20px 0 0;
    }
    
    .companyBox ul li {
        width: 100%;
        padding: 0 0 15px;
    }
    
    .companyBox ul li .xxbox {
        background-size: 60%;
        background-position: right bottom;
    }
    
    .companyBox ul li .xx {
        width: auto;
        padding: 10px;
        height: auto;
    }
    
    .companyBox ul li .xx h2 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    
    .companyBox ul li .xx p {
        margin-bottom: 5px;
        font-size: 14px;
    }
    
    .companyBox ul li .xx span {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .links li img {
        width: 100px;
        height: 75px;
    }
    
    .service ul#myTab {
        margin: 0 -15px;
        position: relative;
        float: none;
        width: auto;
        display: block;
    }
    
    .service ul#myTab li {
        margin-bottom: 15px;
    }
    
    .service ul#myTab li a {
        padding: 10px 15px;
    }
    
    .service ul#myTab li a .bgIMG {
        width: 50px;
        height: 50px;
        margin: 0;
        float: left;
    }
    
    .service ul#myTab li a .bgIMG img {
        width: 30px;
        height: 30px;
    }
    
    .service ul#myTab li a h4 {
        height: 50px;
        float: left;
        margin-left: 15px;
        line-height: 1;
        display: flex;
        align-items: center;
        width: calc(100% - 75px);
        text-align: left;
        font-size: 16px;
    }
    
    .service ul#myTab li a span {
        float: right;
        width: 30px;
        font-size: 14px;
        right: 0;
        height: 30px;
        line-height: 1.5;
        border-radius: 0 0 0 50px;
        left: auto;
        margin: 0;
    }
    
    .post .entry {
        margin-top: 0;
    }
    
    .post .pn {
        font-size: 14px;
        margin-bottom: 0;
    }
    
    .post .pn p {
        margin-top: 10px;
    }
    
    ul.products-list li .thumbnail {
        height: 220px;
    }
}

@media only screen and (max-width: 640px) {
    
    .tools span.mobile-phone {
        display: block;
    }
    
    .tools span.tools-phone {
        display: none;
    }
    
    .products-info .products-meta p span {
        font-size: 1.5em;
    }
    
    .gupiaoLeft, .gupiaoRight {
        width: 100%;
    }
    
    .gupiaoRight {
        margin: 0;
    }
    
    .gupiaoTable {
        font-size: 14px;
    }
    
    .gupiaoTable td {
        width: 50%;
    }
    
    .gupiaoRight .gupiaoTable {
        border-top: 0;
    }
    
    ul.products-list li .thumbnail {
        height: 180px;
    }
}

@media only screen and (max-width: 500px) {
    .service ul#myTab:before {
        width: 110%;
    }
    
    .reportList li .thumbnail {
        width: 100%;
        height: 200px;
        background-size: 100% 100%;
    }
    
    .reportList li .thumbnail::after {
        border: 20px solid transparent;
        border-left-color: #fff;
    }
    
    .reportList li .bt {
        margin: 15px 0;
    }
    
    .reportList li .bt h2 {
        font-size: 14px;
    }
    
    .reportList li .bt span {
        font-size: 12px;
    }
    
    .reportList li .xzbox {
        bottom: 10px;
    }
    
    .reportList li .xzbox a.preview {
        margin-right: 0;
    }
    
    .reportList li .xzbox a.xz, .reportList li .xzbox a.xz:hover, .reportList li .xzbox a.preview, .reportList li .xzbox a.preview:hover {
        background-size: 20px 20px;
    }
    
    .gszl {
        display: block;
        padding: 10px 15px;
    }
    
    .gszl > dt {
        width: 100%;
        font-size: 14px;
    }
    
    .gszl > dd {
        width: 100%;
        float: left;
        display: block;
        margin-top: 10px;
        font-size: 12px;
    }
    
    .gszl > dd i {
        float: right;
    }
    
    .gszl > dd a {
        float: left;
    }
    
    .gszl > dd a img {
        width: 24px;
    }
    
    #tjcn, #tjen {
        margin: 15px 0 0;
    }
    
    .newsBox ul li a .xx h2, #searchResultList .xnx3_news_item .xx h2 {
        font-size: 14px;
    }
    
    .newsBox ul li a .xx p, #searchResultList .xnx3_news_item .xx p {
        font-size: 12px;
    }
    
    .newsBox ul li a .xx span, #searchResultList .xnx3_news_item .xx span {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    
    .homeProbox .clearfix {
        clear: both;
    }
    
    .homeProbox ul {
        width: 104.333333%;
    }
    
    .homeProbox ul li {
        width: 45.714286%;
        margin: 11px 4.244898% 15px 0px;
    }
    
    .news-box {
        width: 100%;
    }
    
    .box {
        width: 100%;
        margin-right: 0;
        display: block;
        float: none;
        clear: both;
    }
    
    .related-post ul li {
        float: none;
        width: 100%;
    }
    
    .products-info .products-meta {
        padding: 5px 1.724138%;
    }
    
    .products-info .products-meta p span {
        font-size: 1em;
    }
    
    .products-info .thumbnail {
        width: 34.482759%;
        margin-right: 2.4482759%;
    }
    
    .products-info .products-meta p {
        font-size: 0.875em
    }
    
    ul.products-list {
        margin: 0 -10px;
    }
    
    ul.products-list li {
        width: calc(100% / 2 - 20px);
        margin: 10px;
    }
    
    ul.products-list li .thumbnail {
        height: 140px;
    }
    
    ul.products-list li h2 {
        font-size: 14px;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    
    .post .entry h2 {
        font-size: 24px;
    }
    
    .post .entry p {
        font-size: 14px;
    }
    
    .companyBox ul li .imgBox img {
        width: 100%;
        height: auto;
    }
    
    .companyDesc > dt h2 {
        height: auto;
        line-height: 1.2;
        font-size: 18px;
        color: #333;
    }
    
    .companyDesc > dd {
        margin-top: 0;
        padding-top: 10px;
        font-size: 14px;
    }
    
    .companyDesc > dd p, .companyDesc > dd p span {
        font-size: 14px !important;
        text-align: justify;
    }
    
    .companyDesc2 > dd {
        margin-top: 20px;
    }
    
    .companyDesc2 > dd span {
        font-size: 14px;
    }
    
    .leaderBox > dl {
        float: none;
        width: auto;
        margin: 0 -15px;
    }
    
    .leaderBox > dl > dd {
        margin-top: 20px;
    }
    
    .leadersDesc {
        margin-left: 0;
    }
    
    .leadersDesc > dt > em {
        display: block;
        height: auto;
        line-height: 1.2;
        font-size: 18px;
    }
    
    .leadersDesc > dt > span, .leadersDesc > dt > em p {
        font-size: 14px;
    }
    
    .formBox {
        width: 100%;
    }
    
}

@media (max-width: 420px) {
    .service ul#myTab:before {
        width: 150%;
    }
    
    .newsBox ul li a .imgBox img {
        width: 136px;
        height: 90px;
        margin-right: 15px;
    }
    
    ul.products-list li .thumbnail {
        height: 120px;
    }
    
}

@media only screen and (max-width: 393px) {
    .products-info .products-meta {
        padding: 0 1.724138%;
    }
    
    .products-info .products-meta p {
        padding: 5px;
    }
    
    .gupiaoName {
        font-size: 16px;
    }
    
    .gupiaoTips {
        font-size: 12px;
    }
    
    .gupiaoTable td {
        padding: 6px 5px;
    }
    
    #sideMenu ul li a {
        font-size: 14px;
    }
    
    ul#myTab2 li {
        font-size: 14px;
    }
    
    .pagenavi a, .pagenavi span.now-page {
        font-size: 12px;
    }
    
    ul.products-list li h2 {
        font-size: 12px;
    }
    
    ul.products-list li .thumbnail {
        height: 120px;
    }
}

@media only screen and (max-width: 375px) {
    ul.products-list li .thumbnail {
        height: 110px;
    }
}

@media only screen and (max-width: 320px) {
    .phone {
        font-size: 1.5em;
    }
    
    ul.products-list li .thumbnail {
        height: 100px;
    }
}

