@charset "utf-8";
:root{
    --themes_color: #39af88;
    --font_color: #ffffff;
}
.p1{
    background-image: url(../../images/zt/zt_aomhg/bg_yw.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.p1_main{
    width: 1300px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.headline {
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}
.headline a {
    font-weight: bold;
    color: var(--themes_color);
    font-size: 46px;
}
.focus {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.focus_main{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
}
.focus_l{
    width: 748px;
    height: auto;
    overflow: hidden;
    float: left;
}
.swiper_focus{
    width: 100%;
    height: 476px;
}
.swiper_focus .title_img_linear{
    padding-bottom: 30px;
}
.focus_l_b{
    width: 100%;
    height: 235px;
    margin-top: 10px;
}
.focus_l_b .staImg_title_inner_hide_item{
    width: 369px;
    height: 100%;
    margin-right: 10px;
}
.focus_l_b .staImg_title_inner_hide_item:last-of-type{
    margin-right: 0;
}
.focus_r{
    width: calc(100% - 788px);
    float: right;
}
.focus_r .lists_title_des_item{
    margin-bottom: 17px;
    padding-bottom: 17px;
}
.yyrj{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.yyrj_l{
    width: 626px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 50px;
}
.ymrj_l_item{
    display: block;
    width: 100%;
    height: 398px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.ymrj_l_item span{
    display: block;
    width: 100%;
    height: 100%;
}
.yyrj_l_text{
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
} 
.ymrj_l_item p{
    color: #fff;
}
.yyrj_r{
    width: 624px;
    float: right;
    margin-top: 50px;
}
.yyrj_r .lists_title_des_item{
    margin-bottom: 21px;
    padding-bottom: 21px;
}
.yyrj_r .lists_title_des_item span{
    margin-top: 20px;
}

.fhmdm{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
}
.swiper_fhmdm{
    height: 551px;
}
.swiper_fhmdm .swiper_multi_title_inner_hide_img{
    height: 100%;
}
.m_sImg2{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.m_sImg2_t{
	width: 100%;
	height: 404px;
	overflow: hidden;
}
.m_sImg2_l{
	display: block;
	width: 650px;
	height: 100%;
	float: left;
	overflow: hidden;
}
.m_sImg2_r{
	width: 650px;
	height: 100%;
	float: right;
	position: relative;
}
.m_sImg2_r_t{
	width: 660px;
	position: absolute;
	left: -10px;
	top: 20px;
}
.m_sImg2_r_t p{
	background: var(--themes_color);
	color: var(--font_color);
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 10px 50px;
	box-sizing: border-box;
	transition: padding 0.5s;
}
.m_sImg2_r_t:hover p{
	padding-left: 20px;
}
.m_sImg2_r_t span{
	width: calc(100% - 50px);
	margin-left: 50px;
	margin-top: 10px;
	font-size: 16px;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.m_sImg2_r_t a{
	font-size: 16px;
	color: #999;
	margin-left: 50px;
	margin-top: 30px;
	display: inline-block;
}
.m_sImg2_r_t a:hover{
	color: var(--themes_color);
}
.m_sImg2_r_b{
	width: calc(100% - 40px);
	height: 182px;
	margin-left: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.m_sImg2_r_b .img_title_in_center_item{
	width: 285px;
	height: 182px;
	float: left;
	margin-right: 40px;
}
.m_sImg2_r_b .img_title_in_center_item:last-of-type{
	margin-right: 0;
}
.m_sImg2_b{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.m_sImg2_b .img_title_out_text{
	height: auto;
	text-align: center;
}
.zfpyq_b{
    margin-top: 40px;
    height: auto;
    overflow: hidden;
}

/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
@media screen and (orientation:portrait){
    .p1{
        background-image:none;
    }
    .p1_main{
        width: 100%;
        padding: 0;
    }
	.headline {
        width: 100%;
        margin-top: 0.6rem;
        padding: 0 0.2rem;
        box-sizing: border-box;
        text-align: left;
    }
    .headline a {
        font-size: 0.44rem;
    }
    .focus{
        background-size: 100% auto;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .focus_main{
        width: 100%;
        margin-top: 0.6rem;
        padding-bottom: 0;
    }
    .focus_l{
        width: 100%;
        float: none;
    }
    .swiper_focus{
        height: 4.33rem;
    }
    .focus_l_b{
        height: auto;
        overflow: hidden;
        margin-top: 0.3rem;
    }
    .focus_l_b .staImg_title_inner_hide_item{
        width: 3.3rem;
        height: auto;
        overflow: hidden;
        margin-right: 0.2rem;
    }
    .focus_r{
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #fff;
        float: none;
        margin-top: 0.4rem;
    }
    .swiper_fhmdm{
        height: 8.89rem;
    }
    .yyrj{
        width: 100%;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .yyrj_l{
        width: 100%;
        float: none;
        margin-top: 0.5rem;
    }
    .ymrj_l_item{
        width: 100%;
        height: 5.93rem;
        border-radius: 0.2rem;
        margin-bottom: 0.2rem;
    }
    .ymrj_l_item span{
        display: block;
        width: 100%;
        height: 4.33rem;
        border-radius: 0.2rem;
        box-sizing: border-box;
    }
    .yyrj_l_text{
        padding: 0.2rem;
        position:static;
        border-radius: 0.2rem;
        background: var(--themes_color);;
        margin-top: 0.1rem;
    } 
    .yyrj_r{
        width: 100%;
        float: none;
        margin-top: 0;
    }
    .yyrj_r .lists_title_des_item{
        margin-bottom: 0.3rem;
        padding-bottom: 0.3rem;
    }
    .yyrj_r .lists_title_des_item span{
        margin-top: 0.1rem;
    }
    .fhmdm{
        width: 100%;
        margin-top: 0.5rem;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .swiper_mdm{
        height: 8.89rem;
    }
    .m_sImg2{
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }

}
	