body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
p,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    color: #333333;
    font-family: "Microsoft YaHei";
    background: #fff;
    line-height: 24px;
}

img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

em {
    font-style: normal;
}

input,
button,
select,
textarea {
    outline: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.top_a {
   height: 114px;
    width: 100%;
    background: #f5f5f5;

}

.menu_top {
    height: 33px;
    width: 100%;
    background: #f5f5f5;
}

.menu_top_left {
    color: #666666;
    line-height: 33px;
}

.menu_top_right {
    position: relative;
}

.menu_top a {
    color: #666;
    line-height: 33px;
    display: inline-block;
}

.lng {
    left: calc(50% - 600px);
    width: 1200px;
    position: fixed;
    z-index: 200;
    border-radius: 10px;
    top: 80px;
    overflow: hidden;
    padding: 10px;
    background-color: #f2f2f2;
    display: none;
}

.lng_item {
    padding: 5px;
    width: 180px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.lng_close {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    cursor: pointer;
}

.menu {
    width: 100%;
    height: 105px;
    background: #fff;
}

.menu .logo {
    margin-top: 17.5px;
}

.nav {
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 18px;
    margin-left: 55px;
}

.nav li {
    float: left;
    margin: 0 20px;
}

.nav li.current a {
    color: #007cc3;
    border-bottom: 3px solid #007cc3;
}

.nav li a {
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #333;
    display: block;
    padding: 0 10px;
}

.menu .search_div {
    width: 100%;
    height: 45px;
    overflow: hidden;
    margin-top: 40px;
}

.menu .search_div .search_container {
    float: right;
    position: relative;
    border: 1px solid #cdcdcd;
    border-radius: 20px;
}

.menu .search_div .search_container input {
    width: 150px;
    border: none;
    display: block;
    text-indent: 8px;
    color: #888888;
    height: 28px;
    background: transparent;
    float: left;
}

.menu .search_div .search_container .search_buton {
    border: none;
    width: 35px;
    display: block;
    cursor: pointer;
    background: transparent url(../images/search_button.png) no-repeat right center;
    color: #fff;
    float: left;
    margin-right: 5px;
}

.flexslider {
    position: relative;
    height: 375px;
    overflow: hidden;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 375px;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 96%;
    text-align: right;
}

.flex-control-nav li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 1200px;
    top: 45%;
    right: 0;
}

.flex-direction-nav li a {
    display: block;
    width: 42px;
    height: 70px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 0px;
    background: url(../images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 0px;
    background: url(../images/next.png) center center no-repeat;
}

.skill {
    position: relative;
    margin-top: 15px;
    z-index: 100;
}

.skill .container {
    width: 1240px;
}

    .skill .row .col {
        width: 20%;
        position: relative;
        float: left;
        padding-right: 5px;
        padding-left: 5px;
    }

.skill .row .card {
    position: relative;
    min-width: 0;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 8px 20px 10px;
    box-shadow: 0 3px 8px 0 rgb(112 116 117 / 14%), 0 1px 8px 0 rgb(112 116 117 / 14%), 0 1px 3px -1px rgb(112 116 117 / 14%);
    border-top: none;
    background: #fff;
    min-height: 125px;
}

.skill .row .card .card_head {
    text-align: center;
}

.skill .row .card .card_head h3 {
    color: #2a5abd;
    font-size: 22px;
    margin-top: 12px;
}

.skill .row .card .card_text {
    text-align: center;
    margin-top: 10px;
}

.skill .row .card .card_text p {
    font-size: 14px;
    color: #838181;
    line-height: 1.25;
}

.product {
    padding: 50px 0;
}

.product .main_title h1 {
    text-align: center;
    font-size: 38px;
    color: #333333;
    line-height: 38px;
}

.product .main_title b {
    background: url(../images/blue_line.png) no-repeat center;
    width: 100%;
    height: 5px;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}

.product_ul {
    margin-top: 20px;
    text-align: center;
}

.product_ul li a {
    color: #333333;
}

.product_ul li.cur a {
    color: #fff;
}

.product_ul li.cur {
    background: #1c2d37;
    color: #fff;
}

    .product_ul li {
        display: inline-block;
        padding: 0 15px 0 15px;
        height: 42px;
        background: #f3f4f5;
        line-height: 42px;
        font-size: 16px;
        color: #333333;
        margin-right: 30px;
        border-radius: 20px;
        cursor: pointer;
        margin-bottom: 10px;
    }

.product .product_item {
    margin-top: 24px;
    background: #f3f4f5;
    padding: 10px;
}

.product .product_item ul {
    display: none;
}

.product .product_item li {
    float: left;
    width: 275px;
    background: #fff;
    margin: 10px;
    height: 277px;
    position: relative;
}

.product .product_item li h1 {
    text-align: center;
    font-size: 16px;
    color: #333333;
    padding-top: 23px;
}

.product .product_item li img {
    display: block;
    width: 200px;
    height: 200px;
    margin: 10px auto;
}

.news_bar {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}

.news {
    padding: 0 0 50px 0;
    min-height: 350px;
}

.news .news_category {
    width: 45%;
}

.news .news_nav ul {
    background: url(../images/doub.png) repeat-x left bottom;
    padding-bottom: 10px;
    height: 30px;
}

.news .news_nav ul li {
    float: left;
    line-height: 25px;
    text-align: left;
    font-size: 24px;
    color: #333333;
    font-weight: bolder;
}

.news .news_nav ul a {
    float: right;
    font-size: 16px;
    color: #1c2d37;
}

.news .news_list {
    margin-top: 20px;
    padding: 0 20px 20px 5px;
}

.news .news_list li {
    line-height: 38px;
    width: 100%;
    background: url(../images/fang.png) no-repeat left center;
    padding-left: 10px;
    border-bottom: 1px dashed #e4e4e4;
    height: 38px;
}

.news .news_list li i {
    float: right;
    font-style: normal;
}

.news .news_list li a {
    color: #333333;
    font-size: 14px;
}

.news .news_list li div {
    width: 420px;
    float: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_category_full .news_list li div {
    width: 1000px;
}

.news_bg .news .news_list li div {
    width: 1000px;
}


.copyright {
    background: #262b34;
    color: #fff;
    font-size: 12px;
    padding: 16px;
    text-align: center;
}

.highlight_wrap {
    background: #1e1e1e !important;
    border-radius: 0.5rem;
    position: relative;
    padding: 0 1rem;
    margin-top: 0.8rem;
}

.pagination {
    font-size: 1rem;
    margin: -.25rem;
}

.pagination,
.pagination-list {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

.pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
}

.pagination-previous {
    order: 2;
    font-weight: bolder;
}

.pagination-next {
    order: 3;
    font-weight: bolder;
}

.pagination-link,
.pagination-next,
.pagination-previous {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.5em - 1px);
    padding-left: calc(.75em - 1px);
    padding-right: calc(.75em - 1px);
    padding-top: calc(.5em - 1px);
    position: relative;
    vertical-align: top;
    background-color: #fff;
}

.pagination-link,
.pagination-next,
.pagination-previous {
    font-size: 1em;
    justify-content: center;
    margin: .25rem;
    padding-left: .5em;
    padding-right: .5em;
    text-align: center;
}

.pagination-link,
.pagination-next,
.pagination-previous {
    border-color: #dbdbdb;
    color: #363636;
    min-width: 2.5em;
}

.pagination-next,
.pagination-previous {
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap;
}

.pagination-link:hover,
.pagination-next:hover,
.pagination-previous:hover {
    border-color: #b5b5b5;
    color: #363636;
}

.pagination-link:focus,
.pagination-next:focus,
.pagination-previous:focus {
    border-color: #3273dc
}

.pagination-link:active,
.pagination-next:active,
.pagination-previous:active {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2);
}

.pagination-link[disabled],
.pagination-next[disabled],
.pagination-previous[disabled] {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    box-shadow: none;
    color: #7a7a7a;
    opacity: .5;
    cursor: not-allowed;
}

.pagination-link.is-current {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff;
}

.pagination-link.is-current:hover {
    border-color: #3273dc;
    color: #fff;
}

.post_content {
    font-size: 14px;
    min-height: 400px;
    overflow: auto;
    margin-bottom: 40px;
}

.post_content h1 {
    text-align: center;
    font-size: 28px;
    color: #333333;
    margin-top: 25px;
}

.post_content h4 {
    font-size: 125%;
    font-weight: bolder;
    color: #333333;
}

.post_content h3 {
    font-size: 180%;
    font-weight: bolder;
    color: #333333;
}

.post_content p {
	font-size:14px !important; 
}

.post_meta {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 30px;
}

.post_date {
    font-size: 14px;
    color: #666666;
}

.post_content h3,
.post_content h4,
.post_content h5 {
    margin-top: 25px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.product_page {
    padding-top: 10px;
    margin-bottom: 10px;
    min-height: 450px;
}

.product_page .left_box {
    width: 250px;
    border: 1px solid #d9d9d9;
}

.product_page .left_box .title {
    line-height: 38px;
    height: 38px;
    color: #FFF;
    padding: 0px 12px;
    font-size: 16px;
    font-weight: normal;
    background-color: #2a5abd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2563d5), color-stop(1, #1a489d));
}

.product_page .left_box ul {
    padding: 5px 12px 10px;
}

.product_page .left_box ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    border-bottom: 1px dotted #d9d9d9;
}

.product_page .left_box ul li a {
    color: #333;
}

.product_page .left_box ul li.active a {
    color: #007cc3;
    font-weight: bolder;
}

.product_page .right_box {
    width: 920px;
}

.product_page .right_box .table {
    width: 100%;
    border-left: 1px solid #d9d9d9;
    margin-bottom: 10px;
}

.product_page .right_box .table thead th {
    border: 1px solid #d9d9d9;
    border-right: none;
    color: #333333;
    background-color: #f5f5f5;
    border-bottom: 2px solid #d9d9d9;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
    padding: 6px;
    vertical-align: top;
}

.product_page .right_box .table tbody tr {
    background-color: #f5f5f5;
}

.product_page .right_box .table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.product_page .right_box .table tbody tr td {
    padding: 5px;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-collapse: collapse;
}

.product_page .right_box .table tbody img {
    width: 100px;
    height: 100px;
}

.product_page .pdf {
    width: 30px;
    height: 32px;
    background: url(../images/pdf.gif) no-repeat left top;
    display: inline-block;
}

.product_page .info_title {
    font-size: 24px;
    line-height: 30px;
    float: left;
}

.product_page .info_content {
    margin-left: 20px;
    width: 700px;
}

.product_page .info_content .pdf {
    height: 30px;
    float: right;
}

.product_page .line {
    border: 1px solid #f1f1f1;
    margin: 10px 0;
    height: 1px;
    background: #f1f1f1;
}

.product_page .info_table td {
    padding: 7px 0;
    line-height: 20px;
    font-size: 16px;
}

.product_page .info_table td:first-child {
    font-weight: bolder;
    padding-right: 30px;
}

.product_page .specifications {
    margin-top: 10px;
}

.product_page .specifications .title_text {
    font-size: 24px;
    line-height: 36px;
}

.product_page .specifications .products_specifications {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dfdfdf;
    font-family: ProximaNova-Bold;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    margin-top: 10px;
}

.product_page .specifications .products_specifications thead {
    line-height: 42px;
    background-color: #dfdfdf9c;
}

.product_page .specifications .products_specifications th {
    text-align: left;
    padding-left: 15px;
}

.product_page .specifications .products_specifications td {
    border: 1px solid #dfdfdf;
    line-height: 52px;
    padding-left: 15px;
    text-align: left;
}

.product_details_page {
    border-top: 1px solid #d9d9d9;
    min-height: 750px;
    margin-top: 20px;
}

.menu .tel {right:0px;  height:35px; color:#FFF; padding-left:20px; position:absolute; vertical-align:top;}
.menu .tel span{ padding:0px 20px; display:inline-block; vertical-align:top; line-height:35px; height:35px; }
.menu .tel span.rhr{ background-position:right -75px; background-repeat:no-repeat; padding-right:40px; margin-right:0px;}
.menu .tel b{ display:block; position:absolute; left:0px; top:0px; width:20px; height:35px; background-position:left -38px;}
.menu .tel em{ font-size:16px;}
.menu .tel b, .menu .tel span  {
    background-image: url(../images/allbg.png);
}
