@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
    text-decoration: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    max-width: 1920px;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.text_r1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text_r2 {
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text_r3 {
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* nav */

.head {
    background: #fff;
}

.head.t60 {
    top: 60px;
}

.head-top {
    padding-top: 24px;
    padding-bottom: 30px;
    position: relative;
    z-index: 999;
    background: url(/uploads/image/zimages/head-topbj.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    vertical-align: middle;
    transition: all 0.3s;
}

.search {
    float: right;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    color: #d6d6d6;
    font-size: 0;
    text-align: right;
}

.search span {
    display: inline-block;
    font-size: 12px;
    color: #666666;
    line-height: 12px;
    vertical-align: middle;
}

.search a {
    display: inline-block;
    font-size: 14px;
    color: #676767;
    vertical-align: middle;
    margin-left: 10px;
    vertical-align: middle;
    padding-left: 7px;
    line-height: 14px;
    border-left: 1px solid #adadad;
}

.search a img {
    vertical-align: bottom;
    margin-right: 5px;
}

.search a:first-child {
    border: none;
}

.search a:hover {
    color: #068358;
}

.search-box {
    overflow: hidden;
}

.search-box>div {
    margin-top: 15px;
    float: right;
    background: #fff;
    padding-left: 20px;
    border: 1px solid #fff;
    border: 1px solid #2c629a;
}

.search-box input[type="text"] {
    width: 209px;
    padding: 0 10px 0 0;
    line-height: 35px;
    height: 35px;
    background: none;
    color: #333;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 14px;
}

.search-box input[type="text"]::placeholder {
    color: #aaaaaa;
}

.search-box input.p-submit {
    width: 35px;
    color: #aaaaaa;
    height: 35px;
    font-size: 14px;
    vertical-align: middle;
    background: url(/uploads/image/zimages/search2.png) no-repeat;
    background-position: center center;
    cursor: pointer;
    font-size: 0;
}

.search-box img {
    display: block;
    height: 17px;
    margin-top: 9px;
    cursor: pointer;
}

.t-search {
    background: #223356;
    padding: 10px 0;
    display: none;
}

.t-search>div {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #9b0c14;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.head.on .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    border: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

.head.on .nav>ul {}

.head.on .nav>ul>li>a {}

.nav {
    background: #196cb0;
    transition: all 0.5s;
}

.nav>ul {
    font-size: 0;
    text-align: center;
    transition: all 0.5s;
}

.nav>ul>li {
    display: inline-block;
    width: 10%;
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
}

.nav>ul>li>a {
    font-size: 18px;
    line-height: 51px;
    color: #fff;
    position: relative;
}




.nav>ul>li ul::before {
    content: "";
    height: 0;
    position: absolute;
    top: -10px;
    left: 50%;
    transition: all 0.3s;
    border-width: 0 5px 7px 5px;
    border-style: solid;
    border-color: transparent transparent #d2bd60 transparent;
}

.nav>ul>li ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 10px 0;
    width: 120px;
    background: rgba(255, 255, 255, .83);
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 3px solid #d2bd60;
    z-index: 99999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: -2px;
}

.nav>ul>li ul li {
    text-align: center;
}

.head.on .nav>ul>li ul li a {
    /*padding-left: 29%;*/
}

.head.on .nav>ul>li ul li a::before {
    left: 20%;
}

.nav>ul>li ul li a {
    display: block;
    font-size: 16px;
    color: #333333;
    position: relative;
    text-align: left;
    line-height: 35px;
    text-align: center;
}

.nav>ul>li ul li a::before {
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translatey(-50%);
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-top: -2px;
}

.nav>ul>li ul li a:hover {
    color: #196cb0;
}

.nav>ul>li ul li a:hover::before {
    color: #93c1f7;
}

.nav>ul>li:hover {}

.nav>ul>li:hover>a {}

.nav>ul>li.active {
    background: #fff;
}

.nav>ul>li.active>a {
    color: #304174;
}

.nav>ul>li.active>a::before {
    left: 0;
    right: 0;
}

.nav>ul>li.on>a:after {}

.nav>ul>li.on>a::before {}

.pic {
    display: block;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}

.pic img:hover {
    transform: scale(1.05);
}



.banner {
    width: 100%;
    position: relative;
}

.banner a {
    display: block;
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a div {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.banner .slick-slide a div p {
    position: absolute;
    bottom: 40px;
    width: 100%;
    max-width: 1300px;
    left: 50%;
    margin-left: -650px;
    font-size: 30px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 10;
}

.banner .slick-slide a div p:hover {
    color: #e78c33;
}

.banner .slick-dots {
    bottom: 30px;
    text-align: center;
}

.banner .slick-dots li {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-right: 6px;
    transition: all 0.3s;
    position: relative;
    border-radius: 50%;
    font-size: 0;
}

.banner .slick-dots li.slick-active {
    border: 1px dashed #fff;

}

.banner .slick-dots li.slick-active button {
    background: #fff;
    display: block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border-radius: 50%;
    margin: 5px;
    padding: 0;
}

.banner .slick-dots li button {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border-radius: 50%;
    margin: 1px;
    padding: 0;
    display: block;
    background: rgba(255, 255, 255, .5);
}


.link {
    background: #2260a6;
    padding: 10px;
    line-height: 28px;
}

.link span {
    float: left;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}

.link div {
    overflow: hidden;
}

.link div a {
    color: #fff;
    margin: 0 5px;
}



.footer {
    background: url(/uploads/image/zimages/foot-bj.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 30px;
}

.foot-c {
    display: table;
    width: 100%;
}

.foot-logo {
    padding-right: 15px;
}

.foot-logo a {
    display: block;
}

.foot-logo a img {
    display: block;
}

.foot-c>div {
    display: table-cell;
    vertical-align: middle;
}

.foot-text {
    padding: 0 30px;
    border-right: 1px solid rgba(255, 255, 255, .5);
    border-left: 1px solid rgba(255, 255, 255, .5);
}

.foot-text p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
.foot-text p a {
    color: #fff;
}
.foot-text p span {
    margin: 0 5px;
}

.foot-ewm {
    overflow: hidden;
    padding-left: 15px;
}

.foot-ewm div {
    float: left;
    margin: 0 16px;
}

.foot-ewm div img {
    display: block;
}

.foot-ewm p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    margin-top: 2px;
}

@media screen and (max-width:1200px) {
    .px1200 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .foot-text p {
        font-size: 14px;
    }

    .foot-c>div {
        padding: 0 15px;
    }

    .foot-ewm div {
        margin: 0 5px;
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .b-top {
        display: none;
    }


    .search-btn input {
        display: block;
        width: 20px;
        margin: 10px auto;
    }


    .top {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        padding: 10px 10px;
        background: rgb(168 216 255);
        z-index: 999;
    }

    .logo {
        float: left;
    }

    .logo>a {
        display: block;
        overflow: hidden;
        line-height: 40px;
        height: 40px;
    }

    .logo img {
        display: inline-block;
        vertical-align: middle;
        max-height: 40px;
        max-width: 90%;
    }

    .head-link {
        position: absolute;
        top: 50%;
        right: 1.5rem;
        transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
    }

    .head-link a {
        display: block;
        font-size: .2rem;
        line-height: .36rem;
        color: #fff;
    }

    .search {
        position: absolute;
        top: 50%;
        right: 0.85rem;
        transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);

    }

    .search img {
        display: block;
        width: 0.33rem;
        height: 0.33rem;
    }

    .menu {
        position: absolute;
        top: 50%;
        right: 0.18rem;
        transform: translatey(-50%);
    }

    .menu img {
        display: block;
        width: 20px;
        /* height: 0.32rem; */
    }

    .m-nav {
        position: fixed;
        top: 50px;
        bottom: 0;
        left: 100%;
        right: 0;
        margin: auto;
        background: rgba(0, 0, 0, .9);
        background: #196cb0;
        z-index: 997;
        overflow-y: scroll;
    }

    .m-nav ul li {
        position: relative;
        padding: 0 10px;
        overflow: hidden;
    }

    /* .m-nav>ul>li>a { */
    .m-nav>ul li a {
        position: relative;
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 42px;

        color: #fff;
        z-index: 99;
        border-bottom: 1px solid rgba(222, 221, 221, 0.5);
    }

    .m-nav ul li span {
        position: absolute;
        width: 40px;
        right: 0.1rem;
        top: 0;
        height: 40px;
        z-index: 999;
        transition: all 300ms;
        background: no-repeat center center;
        background-size: 14px;
    }

    .m-nav ul li.on>span {
        transform: rotate(45deg);
    }

    .m-nav>ul li ul {
        display: none;
        overflow: hidden;
        margin: 0 -0.2rem 0 0;
    }

    .m-nav>ul>li>ul li {
        line-height: 0.6rem;
        /* height: 0.6rem; */
        /* background: #f6f6f6;
    border-bottom: 1px solid #f6f6f6; */
    }

    .m-nav ul li ul a {
        /* display: inline-block; */
        display: block;
        width: 100%;
        font-size: 0.24rem;
        /* color: #324c3c; */
        padding: 0 0.3rem;
    }

    .m-nav>ul li a {
        border: none;
    }

    .m-search {
        margin: 0 10px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .footer{
        padding: 25px 0;
    }

    .foot-c {
        display: block;
    }

    .foot-c>div {
        display: block;
    }
    .foot-text{
        border: none;
        margin: 15px 0;
    }

    .foot-logo a img {
        margin: 0 auto;
        max-width: 95%;
    }

    .foot-ewm {
        text-align: center;
        font-size: 0;
    }

    .foot-ewm div {
        float: none;
        display: inline-block;
    }
}

@media screen and (max-width:768px) {
    .link span {
        float: none;
    }

    .link div a {
        margin: 0;
        margin-right: 10px;
        font-size: 14px;
    }
}

.seawrap1{ padding:35px;}
.seawrap1 .seabox{width:45%;margin:0 auto;}
.seawrap1 .seabox .ln{width:30%;display: inline-block; text-align: right;}
.seawrap1 .seabtn{ text-align: center;}
.seawrap1 .seabtn input{ background:#2260a6;height:40px; border:none;color:#fff;font-size: 16px;padding: 0; cursor:pointer;width:30%;}
.seawrap1 input{ line-height:16px; border:1px solid #dedede; width:65%; margin-top:20px;padding:10px 0 10px 10px;}


.seawrap{ padding:35px;}
.seawrap .seabox{width:40%;margin:0 auto;}
.seawrap .seabox .ln{width: 18%;display: inline-block;}
.seawrap .seabtn{ text-align: center;}
.seawrap .seabtn input{ background:#2260a6;height:40px; border:none;color:#fff;font-size: 16px;padding: 0; cursor:pointer;width:30%;}
.seawrap input{ line-height:16px; border:1px solid #dedede; width:70%; margin-top:20px;padding:10px 0 10px 10px;}
#yzm{width: 80px;height: 30px;margin-right: 10px;}
.sealist ul{ border:1px solid #dedede; border-right:none;border-bottom:none}
.sealist ul li{width: 46.433333333333333333333%;float: left;display: inline-block;line-height:24px;font-size: 15px; border-bottom:1px solid #dedede; border-right:1px solid #dedede; padding:15px}
.mess{background:#fff;min-height:700px;}
.table {margin-top: 20px;}
.table table {font-size:16px; margin:0 auto; border-collapse: collapse;}
.table table td{text-align: center; padding:5px 10px; border:0px #ddd solid;}
.table table td p{ text-indent:0em !important; margin-bottom:0px;}



#authcode_img {
    width: auto;
    height: 37px !important;
    margin-top: 18px;
    margin-left: 46px;

}
#authcode {width: 34%;}