@charset "utf-8";

/*banner*/
.banner {
	width: 100%;
	position: relative;
}

.banner img {
	width: 100%;
	display: block;
}

/*搜索*/
.search {
	width: 100%;
	z-index: 9999;
	position: absolute;
	bottom: 30px;
}

.search .wrap {
	padding: 31px 40px 29px;
	background: #FFFFFF;
	box-shadow: 0px 2px 24px 0px rgba(4,0,0,0.16);
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search .fl {
}

.search .fl h4 {
	font-size: 30px;
	color: #183884;
	line-height: 42px;
	font-family: syht;
}

.search .fl .key_word {
	display: flex;
}

.search .fl .key_word span {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	margin-right: 5px;
}

.search .fl .key_word li a {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	margin-right: 5px;
}

.search .fl .key_word li a:hover {
	color: #183884;
}

.search .fr {
}

.search .fr form {
	width: 435px;
	height: 56px;
	line-height: 56px;
	background: #F1F3F7;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 400;
	color: #999999;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search .fr form .text {
	width: 320px;
	line-height: 56px;
	font-size: 18px;
	font-weight: 400;
	color: #999999;
	padding: 0 24px;
	outline: medium;
}

.search .fr form .ibtn {
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position-x: center;
	width: 69px;
	border-left: 1px solid #05287A;
	outline: medium;
}


/*关于开会乐*/
.iabout {
	width: 100%;
	padding: 77px 0 177px;
	background: url(../images/ibout_bj.png) right no-repeat;
	background-position-y: top;
	background-position-x: 877px;
	background-size: 100%;
}

.iabout .wrap {
	display: flex;
	justify-content: space-between;
}

.iabout .fl {
	width: 569px;
}

.iabout .fl .en {
	font-size: 56px;
	font-weight: bold;
	color: #E3E6ED;
	line-height: 36px;
	text-transform: uppercase;
}

.iabout .fl .cn {
	font-size: 32px;
	font-weight: 500;
	color: #333333;
	line-height: 36px;
	margin-top: -14px;
	font-family: syht;
}

.iabout .fl .by {
	font-size: 18px;
	font-weight: 500;
	color: #183884;
	line-height: 36px;
	margin: 45px 0 10px;
	font-family: syht;
}

.iabout .fl .des {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	text-align: justify;
	text-indent: 2em;
	margin-bottom: 90px;
}

.iabout .fl .des p {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	text-align: justify;
}

.iabout .fl .mo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.iabout .fl .mo a {
	display: block;
	text-align: center;
	width: 208px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #EAEAEA;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	text-transform: uppercase;
}

.iabout .fl .mo a:hover {
	animation: jelly 0.5s;
}

.iabout .fl .mo img {
	height: 61px;
	display: block;
}

.iabout .fr {
	width: 575px;
}

.iabout .fr img {
	width: 100%;
	display: block;
}

/*如何解决？选择我们的理由*/
.solve {
	width: 100%;
	position: relative;
	margin-top: -100px;
}

.solve .bj {
	width: 100%;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
}

.solve .bj .bj01 {
	width: 37%;
	height: 646px;
	border-radius: 0 8px 8px 0;
	background: url(../images/bj01.png) #05287A;
}

.solve .bj .bj02 {
	width: 62%;
	height: 460px;
	background: #F1F3F7;
}

.solve .wrap {
	position: relative;
	display: flex;
	height: 100%;
}

.solve .fl {
	width: 315px;
	padding: 82px 0 122px;
}

.solve .fl .en {
	text-transform: uppercase;
	font-size: 56px;
	font-family: syht;
	font-weight: bold;
	color: #E3E6ED;
	line-height: 36px;
}

.solve .fl .cn {
	font-size: 32px;
	font-family: syht;
	font-weight: 500;
	color: #FBFCFD;
	line-height: 36px;
	margin: 17px 0 35px;
}

.solve .fl ul {
}

.solve .fl ul li {
	padding: 0 25px;
	height: 68px;
	line-height: 68px;
	background: #F1F3F7;
	border-radius: 34px;
	font-size: 17px;
	font-weight: 400;
	color: #05287A;
	margin-bottom: 15px;
}

.solve .fl ul li:last-child {
	margin-bottom: 0;
}

.solve .fr {
	width: 848px;
	margin-left: 17px;
}

.solve .fr h4 {
	font-size: 32px;
	font-family: syht;
	font-weight: 500;
	color: #05287A;
	line-height: 36px;
	margin-top: 142px;
	margin-left: 104px;
	margin-bottom: 31px;
}

.solve .fr ul {
}

.solve .fr ul li {
	width: 100%;
	height: 68px;
	background: #05287A;
	border-radius: 0 34px 34px 0;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	cursor: pointer;
}
.solve .fr ul li:hover p{
	animation: jelly 0.5s;
}
.solve .fr ul li:last-child {
	margin-bottom: 0;
}

.solve .fr ul li .jt {
	display: block;
	margin-right: 23px;
	margin-left: 7px;
}

.solve .fr ul li p {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
}

.solve .fr ul li p span {
	font-weight: bold;
}

.solve .fr .btn {
	display: flex;
	align-items: center;
	margin-top: 45px;
	float: right;
}

.solve .fr .btn p {
	font-size: 24px;
	font-family: syht;
	font-weight: 500;
	color: #05287A;
	line-height: 36px;
	margin-right: 22px;
}

.solve .fr .btn a {
	display: block;
	text-align: center;
	width: 178px;
	height: 54px;
	line-height: 54px;
	background: #F1F3F7;
	border: 1px solid #EAEAEA;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
	color: #05287A;
}

.solve .fr .btn a:hover {
	animation: jelly 0.5s;
}

/*3大服务板块*/
.plate {
	padding: 128px 0 0;
	width: 100%;
	background: url(../images/bj02.png) no-repeat;
	background-size: 100%;
	position: relative;
	background-position-y: -182px;
}

.plate .box2 {
	width: 50%;
	height: 400px;
	background: #F1F3F7;
	border-radius: 8px 0 0 8px;
	position: absolute;
	right: 0;
	top: 702px;
}

.service .bk_tit {
	text-align: center;
}

.service .bk_tit h4 {
	font-size: 56px;
	font-weight: bold;
	color: #E3E6ED;
	line-height: 58px;
	text-transform: uppercase;
}

.service .bk_tit p {
	font-size: 32px;
	font-family: syht;
	font-weight: 500;
	color: #333333;
	line-height: 36px;
}

.service .service_list {
}

.service .service_list li {
}

.service .service_list li a {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 100%;
	height: 400px;
}

.service .service_list li .img {
	width: 600px;
	height: 400px;
	border-radius: 8px;
	overflow: hidden;
}

.service .service_list li .img img {
	width: 100%;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	transition: all ease 0.5s;
}

.service .service_list li:hover .img img {
	transform: scale(1.05);
}

.service .service_list li:nth-child(even) .img {
	position: absolute;
	right: 0;
}

.service .service_list li:nth-child(even) .con {
	position: absolute;
	left: 0;
}

.service .service_list li .con {
	width: 513px;
}

.service .service_list li .con h4 {
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}

.service .service_list li .con p.des {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 25px 0 80px;
}

.service .service_list li .con .ewm {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.service .service_list li .con .ewm img {
	width: 118px;
	hyphens: 118px;
	display: block;
}

.service .service_list li .con .ewm p {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	border-bottom: 1px solid #333;
}
.service .service_list li .con .ewm p:hover{
	color: #05287A;
	border-bottom: 1px solid #05287A;	
}
/*酒店推荐服务中心*/
.hotel {
	margin-top: 126px;
}

.hotel .bk_tit {
	text-align: center;
}

.hotel .bk_tit h4 {
	font-size: 32px;
	font-family: syht;
	font-weight: 500;
	color: #333333;
	line-height: 36px;
}

.hotel .bk_tit p {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}

.hotel ul {
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
}

.hotel ul li a {
	width: 360px;
	height: 240px;
	overflow: hidden;
	display: inline-block;
}

.hotel ul li a img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	transition: all ease 0.5s;
}
.hotel ul li:hover a img{
	transform: scale(1.05);
}
.hotel .btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hotel .btn .tel01 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 314px;
	height: 54px;
	background: #05287A;
	border-radius: 8px;
	margin-right: 22px;
}

.hotel .btn .tel01 img {
	display: block;
	margin-right: 9px;
}

.hotel .btn .tel01 span {
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
}

.hotel .btn .tel01 p {
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
}

.hotel .btn a {
	display: block;
	text-align: center;
	width: 168px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #05287A;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
	color: #0C2E7E;
}
.hotel .btn a:hover{
	animation: jelly 0.5s;
}
/*开会乐优势*/
.advantage {
	width: 100%;
	padding: 87px 0 92px;
	margin: 90px 0 96px;
	background: url(../images/bj3.png) bottom center no-repeat;
	background-size: cover;
}

.advantage .advantage_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.advantage .advantage_top .advantages_tit {
}

.advantage .advantage_top .advantages_tit h4 {
	font-size: 56px;
	font-weight: bold;
	color: #E3E6ED;
	line-height: 65px;
	text-transform: uppercase;
}

.advantage .advantage_top .advantages_tit p {
	font-size: 32px;
	font-family: syht;
	font-weight: 500;
	color: #333333;
	line-height: 36px;
}

.advantage .advantage_top a {
	display: block;
	text-align: center;
	width: 168px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #05287A;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
	color: #0C2E7E;
}
.advantage .advantage_top a:hover{
	animation: jelly 0.5s;
}
.advantage .advantage_list {
	margin-top: 51px;
	display: flex;
	justify-content: space-between;
}

.advantage .advantage_list li {
}

.advantage .advantage_list li .img {
	width: 86px;
	height: 86px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.advantage .advantage_list li .img img {
	display: block;
}

.advantage .advantage_list li h4 {
	font-size: 18px;
	font-weight: 500;
	color: #05287a;
	text-align: center;
	margin: 13px 0 10px;
}

.advantage .advantage_list li p {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	text-align: center;
}

/*会议活动案例展示*/
.case {
}

.case .fl {
	width: 260px;
}

.case .fl h4 {
	font-size: 56px;
	font-weight: bold;
	color: #E3E6ED;
	line-height: 60px;
	text-transform: uppercase;
}

.case .fl  p {
	font-size: 32px;
	font-family: syht;
	font-weight: 500;
	color: #333333;
	line-height: 42px;
	margin-bottom: 130px;
}

.case .fl  a {
	display: block;
	text-align: center;
	width: 168px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #EAEAEA;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
	color: #05287A;
}
.case .fl  a:hover{
	animation: jelly 0.5s;
}
.case .case_con {
	width: 793px;
}

.case .case_con .case_list {
	margin-top: 58px;
	margin-bottom: 20px;
}

.case .case_con .case_list li {
	width: 380px;
	height: 272px;
	background: #FFFFFF;
	box-shadow: 3px 3px 10px 0px rgba(5,40,122,0.1);
	border-radius: 16px;
	float: left;
}

.case .case_con .case_list li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.case .case_con .case_list li .box01 {
	padding: 24px 35px 28px 39px;
	border-radius: 16px;
	transition: all 300ms ease;
}

.case .case_con .case_list li .box01 .tb {
	display: flex;
	justify-content: space-between;
}

.case .case_con .case_list li .box01 .tb .time {
	width: 80px;
}

.case .case_con .case_list li .box01 .tb .time .date {
	display: inline-block;
	width: 100%;
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}

.case .case_con .case_list li .box01 .tb .time .year {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 20px;
}

.case .case_con .case_list li .box01 .tb .hot {
	text-align: center;
	width: 48px;
	height: 20px;
	line-height: 20px;
	background: #FFC600;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	text-transform: uppercase;
}

.case .case_con .case_list li .box01 h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 15px 0 82px;
}

.case .case_con .case_list li .box01 p {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}

.case .case_con .case_list li:hover .box01 {
	display: none;
}

.case .case_con .case_list li:hover .box02 {
	display: block;
}

.case .case_con .case_list li .box02 {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	transition: all 300ms ease;
}

.case .case_con .case_list li .box02 .hot {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 9;
	text-align: center;
	width: 48px;
	height: 20px;
	line-height: 20px;
	background: #FFC600;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	text-transform: uppercase;
}

.case .case_con .case_list li .box02 .img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.case .case_con .case_list li .box02 .img img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 16px;
}

.case .case_con .case_list li .box02 p {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 47px;
	line-height: 47px;
	text-align: center;
	background: #05287A;
	border-radius: 0 0 16px 16px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.case .case_con .swiper-button-next,.case .case_con .swiper-button-prev {
	display: flex;
	width: 98px;
	height: 40px;
	border-radius: 20px;
	position: absolute;
	top: 22px;
}

.case .case_con .swiper-button-next {
	right: 0;
	background: url(../images/lr.png) center no-repeat #F1F3F7;
}

.case .case_con .swiper-button-prev {
	right: 110px;
	left: auto;
	background: url(../images/lf.png) center no-repeat #F1F3F7;
}

.case .case_con .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: "none";
}

.case .case_con .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: "none";
}

/*往期客户评价*/
.evaluation {
	margin-top: 70px;
	width: 100%;
	background: #F1F3F7;
	padding: 82px 0 180px;
}

.evaluation .wrap {
}

.evaluation .bk_tit {
	display: flex;
	justify-content: space-between;
}

.evaluation .bk_tit .fl {
}

.evaluation .bk_tit .fl .en {
	font-size: 56px;
	font-weight: bold;
	color: #E3E6ED;
	line-height: 65px;
	text-transform: uppercase;
}

.evaluation .bk_tit .fl .cn {
	font-size: 32px;
	font-family: syht;
	font-weight: 500;
	color: #333333;
	line-height: 35px;
}

.evaluation .bk_tit .fl p {
	font-size: 18px;
	font-weight: 400;
	color: #1F232D;
	line-height: 38px;
}

.evaluation .bk_tit .fr {
}

.evaluation .bk_tit .fr a {
	display: block;
	text-align: center;
	width: 168px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #05287A;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
	color: #05287A;
	margin-top: 70px;
}
.evaluation .bk_tit .fr a:hover{
	animation: jelly 0.5s;
}
.evaluation .content {
	position: relative;
	width: 100%;
	height: 300px;
	background: url(../images/happy.png) center no-repeat;
	background-size: 100%;
}

.evaluation .content .tab01 {
	margin-top: 13px;
	position: relative;
}

.evaluation .content .tab01 li {
	width: 88px;
	height: 88px;
	box-shadow: 3px 3px 24px 0px rgba(5,40,122,0.2);
	border-radius: 50%;
	background-size: cover!important;
}
.evaluation .content .tab01 li.active{
	box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.32);
}
.evaluation .content .tab01 li:nth-child(1) {
	position: absolute;
	top: 187px;
	left: 73px;
}

.evaluation .content .tab01 li:nth-child(2) {
	position: absolute;
	top: 5px;
	left: 284px;
	width: 72px;
	height: 72px;
}

.evaluation .content .tab01 li:nth-child(3) {
	position: absolute;
	top: 36px;
	left: 530px;
}

.evaluation .content .tab01 li:nth-child(4) {
	position: absolute;
	top: 217px;
	left: 593px;
	width: 96px;
	height: 96px;
}

.evaluation .content .tab01 li:nth-child(5) {
	position: absolute;
	top: 0;
	right: 314px;
	width: 72px;
	height: 72px;
}

.evaluation .content .tab01 li:nth-child(6) {
	position: absolute;
	top: 165px;
	right: 165px;
}

.evaluation .content .tab02 {
/*	position: relative;*/
	top: 0;
	width: 100%;
	height: 300px;
	z-index: 99;
}

.evaluation .content .tab02 li {
	width: 425px;
	height: 260px;
	background: url(../images/dhk.png) no-repeat;
	background-size: 100%;
	display: none;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	/* position: relative; */
}

.evaluation .content .tab02 li:nth-child(1) {
	display: none;
	bottom: 0;
	left: 159px;
}
.evaluation .content .tab02 li:nth-child(2) {
    display: none;
    top: -150px;
    left: 349px;
}
.evaluation .content .tab02 li:nth-child(3) {
    display: none;
    top: -104px;
    right: 159px;
}
.evaluation .content .tab02 li:nth-child(4) {
    display: none;
    bottom: -35px;
    right: 90px;
}
.evaluation .content .tab02 li:nth-child(5) {
	display: none;
    bottom: 200px;
    right: 380px;
    background: url(../images/dhk2.png) no-repeat;
}
.evaluation .content .tab02 li:nth-child(5) .con{
	
margin-left: 16px;
}
.evaluation .content .tab02 li:nth-child(6) {
	display: none;
    bottom: 16px;
    right: 245px;
	background: url(../images/dhk2.png) no-repeat;
}
.evaluation .content .tab02 li:nth-child(6) .con{
	
margin-left: 16px;
}
.evaluation .content .tab02 li .con {
    width: 83%;
    height: 73%;
    margin: 0 auto;
    margin-top: 16px;
    padding: 14px 15px 20px;
    margin-left: 27px;
    background: #fff;
    border-radius: 16px;
    position: absolute;
    top: -2px;
}

.evaluation .content .tab02 li .con h4 {
	font-size: 18px;
	font-family: syht;
	font-weight: 500;
	color: #333333;
}

.evaluation .content .tab02 li .con p {
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	color: #666666;
	padding-bottom: 10px;
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 10px;
}

.evaluation .content .tab02 li .con .des {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 4;
	overflow:hidden;
}

.tab02 {
}