@charset "utf-8";
/* CSS Document */
*{margin:0;padding: 0;box-sizing: border-box;}
html{background-color: #f1f1f1;}
body {
    font: 18px'微软雅黑','宋体',Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000;
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    outline: none;
}
img{
    width: 100%;
    display: block;
}
/* */
.on {
    min-width: 1300px;
    /*max-width: 1920px;*/
    min-height: auto;
    max-height: initial;
    margin: 0 auto;
    padding: 0;
}
/* 头部大图*/
.top-img{
    width: 100%;
    min-width: 1300px;
    /*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: 38px;
    line-height: 32px;
    text-align: justify;
    letter-spacing: 2px;
    padding: 0 10px;
}
.znr2{
    width: 20px;
    height: 100%;
    font-size: 17px;
    line-height: 26px;
    text-align: justify;
    color: #fff;
    float: left;
    margin-left: 44px;
}
.znr>b{
    color: #b56c1f;
    font-weight: bold;
}

/* 背景颜色/图放置区*/
.bodyer{
    width: 100%;
}
.a {
    background-color: #fff;
    border-radius: 10px;
}
/*.b {
    background-color: rgb(255 255 255 / 30%);
}*/

.nude {
    color: #f2e8dc;
}
.blue {
    color:#080808;
    position: relative;
}
.bj{
    background-image: linear-gradient(90deg, #cbe3fb 15%, #d0e5f8 35%);
    /* background-image: url("../img/sucai/bj01.jpg"); */
}
/* end 背景颜色/图放置区*/

.bt{
    padding-top: 50px;
}
.bt h1{
    margin-top: 80px;
    font-size: 46px;
    color: #246097;
    font-family: "楷体", serif;
    text-align: center;
    z-index: 10;
    position: relative;
}

.bt h2{
    margin-top: 10px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.wit{
    /* padding-top: 50px; */
    padding-bottom: 15px;
    margin: 0 auto 55px;
}
.wit img{
    width: 105px;
    margin: 11px 15px 0;
    display: inline-block;
    vertical-align: text-bottom;
}
/*标题左右素材*/
/*.wit img:nth-of-type(1){
    position: absolute;
    top: -40px;
    left: 265px;
}
.wit img:nth-of-type(2){
    width: 155px;
    position: absolute;
    bottom: -25px;
    right: 240px;
}*/
.t-x {
    padding: 15px;
    margin: 0 auto;
    /*border: solid #2783ab;
    box-shadow: 0 11px 20px #888;*/
    background-color: rgb(255 255 255 / 37%);
    background-clip: border-box;
    border: 1px solid #f2f2f2;
    border-radius: 1px;
}
.bor{
    border:2px #2783ab dashed;
    /*box-shadow: 0 11px 20px #888;*/
    padding: 10px;
}
.t-x h3{
    font: inherit;
    vertical-align: baseline;
    margin-bottom: 5px;
    font-size: 22px;
    color: #194f83;
    height: 35px;
    line-height: 35px;
}

/*布局板式*/
.simple {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}
.ju {
    justify-content: space-around;
}
/*end 布局板式*/

/* 顶部导航栏高度设置*/
.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;
    background-image: -webkit-linear-gradient(110deg, #c8e2f9 16%, #d7eff7 61%, #8dccdd 82%);
    background-image: -moz-linear-gradient(110deg, #9acde5 16%,#d7eff7 61%,#8dccdd 82% );
    background-image: -o-linear-gradient(110deg, #9acde5 16%,#d7eff7 61%,#8dccdd 82% );
    background-image: linear-gradient(110deg, #c7e1f9 29%, #e5f1fc 61%, #b2d8f2 82%);
}
.menu li {
    padding: 1em 7.5em;
    color: inherit;
    display: inline-block;
    font-size: 1em;
}
/* General link styles */

.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: #034584;
    font-family: "方正北魏楷书简体", serif;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
/* Surinami */
.link--surinami {
    /*text-transform: uppercase;*/
    color: #034584;
    padding: 0 0 10px;
}
/*.link--surinami::before,*/
.link--surinami::after {
    content: '';
    width: 100%;
    height: 2px;
    z-index: -1;
    background: #5f5f5f;
    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: #5f5f5f;
    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*/



/* 右侧导航栏 */
.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: 13;
    font-size:1.0em;
}
.outline__item{
    display:block;
    margin-top:5px;
    padding: 6px 0;
    width: 108px;
    height: 41px;
    line-height:30px;
    color: #246097;
    text-align:center;
    border-top: 1px solid #e0e0e0;
}
.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);
}
/*end 右侧导航栏*/

/* 底部介绍*/
.div-bottom {
    background-color: #d6d6d6;
    background-image: -webkit-linear-gradient(90deg, #6e92af 8%,#4e84ab 72%);
    background-image: -moz-linear-gradient(90deg, #6e92af 8%,#4e84ab 72%);
    background-image: -o-linear-gradient(90deg,#6e92af 8%,#4e84ab 72%);
    background-image: linear-gradient(90deg, #bbc0c5 8%,#d6d6d6 72%);
}
.bottom-nr {
    padding: 20px 0;
    text-align: center;
}
.p-bottom {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 2;
    color: #484848;
    letter-spacing: 2px;
}
.div-bottom img {
    width: 60px;
    margin: 0 auto;
    display: block;
}
/*end 底部介绍*/
/*遮罩层*/
.popImg {
    display: none;
    width: 800px;
    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);
}
/*end 遮罩层*/

/*选项卡*/
.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;
}
/*end 选项卡*/

/*上下连接线*/
.lj{
    width: 80%;
    height: 35px;
    margin: 0 auto;
    border: solid #ffffff;
    border-width: 0 2px;
}
/*end 上下连接线*/



/*背景漂浮素材*/
.bj-lz, .bj-ly {
    position: absolute;
    top:-240px;
    right:0;
    width: 300px;
    z-index: 1;
}
.bj-lz{
    left: 0;
}
.bj-ly{
    right: 0;
}
.bj-yz, .bj-yy {
    position: absolute;
    top: -90px;
    width:200px;
    z-index: 1;
}
.bj-yz{
    left: 0;
}
.bj-yy{
    right: 0;
}
.bj-xz, .bj-xy {
    position: absolute;
    top: 20%;
    width: 350px;
    z-index: 1;
}
.bj-xz{
    left: 0;
}
.bj-xy{
    right: 0;
}
/*end 背景漂浮素材*/

/*文字前的》符号*/
.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;

}
/*end 文字前的》符号*/



