body {
    color: #000;
    font-size: .16rem !important;
    font-family: "PingFangSC", "PingFang SC", "microsoft YaHei", "Arial", Helvetica,Arial, Tahoma;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    margin-top: 5px !important;
}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a,.pb_sys_common .p_goto input,.pb_sys_common .p_t {
    margin-top: 5px !important;
}

.img-hide {
    overflow: hidden;
    display: block;
}

.slick-slider {
    touch-action: auto!important;
}

.img-hide img,.one-img,.zt-ul li a div,.three-ul-img,.img-ul-right-bottom div,.zt-slick-img,.tow-img,.one-slick-img,.img-lb-img div,.video-link div {
    transition: 0.5s all;
    transform: scale(1,1);
}

.img-hide:hover img,.video-box:hover .video-link div,a:hover .three-ul-img,.img-hide:hover .one-img,.zt-ul li a:hover div,a:hover .img-ul-right-bottom div,a:hover .zt-slick-img,a:hover .tow-img,a:hover .one-slick-img,a:hover .img-lb-img div {
    transform: scale(1.05,1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.txt-eli2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.8;
    color: #999;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover,a {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,button:hover,input:focus {
    outline: none!important;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.slick-dots li button:before {
    display: none;
}

.container {
    max-width: 15rem;
    /* background: #ccc; */
    width: 94%;
}

.nav-click {
    display: none;
}

.menu-button {
    position: absolute;
    display: none;
    top: 18px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross {
    margin-top: -8px;
}

.cross .bar {
    margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

.tab-content {
    position: relative;
}

.tab-content .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s all;
}

.tab-content .tab-pane.active {
    position: relative;
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
}

.search-a,.close {
    display: none;
}

.header {
    /* position: fixed; */
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    background: #029292;
    border-top: solid 5px #047777;
}

.logo {
    line-height: 116px;
}

.header-top {
    position: relative;
    overflow: hidden;
}

.header-top .container {
    position: relative;
    z-index: 100;
}

.header-top:before {
    display: block;
    content: "";
    margin-left: 260px;
    position: absolute;
    left: 50%;
    top: 0;
    width: 695px;
    height: 40px;
    background: url(../images/header-top.png) left center no-repeat;
}

.header-link {
    line-height: 38px;
}

.header-link a {
    display: inline-block;
    color: #fff;
    margin-left: .2rem;
    font-size: .14rem;
}

.search-c {
    width: 260px;
    margin-top: 2px;
    margin-left: 35px;
    position: relative;
    background: #fff;
}

.search-c .form-control {
    height: 30px;
    width: calc(100% - 35px);
    background: #fff;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.btn-ss {
    position: absolute;
    right: 10px;
    top: 5px;
    bottom: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 18px;
    height: 18px;
    background: url(../images/search.png) center no-repeat!important;
    /* z-index: 10; */
}

.header-bottom-a {
    color: #fff;
    margin-top: .15rem;
}

.header-bottom-a a {
    color: #fff;
    display: inline-block;
    font-size: .14rem;
}

.header-bottom-a span {
    padding: 0 10px;
}

.nav-back {
    background: url(../images/nav-back.png) center top no-repeat;
    /* box-shadow: 0 0 10px rgba(0,0,0,.2); */
}

.nav-back .header-link,.nav-back .header-bottom-a {
    display: none;
    margin-top: 0;
}

.nav-list li {
    float: left;
    width: 8.33333%;
    position: relative;
z-index:10;

}

.nav-list li a {
    font-size: .18rem;
    color: #fff;
    font-weight: bold;
    line-height: .68rem;
}

.nav-list li a:hover {
    color: #e9dc09;
}

.nav-down {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    display: none;
    top: 100%;
    white-space: nowrap;
    width: 120%;
}

.nav-down li {
    float: none;
    width: 100%;
    margin: 0!important;
    padding: 0!important;
    background: #fff;
    border: none!important;
}

.nav-down li a {
    background: none!important;
    font-size: .16rem;
    display: block;
    text-align: center;
    color: #333;
    padding: 0 10px;
    line-height: .5rem!important;
    font-weight: normal!important;
}

.nav-down li a:before {
    display: none!important;
}

.nav-list li:hover .nav-down {
    display: block;
}

.nav-down li a:hover {
    background: #029292!important;
    color: #fff;
}

.banner {
    margin: 0;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

body {
    /* padding-top: 1.89rem; */
    background: #029292;
}

.banner .slick-prev {
    left: 40px;
    width: 36px;
    height: 94px;
    background: url(../images/left.png) center no-repeat;
    background-size: 100% 100%;
    margin-top: -47px;
    z-index: 100;
}

.banner .slick-next {
    right: 40px;
    width: 36px;
    height: 94px;
    background: url(../images/right.png) center no-repeat;
    background-size: 100% 100%;
    margin-top: -47px;
    z-index: 100;
}

.slick-prev:before {
    display: none;
}

.slick-next:before {
    display: none;
}

.banner .slick-dots {
    bottom: 30px;
}

.banner .slick-dots li,.banner .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.banner .slick-dots li button {
    background: #fff;
}

.banner .slick-dots li.slick-active button {
    background: #029292;
}

.page-one {
    background: url(../images/back01.png) center top repeat-x;
    padding: .45rem 0 0px;
}

.title {
    font-size: .24rem;
    margin-bottom: .25rem;
    color: #029292;
    font-weight: bold;
    line-height: 1;
}

.title a {
    float: right;
    line-height: .25rem;
    font-size: .16rem;
    color: #666;
    font-weight: normal;
    padding-right: 37px;
    background: url(../images/more.png) right center no-repeat;
}

.one-img {
    height: 5.6rem;
}

.one-left {
    width: 61.45%;
}

.one-left a {
    display: block;
    position: relative;
}

.mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/mask.png) center no-repeat;
    background-size: 100% 100%;
    padding: 1rem .55rem .4rem .55rem;
}

.mask-tt {
    font-size: .24rem;
    color: #fff;
    font-weight: bold;
}

.mask-p {
    font-size: .14rem;
    color: #fff;
    line-height: 1.785;
    height: 1rem;
    opacity: 0.75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
    margin-top: .2rem;
}

.img-ul-b {
    width: 38.55%;
    position: relative;
    z-index: 100;
}

.img-ul-b li a {
    display: block;
    position: relative;
    height: 1.12rem;
    background: #fff;
    padding: .16rem 2.6rem 0 .35rem;
}

.img-ul-date-b {
    font-size: .12rem;
    color: #999;
    margin-bottom: .08rem;
}

.img-ul-tt-b {
    font-size: .18rem;
    color: #333;
    font-weight: bold;
    height: .52rem;
    line-height: 1.44;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.img-ul-b li a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 225px;
    bottom: 5px;
    border-top: solid 1px #ddd;
}

.img-ul-right-bottom {
    position: absolute;
    right: 5px;
    top: 5px;
}

.img-ul-right-bottom div {
    height: 1.02rem;
    width: 2.2rem;
}

.img-ul-b li.on a {
    background: #BA9A05;
background: url(../images/mask.png) center no-repeat;
}

.img-ul-b li.on a:before {
    left: -13px;
    top: 0;
    border: none;
    width: 13px;
    height: 100%;
    background: #BA9A05;
background: url(../images/mask.png) center no-repeat;
}

.img-ul-b li.on a .img-ul-tt-b {
    color: #fff;
}

.img-ul-b li.on a .img-ul-date-b {
    color: #fff;
    opacity: 0.5;
}

.tow-left {
    width: 48.5%;
}

.page-tow {
    /* background: #cde3e1; */
    padding: .45rem 0 0px 0;
}

.page-tow .title,.page-one .title,.page-four .title {
    border-bottom: solid 1px #029292;
    padding-bottom: .2rem;
}

.tow-sm {
    width: 40%;
    display: none;
}

.tow-img {
    height: 266px;
}

.tow-ul li a {
    display: block;
    position: relative;
    padding-left: 80px;
}

.tow-ul-tt {
    font-size: 15px;
    color: #333;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.tow-ul-date {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #333;
}

.tow-ul-date span {
    position: relative;
    font-size: 22px;
    color: #029292;
    width: 100%;
    display: inline-block;
}

.tow-ul-date span:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 3px;
    margin-top: -1px;
    background: #029292;
}

.tow-ul li {
    margin-top: 20px;
}

.tow-sm-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(2,146,146,0.8);
    height: 66px;
    padding: 7px 10px 10px 110px;
}

.tow-link {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.tow-link a {
    display: block;
}

.tow-sm-date {
    position: absolute;
    left: 20px;
    top: 7px;
    font-size: 14px;
    color: #fff;
}

.tow-sm-date span {
    font-size: 22px;
}

.tow-sm-tt {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.tow-sm-ul li a {
    position: relative;
    padding-right: 1rem;
    background: url(../images/dian.png) left center no-repeat;
    display: block;
    padding-left: .15rem;
    line-height: .42rem;
    font-size: .15rem;
    color: #333;
}

.tow-sm-ul {
    width: 100%;
    margin-top: -10px;
}

.tow-sm-ul li a span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .13rem;
    color: #666;
}

.tow-sm-ul li a i {
    padding-right: 10px;
}

.tow-right {
    width: 48.5%;
}

.tz-ul li a {
    display: block;
    padding-top: 5px;
    position: relative;
    padding-left: .85rem;
    border-bottom: dashed 1px #9ecac6;
    height: .72rem;
    margin-bottom: .12rem;
}

.tz-ul-tt {
    font-size: .15rem;
    color: #333;
    line-height: 1.6666;
    height: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    /* display: flex; */
    /* align-items: center; */
}

.tz-ul-date {
    position: absolute;
    left: 0;
    top: 0;
    width: .6rem;
    height: .6rem;
    border-radius: 4px;
    border: solid 1px #029292;
    background: #029292;
    overflow: hidden;
    font-size: .13rem;
    color: #fff;
}

.tz-ul-date span {
    display: inline-block;
    width: 100%;
    margin-bottom: 4px;
    background: #cde3e1;
    color: #029292;
    font-size: .22rem;
}

.tz-ul li:last-child a {
    margin: 0;
    border: none;
}

.page-three {
    /* background: url(../images/back03.png) center bottom no-repeat; */
    background-size: cover;
    padding: .45rem 0;
}

.page-one .container,.page-tow .container,.page-three .container,.page-four .container,.page-five .container {
    background: #f2f2f2;
    padding: .3rem;
}

.page-five {
    padding-top: .45rem;
    padding-bottom: .45rem;
}

.three-left,.xyfx-right {
    width: 48.5%;
}

.page-three .title {
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
}

.mt-list-tt {
    font-size: .15rem;
    color: #333;
}

.mt-list-p {
    font-size: .12rem;
    color: #999;
    margin-top: 5px;
    line-height: 1.666;
    height: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.mt-list li a {
    display: block;
    margin-bottom: .25rem;
    padding-left: .95rem;
    position: relative;
    height: .93rem;
    border-bottom: solid 1px #ccc;
}

.mt-list-date {
    position: absolute;
    left: 0;
    top: 0;
    width: .64rem;
    height: .64rem;
    border: solid 1px #029292;
    color: #029292;
    font-size: .13rem;
    color: #666;
}

.mt-list-date span {
    display: inline-block;
    width: 100%;
    background: #029292;
    color: #fff;
    font-size: .22rem;
    padding: 3px 0;
    margin-bottom: 3px;
}

.three-right {
    width: 100%;
}

.video-box {
    width: 40%;
    position: relative;
    height: 350px;
}

.video-box-b {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.video-link div {
    height: 330px;
}

.video-link {
    position: relative;
    z-index: 100;
}

.video-link:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/play.png) center no-repeat;
    z-index: 10;
}

.three-ul {
    width: 100%;
    /* padding: 0 15px; */
}

.three-ul-img {
    height: 2.6rem;
}

.three-ul li {
    /* margin-bottom: 15px; */
    width: 25%;
    float: left;
}

.three-ul li.li03,.three-ul li.li04 {
    width: 50%;
}

.three-ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.three-ul li:nth-child(2n) {
    /* float: right*/
}

.mask-b {
    position: absolute;
    left: 0;
    font-size: .16rem;
    color: #fff;
    right: 0;
    padding: .3rem .3rem .15rem .3rem;
    bottom: 0;
    /* height: .6rem; */
    background: url(../images/mask-b.png) center no-repeat;
    background-size: 100% 100%;
}

.mask-b p {
    font-size: .12rem;
    color: #d4d4d4;
    margin-bottom: .05rem;
}

.mask-b i {
    position: absolute;
    left: 15px;
    top: 30px;
    display: none;
}

.back-r {
    width: 16%;
    height: 350px;
    position: relative;
    background: url(../images/back-r.png) center no-repeat;
    background-size: cover;
}

.back-tt {
    position: absolute;
    left: 30px;
    top: 0;
    height: 260px;
    background: url(../images/tt-lind.png) center no-repeat;
    font-size: 18px;
    color: #fff;
    width: 18px;
    text-align: center;
    line-height: 1.2;
    padding-top: 60px;
}

.ewm-ul li a {
    display: inline-block;
    position: relative;
}

.ewm-ul {
    position: absolute;
    top: 85px;
    right: 30px;
}

.ewm-ul li {
    margin-bottom: 20px;
}

.ewm-ul li a span {
    position: absolute;
    display: none;
    left: 100%;
    top: 50%;
    width: 121px;
    line-height: 114px;
    padding-left: 8px;
    height: 114px;
    background: url(../images/ewm-back.png) center no-repeat;
    margin-top: -57px;
}

.ewm-ul li a span img {
    width: 100px;
    height: 100px;
}

.ewm-ul li a:hover span {
    display: block;
}

.three-bottom {
    padding-top: 30px;
}

.zt-slick {
    margin: 0;
}

.lj-list li {
    float: left;
    width: 11.111111%;
    /* margin-top: 70px; */
}

.lj-list-img {
    width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.lj-list-tt {
    font-size: .16rem;
    color: #333;
    margin-top: 10px;
}

.lj-list li .lj-list-img font {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: 0.3s all;
    background: #fff;
    border-radius: 50%;
    border: dashed 1px #029292;
    line-height: 88px;
}

.lj-list li .lj-list-img span {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    transition: 0.3s all;
    background: #029292;
    border-radius: 50%;
    border: solid 1px #029292;
    line-height: 88px;
}

.lj-list li a:hover .lj-list-img font {
    transform: translate(0,-100%);
}

.lj-list li a:hover .lj-list-img span {
    top: 0;
}

.lj-list li a:hover .lj-list-tt {
    color: #029292;
}

.zt-slick-img {
    padding-top: 41.54%;
}

.zt-slick .slick-slide {
    padding: 0 10px;
}

.zt-slick {
    margin: 0 -10px;
    display: none;
}

.page-five .title {
    display: none;
}

.footer {
    background: #057778;
    padding: .3rem 0;
}

.footer-p p {
    color: #fff;
    line-height: .3rem;
    font-size: .14rem;
}

.footer-p p span {
    display: inline-block;
    margin-right: 20px;
}

.footer-p p a {
    color: #fff;
}

.footer-right .pull-left {
    margin-left: .35rem;
    color: #fff;
}

.footer-right .pull-left img {
    margin-bottom: 10px;
    width: 1.08rem;
}

.tow-sm-ul li a:hover,a:hover .tz-ul-tt,a:hover .tow-ul-tt,a:hover .mt-list-tt {
    color: #029292;
    font-weight: bold;
}

.list-left {
    width: 22%;
    padding-bottom: .3rem;
    /* margin-top: 40px; */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px; */
    background: #eafafa;
}

.list-left-tt span {
    display: block;
    font-size: .24rem;
    color: rgb(255, 255, 255);
    /* font-weight: bold; */
    padding: .25rem 0;
}

.list-left-tt {
    /* height: 88px; */
    background: #029292;
    line-height: 50px;
}

.left-nav li a {
    display: block;
    position: relative;
    line-height: .36rem;
    font-size: .16rem;
    color: #333;
    text-align: left;
    padding: .15rem 0;
    margin: 0 .2rem;
    background: url(../images/ico6.png) no-repeat 95% center;
}

.left-nav li {
    position: relative;
}

.left-nav li a::before {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0px;
    border-bottom: 1px solid #ddd;
}

.left-nav-down li a {
    line-height: 40px;
    font-size: 16px;
    color: rgb(51, 51, 51);
    padding-left: 25px;
}

.left-nav-down li a::before {
    display: none;
}

.left-nav li.active {
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px; */
    /* background: rgb(255, 255, 255); */
    margin-top: -1px;
}

.left-nav li.active::before {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 4px;
    /* background: #029292; */
}

.left-nav li.active a {
    color: #029292;
    font-weight: bold;
    background: url(../images/ico5.png) no-repeat 95% center;
}

.left-nav li.active .left-nav-down li a {
    color: rgb(51, 51, 51);
    font-weight: normal;
}

.left-nav-down {
    padding: 10px 0px;
    display: none;
}

.left-nav-down-three {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: none;
    margin-left: 5px;
}

.left-nav-down-three li a {
    padding-left: 40px;
}

.left-nav li a:hover {
    color: #029292 !important;
}

.left-nav {
    padding-top: 20px;
}

.container-list {
    /* max-width: 1440px; */
    padding: .3rem;
    background: #fff;
}

.list-ssjgy {
    width: 1300px;
    margin-top: 40px;
}

.list-right {
    width: 1050px;
    /* margin-top: 40px; */
}

.nav-b {
    color: #fff;
    font-size: 14px;
    padding-left: 28px;
    background: url("../images/icon-home.png") left center no-repeat;
}

.nav-b a {
    color: #fff !important;
}

.list-top {
    /* border-bottom: 1px solid rgb(221, 221, 221); */
    /* padding-bottom: 15px; */
    display: flex;
    justify-content: space-between;
    /* width: 100%; */
    /* float: left; */
    align-items: center;
    margin-bottom: .35rem;
    overflow: hidden;
}

.article-tt {
    font-size: .28rem;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin-top: .35rem;
    margin-bottom: 0px;
}

.article-sm {
    /*border-top: 1px dashed rgb(221, 221, 221);*/
    /* max-width: 780px; */
    margin: .15rem auto 0px;
    border-bottom: 1px dashed rgb(221, 221, 221);
    padding: .15rem 0px;
    font-size: .16rem;
    color: #888;
}

.article-sm span.other-ot {
    padding: 0px 4px;
}

.article-p p,.article-p span {
    text-align: justify;
    font-size: .18rem !important;
    color: #333;
    !i;!; line-height: 2 !important;
    margin-bottom: 10px;
    text-indent: 2em;
    /* font-family: calibri!important; */
    background: none !important;
    font-family: "microsoft YaHei" !important;
    word-break: break-word;
}

.article-p {
    margin-top: .25rem;
    padding: 0 .3rem;
}

.article-link p a {
    font-size: 16px;
    color: rgb(51, 51, 51);
    /* display: block; */
}

.article-link p a span {
    font-weight: bold;
}

.article-link {
    border-top: 1px dashed rgb(221, 221, 221);
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.article-link p {
    margin-bottom: 20px;
}

.list-box {
    padding-bottom: .5rem;
    background: #029292;
    margin-top: -1rem;
}

.list-left-tt-phone {
    display: none;
}

.img-lb li {
    padding: 0px 25px;
    margin-bottom: 50px;
    width: 33.33%;
}

.img-lb {
    margin: 0px -25px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.img-lb-tt {
    font-size: 18px;
    color: rgb(51, 51, 51);
    /* margin-top: 20px; */
    transition: all .3s;
    text-align: center;
    padding: 15px 10px;
    border: 1px solid #ddd;
    border-top: 0;
}

.img-lb-img {
    position: relative;
    padding-top: 67%;
}

.img-lb-img div {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.img-lb li a {
    display: block;
    transition: all .3s;
}

.img-lb li a:hover .img-lb-tt {
    background: #029292;
    color: #fff;
}

.img-ul-left div {
    width: 260px;
    height: 175px;
}

.img-ul-a li a {
    padding: 35px 0px;
    display: block;
    border-bottom: 1px dashed rgb(221, 221, 221);
    transition: all 0.5s ease 0s;
}

.img-ul-right {
    margin-left: 280px;
}

.img-ul-tt {
    display: block;
    margin-bottom: .1rem;
    font-size: .18rem;
    color: rgb(51, 51, 51);
}

.img-ul-p {
    color: rgb(153, 153, 153);
    font-size: .12rem;
    line-height: .25rem;
    height: .75rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.img-ul-date {
    color: rgb(153, 153, 153);
    font-size: .14rem;
    margin-top: .2rem;
    background: url("../images/icon-date.png") left center no-repeat;
    padding-left: 20px;
}

.img-ul-a li:hover {
    background: rgb(255, 255, 255);
    border-color: transparent;
}

.img-ul-a li:last-child {
    border: none;
}

.img-ul-a {
    padding-bottom: 30px;
}

.wz-ul-date {
    width: 80px;
    height: 80px;
    background: rgba(205,227,225,.5);
    padding-left: 15px;
    padding-top: 12px;
    line-height: 25px;
    color: #029292;
    transition: all .5s;
}

.wz-ul-date span {
    font-weight: bold;
    font-size: 18px;
}

.wz-ul li {
    padding: 20px 0px;
    border-bottom: 1px dashed rgb(221, 221, 221);
    transition: all .5s;
}

.wz-ul li:hover {
    background: #029292;
}

.wz-ul li:hover a * {
    color: #fff;
}

.wz-ul-right {
    margin-left: 105px;
    padding-top: 10px;
    font-size: 18px;
}

.wz-ul-tt a {
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    /*display: block; */
}

.wz-ul-p {
    margin-top: 11px;
    color: rgb(153, 153, 153);
    font-size: 14px;
}

.wz-ul {
    margin-bottom: 30px;
    font-size: 14px;
}

.wz-ul li:hover .wz-ul-date {
    background: #fff;
    color: #029292;
    margin-left: 10px;
}

.wz-ul li:hover .wz-ul-date span {
    color: #029292;
}

.wz-ul li:hover .wz-ul-tt a {
    color: rgb(187, 1, 14);
}

.table-bordered {
    border: none;
}

.table-bordered > thead > tr > th {
    background: rgb(255 242 242);
    font-size: 22px;
    color: rgb(51, 51, 51);
    font-weight: normal;
    padding: 20px 20px 20px 120px;
    border-bottom: none;
    font-weight: bold;
}

.table-bordered > tbody > tr > td {
    font-size: 20px;
    color: rgb(51, 51, 51);
    padding: 20px 20px 20px 120px;
    border-color: #dbdbdb;
    background: rgb(255, 255, 255);
}

.table-box {
    margin: 50px 0px;
    padding-bottom: 70px;
}

.ld-img a div {
    width: 260px;
    height: 200px;
    margin: 0 auto;
}

.ld-right {
    margin-left: 290px;
    padding-top: 15px;
}

.ld-name a {
    font-size: 22px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.ld-txt {
    color: rgb(153, 153, 153);
    line-height: 25px;
    margin-top: 15px;
    text-align: justify;
}

.ld-ul li {
    border-bottom: 1px dashed rgb(221, 221, 221);
    font-size: 14px;
    padding: 40px 0px;
}

.ld-ul {
    padding-bottom: 30px;
}

.jg-title {
    font-size: 25px;
    padding-bottom: 20px;
    margin-top: 40px;
    /* border-bottom: 1px solid rgb(221, 221, 221);*/
}

.jg-title span {
    float: left;
    width: 50px;
}

.jg-ul li {
    float: left;
    height: 60px;
    width: 23%;
    border: 1px solid #dbdbdb;
    line-height: 60px;
    text-align: center;
    margin: 0 2% 2% 0;
}

.jg-ul li a {
    display: block;
    font-size: 16px;
    color: rgb(51, 51, 51);
    position: relative;
    transition: all .3s;
}

.jg-ul li a::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 60%;
    background: #029292;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
}

.jg-ul {
    margin-top: 20px;
    margin-bottom: 0;
}

.jg-ul li a:hover {
    background: #029292;
    color: #fff;
}

.img-ul-tt a:hover, .nav-b a:hover, .ld-name a:hover, a:hover .img-lb-tt {
    color: #029292;
}

.banner-list img {
    width: 100%;
}

.article-link p a:hover {
    color: #029292;
}

.title-more-b {
    margin-top: 0.3rem;
    margin-left: 0;
}

.tow-title a {
    color: #fff;
}

.tow-title a:hover {
    text-decoration: underline!important;
}

.cx-box-left {
    width: 310px;
}

.cx-box-right {
    width: 760px;
}

.header-list.one {
    background: #029292;
}

.list-right {
    width: 75%;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > td {
    padding-left: 60px;
}

.xs-list li a {
    height: 370px;
}

.nav-list-news li a {
    font-size: 18px;
    padding: 0 31px;
}

.ss-list li {
    width: 330px;
}

.ss-list-img img {
    height: 122px;
}


.xz-article .col-xs-6 {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.xz-article {
    margin-top: 50px;
    padding: 0px 25px 0 25px;
    border-bottom: dashed 1px #ddd;
}

.article-tt-xz {
    padding-top: 30px;
}

.bt-lb {
    padding: 20px 0;
}

.zp-list li a {
    display: block;
    padding: 20px 0;
    border-bottom: dashed 1px #ddd;
}

.zp-list-tt {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.zp-list-p {
    margin-top: 15px;
    font-size: 16px;
    color: #666;
}

.zp-list-p span.da {
    padding-left: 20px;
    margin-right: 20px;
    background: url(../images/icon-date-a.png) left center no-repeat;
}

.zp-list-p span.dz {
    padding-left: 16px;
    background: url(../images/icon-dz.png) left center no-repeat;
}

.zp-list {
    margin-bottom: 30px;
}

a:hover .zp-list-tt,.one-news li a:hover,a:hover .tow-news-tt,a:hover .img-ul-tt {
    color: #029292;
}

.tow-news li a:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.xyfx-right .img-ul-a li a {
    padding: 0 0 .2rem 0;
    margin-bottom: 0px;
}

.xyfx-right .img-ul-a li.li02 a {
    padding: .2rem 0 .2rem 0;
    margin-bottom: 0px;
}

.xyfx-right .img-ul-p {
    -webkit-line-clamp: 2;
    height: .4rem;
}

.xyfx-right .img-ul-left1 div {
    width: 1.9rem;
    height: 1.35rem;
}

.xyfx-right .img-ul-right1 {
    margin-left: 2.1rem;
}

.xyfx-right .img-ul-a li:hover {
    background: none;
}

.xyfx-right .img-ul-tt {
    font-size: .15rem;
}

.xyfx-right .img-ul-a {
    padding-bottom: 0;
}

.list-wzlb li {
    padding: 0.18rem 0;
    border-bottom: 1px dashed #CCCCCC;
    overflow: hidden;
}

.list-wzlb li a {
    font-size: 0.17rem;
    line-height: .22rem;
}

.list-wzlb.tow-sm-ul li a span {
    font-size: .17rem;
}

.dqlm {
    color: #fff;
    font-size: .46rem;
    /* margin-bottom: .35rem; */
}

.list-right .coum-list {
    font-size: 0.28rem;
    font-weight: bold;
    color: #029292;
    padding: 0.3rem 0;
    border-top: 2px solid #029292;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
}

.xb-list {
    /* margin-top: 0.4rem; */
}

.xb-list ul li {
    position: relative;
    padding: 0.35rem 0;
    border-bottom: 1px dashed #CCCCCC;
}

.xb-list .xblist-date {
    width: 0.8rem;
    border-top: 2px solid #029292;
    color: #029292 ;
    text-align: center;
}

.xb-list .xblist-date p {
    font-size: 0.16rem;
    margin-top: 0.15rem;
    margin-bottom: 0.05rem;
}

.xb-list .xblist-date h2 {
    font-size: 0.44rem;
}

.xblist-oli {
    padding: 0.3rem;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

/* .ddr .xblist-pic {width:1.5rem;height: 1.85rem;} */
.xblist-pic {
    width: 1.9rem;
    height: 1.2rem;
    overflow: hidden;
}

.xblist-pic a,.xblist-pic span {
    display: block;
    width: 100%;
    height: 100%;
}

.xblist-pic span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.xb-list ul li:hover .xblist-pic span {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.xblist-title {
    width: 65%;
}

.xblist-title .fr {
    float: right;
}

/* .ddr .xblist-title{width:9.2rem;} */
/* .xb-list .xblist-title2{width:11.2rem;} */
.xblist-title a {
    display: block;
}

.xblist-title h2 {
    color: #333333;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    margin-bottom: 0.08rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0;
}

.xblist-title div {
    color: #666666;
    font-size: 0.14rem;
    line-height: 0.2rem;
    max-height: 0.6rem\0;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 0.12rem;
}

.xb-list ul li:hover h2 {
    color: #029292 ;
}

@media( max-width: 1479px) {
    .container {
        /* width: 1230px; */
    }

    .header-top:before {
        margin-left: 140px;
    }

    .list-right {
        /*width: 870px;*/
    }
}

@media( max-width: 1279px) {
    .container {
        /* width: 970px; */
    }

    .nav-list li a {
        /* font-size: 16px; */
    }

    .back-tt {
        left: 15px;
    }

    .ewm-ul {
        right: 15px;
    }

    .header-top:before {
        margin-left: 20px;
    }

    .img-ul-right-bottom div {
        width: 1.2rem;
    }

    .img-ul-b li a {
        padding-right: 1.5rem;
        padding-left: .2rem;
    }

    .img-ul-b li a:before {
        right: 125px;
    }

    .list-left {
        width: 220px;
    }

    .list-right {
       /* width: 680px;*/
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 90px!important;
    }
    .xblist-title{width: 57%;}
}

@media( max-width: 991px) {
    
    .video-box {
        width: 100%;
    }

    .list-left-tt span {
        padding: 0 0 0 20px;
        text-align: left;
    }

    .video-box {
        padding-top: 75.5%;
    }

    .video-link {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .video-link div {
        height: 100%;
    }

    .three-ul {
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }

    .three-ul-img {
        /* height: auto; */
        /* padding-top: 65.5%; */
    }

    .mask-b {
        padding-bottom: 15px;
        height: auto;
    }

    .back-r {
        width: 100%;
        padding: 20px;
        height: auto;
    }

    .back-tt {
        position: static;
        height: auto;
        width: 100%;
        padding: 0;
        background: none;
    }

    .ewm-ul {
        position: static;
    }

    .ewm-ul li {
        float: left;
        width: 33.333333%;
        margin: 40px 0 0 0;
    }

    .ewm-ul li a span {
        left: 50%;
        right: auto;
        bottom: 100%;
        top: auto;
        background: none;
        padding: 0;
        width: 100px;
        margin-left: -50px;
    }

    .xyfx-right {
        width: 100%;
    }

    body {
        padding-top: 50px;
    }

    .container {
        /* width: 750px; */
    }

    .header-bottom-a {
        display: none;
    }

    .nav-back .header-bottom-a {
       /* display: none !important;*/
        margin-top: 15px;
padding-bottom:15px;
display:block;
    }

    .header {
        height: 50px!important;
        background: #029292;
        border: none;
        position: fixed;
    }

    .img-ul-b,.one-left,.tow-left,.three-left,.three-right {
        width: 100%;
    }

    .one-img {
        height: auto;
        padding-top: 63.4%;
    }

    .img-ul-b li.on a:before {
        display: none;
    }

    .tow-right {
        width: 100%;
        margin-top: 20px;
    }

    .lj-list li {
        width: 33.333333%;
        margin-top: 30px;
    }

    .footer-p {
        width: 100%;
        text-align: center;
    }

    .footer-p p span {
        padding: 0 10px;
        margin: 0;
        display: inline-block;
    }

    .footer-right {
        width: 100%;
        padding-top: 20px;
    }

    .footer-right .pull-left {
        float: none!important;
        margin: 0 10px;
        display: inline-block;
    }

    .header-top:before {
        display: none;
    }

    .header-link {
        line-height: 50px;
    }

    .search-c {
        margin-top: 10px;
        margin-right: 60px;
        /* margin-left: 0; */
    }

    .banner .slick-prev {
        left: 15px;
    }

    .banner .slick-next {
        right: 15px;
    }

    .header .container {
        width: 100%;
        padding: 0 15px;
    }

    .nav-back .container {
        padding: 0;
    }

    .nav-back .header-link .nav-back .header-bottom-a {
        display: block;
    }

    .nav-back {
        position: fixed;
        display: none;
        left: 0;
        top: 50px;
        right: 0;
        bottom: 0;
        background: #029292;
        border-top: solid 1px #eee;
        overflow-y: auto;
        margin: 0;
    }

    .nav-list li {
        float: none;
        width: 100%;
    }

    .nav-list li:before {
        display: none;
    }

    .nav-list li a {
        text-align: left;
        padding: 0 15px;
        color: #fff;
    }

    .nav-list li {
        float: none;
        padding: 0;
        display: block;
        margin: 0!important;
    }

    .nav-list li a {
        line-height: .4rem;
        padding: 0 15px;
        display: block;
        text-align: left;
        font-size: .2rem;
        background: none!important;
        color: #fff!important;
    }

    .menu-button,.nav-click {
        display: block;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #fff;
        right: 0;
        top: 5px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .nav-click.active {
        transform: rotate(180deg);
    }

    .nav-down {
        position: static;
        background: none;
        transform: translate(0,0);
        margin: 0px;
        padding: 0px;
        width: 100%;
        background: none;
    }

    .nav-down li {
        text-align: left;
        padding: 0px;
        background: none;
    }

    .nav-down li a {
        padding: .08rem .15rem .08rem .25rem !important;
        background: none!important;
        font-size: .17rem;
        line-height: .3rem!important;
        text-align: left;
        border-bottom: 0 !important;
    }

    .nav-list li:hover .nav-down {
        display: none;
    }

    .nav-down {
        margin-left: 0!important;
        background: #088181;
    }

    .logo {
        width: auto;
        line-height: 50px;
        padding: 0;
    }

    .logo img {
        height: 30px;
    }

    .list-left-tt .nav-click {
        line-height: 60px;
        top: 0;
    }

    .list-left {
        width: 100%;
        padding-bottom: 0;
    }

    .list-left-tt {
        display: none;
    }

    .left-nav {
        display: none;
    }

    .list-left-tt-phone {
        display: block;
        position: relative;
        line-height: 60px;
        height: 60px;
    }

    .list-right {
        width: 100%;
        margin-top: 20px;
    }

    .nav-list li a {
        padding: .11rem .15rem;
        border-bottom: 1px solid rgba(255,255,255,.1);
        font-weight: 400;
    }

    .login-tt {
        display: none;
    }

    .login-center {
        width: auto;
        padding-left: 25px;
    }

    .btn-login {
        margin-left: 10px;
    }

    .about-img {
        width: 100%;
        text-align: center;
    }

    .about-right {
        width: 100%;
        margin-top: 20px;
    }

    .link-box-tt {
        border: none;
        line-height: 1;
        float: none!important;
        height: auto;
        padding: 0;
        border: none;
        text-align: center;
        margin: 30px 0;
        font-size: 36px;
        width: 100%;
    }

    .link-ul {
        position: static;
        transform: translate(0,0);
    }

    .xz-article .col-xs-6 {
        width: 100%;
        margin-bottom: 3px;
        font-size: 14px;
    }

    .xz-article {
        padding: 0 0 15px 0;
        margin-top: 20px;
    }

    .article-tt-xz {
        padding-top: 0;
    }
    .xblist-title{width: calc(100% - 3rem);}
}

@media( max-width: 900px) {
    .container {
        width: 90%;
    }

    .three-ul li {
        width: 49%;
    }

    .three-ul li.li03,.three-ul li.li04 {
        width: 49%;
    }

    html {
        font-size: 85px!important;
    }
}

@media( max-width: 767px) {
    .list-top {
        flex-wrap:wrap;

    }
     .xblist-title{width: calc(100% - 2.2rem);}
  .dqlm{font-size:.33rem}

    .xb-list .xblist-date {
        width: 0.6rem;
    }

    .xb-list .xblist-date p {
        font-size: 0.14rem;
    }

    .xb-list .xblist-date h2 {
        font-size: 0.22rem;
    }

    .xblist-title div {
        display: none;
    }

    .xblist-title h2 {
        text-overflow: initial;
        white-space: normal;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    }

    .xblist-pic {
        width: 1.3rem;
        height: 0.9rem;
    }

    .xb-list ul li {
        padding: 0.2rem 0;
    }

    .xrld_wrap::before, .xrld_wrap2::before {
        width: 0.2rem;
    }

    .xrld_info {
        margin-left: 0.4rem;
    }

    .xrld_list .xrld_wrap {
        height: auto;
    }

    .xrld_info>div>div {
        width: 55%;
    }

    .xrld_info {
        max-width: 88%;
    }

    .xrld_list .xrld_wrap2 .xrld_info>div>div {
        width: 60%;
    }

    .xrld_info div a {
        width: 48%;
        line-height: 0.3rem;
    }

    .nav-b {
        width: 100%;
        margin-top: .1rem;
    }

    .page-one .container,.page-tow .container,.page-three .container,.page-four .container,.page-five .container {
        background: #f2f2f2;
        /* padding: 20px 10px; */
    }

    .page-one,.page-tow,.page-three,.page-four,.page-five {
        /* margin: 0 10px; */
        /* padding: 30px 0 0 0; */
    }

    .container {
        width: 90%;
    }

    .container-list {
        padding: .2rem .15rem;
    }

    .header-link {
        display: none;
    }

    .nav-back .header-link,.nav-back .header-bottom-a {
        display: block;
        margin-top: 0;
    }

    .mask {
        padding: 15px;
    }

    .mask-p {
        height: 50px;
        -webkit-line-clamp: 2;
        margin-top: 5px;
line-height:25px;
    }

    .mask-tt {
        font-size: 18px;
    }

    .img-ul-tt-b {
       /* font-size: 16px;*/
    }

    .page-one {
        padding: 30px 0 0;
    }

    .tow-sm {
        width: 100%;
    }

    .tow-img {
        height: auto;
        padding-top: 68.2%;
    }

    .tow-sm-ul {
        width: 100%;
        margin-top: 10px;
    }

    .page-three {
        padding: 30px 0;
    }

    .video-box {
        width: 100%;
    }

    .video-box {
        padding-top: 75.5%;
    }

    .video-link {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .video-link div {
        height: 100%;
    }

    .three-ul {
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }

    .mask-b {
        padding-bottom: 15px;
        height: auto;
    }

    .back-r {
        width: 100%;
        padding: 20px;
        height: auto;
    }

    .back-tt {
        position: static;
        height: auto;
        width: 100%;
        padding: 0;
        background: none;
    }

    .ewm-ul {
        position: static;
    }

    .ewm-ul li {
        float: left;
        width: 33.333333%;
        margin: 40px 0 0 0;
    }

    .ewm-ul li a span {
        left: 50%;
        right: auto;
        bottom: 100%;
        top: auto;
        background: none;
        padding: 0;
        width: 100px;
        margin-left: -50px;
    }

    .lj-list-img img {
        height: 25px;
    }

    .lj-list-img {
        width: 60px;
        height: 60px;
    }

    .lj-list li .lj-list-img font,.lj-list li .lj-list-img span {
        line-height: 58px;
    }

    .mt-list li a {
        padding-left: .8rem;
    }

    .lj-list-tt {
        /*font-size: 14px;*/
    }

    .banner .slick-prev {
        width: 18px;
        height: 47px;
        margin-top: -23px;
    }

    .banner .slick-next {
        width: 18px;
        height: 47px;
        margin-top: -23px;
    }

    .banner .slick-dots {
        bottom: 10px;
    }

    .bt-lb li a {
        line-height: 50px;
        padding-right: 100px;
        font-size: 16px;
    }

    .bt-lb li a span {
        font-size: 14px;
    }

    .layer {
        background: rgba(0,0,0,1);
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        opacity: 0;
        z-index: -1;
        transition: all 0.3s ease-out 0s;
    }

    .layer.showdiv {
        opacity: 1;
        visibility: visible;
        z-index: 10000000;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .layer .close {
        font-size: 30px;
        display: block;
        opacity: 1;
        font-family: "";
        position: absolute;
        right: 15%;
        top: 15%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        color: #fff;
    }

    .layer .search_box {
        height: 45px;
        line-height: 45px;
        width: 550px;
        display: -ms-flexbox;
        display: flex;
        transform: translateY(-50px);
        opacity: 0;
        margin-top: -100px;
        margin-left: 0;
        margin-right: 0;
    }

    .layer.showdiv .search_box {
        transform: none;
        transition: all 0.5s ease-out 0s;
        opacity: 1;
        /* width: 95%; */
        max-width: 500px;
        float: none!important;
    }

    .layer .search_box .kw {
        background: #fff;
        border: none;
        -ms-flex: 1;
        flex: 1;
        padding: 0 12px;
        height: 45px;
        font-size: 16px;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
    }

    .layer .search_box .ok {
        background: #029292 url(../images/search02.png) center no-repeat!important;
        color: #fff;
        right: 0;
        box-shadow: none;
        border: none;
        width: 80px;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
    }

    .layer.active {
        opacity: 1;
        z-index: 1000000;
    }

    .search-a {
        top: 0;
        position: absolute;
        display: block;
        margin-top: 0;
        top: 0;
        line-height: 50px;
        right: 60px;
    }

    .close {
        display: block;
    }

    .layer .search_box .ok {
        height: 45px;
        top: 0px;
    }

    .search-right .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .search-right .form-control::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #999;
    }

    .search-right .form-control:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #999;
    }

    .search-right .form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #999;
    }

    .search-right .form-control {
        color: #333;
    }

    .list-left {
        width: 100%;
        /* margin-top: 20px; */
        padding: 0px;
    }

    .list-left-tt {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        text-align: left;
        padding-left: 20px;
    }

    .list-left-tt span {
        /* font-size: 18px; */
    }

    .left-nav {
        padding: 0px;
        display: none;
    }

    .list-right {
        width: 100%;
        margin-top: 20px;
    }

    .article-tt {
        font-size: 18px;
    }

    .article-sm span.other-ot {
        font-size: 14px;
        line-height: 25px;
    }

    .article-p p {
        /* font-size: 14px !important; */
        /* line-height: 25px !important; */
        /* margin-bottom: 10px; */
    }

    .article-p {
        margin-top: 20px;
    }

    .article-link p a {
        font-size: 14px;
    }

    .article-link p {
        margin-bottom: 10px;
    }

    .article-link {
        padding: 20px 0px;
        margin-bottom: 0;
    }

    .list-left-tt {
        display: none;
    }

    .list-left-tt-phone {
        display: block;
        position: relative;
    }

    .list-left-tt-phone .nav-click {
        height: 60px;
        line-height: 60px;
        color: rgb(255, 255, 255);
    }

    .left-nav li a {
        line-height: 40px;
        font-size: 16px;
        padding: 5px 8px;
    }

    .img-lb-tt {
        font-size: 14px;
        margin-top: 0px;
    }

    .img-lb li {
        padding: 0px 8px;
        margin-bottom: 15px;
        width: 50%;
        height: auto !important;
    }

    .img-lb {
        margin: 0px -8px;
        padding-bottom: 15px;
    }

    .list-box {
        padding-bottom: 30px;
margin-top:0;padding-bottom:.2rem;
    }

    .img-ul-left img {
        width: 130px;
        height: 80px;
    }

    .img-ul-right {
        /* margin-left: 140px; */
    }

    .img-ul-p {
        /* height: 50px; */
        margin-top: 5px;
    }

    .img-ul-date {
        /* display: none; */
    }

    .img-ul-tt a {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > td {
        font-size: 14px;
        padding: 8px 15px;
    }

    .table-box {
        margin: 20px 0px;
    }

    .jg-title {
        margin-top: 20px;
        padding-bottom: 10px;
        font-size: 24px;
    }

    .ld-img {
        width: 100%;
        text-align: center;
        float: none !important;
    }

    .ld-right {
        margin: 0px 0px 0px;
    }

    .ld-name {
        text-align: center;
    }

    .gd-slick {
        margin-top: 20px;
    }

    .close img {
        width: 31px;
    }

    .layer .close {
        right: 15px;
        top: 15px;
    }

    .img-ul-left {
        width: 260px;
        margin: 0 auto;
        float: none!important;
    }

    .img-ul-right {
        margin-top: 15px;
    }

    .img-ul-a li a {
        padding: 20px 0;
    }

    .img-ul-date {
        margin-top: 10px;
    }

    .img-ul-right {
        margin-left: 0;
    }
}

@media( max-width: 640px) {
.list-wzlb.tow-sm-ul li a span{font-size:.14rem;}
    .layer.showdiv .search_box {
        width:400px;
    }

    .img-ul-right {
        margin-left: 0;
    }

    .pic {
        padding-top: 50% !important;
        width: 100% !important;
    }

    .three-ul li {
        width: 100%;
    }

    .three-ul li.li03,.three-ul li.li04 {
        width: 100%;
    }

    .page-one .container, .page-tow .container, .page-three .container, .page-four .container, .page-five .container {
        padding: .3rem .15rem;
    }
}

@media( max-width: 480px) {
    .three-ul-img {
        height: auto;
        padding-top: 57.5%;
    }

    html {
        font-size: 80px!important;
    }

    .jg-ul li {
        width: 100%;
    }

    .layer .close {
        right: 0px;
    }

    .layer.showdiv .search_box {
        width: 320px;
    }

    .xyfx-right .img-ul-left1 div {
        width: 1.4rem;
        height: .95rem;
    }

    .xyfx-right .img-ul-right1 {
        margin-left: 1.55rem;
    }

    .xyfx-right .img-ul-p {
        font-size: .12rem;
        line-height: .2rem;
        height: .4rem;
    }

    .img-ul-date {
        margin-top: .05rem;
        font-size: .12rem;
    }

    .tow-sm-ul li a {
        padding-right: .8rem;
    }
 .dqlm{font-size: .28rem;}
}

@media( max-width: 375px) {
    html {
        font-size: 85px!important;
    }
}

@media( max-width: 360px) {
    .jg-ul li {
        width: 100%;
    }

    .layer .close {
        right: 0px;
    }

    .layer.showdiv .search_box {
        width: 300px;
    }
}