@charset "utf-8";
/* CSS Document */



.phone_state {
    display: none;
}

.pc_state {
    display: block;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.clear {
    clear: both;
}

.center {
    width: 1200px;
    margin: auto;
}

@media screen and (max-width:1280px) {
    .center {
        width: 1024px !important;
    }

    .kuaijie .content {
        width: calc(33.333% - 20px);
    }

    .kuaijie .contain {
        width: 100%;
        height: auto;
    }

    .kuaijie .contain img {
        width: 100%;
    }

    #Tab {
        margin: 0 auto;
        width: 1024px;
    }

    .container {
        width: 1024px;
    }

    .container li {
        width: calc(25% - 20px);
        height: auto;
    }

    .container li .img {
        width: 100%;
        height: auto;
    }

    .newslist a {
        display: block;
        width: calc(50% - 20px);
        float: left;
    }

    .newslist a:nth-child(even) {
        margin-left: 40px;
    }

    .news .new {
        width: calc(100% - 2px);
    }

    .a-content {
        width: 450px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .picScroll-left {
        width: 1024px;
    }

    .picScroll-left .bd ul li {
        width: calc(25% - 12px);
        height: auto;
        cursor: pointer;
    }

    .picScroll-left .bd ul li img {
        width: 100%;
        height: auto;
    }

    .whole-new .new-content {
        width: 540px;
        padding: 0 60px 0 40px;
    }

    .new-content h1 {
        padding-bottom: 24px;
    }

    .whole-new .new-content p {
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .ditu {
        width: calc(100% - 320px);
    }

    .pop .center {
        width: 340px !important;
    }





}

@media screen and (max-width:1100px) {
    .phone_state {
        display: block;
    }

    .pc_state {
        display: none;
    }

    body {
        FONT-SIZE: 14px;
        margin: 0px;
        padding: 0px;
        font-family: "微软雅黑";
        color: #666;
        margin: 0px;
        padding: 0px;
        background-color: #fff;
        box-sizing: border-box;
    }

    a {
        text-decoration: none;
    }

    ul li {
        list-style: none
    }

    ul {
        margin: 0 0;
        padding: 0 0
    }

    a {
        color: #6b6b6b
    }

    .container {
        /* max-width:640px; */
        margin: 0 auto;
        width: 100%;
    }

    .container1 {
        width: 100%;
        margin: 0 auto;
    }

    input,
    select {
        font-family: "微软雅黑";
        cursor: pointer;
    }

    input,
    select {
        outline: medium none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    p {
        margin: 0 0;
        padding: 0 0;
        font-weight: 500
    }

    input,
    textarea,
    select {
        outline: none
    }

    img {
        border: none
    }

    .img-responsive {
        max-width: 100%;
        height: auto;
    }

    .clear {
        clear: both
    }

    .head-top {
        width: 100%;
        height: 80px;
        background: #0072d4;
        position: relative
    }

    .sear {
        float: left;
        width: 10%;
        height: 100%
    }

    .sear img {
        display: block;
        margin: 0 auto;
        margin-top: 30px
    }

    .caidan {
        float: right;
        width: 10%;
        height: 100%
    }

    .caidan img {
        display: block;
        margin: 0 auto;
        margin-top: 30px
    }

    .logo {
        float: left;
        width: 80%;
        height: 100%
    }

    .logo img {
        display: block;
        margin: 0 auto;
        margin-top: 27px;
        width: 100%;
    }

    .search {
        float: left;
        width: 100%;
        height: 60px;
        background: #f2f2f2;
        display: none
    }

    .sousuo {
        width: 70%;
        margin: 0 auto;
        height: 44px;
        margin-top: 8px;
        background: #fff;
        border-radius: 30px;
        padding: 0 5%;
    }

    .sousuol {
        float: left;
        width: 90%;
        height: 100%
    }

    .sousuor {
        float: left;
        width: 10%;
        height: 100%
    }

    .sousuol input {
        height: 40px;
        border: none;
        width: 90%;
        margin-left: 5%
    }

    .sousuor input {
        margin-top: 7px
    }

    .nav2 {
        position: absolute;
        top: 80px;
        /* max-width:640px; */
        margin: 0 auto;
        z-index: 9;
        width: 100%;
        background: rgba(0, 114, 212, 0.9);
        padding: 10px 0;
        display: none
    }

    .nav2 ul li {
        float: left;
        width: 100%;
        height: 35px;
        line-height: 35px;
        text-align: center;
        padding: 0;
    }

    .nav2 ul li a {
        color: #fff;
        font-size: 16px
    }

    /* Banner */

    .swipe {
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
    }

    .swipe ul {
        -webkit-transition: left 800ms ease-in 0;
        -moz-transition: left 800ms ease-in 0;
        -o-transition: left 800ms ease-in 0;
        -ms-transition: left 800ms ease-in 0;
        transition: left 800ms ease-in 0;
    }

    .swipe li img {
        width: 100%;
        display: block
    }

    .swipe #pagenavi {
        position: absolute;
        left: 0;
        bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .swipe #pagenavi a {
        width: 8px;
        height: 8px;
        line-height: 99em;
        background: none;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin: 0 4px;
        cursor: pointer;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        border: 2px solid #fff
    }

    .swipe #pagenavi a.active {
        background: #0072d4;
    }

    .jiaodiantu {
        width: 100%;
        float: left;
        position: relative
    }

    .jiaodiantu:after {
        position: absolute;
        content: '';
        width: 107px;
        height: 148px;
        background: url(../img/qipao.png) center top no-repeat;
        right: 0;
        bottom: -100px;
        display: none;
    }

    /*标题*/
    .title {
        width: 100%;
        margin-top: 40px
    }



    .title2 h2 {
        font-size: 28px;
        color: #333333;
        text-align: center;
        margin-bottom: 5px
    }

    .title2 h3 {
        font-size: 14px;
        color: #999;
        text-align: center
    }


    /*渔家特色*/
    .yjts {
        width: 100%;
        margin-top: 40px
    }

    .yjts1 {
        float: left;
        width: 100%;
        text-align: center;
    }

    .yjts1 a {
        color: #999;
        font-size: 16px;
        border: 1px solid #cccccc;
        margin: 0 20px;
        padding: 8px 30px
    }

    .yjts2 {
        width: 100%;
        float: left;
        margin-top: 40px
    }

    .yjts2 ul li {
        float: left;
        width: 48%;
        margin: 0 1%;
        margin-bottom: 25px
    }

    .yjts2 ul li:nth-child(2n) {
        margin-right: 0
    }

    .ts-img {
        float: left;
        width: 100%;
    }

    .ts-img img {
        max-width: 100%;
        width: 100%;
        height: auto;
        display: block;
    }

    .ts-title {
        float: left;
        width: 100%;
        height: 40px;
        background: #e6e6e6;
        line-height: 40px;
        text-align: center;
        color: #999999;
        font-size: 16px
    }

    .yjts3 {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10px
    }

    .yjts3 a {
        width: 130px;
        height: 30px;
        display: inline-block;
        border: 1px solid #d9d9d9;
        margin-bottom: 0;
        background: url(../img/more.png) center 10px no-repeat;
    }

    .yjts3 a:hover {
        background: url(../img/more1.png) center 10px no-repeat #0072d4;
        border: 1px solid #0072d4
    }

    /*游记攻略*/
    .yjgl {
        float: left;
        width: 100%;
        margin-top: 30px
    }

    .yjgl ul li {
        float: left;
        width: 99%;
        height: 50px;
        line-height: 50px;
        border: 1px solid #cccccc;
        position: relative;
        margin-bottom: 20px;
    }

    .yjgl ul li h2 {
        position: absolute;
        width: 100%;
        height: 50px;
        top: 0;
        left: 0;
        background: url(../img/arrow.png) 10px center no-repeat;
        z-index: 1;
        margin-left: 0px;
        margin-top: 0px;
        border: none;
    }

    .container li {
        position: relative;
    }

    /* .container li h2{
        left: 0;
    } */
    /* .yjgl ul li h2{background:url(../img/arrow1.png) 10px center no-repeat;color:#fff} */
    .yjgl-title {
        float: left;
        width: 70%;
        text-indent: 50px;
        height: 50px;
        line-height: 50px;
        color: #999 !important;
        font-size: 14px !important;
        text-align: left;
        background: url(../img/arrow.png) 10px center no-repeat;
        background-size: 22px auto;
    }

    .yjgl-date {
        float: left;
        width: 30%;
        text-align: center;
    }

    /*关于我们*/
    .about {
        margin-top: 60px;
        width: 100%;
        padding: 60px 0;
        margin-bottom: 0;
        background: url(../img/about.jpg) center top no-repeat;
        background-size: 100% 100%;
    }

    .about-text {
        width: 84%;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 8% 8% 4% 8%
    }

    .about-text h2 {
        font-size: 28px;
        color: #333333;
        margin-bottom: 5px
    }

    .about-text h3 {
        font-size: 14px;
        margin-bottom: 40px;
        color: #333333
    }

    .about-text p {
        font-size: 14px;
        color: #333333;
        line-height: 25px;
        margin-bottom: 40px;
        text-indent: 2em;
    }

    .about-text a {
        color: #404449;
        width: 110px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #333333;
        display: block
    }

    /*渔家活动*/
    .yjhd {
        float: left;
        width: 100%;
        margin-top: 30px
    }

    .swiper-container-horizontal>.swiper-pagination {
        bottom: 20px
    }

    .swiper-pagination-clickable .swiper-pagination-bullet {
        width: 40px;
        border-radius: 20px;
        height: 6px
    }

    .swiper-container {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 60px;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .ts {
        width: 100%
    }



    /*footer*/
    .footer {
        width: 100%;
        position: fixed;
        bottom: 0;
        margin: 0 auto;
        /* max-width:640px; */
        z-index: 99
    }

    .foot2 {
        float: left;
        width: 100%;
        background: #0072d4;
        padding: 10px 0
    }

    .foot2 ul li {
        float: left;
        width: 20%;
        text-align: center;
        height: auto;
        margin-right: 0;
        margin-bottom: 0;
    }

    .foot2 ul li h2 {
        font-size: 16px;
        color: #fff !important;
        visibility: unset;
        line-height: 20px;
        width: auto;
        text-align: center;
        position: relative;
        left: 0;
        margin-left: 0;
        top: 0;
        margin-top: 0px;
        border: none;
    }

    .foot2 ul li img {
        display: block;
        margin: 0 auto
    }

    .foot2 ul li h3 {
        height: 42px;
        margin-bottom: 10px;
        overflow: hidden
    }


    /*新闻详情*/
    .xinwen {
        width: 100%;
        margin: 50px 0 120px 0;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .xinwen h2 {
        text-align: center;
        font-size: 24px;
        color: #999999;
        margin-bottom: 10px
    }

    .xinwen h3 {
        text-align: center;
        font-size: 14px;
        color: #999999;
        margin-bottom: 30px
    }

    .xinwen p {
        font-size: 14px;
        color: #999999;
        margin-bottom: 30px;
        line-height: 30px
    }

    .tiao {
        width: 100%;
        margin-top: 50px;
        overflow: hidden
    }

    .tiao a:hover {
        color: #0072d4
    }

    /*产品列表*/
    .yjts1-1 {
        float: left;
        width: 100%;
        display: none;
    }

    .yjts1-1 ul {
        width: 80%;
        margin: 0 auto
    }

    .index_yjts1-1 {
        float: left;
        width: 100%;
    }

    .index_yjts1-1 ul {
        width: 80%;
        margin: 0 auto
    }




    .yjts1-0 {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }

    .yjts1-0 a {
        display: inline-block;
        border: 1px solid #cccccc;
        padding: 14px 30px 4px 30px;
        margin-top: 40px;
    }

    .yjts1-2 {
        float: left;
        width: 100%;
        display: none;
    }

    .yjts1-2 ul {
        width: 80%;
        margin: 0 auto
    }


    /*产品详情*/
    .pro-con {
        width: 100%;
    }

    .pro-con h2 {
        text-align: center;
        font-size: 24px;
        color: #999999;
        margin-bottom: 10px
    }

    .pro-con h3 {
        text-align: center;
        font-size: 14px;
        color: #999999;
        margin-bottom: 15px
    }

    .pro-img {
        width: 100%;
        margin-bottom: 30px
    }

    .pro-img img {
        width: 100%;
    }

    .pro-con h4 span {
        font-size: 14px;
        background: #0072d4;
        padding: 5px 20px;
        color: #fff
    }

    .pro-con h4 {
        margin-bottom: 15px
    }

    .pro-con p {
        color: #999;
        line-height: 25px
    }

    .tiao1 {
        width: 100%;
        margin-top: 45px;
        margin-bottom: 250px
    }

    .tiao1 ul li {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        height: 38px;
        line-height: 38px;
        text-indent: 60px
    }

    .tiao1 ul li a {
        color: #999;
        display: block
    }

    /*关于我们*/
    .guanyu {
        width: 100%;
        margin: 30px 0 110px 0;
        color: #999;
        line-height: 30px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .guanyu img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 10px 0
    }



    /* 在线留言 */
    .meassage_a {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0 140px 0;
    }

    .about1-con {
        line-height: 30px;
        text-align: center;
        color: #646464;
        margin: 20px 0;
    }

    .form-control {
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .mes-area {
        min-height: 7em;
        resize: none;
        font-size: 14px;
        line-height: 1.4;
    }

    .btn-danger {
        color: #fff;
        background-color: #0072d4;
        border: 1px solid #0072d4;
    }

    .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .meassage_a {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0 180px 0;
    }

    .container li {
        margin-right: 0;
        margin-bottom: 0;
        height: auto;
    }

    .title div {
        padding: 0px;
    }

    .lianxi {
        width: 92%;
        padding: 0px 4% 60px;
        margin-top: 20px;
        /* text-indent: 10%; */
       /*  background: url(../img/contact.png) center top no-repeat; */
        margin-bottom: 60px;
    }

    .lianxi p {
        height: 32px;
        font-size: 16px;
        color: #999;
        line-height: 32px
    }

    .p1 {
        background: url(../img/name.png) 0% center no-repeat
    }

    .p2 {
        background: url(../img/yx.png) 0% center no-repeat
    }

    .p3 {
        background: url(../img/add.png) 0% center no-repeat
    }

    .p4 {
        background: url(../img/phone.png) 0% center no-repeat
    }

    .ditu {
        width: calc(100% - 32px);
        margin: auto;
        float: unset;
    }
}

@media(max-width:640px) {
    .title2 {
        float: left;
        width: 40%
    }

    .title1 {
        float: left;
        width: 30%;
        height: 71px;
        background: url(../img/xian.png) left center no-repeat;
        background-size: 100% auto
    }

    .title3 {
        float: right;
        width: 30%;
        height: 71px;
        background: url(../img/xian.png) left center no-repeat;
        background-size: 100% auto
    }
}

@media(min-width:641px) {
    .title2 {
        float: left;
        width: 32%
    }

    .title1 {
        float: left;
        width: 34%;
        height: 61px;
        background: url(../img/xian.png) left center no-repeat;
        background-size: 100% auto
    }

    .title3 {
        float: right;
        width: 34%;
        height: 61px;
        background: url(../img/xian.png) left center no-repeat;
        background-size: 100% auto
    }
}

/*联系我们 */

/* @media (min-width:641px){
    .lianxi{width:100%;margin-top:20px;text-indent:35%;padding:35px 0;background:url(../img/contact.png) center top no-repeat;background-size:100% auto;margin-bottom:187px}
    .lianxi p{margin-bottom:25px;height:32px;font-size:16px;color:#999;line-height:32px}
    .p1{background:url(../img/name.png) 30% center no-repeat}
    .p2{background:url(../img/yx.png) 30% center no-repeat}
    .p3{background:url(../img/add.png) 30% center no-repeat}
    .p4{background:url(../img/phone.png) 30% center no-repeat}
}
@media (max-width:640px){
   
} */


@media (min-width:641px) {
    .yjts1-1 ul li a {
        color: #999;
        font-size: 16px;
        border: 1px solid #cccccc;
        padding: 6px 30px
    }

    .yjts1-1 ul li {
        float: left;
        width: 27%;
        margin-right: 9%;
        margin-bottom: 20px
    }

    .yjts1-1 ul li:nth-child(3n) {
        margin-right: 0
    }

    .index_yjts1-1 ul li a {
        color: #999;
        font-size: 16px;
        border: 1px solid #cccccc;
        padding: 6px 30px
    }

    .index_yjts1-1 ul li {
        float: left;
        width: 27%;
        margin-right: 9%;
        margin-bottom: 40px
    }

    .index_yjts1-1 ul li:nth-child(3n) {
        margin-right: 0
    }

    .foot1 {
        float: left;
        width: 100%;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        color: #999;
        background: #fff;
       
    }

    .tiao a {
        display: block;
        color: #999;
        line-height: 35px;
        text-indent: 62%
    }

    .yjts1-2 ul li a {
        color: #999;
        font-size: 16px;
        border: 1px solid #cccccc;
        padding: 6px 30px
    }

    .yjts1-2 ul li {
        float: left;
        width: 27%;
        margin-right: 9%;
        margin-bottom: 40px
    }

    .yjts1-2 ul li:nth-child(3n) {
        margin-right: 0
    }
}

@media (max-width:640px) {
    .yjts1-1 ul li a {
        color: #999;
        font-size: 16px;
        border: 1px solid #cccccc;
        padding: 6px 20px;
        text-align: center;
    }

    .yjts1-1 ul li {
        float: left;
        width: 45%;
        margin-right: 10%;
        margin-bottom: 20px;
        display: grid;
        text-align: center;
    }

    .yjts1-1 ul li:nth-child(2n) {
        margin-right: 0
    }

    .index_yjts1-1 ul li a {
        color: #999;
        font-size: 16px;
        border: 1px solid #cccccc;
        padding: 6px 20px
    }

    .index_yjts1-1 ul li {
        float: left;
        width: 45%;
        margin-right: 10%;
        margin-bottom: 20px
    }

    .index_yjts1-1 ul li:nth-child(2n) {
        margin-right: 0
    }

    .foot1 {
        float: left;
        width: 100%;
        line-height: 65px;
        text-align: center;
        font-size: 16px;
        color: #999;
        background: #fff;
        display: none;
    }

    .tiao a {
        display: block;
        color: #999;
        line-height: 35px;
        text-indent: 0%
    }

    .yjts1-2 ul li a {
        color: #999;
        font-size: 16px;
        border: 1px solid #cccccc;
        padding: 6px 20px
    }

    .yjts1-2 ul li {
        float: left;
        width: 45%;
        margin-right: 10%;
        margin-bottom: 40px
    }

    .yjts1-2 ul li:nth-child(2n) {
        margin-right: 0
    }
}