body{background: #fff;}
.header{
	width:100%;
	background: url(../images/about/banner.png) no-repeat center center;
	background-size: auto 100%;
	color: #fff;
	/* padding-top: 20px; */
}
.header .head_info{
	padding: 20px 3% 0;
}
.header h2{
	font-size: 24px;
	font-weight: normal;
	line-height: 35px;
}
.header i{
	display: block;
	width: 40px;
	height: 2px;
	background: #fff;
	margin: 16px 0px;
}
.header p{
	width: 25px;
	height: 25px;
	border-radius: 18px;
	border: 1px solid #fff;
	text-align: center;
	margin: 12px 0px;
	line-height: 25px;
}
.header p b{
	animation: myani 2s infinite;
	position: relative;
}
@keyframes myani{
	0%{top:-5px;}
	75%{top:5px;}
	100%{top:-5px;}
}
.header .about_nav{
	width: 100%;
	height: 45px;
	margin-top: 10px;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
}
.header .about_nav ul{
	white-space: nowrap;
	line-height: 45px;
	position: relative;
}
.header .about_nav ul li{
	display: inline-block;
	width: 22%;
	text-align: center;
	color: #fff;
}
.header .about_nav ul li a{
	color: #eee;
	display: block;
}
.header .about_nav ul li.on a{
	/* color: #1C6CC3; */
	background: #1C6CC3;
}

/* 内容 */
.about_info{
	padding: 12px 3%;
	line-height: 25px;
}
.about_info img{
	width: 100%;
}

/* remarks */
.remarks h2{
	color: #333;
	font-weight: normal;
	line-height: 45px;
}
.remarks p{
	text-indent: 25px;
}
/* 企业荣誉 */
.honor{
	position: relative;
}
.honor_head{
	text-align: center;
	padding-bottom: 25px;
}
.honor_head .h_word,.honor_head .h_wz{
	display: inline-block;
	vertical-align: middle;
}
.honor_head .h_word{
	font-size:48px;
	color: #ccc;
}
.honor_head .h_wz p{
	font-size: 20px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 12px;
}

.honor .honor_nav{
	position: absolute;
	top: 0px;
	right:10px;
}
.honor .honor_nav ul li{
	border: 1px solid #ccc;
	margin-top: 10px;
	border-radius: 4px;
	line-height: 25px;
}
.honor .honor_nav ul li.on{
	border: 1px solid #1C6CC3;
}

.honor .honor_nav ul li a{
	padding: 0px 10px;
}
.honor .honor_nav ul li.on a{
	color:#1C6CC3;
}
.honor_list ul li{
	width: 48%;
	float: left;
	margin: 0px 1%;
    text-align: center;
}
.honor_list ul li p{
	border: 1px solid #eee;
	padding: 6px;
}
.honor_list ul li p img{
	width:calc(100% -2px);
	float: left;
    height: 100px;
	border: 1px solid #eee;
}
.honor_list ul li span{
	display: block;
	line-height: 15px;
	height: 30px;
	margin: 5px 0px;
	overflow: hidden;
}

/* 视频中心 */
.media_list ul li{
	width: 48%;
	float: left;
	margin: 0px 1% 16px;
	text-align: center;
	background: #fafafa;
}

.media_show_frame{
    position: fixed;
    top: 30%;
    left: 0%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: none;
  }
  .media_show_frame .media_show_url{
    width: 100%;
    /* height: 600px; */
    background: #fff;
    padding:30px 0px 0px;
  }
  .media_show_frame .media_show_url video{
    width: 100%;
  }
  .media_show_frame .media_show_url span{
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: -20px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    background: rgba(0,0,0,0.8);
  }

  /* 发展历程 */
   #list-main{
        position: relative;
        bottom: 0px;
    }
    .course{
        width: 100%;
        padding: 30px 0px;
        background: url(../images/about/lc/1.png) no-repeat center center;
        background-size: 100% auto;
    }
    .course .course_cont{
        width: 100%;
        margin: 0px auto;
    }
    .course .course_cont h2{
        font-weight: normal;
        font-size: 20px;
        color: #054fb0;
        text-align: center;
    }
    .course .course_cont h2 small{
        color: #666;
    }
    .course .course_cont h3{
        font-weight: normal;
        font-size: 20px;
        text-align: center;
        padding: 20px 0px 10px;
    }
    .course .course_cont .course_cont1{
        background: url(../images/about/lc/dot.png) repeat-y top center;
        padding-bottom: 45px;
        margin-bottom: 15px;
    }
    .course .course_cont .course_cont1 ul li{
        height: 88px;
        padding: 20px 0px;
    }
    /* 左侧 */
    .course .course_cont .course_cont1 .course_fl{
        width: 42%;
        height: 70px;
        margin-left: 3%;
        float: left;
        position: relative;
        left: 0px;
        top: 0px;
    }
    .course .course_cont .course_cont1 .course_fl .course_log_l{
        text-align: center;
    }
    .course .course_cont .course_cont1 .course_fl .course_log_l img{
    	height:40px;
    }
    .course .course_cont .course_cont1 .course_fl .course_log_r{
        text-align: center;
    }
    .course .course_cont .course_cont1 .course_fl .course_log_r h1{
        line-height: 25px;
        color: #333;
        font-size: 16px;
    }
    .course .course_cont .course_cont1 .course_fl .course_log_r span{
        line-height: 20px;
        font-size: 14px;
        color: #666;
    }
    /* 右侧 */
    .course .course_cont .course_cont1 .course_fr{
        width: 42%;
        height: 70px;
        margin-right:3%;
        float: right;
        position: relative;
        right: 0px;
        top: 0px;
    }
    .course .course_cont .course_cont1 .course_fr .course_log_l{
        text-align: center;
    }
    .course .course_cont .course_cont1 .course_fr .course_log_l img{
    	height: 40px;
    }
    .course .course_cont .course_cont1 .course_fr .course_log_r{
        text-align: center;
    }
    .course .course_cont .course_cont1 .course_fr .course_log_r h1{
        line-height: 25px;
        color: #333;
        font-size: 16px;
    }
    .course .course_cont .course_cont1 .course_fr .course_log_r span{
        line-height: 20px;
        font-size: 14px;
        color: #666;
    }
    .course .course_cont .course_cont1 ul li>div:hover{
        /* background: rgba(0,0,0,0.1);
        border-radius: 8px; */
    }