@import "header.css";
.events_items p {
	font-size: 16px;
	line-height: 35px;
}

.cevents_cont {
	margin-top: 80px;
}

.cevents_logos {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.cevents_logo {
	width: 255px;
	display: flex;
	align-items: center;
}

.cevents_logo img {
	vertical-align: middle;
}

.cevents_logo_txt {
	width: 635px;
}
.events_items .cevents_tit_2{
	font-weight: 700;
}
.cevents_margin_p{
	margin-bottom: 35px;
}
.margin_top-80{
	margin-top: 80px;
}
.cevent_service{
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc ;
}
.cevent_service td{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc ;
	font-size: 14px;
	text-align: center;
    line-height: 28px;
}
.cevent_service tbody tr:last-child{
	height: 112px;
}
.cevent_service thead td{
	padding: 4px;
	color: #999;
}
.cevent_service tbody td{
	padding:6px;
}
.cevent_service tbody tr td:last-child{
	text-align: left;
}
.problems_item{
	height: 40px;
	overflow: hidden;
}
.problems_item:first-child{
	height: auto;
	overflow: auto;
}
.problems{
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
}
.answer {
	margin-left: 32px;
	margin-bottom: 30px;
}
.answer p{
	line-height: 30px;
	font-size: 14px;
	text-indent: 2em;
}

/*2020.4新改页面*/
.cevents_main_cont {
	width: 1200px;
	height: auto;
}
.cevents_items{
	width: 100%;
	background: #fff;
	padding: 50px;
	margin-bottom: 20px;
}
.cevents_txt{
	margin-top: 30px;
}

.cevents_txt p {
	font-size: 16px;
	line-height: 32px;
	margin-top: 10px;
}

.cevents_items_title{
	background-image: url(../../img/events/line-750.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 100px;
	margin-bottom: 50px;
}

.cevents_main_cont h2, .cevents_main_cont h1 {
	font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
	font-weight: 700;
	font-size: 24px;
	min-height: 36px;
	line-height: 36px;
	margin: 20px auto;
	text-align: center;
}
.cevents_main_cont h2 span, .cevents_main_cont h1 span{
	background-color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}

.cevents_advantage {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.cevents_advantage_item {
	width: 330px;
	height: 160px;
	padding-top: 0px;
	margin-right: 55px;
	position: relative;
	line-height: 22px;
}

.cevents_advantage_item .title{
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}
.cevents_advantage_item .title .left{
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	background-color: #2BA187;
	color: #fff;
	text-align: center;
	font-size: 22px;
	position: relative;
	margin-top: 5px;
}

.cevents_advantage_item .title .right{
	font-size: 16px; 
	position: relative; 
	margin-left: 10px; 
	line-height: 24px;
}

.wqd{
	width: 950px;
	margin: 0px auto;
	display: flex;
	flex-wrap: nowrap;
}

.wqd .wqdimg{
	margin-right: 50px;
	padding-top: 25px;
}

.wqd p {
	font-size: 16px;
	line-height: 32px;
	margin-top: 10px;
}

.cevents_case{
	display: flex;
	flex-wrap: wrap;
}

.cevents_case_item{
	width: 336px;
	height: 240px;
	padding-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	line-height: 22px;

}


.cevents_case_item_img:hover .item_text{
	opacity: 1;
	transform:  translateY(0);
	display: block;
}

.cevents_case_item .item_text{
	display: none;
	width: 336px;
	height: 188px;
	padding: 30px 20px;
	position:absolute;
	top:0px;
	background-color:rgba(0, 0, 0, 0.4);;
	text-align: center;
	color: #fff;
	opacity: 0;
    transform:  translateY(100%);
}
.cevents_case_item .item_text b{
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}
.cevents_case_item .item_text span{
	font-size: 12px;
}

.cevents_case_item .item_text a{
	margin-top: 10px;
	padding: 6px 20px;
	border: 1px solid #fff;
	color: #fff;
}
.cevents_case_item .item_title{
	text-align: center;
	font-size: 14px;
}
.cevents_case_item .item_title a{
	color:#666;
}

/* 案例详情 */
.case_leftnavs{
	width: 220px;
    height: auto;
	margin-right: 20px;
	background-color: #fff;
}
.navs_anchors {
	width: 220px;
	height: 410px;
	background: #fff;
}
.navs_anchors .navs_title{
	font-size: 16px;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	padding-left: 15px;
	color: #2BA187;

}

.navs_anchors li {
	height: 40px;
	line-height: 40px;
}
.navs_anchors li:hover a{
	color: #fff;
	background-color: #2BA187;
}
.navs_anchors a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	font-size: 14px;
	color: #333333;
	padding: 0 15px;
}

.navs_anchors_active a {
	font-weight: 700;
	color: #2BA187;
}

.case_cont {
	width: 960px;
	height: auto;
	background-color: #fff;
	padding: 50px;
}

.case_cont h1{
	font-size: 24px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 30px;
}
.case_cont p{
	font-size: 16px;
	line-height: 36px;
}
.case_cont .cont_title{
	font-size: 24px;
	font-weight: 700;
	padding-top: 30px;
	padding-bottom: 20px;

}
.case_cont_img{
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
	padding-bottom: 20px;
}
.case_cont_img img{
	position: relative;
	width: 260px;
	height: 173px;
	margin-right: 40px;

}

/* 青道文章 */


.wqdarticle ul{
	display: flex;
	flex-wrap: wrap;
}
.wqdarticle ul li{
	width: 420px;
	position: relative;
	padding-left:18px;
	margin-left: 90px;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	border-bottom: 1px dashed #d4d4d4;
}
.wqdarticle ul li a{
	color: #666;
}

.wqdarticle ul li:after{
	content:'';
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
    border-radius: 50%;
	background: #d4d4d4;
}
.wqdarticle ul li:hover:after{
	background: #2BA187;
}
.wqdarticle ul li:hover a{
	color: #2BA187;
}
