
.logo img{
    max-width: 200px;
    height: auto;
}

.header{
    background: #fff;
}

.header_s_w{
    padding: 35px 0;
}

.header_s_y{
    padding-left: 60px;
    background-image: url("../images/dh_03.png");
    background-repeat: no-repeat;
    background-position: left center;
}


.header_s_y h2{
    font-size: 18px;
    color: #333333;
    margin-bottom: 6px;
}


.header_s_y h3{
    font-size: 18px;
    color: #7d0402;
    font-weight: bold;
}


.header_nav ul{
    font-size: 0;
    text-align: justify;
}


.header_nav ul li{
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    font-size: 16px;
    position: relative;

}

.header_nav ul li>a{
    color: #333333;
}

.header_nav ul li.las{
    height: 0;
    width: 100%;
}

.header_nav ul li:hover>a{
    color: #7d0402;
    font-weight: bold;
}

.header_nav ul li.liang>a{
    color: #7d0402;
    font-weight: bold;
}
.footer{
    background: #222222;
}

.footer_z{
    width: 45%;
    border-right: 2px solid #fff;
}

.footer_w{
    padding: 50px 0;
}

.footer_z_logo{
    margin-bottom: 30px;
}

.footer_z_logo img{
    max-width: 100%;
}

.footer_z_xx{
    margin-bottom: 10px;
}
.footer_z_xx ul li{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 6px;
}

.footer_z_bqba p{
    font-size: 14px;
    color: #999999;
    margin-bottom: 5px;
}

.footer_z_bqba p:last-child{
    margin-bottom: 0;
}

.footer_zz{
    width: 30%;
    padding-left: 120px;
}

.footer_zz ul{
    overflow: hidden;
}

.footer_zz ul li{
    float: left;
    width: 50%;
    padding-right: 2%;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 25px;
}

.footer_zz ul li:nth-last-child(1){
    margin-bottom: 0;
}

.footer_zz ul li:nth-last-child(2){
    margin-bottom: 0;
}

.footer_y{
    width: 15%;
}
.footer_y_img{
    margin-bottom: 10px;
}
.footer_y_img img{
    width: 100%;
}

.footer_y h2{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.sj_nav{
    position: fixed;
    width: 100%;
    top: 100px;
    left: 0;
    z-index: 999999;
    height: 100%;
    background: #fff;
    display: none;
}
.sj_nav ul{
    padding: 10px 0;
}
.sj_nav ul li{
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}



.menu {
    display: none;
    height: 100px;
    width: 30px;
    align-items: center;
    align-self: center;

}

.menu i {
    transition: all 0.4s;
    position: relative;
    width: 30px;
    height: 3px;
    background: #7d0402;
    display: block;
}

.menu i:before,
.menu i:after {
    position: relative;
    content: "";
    width: 100%;
    height: 100%;
    top: -10px;
    background: #7d0402;
    display: block;
    transition: all 0.4s;
}

.menu i:after {
    top: unset;
    bottom: -8px;
}

.close i:before {
    top: -6px;
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}

.close i:after {
    top: -6px;
    -webkit-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}

.close i {
    background: transparent;
}


.erji{
    position: absolute;
    width: 120px;
    left: -30px;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;  /*菜单透明到显示 0到1*/
    visibility: hidden; /*隐藏（动画过渡的固定写法）*/
}

.erji .p{
    line-height: 40px;
    text-align: center;

}

.erji .p a{
    color: #333;
}

.erji .p:hover a{
    color: #7d0402;
}


.header_nav ul li:hover .erji{
    opacity: 1;
    transition: opacity 1s; /*动画过渡*/
    visibility: visible; /*显示（动画过渡的固定写法）*/
}
.banner img{
    width: 100%;
}

.xbt{
    border-bottom: 1px solid #f9f9f9;
}

.xbt p{
    font-size: 14px;
    color: #666666;
    line-height: 55px;
}

.xbt p a{
    padding: 0 0.2%;
}

.shangbiao_zc{
    margin-bottom: 40px;
}

.shangbiao_zc_k{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    box-shadow: 0 0 4px 4px #f5f5f5;
}

.shangbiao_zc_z{
    width: 44%;
}

.shangbiao_zc_z img{
    width: 100%;
}

.shangbiao_zc_y{
    position: relative;
    width: 52%;
}

.sb_zc h2{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}

.sb_zc_con, .sb_zc_con *{
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
}

.sb_zc{
    margin-bottom: 30px;
}

.aj_lx h2{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}

.aj_lx ul{
    font-size: 0;
}

.aj_lx ul li{
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-right: 2%;
    line-height: 30px;
    border: 1px solid #7d0402;
    font-size: 14px;
    color: #7d0402;
    text-align: center;
    margin-bottom: 10px;
}

.aj_lx ul li:hover{
    background: #7d0402;
 
}

.aj_lx ul li:hover a{
       color: #fff;
}

.aj_lx ul li:last-child{
    margin-right: 0;
}

.liji{
    display: block;
    width: 33%;
    line-height: 60px;
    background-color: #7d0402;
    padding-left: 90px;
    background-image: url("../images/liji_03.png");
    background-position: left 45px center;
    background-repeat: no-repeat;
    font-size: 16px;
    color: #fff;
    /*margin-top: 40px;*/
    position: absolute;
    bottom: 0;
    left: 0;

}

.shangbiao_lx{
    margin-bottom: 60px;
}

.shangbiao_lx h2{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}

.shangbiao_lx_ul ul{
    font-size: 0;
    border-bottom: 1px solid #dddddd;
}

.shangbiao_lx_ul ul li{
    display: inline-block;
    width: 10%;
    margin-right: 1.2%;
    border: 1px solid #dddddd;
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
}


.shangbiao_lx_ul ul li:nth-of-type(9n){
    margin-right: 0;
}

.shangbiao_lx_ul ul li:hover{
    border: 1px solid #7d0402;
    color: #7d0402;
}


.h2{
    text-align: center;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 60px;
}

.fuwu_lc_w{
    padding: 55px 0 60px;
}

.fuwu_lc_ul ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-self: center;
    justify-content: center;
}

.fuwu_lc_ul ul li{
    margin-bottom: 20px;
    padding: 40px 36px;
    background: url("../images/a3_03.png") center  no-repeat;
    width: 14%;
    /* display: inline-block;
    vertical-align: top; */

    min-height: 155px;
}

.fuwu_lc_ul ul li h3{
    font-style: oblique;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.fuwu_lc_ul ul li p{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 1.8;
}

.fuwu_lc_ul ul li:nth-of-type(2n){
    width: 7.5%;
    background: none;
    min-height: unset;
}

.fuwu_lc_ul ul li:last-child{
    display: none;
}

.ljzx{
    width: 160px;
    line-height: 50px;
    background: #7d0402;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
}

.shangbiao_jz_w{
    padding: 80px 0 100px;
}

.shangbiao_jz_ul ul{
    display: flex;

}

.shangbiao_jz_ul ul li{
    background: #7d0402;
    min-height: 300px;
    width: 25%;
    align-items: center;
    align-self: center;
    padding: 0 18px;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
}

.shangbiao_jz_ul ul li:nth-of-type(2n){
    background: #9a5453;
}

.shangbiao_jz_ul ul li h2{
    font-weight: bold;
    font-size: 48px;
    color: #ffffff;
    font-style: oblique;
    margin-bottom: 20px;
    text-align: center;
}

.shangbiao_jz_ul ul li h3{
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-style: oblique;
    margin-bottom: 10px;
}

.shangbiao_jz_ul ul li p{
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.wuda_ys h2{
    text-align: center;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.wuda_ys_bt{
    margin-bottom: 60px;
}

.wuda_ys_img img{
    width: 100%;
}

.wuda_ys_img{
    width: 45%;
}

.wuda_ys_y{
    width: 45%;
}

.wuda_ys_y ul li h3{
    font-size: 24px;
    color: #7d0402;
    font-weight: bold;
}

.wuda_ys_y ul li p{
    font-size: 16px;
    color: #666666;
}

.wuda_ys_y ul li{
    margin-bottom: 25px;
}

.women_kh{
    background: #f6f6f6;
}

.women_kh_w{
    padding: 60px 0 110px;
}

.wuda_ys_w{
    padding-bottom: 90px;
}

.women_kh_ul ul{
    font-size: 0;
}

.women_kh_ul ul li{
    display: inline-block;
    vertical-align: top;
    width: 20%;
    border: 2px solid #ddd;

}

.women_kh_ul ul li img{
    width: 100%;
}

.fuwu_lc_ull ul li h3{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    font-style: oblique;
    margin-bottom: 30px;
}

.fuwu_lc_ull ul li h3::after{
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #fff;
    margin: 0 auto;
    margin-top: 30px;
}


.fuwu_lc_ull ul li p{
    min-height: 100px;
    margin-bottom: 10px;
}

.fuwu_lc_ull ul li a{
    font-size: 16px;
    color: #ffffff;
    display: block;
    text-align: center;
}

.shouhou_fw_ul ul{
    font-size: 0;
}

.shouhou_fw_ul ul li{
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-right: 3.5%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    min-height: 340px;
}

.shouhou_fw_ul ul li:nth-of-type(3n){
    margin-right: 0;
}



.shouhou_fw_ms{
    padding: 20px 20px 30px;
}

.shouhou_fw_ms h2{
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.shouhou_fw_ms p{
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.shouhou_fw_img img{
    width: 100%;
}

/*.shouhou_fw_ul ul li:nth-of-type(4), .shouhou_fw_ul ul li:nth-of-type(5){
    width: 49%;
    margin-right: 2%;
}*/

.shouhou_fw_ul ul li:last-child{
    margin-right: 0;
}

.aj_lxx{
    margin-bottom: 10px;
}

.dengji_bq_bt h2{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.dengji_bq_bt h3{
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-bottom: 24px;
}

.dengji_bq_lm ul{
    text-align: center;
}

.dengji_bq_lm ul li{
    font-size: 18px;
    color: #333333;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    padding: 0 1.5%;
}

.dengji_bq_lm ul li::after{
    font-size: 24px;
    color: #333333;
    position: absolute;
    right: -6px;
    top: 0;
    content: "/";
    
}

.dengji_bq_lm ul li:last-child::after{
    display: none;
}

.dengji_bq_lm ul li.on{
    color: #7d0402;
}

.dengji_bq_lm{
    margin-bottom: 40px;
}

.dengji_bq_ul ul{
    font-size: 0;
}

.dengji_bq_ul ul li{
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin-right: 2%;
    box-shadow: 0 0 2px 2px #e2e2e2;
    padding: 20px 50px 26px;
}

.dengji_bq_ul ul li:last-child{
    margin-right: 0;
}

.dengji_bq_ul ul li:nth-of-type(5n){
    margin-right: 0;
}

.dengji_bq_img img{
    max-width: 100%;
    margin: 0 auto;
}
.dengji_bq_img{
    margin-bottom: 10px;
}

.dengji_bq_ul ul li h2{
    font-size: 18px;
    color: #7d0402;
    text-align: center;
    font-weight: bold;
    margin-bottom: 16px;
}

.dengji_bq_ul ul li p{
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.dengji_bq_ul ul li h3{
    width: 100%;
    border: 1px solid #dddddd;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.dengji_bq_ul ul li:hover h3{
    color: #7d0402;
    border: 1px solid #7d0402;
}

.aaaaa{
    display: none;
}

.dailai_sm_w{
    padding: 75px 0 66px;
}

.dailai_sm_ul ul{
    font-size: 0;
}

.dailai_sm_ul ul li{
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-right: 2.6%;
    background: #7d0402;
    padding: 26px 0;
    margin-bottom: 2.6%;
}

.dailai_sm_ul ul li:nth-of-type(4n){
    margin-right: 0;
}

.dailai_sm_ul ul li h2{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    font-style: oblique;
    margin-bottom: 15px;
}

.dailai_sm_ul ul li h3{
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 16px;
}

.dailai_sm_ul ul li h4{
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.dailai_smm{
    background: #f6f6f6;
}

.dailai_smm_ul ul{
    text-align: center;
    font-size: 0;
}

.dailai_smm_ul ul li{
    display: inline-block;
    vertical-align: top;
    width: 16.66%;
    margin-right: 6%;
}

.dailai_smm_img{
    height: 134px;
    display: flex;
    align-items: center;
    align-self: center;
}

.dailai_smm_img img{
    max-width: 100%;
    margin: 0 auto;
    max-height: 100%;
}

.dailai_smm_ul ul li p{
    font-size: 16px;
    color: #333333;
    margin-bottom: 25px;
    line-height: 1.6;
}

.dailai_smm_ul ul li h2{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    
}

.dailai_smm_ul ul li h2::before{
    width: 14px;
    height: 14px;
    margin: 0 auto;
    content: "";
    background: #000000;
    border-radius: 50%;
    margin-bottom: 10px;
    display: block;
}


.dailai_smm_ul ul li:last-child{
    margin-right: 0;
}

.shouhou_fw_ww{
    padding: 100px 0 80px;
}

.sanxiang_lm{
    margin-bottom: 40px;
}
.sanxiang_lm ul{
    text-align: center;
}

.sanxiang_lm ul li{
    line-height: 50px;
    width: 13%;
    border-radius: 4px;
    background: #eeeeee;
    font-size: 16px;
    color: #333333;
    margin-right: 3%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}


.sanxiang_lm ul li:last-child{
    margin-right: 0;
}

.sanxiang_lm ul li.on{
    background: #7d0402;
    color: #fff;
}

.sanxiang_lb ul{
    font-size: 0;
}

.sanxiang_lb ul li{
    width: 23%;
    margin-right: 2.6%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 4px 4px #f5f5f5;
    margin-bottom: 20px;
}


.sanxiang_lb ul li:nth-of-type(4n){
    margin-right: 0;
}

.sanxiang_img img{
    width: 100%;
}

.sanxiang_img{
    border: 1px solid #ddd;
}

.sanxiang_ms{
    padding: 10px 0;
}

.sanxiang_ms_z{
    width: 50%;
}

.sanxiang_ms_y{
    width: 38%;
}

.sanxiang_ms_y a{
    width: 100%;
    display: block;
    line-height: 40px;
    border: 1px solid #7d0402;
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
    color: #7d0402;
}

.sanxiang_ms_z h2{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 5px;
}

.sanxiang_ms_z h3{
    font-size: 14px;
    color: #666666;
}

.guanyu_ul ul li{
    overflow: hidden;
    margin-bottom: 20px;
}

.guanyu_img{
    width: 48%;
}

.guanyu_img img{
    width: 100%;
}

.guanyu_ms{
    width: 48%;
    padding-top: 30px;
}

.guanyu_bt h2{
    font-size: 18px;
    color: #7d0402;
    margin-bottom: 10px;
    font-weight: bold;
}

.guanyu_bt h3{
    font-size: 16px;
    color: #7d0402;
}

.guanyu_bt{
    margin-bottom: 30px;
}

.guanyu_w{
    padding: 60px 0 0;
}


.guanyu_con, .guanyu_con *{
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.lxwm_k{
    box-shadow: 0 0 5px 5px #f7f7f7;
    padding: 40px;
}

.lxwm{
    margin-top: 40px;
    margin-bottom: 80px;
}

.lxwm_z{
    width: 44%;
}

.lxwm_z h2{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 25px;
}

.lxwm_z_ul ul li{
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}

.lxwm_y{
    width: 44%;
}

.lxwm_y form{
    width: 100%;
}

.lxwm_y h2{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 25px;
}
.lxwm_y_ul ul li{
    margin-bottom: 10px;
}
.lxwm_y_ul ul li  input[type="text"]{
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
}

.lxwm_y_ul ul li input::-webkit-input-placeholder {
    color: #666666;
    font-size: 16px;
}


.lxwm_y_ul ul li  textarea{
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 16px;
    color: #333;
    resize: none;
    height: 80px;
}

.lxwm_y_ul ul li textarea::-webkit-input-placeholder {
    color: #666666;
    font-size: 16px;
}

.lxwm_y [type="submit"]{
    display: block;
    width: 100%;
    height: 40px;
    border: 0;
    font-size: 16px;
    color: #fff;
    background: #7d0402;
    cursor: pointer;
}

.lxwm_z_ma img{
    max-width: 100%;
}

.category_page_w{
    padding: 40px 0;
}

.category_page_con, .category_page_con *{
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}