* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
    display: flex;
    margin: auto;
}
textarea:focus,
input:focus
{
    outline: none;
}
.head-wrap {
    position: sticky;
    top: 0;
    height: 60px;
    background-color: #fff;
    z-index: 9;
}

.head-wrap ul {
    width: 936px;
    height: inherit;
    float: left;
}

.head-wrap ul li {
    float: left;
    padding: 0 14px;
    font-size: 16px;
    line-height: 60px;
    position: relative;
    color: #656565;
}

.head-wrap ul li .submenu{
    position: absolute;
    left: 50%;
    top: 100%;
    width: 150px;
    color: #656565;
    margin-left: -75px;
    padding: 10px 0;
    text-align: center;
    line-height: 38px;
    background: #fff;
    border: solid 1px #ddd;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.head-wrap ul li .submenu a{
    display: block;
    padding: 0 20px;
}
.head-wrap ul li .submenu a:hover{
    background-color: #0c68a9;
    color: #fff;
}
.head-wrap ul li:hover .submenu{
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
}


.head-wrap ul li:hover,
.head-wrap ul li.on {
    background-color: #0c68a9;
    color: #fff;
    /*color: #656565;*/
}

.head-wrap ul li a {
    color: inherit;
    display: block;
    /*color: #656565;*/
}
/*.head-wrap ul li a:hover {
    color: #0c68a9;
}
.head-wrap ul li.on>a {
    color: #fff;
}*/

.head-wrap .head-wrap-nav>a {
    display: block;
    width: 259px;
    padding-top: 15px;
    margin-right: 5px;
    float: left;
}

.head-wrap .head-wrap-nav>a img {
    border: none;
    margin: initial;
}

.head-wrap .head-wrap-nav {
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    /*overflow: hidden;*/
}

/* 底部说明 */
.footer {
    background-color: #0c68a9;
    color: #fff;
    padding: 40px 0;
}

.footer .footer-desc {
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}

.footer .desc-tit {
    color: #e8e8f4;
    font-size: 18px;
}

.footer .desc-nav {
    float: left;
    margin-right: 100px;
}

.footer .link,
.footer .info {
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #a9c3da;
}

.footer .link:hover {
    color: #fff;
}

.footer .desc-code {
    overflow: hidden;
    padding-top: 20px;
    float: right;
}

.footer .desc-code .ui {
    width: 120px;
    float: left;
    text-align: center;
    margin-left: 60px;
}
.footer.net {
    background-color: #EFF2F7;
    text-align: center;
    padding-top: 30px;
    color: #333333;
    font-size: 14px;
}
/* 标题样式 */
.p-title {
    text-align: center;
    padding: 40px 0;
}
.p-title .t1 {
    line-height: 46px;
    font-weight: 900;
    color: #0c68a9;
    font-size: 36px;
    letter-spacing: 5px;
    margin-bottom: 10px;
}
.p-title .t2 {
    color: #989898;
    font-size: 14px;
    line-height: 20px;
}