/**
 * 作者:lianghaolv
 * QQ:1948712434
 * 时间:2020-09-24
 * 说明:本css文件为main标签内的样式。
 */

/* ********************************* */
#banner_box {
	height: 480px;
	position: relative;
}

#banner_box .bg_img {
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	background-image: url(/template/khw/img/index/banner.jpg);
	width: 100%;
	height: 320px;
}

#banner_box .sub_nav {
	text-align: center;
	padding-top: 20px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-625px);
	color: #fff;
}

#banner_box .position {
	text-align: left;
	font-size: 12px;
	color: #999999;
}

#banner_box .position a{
	color: #999999;
}

#banner_box h1 {
	font-size: 32px;
	margin-bottom: 15px;
	margin-top: 30px;
}

#banner_box .underline {
	display: inline-block;
	width: 30px;
	border-bottom: 3px solid #0169CA;
	margin-top: 21px;
}

#banner_box .nav_bottom {
	padding: 16px 48px 47px 48px;
	position: absolute;
	top: 220px;
	left: 0;
	width: 100%;
	height: 200px;
	display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	box-shadow: 0px 16px 32px 0px rgb(200 200 200);
	color: #101010;
	font-size: 14px;
	text-align: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
}

#banner_box .nav_bottom .logo {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
}

#banner_box .logo img {
	width: 50px;
	height: 50px;
}

#banner_box .nav_bottom li {
	width: 202px;
	margin-right: 40px;
}

#banner_box .nav_bottom li:last-child {
	padding-right: 0;
}

#banner_box .logo h3 {
	font-size: 16px;
	color: #101010;
}

#banner_box .nav_bottom li p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #6f6f6f;
}

/*******************翔宇动态****************** */
#trends {
	padding-bottom: 50px;
	background-color: #fff;
}

#trends .title .icon,
#share .title .icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url('/template/khw/img/css_sprites_1.png');
	background-repeat: no-repeat;
	 background-position: -13px -12px;
    vertical-align: middle;
}

#share .title .icon{
	background-position: -152px -12px;
}

#trends .title,
#share .title {
	font-size: 32px;
	color: #101010;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 30px;
}

#trends .box {
	margin: 0 auto;
	display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

#trends .box img {
	width: 400px;
	height: 267px;
}

#trends .box_left {
	width: 400px;
}

#trends .sub_title,
#share .sub_title {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	color: #101010;
	margin-top: 24px;
	margin-bottom: 14px;
}

#trends .remarks,
#share .remarks {
	font-size: 14px;
	color: #999;
	margin-bottom: 5px;
}

#trends .box_left .cont,
#trends .right .cont,
#share .box_right .cont {
	font-size: 16px;
	color: #6F6F6F;
	text-align: justify;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

#trends .remarks span,
#trends .remarks span,
#share .remarks span {
	display: inline-block;
	padding-left: 20px;
	background-image: url(/template/khw/img/index/time.png);
	background-repeat: no-repeat;
	background-size: 15px;
	margin-right: 30px;
	background-position: 0;
	font-size: 12px;
}

#trends .remarks span:last-child,
#share .remarks span:last-child {
	background-image: url(/template/khw/img/index/visi.png);
}

/* 右边 */
#trends .right {
	width: 800px;
	padding-left: 60px;
}

#trends .right>li {
	padding-bottom: 12px;
	border-bottom: 2px solid #bbb;
	height: 135px;
}

#trends .right>li+li {
	
	padding-top: 15px
}

#trends .right .sub_title {
	margin-top: 0;
}

#trends .right .cont {
	-webkit-line-clamp: 3;
}


/* ***********************技术分享************************* */
#share {
	background-color: #F5F5F5;
	padding: 50px 0;
}


#share .box {
	margin: 0 auto;
	display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

#share .box li {
	width: 555px;
	box-sizing: border-box;
	display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

#share .box .img {
	width: 150px;
	height: 100px;
}

#share .sub_title {
	margin-top: 0;
}

#share .box_right {
	width: 385px;
	padding-left: 20px;
}

#share .box_right .cont {
	-webkit-line-clamp: 2;
}

/* ***********************三栏************************* */
#three_bar {
	background-color: #FFFFFF;
	padding: 45px 0;
}

#three_bar .box {
	margin: 0 auto;
	display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

#three_bar .box>div {
	width: 350px;
}

#three_bar .box>div>div+div {
	margin-top: 25px;
		/*height: 70px;*/
}

#three_bar .title {
	box-sizing: border-box;
	margin-bottom: 25px;
}

#three_bar .icon{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url('/template/khw/img/css_sprites_1.png');
	background-repeat: no-repeat;
	background-position: -112px -152px;
	vertical-align: middle;
}

#three_bar .case .icon{
	background-position: -10px -152px;
}

#three_bar .video .icon{
	background-position: -62px -152px;
}

#three_bar .sub_title {
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
}

#three_bar .cont{
	width: 100%;
	overflow: hidden;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	display: -webkit-box;
	font-size: 14px;
	color: #444;
}

#three_bar .remarks span {
	display: inline-block;
	padding-left: 20px;
	background-image: url(/template/khw/img/index/time.png);
	background-repeat: no-repeat;
	background-size: 14px;
	margin-right: 30px;
	font-size: 12px;
	background-position-y: 2px;
	color: #999;
}

#three_bar .remarks span:last-child{
	background-image: url(/template/khw/img/index/visi.png);
}

#three_bar .banner {
	display: block;
	width: 350px;
	height: 150px;
}

#three_bar .box img {
	width: 350px;
	height: 150px;
}

#three_bar .video_item {
	display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	padding: 20px 25px;
	background-color: #f5f5f5;
	margin-bottom: 20px;
	box-sizing: border-box;
}

#three_bar .video_item .sub_title {
	font-weight: 400;
	margin-bottom: 10px;
}

#three_bar .video_item>div {
	width: 235px;
}


#three_bar .video_item .img_box{
	position: relative;
}
#three_bar .video_item .img_box::before{
	content: "";
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-6px,-12px);
    display: inline-block;
    border: 10px solid transparent;
    border-left: 15px solid #FFFFFF;
    opacity: 1;
}

#three_bar .video_item img {
    margin-left: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#three_bar .video_item .sub_title {
	font-size: 16px;
	color: #101010;
	-webkit-line-clamp: 1;
}

#three_bar .video_item p {
	font-size: 12px;
}

