* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}
.open_nav{
    overflow: hidden;
}

/*正常的未被访问过的链接*/

a:link {
    text-decoration: none;
}


/*已经访问过的链接*/

a:visited {
    text-decoration: none;
}


/*鼠标划过(停留)的链接*/

a:hover {
    color:#7ea6bf;
    text-decoration: none;
}


/* 正在点击的链接*/

a:active {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

ul {
    list-style: none;
}

html,
body {
    background: #eee;
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.phone-main button {
    border: 0;
}

.nav-main a {
    text-decoration: none;
    color: #fff;
}

.nav-main li:hover {
    background-color: #2ca09c;
}

.nav-main a:hover {
    text-decoration: none;
    color: #fff;
}

.logo {
    height: 134px;
    line-height: 134px;
}

.logo img {
    height: 84px;
}

.logo input {
    width: 150px;
    height: 23px;
}

.nav-top {
    margin-top: 69px;
    float: right;
    background: #108290cc;
    padding-left: 55px;
    border-top-left-radius: 40px;
}

.nav-top a {
    color: #fff;
}

.nav-right {
    position: absolute;
    bottom: 0;
    height: 65px;
    margin-left: 945px;
    background: #108290cc;
    z-index: 6;
}

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;
}

.list-left ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 15px;
    color: #000;
    line-height: 30px;
}

.list-left ul li {
    height: 37px;
}

.list-left ul li a {
    font-size: 16px;
}

.list-left ul li span {
    font-size: 14px;
    color: #0555ba;
}

.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 {
    overflow: scroll;
    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: #3c97a2;
}

.nav__list {
    margin: 0;
    padding: 10px;
}

.nav__item {
    font-size: 18px;
    list-style-type: none;
    text-align: left;
}

.nav li {
    margin: 2px 0;
}

.nav__link {
    font-size: 20px;
    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 #3c97a2;
    color: #3c97a2;
    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: #7ea6bf;
    width: 100%;
    margin-top: 5px;
}

.line_title {
    height: 3px;
    background-color: #7ea6bf;
    width: 30px;
    margin-top: 5px;
}


/* 检索部分样式 */

.cont-main {
    position: absolute;
    width: 100%;
    max-width: 1400px;
    left: 50%;
    top: 15%;
    transform: translateX(-50%);
    z-index: 998;
}


/* 检索部分第一部分 */

.cont-top {
    background: #ffffff99;
}

.cont-right {
    overflow: hidden;
    padding-left: 30px;
    min-height: 300px;
    padding-right: 100px;
    background: #108290cc;
}

.cont-ctl {
    float: left;
    width: 160px;
}

.cont-ctl li {
    display: block;
    line-height: 60px;
    font-size: 18px;
    color: #000;
    text-align: center;
    cursor: pointer;
}

label {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.cont-right-search2 {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding-left: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    background: #e6eef7;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 35px;
}

.cont-right-search1 {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding-left: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    background: #e6eef7;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 2px;
    margin-bottom: 35px;
}

.cont-right-search3 {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding-left: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    background: #e6eef7;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 35px;
}

.cont-right-m1 {
    overflow: hidden;
    position: relative;
    line-height: 20px;
    /* padding-right: 115px; */
    min-height: 30px;
}

.cont-right span {
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    color: rgba(255, 255, 255, .7);
    margin-right: 5px;
}

.cont-right .a span {
    color: #fff;
    vertical-align: middle;
}

.cont-right-m2 {
    overflow: hidden;
    margin-top: 10px;
}

.cont-right-m2>div a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 3px 15px;
    line-height: 28px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.cont-right-m2>div {
    overflow: hidden;
    font-size: 0;
}

.cont-right-m2>span {
    float: left;
    color: #fff;
    font-size: 14px;
}

.cont-right-m1 img {
    width: 17px;
}

.search-text {
    display: block;
    width: 100%;
    line-height: 21px;
    height: 21px;
    background: none;
    border-right: 1px solid #054eaa;
    padding-right: 55px;
    box-sizing: border-box;
    border-radius: 0;
}

.clear_seach {
    position: absolute;
    top: 50%;
    right: 70px;
    width: 20px;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

.search-btn {
    position: absolute;
    top: 9px;
    right: 15px;
    width: 35px;
    padding-left: 15px;
    /* border-left: 1px solid #054eaa; */
}

.cont-right-bdy {
    display: none;
}

.cont-right-bdy:first-child {
    display: block;
}

.search_xz {
    display: none;
}

.search_xz:first-child {
    display: block;
}

.cont-ctl li.on {
    background: #108290;
    color: #fff;
}


/* 检索部分第二部分 */

.cont-bt {
    margin-top: 60px;
    background: rgba(46, 109, 116, .6);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height: 132px;
}

.cont-bt-l {
    float: left;
    width: 60px;
    background: #fff;
    height: 132px;
    text-align: center;
}

.cont-bt-l p {
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    width: 24px;
    line-height: 20px;
    margin: 25px auto;
    display: inline-block;
}

.cont-bt-m {
    overflow: hidden;
}

.cont-bt-m ul {
    overflow: hidden;
}

.cont-bt-m ul li {
    float: left;
    width: 16.667%;
    text-align: center;
}

.cont-bt-m ul li a {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 65px;
    margin: 0 -1px -1px 0;
    border: 1px solid rgba(160, 290, 229, .2);
}

.cont-bt-r {
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    background: #108290;
    height: 132px;
    text-align: center;
}

.cont-bt-r a {
    margin: 35px auto 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 24px;
}


/* 检索部分第二部分end */

.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: 32px;
    color: #333333;
    padding-right: 5px;
}

.card-right .active {
    font-size: 32px;
    color: #333333;
    padding-right: 5px;
}

.card-right .active-xs {
    font-size: 32px;
    color: #333333;
    padding-right: 5px;
}

.item-title2 {
    font-size: 20px;
    color: #333333;
    padding-right: 5px;
}

.op2 {
    display: none;
}

.px16hei {
    font-size: 16px;
}

.item-right2-xs,
.item-right2 {
    display: none;
}

.item-right1-xs a,
.item-right2-xs a,
.item-right1 a,
.item-right2 a {
    font-size: 14px;
}

.pc_banner {
    position: relative;
}

.footer {
    color: #fff;
    margin-top: 30px;
    height: 150px;
    background-color: #3c97a2;
}


/* .wz-content {
    border: 1px solid #40b68e;
} */

.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: #246fb1;
}

.cont-location {
    font-size: 16px;
}

.xs-title {
    font-size: large;
    color: #3c97a2;
    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: #000;
    -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: #000;
    -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;
}

.px1400 {
    width: 1400px;
    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: 105px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    flex: 1;
    /*关键语句*/
}

.nav2>li {
    line-height: 50px;
    height: 0;
    background-color: #49b2be;
    overflow: hidden;
    /*溢出隐藏 通过设置height:0 来让内容溢出 然后通过溢出隐藏来隐藏二级菜单/
margin-top: 3px; /*设置上方的外边距*/
    transition: 0.5s;
    /*设置出现延迟时间*/
}
.px900{
    width:900px;
    margin:auto;
}
.nav2-xs>li {
    color: #fff;
    padding: 5px 30px;
}

.nav2-xs>li>a {
    font-size: 16px;
}

.nav1>li:hover .nav2>li {
    /*一级导航栏hover的时候 二级导航栏的情况*/
    z-index: 9999;
    height: 50px;
}

.nav1>li:hover {
    z-index: 9999;
    /*一级导航栏悬浮的时候的状态*/
    height: 50px;
}


/* 左侧二级导航 */

.nav-left-top {
    background-color: #3c97a2;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
}

.nav-sj {
    display: none;
}

.left-nav>li {
    color: #fff;
    line-height: 60px;
    background-color: #4da8b3;
    font-size: 16px;
}

.left-nav>li>ul>li {
    color: #fff;
    line-height: 60px;
    background-color: #6dbdc6;
    font-size: 16px;
}

.left-nav>li:hover {
    background-color: #3c97a2;
}

.nav-sj>li:hover {
    background-color: #46a6b0;
}


/* 左侧二级导航结束 */

.swiper-container {
    width: 100%;
    height: 385px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ej-text,
.sj-text {
    padding-left: 10px;
}

.switch img {
    width: 15px;
    transition: transform .5s;
}

.animation {
    transform: rotate(-180deg);
}

@media screen and (max-width: 767px) {
.list-inline li {
        width: 50%;
    }
    .cont-top {
        margin-top: 10px;
    }
    .cont-top ul {
        margin-bottom: 0px;
    }
    .swiper-container {
        height: auto;
    }
    .cont-main {
        position: static;
        left: 0;
        transform: translateX(0);
    }
    .cont-ctl {
        float: none;
        width: auto;
        white-space: nowrap;
        overflow-x: scroll;
    }
    .cont-ctl li {
        display: inline-block;
        padding: 0 13px;
        line-height: 45px;
        font-size: 14px;
    }
    .cont-right {
        padding-bottom: 30px;
    }
    .cont-right-search1{
    margin-bottom: 30px;
}
    .cont-right-search2,
    .cont-right-search3 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .cont-right {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cont-right-m2>div a {
        font-size: 10px;
    }
    .cont-bt-l {
        float: none;
        width: auto;
        height: auto;
    }
    .cont-bt-m ul li {
        width: 50%;
    }
    .cont-bt-l p {
        margin: 0;
        line-height: 40px;
        width: auto;
    }
    .cont-bt {
        height: auto;
        margin-top: 0px;
    }
    .cont-bt-m {
        padding-right: 0px;
    }
}
.m_cont a:hover{
    color:#7ea6bf;
}
m_cont a:visited{
    color:#000;
}
.breadcrumb_pc{
    background-color: #0000;
    margin-bottom:0px;
    padding: 8px 3px;
    border-radius: 4px;
}
.breadcrumb_pc li{
    color: #fff;
    display: inline-block;
}
.breadcrumb_pc li a{
    color: #fff;
}
.active_breadcrumb{
     font-size: 20px;
}
