/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/
}

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/
}

.swiper-slide-active {
  /* Specific active slide styling: */
}

.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}

.swiper-active-switch {
  /* Specific active button style: */
}

.swiper-visible-switch {
  /* Specific visible button style: */
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

img {
  display: block;
}

.more {
  color: #a42908;
  font-size: 12px;
}

.title {
  position: relative;
  background-repeat: no-repeat;
  background-position: -11px center;
  height: 89px;
}
.title a {
  position: absolute;
  right: 30px;
  top: 40px;
  color: #fff;
  font-size: 12px;
}

.wrapper {
  background: url("../images/bg.jpg") no-repeat center bottom;
  padding-bottom: 100px;
}

.topLine {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0066a4;
  width: 100%;
  height: 44px;
  border-bottom: 10px solid #c6f2ff;
  z-index: 9;
}
.topLine .left {
  float: left;
  background: url("../images/yidaiyilu.png") no-repeat center;
  height: 16px;
  width: 295px;
  margin-top: 14px;
}

.banner {
  position: relative;
  top: 0px;
  height: 838px;
  width: 100%;
  background: url("../images/banner.jpg") no-repeat center 54px;
}
.banner ul {
  position: absolute;
  bottom: 11px;
  width: 1170px;
  height: 51px;
  left: 50%;
  margin-left: -585px;
  text-align: center;
}
.banner ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 51px;
  width: 161px;
  margin-left: 30px;
}
.banner ul li a {
  display: block;
  height: 51px;
}
.banner ul li:first-child {
  margin-left: 0;
}
.banner ul li.spjj a {
  background: url("../images/menu_spjy.png") no-repeat;
}
.banner ul li.sldj a {
  background: url("../images/menu_sldj.png") no-repeat;
}
.banner ul li.hzgy a {
  background: url("../images/menu_hzgy.png") no-repeat;
}
.banner ul li.xzz a {
  background: url("../images/menu_xzz.png") no-repeat;
}
.banner ul li.ghsl a {
  background: url("../images/menu_ghsl.png") no-repeat;
}
.banner ul li.sljt a {
  background: url("../images/menu_sljt.png") no-repeat;
}

.main {
  width: 1170px;
  margin: 0 auto;
}
.main h1 {
  text-align: center;
  margin-top: 20px;
}
.main h1 > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.main h1 span {
  background: url("../images/icon_toutiao.png") no-repeat;
  width: 61px;
  height: 34px;
}
.main h1 a {
  font-size: 26px;
  color: #0066a4;
  text-decoration: none;
  line-height: 34px;
  height: 34px;
  vertical-align: top;
}
.main .marquee {
  background: url("../images/marquee.jpg") no-repeat;
  height: 55px;
  width: 1170px;
  text-align: center;
  margin-top: 20px;
}
.main .marquee li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #8d8d8d;
  font-size: 16px;
  margin-left: 20px;
  line-height: 55px;
}
.main .marquee li:first-child {
  margin-left: 0;
}
.main .marquee li a {
  font-size: 16px;
  text-decoration: none;
  color: #8d8d8d;
}
.main .row1 {
  margin-top: 30px;
}
.main .row1 .col1 {
  position: relative;
  width: 666px;
  height: 400px;
  float: left;
}
.main .row1 .col1 .swiper-container {
  height: 100%;
  width: 100%;
}
.main .row1 .col1 .swiper-container .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.main .row1 .col1 .swiper-container .swiper-slide a span {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  text-indent: 2em;
}
.main .row1 .col1 .swiper-container .pagination {
  position: absolute;
  z-index: 20;
  right: 10px;
  bottom: 10px;
}
.main .row1 .col1 .swiper-container .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.main .row1 .col1 .swiper-container .swiper-active-switch {
  background: #fff;
}
.main .row1 .col1 .arrow-left {
  background: url("../images/arrows.png") no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 9;
}
.main .row1 .col1 .arrow-right {
  background: url("../images/arrows.png") no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 9;
}
.main .row1 .col2 {
  width: 474px;
  margin-left: 30px;
  float: left;
}
.main .row1 .col2 div {
  height: 200px;
}
.main .row1 .col2 div:first-child {
  height: 199px;
  border-bottom: 1px dotted #c1c1c1;
}
.main .row1 .col2 div:first-child h2 {
  padding-top: 0;
}
.main .row1 .col2 div h2 {
  padding: 20px 0;
}
.main .row1 .col2 div h2 a {
  font-size: 20px;
}
.main .row1 .col2 div ul li {
  padding-top: 20px;
}
.main .row1 .col2 div ul li:first-child {
  padding-top: 0;
}
.main .row1 .col2 div ul li a {
  font-size: 16px;
}
.main .row2 {
  margin-top: 50px;
}
.main .row2 .col1 {
  width: 666px;
  float: left;
}
.main .row2 .spjj .title {
  background-image: url("../images/spjj.png");
}
.main .row2 .spjj .centent .video {
  float: left;
}
.main .row2 .spjj .centent .video a {
  position: relative;
  display: block;
}
.main .row2 .spjj .centent .video a img {
  display: block;
}
.main .row2 .spjj .centent .video a em {
  position: absolute;
  width: 90%;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  bottom: 0;
  padding: 0 5%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .row2 .spjj .centent .video a .play {
  position: absolute;
  background: url("../images/play.png") no-repeat;
  width: 103px;
  height: 103px;
  left: 50%;
  top: 50%;
  margin-left: -52px;
  margin-top: -52px;
}
.main .row2 .spjj .centent ul {
  float: left;
  margin-left: 30px;
}
.main .row2 .spjj .centent ul li {
  font-size: 16px;
  padding: 9px 0;
}
.main .row2 .spjj .centent ul li a {
  font-size: 16px;
}
.main .row2 .col2 {
  width: 474px;
  margin-left: 30px;
  float: left;
}
.main .row2 .slztjz .title {
  background-image: url("../images/slztjz.png");
}
.main .row2 .slztjz ul {
  float: left;
  width: 160px;
}
.main .row2 .slztjz ul li {
  width: 160px;
  height: 40px;
  margin-top: 16px;
  cursor: pointer;
}
.main .row2 .slztjz ul li:first-child {
  margin-top: 0;
}
.main .row2 .slztjz ul li.first {
  background: url("../images/No1.png");
}
.main .row2 .slztjz ul li.first.selected {
  background: url("../images/No1_seleted.png");
}
.main .row2 .slztjz ul li.second {
  background: url("../images/No2.png");
}
.main .row2 .slztjz ul li.second.selected {
  background: url("../images/No2_seleted.png");
}
.main .row2 .slztjz ul li.third {
  background: url("../images/No3.png");
}
.main .row2 .slztjz ul li.third.selected {
  background: url("../images/No3_seleted.png");
}
.main .row2 .slztjz ul li.fourth {
  background: url("../images/No4.png");
}
.main .row2 .slztjz ul li.fourth.selected {
  background: url("../images/No4_seleted.png");
}
.main .row2 .slztjz .contentPanel {
  position: relative;
  float: left;
  margin-left: 29px;
  background: url("../images/slztjz_bg.png");
  width: 285px;
  height: 208px;
}
.main .row2 .slztjz .contentPanel .panel {
  position: absolute;
  display: none;
  background: url("../images/slzt.png");
  width: 252px;
  height: 128px;
  left: 50%;
  margin-left: -126px;
  top: 30px;
}
.main .row2 .slztjz .contentPanel .panel a {
  position: absolute;
  width: 220px;
  height: 90px;
  left: 50%;
  margin-left: -111px;
  top: -10px;
}
.main .row2 .slztjz .contentPanel .panel span {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 242px;
  margin-left: -121px;
  left: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .row4 .title {
  background-image: url("../images/hzgy.png");
  margin-bottom: 20px;
}
.main .row4 .img {
  float: left;
}
.main .row4 .img a {
  position: relative;
  display: block;
}
.main .row4 .img a img {
  display: block;
}
.main .row4 .img a strong {
  position: absolute;
  color: #fff;
  padding: 20px 5%;
  width: 90%;
  bottom: 0;
  background: linear-gradient(rgba(199, 210, 218, 0) 0%, #008dd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7Fc7d2da',endColorstr='#7F108162');
}
.main .row4 .content {
  margin-left: 30px;
  float: left;
  width: 475px;
}
.main .row4 .content div:first-child {
  border-bottom: 1px dotted #c2c2c2;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.main .row4 .content div h2 {
  padding-bottom: 20px;
}
.main .row4 .content div h2 a {
  font-size: 18px;
}
.main .row4 .content div p {
  font-size: 12px;
  line-height: 32px;
  color: #8d8d8d;
}
.main .row5 {
  margin-top: 50px;
}
.main .row5 .title {
  background-image: url("../images/xzz.png");
  margin-bottom: 20px;
}
.main .row5 .item {
  float: left;
  margin-bottom: 30px;
}
.main .row5 .item.even {
  margin-left: 30px;
}
.main .row5 .img {
  float: left;
}
.main .row5 .img img {
  display: block;
}
.main .row5 .content {
  width: 275px;
  padding-left: 10px;
  float: left;
}
.main .row5 .content h3 {
  padding-bottom: 30px;
}
.main .row5 .content h3 a {
  font-size: 18px;
  line-height: 28px;
}
.main .row5 .content p {
  font-size: 12px;
  color: #8d8d8d;
  line-height: 24px;
}
.main .row6 {
  margin-top: 30px;
}
.main .row6 .title {
  background-image: url("../images/ghsl.png");
}
.main .row6 .nav {
  float: left;
  width: 285px;
}
.main .row6 .nav li {
  width: 285px;
  height: 87px;
  margin-top: 35px;
  cursor: pointer;
}
.main .row6 .nav li:first-child {
  margin-top: 0;
}
.main .row6 .nav .zhiku {
  background: url("../images/zhiku.png") no-repeat;
}
.main .row6 .nav .zhiku.selected {
  background: url("../images/zhiku_selected.png") no-repeat;
}
.main .row6 .nav .jiema {
  background: url("../images/jiema.png") no-repeat;
}
.main .row6 .nav .jiema.selected {
  background: url("../images/jiema_selected.png") no-repeat;
}
.main .row6 .nav .tanmi {
  background: url("../images/tanmi.png") no-repeat;
}
.main .row6 .nav .tanmi.selected {
  background: url("../images/tanmi_selected.png") no-repeat;
}
.main .row6 .contentPanel {
  position: relative;
  float: left;
  width: 855px;
  margin-left: 30px;
}
.main .row6 .contentPanel .panel {
  position: absolute;
  width: 100%;
  display: none;
}
.main .row6 .contentPanel .panel > div {
  border-bottom: 1px dotted #c2c2c2;
  padding-bottom: 30px;
}
.main .row6 .contentPanel .panel > div .img {
  float: left;
}
.main .row6 .contentPanel .panel > div .img img {
  display: block;
}
.main .row6 .contentPanel .panel > div .content {
  float: left;
  width: 446px;
  margin-left: 30px;
}
.main .row6 .contentPanel .panel > div .content h3 {
  padding-bottom: 30px;
}
.main .row6 .contentPanel .panel > div .content h3 a {
  font-size: 18px;
}
.main .row6 .contentPanel .panel > div .content p {
  font-size: 12px;
  color: #8d8d8d;
  line-height: 18px;
}
.main .row6 .contentPanel .panel ul {
  padding-top: 20px;
  font-size: 0;
}
.main .row6 .contentPanel .panel ul li {
  width: 50%;
  *width: 49%;
  float: left;
  font-size: 16px;
  line-height: 32px;
}
.main .row6 .contentPanel .panel ul li a {
  font-size: 16px;
  line-height: 32px;
}
.main .row7 {
  margin-top: 50px;
}
.main .row7 .title {
  background-image: url("../images/gqdt.png");
}
.main .row7 .index_hero_wrapper > * {
  box-sizing: content-box;
}
.main .row7 .index_hero_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
  z-index: 1;
  box-sizing: content-box;
}
.main .row7 .icon-arrow-a-left, .main .row7 .icon-arrow-a-right {
  background: url(../images/icon_.png) no-repeat;
}
.main .row7 .icon-arrow-a-left {
  background-position: 0 0;
  height: 50px;
  width: 50px;
}
.main .row7 .icon-arrow-a-left:hover, .main .row7 .icon-arrow-a-left.arrow-a-left_hover, .main .row7 .icon-arrow-a-left.arrow-a-left-hover {
  background-position: -60px 0;
}
.main .row7 .icon-arrow-a-right {
  background-position: -120px 0;
  height: 50px;
  width: 50px;
}
.main .row7 .icon-arrow-a-right:hover, .main .row7 .icon-arrow-a-right.arrow-a-right_hover, .main .row7 .icon-arrow-a-right.arrow-a-right-hover {
  background-position: -180px 0;
}
.main .row7 #index_hero {
  width: 690px;
  height: 460px;
  margin: auto;
  position: relative;
}
.main .row7 #index_hero img {
  width: 680px;
  height: 450px;
}
.main .row7 #index_hero .heros {
  width: 690px;
  height: 460px;
}
.main .row7 #index_hero .hero-wrap {
  overflow: visible;
  position: absolute;
}
.main .row7 #index_hero .next, .main .row7 #index_hero .prev {
  filter: alpha(Opacity=70);
  opacity: .7;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-left: 5px;
  background-color: #303030;
  z-index: 3;
}
.main .row7 #index_hero .next:hover, .main .row7 #index_hero .prev:hover {
  background-color: orangered;
}
.main .row7 #index_hero .next {
  margin: -25px 5px 0 0;
  right: 0;
}
.main .row7 #index_hero .disabled {
  background-color: #eee;
}
.main .row7 #index_hero .mask-left, .main .row7 #index_hero .mask-right, .main .row7 #index_hero .hero {
  background: #fff;
  padding: 5px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 680px;
  height: 450px;
  overflow: hidden;
  left: 1920px;
}
.main .row7 #index_hero .hero a:hover {
  text-decoration: none;
}
.main .row7 #index_hero .hero div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 640px;
  margin: 5px;
  padding: 10px 20px;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(121, 172, 212, 0.8) 0%, rgba(121, 172, 212, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC79acd4',endColorstr='#CC79acd4');
}
.main .row7 #index_hero .hero div strong, .main .row7 #index_hero .hero div p {
  color: #fff;
  filter: alpha(Opacity=100);
  opacity: 1;
}
.main .row7 #index_hero .hero div strong {
  font-size: 16px;
}
.main .row7 #index_hero .mask-right, .main .row7 #index_hero .mask-left {
  z-index: 4;
  left: -690px;
  filter: alpha(Opacity=50);
  opacity: .5;
  background: #fff;
  overflow: hidden;
}
.main .row7 #index_hero .mask-right {
  left: 690px;
}
.main .row7 #index_hero .active {
  z-index: 2;
  left: 0;
}
.main .row8 {
  margin-top: 50px;
}
.main .row8 .title {
  background-image: url("../images/sljt.png");
}
.main .row8 .nav {
  float: left;
  width: 380px;
}
.main .row8 .nav li {
  height: 87px;
  line-height: 87px;
  padding-left: 30px;
  border-bottom: 6px solid #e0e0e0;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.main .row8 .nav li.selected {
  border-bottom-color: #ffd769;
  background: url("../images/desc.png") no-repeat left center;
}
.main .row8 .contentPanel {
  position: relative;
  float: left;
  margin-left: 30px;
  width: 760px;
}
.main .row8 .contentPanel .panel {
  display: none;
  position: absolute;
  width: 100%;
}
.main .row8 .contentPanel .panel span {
  display: none;
}
.main .row9 {
  margin-top: 50px;
}
.main .row9 .title {
  background-image: url("../images/qjj.png");
}
.main .row9 .list {
  margin-top: 20px;
  background: url("../images/2code.png") no-repeat right top;
}
.main .row9 ul {
  width: 772px;
}
.main .row9 ul li {
  border-right: 1px dotted #c1c1c1;
  width: 365px;
  padding-left: 20px;
  float: left;
}
.main .row9 ul li a {
  font-size: 16px;
  height: 34px;
  line-height: 34px;
}
.main .towCode {
  display: none;
}

.row3 {
  background: url("../images/dj_bg.jpg") no-repeat center;
  height: 510px;
  margin-top: 30px;
}
.row3 .col1, .row3 .col3 {
  float: left;
  width: 380px;
  padding-top: 100px;
}
.row3 .col1 .clearfix, .row3 .col3 .clearfix {
  padding-bottom: 30px;
  border-bottom: 1px dotted #b9b0a7;
}
.row3 .col1 .clearfix .img, .row3 .col3 .clearfix .img {
  float: left;
}
.row3 .col1 .clearfix .img img, .row3 .col3 .clearfix .img img {
  display: block;
}
.row3 .col1 .clearfix .content, .row3 .col3 .clearfix .content {
  margin-left: 10px;
  float: left;
  width: 210px;
}
.row3 .col1 .clearfix .content strong, .row3 .col3 .clearfix .content strong {
  font-size: 18px;
  line-height: 32px;
}
.row3 .col1 .clearfix .content P, .row3 .col3 .clearfix .content P {
  color: #8d8d8d;
  font-size: 12px;
  line-height: 24px;
}
.row3 .col1 ul, .row3 .col3 ul {
  padding-top: 20px;
}
.row3 .col1 ul li a, .row3 .col3 ul li a {
  font-size: 16px;
  line-height: 40px;
}
.row3 .col2 {
  position: relative;
  display: block;
  float: left;
  background: url("../images/dj_center.png") no-repeat center top;
  width: 350px;
  height: 517px;
  margin: 0 30px;
}
.row3 .col2 a {
  position: absolute;
  background: url("../images/dj_center_orgin.png") no-repeat;
  width: 102px;
  height: 369px;
  left: 116px;
  top: 42px;
}

@media all and (max-width: 768px) {
  .title {
    height: 59px;
    background-size: auto 100%;
  }
  .title a {
    top: 25px;
    right: 10px;
  }

  .wrapper {
    padding-bottom: 0;
  }

  .topLine {
    border: none;
    height: 34px;
  }
  .topLine .left {
    margin-top: 9px;
    margin-left: 10px;
  }

  .banner {
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    height: 100%;
    background-position: center 34px;
    transition: transform 2s;
    -webkit-transform: transform 2s;
  }
  .banner ul {
    display: none;
  }

  #main {
    position: absolute;
    top: 34px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: auto;
    margin: 0;
  }
  #main .main {
    width: 100%;
  }
  #main .main h1 {
    /* Safari, Opera, and Chrome */
    display: flex;
    flex-direction: row;
    display: -webkit-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0;
    padding: 20px 0;
    background: #eee;
  }
  #main .main h1 > * {
    display: block;
  }
  #main .main h1 span {
    margin-left: 3%;
    width: 38px;
    height: 20px;
    background-size: cover;
  }
  #main .main h1 a {
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #main .main .marquee {
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10%;
    height: auto;
    text-align: left;
    background: none;
    margin-top: 10px;
  }
  #main .main .marquee li {
    display: block;
    line-height: 18px;
    margin-left: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #main .main .marquee li a {
    font-size: 14px;
  }
  #main .row1 {
    margin-top: 0;
  }
  #main .row1 .col1 {
    width: 100%;
    height: 200px;
  }
  #main .row1 .col2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0 3%;
    margin-left: 0;
  }
  #main .row1 .col2 div {
    height: auto;
    padding-bottom: 20px;
  }
  #main .row1 .col2 div:first-child {
    padding-top: 20px;
  }
  #main .row1 .col2 div h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #main .row1 .col2 div ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #main .row2 {
    margin-top: 20px;
  }
  #main .row2 .col1 {
    width: 100%;
    float: none;
  }
  #main .row2 .col2 {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  #main .row2 .spjj .centent .video {
    float: none;
    width: 100%;
  }
  #main .row2 .spjj .centent .video a img {
    width: 100%;
    height: auto;
  }
  #main .row2 .spjj .centent ul {
    float: none;
    padding: 0 3%;
    margin-left: 0;
  }
  #main .row2 .spjj .centent ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #main .row2 .slztjz ul {
    width: 30%;
    overflow: hidden;
  }
  #main .row2 .slztjz ul li {
    width: 100%;
    background-position-x: center;
  }
  #main .row2 .slztjz .contentPanel {
    box-sizing: border-box;
    width: 70%;
    margin-left: 0;
    background-size: 100% 100%;
  }
  #main .row2 .slztjz .contentPanel .panel {
    width: 90%;
    margin-left: -45%;
    background-size: 100% 100%;
  }
  #main .row2 .slztjz .contentPanel .panel a {
    width: 94%;
    margin-left: -47%;
  }
  #main .row2 .slztjz .contentPanel .panel a img {
    width: 100%;
    height: 100%;
  }
  #main .row3 {
    background: none;
    height: auto;
  }
  #main .row3 .col1 {
    display: none;
    padding-top: 0;
    width: 100%;
  }
  #main .row3 .col1 .clearfix {
    padding-bottom: 20px;
  }
  #main .row3 .col1 .clearfix .img {
    width: 40%;
  }
  #main .row3 .col1 .clearfix .img img {
    width: 100%;
  }
  #main .row3 .col1 .clearfix .content {
    box-sizing: border-box;
    width: 60%;
    padding-left: 10px;
    margin-left: 0;
  }
  #main .row3 .col1 ul {
    padding: 10px 3%;
  }
  #main .row3 .col1 ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #main .row3 .col2 {
    width: 30%;
    height: auto;
    margin: 0;
    background: none;
  }
  #main .row3 .col2 a {
    width: 90%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
  }
  #main .row3 .col3 {
    float: right;
    padding-top: 0;
    width: 70%;
  }
  #main .row3 .col3 .img {
    width: 100%;
  }
  #main .row3 .col3 .img a {
    display: block;
  }
  #main .row3 .col3 .img a img {
    width: 100%;
	height:auto;
  }
  #main .row3 .col3 .clearfix {
    position: relative;
    padding-bottom: 0;
    border-bottom: none;
  }
  #main .row3 .col3 .clearfix .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #main .row3 .col3 .clearfix .content strong {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
  }
   #main .row3 .col3 .clearfix .content strong a{
    color: #fff;
    font-size: 16px;
  }
  #main .row3 .col3 .clearfix .content p {
    display: none;
  }
  #main .row3 .col3 ul {
    padding-top: 10px;
  }
  #main .row3 .col3 ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #main .row3 .col3 ul li:last-child {
    display: none;
  }
  #main .row4 {
    padding-top: 30px;
  }
  #main .row4 .title {
    background-image: url("../images/hzgy_s.png");
  }
  #main .row4 .img a img {
    width: 100%;
  }
  #main .row4 .img a strong {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #main .row4 .content {
    box-sizing: border-box;
    margin-left: 0;
    width: 100%;
    padding: 20px 3% 0;
  }
  #main .row4 .content div h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #main .row4 .content div p {
    line-height: 22px;
  }
  #main .row5 .title {
    background-image: url("../images/xzz_s.png");
  }
  #main .row5 .item.even {
    margin-left: 0;
  }
  #main .row5 .item:nth-of-type(3), #main .row5 .item:nth-of-type(4) {
    display: none;
  }
  #main .row5 .item .img {
    width: 100%;
    font-size: 0;
	height:auto;
  }
  #main .row5 .item .img a {
    display: block;
  }
  #main .row5 .item .img img {
    width: 100%;
	height:auto;
  }
  #main .row5 .item .content {
    box-sizing: border-box;
    width: 100%;
    padding: 0 3%;
  }
  #main .row5 .item .content h3 {
    padding-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #main .row6 .title {
    background-image: url("../images/ghsl_s.png");
  }
  #main .row6 .nav {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  #main .row6 .nav li {
    float: left;
    background-size: 100% auto;
    margin-left: 5%;
    width: 30%;
    margin-top: 0;
  }
  #main .row6 .nav li:first-child {
    margin-left: 0;
  }
  #main .row6 .nav .zhiku {
    background: url("../images/zhiku_s.png") no-repeat;
    background-size: contain;
  }
  #main .row6 .nav .zhiku.selected {
    background: url("../images/zhiku_s_selected.png") no-repeat;
    background-size: contain;
  }
  #main .row6 .nav .jiema {
    background: url("../images/jiema_s.png") no-repeat;
    background-size: contain;
  }
  #main .row6 .nav .jiema.selected {
    background: url("../images/jiema_s_selected.png") no-repeat;
    background-size: contain;
  }
  #main .row6 .nav .tanmi {
    background: url("../images/tanmi_s.png") no-repeat;
    background-size: contain;
  }
  #main .row6 .nav .tanmi.selected {
    background: url("../images/tanmi_s_selected.png") no-repeat;
    background-size: contain;
  }
  #main .row6 .contentPanel {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #main .row6 .contentPanel .panel {
    position: relative;
  }
  #main .row6 .contentPanel .panel > div {
    padding-bottom: 20px;
  }
  #main .row6 .contentPanel .panel > div .img {
    width: 100%;
  }
  #main .row6 .contentPanel .panel > div .img a {
    display: block;
  }
  #main .row6 .contentPanel .panel > div .img a img {
    width: 100%;
    height: auto;
  }
  #main .row6 .contentPanel .panel > div .content {
    box-sizing: border-box;
    padding: 10px 3% 0;
    width: 100%;
    margin-left: 0px;
  }
  #main .row6 .contentPanel .panel > div .content h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 20px;
  }
  #main .row6 .contentPanel .panel ul {
    box-sizing: border-box;
    padding: 0 3%;
  }
  #main .row6 .contentPanel .panel ul li {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #main .row7 {
    display: none;
  }
  #main .row8 .title {
    background-image: url("../images/sljt_s.png");
  }
  #main .row8 .nav {
    width: 30%;
  }
  #main .row8 .nav li {
    text-indent: -9999px;
    background-repeat: no-repeat;
    border-bottom: none;
    height: 40px;
    margin-top: 16px;
    padding-left: 0;
    background-position: center center;
  }
  #main .row8 .nav li.first {
    margin-top: 0;
    background-image: url("../images/No1.png");
  }
  #main .row8 .nav li.first.selected {
    background-image: url("../images/No1_seleted.png");
  }
  #main .row8 .nav li.second {
    background-image: url("../images/No2.png");
  }
  #main .row8 .nav li.second.selected {
    background-image: url("../images/No2_seleted.png");
  }
  #main .row8 .nav li.third {
    background-image: url("../images/No3.png");
  }
  #main .row8 .nav li.third.selected {
    background-image: url("../images/No3_seleted.png");
  }
  #main .row8 .nav li.fourth {
    background-image: url("../images/No4.png");
  }
  #main .row8 .nav li.fourth.selected {
    background-image: url("../images/No4_seleted.png");
  }
  #main .row8 .contentPanel {
    position: relative;
    margin-left: 0;
    width: 70%;
    height: 208px;
    background: url(../images/slztjz_bg.png);
    background-size: 100% 100%;
  }
  #main .row8 .contentPanel .panel {
    position: absolute;
    background: url(../images/slzt.png);
    height: 128px;
    left: 50%;
    top: 50px;
    width: 90%;
    margin-left: -45%;
    background-size: 100% 100%;
  }
  #main .row8 .contentPanel .panel a {
    position: absolute;
    left: 50%;
    top: -30px;
    width: 94%;
    margin-left: -47%;
  }
  #main .row8 .contentPanel .panel a img {
    width: 100%;
  }
  #main .row8 .contentPanel .panel span {
    display: block;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 242px;
    margin-left: -121px;
    left: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #main .row9 {
    display: none;
  }
  #main .row9 .title {
    background-image: url("../images/qjj_s.png");
  }
  #main .row9 .list {
    margin-top: 0;
    padding-bottom: 226px;
    background-position: center bottom;
  }
  #main .row9 ul {
    box-sizing: border-box;
    width: 100%;
    padding: 0 3%;
  }
  #main .row9 ul li {
    padding-left: 0;
    width: 100%;
    border-right: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #main .towCode {
    margin-top: 30px;
    display: block;
    position: absolute;
    width: 315px;
    height: 206px;
    margin-left: -157px;
    left: 50%;
  }
}
