body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,

/* structural elements 结构元素*/

dl,
dt,
dd,
ul,
ol,
li,

/* list elements 列表元素*/

pre,

/* text formatting elements 文本格式元素*/

form,
input,
fieldset,
legend,
button,
textarea,
div,

/* form elements 表单元素*/

img
/* img elements 图片元素*/

{
    border: medium none;
    margin: 0;
    padding: 0;
}


/** 设置默认字体 **/

body {
    font-size: 14px;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

em {
    font-style: normal;
}

*:focus {
    outline: none;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/** 重置列表元素 **/

ul,
li,
ol {
    list-style: none;
}


/**重置*/

button,
input,
textarea {
    font-family: sans-serif;
    font-size: inherit;
    line-height: inherit;
    outline: 0;
    font-weight: inherit;
    -webkit-appearance: none;
}

a,
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}


/** 重置超链接元素 **/

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

a:hover {
    text-decoration: none;
}


/** 重置图片元素 **/

img {
    border: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

@media screen and (min-width: 996px) {
    /* .nym-leftmn li:nth-child(1) {
        background: #000 !important;
    }
    .nym-leftmn li:nth-child(1) a {
        color: #fff !important;
    } */
    .sf_btn {
        background: url(../images/search_btn.jpg) no-repeat center;
        width: 18px;
        height: 28px;
        float: left;
        border: none;
        cursor: pointer;
    }
    .sf_input {
        border: none;
        color: #333;
        font-size: 14px;
        margin-left: 5px;
        float: left;
        width: 119px;
        padding-right: 10px;
        line-height: 28px;
        height: 28px;
    }
}

@media screen and (max-width: 996px) {
    /* .nym-leftmn li:nth-child(1) {
        background: #0081bf !important;
    }
    .nym-leftmn li:nth-child(1) a {
        color: #fff !important;
    } */
    .sf_btn {
        background: url(../images/search_btn.jpg) no-repeat center;
        width: 18px;
        height: 28px;
        float: left;
        border: none;
        cursor: pointer;
    }
    .sf_input {
        border: none;
        color: #333;
        font-size: 14px;
        margin-left: 5px;
        float: left;
        width: 119px;
        padding-right: 10px;
        line-height: 28px;
        height: 28px;
    }
}


/** 重置表格元素 **/

table {
    border-collapse: collapse;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.wrap-all {
    width: 1170px;
    margin: 0 auto;
}

.wrap-all:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.top {
    background: #fff;
    font-weight: 600;
}

.logo {
    float: left;
    margin: 18px 0;
}

.logo a {}

.logo img {
    display: block;
}

.tp-tools {
    float: right;
    font-weight: normal;
}

.topbar {
    margin-top: 10px;
}

.search_bar {
    width: 150px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #e1e3e4;
    font-weight: normal;
}

.search_form .sf_input {
    border: none;
    color: #333;
    font-size: 14px;
    margin-left: 5px;
    float: left;
    width: 119px;
    padding-right: 10px;
    line-height: 28px;
    height: 28px;
}

.search_form .sf_btn {
    background: url("../images/search_btn.jpg") no-repeat center;
    width: 18px;
    height: 28px;
    float: left;
    border: none;
    cursor: pointer;
}

.toplangu {
    margin-left: 10px;
    font-size: 16px;
    margin-top: 30px;
}

.toplangu a:hover {
    color: #d8211d;
}

.toplangu font {
    margin: 0 6px;
}


/* 动画样式 */

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.banner ul {
    position: relative;
    width: 10000%;
}

.banner ul li {
    float: left;
    width: 1%;
    overflow: hidden;
    background: center no-repeat;
}

.banner ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0px;
}

.banner ul li a img {
    width: 100%;
}

.bandd {
    position: absolute;
    left: 0;
    bottom: 3%;
    width: 100%;
    text-align: center;
}

.bandd span {
    margin: 0 5px;
    display: inline-block;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #555;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    text-indent: -9999px;
    cursor: pointer;
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
}

.bandd span.on {
    background: #fff;
    cursor: default;
}

.banz,
.bany {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 60px;
    height: 90px;
    background: url(../images/ad_ctr.png) no-repeat;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.banz {
    left: 0px;
    background-position: 0 0;
}

.bany {
    right: 0px;
    background-position: 0 -90px;
}

.banner:hover .banz,
.banner:hover .bany {
    opacity: 1;
}

.sj_banner {
    display: none;
}


/*******/

.sy-product {
    background: #000;
    padding: 30px 0;
    font-weight: 600;
}

.sy-product li {
    width: 25%;
    float: left;
    transition: all 0.5s ease;
}

.sy-product li a {
    margin: 0 7px;
    display: block;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 5px 0;
}

.sy-product li img {
    width: 100%;
    display: block;
}

.sy-product li .proi {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    z-index: 9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sy-product li .pro_txt {
    font-size: 20px;
    color: #333;
    padding: 15px 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sy-product li:hover {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
}

.sy-product li:hover a {
    background: #0081bf;
    box-shadow: 0 3px 5px rgba(85, 85, 85, 0.9);
}

.sy-product li:hover .pro_txt {
    color: #fff;
}


/*************/

.sy-about {
    padding: 30px 0 60px;
    font-weight: 600;
}

.syabt1 {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d6d6d6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.syabt1 .syabt-img {
    float: right;
    width: 550px;
    text-align: center;
}

.syabt1 .syabt-img img {
    max-width: 100%;
}

.syabt1 .syabt-txt {
    float: left;
    width: 590px;
    font-size: 20px;
    margin-top: 20px;
}

.syabt2 .syabt-img {
    float: left;
    width: 550px;
    text-align: center;
}

.syabt2 .syabt-img img {
    max-width: 100%;
}

.syabt2 .syabt-txt {
    float: right;
    width: 590px;
    font-size: 18px;
    margin-top: 20px;
}


/********/

.sy-feedback {
    background: #cdc4f1;
    padding: 30px 0;
}

.sy-feedback .syfk-tit {
    font-size: 36px;
    color: #333;
    text-align: center;
}

.col-sm-5 {
    display: block;
    width: 30%;
    margin: 30px 1.5% 0;
    float: left;
    position: relative;
    padding-left: 15px;
}

.col-sm-5:before {
    position: absolute;
    content: '*';
    font-size: 24px;
    color: #e74757;
    left: 0;
}

.col-sm-5 input {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 2px 3px rgba(142, 142, 142, 0.8);
    -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;
}

.col-lg-12 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 35px;
}

.btn-default {
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    color: #fff;
    background-color: #999;
    border: 1px solid #999;
}

.btn-default:hover {
    background-color: #0081bf;
    border: 1px solid #0081bf;
}


/***********/

.sy-service {
    padding: 50px 0;
}

.sy-service .sysrc-txt {
    width: 100%;
    font-size: 16px;
}

.sysrc-txt h3 a {
    font-size: 53px;
    font-weight: 600;
    color: #1e3485;
    margin-bottom: 15px;
    display: inline-block;
}

.sysrc-txt h5 {
    font-size: 24px;
    color: #2e2e2e;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
}

.sy-service .sysrc-tbbx {}

.sysrc-tbbx .sysrc-tb {
    width: 25%;
    float: left;
    text-align: center;
    line-height: 24px;
    margin-top: 160px;
}

.sysrc-tbbx .sysrc-tb a {
    display: block;
    margin: 0 7px;
    color: #333;
    min-height: 330px;
    padding: 0px 15px 55px;
    position: relative;
}

.sysrc-tbbx .sysrc-tb h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}

.sysrc-tbbx .sysrc-tb i {
    width: 30px;
    height: 30px;
    background: url(../images/more.jpg) no-repeat right center;
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.sysrc-tbbx .sysrc-tb p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.sysrc-tbbx .sysrc-tb img {
    margin-bottom: 20px;
    margin-top: -39%;
    width: 78%;
    transition: all 0.5s;
}

.sysrc-tbbx .sysrc-tb a {
    background: #d6d6d6;
}

.sysrc-tbbx .sysrc-tb a:hover img {
    transform: scale(1.1);
}

.foot {
    background: #000;
    padding: 45px 0 0;
}

.foot .ftmu {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}

.foot .ftmu h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.foot .ftmu li {}

.foot .ftmu li a {
    font-size: 16px;
    color: #fff;
}

.foot .ftmu li a:hover {
    color: #000;
}

.foot .ftmu1 {
    width: 289px;
    margin-right: 10px;
    float: left;
}

.foot .ftmu2 {
    width: 335px;
    margin-right: 10px;
    float: left;
}

.foot .ftmu3 {
    width: 250px;
    margin-right: 10px;
    float: left;
}

.foot .ftmu4 {
    width: 263px;
    float: right;
    text-align: right;
}

.foot .ftmu4 .fteimg p {
    float: right;
}

.foot .ftmu4 .fteimg .mblewm {
    margin-right: 20px;
    text-align: center;
    line-height: 20px;
}

.foot .ftmu5 {
    float: left;
    width: 100%;
    color: #fff;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding: 10px 0;
    line-height: 30px;
}

.foot .ftmu5 a {
    color: #fff;
}

#ft-tls {
    margin-top: 20px;
}

#ft-tls li {
    display: inline-table;
    height: 40px;
}

#ft-tls li a {
    display: block;
    margin: 0 15px;
}

#ft-tls li img {
    height: 40px;
    display: block;
}


/*************/

.nybanner {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/***********/

.ny-about img,
.nny-news img,
.pro_jies img {
    max-width: 100%;
}

.ny-main {
    padding: 30px 0;
}

.ny-left {
    width: 300px;
    float: left;
}

.nym-leftmn h3 {
    background: #000;
    line-height: 60px;
    padding-left: 20px;
    font-size: 24px;
    color: #fff;
}

.nym-leftmn li {
    background: #eee;
    overflow: hidden;
    line-height: 40px;
    font-size: 16px;
}

.nym-leftmn li a {
    display: block;
    z-index: 2;
    padding-left: 35px;
    text-decoration: none;
    border-top: 1px solid #fff;
    position: relative;
    height: 40px;
}

.nym-leftmn li a:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nym-leftmn li a:hover::before {
    width: 100%;
}

.nym-leftmn li a:hover {
    color: #fff;
}

.nym-leftmn li a.active::before {
    width: 100%;
}

.nym-leftmn li a.active {
    color: #fff;
}


/************/

.nym-lefttj .nym-lftj {
    padding: 4px;
    border: 1px solid #ddd;
    font-size: 0px;
    margin-top: 23px;
}

.nym-lefttj .nym-lftj img {
    width: 100%;
    display: block;
}


/********/

.nym-leftcs {
    margin-top: 25px;
}

.nym-leftcs h3 {
    background: #0081bf;
    line-height: 60px;
    padding-left: 20px;
    font-size: 20px;
    color: #fff;
}

.nym-leftcs li {
    float: left;
    width: 20%;
    background: #55acee;
    text-align: center;
}

.nym-leftcs li a {
    display: block;
    font-size: 0px;
    position: relative;
    padding: 15px 0 20px;
    z-index: 2;
}

.nym-leftcs li a:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    height: 5px;
    background: #0081bf;
    z-index: -1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.nym-leftcs li a:hover::before {
    height: 100%;
}

.nym-leftcs li img {
    height: 25px;
}

.nym-leftcs li.nylcs1 {
    background: #55acee;
}

.nym-leftcs li.nylcs2 {
    background: #3c599b;
}

.nym-leftcs li.nylcs3 {
    background: #182f73;
}

.nym-leftcs li.nylcs4 {
    background: #56b7be;
}

.nym-leftcs li.nylcs5 {
    background: #e22c28;
}


/********/

.ny-right {
    margin-left: 330px;
    overflow: hidden;
}

.nyrtp-tit {
    font-size: 30px;
    font-weight: 600;
    color: #0081bf;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
    text-indent: 10px;
}


/*********/

.tjpro {
    padding: 30px 0 0;
    font-weight: 600;
}

.tjpro li {
    width: 25%;
    float: left;
    transition: all 0.5s ease;
}

.tjpro li a {
    margin: 0 7px;
    display: block;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
}

.tjpro li img {
    width: 100%;
    display: block;
}

.tjpro li .proi {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    z-index: 9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tjpro li .pro_txt {
    font-size: 20px;
    color: #333;
    padding: 15px 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tjpro li:hover {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
}

.tjpro li:hover a {
    background: #0081bf;
    box-shadow: 0 3px 5px rgba(85, 85, 85, 0.9);
    border-color: #0081bf;
}

.tjpro li:hover .pro_txt {
    color: #fff;
}


/******/

.ny-about {
    padding: 20px 15px 25px;
    font-size: 16px;
}

.ny-about p {
    margin-bottom: 10px;
}


/********/

.nynwsbox {
    padding: 20px;
    border-bottom: 1px dashed #ddd;
}

.nynwsbox:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.nynwsbox .nynwbx-img {
    width: 200px;
    float: left;
}

.nynwsbox .nynwbx-img img {
    width: 100%;
}

.nynwsbox .nynwbx-con {
    margin-left: 225px;
    overflow: hidden;
    margin-top: 5px;
}

.nynwsbox .nynwbx-con h2 {
    font-size: 20px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nynwsbox .nynwbx-con p {
    line-height: 22px;
    margin-bottom: 5px;
    color: #555;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.nynwsbox .nynwbx-con .nynwbx-date {
    color: #888;
}

.nynwsbox .nynwbx-con h2:hover a {
    color: #0081bf;
}


/************/

.nny-news {
    margin-top: 20px;
}

.nny-news .nnw_title {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px dashed #cdcdcd;
    padding: 0 15px;
}

.nny-news .nnw_title h2 {
    font-size: 20px;
    font-weight: bold;
}

.nny-news .nnw_title .nynwbx-date {
    color: #888;
    line-height: 28px;
    font-size: 12px;
}

.nny-news .nnw_con {
    padding: 0 15px;
    font-size: 16px;
}


/************/

.ny-equipmemt {
    margin-top: 20px;
}

.cj-honor {
    width: 33.33%;
    padding: 0 10px 10px;
    float: left;
}

.cj-honor {
    font-size: 0px;
}

.cj-honor img {
    width: 100%;
    padding: 2px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    height: 236px;
    object-fit: cover;
}

.cj-honor p {
    height: 30px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #555;
}


/**************/

.page {
    margin-bottom: 20px;
    margin-top: 20px;
    height: 33px;
    text-align: center;
}

.page a {
    padding: 5px 10px;
    background: #efefef;
    margin-right: 4px;
    color: #666;
    border-radius: 4px;
    display: inline-block;
}

.page a.current {
    color: #fff;
    background: #0081bf;
}


/************/

.ny-product {
    padding: 30px 0;
    font-weight: 600;
}

.ny-product li {
    width: 33.33%;
    float: left;
    transition: all 0.5s ease;
}

.ny-product li a {
    margin: 0 7px 14px;
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 5px 0;
}

.ny-product li img {
    width: 100%;
    display: block;
    height: 180px;
}

.ny-product li .pro_txt {
    font-size: 14px;
    color: #333;
    padding: 15px 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ny-product li:hover a {
    background: #0081bf;
    border-color: #0081bf;
    box-shadow: 0 3px 5px rgba(85, 85, 85, 0.9);
}

.ny-product li:hover .pro_txt {
    color: #fff;
}


/************/

.nny-product {
    margin-top: 30px;
}

.nny-product .pro_list {
    float: left;
    width: 50%;
}

.nny-product .prolt_txt {
    float: right;
    width: 47%;
    font-size: 16px;
}

.nny-product .prolt_txt h1 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    width: 100%;
}

.sp-thumbs {
    width: 100%;
}

.sp-thumbs img {
    max-width: 100%;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
    margin: 0 0 0 0;
    width: 20%;
    height: 50px;
    overflow: hidden;
    opacity: .3;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.sp-thumbs a:hover {
    opacity: 1;
}

.sp-thumbs a:active,
.sp-current {
    opacity: 1!important;
    position: relative;
}

.sp-large {
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    margin: 0 0 2% 0;
}

.sp-large a img {
    max-width: 100%;
    height: auto;
}

.sp-large a {
    display: block;
}

.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
}

.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .9);
    z-index: 500;
    display: none;
    cursor: pointer;
}

.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff;
}

.pro_xiangxi {
    height: auto;
    margin: 16px auto 0;
    overflow: hidden;
}

.pro_xlii {
    margin: 0 auto;
    overflow: hidden;
    border-bottom: #cdcdcd 1px solid;
    font-size: 20px;
    line-height: 40px;
}

.pro_jies {
    font-size: 16px;
    padding: 16px;
}