﻿@charset "utf-8";
/* CSS Document */
/*标签重置*/
html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	margin: 0; 
	padding: 0; 
	font-family: Arial,Helvetica,'Microsoft YaHei',sans-serif;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { 
	padding: 0; 
	margin: 0;
}
table, td, tr, th {
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
li {
	list-style-type: none;
}
img { 
	vertical-align: top;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit; 
	font-weight: normal;
}
address, cite, code, em, th, i {
	font-weight: normal; 
	font-style: normal;
}
.hx a, .hx em, .fB {
	font-weight: bold;
}
.clearfix {
	*zoom: 1;
	clear:both;
	/*height:0px;*/
}
.clearfix:after {
	display: block;
	overflow: hidden; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	content: ".";
}
a {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	/*color: #ba2636;*/
	text-decoration: underline;
}
a:active {
	color: #ba2636;
}


*:link,*:visited,*:hover,*:active,*:focus{
 transition:color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;
 -webkit-transition:color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;}

/*banner*/
body {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;

}

/*专栏说明*/
.bg {
       padding-top: 22%;
}
.bg .zlsm  {
    width: 70%;
    margin: 0 auto;
    padding: 20px;
    background-image: url(../images/zlsm-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    border-radius: 50px 50px 0px 0px;
    padding-bottom: 50px;
}

.bg .zlsm img {
  
    display: block;
    width: 18% ;
    margin: 0 auto;
}

.bg .zlsm .nr{
    word-break: normal;
    width: 96%;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 32px; 
    letter-spacing: 1px;  
}
.bg .zlsm .nr p {
    text-align: justify;
    text-indent: 2em;
    word-break: normal;

}


/* 课程学习 */
.title {
    padding-top: 40px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
 
}
.title img { 
    width: 40%;
   
}
.kc {
    width: 1100px;
    margin:  0 auto;
    /* height: 960px;
    overflow: hidden; */
}
.kc a {
    text-decoration: none;
}
.kc .kck {
    width: 50%;
    float: left; 
    margin-top: 60px;   
}
.kc .kck .kck_a {
    width: 85%;
    margin: 0 auto;
   background-image: url(../images/kck.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    border-radius: 15px 15px 0px 15px;
    padding-bottom: 10px;
    transition: box-shadow .2s, transform .2s, -webkit-transform .5s;
    position: relative;
    height: 100px;


}
.kc .kck .kck_a img {
    width: 100%;
}
.kc .kck .kck_a h2{
   font-size: 18px;
   color: #fff;
   font-family: "思源黑体";
   font-weight: 600;
   padding: 10px 8px 2px 8px;
   line-height: 32px;
   letter-spacing: 2px;
}
.kc .kck .kck_a .bottom{
  
 }
 .kc .kck .kck_a .bottom .zz {
    position: absolute;
    right: 35px;
    bottom: 10px;
      font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    background-color: #23649f;
    border-radius: 8px;
    
    
  

 }
 .kc .kck .kck_a:hover {
    /* box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2); */
    transform: translate(0, -6px);
    -webkit-transform: translate(0, -6px);
    -moz-transform: translate(0, -6px);
    -o-transform: translate(0, -6px);
    -ms-transform: translate(0, -6px);
}
 

/*尾部*/
.foot {
    width:1200px;
    margin:0 auto;
    margin-top: 60px;
}
.foot ul {
    width:890px;
    margin:0 auto;
    border-top:1px solid #fefefe;
}
.foot ul li {
    text-align:center;
    font-family:"思源黑体";
    font-size:16px;
    color:#fefefe;
    line-height:40px;
}
.foot ul span {
    cursor: pointer;
}

.more {
    text-align: center;
    cursor:pointer;
    margin-top: 10px;
}
.more span {
    padding: 5px 8px;
    border: 1px solid #bd2f2e;
    color: #bd2f2e;
}