@charset "utf-8";
/* CSS Document */

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font: 12px"Microsoft Yahei", "Arial Narrow", HELVETICA;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #341b00;
    text-decoration: none;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word;
    color: #666;
}

.g-wp p {
    color: #000;
}

/*通用定义*/
.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearer {
    clear: both;
    height: 0;
    display: block;
    font-size: 1px;
    overflow: hidden
}

.banner {
    position: relative;
    width: 100%;
    min-width: 1283px;
    height: 1080px;
    background: url(../images/banner.png) no-repeat center top;
    overflow: hidden;
}

.banner .nav-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: rgba(14, 156, 141, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.nav-wrap.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.banner .nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 0;
    width: 1200px;
    max-width: 1200px;
    margin: 32px auto 0;
}

.banner .nav li {
    width: 109px;
    height: 50px;
    font: 32px/50px "Microsoft Yahei";
    text-align: center;
    flex: 0 0 auto;
}

.banner .nav li:hover {
    background-color: #f9d40f;
    border-radius: 25px;
}

.banner .nav li a {
    color: #fff;
}


.nav li.has-content a {
    position: relative;
    font-weight: bold;
    text-decoration: none;
}
.nav li.has-content a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;  
    width: 100%;
    height: 2px;  
    background-color: currentColor;
}

.fixed-nav {
    background: rgba(255,255,255,0.95);
    box-shadow: 0 2px 15px rgba(0,0,0,0.15);
}

.bg {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.city-item:last-child {
    margin-bottom: 50px;
}

.bg.bgfixed{
    margin-top:0px;
}

.city-item {
    margin-top: 60px;
}

.city-item .hd {
    position: relative;
    font: bold 48px/70px "Microsoft Yahei";
    color: #0e9c8d;
    text-indent: 110px;
    overflow: hidden;
}

.city-item .hd::after {
    position: absolute;
    top: 23px;
    left: 0;
    width: 108px;
    height: 24px;
    background: url(../images/hd-li.png) no-repeat center center;
    content: "";
}

.city-item .bd {
    overflow: hidden;
    margin-top: 10px;
}

.a-img {
    position: relative;
    width: 736px;
    height: 414px;
    float: left;
}

.a-img img {
    width: 736px;
    height: 414px;
}

.a-img p {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    font: bold 24px/32px "Microsoft Yahei";
    color: #fff;
    text-indent: 1em;
    background: -moz-linear-gradient(top, transparent, #000);
    background: -webkit-linear-gradient(top, transparent, #000);
    background: -o-linear-gradient(top, transparent, #000);
}

.b-img {
    float: right;
    display: flex;
    flex-wrap: wrap;
    width: 444px;
}

.b-img-box {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.b-img-box:first-child {
    margin-top: 0;
}

.b-img-box img {

    width: 230px;
    height: 130px;
}

.b-img-box .imgtext {
    width: 197px;
    margin-left: 18px;
    font: 20px/30px "Microsoft Yahei";
}

.c-list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.c-list li {
    position: relative;
    width: 580px;
    height: 66px;
    padding:0 10px;
    font: 20px/60px "Microsoft Yahei";
    border: 1px solid #0e9c8d;
    border-radius: 5px;
    text-indent: 18px;
    box-sizing: border-box;
}

.c-list li::before {
    position: absolute;
    display: block;
    left: 12px;
    top: 25px;
    content: "";
    background-color: #0e9c8d; 
    border-radius: 50%;     
    width: 10px;
    height: 10px;
}


@media (max-width: 1080px) {
    body {
        font-size: 14px;
        background: #fff;
    }

    .banner img {
        height: auto;
    }

   
    .layout,
    .con,
    .con1 .bd {
        min-width: 1283px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .bg{
          min-width: 1283px;
          margin: 0 auto;
    }

    .city-item{
        max-width: 1200px;
         margin: 30px auto;
    }
}