/*mbx*/
.mbx {
    display: flex;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    height: 30px;
    margin-top: 15px;
    align-items: center;
}

.mbx>div {
    margin-right: 10px;
}

.mbxg {
    height: 100%;
    width: 5px;
    background-color: #bde81f;
}

.mbxdh {
    font-size: 17px;
}

/*about*/
.ab {
    margin-top: 50px;
}

.title_y {
    font-size: 2.2rem;
    text-align: center;
    color: #959595;
}

/*ab_jj*/
.about_gsjj .nr {
    background: #f5f5f5;
    padding-top: 0px;
    margin-top: 30px;
}

.ab_jj {
    display: flex;
    align-items: center;
}

.ab_jj_wz,
.ab_jj_img {
    display: block;
    width: 50%;
    /*float: left;*/
}

.ab_jj_wz {
    text-indent: 2em;
    font-size: 17px;
    padding: 0 30px;
	line-height: 36px;
}

@media only screen and (max-width:768px) {
    .ab_jj {
        display: block;
    }

    .ab_jj_wz,
    .ab_jj_img {
        width: 100%;
    }

    .ab_jj_img {
        display: none;
    }

    .about_gsjj .nr {
        padding: 30px 0px;
    }
}

/*ab_qywh*/
.about_qywh_top {
    display: flex;
}

.about_qywh_left,
.about_qywh_right {
    width: 50%;
}

.about_qywh_left .nr span{
	display:flex;
	line-height: 40px;
}

.title_qywh {
    font-size: 30px;
}

.about_qywh .nr {
    font-size: 17px;
    line-height: 45px;
}

.about_qywh .nr span svg{
	margin-right:10px;
	margin-bottom: -5px;
}

.about_qywh_foot {
    margin-top: 50px;
}

.about_qywh_footul {
    display: flex;
}

.about_qywh_footul li {
    width: 19.9%;
    margin-right: 5px;
}

.about_qywh_footul li:last-child {
    margin-right: 0px;
}

.about_qywh_footul li:first-child {
    background: #eb8118;
    display: flex;
    align-items: center;
    padding: 0 25px;
    word-break: break-word;
	position: relative;
}

.about_qywh_footul li:first-child div{
	position: absolute;
    right: 20px;
}

.about_qywh_footul li span {
    color: #fff;
    font-size: 20px;
	    width: 80%;
}

.about_qywh .nr span::before {
    background: url(../images/ab_q.png);
}

@media only screen and (max-width:768px) {
    .about_qywh_top {
        display: block;
    }

    .about_qywh_left,
    .about_qywh_right {
        width: 100%;
    }

    .about_qywh_foot {
        display: none;
    }
}

/*welcom*/
.about_welcome .nr {
    display: flex;
}

.about_welcome_nrleft,
.about_welcome_nrr {
    width: 28%;
    position: relative;
}

.about_welcome_nrz {
    width: 40%;
}

.about_welcome_nrleft {
    margin-right: 2%;
}

.about_welcome_nrr {
    margin-left: 2%;
}

.about_welcome_nrleft img:last-child {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.about_welcome_nrr img:last-child {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/*xwlb*/
.xwlbdh {
    height: 100px;
    width: 100%;
    border-bottom: 1px solid #000;
}

.vvvvb3_1 {
    background: #bde81f;
    width: 50%;
    float: left;
    font-size: 21px;
    text-align: center;
    padding: 5px 0px;
	line-height:45px;
}

.vvvvb3_2 {
    width: 50%;
    float: left;
    font-size: 21px;
    text-align: center;
    padding: 5px 0px;
    background-color: #dedede;
	line-height:45px;
}

.xwlb_t {
    display: flex;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

.xwlb_timg {
    width: 25%;
}

.xwlb_tnr {
    padding: 10px 30px 0px 30px;
    color: #000;
    width: 75%;
	    position: relative;
}

.xwlb_tnr_tit {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.xwlb_tnr_date {
    font-size: 23px;
	line-height: 60px;
}

.xwlb_tnr_text {
    font-size: 17px;
    line-height: 30px;
    /*text-indent: 2em;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
	/*margin: 20px 0px;*/
}

.xwlb_tnr_more {
    font-size: 17px;
    float: right;
	    position: absolute;
    bottom: 0px;
    right: 35px;
}

.xwlb_t:hover .xwlb_tnr_tit,
.xwlb_t:hover .xwlb_tnr_more{
    color: #bde81f;
}

.vvvvb3_2:hover {
    background-color: #bde81f;
}

@media only screen and (max-width:768px) {
    .xwlb_t {
        display: block;
    }

    .xwlb_timg {
        width: 100%;
        text-align: center;
    }

    .xwlb_timg img {
        width: 90%;
    }

    .xwlb_tnr {
        padding-bottom: 20px;
        width: 100%;
    }
	.xwlb_tnr_text{
		margin-bottom:10px;
	}
	
		.xwlb_tnr_tit{
		font-size:22px;
	}
	
	.vvvvb3_1 ,.vvvvb3_2{
		font-size:18px;
	}
}

/*cplb*/
.cplbdh {
    height: 130px;
    background-color: #959595;
    display: flex;
    position: relative;
    text-align: center;
    color: #000;
}

.cplbdhl {
    width: 17%;
    background-color: #fff;
    height: 130px;
    margin: 0px 0px 0px 40px;
    position: absolute;
    top: -20px;
    box-shadow: 10px -5px 10px 0 rgba(0, 0, 0, 0.3);
    padding-top: 20px;
}

.cplbdhl_z {
    font-size: 35px;
    font-weight: 700;
	display:none;
}

.cplbdhl_e {
    font-size: 35px;
    font-weight: 700;
}

.cplbdhr {
    width: 80%;
    padding: 20px 30px;
    position: absolute;
    right: 0;
}

.vvvvb4_1,
.vvvvb4_2 {
    width: 19%;
    float: left;
    margin-right: 1%;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.vvvvb4_1 {
    background-color: #bde81f;
}

.vvvvb4_2 {
    background-color: #fff;
}

.cplbdhr a:nth-child(6),
.cplbdhr a:nth-child(7),
.cplbdhr a:nth-child(8),
.cplbdhr a:nth-child(9),
.cplbdhr a:nth-child(10) {
    margin-top: 10px;
}

.cplbdhr a:nth-child(5),
.cplbdhr a:nth-child(10) {
    margin-right: 0;
}

.cplbdhr a:nth-child(2),
.cplbdhr a:nth-child(9) ,
.cplbdhr a:nth-child(10){
    font-size: 15px;
    word-wrap: break-word;
    white-space: normal;
    line-height: 20px;
}

.cplb_nr {}

.cplb_t {
    margin-top: 50px;
    height: 352px;
    /*overflow: hidden;*/
}

.cplb_timg {
    width: 45%;
    float: left;
}

.cplb_timg:hover {
    transform: scale(1.04);
}

.cplb_tnr {
    width: 50%;
    margin: 46px 35px;
    color: #000;
    float: right;
}


.cplb_t:nth-child(2n) .cplb_timg {
    float: right;
}

.cplb_t:nth-child(2n) .cplb_tnr {
    float: left;
}

.cplb_tnr_tit {
    font-size: 27px;
    font-weight: 700;
}

.cplb_tnr_tity {
    font-size: 17px;
    font-weight: 700;
}

.cplb_tnr_hx {
    height: 3px;
    width: 100%;
    background-color: #bde81f;
    margin: 20px 0px;
}

.cplb_tnr_text {
    font-size: 17px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 30px;
}

.cplb_tnr_more {
    width: 150px;
    height: 38px;
    display: block;
    border: 1px solid #010101;
    border-radius: 7px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-top: 20px;
}

.cplb_tnr_more:hover {
    background: #bde81f;
    color: #fff;
    border: none;
}

@media only screen and (max-width:768px) {
    .cplbdh {
        height: 300px;
		display:none;
    }

    .cplbdhl {
        display: none;
    }

    .cplbdhr {
        width: 100%;
    }

    .vvvvb4_1,
    .vvvvb4_2 {
        width: 49%;
    }

    .cplbdhr a {
        margin-top: 10px;
    }

    .cplbdhr a:nth-child(5) {
        margin-right: 1%;
    }

    .cplb_timg,
    .cplb_tnr {
        width: 100%;
    }

    .cplb_tnr {
        margin: 30px 0;
    }
	
		.prodetails-text,.prodetails-btnlist{
        display: none !important;
    }
	
	.prodetails-name,.share-btn-list{
		justify-content: center;
		text-align:center;
	}
	.share-btn-list{display:none;}
}

/*lxny*/
.title_lx {
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    color: #7c7c7c;
}

.lx_fs {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    box-shadow: 1px 1px 8px 5px rgb(222 214 214 / 50%);
    padding: 30px;
    display: flex;
    align-items: center;
    height: 160px;
}

.lx_fs:last-child {
    margin-right: 0;
}

.lx_fsrt {
    font-size: 24px;
    font-weight: 700;
	line-height: 35px;
}

.lx_fsrn {
    font-size: 17px;
    line-height: 25px;
}

.lx_fsl {
    margin-right: 10px;
}

.box3_lx {
    background: url(../images/lxly.jpg);
}

.lxly {
    display: flex;
    padding: 50px 0px;
}

.lxlyz,
.lxlyr {
    width: 50%;
}

.lxlyz {
    padding-right: 50px;
    padding-top: 30px;
}

.lxlyz_t {
    width: 250px;
    height: 45px;
    background: #fff;
    border-radius: 5px;
    font-size: 24px;
    text-align: center;
    line-height: 45px;
}

.lxlyz_ft {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 10px 0;
    line-height: 38px;
}

.lxlyz_nr {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
}

.lxlyr {
    background: #fff;
    box-shadow: 2px 0px 15px 5px rgb(141 139 139 / 50%);
    border-radius: 25px;
    padding: 30px 50px;
}

.lxlyr form dl {
    text-align: center;
}

.lxly_xm,
.lxly_yx,
.lxly_nr,
.lxly_yzm {
    border: none;
    background-color: #ececec;
    border-radius: 5px;
    padding-left: 10px;
}

.lxly_xm,
.lxly_yx {
    height: 40px;
    width: 100%;
}

.lxly_yzm {
    height: 40px;
    width: 35%;
}

.lxly_inp {
    float: left;
    width: 49%;
    margin-bottom: 15px;
}

.lxly_inpy {
    width: 100%;
    text-align: left;
	position:relative;
}

.lxly_inp:first-child {
    margin-right: 2%;
}

.lxly_are {
    width: 100%;
    margin-bottom: 9px;
}

.lxly_nr {
    width: 100%;
    height: 150px;
    padding-top: 10px;
}

.lxly_btn {
    width: 150px;
    height: 40px;
    font-size: 18px;
    border: none;
    background: #bde81f;
    margin-top: 15px;
    border-radius: 5px;
}

@media only screen and (max-width:768px) {
    .lx_fs {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        padding: 20px;
        height: 120px;
    }

    .lx_fs:last-child {
        margin-bottom: 0;
    }

    .title_lx {
        line-height: 50px;
        font-size: 19px;
		display:none;
    }

    .lxlyz {
        display: none;
    }

    .lxlyr {
        width: 100%;
    }

    .lxly_inp {
        width: 100%;
    }

    .about_1_mid_left.cssimgp {
        height: 200px !important;
    }

    #dituContent {
        height: 200px !important;
    }
	.lxly_inpy img{
		position:absolute;
		right:0px;
	}
	.box3_lx{
		margin-bottom:0px;
	}
}

.page.wrapper{
	text-align:center;
	margin-top:50px;
}
.page.wrapper a{
	padding: 10px 15px;
    font-size: 17px;
    border-radius: 10px;
	border: 1px solid #dedede;
	margin-right: 15px;
}

.page.wrapper a:hover{
	background:#bde81f;
	border:1px solid #bde81f;
}
/*yyly*/
.yylb_t {
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 50px;
}

.yylb_t:nth-child(3n) {
    margin-right: 0;
}

.yylb_timg {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 35px;
}

.yylb_timg img {
    width: 100%;
    height: 300px;
    border-radius: 35px;
}

.yylb_tit {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 99;
    bottom: -15px;
}

.yylb_tit span {
    background: #e0e0e0bd;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 17px;
}

.yylb_t:hover .yylb_tit span {
    background: #bde81f;
    color: #fff;
}

.yylb_t:hover .yylb_timg img {
    transform: scale(1.2)
}
#mapContainer{
	height:500px;
}

@media only screen and (max-width:768px) {
    .yylb_t {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .yylb_timg img {
        height: 300px;
    }
	#mapContainer{
		height:300px;
	}
}

.prodetails-content .tagContent.act {
    line-height:30px;
}

.about_welcomenrpc{
	display:block;
}

.about_welcomenrmob{
	display:none;
	margin-top:30px;
}

.about_welcomenrmob .owl-controls{
	margin-top:20px;
}

@media only screen and (max-width:768px){	
	.about_welcomenrpc{
		display:none !important;
	}
	
	.about_welcomenrmob{
		display:block;
	}
}