/* CSS Document */
/*全局基础设置css*/
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
dl {
  list-style: none;
}
.m_area {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.m_area:after {
  content: "";
  display: block;
  clear: both;
}
/*头部*/
body {
  min-width: 1300px;
}
.g_bdw {
  background: url(../images/bg_head.jpg) center top no-repeat;
}
.g_bdw .m_h_img {
  position: absolute;
  z-index: 10;
}
.g_bdw .m_header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  position: relative;
  overflow: hidden;
  height: 998px;
}
.g_bdw .m_header:after {
  content: "";
  display: block;
  clear: both;
}
.g_bdw .m_header .m_h_img1 {
  top: 285px;
  left: 0;
  -webkit-animation: bounceIn 1s ease-out both;
  animation: bounceIn 1s ease-out both;
}
.g_bdw .m_header .m_h_img2 {
  top: 600px;
  left: 350px;
  -webkit-animation: fadeIn 1s ease-out both;
  animation: fadeIn 1s ease-out both;
}
@keyframes balloon-move {
  0% {
    margin-top: 0.5%;
  }
  100% {
    margin-top: 0;
  }
}
.m_wrap {
  background: url(../images/bg_main.jpg) center 0 repeat-y;
  padding: 40px 0 100px;
}
.m_wrap .outBox .hd {
  background: url(../images/bg_nav.png) center no-repeat;
}
.outBox .hd ul {
  width: 1200px;
  margin: 0 auto 50px;
  overflow: hidden;
}
.outBox .hd ul li {
  float: left;
  cursor: pointer;
  border: 2px solid #2b54cb;
  width: 182px;
  height: 46px;
  margin: 0 7px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 23px;
  text-indent: -9999px;
}
.outBox .hd ul li.tit_01 {
  background-image: url(../images/nav_01.png);
}
.outBox .hd ul li.tit_01.on {
  background-image: url(../images/nav_01_cur.png);
}
.outBox .hd ul li.on {
  background-color: #fff;
  border: 2px solid #fff;
}
.outBox .hd ul li.tit_02 {
  background-image: url(../images/nav_02.png);
}
.outBox .hd ul li.tit_02.on {
  background-image: url(../images/nav_02_cur.png);
}
.outBox .hd ul li.tit_03 {
  background-image: url(../images/nav_03.png);
}
.outBox .hd ul li.tit_03.on {
  background-image: url(../images/nav_03_cur.png);
}
.outBox .hd ul li.tit_04 {
  background-image: url(../images/nav_04.png);
}
.outBox .hd ul li.tit_04.on {
  background-image: url(../images/nav_04_cur.png);
}
.outBox .hd ul li.tit_05 {
  background-image: url(../images/nav_05.png);
}
.outBox .hd ul li.tit_05.on {
  background-image: url(../images/nav_05_cur.png);
}
.outBox .hd ul li.tit_06 {
  background-image: url(../images/nav_06.png);
}
.outBox .hd ul li.tit_06.on {
  background-image: url(../images/nav_06_cur.png);
}
.outBox .hd ul li.tit_news span {
  background: url(../images/topics_tit_news.png) 0 center no-repeat;
}
.outBox .hd ul li.tit_news.on span {
  background: url(../images/topics_tit_news_cur.png) 0 center no-repeat;
}
.outBox .hd ul li.tit_cooperation span {
  background: url(../images/topics_tit_cooperation.png) 0 center no-repeat;
}
.outBox .hd ul li.tit_cooperation.on span {
  background: url(../images/topics_tit_cooperation_cur.png) 0 center no-repeat;
}
.outBox .inBox {
  display: none;
}
/*焦点轮播图*/
.slider_wrap {
  background: url(../images/bg_slider.png) center 0 no-repeat;
  width: 1200px;
  padding-bottom: 30px;
  margin: 0 auto 50px;
}
.slideBox1 {
  margin: 0 auto ;
  width: 980px;
  height: 520px;
  position: relative;
  padding-top: 10px;
}
.slideBox1 .hd {
  display: none;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 25px;
  z-index: 1;
}
.slideBox1 .hd ul {
  overflow: hidden;
  zoom: 1;
  list-style: none;
}
.slideBox1 .hd ul li {
  float: left;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.slideBox1 .hd ul .on {
  background: #3529d5;
  width: 24px;
  border-radius: 5px;
}
.slideBox1 .bd {
  position: relative;
  height: 520px;
  z-index: 0;
}
.slideBox1 .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
  height: 470px;
}
.slideBox1 .bd li img {
  width: 980px;
  height: 470px;
  display: block;
}
.slideBox1 .bd li .img_title {
  position: absolute;
  left: 30px;
  bottom: -49px;
  width: 920px;
  line-height: 70px;
  background: #2f83f6;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 70px;
}
.slideBox1 .bd li .img_title h3 {
  padding-left: 20px;
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  text-align:center;
}
.slideBox1 .bd li .img_title h3 a {
  color: #fff;
}
.slideBox1 .prev {
  position: absolute;
  left: 820px;
  bottom: 25px;
  background: url(../images/prev.png) 0 0 no-repeat;
  width: 48px;
  height: 27px;
  display:none;
}
.slideBox1 .prev:hover {
  background: url(../images/prev_cur.png) 0 0 no-repeat;
}
.slideBox1 .next {
  position: absolute;
  right: 50px;
  bottom: 25px;
  background: url(../images/next.png) 0 0 no-repeat;
  width: 48px;
  height: 27px;
  display:none;
}
.slideBox1 .next:hover {
  background: url(../images/next_cur.png) 0 0 no-repeat;
}
.news_wrap {
  width: 1060px;
  padding: 30px;
  height: 180px;
  border-radius: 10px;
  margin: 0 auto;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66011a63, endcolorstr=#66011a63);
  background: rgba(1, 26, 99, 0.4);
}
.news_wrap .list {
  float: left;
  width: 440px;
  padding: 0 30px;
}
.news_wrap .list.list_l {
  border-right: 1px dotted #fff;
}
.u_webHeader {
  display: none;
}
/*活动纪实*/
.m_news {
  padding-bottom: 15px;
  border-bottom: 1px dotted #7384ed;
  margin-bottom: 15px;
}
.m_news h3 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.m_news h3 a {
  color: #555;
}
.m_news p {
  font-size: 16px;
  color: #777;
  text-indent: 2em;
  line-height: 1.5em;
}
.m_news p a {
  color: #1960b7;
}
.nobor {
  border: 0;
}
.list li {
  font-size: 18px;
  line-height: 2.5em;
  background: url(../images/ico_point.png) 0 center no-repeat;
  padding-left: 10px;
}
.list li a {
  color: #fff;
  display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.more {
  clear: both;
  font-size: 14px;
}
.more span {
  display: inline-block;
  border-top: 1px dotted #fff;
  width: 93%;
  height: 4px;
}
.more a {
  display: inline-block;
  color: #fff;
  padding: 0 10px;
}
.m_hd {
  margin-bottom: 50px;
  position: relative;
  height: 85px;
}
.m_hd h2 {
  text-indent: -9999px;
}
.m_hd a {
  position: absolute;
  color: #1680c3;
  bottom: 5px;
  right: 0;
  font-size: 16px;
  background: url(../images/more2.png) 0 center no-repeat;
  width: 49px;
  height: 16px;
}
/*征集通知文件公示区*/
.public_area {
  width: 1200px;
  margin: 0 auto;
}
.column {
  height: 61px;
  text-indent: -9999px;
  margin-bottom: 40px;
}
.column01 {
  background: url(../images/column_public.png) center 0 no-repeat;
}
.public_area .inHd ul {
  width: 480px;
  margin: 0 auto;
  overflow: hidden;
}
.public_area .inHd ul li {
  float: left;
  width: 200px;
  height: 60px;
  background: #fff;
  text-indent: -9999px;
  margin: 0 20px;
  cursor: pointer;
}
.public_area .inHd ul li.s_title_notice {
  background: #5374d2 url(../images/s_title_notice.png) center no-repeat;
  border-top-left-radius: 20px;
  border-top-right-radius: 5px;
}
.public_area .inHd ul li.s_title_notice.on {
  background: #fff url(../images/s_title_notice_cur.png) center no-repeat;
}
.public_area .inHd ul li.s_title_video {
  background: #5374d2 url(../images/s_title_video.png) center no-repeat;
  border-top-left-radius: 5px;
  border-top-right-radius: 20px;
}
.public_area .inHd ul li.s_title_video.on {
  background: #fff url(../images/s_title_video_cur.png) center no-repeat;
}
.public_area .inBd ul li.notice_area {
  color: #0636c2;
}
.public_area .inBd {
  background: #fff;
  border-radius: 10px;
  padding-top: 10px;
}
.public_area .inBd ul.notice_wrap {
  border-top: 5px solid #0636c2;
}
.public_area .inBd ul li.notice_area .notice_txt {
  padding: 10px 70px 50px;
  position: relative;
}
.public_area .inBd ul li.notice_area h3 {
  font-size: 26px;
  text-align: center;
  line-height: 1.2em;
  padding: 50px 0;
}
.public_area .inBd ul li.notice_area p {
  font-size: 18px;
  line-height: 2em;
}
.public_area .inBd ul li.notice_area p a {
  color: #0636c2;
}
.public_area .inBd ul li.notice_area h4 {
  font-size: 18px;
  line-height: 2em;
  margin-top: 30px;
}
.qrcode {
  position: absolute;
  left: 900px;
  top: 585px;
}
.slideBox2 {
  margin: 0 auto ;
  width: 1180px;
  height: 670px;
  position: relative;
  padding-top: 10px;
}
.slideBox2 .hd {
  display: none;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 25px;
  z-index: 1;
}
.slideBox2 .hd ul {
  overflow: hidden;
  zoom: 1;
  list-style: none;
}
.slideBox2 .hd ul li {
  float: left;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.slideBox2 .hd ul .on {
  background: #3529d5;
  width: 24px;
  border-radius: 5px;
}
.slideBox2 .bd {
  position: relative;
  height: 720px;
  z-index: 0;
}
.slideBox2 .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
  height: 670px;
}
.slideBox2 .bd li img {
  width: 1180px;
  height: 670px;
  display: block;
}
.slideBox2 .bd li span {
  width: 76px;
  height: 76px;
  background: url(../images/ico_play.png) center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  top: 50%;
  margin-top: -38px;
}
.slideBox2 .bd li .img_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1180px;
  line-height: 90px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
  background: rgba(0, 0, 0, 0.5);
  height: 90px;
}
.slideBox2 .bd li .img_title h3 {
  padding-left: 20px;
  font-size: 26px;
  color: #fff;
  font-weight: 400;
}
.slideBox2 .bd li .img_title h3 a {
  color: #fff;
}
.slideBox2 .prev {
  position: absolute;
  left: 1040px;
  bottom: 25px;
  background: url(../images/prev.png) 0 0 no-repeat;
  width: 48px;
  height: 27px;
}
.slideBox2 .prev:hover {
  background: url(../images/prev_cur.png) 0 0 no-repeat;
}
.slideBox2 .next {
  position: absolute;
  right: 25px;
  bottom: 25px;
  background: url(../images/next.png) 0 0 no-repeat;
  width: 48px;
  height: 27px;
}
.slideBox2 .next:hover {
  background: url(../images/next_cur.png) 0 0 no-repeat;
}
:root .img_title {
  filter: none;
}
/*申报项目统计分析*/
.column02 {
  background: url(../images/column_analysis.png) center 0 no-repeat;
}
.analysis_area {
  background: url(../images/analysis_bg.png?v=1) center 0 no-repeat;
  height: 775px;
  margin-bottom: 50px;
}
.analysis_area .analysis_hd {
  height: 60px;
  text-indent: -9999px;
}
.analysis_area .analysis_hd01 {
  background: url(../images/analysis_tit01.png) center no-repeat;
}
.analysis_area .analysis_hd02 {
  background: url(../images/analysis_tit02.png) center no-repeat;
}
.analysis_area .analysis_hd03 {
  background: url(../images/analysis_tit03.png) center no-repeat;
}
.analysis_box{text-align: center;padding: 125px 0 0;}
/*入围项目公示*/
.column03 {
  background: url(../images/column_shortlisted.png) center 0 no-repeat;
}
.shortlisted_area {
  width: 1247px;
  margin: 0 auto;
}
.shortlisted_bg_t {
  background: url(../images/shortlisted_bg_top.png) center 0 no-repeat;
  height: 12px;
}
.shortlisted_bg_c {
  background: url(../images/shortlisted_bg_center.png) center 0 repeat-y;
}
.shortlisted_bg_b {
  background: url(../images/shortlisted_bg_bottom.png) center 0 no-repeat;
  height: 10px;
}
.shortlisted_hd {
  overflow: hidden;
  padding: 15px 50px 0;
  margin-bottom: 25px;
}
.shortlisted_hd h3 {
  float: left;
  width: 560px;
  font-size: 30px;
  color: #fff;
  border-bottom: 2px dotted #fff;
  letter-spacing: 0.2em;
}
.shortlisted_hd_title {
  margin-right: 25px;
}
.shortlisted_list li {
  height: 70px;
  padding: 13px 50px 0;
}
.shortlisted_list li .title_l {
  float: left;
  width: 560px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.shortlisted_list li a {
  color: #fff;
}
.shortlisted_list li:hover {
  background: url(../images/select_cur.png) 8px 0 no-repeat;
  color: #0636c2;
}
.shortlisted_list li:hover span {
  color: #0636c2;
}
.shortlisted_list li:hover a {
  color: #0636c2;
}
.shortlisted_list li .title_r {
  float: right;
  width: 560px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 22px;
  color: #fff;
}
.shortlisted_bg_c .more {
  margin-left: 50px;
  padding-bottom: 30px;
}
.shortlisted_bg_c .more span {
  width: 90%;
}
/*优秀项目展示*/
.column04 {
  background: url(../images/column_good.png) center 0 no-repeat;
}
.m_pic_box {
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
  height: 653px;
  padding: 19px;
  background: url(../images/bg_good.png) center 0 no-repeat;
}
.m_pic_box .pic {
  width: 985px;
  height: 605px;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
}
.m_pic_box .pic span {
  width: 76px;
  height: 76px;
  background: url(../images/ico_play.png) center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  top: 35%;
}
.m_pic_box .pic img {
  width: 985px;
  height: 550px;
  vertical-align: middle;
}
.m_pic_box .pic p {
  font-size: 26px;
  text-align: center;
  background: url(../images/bg_pic_tit.png) 0 0 no-repeat;
  height: 55px;
  line-height: 55px;
}
.m_pic_box .pic p a {
  color: #fff;
}
.m-picScroll-left-pic {
  position: relative;
  width: 1200px;
  margin: 40px auto 0;
}
.m-picScroll-left-pic .hd {
  position: relative;
  z-index: 10;
  top: 60px;
}
.m-picScroll-left-pic .hd .prev {
  position: absolute;
  display: block;
  width: 35px;
  height: 80px;
  cursor: pointer;
  left: 0;
  background: url(../images/prev2.png) center no-repeat;
}
.m-picScroll-left-pic .hd .next {
  position: absolute;
  display: block;
  width: 35px;
  height: 80px;
  cursor: pointer;
  right: 0;
  background: url(../images/next2.png) center no-repeat;
}
.m-picScroll-left-pic .hd .prev:hover {
  background: url(../images/prev2_cur.png) center no-repeat;
}
.m-picScroll-left-pic .hd .next:hover {
  background: url(../images/next2_cur.png) center no-repeat;
}
.m-picScroll-left-pic .bd {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0 25px;
}
.m-picScroll-left-pic .bd ul {
  zoom: 1;
}
.m-picScroll-left-pic .bd ul:after {
  content: "";
  display: block;
  clear: both;
}
.m-picScroll-left-pic .bd ul li {
  float: left;
  width: 330px;
  overflow: hidden;
  margin: 0 15px;
  cursor: pointer;
  position: relative;
  border: 3px solid #b5c3ed;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.m-picScroll-left-pic .bd ul li span {
  display: none;
}
.m-picScroll-left-pic .bd ul li dl {
  position: relative;
}
.m-picScroll-left-pic .bd ul li dl dt {
  width: 330px;
  margin-bottom: 5px;
}
.m-picScroll-left-pic .bd ul li dl dt img {
  width: 330px;
  height: 185px;
}
.m-picScroll-left-pic .bd ul li dl dd {
  width: 330px;
  font-size: 18px;
  line-height: 2em;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.m-picScroll-left-pic .bd ul li dl dd,
.m-picScroll-left-pic .bd ul li dl dd a {
  color: #fff;
}
.m-picScroll-left-pic .bd ul li dl dd:hover,
.m-picScroll-left-pic .bd ul li.current dl dd {
  font-weight: 700;
}
.m-picScroll-left-pic .bd ul li i {
  background: url(../images/icon_player.png) 0 0 no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25%;
  left: 50%;
  margin: 0 0 0 -20px;
}
/*成果转化及线下活动展示*/
.column05 {
  background: url(../images/column_results.png) center 0 no-repeat;
}
.m_fullImgsWrap {
  overflow: hidden;
  zoom: 1;
  position: relative;
  margin-bottom: 45px;
}
.m_fullImgsWrap .m_fullImgsCon {
  width: 960px;
  height: 510px;
  margin: auto;
  position: relative;
}
.m_fullImgsWrap .m_fullImgsCon img {
  width: 950px;
  height: 500px;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs {
  overflow: visible;
  position: absolute;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul {
  width: 960px;
  height: 510px;
  zoom: 1;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul:after {
  content: "";
  display: block;
  clear: both;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li {
  background: #fff;
  padding: 5px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 950px;
  height: 500px;
  overflow: hidden;
  left: 1920px;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li a {
  display: inline-block;
  position: relative;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li .m_imgTitle {
  position: absolute;
  color: #FFFFFF;
  bottom: 5px;
  left: 0;
  width: 950px;
  margin-left: 5px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
  background: rgba(0, 0, 0, 0.5);
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li .m_imgTitle a {
  color: #FFFFFF;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd {
  height: 510px;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev,
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next {
  width: 40px;
  height: 80px;
  line-height: 91px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  margin-left: 5px;
  z-index: 3;
  text-align: center;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev img,
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next img {
  width: 40px;
  height: 80px;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev:hover img {
  display: inline;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next {
  margin: -25px 5px 0 0;
  right: 0;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next:hover img {
  display: inline;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .mask-left,
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .mask-right {
  padding: 5px;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 950px;
  height: 500px;
  left: -960px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  background: #fff;
  overflow: hidden;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .mask-right {
  left: 960px;
}
.m_fullImgsWrap .m_fullImgsCon .disabled {
  background-color: #eee;
}
.m_fullImgsWrap .m_fullImgsCon .active {
  z-index: 2;
  left: 0;
}
/*直播*/
.video_box {
  width: 1140px;
  margin: 0 auto;
  height: 640px;
}
.video_box #a1 {
  width: 1140px;
  height: 640px;
}
.video_box span {
  display: none;
}