@charset "UTF-8";

/* Base Reset */

.focuswap {
	display: none;
}

* {
	margin: 0;
	padding: 0;
}


/*html {-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);} 
html {overflow-y:scroll;filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
:focus {
	outline: 0;
}

img {
	border: 0;
}

a{
	text-decoration: none;
	color: #333;
}
body {
	line-height: 1;
    position: relative;
      font-family: "Microsoft YaHei";
}

ol,
ul {
	list-style: none;
}

.clear {
	clear: both;
}
.clear::after{
    content: "";
    display: block;
    clear: both;
}

.ellips{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

a{
    outline: none;
    text-decoration: none;
    color: #000;
}

input, img{
    outline: none;
}
.header{
    width: 100%;
}

.container {
    width: 1200px;
    margin: 0 auto;
}


/*头部模块*/
header{
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* background-color: sandybrown; */
  }
  
  .banner{
    width: 100%;
    height: 300px;
  }
  .banner_images{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width:730px;
    height: 280px;
    background: url(../images/banner_color.png) no-repeat;
    background-size:100%; 
    z-index: 9999;
  }
  .span_img{
    position: absolute;
    top: 55px;
    left: 590px;
    display: inline-block;
  
  }
  .banner_images p{
    font-size:60px;
    text-align: center;
    
    line-height: 40px;
    padding-top:70px;
  
  }
  .banner_images span{
    font-size: 22px;
    padding-left: 10px;
    text-align: center;
    color: #4B91D8;
  }
  .header_nav{

      width: 100%;
      height: 112px;
      background: url(../images/header_img11.png);
      background-size: 100%;

      z-index: 2020;
  }
  .header_img{
    width:1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    /* background-color: salmon; */
  }
  .header_img1 {
    float: left;
    width: 25%;
    height: 60px;
    line-height: 60px;
  }
  .header_img1 img {
    padding: 25px 0px 0px 0px;
  }
  .header_img2{
    width: 75%;
    float: left;
  }
  .header_img_div1{
    float: left;
      width: 70%;
      height: 70px;
      line-height: 90px;
      margin-top: 10px;
  }
  .header_img_div1>img:first-child{
    padding-left: 14%;
  }
  .header_img_div2{
    float: left;
    width: 24%;
    height: 70px;
    line-height: 70px;
    position: relative;
    /*padding-left: 4%;*/
  }
  .header_img_div2 input:first-child {
    display: inline-block;
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 15px;
    background-color: #FBD380;
    outline: none;
    padding: 0 10px;
    color: #fff;
  }
  .header_img_div2 input:last-child {
    position: absolute;
    right: -5%;;
    top: 25px;
    display: inline-block;
    width: 15%;
    height: 35px;
    border: none;
    outline: none;
    /* border-radius: 15px; */
    background: url(../images/shousuo.png) no-repeat;
    cursor: pointer;
  }
  .header_img2>span {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    float: left;
    width: 6%;
  }
  .header_img2>span>a{
    text-decoration: none;
    color: #fff;
    
  }
 /*完善导航条*/
.header_nav .yi_ul{

    list-style: none;

    position: absolute;
    top: 72px;
    right: 0px;
}
.header_nav .yi_li {
    float: left;
    line-height: 40px;
    text-align: center;
    width: 100px;
}
.header_nav .yi_li>a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
}
.yi_li {
  position: relative;
}
.er_ul{
    /* width: 100% !important; */
    background-color: #fff;
    list-style: none;
    display: none;
    position: absolute;
    width: 200px;
    top: 40px;
}
.er_ul li{
  width: 100%;
  text-align: center;
}
.er_ul li a{
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: black;
}
.yi_a_acitve{
  box-sizing: border-box;
  border-bottom: 5px skyblue solid;
  color: #fff !important;
}
.er_a_style{
  background-color: #F1AB31;
  color:#fff !important;
}

  
  
  /*导航模块*/
  .nav_dl{
    position: absolute;
    left: 0;
    right: 0;
    width:1200px;
    margin: 0 auto;
    z-index: 2020;
    overflow: hidden;
    margin-top: -45px;
  }
  .nav_dl a {
    width: 20%;
    display: inline-block;
    float: left;
    text-decoration: none;
  }
  
  .nav_dl a .one_dl{
    width: 100%;
    height: 143px;
    border-right: 1px solid #5C40DE;
    box-sizing: border-box;
    background-color: #3E3E3E;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  .nav_dl a:last-child .one_dl{
    border-right: 0px solid #5C40DE;
  }
  .one_dl dt {
   padding-top: 35px
  }
  .one_dl dd {
    font-size: 20px;
  }
  .nav_dl a .two_dl {
    width: 100%;
    height: 143px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    background: url(../images/dl_bg.png) no-repeat;
    /* background-size: 100%; */
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  .two_dl dd:first-child{
    font-size: 20px;
  }
  .nav_dl a .two_dl  dd{
    height: 50px;
    line-height: 70px;
  }
  .two_dl {
    display: none;
  }
  
  
  .dl_span{
    margin-top:23px ;
    margin-left:80px;
  }
  
  /* .one_dl{
    display: none;
  } */
  .two_dl{
    background-color: salmon;
   
  }
  
/* content */
.mian {
    width: 100%;
    padding-bottom: 50px;
}
.mian .add {
  line-height: 24px;
    text-align: right;
}
.mian .add a {
    font-size: 14px;
    color: #999;
}
.mian .add span {
    font-size: 14px;
    color: #999;
}
.mian .main_cont .left {
    width: 250px;
    padding-left: 10px;
}
.mian .title_l {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    border-bottom: 1px solid #eee;
}
.mian .title_l i {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
.mian .title_l.dynamic i, .mian .title_l.lecture i {
    background: url('../images/0010.png') center no-repeat;
    background-size: cover;
}
.mian .title_l.we i {
    background: url('../images/0011.png') center no-repeat;
    background-size: cover;
}
.mian .title_l p {
      display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #1a5aa1;
    vertical-align: middle;
}
.mian .list_l li {
    width: 100%;
    padding: 14px 0px;
    border-bottom: 1px solid #eee;
}
.mian .list_l li .list_l_guide {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}
.mian .list_l li .list_l_time {
    font-size: 12px;
    color: #666;
}
.mian .main_cont .right {
    width: 900px;
}
.mian .title_r {

}
.mian .title_r .line {
   width: 100%;
    background: #ccc;
    height: 1px;
    /* position: absolute; */
    /* top: 15px; */
    /* left: 0; */
    z-index: 98;
    display: block;
    margin-top: 20px;
}
.mian .title_r .name {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    background: #fff;
    z-index: 99;
}
.mian .list_r {
    width: 100%;
    min-height: 500px;
}
.mian .list_r li {
    width: 100%;
    padding: 30px 0px;
    border-bottom: 1px solid #ccc;
}
.mian .list_r li:hover {
    border-bottom: 1px solid #b00f14;
}
.mian .list_r li:hover .list_r_title {
    color: #b00f14;
}
.mian .list_r li:hover .list_r_time {
    color: #b00f14;
}
.mian .list_r li:hover .list_r_guide {
    color: #b00f14;
}
.mian .list_r li .list_r_top {
    margin-bottom: 20px;
}
.mian .list_r li .list_r_title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.mian .list_r li .list_r_time {
    float: right;
    font-size: 16px;
    color: #999;
}
.mian .list_r li .list_r_guide {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}
.mian .paging {
    width: 100%;
    height: 30px;
    margin: 20px 0px;
    background: #f6f6f6;
    border: 1px solid #e3e3e3;
}
.mian .paging li {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #e3e3e3;
    font-size: 14px;
    color: #666;
}
.mian .paging li a {
    color: #666;
    font-style: italic;
}
.mian .paging li.jump {
    border: none;
}



/*脚部*/
footer{
    margin: 0 auto;
    width: 100%;
    background-color: #353535;
   
  }
  .footer{
    width:1200px;
    margin: 0 auto;
    position: relative;
   overflow: hidden;
  }
  .hr{
    border: 1px solid #484848;
    position: absolute;
   
    z-index: 999;
    width: 98%;
    top: 90px;
    /* margin: 0 auto; */
    left: 13px;
  }
  .footer ul {
    list-style: none;
    overflow: hidden;
    margin: 50px 0 0 0;
  }
  .footer>ul>li{
    float: left;
    width: 14.28%;
    
  }
  .footer>ul>li:first-child{
    float: left;
    margin-left: 0;
  }
  .footer>ul>li:last-child{
    float: left;
    margin-right: 0;
  }
  .li_a{
    font-weight: bold;
  }
  .footer>ul>li>a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
  }
  .footer>ul>li>ul {
   
  }
  .footer>ul>li>ul>li{
    width: 162px;
    height: 30px;
    line-height: 25px;
  }
  .footer>ul>li:nth-of-type(4)>ul>li{
    height: 85px;
  }
  .footer>ul>li:nth-of-type(1){
    width: 12%;
    margin-left: 15px;
  }
  .footer>ul>li:nth-of-type(2){
    width:11%;
  }
  .footer>ul>li:nth-of-type(3){
    width: 16%;
  }
  .footer>ul>li:nth-of-type(4){
    width:16%;
  }
  .footer>ul>li>ul>li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }
  .copy{
    width: 100%;
    font-size: 1rem;
    background-color: black;
    color: #fff;
    overflow: hidden;
  }
  .copy div{
    width:1200px;
    margin: 0 auto;
  
  }
.pro-le{
    width:250px;
    padding-bottom: 20px;
    position: relative;
    float: left;
}
.pro-le .title{
    width: 250px;
    height: 100px;
    line-height: 100px;
    /* background: url(../images/probg.jpg) no-repeat; */
    /* position: absolute; */
    /* top: -70px; */
    overflow: hidden;
    background-color: #F1AB31;
   
}
.pro-le .title h2{
    color: #fff;
    font-size: 32px;
    text-align: center;
}
.pro-le ul{
    margin-top: 0px;
}
.pro-le ul li .nav_tow{
    width:250px;
    height: 55px;
    border-top: 1px solid #fff; 
    line-height: 55px;
    background: url(../images/proicon1.png) no-repeat #eaedf2;
    background-position: 90% 50%;
}
.pro-le ul li .nav_tow a{
    color: #333;
    font-size: 16px;
    /* margin-left: 17px; */
    display: inline-block;
    width:233px;
    padding-left:17px;
    height: 100%;

}
.pro-le ul li .nav_tow:hover{

    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    background: url(../images/icon21.jpg) no-repeat #F1AB31;
    background-position: 90% 50%;
}
.pro-le ul li .nav_tow:hover a{
    color: #fff;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -webkit-transition: all 0.7s;
}
.pro-le ul li .nav_thr{
    display: none;
    width: 250px;
    background: #f2f4f7;
}
.pro-le ul li .nav_thr p{
    width: 250px;
    height:30px;
    line-height: 30px;  
    margin-left: 20px;
    background: url(../images/icon22.jpg) no-repeat left center;
}
.pro-le ul li .nav_thr p a{
    color: #333;
    font-size: 14px;
    padding-left: 10px;
}
.pro-le ul li .nav_thr p a:hover{
    color: #10449b;
    font-weight: 700;
}

  