.logo {
    height: 80px;
    display: flex;
    align-items: center;
    align-self: center;
}

.logo img {
    width: auto;
    height: auto;
}

.qiehuan a {
    line-height: 80px;
    display: inline-block;
    font-size: 20px;
    color: #000;
    padding: 0 10px;
}

.qiehuan a.on {
    color: #eb6622;
}

.dianhua {
    line-height: 80px;
    padding-left: 40px;
    background-image: url("../images/dh_03.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 2%;
}

.nav {
    background: #eb6622;
}

.nav_z {
    width: 76%;
}

.nav_z .yijii {
    font-size: 0;
}

.nav_z .yijii>li {
    display: inline-block;
    vertical-align: middle;
    line-height: 70px;
    font-size: 20px;
    color: #ffffff;
    padding: 0 1%;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    position: relative;
}

.nav_z .yijii>li:hover {
    border-bottom: 2px solid #fff;
}

.nav_z .yijii>li.liang{
    border-bottom: 2px solid #fff;
}

.nav_y {
    display: flex;
    align-items: center;
    align-self: center;
    height: 70px;
    width: 14%;
}

.nav_y label {
    position: relative;
    display: block;
}

.nav_y label input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    background: #fff;
    display: block;
    border: none;
    padding: 0 20px;

}

.nav_y label .sub {
    position: absolute;
    width: 30px;
    top: 50%;
    right: 14px;
    border: none;
    background-image: url("../images/fdj_03.png");
    background-position: center center;
    background-repeat: no-repeat;
    transform: translate(0%, -50%);
    padding: 0;
    cursor: pointer;
}

.lunbo .swiper-slide img {
    width: 100%;
}


.lunbo .swiper-button-next {
    width: 70px;
    height: 140px;
    background: url("../images/you_05.png") center center no-repeat;
    background-size: 100% 100%;
    right: 0;
}


.lunbo .swiper-button-prev {
    width: 70px;
    height: 140px;
    background: url("../images/zuo_03.png") center center no-repeat;
    background-size: 100% 100%;
    left: 0;
}

.chanpin_w {
    padding: 66px 0;

}

.index_tit {
    margin-bottom: 66px;
}

.index_tit h2 {
    font-size: 45px;
    color: #284164;
    text-align: center;
}

.index_tit h2::after {
    display: block;
    content: "";
    width: 218px;
    height: 4px;
    background: #eb6622;
    margin: 0 auto;
    margin-top: 16px;
}


.chanpin h3 {
    margin-top: 40px;
    font-size: 35px;
    color: #eb6622;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
}

.chanpin h3 span {
    color: #284164;
    margin-right: 1%;
}

.chanpin_img img {
    display: block;
    max-width: 100%;
    width: 43%;
    margin: 0 auto;
    height: auto;
}

.chanpin_img {
    margin-bottom: 70px;
}

.chanpin_lb ul {
    text-align: center;
}

.chanpin_lb ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16%;

}

.chanpin_lb ul li:last-of-type {
    margin-right: 0;
}

.chanpin_lb ul li h4 {
    font-size: 32px;
    color: #eb6622;
    text-align: center;
    font-weight: bold;
}

.chanpin_lb_img {
    margin-bottom: 10px;
}

.list_w {
    padding: 90px 0;
    box-sizing: border-box;
}

.list_ul {
    margin-bottom: 50px;
}

.list_ul ul {
    font-size: 0;
}

.list_ul ul li {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #e4e4e4;
    font-size: 26px;
    color: #595757;
    cursor: pointer;
}

.list_ul ul li.on {
    color: #eb6622;
    border-bottom: 2px solid #eb6622;
}


header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999999;
}

.lunbo .swiper-container {
    width: 100% !important;
}

.lunbo .swiper-wrapper {
    width: 100% !important;
}

.lunbo .swiper-slide {
    width: 100% !important;
}

.header {
    background: #f5f5f5;
}

#fp-nav {
    display: none;
}

.index_gao {
    width: 100%;
    height: 150px;
}

.list_img img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
}

.list_lb ul {
    font-size: 0;
}

.list_lb ul li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding-right: 4%;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 50px;


}

.list_lb ul li:nth-of-type(4n) {
    padding-right: 0;
}


.list_lb ul li h2 {
    border-top: 2px solid #e6e6e6;
    box-sizing: border-box;
    font-size: 20px;
    color: #595757;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;

}


.list .more {
    display: block;
    width: 120px;
    line-height: 34px;
    border-radius: 6px;
    background: #d5d5d5;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto;
}

.list_lb {
    display: none;
}


.list_lb ul li:hover h2 {
    color: #eb6622;
}

.jiance_w {
    padding: 100px 0;
    box-sizing: border-box;
}

.index_titt h2 {
    color: #fff;
}

.jiance_lb ul {
    margin-bottom: 65px;
    font-size: 0;
}

.jiance_lb ul li {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 40px;
}

.jiance_lb ul li:nth-of-type(4n) {
    margin-right: 0;
}

.jiance_lb_img img {
    width: 100%;
}

.jiance_lb_k {
    width: 100%;
    height: 40px;
    background: #dfdfdf;
}

.jiance_lb ul li h2 {
    line-height: 60px;
    background: #dfdfdf;
    font-size: 20px;
    color: #09192a;
    text-align: center;
}

.jiance_lb ul li:hover .jiance_lb_k {
    background: #eb6622;
}

.jiance_lb ul li:hover h2 {
    background: #eb6622;
    color: #fff;
}


.jiance_lb .more {
    display: block;
    width: 120px;
    line-height: 34px;
    border-radius: 6px;
    background: #eb6622;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto;
}

.shipin_w {
    padding: 90px 0;
    box-sizing: border-box;
}

.shipin .swiper-slide video {
    display: block;
    width: 100%;
    /* height: 350px; */
    object-fit: cover;
}

.shipin .swiper-slide img {
    width: 100%;
}


.shipin .swiper-button-next {
    background: url("../images/y_10.png") center center no-repeat;
    width: 28px;
    height: 35px;
    background-size: 100% 100%;
    right: -60px;
    top: unset;
    bottom: 100px;
    outline: none;
}

.shipin .swiper-button-prev {
    background: url("../images/z_07.png") center center no-repeat;
    width: 28px;
    height: 35px;
    background-size: 100% 100%;
    left: -60px;
    top: unset;
    bottom: 100px;
    outline: none;
}

.shipin .shang {
    margin-bottom: 66px;
}


.shipin .more {
    display: block;
    width: 120px;
    line-height: 34px;
    border-radius: 6px;
    background: #d5d5d5;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 60px;
}

.shipin .gallery-thumbs .swiper-slide {
    position: relative;
}

.shipin .gallery-thumbs .swiper-slide h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.shipin .gallery-thumbs .swiper-slide-thumb-active h2 {
    background: rgba(235, 102, 34, 0.7);
}


.xiazai_w {
    padding: 80px 0 90px;
    box-sizing: border-box;
}

.xiazai_lb {
    margin-bottom: 60px;
}

.xiazai_lb ul {
    font-size: 0;
}

.xiazai_lb ul li {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin-right: 4%;

    background: #fff;
    padding: 40px 0 20px;
}

.xiazai_lb ul li:nth-of-type(4n) {
    margin-right: 0;
}

.xiazai_img img {
    margin: 0 auto;
    max-width: 100%;
    height: 80px;
    display: block;
}

.xiazai_img {
    margin-bottom: 20px;
}

.xiazai_lb ul li h2 {
    font-size: 26px;
    color: #5f5d5d;
    text-align: center;
}


.xiazai_img img:last-of-type {
    display: none;
}

.xiazai_lb ul li:hover h2 {
    color: #fff;
}

.xiazai_lb ul li:hover {
    background: #eb6622;
}

.xiazai_lb ul li:hover .xiazai_img img:first-of-type {
    display: none;
}

.xiazai_lb ul li:hover .xiazai_img img:last-of-type {
    display: block;
}

.xiazai_lbb ul {
    font-size: 0;
}

.xiazai_lbb ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
    font-size: 26px;
    color: #fff;
    width: 50%;
}


.xiazai_lbb .more {
    display: block;
    width: 120px;
    line-height: 34px;
    border-radius: 6px;
    background: #eb6622;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 50px auto 0;
}


.hezuo_w {
    padding: 100px 0;
    box-sizing: border-box;
}


.hezuo .swiper-button-next {
    background: url("../images/y_10.png") center center no-repeat;
    width: 28px;
    height: 35px;
    background-size: 100% 100%;
    right: -60px;
    outline: none;
}

.hezuo .swiper-button-prev {
    background: url("../images/z_07.png") center center no-repeat;
    width: 28px;
    height: 35px;
    background-size: 100% 100%;
    left: -60px;
    outline: none;
}

.hezuo .swiper-slide img {
    width: 100%;
}

.index_tit_g {
    margin-bottom: 88px;
}

.news {
    padding: 10px 0;
    box-sizing: border-box;
}

.news_lm {
    background: #d5d5d5;
}

.news_lm ul {
    display: flex;
}

.news_lm ul li {
    flex: 1;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    color: #595757;
    cursor: pointer;
}

.news_lm ul li.on {
    background: #eb6622;
    color: #fff;
}



.news_img img {
    border: 2px solid #fff;
    width: 100%;
}

.news_img {
    margin-bottom: 10px;
    width: 38%;
}

.news_lb h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.news_lb p {
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    padding-bottom: 16px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;

}

.news_lb ul li {
    border-bottom: 1px solid #fff;
    margin-bottom: 60px;
}


.news_lb .swiper-slide ul {
    width: 55%;
    background: rgba(235, 102, 34, 0.6);
    padding: 84px 80px 30px;
    box-sizing: border-box;
    float: right;
}



.news_nr .swiper-button-next {
    background: url("../images/y_10.png") center center no-repeat;
    width: 28px;
    height: 35px;
    background-size: 100% 100%;
    right: -60px;
    outline: none;
}

.news_nr .swiper-button-prev {
    background: url("../images/z_07.png") center center no-repeat;
    width: 28px;
    height: 35px;
    background-size: 100% 100%;
    left: -60px;
    outline: none;
}

.news_lb {
    display: none;
}

.guanyu_w {
    padding: 100px 0;
    box-sizing: border-box;
}

.guanyu_z {
    width: 48%;
}

.guanyu_z img {
    width: 100%;
}

.guanyu_y {
    width: 47%;
}

.guanyu_y_nr,
.guanyu_y_nr * {
    font-size: 25px;
    color: #000000;
    line-height: 1.6;
}



.guanyu_y .more {
    display: block;
    width: 120px;
    line-height: 34px;
    border-radius: 6px;
    background: #d5d5d5;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin-top: 20px;
}

.footer_shang {
    background: #e8e8e8;
}

.footer_shang_w {
    padding: 80px 0;
    box-sizing: border-box;
}

.di_logo img {
    width: auto;
    height: auto;
}

.di_logo {
    margin-bottom: 36px;
}

.footer_shang_z {
    width: 58%;
}

.footer_shang_z_z {
    width: 24%;
    padding-right: 42px;
    border-right: 1px solid #9fa0a0;
    height: 100%;

}

.footer_shang_z_z img {
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

.footer_shang_z_z h2 {
    font-size: 20px;
    color: #000000;
}

.footer_shang_z_y {
    width: 70%;
    border-right: 1px solid #9fa0a0;
}

.footer_shang_z_y_nr,
.footer_shang_z_y_nr * {
    font-size: 24px;
    color: #000000;
    line-height: 2;
}


.footer_shang_z_y h2 {
    font-size: 30px;
    color: #eb6622;
}


.footer_shang_y {
    width: 34%;
}

.footer_shang_y h2 {
    font-size: 35px;
    color: #eb6622;
    margin-bottom: 20px;
}

.footer_shang_y_k_z {
    width: 60%;
}

.footer_shang_y_k_z ul {
    font-size: 0;
}

.footer_shang_y_k_z ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 22px;
    color: #565656;
    margin-bottom: 10px;
}


.footer_shang_z_k {
    height: 232px;
}

.youqing {
    background: #eb6622;
}

.youqing p {
    font-size: 24px;
    color: #e8e8e8;
    line-height: 70px;
}

.banquan {
    background: #1c222f;
}

.banquan p {
    line-height: 74px;
    color: #c9caca;
    font-size: 22px;
    text-align: center;
}

.mianbao {
    display: none;
    align-items: center;
    align-self: center;
    height: 80px;
}

.sj_nav {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 80px;
    background: #fff;
    display: none;
}

.sj_nav .sj_nav_yiji>li {
    font-size: 16px;
    color: #eb6622;
    margin-bottom: 20px;
}

.sj_nav .sj_nav_yiji>li>a{
    margin-bottom: 10px; 
    display: block;
    width: 100%;

}

.sj_nav_w {
    padding: 30px 0;
    box-sizing: border-box;
}

.bannerr {
    position: relative;
	height:300px
}

.bannerr_k {
    padding-top: 80px;
    padding-bottom: 50px;
}


.bannerr_k h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.biaodan {
    text-align: center;
}

.biaodan label {
    width: 19.5%;
    display: inline-block;
    margin-right: 4%;

}

.biaodan label:last-of-type {
    width: 18%;
}

.biaodan label select {
    width: 100%;
    height: 30px;
    border-radius: 14px;
    font-size: 14px;
    color: #4d4d4d;
}


.biaodan label input {
    width: 100%;
    display: block;
    height: 30px;
    background: #eb6622;
    font-size: 14px;
    color: #fff;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    letter-spacing: 0.6em;
}


.biaodan label:first-of-type input{
	background: #fff;
	letter-spacing: unset;
	font-size: 14px;
	color: #333;
	padding: 0 20px;
	cursor: unset;
}

.xzzx_w {
    padding: 50px 0;
}

.xzzx_s {
    margin-bottom: 50px;
}

.xzzx_s ul {
    font-size: 0;
}

.xzzx_s ul li {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    margin-right: 8%;
}

.xzzx_s ul li:last-of-type {
    margin-right: 0;
}

.xzzx_s_img {
    margin-bottom: 30px;
}

.xzzx_s_img img {
    width: 100%;
}

.xzzx_s ul li h2 {
    font-size: 25px;
    color: #767676;
    text-align: center;
}


.xzzx_s ul li:hover h2 {
    color: #eb6622;
}

.xzzx_lb ul li {
    margin-bottom: 50px;
    border: 1px solid #d2d2d2;
    padding: 0 50px;
    overflow: hidden;
    line-height: 50px;
}

.z1 {
    float: left;
    width: 20%;
    
    white-space: nowrap;
    font-size: 22px;
    color: #767676;
}

.z2{
    margin-right: 4%;
    width: 15%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.z3{
    margin-right: 4%;
    width: 15%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.z4{
    display: flex;
    align-items: center;
    align-self: center;
    height: 50px;
}

.z4 img:last-of-type{
    display: none;
}


.xzzx_lb ul li :hover .z4 img:first-of-type{
    display: none;
}

.xzzx_lb ul li :hover .z4 img:last-of-type{
    display: flex;
}

.xzzx_lb ul li :hover .z1{
    color: #eb6622;
}



/* 分页样式*/
#pages { padding:14px 0 10px; font-family:宋体 ;text-align: -webkit-center; font-size:14px;}
#pages a { display:inline-block; height:28px; line-height:28px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
#pages a.a1 { width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:28px; line-height:28px; background:none; border:1px solid #d2d2d2; color:#333; text-align:center;padding:0 10px}
.page .noPage { display:inline-block; width:56px; height:28px; line-height:28px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }



.news_banner img{
    width: 100%;
}

.news_banner{
    position: relative;
}

.news_lmm{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.news_lmm h1{
    font-size: 55px;
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
    font-weight: normal;

}

.news_lmm ul{
    font-size: 0;
    text-align: center;
}

.news_lmm ul li{
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    color: #fff;
    margin-right: 30%;
    padding: 0 1%;
    padding-bottom: 10px;
}

.news_lmm ul li.on{
    color: #eb6622;
    border-bottom: 2px solid #eb6622;
}

.news_lmm ul li:last-of-type{
    margin-right: 0;
}

.news_show_w{
    padding: 160px 0;
}

.news_tit h2{
    font-size: 32px;
    color: #717171;
    margin-bottom: 40px;

}

.news_titt{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.news_titt h3{
    font-size: 20px;
    color: #717171;
    padding-left: 30px;
    background-image: url("../images/h1_06.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
}

.sharee{
    margin-top: 3px !important;
    margin-left: 5%;
}


.sj_nav_erji{
    display: none;
}
.sj_nav_sanji{
    display: none;
}

.sj_nav_erji>li{
    margin-bottom: 10px; 
}

.sj_nav_erji>li>a{
    margin-bottom: 10px; 
    display: block;
    width: 100%;
    padding: 0 20px;
}

.sj_nav_sanji>li>a{
     margin-bottom: 10px; 
    display: block;
    width: 100%;
    padding: 0 40px;
}
.sj_nav_sanji>li{
    margin-bottom: 10px; 
}
#hits{
    background-image: url("../images/h2_09.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-left: 5%;

}

.fanhui{
    font-size: 16px;
    color: #6a6e6a;
    padding-left: 30px;
    margin-left: 5%;
    background-image: url("../images/h3_03.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.news_xq, .news_xq *{
    font-size: 18px;
    color: #6a6e6a;
    line-height: 3;
}

.news_xq img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 70px auto;
}
.fann{
    line-height: 26px;
    padding-top: 130px;
}
.fann span{
    width: 80px;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    color: #767676;
    text-align: center;
    margin-right: 2%;
    display: inline-block;
}

.fann a:last-of-type{
    float: right;
    text-align: right;
}

.fann a i{
    font-style: normal;
    display: inline-block;
}


.fann a:last-of-type i{
    float: right;
}

.fann a{
    width: 48%;
    display: table;
    float: left;
    
}


.qiye_jj_w{
    padding: 100px 0;
}
.tit{
    text-align: center;
    margin-bottom: 88px;
}
.tit h2{
    text-align: center;
    font-size: 44px;
    color: #284164;
    display: inline-block;
    padding:  0 2%;
    border-bottom: 6px solid #eb6622;
    padding-bottom: 20px;

}

.qiye_jj_nr, .qiye_jj_nr *{
    font-size: 22px;
    color: #000000;
    line-height: 1.8;
}

.qiye_jj_nr img{
    max-width: 100%;
    display: block;
    height: auto;
    margin: 140px auto;
    margin-bottom: 0;
}

.qiye_wh_img img{
    width: 100%;
}

.qiye_wh_w{
    padding: 100px 0;
}

.tit_b h2{
    color: #fff;
}

.tit_b{
    margin-bottom: 130px;
}
.qiye_wh_img{
    margin-bottom: 130px;
}
.tit_tit{
    text-align: center;
}
.tit_tit h2{
    display: inline-block;
    font-size: 38px;
    color: #ffffff;
    text-align: center;
    border-radius: 100px;
    background: #eb6622;
    line-height: 80px;
    padding: 0 4%;
}

.qiye_zz_w{
    padding: 120px 0;
}

.qiye_zz .swiper-slide img{
    width: 100%;
}

.qiye_zz .swiper-button-next{
    width: 27px;
    height: 35px;
    background: url("../images/y_10.png") center center no-repeat;
    background-size: 100% 100%;
    right: -50px;
    outline: none;
}

.qiye_zz .swiper-button-prev{
    width: 27px;
    height: 35px;
    background: url("../images/z_07.png") center center no-repeat;
    background-size: 100% 100%;
    left: -50px;
    outline: none;
}

.fazhan_lc_w{
    padding: 130px 0;
}

.fazhan_lc_lb ul li{

    position: relative;
    overflow: hidden;
    padding-bottom: 150px;
    
}

.fazhan_lc_lb ul li:nth-of-type(odd) .fazhan_lc_k{
    width: 45%;
    float: right;
}

.fazhan_lc_lb ul li:nth-of-type(even) .fazhan_lc_k{
    width: 45%;
    float: left;
}

.fazhan_lc_lb ul li a{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    font-size: 32px;
    color: #eb6622;
    text-align: center;
}

.fazhan_lc_lb ul li::after{
    display: block;
    width: 6px;
    height: 100%;
    content: "";
    background: #fff;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
}


.fazhan_lc_lb ul li span{
    font-size: 22px;
    color: #ffffff;
    height: 110px;
    display: flex;
    align-items: center;
    align-self: center;
}


.fazhan_lc_lb ul li:nth-of-type(odd) span{
   text-align: left;
}

.fazhan_lc_lb ul li:nth-of-type(even) span{
    text-align: right;
}

.fazhan_lc_lb ul li:last-of-type::after{
    display: none;
}

.banner img{
    width: 100%;
}


.news_lmmm ul li{
    margin-right: 8%;
}

.da_ms{
    background: #0b090e;
}

.da_ms_w{
    height: 330px;
    display: flex;
    align-items: center;
    align-self: center;
    
}

.da_ms_k{
    border-left: 4px solid #eb6622;
    padding-left: 20px;
    font-size: 28px;
    color: #eb6622;
    line-height: 1.8;
}

.lxfsss_w{
    padding: 80px 0;
}

.table h2{
    line-height: 60px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    background: #eb6622;
    letter-spacing: 0.4em;
}

.table tr{
    background: #f1f1f1;
}
.table tr th{
    height: 60px;
    font-size: 30px;
    color: #eb6622;
    text-align: center;
    width: 25%;
}

.table table{
    width: 100%;
}

.table tr td{
    height: 60px;
    text-align: center;
    font-size: 25px;
    color: #555555;
    

}

.table tr td:nth-of-type(2){
    padding: 20px 0;
}

.table tr:nth-of-type(even){
    background: #e0e0e0;
}

.table{
    margin-bottom: 40px;
}

.tablee tr td:nth-of-type(2){
    text-align: center;
}

.tablle tr th{
    width: 80%;
}

.tablle tr th:first-of-type{
    width: 20%;
    text-align: unset;
}

.tablle tr td:last-of-type{
    text-align: left;
}
.chanpin_xq_bt{
    line-height: 100px;
}
.chanpin_xq_bt h2{
    width: 33.33%;
    font-size: 22px;
    color: #767676;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.chanpin_xq_y{
    width: 64%;
}

.chanpin_xq_y ul{
    font-size: 0;
}

.chanpin_xq_y ul li{
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #767676;
    padding: 0 2%;
    position: relative;
    cursor: pointer;
}

.chanpin_xq_y ul li::after{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%,-50%);
    width: 1px;
    height: 20px;
    background: #767676;
    content: "";
}

.chanpin_xq_y ul li:last-of-type::after{
    display: none;
}

.chanpin_xq_y ul li.on{
    color: #eb6622;
}



.chanpin_xq_img img{
    width: 100%;
}

.chanpin_xq_img{
    position: relative;

}

.chanpin_xq_img_wz{
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 55px;
    color: #ffffff;
    text-align: center;
}

.box_1_nr img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.box_2_w{
    padding: 60px 0;
}


.box_2_wz, .box_2_wz *{
    font-size: 22px;
    color: #ffffff;
    line-height: 2.6;
    text-align: center;
}

.box_2_wz img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.box_3_w{
    padding: 150px 0;
}

.titt h2{
    font-size: 35px;
    color: #000000;
    
}

.box_3_z{
    width: 53.3%;
}
.box_3_z img{
    width: 100%;
    border: 2px solid #f97623;
}

.box_3_y{
    width: 45%;
}
.box_3_y ul li img{
    border: 2px solid #f97623;
    width: 100%;
}

.box_3_y ul li{
    margin-bottom: 24px;
}

.box_3_y ul li:last-of-type{
    margin-bottom: 0;
}

.box_4{
    background: #b3b3b3;
}

.box_4_w{
    padding: 116px 0;
}


.box_4_lb ul{
    font-size: 0;
}

.box_4_lb ul li{
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin-right: 8%;

}

.box_4_lb ul li h2{
    font-size: 20px;
    color: #000000;
    text-align: center;
}
.box_4_lb ul li:nth-of-type(2n){
    margin-right: 0;
}

.box_4_lb_img img{
    width: 100%;
}

.box_4_lb_img{
    margin-bottom: 30px;
}

.chanpin_img img{
    width: 100%;
}

.chanpinn{
    width: 18%;
    padding-left: 50px !important;
    background-image: url("../images/mianbao.png");
    background-repeat: no-repeat;
    background-position: left center;  
    background-size: 30px 30px; 
    border-bottom: none !important; 
}

.chanpinn:hover{
    border-bottom: none !important; 
}

.chanpinn:hover .ererji{
    display: block;
}

.ererji{
    position: absolute;
    left: 0;
    width: 100%;
    display: none;

}

.ererji>li{
    line-height: 50px;
    background: #e0e0e0;
    border-bottom: 1px solid #e0e0e0; 
    font-size: 14px;
  	position: relative;
    text-align: center;
    cursor: pointer;
}


.ererji>li a{
	  color: #333;
}
.ererji>li:hover .sanji{
    display: block;
}

.ererji>li:hover{
	    background: #eb6622;  
}

.ererji>li:hover>a{
	  color: #fff;
}
.sanji{
    position: absolute;
    left: 100%;
    top: 0;
    
/*    padding: 30px;*/
    display: none;
    width: 250px;
    height: 100%;
}

.sanji>li{
    line-height: 50px;
    font-size: 16px;
    background: #e0e0e0;
	position: relative;
}

.sanji>li>a{
	color: #333;
}


.nav_z .yijii>li:hover .ererji{
    display: block;
}

.sanji>li>a{
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}


.sanji>li:hover{
	background: #eb6622;
}


.sanji>li:hover>a{
	color: #fff ;
}


.siji{
    position: absolute;
    left: 100%;
    top: 0;
   
    /*padding: 30px;*/
    display: none;
    width: 350px;
    height: 100%;
}

.siji>li{
    line-height: 50px;
    font-size: 16px;
     background: #e0e0e0;
}

.sanji>li:hover .siji{
    display: block;
}


.siji>li>a{
    color: #333 ;
    display: block;
    width: 100%;
    height: 100%;
}

.siji>li:hover{
    background: #eb6622;
}


.siji>li:hover>a{
    color: #fff;
}
.yiju ul li{
    line-height: 58px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #dedede;
}

.yiju ul li strong{
    display: inline-block;
    color: #eb6622;
    margin-right: 2%;
}

.jiaoxue_z{
    width: 28%;
}

.jiaoxue_ul ul{
    font-size: 0;
    text-align: center;
}

.jiaoxue_ul ul li{
    display: inline-block;
    vertical-align: top;
    width: 44.5%;
    margin-right: 2.5%;
    margin-bottom: 50px;
    cursor: pointer;
    text-align: left;
}

.jiaoxue_ul ul li:nth-of-type(2n){
    margin-right: 0;
}


.jiaoxue_img{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}


.jiaoxue_img img{
    width: 100%;
    transition: all 0.5s;
    
}

.jiaoxue_meng{
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 15px 0;
    transition: all 0.5s;
}



.jiaoxue_meng_ma{
    display: inline-block;
    vertical-align: middle;
    margin-right: 4%; 
    width: 16.4%;
}

.jiaoxue_meng_ma img{
    width: 100%;
}

.jiaoxue_meng_ms{
    display: inline-block;
    vertical-align: middle;
    width: 25%;
}

.jiaoxue_video_lm{
    margin-bottom: 85px; 
}


.jiaoxue_video_lm ul{
    text-align: center;
}

.jiaoxue_video_lm ul li{
    display: inline-block;
    border-bottom: 3px solid #eb662200;
    padding-bottom: 20px;
    font-size: 30px;
    color: #767676;
    margin-right: 35%; 
}


.jiaoxue_video_lm ul li:last-of-type{
    margin-right: 0; 
}
.jiaoxue_video_lm ul li.on{
    border-bottom: 3px solid #eb6622;
}


.jiaoxue_meng_ms h5{
    font-size: 20px;
    margin-bottom: 6px; 
    color: #eb6622;
    text-align: left;
}

.jiaoxue_meng_ms h6{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 6px; 
       text-align: left;
}

.jiaoxue_ul ul li:hover .jiaoxue_meng{
    bottom: 0;
}


.jiaoxue_ul ul li:hover .jiaoxue_img img{
    transform: scale(1.2);
}




.jiaoxue_ul ul li h3{
    font-size: 20px;
    color: #333333;
    text-align: left;
    margin-bottom: 18px; 
}

.jiaoxue_ul ul li h4{
    display: inline-block;
    line-height: 22px;
    background: #eeeeee;
    border-radius: 100px;
    padding: 0 18px; 
    font-size: 12px;
    color: #767676;
}


.jiaoxue_ul ul li:hover h3{
    color: #eb6622;
}


.ldlpoi {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.ldlpoi_cen {
    width: 80%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: #fff 10px solid;
    border-radius: 10px;
}

.ldlpoi video {
    display: block;
    width: 100%;
    height: 100%;
}

.ldlpoi_cen i {
    display: block;
    position: absolute;
    width: 0.70rem;
    height: 0.6rem;
    top: -25px;
    right: -25px;
    text-shadow: none;
    cursor: pointer;
    background-size: 100% 100%;
}


.aaaaa{
    display: none;
}

.zhishii_img img{
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.zhuyao_pz h2{
    font-size: 30px;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 40px;
}

.zhuyao_pz_ul ul{
    font-size: 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 60px;
}

.zhuyao_pz_ul ul li{
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-right: 6.6%;
    margin-bottom: 50px;
}

.zhuyao_pz_ul ul li:nth-of-type(4n){
    margin-right: 0;
}


.zhuyao_pz_img{
    margin-bottom: 20px;
}


.zhuyao_pz_img img{
    width: 100%;
    border: 1px solid #d9d9d9;
}

.zhuyao_pz_ul ul li h3{
    text-align: center;
    font-size: 22px;
    color: #666666;

}

.ruanjian_jm h2{
    font-size: 30px;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 40px;
}

.ruanjian_lb .swiper-slide img{
    width: 100%;
    border: 1px solid #efefef;
}



.ruanjian_lb .swiper-pagination-bullet{
    width:8px!important;
    height: 8px!important;
    background: #ff0000!important;
    border-radius: 100%!important;
    display: inline-block!important;
    margin: 0 5px!important;
    opacity: 1!important;
}
.ruanjian_lb .swiper-pagination-bullet-active{
    opacity: 1!important;
    background-color: #ff0000!important;
    width:40px!important;
    border-radius: 50px!important;
    height: 8px!important;
}


.ruanjian_jm .swiper-container{
    padding-bottom: 30px;
}


.ruanjian_img{
    margin-bottom: 20px;
}


.ruanjian_lb .swiper-slide h3{
    text-align: center;
    font-size: 22px;
    color: #666666;
}

.ruanjian_jm_w{
    padding-bottom: 120px;
}

.yyxz_xz_ul ul li{
    text-align: center;
    font-size: 0;
    line-height: 80px;
    border: 2px solid #eb6622;
}

.yyxz_xz_ul p{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #000000;
}

.yyxz_xz_ul span{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #eb6622;
}

.yyxz_xz_w{
    padding-bottom: 120px;
}

.jiaoxue_video_w{
    padding: 80px 0;
}


.zaixian_w{
       text-align: center; 
       padding: 50px 0;
}

.zaixian_bd ul{
    display: inline-block;
    width: 40%;
}
.zaixian_bd ul li{
    margin-bottom: 20px; 
    display: block;
    width: 100%;

}

.zaixian_bd ul li h2{
    font-size: 18px;
    color: #333;
    margin-bottom:  10px;
    text-align: left;
}

.zaixian_bd ul li input{
    height: 40px;
    border: 1px solid #333;
    padding: 0 10px;
    font-size: 14px;
    color: #333; 
    width: 100%;
}


.zaixian_bd ul li textarea{
    width: 100%;
    height: 200px;
    resize: none;
    padding: 10px;
      border: 1px solid #333;

}


.submitt{
    width: 150px;
    height: 50px;
    background: #eb6622;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}


.box_1{
    padding: 100px 0;
}


.xzzx_s ul li.on h2{
    color: #eb6622;
}


iframe{
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.shipin .swiper-slide iframe{
    height: 550px !important;
}




.ldlpoi {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.ldlpoi_cen {
    width: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: #fff 10px solid;
    border-radius: 10px;
}

.ldlpoi iframe {
    display: block;
    width: 100%;
    height: 700px !important;
}

.ldlpoi_cen i{
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: -25px;
    right: -25px;
    text-shadow: none;
    cursor: pointer;
    background-size: 100% 100% !important;
}
