锘緻charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{

    margin:0;

    padding:0;

    font-family:"Microsoft Yahei",'PingFang SC','Helvetica Neue','Hiragino Sans GB',SimSun;

}

*{

    font-family: "myFont4";

}

li{

    list-style: none;

}
/*banner*/
.index-banner{
    height: 180px;
    margin-top: 53px;
    overflow: hidden;
}
/* .index-banner img{
    width: 100%;
    display: block;
} */
.index-banner .swiper-pagination{
    position: absolute;
    bottom: 25px !important;
}
.index-banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    opacity: 0.6;
    background:#fff;
    border-radius: 50px;
    margin:0 7px !important;
}
.index-banner  .swiper-pagination-bullet-active{
    background: #00923f;
    opacity: 1;
    border:0;
}
.index-banner .swiper-slide{
    background-size: cover !important;
    background-position: center;
    display: flex;
    align-items: center;
}
.index-banner .swiper-slide .slide-img{
    width: 100%;
    overflow: hidden;
}
.index-banner .swiper-slide-active{
	pointer-events:auto;
}
.index-banner .swiper-slide .slide-img img{
    width:100%;
	height:180px;
	object-fit:cover;
	transform: scale(1.1);
	transition: transform 3s;
}
.index-banner .swiper-slide-active .slide-img>img{
	transform:none;
}
.index-banner .banner-text{
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
}
.index-banner .swiper-slide-active .banner-text{
	-webkit-animation: fadeInLeft 1.2s ease-in-out;
	animation: fadeInLeft 1.2s ease-in-out;
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index-banner .banner-text h5{
    color:#428fd7;
    font-size: 36px;
    text-transform: uppercase;
}
.index-banner .banner-text h6{
    font-size: 1.2rem;
    color:#fff;
    font-weight: bold;
}
.index-banner .banner-text p{
    font-size: .7rem;
    color: rgba(255,255,255,.55);
    margin: .2rem 0 1rem 0;
    text-transform: uppercase;
    /* font-weight: bold; */
    text-align: left;
}
.index-banner .banner-text a{
    display: block;
    width: 110px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: .85rem;
    border-radius: 50px;
    background:#00923f;
}

.p2{
    padding:1.5rem 0;
}

/* 鍐呴〉banner */
.column-banner{
    width: 100%;
    height: auto;
    height: 150px;
    position: relative;
    margin-top: 53px;
}
.column-banner img{
    float: right;
    height: 150px;
}
.column-banner .text-box{
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.column-banner .text-box p{
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-top: 5px;
    position: relative;
    font-weight: bold;
}

/* 闈㈠寘灞戝鑸 */
.screen{
	position: relative;
	width: 100%;
	margin: 10px auto 0;
	margin-bottom: .5rem;
}
.screen .txt{
	display: block;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding: 11px 30px 12px;
    text-transform: uppercase;
    background-image: url(../images/hamburger.png);
    background-color: #00923f;
    background-position: 90% center;
    background-repeat: no-repeat;
}
.screen ul{
	width: 100%;
	box-sizing: border-box;
	padding: 0 25px;
	border: 2px solid #00923f;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 0;
	background-color: #fff;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 2;
}
.screen ul li a{
	display: block;
	line-height: 18px;
	padding: 12px 0;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ddd;
}
.screen ul li:last-child a{
	border: 0;
}


/* 鍒嗛〉 */
.page-box {
    margin-bottom: 60px;
    margin-top: 40px;
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    background:#eee;
    margin: 0 5px;
    border-radius: 50px;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    background-color: #00923f;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}

.re {

	position: relative;

}

#container {

	position: relative;

}


/* 宸ュ叿鏍 */

.icon {

	background: url(../images/icon.png) no-repeat;

	display: inline-block;

	background-size: 4rem auto;

	vertical-align: middle;

}

.icon, .iconn:before, .iconn:after, .iconbef:before, .iconbef:after {

	content: "\20";

	display: block;

}

.iconn {

	background: url(../images/iconn.png) no-repeat;

	background-size: 1.4rem auto;

	vertical-align: middle;

}

#toolbar {

	position: fixed;

	bottom: 0;

	width: 100%;

	z-index: 888;

	/* height: 60px; */

	left: 0;
    box-shadow: 1px 1px 6px #eee;

}

#toolbar .list {

	width: 100%;

	max-width: 640px;

	min-width: 320px;

	margin: 0 auto;

	background: #fff;

}

#toolbar .list li:last-child {

    border: none;

}

#toolbar .list li {

	float: left;

	width: 25%;

    box-sizing: border-box;

	text-align: center;

	/* border-right: 1px solid #3c3c3c; */

}

#toolbar .list a {

	display: block;

	font-size: 0.9rem;

	color: #333;

	padding:10px 0;

}

/* #toolbar .list a.hover {

	background: #2a2a2a;

} */
#toolbar .list li:last-child a{

    background-color: #00923f;
    color:#fff;
}

#toolbar .list a s {

	margin-left: auto;

    margin-right: auto;

    width: 0.8rem;

    height: 0.8rem;

    display: block;

    background-size: 8rem auto;

}

#toolbar .list a span {

	text-align: center;

	line-height: .9rem;

	display: block;

    margin-top: 5px;

}

#toolbar .list a .too-home {

	background-position: 0.12rem 0.2rem;

}

#toolbar .list a .too-qiao {

	background-position: -2.5rem 0.2rem;

}

#toolbar .list a .too-map {

background-position: -1.2rem 0.2rem;

}

#toolbar .list a .too-tel {

	    background-position: -3.7rem 0.2rem;

}
#toolbar .list a .too-qiao {
	background-position: -2.5rem 0.2rem;
}

/*寰俊寮圭獥*/
#wxnr {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
    margin: auto;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 13rem;
    height: 13rem;
    padding: 1rem;
    padding-top: 2rem;
    margin-top: -6.5rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 6px #777;
    -webkit-box-shadow: 0px 2px 6px #777;
    -moz-box-shadow: 0px 2px 6px #777;
    border-radius: 10px;
}
#wxnr img {
	width: 65%;
	height: auto;
	display: block;
	margin: 0 auto;
    margin-bottom: 1rem;
}
#wxnr p {
    font-size: .9rem;
    line-height: 22px;
    text-align: center;
}
#wxnr i {
	position: absolute;
    top: -7px;
    right: -7px;
    width: 20px;
    height: 20px;
    font-size: 0.5rem;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    background: #333;
    border-radius: 1rem;
    cursor: pointer;
}
#wxnr span {
    display: inline-block;
    color: #b32025;
    border-radius: 0.05rem;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1rem;
}
#wxnr span.wx {
	padding-left: 0.4rem;
	background-image: url(../images/wx.png);
	background-size: 0.28rem;
	background-position: 0.1rem center;
	background-repeat: no-repeat;
}
/*澶嶅埗鎻愮ず*/
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -0.4rem;
	z-index: 9999999;
	font-size: .4rem;
	color: #fff;
	width: 90%;
	right: 5%;
	line-height: 0.8rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 0.1rem;
	display: none;
}

.xbg {

	width: 100%;

	display: block;

	position: fixed;

	height: 1.05rem;

	left: 0;

	bottom: 0;

	background: #fff;

	z-index: 880;

}

#toolbar .list a s span {

	color: #fff;

padding-top:.9rem;

	text-transform: initial;

	font-style: normal;

}

#toolbar .list li .iconfont{

    font-size: 22px;

}



/* 褰撳墠浣嶇疆 */
.location{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 0 2.5%;
}
.location .iconfont{
    font-size: 18px;
    vertical-align: middle;
    color:#666;
}
.location span{
    color:#666;
    vertical-align: middle;
}


/* 瀹㈡埛妗堜緥璇︽儏 */
.introduce{
    background: #fff;
    margin:25px 0 10px 0;
}
.introduce .intro-con{
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.introduce .intro-con h2{
    font-size: 18px;
    color: #222222;
    margin-bottom: 10px;
    font-family: 'myFont1';
}
.introduce .intro-con span{
    font-size: 15px;
    padding:0 5px;

}
.introduce .intro-text{
    font-size: 14px;
    color: #464646;
    margin-top: 20px;
    text-align: justify;
    font-family: myFont1;
    line-height: 26px;
}
.introduce .intro-text p{
    font-family: myFont1;
}
.introduce .intro-text img{
    max-width: 85%;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.introduce .intro-text table,
.table-nr table{
    width: 100% !important;
}
.introduce .intro-text table tr,
.table-nr table tr{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.introduce .intro-text table tr td,
.table-nr table tr td{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding:10px;
    font-size: 15px;
    line-height: 32px;
}
.table-nr{
    font-size: 15px;
    line-height: 32px;
    color:#222222;
}
.introduce .detail-r-retrun{
    display: flex;
    justify-content: space-between;
}
.introduce .detail-r-retrun .data-box{
    /* width: 60%; */
    display: flex;
    line-height: 35px;
}
.introduce .detail-r-retrun p{
    color: #a7a7a7;
    font-size: 12px;
    margin-right: 30px;
    position: relative;
    font-family: "myFont1";
}
.introduce .detail-r-retrun p:last-child{
    margin-right: 0;
}
.introduce .detail-r-retrun p .iconfont{
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}
.return-box{
    width: 130px;
    height: 40px;
    background: #00923f;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color:#fff;
    cursor: pointer;
    border:1px solid #00923f;
    transition: .5s;
    font-family: myFont4;
    float: right;
    margin-top: 15px;
}
.introduce .detail-r-retrun p::after{
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    width: 1px;
    height: 13px;
    right: -15px;
    background: #ccc;
}
.introduce .detail-r-retrun p:last-child:after{
    display: none;
}
/* .introduce .detail-r-retrun .return-box:hover{
    color:#00923f;
    background:none;
} */

/* 鍐呴〉涓婁竴椤典笅涓€椤 */
.news-fh{
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e2e2e2;
}
.news-fh ul li,.news-fh ul li a{
    color:#656565;
    font-size: 15px;
    font-family: myFont1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-fh ul li:last-child{
    border-top: 0;
    margin-top: 8px;
}
.news-fh ul li a:hover{
    color:#00923f;
    text-decoration: underline;
    cursor: pointer;
}


/* 闈㈠寘灞戝鑸 */
.crumbs-box{
    width: 100%;
    line-height: 40px;
    box-shadow: 1px 1px 10px #eee;
}
.crumbs-box ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.crumbs-box ul li a{
    height: 40px;
    margin-right: 25px;
    position: relative;
    cursor: pointer;
    display: block;
    color:#4c4c4c;
    font-size: 15px;
    font-family: 'myFont1';
}
.crumbs-box ul li:last-child a{
    margin-right: 0;
}
.crumbs-box ul li a:hover,
.crumbs-box ul li a.active{
    color:#00923f;
}
.crumbs-box ul li a::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background:#00923f;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .5s;
    opacity: 0;
}
.crumbs-box ul li a.active::after{
    opacity: 1;
}


/* 鏍忕洰鏂伴椈璧勮 */
.news-list-box dl a{
    background:#F5F5F5;
    display: block;
}
.news-list-box dl dt{
    height: 150px;
    overflow: hidden;
}
.news-list-box dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.news-list-box dl dd{
    padding: 4% 4.5%;
    box-sizing: border-box;
}
.news-list-box dl dd b{
    color: #00923f;
    font-size: .85rem;
    display: block;
    margin-bottom: .5rem;
}
.news-list-box dl dd h5{
    font-size: 1rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid #E6E6E6;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    white-space: nowrap;
}
.news-list-box dl dd p{
    font-size: .87rem;
    line-height: 25px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: justify;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: .7rem 0;
}
.news-list-box dl dd em{
    color: #00923f;
    font-size: .8rem;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.news-list-box dl dd em i{
    font-size: 1rem;
    transition: .4s;
    margin-left: .25rem;
}
.news-list-box dl:hover dd em i{
    margin-left: 10px;
}
.ny_news .ny_news_b ul li{
    color: #333333;
    box-sizing: border-box;
    transition: .2s;
    border-bottom: #E6E6E6 solid 1px;
    padding:15px 0;
}
.ny_news .ny_news_b ul li .c3_news_r_txt{
    width: 100%;
}
.ny_news .ny_news_b ul li a h5{
    font-size: 1rem;
    color:#333;
    padding-left: 13px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ny_news .ny_news_b ul li a h5::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 9px;
    background: #00923f;
    border-radius: 50%;
}
.ny_news .ny_news_b ul li a p{
    line-height: 24px;
    font-size: .85rem;
    color:#666;
    margin-top: .6rem;

}
.text-ellipsis-2{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* 鑱旂郴鎴戜滑 */
.ny_content{
    margin-top: 25px;
}
.ny_content .callus_l,.ny_content .callus_r{
    width: 100%;
}
.ny_content .callus_l h1,.ny_content .callus_r h1{
    font-size: 30px;
    font-family: blokcn;
    font-weight: bold;
    color: #e5e5e5;
    text-transform: uppercase;
}
.ny_content .callus_l h5,.ny_content .callus_r h5{
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    /* height: 70px; */
    padding-bottom: 15px;
    border-bottom: #666666 solid 2px;
}
.ny_content .callus_l img{
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.ny_content .callus_l p{
    text-align: center;
    font-size: 16px;
}
.ny_content .callus_l .code_box{
    display: grid;
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
}
.ny_content .callus_r ul{
    margin-top: 40px;
}
.ny_content .callus_r ul li{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border-bottom: #e6e6e6 solid 1px;
    line-height: 50px;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
}
.ny_content .callus_r ul li i{
    font-size: 26px;
}


.messages-box{
    /* width: 100%; */
}
.messages-box .f-title{
    font-size: 1.2rem;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #333;
    margin-top: 2rem;
    font-weight: bold;
}
.messages-box ul li{
    display: flex;
    line-height: 45px;
    margin-bottom: 13px;
}
.messages-box ul li label{
    font-size: .95rem;
    font-family: myFont1;
    color:#333;
}
.messages-box ul li input,
.messages-box ul li textarea{
    width: 67%;
    margin-left: 10px;
    background:#fff;
    border:1px solid #f5f5f5;
    padding-left: 15px;
}
.messages-box ul li input{
    line-height: 45px;
}
.messages-box ul li textarea{
    height: 100px;
    line-height: 25px;
}
.messages-box .form_btn{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background:#00923f;
    color:#fff;
    margin-top: 15px;
    cursor: pointer;
    border:none;
    border-radius: 10px;
}

/* 鏁板瓧婊氬姩 */
.cont-1{
    background:#f2f6ff;
    padding:1rem .6rem;
}
.digital{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.digital li{
    position: relative;
    font-size: .75rem;
    color: #333333;
    position: relative;
}
.digital li strong{
    font-size: 1.2rem;
    color:#222222;
    color:#00923f;
}
.digital li em{
    margin-top: .3rem;
}
.w1200{
    width: 94%;
    margin:30px auto 0;
}

/* 鍐呴〉鍏徃绠€浠 */
.about-box{
    background: url(/Public/Home/Module1045/images/introbg.jpg) no-repeat center;
    background-size: cover;
    padding: 1rem 0 2.5rem 0;
}
.title-a{
    font-size: 1.3rem;
    color:#333;
    text-align: center;
}
.title-a i{
    display: block;
    width: 35px;
    height: 1px;
    background: #00923f;
    margin:12px auto 0;
}
.about-list img{
    width: 100%;
    height: auto;
    margin-top: 1.3rem;
}
.about-list .about-des{
    width: 100%;
    margin-top: 1rem;
}
.about-list .about-des p{
    line-height: 28px;
    font-size: .85rem;
    color: #333;
    text-indent: 2em;
}

/* 鑽ｈ獕璧勮川 */
.ny-partner-box{
    background: url(/Public/Home/Module1045/images/bg8.jpg) no-repeat center center;
    position: relative;
    padding: 1rem 0 3rem 0;
    box-sizing: border-box;
    /* background-attachment: fixed; */
}
.ny-partner-box .title-a{
    color:#fff;
    margin-bottom: 35px;
}
.ny-partner-box .title-a i{
    background:#fff;
}
.ny-partner-box .swiper-slide,
.nr_detail_img .swiper-slide{
    /* height: 40px; */
    overflow: hidden;
    cursor: pointer;
    height: 9rem;
}
.ny-partner-box .swiper-slide .img,
.nr_detail_img .swiper-slide .img{
    width: 100%;
    height: 100%;
}
.ny-partner-box .swiper-slide img,
.nr_detail_img .swiper-slide img{
    width: 100%;
    height: 100%;
    transition: .5s;
    object-fit: cover;
}
.ny-partner-box .swiper-slide:hover img{
    transform: scale(.95);
}


/* 鍚堜綔浼佷笟 */
.coopareta-box{
    margin:20px 0 40px 0;
}
.coopareta-box ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 10px 10px;
}
.coopareta-box ul li{
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    transition: .5s;
    border:1px solid #f5f5f5;
}
.coopareta-box ul li img{
    width: 100%;
    height: auto;
    transition: .5s;
    display: block;
}



/* 椤圭洰灞曠ず */
.case-box{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    grid-gap: 15px;
}
.case-box dl{
    background:#f5f5f5;
}
.case-box dl dt{
    width: 100%;
    height: auto;
}
.case-box dl dt img{
    width: 100%;
    height: auto;
    transition: .5s;
    display: block;
}
.case-box dl dd{
    /* width: 100%; */
    padding:1.2rem 1rem;
    font-size: .95rem;
    line-height: 24px;
}
.case-box dl dd h5{
    margin-bottom: 5px;
}
.case-box dl dd p{
    margin-top: 5px;
}
.case-box dl dd p em.actice{
    color:#264e93;
}


/* 鎷涜仒淇℃伅 */
.rlzy-box{
    margin-top: 50px;
}
.rlzy-box .rlzy-text{
    font-size: .92rem;
    line-height: 29px;
    margin-top: 1.5rem;
}
.rlzy-box .zp-title{
    font-size: 1.2rem;
    border-bottom: #f5f5f5 1px solid;
    padding-bottom: 12px;
    color: #264e93;
    font-weight: bold;
    margin-top: 2rem;
}
.recruit-box{
    margin:30px 0 60px 0;
}
.recruit-box dl{
    padding:1rem;
    box-shadow: 0 0 10px rgb(230 230 230 / 50%);
    margin-bottom: 1rem;
    cursor: pointer;
    border:1px solid #fff;
}
.recruit-box dd{
    display: none;
}
.recruit-box dl dt{
    overflow: hidden;
}
.recruit-box dl dt h5{
    width: 85%;
    float: left;
    font-size: 1.02rem;
    color: #333;
    position: relative;
    padding-left: 16px;
    font-family: 'myFont1';
    font-weight: bold;
}
.recruit-box dl dt h5::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 20px;
    background: #264e93;
}
.recruit-box dl dt h5 .iconfont{
    font-size: 25px;
    vertical-align: top;
    color:#264e93;
    margin:0 5px 0 20px;
    vertical-align: middle;
}
.recruit-box dl dt h5 span{
    font-size: 22px;
    color: #264e93;
    font-family: 'myFont1';
    vertical-align: middle;
}
.recruit-box dl dt p{
    float: right;
}
.recruit-box dl dt p{
    transform: rotate(90deg);
}
.recruit-box dl dt p .iconfont{
    font-size: 20px;
}
.recruit-box dl:hover dt p .iconfont,
.recruit-box dl dt p.active .iconfont{
    color:#264e93;
}
.recruit-box dl dd{
    font-size: 16px;
    line-height: 32px;
    margin: 20px 0 10px 0;
    color: #565656;
    font-family: 'myFont1';
}
.recruit-box dl dd p{
    font-family: 'myFont1';
}
.recruit-box dl:hover{
    border:1px solid #264e93;
}
.recruit-box dl dt p.active{
    transform: rotate(-90deg);
}

input[type=button], input[type=submit], input[type=file], 
button {cursor:pointer;outline:0px; -webkit-appearance:none; } 


/* 棣栭〉鍐呭 */
/* 鏍囬 */
.title{
    font-size: 1.2rem;
    position: relative;
    padding-left: 25px;
}
.title h5{
    font-weight: bold;
}
.title p{
    font-size: .95rem;
    color: #969696;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2.5rem;
}
.title::before{
    content: '';
    display: block;
    width: 11px;
    height: 28px;
    background:url(/Public/Home/Module1124/images/bt-tb.png) no-repeat top left;
    position: absolute;
    left: 0;
    top: 5px;
}
.title::after{
    content: '';
    display: block;
    width: 35%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    left: 38px;
    bottom: -1rem;
}
/* .margin-l-38{
    margin-left: 38px;
} */

/* 涓昏惀涓氬姟 */
.cont1-list{
    overflow: hidden;
}
.cont1-list dl:nth-child(2n){
    margin-right: 0;
}
.cont1-list dl{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-top: 2%;
}
.cont1-list dl dt{
    width: 100%;
    height: 9rem;
}
.cont1-list dl dt img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.cont1-list dl dd{
    background:#075ead;
    color:#fff;
    padding:.6rem 0;
    font-size: .92rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 鍏充簬鎴戜滑 */
.cont2-list h5{
    font-size: .915rem;
    color:#00923f;
    text-transform: uppercase;
    text-indent: 2em;
}
.cont2-list h6{
    color:#00923f;
    text-indent: 2em;
    font-size: 1.1rem;
}
.cont2-list .des{
    font-size: .95rem;
    line-height: 28px;
    /* margin-top: 15px; */
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-indent: 2em;
}
.cont2-list .link{
    display: block;
    font-size: 15px;
    color:#00923f;
    transition: .5s;
    margin-top: 1rem;
}
.cont2-list .link .iconfont{
    transition: .5s;
}
.cont2-understand{
    width: 100%;
    background:#00923f;
    padding:.1rem 0 1rem 0;
    margin-top: 2rem;
}
.cont2-understand .text,
.cont2-understand .iconfont{
    color:#fff;
}
.cont2-understand .text h5{
    font-size: 1.2rem;
}
.cont2-understand .text p{
    font-size: .82rem;
    text-align: left;
    margin-top: .3rem;
}
.cont2-understand .link{
    display: block;
    margin-top: .6rem;
}
.cont2-understand .link .iconfont{
    display: inline-block;
    font-size: 1.8rem;
    transition: .5s;
}
.flex{
    display: flex;
    justify-content: space-between;
}


/* 浼樺娍 */
.cont3-box{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-auto-rows: auto;
    grid-gap: 10px;
}
.cont3-box dl{
    background: #f4f4f4;
    border-radius: 10px;
    padding: 1.2rem 1.2rem;
    text-align: center;
    transition: .5s;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cont3-box dl .iconfont{
    color:#00923f;
    font-size: 2rem;
}
.cont3-box dl h5{
    font-size: 1rem;
    margin: 8px 0 2px 0;
}
.cont3-box dl h6{
    text-transform: uppercase;
    color: #737373;
    font-size: .8rem;
}
.cont3-box dl .line{
    width: 1px;
    height: 80px;
    background: #e4e4e4;
}
.cont3-box dl dd{
    font-size: .85rem;
    line-height: 24px;
    width: 67%;
    text-align: left;
}
.cont3-box dl dd p{
    font-family: myFont1;
}
.cont3-box dl:hover{
    background:#00923f;
}

/* 瀹㈡埛妗堜緥 */
.cont4-list .w80{
    width: 75%;
    margin:0 auto;
    min-width: 1200px;
}
.cont4-list .swiper-slide{
    width: 100%;
    height: auto;
}
.cont4-list .swiper-slide .img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cont4-list .swiper-slide .img img{
    width: 100%;
    height: auto;
    transition: .5s;
    display: block;
}
.cont4-list .swiper-slide .des{
    width: 100%;
    line-height: 35px;
    /* padding: 0 15px; */
    background: rgba(0, 0, 0, .38);
    font-family: myFont1;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .95rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 鏂伴椈鍔ㄦ€ */
.cont5-box{
    padding-bottom: 1.3rem;
}
.cont5-box .news-bg{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.cont5-box .news-bg img{
    width: 100%;
    height: auto;
}
.cont5-box .cont5-list{
    z-index: 3;
    margin-top: 1rem;
}
.cont5-box .cont5-list dl{
    box-shadow: 1px 2px 8px #eee;
    background:#fff;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.cont5-box .cont5-list dl a{
    display: flex;
    justify-content: space-between;
    z-index: 3;
    padding:1.2rem 1.5rem;
    position: relative;
}
.cont5-box .cont5-list dl dt{
    /* width: 18%; */
}
.cont5-box .cont5-list dl dt .date{
    font-size: 1.3rem;
    font-family: myFont1;
    color:#333;
}
.cont5-box .cont5-list dl dt .date p{
    font-size: .95rem;
    color:#bababa;
    margin-top: 3px;
}
.cont5-box .cont5-list dl dt i{
    display: block;
    width: 100%;
    height: 1px;
    background:#c4c4c4;
    margin-top: 1.6rem;
}
.cont5-box .cont5-list dl dd{
    width: 71%;
}
.cont5-box .cont5-list dl dd h5{
    font-size: 1.05rem;
    color: #333;
    font-weight: bold;
}
.cont5-box .cont5-list dl dd p{
    font-size: .92rem;
    color: #757575;
    line-height: 24px;
    margin-top: .6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/* 椤圭洰灞曠ず */
.c-pro-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
}
.c-pro-list dl{
    border:1px solid #eee;
    position: relative;
}
.c-pro-list dl dt{
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.c-pro-list dl dt img{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.c-pro-list dl:hover dt img{
    transform: scale(1.03);
}
.c-pro-list dl dd{
    padding: 10px 10px 0 10px;
    text-align: center;
    font-family: myFont1;
    color: #666;
    font-size: .92rem;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}
.c-pro-list dl:hover dd{
    color:#00923f;
}
.c-pro-list dl::after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background:#00923f;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .5s;
}



/* 鎭掔洓路浼佷笟淇℃伅 */
.qyxx-content .qyxx-left{
    height: 200px;
    overflow: hidden;
}
.qyxx-content .qyxx-left dl{
    position: relative;
    width: 100%;
    height: 100%;
}
.qyxx-content .qyxx-left dl dt{
    width: 100%;
    height: 100%;
}
.qyxx-content .qyxx-left dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.qyxx-content .qyxx-left:hover dl dt img{
    transform: scale(1.04);
}
.qyxx-content .qyxx-left dl dd{
    background: rgb(0 146 63 / 50%);
    line-height: 35px;
    font-size: .95rem;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 21px;
}
.qyxx-content .qyxx-right{
    margin-top: 1.2rem;
}
.qyxx-content .qyxx-right dl{
    padding: .7rem 0;
    border-bottom: 1px solid #e8e8e8;
}
.qyxx-content .qyxx-right dl:first-child{
    padding-top: 0;
}
.qyxx-content .qyxx-right dl dt{
    font-size: 1.05rem;
    color: #333;
    font-weight: bold;
}
.qyxx-content .qyxx-right dl dd{
    font-size: .9rem;
    color: #757575;
    line-height: 24px;
    margin-top: .35rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.qyxx-content .qyxx-right dl:hover dt{
    color:#00923f;
}
.qyxx-content .qyxx-right dl:hover{
    border-bottom: 1px solid #00923f;
}
.link-box{
    width: 49%;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 1.5rem;
    border-radius: 30px;
    font-size: .92rem;
    color: #fff;
    text-align: center;
    background: #00923f;
    border: 1px solid #00923f;
    transition: .5s;
}