* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}

.container {
    max-width: 640px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}

.margin {
    margin: 1rem auto;
}

.padding {
    padding: 0 0.5rem;
}

.allW img {
    display: block;
    width: 100%;
}

.alw img {
    width: 100%;
    display: block;
}

.m-nav {
    box-shadow: 0 0 10px #939392;
    z-index: 1000;
}

.m-nav ul {
    padding: 1rem 1.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-nav ul li {
    width: 25%;
    text-align: center;
    font-size: 0.975rem;
    border-right: 1px #ccc solid;
    position: relative;
}
.m-nav ul li .n-nav{
    display: none;
    position: absolute;
    left: 0;
    bottom: -6rem;
    z-index: 1000;
}
.m-nav ul li .n-nav .nav-x{
    width: 6.7rem;
    height: 2rem;
    background: #009da2;
    border-bottom: 1px solid #fff;
}
.m-nav ul li .n-nav .nav-x:nth-child(3){
    border-bottom: none;
}
.m-nav ul li .n-nav .nav-x a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #fff;
}
.m-nav ul li a {
    color: #333;
}

.m-nav ul li span {
    display: block;
    width: 100%;
    font-size: 0.5625rem;
}

.m-nav ul li:nth-of-type(-n+4) {
    padding-bottom: 0.5rem;
    border-bottom: 1px #ccc solid;
}

.m-nav ul li:nth-of-type(4n) {
    border-right: none;
}

.m-nav ul li:nth-of-type(n+5) {
    padding-top: 0.3rem;
}

#banner img {
    display: block;
    width: 100%;
}

.hrbox {
    height: 0.5625rem;
    background: #f5f5f5;
    margin: 1rem auto;
}

.maxtitle {
    margin: 0.5rem auto;
    display: flex;
    align-items: center;
    height: 2.5rem;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 0.5rem;
    position: relative;
}

.maxtitle:after {
    content: '';
    position: absolute;
    left: 0.5rem;
    bottom: -0.1rem;
    width: 7.4rem;
    height: 0.2rem;
    background: #009da2;
}

.maxtitle img {
    width: 1.8rem;
    margin-right: 0.5rem;
}

.maxtitle h3 {
    font-size: 1.2rem;
    color: #009da2;
}

.maxtitle h3 span {
    color: #ff7c08;
}

.maxtitle p {
    margin-left: 0.5rem;
    height: 1.4rem;
    display: flex;
    align-items: flex-end;
    font-size: 0.6rem;
    color: #838383;
}

.mainnav ul {
    display: flex;
    flex-wrap: wrap;
}

.mainnav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 2.25rem;
    font-size: 0.9rem;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.mainnav ul li a {
    color: #444;
}

.mainnav ul li:nth-child(1), .mainnav ul li:nth-child(5) {
    border-left: none;
}

.mainnav ul li:nth-child(n+5) {
    border-bottom: none;
}

.hospinfobox {
    margin-top: 0.75rem;
    background: #f5f5f5;
    display: flex;
    padding: 0.5625rem 0;
}

.hospinfobox .textbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hospinfobox .textbox h3 {
    font-size: 0.9rem;
    color: #444;
    margin-bottom: 0.3rem;
}

.hospinfobox .textbox p {
    font-size: 0.675rem;
    color: #636363;
}

.hospinfobox .left {
    padding: 0 0.5rem;
    width: 7.65rem;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    border-right: 1px solid #ccc;
}

.hospinfobox .left img {
    width: 100%;
}

.hospinfobox .left .textbox {
    margin-top: 0.4rem;
}

.hospinfobox .right {
    padding: 0 0.5rem 0 0;
    flex: 1;
}

.hospinfobox .right .topbox {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0.5rem;
}

.hospinfobox .right .topbox .textbox {
    flex: 1;
    background: url(../images/nj_09.jpg) no-repeat right center;
    background-size: 5.5rem;
    align-items: flex-start;
    display: flex;
}

.hospinfobox .right .topbox .imgbox {
    width: 5.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hospinfobox .right .topbox .imgbox img {
    display: block;
    width: 100%;
}

.hospinfobox .right .bombox {
    height: 3.7rem;
    display: flex;
}

.hospinfobox .right .bombox .textbox {
    flex: 1;
}

.hospinfobox .right .bombox .textbox:nth-child(1) {
    border-right: 1px solid #ccc;
}

.newsbox .tabbtn {
    margin: 0.5rem auto 0.5rem auto;
    width: 80%;
    display: flex;
}

.newsbox .tabbtn .btn {
    flex: 1;
    height: 2.5rem;
    border-bottom: 1px solid #d2d2d2;
    color: #333;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
    cursor: pointer;
}

.newsbox .tabbtn .btn:before {
    content: '';
    width: 0.3rem;
    height: 0.3rem;
    background: #333;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.newsbox .tabbtn .on {
    color: #009da2;
    border-bottom: 1px solid #009da2;
}

.newsbox .tabbtn .on:before {
    background: #009da2;
}

.newsbox .tabcon {
    margin-top: 1rem;
    position: relative;
}

.newsbox .tabcon .box {
    display: none;
}

.newsbox .tabcon .box .imgbox {
    margin: 0.5rem auto;
    display: flex;
}

.newsbox .tabcon .box .imgbox .imglist {
    flex: 1;
    margin: 0 0.4rem;
}

.newsbox .tabcon .box .imgbox .imglist img {
    display: block;
    width: 100%;
    border-radius: 0.4rem;
}

.newsbox .tabcon .box .newul {
    background: url(../images/nj_x.jpg) no-repeat left top;
    background-size: 1rem;
    padding-left: 1rem;
}

.newsbox .tabcon .box .newul li {
    display: flex;
    border-bottom: 1px dashed #d2d2d2;
    padding: 0.5rem 0;
}

.newsbox .tabcon .box .newul li a {
    display: flex;
    color: #333;
}

.newsbox .tabcon .box .newul li .datebox {
    width: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 0.9rem;
}

.newsbox .tabcon .box .newul li .datebox span {
    display: flex;
    font-size: 1.6875rem;
}

.newsbox .tabcon .box .newul li .newinfo {
    flex: 1;
}

.newsbox .tabcon .box .newul li .newinfo h4 {
    font-size: 0.9rem;
    color: #333;
    font-weight: normal;
}

.newsbox .tabcon .box .newul li .newinfo p {
    margin: 0.2rem auto;
    font-size: 0.75rem;
    color: #636363;
    line-height: 1.2rem;
}

.newsbox .tabcon .box .newul li .newinfo .ainfo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 0.675rem;
    color: #636363;
}

.newsbox .tabcon .box .newul li .newinfo .ainfo img {
    width: 1rem;
    margin-right: 0.2rem;
}

.newsbox .tabcon .box .newul li .newinfo .ainfo span {
    color: #e47101;
}
.newsbox .tabcon .box .videolist{
    display: flex;
    flex-wrap: wrap;
}
.newsbox .tabcon .box .videolist .vlist{
    width: 50%;
    padding: 0 0.2rem;
    margin-bottom: 0.4rem;
}
.newsbox .tabcon .box .videolist .vlist video{
    display: block;
    width: 100%;
    height: 6.9rem;
    border-radius: 0.5rem;
}
.newsbox .tabcon .box .videolist .vlist p{
    margin-top: 0.4rem;
    font-size: 0.8rem;
    color: #333;
    line-height: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.newsbox .tabcon .box:nth-child(1) {
    display: block;
}

.kfglbox .tabbtn {
    display: flex;
}

.kfglbox .tabbtn .btn {
    cursor: pointer;
    margin: 0 0.2rem;
    padding: 0.5rem 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #66c4c6;
    font-size: 0.9rem;
    color: #fff;
}

.kfglbox .tabbtn .btn img {
    width: 2.8125rem;
}

.kfglbox .tabbtn .c1 {
    background: #34b1b5;
}

.kfglbox .tabbtn .c2 {
    background: #009da2;
}

.kfglbox .tabcon {
    margin-top: 1rem;
}

.kfglbox .tabcon .box {
    display: none;
}

.kfglbox .tabcon .box:nth-child(1) {
    display: block;
}

.kfglbox .imgconbox {
    position: relative;
    padding: 0 0.2rem;
}

.kfglbox .imgconbox .coninfo {
    width: 11.8125rem;
    position: absolute;
    left: 11rem;
    top: 0.8rem;
    background: rgba(240, 242, 242, 0.7);
    border-radius: 0.4rem;
}

.kfglbox .imgconbox .coninfo h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    color: #009da2;
    font-size: 0.9rem;
}

.kfglbox .imgconbox .coninfo ul {
    padding: 0 0.5rem;
}

.kfglbox .imgconbox .coninfo ul li {
    align-items: center;
    color: #333;
    font-size: 0.825rem;
    line-height: 1.3rem;
    margin-bottom: 0.2rem;
}

.kfglbox .imgconbox .coninfo ul li span {
    margin-right: 0.4rem;
    display: inline-flex;
    width: 1.2rem;
    height: 1.1rem;
    justify-content: center;
    align-items: center;
    background: #7dcccc;
    border-radius: 0.3rem;
    color: #fff;
    font-size: 0.825rem;
}

.kfglbox .imgconbox .coninfo a {
    margin: 0.5rem auto;
    display: flex;
    width: 8.25rem;
    height: 1.5rem;
    background: #ff7c08;
    color: #fff;
    font-size: 0.9rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
}

.xsjlbox #xsswiper {
    margin-top: 1rem;
}

.xsjlbox #xsswiper .topimgbox {
    background: #f1f1f1;
    display: flex;
    padding: 0.5rem;
}

.xsjlbox #xsswiper .topimgbox .left {
    width: 11.625rem;
}

.xsjlbox #xsswiper .topimgbox .left img {
    display: block;
    width: 100%;
}

.xsjlbox #xsswiper .topimgbox .right {
    flex: 1;
    margin-left: 0.5rem;
    position: relative;
}

.xsjlbox #xsswiper .topimgbox .right h3 {
    font-size: 0.8rem;
    color: #333;
    line-height: 1.2rem;
    position: relative;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xsjlbox #xsswiper .topimgbox .right h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    height: 0.1rem;
    width: 6rem;
    margin-left: -3rem;
    background: #d2d2d2;
}

.xsjlbox #xsswiper .topimgbox .right p {
    margin-top: 0.7rem;
    font-size: 0.6rem;
    color: #636363;
    line-height: 1.2rem;
    display: flex;
    justify-content: center;
}

.xsjlbox #xsswiper .topimgbox .right a {
    position: absolute;
    left: 50%;
    bottom: 0.2rem;
    transform: translateX(-50%);
    display: flex;
    margin: 0.4rem auto;
    background: #ff7c08;
    color: #fff;
    font-size: 0.9rem;
    width: 8.25rem;
    height: 1.575rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
}

.xsjlbox #xsswiper .bomlist {
    margin-top: 1.5rem;
    display: flex;
}

.xsjlbox #xsswiper .bomlist .box {
    flex: 1;
    margin: 0 0.2rem;
    background: #f1f1f1;
    margin-left: 0.2rem;
}

.xsjlbox #xsswiper .bomlist .box img {
    margin-top: -0.2rem;
    margin-left: -0.2rem;
    display: block;
    width: 100%;
}

.xsjlbox #xsswiper .bomlist .box p {
    padding: 0.3rem 0;
    font-size: 0.75rem;
    color: #636363;
    text-align: center;
    line-height: 1.2rem;
}

.ystdbox .tabbtn {
    margin: 0.5rem auto 0.5rem auto;
    display: flex;
    width: 95%;
}

.ystdbox .tabbtn .btn {
    flex: 1;
    height: 2.5rem;
    border-bottom: 1px solid #d2d2d2;
    color: #333;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
    cursor: pointer;
}

.ystdbox .tabbtn .btn:before {
    content: '';
    width: 0.3rem;
    height: 0.3rem;
    background: #333;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.ystdbox .tabbtn .on {
    color: #009da2;
    border-bottom: 1px solid #009da2;
}

.ystdbox .tabbtn .on:before {
    background: #009da2;
}

.ystdbox .tabcon {
    margin-top: 1rem;
}

.ystdbox .tabcon .box {
    display: none;
}

.ystdbox .tabcon .box .swiper-container {
    margin-top: 1rem;
    padding-bottom: 2rem;
}

.ystdbox .tabcon .box .swiper-container .swiper-pagination-bullet {
    width: 3rem;
    height: 0.2rem;
    border-radius: 0;
}

.ystdbox .tabcon .box .swiper-container .swiper-pagination-bullet-active {
    background: #009da2;
}

.ystdbox .tabcon .box .swiper-slide {
    display: flex;
}

.ystdbox .tabcon .box .swiper-slide .zjlist {
    flex: 1;
    padding: 1rem 0.5rem;
    margin: 0 0.2rem;
    background: #f5f5f5;
}

.ystdbox .tabcon .box .swiper-slide .zjlist img {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.ystdbox .tabcon .box .swiper-slide .zjlist h3 {
    height: 2rem;
    font-size: 0.9rem;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.ystdbox .tabcon .box .swiper-slide .zjlist p {
    color: #636363;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2rem;
}

.ystdbox .tabcon .box:nth-child(1) {
    display: block;
}

.tszlbox #tsswiper {
    margin-top: 1rem;
}

.tszlbox #tsswiper .swiper-slide {
    padding: 0 0.5rem;
}

.tszlbox .textborder {
    margin-top: 1rem;
    background: linear-gradient(-45deg, #ececec 0, #ececec 25%, transparent 25%, transparent 50%, #ececec 50%, #ececec 75%, transparent 75%, transparent);
    background-size: auto;
    background-size: 8px 8px;
    padding: 0.2rem;
}

.tszlbox .textborder .textp {
    background: #fff;
    padding: 0.5rem;
}

.tszlbox .textborder .textp p {
    font-size: 0.825rem;
    color: #636363;
    line-height: 1.3rem;
    text-indent: 2em;
}

.tszlbox .textborder .textp a {
    margin: 0.5rem auto;
    border-radius: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff7c08;
    color: #fff;
    font-size: 0.9rem;
    width: 8.25rem;
    height: 1.575rem;
}

.tszlbox .tszlnewlist {
    margin-top: 0.5rem;
}

.tszlbox .tszlnewlist ul li {
    border-bottom: 1px dashed #d2d2d2;
    padding: 0.5rem 0;
}

.tszlbox .tszlnewlist ul li h3 {
    display: flex;
    align-items: center;
    height: 1.6rem;
    color: #333;
    font-size: 0.8rem;
    font-weight: normal;
}

.tszlbox .tszlnewlist ul li h3 span {
    height: 100%;
    display: inline-flex;
    background: #34b1b5;
    align-items: center;
    color: #fff;
    padding: 0 0.2rem;
    margin-right: 0.2rem;
}

.tszlbox .tszlnewlist ul li h3 img {
    margin-left: 0.3rem;
    width: 1.5rem;
}

.tszlbox .tszlnewlist ul li p {
    margin: 0.2rem auto;
    font-size: 0.75rem;
    color: #636363;
    line-height: 1.3rem;
}

.tszlbox .tszlnewlist ul li .info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #636363;
    font-size: 0.8rem;
}

.tszlbox .tszlnewlist ul li .info span {
    color: #e47101;
}

.tszlbox .tszlnewlist ul li .info img {
    width: 1rem;
}

.ylpzbox .tabbtn {
    margin: 0.5rem auto 0.5rem auto;
    display: flex;
    width: 85%;
}

.ylpzbox .tabbtn .btn {
    flex: 1;
    height: 2.5rem;
    border-bottom: 1px solid #d2d2d2;
    color: #333;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
    cursor: pointer;
}

.ylpzbox .tabbtn .btn:before {
    content: '';
    width: 0.3rem;
    height: 0.3rem;
    background: #333;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.ylpzbox .tabbtn .on {
    color: #009da2;
    border-bottom: 1px solid #009da2;
}

.ylpzbox .tabbtn .on:before {
    background: #009da2;
}

.ylpzbox .tabcon .box {
    display: none;
}

.ylpzbox .tabcon .box .galleryThumbs {
    margin-top: 10px;
}

.ylpzbox .tabcon .box .textp {
    margin: 1rem auto;
}

.ylpzbox .tabcon .box .textp p {
    font-size: 0.8rem;
    color: #636363;
    line-height: 1.3rem;
    text-indent: 2em;
    padding: 0 0.5rem;
}

.ylpzbox .tabcon .box:nth-child(1) {
    display: block;
}

.foot {
    margin-top: 1rem;
    position: relative;
}

.foot .bj {
    width: 100%;
    display: block;
}

.foot .flogo {
    position: absolute;
    left: 0;
    top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.foot .flogo img {
    width: 3.8625rem;
}

.foot .flogo h2 {
    margin-top: 0.5rem;
    color: #fff;
    font-size: 1.575rem;
}

.foot .ftextbox {
    position: absolute;
    left: 0;
    top: 9rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.foot .ftextbox h4 {
    font-size: 0.975rem;
    margin-bottom: 0.2rem;
    font-weight: normal;
}

.foot .ftextbox h3 {
    margin: 0.3rem auto;
    font-size: 1.5rem;
    font-weight: normal;
}

.foot .ftextbox p {
    font-size: 0.5rem;
}

.foot .finfobox {
    position: absolute;
    left: 0;
    top: 14.5rem;
}

.foot .finfobox ul {
    display: flex;
    flex-wrap: wrap;
}

.foot .finfobox ul li {
    padding-left: 0.5rem;
    height: 2rem;
    flex: auto;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.8rem;
}

.foot .finfobox ul li a {
    color: #fff;
}

.foot .finfobox ul li img {
    width: 1.5rem;
    margin-right: 0.2rem;
}