/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}

*{
        -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}

h3,h4,h5{
    font-weight: normal;
}

p{margin:0;}

/*----- 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;}

/**/
.x-top {
    background: #121F44;
    font-size: 14px;
    height: 58px;
    line-height: 58px;
    color: #fff;
}

.hyz {
    color: #fff;
}

.hyr a {
    color: #fff;
}

.x-top2 {
    height: 94px;
    line-height: 94px;
    box-shadow: 0px 0px 28px 1px rgba(0, 0, 0, 0.2);
}



.so img {
    max-width: 56%;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 94px;
    width: 350px;
    /* padding: 20px; */
    /* border-radius: 20px; */
    z-index: 999;
    background: #d7001a;
}

.ss input {
    outline: none;
    line-height: 45px;
    width: 36px;
    background: none;
    border:0;
    /* border: 1px solid #fff; */
    background: #d7001a;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.28);
    float: left;
}
.ss #s_btn{
    background: url(../images/sousuo.png) no-repeat center;
}
.ss #keyword {
    padding-left:13px;
    line-height: 45px;
    width:calc(100% - 36px);
    background: none;
    border:0;
    /* border: 1px solid #fff; */
    outline: none;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: rgba(255, 255, 255,1) !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: rgba(255, 255, 255, 1);
}
/* 导航样式 */
.x-menu {
    width: 58.75%;
    float: left;
}

.x-menu > li {
    width: 20%;
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
}
.x-menu > li.active >a{
    color: #d7001a;
}
.x-menu > li > a {
    font-size: 16px;
    color: #333333;
    line-height: 94px;
    display: block;
    padding: .3rem 10px;
}

.x-menu > li > a:hover {
    color: #d7001a;
}

.x-menu > li.active > a {

}

.x-menu {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.x-sub-menu {
    top: 80px;
}

.x-menu .lastli {
    width: 6% !important;
}

.x-menu > li.active > a, .x-menu > li > a:hover {
}

.x-menu > li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%;
}

.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 130%;
    left: -15%;
    top: 104px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}


.foot_nav li {
    float: left;
    width: 20%;
    text-align: center;
}

.foot_nav li a {
    font-size: 18px;
    color: #ffbb02;
    display: block;
    width: 100%;
    font-weight: 700;
}

.foot_nav li .x-nav-menu {
    width: 100%;
    margin-top: 1.43em;
}

.foot_nav li .x-nav-menu a {
    display: block;
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, .7);
    font-weight: normal
}




/**/
.max1400{
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 50px;
}
.max1300{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
}
.max1200{
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
}
@media(max-width:1366px){
    .max1300{
        padding: 0 30px;
    }
    .max1400{
        padding: 0 30px;
    }
}
@media(max-width:991px){
    body{
        padding-top: 60px;
    }
}
@media(max-width:768px){
    .max1300{
        padding: 0 15px;
    }
    .max1400{
        padding: 0 15px;
    }
    .max1200{
        padding: 0 15px;
    }
}
.flex_con{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*  */


@media(max-width: 991px){
    body{
        padding-top: 60px;
    }
}
/*  */
.page-wrap-right img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

/* 友情链接 */

.c-link {
    padding: 2.448% 0 2.448%;
    font-size: 18px;
    color: #808080;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
    font-size: 20px;
	color: #1c397d;
}

.c-link dd {
    width: calc(100% - 170px);
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
    z-index: 999;
}

.c-link a {
    color: #808080;
    padding: 0 4px;
    font-size: 18px;
    line-height: 24px;
}
@media(max-width:991px){
    .c-link{
        display: none;
    }
}
/* 头部 */
.x-top2{
    /*position: fixed;*/
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99999;
    background: #fff;
}
.x-top2 .dlogo {
    height: 94px;
    line-height: 94px;
    width: 25%;
}
.x-top2 .dlogo img{
    max-width: 100%;
}
.pc_youce{
    width: 73%;
    display: flex;
    flex-wrap: wrap;
    height: 90px;
    overflow: hidden;
    justify-content: flex-end;
}

.x-top2 .nnav {
    max-width: 78%;
}
.x-top2  .tdhw{
    /*max-width: 20%;*/
    margin-left: 1rem;
}
.tdh{
	font-size: 20px;
	font-weight: bold;
	line-height: 94px;
	color: #d7001a;
    padding-left: 28px;
    margin-top: .3rem;
    /*background: url(../images/tbdh.png) no-repeat left center;*/
    position: relative;
}
.tdh .tbdhtb{
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 2px;
    color: #d7001a;
    font-weight: bold;
    transform: translateY(-50%);
}
.sow{
    position: relative;
}
.ssky{
    width: 24px;
	height: 24px;
    background: url(../images/tdh.png) no-repeat left center;
    margin-top: 35px;
}
@media(max-width: 1280px){
    /*.x-top2 .nnav{*/
    /*    width: 52%;*/
    /*}*/
    /*.x-top2 .tdhw{*/
    /*    max-width: 22%;*/
    /*}*/
    .tdh{
        font-size: 16px;
    }
}
/*banner*/
.index_banner{
    position: relative;
    /*margin-top: 94px;*/
    overflow: hidden;
}
.index_banner img{
    width: 100%;
}
.banneryd{
    position: absolute;
    left: 0;
    bottom: 5%!important;
    width: 100%;
    z-index: 999;
    text-align: center;
    font-size: 0;
}
.banneryd span{
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 8px!important;
    opacity:1;
    transition: all 0.4s ease;
}
.banneryd span.swiper-pagination-bullet-active{
    background: #fff;
    width:40px;
}
@media(max-width:991px){
    .index_banner{
        margin-top: 0;
    }
}
/*标题*/
.index_bt{
    text-align: center;
}
.index_bt h3{
    font-size: 2rem;
    line-height: 1.5;
    color: #000;
}
.index_bt h4{
    font-size: 16px;
    line-height: 1.5;
    color: #434343;
}
@media(max-width:991px){
    .index_bt h3{
        font-size: 24px;
    }
    .index_bt h4{
        font-size: 14px;
    }
}
/*服务项目*/
.index_fwxm{
    padding: 5% 0;
    background: rgba(217, 217, 217,1);
}
.index_fwxm_fb{
    margin-top: 3%;
}
.index_fwxm_fb ul{
    display: flex;
    flex-wrap: wrap;
}
.index_fwxm_fb ul li{
    width: 49%;
    margin: 1% 0;
    margin-right: 2%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    min-height: 228px;
}
.index_fwxm_fb ul li a{
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_fwxm_fb ul li:nth-child(2n){
    margin-right: 0;
}
.index_fwxm_fb ul li .img{
    background: rgb(248, 249, 250);
    text-align: center;
    padding: 20px 3%;
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.index_fwxm_fb ul li .img img{
    max-width: 90px;
    width: 100%;
}
.index_fwxm_fb ul li .wz{
    padding: 20px 0;
    width: 75%;
}
.index_fwxm_fb ul li .wz h3{
    font-size: 1.5rem;
    line-height: 1.5;
    color: #000;
    text-align: center;
    margin: 0 4%;
}
.index_fwxm_fb ul li .wz h3 span{
     position: relative;
     padding-bottom: 10px;
     display:block;
}
.index_fwxm_fb ul li .wz h3 span:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width:95%;
    height: 1px;
    transform: translateX(-50%);
    background: #103e72;
}
.fdwliw{
    font-size: 0;
    line-height: 2;
    color: #333;
    margin-top: 20px;
    padding:0 4%;
    text-align: center;
}
.fdwliw_nn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_fwxm_fb ul li:nth-child(2) .fdwliw_nn{
    display: inline-block;
    width: 100%;
}
.index_fwxm_fb ul li:nth-child(1) .fdwliw .fdwliw_nn_li{
    max-width: 50%;
}
.fdwliw .fdwliw_nn_li{
    max-width:33.333%;
    font-size: 0;
    text-align: left;
}
.fdwliw p span{
    font-size: .9rem;
    line-height: 32px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 10px;
    background: url(../images/xing.png) no-repeat left 9px;
    background-size: 14px;
}
.index_fwxm_fb ul li .fdwliw{
    padding: 0 10%;
}
.index_fwxm_fb ul li:nth-child(1) .fdwliw{
    padding: 0 10%;
}
.index_fwxm_fb ul li:nth-child(2) .fdwliw .fdwliw_nn_li{
    max-width: 100%;
    width: auto;
}
.index_fwxm_fb1{
    display: none;
}
@media(max-width:991px){
    .index_fwxm{
        padding: 30px 0;
    }
    .index_fwxm_fb{
        margin-top: 10px;
    }
    .index_fwxm_fb ul{
        justify-content: space-between;
    }
    .index_fwxm_fb ul li{
        width: 100%;
        margin: 8px 0;
        margin-right: 0;
        min-height: 220px;
    }
    .index_fwxm_fb ul li .wz h3{
        font-size: 20px;
    }
    .fdwliw p span{
         font-size: 14px;
    }
    .index_fwxm_fb ul li:nth-child(1) .fdwliw{
        padding: 0 8%;
    }
}
@media(max-width:768px){
    .fdwliw{ 
        font-size: 14px;
    }
    .index_fwxm_fb ul li .fdwliw{
        padding: 0 20px;
    }
    .index_fwxm_fb ul li:nth-child(1) .fdwliw{
        padding: 0 20px;
    }
    .index_fwxm_fb ul li .wz h3{
        margin: 0 20px;
    }
    .index_fwxm_fb ul li .wz h3 span:before{
        width: 100%;
    }
    .index_fwxm_fb0{
        display: none;
    }
    .index_fwxm_fb1{
        display: block;
    }
    .fdwliw .fdwliw_nn_li{
        max-width: 50%;
    }
}
@media(max-width:468px){
    .index_fwxm_fb ul li .img{
        width:100%;
    }
    .index_fwxm_fb ul li .wz{
        width:100%;
    }
}
/*关于我们*/
.index_about{
    padding: 4% 0;
}
.index_about .max1400{
    align-items: center;
}
.index_about_fl{
    width: 48%;
}
.index_about_fl img{
    width: 100%;
}
.index_about_fr{
    width: 48%;
}
.index_about_fr h3{
    font-size: 1.8rem;
    line-height: 1;
    color: #333;
}
.index_about_fr h3 span{
    font-size: 18px;
    line-height: 1;
    color: #333;
    vertical-align: bottom;
    margin-left: 5px;
}
.index_about_fr h4{
    font-size: 17px;
    line-height: 2;
    margin: 5% 0;
}
.index_about_fr .ckgd{
    display: block;
    text-align: center;
    padding: 0 10px;
    width: 100px;
    border: 1px solid #666;
    font-size: 14px;
    line-height:2.5;
    color: rgba(215,0,26,1);
}
@media(max-width:991px){
    .index_about{
        padding: 30px 0;
    }
    .index_about .max1400{
        flex-direction: column-reverse;
    }
    .index_about_fl{
        width: 100%;
        margin-top: 20px;
    }
    .index_about_fr{
        width: 100%;
    }
    .index_about_fr h3{
        font-size: 24px;
    }
    .index_about_fr h3 span{
        font-size: 16px;
    }
    .index_about_fr h4{
        font-size: 16px;
        margin: 15px 0;
    }
}
/*底部*/
.tongyong_foot{
    background: url(../images/foot_bj.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 0;
}
.tongyong_foot .flex_con{
    align-items: flex-end;
}
.tongyong_foot_fl{
    width: 45%;
}
.tongyong_foot_fl h3{
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}
.tongyong_foot_fl h4{
    font-size: 16px;
    line-height: 2;
    color: #fff;
    margin-top: 22px;
}
.tongyong_foot_fr{
    max-width: 48%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}
.tongyong_foot_fr ul{
    display: flex;
}
.tongyong_foot_fr li{
    position: relative;
    cursor: pointer;
    margin: 0 20px;
}
.tongyong_foot_fr li .img2{
    width: 120px;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    display: none;
    transform: translateX(-50%);
}
.tongyong_foot_fr li .img2:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff  transparent;
    border-top: none;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    transform: rotate(180deg);
}
.tongyong_foot_fr li img{
    max-width: 100%;
}
.tongyong_foot_fr li:hover .img2{
    display: block;
}
.tongyong_foot_fr h3{
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-top: 15px;
}
.tongyong_foot_fr h3 a{
    color: #fff;
}
.tongyong_foot_fr h4{
    font-size: 16px;
    line-height: 2;
    color: #fff;
     margin-top: 15px;
}
@media(max-width:991px){
    .tongyong_foot{
        padding: 30px 0;
    }
    .tongyong_foot_fl{
        width: 100%;
    }
    .tongyong_foot_fr{
        width: 100%;
        max-width: 100%;
        align-items: flex-start;
        margin-top: 15px;
    }
}
/*合作客户*/
.hzkhbiaoti{
    font-size: 1.5rem;
    line-height: 1.5;
    color: #000;
    text-align: center;
}
.hzkhliebiao{
    display: flex;
    flex-wrap: wrap;
    margin-top: 2%;
}
.hzkhliebiao li{
    width: 23.5%;
    margin: 1% 0;
    margin-right: 2%;
    padding: 10px;
    background-color: #d0e0e3;
    cursor: pointer;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.hzkhliebiao li:nth-child(4n){
    margin-right: 0;
}
.hzkhliebiao li .img{
    overflow: hidden;
}
.hzkhliebiao li .img img{
    width: 100%;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.hzkhliebiao li:hover{
    background: #d7001a;
}
.hzkhliebiao li:hover .img img{
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.hzkhliebiao li:hover .wz h3{
    color: #fff;
}
.hzkhliebiao li .wz h3{
    color: #000000;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media(max-width:1200px){
    .hzkhbiaoti{
        font-size: 24px;
    }
}
@media(max-width:768px){
    .hzkhliebiao li{
        width: 49%;
    }
    .hzkhliebiao{
        margin-top: 15px;
    }
    .hzkhliebiao li:nth-child(2n){
        margin-right: 0;
    }
}














/*联系我们*/
.ny_contact1{
    padding: 4% 0;
}
.ny_contact1_fc{
    margin-top: 5%;
}
.ny_contact1_fc li{
    float: left;
    width: 32%;
    margin-right: 2%;
}
.ny_contact1_fc li:nth-child(3n){
    margin-right: 0;
}
.ny_contact1_fc li h3{
    font-size: 1.2rem;
	line-height: 1.5;
	color: #333333;
}
.ny_contact1_fc li .img{
    margin: 5% 0;
}
.ny_contact1_fc li h4{
    font-size: 1rem;
	line-height: 1.5;
	color: #d7001a;
	font-weight: bold;
}
.ny_contact1_fb{
    margin-top: 3.5%;
}
.ny_contact1_fb img{
    width: 100%;
}
.ny_contact2{
    padding: 5% 0;
    background: url(../images/jiaru_bj.jpg) no-repeat center;
    background-size: cover;
}
.ny_contact2 .index_about_fl_ft h3{
    color: #2b78d0;
}
.ny_contact2 .index_about_fl_ft h4{
    color: #fff;
}
.ny_contact2_fb{
    margin-top: 3%;
}
.ny_contact2_fb li{
    width: 32%;
    float: left;
    margin-right: 2%;
    background-color: #ffffff;
    padding:20px 10px;
    margin-top: 2%;
}
.ny_contact2_fb li:nth-child(3n){
    margin-right: 0;
}
.ny_contact2_fb li h3{
    font-size: 1.2rem;
	line-height: 1.5;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:0 3%;
}
.ny_contact2_fb li h4{
    font-size: 14px;
	line-height: 27px;
	height: 54px;
	margin: 10px 0 20px;
	padding:0 3%;
	color: #999999;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ny_contact2_fb li h5{
    font-size: 14px;
	line-height: 27px;
	color: #333333;
	padding: 2% 3% 0;
	border-top: 1px solid #e5e5e5;
}
.ny_contact2_fb li h5 div{
    background: url(../images/jiarujiantou.png) no-repeat right center;
}
.ny_contact3{
    padding: 4% 0;
    background: rgba(243, 243, 243);
}
.ny_contact3_ft_ft{
    text-align: center;
}
.ny_contact3_ft_ft h3{
    font-size: 2rem;
    line-height: 1.5;
    color: #000;
}
.ny_contact3_ft_ft h4{
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin-top: 10px;
}


.ny_contact3_fb{
    margin-top: 1%;
}
.ny_contact3_fb li{
    width: 32%;
    margin-top: 2.6%;
}
.ny_contact3_fb li h3{
    font-size: 16px;
	line-height: 27px;
	color: #333333;
	/*font-weight: bold;*/
}
.ny_contact3_fb li input{
	width: 100%;
	background-color: #fff;
	border: solid 1px #ccc;
	font-size: 14px;
	line-height: 40px;
	color: #999999;
	outline: none;
	padding: 0 15px;
	margin-top: 15px;
}
.ny_contact3_fb_fc{
    margin-top: 2.6%;
}
.ny_contact3_fb_fc h3{
    font-size: 16px;
	line-height: 27px;
	color: #333333;
	/*font-weight: bold;*/
}

.ny_contact3_fb_fc textarea{
	width: 100%;
	background-color: #fff;
	border: solid 1px #ccc;
	font-size: 14px;
	line-height: 40px;
	color: #999999;
	outline: none;
	padding: 0 15px;
	margin-top: 15px;
}
.ny_contact3_fb_fb{
    margin-top: 5%;
    font-size: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ny_contact3_fb_fb_fl{
    display: inline-block;
    width: 300px;
	background-color: #f5f5f5;
	border: solid 1px #e5e5e5;
	font-size: 0;
}
.ny_contact3_fb_fb_fl input{
    font-size: 14px;
    display: block;
	line-height: 40px;
	padding:0 15px;
	color: #999999;
	border: 0;
	outline: none;
	width: 181px;
}
.ny_contact3_fb_fb_fl img{
    width: 117px;
	height: 40px;
	display: block;
}
.ny_contact3_fb_fb_fr{
    display: inline-block;
    margin-left: 2rem;
}
.ny_contact3_fb_fb_fr input{
    width: 200px;
	height: 42px;
	background-color: #d7001a;
	outline: none;
	padding: 0;
	border: 0;
	font-size: 14px;
	line-height: 42px;
	color: #ffffff;
}
@media(max-width:1200px){
    .ny_contact1_fc li h3{
        font-size: 20px;
    }
    .ny_contact1_fc li .img{
        margin: 15px 0;
    }
    .ny_contact1_fc li h4{
        font-size: 16px;
    }
    .ny_contact2_fb li h3{
        font-size: 18px;
    }
    .ny_contact2_fb li h5{
        padding-top: 10px;
    }
}
@media(max-width:991px){
    .ny_contact3_ft_ft h3{
        font-size: 24px;
    }
}
@media(max-width:768px){
    .ny_contact1{
        padding: 30px 0;
    }
    .ny_contact1_fc{
        margin-top: 25px;
    }
    .ny_contact1_fc li{
        width: 100%;
        margin: 10px 0;
        margin-right: 0;
    }
    .ny_contact1_fb{
        margin-top: 15px;
    }
    .ny_contact2{
        padding: 30px 0;
    }
    .ny_contact2_fb{
        margin-top: 15px;
    }
    .ny_contact2_fb li{
        width: 49%;
    }
    .ny_contact2_fb li:nth-child(3n){
        margin-right: 2%;
    }
    .ny_contact2_fb li:nth-child(2n){
        margin-right: 0;
    }
    .ny_contact3{
        padding: 30px 0;
    }
    .ny_contact3_fb li{
        margin-top: 15px;
    }
    .ny_contact3_fb_fc{
        margin-top: 15px;
    }
    .ny_contact3_fb_fb{
        margin-top: 20px;
        text-align: left;
        flex-direction: column;
        align-items: center;
    }
    .ny_contact3_fb{
        margin-top: 10px;
    }
    .ny_contact3_fb_fb_fr{
        margin-left: 0;
        /*margin-top: 20px;*/
    }
}

@media(max-width:468px){
    .ny_contact2_fb li{
        width: 100%;
        margin-right: 0!important;
        margin-top: 15px;
    }
    .ny_contact3_fb li{
        width: 100%;
    }
}

.index_about_fl_ft {
	position: relative;
}

.index_about_fl_ft h3 {
	font-size: 6rem;
	font-weight: bold;
	line-height: .8;
	color: #f5f5f5;
}

.index_about_fl_ft h4 {
	font-size: 2.4rem;
	line-height: 1;
	color: #333333;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
}


@media(max-width:768px) {
	.index_about_fl_ft h3 {
		font-size: 48px;
	}

	.index_about_fl_ft h4 {
		font-size: 24px;
	}
}
.ny_zyyw{
    color: #000;
    margin-top: 20px;
}
.ny_zyyw table {
    max-width: 100%!important;
    margin: 0 auto;
    border-color: #ccc;
    border-style:dashed;
}
.ny_zyyw table td{
    padding: 5px 10px;
    border-style:dashed;
}
.ny_zyyw table td:hover{
    background: #e5cfcf;
    color: #fff;
    cursor: pointer;
}
/*.ny_zyyw table td:nth-child(2n){*/
/*    background: red;*/
/*}*/
/*联系我们*/
.ny_lxwm1{
    padding: 4% 0;
}
.ny_lxwm1_fl{
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ny_lxwm1_fl h3{
    font-size: 1.5rem;
    line-height: 1.5;
    color: #000;
    position: relative;
    padding-bottom: 15px;
}
.ny_lxwm1_fl h3:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #d7001a;
}
.ny_lxwm1_fl_fc{
    margin: 15px 0;
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.ny_lxwm1_fl_fc li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0;
}
.ny_lxwm1_fl_fc li .img{
    width: 24px;
    margin-right: 10px;
}
.ny_lxwm1_fl_fc li .img img{
    width: 100%;
}
.ny_lxwm1_fl_fb{
    width: 128px;
}
.ny_lxwm1_fl_fb img{
    width: 100%;
}
.ny_lxwm1_fr{
    width: 48%;
}
.ny_lxwm1_fr img{
    width: 100%;
}
@media(max-width:1200px){
    .ny_lxwm1_fl h3{
        font-size: 24px;
    }
}
@media(max-width:991px){
    .ny_lxwm1_fl{
        width: 100%;
    }
    .ny_lxwm1_fr{
        width: 100%;
        margin-top: 15px;
    }
}
@media(max-width:768px){
    .ny_lxwm1{
        padding: 30px 0;
    }
}
/*内页样式*/
/*内页banner*/
.ny_banner img{
    width: 100%;
    display: block;
}
.ny_banner{
    position: relative;
}
.ny_banner .wz{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.ny_banner .wz h3{
    font-size: 2rem;
    line-height: 2;
    color: #fff;
    font-weight: normal;
    text-align: center;
}
.ny_banner .wz p{
    font-size: 18px;
    line-height: 2;
    color: #fff;
}

@media(max-width:1200px){
    /*.ny_banner .wz h3{*/
    /*    font-size: 26px;*/
    /*}*/
}

@media(max-width:768px){
    .ny_banner .wz h3{
        font-size: 20px;
    }
}
@media(max-width:468px){
    .ny_banner .wz p{
        font-size: 16px;
        line-height: 1.5;
    }
}
@media(max-width:468px){
    .ny_banner .wz h3{
        font-size: 16px;
        line-height: 1.5;
    }
}
/*内页*/

.table {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  height: 100%
}

.table_cell {
  display: table-cell;
  vertical-align: middle
}

.slow img:hover {
  transform: scale(1.05);
}

/*图片放大*/

.slow img {
  -moz-transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.n_case .fl01 ul{
    display: flex;
    flex-wrap: wrap;
}
.n_case .fl01 ul li a .con h5{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    margin: 0;
}
/*缓慢效果*/

.n_case .fl01 ul {
  font-size: 0;
  margin: 0 -0.8125rem
}

.n_case .fl01 ul li {
  display: inline-block;
  width: 33.3333%;
  padding: 0 0.8125rem;
  text-align: center;
  overflow: hidden;
}

.n_case .fl01 ul li a {
  display: block
}

.n_case .fl01 ul li a .img {
  overflow: hidden;
  position: relative;
  background: #dcdcdc;
}

.n_case .fl01 ul li a .img img {
  width: 100%!important;
  object-fit: cover
}

.n_case .fl01 ul li a .img .top {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.n_case .fl01 ul li a .img .top h5 {
  font-size: 15px;
  color: #fff;
  padding: 0 15px;
  line-height: 30px;
  font-weight: normal;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.n_case .fl01 ul li a .con h5 {
  font-size: 15px;
  color: #747474;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 1.875rem 0 1.375rem;
  font-weight: normal;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

@media(min-width: 768px) {
  .container02 .miso_bd ul li a:hover .img .top {
    background: rgba(0, 0, 0, 0.5);
    top: 0
  }
  .container02 .miso_bd ul li a:hover .img img {
    transform: scale(1.06)
  }
  .container02 .miso_bd ul li a:hover .con h5 {
    opacity: 0;
    transform: scale(0.5)
  }
  .container02 .miso_bd ul li a:hover .img .top h5 {
    opacity: 1;
    transform: scale(1)
  }
  .tc_case h5 a:hover img {
    transform: translateX(-10px)
  }
  .container03 ul li a:hover .icon {
    transform: scale(1.15);
  }
  .container03 ul li a:hover .con {
    transform: translateY(1rem);
  }
  .container03 ul li a:hover .icon:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .container03 ul li a:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
    -webkit-animation: jello 1s;
    -moz-animation: jello 1s;
    animation: jello 1s;
  }
  @keyframes jello {
    from, 11.1%, to {
      -webkit-transform: none;
      -moz-transform: none;
      transform: none
    }
    22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      -moz-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
      -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
      -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
      transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
      -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
      -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
      transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
  }
  .container03 ul li a:hover .dt-arrow {
    opacity: 1
  }
  .container04 ul li a:hover .wenzi {
    background: #636363
  }
  .container04 ul li a:hover .wenzi:before {
    border-left: transparent 12px solid;
    border-right: transparent 12px solid;
    left: 36px;
  }
  .container04 ul li a:hover .wenzi h5 {
    color: #fff
  }
  .container04 ul li a:hover .wenzi h6, .container04 ul li a:hover .wenzi p {
    color: #a1a1a1
  }
  .container04 ul li a:hover:before {
    transform: translateX(15px) translateY(-15px)
  }
  footer .right button:hover {
    background: #3d3d3d
  }
  .n_news ul li:hover:after {
    width: 100%;
  }
  .n_news ul li:hover .right .img img {
    transform: scale(1.06)
  }
  .n_case ul li a:hover .img .top {
    background: rgba(0, 0, 0, 0.5);
    top: 0
  }
  .n_case ul li a:hover .img img {
    transform: scale(1.06)
  }
  .n_case ul li a:hover .con h5 {
    opacity: 0;
    transform: scale(0.5)
  }
  .n_case ul li a:hover .img .top h5 {
    opacity: 1;
    transform: scale(1)
  }
  .n_team ul li a:hover .img .top {
    background: rgba(0, 0, 0, 0.45);
    transform: scale(1);
    opacity: 1
  }
}

.n_nav_box {
  position: relative;
  line-height: 60px;
  z-index: 2;
  background: #f8f9fb;
  margin-bottom: 0rem;
}



.n_position {
  text-align: right;
  font-size: 13px;
  color: #6a6a6a;
}

.n_position a {
  font-size: 13px;
  color: #7b7b7b;
  position: relative;
  line-height: 44px;
}

#n_news {
  /*background: #fff;*/
  width: 100%;
  overflow: hidden;
  position: relative;
}

#n_news .s_tt {
  text-align: center;
  margin-bottom: 3.2rem;
}

#n_news .s_tt span {
  font-size: 1.625rem;
  color: #3c3c3c;
  font-family: arial;
  text-transform: uppercase;
}

#n_news .s_tt h3 {
  font-size: 1.125rem;
  color: #3c3c3c;
}

#n_news .container {
  padding-top: 0;
}

#n_news ul {
  margin-top: -3rem;
  font-size: 0;
}

#n_news li {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e6e6e6;
  float: none;
  display: inline-block;
  vertical-align: top;
}

#n_news li a {
  display: block;
  max-width: 480px;
  margin: 0 auto;
}

#n_news li .img {
  margin-top: 1.5625rem;
  overflow: hidden;
}

#n_news li .img img {
  transition: 1s;
  width: 100%!important;
}

#n_news li .img:hover img {
  transform: scale(1.1);
}

#n_news li span {
  font-size: 13px;
  color: #b2b2b4;
}

#n_news li h5 {
  text-align: left;
  font-size: 1rem;
  color: #222225;
  margin-top: 1.1rem;
  margin-bottom: 1.175rem;
  line-height: 1.4;
  height: 1.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#n_news li i {
  display: block;
  width: 15px;
  height: 3px;
  background: #828286;
  transition: .3s;
}

#n_news li:hover i {
  width: 55px;
  background: #d7001a;
}

#n_news li p {
  font-size: 14px;
  color: #868686;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 1.125rem;
  margin-bottom: 1.5625rem;
}

#n_news li .more {
  font-size: 14px;
  color: #868686;
  font-family: arial;
  transition: .3s;
}

#n_news li .more:hover {
  color: #076c88;
}

li.am-pagination-select select {
  padding: 0;
}
@media(max-width: 1480px){
    #n_news li h5{
        font-size: 16px;
        height: auto;
        line-height: 1.5;
    }
}
@media(max-width: 767px) {
  .n_case .fl01 ul li {
    width: 50%;
  }
}
@media(max-width: 768px){
    #n_news li h5{
        font-size: 18px;
    }
}
@media(max-width: 468px){
    #n_news li{
        width: 100%;
    }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@media (min-width: 991px) {
  .active .lr_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }
  .active .rr_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
  }
  .active .up_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .active .down_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }

}

/* 内页 */

.nei_cate {
    position: relative;
    margin-top: -30px;
    text-align: center;
    margin-bottom: -30px;
}

.nei_cate .aspg-left-nav {
    font-size: 0;
    margin: 0;
}

.nei_cate .aspg-left-nav>li {
    display: inline-block;
    font-size: 16px;
    color: #4f4f52;
    position: relative;
    margin-right: -1px;
    border-bottom: none;
}

.nei_cate .aspg-left-nav>li>a {
    font-size: 16px;
    color: #4f4f52;
    display: inline-block;
    padding-bottom: 14px;
    position: relative;
    width: 200px;
    height: 55px;
    line-height: 53px;
    border: #dcdcdc 1px solid;
    text-align: center;
    background: #fff;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.nei_cate .aspg-left-nav>li>a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0%;
    opacity: 0;
    height: 3px;
    /* margin-left: 0; */
    background: #d7001a;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.nei_cate .aspg-left-nav>li .first-nav-btn {
    display: none;
}

.nei_cate .aspg-left-nav>li.clicked>a:before,
.nei_cate .aspg-left-nav>li:hover>a:before {
    left: 0;
    width: 100%;
}
.nei_cate .aspg-left-nav>li.clicked>a,
.nei_cate .aspg-left-nav>li:hover>a{
     background: #d7001a;
    color: #fff;
    border: #d7001a 1px solid;
}
.nei_cate .aspg-left-nav>li>a:hover {
    color: #fff;
}

.nei_cate .aspg-left-nav>li .aspg-left-subnav{
    position: absolute;
    width: 100%;
    left: 0;
    top: 55px;
    background: #fff;
    border: 1px solid #eee;
    display: none!important;
    z-index: 99;
}
.nei_cate .aspg-left-nav>li:hover .aspg-left-subnav{
    display: block!important;
}


.page-wrap {
    background: #ffffff;
    padding-bottom: 3.38541667%;
    padding-top: 5.208vw;
}
@media(max-width:468px){
    .page-wrap{
        padding: 20px 0;
    }
}
/* 修改 */
.page-product-detail-effect .big-img a{
    height: auto;
    background: #dcdcdc;
}
.page-product-detail-effect .easyzoom-flyout{
    background: #dcdcdc;
}
/*  */
.alxqybt{
    font-size: 1.8rem;
    line-height: 1.1666;
    margin-bottom: 1.883%;
    margin-top: 2.824%;
}
.alxqyy .page-product-detail-effect{
    width: 79.5%;
}
.alxqyy .page-product-detail-right{
    width: 18.55%;
}
.alxqyy .page-product-detail-right .product-detail-slick{
    margin-top: 0;
}
.alxqyy .page-product-detail-right .product-detail-slick a.slick-item{
    height: auto;
    margin-bottom: 6.33%;
    cursor: pointer;
    border: 4px solid rgba(0, 0, 0, 0);
}
.alxqyy .page-product-detail-right .product-detail-slick a.slick-item.active{
    border-color: #eee;
}
.alxqyy .page-product-detail-right0 .owl-carousel{
    display: block;
    font-size: 0;
}
.product-detail-slick a.slick-item{
    height: auto;
}
.page-product-detail-right1{
    display: none;
}
@media (max-width: 991px){
    .nei_cate{
        display: none;
    }
    .alxqyy .page-product-detail-effect {
        width: 100%;
    }
    .alxqyy .page-product-detail-right{
        width: 100%;
    }
    .alxqyy .page-product-detail-right .product-detail-slick a.slick-item{
        display: inline-block;
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .alxqyy .page-product-detail-right .product-detail-slick a.slick-item:nth-child(4n){
        margin-right: 0;
    }
    .page-product-detail-right0{
        display: none;
    }
    .page-product-detail-right1{
        display: block;
    }
    .alxqybt{
        font-size: 24px;
        margin: 15px 0;
    }
}
@media (max-width: 468px){
    .alxqybt{
        font-size: 20px;
    }
}

/*  */
.m1700{
    max-width: 1730px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 9;
}
.fhzkh{
    margin-bottom: 3%;
}
.fhzkh .m1700{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.fhzkh li img{
    width: 100%;
}
.fhzkhn{
    overflow: hidden;
    width: calc(100% - 100px);
}
.fhzkh .fhzkhwz{
    width: 80px;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
}
@media(max-width: 468px){
    .fhzkh .fhzkhwz{
        width: 100%;
    }
    .fhzkhn{
        width: 100%;
        margin-top: 15px;
    }
    .fhzkh{
        margin-bottom: 15px;
    }
}

.ystpimg{
    transform: translateY(100px);
    -webkit-transition: all 3s;
    -moz-transition: all 0.85s;
    -ms-transition: all 0.85s;
    -o-transition: all 0.85s;
    transition: all 1.2s; 
    opacity: 0;
    display: none;
}
.ystpimg.cur1{
    transform: translateY(0);
    opacity: 1;
    z-index: 9;
}
.hxys{
    overflow: hidden;
}



/*  */
.gylb{
    width: 50%;
    margin-top: 2%;
}
.gyyb{
    width: 48.7%;
}
.gyyb img{
    width: 100%;
}
@media(max-width: 1280px){
    .gylb{
        margin-top: 0;
    }
    .gywm .gywm_fc{
        line-height: 1.5;
    }
}
@media(max-width: 1150px){
    .gywm .gywm_fc{
        line-height: 1.3;
        font-size: 13px;
        margin-bottom: 2%;
    }
}
@media(max-width: 991px){
    .gylb{
        width: 100%;
    }
    .gyyb{
        width: 100%;
        margin-top: 15px;
    }
    .gywm .gywm_fc{
        font-size: 14px;
            overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    }
}
@media(max-width: 468px){
    .gywm{
        padding: 30px 0;
    }
}

/* 底部修改 */
.footxg1{
    padding-top: 2.709%;
    background: url(../images/foot_bj.jpg) no-repeat center;
    background-size: cover;
}
.footxg1 .footxg1_ft{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footxg1 .footxg1_ft .footxg1_ftwz{
    font-size: 15px;
    line-height: 1;
	color: #ffffff;
}
.footxg1 .footxg1_ft .footxg1_ftwznr{
    overflow: hidden;
    width: calc(100% - 130px);
}
.footxg1 .footxg1_ft .footxg1_ftwznr li img{
    width: 100%;
}
.footxg1 .footxg1_fc{
    margin-top: 3.353%;
    padding-bottom: 3.353%;
}
.footxg1 .footxg1_fc .footxg1_fcl{
    padding-top: 3.059%;
    width: 25.17%;
    padding-right: 3%;
}
.footxg1 .footxg1_fc .footxg1_fcl .logom{
    max-width: 100%;
}
.footxg1 .footxg1_fc .footxg1_fcl ul{
    margin-top: 2.75rem;
    font-size: 0;
}
.footxg1 .footxg1_fc .footxg1_fcl ul li{
    width: 20%;
    max-width: 65px;
    padding: 0 6px;
    display: inline-block;
}
.footxg1 .footxg1_fc .footxg1_fcl ul li img{
    width: 100%;
}
.footxg1 .footxg1_fc .footxg1_fcc{
    width:57.73%;
    border-left: 1px solid #363636;
    padding-left: 6%;
    padding-top: 2.589%;
    padding-bottom: 1.589%;
}
.footxg1 .footxg1_fc .footxg1_fcc .fnav{
    float: left;
    width: 33.333%;
}
.footxg1 .footxg1_fc .footxg1_fcc .fnav h3{
    font-size: 16px;
	font-weight: normal;
	line-height: 1;
	color: #ffffff;
}
.footxg1 .footxg1_fc .footxg1_fcc .fnav ul{
    margin-top: 1.4rem;
}
.footxg1 .footxg1_fc .footxg1_fcc .fnav li a{
    font-size: 14px;
	line-height: 2.142857;
	color: #666666;
}
.footxg1 .footxg1_fc .footxg1_fcr{
    width: 17.1%;
    position: relative;
    z-index: 6;
    padding-top: 2.589%;
}
.footxg1 .footxg1_fc .footxg1_fcr .fewm{
    max-width: 126px;
    width: 48%;
    text-align: center;
}
.footxg1 .footxg1_fc .footxg1_fcr .fewm img{
    width: 100%;
    padding: 8px 8px;
	border: solid 1px rgba(255, 255, 255, 0.4);
}
.footxg1 .footxg1_fc .footxg1_fcr .fewm h3{
    font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #666666;
    margin-top: 25px;
}
.footxg1 .footxg1_fb{
    padding: 2.084% 0;
    background-color: #363636;
}

.footxg1 .footxg1_fb ul{
    font-size: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.footxg1 .footxg1_fb li{
    width: 25%;
    padding: 0 1%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.footxg1 .footxg1_fb li h3{
    font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #ffffff;
    padding-left: 21px;
}
.footxg1 .footxg1_fb li h4{
    font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #ffffff;
    padding-left: 21px;
    margin-top: 6px;
}
/* .footxg2 */
.footxg2{
    font-size: 12px;
	line-height: 2;
	color: #666666;
    padding: 22px 0;
    text-align: center;
}
.footxg2 a{
    color: #666666;
}
@media(max-width: 991px){
    .footxg1{
        padding-top: 25px;
    }
    .footxg1 .footxg1_fc .footxg1_fcc{
        display: none;
    }
    .footxg1 .footxg1_fc .footxg1_fcl{
        width: 50%;
    }
    .footxg1 .footxg1_fc .footxg1_fcr{
        width: 45%;
    }
    .footxg1 .footxg1_fc .footxg1_fcr .fewm h3{
        margin-top: 10px;
    }
    .footxg1 .footxg1_ft .footxg1_ftwznr{
        width: calc(100% - 90px);
    }
    .footxg1 .footxg1_fc .footxg1_fcl ul{
        margin-top: 15px;
    }
    .footxg1 .footxg1_fb li{
        width: 50%;
        margin: 5px 0;
        justify-content: flex-start;
    }
}
@media(max-width: 768px){
    .footxg1 .footxg1_fc{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footxg1 .footxg1_fb li{
        width: 100%;
    }
    .footxg1 .footxg1_fb{
        padding: 15px 0;
    }
    .footxg2{
        padding: 15px 0;
    }
}
@media(max-width: 468px){
    .footxg1 .footxg1_fc .footxg1_fcl{
        width: 100%;
    }
    .footxg1 .footxg1_fc .footxg1_fcr{
        width: 100%;
        margin-top: 15px;
    }
    .footxg1 .footxg1_fc .footxg1_fcr .fewm{
        float: left;
    }
}

.footxg1 .footxg1_ft .footxg1_ftwznr .swiper-wrapper {
    transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}
/*手机头部*/
.mc_header{
    display: none;
    height: 61px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
}
.mc_header_con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.mc_logo{
    line-height: 50px;
    max-width: 50%;
}
.mc_logo img{
    width: auto;
    max-width: 100%;
    max-height: 40px;
}
.mc_nav{
    width: 30px;
    height: 20px;
    position: relative;
    overflow: hidden;
}
.mc_nav span{
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.mc_nav span:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}
.mc_nav span:nth-child(2){
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.mc_nav span:nth-child(3){
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}
.mc_nav.click span:nth-child(1){
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mc_nav.click span:nth-child(2){
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
.mc_nav.click span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mc_nav_con{
    background: #000;
    padding: 20px;
    display: none;
    position: fixed;
    top: 61px;
    left: 0;
    z-index: 99999;
    width: 100%;
}
.mc_nav_con ul{
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 100px);
}
.mc_nav_con ul>li{
    position: relative;
    border-bottom: 1px solid #2b2b2b;
}
.mc_nav_con ul>li>a{
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 50px;
    display: block;
}
.mc_nav_con ul>li>span{
    width: 35px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 99;
    background-position: -30px -240px;
} 
.mc_nav_con ul>li>span.click{
    background-position: -30px -265px;
}
.mc_nav_erji{
    background: #1E1E1E;
    display: none;
}
.mc_nav_erji p{
    border-top: 1px dashed #2b2b2b;
}
.mc_nav_erji p:last-child{
    border-top: 0px dashed #2b2b2b;
}
.mc_nav_erji a{
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    display: block;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media(max-width:991px){
    .pc_header{
        display: none;
    }
    .x-top2{
        display: none;
    }
    .mc_header{
        display: block;
    }
}
@media(max-width:468px){
    .mc_logo{
        max-width:60%;
    }
}
/*内页banner*/
.page-banner {
    position: relative;
}

.page-banner .nybt {
    position: absolute;
    width: 100%;
    top: 45%;
    z-index: 99;
    color: #fff;
    text-align: center;
    display: none;
}

.page-banner .nybt h3 {
    font-size: 2rem;
    text-align: center;
}
.page-banner img{
    width: 100%;
}
/*内页导航*/
/* 内页 */
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}
.page-wrap-left{
    display: none;
}
@media (max-width: 991px) {
    .page-wrap-left {
        display: block;
    }
}
@media (min-width: 990px) {
    .page-wrap-left {
        float: left;
        width: 305px;
        margin-right: 4.16666667%;
    }
}

.aspg-left-box {
    margin-bottom: 20px;
}

.aspg-left-title {
    background: #d7001a;
    padding: 10px 20px;
    position: relative;
}

.aspg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.aspg-left-title i {
    position: absolute;
    left: -5px;
    top: -9px;
    font-style: normal;
    font-size: 67px;
    font-weight: bold;
    opacity: .1;
    color: #fff;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
}

.aspg-left-title span {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-left: 10px;
    text-transform: capitalize;
}

.aspg-left-title span:before {
    content: "/";
    padding-right: 5px;
}

.aspg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

.latest-news {
    padding: 10px 0;
}

.latest-news li {
    padding: .5em 1em;
    font-size: 14px;
}

.latest-news li a {
    display: block;
    line-height: 1.2;
    color: #5a5a5a;
}

.latest-news li a:before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}

.latest-news li a:hover {
    color: #d7001a;
}

.latest-news li a:hover:before {
    color: #d7001a;
}

.hot-keys {
    padding: 20px 7px 8px 7px;
}

.hot-keys li {
    width: calc(50% - 14px);
    float: left;
    margin: 0 7px 14px 7px;
}

.hot-keys li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 2.857;
    border: 1px dashed #f1f1f1;
}

.hot-keys li a:hover {
    color: #d7001a;
    border-color: #d7001a;
}

.page-wrap-contact {
    padding: 10px 0;
    font-size: 14px;
}

.page-wrap-contact h4 {
    padding: .3em 1.4em .8em 1.4em;
    font-size: 16px;
    color: #000000;
}

.page-wrap-contact p {
    border-top: 1px solid #eee;
    position: relative;
    margin-bottom: 0;
    padding: .8em 1.4em;
    color: #2f2f2f;
}

.page-message-img img {
    border: 1px solid #d2d2d2;
}

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

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #d7001a;
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}
/* 手机站 左侧导航弹出特效 */
.asmob-left-close-btn {
    display: none;
}
@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .asmob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .asmob-menu-click .aspg-left-news, .asmob-menu-click .aspg-left-keys, .asmob-menu-click .aspg-left-contact, .asmob-menu-click .page-message-img {
        display: none;
    }

    .asmob-menu-click .asmob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .asmob-menu-click .asmob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .asmob-menu-click .asmob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .asmob-menu-click .aspg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .asmob-menu-click .aspg-left .aspg-left-menu {
        width: 90%;
        background: #fff;
    }

    .asmob-menu-click.click {
        left: 0;
    }
}

/* 内页左侧导航栏样式 */
.aspg-left-nav {
    margin: 0 -1px;
}

.aspg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.aspg-left-nav > li:last-child {
    border-bottom: none;
}

.aspg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.aspg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.aspg-left-nav > li .first-nav-btn.cur {
    background-position: 0 -270px;
}

/*.aspg-left-nav > li:hover > a, .aspg-left-nav > li.active > a {*/
/*    color: #d7001a;*/
/*}*/


/*.aspg-left-nav > li:hover .first-nav-btn, .aspg-left-nav > li.active .first-nav-btn {*/
/*    color: #d7001a;*/
/*}*/
.aspg-left-nav > li > a.active{
    color: #d7001a;
}
.aspg-left-nav > li > a:hover{
    color: #d7001a;
}
.aspg-left-nav .aspg-left-subnav> li>a.active{
    color: #d7001a;
}
.aspg-left-nav .aspg-left-subnav> li>a:hover{
    color: #d7001a;
}


.aspg-left-nav .aspg-left-subnav {
    display: none;
    padding: 0 10px;
}

.aspg-left-nav .aspg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.aspg-left-nav .aspg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.aspg-left-nav .aspg-left-subnav > li > a:hover {
    color: #d7001a;
}

.aspg-left-nav .aspg-left-subnav > li.clicked > a {
    color: #d7001a;
}

.aspg-left-nav .aspg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.aspg-left-nav .aspg-left-threenav > li > a:before {
    content: '\2014   ';
}

.aspg-left-nav .aspg-left-threenav > li > a:hover {
    color: #d7001a;
}

.aspg-left-nav .aspg-left-threenav > li.clicked > a {
    color: #d7001a;
}

@media (max-width: 990px) {
    .aspg-left-nav .aspg-left-threenav {
        display: block;
    }
}

.page_ryzs{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 3%;
}
.page_ryzs li{
    width:18.8%;
    margin-right: 1.5%;
}
.page_ryzs li:nth-child(5n){
    margin-right: 0;
}
.page_ryzs li .img{
    overflow: hidden;
}
.page_ryzs li img{
    width: 100%;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.page_ryzs li:hover img{
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.page_ryzs li h3{
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin: 15px 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
@media(max-width:991px){
    .page_ryzs li{
        width:23.875%;
    }
    .page_ryzs li:nth-child(5n){
        margin-right: 1.5%;
    }
    .page_ryzs li:nth-child(3n){
        margin-right: 0;
    }
    .page_ryzs li h3{
        font-size: 16px;
    }
}
@media(max-width:768px){
    .page_ryzs li{
        width:49%;
    }
    .page_ryzs li:nth-child(3n){
        margin-right: 2%;
    }
    .page_ryzs li:nth-child(2n){
        margin-right: 0;
    }
}
/*内页分页*/
.pages_fenye{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}
.pages_fenye2{
    display: none;
}
.pages_fenye li{
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei",Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
    cursor: pointer;
}
.pages_fenye li a{
    color: #333;
}
.pages_fenye li:has(.current){
    color:#fff;
    background: #d7001a;
}
.pages_fenye li.active{
    color:#fff;
    background: #d7001a;
}
.pages_fenye li.active a{
    color: #fff;
}
.pages_fenye li:hover{
    color:#fff;
    background: #d7001a;
}
.pages_fenye li:hover a{
    color: #fff;
}
@media(max-width:991px){
    .pages_fenye1{
        display: none;
    }
    .pages_fenye2{
        display: block;
    }
    .pages_fenye{
        font-size: 0;
    }
}
@media(max-width:468px){
    .pages_fenye li{
        margin: 0 3px;
        padding: 0 8px;
    }
}
/*内页详情页面公用样式*/
.aspg-detail-title {
    font-size: 20px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
}

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

.aspg-detail-info-bar .baidu-share {
    float: left;
    margin-left: 25px;
    margin-top: 7px;
}

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

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

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

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

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

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

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

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

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

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

.aspg-detail-info-bar .aspg-file-down .file-down-title:hover {
    color: #d7001a;
}

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

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

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

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

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

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

.aspg-detail-info-bar .aspg-file-down .file-down-list li .list-con a:hover {
    color: #d7001a;
}

.aspg-detail-con-title {
    margin: 20px 0 10px 0;
}

.aspg-detail-con-title span {
    display: inline-block;
    font-size: 18px;
    color: #d7001a;
}

.aspg-detail-con {
    font-size: 18px;
    color: #333;
    line-height:2;
}

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

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

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

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

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

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

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

.aspg-detail-tags .tags-content a:hover {
    color: #d7001a;
}

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

.aspg-detail-url a {
    word-break: break-all;
    color: #666;
}

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

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

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

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

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

.aspg-detail-pn div a {
    float: left;
    width: 75%;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aspg-detail-pn div a:hover {
    color: #d7001a;
}

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

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

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

/*相关产品 和 相关新闻*/
.aspg-relate {
    margin-top: 45px;
    display: none;
}

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

.relate-title span {
    display: inline-block;
    color: #d7001a;
    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: #d7001a;
    text-align: center;
}

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

.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;
}

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

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

.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: #d7001a;
}

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

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

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

#as-share{
    float: right;
    margin-top: 15px;
}
/* 内页新闻列表 */
.aspg-news-list li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.aspg-news-list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
}

.aspg-news-list li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    padding-right: 25%;
    margin: 0;
}

.aspg-news-list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
}

.aspg-news-list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999999;
}

.aspg-news-list li .more {
    margin-top: 15px;
}

.aspg-news-list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.aspg-news-list li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.aspg-news-list li:hover .tit h3 {
    color: #d7001a;
}

.aspg-news-list li:hover .more span {
    color: #fff;
    background-color: #d7001a;
}

@media (max-width: 990px) {
    .aspg-news-list li .tit {
        border-bottom: none;
    }

    .aspg-news-list li .tit h3 {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .aspg-news-list li .tit .date {
        position: static;
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 5px;
        color: #999;
    }
}

.aspg-album-cate {
    margin: 0 -1%;
    display: flex;
    flex-wrap: wrap;
}

.aspg-album-cate li {
    float: left;
    width: 23%;
    margin: 0 1% 20px 1%;
    border: 1px solid #eaeaea;
    padding: 10px;
}

.aspg-album-cate li .album-img {
    margin-bottom: 15px;
    overflow: hidden;
}

.aspg-album-cate li .album-img img {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.aspg-album-cate li:hover .album-img img {
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.aspg-album-cate li .album-title {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 5px;
}

.aspg-album-cate li .album-num {
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.aspg-album-cate li .album-num span {
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .aspg-album-cate li {
        width: 48%;
    }
}

@media (max-width: 420px) {
    .aspg-album-cate {
        margin: 0;
    }

    .aspg-album-cate li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

.aspg-album-list {
    margin: 0 -1%;
}

.aspg-album-list li {
    float: left;
    width: 31.33333%;
    margin: 0 1% 20px 1%;
    position: relative;
}

.aspg-album-list li .img {
    display: block;
    overflow: hidden;
}

.aspg-album-list li .img img {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.aspg-album-list li h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
    font-size: 16px;
}

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

@media (max-width: 768px) {
    .aspg-album-list li {
        width: 48%;
    }
}

@media (max-width: 420px) {
    .aspg-album-list {
        margin: 0;
    }

    .aspg-album-list li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

.aspg-album-list.aspg-getkey-list li {
    width: 18%;
}

@media (max-width: 1200px) {
    .aspg-album-list.aspg-getkey-list li {
        width: 31.3333%;
    }
}

@media (max-width: 768px) {
    .aspg-album-list.aspg-getkey-list li {
        width: 48%;
    }
}

@media (max-width: 420px) {
    .aspg-album-list.aspg-getkey-list {
        margin: 0;
    }

    .aspg-album-list.aspg-getkey-list li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

/*左侧工具条*/
#toolbar {
    position: fixed;
    /* z-index: 9999; */
    right: 17px;
    bottom: 10%;
    z-index: 9999;
}

#toolbar .online-one li {
    margin-bottom: 3px;
    font-size: 0;
    width: 70px;
    height: 70px;
    right: 0;
    position: relative;
}
#toolbar .online-one li .icon-font::after{
    top: auto;
}


#toolbar .online-one li:hover a {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

#toolbar .online-one li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: #00c184;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 0;
    border-radius: 4px;
    padding: 10px 0;
    overflow: hidden;
}

#toolbar .online-one li .icon-font {
    display: block;
    height: 28px;
    width: 100%;
}

#toolbar .online-one li .icon-font:after {
    background-image: url(../images/kf.png);
}

#toolbar .online-one li .icon-qq:after {
    background-position: -30px -240px;
}

#toolbar .online-one li .icon-phone:after {
    background-position: -30px -208px;
}

#toolbar .online-one li .icon-message:after {
    background-position: -30px -170px;
}

#toolbar .online-one li .icon-ewm:after {
    background-position: -30px -138px;
}

#toolbar .online-one li .icon-top:after {
    background-image: url(../images/icon_spirit.png);
    background-position: -30px -60px;
}

#toolbar .online-one li .icon-wangwang:after {
    background-image: url(../images/icon_spirit.png);
    background-position: -30px 0;
}

#toolbar .online-one li .wz {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 5px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#toolbar .online-one li.phone {
    border-radius: 4px;
    padding: 10px 0;
}

#toolbar .online-one li.ewm {
    background: #00c184;
    border-radius: 4px;
    padding: 10px 0;
}

#toolbar .online-one li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    text-align: center;
    width: 130px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    color: #fff;
    font-size: 14px;
}

#toolbar .online-one li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-one li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-one li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-one li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-one li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-two li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar .online-two li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
    background: #d9d9d9;
}

#toolbar .online-two li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
}

#toolbar .online-two li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar .online-two li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar .online-two li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar .online-two li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar .online-two li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar .online-two li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar .online-two li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar .online-two li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #d7001a;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-two li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar .online-two li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-two li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #d7001a;
    border-right: none;
}

#toolbar .online-two li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar .online-two li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-two li.backtop {
    cursor: pointer;
}

#toolbar .online-two li.backtop .iconfont {
    color: #fff;
    background-color: #d7001a;
}

#toolbar .online-two li:hover a {
    width: 200px;
}

#toolbar .online-two li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar .online-two li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar .online-two li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar .online-two li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar .online-two li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar .online-two li:hover .icon-top:after {
    background-position: -30px -60px;
}

#toolbar .online-three {
    width: 115px;
}

#toolbar .online-three .title {
    background: #3aa3e6;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: relative;
}

#toolbar .online-three .title span {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/kf.png);
    background-repeat: no-repeat;
    background-position: -31px -28px;
    opacity: 1;
    text-shadow: none;
}

#toolbar .online-three .qq-list {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

#toolbar .online-three .qq-list li {
    text-align: center;
    line-height: 32px;
}

#toolbar .online-three .qq-list li .icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/kf.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

#toolbar .online-three .qq-list li .wz {
    color: #333;
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
}

#toolbar .online-three .qq-list .icon-qq:after {
    background-position: 0 -114px;
}

#toolbar .online-three .qq-list .icon-message:after {
    background-position: -30px -87px;
}

#toolbar .online-three .qq-list .icon-wangwang:after {
    background-position: -30px -116px;
}

#toolbar .online-three .ewm {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

#toolbar .online-three .ewm span {
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-bottom: 12px;
}

#toolbar .online-three .ewm img {
    width: 100%;
    max-width: 84px;
}

#toolbar .online-three .service-phone {
    background: #fff;
    padding: 10px 0;
    text-align: center;
}

#toolbar .online-three .service-phone span {
    font-size: 12px;
    color: #333;
}

#toolbar .online-three .service-phone span.hotline {
    color: #777777;
    font-size: 12px;
    line-height: 32px;
}

#toolbar .online-four li {
    margin-bottom: 3px;
    font-size: 0;
    width: 50px;
    height: 50px;
    right: 0;
    position: relative;
}

#toolbar .online-four li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
}

#toolbar .online-four li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

#toolbar .online-four li .icon-font:after {
    background-image: url(../images/kf.png);
}

#toolbar .online-four li .icon-qq:after {
    background-position: 0 -87px;
}

#toolbar .online-four li .icon-phone:after {
    background-position: 0 -57px;
}

#toolbar .online-four li .icon-ewm:after {
    background-position: 0 -21px;
}

#toolbar .online-four li .icon-message:after {
    background-position: -30px -55px;
}

#toolbar .online-four li .icon-top:after {
    background-position: 0 -0px;
}

#toolbar .online-four li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar .online-four li .wz {
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar .online-four li.ewm {
    border-radius: 50%;
    background: #fff;
}

#toolbar .online-four li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-four li.phone {
    border-radius: 50%;
}

#toolbar .online-four li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: rgb(59, 57, 57);
    width: 110px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    font-size: 14px;
    color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-four li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-four li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-four li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-four li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-four li.backtop .icon-font {
    height: 20px;
}

#toolbar .online-four li.backtop .icon-font:after {
    height: 20px;
    left: calc(50% - 17px);
    top: calc(50% - 2px);
}

#toolbar .online-four li.backtop .wz {
    display: block;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #bfbfbf;
    padding-left: 0;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

/* 在线留言页面 */
#message-form {
    font-size: 0;
    max-width: 990px;
    margin: 0 auto;
}

#message-form .red-star {
    color: red;
}

#message-form label {
    font-size: 14px;
}

#message-form textarea {
    resize: none;
}

#message-form #checkcode {
    display: inline-block;
    width: 30%;
}

#message-form #checkCodeImg {
    vertical-align: top;
    margin-left: 10px;
}

#message-form #change_code {
    line-height: 34px;
    padding: 0 10px;
    color: #d7001a;
    font-size: 14px;
}

#message-form .error-info {
    padding-top: 4px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
}

#job-detail-form .error-info {
    padding-top: 4px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
}

@media (max-width: 768px) {
    #message-form .form-group {
        margin-bottom: 25px;
    }

    #message-form .error-info {
        display: block;
        padding-top: 0;
        float: none !important;
        padding-left: 10px;
    }

    #message-form #change_code + .error-info {
        padding-left: 0px;
        margin-left: -7px;
    }

    #job-detail-form .error-info {
        display: block;
        padding-top: 0;
        float: none !important;
        padding-left: 10px;
    }

    #job-detail-form #change_code + .error-info {
        padding-left: 0px;
        margin-left: -7px;
    }
}

/*tag*/
.nyweizhiy{
    font-size: 16px;
    line-height: 2;
    color: #666;
    border-bottom: 1px solid #666;
    padding-bottom: 15px;
    margin-bottom: 3%;
}
.nyweizhiy span{
    color: #d7001a;
    font-weight: bold;
}
/*  */
.page-wrap-right{
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.page-wrap-right img{
    max-width:100%; 
    height:auto !important;
    width:auto !important;
}


/*2023-06-05*/
.aspg-detail-article .article-img {
    text-align: center;
    margin: 5px 0;
}

.aspg-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%;
    overflow: hidden;
}

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

.page-product-detail-effect .big-img a {
    display: block;
    text-align: center;
    width: 100%;
    height: 390px;
    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: #1d2a5e;
}

.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: #1d2a5e;
    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;
        pointer-events: none;
    }

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

@media (max-width: 640px) {
    .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: #1d2a5e;
    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 #1d2a5e;
}

.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;
    }
}

/**
 * EasyZoom core styles
 */
.easyzoom {
    position: relative;
    /* 'Shrink-wrap' the element */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    -webkit-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}
.xqylby{
    overflow: hidden;
}
/**/

@media(max-width:991px){
    .page-wrap{
        padding-top: 20px;
    }
    .nei_cate1{
        margin-bottom: 0;
        margin-top: 25px;
    }
    .nei_cate1 .aspg-left-nav{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
   .nei_cate1 .aspg-left-nav>li{
        width: 49%;
    }
    .nei_cate1 .aspg-left-nav>li>a{
        width: 100%;
    }
}


/**/
.lxwm_xiugai{
    padding: 4% 0;
}
.lxwm_xiugai_fc{
    margin-top: 3%;
}
.lxwm_xiugai_fc ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lxwm_xiugai_fc li{
    width: 24%;
    background: #d7001a;
    text-align: center;
    padding:5% 1%;
}
.lxwm_xiugai_fc li .img{
    width: 96px;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 50%;
}
.lxwm_xiugai_fc li .img img{
    width: 100%;
}
.lxwm_xiugai_fc li .wz{
    margin-top: 15px;
}
.lxwm_xiugai_fc li .wz h3{
    font-size: 18px;
    line-height: 2;
    color: #fff;
}

.lxwm_xiugai_fc li .wz h4{
    font-size: 15px;
    line-height: 2;
    color: #fff;
    word-break: break-all;
}
.lxwm_xiugai_fb{
    margin-top: 3%;
    overflow: hidden;
}

@media(max-width:1400px){
    .lxwm_xiugai_fc li .wz h4{
        font-size: 17px;
    }
}

@media(max-width:991px){
    .lxwm_xiugai_fc li{
        width: 49%;
        margin: 1% 0;
    }
    .lxwm_xiugai_fc li .wz h4{
        font-size: 16px;
    }
}


@media(max-width:768px){
    .lxwm_xiugai_fc{
        margin-top: 15px;
    }
    .lxwm_xiugai_fc li{
        width: 100%;
        margin: 5px 0;
        padding: 20px;
    }
    .lxwm_xiugai_fb{
        margin-top: 15px;
    }
}

/*2023-06-16*/
.xiugai_zyywms{
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.xiugai_zyywyw{
    margin-top: 3%;
}
.xiugai_zyywyw ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xiugai_zyywyw li{
    width: 49%;
}
.xiugai_zyywyw_ft h3{
    font-size: 18px;
    line-height: 2;
    color: #d7001a;
    text-align: center;
}

/**/
.ny_zyyw_li_www{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}
.ny_zyyw_li{
    width: 24%;
}

@media(max-width:768px){
   .ny_zyyw_li{
        width: 48%;
    } 
}



