* {
    margin: 0px;
    padding: 0px;
    outline: none;
}



body {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font: inherit !important;
    overflow-x: hidden;
}


.w1488 {
    width: 1488px;
    margin: 0 auto;
}

.w90 {
    width: 90%;
    margin: 0 auto;
}

/*header*/

.header {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 3% 0 5%;
}

.header .logo {
    padding: 17px 0 15px;
}

.header .logo img {
    width: 165px;
}

.header .logo .pic2 {
    display: none;
}

.fixed-head .logo .pic2 {
    display: block;
}

.fixed-head .logo .pic1 {
    display: none;
}

.header .nav ul li {
    float: left;
    font-size: 17px;
    position: relative;
    margin-right: 70px;
}

.header .nav ul li:last-child {
    margin-right: 0;
}

.header .nav ul li a span {
    line-height: 30px;
    display: block;
    position: relative;
}


.header .nav ul li a span:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #fff;
    transition: all 0.5s;
}
.header.headersy .nav ul li a span:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #333;
    transition: all 0.5s;
}

.header .nav ul li.cur a span:before {
    width: 100%;
}

.header .nav ul li:hover a span:before {
    width: 100%;
}

.header .nav ul li.wbt a span:before {
    width: 0;
}



.header .nav {
    margin-right: 64px;
}

.header .nav ul li a {
    color: #fff;
    display: block;
    padding: 35px 0 31px;
    font-family: "syht";
}
.headersy.header .nav ul li a {
    color:#333;
}
.fixed-head .nav ul li .sub {
    color: #333;
}

.header .yyqh {
    margin: 41px 0 0 15px;
}

.header .yyqh dl {
    position: relative;
    padding-bottom: 12px;
}

.header .yyqh dl dt {
    color: #fff;
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
}

.fixed-head .yyqh dl dt {
    color: #333;
}

.header .yyqh dl dt:before {
    position: absolute;
    content: "";
    left: 0;
    width: 22px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/yyqhd.svg)no-repeat center center;
    background-size: 100% 100%;
}

.fixed-head .yyqh dl dt:before {
    background: url(../images/yyqhd1.svg)no-repeat center center;
    background-size: 100% 100%;
}



.header .yyqh dd {
    position: absolute;
    width: 110px;
    padding: 30px 0 0;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.header .yyqh dd .subD {
    background: #fff;
    width: 110px;
    padding: 15px 0;
    box-shadow: 0px 6px 10px 1px rgb(0 0 0 / 18%);
    border-radius: 5px;
    overflow: hidden;
}


.header .yyqh dl:hover dd {
    display: block;
}

.header .yyqh dd a {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #333333;
    text-align: left;
    padding-left: 12px;
    position: relative;
    margin: 12px 0;
}

.header .yyqh dd a:hover:before,
.header .yyqh dd a.cur:before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: -2px;
    top: 0;
    background: #EDC116;
}

.header .yyqh dd a span {
    font-size: 16px;
}

.header .yyqh dd .subD {
    padding-left: 20px;
}

.header .yyqh dd .subD-a {
    border-left: 1px solid #d6d7d7;
}

.header .yyqh dd a:hover,
.header .yyqh dd a.cur {
    color: #EDC116;
}

.header .mpsl a {
    display: block;
    width: 22px;
    height: 22px;
    position: relative;
}

.header .mpsl a:before {
    position: absolute;
    content: "";
    top: 32px;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(../images/mpsl.svg)no-repeat center center/cover;
}

.fixed-head .mpsl a:before {
    background: url(../images/mpsl1.svg)no-repeat center center/cover;
}

.header .sear {
    padding: 40px 35px 34px 0;
    position: relative;
    cursor: pointer;
    margin-right: 30px;
}

.header .sear span {
    float: left;
    width: 21px;
    height: 22px;
    position: relative;
    background: url(../images/bba.svg) no-repeat center center/cover;
}
.headersy.header .sear span {
    background: url(../images/bba1.svg) no-repeat center center/cover;
}

.fixed-head .sear span {
    background: url(../images/bba1.svg) no-repeat center center/cover;
}
.headersy.header .sear span:before {
    position: absolute;
    content: "";
    right: -35px;
    height: 20px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
}
.header .sear span:before {
    position: absolute;
    content: "";
    right: -35px;
    height: 20px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}

.fixed-head .sear span:before {
    background: #333333;
}

.subsearch {
    width: 330px;
    position: absolute;
    top: 46px;
    left: -220px;
    display: none;
    padding-top: 47px;
}

.header .sear:hover .subsearch {
    display: block;
}

.subsearch form {
    background: #ffffff;
    border-radius: 3px;
    padding: 0 20px;
    position: relative;
    width: 100%;
    height: 50px;
}

.subsearch form:after {
    content: '';
    position: absolute;
    right: 36px;
    top: -8px;
    line-height: 0;
    border-width: 8px;
    border-color: #ffffff;
    border-top-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    display: none;
}

.subsearch form input.inp {
    width: 100%;
    border: none;
    font-size: 14px;
    /*border-left: 2px solid #93969d;*/
    background: none;
    outline: none;
    height: 50px;
    padding-left: 0px;
    color: #333;
}

.subsearch form input.subxx {
    border: none;
    outline: none;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 5;
    height: 46px;
    background: url(../images/addsear.png) no-repeat center #3a599d;
    border-radius: 5px;
    font-size: 0;
    width: 54px;
}



.header .navbtn {
    display: none;
}

.header .navbtn .hg {
    display: none;
}

.fixed-head .navbtn .hg {
    display: block;
}

.fixed-head .navbtn .mr {
    display: none;
}

.fixed-head {
    z-index: 999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    transition: All .4s ease;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease;
    -webkit-animation: headerFix 1s ease 1;
    animation: headerFix 1s ease 1;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.navxh {
    text-align: center;
    position: absolute;
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.navxh .wcw {
    border-radius: 10px;
    /*overflow: hidden;*/
    padding: 10px 0;
    background: #fff;
}


.navxh .subB {
    border-radius: 10px;
    /*overflow: hidden;*/
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.headersy .navxh .subB {
    border-radius: 10px;
    /*overflow: hidden;*/
    padding: 10px 0;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
}
.header .nav ul li:hover .navxh {
    display: block;
}

.header .nav ul li:hover .subB {
    display: block;
}

.header .nav ul li:hover .wcw {
    display: none;
    box-shadow: 0px 2px 10px 10px rgba(0,0,0,0.03);
}

.header.fixed-head .nav ul li:hover .subB {
    display: none;
}

.header.fixed-head .nav ul li:hover .wcw {
    display: block;
    
}

.navxh .subB {
    padding: 20px 20px;
}
.headersy .navxh .subB {
    padding: 20px 20px;
}

.subB-a {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.headersy .subB-a {
    border-left: 1px solid rgba(51,51,51,0.4);
}
.header .nav ul li .navxh .subB .nav-x a {
    font-size: 16px;
    text-align: left;
    padding: 0 0 0 15px;
    margin: 16px 0;
    position: relative;
    color: #fff;
}
.header.headersy .nav ul li .navxh .subB .nav-x a {
    font-size: 16px;
    text-align: left;
    padding: 0 0 0 15px;
    margin: 16px 0;
    position: relative;
    color: rgba(51,51,51,0.6);
}

.header .nav ul li .navxh .subB .nav-x a:hover:before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: -2px;
    top: 0;
    background: #EDC116;
}

.header .nav ul li .navxh .subB .nav-x a:hover {
    color: #EDC116;
}

.header  .nav ul li .navxh {
    width: 140px;
}



.header .nav ul li .navxh .subB {
    position: relative;
}

.header .nav ul li .navxh .subB:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -12px;
    right: 100%;
    top: -12px;
    border-left: 12px solid transparent;
    border-bottom: 12px solid rgba(255, 255, 255, 0.4);
    border-right: 12px solid transparent;
}

.header .nav ul li .navxh .wcw {
    position: relative;
}

.header .nav ul li .navxh .wcw:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -12px;
    right: 100%;
    top: -12px;
    border-left: 12px solid transparent;
    border-bottom: 12px solid rgba(255, 255, 255, 1);
    border-right: 12px solid transparent;
}


.header .nav ul li .navxh .nav-x a {
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    color: #333333;
}

.header .nav ul li .navxh .nav-x a:hover {
    color: #EDC116;
}

.fixed-head .navxh {
    top: 70px;
}

.fixed-head .nav ul li .navxh {
    padding-top: 50px;
}

/**2023-5-17新增修改**/
.header .yyqh .qjha a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.header .yyqh .qjha a span {
    display: inline-block;
    width: 22px;
    margin-top: -3px;
    margin-right: 10px;
    height: 22px;
    vertical-align: middle;
    background: url(../images/yyqhd.svg)no-repeat center center;
}


.fixed-head .yyqh .qjha a {
    color: #000;
}
.headersy.header .yyqh .qjha a {
    color: #000;
}
.fixed-head .yyqh .qjha a span {
    background: url(../images/yyqhd1.svg)no-repeat center center;
}
.headersy.header .yyqh .qjha a  span {
    background: url(../images/yyqhd1.svg)no-repeat center center;
}
/*header end*/

/*banner*/
.swiper-pagination-bullet-active {
    background: #004D8A !important;
}

.banner {
    height: 100vh;
}

.banner .swiper-slide div {
    height: 100vh;
}

.bannerd {
    position: absolute;
    text-align: center;
    z-index: 9;
    bottom: 30px !important;
}

.bannerd .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    margin: 0px 6px !important;
    display: inline-block;
    border-radius: 50%;
    background: #fff !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.bannerd .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #fff !important;
}

/*banner end*/


/*ab_gsjj*/
.ab_gsjj{
    padding-top:80px;
}
.ab_gs_title{
    position:relative;
}
.ab_gs_title::after{
    content:'';
    position:absolute;
    width:100%;
    height:1px;
    background:#AFAFAF;
    top:50%;
}
.ab_gs_w{
    margin:0 auto;
    width:611px;
    height:91px;
    border:1px solid rgb(175, 175, 175);
    background:#fff;
    text-align:center;
    position:relative;
    z-index: 2;
}
.ab_gs_w::after{
    content:'';
    position:absolute;
    width:15px;
    height:15px;
    background:#fff;
    border:1px solid #afafaf;
    left:-9.5px;
    top:50%;
    margin-top:-7.5px;
    z-index: 3;
}
.ab_gs_w::before{
    content:'';
    position:absolute;
    width:15px;
    height:15px;
    background:#fff;
    border:1px solid #afafaf;
    right:-9.5px;
    top:50%;
    margin-top:-7.5px;
    z-index: 3;
}
.ab_gs_ti1{
    color:#3D3D3D;
    font-size:38px;
    font-weight:bold;
    padding-top:8px;
}
.ab_gs_ti2{
    font-family: "syht";
    color:#3D3D3D;
}
.w1460{
    width:1460px;
    margin:0 auto;
}
.ab_gs_des{
    line-height:36px;
    color:#484848;
    font-family: 'syht';
    text-align:center;
    margin-top:40px;
    margin-bottom:40px;
}
.ab_gs_bo{
    height:286px;
    width:100%;
    background:url(../images/ab_gs_bg.jpeg) center no-repeat;
    background-size:cover;
    background-position:center;
    padding:94.5px 109px;
    margin-bottom:70px;
}
.ab_gs_bo ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: stretch;
}
.ab_gs_bo ul li:nth-child(5){
    text-align:center;
}
.ab_gs_bo ul li:nth-child(5) img{
    display:inline;
}
.ab_gs_bo ul li:nth-child(5) .ab_gs_bo1{
    padding-top:0px;
}
.ab_gs_bo1{
    color:#fff;
    font-size:18px;
    height:69px;
    padding-top:18px;
}
.ab_gs_bo1 span{
    font-family: 'Bebas';
    font-size:52px;
}
.ab_gs_bo2{
    font-size:14px;
    color:#fff;
    font-family: 'syht';
    margin-top:8px;
}
.count_en{
    letter-spacing: 2px;
}
/*ab_gsjj end*/

/*ab_dszzc*/
.ab_dszzc{
    width:96%;
    margin:0 auto;
    background:#F3F4F4;
    padding:40px 0px;
    margin-bottom:40px;
}
.ab_dszzca{
    width:90%;
    margin:0 auto;
}
.ab_dszzcal{
    height:672px;
    background:url(../images/dszzc_bg.jpg) center no-repeat;
    background-size:cover;
    width:40%;
    float:left;
}
.ab_dszzcar{
    float:right;
    width:60%;
    background:#fff;
    height:620px;
    margin-top:52px;
    padding:50px 98px 0px;
}
.ab_dszzcar1{
    color:#EDC116;
    font-size:18px;
}
.ab_dszzcar2{
    color:#191919;
    font-size:46px;
    font-weight:bold;
    padding-bottom:24px;
    margin-bottom:36px;
    border-bottom:1px solid #DFDFDF;
}
.ab_dszzcar3{
    color:#484848;
    font-size:16px;
    line-height:36px;
    font-family: 'syht';
    text-align:justify;
}
.ab_dszzcar4{
    text-align:right;
}
.ab_dszzcar4 img{
    display:inline;
}
/*ab_dszzc end*/

/*ab_zzjg*/
.ab_zzjg{
    height:750px;
    width:100%;
    background:url(../images/zzjg_bg.jpeg) center no-repeat;
    background-size:cover;
    background-position:center;
}
.ab_zzjga1{
    color:#EDC116;
    font-size:18px;
    text-transform:capitalize;
    padding-top:60px;
}
.ab_zzjga2{
    font-size:46px;
    font-weight:bold;
    color:#fff;
}
.zzry .ab_zzjga2{
    color:#000;
}
.ab_zzjga3{
    margin-top:-58px;
}
.ab_zzjga3 img{
    width:100%;
}
/*ab_zzjg end*/

/*zzry*/
.zzzs{
    display:flex;
    margin-top:50px;
}

.zzzslist{
    width:44%;
    height:604px;
    box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.15);
    text-align:center;
}
.zzzs_left{
    width:14%;
    height:604px;
    background:#F9F9F9;
    line-height:604px;
    text-align:center;
    cursor: pointer;
}
.zzzs_right{
    width:14%;
    height:604px;
    background:#F9F9F9;
    line-height:604px;
    text-align:center;
    cursor: pointer;
}
.zzzs_left i{
    font-size:30px;
}
.zzzs_right i{
    font-size:30px;
}
.zzzs_left:hover{
    background:rgb(237, 193, 22);
    color:#fff;
}
.zzzs_right:hover{
    background:rgb(237, 193, 22);
    color:#fff;
}

.zzzslist .newslist1 img{
    width:auto;
    height:604px;
    display:inline;
}
/*zzry end*/

/*ab_qygh*/
.ab_qygh_title{
    text-align:center;
}
.ab_qygh_title1{
    color:#EDC116;
    font-size:18px;
    text-transform:capitalize;
    padding-top:60px;
}
.ab_qygh_title2{
    color:#131313;
    font-size:46px;
    font-weight:bold;
}
.ab_qygh_lbl{
    width:217px;
    height:550px;
    line-height:550px;
    text-align:center;
    background:#F9F9F9;
    position:relative;
    float:left;
    margin-right:23px;
    cursor: pointer;
}
.ab_qygh_lbl i{
    font-size:42px;
}
.ab_qygh_lb{
    width:978px;
    height:550px;
    float:left;
}
.ab_qygh_lb img{
    width:100%;
}
.ab_qygh_lbr{
    width:217px;
    height:550px;
    line-height:550px;
    text-align:center;
    background:#F9F9F9;
    position:relative;
    float:right;
    cursor: pointer;
}
.ab_qygh_lbr i{
    font-size:42px;
}
.ab_qygh_lbr:hover,.ab_qygh_lbl:hover{
    background:rgb(238, 193, 23);
}
.ab_qygh_bo{
    margin-top:50px;
    margin-bottom:100px;
}
/*ab_qygh end*/

/*footer*/
footer{
    background:#262626;
    color:#fff;
}
.w1520{
    width:1520px;
    margin:0 auto;
}
.footer_top {
    padding-top: 42px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-content: stretch;
    padding-bottom:34px;
}
.footer_topl2{
    line-height:50px;
    font-size:16px;
    padding-left:18px;
    margin-top:30px;
}
.footer_topl2 i{
    margin-right:10px;
}
.footer_topc ul {
    display:flex;
}
.footer_topc ul li{
    margin-right:100px;
}
.footer_topc ul li:last-child{
    margin-right:0px;
}
.footer_topc1{
    font-size:16px;
    color:#fff;
    line-height:34px;
    margin-bottom:12px;
}
.footer_topc2 a{
    font-size:14px;
    color:rgba(255,255,255,0.5);
    line-height:30px;
}
.footer_topr2{
    text-align:center;
    line-height:34px;
    margin-top:5px;
    color:#fff;
}
.footer_bottom{
    line-height:46px;
    font-size:14px;
    color:#fff;
    border-top:1px solid rgba(255,255,255,0.22);
}
.footer_bottom li{
    float:left;
    margin-right:8px;
}
.footer_bottom img{
    height:16px;
    display:inline-block;
    position:relative;
    top:2px;
    margin-right:3px;
}
.footer_bottom a{
    font-size:14px;
    color:#fff;
    display:inline-block;
}
.footer_bottom li:last-child{
    float:right;
    margin-right:0px;
}
.footer_bottom li:last-child img{
    height:14px;
    position:relative;
    top:2px;
}
.footer_topc2 a:hover{
    color:#fff;
}
/*footer end*/

/*product*/
.pro_nav{
    padding-top:80px;
}
.pro_nav ul {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position:relative;
}
.pro_nav ul::after{
    content:'';
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:1px;
    background:#b7b7b7;
}
.pro_nav li{
    border:1px solid #B7B7B7;
    width:16%;
    line-height:74px;
    text-align:center;
    background:#fafafa;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    border-bottom:0px;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.25);
}
.pro_nav li a{
    font-size:18px;
    color:#000;
}
.pro_nav li:hover{
    background:#fff;
    position:relative;
    z-index: 1;
    box-shadow: 0px 0px 0px;
}
.pro_nav li.action{
    background:#fff;
    position:relative;
    z-index: 1;
    box-shadow: 0px 0px 0px;
}
.product{
    margin-top:80px;
}
.product .products li{
    width:19%;
    box-shadow: 0px 3.2px 12.6px 0px rgba(0,0,0,0.15);
    margin-right:1.25%;
    border-radius: 8px;
    margin-bottom:20px;
    float:left;
}
.product .products li:nth-child(5n){
    margin-right:0px;
}
.product1{
    position:relative;
    overflow: hidden;
}
.product1 img{
    width:100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    transition: .5s;
}
.product .products li:hover img{
    transform: scale(1.04);
}
.product2{
    margin:0px 10px 10px;
    border-top:1px solid #E4E3E3;
}
.product2a{
    color:#060606;
    padding-top:20px;
}
.product2b{
    color:rgb(237, 193, 22);
    padding-bottom:10px;
    margin-top:4px;
}
/*product end*/

/*product*/

/*product end*/

/*in_pr*/
.in_pr{
    background:#f5f5f5;
    padding:32px 20px 0px;
}
.in_prls img{
    width:100%;
    transition: .5s;
}
.in_prls .swiper-slide:hover .in_pr_img img{
    transform: scale(1.05);
}
.in_pr_img{
    position:relative;
    overflow: hidden;
}
.in_pr_text{
    background:#fff;
    text-align:center;
    position:relative;
    padding-top:26px;
    padding-bottom:26px;
}
.in_pr_text::after{
    content:'';
    position:absolute;
    top:0px;
    width:90%;
    height:1px;
    background:rgba(0,0,0,0.15);
    left:5%;
}
.in_pr_text1 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.in_pr_text2{
    display:none;
    font-size:16px;
    color:rgba(0,0,0,0.5);
}
.in_pr_h{
    position:relative;
    padding:70px 0px 96px;
}
.in_pr_h .swiper-pagination-progressbar.swiper-pagination-horizontal{
    height:1px !important;
    background: rgba(0,0,0,.09);
}
.in_pr_h .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:#000;
}
.in_prls .swiper-slide{
    padding-bottom:166px;
}

.in_prls::after{
    content:'';
    position:absolute;
    height:1px;
    width:100%;
    background: rgba(0,0,0,.09);
    bottom:94px;
    left:0px;
}
.xz_l{
    width:80px;
    height:80px;
    text-align:center;
    line-height:80px;
    background:rgb(255,255,255);
    color:#000;
    position:absolute;
    bottom:56px;
    left:0px;
    z-index: 1;
    cursor: pointer;
}
.xz_r{
    width:80px;
    height:80px;
    text-align:center;
    line-height:80px;
    background:rgb(255,255,255);
    color:#000;
    position:absolute;
    bottom:56px;
    right:0px;
    z-index: 1;
    cursor: pointer;
}
.xz_r i,.xz_l i{
    font-size:24px;
}
.xz_l:hover,.xz_r:hover{
    background:rgb(238, 193, 23);
}
/*in_pr*/

/*in_ab*/
.in_ab{
    height:824px;
    width:100%;
    background:#fff;
    position:relative;
}
.in_abl{
    position:absolute;
    left:0px;
    top:0px;
    height:100%;
    width:30%;
}
.in_abl img{
    height:100%;
    display:block;
}
.in_abr{
    position:absolute;
    right:0px;
    top:0px;
    width:38.5%;
}
.in_abr img{
    width:100%;
}
.in_abc{
    position:absolute;
    left:34%;
    z-index: 9;
}
.in_abc1{
    font-size:120px;
    font-family: 'syht';
    font-weight:bold;
    padding-top:80px;
}
.in_abc2{
    position:relative;
    font-size:30px;
    padding-left:70px;
}
.in_abc2::after{
    content:'';
    position:absolute;
    left:0px;
    top:50%;
    width:50px;
    height:1px;
    background:#000;
    margin-top:-0.5px;
}
.in_abc3{
    font-size:16px;
    line-height:34px;
    text-align:justify;
    width:464px;
    color:#363636;
    margin-top:60px;
    font-family: 'syht';
}
.in_abc4{
    margin-top:120px;
    position:relative;
}
.in_ab::after{
    content:'';
    position:absolute;
    right:0px;
    bottom:126px;
    width:34%;
    height:3px;
    background:rgba(0,0,0,0.07)
}
.inabc4a{
    width:70%;
}
.inabc4b{
    position:absolute;
    right:0px;
    bottom:44px;
}
.inabc4b a{
    color:#363636;
    font-size:16px;
    font-family: "syht";
}
.inabc4a1{
    font-size:24px;
    font-weight:bold;
    text-transform:uppercase;
    line-height:34px;
}
.inabc4a2{
    font-family: 'syht';
    font-size:26px;
    line-height:34px;
    margin-top:6px;
}
/*in_ab end*/

/*in_tt*/
.in_tt{
    height:1582px;
    width:100%;
    background:url(../images/in_tt_bg.jpg?v=1.1) center no-repeat;
    background-size:cover;
    background-position:center;
    padding-top:1px;
    position:relative;
}
.in_tt_fd {
    width: 350px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 55;
}
.in_tt_fd img{
    width:100%;
    display:block;
}
.in_tt_w{
    width:1450px;
    height:1410px;
    background:#fff;
    margin:85px auto 0px;
}
.in_tt1{
    text-align:center;
    position:relative;
    font-size:24px;
    line-height:34px;
    padding-top:66px;
    text-transform: uppercase;
}
.in_tt1::after{
    content:'';
    position:absolute;
    top:0px;
    left:50%;
    width:2px;
    height:60px;
    background:#000;
    margin-left:-1px;
}
.in_tt2{
    font-size:48px;
    font-weight:bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    height:406px;
    text-align:center;
    margin-top:60px;
}
.in_tt2a{
    display:inline-block;
    position:relative;
    top:-190px;
}
.in_tt2b{
    display:inline-block;
}
.in_tt2c{
    display:inline-block;
    position:relative;
    top:-190px;
    letter-spacing: 9px;
    margin-left:16px;
}
.in_tt3{
    width:1300px;
    margin:94px auto 0px;
    position: relative;
    overflow-y: auto;
    height:750px;
    padding-right:15px;
}
.in_tt3::-webkit-scrollbar{
	width:2px;
}
.in_tt3::-webkit-scrollbar-track {
	background-color:#fff;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;
}
.in_tt3::-webkit-scrollbar-thumb {
	background-color:#fff;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;
}
.in_tt3 .in_tt3a{
    height:250px;
    border-top:1px solid rgba(0,0,0,0.3);
}
.in_tt3 .ty_h{
    height:250px;
    width:0.1%;
}
.in_tt3al{
    width:180px;
    float:left;
    text-align:center;
}
.in_tt3al1{
    font-size:22px;
    color:#000;
}
.in_tt3al2{
    font-size:14px;
    color:rgba(0, 0, 0, .25);
    text-transform: uppercase;
    margin-top:4px;
}
.in_tt3ar{
    width:1100px;
    float:right;
}
.in_tt3ar ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    height: 250px;
}
.in_tt3ar ul li{
    flex:1;
    position:relative;
    overflow: hidden;
    text-align:center;
}
.in_tt3ar ul li:hover img{
    transform: scale(1.04);
}
.in_tt3ar ul li img{
    width:269px;
    margin:0 auto;
    transition: .5s;
}
/*in_tt end*/

/*product info*/
.product_info_top{
    margin-top:84px;
}
.product_left{
    width:663px;
    float:left;
}
.product_left2b{
    width:556px;
    float:left;
    margin-left:30px;
    margin-top:-10px;
}
.product_ll img{
    width:100%;
    height:99px;
}
.product_left1{
    border-radius: 8px;
    box-shadow: 0px 3.2px 12.5px 0px rgba(0,0,0,0.15);
}
.skl{
    width:100%;
}
.product_left2{
    margin-top:38px;
}
.product_ll{
    padding:10px 5px !important;
}
.MagicZoomPup {
    border: 0px solid #aaa;
    background: #ffffff;
}
.product_ll .swiper-slide{
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .15);
}
.product_left2a{
    float:left;
    width:22px;
    height:99px;
    line-height:99px;
    text-align:center;
    background:rgb(239, 239, 239);
    cursor: pointer;
}
.product_left2c{
    float:right;
    width:22px;
    height:99px;
    line-height:99px;
    text-align:center;
    background:rgb(239, 239, 239);
    cursor: pointer;
}
.product_left2a:hover,.product_left2c:hover{
    background:rgb(237, 193, 22);
    color:#fff;
}
.product_right{
    float:right;
    width:680px;
}
.product_right1{
    font-weight:bold;
    font-size:30px;
    font-family: 'syht';
    line-height:45px;
}
.product_right2{
    margin-top:20px;
}
.product_right2 p{
    line-height:32px;
    color:#060606;
}
.product_right3{
    margin-top:42px;
}
.product_right3a{
    width:191px;
    line-height:42px;
    background:rgb(237, 193, 22);
    color:#fff;
    font-size:18px;
    text-align:center;
    font-family: 'syht';
    float:left;
}
.product_right3a i{
    font-size:22px;
    position:relative;
    top:2px;
    margin-right:6px;
}
.product_right3b{
    float:left;
    border:1px solid rgb(237, 193, 22);
    line-height:40px;
    font-size:30px;
    font-family: 'syht';
    padding:0px 40px;
}
.product_lyfk{
    margin-top:100px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin-bottom:100px;
}
.product_lyfk1{
    font-size:30px;
    font-weight:bold;
    font-family: 'syht';
    text-align:center;
    position:relative;
    padding-top:32px;
    padding-bottom:10px;
    margin-bottom:36px;
}
.product_lyfk1::after{
    content:'';
    position:absolute;
    left:50%;
    bottom:0px;
    margin-left:-17px;
    width:34px;
    height:5px;
    background:rgb(237, 193, 22);
}
.product_content{
    padding:0px 45px 45px;
}
.product_content li{
    margin-bottom:15px;
}
.product_content li:nth-child(1){
    float:left;
    width:49%;
}
.product_content li:nth-child(2){
    float:right;
    width:49%;
}
.product_content li input{
    width:100%;
    line-height:50px;
    border:1px solid rgba(0, 0, 0, .2);
    text-indent:2em;
}
.product_content textarea{
    border:1px solid rgba(0, 0, 0, .2);
    text-indent:2em;
    height:150px;
    line-height:50px;
    width:100%;
}
.product_contenta{
    margin-top:30px;
}
.product_contentl{
    font-size:18px;
    font-family: 'syht';
    float:left;
}
.product_contentl span{
    font-size:36px;
}
.product_contentr{
    float:right;
    width:50%;
    line-height:52px;
    background:#000;
    border-radius: 26px;
    color:#fff;
    text-align:center;
}

/*product info end*/

/*in_sc*/
.w1570{
    width:1570px;
    margin:0 auto;
}
.in_sc{
    padding-top:66px;
    padding-bottom:336px;
    background:#f5f5f5;
}
.in_sca{
    text-align:center;
}
.in_sca1{
    font-size:42px;
    font-weight:bold;
}
.in_sca2{
    font-size:36px;
}
.in_scb{
    margin-top:60px;
}
.in_scb ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.in_scb li{
    width:470px;
    position:relative;
    padding-bottom:75px;
}
.in_scb1 img{
    width:100%;
}
.in_scb2{
    position:absolute;
    right:0px;
    bottom:0px;
    width:80%;
    box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.15);
    background:#fff;
    padding:0px 28px;
}
.in_scb2 .ty_h{
    height:150px;
    width: 0.1%;
}
.in_scb2a{
    font-size:28px;
    font-weight:bold;
}
.in_scb2b{
    color:rgba(0, 0, 0, .5);
    margin-top:5px;
}
.in_scb li:hover .in_scb2{
    background:#EEC117;
}
/*in_sc end*/

/*in_new*/
.in_new{
    position:relative;
}
.in_new::after{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    height:100%;
    width:30%;
    background:rgb(238, 193, 23);
}
.in_new_topl{
    height:536px;
    width:60%;
    float:left;
    background:rgb(238, 193, 23);
    position:relative;
    z-index: 9;
}
.in_new_topl img{
    position:absolute;
    bottom:0px;
    left:0%;
}
.in_new_topl1{
    font-size:146px;
    font-weight:bold;
    font-family: 'syht';
    color:#fff;
    text-align:right;
    padding-top:180px;
    margin-right:40px;
}
.in_new_topr{
    width:40%;
    height:536px;
    float:right;
    position:relative;
}
.in_new_topr1{
    font-size:146px;
    font-weight:bold;
    font-family: 'syht';
    color:#000;
    text-align:left;
    padding-top:60px;
    margin-left:34px;
}
.in_new_topr2{
    width:152px;
    line-height:46px;
    background:#000;
    text-align:center;
    font-size:16px;
    color:#fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 23px;
    position:absolute;
    right:4%;
    bottom:64px;
}
.in_new_topr2:hover{
    background: rgb(238, 193, 23);
}
.in_new_bottom{
    margin:70px 0px 108px;
}
.in_new_bottom .w1570{
    position:relative;
}
.inlt .swiper-slide{
    padding:0px 40px;
}
.inlt .swiper-slide::after{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:1px;
    height:100%;
    background:rgba(0,0,0,0.2);
}
.inlt .swiper-slide::before{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    height:46px;
    width:1px;
    background:rgba(0,0,0,.45);
}
.inlt .swiper-wrapper{
    height:auto;
}
.inlt .swiper-slide:hover .inw1{
    color: rgb(238, 193, 23);
}
.inlt .swiper-slide:hover .inw3{
    color: #363636;
}
.inw1{
    font-size:18px;
    font-weight:bold;
    color:#1c1c1c;
    line-height:24px;
}
.inw2{
    color:#1c1c1c;
    line-height:28px;
    margin:9px 0px 12px;
}
.inw3{
    font-size:14px;
    color:rgba(23,23,23,0.5);
    line-height:24px;
}
.inw4{
    margin-top:24px;
    color:#1c1c1c;
    font-size:14px;
}
.in_nep{
    width:56px;
    height:56px;
    line-height:56px;
    text-align:center;
    border:1px solid rgba(0, 0, 0, .24);
    border-radius: 50%;
    position:absolute;
    z-index: 99;
    cursor: pointer;
}
.in_nep i{
    font-size:26px;
}
.in_nel{
    top:50%;
    left:-120px;
    margin-top:-28px;
}
.in_ner{
    top:50%;
    right:-80px;
    margin-top:-28px;
}
.zxly{
    background:#f5f5f5;
    padding:23px 0px 52px;
}
.zxlyl{
    width:25%;
    padding-top:25px;
    float:left;
}
.zxlyl1{
    font-size:24px;
}
.zxlyl2{
    line-height:50px;
    font-weight:bold;
    font-size:30px;
    text-transform: uppercase;
}
.zxlyl3{
    font-size:12px;
    color:rgba(0, 0, 0, .36);
    line-height:24px;
    margin-top:34px;
}
.zxlyr1{
    font-size:14px;
    line-height:50px;
    color:rgba(0, 0, 0, .36);
}
.zxlyr2 input{
    background:rgba(0, 0, 0, .05);
    line-height:40px;
    border:none;
    width:100%;
    font-family: '微软雅黑';
    text-indent:12px;
}
.zxlyr{
    float:right;
    width:980px;
}
.zxlyr li{
    width:470px;
    float:left;
}
.zxlyr li:nth-child(2n){
    margin-left:20px;
}
.zxlyr2 textarea{
    width:100%;
    border:none;
    background:rgba(0, 0, 0, .05);
    line-height:40px;
    height:97px;
    font-family: '微软雅黑';
    text-indent:12px;
}
.zxlyr li:last-child{
    margin-top:50px;
}
.zxlyr li:last-child .zxlyr2{
    position:relative;
    width:60%;
}
.zxlyr li:last-child input{
    width:100%;
    position:relative;
}
.zxlyr2a{
    position:absolute;
    width:96px;
    line-height:22px;
    height:22px;
    text-align:center;
    font-size:14px;
    background:rgba(0, 0, 0, .05);
    right:10px;
    top:10px;
}
.zxlyr3{
    cursor: pointer;
    width:162px;
    line-height:40px;
    background:#000;
    text-align:center;
    font-size:14px;
    color:#fff;
    margin-top:17px;
}
.zxlyr3:hover{
    background:rgb(238, 193, 23);
}
/*in_new end*/

/*qywh*/
.qywhaa{
    width:50%;
    float:left;
}
.qywha{
    margin-top:45px;
    margin-bottom:114px;
}
.qywha li{
    padding:37px 49px;
}
.qywhaa li:nth-child(1){
    height:265px;
    background:url(../images/qywh1.png) center no-repeat;
    background-size:cover;
    background-position:center;
}
.qywhaa li:nth-child(2){
    height:350px;
    background:url(../images/qywh3.png) center no-repeat;
    background-size:cover;
    background-position:center;
}
.qywhab{
    width:50%;
    float:right;
}
.qywhab li:nth-child(1){
    height:350px;
    background:url(../images/qywh2.png) center no-repeat;
    background-size:cover;
    background-position:center;
}
.qywhab li:nth-child(2){
    height:265px;
    background:url(../images/qywh4.png) center no-repeat;
    background-size:cover;
    background-position:center;
}
.qywha1{
    font-size:22px;
    font-weight:bold;
    color:#fff;
}
.qywha2{
    line-height:30px;
    color:#fff;
    margin-top:15px;
}
/*qywh end*/

/*qyjzg*/
.qyjzg3{
    padding-bottom:110px;
}
.qyjzg1{
    font-size:42px;
}
.qyjzg2{
    font-size:16px;
    line-height:26px;
    margin-bottom:60px;
    margin-top:5px;
}
.qyjzg31{
    width:32.8%;
    float:left;
}
.qyjzg3 li{
    background:#F3F4F4;
    text-align:center;
    border-radius: 6px;
}
.qyjzg31 li:nth-child(1){
    height:208px;
}
.qyjzg31 li:nth-child(2){
    height:340px;
    margin-top:12px;
}
.qyjzg32 li:nth-child(1){
    height:278px;
}
.qyjzg32 li:nth-child(2){
    height:270px;
    margin-top:12px;
}
.qyjzg33 li:nth-child(1){
    height:208px;
}
.qyjzg33 li:nth-child(2){
    height:340px;
    margin-top:12px;
}
.qyjzg31 li:nth-child(1) .ty_h{
    height:208px;
    width: 0.1%;
}
.qyjzg31 li:nth-child(2) .ty_h{
    height:340px;
    width: 0.1%;
}
.qyjzg32 li:nth-child(1) .ty_h{
    height:278px;
    width: 0.1%;
}
.qyjzg32 li:nth-child(2) .ty_h{
    height:270px;
    width: 0.1%;
}
.qyjzg33 li:nth-child(1) .ty_h{
    height:208px;
    width: 0.1%;
}
.qyjzg33 li:nth-child(2) .ty_h{
    height:340px;
    width: 0.1%;
}
.qyjzg32{
    width:32.8%;
    float:left;
    margin-left:0.8%;
}
.qyjzg33{
    width:32.8%;
    float:right;
}
.qyjzg3a{
    font-size:22px;
    font-weight:bold;
}
.qyjzg3b{
    line-height:26px;
    color:#555555;
    font-size:14px;
    width:65%;
    margin:0 auto;
    text-align:center;
    margin-top:12px;
}
.qyjzg31 li:nth-child(2) .qyjzg3b{
    width:86%;
}
.qyjzg3 li:hover{
    background:#EDC116;
}
/*qyjzg end*/

/*crcm*/
.crcm{
    margin-top:55px;
}
.crcm li{
    width:32%;
    margin-right:2%;
    margin-bottom:20px;
    cursor: pointer;
    float:left;
}
.crcm li:nth-child(3n){
    margin-right:0px;
}
.crcm li img{
    transition: .5s;
    width:100%;
}
.crcm li:hover img{
    transform: scale(1.04);
}
.crcm1{
    position:relative;
    overflow: hidden;
}
.crcm2{
    background:rgb(240, 240, 240);
    line-height:60px;
    text-align:center;
}
/*crcm end*/

/*news*/
.news .ab_zzjga2{
    color:#000;
    border-bottom:1px solid #DCDBDB;
    padding-bottom:25px;
}
.newslist,.newslistw{
    margin-top:50px;
}

.newslist1{
    position:relative;
    overflow: hidden;
}
.newslist1 img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width:100%;
    transition: .5s;
}
.newslistw .swiper-slide:hover .newslist1 img,.newslist .swiper-slide:hover .newslist1 img,.newslists .swiper-slide:hover .newslist1 img{
    transform:scale(1.04);
}
.newslist2{
    background:rgb(247, 247, 247);
    padding:25px 23px;
}
.newslist2a{
    color:rgb(41, 41, 41);
    font-size:20px;
}
.newslist2b{
    line-height:24px;
    font-size:14px;
    color:#929292;
    margin-top:13px;
    margin-bottom:26px;
}
.newslist2c1{
    font-size:14px;
    color:#929292;
    float:left;
}
.newslist2c2{
    font-size:14px;
    color:#000;
    float:right;
}
.news_top{
    position:relative;
    height:60px;
}
.news_topa{
    position:absolute;
    text-align:center;
}
.news .swiper-pagination-bullet-active{
    background:#EDC116 !important;
}
.news_topw{
    position:relative;
    height:60px;
    margin-bottom:60px;
}
.news_topwa{
    position:absolute;
    text-align:center;
}
/*news end*/
/*lxwm*/
.lxwma{
    padding-bottom:90px;
}
.lxwma1{
    color: rgb(51, 51, 51);
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
    position:relative;
    padding-bottom:15px;
    margin-bottom:15px;
    padding-top:60px;
}
.lxwma1::after{
    content:'';
    position:absolute;
    bottom:0px;
    left:0px;
    width:168px;
    height:1px;
    background:rgb(227, 226, 226);
}
.lxwma1::before{
    content:'';
    position:absolute;
    bottom:-1px;
    left:0px;
    width:60px;
    height:3px;
    background:rgb(28, 74, 155);
    z-index: 1;
}
.lxwma2{
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 22px;
}
.lxwma3{
    margin-top:64px;
}
.lxwma3 li{
    width:24%;
    margin-right:1.33%;
    float:left;
    text-align:center;
    background: rgb(255, 255, 255);
box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
padding:28px 0px 34px;
position:relative;
}
.lxwma3 li::after{
    content:'';
    position:absolute;
    width:0%;
    right:0px;
    top:0px;
    left:auto;
    height:100%;
    background: linear-gradient(90.00deg, rgb(238, 193, 23),rgb(238, 173, 0) 100%);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    transition: .5s;
}
.lxwma3 li:hover::after{
    left:0px;
    width:100%;
}
.lxwma3 li:last-child{
    margin-right:0px;
}
.lxwma3 i{
    font-size:42px;
    color:#9d9d9d;
    position:relative;
    z-index: 1;
}
.lxwma3a{
    color: rgb(68, 68, 68);
    font-size: 16px;
    line-height: 28px;
    margin-top:20px;
    position:relative;
    z-index: 1;
}
.lxwma3 li:hover i{
    color:#fff;
}
.lxwma3 li:hover .lxwma3a{
    color:#fff;
}

.lyfk{
    background: rgb(249, 250, 252);
}
.lyfk1{
    color: rgb(51, 51, 51);
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
    text-align:center;
    position:relative;
    padding-bottom:15px;
    margin-bottom:15px;
    padding-top:46px;
}
.lyfk1::after{
    content:'';
    position:absolute;
    bottom:0px;
    left:50%;
    margin-left:-84px;
    width:168px;
    height:1px;
    background:rgb(227, 226, 226);
}
.lyfk1::before{
    content:'';
    position:absolute;
    bottom:-1px;
    left:50%;
    margin-left:-30px;
    width:60px;
    height:3px;
    background:rgb(28, 74, 155);
    z-index: 1;
}
.lyfk2{
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 22px;
    text-align:center;
}
.lyfk3{
    margin-top:56px;
    padding-bottom:70px;
}
.lyfk3 li{
    width:49%;
    float:left;
    margin-right:2%;
    margin-bottom:10px;
}
.lyfk3 li:nth-child(2n){
    margin-right:0px;
}
.lyfk3 li input{
    line-height:57px;
    background:rgba(0, 0, 0, .05);
    width:100%;
    border:none;
    text-indent:23px;
}
.lyfk3 li:nth-child(5){
    width:100%;
}
.lyfk3 li textarea{
    line-height:57px;
    background:rgba(0, 0, 0, .05);
    width:100%;
    border:none;
    text-indent:23px;
}
.lx_btn{
    cursor: pointer;
    width:100%;
    line-height:58px;
    text-align:center;
    color:#fff;
    background: linear-gradient(90.00deg, rgba(0,0,0,0.8),rgb(0, 0, 0) 100%);
}
/*lxwm end*/

/*key*/
.product.key{
    padding-bottom:80px;
}
/*key end*/


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgb(85, 85, 85);
    font-size: 14px;
    font-weight: 400;
    font-family: '微软雅黑';
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: rgb(85, 85, 85);
    font-size: 14px;
    font-weight: 400;
    font-family: '微软雅黑';
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgb(85, 85, 85);
    font-size: 14px;
    font-weight: 400;
    font-family: '微软雅黑';
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgb(85, 85, 85);
    font-size: 14px;
    font-weight: 400;
    font-family: '微软雅黑';
}


/*banner*/
.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
    margin-top: -140px;
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}

/* Animation */

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 80px;
        min-height: 80px;
        margin-top:-60px
    }

    .content {
        height: 60px;
    }

}

.ty_banner {
    height: 840px;
    width: 100%;
    text-align: left;
    position: relative;
    padding-left:11%;
}



.ty_banner .ty_h {
    height: 840px;
    width: 0.1%;
}

.ty_banner1 {
    color: rgb(255, 255, 255);
    font-family: "syht";
    font-size: 20px;
    text-indent:6px;
}

.ty_banner2 {
    color: rgb(255, 255, 255);
    font-family: "syht";
    font-size: 46px;
    letter-spacing: 1px;
}

.about_banner {
    background: url(../images/about_banner.jpeg) center no-repeat;
    background-size: cover;
}

.news_banner {
    background: url(../images/news_banner.jpg) center no-repeat;
    background-size: 100% 100%;
}

.product_banner {
    background: url(../images/product_banner.jpeg) center no-repeat;
    background-size: 100% 100%;
}

.news_banner {
    background: url(../images/news_banner.jpeg) center no-repeat;
    background-size: 100% 100%;
}

.zzry_banner {
    background: url(../images/zzry_banner.jpeg) center no-repeat;
    background-size: 100% 100%;
}

.lxwm_banner {
    background: url(../images/lxwm_banner.jpg) center no-repeat;
    background-size: 100% 100%;
}

/*banner end*/

.sj {
    display: none;
}
@media only screen and (max-width: 1600px) {
    .in_abc1 {
        font-size: 107px;
        font-family: 'syht';
        font-weight: bold;
        padding-top: 80px;
    }
    .in_abc3 {
        font-size: 16px;
        line-height: 34px;
        text-align: justify;
        width: 440px;
        color: #363636;
        margin-top: 60px;
        font-family: 'syht';
    }
    .in_abc4 {
        margin-top: 138px;
        position: relative;
    }
}
@media only screen and (max-width: 1100px) {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pc {
        display: none;
    }

    .sj {
        display: block;
    }

    .sj_nav_top {
        position: fixed;
        top: 0px;
        left: 0px;
        height: 70px;
        width: 100%;
        z-index: 999;
        background: #fff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    }

    .header_logo {
        height: 60px;
        position: relative;
        left: 3%;
        top: 13px;
        text-align: left;
    }
    .header_logo a{
        width:30%;
    }
    .header_logo img {
        height: 44px;
        display: inline;
    }

    .nav_lefta1 {
        height: auto;
        font-size: 12px;
        color: #000000;
        padding-top: 8px;
        margin-bottom: 2px;
        font-weight: 400;
    }

    .ty_acontent p img {
        width: 100%;
        height: auto !important;
    }

    .nav_lefta2 {
        font-size: 0.48rem;
        color: #000000;

    }

    .sj_nav_zk {
        color: #000;
        position: absolute;
        right: 5%;
        top: 18px;
    }

    .sj_nav_zk i:first-child {
        font-size: 34px;
    }

    .sj_nav_list {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        left: 0%;
        top: -100%;
        z-index: 9999;
        transition: 1s;
    }

    .sj_nav_list.action {
        top: 70px;
    }

    .sj_nav_img {
        width: 40%;
        margin: 30px auto 20px;
    }

    .sj_nav_img img {
        width: 100%;
    }

    .sj_nav_gb {
        color: #000;
        position: absolute;
        right: 5%;
        top: 40px;
    }

    .sj_nav_gb i {
        font-size: 24px;
    }

    .sj_nav_list ul li {
        line-height: 50px;
        position: relative;
    }

    .sj_nav_list ul li>a {
        text-indent: 15px;
    }

    .header_zba ul li a {
        text-indent: 30px;
    }

    .sj_nav_list>.sj_nav_ul>li>a {
        font-size: 16px;
        color: #000;
        border-bottom: 1px solid #f8f8f8;
    }

    .header_zba {
        width: 100%;
        background: #fff;
        display: none;
    }

    .header_zba ul li {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .header_zba ul li a {
        color: #000;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03)
    }

    .sj_nav_ul i {
        position: absolute;
        right: 10px;
        top: 5px;
        color: #000;
        font-size: 30px;
        width: 40px;
        text-align: center;
    }

    .ty_banner {
        width: 100%;
        height: auto;
        margin-top: 70px;
        margin-left: 0px;
        background-size: cover;
        padding:0px;
    }

    .nav_listr {
        display: none;
    }

    .nav_listl {
        width: 100%;
        padding-left: 0%;
        float: none;
        text-align: center;
    }

    .nav_list {
        height: auto;
        line-height: 50px;
        background: #f8f8f8;
    }

    .nav_listl ul li {
        display: inline-block;
        font-size: 16px;
        margin: 0px;
        position: relative;
        width: 20%;
    }

    .nav_listl ul li a {
        font-size: 14px;
    }

    .w80 {
        width: 94%;
        margin: 0 auto;
    }


    .w1530 {
        width: 96%;
        margin: 0 auto;
    }

    .w1410 {
        width: 96%;
        margin: 0 auto;
    }

    .w1300 {
        width: 96%;
        margin: 0 auto;
    }

    .banner {
        margin-top: 70px;
        height: 210px;
    }


    .w1428 {
        width: 100%;
        margin: 0 auto;
    }

    .banner .swiper-slide div {
        height: 210px;
    }


    .innec_img {
        display: none;
    }

    .inpr_title {
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        color: #004D8A;
        font-weight: bold;
        margin-top: 30px;
    }

    .inpr_l2 div {
        width: 86%;
        margin: 0 auto;
        font-size: 14px;
    }

    .inpr_title1 {
        color: rgb(14, 14, 14);
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        margin-bottom: 15px;
    }

    .inpr_l {
        width: 100%;
        float: none;
        position: relative;
        overflow: hidden;
    }

    .inpr_r {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .inpr_r li {
        float: none;
        width: 100%;
        margin-left: 0%;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
    }

    .inab {
        margin-top: 30px;
        position: relative;
        font-size: 0px;
    }

    .inab_l {
        width: 64%;
        display: none;
    }

    .inab_r {
        width: 36%;
        display: none;
    }

    .inab_c {
        position: relative;
        background: #fff;
        width: 94%;
        margin: 0 auto;
        padding: 30px 10px 40px 10px;
        z-index: 9;
        left: 0%;
        top: 0vh;
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    }

    .inab_d {
        position: relative;
        background: #005fab;
        right: 0px;
        top: 0px;
        padding: 0px 20px;
        padding-top: 80px;
        padding-bottom: 20px;
        margin-top: -60px;
    }

    .inab_d ul {
        display: flex;
    }

    .inab_d ul li:nth-child(2) {
        padding: 0px 14%;
    }

    .inab_d1 img {
        height: 26px;
    }

    .inab_d1 {
        height: 37px;
    }

    .inab_d2 span {
        color: rgb(255, 255, 255);
        font-family: Bebas;
        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
        margin-right: 4px;
    }

    .inab_d2 {
        color: rgb(255, 255, 255);
        font-size: 12px;
        line-height: 24px;
        margin-top: 0px;
    }

    .inab_d3 {
        color: rgb(255, 255, 255);
        font-family: "思源黑体 Regular";
        font-weight: 500;
        line-height: 24px;
        font-size: 12px;
    }

    .inab_c1 {
        color: rgb(0, 0, 0);
        font-family: "微软雅黑";
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
    }

    .inab_c1 .count {
        font-size: 21px;
    }

    .inab_c2 {
        font-size: 18px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        text-align: left;
        line-height: 34px;
        font-weight: 700;
    }

    .inab_c3 {
        color: rgb(0, 95, 171);
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .inab_c4 {
        opacity: 0.88;
        color: rgb(0, 0, 0);
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 20px;
        text-align: justify;
    }

    .inab_c5 {
        width: 100px;
        height: 32px;
        line-height: 30px;
        text-align: center;
        border: 1px solid rgb(157, 157, 157);
        margin: 0 1px;
    }

    .inab_c5 a {
        color: rgb(0, 0, 0);
        font-size: 12px;
    }

    .inyl1 {
        color: rgb(255, 255, 255);
        font-size: 22px;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
        position: relative;
        padding-bottom: 8px;
        padding-top: 30px;
    }

    .inyl1::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0px;
        width: 58px;
        height: 3px;
        margin-left: -29px;
        background: rgb(208, 0, 13);
    }

    .inyl2 {
        width: 92%;
        padding-top: 20px;
        margin: 0 auto;
        color: rgb(255, 255, 255);
        font-size: 14px;
        line-height: 30px;
        text-align: justify;
    }

    .inyl {
        position: relative;
        width: 100%;
        height: auto;
        background: url(../images/ylwl.jpeg) center no-repeat;
        background-size: cover;
        background-position: center;
    }

    .inyl3 {
        margin-top: 30px;
        position: relative;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 147px;
        border-top: 1px solid rgba(255, 255, 255, .5);
    }

    .inyl3 li {
        float: left;
        width: 33.33%;
        display: flex;
        text-align: center;
        justify-content: center;
        position: relative;
        padding: 28px 0px;
    }

    .inyl3a img {
        width: 100%;
    }

    .inyl3a {
        width: 40px;
        display: inline-block;
    }

    .inyl3b1 {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 1px;
    }

    .inyl3b {
        color: #fff;
        display: inline-block;
        text-align: left;
        margin-left: 0px;
        position: relative;
        top: -4px;
        text-align: center;
    }

    .inyl3b2 {
        opacity: 0.41;
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        letter-spacing: 0px;
    }

    .w70 {
        width: 94%;
        margin: 0 auto;
    }

    .innea {
        padding: 1px 0px 20px;
    }

    .inneal {
        float: none;
    }

    .innear {
        float: none;
        padding-top: 0px;
        text-align: center;
    }

    .inneal .inpr_title,
    .inneal .inpr_title1 {
        text-align: center;
    }

    .innear li {
        width: 128px;
        line-height: 36px;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, 0.23);
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 0px;
        position: relative;
    }

    .innear li a {
        color: rgb(41, 41, 41);
        font-size: 14px;
        position: relative;
        z-index: 1;
    }

    .innecpa {
        position: relative;
        z-index: 3;
        padding-top: 25px;
    }

    .innecpa li {
        width: 100%;
        margin-right: 0%;
        float: none;
        margin-bottom: 15px;
        background: rgb(255, 255, 255);
        box-shadow: 0px 4px 12px 0px rgba(28, 74, 155, 0.1);
        border-radius: 0px 0px 5px 5px;
    }

    .innec::after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        background: #fff;
    }

    .footer_topr {
        display: none;
    }

    .innec {
        position: relative;
        width: 100%;
        height: auto;
    }

    .sjfooter {
        background: rgb(249, 249, 249);
    }

    .in_nep{
        display:none !important;
    }

    .footer_bottom {
        margin-right: 0%;
        text-align: center;
        margin-top: 0px;
        padding: 0px 0px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

    .footer_bottom li {
        display: inline-block;
        line-height: 30px;
        color: #fff;
        margin-right: 0px;
        font-size: 12px;
    }

    .footer_bottom a {
        color: #000;
        font-size: 12px;
    }

    .footer_toplb {
        padding-top: 20px;
        padding-bottom: 10px;
        width: 80%;
        margin: 0 auto;
    }

    .footer_toplb li {
        line-height: 26px;
        margin-bottom: 0px;
        padding-top: 0px;
        text-align: center;
    }

    .footer_toplb .fo2 {
        float: none;
        font-size: 14px;
        margin-left: 0px;
        text-align: center;
    }

    .footer_bottom img {
        display: inline-block;
        height: 10px;
        position: relative;
        top: 1px;
    }

    .footer_toplb .fo1 {
        float: left;
        display: None;
    }

    .ty_banner .ty_h {
        height: 250px;
        width: 0.1%;
    }

    .ty_banner1 {
        color: rgb(255, 255, 255);
        font-family: "思源黑体 Regular";
        font-size: 18px;
        font-weight: 400;
        line-height: 34px;
        width:90%;
        margin:0 auto;
        text-align:left;
        letter-spacing: 1px;
    }

    .ty_banner2 {
        color: rgb(255, 255, 255);
        font-family: "思源黑体 Regular";
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0px;
        width: 90%;
        margin: 0 auto;
        text-align:left;
        letter-spacing: 1px;
    }

    .w68 {
        width: 92%;
        margin: 0 auto;
    }

    .gsjjl {
        width: 100%;
        padding-top: 30px;
        float: none;
    }

    .gsjjl1 {
        color: rgb(0, 0, 0);
        font-family: "思源黑体 Regular";
        font-size: 22px;
        font-weight: 400;
        line-height: 32px;
        text-align: center;
    }

    .gsjjl1 span {
        font-size: 26px;
        color: rgb(15, 69, 166);
    }

    .gsjjl2 {
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        text-align: center;
        margin-bottom: 20px;
    }

    .about_c {
        padding-bottom: 0px;
    }

    .gsjj {
        width: 100%;
        height: auto;
        background: url(../images/about1_bg.jpg) center no-repeat;
        background-size: cover;
        background-position: center;
    }

    .gsjjl3 {
        color: rgb(41, 41, 41);
        font-size: 14px;
        line-height: 26px;
        text-align: justify;
    }

    .gsjjl3 p {
        margin-bottom: 10px;
        text-indent: 2em;
        font-size: 14px;
    }

    .gsjjr {
        float: none;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 1px;
    }

    .qywha1 {
        color: rgb(255, 255, 255);
        font-family: "思源黑体 Regular";
        font-size: 22px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 0px;
        text-transform: uppercase;
        text-align: center;
        padding-top: 0px;
    }

    .qywha2 {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
        position: relative;
        margin-top: -0px;
    }

    .qywha2::before {
        content: '';
        position: absolute;
        right: 15%;
        top: 50%;
        width: 81.5px;
        height: 3.5px;
        background: url(../images/qywh_x.png) center no-repeat;
        background-size: 100% 100%;
        background-position: center;
        margin-top: -1.75px;
        transform: rotate(-180deg);
    }

    .qywha2::after {
        content: '';
        position: absolute;
        left: 15%;
        top: 50%;
        width: 81.5px;
        height: 3.5px;
        background: url(../images/qywh_x.png) center no-repeat;
        background-size: 100% 100%;
        background-position: center;
        margin-top: -1.75px;
    }

    .qywha3 {
        color: rgb(255, 255, 255);
        font-family: "思源黑体 Regular";
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        margin: 15px auto 30px;
    }

    .qywhb li {
        width: 49%;
        float: left;
        margin-right: 2%;
        position: relative;
        height: auto;
        padding: 10px;
        margin-bottom: 10px;
    }

    .qywhb li:nth-child(2n) {
        margin-right: 0px;
    }

    .qywhb1 img {
        width: 40px;
        margin: 0 auto;
    }

    .qywhb2a {
        color: rgb(24, 24, 24);
        font-size: 18px;
        font-weight: 700;
        line-height: 32px;
        margin-top: 10px;
        text-align: center;
    }

    .qywhb2b {
        color: rgb(59, 59, 59);
        font-size: 14px;
        margin-top: 12px;
        line-height: 22px;
        height: 44px;
        text-align: center;
    }

    .qywh {
        height: auto;
        width: 100%;
        background: url(../images/qywh_bg.jpg) center no-repeat;
        background-size: cover;
        background-position: center;
        padding-bottom: 0px;
    }

    .qywhah .qywha2::before {
        content: '';
        position: absolute;
        right: 15%;
        top: 50%;
        width: 81.5px;
        height: 3.5px;
        background-size: 100% 100%;
        margin-top: -1.75px;
        transform: rotate(-180deg);
    }

    .qywhah .qywha2::after {
        content: '';
        position: absolute;
        left: 15%;
        top: 50%;
        width: 81.5px;
        height: 3.5px;
        background-size: 100% 100%;
        margin-top: -1.75px;
    }
    .qyjzg1 {
        font-size: 22px;
        text-align: center;
    }
    .qyjzg2 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px;
        margin-top: 5px;
    }
    .qyjzg31 {
        width: 100%;
        float: none;
        margin-bottom:12px;
    }
    .qyjzg32 {
        width: 100%;
        float: none;
        margin-left: 0%;
        margin-bottom:12px;
    }
    .qyjzg33 {
        width: 100%;
        float: none;
    }
    .qyjzg3 {
        padding-bottom: 30px;
    }
    .fzlcsj {
        height: 200px;
    }

    .fzlcsj .fzlc1 {
        padding: 0px 10px;
        text-align: center;
    }

    

    .zxlyal {
        display: none;
        float: none;
        padding-left: 5%;
        width: 25%;
    }

    .zxlyar {
        float: none;
        width: 100%;
        margin-right: 0%;
        padding: 20px 10px;
    }

    .zxlya .ty_h {
        display: block;
        height: auto;
        width: 100%;
    }

    .zxlyar1 {
        color: rgb(15, 15, 15);
        font-size: 22px;
        text-align: center;
        line-height: 32px;
    }

    .zxlyar2 {
        color: rgb(100, 100, 100);
        font-size: 14px;
        text-align: center;
        line-height: 30px;
    }

    .zxlyar3 {
        margin-top: 20px;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: rgb(85, 85, 85);
        font-size: 14px;
        font-weight: 400;
        font-family: '思源黑体 Regular';
    }

    input:-moz-placeholder,
    textarea:-moz-placeholder {
        color: rgb(85, 85, 85);
        font-size: 14px;
        font-weight: 400;
        font-family: '思源黑体 Regular';
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: rgb(85, 85, 85);
        font-size: 14px;
        font-weight: 400;
        font-family: '思源黑体 Regular';
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: rgb(85, 85, 85);
        font-size: 14px;
        font-weight: 400;
        font-family: '思源黑体 Regular';
    }

    .zzrylb {
        margin: 10px 0px 20px;
    }

    .zzrylb_r {
        position: absolute;
        top: 50%;
        right: 0px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-top: -25px;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 50%;
        cursor: pointer;
        z-index: 9;
    }

    .zzrylb_l {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-top: -25px;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 50%;
        cursor: pointer;
        z-index: 9;
    }

    .gsjjr li {
        width: 100%;
        background: #fff;
        margin-bottom: 15px;
        padding-left: 0px;
        padding: 0px 8%;
    }

    .gsjjr .ty_h {
        height: 100px;
        width: 0.1%;
    }

    .gsjjr1 {
        float: right;
        width: 20%;
        text-align: right;
    }

    .gsjjr1 img {
        height: 34px;
        display: inline;
        position: relative;
        top: 10px;
    }

    .gsjjr li:last-child .gsjjr1 img {
        height: 36px;
    }

    .gsjjraa {
        float: right;
        width: 80%;
    }

    .gsjjr2 span {
        color: rgb(82, 82, 82);
        font-family: Bebas;
        font-size: 28px;
        font-weight: 400;
    }

    .gsjjr2 {
        margin-top: 0px;
        margin-bottom: 3px;
        font-size: 12px;
    }

    .gsjjr3 {
        color: rgb(83, 83, 83);
        font-family: "思源黑体 Regular";
        font-size: 14px;
        font-weight: 500;
    }

    .qysj_list li {
        cursor: pointer;
        width: 100%;
        margin-right: 0%;
        float: none;
        position: relative;
        margin-bottom: 40px;
    }

    .qysj_list {
        margin-top: 20px;
    }

    .w72 {
        width: 100%;
    }

    .product {
        margin-top: 20px;
    }

    .product .products li {
        width: 100%;
        float: none;
        margin-right: 0%;
        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
        margin-bottom: 20px;
    }

    .product1 {
        text-align: center;
    }

    .product1 img {
        max-width: 100%;
    }

    .product2 {
        line-height: 30px;
        padding: 0px 15px;
        font-size: 16px;
        border-top: 1px solid rgb(201, 201, 201);
        color: #666;
        text-align: center;
    }

    .yfnl {
        height: auto;
        width: 100%;
        background: url(../images/yfnl_bg.jpeg) center no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .yfnl_l {
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.5);
        float: none;
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .yfnl_r {
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.5);
        float: none;
        padding: 30px 20px;
    }

    .yfnl_l1 {
        margin-bottom: 15px;
    }

    .yfnl_l1 img {
        width: 40px;
    }

    .yfnl_l2 {
        color: rgb(255, 255, 255);
        font-size: 14px;
        line-height: 32px;
        text-align: justify;
    }

    .qywhax {
        color: rgb(30, 30, 30);
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 1px;
        text-align: center;
    }

    .hxjs li {
        width: 100%;
        float: none;
        margin-right: 0%;
        height: auto;
        padding-bottom: 30px;
    }

    .hxjs1 {
        color: rgb(255, 255, 255);
        font-family: Bebas;
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        padding-top: 40px;
        position: relative;
        padding-bottom: 8px;
    }

    .hxjs2 {
        width: 90%;
        margin: 30px auto 0px;
        color: rgb(255, 255, 255);
        font-family: "思源黑体 Regular";
        line-height: 26px;
        text-align: justify;
        font-size: 14px;
    }

    .hxjs {
        margin-top: 20px;
        padding-bottom: 30px;
        padding-top: 0px;
    }

    .zwnr img {
        width: 50%;
    }

    .hxjs1::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0px;
        height: 2px;
        width: 40px;
        margin-left: -20px;
        background: #fff;
    }

    .qywhas {
        font-size: 14px;
        text-align: center;
        width: 92%;
        margin: 0px auto 20px;
        color: #666;
        line-height: 28px;
        text-align: justify;
    }

    .scsb li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
        position: relative;
        float: none;
        cursor: pointer;
    }

    .fwzc {
        margin-top: 20px;
    }

    .fwzc_c {
        height: auto;
        width: 100%;
        background: url(../images/fwzc_bg.jpg) center no-repeat;
        background-size: cover;
        background-position: center;
        padding-left: 0px;
        padding: 20px 0px;
    }

    .fwzc_c .ty_h {
        height: auto;
        width: 100%;
        display: block;
    }

    .fwzc_c .ty_h div {
        width: 92%;
        font-size: 14px;
        line-height: 32px;
        color: #fff;
        margin: 0 auto;
    }

    .fwzc_c .ty_h .fwzc_c1 {
        font-size: 18px;
        font-weight: 700;
        margin-top: 10px;
    }

    .zlxz {
        margin-top: 20px;
        margin-bottom: 40px;
        background: rgb(255, 255, 255);
        box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.08);
    }

    .zlxz li a {
        font-size: 14px;
        color: rgb(94, 94, 94);
    }

    .zlxz li {
        line-height: 65px;
        border-bottom: 1px solid rgb(236, 235, 235);
        padding: 0px 10px 0px 10px;
    }

    .dqgzl {
        position: relative;
        float: none;
        width: 458px;
        height: 94px;
    }

    .dqgzl {
        position: relative;
        float: none;
        width: 229px;
        height: 47px;
        margin: 0 auto;
    }

    .dqgzl::after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 229px;
        height: 47px;
        background: url(../images/title_bg.png);
        background-size: 100% 100%;
    }

    .dqgzl span {
        position: relative;
        z-index: 2;
        color: rgb(255, 246, 195);
        font-size: 18px;
        font-weight: 400;
        line-height: 54px;
        letter-spacing: 1px;
        left: 90px;
        top: 0px;
    }

    .dqgz_top {
        padding: 30px 0px;
    }

    .dqgzr {
        float: none;
        margin-top: 20px;
        text-align: center;
    }

    .dqgz_l {
        border: 1px solid rgb(208, 0, 13);
        width: 37px;
        line-height: 37px;
        height: 37px;
        text-align: center;
        color: rgb(208, 0, 13);
        border-radius: 50%;
        display: inline-block;
        cursor: pointer;
    }

    .dqgz_r {
        border: 1px solid rgb(208, 0, 13);
        width: 37px;
        line-height: 37px;
        height: 37px;
        text-align: center;
        color: rgb(208, 0, 13);
        border-radius: 50%;
        display: inline-block;
        cursor: pointer;
        margin-left: 18px;
    }

    .dqgz_lba1b {
        color: rgb(146, 146, 146);
        font-size: 14px;
        line-height: 23px;
        margin: 10px 0px 15px;
        height: 46px;
    }

    .dqgz_zta {
        background: rgb(250, 250, 252);
        height: auto;
        margin-top: 30px;
    }

    .dqgz_zta1 {
        color: rgb(255, 246, 195);
        font-size: 18px;
        font-weight: 400;
        line-height: 55px;
        letter-spacing: 1px;
        text-align: center;
        position: relative;
        padding: 30px 0px 20px;
    }

    .dqgz_zta1::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -118.5px;
        margin-top: -23.5px;
        width: 229px;
        height: 47px;
        background: url(../images/title_bg.png);
        background-size: 100% 100%;
    }

    .dqgz_zta1 span {
        position: relative;
        z-index: 1;
        left: 15px;
        top: 0px;
    }

    .dqgz_zta2 {
        width: 92%;
        margin: 0 auto;
    }

    .dqgz_zta2 li {
        width: 100%;
        float: none;
        margin-right: 0%;
        line-height: 36px;
        padding: 10px 0px;
        border-bottom: 1px solid rgb(215, 215, 215);
    }

    .dqgz_zta2l {
        float: none;
        color: rgb(146, 146, 146);
        font-size: 14px;
    }

    .dqgz_zta2r {
        float: none;
        color: rgb(41, 41, 41);
        font-size: 16px;
        letter-spacing: 0px;
        margin-left: 0%;
    }

    .dqgz_zt {
        height: auto;
        width: 100%;
        background: url(../images/dqgz_lbg.png) center no-repeat;
        background-size: 100% 100%;
        background-position: center;
        padding-bottom: 40px;
    }

    .dqgz_zt .w90 {
        width: 96%;
    }

    .lxwma1 {
        color: rgb(51, 51, 51);
        font-size: 22px;
        font-weight: 700;
        line-height: 40px;
        position: relative;
        padding-bottom: 8px;
        margin-bottom: 10px;
        padding-top: 40px;
    }

    .lxwma2 {
        color: rgb(0, 0, 0);
        font-size: 14px;
        line-height: 22px;
    }

    .lxwma3 {
        margin-top: 20px;
    }

    .lxwma {
        padding-bottom: 20px;
    }

    .lxwma3 li {
        width: 49%;
        margin-right: 2%;
        float: left;
        text-align: center;
        background: rgb(255, 255, 255);
        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
        padding: 15px 0px 20px;
        position: relative;
        margin-bottom: 15px;
    }

    .lxwma3 li:nth-child(2n) {
        margin-right: 0px;
    }

    .lxwma3 i {
        font-size: 32px;
        color: #9d9d9d;
        position: relative;
        z-index: 1;
    }

    .lxwma3a {
        color: rgb(68, 68, 68);
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
        position: relative;
        z-index: 1;
    }


    .lyfk1 {
        color: rgb(51, 51, 51);
        font-size: 22px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-top: 40px;
    }

    .lyfk2 {
        color: rgb(0, 0, 0);
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        width: 90%;
        margin: 0 auto 20px;
    }

    .lyfk3 {
        padding-bottom: 30px;
        padding-top:20px;
    }

    #allmap {
        height: 250px;
        width: 100%;
    }

    .w1200 {
        max-width: 100%;
        margin: 0 auto;
        background-color: #fff;
    }

    .atc {
        padding: 30px 0;
        width: 92%;
        margin: 0 auto;
    }

    .atc-h h1 {
        font-size: 18px;
        color: #222;
        line-height: 40px;
    }

    .atc-date {
        color: #666;
        line-height: 30px;
        margin-top: 6px;
        padding: 5px 0;
        font-size: 12px;
        background-color: #f5f5f5;
    }

    .atc-con {
        padding: 12px 0 20px;
        font-size: 14px !important;
        line-height: 24px;
        color: #666;
        border-bottom: 1px solid #ebebeb;
    }

    .atc-con p {
        font-size: 14px !important;
    }

    .atc-pn a {
        display: inline-block;
        color: #666;
        font-size: 14px;
    }

    .ty_content {
        padding: 0px 0 0px;
    }

    .bannerd {
        position: absolute;
        text-align: center;
        z-index: 9;
        bottom: 10px !important;
    }

    .bannerd .swiper-pagination-bullet {
        width: 7px !important;
        height: 7px !important;
        margin: 0px 3px !important;
        display: inline-block;
        border-radius: 50%;
        background: #fff !important;
        opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    }

    .bannerd .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        background: #fff !important;
    }

    .wv90 {
        width: 94%;
    }

    .atc-con img {
        width: 100% !important;
    }

    .qysj_list {
        margin-top: 20px;
        padding-top: 0px;
    }
    .w1460 {
        width: 94%;
        margin: 0 auto;
    }
    .ab_qygh_lb {
        width: 100%;
        height: auto;
        float: none;
    }
    .ab_qygh_bo {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-bottom:50px;
        position:relative;
    }
    .ab_qygh_lbl {
        width: 50%;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #F9F9F9;
        position: absolute;
        float: none;
        margin-right: 0px;
        cursor: pointer;
        bottom:0px;
        left:0px;
    }
    .ab_qygh_lbr {
        width: 50%;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #F9F9F9;
        position: absolute;
        right:0px;
        bottom:0px;
        float: right;
        cursor: pointer;
    }
    .ab_dszzcal {
        height: 400px;
        background:url(../images/dszzc_bg.jpg) center no-repeat;
    background-size:cover;
        width: 100%;
        float: none;
    }
    .ab_dszzcar {
        float: none;
        width: 100%;
        background: #fff;
        height: auto;
        margin-top: 0px;
        padding: 30px 10px 0px;
    }
    .ab_gs_w {
        margin: 0 auto;
        width: 70%;
        height: 60px;
        border: 1px solid rgb(175, 175, 175);
        background: #fff;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    .w1520 {
        width: 94%;
        margin: 0 auto;
    }
    .footer_topc{
        display:None;
    }
    .ab_gs_ti1 {
        color: #3D3D3D;
        font-size: 18px;
        font-weight: bold;
        padding-top: 8px;
        letter-spacing: 2.6px;
        margin-left: 2px;
    }
    .ab_gs_ti2 {
        font-family: "syht";
        color: #3D3D3D;
        font-size: 12px;
    }
    .ab_gs_w::before {
        content: '';
        position: absolute;
        width: 9px;
        height: 9px;
        background: #fff;
        border: 1px solid #afafaf;
        right: -5px;
        top: 50%;
        margin-top: -5px;
        z-index: 3;
    }
    .ab_gs_w::after {
        content: '';
        position: absolute;
        width: 9px;
        height: 9px;
        background: #fff;
        border: 1px solid #afafaf;
        left: -5px;
        top: 50%;
        margin-top: -5px;
        z-index: 3;
    }
    .ab_gsjj {
        padding-top: 30px;
    }
    .ab_gs_des {
        line-height: 28px;
        color: #484848;
        font-family: '微软雅黑';
        text-align: justify;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size:14px;
        text-indent:2em;
    }
    .ab_gs_bo {
        height: auto;
        width: 100%;
        background: url(../images/ab_gs_bg.jpeg) center no-repeat;
        background-size: cover;
        background-position: center;
        padding: 0px 0px;
        margin-bottom: 30px;
    }
    .ab_gs_bo1 {
        color: #fff;
        font-size: 16px;
        height: auto;
        padding-top: 0px;
    }
    .ab_gs_bo2 {
        font-size: 12px;
        color: #fff;
        font-family: 'syht';
        margin-top: 8px;
    }
    .ab_gs_bo1 span {
        font-family: 'Bebas';
        font-size: 42px;
    }
    .ab_gs_bo ul {
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: stretch;
        flex-wrap: wrap;
    }
    .ab_gs_bo ul li{
        width:50%;
        text-align:center;
        border:1px solid #fff;
        padding:20px 0px;
        
    }
    .ab_gs_bo ul li:nth-child(1),.ab_gs_bo ul li:nth-child(2){
        border-bottom:none;
    }
    .ab_gs_bo ul li:nth-child(2n){
        border-left:0px;
        border-right:0px;
    }
    .ab_gs_bo ul li:nth-child(5){
        width:100%;
        border-top:0px;
        border-left:0px;
        border-right:0px;
    }
    .ab_dszzc {
        width: 96%;
        margin: 0 auto;
        background: #F3F4F4;
        padding: 0px 0px;
        margin-bottom: 30px;
    }
    .ab_dszzca {
        width: 100%;
        margin: 0 auto;
    }
    .ab_zzjg {
        height: auto;
        width: 100%;
        background: url(../images/zzjg_bg.jpeg) center no-repeat;
        background-size: cover;
        background-position: center;
    }
    .ab_zzjga3 {
        padding-bottom: 30px;
        margin-top: 10px;
    }
    .ab_zzjga1 {
        color: #EDC116;
        font-size: 18px;
        text-transform: capitalize;
        padding-top: 40px;
        text-align: center;
    }
    .ab_zzjga2 {
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

    .in_abc {
        position: relative;
        left: 0%;
        z-index: 9;
    }
    .in_abr {
        position: relative;
        right: 0px;
        top: 0px;
        width:100%;
        height: auto;
        margin-top:10px;
        display:none;
    }
    .in_abr img{
        width:100%;
        height:auto;
    }
    .in_ab::after{
        display:none;
    }
    .in_tt_w {
        width: 94%;
        height: auto;
        background: #fff;
        margin: 30px auto 0px;
    }
    .in_abc{
        background:#e7e7e7;
        width:94%;
        padding:30px 15px;
        position:relative;
        margin:0px auto;
        margin-top:-40px;
    }
    
    
    .w1570 {
        width: 94%;
        margin: 0 auto;
    }
    .in_pr_h {
        position: relative;
        padding: 20px 0px 30px;
    }
    .in_ab {
        height: auto;
        width: 100%;
        background: #fff;
        position: relative;
    }
    .in_abl {
        position: relative;
        left: 0px;
        top: 0px;
        height: 570px;
        width: 100%;
        overflow: hidden;
    }
    .in_abc1 {
        font-size: 22px;
        font-family: 'syht';
        font-weight: bold;
        padding-top: 0px;
        text-align: center;
        line-height:34px;
    }
    .in_abc2 {
        position: relative;
        font-size: 18px;
        padding-left: 0px;
        text-align: center;
        margin-top:4px;
    }
    .in_abc2::after{
        display:none;
    }
    .in_abc3 {
        font-size: 14px;
        line-height: 28px;
        text-align: justify;
        width: 464px;
        color: #363636;
        margin-top: 20px;
        font-family: '微软雅黑';
        width: 100%;
    }
    .in_abc4 {
        position: relative;
        width:94%;
        margin:0 auto;
        padding:30px 0px 50px;
    }
    
    .in_tt1::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 50%;
        width: 1px;
        height: 25px;
        background: #000;
        margin-left: -0.5px;
    }
    .in_tt1 {
        text-align: center;
        position: relative;
        font-size: 16px;
        line-height: 24px;
        padding-top: 30px;
        text-transform: uppercase;
    }
    .in_tt2b{
        width:100px;
    }
    .in_tt2b img{
        width:100%;
    }
    .in_tt2 {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        height: auto;
        text-align: center;
        margin-top: 20px;
    }
    .in_tt2a {
        display: inline-block;
        position: relative;
        top: -50px;
        margin-right:0px;
        margin-left:-20px;
    }
    .in_tt2c {
        display: inline-block;
        position: relative;
        top: -50px;
        letter-spacing: 1px;
        margin-left: 0px;
    }
    .in_tt3al {
        width: 100%;
        float: none;
        text-align: center;
    }
    .in_tt3 .ty_h {
        height: auto;
        width: 100%;
        display: inline;
    }
    .in_tt3 .in_tt3a {
        height: auto;
        border-top: 1px solid rgba(0,0,0,0.3);
        padding:20px 0px;
    }
    .in_tt3 {
        width: 100%;
        margin: 10px auto 0px;
        height:261px;
        padding:0px 10px;
    }
    .in_tt {
        height: auto;
        width: 100%;
        background: url(../images/in_tt_bg.jpg) center no-repeat;
        background-size: cover;
        background-position: center;
        padding-top: 1px;
        padding-bottom:30px;
    }
    .in_tt3al1 {
        font-size: 16px;
        color: #000;
    }
    .in_tt3al2 {
        font-size: 16px;
        color: rgba(0, 0, 0, .25);
        text-transform: uppercase;
        margin-top: 4px;
    }
    
    .in_sca1 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom:10px;
    }
    .in_sca2 {
        font-size: 18px;
    }
    .in_scb {
        margin-top: 20px;
    }
    .in_scb1{
        height:300px;
        position:relative;
        overflow: hidden;
    }
    .in_scb ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .in_scb li {
        width: 100%;
        position: relative;
        padding-bottom: 35px;
        margin-bottom:20px;
        text-align:center;
    }
    .in_scb2 {
        position: absolute;
        right: 10%;
        bottom: 0px;
        width: 80%;
        box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.15);
        background: #EEC117;
        padding: 0px 20px;
    }
    .in_scb2 .ty_h {
        height: 100px;
        width: 0.1%;
    }
    .in_scb2a {
        font-size: 18px;
        font-weight: bold;
    }
    .in_scb2b {
        color: rgba(0, 0, 0, .5);
        margin-top: 5px;
        font-size: 14px;
    }
    .in_new_top_zt{
        background: rgb(238, 193, 23);
        height:240px;
    }
    .in_new {
        padding-top:150px;
    }
    .in_sc {
        padding-top: 30px;
        padding-bottom: 10px;
        background: #fff;
    }
    .in_new_top_zt img{
        width:50%;
        position:absolute;
        bottom:0px;
        left:4%;
    }
    
    .in_new::after{
        display:none;
    }
    .in_new_topr {
        width: 100%;
        height: auto;
        float: none;
        position: relative;
    }
    .in_new_top{
        position:absolute;
        right:30px;
        top:56%;
    }
    .in_new_topr1 {
        font-size: 26px;
        font-weight: bold;
        font-family: 'syht';
        color: #fff;
        padding-top: 0px;
        margin-left: 0px;
        text-align:right;
    }
    .in_new_topr3 {
        font-size: 26px;
        line-height:32px;
        font-weight: bold;
        font-family: 'syht';
        color: #000;
        padding-top: 0px;
        margin-left: 0px;
        text-align:right;
    }
    .in_new_topr2 {
        width: 100px;
        line-height: 28px;
        background: #000;
        text-align: center;
        font-size: 12px;
        color: #fff;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
        border-radius: 17px;
        position: relative;
        right: 0%;
        bottom: 0px;
        float:right;
        margin-top:15px;
    }
    .in_new_bottom {
        margin: 8px 0px 0px;
    }
    .zxly {
        padding: 20px 0px 30px;
        background: #f5f5f5;
        margin-top: 0px;
    }
    .zxlyl {
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }
    .zxlyl1 {
        font-size: 18px;
    }
    .zxlyl2 {
        line-height: 22px;
        font-weight: bold;
        font-size: 22px;
        text-transform: uppercase;
        margin-top: 4px;
    }
    .zxlyl3 {
        font-size: 12px;
        color: rgba(0, 0, 0, .36);
        line-height: 22px;
        margin-top: 10px;
    }
    .zxlyr {
        float: none;
        width: 100%;
    }
    .zxlyr li {
        width: 100%;
        float: none;
    }
    .zxlyr li:nth-child(2n) {
        margin-left: 0px;
    }
    .zxlyr li:last-child {
        margin-top: 20px;
    }
    .footer_top {
        padding-top: 30px;
        display: block;
        align-items: flex-start;
        justify-content: space-between;
        align-content: stretch;
        padding-bottom: 10px;
    }
    .footer_topl1 img{
        width:40%;
        margin:0 auto;
    }
    .footer_topl2 {
        text-align:center;
        line-height: 38px;
        font-size: 16px;
        padding-left: 0px;
        margin-top: 10px;
    }
    .in_abl img{
        width:100%;
        height:auto;
    }
    .footer_bottom li{
        float:none;
        display:inline-block;
    }
    .footer_bottom li a{
        color:#fff;
    }
    .footer_bottom li:last-child{
        float:none;
        display:inline-block;
    }
    .sj_footer{
        text-align:center;
        border-top:1px solid rgba(255,255,255,0.5);
        padding-top:10px;
        padding-bottom:10px;
    }
    .sj_footer li{
        font-size:12px;
        color:#fff;
        line-height:26px;
        display:inline-block;
    }
    .sj_footer li a{
        color:#fff;
        display:inline-block;
    }
    .sj_footer li img{
        display:inline-block;
        height:12px;
        position:relative;
        top:2px;
    }
    .in_pr_text {
        background: #fff;
        text-align: center;
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ab_qygh_lbl i {
        font-size: 18px;
    }
    .ab_qygh_lbr i {
        font-size: 18px;
    }
    .ab_qygh_title2 {
        color: #131313;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .ab_qygh_title1 {
        color: #EDC116;
        font-size: 16px;
        text-transform: capitalize;
        padding-top: 30px;
    }
    .ab_dszzcar2 {
        color: #191919;
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 14px;
        margin-bottom: 14px;
        border-bottom: 1px solid #DFDFDF;
    }
    .ab_dszzcar1 {
        color: #EDC116;
        font-size: 16px;
    }
    .ab_dszzcar3 {
        color: #484848;
        font-size: 14px;
        line-height: 28px;
        font-family: 'syht';
        text-align: justify;
    }
    .ab_dszzcar4 img {
        display: inline;
        width: 26%;
    }
    .qywhaa {
        width: 100%;
        float: none;
    }
    .qywhaa li:nth-child(1){
        height:auto;
    }
    .qywhaa li:nth-child(2){
        height:auto;
    }
    .qywha {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .qywhab {
        width: 100%;
        float: none;
    }
    .qywhab li:nth-child(1) {
        height: auto;
        background: url(../images/qywh2.png) center no-repeat;
        background-size: cover;
        background-position: center;
    }
    .qywhab li:nth-child(2) {
        height: auto;
        background: url(../images/qywh4.png) center no-repeat;
        background-size: cover;
        background-position: center;
    }
    .qywha li {
        padding: 20px 20px;
    }
    .crcm {
        margin-top: 30px;
        padding-bottom: 10px;
    }
    .crcm li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
        cursor: pointer;
        float: none;
    }
    .pro_nav {
        padding-top: 30px;
    }
    .pro_nav ul {
        display: flex;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        position: relative;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .pro_nav li {
        border: 1px solid #B7B7B7;
        width: 30%;
        line-height: 50px;
        text-align: center;
        background: #fafafa;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        box-shadow: 0 0px 3px rgba(0, 0, 0, 0.25);
        margin-bottom: 18px;
    }
    .pro_nav li a {
        font-size: 16px;
        color: #000;
    }
    .news_topw {
        position: relative;
        height: 40px;
        margin-bottom: 10px;
    }
    .news_top {
        position: relative;
        height: 40px;
    }
    .newslist, .newslistw {
        margin-top: 30px;
    }

    .zzzslist {
        width: 60%;
        height: 336px;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
        text-align: center;
    }
    .zzzslist .newslist1 img {
        width: 100%;
        height: 336px;
        display: inline;
    }
    .zzzs_right {
        width: 14%;
        height: 336px;
        background: #F9F9F9;
        line-height: 336px;
        text-align: center;
        cursor: pointer;
    }
    .zzzs_left {
        width: 14%;
        height: 336px;
        background: #F9F9F9;
        line-height: 336px;
        text-align: center;
        cursor: pointer;
    }
    .zzzs {
        display: flex;
        margin-top: 30px;
    }
    .product_left {
        width: 100%;
        float: none;
    }
    .product_left2b {
        width: 82%;
        float: left;
        margin-left: 4%;
        margin-top: -10px;
    }
    .product_ll img {
        width: 100%;
        height: 60px;
    }
    .product_left2a {
        float: left;
        width: 5%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: rgb(239, 239, 239);
        cursor: pointer;
    }
    .product_left2c {
        float: right;
        width: 5%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: rgb(239, 239, 239);
        cursor: pointer;
    }
    .product_info_top {
        margin-top: 30px;
    }
    .product_right {
        float: none;
        width: 100%;
        padding-top:30px;
    }
    .product_right3 {
        margin-top: 30px;
    }
    .product_lyfk {
        margin-top: 50px;
        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        margin-bottom: 50px;
    }
    .product_content {
        padding: 0px 15px 15px;
    }
    .product_contentl span {
        font-size: 20px;
    }
    .product_contentl{
        float:none;
        text-align:center;
    }
    .product_contentr {
        float: none;
        width: 50%;
        line-height: 44px;
        background: #000;
        border-radius: 22px;
        color: #fff;
        text-align: center;
        margin: 20px auto;
    }
    .product_content li input{
        text-indent:12px;
    }
    .product_content textarea{
        text-indent:12px;
    }
    .MagicZoomBigImageCont{
        display:none;
    }
    .in_prls .swiper-slide {
        padding-bottom: 60px;
    }
    .in_prls::after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        background: rgba(0,0,0,.09);
        bottom: 29px;
        left: 0px;
    }
    
    .inabc4a{
        width:100%;
    }
    .inabc4b {
        position: relative;
        right: 0px;
        bottom: 0px;
        width:100%;
        text-align:center;
    }
    .inlt .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
        flex-direction: column;
    }
    .inlt .swiper-slide::before,.inlt .swiper-slide::after{
        display:none;
    }
    .inlt .swiper-slide{
        background:#F6F6F6;
        padding:25px;
        margin-bottom:8px;
    }
    .pro_nav li.action{
        background:rgb(238, 193, 23);
        border:1px solid rgb(238, 193, 23);
    }
    .pro_nav li.action a{
        color:#fff;
    }
    input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgb(85, 85, 85);
    font-size: 12px;
    font-weight: 400;
    font-family: '微软雅黑';
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: rgb(85, 85, 85);
    font-size: 12px;
    font-weight: 400;
    font-family: '微软雅黑';
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgb(85, 85, 85);
    font-size: 12px;
    font-weight: 400;
    font-family: '微软雅黑';
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgb(85, 85, 85);
    font-size: 12px;
    font-weight: 400;
    font-family: '微软雅黑';
}
.xz_l{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    background:rgb(255,255,255);
    color:#000;
    position:absolute;
    bottom:10px;
    left:0px;
    z-index: 1;
    cursor: pointer;
}
.xz_r{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    background:rgb(255,255,255);
    color:#000;
    position:absolute;
    bottom:10px;
    right:0px;
    z-index: 1;
    cursor: pointer;
}
.xz_r i,.xz_l i{
    font-size:20px;
}
}