@charset "utf-8";
/* CSS Document */
*{margin:0;padding: 0;}

body {
    font: 18px'微软雅黑','宋体',Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    /*background-image: -webkit-linear-gradient(6deg, #80c1c7 8%,#c5eff5 72%);
    background-image: -moz-linear-gradient(6deg, #80c1c7 8%,#c5eff5 72%);
    background-image: -o-linear-gradient(6deg, #80c1c7 8%,#c5eff5 72%);
    background-image:linear-gradient(6deg, #80c1c7 8%,#c5eff5 72%);*/
    /* background-image: linear-gradient(91deg, #4e8bb0 6%,#b1dcec 53%,#2d526c 82% );*/
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    outline: none;
}
img{
    width: 100%;
    display: block;
}
/* */
.on {
    min-width: 1200px;
    max-width: 1920px;
    min-height: auto;
    max-height: initial;
    margin: 0 auto;
    padding: 0;

}
/* 头部大图*/
.top-img{
    width: 100%;
    min-width: 1200px;
    /*max-width: 1920px;*/
    display: block;
}

/* 主要内容*/
.box {
    width: 1100px;
    margin: 0 auto;
}

/* 下边距 高*/
.below{
    height: 100%;
    position: relative;
    padding-bottom: 35px;
}
/* 字体样式*/
.znr{
    height: 100%;
    font-size: 16px;
    text-indent: 32px;
    line-height: 32px;
    text-align: justify;
    letter-spacing: 2px;
}
.znr2{
    height: 100%;
    font-size: 16px;
    text-indent: 32px;
    line-height: 38px;
    text-align: right;
    letter-spacing: 2px;
}
.znr>b{
    color: #c15c5c;
    font-weight: bold;
}
/* 背景颜色/图放置区*/
.bodyer{
    width: 100%;
}
.a {
    background-color: #fff;
    border-radius: 10px;
}
/*.b {
    background-color: #d6edf5;
}*/
.c {
    background-color: #f5e8df;
}
.d {
    background-color: #fff;
}
.nude {
    color: #f2e8dc;
}
.blue {
    color:#080808;/* #238d96*/
    position: relative;
    /*background-color: #fff;*/
}
.white {
    color: #d6edf5;
}
.orange{
    color:#6b3200;
}
.golden{
    color:#ad7c59;
}
.bj{
    background-image: url(../img/first/11.jpg);
    background-repeat: no-repeat;
    height: 750px;
    background-position: center center;
}/*
.back {
    background-image: url(../image/second/bt.png);
    background-repeat: no-repeat;
    height: 200px;
    background-size: 1200px;
    background-position: center center;
}*/
/*背景素材*/
.bj-dz, .bj-dy {
    position: absolute;
    top:0;
    right:0;
    width: 120px;
}
.bj-dz{
    left: 0;
    top:95px;
}
.bj-dy{
    right: 0;
}
.bj-yz, .bj-yy {
    position: absolute;
    top:0;
    width:150px;
}
.bj-yz{
    left: 0;
}
.bj-yy{
    right: 0;
}
/*end*/

.bt{
    padding-top: 55px;
}
.bt h1{
    margin-top: 80px;
    font-size: 42px;
    color: #346488;
    font-family: "楷体";
    text-align: center;
}
/*.bt h1::before {
    content: '宁波“城市客厅”，长三角经济圈腹地';
    color: rgb(219 220 219 / 82%);
    position: absolute;
    left: 182px;
    top: 0;
    transform: skewX(329deg);
    z-index: -1;
    font-size: 42px;
    transform-origin: bottom left;
}*/
.bt h2{
    /*margin-top: 10px;*/
    font-size: 24px;
    color: #90c4dd;
    text-align: center;
}

.wit{
    padding: 10px;
    margin: 40px auto 35px;
}
.wit img{
    width: 60px;
    margin: 14px 10px 0 0;
    display: inline-block;
    vertical-align:text-bottom;
}
/* 底部文字*/
.div-bottom {
    background-color: #0180b1;
    background-image: -webkit-linear-gradient(90deg, #659ebe 8%,#2d526c 72%);
    background-image: -moz-linear-gradient(90deg, #659ebe 8%,#2d526c 72%);
    background-image: -o-linear-gradient(90deg,#659ebe 8%,#2d526c 72%);
    background-image: linear-gradient(90deg, #659ebe 8%,#2d526c 72%);
}
.bottom-nr {
    padding: 20px 0;
    text-align: center;
}
.p-bottom {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 2;
    color: #f8f8f8;
    letter-spacing: 2px;
}
.div-bottom img {
    width: 60px;
    margin: 0 auto;
    display: block;
}

/* 右侧导航栏 */
.outline{
    position: fixed;
    bottom: 50%;
    right: 0;
    padding: 5px 10px;
    background-color: #f7f7f7;
    box-shadow: 0 4px 12px rgba(0,0,0,.5);
    z-index: 3;
    font-size:1.0em;
}
.outline__item{
    display:block;
    margin-top:5px;
    padding:6px 8px;
    width: 88px;
    height: 40px;
    line-height:30px;
    color: #fafbfc;
    text-align:center;
    background-color: #6c93a9;
    border-top: 1px solid #fff;
}
.outline__item:first-child{
    border: none;
}
.outline__item_status_active{
    color: #fff;
}
/* 右侧导航栏动画效果 */
.outline{
    transition: all 1s;
    opacity: 0;
    transform: translate(100%,0);
}
.outline_status_in{
    opacity: 1;
    transform: translate(0,0);
}
a[href="https://www.soudi.cn"] {
    color: #fff;
}

/* 顶部导航栏高度设置*/
.navh {
    height: 80px;
}

.hide {
    opacity: 0;
}
.show {
    position: fixed;
    background-color: #fff;
    transition: background-color 1s ease-out;
    top: 0;
    width: 100%;
    opacity: 1;
    z-index: 120;
}
/*顶部菜单栏改*/
.menu {
    height: 80px;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(36deg, #4e8bb0 6%,#b1dcec 53%,#2d526c 82% );
    background-image: -moz-linear-gradient(36deg, #4e8bb0 6%,#b1dcec 53%,#2d526c 82% );
    background-image: -o-linear-gradient(36deg, #4e8bb0 6%,#b1dcec 53%,#2d526c 82% );
    background-image: linear-gradient(36deg, #4e8bb0 6%,#b1dcec 53%,#2d526c 82% );
}
/* General link styles */

.color-2{
    background: #576b67;
}
.grid__item{
    /* padding: 100px 0; */
    text-align: center;
    -webkit-transform: translate3d(0,0,0);
}
.link {
    outline: none;
    text-decoration: none;
    font-size: 2em;
    line-height: 1;
    color: #fff;
    font-family: "方正北魏楷书简体", serif;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
/* Surinami */
.link--surinami {
    /*text-transform: uppercase;*/
    color: #fff;
    padding: 0 0 10px;
}
/*.link--surinami::before,*/
.link--surinami::after {
    content: '';
    width: 100%;
    height: 2px;
    z-index: -1;
    background: #022930;
    position: absolute;
    -webkit-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.link--surinami::before {
    right: 0;
    top: -5px;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.link--surinami::after {
    left: 0;
    bottom: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.link--surinami:hover::before,
.link--surinami:hover::after {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.link--surinami span {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.link--surinami:hover span {
    color: transparent;
}
.link--surinami span::before,
.link--surinami span::after {
    position: absolute;
    color: #022930;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.link--surinami span::before {
    content: attr(data-letters-l);
    left: 0;
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
}
.link--surinami span::after {
    content: attr(data-letters-r);
    right: 0;
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
}
.link--surinami:hover span::before,
.link--surinami:hover span::after {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/*end*/

/* =====supreme===== */
.link--supreme{
    overflow: hidden;
}
.link--supreme:hover {
    color: #242424;
}

.link--supreme::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: red;
    -webkit-transform: translate3d(101%,0,0);
    transform: translate3d(101%,0,0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.link--supreme:hover::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.link--supreme span {
    display: block;
    position: relative;
}

.link--supreme span::before {
    content: attr(data-letters);
    position: absolute;
    color: #fff;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 0%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.link--supreme:hover span::before {
    width: 100%;
}
/*end*/
/* Mallki */
.link--mallki {
    font-weight: 800;
    color: #81a689;
    font-family: 'Dosis', sans-serif;
    -webkit-transition: color 0.5s 0.25s;
    transition: color 0.5s 0.25s;
    overflow: hidden;
}

.link--mallki:hover {
    -webkit-transition: none;
    transition: none;
    color: transparent;
}

.link--mallki::before {
    content: '';
    width: 100%;
    height: 6px;
    margin: -3px 0 0 0;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.link--mallki:hover::before {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.link--mallki span {
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.link--mallki span::before {
    content: attr(data-letters);
    color: red;
    position: absolute;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.link--mallki span:nth-child(2) {
    top: 50%;
}

.link--mallki span:first-child::before {
    top: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.link--mallki span:nth-child(2)::before {
    bottom: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.link--mallki:hover span::before {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
/*end*/

.menu li {
    padding: 1em 2em;
    color: inherit;
    display: inline-block;
    font-size: 1em;
}

/*遮罩层*/
.popImg {
    display: none;
    width: 700px;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px;
    z-index: 130;
    border-radius: 11px;
    background-color: #fff;
    transform: translateY(-50%);
    /*overflow-y: auto;
    height: 800px;*/
}
.bgPop {
    display: none;
    position: fixed;
    z-index: 129;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}

/*选项卡*/
.w1200 {
    margin: 0 auto;
    position: absolute;
    width: 100%;
}

.case_box {
    height: 440px;
    position: relative;
    /* padding: 0px 0; */
}

.case_box h3 {
    color: #081232;
    font-weight: normal;
    font-size: 42px;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
}

.case_box .category ul {
    padding-bottom: 15px;
    display: block;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.case_box .category ul li {
    float: left;
    font-size: 22px;
    width: 182px;
    margin: 0 69px;
    height: 35px;
    line-height: 35px;
    color: #2aa6ca;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.case_box .category ul li.active {
    color: #f4f5f8;
    background: #70a2d7;
    border: 2px solid #185478;
    box-shadow: 3px 2px 20px rgb(197, 192, 185);
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
}

.case_box .content {
    padding-left: 50px;
}

.case_box .content .cont {
    display: none;
    position: absolute;
    width: 1064px;
    height: 375px;
    /* background: #ffffff; */
    /* box-shadow: 0 2px 10px rgb(198, 192, 185); */
    left: 0;
    top: 55px;
    /* padding: 20px; */
    border-radius: 10px;
}

.case_box .content .cont.active {
    display: block;
}

.case_box .content .cont img.bg {
    position: absolute;
    right: 0;
    top: 0;
}

.case_box .content .cont .info .title .logo {
    float: left;
    padding-right: 25px;
}

.case_box .content .cont .info .title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

/*.case_box .content .cont .info .title h4 {
    float: left;
    padding-top: 30px;
    font-size: 24px;
    color: #081232;
}*/
/*选项卡2*/
.case_box .content1 .cont1 .info p {
    font-size: 16px;
    line-height: 32px;
    padding-top: 30px;
    color: #828b9f;
}
.title{
    padding: 15px;
}
.h5{
    text-align: left;
    text-indent: 28px;
    padding: 5px;
}
.pznr{
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
    padding: 10px;
}
.case_box .category1 ul {
    /*padding-left: 60px;*/
    /* margin: 0 auto; */
    padding-bottom: 15px;
    display: block;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.case_box .category1 ul li {
    float: left;
    font-size: 22px;
    width: 142px;
    padding: 0 8px;
    height: 35px;
    line-height: 35px;
    color: #2aa6ca;
    border-radius: 5px;
    cursor: pointer;
}
.category1 ul li.active1 {
    color: #f4f5f8;
    background: #2c5978;
    border: 2px solid #185478;
    box-shadow: 3px 2px 20px rgb(197, 192, 185);
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    /* border-bottom: 0; */
}
.content1 {
    padding-left: 50px;
}
.content1 .cont1 {
    display: none;
    position: absolute;
    width: 90.5%;
    height: 190px;
    background: #fff;
    box-shadow: 0 2px 10px rgb(198, 192, 185);
    left: 0;
    top: 52px;
    /* padding: 20px; */
    border-radius: 10px;
}
.content1 .cont1.active1 {
    display: block;
}
.content1 .cont1 img.bg {
    position: absolute;
    right: 0;
    top: 0;
}
.content1 .cont1 .info .title .logo {
    float: left;
    padding-right: 25px;
}
.content1 .cont1 .info .title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
/*.case_box .content .cont .info .title h4 {
    float: left;
    padding-top: 30px;
    font-size: 24px;
    color: #081232;
}*/

.case_box .content .cont .info p {
    font-size: 16px;
    line-height: 32px;
    padding-top: 30px;
    color: #828b9f;
}

/*文字前的》符号*/
.arrow{
    width: 8px;
    position: relative;
}
.arrow:after,.arrow:before {
    width: 0;
    height: 0;
    top: 8px;
    left: 16px;
    border: 10px solid transparent;
    border-left-color: #f5e8df;
    position: absolute;
    content: "";
}
.arrow:before{
    top: 8px;
    left: 20px;/*根据实际情况调整*/
    border-left-color: #2b3e6e;

}
.t-x {
    width: 1070px;
    padding: 15px;
    margin: 0 auto;
    border-radius: 10px;
    /*border: solid #2783ab;
    box-shadow: 0 11px 20px #888;*/
    background-color: #fff;
}
.bor{
    border:2px #2783ab dashed;
    /*box-shadow: 0 11px 20px #888;*/
    padding: 10px;
}
.t-x h3{
    font: inherit;
    vertical-align: baseline;
    margin-bottom: 20px;
    font-size: 22px;
    color: #2aa6ca;
    height: 35px;
    line-height: 35px;
}
/*上下连接线*/
.lj{
    width: 80%;
    height: 35px;
    margin: 0 auto;
    border: solid #ffffff;
    border-width: 0 2px;
}
/*布局板式*/
.simple {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}
.ju {
    justify-content: space-around;
}
.simple .cen {
    align-self: center;
}
/*end*/
.b-ti {
    text-align: center;
    padding: 10px 0;
    font-size: 22px;
    letter-spacing: 4px;
}
.lpsc {
    text-align: left;
    margin-top: -20px
}
/*每页首部标题*/
.s_bt{
    font-size: 36px;
    font-family: serif;
    margin-top: 25px;
    color: #0b3855;
    position: relative;
}
.s_bt img{
    width: 30px;
    /* margin-top: 0; */
    position: absolute;
    top: -20px;
}
.bt-l{
    left: 23%;
}
.bt-r{
    right:23%;
}
