@CHARSET "UTF-8";
body {
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    color: #1a64c9;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

a:focus,
a:hover {
    color: #1a64c9;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}
.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

.max1600 {
    max-width: 1630px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max12002 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.pd68 {
    width: 100%;
    padding: 0 68px;
    margin: 0 auto;
}

@media (max-width:1200px) {
    .pd68 {
        padding: 0 28px;
    }
}

@media (max-width:768px) {
    .pd68 {
        padding: 0 15px;
    }
}


/**/
.top_yan{
    text-align:left;
    padding:5px 0;
}
.yuyan,
.yuyan a{
    font-size:18px;
    color:#000;
}

/**/
.top_yan22{
    position:absolute;
    left:20%;
    top:10px;
}

.yuyan22,
.yuyan22 a{
    font-size:16px;
    color:#fff;
    display:block;
    line-height:1.3;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.com-img {
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.com-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}



/* c1_index */

.c1_index {
    position: relative;
    padding: 5.125% 0;
    background: #f8f8f8;
}

.flex_about {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_about .abimg {
    width: 50%;
}

.flex_about .abimg img {
    width: 100%;
}

.flex_about .abright {
    width: 46%;
}

.flex_about .abright h1 {
    font-size: 45px;
    font-weight: 1000;
    font-family: 楷体;
    line-height: 1;
}
.flex_about .abright h1 span{
    font-size: 38px;
    font-family: 宋体;
    color: #e2e2e2;
}
.abright h1 {
    margin-bottom: 20px;
}

.abright h1 img {
    max-width: 100%;
}

.abright h3 {
    font-weight: normal;
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
    letter-spacing: 3px;
}

.abright .abbtxt {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
}

.abright .abbmore {
    display: block;
    width: 195px;
    line-height: 54px;
    text-align: center;
    background: #1a64c9;
    color: #fff;
    font-size: 14px;
    margin-top: 8.125%;
}


/*  */

.flex_row {
    display: flex;
}

.h-ss {
    box-shadow: 0 5px 15px #ddd;
    z-index: 99;
    position: relative;
    background: #fff;
    padding: 35px 5.125%;
    margin-top: 3.125%;
}

.ads_listaa {
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.ads_listaa li {
    position: relative;
    align-items: center;
    max-width: 25%;
}

.ads_listaa li .left_img {
    width: 77px;
}

.ads_listaa li .left_img img {
    max-width: 100%;
}

.ads_listaa li .you_cc {
    margin-left: 10px;
    width: calc(100% - 80px);
}

.ads_listaa li .you_cc h3 {
    display: block;
    font-size: 24px;
    color: #333333;
    margin-bottom: 3px;
    font-family: "楷体";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ads_listaa li .you_cc h3 a{
    font-size: 24px;
    color: #333333;
}

.ads_listaa li .you_cc span a{
    display: block;
    font-size: 17px;
    color: #999999;
    margin-top: 5px;
}

@media (max-width:1366px) {
    .h-ss {
        padding: 25px 2.125%;
    }
}

@media (max-width:1200px) {
    .ads_listaa li .you_cc h3 {
        font-size: 18px;
    }
    .ads_listaa li .you_cc span {
        font-size: 15px;
    }
    .abright h3 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .abright .abbtxt {
        line-height: 1.5;
        font-size: 14px;
    }
    .abright .abbmore {
        width: 150px;
        line-height: 45px;
    }
}

@media (max-width:992px) {
    .h-ss {
        padding: 15px 1.125%;
    }
    .ads_listaa {
        flex-wrap: wrap;
    }
    .ads_listaa li {
        max-width: 50%;
        width: 50%;
        margin-bottom: 15px;
    }
}

@media (max-width:768px) {
    .flex_about {
        flex-wrap: wrap;
    }
    .flex_about .abimg {
        width: 100%;
    }
    .flex_about .abright {
        margin-top: 30px;
        width: 100%;
    }
    .abright .abbmore {
        margin-top: 30px;
    }
}

@media (max-width:600px) {
    .h-ss {
        padding: 15px 30px;
    }
    .ads_listaa li {
        width: 100%;
        max-width: 100%;
    }
}



/* c3_index */

.c3_index {
    position: relative;
    background: #f7f7f7;
    padding: 5.125% 0;
}

.ttt2 {
    text-align:center;
    font-size: 76PX;
    line-height:1;
    font-family: GOODTIME;
    color: #eff1f6;
    background: -webkit-linear-gradient(to bottom, #eff1f6, transparent);
    background: -o-linear-gradient(to bottom, #eff1f6, transparent);
    background: -moz-linear-gradient(to bottom, #eff1f6, transparent);
    background: linear-gradient(to bottom, #eff1f6, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ttt2.ttt2-1 {
    background: -webkit-linear-gradient(to bottom, #eceef5, transparent);
    background: -o-linear-gradient(to bottom, #eceef5, transparent);
    background: -moz-linear-gradient(to bottom, #eceef5, transparent);
    background: linear-gradient(to bottom, #eceef5, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ttt3 {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    color:#444;
    margin-top:-40px;
    font-family: "YaHei Bold";
}
.ttt4 {
    text-align: center;
    font-size: 16px;
    line-height: 5;
    color:#999;
    font-family: "YaHei Bold";
}
.ttt3 span{
    color: #1a64c9;
}

.c3_listaa {
    position: relative;
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
}

.c3_listaa li {
    position: relative;
    text-align: center;
    width: 23%;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    border-radius: 5px;
    padding: 2%;
}

.c3_listaa li a {
    display: block;
}

.c3_listaa li .ssimg {
    overflow: hidden;
}

.c3_listaa li .ssimg img {
    max-width: 100%;
}

.c3_listaa li h3 {
    font-size: 26px;
    color: #333333;
    margin: 30px 0 15px;
    transition:all 0.4s;
}
.c3_listaa li a:hover h3 {
    color:#1a64c9;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.c3_listaa li span {
    display: block;
    font-size: 16px;
    color: #999999;
    line-height: 1.7;
}

.c3_listaa li dd {
    display: block;
    background: #eeeeee;
    width: 130px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    transition:all 0.4s;
}

.c3_listaa li:hover dd {
    background:#1a64c9;
    color:#fff;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

@media (max-width:1366px) {
    .c3_listaa li {
        padding: 3.125% 3.125%;
    }
    .c3_listaa li h3 {
        font-size: 26px;
    }
    .c3_listaa li span {
        font-size: 16px
    }
    .c3_listaa li dd {
        width: 135px;
        line-height: 50px;
        font-size: 15px;
    }
}

@media (max-width:1024px) {
    .c3_listaa li {
        padding: 4.125% 15px;
        width: 31.33%;
    }
    .c3_listaa li h3 {
        font-size: 22px;
    }
    .c3_listaa li span {
        font-size: 14px
    }
    .c3_listaa li dd {
        width: 125px;
        line-height: 45px;
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .ttt2{
        font-size:40px;
        font-weight:bold;
    }
    .ttt3{
        font-size:30px;
        margin-top:-20px;
    }
    .ttt4{
        line-height:30px;
        margin:10px 0;
    }
    .c3_listaa {
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .c3_listaa li {
        width: 50%;
        margin-bottom: 20px;
        padding: 25px 15px;
    }
}
@media (max-width:500px) {
    .c3_listaa li {
        width: 100%;
        margin-bottom: 20px;
        padding: 25px 15px;
    }
}


/* c4_index */

.c4_index {
    position: relative;
    padding: 3.125% 0;
}

.product_list11 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:2%;
}

.product_list11 li {
    position: relative;
    width: calc(50% - 2%);
    margin-bottom: 10px;
    transition: all .5s;
}

.product_list11 li a {
    display: block;
    overflow:hidden;
}

.product_list11 li a img {
    width: 100%;
    display: block;
     transform:scale(1); transition:all 1s ease 0s; -webkit-transform:all 1s ease 0s; 
}
.product_list11 li a:hover img {
    transform:scale(1.1); transition:all 1s ease 0s; -webkit-transform:all 1s ease 0s; cursor:pointer;
}

.product_list11 li .fu {
    position: absolute;
    left: 0px;
    top: 15%;
    width: 100%;
    height: 100%;
/*    background: rgba(0, 0, 0, .3);*/
    opacity: 1;
    transition: all .5s;
    text-align: center;
    display: inline-grid;
}

.product_list11 li .snei {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    transition: all .5s;
}

.product_list11 li .snei h3 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .5s;
}
.product_list11 li .snei:hover  h3 {
    color:#1a64c9;
}

.product_list11 li .snei span {
    display: block;
    font-size: 20px;
    color: #333;
    padding: 10px 0 10px 0;
    transition: all .5s;
}

.product_list11 li .snei i {
    font-style: inherit;
/*    border: 1px solid rgba(20 95 199 / 100%);*/
    width: 160px;
    font-size: 15px;
    color: #1a64c9;
    display: inline-block;
    transition: all .5s;
    opacity: 0;
    display: none;
}

.product_list11 li:hover .fu {
    opacity: 1;
/*    background: rgb(20 95 199 / 66%);*/
}

.product_list11 li:hover .snei i {
    opacity: 1;
    display: inline-block;
}

@media (max-width:1200px) {
    .product_list11 li .snei h3 {
        font-size: 22px;
    }
    .product_list11 li .snei span {
        font-size: 16px;
        padding: 15px 0;
    }
    .product_list11 li .snei i {
        width: 120px;
        line-height: 35px;
        font-size: 12px;
    }
}

@media (max-width:992px) {
    .product_list11 li {
        width: calc(50% - 5px);
    }
    .product_list11 li .snei span {
        padding: 12px 0;
    }
}

@media (max-width:600px) {
    .product_list11 li {
        width: 100%;
    }
}


/* pro_cate_top */

.pro_cate_top {
    padding-top: 3.125%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.pro_cate_top h2 {
    /*font-size: 36px;*/
    font-size: 24px;
    color: #191919;
    border-left: 6px solid #1a64c9;
    padding-left: 10px;
    font-weight: normal;
}

#formsearch3 {
    position: relative;
    width: 227px;
    height: 40px;
    line-height: 40px;
    background: url(../images/ssbg.png) no-repeat center center;
}

#formsearch3 input {
    height: 40px;
    background: #fff;
    line-height: 40px;
    border: none;
    outline: none;
    float: left;
}

#formsearch3 input#keyword {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    color: #999999;
    background: none;
    border: none;
    font-size: 14px;
    width: 78%;
}

#formsearch3 input#s_btn {
    width: 22%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    background: none;
}


/* pro_zuo*/

@media (min-width: 990px) {
    .pro_zuo {
        float: left;
        width: 285px;
        margin-right: 4.16666667%;
        background: #f8f8f8;
        padding: 20px;
        box-shadow: 2px 5px 5px rgba(0, 0, 0, .2);
    }
}

.sort_aa {
    position: relative;
}

.leftmain {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.leftmain:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.sort_aa .leftbigtitle>a {
    display: block;
    font-size: 20px;
    color: #191c3d;
    font-weight: bold;
}
.sort_aa .leftbigtitle .npro-en{
    font-size: 14px;
    color: #999999;
    padding-left: 5px;
    font-weight: 100;
    text-transform: lowercase;
}

.sort_aa .leftbigtitle .ann{
    position: absolute;
    z-index: 99;
    width: 50px;
    height: 55px;
    top: 0;
    right: 0;
    cursor: pointer;
}

.sort_aa_bb {
    position: relative;
    margin-top: 10px;
}

.sort_aa_bb li {
    position: relative;
    display: inline-block;
    line-height: 2;
    min-width: 48%;
}

.sort_aa>li:nth-child(1) .sort_aa_bb li:nth-child(2n)::before {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #999;
    content: "";
}

.sort_aa_bb li a {
    display: block;
    font-size: 16px;
    color: #878b9b;
}

.sort_aa_bb li a:hover {
    font-weight: bold;
    color: #1a64c9;
}

.sort_aa>li:nth-child(2) .sort_aa_bb li:nth-child(3)::before {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #999;
    content: "";
}

.xypg-product-list li h3 a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xypg-product-list li .img{
    font-size: 0;
}

.xypg-product-list li .img img{
    width: 100%;
}

.xypg-product-list li .img{
    overflow: hidden;
}


.xypg-product-list li .img img{
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}


.xypg-product-list li .img:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.container-fluid {
    padding: 0 8.33333333%;
}


.page-wrap-right {
    overflow: hidden;
}



.xypg-pro-description {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 2em;
}

.xypg-product-list {
    margin: 0 -1.5%;
    font-size: 0;
}

.xypg-product-list li {
    display: inline-block;
    vertical-align: bottom;
    width: 30.333%;
    margin: 0 1.5% 20px 1.5%;
    padding: 0px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 2px 3px 5px rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.xypg-product-list li .img {
    display: block;
    background: #f8f8f8;
}

.xypg-product-list li h3 a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    padding: 1.2em 0;
    font-weight: normal;
    border-top: 1px solid #dadada;
}

.xypg-product-list li:hover {
    border-color: #292e39;
}

.xypg-product-list .no-result {
    margin: 0 1.5%;
    font-size: 14px;
}


        .page-wrap {
            padding-top: 30px;
        }
@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
    .xypg-left-box {
        display: none;
    }
}
@media (max-width: 768px) {
    .xypg-product-list li {
        width: 47%;
    }
    .xypg-case-list li {
        width: 48%;
    }
}

@media (max-width: 375px) {
    .xypg-product-list li {
        width: 97%;
    }
    .xypg-case-list li {
        width: 98%;
    }
}



/*内页详情页面公用样式*/

.xypg-case-detail .main-img img {
    max-width: 100%;
    width: 100%;
}

.xypg-detail-title {
    font-size: 20px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
}

.xypg-detail-info-bar {
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 20px;
}

.xypg-detail-info-bar .detail-info-time {
    float: left;
    margin-right: 20px;
    position: relative;
    padding-left: 25px;
}

.xypg-detail-info-bar .detail-info-time i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

.xypg-detail-info-bar .detail-info-time i:after {
    opacity: .5;
    background-position: 0 -360px;
}

.xypg-detail-info-bar .detail-info-numbers {
    float: left;
    position: relative;
    padding-left: 25px;
}

.xypg-detail-info-bar .detail-info-numbers i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

.xypg-detail-info-bar .detail-info-numbers i:after {
    opacity: .5;
    background-position: 0 -330px;
}

.xypg-detail-info-bar .xypg-file-down {
    float: right;
    position: relative;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i:after {
    background-position: 0 -630px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title:hover {
    color: #292e39;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list {
    position: absolute;
    z-index: 9999;
    width: 250%;
    right: 0;
    background: #fff;
    display: none;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li {
    padding: 10px 0;
    border-top: 1px dashed #cfcfcf;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .icon {
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin-right: 5px;
    height: 40px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con {
    overflow: hidden;
    line-height: 1;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 20px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a {
    font-size: 12px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a:hover {
    color: #292e39;
}

.xypg-detail-con-title {
    margin: 20px 0 10px 0;
    border-left: 6px solid #1a64c9;
    padding-left: 15px;
    background: #f8f8f8;
    line-height: 45px;
}

.xypg-detail-con-title span {
    display: inline-block;
    font-size: 18px;
    color: #292e39;
}

.xypg-detail-con .xtit{line-height: 30px; font-size: 16px; margin: 20px auto 10px; border-bottom: 2px solid #1a64c9; color: #1a64c9; font-weight: bold;}
.xypg-detail-con {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
}

.xypg-detail-con img{
    margin-bottom:10px;
}

.xypg-detail-con table{
    width: 100%;
    margin-top: 20px;
    background-color: #f8f8f8 !important;
}
.xypg-detail-con table tr{
    line-height: 33px;
}

.xypg-detail-con img,
.xypg-detail-con p img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
}

.xypg-detail-tags {
    margin-top: 40px;
}

.xypg-detail-tags .tags-title {
    border-bottom: 1px solid #c3c3c3;
    position: relative;
}

.xypg-detail-tags .tags-title h3 {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #292e39;
    line-height: 40px;
    border-bottom: 3px solid #1a64c9;
    margin-bottom: -1px;
}

.xypg-detail-tags .tags-title .baidu-share {
    position: absolute;
    right: 0;
    top: 8px;
}

.xypg-detail-tags .tags-content {
    padding-top: 12px;
}

.xypg-detail-tags .tags-content a {
    font-size: 12px;
    color: #2f2f2f;
    display: inline-block;
    margin-right: 9px;
    background: #f4f4f4;
    line-height: 28px;
    padding: 0 15px;
}

.xypg-detail-tags .tags-content a:hover {
    color: #1a64c9;
}

.xypg-detail-url {
    margin-top: 15px;
}

.xypg-detail-url a {
    word-break: break-all;
}

.xypg-detail-article p {
    margin: 10px 0 20px 0;
    line-height: 24px;
}

.xypg-detail-pn {
    margin-top: 30px;
}

.xypg-detail-pn div+div {
    margin-top: 15px;
}

.xypg-detail-pn div {
    line-height: 22px;
    padding: 10px;
    position: relative;
    border: 1px solid #eeeeee;
}

.xypg-detail-pn div b {
    font-size: 14px;
    color: #292e39;
    float: left;
    font-weight: normal;
}

.xypg-detail-pn div a {
    float: left;
    width: 75%;
    font-size: 14px;
    color: #666666;
}

.xypg-detail-pn div a:hover {
    color: #1a64c9;
}

@media (max-width: 600px) {
    .xypg-detail-pn div a {
        width: 60%;
    }
}

@media (max-width: 600px) {
    .xypg-detail-pn div a {
        width: 50%;
    }
}

.xypg-detail-pn div span {
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 14px;
    color: #666666;
}


/*相关产品*/

.xypg-relate {
    margin-top: 45px;
}

.relate-title {
    border: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 2.857;
    margin-bottom: 15px;
}

.relate-title span {
    display: inline-block;
    color: #1a64c9;
    padding: 0 1.4em;
    border-right: 1px solid #eeeeee;
}

.relate-product-slick {
    position: relative;
}

.relate-product-slick .owl-item {
    display: block;
    font-size: 0;
}

.relate-product-slick .owl-item .img {
    display: block;
    margin-bottom: 8px;
}

.relate-product-slick .owl-item p {
    margin-bottom: 0;
    padding: .5em 0;
    font-size: 12px;
    color: #292e39;
    text-align: center;
}

.relate-product-slick .owl-item:hover p {
    color: #1a64c9;
}

.relate-product-slick .owl-nav button.owl-prev,
.relate-product-slick .owl-nav button.owl-next {
    width: 25px;
    height: 35px;
    color: #fff;
    font-size: 20px;
    margin-top: -17.5px;
    line-height: 35px;
}

.relate-product-slick .owl-nav button.owl-prev span,
.relate-product-slick .owl-nav button.owl-next span {
    display: inline;
}

.xypg-relate .relate-news {
    margin-top: 45px;
}

.relate-news-list li {
    float: left;
    width: 48%;
    position: relative;
    line-height: 2.143;
    font-size: 14px;
    color: #292e39;
}

.relate-news-list li:nth-child(even) {
    float: right;
}

.relate-news-list li a {
    display: block;
    padding-right: 125px;
    color: #666666;
}

.relate-news-list li a:before {
    content: '+';
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-right: 5px;
}

.relate-news-list li span {
    position: absolute;
    right: 0;
    top: 2.5px;
    width: 125px;
    text-align: right;
    font-size: 12px;
    color: #666666;
}

.relate-news-list li:hover a {
    color: #1a64c9;
}

.relate-news-list li:hover a:before {
    color: #1a64c9;
}

.relate-news-list li:hover span {
    color: #1a64c9;
}

@media (max-width: 990px) {
    .xypg-relate {
        display: none;
    }
}

/* foot_wap */

.foot_wap {
    position: relative;
    background: #181818;
    padding: 5.125% 0 3.8%;
}

.foot_flex {
    display: flex;
    justify-content: space-between;
}

.foot_zuo {
    position: relative;
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.foot_aa {
    width: 35%;
    position: relative;
}

.flogo h3 {
    margin-bottom: 10px;
}

.flogo h3 img {
    max-width: 100%;
}

.flogo span {
    display: block;
    font-size: 14px;
    color: #aeaeae;
    padding-left: 60px;
}

.f_tu {
    position: relative;
    margin-top: 20px;
    padding-left: 60px;
}

.f_tu li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.bdshare-button-style0-16 {
    position: absolute;
    opacity: 0;
    top: 0;
}

.bdshare-button-style0-16 a {
    margin: 0 15px 0 0!important;
    width: 44px!important;
    height: 41px!important;
    padding: 0!important;
}

.fewm {
    margin-top: 30px;
    margin-left: 60px;
    display: flex;
    justify-content: space-between;
}

.fewm>div {
    width: 120px;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #aeaeae;
}

.fewm>div img {
    max-width: 100%;
}

.foot_bb {
    position: relative;
    width: 65%;
}

.x-layout-menu {
    position: relative;
}

.x-layout-menu dl {
    float: left;
    width: 25%;
    text-align: left;
    padding-left: 20px;
}

.x-layout-menu dl dt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 1.13em;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.x-layout-menu dl dd a {
    display: block;
    font-size: 14px;
    color: #aeaeae;
    line-height: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.x-layout-menu dl dd a:hover {
    color: #1a64c9;
}

/* 自动发布 */

.xypg-detail-article .article-img {
    text-align: center;
    margin: 5px 0;
}

.xypg-detail-article .article-img img {
    border: 1px solid #efefef;
    padding: 1px;
    max-width: 100%;
    height: auto !important;
}

.page-product-detail-effect {
    float: left;
    width: 42.61%;
}

.page-product-detail-effect .big-img {
    border: 1px solid #eee;
}

.page-product-detail-effect .big-img a {
    display: block;
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    font-size: 0;
}

.page-product-detail-effect .big-img a img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page-product-detail-effect .big-img a:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page-product-detail-right {
    width: 50%;
    float: right;
}

.page-product-detail-right>h1 {
    font-size: 22px;
    color: #0d0d0d;
    margin-bottom: 20px;
}

.product-detail-item li {
    font-size: 14px;
    line-height: 30px;
    color: #777272;
}

.product-detail-slick {
    position: relative;
    margin-top: 20px;
}

.product-detail-slick a.slick-item {
    display: block;
    text-align: center;
    width: 100%;
    height: 95px;
    font-size: 0;
    border: 1px solid #eee;
    position: relative;
}

.product-detail-slick a.slick-item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-detail-slick a.slick-item:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-detail-slick a.slick-item.active {
    border-color: #1a64c9;
}

.product-detail-slick .owl-nav button {
    position: absolute;
    width: 27px;
    height: 27px;
    background: rgba(37, 37, 37, 0.6) !important;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    top: 50%;
    margin-top: -13.5px;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    border: none;
}

.product-detail-slick .owl-nav button .icon-font {
    width: 100%;
    height: 100%;
    display: block;
}

.product-detail-slick .owl-nav button .icon-left-arrow:after {
    background-position: 1px -509px;
}

.product-detail-slick .owl-nav button .icon-right-arrow:after {
    background-position: -27px -240px;
}

.product-detail-slick .owl-prev {
    left: 0;
}

.product-detail-slick .owl-prev:after {
    background-position: 0 0;
}

.product-detail-slick .owl-next {
    right: 0;
}

.product-detail-slick:hover .owl-nav button {
    opacity: 1;
}

.page-product-inquiry {
    margin-top: 30px;
}

.page-product-inquiry a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    background: #1a64c9;
    padding: .5em 1.875em;
    border-radius: 2em;
}

.page-product-inquiry a:hover {
    opacity: .8;
}

@media (max-width: 990px) {
    .page-product-detail-effect {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .page-product-detail-right {
        width: 100%;
        float: none;
    }
}

@media (max-width: 640px) {
    .page-product-detail-effect .big-img {
        height: auto;
    }
    .product-detail-slick .slick-item {
        height: 65px;
    }
    .page-product-inquiry a {
        font-size: 12px;
    }
    .page-product-detail-right>h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.product-detail-tab {
    margin-top: 50px;
}

.product-detail-tab .product-detail-tabli {
    border: 1px solid #eee;
    height: 40px;
    line-height: 38px;
}

.product-detail-tab .product-detail-tabli li {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 14px;
    color: #2f2f2f;
    cursor: pointer;
    border-right: 1px solid #eee;
}

.product-detail-tab .product-detail-tabli li.on,
.product-detail-tab .product-detail-tabli li:visited,
.product-detail-tab .product-detail-tabli li:active {
    color: #1a64c9;
    position: relative;
}

.product-detail-tab .product-detail-tabli li.on:before,
.product-detail-tab .product-detail-tabli li:visited:before,
.product-detail-tab .product-detail-tabli li:active:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border: 1px solid #1a64c9;
}

.product-detail-tab .product-detail-tabcon {
    padding: 15px 0;
}

.product-detail-tab .product-detail-tabcon img,
.product-detail-tab .product-detail-tabcon p img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

@media (max-width: 768px) {
    .product-detail-tab .product-detail-tabli {
        height: 35px;
    }
    .product-detail-tab .product-detail-tabli li {
        font-size: 13px;
        line-height: 33px;
    }
}

@media (max-width: 420px) {
    .product-detail-tab .product-detail-tabli {
        height: 30px;
    }
    .product-detail-tab .product-detail-tabli li {
        font-size: 12px;
        line-height: 28px;
    }
}


/* foot_you */

.foot_you {
    position: relative;
    width: 29%;
    padding-left: 5.125%;
    border-left: 1px solid #333333;
}

.foot_you ul li {
    position: relative;
    margin-bottom: 20px;
}

.foot_you ul li h3 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: -1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.foot_you ul li h3 span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 0.3px;
}

.foot_you ul li dd {
    margin-top: 15px;
    font-size: 14px;
    color: #aeaeae;
    line-height: 3;
}

.foot_you .yuyan a{
    color: #aeaeae;
    font-size: 14px;
    margin-right: 10px;
}

.foot_you .yuyan img{
    vertical-align: middle;
    margin-right: 5px;
}

/* x-footer */

.x-footer {
    background: #121212;
    position: relative;
    text-align: center;
    padding: 28px 0;
    line-height: 1.9;
    font-size: 14px;
    color: #666;
}

.x-footer a {
    color: #666;
}

.x-footer a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.f_link a{
    padding: 0 3px;
}

@media (max-width:992px) {
    .foot_flex {
        flex-wrap: wrap;
    }
    .foot_zuo {
        width: 100%;
    }
    .foot_you {
        width: 100%;
        margin-top: 30px;
        border-left: none;
    }
}

@media (max-width:768px) {
    .foot_zuo {
        flex-wrap: wrap;
    }
    .foot_aa {
        width: 100%;
    }
    .foot_bb {
        width: 100%;
        margin-top: 30px;
    }
    .abright h1 img {
        max-width: 60%;
    }
    .ttt3 img,
    .ttt5 img,
    .ttt6 img,
    .ttt7 img,
    .ttt8 img {
        max-width: 50%;
    }
    .c5_right .c5_txt {
        font-size: 14px;
    }
    .c5_right .hzmore {
        width: 135px;
        line-height: 35px;
        font-size: 14px;
    }
}

@media (max-width:425px) {
    .foot_bb {
        display: none;
    }
}
