@import url("reset.css");

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
}

/*设置颜色*/
input[type="text"]::-webkit-input-placeholder {
    color: #bbb;
}

input[type="text"]:-moz-placeholder {
    color: #bbb;
}

input[type="text"]::-moz-placeholder {
    color: #bbb;
}

input[type="text"]:-ms-input-placeholder {
    color: #bbb;
}

a {
    color: #fff;
    text-decoration: none;
}

button,
input {
    border: 0;
    outline: none;
}

body {
    /*font-family: "Microsoft YaHei";*/
    font-family: 'FontFamily';
    font-size: .14rem;
    color: #636563;
}

html,
body,
.wrap {
    width: 100%;
    /* height: 100%; */
    /* overflow: hidden auto; */
}

.wrap {
    /*display: flex;*/
    /*flex-direction: column;*/
    position: relative;
}

#carouselExampleIndicators {
    width: 100%;
    height: 6.7rem;
    position: relative;
}

.carousel-inner .carousel-item {
    width: 100%;
    height: 6.7rem;
}

.carousel-inner .carousel-item .linebox {
    width: 1rem;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0.8rem;
    margin-left: -0.5rem;
}

.carousel-inner .carousel-item .textline {
    width: auto;
    display: block;
    background: rgba(0, 0, 0, .8);
    font-size: 0.16rem;
    color: #fff;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
    white-space: nowrap;
}

#carouselExampleIndicators .carousel-indicators {
    bottom: .3rem;
}

.carouselExampleIndicatorsBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carouselIndicators {
    width: 100%;
    height: 100%;
}

.carouselIndicators .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper_ul {
    z-index: 10;
    width: 100%;
    height: 1.47rem;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
}

.swiper_ul li {
    flex: 1;
    border-right: .01rem solid rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333;
}

.swiper_ul li:nth-last-of-type(1) {
    border: 0;
}

.swiper_ul li img:nth-last-of-type(1) {
    display: none;
}

.swiper_ul li span {
    margin: .1rem 0 0;
    font-size: .24rem;
    font-weight: 500;
}

.swiper_ul li:hover {
    background: rgba(255, 255, 255, .9);
    color: #07542E;
}

.swiper_ul li:hover img:nth-of-type(1) {
    display: none;
}

.swiper_ul li:hover img:nth-last-of-type(1) {
    display: block;
}

.swiper_ul li.active {
    background: rgba(255, 255, 255, .9);
    color: #07542E;
}

.swiper_ul li.active img:nth-of-type(1) {
    display: none;
}

.swiper_ul li.active img:nth-last-of-type(1) {
    display: block;
}

.swiper_ul li i {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin: -.02rem 0 0;
}

.imgLi {
    width: .61rem;
    height: .61rem;
}

.secondScreen {
    margin: .63rem auto;
    /*padding: 0 1.5rem;*/
    display: flex;
    width: 12rem;
}

.secondScreen_leftImg {
    width: 5.56rem;
    /*890/640*/
    height: 3.9rem;
}

.secondScreen_right {
    flex: 1;
    padding: .25rem 0 0 .3rem;
    color: #101010;
    font-size: .16rem;
}

.secondScreen_right h4 {
    font-size: .28rem;
    font-weight: 500;
}

.secondScreen_right p {
    margin: .1rem 0 .2rem;
}

.secondScreen_ul {
    display: flex;
}

.secondScreen_ul li {
    margin-right: .3rem;
    padding: 0 0 .05rem;
    cursor: pointer;
    border-bottom: .04rem solid transparent;
}

.secondScreen_ul li.active,
.secondScreen_ul li:hover {
    font-weight: 500;
    border-bottom-color: #03533F;
}

.secondScreen_ol {
    padding: .1rem 0 0;
}

.secondScreen_ol li {
    width: 80%;
    display: flex;
    align-items: center;
    padding: .15rem .2rem .15rem 0;
    border-bottom: .02rem solid #bbb;
}

.secondScreen_ol li label {
    margin: 0 .2rem 0 0;
    padding: 0 .1rem;
}

.secondScreen_ol li input {
    border: 0;
    outline: none;
    flex: 1;
}

.secondScreenBtn {
    margin: 0;
    text-align: center;
}

.secondScreen_btn {
    width: 1.85rem;
    /*height: .63rem;*/
    border-radius: .08rem;
    padding: .12rem 0;
    background: #033D20;
    color: #fff;
    font-size: .2rem;
    border: 0;
    outline: none;
    margin: .25rem auto 0;
}

.secondScreen_btn:hover {
    border-radius: .6rem;
}

.thirdScreen {
    margin: 0 auto .63rem;
    width: 12rem;
    /*padding: 0 1.5rem;*/
    position: relative;
    /*height: 8.55rem;*/
    height: 5.35rem;
    box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.12);
}

.thirdScreen:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4.3rem;
    height: 5.35rem;
    background: rgba(3, 61, 32, .84);
}

.thirdScreen_thirdRight {
    width: 8.13rem;
    height: 2.68rem;
    position: absolute;
    right: -4rem;
    top: -.8rem;
}

.thirdScreen .screenTitle {
    padding: .2rem 0 0;
}

.thirdScreen_more {
    position: absolute;
    right: 1.06rem;
    top: .2rem;
    background: #72AF2D;
    width: 1.35rem;
    padding: 0.12rem 0;
    border-radius: .08rem;
    color: #fff;
    font-size: .18rem;
}

.thirdScreen_more:hover {
    border-radius: .63rem;
}

.thirdScreen_right {
    width: calc(100% - .93rem);
    height: calc(100% - .83rem);
    background: #fff;
    position: absolute;
    right: 0;
    bottom: -.02rem;
    display: flex;
}

.thirdScreen_rightOne {
    width: 6.81rem;
    height: 100%;
}

.thirdScreen_rightOne_title {
    padding: .25rem .25rem .12rem;
    color: #999;
    font-size: .18rem;
    display: flex;
    align-items: center;
}

.thirdScreen_rightOne_title b {
    font-weight: 500;
    font-size: .24rem;
    color: #000;
    margin-right: .2rem;
}

.thirdScreen_rightOne_title span {
    flex: 1;
    height: .28rem;
    line-height: .28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.thirdScreen_rightOne_title span:hover {
    color: #02533F;
}

.thirdScreen_rightOne_two {
    margin: .1rem 0 0;
    display: flex;
}

.thirdScreen_rightOne_twoUl {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: -.3rem;
    padding: .15rem 0 0;
}

.thirdScreen_rightOne_twoBig {
    width: 7.8rem;
    height: 3.33rem;
    overflow: hidden;
    transform: translateX(-.5rem);
}

.thirdScreen_rightOne_twoBig img {
    /*height: 100%;*/
    width: 100%;
    cursor: pointer;
}

.thirdScreen_rightOne_twoBig img:hover {
    transform: scale(1.1);
}

.thirdScreen_rightOne_two {
    display: flex;
}

.thirdScreen_rightOne_two li {
    display: flex;
    flex-direction: column;
}

.thirdScreen_rightOne_twoBigLi {
    width: 1.68rem;
    /*height: 2.02rem;*/
    overflow: hidden;
}

.thirdScreen_rightOne_twoBigLi img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.thirdScreen_rightOne_two li:hover img {
    transform: scale(1.1);
}

.thirdScreen_rightOne_twoBigSpan {
    width: 1.68rem;
    /*height: .34rem;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .16rem;
    color: #101010;
    margin: .1rem 0 .15rem;
}

.thirdScreen_rightOne_two li:nth-last-of-type(1) .thirdScreen_rightOne_twoBigSpan {
    margin-bottom: 0;
}

.thirdScreen_rightTwo {
    flex: 1;
    margin-left: .2rem;
}

.thirdScreen_rightTwo_twoUl {}

.thirdScreen_rightTwo_twoUl li {
    width: 3.9rem;
    height: .65rem;
    display: flex;
    flex-direction: column;
    margin: 0 0 .1rem;
    padding: .05rem .2rem;
    cursor: pointer;
}

.thirdScreen_rightTwo_twoBigLi {
    font-size: .18rem;
    color: #101010;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thirdScreen_rightTwo_twoBigSpan {
    font-size: .14rem;
    color: #848282;
}

.thirdScreen_rightTwo_twoUl li:hover {
    box-shadow: .03rem .35rem .77rem -.08rem rgb(0 0 0 / 60%);
    transition: .3s;
    padding: .05rem .2rem;
    border-radius: .08rem;
}

.thirdScreen_rightTwo_twoUl li:hover .thirdScreen_rightTwo_twoBigLi {
    color: #033D20;
}

.foreScreen {
    margin: 0 auto .63rem;
}

.screenTitle {
    font-size: .28rem;
    color: #101010;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.screenTitle span {
    width: .56rem;
    height: .03rem;
    display: inline-block;
    background: #02533F;
    margin: .02rem 0 0;
}

.screenContent {
    font-size: .28rem;
    color: #101010;
    text-align: center;
    margin: .2rem 0 0;
}

.screenContent small {
    color: #02533F;
    font-size: .4rem;
}

.foreScreen_box {
    width: 100%;
    height: 8.1rem;
    margin: .3rem 0 0;
    display: flex;
    /* align-items: center; */
}

.foreScreen_box.bgBlod {
    background: url('../images/foreScreenBg.png') no-repeat;
    background-size: cover;
}

.foreScreen_boxCent {
    width: 12rem;
    margin: .35rem auto;
    display: flex;
    align-items: center;
}

.foreScreen_box_ul {
    height: 4.57rem;
    flex: 1;
    background: #F3F6FB;
    display: flex;
    flex-wrap: wrap;
    color: #101010;
    padding: .2rem 0;
}

.foreScreen_box_li {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.foreScreen_box_li img {
    width: 1.2rem;
    padding: .1rem;
    /*height: .65rem;*/
}

.foreScreen_box_li .imgIcon {}

.foreScreen_box_li h6 {
    font-size: .24rem;
    margin: .1rem 0 .05rem;
}

.foreScreen_box_li p {
    font-size: .16rem;
}

.foreScreen_boxCent .foreScreen_box_right {
    width: 8.15rem;
    padding: 0.4rem;
}

.foreScreen_boxCent .foreScreen_box_right .title {
    width: 100%;
    text-align: left;
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
}

.foreScreen_box_right {
    background: #fff;
    padding: .5rem;
}

.foreScreen_box_imgbox {
    width: 100%;
    position: relative;
}

.foreScreen_box_imgbox .absoluteimg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    display: none;
}

.foreScreen_box_imgbox .absoluteimg.show {
    display: block;
}

.foreScreen_box_rightImg {
    width: 100%;
}

.foreScreen_box_right_ol {
    padding: .05rem 0 0;
    display: flex;
    flex-wrap: wrap;
}

.foreScreen_box_right_ol_li {
    padding: .1rem .15rem 0 0;
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #F7B000;
    cursor: pointer;
}

.foreScreen_box_right_ol_li span {
    display: block;
    width: .18rem;
    height: .18rem;
    border: .03rem solid #F7B000;
    border-radius: 100%;
    margin-right: .1rem;
}

.foreScreen_box_right_ol_li:nth-of-type(2) {
    color: #B33927;
}

.foreScreen_box_right_ol_li:nth-of-type(2) span {
    border-color: #B33927;
}

.foreScreen_box_right_ol_li:nth-of-type(3) {
    color: #3D6DB7;
}

.foreScreen_box_right_ol_li:nth-of-type(3) span {
    border-color: #3D6DB7;
}

.foreScreen_box_right_ol_li:nth-of-type(4) {
    color: #00763C;
}

.foreScreen_box_right_ol_li:nth-of-type(4) span {
    border-color: #00763C;
}

.foreScreen_box_right_ol_li:nth-of-type(5) {
    color: #E84F96;
}

.foreScreen_box_right_ol_li:nth-of-type(5) span {
    border-color: #E84F96;
}

.foreScreen_box_right_ol_li:nth-of-type(6) {
    color: #4461B0;
}

.foreScreen_box_right_ol_li:nth-of-type(6) span {
    border-color: #4461B0;
}

.foreScreen_box_right_ol_li:nth-of-type(7) {
    color: #13A38F;
}

.foreScreen_box_right_ol_li:nth-of-type(7) span {
    border-color: #13A38F;
}

.foreScreen_box_right_ol_li:hover span {
    border-width: .05rem;
}

.fiveScreen {
    margin: 0 auto .4rem;
    width: 12rem;
    /*box-shadow: 0px 2px 19px 0px rgba(0,0,0,0.12);*/
}

.fiveScreen_p {
    width: 12rem;
    margin: 0.4rem auto 0;
    text-align: left;
    font-size: 0.32rem;
}

.fiveScreen .foreScreen_box {
    box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.12);
    height: 4.66rem;
    padding: 0;
    margin: .2rem 0 0;
    position: relative;
}

.foreScreen_Left {
    width: 6.88rem;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.foreScreen_LeftTitle {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .15rem .25rem;
    font-size: .26rem;
    font-weight: 600;
    z-index: 1;
    color: #fff;
    width: 100%;
    letter-spacing: .02rem;
}

.foreScreen_LeftImg {
    width: 100%;
    /* height: 100%; */
    transition: opacity 2s;
    opacity: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.foreScreen_LeftImg.show {
    opacity: 1;
}

.foreScreen_LeftImg:hover {
    transform: scale(1.1);
}

.fiveScreen .foreScreen_box_right {
    height: 6.13rem;
    padding: 0 0 .2rem .2rem;
}

.foreScreen_right {
    width: calc((100% - 6.68rem)*1.2);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.fiveScreen_liBox {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 0 0 .2rem;
    width: calc(12rem - 7.28rem);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.fiveScreen_li {
    height: 19%;
    /* flex: 1; */
    display: flex;
    align-items: center;
    justify-content: right;
    border-bottom: 1px solid #bbb;
    font-size: .16rem;
    padding: 0 .5rem;
    position: relative;
    color: #636563;
}

.fiveScreen_li .img {
    width: 0.6rem;
    height: 0.6rem;
    z-index: 400;
    position: absolute;
    left: 0;
    top: 0.35rem;
    display: none;
}

.fiveScreen_li span {
    position: relative;
    z-index: 4;
}

.fiveScreen_li.active,
.fiveScreen_li:hover {
    border: 0;
    color: #fff;
    font-weight: 500;
    padding-top: .2rem;
    font-size: .18rem;
}

.fiveScreen_li.active img,
.fiveScreen_li:hover img {
    display: block;
}

.fiveScreen_li.active:before,
.fiveScreen_li:hover:before {
    content: '';
    position: absolute;
    top: 0;
    right: -.08rem;
    width: 120%;
    height: 1.1rem;
    background: url('../images/linbg.png') no-repeat right center;
    background-size: 100% .96rem;
    z-index: 1;
    /*transform: rotate(180deg);*/
}

.fiveScreen_li.active:after,
.fiveScreen_li:hover:after {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.fiveScreen_li:after {
    content: '';
    position: absolute;
    top: .1rem;
    right: 0;
    width: .1rem;
    height: .88rem;
    background: #07542E;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.fiveScreen_li:nth-last-of-type(1) {
    border: 0;
}

.newsbox {
    width: 12rem;
    height: auto;
    margin: 0 auto 0.4rem;
}

.leftbox .inputline {
    margin-top: 0.5rem
}

.newsbox .titleline {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.newsbox .titleline .lefttitle {
    color: #1B1E1D;
    font-size: 0.32rem;
}

.newsbox .titleline .rightbox {
    width: auto;
    display: flex;
    flex-direction: row;
}

.newsbox .titleline .rightbox ul {
    display: flex;
    flex-direction: row;
}

.newsbox .titleline .rightbox li {
    width: 0.64rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    margin-right: 0.3rem;
    font-size: 0.16rem;
    cursor: pointer;

}

.newsbox .titleline .rightbox li.active {
    border-bottom: 1px solid rgb(3, 83, 63);
    color: rgb(3, 83, 63);
}

.newsbox .titleline .rightbox .more {
    width: 0.64rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.12rem;
    color: #fff;
    background-color: #00743B;
    border-radius: 0.04rem;
}

.newsbox .titleline .rightbox .more {
    color: #fff;
}

.newsbox .contbox {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 0.1rem;
}

.newsbox .contbox .list {
    width: 3.9rem;
    display: flex;
    flex-direction: column;
    border-radius: 0.08rem;
    overflow: hidden;
    box-shadow: 0px 6px 8px rgba(234, 240, 238, 1);
    margin-right: 0.15rem;
}

.newsbox .contbox .list .imgbox {
    width: 100%;
    height: 2.2rem;
    overflow: hidden;
}

.newsbox .contbox .list .titline {
    width: 100%;
    padding: 0 0.35rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0.32rem 0;
}

.newsbox .contbox .list .titline .type {
    width: auto;
    font-size: 0.14rem;
    color: #03533F;
}

.newsbox .contbox .list .titline .time {
    width: auto;
    font-size: 0.14rem;
    color: #1B1E1D;
    opacity: 0.4;
}

.newsbox .contbox .list .name {
    width: 98%;
    margin-left: 1%;
    padding: 0 0.35rem;
    text-align: left;
    font-size: 0.18rem;
    color: #1B1E1D;
    opacity: 0.8;
    margin-bottom: 0.4rem;
}

.newsbox .contbox .list:hover .name {
    box-shadow: -3px 0px 24px 0px rgba(0, 0, 0, 0.26);
    /* transform: scale(1.05);
    color: #03533F; */
}

.newsbox .contbox .list .detail {
    width: 100%;
    padding: 0 0.35rem;
    text-align: right;
    font-size: 0.14rem;
    margin-top: 0.4rem;
}

.newsbox .contbox .list .img {
    width: 100%;
    height: 2.4rem;
    transition: transform 1s;
}

.newsbox .contbox .list:hover .img {
    transform: scale(1.2);
}

.newsbox .contbox .rightbox {
    width: 3.9rem;
    display: none;
    flex-direction: column;
}

.newsbox .contbox .rightbox.active {
    display: flex;
}

.newsbox .contbox .rightbox .newlist {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e3e8e7;
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.newsbox .contbox .rightbox .newlist .imgbox {
    width: 1.8rem;
    height: 1rem;
    overflow: hidden;
    border-radius: 0.08rem;
}

.newsbox .contbox .rightbox .newlist .imgbox img {
    width: 1.8rem;
    height: 1rem;
    transition: transform 1s;
}

.newsbox .contbox .rightbox .newlist:hover .imgbox img {
    transform: scale(1.2);
}

.newsbox .contbox .rightbox .newlist:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.newsbox .contbox .rightbox .newlist .righttext {
    width: 1.86rem;
    display: flex;
    flex-direction: column;
    /*    padding:0.05rem;
    box-sizing: border-box;*/
}

.newsbox .contbox .rightbox .newlist .righttext .newstitle {
    width: 100%;
    height: 0.22rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.18rem;
    color: rgba(27, 30, 29, 0.8);
    transition: color 1s;
}

.newsbox .contbox .rightbox .newlist:hover .righttext .newstitle {
    color: #1b5d4a;
}

.newsbox .contbox .rightbox .newlist .righttext .newstext {
    width: 100%;
    font-size: 0.14rem;
    color: rgba(27, 30, 29, 0.4);
    line-height: .21rem;
    margin: 0.06rem 0;
    height: .42rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsbox .contbox .rightbox .newlist:hover .righttext .newstext {
    color: #333;
}

.newsbox .contbox .rightbox .newlist .righttext .img {
    width: 0.28rem;
    height: 0.07rem;
}

.sixScreen {
    margin: 1rem 0 .13rem;
}

.sixScreen_box {
    /*margin: 0 1.5rem;*/
    /*padding: 1.3rem 0 0;*/
    position: relative;
    width: 12rem;
    margin: auto;
}

.sixScreen_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .4rem;
    background: #F2F2F2;
}

.sixScreen_boxLeft {
    width: 7.14rem;
    /*5.14*/
    height: 4.57rem;
    transform: translateY(-.25rem);
    overflow: hidden;
}

.sixScreen_boxLeft a {
    width: 100%;
    height: 4.57rem;
    overflow: hidden;
    display: block;
    transform: skewX(10deg);
    transform-origin: right bottom;
    position: relative;
}

.pic {
    transform: skewX(-10deg);
    transform-origin: right bottom;
    width: 7.14rem;
    height: 4.57rem;
}

.sixScreen_boxLeftBig {
    width: 7.14rem;
    height: 4.57rem;
    transition: all .5s;
}

.sixScreen_boxLeftBig:hover {
    transform: scale(1.1);
}

.sixScreen_boxLeftBox {
    width: 7.01rem;
    height: .25rem;
    overflow: hidden;
    transform: translateY(-.26rem) translateX(.2rem);
}

.sixScreen_boxLeftDiv {
    width: 100%;
    height: .4rem;
    overflow: hidden;
    display: block;
    transform: skewX(10deg);
    transform-origin: right bottom;
    position: relative;
}

.sixScreen_boxLeftDiv div {
    width: 100%;
    height: .4rem;
    background: #03533F;
    transform: skewX(-10deg);
    transform-origin: right bottom;
}

.sixScreen_boxRight {
    width: 4.03rem;
    position: absolute;
    right: .6rem;
    top: .73rem;
}

.sixScreen_boxRight h6 {
    font-size: .28rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin: 0 0 .1rem;
}

.sixScreen_boxRight p {
    text-indent: .32rem;
    font-size: .16rem;
    line-height: .28rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sixScreen_boxRight_btn {
    width: 1.34rem;
    padding: .1rem;
    /*height: .63rem;*/
    background: #72AF2D;
    color: #fff;
    font-size: .16rem;
    border-radius: .08rem;
    margin: .1rem 0 0;
}

.sixScreen_boxRight_btn:hover {
    border-radius: .63rem;
}

.swiperAttractions {
    width: 760px;
    height: 120px;
    position: absolute;
    right: -20%;
    bottom: .5rem;
}

/*.08rem solid #F9BC65*/
.swiperAttractions .swiper-wrapper {}

.swiperAttractions .swiper-slide-active .swiperSlideCon {
    border: .05rem solid #F9BC65;
}

.swiperAttractions .swiper-slide {
    overflow: hidden;
    box-sizing: border-box;
}

.swiperSlideCon {
    margin: 0 10px 0 0;
    overflow: hidden;
    /*width: 100%;*/
    height: 100%;
    position: relative;
}

.swiperAttractions .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiperAttractions .swiper-slide .text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    padding: .1rem .1rem;
    color: #fff;
    background: linear-gradient(179.87deg, rgba(0, 0, 0, 0.8) 0.21%, rgba(0, 0, 0, 0) 100%);
}

.swiperAttractions .swiper-slide:hover .swiperSlideCon {
    border: .05rem solid #F9BC65;
}

.pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-visible-switch {
    background: #aaa;
}

.swiper-active-switch {
    background: #fff;
}

/*.swiperAttractionsTwo{
    width: 50%;
    height: 200px;
    margin: .3rem auto;
    border: 1px solid #00f;
    position: relative;
    overflow: hidden;
}
.swiperAttractionsTwo .swiper-wrapper{
    display: flex;
}
.swiperAttractionsTwo .swiper-wrapper .swiper-slide{
    border: 1px  solid #0f0;
    margin-right: .2rem;
}

.swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
}
.swiperAttractionsTwo .swiper-wrapper img{
    width: 100%;
    height: 100%;
}*/



.btnPrevNext {
    padding: .1rem 0 0;
}

.btnPrevNext .prev,
.btnPrevNext .next {
    width: .34rem;
    float: left;
    margin: 0 0 0 .1rem;
    cursor: pointer;
}

.sevenScreenSwiper {
    width: 12rem;
    margin: .6rem auto;
    overflow: hidden;
}

.sevenScreenWrapper {
    padding-left: 2.26rem;
    height: 1.16rem;
    display: flex;
}

.sevenScreenSlide {
    /*width: 2.06rem;*/
    position: relative;
    margin: 0 .2rem 0 0;
}

/*.sevenScreenSlide:nth-of-type(1){
    border: .05rem solid #F9BC65;
}*/
.slideActive {
    border: .05rem solid #F9BC65;
}

.sevenScreenSlide:hover {
    border: .05rem solid #F9BC65;
}

.sevenScreenSlide img {
    /*width: 100%;*/
    height: 100%;
}

.sevenScreenSlide .text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: .16rem;
    padding: .05rem .1rem;
    color: #fff;
    background: linear-gradient(179.87deg, rgba(0, 0, 0, 0.8) 0.12%, rgba(0, 0, 0, 0) 100%);
}

.sevenScreenWrapper {
    animation: marginLeftAnimation 3s;
}


@keyframes marginLeftAnimation {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -2.26rem;
    }
}



#u592 {
    border-width: 0px;
    width: 100%;
    height: 3.2rem;
    position: relative;
    margin: 0.6rem 0 .63rem;
    background-image: url('../images/u187_state0.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 130%;
    background-origin: border-box;
}

#u592 .linebox {
    width: 12rem;
    height: .32rem;
    position: absolute;
    left: 50%;
    margin-left: -6rem;
    bottom: 0.2rem;
    display: flex;
    justify-content: flex-start;
    opacity: 0;
    transition: opacity 1s;
}

#u592:hover .linebox {
    opacity: 1;
}

#u592 .linebox .list {
    width: auto;
    height: 0.32rem;
    line-height: 0.32rem;
    padding: 0 0.2rem;
    border-radius: 0.16rem;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0.14rem;
    color: #fff;
    cursor: pointer;
    margin-right: 0.2rem;
}

#u592 .linebox .list:last-child {
    margin-right: 0;
}

#u592:hover #u595 {
    display: block;
    visibility: visible;
}

#u592:hover #u596 {
    display: none;
}

#u592_state0 {
    border-width: 0px;
    position: absolute;
    left: 50%;
    margin-left: -6rem;
    top: 0px;
    width: 12rem;
    height: 4rem;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    -ms-overflow-y: hidden;
    overflow-y: hidden;

    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#u593 {
    border-width: 0px;
    position: absolute;
    left: 0;
    top: 0.73rem;
    width: 2.30rem;
    height: 0.56rem;
    font-weight: 400;
    font-style: italic;
    font-size: 0.56rem;
    color: #FFF;
    line-height: 0.56rem;
}

#u594 {
    border-width: 0px;
    position: absolute;
    left: 0;
    top: 1.42rem;
    width: 0.97rem;
    height: 0.24rem;
    display: flex;
    font-family: 'DingTalk-JinBuTi', '钉钉进步体', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.24rem;
}

#u593 .text,
#u594 .text {
    position: absolute;
    align-self: center;
    padding: 2px 2px 2px 2px;
    box-sizing: border-box;
    width: 110%;
}

#u594_text,
#u593_text {
    border-width: 0px;
    word-wrap: break-word;
    text-transform: none;
}

#u595_img {
    border-width: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    /*width:237px;*/
    height: 6px;
    animation: loading .85s;
}

#u595 {
    border-width: 0px;
    position: absolute;
    left: 0;
    top: 215px;
    width: 237px;
    height: 6px;
    display: flex;
    display: none;
    visibility: hidden;
}

#u596_img {
    border-width: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 67px;
    height: 6px;
}

#u596 {
    border-width: 0px;
    position: absolute;
    left: 0;
    top: 215px;
    width: 67px;
    height: 6px;
    display: flex;
}

.wrap_label,
.foreScreen_box_swiper {
    display: none;
}

@keyframes loading {
    0% {
        width: 67px;
    }

    100% {
        width: 237px;
    }
}

@keyframes loadingEnd {
    0% {
        width: 237px;
    }

    100% {
        width: 67px;
    }
}

.linkbox {
    width: 12rem;
    height: auto;
    margin: 0 auto 0.4rem;
}

.linkbox_p {
    width: 12rem;
    margin: 0.4rem auto 0.32rem;
    text-align: left;
    font-size: 0.32rem;
}

.linkbox .logobox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.linkbox .logobox .logolist {
    width: 21%;
    height: 1.0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.2rem;
    cursor: pointer;
}

.linkbox .logobox .logolist.bg {
    background: #F7F7F7;
}

.linkbox .logobox .logolist:hover {
    box-shadow: -3px 0px 24px 0px rgba(0, 0, 0, 0.26);
}

.linkbox .logobox .img {
    width: auto;
    height: 0.42rem;
}

.linemapbox {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .8);
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.linemapbox.show {
    display: flex;
}

.linemapbox .btnbox {
    width: 1rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    margin-left: -0.5rem;
}

.linemapbox .btnbox .mapbtn {
    width: 0.3rem;
    height: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .8);
    border: 2px solid #666;
    font-size: 0.24rem;
    color: #333;
    cursor: pointer;
}

.linemapbox .closebtn {
    width: 0.3rem;
    height: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .8);
    border: 2px solid #666;
    font-size: 0.24rem;
    color: #333;
    cursor: pointer;
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
}

.linemapbox .mapimgbox {
    width: 910px;
    height: 540px;
    position: relative;
}

.linemapbox .mapimgbox .mapimg {
    width: 100%;
    height: 100%;
    position: absolute;
}

.cxbox-shadow {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999998;
}

.cxbox-shadow.show {
    display: flex;
}

.cxbox {
    width: 8rem;
    height: 3rem;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -1.5rem 0 0 -4rem;
    background: rgba(255, 255, 255);
    border-radius: 0.1rem;
    z-index: 999999;
    flex-direction: column;
    padding: 0.3rem;
    box-sizing: border-box;
}

.cxbox.show {
    display: flex;
}

.cxbox .gbbtn {
    width: 0.4rem;
    height: 0.4rem;
    margin-left: auto;
    cursor: pointer;
}

.cxbox .contbox {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.cxbox .contbox .listbox {
    width: auto;
    display: flex;
    flex-direction: column;
}

.cxbox .contbox .listbox .list {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0.1rem 0;
}

.cxbox .contbox .listbox .list .img {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.2rem;
}

.cxbox .contbox .listbox .list .text {
    width: auto;
    font-size: 0.3rem;
    color: #00763C;
}

.message {
    width: 3rem;
    height: 1rem;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    font-size: 16px;
    text-align: center;
    margin: -0.5rem 0 0 -1.5rem;
    background: rgba(255, 255, 255);
    border-radius: 0.1rem;
    z-index: 999999;
    flex-direction: column;
    box-shadow: -3px 0px 24px 0px rgba(0, 0, 0, 0.26);
    line-height: 1rem;
}

.message.show {
    display: flex;
}

.message-shadow {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999998;
}

.message-shadow.show {
    display: flex;
}

.callBox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101000;
    cursor: pointer;
    display: none;
}

.callBox_div {
    width: 3rem;
    height: .8rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 102;
    background: rgba(255, 255, 255, 1);
    border-radius: .1rem;
    font-size: .2rem;
    padding: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}