﻿@charset "utf-8";
/* CSS Document */
/*2020.05.14 */
 .fl {
     float: left;
}
 .fr {
     float: right;
}
 .pos {
     position: relative;
}
 .box {
    /*overflow: hidden;
    */
}
 @media (min-width: 1200px) {
     .container {
         width: 1200px;
         position: relative;
    }
}
/*顶部弹出搜索样式*/
/*header-top*/
 .header-top {
     color: #fff;
     position: absolute;
     top: -6px;
     right: 15px;
     text-align: right;
}
 .search-btn {
     font-size: 18px;
     float: right;
     cursor: pointer;
     width: 40px;
     text-align: center;
    /*height: 30px;
    */
    /*line-height: 30px;
    */
     color: #333;
}
 .search-btn:hover {
     opacity: .9;
     text-decoration: none;
}
 .search-box {
     height: 0;
     overflow: hidden;
     opacity: 0;
     -webkit-transition: opacity .3s;
     -o-transition: opacity .3s;
     transition: opacity .3s;
     position: relative;
     z-index: 1000;
     background: #fff;
}
 .search-box h2 {
     font-size: 24px;
     color: #555;
     margin-bottom: 30px;
     margin-top: 50px;
}
 .search-box .container {
     position: relative;
}
 .search-box .close {
     position: absolute;
     top: 0px;
     right: 15px;
     font-size: 14px;
     cursor: pointer;
}
 .search-box .close i {
     font-style: normal;
}
 .search-form {
     margin-bottom: 80px;
     width: 100%;
     position: relative;
}
 .search-form .form-text {
     width: 100%;
     border: none;
     border-bottom: 1px solid #009fe3;
     font-style: italic;
     height: 60px;
     font-size: 16px;
    /*padding: 0 100px 0 15px;
    */
}
 .search-form .form-text:focus {
     font-style: normal;
     border-bottom-color: #009fe3;
}
 .search-form .form-submit {
     position: absolute;
     right: 0;
     top: 0px;
     width: 100px;
     height: 60px;
     line-height: 60px;
     background: none;
     border: none;
     outline: none;
     color: #666;
     font-weight: bold;
     font-size: 20px;
     -webkit-transition: all .3s;
     -o-transition: all .3s;
     transition: all .3s;
}
 .search-form .form-submit:hover {
     background: #009fe3;
     color: #fff;
}
/*顶部弹出样式 end*/
 .top-tit {
     background: #0e2a38;
     min-height: 40px;
     text-align: right;
}
 .top-tit a {
     color: #fff;
     font-size: 16px;
     display: inline-block;
     line-height: 40px;
     padding: 0 22px;
     border-left: 1px solid #4a5f6a;
}
 .top-tit a:last-child {
     border-right: 1px solid #4a5f6a;
}
 .bor {
    /*border-right: 1px solid #4a5f6a;
    */
}
 .wc-top {
     min-height: 185px;
     position: absolute;
     left: 0px;
     width: 100%;
     top: 40px;
     z-index: 111;
     background: rgba(10,35,55,0.55);
}
 .logo {
     padding-top: 20px;
}
 .logo img {
}
 .searchbg {
     background: url(../../images/cn/search.png?v=2020) no-repeat left top;
     width: 211px;
     height: 41px;
     float: right;
     margin-top: 50px;
}
 .searchbg input.inp-text {
     width: 170px;
     line-height: 39px;
     background: none;
     border: none;
     padding-left: 10px;
}
 .searchbg input.inp-but {
     width: 30px;
     height: 40px;
     line-height: 40px;
     background: none;
     border: none;
     cursor: pointer;
}
/*top end*/
 .wc-menu {
     height: 60px;
    /*background: #611112;
    */
     margin-top: 12px;
}
 .wc-menu ul {
    /*转化为table 并且，宽度百分百，*/
     display: table;
     width: 100%;
}
 .wc-menu ul li {
     line-height: 60px;
     position: relative;
    /*居中并且转为table-cell*/
     text-align: center;
     display: table-cell;
    /*float: left;
    */
     list-style: none;
}
 .wc-menu ul li.last {
     background: none;
}
 .wc-menu ul li.last a {
     background: none;
}
 .wc-menu ul li a {
     font-size: 18px;
     color: #fff;
     line-height: 60px;
     display: block;
     text-transform: uppercase;
    /*transition: all 0.2s;
    */
     text-decoration: none;
}
 .wc-menu ul li a:hover, .wc-menu ul li a.active {
     border-bottom: 4px solid #a3c721;
    /*color: #fff;
    */
}
 .wc-menu ul li a.selected, .wc-menu ul li a.parent, .wc-menu ul li a.move {
     border-bottom: 4px solid #a3c721;
}
 .wc-menu ul li a.active, .wc-menu ul li a.move, .wc-menu ul li a.selected, .wc-menu ul li a.parent {
     border-bottom: 4px solid #a3c721;
}
 .wc-menu ul li .ernav {
     position: absolute;
     left: 0px;
     top: 64px;
     background: #fff;
     width: 100%;
    /*padding:0 10px;
    */
     z-index: 11;
     display: none;
}
 .wc-menu ul li .ernav ul {
}
 .wc-menu ul li .ernav ul li {
     text-align: center;
     float: none;
     display: block;
    /*二级下拉有影响，需要转化为块状*/
     border-bottom: 1px solid #eee;
     background: none;
     line-height: 35px;
}
 .wc-menu ul li .ernav ul li:last-child {
     border-bottom: none;
}
 .wc-menu ul li .ernav ul li a {
     line-height: 35px;
     font-size: 16px;
     background: none;
     box-shadow: none;
     border-radius: 0;
     color: #666;
     margin: 0;
     display: block;
     padding: 3px 15px;
     bnorder-bottom: none;
}
 .wc-menu ul li .ernav ul li a:hover {
     color: #a3c721;
     border-bottom: none;
}
/*menu End*/
/*banner */
 .banner {
     width: 100%;
}
 .shu {
     position: absolute;
     left: 0px;
     bottom: 2px;
     width: 100%;
     text-align: center;
     z-index: 11;
}
 .banner .swiper-slide {
     position: relative;
}
 .banner .ban-ttbg {
     position: absolute;
     left: 0;
     top: 0%;
     width: 50%;
     background: rgba(26, 64, 124, 0.5);
     height: 100%;
}
 .banner .ban-tt {
     width: 100%;
     position: absolute;
     left: 0px;
     bottom: 140px;
     z-index: 1;
}
 .banner .ban-tt h4 a {
     font-size: 32px;
     color: #fff;
     font-weight: bold;
     margin-bottom: 15px;
     display: block;
     text-decoration: none;
     line-height: 56px;
     display: block;
     text-shadow: 0 0 4px #000;
}
 .banner .swiper-pagination {
     bottom: 80px;
}
 .banner .swiper-pagination-bullet {
     background: #fff;
     border-radius: 100%;
     width: 16px;
     height: 16px;
     opacity: 1;
     margin-right: 20px;
}
 .banner .swiper-pagination-bullet-active {
     background: #94b823;
     opacity: 1;
}
/*banner end*/
 .newbg {
     background: #f3f3f3 url(../../images/cn/newbg.jpg?v=2020) no-repeat left top;
     min-height: 618px;
     padding-top: 100px;
}
 .newtop {
}
 .newtop .dao-tit {
     color: #134862;
}
 .new-con {
     margin-top: 30px;
}
 .new-left {
     position: relative;
     padding-top: 30px;
}
 .new-left img {
     max-width: 100%;
}
 .new-left p {
     background: #e0dede;
     min-height: 75px;
     padding: 13px 30px;
}
 .new-left p a {
     font-size: 20px;
     color: #333;
     text-decoration: none;
    /*padding-top: 10px;
    */
     display: block;
}
 .new-left p a span {
     font-size: 16px;
     color: #333;
     display: block;
     font-weight: normal;
     margin-top: 5px;
}
 .new-left p:hover {
     opacity: 0.8;
}
 .new-right {
     padding-top: 30px;
}
 .new-right ul {
}
 .new-right ul li:first-child {
     padding-top: 0;
     min-height: 91px;
}
 .new-right ul li {
     border-bottom: 1px solid #bbb;
     min-height: 100px;
     padding-top: 10px;
     position: relative;
}
 .new-right ul li a {
     display: block;
     font-size: 18px;
     margin-bottom: 10px;
     color: #333;
     text-decoration: none;
}
 .new-right ul li a:hover {
     color: #a3c721;
}
 .new-right ul li::after {
     content: '';
     position: absolute;
     right: 0px;
     bottom: 0px;
     height: 3px;
     background: #a3c721;
     width: 100px;
}
/*newsbg */
 .newsbg {
     background: url(../../images/cn/newsbg.jpg?v=2020) no-repeat left top;
    /*min-height: 608px;
    */
     background-size: cover;
}
 .news-left1 {
     padding-top: 50px;
}
 .news-top1 {
}
 .dao-tit ul li {
     float: left;
     margin-right: 135px;
     padding-bottom: 10px;
     cursor: pointer;
     border-bottom: 3px solid transparent;
}
 .dao-tit ul li.active {
     border-bottom: 3px solid #fff;
}
 .lun-box {
     padding-top: 30px;
}
 .lun-box a {
     display: block;
     font-size: 24px;
     font-weight: bold;
     color: #fff;
     margin-bottom: 15px;
     text-decoration: none;
}
 .lun-box a:hover {
     color: #a3c721;
}
 .lun-box .span {
     display: block;
     font-size: 16px;
     color: #fff;
     line-height: 38px;
}
 .lun-box .span img {
     padding-right: 5px;
}
 .lun-box p {
     display: block;
     font-size: 16px;
     color: #fff;
     line-height: 27px;
     margin-top: 10px;
}
 .lun-box .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
     left: 0px;
     text-align: left;
}
 .lun-box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
     width: 17px;
     height: 17px;
     background: #93abb9;
     opacity: 1;
     display: inline-block;
}
 .lun-box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
     background: #a3c721;
     width: 47px;
     border-radius: 10px;
}
 .lun-box .swiper-pagination {
     bottom: 5px;
}
 .lun-box .swiper-container {
     min-height: 420px;
}
 .tongzhi {
    /*background:url(../../images/nrbg.png?v=2020) repeat left top;
    */
     background: rgba(13,41,63,0.5);
     border-top: 8px solid #a3c721;
     margin-top: -8px;
     height: 100%;
     min-height: 585px;
     margin-left: 30px;
}
 .news-left1 {
     margin-right: -10px;
}
 .tongzhi h4 {
     font-size: 32px;
     font-weight: bold;
     color: #fff;
     text-align: center;
     padding-top: 50px;
}
 .tong-ul {
     padding: 0 27px;
     padding-top: 30px;
    /*height: 450px;
     overflow: hidden;
    */
}
 .tong-ul ul {
}
 .tong-ul ul li {
     border-bottom: 1px solid #fff;
     padding: 25px 0;
}
 .tong-ul ul li:hover {
     border-bottom: 1px solid #a3c721;
}
 .tong-ul ul li:first-child {
     padding-top: 20px;
}
 .tong-ul ul li .li-dte {
     color: #a3c721;
     text-align: center;
     width: 40px;
}
 .tong-ul ul li .li-dte p {
     font-size: 24px;
     font-family: impact;
     line-height: 34px;
}
 .tong-ul ul li .li-dte span {
     display: block;
     font-size: 14px;
}
 .tong-ul ul li .li-tt {
     width: 80%;
}
 .tong-ul ul li .li-tt a {
     display: block;
     font-size: 18px;
     color: #fff;
     line-height: 27px;
     text-decoration: none;
}
 .tong-ul ul li:last-child {
     border-bottom: none;
}
 a.amore1 {
     display: block;
     text-align: center;
     color: #fff;
     text-decoration: none;
     background: #a3c721;
     width: 60px;
     height: 26px;
     line-height: 24px;
     border-radius: 20px;
     margin: auto;
     font-size: 14px;
     margin-top: 10px;
}
/*zhaobg*/
 .zhaobg {
     background: #fff;
     min-height: 555px;
     padding-top: 50px;
}
 .dao-div {
     border: 1px solid #ddd;
     border-top: 3px solid #a3c721;
     min-height: 380px;
     margin-top: 25px;
}
 .xuan-top {
}
 .xuan-top ul li {
     color: #fff;
     float: left;
     font-size: 18px;
     font-weight: bold;
     background: url(../../images/cn/gg1.png?v=2020) no-repeat center top;
     text-align: center;
     width: 133px;
     height: 34px;
     margin-left: 35px;
     margin-right: 7px;
     margin-top: -3px;
     line-height: 30px;
     cursor: pointer;
}
 .xuan-top ul li.active {
     background: url(../../images/cn/gg2.png?v=2020) no-repeat center top;
}
 .xuan-div {
     padding: 10px 30px;
}
 .xuan-div ul {
     padding-top: 20px;
}
 .xuan-div ul li {
     line-height: 25px;
     margin-bottom: 26px;
}
 .xuan-div ul li a {
     font-size: 16px;
     color: #333;
     text-decoration: none;
}
 .xuan-div ul li a:hover {
     color: #a3c721;
}
 .ren-ul {
     padding-top: 10px;
}
 .ren-ul ul li {
     border-bottom: 1px dotted #ccc;
     padding: 14px 0;
}
 .ren-ul ul li a {
     display: block;
     font-size: 16px;
     color: #333;
     text-decoration: none;
}
 .ren-ul ul li span {
     display: block;
     font-size: 16px;
     color: #333;
     margin-top: 5px;
}
 .ren-ul ul li span img {
     vertical-align: -2px;
}
 .ren-ul ul li a:hover {
     color: #a3c721;
}
/*daobg*/
 .daobg {
     background: url(../../images/cn/daobg.jpg?v=2020) no-repeat center top;
    /*background-size: cover;
    */
     min-height: 387px;
     padding-top: 70px;
}
 .dao-top {
}
 .dao-tit {
     font-size: 32px;
     font-weight: bold;
     color: #fff;
}
 .dao-more a {
     display: block;
     color: #fff;
     background: #a3c721;
     border-radius: 20px;
    /*padding: 5px 10px;
    */
     margin-top: 13px;
     height: 26px;
     text-align: center;
     line-height: 24px;
     width: 60px;
}
 .dao-ul {
     padding-top: 30px;
}
 .dao-ul ul li {
     float: left;
    /*margin-right: 35px;
    */
     margin: 0px 14px;
}
 .dao-ul ul li:last-child {
     margin-right: 0;
}
 .dao-ul ul li a {
     display: block;
     text-align: center;
     text-decoration: none;
}
 .dao-ul ul li a span {
     display: block;
     font-size: 16px;
     font-weight: bold;
     color: #fff;
     margin-top: 15px;
}
/* 本例子css */
 .picScroll-left {
     overflow: hidden;
     position: relative;
    /*border: 1px solid #ccc;
    */
}
 .picScroll-left .hd {
     overflow: hidden;
     height: 30px;
     background: #f4f4f4;
     padding: 0 10px;
}
 .picScroll-left .hd .prev, .picScroll-left .hd .next {
     display: block;
     width: 5px;
     height: 9px;
     float: right;
     margin-right: 5px;
     margin-top: 10px;
     overflow: hidden;
     cursor: pointer;
     background: url("../../images/arrow.png?v=2020") 0 0 no-repeat;
}
 .picScroll-left .hd .next {
     background-position: 0 -50px;
}
 .picScroll-left .hd .prevStop {
     background-position: -60px 0;
}
 .picScroll-left .hd .nextStop {
     background-position: -60px -50px;
}
 .picScroll-left .hd ul {
     float: right;
     overflow: hidden;
     zoom: 1;
     margin-top: 10px;
     zoom: 1;
}
 .picScroll-left .hd ul li {
     float: left;
     width: 9px;
     height: 9px;
     overflow: hidden;
     margin-right: 5px;
     text-indent: -999px;
     cursor: pointer;
     background: url("../../images/icoCircle.gif?v=2020") 0 -9px no-repeat;
}
 .picScroll-left .hd ul li.on {
     background-position: 0 0;
}
 .picScroll-left .bd {
     padding: 10px;
}
 .picScroll-left .bd ul {
     overflow: hidden;
     zoom: 1;
}
 .picScroll-left .bd ul li {
     margin: 0 14px;
     float: left;
     _display: inline;
     overflow: hidden;
     text-align: center;
}
 .picScroll-left .bd ul li .pic {
     text-align: center;
}
 .picScroll-left .bd ul li .pic img {
     width: 120px;
     height: 90px;
     display: block;
     padding: 2px;
     border: 1px solid #ccc;
}
 .picScroll-left .bd ul li .pic a:hover img {
     border-color: #999;
}
 .picScroll-left .bd ul li .title {
     line-height: 24px;
}
 .dao-x-ul .swiper-container {
     padding-bottom: 40px;
}
 .dao-x-ul .swiper-pagination-bullet-active {
     background: #a6c929;
}
 .dao-x-ul {
     padding-top: 20px;
}
 .dao-x-ul a {
     display: block;
     text-align: center;
     text-decoration: none;
}
 .dao-x-ul a span {
     display: block;
     color: #fff;
     font-size: 18px;
     margin-top: 10px;
}
/**/
 .footer {
     min-height: 165px;
     color: #fff;
     padding: 25px 0 35px;
     background: #333;
}
 .fleft {
     width: 12%;
}
 .fmid {
     width: 45%;
}
 .fmid p {
     font-size: 14px;
     color: #fff;
     line-height: 30px;
}
 .fmid p.p2 {
     margin-bottom: 15px;
}
 .fmid p a {
     color: #fff;
}
 .fright {
     width: 43%;
    /*text-align: right;
    */
    /*padding-top: 15px;
    */
}
 .fright h4 {
     padding-left: 40px;
     padding-bottom: 20px;
}
 .fright a {
     display: inline-block;
     font-size: 16px;
     color: #fff;
     background: url(../../images/cn/fa.jpg?v=2020) no-repeat right center;
     padding: 5px 37px;
}
 .fright a:nth-child(3n) {
     background: none;
     padding-right: 0;
}
 .fright .lk a {
     font-size: 14px;
}
 .rselect {
     font-size: 14px;
     color: #666;
     border: 1px solid #ccc;
     background: #fff;
     font-weight: normal;
     border: 1px solid #ccc;
     position: relative;
     display: inline-block;
     padding: 0 37px;
}
 .rselect i {
     position: absolute;
     top: 8px;
     right: 8px;
}
 .rselect.up i.i2 {
     display: block;
}
 .rselect.up i.i1 {
     display: none;
}
 .rselect i.i2 {
     display: none;
}
 .rselect span {
     display: block;
     text-align: center;
     height: 35px;
     line-height: 35px;
     cursor: pointer;
}
 .rselect span img {
     padding-right: 10px;
}
 .rselect ul, .rselect li {
     padding: 0;
     margin: 0 
}
 .rselect li {
     color: #666;
     list-style-type: none;
     cursor: pointer;
     transition: all 1s ease 0s;
}
 .rselect li a {
     font-size: 14px;
     text-decoration: none;
     color: #666;
     transition: all 1s ease 0s;
     text-align: center;
     background: none;
     padding: 5px 5px;
     display: block;
     text-align: left;
}
 .rselect li:hover a {
     text-decoration: none;
     color: #666;
}
 .rselect li:hover {
     font-weight: bold;
}
 .rselect li:last-child {
     border-bottom: 0 
}
 .rselect ul {
     display: none;
     position: absolute;
     background: rgb(255, 255, 255);
     width: 100%;
     left: -1px;
     border-left: 1px solid #ccc;
     border-right: 1px solid #ccc;
     position: absolute;
     height: 100px;
     overflow: auto;
}
 .linkbg2 {
     padding: 45px 0;
     background: url(../../images/linkbg2bj.jpg?v=2020) no-repeat right center;
}
 .linkbg2 .link-li {
     position: relative;
}
 .linkbg2 .link-li img {
     max-width: 100%;
}
 .linkbg2 .link-li a {
     text-decoration: none;
}
 .linkbg2 .link-li span.sp1 {
     font-size: 24px;
     font-weight: bold;
     color: #fff;
     position: absolute;
     left: 33px;
     bottom: 15px;
    /*z-index: 11;
    */
}
 .linkbg2 .link-li span.sp2 {
     position: absolute;
     left: 0px;
     bottom: 0px;
     background: url(../../images/li1bg.png?v=2020) repeat-x left bottom;
     display: block;
     width: 100%;
     height: 100%;
}
 .linkbg2 .link-li span.sp3 {
     background: url(../../images/li2bg.png?v=2020) repeat-x left bottom;
}
 .linkbg2 .link-li span.sp4 {
     background: url(../../images/li3bg.png?v=2020) repeat-x left bottom;
}
 .linkbg2 .link-li span.sp5 {
     background: url(../../images/li4bg.png?v=2020) repeat-x left bottom;
}
 .linkbg2 .link-li:hover {
     opacity: 0.8;
}
/*.wc-copyEnd*/
 @media (min-width:1100px) and (max-width: 1200px) {
     body {
        /* overflow-x: hidden;
        */
    }
     .dao-ul ul li {
         margin-right: 25px;
    }
}
 @media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
     .fright a {
         padding: 0 15px;
         font-size: 14px;
    }
     a.amore1 {
         margin-bottom: 10px;
    }
     .xuan-div ul li {
         margin-bottom: 17px;
    }
     .tongzhi {
         min-height: 632px;
    }
     .dao-tit ul li {
         margin-right: 120px;
    }
     .lun-box .swiper-pagination {
         bottom: 15px;
    }
    /*中等屏幕设备 桌面*/
     .linkbg2 .link-li span.sp1 {
         font-size: 20px;
    }
}
 @media screen and (max-width:850px) {
     .body_b {
         width: auto;
         height: auto;
         position: static;
         opacity: 1;
         transform: none;
    }
}
 @media (max-width: 991px) {
     .box {
         overflow: hidden;
    }
     .fright h4 {
         padding-left: 0px;
         font-size: 18px;
         padding: 5px 0 15px;
    }
     .fright a:nth-child(3n) {
         display: inline-block;
         font-size: 16px;
         color: #fff;
         background: url(../../images/cn/fa.jpg?v=2020) no-repeat right center;
         padding: 0 15px;
    }
     .fright a:last-child {
         padding: 0 15px;
         font-size: 14px;
         background: none;
    }
     .tongzhi h4 {
    }
}
 @media (min-width: 768px) and (max-width: 992px) {
     .lun-box .swiper-pagination {
         bottom: 0px;
    }
    /*小屏幕设备 平板*/
     .searchbg {
         float: none;
         margin-top: 0;
    }
     .wc-top {
         position: relative;
         top: 0;
         background: #0a2135;
         min-height: 50px;
         padding: 0 15px;
    }
     .logo {
         width: 88%;
         padding: 10px;
    }
     .fleft {
         width: 100%;
         text-align: center;
         margin-bottom: 10px;
    }
     .fmid {
         width: 100%;
         text-align: center;
    }
     .fright {
         width: 100%;
         text-align: center;
         padding-top: 10px;
    }
     .fright a {
         padding: 0 15px;
         font-size: 14px;
    }
     .fmid p.p2 {
         margin-bottom: 0px;
    }
     .dao-tit ul li {
         margin-right: 30px;
    }
     .tong-ul ul li .li-dte {
         width: 20%;
    }
     a.amore1 {
         margin-bottom: 10px;
    }
     .xuan-div ul li {
         margin-bottom: 17px;
    }
    /*小屏幕设备 平板*/
     .linkbg2 .link-li span.sp1 {
         font-size: 20px;
    }
}
 @media (max-width: 767px) {
    /*超小屏幕设备 手机*/
     .tongzhi h4 {
         text-align: left;
    }
     .tz-more a.amore1 {
         float: right;
    }
     .lun-box .swiper-container {
        /*min-height: 540px;
        */
    }
     .lun-box .span {
         font-size: 14px;
    }
     .wc-top {
         position: relative;
         top: 0;
         background: #0a2135;
         min-height: 50px;
         padding: 0 15px;
    }
     .logo {
         width: 88%;
         padding: 10px;
    }
     .searchbg {
         float: none;
         margin-top: 0;
    }
     .shu {
         display: none;
    }
     .daobg {
         padding-top: 40px;
    }
     .dao-tit {
         font-size: 26px;
    }
     .dao-more a {
         margin-top: 10px;
    }
     .banner .ban-tt {
         bottom: 40px;
    }
     .banner .ban-tt h4 a {
         font-size: 18px;
         line-height: 30px;
         text-shadow: 0 0 4px #000;
    }
     .banner .swiper-pagination {
         bottom: 8px;
    }
     .banner .swiper-pagination-bullet {
         margin-right: 5px;
         width: 12px;
         height: 12px;
    }
     .newbg {
         padding-top: 30px;
         padding-bottom: 30px;
         background: #f3f3f3;
    }
     .new-left {
         padding-top: 20px;
    }
     .new-left p a {
         font-size: 16px;
    }
     .new-left p {
         padding: 10px;
    }
     .new-right ul li {
         min-height: inherit;
    }
     .new-right ul li p {
         margin-bottom: 10px;
    }
     .tongzhi {
         margin-left: 0px;
         margin-top: 30px;
    }
     .tongzhi h4 {
         font-size: 24px;
         padding-top: 34px;
    }
     .tongzhi .tong-ul {
         padding: 10px 20px;
    }
     .dao-tit ul li {
         font-size: 24px;
         margin-right: 15px;
    }
     .lun-box a {
         font-size: 18px;
    }
     .news-left1 {
         margin-right: 0px;
         padding-top: 30px;
    }
     .lun-box p {
         margin-top: 10px;
    }
     .xuan-top ul li {
         margin-right: 0px;
         margin-left: 20px;
    }
     .zhaobg {
         padding-top: 30px;
    }
     .rencai {
         margin-top: 30px;
         margin-bottom: 30px;
    }
     .fleft {
         width: 100%;
         text-align: center;
         margin-bottom: 10px;
    }
     .fmid {
         width: 100%;
         text-align: center;
    }
     .fright {
         width: 100%;
         text-align: center;
         padding-top: 10px;
    }
     .fright a {
         padding: 0 15px;
         font-size: 14px;
    }
     .fmid p.p2 {
         margin-bottom: 0px;
    }
    /*超小屏幕设备 手机*/
     .linkbg2 {
         padding: 35px 0 10px 0;
    }
     .linkbg2 .link-li {
         margin-bottom: 25px;
    }
     .linkbg2 .link-li span.sp1 {
         font-size: 18px;
         left: 0;
         width: 100%;
         text-align: center;
    }
}
 @media only screen and (min-width: 766px) and (max-width: 855px) {
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
}
 @media only screen and ( max-width:479px) {
     .rselect {
         display: block;
         margin-bottom: 20px;
    }
}
/* 苹果5e/se */
 @media only screen and ( max-width:320px) {
     .tongzhi .tong-ul {
         padding: 10px;
    }
}
 @media only screen and (max-width: 515px) and (min-width: 375px) {
}
 