* {
    margin: 0;
    padding: 0;
    list-style: inherit;
    font-style: inherit;
}

body {
    min-width: 1200px;
    background-color: #fff;
}

.banner2_num1 {
    text-align: center;
    color: #fff;
    letter-spacing: 10px;
    widows: 800px;
}

.banner2_num2 {
    text-align: center;
    color: #fff;
    margin-top: 20px;
    border: 1px solid #fff;
    width: 200px;
    margin-left: 275px;
    height: 35px;
    font-size: 22px;
    letter-spacing: 2px;
}

.banner2_num3 {
    text-align: center;
    color: #fff;
    width: 200px;
    margin-left: 275px;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: -10px;
}

.banner3_num1 {
    color: #fff;
    padding-left: 30px;
    font-size: 36px;
    font-family: '微软雅黑';
}

.banner3_num2 {
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
}

.bgf1f1f1 {
    width: 100%;
    background-color: #fff !important;
}

button {
    outline: none;
    cursor: pointer;
}

.qblist {
    position: relative;
    width: 100%;
    height: 119px;
    background-color: #1a1a1a;
}

.positionaboul {
    position: relative;
    list-style: none;
    max-width: 1384px;
    height: 119px;
    margin: 0 auto;
}

.positionaboul li {
    display: block;
    float: left;
    width: 24.8%;
    height: 119px;
    background-color: inherit;
}

.turnbg {
    background-color: #2d2c2c !important;
}

ul.qb1025 {
    position: relative;
    max-width: 1384px;
    margin: auto;
    top: -82.8%;
    height: 78px;
    font-family: "微软雅黑";
}

ul.qb1025 li {
    width: 24.8%;
    height: 100%;
    list-style: none;
    float: left;
    padding-top: 10px;
}

ul.qb1025 li:not(:last-child) {
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #303030;
}

.libock {
    position: relative;
    margin: 0 auto;
    width: 184px;
}

.libock img {
    float: left;
}

.amountban {
    font-size: 14px;
    color: #9a9a9a;
}

.amountban span {
    margin-left: 11px;
    font-size: 24px;
    color: #e6070e;
}

span.discriban {
    margin-left: 11px;
    font-size: 14px;
    color: #fff;
}


/*海岸设计服务项目分类开始*/

.servicescope {
    margin: 0 auto;
    width: 1200px;
    height: 870px;
}

.serscoout {
    margin: 0 auto;
    margin-top: 60px;
    width: 1200px;
    height: 499px;
    display: block;
    list-style: none;
    position: relative;
    font-family: "微软雅黑";
}

.serscoout>li {
    /*position: absolute;*/
    box-shadow: 0 1px 14px 5px rgba(204, 204, 204, 0.1);
    width: 293px;
    height: 499px;
    /*float: left;*/
    /*margin-right: 6.6px;*/
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    top: 0;
    transition: .5s all;
}

.serscoout>li:first-child {
    /*left: 0;*/
}

.serscoout>li:nth-child(2) {
    /*left: 302px;*/
}

.serscoout>li:nth-child(3) {
    /*left: 604px;*/
}

.serscoout>li:last-child {
    /*margin-right: 0px !important;*/
    /*right: 0;*/
}

.serscoout>li:hover {
    /* transform: scale(1.05); */
    top: -10px;
    border: 1px solid #ff2832;
    z-index: 2;
    transition: .5s all;
    box-shadow: 0px 0px 20px 2px rgba(240,54,54,0.3);
}

.serscoout>li:hover .scoouttitbox {
    height: 178px;
    background: linear-gradient(to bottom right, rgba(255, 83, 98, 1), rgba(255, 40, 50, 1));
}

.serscoout>li:nth-child(2):hover .scoouttitbox {
    height: 178px;
    background: linear-gradient(to bottom right, rgba(255, 83, 98, 1), rgba(255, 40, 50, 1)) !important;
}

.serscoout>li:nth-child(3):hover .scoouttitbox {
    height: 178px;
    background: linear-gradient(to bottom right, rgba(255, 83, 98, 1), rgba(255, 40, 50, 1)) !important;
}

.serscoout>li:nth-child(4):hover .scoouttitbox {
    height: 178px;
    background: linear-gradient(to bottom right, rgba(255, 83, 98, 1), rgba(255, 40, 50, 1)) !important;
}

.serscoout>li:hover .scooutconbox {
    display: none;
}

.serscoout>li:hover .scoouttitbox>em {
    color: #fff;
}

.serscoout>li:hover .scoouttitbox>i>img:last-child {
    display: block;
}

.serscoout>li:hover .scoouttitbox>i>img:first-child {
    display: none;
}

.scoouttitbox {
    width: 100%;
    height: 166px;
    margin: 0 auto;
    float: left;
    background: url('../images/primary_design1.png') no-repeat 50% 50%;
}

.serscoout>li:nth-child(2) .scoouttitbox {
    background: url('../images/primary_design2.png') no-repeat 50% 50%;
}

.serscoout>li:nth-child(3) .scoouttitbox {
    background: url('../images/primary_design3.png') no-repeat 50% 50%;
}

.serscoout>li:last-child .scoouttitbox {
    background: url('../images/primary_design4.png') no-repeat 50% 50%;
}

.scoouttitbox>i {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.scoouttitbox> i img{margin:auto}

.scoouttitbox>img {
    margin: 0 auto;
}

.scooutconbox .box {
    width: 120px;
    height: 30px;
    margin: auto;
    margin-top: 20px;
}

.scooutconbox .box .arrow {
    background: url(../images/jiantou.png) repeat 8px -99px;
    width: 118px;
    height: 28px;
    margin: 0 auto;
    border: 1px solid #dbdbdb;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.scoouttitbox>i>img:last-child {
    display: none;
}

.scoouttitbox>em {
    display: block;
    width: 100%;
    height: 75px;
    line-height: 63px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

.scooutconbox {
    width: 200px;
    height: 330px;
    clear: both;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 26px;
}

.scooutconbox>p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1;
    border-bottom: 1px dashed #ddd;
    padding: 18px 0 18px 40px;
}

.scooutconbox3 span {
    color: #e02534;
}

.scooutconbox3>dt:first-child {
    margin-top: -6px;
}

.scooutconbox4>dt {
    color: #e02534;
    height: 47px;
    text-align: center;
    line-height: 51px;
}


/*悬浮后新内容*/

.serscoover {
    clear: both;
    margin: 0 auto;
    width: 238px;
    height: 346px;
    color: #434343;
    padding-top: 17px;
    /*background-color: #ddd;*/
}

.serscoover p {
    font-size: 14px;
    color: #666;
    line-height: 1;
    padding: 10px 0 10px 0;
    margin:0;
}

.serscoover .moremeng {
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    margin: 30px auto 0 auto;
    color: #fff;
    background: #FF2832;
    text-decoration: none;
}

.ser1down>li:hover {
    color: #ef2b2b !important;
    cursor: pointer;
}

.ser1down>li:hover span {
    color: #ef2b2b !important;
}

.ser1down span {
    display: block;
    float: left;
    width: 100% !important;
    height: 35px;
    font-size: 12px !important;
    line-height: 50px;
    color: #434343;
    font-weight: bold;
}

.ser1down p {
    font-size: 10px !important;
    height: 10px;
    line-height: 15px;
    width: 100%;
    display: block;
    float: left;
    letter-spacing: -1px;
}


/**/

.ser2down {
    display: block;
    width: 100%;
    height: 100px;
    float: left;
    list-style: none;
    padding-left: 0 !important;
}

.ser2down>li {
    display: block;
    float: left;
    width: 100% !important;
    height: 50px;
    font-size: 10px !important;
    color: #999;
}

.ser2down span {
    display: block;
    float: left;
    width: 100% !important;
    height: 35px;
    font-size: 12px !important;
    line-height: 50px;
    color: #434343;
    font-weight: bold;
}

.ser2down p {
    font-size: 10px !important;
    height: 10px;
    line-height: 15px;
    width: 100%;
    display: block;
    float: left;
    letter-spacing: -1px;
}

.serscoover2 {
    font-size: 12px !important;
}

.serscoover2 p {
    font-size: 10px !important;
    height: 18px;
    line-height: 10px;
    width: 100%;
    display: block;
    float: left;
    /*letter-spacing: -1px;*/
}

.widthmore {
    width: 95% !important;
}

.widthmore p {
    line-height: 16px !important;
}

.serscoover2ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 34px;
    font-size: 12px;
    float: left;
    padding-left: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: initial;
}

.serscoover2ul>li {
    float: left;
    width: 50%;
    text-indent: -.5em;
    line-height: 16px;
}

.serscoover3ul {
    display: block;
    margin: 0 auto;
    clear: both;
    width: 100%;
    height: 22px;
    font-size: 12px;
    padding-left: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: initial;
}

.serscoover3ul>li {
    float: left;
    width: 33.3%;
    text-indent: -.5em;
    line-height: 22px;
}

.serscoover4dl {
    display: block;
    width: 100%;
    float: left;
    color: #666666;
    margin-bottom: 0 !important;
}

.serscoover4dl dt {
    color: #434343;
    height: 25px;
    line-height: 27px;
    font-size: 13px;
    float: left;
    display: block;
    /*font-weight: bold;*/
}

.lastserscoover4dl {
    margin-top: 5px;
}

.serscoover4dl dt i {
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #434343;
    margin-top: 12px;
    margin-right: 5px;
    float: left;
}

.serscoover4dl dt span {
    display: block;
    float: left;
    color: #000;
}

.serscoover4dl dd {
    display: block;
    float: left;
    width: 98%;
    font-size: 10px !important;
    line-height: 15px;
    color: #666;
    letter-spacing: -.5px;
    text-align: justify;
}

.gongchengin dd {
    line-height: 12px !important;
}

.serscoover4dlbtn {
    margin-top: 10px !important;
}

.serstwo {
    margin-top: 16px;
}

.gongchengin dt {
    height: 21px !important;
    line-height: 20px !important;
}

.gongchengin dt i {
    margin-top: 9px;
}

.serscoover4ul {
    display: block;
    margin: 0 auto;
    margin-top: 2px;
    width: 100%;
    height: 48px;
    font-size: 12px;
    padding-left: 17px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: initial;
}

.serscoover4ul>li {
    float: left;
    width: 100%;
    text-indent: -.5em;
    line-height: 18px;
}

.lookcase {
    display: block;
    float: left;
    margin-left: 5px;
    font-size: 12px;
    height: 20px;
    line-height: 27px;
    font-weight: bold;
    color: #666666;
}

.lookcase:hover {
    border-bottom: 1px solid #e02534;
    color: #e02534;
    cursor: pointer;
}


/*海岸设计服务项目分类结束*/


/*板块标题开始*/

.cortit {
    font-family: "微软雅黑";
}

.cortit h2 {
    padding-top: 59px;
    text-align: center;
    font-size: 36px;
    color: #666;
    font-weight: 400;
}

.cortit hr {
    margin: 0 auto;
    margin-top: 14px;
    width: 61px;
    height: 2px;
    background-color: #F03636;
    border: none;
}

.red {
    color: #e50202;
}

.cortit p {
    margin-top: 16px;
    font-size: 16px;
    color: #555555;
    /*letter-spacing: 1px;*/
    text-align: center;
}

.cortitdownh2 {
    padding-top: 79px !important;
}


/*板块标题结束*/

.whychoose {
    clear: both;
    /*max-width:1200px;*/
    width: 100%;
    background: #fbfbfb;
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
}

.whychoose>img {
    position: absolute;
    right: 10px;
    top: 0px;
}


/*.whychoose img{
	display: none;
}*/

.why001 {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    top: 0px;
    height: 410px;
    color: #555555;
    font-family: "微软雅黑";
    /* background: url(../images/chosebg.png) no-repeat; */
    background-position: 0 32px;
}
.why001 .container{
    width: 1200px;
    margin: auto;
}
.why001 em {
    font-size: 20px;
    font-style: normal;
    position: absolute;
    top: 58px;
}

.why001 .container>p {
    top: 98px;
    font-size: 16px;
    width: 610px;
    color: #ff0;
    /*letter-spacing: -1px;*/
    line-height: 30px;
}

.why001>img {
    position: absolute;
    right: 0px;
    top: 34px;
}

.freecallus {
    width: 365px;
    height: 35px;
    position: absolute;
    top: 236px;
    left: 10px;
    /*background-color: #fff;*/
}

.freecallus i {
    position: relative;
    display: block;
    float: left;
    line-height: 35px;
}

.freecallus i img {
    display: block;
    margin-top: 5px;
}

.easyfont {
    display: block;
    float: left;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

.easynumber {
    display: block;
    float: left;
    width: 165px;
    height: 35px;
    font-size: 18px;
    margin-left: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
    line-height: 35px;
    letter-spacing: .5px;
    background-color: #f03636;
}

.why_choice{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 66px;
}

.why_choice>img{
    width: 524px;
    height: 326px;
    float: left;
    /*border: 7px solid #E5E5E5;*/
}

.why_choice .why_content{
    float: right;
}
.why_caption{
    width: 251px;
    font-size: 24px;
    padding-top: 26px;
    line-height: 1;
    color: #555;
    background: url('../images/choice.png') no-repeat;
    margin: 0;
}
.why_caption span{
    color: #E50202;
}

.why_details{
    width: 640px;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    margin: 0;
}

.why_details:nth-child(2){
    padding-top: 34px;
}
.why_details:nth-child(3){
    padding-top: 8px;
}

.why_tel{
    color: #555;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    padding:32px 0 14px 0;
    margin: 0;
}
.why_tel:before{
    content: '';
    display: inline-block;
    vertical-align: sub;
    width: 26px;
    height: 24px;
    background: url('../images/tel.png') no-repeat;
    margin-right: 12px;
}
.why_link{
    width: 132px;
    height: 30px;
    border-radius: 18px;
    display: block;
    background: #F03636;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
}
.why_link:hover{
    color: #fff !important;
}
.serchoose {
    position: relative;
    /*margin-top:16px;
	padding-top: 30px;*/
    height: 348px;
    width: 100%;
    /*overflow: hidden;*/
    font-family: "微软雅黑";
}

.serclist {
    width: 25%;
    height: 318px;
    color: #fff;
    background-color: #6f7278;
    float: left;
}

.serclist:hover {
    transition: .3s all;
    transform: scale(1.1);
}

.serclist:hover h4 {
    margin-top: 54px !important;
    /*display: none;*/
}

.serclist:hover button {
    position: relative;
    /*display: block;*/
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin-top: 50px;
    transition: .3s all;
}

.serclist:nth-child(2n) {
    background-color: #5f6267;
}

.serclist h4 {
    margin-top: 94px;
    font-size: 12px;
    transition: .3s all;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.serclist h3 {
    font-size: 20px;
    transition: .3s all;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

.serclist p {
    position: relative;
    top: 23px;
    display: block;
    margin: 0 auto;
    width: 71.3%;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.serclist button {
    position: relative;
    display: block;
    width: 134px;
    height: 34px;
    clear: both;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    line-height: 32px;
    letter-spacing: 2px;
    font-family: "微软雅黑";
    margin-top: 150px;
    background-color: inherit;
    border: 1px solid #fff;
    font-size: 14px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    /*transition:.3s all;*/
}

.serclist button:hover {
    background-color: rgba(255, 255, 255, .2);
    transform: scale(1.1);
}

.serclist:nth-child(1):hover {
    background: url(../images/leader1.jpg) no-repeat center center;
}

.serclist:nth-child(2):hover {
    background: url(../images/design1.jpg) no-repeat center center;
}

.serclist:nth-child(3):hover {
    background: url(../images/service1.jpg) no-repeat center center;
}

.serclist:nth-child(4):hover {
    background: url(../images/winwin1.jpg) no-repeat center center;
}

@media screen and (max-width: 1380px) {
    .categoryblock {
        width: 100%;
    }
    .why001>img {
        position: absolute;
        right: 0;
        top: 34px;
    }
}

@media screen and (max-width: 1200px) {
    .demomeng{
        display: none;
    }
    .categoryblock {
        width: 100%;
    }
    .lfredser {
        width: 40%;
    }
    .lfredser p {
        width: 89%;
    }
    .categoryblack1 {
        width: 30%;
        height: 50%;
    }
    .categoryblack1 img {
        top: 30px;
        height: 50px;
    }
    .categoryblack1:hover>img {
        display: none;
    }
    .categoryblack1 h3 {
        top: 50px;
    }
    .categoryblack1:hover>h3 {
        top: 30px;
    }
    .categoryblack1 p {
        display: none !important;
    }
    .catebtnbox {
        width: 80%;
        height: 100px;
        position: absolute;
        top: 70px;
        left: 10%;
        /*border: 1px solid #fff;*/
    }
    .catebtnbox button {
        width: 47%;
        height: 30px;
        display: none;
        float: left;
        background: inherit;
        border: 1px solid #fff;
        color: #fff;
        transition: .5s all;
        margin-bottom: 10px;
    }
    .catebtnbox button:nth-child(2n) {
        margin-left: 6%;
    }
    .categoryblack1:nth-child(5) {
        background-color: #1a1a1a;
    }
    .categoryblack1:nth-child(4) {
        background-color: #232426;
    }
}


/*案例系列模块开始*/

.itemcase {
    position: relative;
    margin: 0 auto;
    width: 100%;
    float: left;
    margin-top: 34px;
    min-width: 1024px;
}

.itemcasemain {
    width: 100%;
    /*position: relative;*/
    display: block;
    margin: 0 auto;
    list-style: none;
}

.itemcasemain li {
    height: auto;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.itemcasemain li:first-child {
    background: url(../images/01caseafter.jpg) no-repeat;
}

.itemcasemain li:nth-child(2) {
    background: url(../images/02caseafter.jpg);
}

.itemcasemain li:nth-child(3) {
    background: url(../images/03caseafter.jpg);
}

.itemcasemain li:nth-child(4) {
    background: url(../images/04caseafter.jpg);
}

.itemcasemain li:nth-child(5) {
    background: url(../images/05caseafter.jpg);
}

.itemcasemain li:nth-child(6) {
    background: url(../images/06caseafter.jpg);
}

.itemcasemain li:nth-child(7) {
    background: url(../images/07caseafter.jpg);
}

.itemcasemain li:nth-child(8) {
    background: url(../images/08caseafter.jpg);
}

.itemcasemain li:nth-child(9) {
    background: url(../images/09caseafter.jpg);
}

.itemcasemain li:nth-child(10) {
    background: url(../images/10caseafter.jpg);
}

.itemcasemain li:nth-child(11) {
    background: url(../images/11caseafter.jpg);
}

.itemcasemain li:last-child {
    background: url(../images/12caseafter.jpg);
}

.itemcasemain li img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s all;
}

.itemcasemain li img:hover {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

@media screen and (min-width: 1401px) and (max-width: 2000px) {
    .itemcasemain li {
        width: 22.4%;
        margin-left: 2.08%;
        margin-top: 2.08%;
    }
    .itemcasemain li:nth-child(4n) {
        margin-right: 2.08%;
    }
}

@media screen and (min-width: 0px) and (max-width: 1400px) {
    .itemcasemain li {
        width: 30%;
        margin-left: 2.5%;
        margin-top: 2.5%;
    }
    .itemcasemain li:nth-child(3n) {
        margin-right: 2.5%;
    }
}


/*案例系列模块结束*/


/*关于海岸，郭准先生模块开始*/

.aboutguozhunsirbox {
    margin: 0 auto;
    width: 1200px;
    height: 807px;
}

.aboutguobox {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    height: 617px;
    position: relative;
    background-color: #f9f9f9;
}

.guozhunleftpic {
    position: absolute;
    display: block;
    top: 32px;
    left: 32px;
    border: 1px solid #f0efef;
}

.guozhunsir {
    position: absolute;
    display: block;
    top: 69px;
    right: 78px;
}

.guohr {
    position: absolute;
    display: block;
    width: 623px;
    height: 1px;
    border: none;
    background-color: #b4b4b4;
    top: 162px;
    right: 75px;
}

.aboutguoturnbtn {
    display: block;
    position: absolute;
    top: 213px;
    right: 110px;
    width: 114px;
    height: 30px;
    border: 1px solid #c3c3c3;
    background-color: inherit;
    border-radius: 15px;
    background: url(../images/btnhoverturn.png);
    background-position: 0 0;
    transition: .5s all;
}

.aboutguoturnbtn:hover {
    background-position: 0 -30px;
    border-color: #a2a2a2;
}

.aboutcont {
    display: block;
    position: absolute;
    font-family: "微软雅黑";
    color: #6b6b6b;
    font-size: 13px;
    line-height: 23px;
    list-style: none;
    width: 615px;
    height: 268px;
    right: 83px;
    top: 270px;
}

.aboutcont img {
    position: absolute;
    display: block;
    top: -152px;
    left: 10px;
}

.aboutcont li {
    position: absolute;
}

.aboutcont li>p {
    margin-top: -3px;
}

.aboutcont>li>p>span {
    display: block;
    margin-top: 15px;
}

.aboutguopagebtnbox {
    position: absolute;
    width: 85px;
    height: 37px;
    top: 557px;
    font-family: "微软雅黑";
    font-size: 10px;
    right: 340px;
}

.aboutguopagebtnbox span {
    display: block;
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 22px;
    height: 22px;
    color: #5d5d5d;
    border-radius: 11px;
    line-height: 22px;
    background-color: #e1e1e1;
    transform: scale(.8);
    transition: .3s all;
}

.pageonfocus {
    font-size: 14px;
    transform: scale(1) !important;
    cursor: pointer;
}


/*关于海岸，郭准先生模块结束*/


/*海岸优势开始*/

.advantagebox {
    margin: 0 auto;
    width: 1200px;
    height: 624px;
    font-family: "微软雅黑";
}

.advatagecontbox {
    margin: 0 auto;
    margin-top: 50px;
    width: 1200px;
    height: 416px;
    list-style: none;
}

.advatagecontbox li {
    position: relative;
    float: left;
    display: block;
    width: 238.8px;
    height: 206.5px;
    border-top: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    transition: .3s all;
}

.advatagecontbox li:nth-child(5n) {
    border-right: 1px solid #c1c1c1;
}

.advatagecontbox li:nth-child(6),
.advatagecontbox li:nth-child(7),
.advatagecontbox li:nth-child(8),
.advatagecontbox li:nth-child(9),
.advatagecontbox li:last-child {
    border-bottom: 1px solid #c1c1c1;
}

.advatagecontbox li:hover {
    border-color: #ef2b2b;
}

.advatagecontbox li:hover .advagelidown {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.advageliup {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #666666;
}

.advageliup>i {
    display: block;
    width: 100%;
    height: 130px;
    text-align: center;
    line-height: 212px;
    margin-top: -25px;
}

.advageliup>em {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}

.advagelidown {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: .3s all;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background-color: #ef2b2b;
    color: #fff;
}

.advagelidown>em {
    display: block;
    height: 70px;
    line-height: 90px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
}

.advantage_two {
    height: 44px !important;
    line-height: 46px !important;
}

.advantage_three {
    height: 60px !important;
    line-height: 74px !important;
}

.advagelidown>p {
    display: block;
    margin: 0 auto;
    width: 175px;
    height: 110px;
    text-align: justify;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 1px;
}


/*海岸优势结束*/


/*你想了解怎样的空间格局开始*/

#starsBox {
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#starsBox img {
    width: 100%;
    height: 100%;
}

.patialpattern {
    width: 100%;
    height: 550px;
    clear: both;
    margin: 0 auto;
    color: #fff;
    position: relative;
    font-family: "微软雅黑";
    /*background: url(../images/gejubg.jpg);*/
    background: initial;
    background-position: center;
}

.patialpattern>.pat_img {
    margin: 0 auto;
    width: 260px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    text-align: center;
    background: none;
    margin-top: 26px;
}

.patialpattern>em {
    position: relative;
    display: block;
    width: 645px;
    /*height: 32px;*/
    margin: 0 auto;
    padding-top: 126px;
    line-height: 1;
    font-size: 32px;
    text-align: center;
}

.patialpattern>em:after{
    content: 'DO YOU WANT TO KNOW HOW SPATIAL PATTERN ';
    display: block;
    padding-top: 12px;
    line-height: 1;
    font-size: 15px;
    color: #ccc;
}

.patialpattern>p {
    display: block;
    width: 730px;
    line-height: 1.7;
    margin: 0 auto;
    margin-top: 26px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .5px;
    text-align: center;
}

.patialpattern>span {
    width: 220px;
    height: 40px;
    display: block;
    background-color: #F03636;
    margin: 0 auto;
    margin-top: -18px;
    text-align: center;
    line-height: 40px;
}

.ordernowbox {
    width: 200px;
    height: 40px;
    margin: 0 auto;
    background-color: #F03636;
    margin-top: 46px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    /*font-size: 26px;*/
}


/*.ordernowbox:hover{
	width: 185px;
	height: 50px;
	margin: 0 auto;
	margin-top: 25px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	font-size: 26px;
	transition:.3s all;
}*/

.ordernowbox a {
    color: #fff;
}

.ordernowbox a:hover {
    color: #fff;
}


/*你想了解怎样的空间格局结束*/


/*项目案例开始*/

.projectcasebox {
    position: relative;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    font-family: "微软雅黑";
}

.projectcasetit {
    display: block;
    width: 1105px;
    height: 76px;
    margin: 0 auto;
    margin-top: 30px;
    color: #76838f;
    font-size: 12px;
    text-align: center;
}

.projectcasebox .projectcasetit>li{
    list-style: none;
    /*float: left;*/
    display: inline-block;
}
.projectcasebox .projectcasetit>li:nth-child(12){
    /*margin-left: 135px;*/
}
.projectcasebox .projectcasetit>li>a{
    display: inline-block;
    width:88px;
    height:32px;
    text-align: center;
    line-height: 32px;
    border:1px solid #AEAEAE;
    font-size:12px;
    color:#76838F;
    margin: 2px;
}
.projectcasebox .projectcasetit>li>a:hover{
    border-color:#333333;
    color: #333333;
    font-weight:400;
    transition: all 0.3s ease 0s;
}

.projectcasecont {
    width: 98.8%;
    margin: auto;
    display: block;
    margin: 0 auto;
    margin-top: 18px;
    margin-bottom: 62px;
    list-style: none;
    overflow: hidden;
}

.projectcasecont li {
    width: 24%;
    height: 324px;
    float: left;
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
}

.projectcasecont li img {
    transition: .5s;
}

.projectcasecont li:not(:nth-child(4n)) {
    margin-right: 16px;
}

.projectcasecont li:hover img {
    /* transform: scale(1.1); */
    transition: .5s;
}


@keyframes casetitbox {
    0% {
        border-bottom: 1px solid #010101;
    }
    50% {
        border-bottom: 1px solid #010101;
    }
    100% {
        border-bottom: none;
    }
}

@-webkit-keyframes casetitbox {
    0% {
        border-bottom: 1px solid #010101;
    }
    50% {
        border-bottom: 1px solid #010101;
    }
    100% {
        border-bottom: none;
    }
}

@-moz-keyframes casetitbox {
    0% {
        border-bottom: 1px solid #010101;
    }
    50% {
        border-bottom: 1px solid #010101;
    }
    100% {
        border-bottom: none;
    }
}

@-ms-keyframes casetitbox {
    0% {
        border-bottom: 1px solid #010101;
    }
    50% {
        border-bottom: 1px solid #010101;
    }
    100% {
        border-bottom: none;
    }
}

@-o-keyframes casetitbox {
    0% {
        border-bottom: 1px solid #010101;
    }
    50% {
        border-bottom: 1px solid #010101;
    }
    100% {
        border-bottom: none;
    }
}

.caseshowtxtbox em {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px !important;
    text-align: center;
    font-size: 20px;
}

.projectcasecont li>i {
    position: absolute;
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.projectcasecont li>i>img {
    width: 390px;
    height: 293px;
    transition: .3s all;
}

.projectitltbox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.8);
    transition: .8s;
}

.projectitltbox span {
    display: block;
    position: absolute;
    width: 95.2%;
    height: 120px;
    line-height: 72px;
    color: #333;
    font-size: 22px;
    text-align: center;
    top: 10px;
    left: 10px;
    border: 1px solid #aaa;
}

.projectitltbox button {
    display: block;
    font-family: "微软雅黑";
    position: absolute;
    width: 26.3%;
    height: 34px;
    top: 96px;
    left: 22.83%;
    border: none;
    color: #F03636;
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #F03636;
    /*background-color: #AB1C1F;*/
    transition: .2s;
}

.projectitltbox .order{
    display: block;
    font-family: "微软雅黑";
    position: absolute;
    width: 26.3%;
    height: 34px;
    top: 96px;
    right: 22.83%;
    border: none;
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
    /*border: 1px solid #AB1C1F;*/
    background: #F03636;
    transition: .2s;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
}

.projectcasecont li:hover .projectitltbox {
    /* animation: casetitbox .3s;
    -webkit-animation: casetitbox .3s;
    -o-animation: casetitbox .3s; */
    /* top: 181px; */
    height: 140px;
    opacity: 1;
    transition: .6s all;
}

.projectitltbox button:hover {
    /* transform: scale(1.1); */
}

.linkcallbox {
    width: 100%;
    height: 88px;
    float: left;
    margin: 0 auto;
}

.linkcallbox button {
    display: block;
    margin: 0 auto;
    width: 62px;
    height: 42px;
    background: url(../images/icon_more.png);
    background-repeat: repeat-y;
    background-position: 0 -7px;
    transition: .4s all;
    border: #dfdfdf 1px solid;
}

.linkcallbox button:hover {
    background-position: 0 -52px;
}


/*合作客户开始*/

.customerbox {
    margin: 0 auto;
    width: 100%;
    height: 662px;
    background: #fff;
}

.designer-list {
    position: relative;
    width: 1442px;
    margin: 0px auto;
    padding-top: 32px;
    height: 300px;
    overflow: hidden;
}

.designer-list .sliderchoice {
    width: 28px;
    height: 55px;
    position: absolute;
    /*top: 50%;*/
    margin-top: 110px;
    z-index: 20;
}

.designer-list .left {
    left: 45px;
}

.designer-list .right {
    right: 45px;
}

.designer-over {
    margin: 0 auto;
    /*margin-top: 48px;*/
    display: block;
    padding: 4px 0px 4px 4px;
    width: 1208px;
    height: 266px;
    list-style: none;
    overflow: hidden;
}

@media screen and (min-width: 0px) and (max-width: 1380px) {
    .designer-list {
        width: 1210px !important;
    }
    .designer-over {
        width: 964px !important;
    }
}

.customershowcont {
    margin: 0 auto;
    display: block;
    height: 392px;
    list-style: none;
}

.customershowcont li {
    display: inline-table;
    float: left;
    width: 236px;
    height: 260px;
    /* border-right: 1px solid #f1f1f1; */
}

.customershowcont li span {
    display: inline-table;
    float: left;
    width: 236px;
    height: 130px;
    background-color: #fff;
    margin-bottom: 1px;
    transition: .3s all;
}

.customershowcont li span:hover {
    box-shadow: 0 0 8px #b3b3b3;
    transform:scale(1);
}

.tm_btn {
    width: 1200px;
    margin: 0 auto;
    margin-top: 74px;
    text-align: center;
}

.tm_btn button {
    width: 220px;
    height: 44px;
    background:#F03636;
    outline: none;
    border: none;
}

.tm_btn button>a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
}


/*合作客户结束*/


/*联系方式、表单开始*/

.calltablelist {
    width: 100%;
    height: 580px;
    margin: 0 auto;
    padding-top: 20px;
    float: left;
    position: relative;
    font-family: "微软雅黑";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
    background-color: #fff;
}

.calltablebg {
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%;
    height: 360px;
    background-color: #212121;
}

.calltablemain {
    position: relative;
    margin: 0 auto;
    width: 1380px;
    height: 520px;
}

.informationul li {
    height: 25px;
    letter-spacing: 1px;
}

.contactinformation {
    position: relative;
    float: left;
    width: 38.3%;
    height: 560px;
    margin-left: 9.5%;
    background-color: #f1f4f5;
    padding: 80px 75px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.footertopfriendbox {
    width: 1380px;
    margin: 0 auto;
}

.footeruslinkbox {
    width: 1380px;
    height: 180px;
    clear: both;
    margin: 0 auto;
}

.footerbottomleft {
    width: 920px;
    height: 175px;
    float: left;
}

.list-none {
    display: block;
    width: 100%;
    height: 35px;
    float: left;
    margin: 0 auto;
    margin-top: 40px;
    color: #fff;
    font-size: 14px;
}

@media screen and (min-width: 0px) and (max-width: 1380px) {
    .calltablemain {
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: 520px;
    }
    .informationul li {
        height: 25px;
        letter-spacing: 0px;
    }
    .footertopfriendbox {
        width: 100%;
        margin: 0 auto;
    }
    .footeruslinkbox {
        width: 100%;
        height: 180px;
        clear: both;
        margin: 0 auto;
    }
    .contactinformation {
        position: relative;
        float: left;
        width: 38.3%;
        height: 560px;
        margin-left: 9.5%;
        background-color: #f1f4f5;
        padding: 80px 70px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .footerbottomleft {
        width: 740px;
        height: 175px;
        float: left;
    }
    .list-none {
        display: block;
        width: 100%;
        height: 50px;
        float: left;
        margin: 0 auto;
        margin-top: 20px;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
    }
}

.contactinformation h3 {
    font-size: 24px;
    /*float: left;*/
    font-weight: 400;
}

.contactinformation span {
    font-size: 16px;
}

.informationul {
    display: block;
    list-style: none;
    width: 100%;
    height: auto;
    margin-top: 28px;
}

.informationul li i {
    margin-right: 10px;
    margin-top: 2px;
    display: block;
    float: left;
}

.nationalhotlineembox {
    display: block;
    width: 50%;
    height: 70px;
    position: absolute;
    top: 315px;
    font-size: 18px;
    font-weight: bold;
}

.webserviceembox {
    position: absolute;
    display: block;
    width: 50%;
    height: 70px;
    top: 395px;
    font-size: 18px;
    font-weight: bold;
}

.webserviceembox span {
    font-weight: 500;
}

.saofreeinlinebox {
    width: 118px;
    height: 127px;
    position: absolute;
    top: 317px;
    right: 88px;
    text-align: center;
}

.saofreeinlinebox p {
    font-size: 14px;
    display: block;
    height: 24px;
    line-height: 27px;
    text-align: center;
    color: #333333;
}

.nformationsubmission {
    float: left;
    width: 42.7%;
    height: 560px;
    background-color: #333333;
    font-family: "微软雅黑";
    letter-spacing: 2px;
}

.nformationsubmission p {
    display: block;
    width: 63.5%;
    height: 65px;
    font-size: 16px;
    line-height: 90px;
    text-align: left;
    margin: 0 auto;
    color: #fff;
}

.submissionform {
    display: block;
    width: 63.5%;
    height: 420px;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
}

.submissionform input:first-child {
    margin-top: 12px;
}

.submissionform input,
.submissionform textarea {
    width: 100%;
    height: 41px;
    float: left;
    letter-spacing: .5px;
    text-indent: .8em;
    /*border-bottom: 1px solid #757575;*/
    border-bottom: 1px solid rgb(80, 80, 80);
    border-top: none;
    border-left: none;
    border-right: none;
    color: #b9b9b9;
    outline: none;
    margin-bottom: 20px;
    background-color: #393939;
    border-radius: 3px;
}

.submissionform input:focus {
    border-bottom: 1px solid #757575;
    /*filter:alpha(Opacity=60);opacity: 0.2; */
    background-color: #333333;
}

.submissionform textarea:focus {
    border-bottom: 1px solid #757575;
    /*filter:alpha(Opacity=60);opacity: 0.1; */
    background-color: #333333;
}

.submissionform input[type=submit] {
    border: 1px solid #757575;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 8px;
    font-family: "微软雅黑";
}

.submissionform input[type=submit]:hover {
    background: #333333;
    cursor: pointer;
    color: #e63c3f;
}

.yanzhengmatxt {
    width: 60% !important;
}

.submissionform textarea {
    height: 83px !important;
    line-height: 30px;
    /*writing-mode:tb-rl;*/
}

.yanzhengma {
    width: 40%;
    height: 41px;
    float: left;
    /*margin-left: 3%;*/
    background-color: #ddd;
}


/*底部链接开始*/

footer {
    width: 100%;
    /*	height: 320px;*/
    margin: 0 auto;
    float: left;
    font-family: "微软雅黑";
}

.foot_foott {
    background-color: #212121 !important;
    border: 1px solid #212121 !important;
}

.frienttitlebox {
    display: block;
    width: 100%;
    height: 48px;
    float: left;
    font-size: 14px;
    list-style: none;
    letter-spacing: .5px;
    color: #828789;
}

.frienttitlebox li {
    width: 110px;
    height: 35px;
    float: left;
    text-align: center;
    cursor: pointer;
    line-height: 35px;
    display: block;
    margin-right: 30px;
    background-color: #161616;
}

.onfocuslinktitle {
    color: #ffffff;
    background-color: #384144 !important;
}

.footertopcontentbox {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #828789;
}

.footertopcontentbox .t_link a {
    color: #504e4e;
}


/*.footertopcontentbox .t_link a:hover{
	color:#2d2c2c;
}*/

.z_link a {
    color: #828789;
}

.z_link a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.disnone {
    display: none;
}

.footertopcontentbox li {
    display: block;
    float: left;
    margin-right: 10px;
    line-height: 24px;
}

.footercommonhr {
    display: block;
    width: 100%;
    height: 1px;
    float: left;
    background-color: #494949;
    border: none;
    margin: 0 auto;
    margin-top: 24px;
}

.list-none li {
    display: block;
    float: left;
    margin-right: 18px;
}

.list-none li:hover {
    color: #a4aeb1;
    cursor: pointer;
}

.list-none li a {
    color: inherit;
    text-decoration: none;
}

.bottomcommon {
    float: left;
    width: 112%;
    height: 90px;
    color: #6f6f6f;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
}

.bottomcommon i {
    display: inline-block;
    margin-left: 5px;
    /*float: left;*/
}

.footerbottomright {
    width: 250px;
    height: 175px;
    float: right;
}

.footerbottomright ul {
    width: 250px;
    height: 140px;
    margin-top: 30px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 2px;
    overflow: hidden;
}

.footerbottomright ul li {
    display: block;
    width: 110px;
    height: 135px;
    float: left;
    overflow: hidden;
}

.footerbottomright ul li:first-child {
    margin-right: 26px;
}

.footerbottomright ul li img {
    float: left;
    display: block;
}

.footerbottomright ul li span {
    width: 100%;
    display: block;
    height: 20px;
    text-align: center;
    line-height: 35px;
}


/* 窗口横向移动信息 */

.windMove {
    position: fixed;
    bottom: 70px;
    right: -600px;
    display: inline-block;
    width: 600px;
    z-index: 999;
}

.windMove_box {
    background-color: rgba(0, 0, 0, .58);
    padding-right: 8px;
    height: 40px;
    display: inline-block;
    border-radius: 25px;
    transition: all .3s;
}

.windMove_box .portrait {
    display: inline-block;
    margin-top: 4px;
    margin-left: 4px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.windMove_box .portrait img {
    width: 100%;
    height: 100%;
}

.z {
    float: left !important;
}

.windMove_box .out {
    opacity: 0;
    text-align: center;
    width: 25px;
    height: 25px;
    margin-left: 20px;
    border-radius: 50%;
    background: url(../images/close.jpg);
    margin-top: 8px;
    cursor: pointer;
}


/* 新增 */

.met-index-news {
    text-align: center;
}

.met-index-news .neWeb_title {
    /*padding-top: 59px;*/
    text-align: center;
    font-size: 36px;
    color: #42484e;
    font-weight: 400;
}

.met-index-news .neWeb_new_desc {
    margin-top: 16px;
    font-size: 16px;
    color: #555555;
    /* letter-spacing: 1px; */
    text-align: center;
}

.met-index-news hr {
    margin: 0 auto;
    margin-top: 14px;
    width: 61px;
    height: 2px;
    background-color: #e50202;
    border: none;
}


/* 海岸动态 */

.met-index-news .tem_index_news_tab {
    display: inline-block;
    margin: 0 0 10px;
    margin-top: 20px;
    height: 35px;
    border-right: 1px solid #8c989f;
    list-style: none;
    line-height: 37px;
    top: 50px;
}

.tem_index_news_tab li {
    float: left;
}

.tem_index_news_tab li.flex-active h3 {
    background: #8c989f;
    color: #fff;
}

.tem_index_news_tab li h3 {
    padding: 0 40px;
    height: 35px;
    font-size: 100%;
    border: 1px solid #8c989f;
    border-right: 0;
    font-weight: normal;
    line-height: 35px;
    cursor: pointer;
}

.tem_index_news_tab li h3:hover {
    background: #8c989f;
    color: #fff;
}

.tem_index_news_list {
    margin: 20px 0 0;
}

.met_none {
    display: none;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.met_clear {
    clear: both;
}

.tem_index_news_list li {
    float: left;
    overflow: hidden;
    width: 50%;
    list-style: none;
    text-align: left;
}

.tem_index_news_list li dl {
    margin-right: 10px;
    padding-top: 21px;
    height: 115px;
}

.tem_index_news_list li dl.tem_even {
    margin-right: 0;
    margin-left: 10px;
}

.tem_index_news_list dt {
    position: relative;
    float: left;
    overflow: hidden;
    width: 160px;
    /*height: 115px;*/
    border-bottom: 1px solid #e7e8ed;
    font-size: 0;
}

.tem_index_news_list li a {
    display: block;
}

.tem_index_more {
    margin-left: 40%;
}

.tem_index_more a {
    display: block;
    height: 40px;
    background:#F03636;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    width: 200px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 60px;
    text-decoration: none;
}

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

.tem_index_news_list dd {
    float: right;
    margin-left: -160px;
    width: 89%;
}

.tem_index_news_list_txt {
    margin-left: 100px;
    height: 115px;
    border-bottom: 1px solid #e7e8ed;
}

.tem_index_news_list_txt a hr {
    margin-top: 6px;
    width: 380px;
    height: 1px;
    background-color: #EFEFEF;
    border: none;
}

.tem_index_news_list_txt a hr:nth-child(2) {
    position: relative;
    top: 7px;
    background-color: #232323;
    width: 10px;
    margin-left: 0;
    transition: 1s all;
}

.tem_index_news_list dd:hover {
    background-color: #F7F8FA;
    transition: .3s all;
}

.tem_index_news_list dd a {
    padding: 0 10px;
    text-decoration: none;
}

.tem_index_news_list dd a:hover,
.tem_index_news_list dd a:focus {
    color: transparent;
}

.tem_index_news_list_txt h3 {
    overflow: hidden;
    margin-bottom: 3px;
    height: 32px;
    font-weight: normal;
    line-height: 32px;
    text-align: left !important;
    font-size: 100% !important;
    color: #000 !important;
}

.tem_index_news_list_txt p {
    overflow: hidden;
    height: 42px;
    color: #818181;
    font-size: 13px;
    margin-top: 22px;
    margin-bottom: 0;
}

.tem_index_news_list_txt span.time {
    display: block;
    height: 25px;
    color: #818181;
    line-height: 25px;
}

.tem_index_news_list_txt h3,
.tem_index_news_list_txt hr,
.tem_index_news_list_txt p {
    margin-left: -3px;
}

.tem_inner,
.met_section {
    position: relative;
    margin: 0 auto;
    margin: 0 auto;
    width: 1325px;
}

@media screen and (min-width: 0px) and (max-width: 1200px) {
    .tem_inner,
    .met_section {
        padding: 0;
        width: 1100px;
    }
}

@media screen and (min-width: 1325px) and (max-width: 1900px) {
    .tem_inner,
    .met_section {
        padding: 0;
        width: 1325px;
    }
}

a.show:focus,
a.show:hover {
    color: #fff;
}

.H_link {
    display: none;
}

.moreone {
    width: 148px;
    height: 30px;
    display: block;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border: #dfdfdf 1px solid;
    border-top-color: rgb(223, 223, 223);
    border-right-color: rgb(223, 223, 223);
    border-bottom-color: rgb(223, 223, 223);
    border-left-color: rgb(223, 223, 223);
    margin-top: 50px;
    line-height: 25px;
    text-align: center;
    color: #848484;
}

a.moreone:hover {
    color: #464646;
}

.demo {
    width: 148px;
    height: 30px;
    border: 1px solid #ddd;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    position: relative;
    cursor: pointer;
    top: 50px;
}

.demo span {
    position: absolute;
    top: -7px;
    left: 30%;
}

.demo b {
    position: absolute;
    top: 30px;
    left: 30%;
}

.demo span {
    transition: .3s all;
}

.demo b {
    transition: .3s all;
}
.contact{
    background:#212121;
    padding-top: 30px;
    padding-bottom: 20px;
}
.contact .caption{
    color: #FEFEFE;
    font-size: 25px;
    line-height: 1;
    text-align: center;
}
.contact .caption:after{
    content: 'Contact us';
    display: block;
    color: #777777;
    font-size: 18px;
    padding-top: 10px;
    line-height: 1;
}
.contact .container{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.contact .container .info{
    float: left;
    padding-top: 20px;
    width: 370px;
}
.info .caption{
    color: #CCCCCC;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}
.info .caption:after{
    content: 'ZHON GRONG DESGIN';
    display: block;
    font-size: 12px;
    color: #777777;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 10px;
}

.info .tel, .info .email, .info .website, .info .address{
    font-size: 16px;
    color: #777777;
    line-height: 1;
    padding-top: 18px;
}
.info .website{
    text-decoration: none;
    display: block;
}
.info .tel:before{
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url('../images/info_tel.png') no-repeat;
    margin-right: 14px;
}
.info .email:before{
    content: '';
    width: 18px;
    height: 12px;
    display: inline-block;
    background: url('../images/info_email.png') no-repeat;
    margin-right: 14px;
}
.info .website:before{
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url('../images/info_website.png') no-repeat;
    margin-right: 14px;
}
.info .address:before{
    content: '';
    width: 15px;
    height: 18px;
    display: inline-block;
    background: url('../images/info_address.png') no-repeat;
    margin-right: 14px;
}

.qrcode{
    overflow: hidden;
    padding-top: 62px;
    padding-left: 10px;
}

.qrcode>div{
    float: left;
}

.qrcode>div:not(:first-child){
    margin-left: 48px;
}

.qrcode>div:nth-child(2){
    margin-left: 85px;
}

.qrcode>div>img{
    width: 96px;
    height: 94px;
    display: block;
    margin: 0;
}
.qrcode>div:first-child>span{
    margin-left: -8px;
    width: 108%;
}
.qrcode>div>span{
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height: 0;
    padding-top: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.form-main {
    width: 658px;
    float: right;
    overflow: hidden;
    padding-top: 60px;
}
.form-2 input {
    width: 100%;
    height: 100%;
    background: none;
    border: 0;
}
.form-2 {
    overflow: hidden;
    width: 658px;
    margin-bottom: 12px;
}
.formst {
    width: 318px;
    height: 32px;
    height: 32px;
    border-bottom:1px solid #777272;
    outline: none;
}
.formst:first-child{
    float: left;
}
.formst:last-child{
    float: right;
}
.formst input {
    font-size: 16px;
    width: 100%;
    height: 100%;
    background: none;
    outline: none;
    color:#777;
    border:none;
}
.form-text {
    width: 658px;
    height: 160px;
    outline: none;
    resize: none;
    margin-bottom: 32px;
    border-bottom:1px solid #777272;
}
.form-text textarea{
    color:#777;
    width: 640px;
    height: 125px;
    background: transparent;
    font-size: 16px;
    line-height: 1.3;
    font-family: "pingfang";
    border: none;
    outline: none;
}
.form-main .heartbeat {
    display: flex;
    justify-content: center;
    width: 658px;
    height: 50px;
    line-height: 50px;
    background: #171717;
    font-size: 18px;
    color: #ccc;
    font-family:"pingfang";
    letter-spacing: 2px;
    border: 1px solid #303030;
}
.homepage_footer{
    background: #1C1C1C;
    border:none;
}
.homepage_footer .container{
    padding-top: 10px;
    padding-bottom: 20px;
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.homepage_footer .container .item{
    border-right: 1px solid #262626;
    padding: 0px 50px;
    float: left;
}
.homepage_footer .container .item:first-child{
    padding-left: 0px;
    width: 130px;
}
.homepage_footer .container .item:last-child{
    border:none;
    padding-right: 0px;
}
.mold_title{
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding-bottom: 28px;
}
.mold_details{
    color: #999999;
    font-size: 12px;
    line-height: 1;
    /*border-right: 1px solid #262626;*/
    overflow: hidden;
}
.homepage_footer .container .item:nth-child(2) .mold_details{
    padding: 0 30px 0 30px;
}
.homepage_footer .container .item:nth-child(2) .mold_title{
    padding-left: 30px;
}
.homepage_footer .container .item:nth-child(3) .mold_details{
    padding: 0 30px 0 30px;
}
.homepage_footer .container .item:nth-child(3) .mold_title{
    padding-left: 30px;
}
.homepage_footer .container .item:nth-child(4) .mold_details{
    padding: 0 30px 0 30px;
}
.homepage_footer .container .item:nth-child(4) .mold_title{
    padding-left: 30px;
}
.homepage_footer .container .item:last-child .mold_details{
    border: none;
    padding-left: 30px;
}
.homepage_footer .container .item:last-child .mold_title{
    border: none;
    padding-left: 30px;
}
.mold_details>p:not(:last-child){
    overflow: hidden;
    padding-bottom: 12px;
}
.mold_details>p>a{
    float: left;
    color: #999999;
    font-size: 12px;
    text-decoration: none;
}
.mold_details>p>a:first-child{
    width: 97px;
}
.homepage_footer .container .item:last-child .mold_details>p>a:first-child{
    width: 110px;
}

.statement{
    background: #181818;
    width: 100%;
    border-top: 1px solid #1f1f1f;
    padding: 30px;

}
.statement>p{
    line-height: 1;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, .24);
}
.statement>p:last-child{
    padding-top: 12px;
}
.statement>p>img{
    vertical-align: middle;
    margin: 0 8px;
}
.submissionform1 input::-webkit-input-placeholder {  /* WebKit browsers */     font-size: 14px; }
.submissionform1 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */     font-size: 14px; }
.submissionform1 input::-moz-placeholder { /* Mozilla Firefox 19+ */     font-size: 14px; }
.submissionform1 input :-ms-input-placeholder { /* Internet Explorer 10+ */     font-size: 14px; }


.submissionform1 textarea::-webkit-input-placeholder {  /* WebKit browsers */     font-size: 14px; }
.submissionform1 textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */     font-size: 14px; }
.submissionform1 textarea::-moz-placeholder { /* Mozilla Firefox 19+ */     font-size: 14px; }
.submissionform1 textarea :-ms-input-placeholder { /* Internet Explorer 10+ */     font-size: 14px; }
.homepage_footer .footermiddle{
    width: 1200px; border-top:1px solid #262626; margin:0 auto;    padding: 14px 0px 0px 0px;overflow: hidden;
}
.homepage_footer .footermiddle .middle1{
    float: left; text-decoration: none; list-style: none; width: 94%;
}
.homepage_footer .footermiddle .middle1>li{
    float: left;

}
.homepage_footer .footermiddle .middle1>li>a{
    display: inline-block;
    width:100px;
    color: #666
}
/* ===== HOME PAGE FRAMEWORK (zhoroo) ===== */
:root {
  --red: #e50202;
  --red-dark: #b00202;
  --red-light: #ff3333;
  --dark-bg: #1a1a1a;
  --white: #ffffff;
  --gray-light: #f5f5f5;
  --gray-mid: #e0e0e0;
  --gray-text: #666666;
  --dark-text: #333333;
  --header-h: 80px;
}

/* ===== HERO BANNER ===== */
.ibanner {
  margin-top: -80px;
  position: relative;
  overflow: hidden;
}
.ibanner .swiper-container {
  width: 100%;
  height: 500px;
}
.ibanner .swiper-slide {
  position: relative;
}
.ibanner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibanner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.ibanner .swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.ibanner .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background: rgba(255,255,255,0.5);
  border-radius: 2px;
  margin: 0 4px;
  display: inline-block;
  cursor: pointer;
  transition: width 0.4s, background 0.4s;
}
.ibanner .swiper-pagination-bullet-active {
  background: var(--red);
  width: 50px;
}

/* ===== WRAP ===== */
.wrap2 { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.wrap3 { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.wrap4 { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ===== SECTION TITLES ===== */
.box-title {
  text-align: center;
  margin-bottom: 40px;
}
.box-title h2,
.box-title span {
  display: block;
  font-size: 34px;
  font-weight: 700;
  color: var(--dark-text);
  letter-spacing: 2px;
}
.box-title h2 i,
.box-title span i {
  font-style: normal;
  color: var(--red);
  font-weight: 700;
}
.box-title p {
  font-size: 15px;
  color: var(--gray-text);
  margin-top: 8px;
  letter-spacing: 1px;
}

.box-title2 {
  margin-bottom: 40px;
}
.box-title2 i {
  display: block;
  font-size: 48px;
  font-weight: 700;
  color: rgba(255,255,255,0.15);
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1;
  font-style: normal;
}
.box-title2 h2 {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: var(--white);
  margin-top: -30px;
}
.box-title2 h2 font {
  color: var(--red);
}
.box-title2 h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: var(--red);
  margin-top: 12px;
}

.box-title3 {
  margin-bottom: 24px;
}
.box-title3 h2 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: var(--dark-text);
}
.box-title3 i {
  display: block;
  font-size: 13px;
  color: var(--gray-text);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 4px;
  font-style: normal;
}

.more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  border: 2px solid var(--red);
  color: var(--red);
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.3s, color 0.3s, gap 0.3s;
  background: transparent;
}
.more:hover {
  background: var(--red);
  color: var(--white);
  gap: 14px;
}

.more-news {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
  transition: color 0.3s;
}
.more-news:hover {
  color: var(--red-dark);
}

/* ===== SECTION K1 - Business Scope ===== */
.sect_k1 {
  padding: 80px 0 60px;
  background: var(--white);
}
.sect_k1 .sect_line {
  border-bottom: 1px solid var(--gray-mid);
  margin-bottom: 40px;
}
.nav-tabs {
  width: 100%;
  display: flex;
  justify-content: center;
}
.nav-tabs .swiper-slide {
  width: auto !important;
  padding: 0 15px;
}
.nav-tabs .tab-tit {
  text-align: center;
  padding-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.nav-tabs .tab-tit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: var(--red);
  transition: width 0.3s;
}
.nav-tabs .swiper-slide-thumb-active .tab-tit::after,
.nav-tabs .tab-tit:hover::after {
  width: 30px;
}
.nav-tabs .tab-tit .dot-img {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border-radius: 16px;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  padding: 14px;
}

/* 顶部联系电话 */
.met-nav .row {
  position: relative;
}
.met-nav .navbar-collapse {
  display: flex;
  align-items: center;
}
.met-nav .navbar-collapse .navbar-nav.navbar-right {
  margin-left: auto;
  margin-right: 20px;
}
.nav-tel {
  flex-shrink: 0;
  padding-left: 28px;
}
.met-nav .navbar-collapse .navbar-nav {
  flex-direction: row;
}
.met-nav .navbar-collapse .navbar-nav > li {
  float: none;
}
.nav-tel p {
  font-size: 13px;
  color: var(--gray-text);
  line-height: 1.4;
  text-align: right;
  margin: 0;
}
.nav-tel p span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: var(--red) !important;
  letter-spacing: 1px;
  font-family: 'Arial', sans-serif;
}
.nav-tabs .swiper-slide-thumb-active .tab-tit .dot-img,
.nav-tabs .tab-tit:hover .dot-img {
  background: var(--red);
}
.nav-tabs .tab-tit .dot-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav-tabs .tab-tit span {
  font-size: 15px;
  font-weight: 500;
  color: var(--gray-text);
  transition: color 0.3s;
}
.nav-tabs .swiper-slide-thumb-active .tab-tit span,
.nav-tabs .tab-tit:hover span {
  color: var(--dark-text);
  font-weight: 600;
}

.tablist {
  position: relative;
}
.tablist .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.5s;
}
.tablist .swiper-slide-active {
  opacity: 1;
}
.tablist .bk-brow {
  display: flex;
  align-items: center;
  gap: 40px;
  background: var(--gray-light);
  border-radius: 16px;
  overflow: hidden;
}
.tablist .bk-brow .bk-img {
  width: 50%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
}
.tablist .bk-brow .bk-img img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.tablist .bk-brow .bk-cont {
  flex: 1;
  padding: 40px 40px 40px 0;
}
.tablist .bk-brow .bk-tit {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 20px;
}
.tablist .bk-brow .bk-tit i {
  font-size: 52px;
  font-weight: 800;
  color: var(--red);
  line-height: 1;
  font-style: normal;
}
.tablist .bk-brow .bk-tit p {
  font-size: 26px;
  font-weight: 700;
  color: var(--dark-text);
  line-height: 1.3;
}
.tablist .bk-brow .bk-tit p span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-text);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tablist .bk-brow .bk-p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--gray-text);
}

.sect_k1 .swiper-button-next,
.sect_k1 .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s, color 0.3s;
}
.sect_k1 .swiper-button-next { right: -24px; }
.sect_k1 .swiper-button-prev { left: -24px; }
.sect_k1 .swiper-button-next:hover,
.sect_k1 .swiper-button-prev:hover {
  background: var(--red);
  color: var(--white);
}
.sect_k1 .swiper-button-next i,
.sect_k1 .swiper-button-prev i {
  font-size: 18px;
  color: var(--dark-text);
}
.sect_k1 .swiper-button-next:hover i,
.sect_k1 .swiper-button-prev:hover i {
  color: var(--white);
}

/* ===== SECTION K2 - Cases ===== */
.sect_k2 {
  padding: 80px 0;
  background: var(--gray-light);
}
.sect_k2 .block-1 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 12px;
}
.sect_k2 .block-1 .brow {
  overflow: hidden;
}
.sect_k2 .block-1 .brow:nth-child(1) {
  grid-row: span 2;
}
.sect_k2 .block-1 .bimg {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}
.sect_k2 .block-1 .bimg a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.sect_k2 .block-1 .bimg a img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.sect_k2 .block-1 .brow:nth-child(1) .bimg a img {
  height: 572px;
}
.sect_k2 .block-1 .bimg a .btit {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 20px 20px;
  background: linear-gradient(transparent, rgba(0,0,0,0.75));
  color: var(--white);
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.sect_k2 .block-1 .bimg a .btit span {
  display: block;
  font-size: 12px;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sect_k2 .block-1 .bimg a .btit p {
  font-size: 16px;
  font-weight: 600;
}
.sect_k2 .block-1 .bimg a:hover img {
  transform: scale(1.1);
}
.sect_k2 .block-1 .bimg a:hover .btit {
  opacity: 1;
  transform: translateY(0);
}
.sect_k2 .block-1 .brow:nth-child(1) .bimg a .btit p {
  font-size: 20px;
}
.sect_k2 .tc {
  text-align: center;
  margin-top: 40px;
}

/* ===== SECTION YS - Advantages ===== */
.sect_ys {
  padding: 80px 0;
  background: var(--dark-bg);
  color: var(--white);
}
.ys-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.sect_ys .ys-span {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}
.sect_ys .brow {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 32px 20px;
  text-align: center;
  transition: background 0.4s ease, border-color 0.4s ease, transform 0.4s ease;
  height: 100%;
  box-sizing: border-box;
}
.sect_ys .brow:hover {
  background: var(--red);
  border-color: var(--red);
  transform: translateY(-4px);
}
.sect_ys .brow i {
  display: block;
  height: 56px;
  margin-bottom: 16px;
}
.sect_ys .brow i img {
  height: 100%;
  filter: brightness(0) invert(1);
  opacity: 0.8;
  transition: opacity 0.3s;
}
.sect_ys .brow:hover i img {
  opacity: 1;
}
.sect_ys .brow p {
  line-height: 1.6;
}
.sect_ys .brow span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.sect_ys .brow b {
  display: block;
  font-size: 13px;
  opacity: 0.5;
  font-weight: 400;
  margin-bottom: 8px;
}
.sect_ys .brow font {
  display: block;
  font-size: 14px;
  opacity: 0.7;
  line-height: 1.6;
}
.sect_ys .brow:hover font {
  opacity: 0.9;
}

/* ===== SECTION K3 - About ===== */
.sect_k3 {
  padding: 80px 0;
  background: var(--gray-light);
  position: relative;
}
.sect_k3 .btit {
  position: absolute;
  left: 5%;
  top: 30px;
  font-size: 100px;
  font-weight: 800;
  color: rgba(0,0,0,0.04);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 8px;
}
.sect_k3 .block-2 {
  background: var(--white);
  border-radius: 16px;
  padding: 40px;
  height: 100%;
  box-sizing: border-box;
}
.sect_k3 .block-2 img {
  max-height: 50px;
  margin-bottom: 16px;
}
.sect_k3 .block-2 span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: var(--dark-text);
  margin-bottom: 16px;
}
.sect_k3 .block-2 p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--gray-text);
  margin-bottom: 24px;
}
.sect_k3 .block-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  height: 100%;
}
.sect_k3 .block-3 a {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}
.sect_k3 .block-3 a img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.sect_k3 .block-3 a p {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: rgba(0,0,0,0.5);
  transition: background 0.3s;
}
.sect_k3 .block-3 a p span {
  font-size: 20px;
  font-weight: 700;
}
.sect_k3 .block-3 a p i {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 4px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sect_k3 .block-3 a:hover img {
  transform: scale(1.1);
}
.sect_k3 .block-3 a:hover p {
  background: rgba(229,2,2,0.8);
}

/* ===== SECTION K4 - News ===== */
.sect_k4 {
  padding: 80px 0;
  background: var(--white);
}
.sect_k4 .row {
  display: flex;
  gap: 30px;
}
.sect_k4 .span-4 {
  flex: 1;
  position: relative;
}
.sect_k4 .span-4::after {
  content: '';
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
  height: 80%;
  background: var(--gray-mid);
}
.sect_k4 .span-4:last-child::after {
  display: none;
}
.pad-r {
  padding-right: 10px;
}

.inews-box {
  border-radius: 12px;
  overflow: hidden;
  background: var(--gray-light);
  margin-bottom: 20px;
}
.inews-box .date {
  background: var(--red);
  color: var(--white);
  padding: 8px 16px;
  font-size: 13px;
  display: inline-block;
}
.inews-box .bimg {
  height: 180px;
  overflow: hidden;
}
.inews-box .bimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.inews-box:hover .bimg img {
  transform: scale(1.08);
}
.inews-box h4 {
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.inews-box h4 a {
  color: var(--dark-text);
}
.inews-box h4 a:hover {
  color: var(--red);
}

.inews-box2 {
  padding: 12px 0;
  border-bottom: 1px solid var(--gray-mid);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inews-box2:last-child {
  border-bottom: none;
}
.inews-box2 .fl {
  flex: 1;
}
.inews-box2 .fl h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}
.inews-box2 .fl h4 a {
  color: var(--dark-text);
}
.inews-box2 .fl h4 a:hover {
  color: var(--red);
}
.inews-box2 .fl span {
  font-size: 12px;
  color: var(--gray-text);
}

.news-box {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-mid);
}
.news-box .span-4 {
  width: 100px;
  flex-shrink: 0;
  flex: none;
}
.news-box .span-4::after {
  display: none;
}
.news-box .icon {
  width: 100px;
  height: 76px;
  border-radius: 8px;
  overflow: hidden;
}
.news-box .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.news-box:hover .icon img {
  transform: scale(1.08);
}
.news-box .span-8 {
  flex: 1;
}
.news-box h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4px;
}
.news-box h4 a {
  color: var(--dark-text);
}
.news-box h4 a:hover {
  color: var(--red);
}
.news-box p {
  font-size: 13px;
  color: var(--gray-text);
  margin-top: 4px;
  line-height: 1.5;
}

.inews-box3 {
  padding: 16px 0;
  border-bottom: 1px solid var(--gray-mid);
}
.inews-box3:last-child {
  border-bottom: none;
}
.inews-box3 .btit {
  position: relative;
  padding-left: 28px;
  margin-bottom: 4px;
}
.inews-box3 .btit::before {
  content: 'Q';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: var(--gray-light);
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  font-weight: 700;
  color: var(--red);
}
.inews-box3 .btit span {
  font-size: 15px;
  font-weight: 500;
}
.inews-box3 .btit span a {
  color: var(--dark-text);
}
.inews-box3 .btit span a:hover {
  color: var(--red);
}
.inews-box3 .bny {
  position: relative;
  padding-left: 28px;
}
.inews-box3 .bny::before {
  content: 'A';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: var(--red);
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  font-weight: 700;
  color: var(--white);
}
.inews-box3 .bny p {
  font-size: 13px;
  color: var(--gray-text);
  line-height: 1.6;
}

/* ===== SECTION K5 - Partners ===== */
.sect_k5 {
  padding: 0;
}
.sect_k5 .wrap4 {
  background: var(--gray-light);
  padding: 60px 4%;
  border-radius: 0;
}
.block-4 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-4 .media-box {
  background: var(--white);
  border-radius: 8px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.block-4 .media-box .icon {
  background: transparent;
}
.block-4 .media-box .icon img {
  max-height: 70px;
  width: auto;
}

/* ===== TYPOGRAPHY ===== */
.tabular-nums {
  font-variant-numeric: tabular-nums;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .ibanner .swiper-container { height: 250px; }
  .sect_k1 { padding: 40px 0; }
  .sect_k2 { padding: 40px 0; }
  .sect_ys { padding: 40px 0; }
  .sect_k3 { padding: 40px 0; }
  .sect_k4 { padding: 40px 0; }
  .box-title h2 { font-size: 24px; }
  .box-title2 i { font-size: 32px; }
  .box-title2 h2 { font-size: 24px; margin-top: -20px; }
  .nav-tabs .swiper-slide { padding: 0 8px; }
  .nav-tabs .tab-tit .dot-img { width: 48px; height: 48px; padding: 10px; }
  .nav-tabs .tab-tit span { font-size: 13px; }
  .tablist .bk-brow { flex-direction: column; }
  .tablist .bk-brow .bk-img { width: 100%; height: 220px; }
  .tablist .bk-brow .bk-img img { width: 40%; height: 40%; }
  .tablist .bk-brow .bk-cont { padding: 20px; }
  .tablist .bk-brow .bk-tit i { font-size: 36px; }
  .tablist .bk-brow .bk-tit p { font-size: 20px; }
  .ys-row { grid-template-columns: 1fr; }
  .sect_k2 .block-1 { grid-template-columns: 1fr; }
  .sect_k2 .block-1 .brow:nth-child(1) { grid-row: auto; }
  .sect_k2 .block-1 .brow:nth-child(1) .bimg a img { height: 280px; }
  .sect_k3 .btit { font-size: 48px; }
  .sect_k3 .block-3 { grid-template-columns: 1fr 1fr; }
  .sect_k4 .row { flex-direction: column; }
  .sect_k4 .span-4::after { display: none; }
  .sect_k5 .wrap4 { padding: 30px 4%; }
  .block-4 .media-box { padding: 16px 20px; }
  .block-4 .media-box .icon img { max-height: 40px; }
  .sect_k1 .swiper-button-next,
  .sect_k1 .swiper-button-prev { display: none; }
  .nav-tel { display: none; }
}

/*补充*/
.met-index-about .met-editor{
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: .3s;
}