body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
	font-weight: normal;
    font-family:"Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;font-size: 16px; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}




.foot{
min-width:1200px;
}




.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../../../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    /*opacity: 0;*/
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 5px;
    text-align: center;
}

.flex-viewport {
    overflow: hidden;
    position: relative;
}

.flex-viewport {
    max-height: 600px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider{position:relative;width:100%;height:364px;overflow:hidden;zoom:1;}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}

.flex-control-paging li a {
    background: url(../../../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next {
    background-position: 0 -89px;
    right: 0;
}







h1 {
    font-size: 18px; /* 18px / 12px = 1.5 */
}
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
a:hover { text-decoration:none; }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
border-bottom: 1px dotted;
cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}
.clearfix:after,.clearfix:before{ 
    content:""; 
    display:table;
    height: 0;}
.clearfix:after{ clear:both;}
.clearfix{*zoom:1;}


.head{width: 100%;}
.header{width: 1200px;min-height: 51px; margin: 0 auto;padding: 37px 0;}
.logo{float: left;}
.NAV{float: right;}
.nav {
	margin-top: 6px;
}
.nav .active{background: #ffc001;border-radius: 20px;}
.nav .active>a{font-size: 16px;color: #fff;}
.nav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul:before,
.nav ul:after {
  content: "";
  display: table;
}
.nav ul:after {
  clear: both;
}
.nav ul > li {
  float: left;
  position: relative;
}
.nav a {
  display: block;
  padding: 10px 14px;
  line-height: 1.2em;
  font-size: 16px;
  color: #333;
}
.nav a:hover {
  text-decoration: none;

}
.nav li ul {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}
.nav li ul li {
  width: 200px;
}
.nav li ul a {
  border: none;
}
.nav li ul a:hover {
  background: rgba(0, 0, 0, 0.2);
}
/* Not Animated
============================== */
.nav1 ul > li:hover ul {
  left: 0;
}
.nav1 li ul {
  position: absolute;
  left: -9999em;
  top: 44px;
  z-index: 1;
}

/* banner-box */
/*.banner-box{min-width:1210px;height:600px;position:relative;overflow:hidden;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li .m-width {margin:0 auto;overflow:hidden;}
.banner-box .bd li{width:100% !important;height:360px;}
.banner-box .bd li a{display:block;background-size:auto;}

.banner-btn{width:1903px;position:absolute;top:212px;left:0;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;top:0;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;}
.banner-btn a.prev{left:20px;background:url(../images/foot.png) no-repeat 0 0;} 
.banner-btn a.next{right:20px;background:url(../images/foot.png) no-repeat -49px 0;}

.banner-box .hd {position:absolute;top:346px;left:906px;}
.banner-box .hd ul li{width:12px;height:12px;border-radius :50%;text-indent:-9999px;margin-right:20px;background:#ccc;float:left;cursor:pointer;}
.banner-box .hd ul li.on{background:#DA324D;}*/

/* fullSlide */
.fullSlide{position:relative;height:600px;background:#000;min-width:1194px;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:600px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:600px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev, .fullSlide .next {display: block;position: absolute;z-index: 1;top: 50%;margin-top: -30px;left: 15%;z-index: 1;width: 40px;height: 60px;background: url(../../../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor: pointer;filter: alpha(opacity=50);opacity: 0.5;display: none;}
.fullSlide .next{left:auto;right:15%;background-position:-6px -137px;}


.icon{padding:70px 0;}
.icon1{width: 1200px;margin: 0 auto;}
.Dynmic_title{
	margin-bottom: 66px;
	padding-left: 24px;
	background-image: url("../images/line1.jpg");
	background-position:left;
	background-repeat: no-repeat;
}
.Dynmic_title h1{
	font-size: 30px;
	font-weight: lighter;
	margin-bottom:10px;
	color: #919090;
}
.Dynmic_title h2{
	font-size: 30px;
	font-weight: bold;
	color: #ffbf01;
}
.Dynmic_cont{
	padding: 0 36px;
}
.Dynmic_cont_img{height: 356px;margin-bottom: 66px;}
.Dynmic_cont_img ul li{
float: left; 
margin-right: 90px;
}
.Dynmic_cont_img ul li:last-child{
	margin-right: 0px;
}
.Dynmic_cont_img img{
	transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.Dynmic_cont_list ul>li{padding-bottom: 44px;margin-bottom: 40px; border-bottom: 1px dashed #d4d4d4;}
.Dynmic_cont_list ul>li:last-child{border: none;}
.Dynmic_cont_list li h3{margin-bottom: 10px;}
.Dynmic_cont_list li h3 a{
	font-size: 16px;
	color: #555;
	text-decoration: none;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.Dynmic_cont_list li h3 a:hover{
	color: #ffc001;
}
.Dynmic_cont_list li p{
	font-size: 14px;
	color: #808080;
	line-height: 24px;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.contact{
	height: 486px;
	background-image: url("../../../images/contact_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
    min-width:1200px;
}
.contact_m{
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
	display: flex;
}
.contact_left{
	width: 564px;
	margin-right: 66px;
}
.contact_title{
	margin-bottom:36px;
	padding-left: 24px;
	background-image: url("../images/line1.jpg");
	background-position:left;
	background-repeat: no-repeat;
}
.contact_title h1{
	font-size: 30px;
	font-weight:bold;
	margin-bottom:10px;
	color: #919090;
}
.contact_title h2{
	font-size: 30px;
	font-weight: bold;
	color: #ffbf01;
}
.contact_cont{
	padding-left: 26px;
}
.contact_cont p{
	color: #bbb;
	line-height: 30px;
}
.contact_cont .ewm{
	
	margin-top: 54px;
}
.contact_cont .ewm img{
	float: left;
}
.contact_cont .ewm p{
	color: #efefef;
	padding: 24px 0px;
	padding-left: 138px;
}
.contact_right .map{
	padding-top: 29px;
}

.foot{
	/*width: 100%;*/
	height: 214px;
	background: #222;
    min-width:1200px;
}
.Dynmic_cont_list {
    min-width: 1128px;
}
.bottom{
	width: 1200px;
	margin: 0 auto;
	padding-top: 55px;
}
.bottom .bt_l{
	float: left;
}
.bottom .bt_l ul li{
	float: left;
}
.bottom .bt_l ul li a{
	text-decoration: none;
	padding: 0 12px;
	font-size: 12px;
	color: #6a6a6a;
}
.bottom .bt_l .bl_b{
	padding-top: 40px;
	padding-left: 12px;
}
.bottom .bt_l .bl_b p{
	font-size: 12px;
	color: #6a6a6a;
	line-height: 30px;
}
.bottom .bt_r{
	float: right;
}
.bt_r h4{
	color: #fff;
	margin-bottom: 40px;
	text-align: right;
	font-size: 28px;
}
.bt_r h4 span{
	font-size: 28px;
	color: #ffc001;
}
.bt_r p{
	font-size: 12px;
	color: #6a6a6a;
}


.w{width:1200px;margin:0 auto;}

.content {
    margin-bottom: 60px;
    margin-top: 20px;}
.content-l {
    width: 240px;
    background: #f5f5f5;
    margin-right: 60px;
    float: left;}
.content-l .title {
    width: 240px;
    height: 60px;
    background: #ffc001;}
.content-l .title {
    position: relative;}
.content-l .title h2 {
    font-size: 24px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-weight: normal;}
.content-l .title span.icon1 {
    width: 11px;
    height: 11px;
    background: url(../images/r-content-l-title_cion02.jpg) no-repeat;
    position: absolute;
    left: 4px;
    top: 4px;}
.content-l .title span.icon2 {
    width: 11px;
    height: 11px;
    background: url(../images/r-content-l-title_cion01.jpg) no-repeat;
    position: absolute;
    right: 4px;
    bottom: 4px;}


.content-l .title-list {
    margin-top: 4px;}
.content-l .title-list ul li {
    line-height: 50px;
    position: relative;
    cursor: pointer;}

.content-l .title-list ul li p {
    color: #666666;
    font-size: 16px;
    margin-left: 70px;}
.content-l .title-list ul li.current span {
    width: 7px;
    height: 12px;
    background: url(../images/title_list_cion.jpg) no-repeat center center;
    position: absolute;
    left: 50px;
    top: 20px;}
.content-l .title-list ul li.current p {
    color: #ae0c2a;}
.content-l .title-list ul li li.current a {
    color: #ae0c2a;}
.content-l .title-list ul li:hover p {
    color: #ae0c2a;}
.content-l .title-list ul li:hover span {
    width: 7px;
    height: 12px;
    background: url(../images/title_list_cion.jpg) no-repeat center center;
    position: absolute;
    left: 50px;
    top: 20px;}

.content-r {
    width: 900px;
    background: #fff;
    float: left;}
.content-r  .title {
    height: 60px;
    width: 100%;
    border-bottom: 2px solid #e5e5e5;}
.content-r  .title h2 {
    color: #ffc001;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    position: relative;
    float: left;}
.content-r  .title h2:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #ffc001;
    position: absolute;
    left: 0;
    bottom: -2px;}
.content-r  .title .crumbs {
    float: right;
    margin-right: 10px;}
.content-r .crumbs ul li {
    float: left;
    text-align: center;
    line-height: 60px;}
.content-r .crumbs ul li a {
    font-size: 14px;
    color: #666;}
.content-r .crumbs ul li a:hover {
    color: #ae0c2a;}
.content-r .crumbs ul li span {
    width: 6px;
    height: 12px;
    margin: 0 8px;
    background: url(../images/hdtitle-licon121.jpg) no-repeat;
    display: inline-block;}

.content-r .page{
    width: 290px;
    height: 28px;
    margin: 48px auto 0;}
.content-r .page ul li {
    float: left;
    margin-right: 10px;
    line-height: 28px;text-align: center;
    cursor: pointer;
    color: #999999;}
.content-r .page ul li.number { 
    width: 68px;
    height: 28px;
    border: 1px solid #e6e6e6;}
.content-r .page ul li.last-page { 
    width: 58px;
    height: 28px;
    border: 1px solid #e6e6e6;}
.content-r .page ul li.last-page span, .content-r .page ul li.next-page span {
    display: block;}
.content-r .page ul li.last-page:hover span {
    background: #AD0B29;
    color: #fff;}
.content-r .page ul li.next-page:hover span {
    background: #AD0B29;
    color: #fff;}
.content-r .page ul li.next-page { 
    width: 58px;
    height: 28px;
    border: 1px solid #e6e6e6;}
.content-r .page ul li.Walk-up { 
    width: 58px;
    height: 28px;
    border: 1px solid #e6e6e6;
    position: relative
;}

.content-r .page ul li.Walk-up input {
    width: 30px;
    height: 28px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;}
.content-r .page ul li.Walk-up span {
    width: 28px;
    height: 28px;
    background: #ae0c2a;
    float: right;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;}

.content-r .learning-list {
    margin-top: 11px;}
.content-r .learning-list ul li {
    height: 49px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 50px;
    cursor: pointer;}
.content-r .learning-list ul li a {
    font-size: 14px;
    color: #666;}
.content-r .learning-list ul li:hover a {
    color: #ae0c2a;}
.content-r .learning-list ul li:hover span {
    color: #ae0c2a;}
.content-r .learning-list ul li p {
    float: left;}
.content-r .learning-list ul li span {
    font-size: 14px;
    color: #999;
    float: right;    
    margin-right: 9px;}

.teach-title {
    height: 60px;}
.content-r .e-container {
    margin-top: 14px;}
.content-r .e-container ul li{
    height: 150px;
    width: 100%;
    padding: 20px 0 20px 0;
    box-sizing: border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    position: relative;
    border-bottom: 1px solid #f0f0f0;}
.content-r .e-container ul li:hover .text h4{  
    color: #AD0B29;}
.content-r .e-container>ul .pic {
    width: 102px;
    height: 110px;
    background-size: cover;
    background-repeat: no-repeat;
	display:none;}

.content-r .e-container>ul .text {
    position: absolute;
    left: 0px;
    top: 20px;}
.content-r .e-container>ul .text h4 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-bottom: 7px;}
.content-r .e-container>ul .text p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.content-r .e-container>ul .text span {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    display: block;}

.workingBody-content {
    
    margin-top: 24px;
    line-height: 34px;}
.workingBody-content >p {
    padding:10px 0px;}

.workingBody-content .assistant {
    margin-bottom: 69px;}

.picture-list{padding-top: 30px;}
.picture-list ul li{
	float: left;
	margin-right: 20px;
    width:200px;
margin-top: 30px;
}
.picture-list ul li:last-child{
	margin-right: 0;
}
