@import 'reset.css';
@charset "utf-8";
body {
  font-family: "微软雅黑", "黑体";
  background: #ffffff url(../img/bg.jpg) center 60px no-repeat;
}
.box {
  width: 1300px;
  margin: 0px auto;
}
.logo {
  width: 100%;
  height: 98px;
  float: left;
  padding-top: 10px;
}
.logo .fl {
  margin-top: 5px;
}
.logo .search {
  width: 600px;
  height: 45px;
  float: left;
  margin-top: 20px;
  margin-left: 50px;
}
.logo .search input {
  background: none;
  border: 0px;
  width: 100%;
  height: 100%;
  float: left;
  font-size: 16px;
  color: #666;
  padding: 0px 10px;
}
.logo .search .fl {
  width: 509px;
  height: 45px;
  background: #fff;
  border: 1px solid #ddd;
  border-right: 0px;
  margin: 0px;
}
.logo .search .fr {
  width: 90px;
  height: 45px;
  background: url(../img/search.png) no-repeat;
  overflow: hidden;
  text-indent: -999999px;
}
.logo .ewm {
  float: right;
  font-size: 12px;
  color: #222;
  text-align: center;
}
.logo .ewm .ewm1 {
  width: 68px;
  padding-top: 72px;
  float: left;
  background: url(../img/ewm1.png) no-repeat center top;
}
.logo .ewm .ewm2 {
  width: 68px;
  padding-top: 72px;
  float: right;
  background: url(../img/ewm2.png) no-repeat center top;
  margin-left: 10px;
}
.main {
  width: 100%;
  float: left;
  background: url(../img/footer.jpg) no-repeat center bottom;
}
.main_fl {
  width: 880px;
  float: left;
}
.main_fr {
  width: 380px;
  float: right;
  /*
  margin-top: -40px;
  */
}
.nav {
  float: left;
  position: relative;
  /*z-index: 9;*/
  z-index: 91;
  margin-bottom: 15px;
}
.nav ul {
  float: left;
  width: 915px;
  margin-left: -17px;
}
.nav .nLi {
  float: left;
  display: inline;
}
.nav .nLi h3 {
  float: left;
  position: relative;
  z-index: 2;
}
.nav .nLi h3 a,
.nav .nLi h3 span {
  font-size: 20px;
  color: #1373ab;
  float: left;
  text-shadow: 1px 1px 1px #8bbedc;
  display: block;
  width: 83px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}
.nav li h3 a:hover {
  text-decoration: underline;
}
.nav .sub {
  position: absolute;
  width: 880px;
  display: none;
  top: 39px;
  left: 17px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 20px #e8e8e8;
  padding: 5px 5px 15px 15px;
  z-index: 1;
  border: 1px solid #eaeaea;
}
.nav .sub li {
  float: left;
  margin: 10px 12px 0px 0px;
}
.nav .sub a {
  width: 110px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #000;
  text-shadow: none;
  float: left;
  padding: 0px;
  border-radius: 0px;
  background: url(../img/nav_li.jpg) no-repeat center;
}
.nav .more .sub {
  width: 280px;
  left: auto;
  right: 18px;
  padding: 5px 15px 15px 15px;
}
.nav .more li {
  width: 100%;
  margin: 0px;
  margin-top: 10px;
}
.nav .more a {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: url(../img/more.jpg) repeat-x;
  font-size: 20px;
  color: #fff;
}
.banner {
  width: 100%;
  height: 290px;
  border-radius: 3px;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .bd {
  width: 100%;
  height: 100%;
  float: left;
}
.banner .bd a {
  width: 100%;
  height: 290px;
  float: left;
}
.banner .bd li {
  width: 100%;
  height: 290px;
  float: left;
  position: relative;
}
.banner .bd img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.banner .bd .txt {
  position: absolute;
  z-index: 3;
  top: 0px;
  right: 0px;
  width: 345px;
  height: 100%;
  padding: 40px 40px 0px 40px;
  overflow: hidden;
}
.banner .bd .txt h4 {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 9;
}
.banner .bd .txt p,
.banner .bd .txt span {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #ddd;
  margin: 20px 0px;
  line-height: 22px;
  position: relative;
  z-index: 9;
}
.banner .bd .txt span {
  color: #fff;
  margin: 0px;
}
.banner .bd .txt .bg {
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  width: 445px;
  height: 390px;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -ms-filter: blur(20px);
  -o-filter: blur(20px);
  filter: blur(20px);
  opacity: 0.5;
  margin: -20px;
}
.banner .bd li a:after {
  content: "";
  position: absolute;
  background: #666;
  z-index: 2;
  top: 0px;
  right: 0px;
  width: 345px;
  height: 100%;
  opacity: 0.8;
}
.banner .hd {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
}
.banner .hd li {
  float: left;
  width: 12px;
  height: 12px;
  background: #bbb;
  border-radius: 100%;
  margin-left: 5px;
  overflow: hidden;
  text-indent: -20px;
  cursor: pointer;
}
.banner .hd li.on {
  background: #fff;
}
.banner.img a:after {
  display: none;
}
.banner.img h4 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  text-indent: 20px;
}
.banner_ul {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.banner_ul ul {
  float: left;
}
.banner_ul li {
  float: left;
  width: 168px;
  margin-right: 10px;
}
.banner_ul li .pic {
  float: left;
  width: 168px;
  height: 80px;
  overflow: hidden;
  border-right: 3px;
}
.banner_ul li .pic a {
  width: 100%;
  height: 100%;
  float: left;
}
.banner_ul li .pic img {
  width: 100%;
  min-height: 100%;
  float: left;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.banner_ul li .pic img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.banner_ul li h4 {
  width: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #01395a;
  margin-top: 5px;
}
.banner_ul li:last-child {
  margin-right: 0px;
}
.list_txt {
  width: 100%;
  float: left;
  background: url(../img/block.png) center top no-repeat;
  margin-top: 20px;
  padding-top: 35px;
}
.list_txt li {
  width: 100%;
  float: left;
  padding-bottom: 16px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.list_txt li:last-child {
  border-bottom: 0px;
}
.list_txt li.img_0 h3 {
  height: 23px;
  line-height: 23px;
  padding: 0px 15px;
  background: url(../img/list_h2.jpg);
  font-size: 14px;
  color: #fff;
  float: left;
  margin: 4px 10px 0px 0px;
}
.list_txt li.img_0 h4 {
  float: left;
  font-size: 22px;
  color: #222;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.list_txt li.img_0 p {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #444;
  line-height: 22px;
  margin: 10px 0px;
}
.list_txt li.img_0 span {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #444;
}
.list_txt li.img_0 span i,
.list_txt li.img_0 span .bdsharebuttonbox {
  float: left;
  padding-left: 15px;
  font-style: normal;
}
.list_txt li.img_0 span i.time {
  background: url(../img/time.jpg) no-repeat left center;
  margin-right: 15px;
}
.list_txt li.img_0 span i.user {
  background: url(../img/user.jpg) no-repeat left center;
}
.list_txt li.img_0 span i.click {
  float: right;
  background: url(../img/click.jpg) no-repeat left center;
}
.list_txt li.img_0 span .bds_more {
  padding-left: 15px;
  margin: 0px;
  background: url(../img/fx.png) no-repeat left center;
}
.list_txt li.img_1 .pic {
  float: left;
  width: 220px;
  height: 180px;
  border-radius: 3px;
  overflow: hidden;
}
.list_txt li.img_1 .pic a {
  width: 100%;
  height: 100%;
  float: left;
}
.list_txt li.img_1 .pic img {
  width: 100%;
  min-height: 100%;
  float: left;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.list_txt li.img_1 .fr {
  width: 640px;
  height: 180px;
  padding: 5px 0px;
  position: relative;
}
.list_txt li.img_1 .fr h3 {
  height: 23px;
  line-height: 23px;
  padding: 0px 15px;
  background: url(../img/list_h2.jpg);
  font-size: 14px;
  color: #fff;
  float: left;
}
.list_txt li.img_1 .fr h4 {
  width: 100%;
  float: left;
  font-size: 22px;
  color: #222;
  margin: 10px 0px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.list_txt li.img_1 .fr p {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #444;
  line-height: 22px;
}
.list_txt li.img_1 .fr span {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 5px;
  left: 0px;
  font-size: 12px;
  color: #444;
}
.list_txt li.img_1 .fr span i,
.list_txt li.img_1 .fr span .bdsharebuttonbox {
  float: left;
  padding-left: 15px;
  font-style: normal;
}
.list_txt li.img_1 .fr span i.time {
  background: url(../img/time.jpg) no-repeat left center;
  margin-right: 15px;
}
.list_txt li.img_1 .fr span i.user {
  background: url(../img/user.jpg) no-repeat left center;
}
.list_txt li.img_1 .fr span i.click {
  float: right;
  background: url(../img/click.jpg) no-repeat left center;
}
.list_txt li.img_1 .fr span .bds_more {
  padding-left: 15px;
  margin: 0px;
  background: url(../img/fx.png) no-repeat left center;
}
.list_txt li.img_3 h3 {
  height: 23px;
  line-height: 23px;
  padding: 0px 15px;
  background: url(../img/list_h2.jpg);
  font-size: 14px;
  color: #fff;
  float: left;
  margin: 4px 10px 0px 0px;
}
.list_txt li.img_3 h4 {
  float: left;
  font-size: 22px;
  color: #222;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.list_txt li.img_3 p {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #444;
  line-height: 22px;
  margin: 10px 0px;
}
.list_txt li.img_3 .pic {
  width: 100%;
  float: left;
}
.list_txt li.img_3 .pic div {
  float: left;
  width: 283px;
  height: 140px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 3px;
}
.list_txt li.img_3 .pic div:last-child {
  margin-right: 0px;
}
.list_txt li.img_3 .pic a {
  width: 100%;
  height: 100%;
  float: left;
}
.list_txt li.img_3 .pic img {
  width: 100%;
  min-height: 100%;
  float: left;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.list_txt li.img_3 .pic img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.list_txt li.img_3 span {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #444;
  margin-top: 15px;
}
.list_txt li.img_3 span i,
.list_txt li.img_3 span .bdsharebuttonbox {
  float: left;
  padding-left: 15px;
  font-style: normal;
}
.list_txt li.img_3 span i.time {
  background: url(../img/time.jpg) no-repeat left center;
  margin-right: 15px;
}
.list_txt li.img_3 span i.user {
  background: url(../img/user.jpg) no-repeat left center;
}
.list_txt li.img_3 span i.click {
  float: right;
  background: url(../img/click.jpg) no-repeat left center;
}
.list_txt li.img_3 span .bds_more {
  padding-left: 15px;
  margin: 0px;
  background: url(../img/fx.png) no-repeat left center;
}
.list_txt h3 a {
  font-size: 14px;
  color: #fff;
  float: left;
}
.list_txt h4 a {
  float: left;
  font-size: 22px;
  color: #222;
}
.list_txt li.img_1:hover .fr h4 a {
  color: #1373ab;
}
.list_txt li.img_1:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.list_txt li.img_0:hover h4 a,
.list_txt li.img_3:hover h4 a {
  color: #1373ab;
}
.list_txt .ajx {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  float: left;
  cursor: pointer;
  transition: all 0.3s;
}
.list_txt .ajx:hover {
  color: #1373ab;
  background: #eee;
  border: 1px solid #1373ab;
}
.tel {
  width: 100%;
  height: 74px;
  float: left;
  background: url(../img/tel.jpg) no-repeat;
  padding: 14px 0px 0px 55px;
}
.tel p {
  width: 100%;
  font-size: 14px;
  color: #000;
  text-shadow: 0px 0px 1px #fff;
  float: left;
  margin-bottom: 9px;
}
.adg {
  float: left;
  margin-top: 20px;
}
.title {
  width: 100%;
  height: 30px;
  float: left;
  border-bottom: 1px solid #ddd;
}
.title b {
  height: 30px;
  float: left;
  font-size: 18px;
  color: #000;
  padding: 0px 20px;
  border-bottom: 1px solid #1373ab;
}
.title span {
  float: right;
  font-size: 12px;
  color: #555;
  cursor: pointer;
}
.main_x {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.main_x .txt {
  float: left;
  width: 100%;
}
.main_x .txt li {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.main_x .txt li a {
  width: 100%;
  float: left;
}
.main_x .txt .pic {
  width: 80px;
  height: 70px;
  float: left;
  border-radius: 3px;
  overflow: hidden;
  background: #f1f1f1;
}
.main_x .txt .pic a {
  width: 100%;
  height: 100%;
  float: left;
}
.main_x .txt .pic img {
  width: 100%;
  min-height: 100%;
  float: left;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.main_x .txt .pic img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.main_x .txt .fr {
  width: 280px;
}
.main_x .txt .fr h4 {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #000;
}
.main_x .txt .fr h4 a {
  font-size: 14px;
  color: #000;
}
.main_x .txt .fr h3 {
  float: left;
  margin-top: 10px;
  background: #c5c5c5;
  padding: 3px 10px;
  font-size: 12px;
  color: #fff;
}
.main_x .txt .fr h3 a {
  font-size: 12px;
  color: #fff;
}
.main_x .tv {
  float: left;
}
.main_x .tv li {
  float: left;
  width: 182px;
  margin-top: 15px;
  margin-right: 15px;
  overflow: hidden;
}
.main_x .tv li a {
  float: left;
}
.main_x .tv li .pic {
  float: left;
  width: 182px;
  height: 130px;
  overflow: hidden;
  position: relative;
}
.main_x .tv li .pic img {
  width: 182px;
  min-height: 100%;
  float: left;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.main_x .tv li .pic:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 70px;
  top: 35px;
  z-index: 2;
  background: url(../img/tv.png) no-repeat;
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.main_x .tv li h4 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-top: 2px;
}
.main_x .tv li a:hover .pic:after {
  opacity: 1;
}
.main_x .tv li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.main_x .tv li:nth-child(2n) {
  margin-right: 0px;
}
.main_x .pic {
  width: 100%;
  float: left;
  height: 310px;
  position: relative;
}
.main_x .pic .bd {
  float: left;
  padding-top: 15px;
}
.main_x .pic .bd li {
  width: 380px;
  height: 295px;
  float: left;
  position: relative;
}
.main_x .pic .bd img {
  width: 100%;
  min-height: 100%;
  float: left;
  position: relative;
  z-index: 1;
}
.main_x .pic .bd h4 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
}
.main_x .pic .prev {
  width: 26px;
  height: 45px;
  position: absolute;
  z-index: 3;
  left: 0px;
  top: 120px;
  background: url(../img/prev.png) no-repeat;
}
.main_x .pic .next {
  width: 26px;
  height: 45px;
  position: absolute;
  z-index: 3;
  right: 0px;
  top: 120px;
  background: url(../img/next.png) no-repeat;
}
.main_x .link_pic {
  padding-top: 15px;
  float: left;
  width: 100%;
}
.main_x .link_pic a {
  width: 25%;
  text-align: center;
  margin-bottom: 10px;
  float: left;
}
.main_x .link_pic a img {
  width: 90%;
  height: 30px;
  float: left;
}
.main_x .link_pic a:nth-child(4n) {
  margin-right: 0px;
}
.main_x .link_txt {
  float: left;
  font-size: 12px;
  color: #000;
  width: 100%;
}
.main_x .link_txt a {
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 12px;
  color: #000;
  float: left;
}
.footer {
  width: 100%;
  margin-top: 30px;
  padding: 40px 0px;
  float: left;
  background: url(../img/block.png) repeat-x;
}
.footer .fl {
  background: url(../img/logo.png) no-repeat left center;
  padding-left: 270px;
}
.footer p {
  width: 1100px;
  background:none; /* url(../img/icp.jpg) no-repeat right center;*/
}
.footer p,
.footer a {
  font-size: 14px;
  color: #000;
  line-height: 28px;
}
.page .nav {
  margin-bottom: 20px;
}
.page .list_txt {
  background: none;
  margin: 0px;
  padding: 0px;
}
.page .list_txt li:last-child {
  border-bottom: 1px dotted #ccc;
}
.page_nav {
  width: 100%;
  float: left;
  background: url(../img/home.png) no-repeat left center;
  font-size: 14px;
  color: #797979;
  padding-left: 18px;
  margin-bottom: 20px;
}
.page_nav a {
  font-size: 14px;
  color: #797979;
}
.pager {
  width: 100%;
  height: 37px;
  text-align: center;
  float: left;
  margin-top: 20px;
}
.pager a,
.pager span,
.pager b,
.pager em {
  overflow: hidden;
  padding: 10px 15px;
  margin: 0px 3px;
  color: #fff;
  font-size: 13px;
  background: #c5c5c5;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-style: normal;
}
.pager span,
.pager a:hover,
.pager b {
  background: url(../img/more.jpg) repeat;
}
.list_pic {
  width: 100%;
  float: left;
  background: url(../img/block.png) center top no-repeat;
  margin-top: 20px;
  padding-top: 35px;
}
.list_pic li {
  width: 205px;
  margin-right: 20px;
  margin-bottom: 30px;
  float: left;
}
.list_pic li:nth-child(4n) {
  margin-right: 0px;
}
.list_pic .pic {
  width: 100%;
  height: 180px;
  float: left;
  overflow: hidden;
}
.list_pic .pic img {
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  float: left;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.list_pic h4 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #222;
  margin-top: 10px;
}
.list_pic a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.nr {
  width: 100%;
  float: left;
}
.nr .h1 {
  width: 100%;
  float: left;
  font-size: 28px;
  color: #000;
}
.nr .tool {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #6d6d6d;
  margin: 15px 0px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.nr .tool span {
  margin-right: 15px;
}
.nr .tool .bdsharebuttonbox a {
  margin: 0px 2px;
}
.nr .nr_txt {
  width: 100%;
  float: left;
  /*font-size: 15px;*/
  font-size: 20px;
  color: #222;
  /*line-height: 28px;*/
  line-height: 36px;
}
.nr .nr_txt a {
  color: #1373ab;
}
.nr .nr_txt img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
}
.nr .nr_txt video{
    width:100% !important;
}
.nr .nr_txt strong{
        	font-weight: bold !important;
        }
.xg {
  width: 100%;
  float: left;
  background: url(../img/block.png) center top repeat-x;
  margin-top: 20px;
  padding-top: 35px;
}
.xg .xg_h1 {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  font-size: 25px;
  color: #000;
}
.xg li {
  margin-right: 14px;
}
.xg li:nth-child(4n) {
  margin-right: 14px;
}
.xg li:nth-child(6n) {
  margin-right: 0px;
}
.xg.tv .pic {
  position: relative;
}
.xg.tv .pic:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 75px;
  top: 60px;
  z-index: 2;
  background: url(../img/tv.png) no-repeat;
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.xg.tv a:hover .pic:after {
  opacity: 1;
}
.nr_tv {
  width: 100%;
  float: left;
}
.nr_tv .h1 {
  width: 100%;
  float: left;
  font-size: 28px;
  color: #000;
}
.nr_tv .tool {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #6d6d6d;
  margin: 15px 0px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.nr_tv .tool span {
  margin-right: 15px;
}
.nr_tv .nr_swf {
  width: 100%;
  height: 500px;
  float: left;
}
.nr_tv .nr_swf embed {
  width: 100%;
  height: 500px;
  float: left;
}
.nr_tv .nr_tool {
  width: 100%;
  height: 50px;
  line-height: 50px;
  float: left;
  background: #F5F5F5;
  box-shadow: 1px 1px 1px #ddd;
  padding: 0px 15px;
}
.nr_tv .bdsharebuttonbox a {
  margin: 13px 2px;
}
.nr_tv .fr span {
  font-size: 20px;
  color: #0F71BD;
}
.bdshare_dialog_box,
.bdshare_dialog_bg,
.bdshare_popup_bottom {
  display: none !important;
}
.gotop {
  background: #4c4c4c url(../img/top.png) no-repeat;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 1;
  cursor: pointer;
  display: none;
}
.index_top {
  width: 100%;
  height: 73px;
  background: url(../img/topbg.jpg) repeat-y center;
  padding: 0px 50px;
  float: left;
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.index_top .fl {
  width: 500px;
  padding: 13px 0px;
}
.index_top .fl strong {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #fff;
}
.index_top .fl b {
  font-size: 14px;
  color: #fff;
  font-family: "宋体";
}
.index_top .fr {
  margin-top: 20px;
}
.index_top .fr a {
  width: 83px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  display: block;
  float: left;
  background: #75b8e0;
  text-align: center;
  margin-left: 10px;
  border-radius: 3px;
}
.index_top .fr a.zw {
  color: #830505;
  background: url(../img/zwbt.png) no-repeat;
}
.index_top .box {
  position: relative;
}
.index_top_fx {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
}
.index_logo_fx {
  width: 100%;
  height: 150px;
  position: fixed;
  top: 73px;
  left: 0px;
  right: 0px;
  z-index: 9999;
}
.index_logo_fx .logo {
  width: 1300px;
  float: none;
  margin: 0px auto;
  position: relative;
  z-index: 3;
  background: #fff;
}
.index_logo_fx .nav {
  width: 1300px;
  height: 35px;
  float: none;
  margin: 0px auto;
  position: relative;
  z-index: 2;
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.index_logo_fx .nav ul {
  clear: both;
  position: relative;
}
.index_logo_fx .nav .sub {
  position: absolute;
}
.index_logo_fx:after {
  content: "";
  width: 100%;
  height: 140px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.index_logo_hide {
  height: 120px;
  overflow: hidden;
}
.index_logo_hide:after {
  height: 110px;
}
.fm_top,
.lb_top,
.nr_top {
  width: 100%;
  height: 25px;
  line-height: 25px;
  background: #1677b0;
  float: left;
}
.fm_top li,
.lb_top li,
.nr_top li {
  float: left;
}
.fm_top a,
.lb_top a,
.nr_top a {
  color: #FFFFFF;
  font-size: 12px;
  padding: 0px 10px;
  float: left;
}
.fm_logo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e4e4e4));
  background-image: linear-gradient(180deg, #f9f9f9, #e4e4e4);
  -webkit-box-shadow: 0 2px 7px 0 #c5c2c2;
  box-shadow: 0 2px 7px 0 #c5c2c2;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.fm_logo .logo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
  background-image: linear-gradient(180deg, #f9f9f9, #ececec);
  position: relative;
  z-index: 2;
}
.fm_logo .nav {
  z-index: 1;
}
.fm_logo_fx {
  border-top: 2px solid #1373ab;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.fm_logo_hide {
  height: 110px;
}
.fm_logo_hide .logo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e7e7e7));
  background-image: linear-gradient(180deg, #f9f9f9, #e7e7e7);
}
.fm_logo_hide ul {
  margin-left: 0px;
}
.fm_nav {
  margin-bottom: 0px;
}
.fm_nav ul {
  width: 1310px;
  margin-left: -10px;
}
.fm_nav li {
  position: relative;
}
.fm_nav li h3 a,
.fm_nav li h3 span {
  width: auto !important;
  height: auto !important;
  padding: 0px 10px;
  padding-bottom: 8px;
}
.fm_nav li h3 a:before,
.fm_nav li h3 span:before {
  content: "";
  width: 80%;
  height: 0px;
  background: #2186c0;
  float: left;
  position: absolute;
  bottom: 0px;
  left: 10%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fm_nav li h3 a:hover {
  text-decoration: none;
}
.fm_nav li h3 a:hover:before,
.fm_nav li h3 span:hover:before {
  height: 2px;
}
.fm_nav .more .sub {
  top: 43px;
  right: 6px;
}
.lb {
  background-position-y: 25px;
}
.lb_logo {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lb_nav ul {
  width: 1310px;
  margin-left: -10px;
}
.lb_nav li {
  position: relative;
}
.lb_nav li h3 a,
.lb_nav li h3 span {
  width: auto !important;
  height: auto !important;
  padding: 0px 10px;
  padding-bottom: 8px;
}
.lb_nav li h3 a:before,
.lb_nav li h3 span:before {
  content: "";
  width: 80%;
  height: 0px;
  background: #2186c0;
  float: left;
  position: absolute;
  bottom: 0px;
  left: 10%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.lb_nav li h3 a:hover {
  text-decoration: none;
}
.lb_nav li h3 a:hover:before,
.lb_nav li h3 span:hover:before {
  height: 2px;
}
.lb_nav .more .sub {
  top: 43px;
  right: 6px;
}
.lb_logo_fx {
  border-top: 2px solid #1373ab;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0 2px 7px 0 #c5c2c2;
  box-shadow: 0 2px 7px 0 #c5c2c2;
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.lb_logo_fx .logo {
  position: relative;
  z-index: 2;
  background: #fff;
}
.lb_logo_fx .nav {
  z-index: 1;
}
.lb_logo_hide {
  height: 110px;
}
.lb_logo_hide .logo {
  background: #fff;
}
.lb_logo_hide ul {
  margin-left: 0px;
}
.nr_logo {
  width: 100%;
  float: left;
  background: #fff;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 0px 20px 10px 20px;
}
.nr_top_fx {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
}
.nr_logo_fx {
  position: fixed;
  top: 25px;
  left: 0px;
  right: 0px;
  z-index: 9999;
}
.main_100 {
  width: 1300px;
}
.main_100 .nav {
  margin-bottom: 20px;
}
.main_100 ul {
  width: 1300px;
  margin: 0px;
}
.main_100 li.nLi h3 a,
.main_100 li.nLi span {
  width: 82px;
}
.main_100 li.hide {
  display: block;
}
.main_100 .sub {
  width: 1300px;
  left: 0px;
}
.main_100 .more .sub {
  right: 8px;
}
.main_100 .more .sub .hide2 {
  display: none;
}
.fixed_main_fr {
  position: relative;
  overflow: hidden;
}
.fixed_main_fr .main_x,
.fixed_main_fr .tel,
.fixed_main_fr .adg {
  display: none;
}
.fixed_main_fr .fx_1,
.fixed_main_fr .fx_2 {
  display: block;
  position: absolute;
}
