* {
    margin: 0;
    padding: 0;
}
/* @media screen and (max-width: 768px) {
    html,body {
        max-width:100%;
        overflow-x: auto;
    }
} */

.open_nav{
    overflow: hidden;
}
a {
    text-decoration: none;
    color: #000;
}

ul li {
    list-style: none;
}

a:hover {
    text-decoration: none;
    color: #10559a;
}

.phone-main button {
    border: 0;
}

#top a {
    text-decoration: none;
    color: #a8b9cb;
}

#top a:hover {
    text-decoration: none;
    color: #10559a;
}

.nav-main a {
    text-decoration: none;
    color: #fff;
}

.nav-main li:hover {
    background-color: #07b9e9;
}

.nav-main a:hover {
    text-decoration: none;
    color: #fff;
}

.logo {
    height: 110px;
    line-height: 82px;
}

.logo img {
    height: 84px;
}

.logo input {
    width: 150px;
    height: 23px;
}

button {
    border: none;
}

.px1200 {
    margin: auto;
    width: 1200px;
}

.list-inline li {
    width: 152px;
    font-size: 18px;
    color: #fff;
}

ul li a:link {
    text-decoration: none;
}

ul li a:hover {
    color: #003267;
}

.list-left ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 15px;
    color: #000;
    line-height: 30px;
}

.list-left ul li {
    height: 45px;
}

.list-left ul li a {
    font-size: 16px;
}

.list-left ul li span {
    font-size: 14px;
    color: #666666;
}

.list-right ul {
    padding: 0;
    margin: 5px;
    list-style: none;
}

.list-right ul li a {
    font-size: 16px;
}

.list-right ul li {
    height: 70px;
    margin-bottom: 10px;
    overflow: hidden;
}


/**
* Navigation Defaults
*/

.nav {
    position: absolute;
    z-index: 1050;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.nav--active .nav {
    opacity: 1;
    background-color: #057cbc;
}

.nav__list {
    margin: 0;
    padding: 10px;
}

.nav__item {
    font-size: 18px;
    list-style-type: none;
    text-align: left;
}

.nav li {
    margin: 10px 0;
}

.nav__link {
    font-size: 1.3em;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}


/* .list-right ul li .item-right {
    line-height: 70px;
} */

.item-left {
    float: left;
    width: 70px;
    text-align: center;
    border: 1px solid #e1e1e1;
    color: #000;
    margin-right: 10px;
}

.item-left p {
    margin: 0px;
}

.item-left1 {
    color: #fff;
    background-color: #10559a;
    font-size: 20px;
    font-weight: bold;
}

.item-left2 {
    height: 20px;
    font-size: 14px;
}

.line {
    height: 3px;
    background-color: #003262;
    width: 100%;
    margin-top: 5px;
}

.line-gray {
    height: 1px;
    background-color: gray;
    width: 100%;
    margin-top: 5px;
}

.line-gray {
    height: 2px;
    background-color: #a8a8a8;
    width: 100%;
    margin-top: 5px;
}

.title-line {
    height: 3px;
    background-color: #003262;
    width: 100%;
    margin-top: 2px;
}

.item-title {
    font-size: 24px;
    color: #000;
    padding-right: 5px;
}

.kslj ul li {
    list-style: none;
    float: left;
    width: 128px;
    border: 2px solid #1a1c90;
    margin: 5px 5px 10px 5px;
    height: 57px;
    line-height: 50px;
}

.kslj ul li a img {
    display: block;
    margin: 13px 5px 0px 5px;
}

.kslj-xs ul li {
    list-style: none;
    float: left;
    border: 1px solid #1a1c90;
    margin: 5px 10px;
    height: 57px;
    line-height: 50px;
}

.kslj-xs ul li a img {
    display: block;
    margin: 13px 5px 0px -10px;
}

.fl {
    float: left;
}

.footer {
    color: #fff;
    margin-top: 30px;
    height: 160px;
    background-color: #0475b7;
}

.foo {}

.nav-top {
    background-color: #0475b7;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
}

.left-nav li {
    color: #fff;
    height: 60px;
    line-height: 60px;
    background-color: #07b9e9;
    font-size: 16px;
}

.left-nav li:hover {
    background-color: #02a6d3;
}

.cont-list li {
    font-size: 16px;
    margin: 30px 0;
}

.cont-list li-left {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cont-list li a {
    color: #000;
}

.cont-list li :hover {
    color: #003267;
}

.cont-location {
    font-size: 16px;
}

.xs-title {
    font-size: large;
    color: #0475b7;
    margin: 10px 0;
}


/* Default navigation icon */

.nav__trigger {
    display: block;
    position: absolute;
    width: 30px;
    height: 25px;
    right: 10px;
    top: 10px;
    z-index: 1080;
}

.nav--active .nav__trigger {
    opacity: 0.5;
}

.nav__icon {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 5px;
    background-color: #a8b9cb;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.nav__icon:before,
.nav__icon:after {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    position: absolute;
    background: #a8b9cb;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.nav__icon:before {
    margin-top: -10px;
}

.nav__icon:after {
    margin-top: 10px;
}


/**
* Style #1
*/

.style-1 .nav {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
}

.style-1 .nav__link {
    opacity: 0;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.style-1 .nav--active .nav__link {
    opacity: 1;
}

.style-1 .nav--active .nav {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.style-1 .nav--active .nav__icon {
    background: rgba(0, 0, 0, 0);
}

.style-1 .nav--active .nav__icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.style-1 .nav--active .nav__icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.px1500 {
    width: 1500px;
    margin: auto;
}

.foo {
    margin-top: 30px;
}

.nav1 {
    z-index: 9999;
    list-style: none;
    /*清除列表样式*/
    display: flex;
    /*弹性盒子布局*/
    width: 100%;
    margin-bottom: 0px;
}

.nav1>li {
    font-size: 18px;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    flex: 1;
    /*关键语句*/
}

.nav2>li {
    height: 0;
    background-color: #02a6d3;
    overflow: hidden;
    /*溢出隐藏 通过设置height:0 来让内容溢出 然后通过溢出隐藏来隐藏二级菜单/
margin-top: 3px; /*设置上方的外边距*/
    transition: 0.5s;
    /*设置出现延迟时间*/
}

.nav2-xs>li {
    color: #fff;
    padding: 5px 30px;
}

.nav2-xs>li>a {
    font-size: 18px;
}

.nav1>li:hover .nav2>li {
    /*一级导航栏hover的时候 二级导航栏的情况*/
    z-index: 9999;
    height: 50px;
}

.nav1>li:hover {
    z-index: 9999;
    /*一级导航栏悬浮的时候的状态*/
    height: 50px;
}

.activity-content-img {
    transition: 0.2s;
}

.activity-content-img:hover {
    transform: scale(1.2);
}

.kslj-1 li {
    width: 125px;
    height: 130px;
    float: left;
    margin: 0 5px 5px 5px;
    text-align: center;
    font-size: 16px;
    background-color: #f4f4f4f4;
}

.kslj-1 li img {
    width: 100px;
    height: 100px;
    margin-left: 10px;
}

.kslj-1 li span {
    line-height: 0px;
}

.kslj-1-xs li {
    width: 125px;
    height: 130px;
    float: left;
    margin: 5px 20px;
    text-align: center;
    font-size: 16px;
    background-color: #f4f4f4f4;
}

.kslj-1-xs li img {
    width: 100px;
    height: 100px;
    margin-left: 10px;
}

.kslj-1-xs li span {
    line-height: 0px;
}
@font-face {
  font-family: 'wingdings';
  src: url('./Wingdings.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}