.nav-tel{border-left:2px solid #504f4f;padding-left:10px;font-size:15px;color:#000;}
.nav-tel span{display: block;}
body{background:#f1f0f0;}
.arcbox{box-sizing:border-box;marin-left:20px;background:#ffffff;border-radius: 10px;padding:30px;}
.arcbox .posts-list .blog-post h2.title{font-size:16px;border-bottom:1px solid #a2a1a1;list-style-type: disc;line-height: 40px;margin-bottom:10px;background:url(../images/km_newsicon.png) no-repeat scroll left center;padding-left:15px;}
.arcbox .posts-list .blog-post h2.title span{float:right;color:#999;}
.arcbox .nowtitle{font-size:20px;border-bottom:1px solid #ddd;color:#000;margin-bottom:20px;line-height: 50px;}
.canshu ul li{list-style:none;line-height: 40px;font-size:18px;}
.canshu ul li.r_title{font-size:30px;color:#aaa56b;padding-top:180px;padding-bottom:30px;}
.k-name,.k-name:focus,.k-name:hover,.k-name:focus,.k-name:active{background:url(../images/km_messageicon1.png) no-repeat 5px 50% ;padding-left:45px;color: #000;box-sizing: border-box;}
.k-mail,.k-mail:focus,.k-mail:hover,.k-mail:focus,.k-mail:active{background:url(../images/km_messageicon2.png) no-repeat 5px 50% ;padding-left:45px;color: #000;box-sizing: border-box;}
.k-code,.k-code:focus,.k-code:hover,.k-code:focus,.k-code:active{background:url(../images/km_messageicon3.png) no-repeat 5px 50% ;padding-left:45px;color: #000;box-sizing: border-box;}
.k-address,.k-address:focus,.k-address:hover,.k-address:focus,.k-address:active{background:url(../images/km_messageicon4.png) no-repeat 5px 50% ;padding-left:45px;color: #000;box-sizing: border-box;}
.k-tel,.k-tel:focus,.k-tel:hover,.k-tel:focus,.k-tel:active{background:url(../images/km_messageicon5.png) no-repeat 5px 50% ;padding-left:45px;color: #000;box-sizing: border-box;}
.nav-tabs{text-align: center;border:none;}
.nav-tabs>li{display:inline-block;float:none;margin:0px 50px;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{color:#000;border:none;}
.nav-tabs>li>a{font-size:28px;color:#888;padding:0px 50px;}
.nav-tabs>li>a>span{display:block;width:87px;height: 2px;margin:10px auto;background:#5b5731;}
.nav-tabs>li>a>label{font-size:12px;color:#333;}
.loginbox{margin:100px 0;}
.login-logo{background:#ffffff;text-align: center;padding:100px 0;}
.login-form{background:#ffffff;padding:10px 0px;}
.login-form h3{font-size:32px;padding-top:30px;margin-bottom:10px;}
.login-form h3 label{color:#bdb3b3;font-weight: normal;}
.login-form p{font-size:18px;color:#bdb3b3;}
.video-1::after{background:url(../images/km_videoicon.png) no-repeat scroll center center;content: "";}
.video-1:hover::after{background:url(../images/km_videoicon.png) no-repeat scroll center center;}

/*时间轴效果CSS*/
.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #666;
	right: 20%;
	margin-right: -10px;
}

.cbp_tmtimeline > li {
	position: relative;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	    right: 0px;
	padding-left: 100px;
	position: absolute;
	top:5px;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: left;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #bdd0db;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 1.5em;
	color: #000;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #000;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 25% 15px 0;
	background: #ffffff;
	color: #fff;
	padding: 2em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
	transition: all 0.5s;
}
.cbp_tmtimeline > li .cbp_tmlabel:hover{
	transform: scale(1.05);
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #ffffff;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	margin-bottom:0px;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #ffffff;
	border-width: 10px;
	top: 15px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-left-color: #ffffff;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 40px;
	height: 40px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #999;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #ddd;
	text-align: center;
	right: 20%;
	top: 0;
	margin: 0 -25px 0 0;
}

.cbp_tmicon-phone:before {
}

.cbp_tmicon-screen:before {
}

.cbp_tmicon-mail:before {
}

.cbp_tmicon-earth:before {
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #3594cb;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #6cbfee;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}

.arcbox{min-height:800px;}
.leftmenu .form-inline .form-control{width:100%;}
 .topcur{ position: fixed; top:100px; left:5%;}
#about{background:url(../images/aboutbg.png) no-repeat scroll top right #ffffff;padding-top: 50px;}
.ctt{padding:8px 20px;background:#3c3939; display:inline-block;font-size:18px;margin-bottom:30px;}
.feature .description{line-height:28px;}
.column-al{text-align:center;}

#xinwenliebiao1 {
    background-color: #f1f1f1;
    margin-top: 3rem;
    padding-bottom: 3rem;
}
.title-block-1 {
    margin: 0 0 3rem 0;
    border-bottom-color: #eeeeee;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding-bottom: 20px;
}
.title-block-1 .title {
    font-size: 32px;
    text-align: center;
    color: #cd1612;
    line-height: 1.5;
    width: 200px;
    margin: 0 auto;
}
.posts-list img{width:100%!important;}
.title-block-1 .subtitle {
    width: 200px;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center;
    color: rgba(0, 0, 0, 0.45);
    font-family: Arial;
    font-size: 16px;
}
.article-item .more{background: #cd1612;
    font-size: 14px;
    border-radius: 0;
    color: #fff;
    text-decoration: underline;
    padding-left: 0.75rem;
    padding-right: 0.75rem}
	#lianxiwomen form h1.title {
    text-align: center;
    font-weight: 400;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
    margin-bottom: 16px;
    font-size: 24px;
}
.copyright {
    text-align: center;
    font-size: 12px;
    line-height: 8;
    color: #888888;
    background: #282828;
    border-top: 1px solid #111111;
}
#posts-list img{width:100% !important;}

.column-al  .item img{width:100%;d}