@charset "utf-8";
/* CSS Document */
/* css 初始化 */
/* 1.清除浏览器默认样式 */ 
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,button,textarea,select,img,table,div{margin:0;padding:0;}
/* 2.针对性处理 */
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-weight:normal; font-style:normal; }
ol,ul{ list-style:none;}
textarea{ resize:none;}
img{ border:none; display:inline-block;/*img底部空白*/}
input,area{ outline:none; }   /* 谷歌浏览器表单元素外框 */
/* 3.设置全局样式 */
body{ font-family: "Microsoft YaHei","微软雅黑",Arial; }
a{ text-decoration:none;}
a:hover{ text-decoration: none;}
/* 4.定义常用类 */
.w1200{ width:1200px; margin:0 auto;} /*版心*/
.w1170{ width:1170px; margin:0 auto;} /*版心*/
/*闭合浮动*/
.clearfix:after,.clearfix:before{ content: ""; display: table;} 
.clearfix:after{ clear: both;}
.clearfix{ *zoom: 1;}
.cl{ clear:both;}
/*浮动*/
.pull-left{ float:left;}
.pull-right{ float:right;}  
/*文字排版方向*/
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
/*响应式图片*/
.img-responsive {
  width: 100%;
  height: auto;
}
.lr-tb {
  -webkit-writing-mode:horizontal-tb;
  writing-mode:lr-tb;
  writing-mode:horizontal-tb;
}
.tb-rl {
  -webkit-writing-mode:vertical-rl;
  writing-mode:tb-rl;
  writing-mode:vertical-rl;
}
.tb-lr {
  -webkit-writing-mode:vertical-lr;
  writing-mode:tb-rl;
  writing-mode:vertical-lr;
}

/* 第一步：使用font-face声明字体 */
@font-face {font-family: 'taobao';  /* 给设置的字体起别名 */
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../fonts/icon-mooc.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
/*第二步：定义使用iconfont的样式*/
.iconfont{
    font-family:"taobao" !important;  
    /* font-size:12px; */
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.header_wrap {
  width: 100%;
  height: 270px;
  background: url(../images/banner.jpg) right center no-repeat;
  overflow: hidden;
}
.header_wrap .header{
  position:relative;
  width:100%;
  height:270px; 
}
.header .logo{
  position:absolute;
  top:25px;
}
.header .banner_title01{
  position:absolute;
  top:-100%;
}
.header .banner_title02{
  position:absolute;
  top:-100%;
}
.header .banner_title03{
  position:absolute;
  bottom:-100%;
  font-size:16px;
  font-weight:bold;
  color:#585858;
}
/* ----------navbar CSS------------ */
.nav_wrap {
  width: 100%;
  height: 50px;
  background:#04aec7;
}
.nav_wrap .nav{
  
}
.nav >ul >li{
  float: left;
}
.nav >ul >li >a{
  display: inline-block;
  padding: 0 36px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}
.nav >ul >li >a.nav01_on,
.nav >ul >li >a.nav_active,
.nav >ul >li >a:hover{
  background:#0097ad;
}
.nav >ul >li{
  position: relative;
  z-index: 999;
}
.nav02{
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
}
.nav02 >li{
  position: relative;
}
.nav02 >li >a{
  display: block;
  color: #fff;
  text-indent: 20px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden; 
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 3px solid #0097ad;
  background:#04aec7;
  margin-top:3px;
}
.nav02 >li >a.nav02_on,
.nav02 >li >a:focus,
.nav02 >li >a:hover{
  background:#0097ad;
  border-bottom:3px solid #04aec7;
}
.nav03{
  position: absolute;
  left: 180px;
  top: -3px;
  display: none;
}
.nav03 >li >a{
  display: block;
  color: #fff;
  text-indent: 20px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden; 
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 3px solid #0097ad;
  background:#04aec7;
  margin-top:3px;
}
.nav03 >li >a:hover{
  background:#0097ad;
  border-bottom:3px solid #04aec7;
}
/* ----------banner CSS ----------- */

/* ----------main_01 CSS---------- */
.main_01{
}
/*申报视频*/
.c_video{
  width:370px;
  height:310px;
  background:#fff;
  float:left;
  margin-top:10px;
  box-shadow: 0px 3px 5px #c4c6c8; 
}
.news_content{
  padding:15px;
}
.tbfocus02 { width: 330px; margin: 0 auto; height: 340px; position: relative; }

.tbfocus02 .prev, .tbfocus02 .next { display: inline-block; width: 55px; height: 106px; position: absolute; top: 50%; margin-top: -53px; }

.tbfocus02 .next { background: url(../images/left.png) center no-repeat; left: 0; }

.tbfocus02 .prev { background: url(../images/right.png) center no-repeat; right: 0; }

.tbfocus02 .hd { width: 330px; height: 50px; position: absolute; right: 0;  bottom: 70px; z-index: 99;  }

.tbfocus02 .hd ul { margin: 0; padding: 22px 0; position: absolute; bottom: 50px; right: 10px; }

.tbfocus02 .hd ul li { width: 20px; height: 20px; background: url(../images/li-bg.png) center no-repeat; float: right; margin-right: 0; cursor: pointer; }

.tbfocus02 .hd ul li.on { background: url(../images/li-on-bg.png) center no-repeat; }

.tbfocus02 .bd { width: 330px; overflow: hidden; }

.tbfocus02 .bd ul { position: relative; width: 380px; height: 340px; margin: 0; }

.tbfocus02 .bd ul li { position: absolute; width: 100%; left: 0px; top: 0px; }

.win_img a{
  display:inline-block;
  width:330px;
  height:205px;
  overflow:hidden;
}
.win_img a img{
  transition: 0.6s;
  width:330px;
  height:225px;
}
.win_img a:hover img{
  transform: scale(1.02);
}
.win_text h5{
  color:#555555;
  font-size:16px;
  width:330px;
  text-align:center;
  font-weight:normal;
  overflow: hidden; /*自动隐藏文字*/
  text-overflow: ellipsis;/*文字隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
}

/*成果简介*/
.c_course{
  width:380px;
  height:310px;
  float:left;
  margin-top:10px;
  margin-left:20px;
  background:#fff;
  box-shadow: 0px 3px 5px #c4c6c8; 
}
.c_course1{
  width:370px;
  height:310px;
  float:right;
  margin-top:10px;
  margin-left:10px;
  background:#fff;
  box-shadow: 0px 3px 5px #c4c6c8; 
}

.c_title{
  width:100%;
  overflow:hidden;
  height:43px;
  border-bottom:2px solid #1f751c;
  background:url(../images/right_title_bg.png) repeat-x;
}
.c_title h3{
  float:left;
}
.c_title h3 span{
  float:left;
  display:inline-block;
  line-height:43px;
  background:#1f751c;
  padding:0 20px;
  color:#fff;
  font-size:16px;
  font-weight:normal;
}
.c_title h3 i{
  float:left;
  display:inline-block;
  width:18px;
  height:43px;
  background:url(../images/title_bg_right.png) no-repeat;
}
.c_title a{
  float:right;
  margin-top:15px;
  color:#999999;
  margin-right:20px;
}
.c_title a:hover{
  color:#00539f;  
}
.course_content{
  padding:15px;
  overflow: hidden;
}
.course_content .course_img{
  overflow: hidden;
  float: left;
}
.course_img a{
  display:inline-block;
  overflow:hidden;
  float:left;
}
.course_img a img{
  padding:5px;
  border:1px solid #eeeeee;
  width:312px;
  height:226px;
}
.course_img a:hover{
  opacity:0.8;
}
.course_content .course_con{
  float: right;
  line-height:24px;
  height:216px;
  overflow:hidden;
  text-indent:2em;
  text-align:justify;
  width: 390px;
}


/*快速进入*/
.c_quick{
  width:1170px;;
  float:left;
  margin-top:30px;
}
.quick_list li{
  float:left;
  width:270px;
  height:75px;
  overflow:hidden;
  margin-right: 30px;
  border-radius:3px;
}

.quick_list .btn01{
  background:#469d2a;
  border-bottom: 5px solid #2a870d;
  box-shadow:0px 2px 3px #83bad3;

}
.quick_list .btn02{
  background:#2b8adc;
  border-bottom: 5px solid #0e70c6;
  box-shadow:0px 2px 3px #d9e5d9;
  margin-right:30px;
}
.quick_list .btn03{
  background:#9f57d7;
  border-bottom: 5px solid #812cc3;
  box-shadow:0px 2px 3px #dde3d9;
  margin-right:30px;
}
.quick_list .btn04{
  background:#f74038;
  border-bottom: 5px solid #db241d;
  box-shadow:0px 2px 3px #bf898c;
}
.quick_list li a{
  display:inline-block;
  width:270px;
  height:75px;
  text-align:center;
  cursor:pointer;
  
}
.quick_list li a div.btn_img{
  display:inline-block;
  margin-right:10px;
}
.quick_list li a div.btn_img img{
}
.quick_list li a div.btn_text{
  display:inline-block;
  height:75px;
  line-height:75px;
  font-size:22px;
  color:#fffefe;
  letter-spacing:1px;
  text-shadow:0px 1px 2px #616161;
  font-family:"黑体";
}
.quick_list li a{
  position: relative;
    z-index: 1;
    overflow: hidden;
    -moz-transition: box-shadow .3s linear,z-index .3s linear;
    -webkit-transition: box-shadow .3s linear,z-index .3s linear;
    -ms-transition: box-shadow .3s linear,z-index .3s linear;
    -o-transition: box-shadow .3s linear,z-index .3s linear;
    transition: box-shadow .3s linear,z-index .3s linear;
}
.quick_list li a:after{
  background: #fff;
  content: "";
  height: 300px;
  left: -150px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 10;
}
.quick_list li a:hover:after {
    left: 140%;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.quick_list li a:hover {
    z-index: 100;
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}
/*hover 抖动效果*/
.hvr-wobble-vertical{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.quick_list li a:hover .hvr-wobble-vertical{
  -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes hvr-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.hvr-wobble-vertical{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-wobble-vertical:active,.hvr-wobble-vertical:focus,.hvr-wobble-vertical:hover{-webkit-animation-name:hvr-wobble-vertical;animation-name:hvr-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}
/*---------- footer CSS --------- */
.footer {
  width: 100%;
  background:#0097ad;
  padding:25px 0;
  margin-top:30px;
}
.footer_text{
  color: #ffffff;
  text-align:center;
}
.footer_text a{
  color: #ffffff;
}
.footer_text a:hover{
  text-decoration:underline;
}
.footer_text i{
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-style: normal;
}
.footer_text i.lltj_green{
  background: #60cea5;
}
.footer_text i.lltj_yellow{
  background: #cec860;
}
/* -------- 浏览器更新提示 CSS -------- */
.g-browser-update {
  text-align: center;
  color: #da222c;
  line-height: 24px;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  position: relative;
  background-image: none;
  background-attachment: scroll;
  background-color: #fbec88;
}
.g-browser-update a {
  color: #da222c;
  font-weight: bold;
}

.list{
  overflow:hidden;
}
.list_left{
  width: 300px;
  float: left;
  margin-top: 30px;
}
.list_left_title{
  width:100%;
  height:75px;
  line-height:80px;
  background:#0ca3ec;
  border-bottom:5px solid #068ed0;
  color:#f6faff;
  font-size:28px;
  text-indent:25px;
}
.left_menu >li >a{
  display: block;
  margin-top: 10px;
  width: 100%;
  line-height: 50px;
  text-indent: 25px;
  color: #fff;
  background:#0ca3ec;
  border-bottom:5px solid #068ed0;
  box-shadow:0px 2px 3px #d2d4d6;
  font-size: 16px;
  font-weight:normal;
  overflow: hidden; /*自动隐藏文字*/
  text-overflow: ellipsis;/*文字隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/

}
.left_menu >li >a.menu_active,
.left_menu >li >a.left_menu_on,
.left_menu >li >a:hover{
  background:#0089c7;
  border-bottom: 5px solid #04aec7;
}
.left_menu02{
  display: none;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #cfe8fc;
  margin-bottom:10px;
  background:#fff;
}
.left_menu02 >li >a{
  display: block;
  line-height:30px;
  text-indent: 20px;
  color: #0872c6;
  overflow: hidden; /*自动隐藏文字*/
  text-overflow: ellipsis;/*文字隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
}
.left_menu02 >li >a.menu_active,
.left_menu02 >li >a:hover{
  font-weight: bold;
}

.list_right{
  width: 840px;
  min-height: 600px;
  float: right;
  margin: 30px 0;
  background:#fff;
  box-shadow: 0px 3px 5px #c4c6c8; 
}
.list_right_title{
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom:2px solid #0072a6;
  background:url(../images/right_title_bg.png) repeat-x;
}
.right_title{
  float:left;
  margin-left:20px;
  font-size:18px;
  font-weight:bold;
  color:#0072a6;
}
.right_place{
  float:right;
  margin-right:25px;
  background:url(../images/home.png) left center no-repeat;
  padding-left:20px;
}
.list_right_title div.right_place a{
  color: #888888;
  margin: 0 2px;
}
.list_right_title div.right_place a.right_place_on,
.list_right_title div.right_place a:hover{
  color: #0089c7;
}
