* {
    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{
    background:#AA0000;
    padding:0px 43px 0px 43px;
    position:relative;
    background:url(/public/static/index/images/nav_bg.png) center no-repeat;
    background-size:100% 100%;
    background-position:center;
    position:fixed;
    top:0px;
    left:0px;
    z-index: 99;
}
.atc-con img{
    margin-bottom:5px;
	display:unset;
}
.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_topl{
    width:20%;
}
.header_topl img{
    width:100%;
    position:relative;
    top:-8px;
}
.header_topc{
    width:48%;
}
.header_topr{
    width:20%;
}
.header_topr img{
    width:100%;
    position:relative;
    top:-8px;
}
.header_topcl{
    width:60%;
}
.header_topcr{
    width:40%;
    text-align:right;
}
.header_topct{
    height:74px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.header_topcl{
    color:rgb(255, 255, 255);
}
.header_topcr .header_topcr1{
    width:38px;
    height:38px;
    line-height:36px;
    text-align:center;
    border:1px solid rgba(254, 239, 208, 0.6);
    border-radius: 50%;
    display:inline-block;
    color:rgba(254, 239, 208, 0.6);
    margin-left:13px;
    position:relative;
}
.header_topcr div i{
    font-size:22px;
}
.header_rr_c {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100px;
    left: -28px;
    opacity: 0;
    z-index: -1;
    transition: .5s;
}
.header_topcr .header_topcr1:hover{
    color:rgba(254, 239, 208, 1);
    border:1px solid rgba(254, 239, 208, 1);
}
.header_topcr div:hover .header_rr_c {
    top: 50px;
    opacity: 1;
    z-index: 9;
}
.header_topcb ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:78px;
}
.header_rl .header_rlt{
    color:rgb(25, 25, 25);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.header_rl li:hover .header_rlt{
    color:rgb(170, 0, 0);
}
.header_rl li{
    position:relative;
    flex:1;
    text-align:center;
}
.zw_show {
    position: absolute;
    top: 180%;
    left: 0px;
    background: #FFFFFF;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.header_rl li:hover .zw_show {
    opacity: 1;
    visibility: visible;
}
.header.fixed-head {
    transform: translateY(-100%);
}
.banner_zt{
    position:relative;
    overflow: hidden;
}
.banner.db{
    position:flex;
    top:0px;
    left:0px;
}
.banner .swiper-pagination{
    bottom:5% !important;
}
.inab{
    background:#fff;
    position:relative;
}
.inab_img img{
    display:block;
}
.zw_show:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
    border-top: 6px solid #FFFFFF;
    border-right: 6px solid #FFFFFF;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(-45deg);
    mix-blend-mode: multiple;
}

.zw_show a {
    z-index: 1;
    position: relative;
    background: #FFFFFF;
    padding: 16px 20px;
    color: #666;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: inherit;
    font-size: 16px;
    text-decoration: none;
    font-family: 'syht';
}
.zw_show a:hover{
    background:rgb(170, 0, 0);
    color:#fff;
}
.ejlm.fixed{
    display:block;
}
.ejlm{
    line-height:50px;
    background: rgb(170, 0, 0);
    text-align:center;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index: 999;
    display:none;
    transition: .5s;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}
.ejlm li{
    display:inline-block;
    padding:0px 25px;
}
.ejlm li a{
    color:#fff;
}
.nyheader{
    position:relative;
}
/*header end*/

/*banner*/
.banner {
    margin-top:120px;
    width: 100%;
}

.banner img {
    width: 100%;
}

.banner .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.04, 1.04);
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

#banner .arrow-right {
    background: url(/public/static/index/images/banner_arrow.png?v=1) no-repeat left bottom;
    position: absolute;
    right: 20px;
    top: 55%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
    outline: none;
    cursor: pointer;
}

#banner .arrow-left {
    background: url(/public/static/index/images/banner_arrow.png?v=1) no-repeat left top;
    position: absolute;
    left: 20px;
    top: 55%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
    cursor: pointer;
}
#banner .arrow-right:hover {
    background: url(/public/static/index/images/banner_arrowa.png?v=11) no-repeat left bottom;
}

#banner .arrow-left:hover {
    background: url(/public/static/index/images/banner_arrowa.png?v=11) no-repeat left top;
}

#banner .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 999;
}

.qgywm span{
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1.5px solid red;
    border-radius: 50%;
    left: 50%;
    margin-left: -57px;
    top: 10px;
}
.qfywh span {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1.5px solid red;
    border-radius: 50%;
    left: 50%;
    margin-left: 42px;
    top: 22px;
}
.qtjcp span {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1.5px solid red;
    border-radius: 50%;
    left: 50%;
    margin-left: -2px;
    top: 38px;
}
.qxwzx span {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1.5px solid red;
    border-radius: 50%;
    left: 50%;
    margin-left: 46px;
    top: 26px;
}
#banner .swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    opacity: 1;
    border-radius: 10px;
    background: white;
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
}

#banner .swiper-pagination-bullet-active {
    background: #aa0000;
    width: 12px;
}

.banner_top {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    overflow: hidden;
}

.banner_top img {
    width: 100%;
}
/*banner end*/

/*inab*/
.lg-object.lg-image{
    max-height:600px;
}
.inab{
    background:rgb(38, 38, 38);
    padding-top:64px;
    padding-bottom:302px;
}
.in_title{
    font-size:44px;
    font-family: "宋体";
    text-align:center;
    font-weight:bold;
    color:#E2C29A;
    position:relative;
}
.in_title::after{
    content:'';
    position:absolute;
    top:-4px;
    left:50%;
    margin-left:-190px;
    width:91px;
    height:58px;
    background:url(/public/static/index/images/about_l.png);
}
.in_title::before{
    content:'';
    position:absolute;
    top:-4px;
    right:50%;
    margin-right:-190px;
    width:91px;
    height:58px;
    background:url(/public/static/index/images/about_r.png);
}
.w1360{
    width:1360px;
    margin:0 auto;
}
.inabb{
    font-size:16px;
    text-align:center;
    color:#fff;
    line-height:32px;
    margin-top:40px;
}
.inabc{
    margin-top:110px;
}
.inabc ul{
    display: flex;
    justify-content: space-around;
}
.inabc li{
    padding-top:34px;
    text-align:center;
    width:294px;
    height:250px;
    position:relative;
}

.inabc li::after{
    content:'';
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:url(/public/static/index/images/about_bg.png);
    opacity: 0.13;
    transition: .5;
}
.inabc li.action::after{
    opacity: 1;
}
.ty_img{
    position:relative;
    overflow: hidden;
}
.ty_img img{
    transition: .5s;
}
.zzryba li img{
    width:100%;
}
.inabc img {
    display: inline;
    opacity: 0.5;
}
.inabc li.action img{
    opacity: 1;
}
.inabc_text{
    font-size:18px;
    line-height:32px;
    color:rgb(254, 221, 180);
    margin-top:10px;
}
.inb1 li .ty_img{
    position:relative;
    overflow: unset;
}
.ckgd{
    width:151px;
    height:35px;
    line-height:35px;
    margin:70px auto 0px;
    color:rgb(226, 194, 154);
    text-align:center;
}
.ckgdbg{
    background:url(/public/static/index/images/more.png);
    background-size:100% 100%;
}
.ckgdbg:hover{
    background:url(/public/static/index/images/morea.png);
    background-size:100% 100%;
    color:rgba(255,255,255,0.9);
}
/*inab end*/

/*inb*/
.inb{
    background:url(/public/static/index/images/inc_bg.jpeg);
    background-size:cover;
    padding-top:1px;
}
.inb1{
    background:rgb(226, 194, 154);
    border-radius: 8px;
    position:relative;
    margin-top:-190px;
}
.inb1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inb1 li{
    flex:1;
    padding:64px 0px 60px;
    text-align:center;
    position:relative;
}
.inb1 li::after{
    content:'';
    position:absolute;
    right:0px;
    top:74px;
    width:2px;
    height:260px;
    background:url(/public/static/index/images/inb_x.png);
    background-size:100% 100%;
}
.inb1 li:last-child::after{
    display:none;
}
.inb1 img{
    display:inline;
    border-radius: 50%;
}
.inb_text{
    font-size:28px;
    text-align:center;
    margin-top:24px;
}
.inb2{
    padding-top:90px;
}
.inb2a{
    text-align:center;
    font-size:22px;
    color:rgb(226, 194, 154);
    margin-top:20px;
}
.w1150{
    width:1150px;
    margin:0 auto;
}
.inb3{
    position:relative;
    margin-top:90px;
    padding-bottom:96px;
}
.fywh_text{
    font-size:22px;
    color:#fff;
    text-align:center;
    margin-top:16px;
}
.fywh_r{
    position:absolute;
    right:2%;
    top:25%;
    cursor: pointer;
}
.fywh_l{
    position:absolute;
    left:2%;
    top:25%;
    cursor: pointer;
}

.fywh .swiper-slide img{
    width:99%;
    border-radius: 10px;
    border:3px solid #fff;
}

.fywh .swiper-slide:hover img{
    transform: scale(1.04);
}
.inabc li:hover img,.inb1 li:hover img,.inb3 li:hover img{
    transform: scale(1.04);
}

/*inb end*/

/*inca*/
.inca{
    background:rgba(226, 194, 154, 0.2);
    height:452px;
    padding-top:1px;
    position:relative;
}
.inca_l{
    width:1140px;
    position:relative;
    height:276px;
    top:175px;
    background:url(/public/static/index/images/product_bgg.jpeg);
    background-size:cover;
    display: flex;
    justify-content: flex-start;
    align-content: space-between;
    align-items: center;
}
.inca_lyz{
    position:absolute;
    right:-92.5px;
    top:-92.5px;
    animation-name: myAnimation;
  animation-duration: 25s; /* 动画持续时间 */
  animation-timing-function: ease-in-out; /* 动画速率曲线 */
  animation-delay: 0s; /* 动画最先前的期待时间 */
  animation-direction: normal; /* 正向播放照旧反向播放 */
  animation-fill-mode: forwards; /* 在动画完成后坚持最后一个要害帧样式 */
  animation-iteration-count: infinite; /* 无限循环播放 */
}

@keyframes myAnimation {
  0% { transform: rotate(0deg); } /* 初始状态 */
  50% { transform: rotate(360deg); } /* 中心状态 */
  100% { transform: rotate(1080deg); } /* 竣事状态 */
}
.inca_l .in_title{
    width:100%;
}
.inca_r{
    position:absolute;
    right:6%;
    bottom:24%;
}
.qbfl{
    width:151px;
    line-height:35px;
    background:url(/public/static/index/images/moreh.png);
    background-size:100% 100%;
    font-size:14px;
    color:rgb(140, 102, 57);
    text-align:center;
}
.qbfl:hover{
    background:url(/public/static/index/images/moreha.png);
    background-size:100% 100%;
    color:#AA0000;
}
.incb_l{
    width:50%;
    float:left;
}
.incb_l img{
   height:788px;
   width:100%;
}
.incb_r{
    height:788px;
    float:right;
    width:50%;
    position:relative;
}
.incb_r ul{
    overflow-y:hidden;
    height:788px;
    position:relative;
}
.incb_r ul::-webkit-scrollbar{
    display: none;
}
.incb_r ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 82px;
    height: 394px;
}
.incb_r ul li:hover .incb_rl1{
    color:#AA0000;
}
.incb_r ul li:nth-child(2n){
    background:rgb(242, 242, 242);
}
.incb_rl{
    width:56%;
}
.incb_rl1{
    color:#000;
    line-height:32px;
    font-size:30px;
    position:relative;
    padding-bottom:11px;
    margin-bottom:18px;
}
.incb_rl1::after{
    content:'';
    position:absolute;
    left:0px;
    bottom:0px;
    background:rgb(192, 0, 2);
    width:30px;
    height:3px;
}
.incb_rl2{
    color:rgb(135, 135, 135);
    line-height:26px;
}
.incb_rr{
    padding-left:60px;
}
.incb_rr img{
    max-width:235px;
}
.incb_r{
    position:relative;
}
.incb_rfx{
    position:absolute;
    top:50%;
    left:82px;
    margin-top:-25px;
    z-index: 3;
}
.incb_rfx div{
    width:50px;
    height:50px;
    float:left;
    text-align:center;
    position:relative;
    margin-right:24px;
    line-height:36px;
    cursor: pointer;
}
.incb_rfx div img{
    width:100%;
}
.incb_rfx div:hover img:nth-child(1){
    display:none;
}
.incb_rfx div:hover img:nth-child(2){
    display:block;
}
.incb_rfxx img{
    transform: rotate(180deg);
}
.incb_rfx div img{
    display:inline;
    text-align:center;
    position:relative;
    z-index: 9;
}
.incb_rfx div img:nth-child(2){
    display:none;
}
/*inca end*/

/*fy*/
.fy{
    position:relative;
}
.fywz{
    position:absolute;
    left:-0px;
    top:0px;
}
.fya {
    display: flex;
    justify-content: space-between;
    padding-top:68px;
}
.fya1{
    width:395px;
}
.fya1a{
    font-size:52px;
    color:rgb(192, 0, 2);
    font-family: "宋体";
    font-weight:bolder;
    padding-top:220px;
}
.fya1a span{
    font-size:23px;
    text-transform:capitalize
}
.fya1b{
    font-size:24px;
}
.fya3{
    width:500px;
    line-height:28px;
    color:rgba(76, 76, 76, 0.8);
    text-align:justify;
    padding-top:132px;
}
.w1460{
    width:1460px;
    margin:0 auto;
}
.tjcpbg{
    background:rgb(38, 38, 38);
    padding-bottom:70px;
}
.fyb{
    position:relative;
    z-index: 1;
    height:515px;
    width:100%;
    background:url(/public/static/index/images/fybj.png);
    background-size:100% 100%;
    margin-top:-280px;
    padding-top:1px;
}
.fyb .in_title{
    margin-top:350px;
}
.tjcp .swiper-slide{
    text-align:center;
    cursor: pointer;
}
.tjcp .tjpr_bg{
    width:267px;
    height:267px;
    background:url(/public/static/index/images/tjpr_bg.png) top no-repeat;
    padding-top:40px;
    margin:0 auto;
}
.tjcp .tjpr_bg img{
    display:inline;
    max-height:228px;
}
.tjcp .swiper-slide:hover img{
    transform:scale(1.04);
}
.tjpr_text{
    background:url(/public/static/index/images/tjpr_text.png) center no-repeat;
    height:63px;
    font-size:20px;
    color:rgb(226, 194, 154);
    line-height:63px;
    margin-top:30px;
}
.tjcpbg .w1460{
    position:relative;
}
.w90{
    width:90%;
    margin:0 auto;
}
.tjcp_l{
    position:absolute;
    top:30%;
    left:0%;
    cursor: pointer;
}
.tjcp_r{
    position:absolute;
    top:30%;
    right:0%;
    cursor: pointer;
}
/*news*/

.innewt {
    display: flex;
    width: 100%;
    padding: 80px 0px 90px;
    justify-content: space-between;
    align-items: center;
    padding-left:100px;
}
.lmar{
    width:86%;
    float:right;
}
.news_ba .swiper-slide{
    width:430px;
}
.news_ba .swiper-slide:hover .news_c1{
    color:#AA0000;
}
.inlx_c2{
    margin-top:10px;
}
.news_ba .swiper-slide:hover img{
    transform: scale(1.04);
}
.news_ba .swiper-slide:nth-last-child(odd){
    padding-top:56px;
}
.innewt2{
    margin-right:20%;
}
.innewt2 div{
    display:inline-block;
    margin-left:30px;
}
.innewt2 div:hover img:nth-child(2){
    display:block;
}
.innewt2 div:hover img:nth-child(1){
    display:none;
}
.innewt2 img:nth-child(2){
    display:none;
}
.innew_r img{
    cursor: pointer;
    transform: rotate(180deg);
}
.innew_l{
    cursor: pointer;
}
.news_time{
    width:71px;
    height:71px;
    position:absolute;
    right:0px;
    bottom:0px;
    background:rgba(169, 0, 0,0.8);
    text-align:center;
}
.news_t1{
    font-size:32px;
    color:rgb(255, 255, 255);
}
.news_c2{
    color:#797979;
}
.news_t2a{
    font-size:14px;
    color:rgb(255, 255, 255);
}
.news_c1{
    padding:22px 0px 18px;
    color:#282828;
    font-size:18px;
}
.news_r2{
    height:58px;
    width:1px;
    background:#000;
    position:relative;
    left:-10px;
    margin:18px 0px 30px;
}
.news_t2{
    color:#797979;
    line-height:30px;
}
.news_l{
    width:390px;
    float:left;
}
.news_r{
    float:right;
    writing-mode: vertical-rl;
}
.news_r div{
    float:left;
    color:#000;
}
.inlx {
    width: 1705px;
    margin: 0 auto;
    position: relative;
}
.inlx::after{
    content:'';
    position:absolute;
    bottom:0px;
    left:0px;
    background:#9B2728;
    width:100%;
    height:273px;
    z-index: -1;
}
.inlx_img {
    position:relative;
    padding-left:8%;
    float:left;
}
.inlx_c{
    padding-top:160px;
    float:left;
    padding-left:112px;
}
.inlx_r{
    float:right;
    padding-top:160px;
    color:#fff;
    position:relative;
    margin-right:75px;
    padding-bottom:24px;
}
.inlx_r::after{
    content:'';
    position:absolute;
    bottom:0px;
    right:0px;
    width:157px;
    height:2px;
    background:#fff;
    transition: .5s;
}
.inlx_r:hover::after{
    width:90px;
}
.inlx_r a{
    color:#fff;
}
.inlx_r img{
    position:relative;
    top:2px;
    display:inline-block;
    margin-left:4px;
}
.w1705{
    width:1705px;
    margin:0 auto;
}
footer{
    margin-top:80px;
}
.footer_br{
    margin-right:4%;
}
.footer_bw {
    display: flex;
    justify-content: space-between;
    padding-bottom:50px;
}
.footer_br ul li{
    float:left;
    margin-left:76px;
}
.footer_bra{
    font-size:18px;
    font-weight:600;
    color:rgb(192, 0, 2);
    position:relative;
    padding-bottom:7px;
    margin-bottom:26px;
}
.footer_bra::after{
    content:'';
    position:absolute;
    left:0px;
    bottom:0px;
    width:16px;
    height:2px;
    background:rgb(192, 0, 2);
    transition: .5s;
}
.footer_bra:hover::after{
    width:72px;
}
.footer_br2 a:hover{
    color:rgb(192, 0, 2);
}
.footer_br2 a{
    font-size:14px;
    line-height:28px;
    color:rgb(68, 68, 68);
}
.footer_bl2{
    margin-top:40px;
}
.footer_bl2 img{
    display:inline-block;
    position:relative;
    top:4px;
    margin-right:13px;
}
.footer_bl2 p{
    color:rgb(68, 68, 68);
    margin:9px 0px; 
}
.footer_bottom{
    font-size:12px;
    color:rgb(68, 68, 68);
    padding:12px 0px;
    border-top:1px solid #DEDEDE;
}
.footer_bottom a{
    font-size:12px;
    color:rgb(68, 68, 68);
}
.footer_bottom img{
    height:12px;
    display:inline-block;
}
.footer_bottom li{
    float:left;
}
.footer_bottom li:last-child{
    float:right;
}
.footer_bottom li a{
    display:inline-block;
}

.h170{
    height:170px;
    width:100%;
}
.about1{
    padding:115px 0px 90px;
}
.about1c {
    height: 370px;
    width: 100%;
    background: rgb(226, 194, 154);
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.about1l{
    width:820px;
    height:525px;
    padding:40px 50px;
    box-shadow: 0px 4px 26px 0px rgba(0,0,0,0.1);
    background:#fff;
    position:absolute;
    bottom:72px;
    left:46px;
    border-radius: 6px;
}
.about1r{
    margin-right:48px;
}
.about1r li{
    display:inline-block;
    text-align:center;
    margin-left:70px;
}
.about1r img{
    display:inline;
}
.about1r_text{
    color:rgb(101, 87, 70);
    font-size:20px;
    line-height:36px;
}
.about1l1{
    font-size:42px;
    font-weight:700;
    color:rgb(47, 47, 47);
}
.about1l2{
    font-size:34px;
    font-weight:bold;
    color:rgb(170, 144, 113);
    margin-top:8px;
    padding-bottom:47px;
    margin-bottom:35px;
    border-bottom:1px solid rgb(199, 199, 199);
}
.about1l3 {
    height: 250px;
    position: relative;
    line-height: 37px;
    overflow-y: auto;
    color: rgb(91, 91, 91);
    padding-right:10px;
    text-align:justify;
    text-indent:2em;
}
.about1l3::-webkit-scrollbar{
	width:2px;
}
.about1l3::-webkit-scrollbar-track {
	background-color:#acacac;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;
}
.about1l3::-webkit-scrollbar-thumb {
	background-color:rgb(226, 194, 154);
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;
}
.about2{
    width:100%;
    height:760px;
    background:url(/public/static/index/images/about_bg.jpeg) center no-repeat;
    background-size:cover;
}
.about2 ul {
    height:760px;
}
.about2 li{
    position:relative;
    text-align:center;
    border-left:1px solid #fff;
    width:25%;
    float:left;
    text-align:center;
    overflow: hidden;
}
.about2 .ty_h{
    height:760px;
    width:0.1%;
}
.about2 li::after{
    content:'';
    position:absolute;
    right:0px;
    top:0px;
    width:1px;
    height:100%;
}
.about2 li:last-child:after{
    display:none;
}
.about2 li img{
    display:inline;
}
.about23{
    position:absolute;
    width:100%;
    height:100%;
    top:100%;
    left:0px;
    opacity: 0;
    transition: 1s;
    background:rgba(170, 0, 0,0.8);
    padding:0px 60px;
    color:rgb(255, 255, 255);
    line-height:31px;
    text-align:justify;
    text-indent:2em;
    font-size:14px;
}
.about2 li:hover .about21,.about2 li:hover .about22{
    display:none;
}
.about2 li:hover .about23{
    top:0px;
    opacity: 1;
}
.about22{
    line-height:55px;
    font-size:38px;
    color:rgb(255, 255, 255);
    margin-top:34px;
}

.w1430{
    width:1430px;
    margin:0 auto;
}
.qywh .n_title{
    margin:75px 0px 68px;
}
.n_title{
    text-align:center;
}
.n_title img{
    display:inline;
}
.qywhcl{
    width:49.7%;
    float:left;
}
.qywhcl img{
    height:590px;
    width:100%;
}
.qywhcr{
    width:49.7%;
    float:Right;
}
.qywhcr1{
    height:221px;
    background:url(/public/static/index/images/qywh2.jpeg) center no-repeat;
    background-size:cover;
}
.qywhcr1 .ty_h{
    height:221px;
    width:0.1%;
    text-align:center;
}
.qywhcr2{
    margin-top:9px;
    height:360px;
    background:url(/public/static/index/images/qywh3.jpeg) center no-repeat;
    background-size:cover;
    line-height:45px;
    padding-left:63px;
    color:rgb(0, 0, 0);
}
.qywhcr2 .ty_h{
    height:360px;
    width:0.1%;
}
.fzlc{
    height:600px;
    width:100%;
    background:url(/public/static/index/images/fzlc_bg.png) center no-repeat;
    margin-top:42px;
}
.fzlc .n_title{
    padding:81px 0px 53px;
}
.fzlcc1{
    font-weight:700px;
    line-height:55px;
    color:rgb(201, 201, 201);
    font-size:24px;
    margin-bottom:17px;
}
.fzlcc2{
    width:13px;
    height:13px;
    border:3px solid rgb(201, 1, 1);
    border-radius: 50%;
    position:relative;
    z-index: 1;
    background:#fff;
}
.fzlcc3a{
    margin-top:14px;
    font-size:24px;
    line-height:55px;
    color:rgb(41, 41, 41);
}
.fzlcc3b{
    font-size:14px;
    color:rgb(162, 161, 161);
    line-height:30px;
    width:75%;
}

.fzlcx{
    position:relative;
}
.fzlcx::after{
    content:'';
    position:absolute;
    top:78px;
    left:0px;
    width:100%;
    height:1px;
    background:url(/public/static/index/images/fzx.png) center;
}
.fzlcfx img:nth-child(2){
    display:none;
}
.fzlc_r img{
    transform: rotate(180deg);
}
.fzlcfx div{
    display:inline-block;
    margin-left:18px;
    cursor: pointer;
}
.fzlcfx div:hover img:nth-child(1){
    display:none;
}
.fzlcfx div:hover img:nth-child(2){
    display:block;
}
.fzlcfx{
    position:absolute;
    right:0px;
    top:54px;
    z-index: 1;
}
.pzbz3a,.pzbz1a{
    display:none;
}
.pzbz{
    height:750px;
    width:100%;
    background:url(/public/static/index/images/pzbz_bg.jpeg) center no-repeat;
    background-size:cover;
    margin-top:30px;
}
.pzbz .n_title{
    padding:63px 0px 93px;
}
.pzbz_list ul {
    display: flex;
    justify-content: space-around;
}
.pzbz_list li{
    width:290px;
    padding-top:103px;
    position:relative;
    text-align:center;
    transition: .5s;
}
.pzbz1{
    padding:40px 0px 23px;
}
.pzbz2{
    color:rgb(0, 0, 0);
    font-size:30px;
    line-height:32px;
}
.pzbz3{
    margin-top:13px;
    color:rgb(162, 157, 157);
    height:64px;
    line-height:32px;
}
.pzbz4{
    margin-top:22px;
}
.pzbz_list li img{
    display:inline;
}
.pzbzh{
    height:323px;
    border-radius: 44px 44px 145px 145px;
    background:rgba(255, 255, 255, 0.9);
    transition: 1s;
}
.pzbz_list .action{
    padding-top:161px;
}
.pzbz_list .action .pzbzh{
    height:265px;
    position:relative;
    z-index: 1;
    background:#fff;
}
.pzbz_list .pzbz1a{
    position:absolute;
    top:200px;
    width:290px;
    height:272px;
    background:rgba(201, 1, 1, 0.8);
    border-radius: 145px 145px 30px 30px;
    z-index:1;
    padding-top:52px;
    display:block;
    transition: 1s;
    opacity: 0;
}
.pzbz_list .action .pzbz1a{
    opacity: 1;
    top:0px;
}
.pzbz_list .action .pzbz1{
    display:none;
}
.pzbz_list .action .pzbz2{
    padding:31px 0px 27px;
}
.pzbz_list .action .pzbz3{
    display:none;
}
.pzbz_list .action .pzbz3a.pzbz3{
    display:block;
    padding-top:28px;
    margin:0px 44px 0px;
    height:92px;
    border-top: 1px dashed rgb(201, 1, 1);
}
.lxwmra a{
    display:inline-block;
    color:rgb(87, 86, 86);
}
.zzry .n_title{
    padding:67px 0px 56px;
}
.zzry_content{
    border-top:12px solid rgb(254, 239, 208);
    height:500px;
    background: rgb(170, 0, 0);
}
.w1300{
    width:1300px;
    margin:0 auto;
}
.zzrys{
    margin-top:60px;
}
.zzry .swiper-slide {
    background:url(/public/static/index/images/zzry_bg.png) center no-repeat;
    height:128px;
    margin-bottom:31px !important;
    margin-top:31px !important;
  }
  .zzry_text {
    font-size: 24px;
    line-height: 36px;
    color: rgb(255, 255, 255);
    text-align: center;
    display: flex;
    justify-content: center;
    height: 128px;
    align-items: center;
    margin-top:-10px;
}
.zzry_content .w1520{
    position:relative;
}
.zzry_l{
    position:absolute;
    left:3%;
    top:50%;
    margin-top:-50px;
    cursor: pointer;
}
.zzry_r{
    position:absolute;
    transform:rotate(180deg);
    right:3%;
    top:50%;
    margin-top:-50px;
    cursor: pointer;
}
.w1400{
    width:1400px;
    margin:0 auto;
}
.zzryba {
    margin-top: 72px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zzryba li{
    width:31%;
    margin-bottom:50px;
    cursor: pointer;
    margin-right:3%;
}
.zzryba li:nth-child(3n){
    margin-right:0px;
}
.zzryba li:hover img{
    transform: scale(1.04);
}
.zzryb_text{
    line-height:50px;
    text-align:center;
    background:rgb(244, 243, 243);
    margin-top:6px;
    color:rgb(54, 53, 53);
}
.qysj .n_title{
    padding:59px 0px 50px;
}
.qysj_t{
    font-size:26px;
    font-weight:bold;
    text-align:center;
    margin-bottom:104px;
}
.qysj_t span{
    color:rgb(170, 0, 0);
    line-height:42px;
}
.csl{
    height:390px;
    position:relative;
    overflow: hidden;
}
.csli{
    position:absolute;
    right:-20px;
    top:-15px;
}
.lbg{
    padding-top:167px;
}
.csljj{
    height:362px;
    background:rgb(170, 0, 0);
}
.csljj .w1460{
    position:relative;
}
.csljj .csljj_title{
    font-size:22px;
}

.csljj .csljjl{
    width:752px;
    padding-top:61px;
    font-size:16px;
    line-height:40px;
    color:rgb(255, 255, 255);
    text-align:justify;
    height:362px;
}
.csljjr{
    position:absolute;
    bottom:0px;
    right:0px;
}

.ppwh{
    height:474px;
    background:rgb(245, 245, 245);
}
.ppwh1 .csljj_title{
    font-size:22px;
    text-align:center;
    margin-bottom:20px;
}
.ppwh1{
    font-size:16px;
    line-height:30px;
    text-align:center;
    width:74%;
    margin:0px auto;
    color:rgb(118, 118, 118);
    padding:73px 0px 40px;
}
.ppwhl li:nth-last-child(odd) .ppwhsz{
    background:url(/public/static/index/images/ppwha.png) center top no-repeat;
    margin-top:-152px;
}
.ppwhl li:nth-last-child(even) .ppwhsz{
    background:url(/public/static/index/images/ppwhb.png) center top no-repeat;
    margin-top:-152px;
}
.ppwhl li:nth-last-child(even) .ppwhp{
    background:rgb(245,245,245);
}
.ppwhsz{
    height:152px;
    text-align:center;
    font-size:70px;
    font-weight:700;
    color:rgb(170, 0, 0);
    position:relative;
    padding-top:60px;
}
.ppwhp .w1460{
    padding: 140px 0px 148px;
    display: flex;
    justify-content: space-between;
}
.ppwhla1{
    width:755px;
    line-height:32px;
    color:rgb(48, 48, 48);
    text-indent:2em;
    text-align:justify;
}
.ppwhla2{
    width:875px;
    line-height:32px;
    color:rgb(48, 48, 48);
    text-indent:2em;
    text-align:justify;
}
.ppwhla3{
    width:875px;
    line-height:32px;
    color:rgb(48, 48, 48);
    text-indent:2em;
    text-align:justify;
}
.ppwhla3 p:nth-child(2){
    margin:32px 0;
}
.ppwhlc{
    line-height:32px;
    color:rgb(48, 48, 48);
    text-indent:2em;
    text-align:justify;
    padding-top:87px;
}
.ppwhlc p:nth-child(2){
    margin:32px 0;
}
.ppwhld{
    text-align:right;
}
.ppwhld img{
    display:inline;
}
.pr{
    background:rgb(241, 241, 241);
}
.w1550{
    width:1550px;
    margin:0 auto;
}
.pr_nav{
    text-align:center;
    padding:50px 0px 68px;
}
.pr_nav li{
    line-height:41px;
    display:inline-block;
    margin:0px 27px;
}
.pr_nav li div{
    float:left;
}
.pr_img{
    margin-right:8px;
}
.pr_img img:nth-child(2){
    display:none;
}
.pr_nav li:hover .pr_text{
    color:rgb(170, 0, 0);
}
.pr_nav li:hover .pr_img img:nth-child(1){
    display:none;
}
.pr_nav li:hover .pr_img img:nth-child(2){
    display:block;
}
.pr_text{
    font-size:18px;
    color:rgb(43, 43, 43);
}
.prlist ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.prlist li{
    border-radius: 8px;
    background: rgb(255, 255, 255);
    text-align:center;
    width:23%;
    margin-bottom:40px;
    cursor: pointer;
    margin-right:2.66%;
}
.prlist li:nth-child(4n){
    margin-right:0px;
}
.prlist_div {
    margin: 0px 23px;
    border-top: 1px solid rgb(241, 241, 241);
    padding: 22px 0px 28px;
   display: flex;
    justify-content: space-between;
    align-items: center;
}
.pages{
    padding-top:40px;
}
.prlist img{
    display:inline;
    max-height:250px;
}
.prlist .ty_img{
    padding:62px 0px;
}
.prlist li:hover img{
    transform: scale(1.04);
}
.prlist_div1{
    text-align:left;
}
.prlist_div1a{
    font-size: 24px;
font-weight: 400;
line-height: 35px;
}
.prlist_div1b{
    font-size: 16px;
font-weight: 400;
line-height: 23px;
}

/*prtc*/
.prtc{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.5);
    z-index: 999;
    display:none;
}
.prtca{
    width:1150px;
    height:635px;
    background:#fff;
    border-radius: 26px;
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-317.5px;
    margin-left:-575px;
}
.prtcac{
    position:relative;
    padding:40px 50px;
}
.prtc_gb{
    position:absolute;
    right:25px;
    top:26px;
    cursor: pointer;
}
.prtc_gb i{
    font-size:24px;
}
.prtcacl{
    width:570px;
    float:left;
}
.prtcacl1{
    font-size:36px;
    font-family: 'syhtr';
    color:#000000;
    line-height:52px;
}
.prtcacl2{
    margin:6px 0px 24px;
}
.prtcacl2 li{
    border:1px solid #AA0000;
    display:inline-block;
    color:#AA0000;
    font-size:14px;
    line-height:26px;
    padding:0px 15px;
    border-radius: 15px;
    margin-right:10px;
}
.prtcacl3{
    font-size:18px;
    line-height:30px;
    font-family: 'syhtr';
    padding-bottom:32px;
    margin-bottom:39px;
    border-bottom:1px #AA0000 dashed;
}
.prtcacl4{
    margin-bottom:40px;
}
.prtcacl4a{
    background:#AA0000;
    line-height:26px;
    font-size:14px;
    color:#fff;
    border-radius: 15px;
    padding:0px 15px;
    display:inline-block;
    font-family: 'syhtr';
    margin-bottom:16px;
}
.prtcacl4b .prtcacl4ba{
    font-size:16px;
    line-height:24px;
    font-family: 'syhtr';
    display:inline-block;
    margin-right:32px;
}
.prtcacl5b p{
    line-height:28px;
    font-size:16px;
    font-family: 'syhtr';
}

.prtcacr {
    float: right;
    width: 400px;
    text-align: center;
    position: relative;
    height: 555px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prtcacr img{
    max-height:400px;
    width:260px;
}
.prtcacr i{
    position:absolute;
    bottom:25px;
    right:35px;
    font-size:24px;
    cursor: pointer;
    width:24px;
    height:24px;
}

/*prtc end*/
.new .n_title{
    padding:50px 0px 40px;
}
.newlist ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.newlist li{
    width:32%;
    margin-bottom:30px;
    padding:45px 30px;
    background:#fff;
}
.newlist1{
    color:rgb(170, 0, 0);
    font-size:18px;
}
.newlist2{
    font-size:18px;
    font-size:500;
    color:rgb(33, 33, 33);
    margin:12px 0px 27px;
}
.newlist3{
    color:rgb(33, 33, 33);
    margin-top:33px;
}
.newlist li .ty_img{

}
.yxlns {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.yxlns div {
    padding: 0px 49px;
    background: rgb(240, 240, 240);
    width: 550px;
    display: flex;
    justify-content: space-between;
    height: 245px;
    align-items: center;
    line-height:32px;
}
.jmtj{
    height:512px;
    background:url(/public/static/index/images/jmtj_bg.jpeg) center no-repeat;
    background-size:cover;
    margin-top:98px;
}
.jmtj .n_title{
    padding:62px 0 78px;
}
.jmtjul{
    display: flex;
    justify-content: space-between;
}
.jmtjul li{
    width:24%;
    height:158px;
    padding:0px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:rgb(255, 255, 255);
    line-height:32px;
    font-size:15px;
}

.lxwm .w1400{
    display: flex;
}
.lxwml{
    position:relative;
    z-index: 2;
    width:600px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
background: rgb(255, 255, 255);
border-bottom:10px solid rgb(170, 0, 0);
padding:46px;
}
.lxwmlt1{
    color: rgb(68, 68, 68);
font-family: 思源黑体;
font-size: 36px;
font-weight: 700;
line-height: 40px;
letter-spacing: 0px;
text-align: left;
}
.lxwmlt2{
    margin:17px 0px;
}
.lxwmlt3{
    color: rgb(87, 86, 86);
font-family: 思源黑体;
font-size: 16px;
font-weight: 400;
line-height: 40px;
letter-spacing: 0px;
text-align: left;
}
.lxwmlb{
    margin-top:22px;
}
.lxwmlb input{
    width:100%;
    border:none;
    background:None;
    border-bottom:1px solid rgb(223, 223, 223);
    line-height:40px;
    color: rgb(105, 105, 105);
    margin-top:28px;
}
.lx_btn{
    width: 322px;
    height: 54px;
    background: rgb(170, 0, 0);
    line-height:54px;
    color:#fff;
    margin-top:50px;
    text-align:center;
}
.lxwmr{
    padding-left:90px;
}
.lxwm{
    padding-top:68px;
    position:relative;
    height:558px;
}
.lxwmra{
    margin-top:18px;
    font-size:24px;
    line-height:47px;
}
.lxwmra img{
    float:left;
    margin-right:10px;
    position:relative;
    top:9px;
}
.lxwmrb{
    margin-top:30px;
}
.lxwmrb li{
    display:inline-block;
    text-align:center;
    font-size:16px;
    color:rgb(68, 68, 68);
    margin-right:30px;
}
.lxwmrb li img{
    box-shadow: 4px 4px 28px 0px rgba(0, 0, 0, 0.1);
}
.lxwmrba{
    margin-top:15px;
}
/*banner*/
.w1520{
    width:1520px;
    margin:0 auto;
}
.ty_banner {
    height: 550px;
    width: 100%;
    position: relative;
}

.ty_banner .ty_h {
    height: 550px;
    width: 0.1%;
}

.ty_banner1 {
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: 700;
    line-height: 84px;
}

.ty_banner2 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 30px;
}
.ty_banner2 span{
    margin:0px 4px;
}
.ty_banner2 a{
    display:inline-block;
    letter-spacing: 0px;
    color:#fff;
}
.ty_banner2 img{
    display:inline-block;
    margin-right:4px;
    position:relative;
    top:4px;
}
.about_banner {
    background: url(/public/static/index/images/about_banner.jpg) center no-repeat;
    background-size: cover;
}

.fywh_banner {
    background: url(/public/static/index/images/fywh_banner.jpeg) center no-repeat;
    background-size: 100% 100%;
}

.product_banner {
    background: url(/public/static/index/images/product_banner.jpeg) center no-repeat;
    background-size: 100% 100%;
}

.news_banner {
    background: url(/public/static/index/images/news_banner.jpeg) center no-repeat;
    background-size: 100% 100%;
}

.zzry_banner {
    background: url(/public/static/index/images/zzry_banner.jpeg) center no-repeat;
    background-size: 100% 100%;
}

.lxwm_banner {
    background: url(/public/static/index/images/lxwm_banner.jpeg) center no-repeat;
    background-size: 100% 100%;
}

/*banner end*/

.sj {
    display: none;
}

@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;
        width: 50%;
        left: 3%;
        top: 15px;
        text-align: left;
    }

    .header_logo img {
        height: 40px;
        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;
        line-height:60px;
        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;
    }




    .banner {
        margin-top: 70px;
        height: 210px;
    }


    .banner .swiper-slide div {
        height: 210px;
    }


    .w1460{
    width:94%;
    margin:0 auto;
}
.w1488 {
    width: 94%;
    margin: 0 auto;
}
.w1360{
    width:94%;
    margin:0 auto;
}
.w1150{
    width:94%;
    margin:0 auto;
}
.w1705{
    width:94%;
    margin:0 auto;
}
.w1430{
    width:94%;
    margin:0 auto;
}
.w1300{
    width:94%;
    margin:0 auto;
}
.w1400{
    width:94%;
    margin:0 auto;
}
.w1550{
    width:94%;
    margin:0 auto;
}
.w1520{
    width:1520px;
    margin:0 auto;
}

    .ty_banner .ty_h {
        height: 210px !important;
        width: 0.1%;
    }

    .ty_banner1 {
        color: rgb(255, 255, 255);
        font-family: "syht";
        font-size: 18px;
        font-weight: 400;
        line-height: 2px;
    }

    .ty_banner2 {
        color: rgb(255, 255, 255);
        font-family: "syht";
        font-size: 14px;
        line-height: 30px;
        margin-top: 10px;
        font-weight:500;
    }
    .ty_banner2 img{
        height:16px;
        top:2px;
    }

    .banner_zt {
        position: relative;
        height: 100%;
        overflow: hidden;
    }
    .in_title {
        font-size: 28px;
        font-family: "宋体";
        text-align: center;
        font-weight: bold;
        color: #E2C29A;
        position: relative;
    }
    .in_title::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -105px;
        width: 45.5px;
        height: 29px;
        background: url(/public/static/index/images/about_l.png);
        background-size: 100% 100%;
    }
    .in_title::before {
        content: '';
        position: absolute;
        top: -0px;
        right: 50%;
        margin-right: -105px;
        width: 45.5px;
        height: 29px;
        background: url(/public/static/index/images/about_r.png);
        background-size: 100% 100%;
    }
    .inab {
        background: rgb(38, 38, 38);
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .inabb {
        font-size: 14px;
        text-align: justify;
        color: #fff;
        line-height: 26px;
        margin-top: 20px;
    }
    .inabc {
        margin-top: 20px;
    }
    .inabc ul {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .inabc li {
        padding-top: 14px;
        text-align: center;
        width: 40%;
        height: 105px;
        position: relative;
        margin-bottom:20px;
    }
    .inabc li::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: url(/public/static/index/images/about_bg.png);
        opacity: 0.13;
        transition: .5s;
        background-size: 100% 100%;
    }
    .inabc img {
        display: inline;
        height: 40px;
    }
    .inabc_text {
        font-size: 12px;
        line-height: 22px;
        color: rgb(254, 221, 180);
        margin-top: 0px;
    }
    .inb1 {
        background: rgb(226, 194, 154);
        border-radius: 8px;
        position: relative;
        margin-top: 0px;
    }
    .ckgd {
        width: 151px;
        height: 35px;
        line-height: 35px;
        margin: 10px auto 0px;
        color: rgb(226, 194, 154);
        text-align: center;
        font-size:14px;
    }
    .inb1 ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .inb1 li {
        flex: none;
        width: 48%;
        padding: 12px 0px 12px;
        text-align: center;
        position: relative;
    }
    .inb1 img {
        display: inline;
        border-radius: 50%;
        width: 70%;
    }
    .inb_text {
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
    }
    .inb1 li::after {
        content: '';
        position: absolute;
        right: -9px;
        top: 48px;
        width: 2px;
        height: 60px;
        background: url(/public/static/index/images/inb_x.png);
        background-size: 100% 100%;
    }
    .inb1 li:nth-child(2n)::after{
        display:none;
    }
    .inb2 {
        padding-top: 60px;
    }
    .inb2a {
        text-align: center;
        font-size: 14px;
        color: rgb(226, 194, 154);
        margin-top: 10px;
    }
    .inb3 {
        position: relative;
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .fywh_text {
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-top: 5px;
    }
    .fywh_r,.fywh_l{
        z-index: 8;
        top:50%;
        margin-top:-34px;
    }
    .fywh_r{
        right:0px;
    }
    .fywh_l{
        left:0px;
    }
    .fywh_r img,.fywh_l img{
        width:15px;
    }
    .inca {
        background: rgba(226, 194, 154, 0.2);
        height: auto;
        padding-top: 0px;
        position: relative;
        overflow: hidden;
    }
    .inca_l {
        width: 100%;
        position: relative;
        height: 150px;
        top: 0px;
        background: url(/public/static/index/images/product_bgg.jpeg);
        background-size: cover;
        display: flex;
        justify-content: flex-start;
        align-content: space-between;
        align-items: center;
    }
    .inca_lyz {
        position: absolute;
        right: -25px;
        top: -25px;
        
    }
    

    .inca_lyz img{
        width:50px;
        
    }
    .inca_r{
        display:none;
    }
    .incb_l {
        width: 100%;
        float: none;
    }
    .incb_l img {
        height: auto;
        width: 100%;
    }
    .incb_r {
        height: auto;
        float: none;
        width: 100%;
        position: relative;
    }
    .incb_rl {
        width: 100%;
    }
    .incb_r ul li {
        display: flex;
        padding-left: 0px;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        padding: 30px 20px;
        flex-direction: column;
    }
    .incb_rr {
        padding-left: 0px;
    }
    .incb_rfx{
        display:none;
    }
    .incb_r ul {
        overflow-y: hidden;
        height: auto;
        position: relative;
    }
    .fywz {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 70%;
    }
    .fya {
        display: flex;
        justify-content: space-between;
        padding-top: 0px;
        flex-direction: column;
    }
    .fya1 {
        width: 100%;
    }
    .fya1a {
        font-size: 32px;
        color: rgb(192, 0, 2);
        font-family: "宋体";
        font-weight: bolder;
        padding-top: 40px;
    }
    .fya1b {
        font-size: 18px;
    }
    .fya2 img{
        width:80%;
        margin:0 auto;
    }
    .fya3 {
        width: 100%;
        line-height: 24px;
        color: rgba(76, 76, 76, 0.8);
        text-align: left;
        padding-top: 30px;
        font-size: 14px;
    }
    .fyb {
        position: relative;
        z-index: 1;
        height: auto;
        width: 100%;
        background: url(/public/static/index/images/fybj.png);
        background-size: cover;
        margin-top: 0px;
        padding-top: 1px;
    }
    .fyb .in_title {
        margin-top: 150px;
    }
    .tjcpbg {
        background: rgb(38, 38, 38);
        padding-bottom: 60px;
        padding-top: 40px;
    }
    .lmar {
        width: 94%;
        float: none;
        margin:0 auto;
    }
    .news_l {
        width: 100%;
        float: none;
    }
    .ty_img img{
        width:100%;
    }
    .news_r{
        display:none;
    }
    .h170 {
        height: 60px;
        width: 100%;
        display:None;
    }
    footer {
        margin-top: 30px;
    }
    .tjcp .tjpr_bg {
        width: auto;
        height: auto;
        background: url(/public/static/index/images/tjpr_bg.png) top no-repeat;
        padding-top: 40px;
        margin: 0 auto;
    }
    .tjcp .tjpr_bg img {
        width: auto;
        display: inline;
        max-height: 200px;
    }
    .innewt2 {
        margin-right: 20%;
        display: None;
    }
    .innewt {
    display: flex;
    width: 100%;
    padding: 40px 0px 20px;
    justify-content: center;
    align-items: center;
}
    .inlx_img {
        position: relative;
        padding-left: 8%;
        float: left;
        display: none;
    }
    .inlx_c {
        padding-top: 0px;
        float: left;
        padding-left: 0px;
    }
    .inlx{
        display:none;
    }
    .footer_br{
        display:none;
    }
    .news_ba .swiper-slide:nth-last-child(odd) {
        padding-top: 0px;
    }
    .footer_bl1 img{
        width:80%;
        margin:0 auto;
    }
    .footer_bl2 {
        margin-top: 20px;
    }
    .footer_bl2 p {
        color: rgb(68, 68, 68);
        margin: 9px 0px;
        font-size: 14px;
        line-height: 24px;
    }
    
    .footer_bw {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0px;
    }    
    .footer_bottom{
        padding:5px 0px;
    }
    .footer_bottom li:last-child {
        float: right;
        text-align: center;
    }
    .footer_bottom li{
        float:left;
        line-height:24px;
    }
    .about1c {
        height: auto;
        width: 100%;
        background: rgb(226, 194, 154);
        border-radius: 6px;
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .about1l {
        width: 100%;
        height: auto;
        padding: 20px;
        box-shadow: 0px 4px 26px 0px rgba(0,0,0,0.1);
        background: #fff;
        position: relative;
        bottom: 0px;
        left: 0px;
        border-radius: 6px;
       
    }
    .about1r {
        margin-right: 0px;
    }
    .about1c {
        height: auto;
        width: 100%;
        background: rgb(226, 194, 154);
        border-radius: 6px;
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: column;
    }
    .n_title img {
        height: 40px;
        display: inline;
    }
    .fyb .in_title {
        margin-top: 100px;
    }
    .w1520{
        width:94%;
    }
    .qywh .n_title,.fzlc .n_title,.pzbz .n_title,.zzry .n_title,.qysj .n_title,.new .n_title,.jmtj .n_title{
        margin:0px;
        padding:50px 0px 20px;
    }
    .about1{
        padding:30px 0px 30px;
    }
    .about1l1 {
        font-size: 18px;
        font-weight: 700;
        color: rgb(47, 47, 47);
    }
    .about1l2 {
        font-size: 18px;
        font-weight: bold;
        color: rgb(170, 144, 113);
        margin-top: 8px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgb(199, 199, 199);
    }
    .about1l3 {
        line-height: 26px;
        color: rgb(91, 91, 91);
        font-size: 14px;
        text-align: justify;
    }
    .about1r {
        padding: 20px 0px;
        width: 100%;
    }
    .about1r ul{
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        align-content: space-around;
    }
    .about1r li {
        display: inline-block;
        text-align: center;
        margin-left: 0px;
    }
    .about1r li img{
        height:40px;
        width:auto;
    }
    .about1r_text {
        color: rgb(101, 87, 70);
        font-size: 12px;
    }
    .about2 {
        width: 100%;
        height: 600px;
        background: url(/public/static/index/images/about_bg.jpeg) center no-repeat;
        background-size: cover;
    }
    .about2 li {
        position: relative;
        text-align: center;
        border-left: 1px solid #fff;
        width: 50%;
        float: left;
        text-align: center;
        overflow: hidden;
    }
    .about2 ul {
        height: auto;
    }
    .about2 .ty_h {
        height: 300px;
        width: 0.1%;
    }
    .about22 {
        line-height: 24px;
        font-size: 16px;
        color: rgb(255, 255, 255);
        margin-top: 10px;
    }
    .about23 {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 100%;
        left: 0px;
        opacity: 0;
        transition: 1s;
        background: rgba(170, 0, 0,0.8);
        padding: 10px 10px;
        color: rgb(255, 255, 255);
        line-height: 22px;
        text-align: justify;
        text-indent: 2em;
        font-size: 14px;
        overflow-y: auto;
    }
    .about2 li:nth-child(1),.about2 li:nth-child(2){
        border-bottom:1px solid #fff;
    }
    .qywhcl {
        width: 100%;
        float: none;
    }
    .qywhcl img{
        height:auto;
    }
    .qywhcr {
        width: 100%;
        float: none;
        margin-top:8px;
    }
    .qywhcr2 {
        margin-top: 9px;
        height: auto;
        background: url(/public/static/index/images/qywh3.jpeg) center no-repeat;
        background-size: cover;
        line-height: 45px;
        padding: 20px 10px;
        color: rgb(0, 0, 0);
        text-align: center;
    }
    .qywhcr2 .ty_h {
        height: auto;
        width: 0.1%;
    }
    .fzlc .n_title{
        padding:0px;
    }
    .fzlcc3a {
        margin-top: 14px;
        font-size: 16px;
        line-height: 28px;
        color: rgb(41, 41, 41);
    }
    .fzlcc3b {
        font-size: 14px;
        color: rgb(162, 161, 161);
        line-height: 26px;
        width: 100%;
    }
    .fzlcfx div img{
        height:25px;
    }
    .fzlcc1 {
        font-weight: 700;
        line-height: 55px;
        color: rgb(201, 201, 201);
        font-size: 24px;
        margin-bottom: 17px;
    }
    .fzlc {
        height: auto;
        width: 100%;
        background:none;
        margin-top: 42px;
        padding-bottom:40px;
    }
    .fzlcc3{
        padding:0px 10px;
    }
    .pzbz_list ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .pzbz_list li {
        width: 48%;
        padding-top: 0px;
        position: relative;
        text-align: center;
        margin-bottom:15px;
    }
    .pzbzh {
        height: auto;
        border-radius: 44px 44px 145px 145px;
        background: rgba(255, 255, 255, 0.9);
    }
    .pzbz1 {
        padding: 20px 0px 10px;
    }
    .pzbz1 img{
        height:30px;
    }
    .pzbz2 {
        color: rgb(0, 0, 0);
        font-size: 18px;
        line-height: 20px;
    }
    .pzbz3 {
        margin-top: 13px;
        color: rgb(162, 157, 157);
        height: 48px;
        line-height: 24px;
        font-size: 12px;
    }
    .pzbz4 {
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .pzbz {
        height: auto;
        width: 100%;
        background: url(/public/static/index/images/pzbz_bg.jpeg) center no-repeat;
        background-size: cover;
        padding-bottom:40px;
    }
    .ejlm.fixed{
        display:None;
    }
    .fzlcfx {
        position: absolute;
        right: 0px;
        top: 64px;
        z-index: 1;
    }
    .zzry_text {
        font-size: 12px;
        line-height: 24px;
        color: rgb(255, 255, 255);
        text-align: center;
        display: flex;
        justify-content: center;
        height: 64px;
        align-items: center;
        margin-top: -5px;
    }
    .zzry .swiper-slide {
        background: url(/public/static/index/images/zzry_bg.png) center no-repeat;
        height: 64px;
        margin-bottom: 15px !important;
        margin-top: 15px !important;
        background-size: 90%;
    }
    .zzry_l{
        position: absolute;
        left: 40%;
        top: 105%;
        margin-top: -20px;
        cursor: pointer;
    }
    .zzry_l img{
        height:40px;
    }
    .zzry_r{
        position: absolute;
        transform: rotate(180deg);
        right: 40%;
        top: 105%;
        margin-top: -20px;
        cursor: pointer;
    }
    .zzry_r img{
        height:40px;
    }
    .zzry_content {
        border-top: 12px solid rgb(254, 239, 208);
        height: auto;
        background: rgb(170, 0, 0);
        padding-bottom: 40px;
    }
    .zzryba {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .zzryba li {
        width: 100%;
        margin-bottom: 15px;
        cursor: pointer;
    }
    .qysj_t {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 30px;
        line-height: 24px;
    }
    .qysj_t span {
        color: rgb(170, 0, 0);
        line-height: 24px;
    }
    .csli {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50px;
    right: auto;
}
    .csl {
        height: auto;
        position: relative;
        overflow: hidden;
    }
    .lbg {
        padding-top: 40px;
    }
    .lbg img{
        height:80px;
    }
    .csljj {
    height: auto;
    background: none;
    margin-top: 30px;
}
    .csljjr {
        position: relative;
        bottom: 0px;
        right: 0px;
    }
    .csljjr img{
        width:80%;
        margin:0 auto;
    }
    .csljj .csljjl {
        width: 100%;
        padding-top: 30px;
        font-size: 14px;
        line-height: 26px;
        color: rgb(118, 118, 118);
        text-align: justify;
        height: auto;
        padding-bottom:30px;
    }
    .ppwh1 {
        font-size: 14px;
        line-height: 30px;
        text-align: justify;
        width: 90%;
        margin: 0px auto;
        color: rgb(118, 118, 118);
        padding: 40px 0px;
    }
    .ppwh2 img{
        width:100%;
    }
    .ppwhl li:nth-last-child(odd) .ppwhsz {
        background: url(/public/static/index/images/ppwha.png) center top no-repeat;
        margin-top: -80px;
    }
    .ppwhsz {
        height: 80px;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        color: rgb(170, 0, 0);
        position: relative;
        padding-top: 50px;
    }
    .ppwhp .w1460 {
        padding: 40px 0px;
        display: flex;
        justify-content: space-between;
    }
    .ppwhp .w1460 {
    padding: 20px 0px 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.ppwhl li:nth-last-child(even) .ppwhp {
    background: rgb(245,245,245);
    padding-bottom: 40px;
}
.ppwhlc{
    padding:20px 0px 30px ;
}
.ppwhld{
    display:none;
}
.ppwh {
    height: auto;
    background: rgb(245, 245, 245);
    padding-bottom: 60px;
}
    .ppwhlb img,.ppwhla img{
        width:60%;
        margin:20px auto;
    }
    .ppwhla1,.ppwhla2,.ppwhla3,.ppwhlc{
        width: 100%;
        line-height: 26px;
        color: rgb(48, 48, 48);
        text-indent: 2em;
        text-align: justify;
        font-size: 14px !important;
    }
    .ppwhla3 p:nth-child(2) ,.ppwhlc p:nth-child(2){
        margin: 0px 0;
    }
    .ppwhld img{
        width:60%;
        margin:20px auto;
    }
    .ppwhld {
        text-align: center;
    }
    .pr_text {
        font-size: 16px;
        color: rgb(43, 43, 43);
    }
    .pr_nav li {
        line-height: 41px;
        display: inline-block;
        margin: 0px 15px 15px;
    }
    .pr_nav {
        text-align: center;
        padding: 30px 0px 10px;
    }
    .prlist li {
        border-radius: 8px;
        background: rgb(255, 255, 255);
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
        cursor: pointer;
        margin-right:0px;
    }
    .prlist .ty_img{
        padding:30px 0px;
    }
    .prlist img {
        display: inline;
        max-height: 240px;
        width: auto;
    }
    .incb_r li:nth-child(3) .incb_rr{
        padding:10px 0;
    }
    .incb_rr img {
    max-width: 200px;
}
    .prtca {
    width: 90%;
    height: 70vh;
    background: #fff;
    border-radius: 1.5vw;
    position: absolute;
    left: 5%;
    top: 15vh;
    margin-top: 0px;
    margin-left: 0px;
}
    .prtcac {
        position: relative;
        padding: 12px;
    }
    .prtcacl {
        width: 100%;
        float: none;
    }
    .prtcacl1 {
        font-size: 16px;
        font-family: 'syhtr';
        color: #000000;
        line-height: 50px;
    }
    .prtcacl2 {
        margin: 0px 0px 15px;
    }
    .prtcacl2 li {
        border: 1px solid #F77B21;
        display: inline-block;
        color: #F77B21;
        font-size: 12px;
        line-height: 24px;
        padding: 0px 10px;
        border-radius: 15px;
        margin-right: 10px;
    }
    .prtcacl3 {
        font-size: 14px;
        line-height: 22px;
        font-family: 'syhtr';
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px #F77B21 dashed;
        text-align:justify;
    }
    .prtcacl4a {
        background: #F77B21;
        line-height: 24px;
        height: 25px;
        font-size: 12px;
        color: #fff;
        border-radius: 15px;
        padding: 0px 15px;
        display: inline-block;
        font-family: 'syhtr';
        margin-bottom: 10px;
    }
    .prtcacl4b .prtcacl4ba {
        font-size: 12px;
        line-height: 24px;
        font-family: 'syhtr';
        display: inline-block;
        margin-right: 15px;
    }
    .prtcacl4 {
        margin-bottom: 10px;
    }
    .prtcacl5b p:nth-child(1) {
        margin-bottom: 10px;
    }
    .prtcacl5b p {
        line-height: 26px;
        font-size: 12px;
        font-family: 'syhtr';
    }
    .prtcacr {
        float: none;
        width: 60%;
        margin: 30px auto 0px;
    }
    .prtcacr .ty_h {
        height: auto;
        width: 100%;
        display: block;
    }
    .prtcacr img{
        width:100%;
    }
    .prtc_gb {
        position: absolute;
        right: 12px;
        top: 26px;
        cursor: pointer;
    }
    .prtc_gb i {
        font-size: 18px;
    }
    .prtcacl5b{
        height: 60px;
    overflow-y: auto;
    position: relative;
    }
    .prtcacr {
        float: none;
        width: 40%;
        margin: 30px auto 0px;
        height: auto;
    }
    .newlist li {
        width: 100%;
        margin-bottom: 30px;
        padding: 20px 20px;
        background: #fff;
    }
    .newlist ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .newlist2 {
        font-size: 16px;
        color: rgb(33, 33, 33);
        margin: 8px 0px 10px;
    }
    .newlist1 {
        color: rgb(170, 0, 0);
        font-size: 14px;
    }
    .newlist3 {
        color: rgb(33, 33, 33);
        margin-top: 15px;
        font-size: 14px;
    }
    .ty_content {
        background-color: #f5f5f5;
        padding: 30px 0px 30px;
        margin-top:0px;
    }
    .atc-pn{
        font-size:12px;
        line-height:30px;
    }
    .atc-pn a{
        font-size:12px;
    }
    .atc-con p{
        font-size:14px !important;
    }
    .atc-con p img{
        width:100% !important;
    }
    .yxlns {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .yxlns div {
        padding: 10px;
        background: rgb(240, 240, 240);
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: auto;
        align-items: center;
        line-height: 26px;
        font-size: 14px;
        margin-bottom:15px;
    }
    .jmtj {
        height: auto;
        background: url(/public/static/index/images/jmtj_bg.jpeg) center no-repeat;
        background-size: cover;
        margin-top: 30px;
    }
    .jmtjul {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .jmtjul li {
        width: 100%;
        height: auto;
        padding: 20px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgb(255, 255, 255);
        line-height: 32px;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .lxwm {
        padding-top: 40px;
        position: relative;
        height: auto;
    }
    .lxwml {
        position: relative;
        z-index: 2;
        width: 100%;
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
        background: rgb(255, 255, 255);
        border-bottom: 5px solid rgb(170, 0, 0);
        padding: 20px;
    }
    .lx_btn {
        width: 150px;
        height: 44px;
        background: rgb(170, 0, 0);
        line-height: 44px;
        color: #fff;
        margin-top: 20px;
        text-align: center;
        margin: 20px auto;
    }
    .lxwm .w1400 {
        display: flex;
        flex-direction: column;
    }
    .lxwmr {
        padding-left: 0px;
        padding-top:30px;
    }
    .lxwmlt1 {
        color: rgb(68, 68, 68);
        font-family: 思源黑体;
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0px;
        text-align: left;
    }
    .lxwmlt2 {
        margin: 8px 0px;
    }
    .lxwmlt3 {
        color: rgb(87, 86, 86);
        font-family: 思源黑体;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: left;
    }
    .lxwmlb input {
        width: 100%;
        border: none;
        background: None;
        border-bottom: 1px solid rgb(223, 223, 223);
        line-height: 40px;
        color: rgb(105, 105, 105);
        margin-top: 10px;
    }
    .lxwmra {
        margin-top: 14px;
        font-size: 14px;
        line-height: 30px;
    }
    .lxwmrb li img{
        width:100%;
    }
    .lxwmrb li {
        display: inline-block;
        text-align: center;
        font-size: 16px;
        color: rgb(68, 68, 68);
        margin-right: 30px;
        width: 30%;
    }
    .lxwmrb {
        margin-top: 30px;
        text-align: center;
        margin-bottom: 30px;
    }
    .lxwmrb li:last-child{
        margin-right:0px;
    }
    .lxwmrba {
        margin-top: 5px;
    }
    #allmap {
        height: 300px;
        width: 100%;
    }
    .lxwmra img{
        display:none;
    }
    .inabc img{
        width:auto;
    }
    .inb1 img{
        width:70%;
    }
    .incb_r .qbfl{
        margin-top:20px;
    }
    .incb_rl2 {
    color: rgb(135, 135, 135);
    line-height: 26px;
    font-size: 14px;
}
footer{
    margin-top:0px;
    padding-top:0px;
    background:#fff;
}
.footer_bottom{
    padding:10px 10px;
}
.footer_bl2 img {
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 5px;
}
.news_c1 {
    padding: 10px 0px 10px;
    color: #282828;
    font-size: 16px;
}
.news_c2 {
    color: #797979;
    font-size: 14px;
    line-height:26px;
    height:52px;
}
.innew{
    padding-bottom:20px;
}
.news_l .ty_img{
    height:300px;
}
.pzbz_list .action .pzbz3a.pzbz3 {
    display: block;
    padding-top: 18px;
    margin: 0px 10px 0px;
    height: 72px;
    border-top: 1px dashed rgb(201, 1, 1);
}
.pzbz_list .action {
    padding-top: 100px;
}
.pzbz_list .action .pzbz1a {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 150px;
    background: rgba(201, 1, 1, 0.8);
    border-radius: 145px 145px 30px 30px;
    z-index: 1;
    padding-top: 42px;
    display: block;
}
.pzbz_list li img {
    display: inline;
    height: 30px;
}
.pzbz_list .action .pzbzh {
    height: 201px;
    position: relative;
    z-index: 1;
    transition: 1s;
    background: #fff;
}
.ppwhp img{
    display:None !important;
}
.ppwhl li:nth-last-child(even) .ppwhsz {
    background: url(/public/static/index/images/ppwhb.png) center top no-repeat;
    margin-top: 0px;
}
.tjcp_l img{
    height:40px;
}
.tjcp_r img{
    height:40px;
}
.tjcp_r {
    position: absolute;
    top: 32%;
    right: 0%;
    cursor: pointer;
}
.tjcp_l {
    position: absolute;
    top: 32%;
    left: 0%;
    cursor: pointer;
}
.in_title span{
    display:None;
}
.pages{
    padding-top:0px;
}
#banner .arrow-right {
    background: url(/public/static/index/images/banner_arrow.png?v=1) no-repeat left bottom;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -17.5px;
    width: 35px;
    height: 35px;
    z-index: 999;
    outline: none;
    cursor: pointer;
}
#banner .arrow-left {
    background: url(/public/static/index/images/banner_arrow.png?v=1) no-repeat left top;
    background-size: 100%;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -17.5px;
    width: 35px;
    height: 35px;
    z-index: 999;
    cursor: pointer;
}
#banner .arrow-right:hover {
    background: url(/public/static/index/images/banner_arrowa.png?v=11) no-repeat left bottom;
    background-size: 100%;
}
#banner .arrow-left:hover {
    background: url(/public/static/index/images/banner_arrowa.png?v=11) no-repeat left bottom;
    background-size: 100%;
}
.footer_bl1{
    display:none;
}
.pzbz_list .pzbz1a {
    position: absolute;
    top: 200px;
    width: 100%;
    height: 150px;
    background: rgba(201, 1, 1, 0.8);
    border-radius: 145px 145px 30px 30px;
    z-index: 1;
    padding-top: 52px;
    display: block;
    transition: 1s;
    opacity: 0;
}
.product_banner {
    background: url(/public/static/index/images/product_bannersj.jpg) center no-repeat;
    background-size: 100% 100%;
}
}<!--耗时1766285151.1223秒-->