/* 首页的样式 */
/* 主色：#c8161e   rgba(200, 22, 30, 1);*/

.home {
	position: relative;
}

.home .content {
	position: relative;
	width: 100%;
}

.home .header {
	background: rgba(35, 94, 97, .9);
	box-shadow: none;
	position: absolute;
	width: 100%;
	top: 0;
}

.home .header .top_link {
	border: none;
}

.home .nav,
.home .nav li a {
	height: 60px;
	line-height: 60px;
}


.home .nav li:hover {
	background: #235e61;
}

.home .header.fixed_header .nav>li:hover {
	background: none;
}

.home .header_main {
	background: rgba(200, 22, 30, 0);
	transition: all .5s;
	width: 100%;
}

.home .header.fixed_header .header_main {
	position: fixed;
	z-index: 999;
	top: 0px;
	background: rgba(200, 22, 30, .95);
	/* background: url(../img/page_top.png) no-repeat  center -40px; */
}

.header_main .wrapper {
	height: 60px;
}

body.home .wrapper {
	width: 1200px;
}

.home .header .top_link {
	background: #5ea697 url(../img/top_bg.png) no-repeat top center;
	width: 100%;
	display: block;
}

.home .header .top_link .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}

.home .header .top_link .language img {
	margin-right: 10px;
}

.content {
	position: relative;
	width: 100%;
	height: calc(100vh - 90px);
	background: #f8f8fe;
	padding-top: 90px;
}
.left-box{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0;
	z-index: 2;
	padding: 90px 15px 10px;
	background-color: #fff;
	width: 340px;
	max-width: 340px;
	height: 100%;
	overflow-y: auto;
	overflow-x:hidden;
	height: 100%;
	box-sizing:border-box;
	box-shadow: 0 2px 3px #ddd;
	border-right: 1px solid #ddd;
}
.left-box-hd{
	font-size: 18px;
	padding: 18px 0 10px;
	font-weight: bold;
}
.left-box ol{
	
}

.left-box ol li{
	padding: 5px 0;
	/* list-style: cjk-ideographic; */
	color: #333;
}
.left-box ol li ul li{
}
.left-box ol li ul {padding-left: 16px;
}

.left-box ul.type{
   padding-left: 41px;
}
.left-box ul.type li{padding: 5px 0;color: #333;}
.left-box ul.type li{
	list-style: decimal
}
.left-box a{
	color: #333;
}
.left-box li.cli{
	line-height: 1.4;
}
.left-box li.cli a{
	display: block;
	margin: -18px 0 0 24px;
}
.left-box li.sli{
	line-height: 1.4;
}
.left-box li.sli a{
	display: block;
	margin: -18px 0 0 38px;
}
.left-box li a.on{
color: #6AB7AA
}
.mid-box{
	margin-left: 340px;
	height: calc(100vh - 90px);

        padding:50px 0;
	background-color: #F5F5F5;
	overflow-x: hidden;
        overflow-y: auto;
        display:flex;
        justify-content: center;
}
.mid-box iframe{
   height:calc(100vh - 200px)
}
.mid-box img{
  
}