﻿*{
    margin: 0;
    padding: 0;
    font-size:14px;
}
ul,li{
    list-style:none;
}
a{color:#000;}
a:hover{text-decoration: none;cursor: pointer;color:#46afb9}
.fl{
    float:left;
}
.yihang{
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    
}
.lianghang{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sanhang{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.fr{
    float:right
}
.icon {
    width: 1.1em; height: 1.1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.nav{
    height:65px;
    line-height:60px;
    box-shadow: 0px 1px 4px #888888;
}
.nav-left img{
    height:50px;
    width:auto;
    margin-left:20px;
}
.nav-right-en{
    width:35px;
    height:35px;
    border-radius:50px;
    border:1px solid #46afb9;
    color:#46afb9;
    text-align:center;
    line-height:33px;
    margin-top:15px;
}
.nav-right-c svg{
    font-size:36px;
}
.nav-right-c{
    line-height:83px;
    color:#46afb9;
    background-color:#f0f0f0;
    height:65px;
    width:60px;
    text-align:center;
    margin-left:14px;
}
/*菜单*/
.right {
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-color: #efeff4;
    z-index: 10001;
    text-align: center;
    animation-duration: 3s;
    display: none;
}
.right .active a{
    color: #451a13;
}
.right2{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-top: 1px solid #d9d9d9;
    background-color: #fff;
}
.right3{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-top: 1px solid #d9d9d9;
    background-color: #fff;
}
.right3 a,.right3 a:hover{
    color:#000;
}
.righta {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 10000;
    animation-duration: 3s;
    display: none;
}
/*轮播*/

.banner .swiper-container-banner{
    position:relative;
}
.banner img{
    width:100%;
    height:auto;
}
.banner .swiper-button-next{
    position:absolute;
    right:0;
    width:36px;
    height:60px;
    background-color:rgb(0,0,0,0.4);
    color:#fff;
    top:94px;
}
.banner .swiper-button-prev{
    position:absolute;
    left:0;
    width:36px;
    height:60px;
    background-color:rgb(0,0,0,0.4);
    color:#fff;
    top:94px;
}
.banner .swiper-button-next svg,.banner .swiper-button-prev svg{
    font-size:20px;
}

/*走进欣悦*/
.into{
    position:relative;
    padding:0 15px;
}
.title{
    text-align:center;
}
.into-title{
    font-size:40px;
    font-weight:bold;
    background-image:-webkit-linear-gradient(bottom,#fffaf400,#f5d7b8);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    margin:auto;
    margin-top:20px;

}
.into-title1{
    font-size:26px;
    color:#46afb9;
    font-weight:bold;
    margin:auto;
    margin-top:-28px;
    margin-bottom:5px;
}
.into-more{
    padding:0 10px;
    text-align:left;
    margin-top:10px;
    line-height:24px;
}
.into-more a{
    color:#f6b24f;
}
.into-bottom{
    display:flex;
    padding:20px 10px;
    background-color:#f4f4f4;
    margin-top:30px;
}
.into-icon1{
    flex:1;
    text-align:center;
}
.into-icon1 svg{
    color:#46afb9;
    font-size:40px;
    margin-bottom:4px;
}



/*欣悦产业*/
.product{
    padding:0 15px;
    margin-bottom:20px;
}
.product-bottom{
    /*display:flex;*/
    margin-top:20px;
    padding: 10px 10px;
    overflow: hidden;
}
.product-bottom-model{
    text-align:center;
    /*flex:1;*/
}
.product-bottom-model .svg{
    color:#b0b0b0;
    width:50px;
    height:50px;
    border-radius:50px;
    line-height:60px;
    text-align:center;
    border:1px solid #b0b0b0;
    margin:auto;
    margin-bottom:4px;
}
.product-bottom-model svg{
    font-size:30px;
}
.product-active .svg{
    background-color:#46afb9;
    border:1px solid #46afb9;
    color:#fff;
}
.product-active{
    color:#46afb9;
}
.product-swip{
    position:relative;
}
.product-swip-model{
    position:relative;
    width:100%;
    display:table;
}
.product-swip-model img{
    width:100%;
    height:auto;
}
.product-swip-model1{
    width:85%;
    margin:auto;
    padding:20px;
    background-color:#fff;
    position:absolute;
    bottom:-88px;
    left:0;
    right:0;
    box-shadow: 0px 1px 4px #888888;
}
.product-swip-model1-top{
    height:30px;
    line-height:30px;
    margin-bottom:5px;
}
.product-swip-model1-top1{
    float:left;
    color:#46afb9;
    font-size:20px;
}
.product-swip-model1-top2{
    float:right;
    color:#f6b24f;
    font-size:14px;
}
.product-swip-model1-bottom{
    line-height:22px;
    overflow: hidden;
    height:66px;
}
.product-swip .swiper-button-next1{
    position:absolute;
    right:0;
    width:36px;
    height:60px;
    background-color:rgb(0,0,0,0.4);
    color:#fff;
    top:94px;
    z-index:999;
    line-height:60px;
    text-align:center;
    font-size:20px;
}
.product-swip .swiper-button-prev1{
    position:absolute;
    left:0;
    width:36px;
    height:60px;
    background-color:rgb(0,0,0,0.4);
    color:#fff;
    top:94px;
    z-index:999;
    line-height:60px;
    text-align:center;
}
.product-swip .swiper-button-prev1 svg,.product-swip .swiper-button-next1 svg{
    font-size:20px;
}
.swiper-slide-thumb-active{

}
.swiper-slide-thumb-active .svg{
    background-color:#46afb9;
    border:1px solid #46afb9;
    color:#fff;
}
.swiper-slide-thumb-active .product-active{
    color:#46afb9;
}
/*旗下公司*/
.company{
    /*padding:0 15px;*/
    overflow: hidden;
    position:relative;
    padding-bottom:43px;
    background-color:#f4f4f4;
}
.company-model1{
    width:42%;
    float:left;
    margin-top:20px;
    text-align:center;
    margin-left:5%;
}
.company-model1 img{
    width:100%;
    margin-bottom:5px;
}
.company .swiper-pagination{
    text-align:left;
    padding-left:30px;
    width:calc(100% - 100px);
    float:left;
}
.company .swiper-pagination-bullet-active{
    background-color:#46afb9!important;
}
.company-nore{
    position:absolute;
    bottom:20px;
    right:30px;
}
.company-nore a{
    color:#f6b24f;
}
/*新闻资讯*/
.news{
    padding:0 15px;
}
.news1{
    overflow: hidden;
    position:relative;
    margin-top:10px;
}
.news1 img{
    width:100%;
    height:245px;
}
.news1-bg{
    height:50px;
    background-color:rgb(0,0,0,0.4);
    line-height:50px;
    position:absolute;
    bottom:0;
    color:#fff;
    padding-left:20px;
    width:100%;
}
.swiper-pagination-news{
    position:absolute;
    bottom:0!important;
    z-index:999;
    line-height:50px!important;
    text-align:right;
}
.news1 .swiper-pagination-bullet{
    background-color:#fff!important;
}
.news1 .swiper-pagination-bullet-active{
    background-color:#f6b24f!important;
}
.news2-left{
    width:100px;
    height:100px;
    border-radius:15px;
    background-color:#f4f4f4;
    text-align:center;
    color:#46afb9;
    line-height:28px;
    padding:25px 0;
}
.news2-left1{
    font-size:26px;
}
.news2-right{
    padding-left:20px;
    width:calc(100% - 100px);
    overflow: hidden;
}
.news2-right1{
    color:#000;
    margin-top:18px;
    font-size:16px;
}
.news2-right2{
    color:#757575;
    margin-top:5px;
}
.news2{
    display:table;
    width:100%;
    margin-top:26px;
}
.news3{
    display:table;
    width:100%;
}
.news3-1{
    height:1px;
    background-color:#dcdcdc;
    width:calc(100% - 80px);
    margin-top:19px;
}
.news3-2{
    width:70px;
    height:40px;
    line-height:40px;
    color:#f6b24f;
    text-align:center;
}
/*底部*/
.footer{
    margin-top:20px;
    width:100%;
    height:200px;
    background:url('../img/footer-bg.jpg') no-repeat center;
    background-size:cover;
    padding-top:0.1px;
}
.footer-bg{
    width:100%;
    height:180px;
}
.footer-top{
    color:#fff;
    font-size:12px!important;
    display:table;
    width:100%;
}
.footer-top-left1{
    margin-top:10px;
    margin-left:10px;
    display:table;
}
.select1{
    height:26px;
    line-height: 26px;
    text-align:center;
    background-color:rgb(0,0,0,0);
    border:1px solid #fff;
    margin-left:10px;
    width:150px;
}
.selectul{
    display:none;
    background-color:rgb(0,0,0);
    position:absolute;
    width:150px;;
}

.footer-top-left1-title{
    height:26px;
    line-height:26px;
}
.footer-top-left1-contact{
    line-height:26px;
    margin-left:10px;
}
.footer-top-left{
    width:80%;
}
.footer-top-right{
    margin-top:20px;
    text-align:center;
    width:20%;
}
.footer-top-right img{
    width:80%;
    height:auto;
    text-align:right;
    margin-bottom:5px;
}
.footer-bottom{
    margin-top:10px;
    font-size:12px;
    border-top:1px solid #fff;
    height:22px;
    color:#fff;
    line-height:22px;
    text-align:center;
    padding-top:10px;
    display:table;
    width:100%;
}


/*荣誉*/
.honor{
    width:90%;
    margin:auto;
    position:relative;
    display:table;
    height:300px;
    margin-top:20px;
    overflow: hidden;
}
.honor-s{
    position:absolute;
    width:24px;
    height:24px;
    top:0;
    left:0;
    right:0;
    margin:auto;
    text-align:center;
    line-height:24px;
    font-size:24px;
    color:#a2a2a2;
}
.honor-x{
    position:absolute;
    left:0;
    right:0;
    width:1px;
    height:100%;
    background-color:#fff;
    border-right:1px dashed #46afb9;
    margin:auto;
    top:24px;

}
.honor-left{
    float:left;
    text-align:right;
}
.honor-right{
    float:right;
    text-align:left;
}
.honor-model{
    clear:both;
    margin-top:110px;
    display:table;
    width:100%;
}
.honor-model-date{
    width:40%;
    color:#46afb9;
    font-weight:bold;
    font-size:20px;
}
.honor-model-des{
    width:40%;
    line-height:30px;
}
.honor-center{
    width:20%;
    text-align:center;
    height:30px;
    font-size:30px;
    float:left;
    color:#a2a2a2;
    line-height:30px;
    position:absolute;
    margin:auto;
    left:0;
    right:0;
}
.svg-icon{
    color:#46afb9
}
.wap-into{
    height:150px;
    background:url(../img/zoujinsj.jpg) no-repeat center;
    background-size:cover;
    padding-top:0.1px;
    color:#fff;
}
.wap-into-title{
    margin-top:50px;
    margin-left:30px;
}
.wap-into-title1{
    font-size:20px;
}
.wap-nav{
    margin:auto;
    height:50px;
    line-height:50px;
    display:flex;
    border-bottom:1px solid #dddddd;
    text-align:center;
    justify-content: space-around;
}
.wap-nav1{
    /*flex:1;*/
}
.wap-nav-active{
    background-color: #419fa8;
    padding:0 10px;
}
.wap-nav-active a{
    color:#fff;
}
.wap-custom{
    display:table;
    width:100%;
    padding:10px;
}
.wap-custom1{
    width:30%;
    margin-left:1.5%;
    margin-right:1.5%;
    margin-top:20px;
    border:1px solid #dddddd;
    padding:0 10px;
    height:80px;
    line-height:80px;
}
.wap-custom1 img{
    width:100%;
    height:auto;
}


.wap-companypage-nav{
    text-align:center;
    position:relative;
    padding:15px 0;
    border-bottom:1px solid #dddddd;
}
.wap-companypage-nav .swiper-button-next,.wap-companypage-nav .swiper-button-prev {
    color: #419fa8;
    font-size: 18px;
}
.wap-productpage-in-des{
    padding:20px 20px;
    display:table;
    width:100%;
}
.wap-productpage-in-right img{
    max-width:100%!important;
    height:auto;
    margin-bottom:20px;
}
.wap-productpage-in-des-left-title2 {
    color: #419fa8;
    font-size: 18px;
}
.wap-companypage-bottom{
    display:table;
}
.productpage-in-des-left-desc{
    line-height:22px;
}
.wap-companypage-btn{
    width: 120px;
    height: 30px;
    border-radius: 40px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #f6b24f;
    margin-top:10px;
    margin-bottom:20px;
}
.wap-companypage-bottom1-1 {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #419fa8;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 30px;
    margin-right: 20px;
}
.wap-companypage-bottom1-1 svg{
    font-size:30px;
}
.wap-companypage-bottom1{
    display:table;
    width:100%;
    margin-top:20px;
}
.wap-companypage-bottom1-2{
    margin-top:10px;
}
.wap-companypage-bottom1-a img{
    margin-top:20px;
    width:100%;
}

.wap-aboutpage-title1{
    background-image: -webkit-linear-gradient(bottom,#f2f0ec,#419fa8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:26px;
    margin-top:20px;
}
.wap-aboutpage-title2{

}
.wap-aboutpage-title3{
    float: left;
    width: 40px;
    height: 3px;
    background-color: #f6b24f;
    margin-right: 15px;
    margin-top:20px;
}
.wap-into-compamy{
    background:url(../img/gongsisj.jpg) no-repeat center;
    background-size: cover;
}
.wap-into-contact{
	 background:url(../img/lianxisj.jpg) no-repeat center;
	 background-size: cover;
}
/*人才招聘*/

.wap-into-zhaopin{
    background:url(../img/jiarusj.jpg) no-repeat center;
    background-size: cover;
}
/*招聘信息*/
.flex-container{
    display:flex;
    flex-wrap:nowrap;
    overflow: hidden;
}
.resource-title{
    font-size:26px;
    font-weight:bold;
    width:100%;
    text-align:center;
}
.zw-boxtitle{
    height: 50px;
    line-height: 50px;
    background: #46afb9;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.zw-item1{
    width: 30%;
    border-bottom: 1px solid #ececec;
}
.zw-item2{
    width: 20%;
    border-bottom: 1px solid #ececec;
}
.zw-item3{
    width: 20%;
    border-bottom: 1px solid #ececec;
}
.zw-item4{
    width: 22%;
    border-bottom: 1px solid #ececec;
}
.zw-item5{
    width: 8%;
    border-bottom: 1px solid #ececec;
}
.zw-box{
    border: 1px solid #dcdcdc;
    border-top: none;
    border-bottom: none;
    /*height: 50px;*/
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    flex-wrap:wrap;
}
.zw-btn{
    display: inline-block;
    cursor: pointer;
    color: #46afb9;
    font-weight: bolder;
}
.zw-content{
    width: 100%;
    padding: 20px 50px;
    text-align: left;
    line-height: 20px;
    border-bottom: 1px solid #ececec;
    background: #f5f5f5;
    display: none;
}
.companypage-active{
    background-color: #419fa8;
}
.companypage-active a{
    color:#fff;
}

.productpage-bg{
    position:relative;
    display:table;
    width:100%;
}
.productpage-bg img{
    width:100%;
}
.productpage-bg-title{
    position:absolute;
    top:130px;
    left:200px;
    color:#fff;
    border-left:3px solid #fff;
    padding-left:15px;
}
.productpage-bg-title1{
    font-size:26px;
    /*font-weight:bold;*/
    margin-bottom:3px;
}
.productpage-content{
    display:table;
    width:100%;
    margin-bottom:40px;
}
.productpage-model{
    width:100%;
    margin-top:20px;
}
.productpage-model-top{
    position:relative;
}
.productpage-model-top img{
    width:100%;
    height:auto;
}
.productpage-model-bottom{
    height: 50px;
    line-height:50px;
    background-color:#f4f4f4;
    padding:0 20px;
    font-size:16px;
}
.productpage-model-bottom2{
    float:right;
    color:#f6b24f;
}
.productpage-model-top1{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgb(70,175,185,0.8);
    display:none;
}
.productpage-model-top1-1{
    margin-top:25px;
    text-align:center;
    color: #ffffff;
    font-size:20px;
}
.productpage-model-top1-2{
    width:80%;
    margin:auto;
    color:#fff;
    margin-top:10px;
}
.productpage-model-top1-3{
    color:#fff;
    width:30px;
    height:30px;
    margin:auto;
    border-radius:60px;
    margin-top:17px;
    font-size:27px;
    border:2px solid #fff;
    text-align:center;
    line-height:27px;
}
.productpage-model-top:hover .productpage-model-top1{
    display:block;
}
.wap-product-chanye{
    padding:0 20px;
}
.wap-into-product{
    background:url(../img/chanyesj.jpg) no-repeat center;
    background-size: cover;
}
.wap-chanye{
    position:relative;
    padding:15px;
    text-align:center;
}
.wap-chanye svg{
    font-size:30px;
    color:#cccccc;
}
.wap-chanye-active a{
    color:#419fa8;
}
.wap-chanye-active svg{
    color:#419fa8;
}
.wap-chanye .swiper-button-next svg,.wap-chanye .swiper-button-prev svg{
    color: #419fa8;
    font-size: 18px;
}
.wap-productpage-in-des-left-title1{
    display: block;
    float: left;
    width: 30px;
    height: 3px;
    background-color: #f6b24f;
    margin-top: 11px;
    margin-right: 15px;
}
.wap-productpage-in-des-aa{
    padding:20px;
}
.wap-productpage-in-des-aa img,.wap-productpage-in-des img{
    max-width:100%!important;
    height:auto!important;
}
.wap-into-news{
    background:url(../img/xinwensj.jpg) no-repeat center;
    background-size: cover;
}

.wap-news{
    padding:20px;
}
.newspage-top-model{
    margin-bottom:20px;
}
.newspage-top-model-img img{
    width:100%;
    height:auto;
}
.newspage-top-model-title{
    line-height:50px;
    padding:0 15px;
}
.newspage-top-model-desc{
    color:#888888;
    padding:0 15px;
}
.newspage-top-model-date{
    line-height:40px;
    color:#46afb9;
    padding:0 15px;
}
.newspage-top-model-date svg{
    color:#f6b24f;
    font-size:40px;
    float:right;
}

/*分页*/
.pagepage{
	height: 100%;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 12px;
	padding-left: 3px;
	margin: 10px 0;
	/*float: right;*/
	text-align:center;
}

.pagepage  a{
	font-size:14px;
	/*display: block;*/
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	background-color: #E4F1FB;
	border: 1px solid #46afb9;
	/*float: left;*/
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	color: #46afb9;
}
.pagepage  a:hover{
	/*display: block;*/
	background-color: #46afb9;
	border: 1px solid #46afb9;
	/*float: left;*/
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
.pagepage .epages b{
	/*display: block;*/
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	/*float: left;*/
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	color: #999999;
	padding-right: 8px;
	padding-left: 8px;
}
.newsinfotitle{
	text-align:center;
	font-size:22px;
	margin-top:10px;
}
.newsinfotime{
	text-align:center;
	font-size:16px;
	margin-top:15px;
	margin-bottom:15px;
}
.btn-ewm{
	width:100%;height:auto;position:fixed;bottom:0;;
}
.footer-top-ewm-more{
	background-color:#46afb9;
	margin-top:2px;
	border-radius:20px;
}

.qixiagongsi{
	border:1px solid #cccccc;
	padding:5px 20px;
	border-radius:10px;
	/*margin-top:10px;*/
}
.wap-into1{
	font-size:16px;
}

