#headbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  font-size: 14px;
}
#headbar .welcome {
  float: left;
  line-height: 60px;
  color: #ffffff;
}
#headbar .searchbox {
  float: right;
  margin-top: 13px;
  width: 286px;
  height: 34px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
}
#headbar .searchbox input {
  float: left;
  margin-left: 15px;
  line-height: 34px;
  height: 34px;
  border: 0 none;
  outline: none;
  background-color: transparent;
}
#headbar .searchbox button {
  float: right;
  margin-top: 9px;
  margin-right: 15px;
  width: 16px;
  height: 16px;
  border: 0 none;
  outline: none;
  background: url(imagesindex_header_searchicon.png) center no-repeat;
  cursor: pointer;
}
#nav_right {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -205px;
  width: 50px;
  height: 410px;
  display: none;
}
#nav_right span.line {
  position: absolute;
  left: 24px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
}
#nav_right .items {
  position: relative;
  z-index: 1;
}
#nav_right .items a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
}
#nav_right .items a + a {
  margin-top: 10px;
}
#nav_right .items a.navi {
  background-color: #ffffff;
  font-size: 16px;
  color: #000000;
}
#nav_right .items a.navi.active {
  background-color: #0078d3;
  color: #ffffff;
}
#nav_right .items a.top {
  background-color: #fb6e52;
}
#nav_right .items a.top img {
  display: inline-block;
  vertical-align: middle;
}
#fullpage .section {
  position: relative;
}
#fullpage .section .content {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -280px;
  margin-left: -600px;
  width: 1200px;
  height: 560px;
  background-color: #ffffff;
}
#fullpage .section .content .inbox {
  padding: 14px;
}
#fullpage .section.bg1 {
  background: url(imagesindex_bg2.jpg) center no-repeat;
  background-size: cover;
}
#fullpage .section.page1 {
  background: url(imagesindex_bg1.jpg) center no-repeat;
  background-size: cover;
}
#fullpage .section.page1 .content_first {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -170px;
  width: 100%;
  height: 340px;
}
#fullpage .section.page1 .content_first .container .logo {
  width: 504px;
  height: 97px;
  margin-left: auto;
  margin-right: auto;
  background: url(imagesindex_logo.png) no-repeat;
}
#fullpage .section.page1 .content_first .container .nav {
  text-align: center;
  margin-top: 130px;
}
#fullpage .section.page1 .content_first .container .nav a {
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  transition: all .3s;
}
#fullpage .section.page1 .content_first .container .nav a:hover {
  transform: translateY(-10px);
}
#fullpage .section.page1 .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#fullpage .section.page1 .footer .container .text {
  float: left;
}
#fullpage .section.page1 .footer .container .text p {
  color: #ffffff;
  line-height: 30px;
  font-size: 14px;
}
#fullpage .section.page1 .footer .container .text p a {
  color: #ffffff;
}
#fullpage .section.page1 .footer .container .text p a:hover {
  text-decoration: underline;
}
#fullpage .section.page1 .footer .container .pics {
  float: right;
}
#fullpage .section.page1 .footer .container .pics .items a {
  float: left;
  margin-left: 15px;
  text-align: center;
  color: #ffffff;
  position: relative;
}
#fullpage .section.page1 .footer .container .pics .items a .erweima{
  display: none;
  position: absolute;
  left: -25px;
  bottom: 90px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 5px;
}
#fullpage .section.page1 .footer .container .pics .items a .pic {
  height: 80px;
  line-height: 70px;
}
#fullpage .section.page1 .footer .container .pics .items a .pic img {
  display: inline-block;
  vertical-align: middle;
}
#fullpage .section.page2 .content .inbox .newlist_mod1 {
  margin-top: 2px;
}
#fullpage .section.page2 .content .inbox .newlist_mod1 .hd {
  height: 40px;
  border-bottom: 1px solid #dddddd;
}
#fullpage .section.page2 .content .inbox .newlist_mod1 .hd .nav {
  float: left;
}
#fullpage .section.page2 .content .inbox .newlist_mod1 .hd .nav a {
  float: left;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}
#fullpage .section.page2 .content .inbox .newlist_mod1 .hd .nav a.active {
  color: #0078d3;
  border-bottom-color: #0078d3;
}
#fullpage .section.page2 .content .inbox .newlist_mod1 .hd a.more {
  float: right;
  line-height: 40px;
  font-size: 14px;
  display: none;
}
#fullpage .section.page2 .content .inbox .newlist_mod1 .hd a.more:hover {
  text-decoration: underline;
  color: #ff0000;
}
#fullpage .section.page2 .content .inbox .newlist_mod1 .hd a.more.active {
  display: block;
}
#fullpage .section.page2 .content .inbox .newlist_mod1 .bd ul {
  display: none;
}
#fullpage .section.page2 .content .inbox .newlist_mod1 .bd ul.active {
  display: block;
}
#fullpage .section.page2 .content .inbox .newlist_mod1 .bd ul li {
  display: block;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
}
#fullpage .section.page2 .content .inbox .newlist_mod1 .bd ul li span.dot {
  float: left;
  width: 18px;
  height: 42px;
  background: url(imagesindex_list_icon1.png) left center no-repeat;
}
#fullpage .section.page2 .content .inbox .newlist_mod1 .bd ul li a {
  float: left;
}
#fullpage .section.page2 .content .inbox .newlist_mod1 .bd ul li a:hover {
  text-decoration: underline;
  color: #f00;
}
#fullpage .section.page2 .content .inbox .newlist_mod1 .bd ul li span.date {
  float: right;
  font-size: 14px;
  color: #9b9a9a;
}
#fullpage .section.page2 .content .inbox .box_l {
  float: left;
  width: 584px;
}
#fullpage .section.page2 .content .inbox .box_l .picslide {
  width: 584px;
  height: 327px;
  position: relative;
}
#fullpage .section.page2 .content .inbox .box_l .picslide .wrapper {
  width: 584px;
  height: 327px;
  overflow: hidden;
}
#fullpage .section.page2 .content .inbox .box_l .picslide .wrapper .roll a {
  display: block;
  width: 584px;
  height: 327px;
  position: relative;
}
#fullpage .section.page2 .content .inbox .box_l .picslide .wrapper .roll a h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 84px;
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
  background-image: url(imagesopacity_4.png);
}
#fullpage .section.page2 .content .inbox .box_l .picslide .pageState {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 40px;
  line-height: 40px;
  background-color: #0078d3;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
#fullpage .section.page2 .content .inbox .box_l .picslide .pageState span {
  font-size: 24px;
}
#fullpage .section.page2 .content .inbox .box_r {
  float: right;
  width: 570px;
}
#fullpage .section.page2 .content .inbox .box_r .toutiao {
  border-bottom: 1px dashed #ddd;
}
#fullpage .section.page2 .content .inbox .box_r .toutiao h3 {
  text-align: center;
}
#fullpage .section.page2 .content .inbox .box_r .toutiao h3 a {
  font-size: 24px;
  color: #ff0000;
  font-weight: normal;
}
#fullpage .section.page2 .content .inbox .box_r .toutiao h3 a:hover {
  text-decoration: underline;
}
#fullpage .section.page2 .content .inbox .box_r .toutiao p {
  line-height: 3;
}
#fullpage .section.page2 .content .inbox .box_r .toutiao p a:hover {
  text-decoration: underline;
  color: #ff0000;
}
#fullpage .section.page2 .content .inbox .box_r .gzdt {
  height: 297px;
}
#fullpage .section.page2 .content .inbox .box_r .nav_r table {
  width: 100%;
  height: 150px;
  text-align: center;
  border-collapse: collapse;
}
#fullpage .section.page2 .content .inbox .box_r .nav_r table tr td {
  width: 33.33%;
  border: 1px solid #edebeb;
}
#fullpage .section.page2 .content .inbox .box_r .nav_r table tr td a {
  display: block;
  height: 75px;
  line-height: 75px;
  font-size: 16px;
}
#fullpage .section.page2 .content .inbox .box_r .nav_r table tr td a i.iconfont {
  color: #c7c9c9;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
#fullpage .section.page2 .content .inbox .box_r .nav_r table tr td a:hover {
  background-color: #0078d3;
  color: #ffffff;
}
#fullpage .section.page2 .content .inbox .box_r .nav_r table tr td a:hover i {
  color: #ffffff;
}
#fullpage .section.page3 .content .inbox .tixing {
  height: 40px;
  background-color: #f3f3f3;
}
#fullpage .section.page3 .content .inbox .tixing .tit {
  float: left;
  width: 185px;
  background-color: #0078d3;
}
#fullpage .section.page3 .content .inbox .tixing .tit span.icon {
  float: left;
  width: 50px;
  height: 40px;
  background: url(imagesindex_page3_tixing_tit.png) center no-repeat;
}
#fullpage .section.page3 .content .inbox .tixing .tit h3 {
  float: left;
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  font-weight: normal;
}
#fullpage .section.page3 .content .inbox .tixing .mes_slide {
  float: right;
  width: 970px;
  height: 40px;
  position: relative;
}
#fullpage .section.page3 .content .inbox .tixing .mes_slide .wrapper {
  width: 880px;
  height: 40px;
  overflow: hidden;
}
#fullpage .section.page3 .content .inbox .tixing .mes_slide .wrapper .roll .item {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
#fullpage .section.page3 .content .inbox .tixing .mes_slide .wrapper .roll .item a {
  font-size: 14px;
  color: #0078d3;
}
#fullpage .section.page3 .content .inbox .tixing .mes_slide .wrapper .roll .item a:hover {
  text-decoration: underline;
  color: #ff0000;
}
#fullpage .section.page3 .content .inbox .tixing .mes_slide a.btn {
  position: absolute;
  top: 14px;
  width: 15px;
  height: 11px;
}
#fullpage .section.page3 .content .inbox .tixing .mes_slide a.btn.prev {
  right: 36px;
  background-image: url(imagesindex_page3_tixing_btn2.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#fullpage .section.page3 .content .inbox .tixing .mes_slide a.btn.next {
  right: 11px;
  background-image: url(imagesindex_page3_tixing_btn1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#fullpage .section.page3 .content .inbox .tixing .mes_slide a.btn:hover {
  background-position: -15px 0;
}
#fullpage .section.page3 .content .inbox .baiyechuang {
  height: 272px;
  margin-top: 8px;
  overflow: hidden;
}
#fullpage .section.page3 .content .inbox .baiyechuang > ul {
  width: 1600px;
}
#fullpage .section.page3 .content .inbox .baiyechuang > ul > li {
  float: left;
  width: 69px;
  overflow: hidden;
}
#fullpage .section.page3 .content .inbox .baiyechuang > ul > li + li {
  margin-left: 4px;
}
#fullpage .section.page3 .content .inbox .baiyechuang > ul > li .insidebox {
  width: 806px;
  height: 272px;
}
#fullpage .section.page3 .content .inbox .baiyechuang > ul > li .insidebox .title {
  float: left;
  width: 69px;
  height: 272px;
  overflow: hidden;
}
#fullpage .section.page3 .content .inbox .baiyechuang > ul > li .insidebox .content_list {
  float: right;
  width: 730px;
  height: 270px;
  border: 1px solid #999;
  overflow: hidden;
}
#fullpage .section.page3 .content .inbox .baiyechuang > ul > li .insidebox .content_list ul {
  padding: 8px;
}
#fullpage .section.page3 .content .inbox .baiyechuang > ul > li .insidebox .content_list ul li {
  display: block;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
}
#fullpage .section.page3 .content .inbox .baiyechuang > ul > li .insidebox .content_list ul li span.dot {
  float: left;
  color: #9b9a9a;
}
#fullpage .section.page3 .content .inbox .baiyechuang > ul > li .insidebox .content_list ul li a {
  float: left;
  margin-left: 6px;
}
#fullpage .section.page3 .content .inbox .baiyechuang > ul > li .insidebox .content_list ul li a:hover {
  color: #ff0000;
  text-decoration: underline;
}
#fullpage .section.page3 .content .inbox .baiyechuang > ul > li .insidebox .content_list ul li span.date {
  float: right;
  color: #9b9a9a;
}
#fullpage .section.page3 .content .inbox .newsitem {
  margin-top: 2px;
}
#fullpage .section.page3 .content .inbox .newsitem .hd {
  height: 40px;
  border-bottom: 1px solid #dddddd;
}
#fullpage .section.page3 .content .inbox .newsitem .hd .nav {
  float: left;
}
#fullpage .section.page3 .content .inbox .newsitem .hd .nav a {
  float: left;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}
#fullpage .section.page3 .content .inbox .newsitem .hd .nav a.active {
  color: #0078d3;
  border-bottom-color: #0078d3;
}
#fullpage .section.page3 .content .inbox .newsitem .hd a.more {
  float: right;
  line-height: 40px;
  font-size: 14px;
  display: none;
}
#fullpage .section.page3 .content .inbox .newsitem .hd a.more:hover {
  text-decoration: underline;
  color: #ff0000;
}
#fullpage .section.page3 .content .inbox .newsitem .hd a.more.active {
  display: block;
}
#fullpage .section.page3 .content .inbox .newsitem .bd {
  padding-top: 10px;
}
#fullpage .section.page3 .content .inbox .newsitem .bd ul {
  display: none;
}
#fullpage .section.page3 .content .inbox .newsitem .bd ul.active {
  display: block;
}
#fullpage .section.page3 .content .inbox .newsitem .bd ul li {
  float: left;
  width: 586px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
#fullpage .section.page3 .content .inbox .newsitem .bd ul li span.dot {
  float: left;
  color: #9b9a9a;
}
#fullpage .section.page3 .content .inbox .newsitem .bd ul li a {
  float: left;
  margin-left: 6px;
}
#fullpage .section.page3 .content .inbox .newsitem .bd ul li a:hover {
  color: #ff0000;
  text-decoration: underline;
}
#fullpage .section.page4 .content .inbox .zyhbdc {
  float: left;
  width: 774px;
}
#fullpage .section.page4 .content .inbox .zyhbdc .title {
  height: 80px;
}
#fullpage .section.page4 .content .inbox .zyhbdc .title .logo {
  float: left;
}
#fullpage .section.page4 .content .inbox .zyhbdc .title a.more {
  float: right;
  line-height: 80px;
  display: none;
}
#fullpage .section.page4 .content .inbox .zyhbdc .title a.more:hover {
  text-decoration: underline;
  color: #ff0000;
}
#fullpage .section.page4 .content .inbox .zyhbdc .title a.more.active {
  display: block;
}
#fullpage .section.page4 .content .inbox .zyhbdc .hd {
  margin-top: 10px;
  height: 30px;
  border-bottom: 1px solid #e1e0e0;
}
#fullpage .section.page4 .content .inbox .zyhbdc .hd .nav {
  float: left;
  font-size: 14px;
}
#fullpage .section.page4 .content .inbox .zyhbdc .hd .nav a {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  height: 30px;
  border-bottom: 1px solid transparent;
}
#fullpage .section.page4 .content .inbox .zyhbdc .hd .nav a.active {
  color: #0078d3;
  border-bottom-color: #0078d3;
}
#fullpage .section.page4 .content .inbox .zyhbdc .bd {
  margin-top: 10px;
}
#fullpage .section.page4 .content .inbox .zyhbdc .bd ul {
  display: none;
}
#fullpage .section.page4 .content .inbox .zyhbdc .bd ul.active {
  display: block;
}
#fullpage .section.page4 .content .inbox .zyhbdc .bd ul li {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
#fullpage .section.page4 .content .inbox .zyhbdc .bd ul li span.dot {
  float: left;
  color: #a8a5a5;
}
#fullpage .section.page4 .content .inbox .zyhbdc .bd ul li a {
  float: left;
  margin-left: 6px;
}
#fullpage .section.page4 .content .inbox .zyhbdc .bd ul li a:hover {
  color: #ff0000;
  text-decoration: underline;
}
#fullpage .section.page4 .content .inbox .zyhbdc .bd ul li span.date {
  float: right;
  color: #a8a5a5;
}
#fullpage .section.page4 .content .inbox .zhuanti {
  float: right;
  width: 351px;
}
#fullpage .section.page4 .content .inbox .zhuanti .hd {
  height: 80px;
}
#fullpage .section.page4 .content .inbox .zhuanti .hd .tit {
  float: left;
}
#fullpage .section.page4 .content .inbox .zhuanti .hd a.more {
  float: right;
  line-height: 80px;
}
#fullpage .section.page4 .content .inbox .zhuanti .hd a.more:hover {
  text-decoration: underline;
  color: #ff0000;
}
#fullpage .section.page4 .content .inbox .zhuanti .bd .items a {
  display: block;
  width: 351px;
  height: 101px;
  margin-top: 10px;
  transition: all .3s;
}
#fullpage .section.page4 .content .inbox .zhuanti .bd .items a img {
  display: block;
}
#fullpage .section.page4 .content .inbox .zhuanti .bd .items a:hover {
  opacity: .7;
}
#fullpage .section.page5 .content .inbox .items a {
  float: left;
  width: 147px;
  height: 210px;
  margin-left: 74px;
  margin-top: 35px;
  transition: all .3s;
}
#fullpage .section.page5 .content .inbox .items a img {
  display: block;
}
#fullpage .section.page5 .content .inbox .items a:hover {
  transform: translateY(-10px);
}
#fullpage .section.page6 .content .inbox .video .hd {
  text-align: center;
  height: 40px;
  position: relative;
}
#fullpage .section.page6 .content .inbox .video .hd .nav a {
  display: inline-block;
  width: 170px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background-color: #0078d3;
  border-radius: 20px;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}
#fullpage .section.page6 .content .inbox .video .hd .nav a span.s {
  position: absolute;
  left: 78px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid transparent;
}
#fullpage .section.page6 .content .inbox .video .hd .nav a.active {
  background-color: #66ae1c;
}
#fullpage .section.page6 .content .inbox .video .hd .nav a.active span.s {
  border-top-color: #66ae1c;
}
#fullpage .section.page6 .content .inbox .video .hd a.more {
  position: absolute;
  right: 0px;
  top: 15px;
  font-size: 14px;
  display: none;
}
#fullpage .section.page6 .content .inbox .video .hd a.more.active {
  display: block;
}
#fullpage .section.page6 .content .inbox .video .hd a.more:hover {
  text-decoration: underline;
  color: #ff0000;
}
#fullpage .section.page6 .content .inbox .video .bd {
  margin-top: 20px;
}
#fullpage .section.page6 .content .inbox .video .bd .item {
  display: none;
}
#fullpage .section.page6 .content .inbox .video .bd .item.active {
  display: block;
}
#fullpage .section.page6 .content .inbox .video .bd .item .play {
  float: left;
  width: 808px;
  height: 466px;
}
#fullpage .section.page6 .content .inbox .video .bd .item .list {
  float: right;
  width: 347px;
}
#fullpage .section.page6 .content .inbox .video .bd .item .list .items {
  margin-left: -12px;
}
#fullpage .section.page6 .content .inbox .video .bd .item .list .items a {
  float: left;
  margin-left: 12px;
  margin-bottom: 15px;
  width: 167px;
  height: 145px;
  text-align: center;
  overflow: hidden;
}
#fullpage .section.page6 .content .inbox .video .bd .item .list .items a .pic {
  height: 115px;
  position: relative;
}
#fullpage .section.page6 .content .inbox .video .bd .item .list .items a .pic img {
  display: block;
}
#fullpage .section.page6 .content .inbox .video .bd .item .list .items a .pic .hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(imagesopacity_4.png);
}
#fullpage .section.page6 .content .inbox .video .bd .item .list .items a .pic .hover .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  background: url(imagesvideo_play.png) center no-repeat;
}
#fullpage .section.page6 .content .inbox .video .bd .item .list .items a .pic:hover .hover {
  display: block;
}
#fullpage .section.page6 .content .inbox .video .bd .item .list .items a p {
  font-size: 14px;
  padding-top: 10px;
}


#fullpage .section.page2 .content .inbox .box_l .picslide .pre_next{position: absolute; height: 0; width: 100%; top: 0; color: #fff; display: none;}
#fullpage .section.page2 .content .inbox .box_l .picslide .pre_next span{display: block; height: 60px; cursor: pointer; width:60px; margin-top: 113px;}
#fullpage .section.page2 .content .inbox .box_l .picslide .pre_next .prev{float: left; background: url(imagesprev.png) no-repeat; background-size:cover;}
#fullpage .section.page2 .content .inbox .box_l .picslide .pre_next .next{float: right; background: url(imagesnext.png) no-repeat; background-size:cover;}
#fullpage .section.page2 .content .inbox .box_l .picslide:hover .pre_next{display: block;}