* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html {
    font-size: 14px;
    width: 100%;
    color: #111111;
    font-family: "microsoft yahei","微软雅黑";
}
body{
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #111111;
}
a:hover, a:active, a:focus{
    color: #111111;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
input,button,select,textarea {
    outline: none!important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.ta_l{
    text-align: left;
}
.ta_c{
    text-align: center;
}
.ta_r{
    text-align: right;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.clearfix:after{
    display: block;
    clear: both;
    content: '';
}
.m_top20{
    margin: 30px 0;
}

.main{
    max-width: 1200px;
    margin: 0 auto;
}
.pd_70{
    padding: 50px 0;
}
.pd_bottom_0{
	padding-bottom: 0;
}

.top_box{
    background: #eeeeee;
    height: 32px;
    line-height: 32px;
}
.top_l{
    color: #666666;
}
.top_l img{
    height: 18px;
    margin-right: 5px;
}
.top_r{
    padding: 4px 0;
	position: relative;
	cursor: pointer;
}

.top_r img{
    height: 18px;
}
.top_r img.wx-pic{
    width: 23px;
    height: auto;
}
.top_r .line{
    height: 18px;
    width: 1px;
    background: #e77718;
    margin: 0 10px;
}
.top_r .wx_hover{
	display: none;
	position: absolute;
    left: -45px;
    top: 32px;
    width: 120px;
    text-align: center;
}
.top_r .wx_hover img{
	height: 100px;
    width: auto;
}
.top_r:hover .wx_hover{
	display: block;
}
.header{
    padding: 20px 0;
}
.dianhua{
    margin-top: 10px;
}
.dh_text{
    margin-left: 15px;
}
.dh_text p{
    width: 90px;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #ed9146;
    border-radius: 15px;
    color: #666;
}
.dh_text span{
    font-weight: 600;
    font-size: 24px;
    color: #111;
}

.daohang{
    background: #e97618;
	position: relative;
}
.daohang ul li{
    float: left;
    padding: 15px 56px;
}
.daohang ul li a{
    color: #fff;
}
.daohang ul li a.dh_fsta{
    font-size: 16px;
    line-height: 26px;
}
.home1 .daohang ul li.on1,.home2 .daohang ul li.on2,.home3 .daohang ul li.on3,.home4 .daohang ul li.on4,.home5 .daohang ul li.on5,.home6 .daohang ul li.on6,.home7 .daohang ul li.on7,.home8.daohang ul li.on8{
    background: #eee;
}
.home1 .daohang ul li.on1 .dh_fsta,.home2 .daohang ul li.on2 .dh_fsta,.home3 .daohang ul li.on3 .dh_fsta,.home4 .daohang ul li.on4 .dh_fsta,.home5 .daohang ul li.on5 .dh_fsta,.home6 .daohang ul li.on6 .dh_fsta,.home7 .daohang ul li.on7 .dh_fsta,.home8 .daohang ul li.on8 .dh_fsta{
    color: #e97618;
}
.daohang ul li:hover{
	 background: #eee;
}
.daohang ul li:hover .dh_fsta{
	color: #e97618;
}
.banner, .pos_re{
    position: relative;
}
.pos_ab{
	display: none;
	position: absolute;
    width: 100%;
    left: 0;
    bottom: -52px;
    background: rgba(0,0,0,0.7);
    padding: 17px 0;
	z-index: 999;
}
.pos_ab .xl_list {
	padding: 0 20px;
}
.pos_ab .xl_list a{
	position: relative;
}
.daohang ul li:hover .pos_ab{
	display: block;
}
.pos_ab .xl_list:hover a:after{
	position: absolute;
	bottom: -16px;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #e97618;
}
.banner .swiper-pagination{
    width: 100%;
    bottom: 25px;
}

.banner .swiper-pagination-bullet{
    margin: 0 5px;
    width: 12px;
    height: 12px;
}
.banner .swiper-pagination-bullet-active{
    background: #e97618;
}
.name h3{
    font-size: 26px;
    color: #111;
    margin-bottom: 10px;
    font-weight: 500;
}
.name span{
    color: #dcdcdc;
    font-size: 22px;
    font-family: 'Arial';
    margin-bottom: 10px;
    display: block;
}
.name .line_body{
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background: #e77817;
}
.pt_body{
    margin-top: 40px;
}
.pt_body .pt_list {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
    transition: transform .6s ease;
}
.pt_body .pt_list:nth-child(4n){
    margin-right: 0;
}
.pt_list .pic{
    overflow: hidden;
    border-radius: 20px;
	border: 1px solid #efefef;
}
.pt_list .pt_title{
    text-align: center;
    margin-top: 20px;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.pt_list .pt_title a{
    font-size: 16px;
}
.pt_body .pt_list:hover{
    transform: translateY(-20px);
}
.pt_body .pt_list:hover .pt_title{
    background: #e77817;
}
.pt_body .pt_list:hover .pt_title a{
    color: #fff;
}
.more{
    width: 185px;
    margin: 20px auto 0;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: 1px solid #e77817;
    border-radius: 30px;
}
.more a{
    color: #111;
}
.more:hover{
    background: #e77817;
}
.more:hover a{
    color: #fff;
}
.sy_about{
    background: #f5f5f5;
}
.img{
    overflow: hidden;
    border-radius: 20px;
}
.about_body{
    margin-top: 40px;
}
.about_body .about_l{
    width: 43%;
}
.about_r {
    width: 53%;
}
.ab_name{
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
}
.ab_text{
    margin: 20px 0;
    text-indent: 2em;
    font-size: 16px;
    line-height: 34px;
    color: #666;
}
.ab_more{
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    background: #666666;
    text-align: center;
}
.ab_more a{
    color: #fff;
    font-size: 16px;
}
.yw_body{
    margin-top: 40px;
}
/*.yw_body .yw_text,.yw_body .yw_pic{
    width: 25%;
}*/
.yw_body .yw-li{
	width: 25%;
}
.yw_body .flex {
    align-items: inherit;
}
.yw_body .yw_text{
    background: #f4f4f4;
    padding: 32px 20px;
    min-height: 214px;
}
.yw_text .img_hover{
    display: none;
}
.yw_text h3{
    font-size: 18px;
    color: #111;
    line-height: 1.5;
    font-weight: 500;
}
.yw_text img{
    margin: 10px 0;
}
.yw_text p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.yw_body .yw_text:hover{
    background: #e77817;
    color: #fff;
    transition: ease-in-out .35s;
}
.yw_body .yw_text:hover .img_hover{
    display: block;
}
.yw_body .yw_text:hover .img_yw{
    display: none;
}
.yw_body .yw_text:hover h3,.yw_body .yw_text:hover p{
    color: #fff;
}
.m_top40{
    margin-top: 40px;
}
.news_body{
    margin-top: 40px;
}
.news_body .news_l{
    width: 490px;
}
.news_list{
    position: relative;
}
.news_list .title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url("../images/news_bg.png") no-repeat center;
    padding: 10px 0;
}
.news_list .title h3{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    padding: 0 15px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.news_list a{
    color: #fff;
}
.news_list .title p{
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.riqi{
    position: absolute;
    top: -13px;
    left: 15px;
    width: 103px;
    height: 70px;
    background: url(../images/date_bg.png) no-repeat center;
    z-index: 999;
    color: #fff;
    text-align: center;
}
.riqi span{
    display: block;
    width: 92px;
    margin-top: 5px;
    font-size: 16px;
}
.riqi .year{
    margin-top: 20px;
}
.news_r{
    width: 590px;
}
.news_r ul li{
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
}
.news_r ul li:first-child{
    padding-top: 0;
}
.news_r ul li .title{
    width: 69%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.news_r ul li .shijian{
    width: 31%;
}
.shijian img{
    margin: 0 8px;
}
.shijian .img_hover{
    display: none;
}
.news_r ul li:hover .title a,.news_r ul li:hover .shijian{
    color: #e77817;
}
.news_r ul li:hover .shijian .img_hover{
    display: block;
}
.news_r ul li:hover .shijian .block{
    display: none;
}
.hz_body{

}
.hz_body ul li{
    float: left;
    margin-right: 3%;
    width: 22.7%;
    margin-top: 50px;
    border: 1px solid #dcdcdc;
	text-align: center;
}
.hz_body ul li img{
	height: 90px;
}
.hz_body ul li:nth-child(4n){
    margin-right: 0;
}
.links{
    padding: 20px 0;
    background: #f5f5f5;
}
.footer {
    background: #484848;
}
.footer .foot_top{
    padding: 20px 0;
    border-bottom: 1px solid #838383;
}
.foot_top .foot_dh{
    color: #fff;
    font-size: 26px;
}
.foot_top .foot_dh img{
    height: 31px;
}
.foot_top .foot_dh .ys{
    color: #e87516;
    font-weight: bold;
}
.foot_nav{
    margin: 15px 0;
}
.foot_nav ul li{
    float: left;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 44px;
    position: relative;
}
.foot_nav ul li a{
    color: #fff;
    position: relative;
    display: block;
}
.foot_nav ul li a:after{
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e87516;
    display: none;
    content: '';
}
.foot_nav ul li:hover a{
    color: #e87516;
}
.foot_nav ul li:hover a:after{
    display: block;
}
.cory{
    padding: 20px 0;
}
.cory,.cory a{
    font-size: 14px;
    line-height: 24px;
    color: #838383;
}
.mbx{
    padding: 20px 0;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #dcdcdc;
}
.mbx img{
    height: 20px;
    margin-right: 10px;
}
.mbx .flex{
    justify-content: flex-start;
}
.mbx a.on_h{
    color: #e97618;
}
.ny_body{
    margin: 50px 0;
}

.ny_name h3{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}
.ny_name span{
    display: block;
    margin: auto;
    width: 40px;
    height: 4px;
    background: #e97618;
}
.about_cont{
    margin-top: 40px;
}
.ab_pix{
    width: 460px;
}
.ab_pix .ab_img{
    background: #f2f2f2;
    padding-top: 5px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 490px;
}
.ab_pix .ab_img img{
    height: 100%;
    width: auto;
}
.ab_detail{
    width: 710px;
}
.gs_name{
    margin-bottom: 20px;
}
.gs_name h3{
    font-size: 22px;
    margin-bottom: 20px;
}
.detail{
    font-size: 16px;
    line-height: 28px;
    color: #666;
}
.detail p{
    margin-bottom: 10px;
    text-indent: 2em;
}
.ab_bg{
    height: 80px;
    background: #e5e5e5;
    margin-top: -35px;
    margin-bottom: 40px;
}
.jiazhi {
    margin-top: 40px;
    align-items: inherit;
}
.jzg_list{
    width: 30%;
    text-align: center;
}
.jzg_list .title_jz{
    margin: 10px 0;
    font-size: 18px;
}
.icon_jzg img{
	height: 100px;
}
.jzg_list span{
    width: 30px;
    height: 2px;
    display: block;
    background: #e97618;
    margin: 0 auto 10px;
}
.jzg_list p{
    font-size: 15px;
    line-height: 24px;
    color: #666;
    padding: 0 15px;
}
.jzg_list:last-child p{
    padding: 0 50px;
}
.zizhi{
    margin-top: 50px;
}
.zz_li{
    border: 1px solid #a0a0a0;
    padding: 5px;
}
.zz_li:hover{
    border: 1px solid #e97618;
}
.page{
    text-align: center;
    margin-top: 30px;
}
.page a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #999;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    margin: 0 5px;
}
.page a:hover{
    background: #e97618;
}
.ny_page {
    margin-top: 50px;
    justify-content: space-around;
    font-size: 16px;
    line-height: 26px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
}
.ny_page a{
    color: #666666;
}
.prev,.next{
    width: 49%;
    padding: 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.prev{
    text-align: right;
}
.xian{
    width: 2%;
    text-align: center;
    color: #e97618;
}
.ny_page a:hover{
    color: #e97618;
}
.anli_list{
    padding: 30px 20px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.anli_list .al_pic{
    width: 30%;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.anli_list .al_pic img{
    transition: 2s;
}
.anli_list .al_cont{
    width: 65%;
}
.al_cont h3{
    font-size: 24px;
    margin-bottom: 15px;
}
.al_cont .dj_box{
    justify-content: center;
    font-size: 16px;
    color: #999;
    margin-bottom: 15px;
}
.dj_box img{
    width: 16px;
    margin: 0 5px;
}
.dj_box span{
    color: #999;
}
.al_cont p{
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-bottom: 20px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.al_cont a{
    display: block;
    width: 180px;
    height: 44px;
    color: #111;
    font-size: 16px;
    line-height: 44px;
    margin: auto;
    background: #e5e5e5;
    text-align: center;
    border-radius: 10px;
}
.anli_list:hover{
    border: 1px solid #e97618;
}
.anli_list:hover .al_cont a{
    background: #e97618;
    color: #fff;
}

.anli_list:hover .al_pic img{
    transform: scale(1.1);
}
.list-page{
    text-align: center;
    font-size: 14px;
}
.list-page a{
    display: inline-block;
    border: 1px solid #dfdfdf;
    padding: 5px 8px;
    margin: 0 2px;
}
.list-page a.ons,.list-page a:hover{
    background: #e97618;
    color: #fff;
    border: 1px solid #e97618;
}
.xq_top h1{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}
.xq_top .bt_line {
    display: block;
    margin: auto;
    width: 40px;
    height: 4px;
    background: #e97618;
    margin-bottom: 30px;
}
.xq_top .dj_box{
    justify-content: center;
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
}
.detail img{
    display: block;
    margin: auto;
}
.ditu img{
    max-width: inherit !important;
}
.lx_cont{
    margin: auto;
    margin-top: -60px;
    width: 835px;
    box-shadow: 0 0 10px #eaeaea;
    position: relative;
    z-index: 999;
    background: #fff;
    padding: 40px 200px;
}
.lx_cont .lxwm_title{
    font-size: 24px;
    text-align: center;
    border-bottom: 3px solid #e77817;
    padding-bottom: 30px;
    margin-bottom: 30px;
    letter-spacing: 5px;
}
.lx_cont .lxwm_title span{
    color: #e97618;
}
.lx_list {
    margin-bottom: 20px;
}
.lx_list img{
    height: 21px;
}
.lx_list p{
    width: 385px;
    font-size: 20px;
    line-height: 36px;
    color: #666666;
}
.wenhua{
    margin-top: 50px;
}
.wenhua ul li{
    width: 20%;
}
.wh_title{
    margin: 15px 0;
}
.wh_title h3{
    font-size: 20px;
    margin-bottom: 10px;
}
.wh_title span{
    display: block;
    margin: auto;
    width: 20px;
    height: 1px;
    background: #e97618;
}
.wenhua ul li p{
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
.xw_list {
    border: 1px solid #e5e5e5;
    margin-bottom: 50px;
}
.news_pic{
    position: relative;
    width: 355px;
    border-radius: 10px;
}
.news_pic .riqi .year {
    margin-top: 12px;
}
.news_cont{
    width: 815px;
    padding: 20px 30px;
}
.news_cont h3{
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.news_cont p{
    font-size: 16px;
    line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #001111;
    margin-bottom: 30px;
}
.news_cont .news_xq{
    background: #999999;
    color: #fff;
    width: 100px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    display: block;
    border-radius: 10px;
    float: right;
}
.xw_list:hover{
    border: 1px solid #e97618;
}
.xw_list:hover .news_cont .news_xq{
    background: #e97618;
}
.yewu_body{
    margin-top: 50px;
    position: relative;
}
.yewu_cont .yw_list {
    text-align: center;
}
.yw_list .yw_text,.yw_list .tupian{
    width: 50%;
}
.yw_list .yw_text{
    padding: 52px 0;
    background: #eee;
}
.yw_list .yw_text h3{
    font-size: 20px;
}
.yw_text .line_img{
    margin: 25px 0;
}
.yw_text .line_img .pic_yw_hov{
    display: none;
}
.yw_text .line_img img{
    margin: 0 auto;
    display: block;
}
.yw_list .yw_text p{
    font-size: 16px;
    line-height: 26px;
    color: #666;
	padding: 0 80px;
}
.yw_list .yw_text:hover{
    background: #e97618;
    color: #fff;
}
.yw_list .yw_text:hover h3 a,.yw_list .yw_text:hover p{
    color: #fff;
}
.yw_list .yw_text:hover .line_img .pic_yw{
    display: none;
}
.yw_list .yw_text:hover .line_img .pic_yw_hov{
    display: block;
    margin: auto;
}
.page{
    position: relative;
}
.yewu_body .page{
    margin-top: 50px;
}
.page .swiper-button-next,.page .swiper-button-prev {
    right: 0;
    position: relative;
    top: 0;
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
    height: auto;
    left: 0;
}
.page .swiper-button-next:after,.page .swiper-button-prev:after{
    display: none;
}
.menu{
    display: none;
}
.al_cont h3 a{
	display: block;
    width: 100%;
    height: auto;
    color: #111;
    font-size: 22px;
	background: none;
}
.anli_list:hover .al_cont h3 a {
    background: none;
    color: #e97618;
}
.news_body .news_l .swiper-container{
	min-height: 325px;
    display: flex;
    align-items: center;
}
.h_100{
	height: 100px;
}
.sj{
	display: none;
}
.sj_h{
	height: 59px;
}
.sj_dibu{
	display: none;
	background: rgba(0,0,0,0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index: 999;
}
.sj_dibu img{
	height: 25px;
	display: block;
	margin: 5px auto;
}
.sj_dibu ul li{
	width: 33.3%;
	text-align: center;
}
.sj_dibu ul li a{
	color: #fff;
}
.sj_dibu ul li span{
	margin-bottom: 5px;
	display: block;
}
@media (max-width:767px) {
    .main{
        width: 94%;
        margin: auto;
    }
    .top_box,.dianhua,.daohang,.pc{
        display: none;
    }
	.sj,.sj_dibu{
		display: block;
	}
    .header {
        padding: 5px 0;
    }
    .logo img{
        height: 50px;
    }
    .menu{
        display: block;
    }
    .menu img{
        height: 30px;
        margin-top: 10px;
    }
	.daohang{
		overflow: hidden;
		display: none;
		position: absolute;
		z-index: 999;
		width: 100%;
		left: 0;
		padding: 10px 0;
		top: 75px;
	}
	.daohang ul li {
		width: 100%;
		padding: 5px 10px;
	}
	.daohang ul li:hover .pos_ab {
		display: none;
	}
	.daohang ul li a.dh_fsta {
		font-size: 14px;
		display: block;
		text-align: center;
	}
    .pd_70 {
        padding: 40px 0;
    }
    .pt_body {
        margin-top: 40px;
    }
    .pt_body .pt_list {
        width: 48%;
        margin-right: 0;
    }
    .pt_body .pt_list:nth-child(2n){
        float: right;
    }
    .pt_body .pt_list:hover {
        transform: translateY(-10px);
    }
    .pt_list .pt_title{
        margin-top: 10px;
    }
    .more {
        width: 160px;
        height: 40px;
        line-height: 40px;
    }
    .name h3 {
        font-size: 24px;
    }
    .name span{
        font-size: 20px;
    }
    .about_body .about_l,.about_r{
        width: 100%;
    }
    .ab_name {
        font-size: 20px;
        text-align: left;
    }
    .about_r .ab_title img{
        display: block;
    }
    .about_r .ab_text{
        font-size: 14px;
        line-height: 28px;
    }
    .ab_more{
        height: 38px;
        line-height: 38px;
    }
    .yw_body .yw_text, .yw_body .yw_pic{
        width: 100%;
    }
    .news_body .news_l,.news_r{
        width: 100%;
    }
    .news_r{
        margin-top: 20px;
    }
    .news_list .title h3 {
        font-size: 16px;
        height: 24px;
        line-height: 24px;
    }
    .news_list .title p {
        font-size: 14px;
    }
    .news_r ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .news_r ul li .title {
        width: 67%;
    }
    .news_r ul li .shijian {
        width: 33%;
    }
    .news_r ul li .shijian img:nth-child(4),.news_r ul li .shijian img:nth-child(5),.news_r ul li .shijian span:nth-child(6){
        display: none !important;
    }
    .hz_body ul li{
        margin-right: 0;
        width: 48%;
        margin-top: 20px;
    }
    .hz_body ul li:nth-child(2n){
        float: right;
    }
    .foot_top .foot_dh img {
        height: 25px;
    }
    .foot_logo img{
        height: 60px;
    }
    .foot_top .foot_dh {
        font-size: 20px;
        margin-top: 20px;
    }
    .foot_nav{
        display: none;
    }
    .yw_text h3 {
        font-size: 16px;
    }
    .yw_text p {
        font-size: 14px;
        line-height: 24px;
    }
	.ab_pix,.ab_detail{
		width: 100%;
	}
	.ab_pix .ab_img{
		height: 300px;
	}
	.ab_pix{
		margin-bottom: 20px;
	}
	.gs_name h3 {
		font-size: 18px;
		margin-bottom: 20px;
		text-align: left;
	}
	.gs_name img{
		display: block;
	}
	.gs_name {
		margin-bottom: 20px;
	}
	.detail {
		font-size: 14px;
		line-height: 26px;
	}
	.ny_name h3 {
		font-size: 24px;
	}
	.jzg_list {
		width: 100%;
		margin-bottom: 20px;
	}
	.jzg_list .title_jz {
		margin: 15px 0;
		font-size: 18px;
	}
	.jzg_list span{
		margin: 0 auto 15px;
	}
	.jzg_list p {
		font-size: 14px;
	}
	.lx_cont{
		width: 91%;
		padding: 30px 10px;
		margin-top: -40px;
	}
	.lx_cont .lxwm_title{
		font-size: 17px;
		letter-spacing: 2px;
	}
	.lx_list p {
		width: 90%;
		font-size: 14px;
		line-height: 22px;
	}
	.wenhua ul li {
		width: 49%;
		margin-bottom: 20px;
	}
	.wh_title {
		margin: 15px 0 15px;
	}
	.wh_title h3 {
		font-size: 18px;
	}
	.wenhua ul li p {
		font-size: 14px;
	}
	.news_pic,.news_cont{
		width: 100%;
	}
	.news_cont{
		padding: 15px;
	}
	.news_cont h3 {
		font-size: 18px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;
	}
	.news_cont p {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.news_cont .news_xq{
		height: 36px;
		line-height: 36px;
	}
	.xq_top h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.xq_top .dj_box {
		font-size: 14px;
		margin-bottom: 25px;
	}
	.ny_page,.mbx{
		font-size: 14px;
	}
	.anli_list {
		padding: 15px;
		margin-bottom: 30px;
	}
	.anli_list .al_pic{
		width: 100%;
		height: 240px;
	}
	.anli_list .al_cont {
		width: 100%;
	}
	.al_cont h3 a{
		font-size: 18px;
	}
	.al_cont h3{
		margin-bottom: 0;
	}
	.al_cont .dj_box {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.al_cont p {
		font-size: 14px;
		margin-bottom: 15px;
		-webkit-line-clamp: 2;
	}
	.al_cont a{
		width: 150px;
		height: 36px;
		font-size: 16px;
		line-height: 36px;
	}
	.yewu_cont .yw_list{
		margin-bottom: 20px;
	}
	.yw_list .yw_text, .yw_list .tupian{
		width: 100%;
	}
	.yw_list .yw_text h3 {
		font-size: 18px;
	}
	.yw_text .line_img {
		margin: 15px 0;
	}
	.yw_list .yw_text p {
		font-size: 14px;
		padding: 0px 15px;
	}
	.yw_list .yw_text {
		padding: 30px 0;
	}
	.news_body .news_l .swiper-container {
		min-height: 235px;
	}
	.h_100 {
		height: 70px;
	}
	.pd_bottom_0 {
		padding-bottom: 0;
	}
	.yw_body .yw-li {
		width: 100%;
		margin-bottom: 20px;
	}
	.yw_body .yw-li:last-child{
		margin-bottom: 0;
	}
}