@font-face {
  font-family: 'wingdings';
  src: url('./Wingdings.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
    margin: 0;
    padding: 0;
}
.open_nav{
    overflow: hidden;
}

a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接*/
a:active {
    text-decoration: none;
}

li {
list-style:none;
}
a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #1d2353;
}

.phone-main button {
    border: 0;
}

#top a {
    text-decoration: none;
    color: #000;
}

#top a:hover {
    text-decoration: none;
    color: #1d2353;
}

.nav-main a {
    text-decoration: none;
    color: #fff;
}

.nav-main li:hover {
    background-color: #26518b;
}

.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: #1d2353;
}

.list-left ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 15px;
    color: #000;
    line-height: 30px;
}

.list-left ul li {
    height: 55px;
}

.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: 80px;
    padding: 16px 0px;
    overflow: hidden;
}


/**
* Navigation Defaults
*/

.nav {
    position: absolute;
    z-index: 100;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.nav--active .nav {
    opacity: 1;
    background-color: #3662a0;
}

.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: 60px;
    padding: 2px 0px;
    text-align: center;
    border: 1px solid #088259;
    color: #088259;
    margin-right: 10px;
}

.item-left p {
    margin: 0px;
}

.item-left1 {
    font-size: 20px;
    font-weight: bold;
}

.item-left2 {
    font-size: 12px;
}

.line {
    height: 3px;
    background-color: #1d2353;
    width: 100%;
    margin-top: 5px;
}

.line-gray {
    height: 2px;
    background-color: #a8a8a8;
    width: 100%;
    margin-top: 5px;
}

.title-line {
    height: 3px;
    background-color: #1d2353;
    width: 100%;
    margin-top: 2px;
}

.item-title {
    font-size: 24px;
    color: #1d2353;
    padding-right: 5px;
}

.kslj {
    margin-top: 30px;
}

.kslj .kslj-item {
    margin: 0 63px;
    height: 60px;
    line-height: 60px;
    background-color: #1d2353;
    border-radius: 15px;
    font-size: 18px;
    color: #fff;
}

.kslj .kslj-item a {
color:#fff;
}

.kslj .kslj-item a:hover {
    color: #fff;
}

.kslj .kslj-item-m {
    color: #fff;
    margin: 0 10px;
    height: 50px;
    line-height: 50px;
    background-color: #1d2353;
    border-radius: 15px;
}
.kslj .kslj-item-m a {
color:#fff;
}

.footer {
    color: #fff;
    margin-top: 30px;
    height: 140px;
    background-color: #1d2353;
}

.foo {}

.nav-top {
    background-color: #1d2353;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
}

.left-nav li {
    color: #fff;
    height: 60px;
    line-height: 60px;
    background-color: #2c6ea0;
    font-size: 16px;
}

.left-nav li:hover {
    background-color: #1d2353;
}

.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: #1d2353;
}

.cont-location {
    font-size: 16px;
}

.xs-title {
    font-size: large;
    color: #1d2353;
    margin: 10px 0;
}


/* Default navigation icon */

.nav__trigger {
    display: block;
    position: absolute;
    width: 30px;
    height: 25px;
    right: 10px;
    top: 10px;
    z-index: 200;
}

.nav--active .nav__trigger {
    opacity: 0.5;
}

.nav__icon {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 5px;
    background-color: #1d2353;
    -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: #1d2353;
    -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;
}
.px1590 {
    width: 1590px;
    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 {
    color: #fff;
    height: 0;
    background-color: #2c6ea0;
    overflow: hidden;
    /*溢出隐藏 通过设置height:0 来让内容溢出 然后通过溢出隐藏来隐藏二级菜单/
margin-top: 3px; /*设置上方的外边距*/
    transition: 0.5s;
    /*设置出现延迟时间*/
}

.nav1>li:hover .nav2>li {
    /*一级导航栏hover的时候 二级导航栏的情况*/
    z-index: 9999;
    height: 50px;
}

.nav1>li:hover {
    z-index: 9999;
    /*一级导航栏悬浮的时候的状态*/
    height: 50px;
}
.nav2-xs>li {
    color: #fff;
    padding: 5px 30px;
}
.nav2-xs>li>a {
    font-size: 18px;
}
.img-left{
    display: block;
    max-width: 100%;
    height:100%;
}
.foo{
margin-top:30px;
}