  @charset "utf-8";
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-family: ;
    text-align: left;
    margin-left: auto !important;
    margin-right: auto !important;
}

html {
    /* overflow-x: hidden; */
}

body {}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0px;
    outline: none;
}

.icon img {
    transition: all 0.3s ease 0s;
}

.icon:hover img {
    animation: 0.6s linear 0s 1 normal none running icon-yh;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(10deg);
    }
    20% {
        transform: rotateZ(0deg);
    }
    30% {
        transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(0deg);
    }
    50% {
        transform: rotateZ(10deg);
    }
    60% {
        transform: rotateZ(0deg);
    }
    70% {
        transform: rotateZ(-10deg);
    }
    80% {
        transform: rotateZ(0deg);
    }
    90% {
        transform: rotateZ(10deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0px;
    height: 0px;
}

.clearfix {
    zoom: 1;
}

body .clear {
    clear: both;
    height: 0px !important;
    width: 0px !important;
    border: none !important;
    margin: 0px !important;
    padding: 0px !important;
    float: none !important;
}

.px1200 {
    max-width: 1400px;
    margin: 0px auto;
}

.px1300 {
    max-width: 1300px;
    margin: 0px auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0px auto;
}

.px1620 {
    max-width: 1620px;
    margin: 0px auto;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    inset: 0px;
    background: rgba(0, 0, 0, 0.6);
}

.t-search {
    padding: 0px 0px 10px;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 500px;
    margin: 0px auto;
    position: relative;
    padding: 5px 0px;
    background: rgb(255, 255, 255);
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0px 70px 0px 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.t-search>div input[type="text"]::placeholder {
    color: rgb(80, 79, 79);
    font-size: 16px;
}

.search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    width: 50px;
    background: rgb(39, 94, 188);
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.b-top .close {
    position: fixed;
    right: 20%;
    top: 20%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.b-top .close img {
    width: 100%;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 1s ease 0s;
}

.pic img:hover {
    transform: scale(1.05);
}

.header {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 109px;
    z-index: 99999;
    transition: top 0.5s ease 0s;
    /* background: url("/lic/images/bg-nav.png") repeat-x; */
}

.logo {
    float: left;
    margin-top: 10px;
}

.logo a {
    display: block;
    max-width: 400px;
}

.logo a img {
    max-height: 70px;
    width: 100%;
}

.headerRight {
    margin-left: 485px;
    position: relative;
}

.tool {
    text-align: right;
    line-height: 31px;
    height: 31px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.tool a {
    font-size: 14px;
    color: rgb(204, 204, 204);
    position: relative;
    float: right;
    line-height: 31px;
}

.tool span {
    float: right;
    color: rgb(204, 204, 204);
    margin: 0px 12px;
}

.tool a:hover {
    text-decoration: underline;
}

.search {
    float: right;
    height: 25px;
    width: 35px;
    margin-left: -16px;
    padding-left: 20px;
    padding-top: 2px;
    cursor: pointer;
}

.search img {
    width: 100%;
}

.nav {
    /* height: 44px; */
}

.navItem {
    float: left;
    width: 10%;
    cursor: pointer;
    position: relative;
    text-align: center;
    height: 44px;
}

.navItem>a {
    display: block;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.navItem>div {
    top: 100%;
    position: absolute;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    left: -16px !important;
    right: -16px !important;
}

.navItem::before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0px;
    height: 3px;
    background: #64d2fb;
    content: "";
    transition: width 0.5s ease 0s;
}

.navItem::after {
    position: absolute;
    bottom: 0px;
    right: 50%;
    width: 0px;
    height: 3px;
    background: #64d2fb;
    content: "";
    transition: width 0.5s ease 0s;
}

.navItem:hover::before,
.navItem:hover::after {
    width: 50%;
}

.navItem:hover div {
    opacity: 1;
    visibility: inherit;
}

.navItem>div>ul {
    background: rgb(255, 255, 255);
}

.navItem>div>ul>li {
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid rgb(243, 240, 240);
}

.navItem>div>ul>li>a {
    font-size: 13px;
    color: rgb(34, 34, 34);
}

.navItem>div>ul>li:last-child {
    border-bottom: 0px;
}

.navItem:nth-last-child(2)>div {}

.navItem>div>ul>li:hover a {
    color: #275ebc;
}

.head_rgb.hide {
    top: -100%;
}

.head_wit {
    top: -100%;
}

.head_wit.show {
    top: 0px;
}

.head_wit {
    background: linear-gradient(180deg, #25367a, transparent);
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    height: 100px;
    line-height: 100px;
    /* border-bottom-style: solid; */
    /* border-bottom-color: rgba(255, 255, 255, 0.6); */
}

.head_wit .logo {
    margin-top: 0px;
}

.head_wit .logo a {
    padding-top: 18px;
    line-height: 100px;
    height: 100px;
}

.head_wit .navItem div {
    top: 100%;
}

.head_wit .navItem {
    height: 100%;
}

.head_wit .navItem::before,
.head_wit .navItem::after {
    background: #64d2fb;
    height: 3px;
}

.footer .top {
    background: #0d4297;
}

.footer .bottom {
    background: #0d4297;
}

.footer .bottom div p {
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #ffffff;
    border-top: #ffffff40 1px solid;
}

.footer .top {
    padding-top: 38px;
    padding-bottom: 25px;
    position: relative;
}

.footer .logo {
    float: left;
    /* width: 43%; */
    max-width: 720px;
    display: block;
    margin-right: 11%;
}

.footer .mid {
    float: left;
width: 400px;
}
.footer .mid p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}

.footer .mid li {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}

.footer .Left {
    float: left;
    width: 80%;
}

.footer .Right {
    overflow: hidden;
}

.footer .Right .ewm {
    width: 74px;
    margin: 0 auto;
}
.ewm img {
    max-height: 74px;
}
.footer .Right p {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

.footer .logo img {
    width: auto;
    max-height: 70px;
}
