@media (max-width: 1200px) {
  .w1200 {
    width: 100%;
  }
  .nav {
    display: none;
  }
  .mo-tab-nav {
    display: block;
    white-space: nowrap;
    margin: 15px 0 15px;
    overflow: hidden;
    height: 46px;
  }
  .mo-tab-nav > div {
    overflow: auto;
    padding-bottom: 15px;
  }
  .mo-tab-nav > div a {
    display: inline-block;
    padding: 15px 20px;
    background-color: #f0f0f0;
  }
  .mo-tab-nav > div a.active {
    color: #f2222a;
  }
  .mo-nav {
    position: absolute;
    background-color: #ffffff;
    z-index: 9999;
    width: 100%;
    padding: 15px;
  }
  .mo-nav .mo-form-container {
    margin-bottom: 15px;
  }
  .mo-nav .mo-form-container .logo-form {
    width: 100%;
    position: relative;
  }
  .mo-nav .mo-form-container .logo-form .seach {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    border: none;
    background-color: #f9f9f9;
    font-size: 15px;
    outline: none;
    padding-left: 19px;
    padding-right: 79px;
  }
  .mo-nav .mo-form-container .logo-form #search_button {
    position: absolute;
    width: 60px;
    height: 40px;
    border: none;
    background-color: transparent;
    border-radius: 40px;
    right: 0;
    top: 50%;
    padding: 0;
    z-index: 99;
    transform: translateY(-50%);
    outline: none;
    background-image: url(../images/sea.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .mo-nav ul li {
    width: 100%;
    border-top: 1px solid #e9e9e9;
  }
  .mo-nav ul li a {
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .menu {
    display: block !important;
    text-align: right;
  }
  .menu img {
    max-width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  .top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f0f0f0;
  }
  .top div {
    font-size: 13px;
    color: #666;
    padding-left: 16px;
  }
  .logo {
    width: 100%;
    height: auto;
    line-height: 1.1;
    padding: 15px 0;
    border-bottom: 2px solid #f2222a;
  }
  .logo .logo-cont {
    clear: both;
    overflow: hidden;
  }
  .logo .logo-cont > div {
    width: 50%;
  }
  .logo .logo-cont > div.left img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 16px;
  }
  .logo .logo-cont > div.right .logo-form {
    display: none;
    width: 465px;
    position: relative;
  }
  .logo .logo-cont > div.right .logo-form .seach {
    width: 465px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    border: none;
    background-color: #f9f9f9;
    padding-left: 19px;
    padding-right: 79px;
    font-size: 15px;
    outline: none;
  }
  .logo .logo-cont > div.right .logo-form #search_button {
    position: absolute;
    width: 60px;
    height: 40px;
    border: none;
    background-color: transparent;
    border-radius: 40px;
    right: 0;
    top: 50%;
    padding: 0;
    z-index: 99;
    transform: translateY(-50%);
    outline: none;
    background-image: url(../images/sea.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .nav {
    width: 100%;
    height: 101px;
    line-height: 100px;
    border: 1px solid #e9e9e9;
  }
  .nav ul li {
    float: left;
    width: 120px;
    text-align: center;
  }
  .nav ul li a {
    font-size: 16px;
    color: #333;
    transition: color 0.3s;
  }
  .nav ul li a.active {
    color: #f2222a;
  }
  .nav ul li a:hover {
    color: #f2222a;
  }
  .tab-title {
    width: 100%;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
  }
  .tab-title span {
    display: inline-block;
    width: 130px;
    text-align: center;
    cursor: pointer;
  }
  .tab-title a {
    display: block;
    float: right;
    color: #999;
    font-size: 15px;
  }
  .tab-title .active {
    border-bottom: 2px solid #f2222a;
    color: #f2222a;
  }
  .tab-content {
    width: 100%;
  }
  .tab-content .tab-container {
    display: none;
  }
  .tab-content .tab-container a.tab-title-h1 {
    display: block;
    padding: 30px 0;
    border-bottom: 2px solid #f6f6f6;
    font-size: 16px;
    font-weight: normal;
    color: #3e3e3e;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .tab-content .tab-container ul li {
    margin-top: 26px;
    clear: both;
    overflow: hidden;
  }
  .tab-content .tab-container ul li a {
    font-size: 15px;
    color: #666;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 65%;
  }
  .tab-content .tab-container ul li a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #efefef;
    margin-right: 11px;
  }
  .tab-content .tab-container ul li span {
    font-size: 15px;
    color: #999;
    float: right;
  }
  .tab-content .tab-container ul li:hover a {
    color: #f2222a;
    transition: color 0.3s;
  }
  .tab-content .tab-container ul li:hover span {
    color: #f2222a;
  }
  .content {
    padding: 0 0 30px;
  }
  .content .banner-contaienr {
    overflow: hidden;
  }
  .content .banner-contaienr div.left {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: none;
  }
  .content .banner-contaienr div.left .banner-index {
    width: 100%;
    height: 100%;
  }
  .content .banner-contaienr div.left .banner-index a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .content .banner-contaienr div.left .banner-index a img {
    width: 100%;
    height: 100%;
    background-color: #333;
  }
  .content .banner-contaienr div.right {
    margin-right: 15px;
    margin-left: 15px;
    float: none;
  }
  .content .banner-img {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 25px auto;
  }
  .content .banner-img img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .zsfj-whjl-container {
    clear: both;
    overflow: hidden;
  }
  .zsfj-whjl-container .left,
  .zsfj-whjl-container .right {
    width: 100%;
  }
  .zsfj-whjl-container div.left {
    float: none;
  }
  .zsfj-whjl-container div.right {
    float: none;
    margin-top: 30px;
  }
  .zsfj-whjl-container .tab-title {
    width: 100%;
    padding: 0 15px;
  }
  .zsfj-whjl-container .tab-content {
    padding-top: 2px;
  }
  .zsfj-whjl-container .tab-content ul > li a {
    padding-left: 15px;
  }
  .zsfj-whjl-container .tab-content ul > li span {
    padding-right: 20px;
  }
  .xaqjfc-container {
    margin-top: 70px;
    overflow: hidden;
  }
  .xaqjfc-container .xaqjfc-title {
    font-weight: normal;
    font-size: 24px;
    color: #666;
    padding: 0 15px 20px;
  }
  .xaqjfc-container .tab-title {
    width: 100%;
    padding: 0 15px;
  }
  .xaqjfc-container .tab-title div.left {
    overflow: auto;
    white-space: nowrap;
    width: 80%;
  }
  .xaqjfc-container .tab-title span {
    width: 125px;
  }
  .xaqjfc-container .xaqjfc-content {
    clear: both;
    padding-top: 20px;
    overflow: hidden;
  }
  .xaqjfc-container .xaqjfc-content div.left {
    float: none;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .xaqjfc-container .xaqjfc-content div.left a.tab-title-h1 {
    padding: 15px 0;
  }
  .xaqjfc-container .xaqjfc-content div.right {
    width: 100%;
    float: none;
  }
  .xaqjfc-container .xaqjfc-content div.right .xaqjfc-swiper {
    width: 100%;
    background: #333;
  }
  .yqlj-container {
    padding-top: 20px;
  }
  .yqlj-container .tab-title {
    padding: 0 15px;
  }
  .yqlj-container .tab-content {
    margin-top: 40px;
    position: relative;
  }
  .yqlj-container .tab-content .yqlj-swiper {
    width: calc(100% - 60px);
    height: 50px;
    margin: 0 auto;
  }
  .yqlj-container .tab-content .yqlj-swiper > div {
    width: 200px;
    height: 100%;
  }
  .yqlj-container .tab-content .yqlj-swiper > div a {
    display: block;
    width: 200px;
    height: 100%;
  }
  .yqlj-container .tab-content .yqlj-swiper > div a img {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .yqlj-container .tab-content .yqlj-prev,
  .yqlj-container .tab-content .yqlj-next {
    width: 25px;
    height: 50px;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 111;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    cursor: pointer;
  }
  .yqlj-container .tab-content .yqlj-prev {
    left: 0;
  }
  .yqlj-container .tab-content .yqlj-next {
    right: 0;
    transform: rotate(180deg);
  }
  .footer-container {
    width: 100%;
    height: auto;
    line-height: 1.6;
    border-top: 2px solid #f0f0f0;
    text-align: center;
    font-size: 15px;
    color: #999;
    padding: 15px 0;
  }
  .footer-container .wz-container {
    margin: 48px auto 22px;
  }
  .footer-container .wz-container a {
    display: inline-block;
    color: #999;
  }
  .footer-container .wz-container a:nth-child(2) {
    padding: 0 10px;
    margin: 0 10px;
    border-left: 2px solid #999;
    border-right: 2px solid #999;
  }
  .footer-container .ba-container span,
  .footer-container .ba-container p {
    display: inline-block;
  }
  .footer-container .ba-container a {
    color: #999;
    display: inline-block;
  }
  .footer-container .ba-container p img {
    vertical-align: text-bottom;
    display: inline-block;
  }
  .channel-container {
    clear: both;
    overflow: hidden;
    padding: 0 15px;
  }
  .channel-container .tab-nav {
    width: 210px;
    display: none;
  }
  .channel-container .tab-nav a {
    display: block;
    width: 170px;
    height: 56px;
    line-height: 56px;
    background-color: #fafafa;
    border-bottom: 2px solid #fff;
    text-align: center;
    font-size: 16px;
    color: #333333;
  }
  .channel-container .tab-content {
    overflow: hidden;
  }
  .channel-container .tab-content .rich-list li {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .page > div {
    text-align: center;
    padding-top: 20px;
  }
  .page a {
    color: #999;
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    font-size: 13px;
  }
  .page a.active {
    background-color: #f2222a;
    color: #fff;
    border-color: #f2222a;
  }
  .page a:hover {
    background-color: #f2222a;
    color: #fff;
    border-color: #f2222a;
  }
  .adv {
    display: none;
  }
}
.detail-h2 {
  padding: 20px 15px 0;
}
