:root{
    --title--:#303133;
    --menu--:#E4E7ED;
    --font--:#606266;
}
body{
    overflow-x:hidden;
}
@font-face {
	font-family: FjallaOne;
	src:url(../font/FjallaOne-Regular-2.ttf) format('TrueType');
}
@font-face {
	font-family: DINPro;
	src:url(../font/DINPro-Medium.ttf) format('TrueType');
}
@font-face {
	font-family: Poppins-Bold;
	src:url(../font/Poppins-Bold.ttf) format('TrueType');
}
*{
    box-sizing: border-box;
    padding:0;
    margin:0;
    font-family:'SourceHanSansCN-Light','微软雅黑','Arial','PingFang SC';
}
*:focus{
    outline: none;
}
ul,li{
    list-style: none;
}
a:hover,
a{
    text-decoration: none;
    color:var(--title--);
}
img{
    border:none;
    max-width:100%;
}
dl,dd,p{
    margin:0;
}
ul,li{
    margin-bottom: 0;
    padding-left:0;
}
.bg-body-tertiary{
    background: rgba(255, 255, 255, 1) !important;
    padding:0px;
    --bs-navbar-brand-padding-y:0;
}

@media (max-width:991px){
    .bg-body-tertiary{
        padding:.5rem 0;
    }
}
.scroll-none{
    background: rgba(255, 255, 255, 0) !important;
}
.navbar-collapse{
    flex-grow: unset;
}
@media (max-width:1960px){
    .navbar-collapse{
        margin-right:80px;
    }
}
@media (max-width:1800px){
    .navbar-collapse{
        margin-right:60px;
    }
}
@media (max-width:1600px){
    .navbar-collapse{
        margin-right:30px;
    }
}
@media (max-width:1440px){
    .navbar-collapse{
        margin-right:0px;
    }
}
@media (max-width:768px){
    .navbar-nav{
        padding-bottom: 1rem;
    }
}
.navbar-toggler{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.navbar-toggler[aria-expanded="true"]{
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='currentColor' class='bi bi-x-lg' viewBox='0 0 16 16'><path d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/></svg>") no-repeat;
    border: none;
    cursor: pointer;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background: none;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.dropdown-toggle::after{
    display: none;
}
.language a{
    padding:0 !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-size:18px;
    color:#3e3a39;
    padding:1rem 2.2rem;
    height:84px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.nav-item{
    position: relative;
}
.nav-item::after{
    content: '';
    width:0%;
    height:1px;
    position: absolute;
    left:50%;
    top:20px;
    background:#004380 ;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.nav-item:hover::after{
    width:30%;
}
@media (max-width:768px){
    .nav-item::after{
        display: none;
    }
}
.position-fixed{
    left:0;
    top:0;
}
.scroll-none .nav-item,
.scroll-none.navbar-expand-lg .navbar-nav .nav-link{
    color:#ffffff;
}
@media (max-width:1680px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding:.5rem 1.6rem;
    }
}
@media (max-width:1440px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding:.5rem 1rem;
    }
}
@media (max-width:1200px){
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size:16px;
        padding:.5rem .6rem;
    }
}
@media (max-width:992px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding:.5rem 0;
        height: auto;
    } 
}
.banner_li{
    line-height: 0;
}
.dropdown-menu[data-bs-popper]{
    top:82px;
    left:50%;
    min-width:120px;
    border:1px solid #a0b9d0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
@media (max-width:768px){
    .dropdown-menu[data-bs-popper]{
        top:0;
    }
}
.dropdown-menu{
    --bs-dropdown-min-width:auto;
}
@media (max-width:1960px){
    .navbar .container-fluid{
        padding:0 100px;
    }
}
@media (max-width:1680px){
    .navbar .container-fluid{
        padding:0 40px;
    }
}
@media (max-width:1440px){
    .navbar .container-fluid{
        padding:0 30px;
    }
}
@media (max-width:1160px){
    .navbar .container-fluid{
        padding:0 20px;
    }
}
.dropdown-item{
    font-size:16px;
    text-align: center;
}
.dropdown-item span{
    font-size:12px;
}
@media (max-width:1160px){
    .dropdown-item{
        font-size:14px;
    }
    .dropdown-item span{
        font-size:10px;
        -webkit-text-size-adjust: none
    }
}
@media (max-width:992px){
    .navbar-nav .dropdown-menu{
        position: relative;
        --bs-dropdown-padding-y:0;
    }
    .nav-item{
        text-align: center;
        justify-content: center;
    }
    .dropdown-menu[data-bs-popper]{
        border:none;
    }
    .dropdown-item{
        text-align: center;
    }
}
.nav-item.on .nav-link,
.nav-item:hover .nav-link{
    color:#004380;
    font-weight: bold;
}
/* panel */
.bionic,
.panel{
    position: relative;
}
.bionic .container,
.panel .container{
    max-width: 1230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    height: 100%;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.panel-txt{
    font-family: 'SourceHanSansCN-Bold';
    font-size:80px;
    color:#004380;
    line-height:1.3;
    font-weight: bold;
	letter-spacing:5px;
}
@media (max-width:1440px){
    .panel-txt{
        font-size:50px;
        line-height:1.4;
    }
}
@media (max-width:1024px){
    .panel-txt{
        font-size:40px;
        padding-left:1rem;
    }
}
@media (max-width:991px){
    .panel-txt{
        font-size:32px;
    }
}
@media (max-width:768px){
    .panel-txt{
        font-size:26px;
    }
}
@media (max-width:425px){
    .panel-txt{
        font-size:20px;
        padding-left:.5rem;
    }
}
.annotate{
	font-size:18px;
	color:#004380;
	width:100%;
	text-align:right;
	position: absolute;
    bottom: 10%;
}
@media (max-width:1024px){
	.annotate{
		font-size:16px;
		width:auto;
		bottom: 8%;
	}
}
@media (max-width:425px){
	.annotate{
		font-size:12px;
		text-align:left;
	}
}
.panel-info{
    display: flex;
    align-items: flex-start;
    justify-items: flex-start;
    padding-top:4rem;
}
@media (max-width:1440px){
    .panel-info{
        padding-top:2rem;
    }
}
@media (max-width:768px){
    .panel-info{
        padding-top:1.2rem;
        width:100%;
        justify-content: space-around;
    }
}
@media (max-width:425px){
    .panel-info{
		flex-wrap: wrap;
		justify-content: flex-start;
    }
}
.panel-info li{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right:3rem;
}
@media (max-width:1024px){
    .panel-info li{
        margin-right:1.5rem;
    }
}
@media (max-width:768px){
    .panel-info li{
        margin-right:0;
		width:50%;
		padding-bottom:.5rem;
    }
}
.panel-info li a{
    width:100%;
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.panel-info p{
    font-size:16px;
    color:#004380;
    margin-top:1.5rem;
}
@media (max-width:1024px){
    .panel-info p{
        margin-top:.8rem;
    }
    .panel-info img{
        width:4rem;
    }
}
@media (max-width:768px){
    .panel-info p{
        margin-top:.5rem;
        font-size:14px;
    }
    .panel-info img{
        width:3rem;
    }
}
@media (max-width:425px){
    .panel-info p{
        white-space: nowrap;
        word-break:keep-all;
        margin-top:.2rem;
        font-size:13px;
          transform: scale(.8);
          -webkit-transform: scale(.8);
          -moz-transform: scale(.8);
          -ms-transform: scale(.8);
          -o-transform: scale(.8);
    }
    .panel-info img{
        width:2rem;
    }
	.panel-info li:nth-child(2) p{
		color:#ffffff;
	}
}
.panel-info p span{
    font-size:12px;
}
@media (max-width:425px){
    .panel-info p span{
        font-size:12px;
    }
}
/*  bionic */
.panel-txt span{
    display: block;
    padding-bottom:2rem;
    font-family: 'SourceHanSansCN-Bold';
}
@media (max-width:1440px){
    .panel-txt span{
        padding-bottom:.8rem;
    }
}
@media (max-width:768px){
    .panel-txt span{
        padding-bottom:.2rem;
    }
}
.panel-txt p{
    font-family: '微软雅黑';
    font-size:45px;
    color:#004380;
}
@media (max-width:1440px){
    .panel-txt p{
        font-size:30px;
        line-height: 1.4;
    }
}
@media (max-width:768px){
    .panel-txt p{
        font-size:22px;
    }
}
@media (max-width:425px){
    .panel-txt p{
        font-size:17px;
    }
}
.bionic-logo{
    margin-top:8rem;
}
@media (max-width:1440px){
    .bionic-logo{
        margin-top:4rem;
    }
}
@media (max-width:1024px){
    .bionic-logo{
        margin-top:2rem;
        padding-left:2rem;
    }
    .bionic-logo img{
        width:160px;
    }
}
@media (max-width:768px){
    .bionic-logo{
        margin-top:1rem;
        padding-left:1rem;
    }
    .bionic-logo img{
        width:120px;
    }
}
@media (max-width:425px){
    .bionic-logo{
        margin-top:.6rem;
    }
    .bionic-logo img{
        width:80px;
    }
}
.bionic .container{
    padding-top:7rem;
}
@media (max-width:1440px){
    .bionic .container{
        padding-top:3rem;
    }
}
@media (max-width:1024px){
    .bionic .container{
        padding-top:0rem;
    }
}
.tab{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 1.6rem;
    cursor: pointer;
}
@media (max-width:1440px){
    .tab{
        padding-bottom: 1.4rem;
    }
}
@media (max-width:991px){
    .tab{
        padding-bottom: 1rem;
    }
}
@media (max-width:768px){
    .tab{
        padding-bottom: .8rem;
    }
}
@media (max-width:425px){
    .tab{
        padding-bottom: .5rem;
    }
}
.tab::after{
    content: '';
    position: absolute;
    left:50%;
    bottom:0;
    width:190px;
    height:2px;
    background: url(../images/tab-bor.jpg) no-repeat center;
    background-size: cover;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.tab.tab-honor::after{
	width:100px;
}
.tab:hover::after{
    border-bottom:1px solid #004380;
}
@media (max-width:768px){
    .tab::after{
        width:120px;
    }
}
@media (max-width:425px){
    .tab::after{
        width:90px;
    }
}
.tab span{
    font-size:48px;
    color:#3e3a39;
}
@media (max-width:1440px){
    .tab span{
        font-size:36px;
    }
}
@media (max-width:991px){
    .tab span{
        font-size:30px;
    }
}
@media (max-width:768px){
    .tab span{
        font-size:26px;
    }
}
@media (max-width:425px){
    .tab span{
        font-size:24px;
    }
}

/* 集团新闻 */
.group{
    padding:6.7rem 0 4rem 0;
}
@media (max-width:1440px){
    .group{
        padding:4rem 0 4rem 0;
    }
}
@media (max-width:768px){
    .group{
        padding:3rem 0 2.4rem 0;
    }
}
@media (max-width:425px){
    .group{
        padding:2rem 0 2.4rem 0;
    }
}
.group-swiper{
    padding:7rem 0 3rem 0;
}
@media (max-width:1440px){
    .group-swiper{
        padding:4rem 0 1rem 0;
    }
}
@media (max-width:1024px){
    .group-swiper{
        padding:2.6rem 0 1rem 0;
    }
}
@media (max-width:768px){
    .group-swiper{
        padding:1.6rem 0 1rem 0;
    }
}
.group-li{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    width:100%;
}
.group-pic img,
.group-pic{
    width:100%;
}
.group-box{
    padding:1.5rem 1rem;
    width:100%;
}
@media (max-width:1024px){
    .group-box{
        padding:1rem .5rem;
    }
}
@media (max-width:768px){
    .group-box{
        padding:.8rem 0;
    }
}
@media (max-width:425px){
    .group-box{
        padding:.8rem 0 0 0;
    }
}
.group-box b{
    font-size:24px;
    color:#595757;
    line-height:1.2;
    font-weight: 300;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display: block;
    width:100%;
}
.group-swiper .swiper-slide a:hover b,
.medium-list .swiper-slide a:hover b{
    color:#004380;
}
@media (max-width:1024px){
    .group-box b{
        font-size:18px;
    }
}
@media (max-width:425px){
    .group-box b{
        font-size:16px;
    }
}
.medium-txt p,
.group-box p{
    font-size:14px;
    color:#727171;
    line-height:1.4;
    margin:.5rem 0 1rem 0;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (max-width:768px){
    .medium-txt p,
    .group-box p{
        margin:.2rem 0 .6rem 0;
    }
}
.group-box span{
    position: relative;
    display: block;
    padding:1rem 0;
    font-size:14px;
    color:#727171;
    line-height:1.6;
    border-top: 1px solid #bbbbbb;
}
.group-box span::before{
    content: '';
    width: 0%;
    height: 1px;
    background: #004380;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.group-box:hover span::before{
    width:100%;
}
@media (max-width:1024px){
    .group-box span{
        padding:.5rem 0;
    }
}
@media (max-width:768px){
    .group-box span{
        padding:.3rem 0;
    }
}
.medium-txt span::after,
.group-box span::after{
    content: '';
    position: absolute;
    top:50%;
    right:0;
    width:7px;
    height:11px;
    background: url(../images/group-disc.png) no-repeat center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.medium-txt:hover span::after,
.group-box:hover span::after{
    right:20px;
}
.group-more{
    margin:0 auto;
    width:250px;
    height:46px;
    border:1px solid #2e6597;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
@media (max-width:1024px){
    .group-more{
        width:230px;
        height:46px;
    }
}
@media (max-width:768px){
    .group-more{
        width:180px;
        height:36px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
}
@media (max-width:425px){
    .group-more{
        width:140px;
        height:34px;
    }
}
.group-more a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
    font-size:16px;
    color:#727171;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
@media (max-width:768px){
    .group-more a{
        font-size:14px;
    }
}
@media (max-width:425px){
    .group-more a{
        font-size:12px;
    }
}
.group-more a::after{
    content: '';
    width:39px;
    height:6px;
    background: url(../images/group-more.png) no-repeat center;
    background-size: cover;
    margin-left:.5rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
@media (max-width:1024px){
    .group-more a::after{
        width:26px;
        height:4px;
    }
}
@media (max-width:425px){
    .group-more a::after{
        display: none;
    }
}
.group-more:hover{
    background: #276093;
}
.group-more:hover a{
    color:#ffffff;
}
.group-more:hover a::after{
    background: url(../images/group-more-1.png) no-repeat center;
    margin-left:1rem;
}

/* foot */
.foot{
    height:504px;
    background: #333333;
    padding-top:90px;
}
@media (max-width:1440px){
    .foot{
        height:auto;
        padding-top:60px;
        padding-bottom:100px;
    }
}
@media (max-width:1024px){
    .foot{
        padding-top:40px;
        padding-bottom:50px;
    }
}
@media (max-width:768px){
    .foot{
        padding-top:30px;
        padding-bottom:30px;
    }
}
.foot .container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
@media (max-width:991px){
    .foot .container{
        align-items: center;
    }
}
@media (max-width:768px){
    .foot .container{
        flex-direction: column;
    }
    .foot-l{
        width:100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
}
.foot .container::after{
    content: '';
    width:100%;
    height:1px;
    background: #555555;
    position: absolute;
    left:0;
    bottom: -3rem;
}
@media (max-width:1024px){
    .foot .container::after{
        bottom: -1.5rem;
    }
}
@media (max-width:768px){
    .foot .container::after{
        bottom: -.5rem;
    }
}
.foot-logo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (max-width:768px){
    .foot-logo{
        align-items: center;
    }
}
.foot-logo span{
    display: block;
    padding-top:.8rem;
    font-size:16px;
    color:#808080;
    line-height:1.4;
}
@media (max-width:1024px){
    .foot-logo span{
        font-size:14px;
        line-height: 1.2;
    }
}
@media (max-width:425px){
    .foot-logo span{
        width:100%;
        text-align: center;
        font-size:12px;
        padding-top:.4rem;
    }
}
.foot-code{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top:4.5rem;
    padding-left:1rem;
}
@media (max-width:1440px){
    .foot-code{
        padding-top:2.5rem;
    }
}
@media (max-width:1024px){
    .foot-code{
        padding-top:1.6rem;
        padding-left:0;
    }
}
@media (max-width:768px){
    .foot-code{
        padding-top:1rem;
    }
}
@media (max-width:425px){
    .foot-code{
        padding-top:.5rem;
    }
}

.foot-code li{
    position: relative;
    margin:0 15px;
    cursor: pointer;
}
@media (max-width:991px){
    .foot-code li{
        margin:0 10px;
    }
}
@media (max-width:425px){
    .foot-code li{
        margin:0 8px;
    }
    .foot-code li span img{
        max-height: 20px;
    }
}
.foot-code li p{
    display: none;
    position: absolute;
    left:50%;
    bottom:100%;
    width:120px;
    height:120px;
    background: #fff;
    transform:translateX(-50%) translateY(-10px);
    -webkit-transform:translateX(-50%) translateY(-10px);
    -moz-transform:translateX(-50%) translateY(-10px);
    -ms-transform:translateX(-50%) translateY(-10px);
    -o-transform:translateX(-50%) translateY(-10px);
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.foot-code li.active p{
    display: block;
}
.foot-more{
    padding-top:2rem;
}
@media (max-width:1024px){
    .foot-more{
        padding-top:1rem;
    }
}
@media (max-width:768px){
    .foot-more{
        padding-top:.5rem;
    }
}

.foot-more a{
    position: relative;
    display: inline;
    padding:0 1rem;
    font-size:16px;
    color:#808080;
}
@media (max-width:1024px){
    .foot-more a{
        padding:0 1rem 0 0;
        margin-right:.5rem;
        font-size:14px;
    }
}
@media (max-width:991px){
    .foot-more a{
        padding:0 .5rem 0 0;
        margin-right:.1rem;
    }
}
.foot-more a::after{
    content: '';
    width:2px;
    height:16px;
    background: url(../images/foot-more.png) no-repeat;
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
@media (max-width:991px){
    .foot-more a::after{
        height:12px;
    }
}
.foot-more a:last-child::after{
    display: none;
}
.foot-more a:hover{
    color:#80a1c0;
}

.foot-app{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (max-width:768px){
    .foot-app{
        padding-top:1rem;
    }
}
.foot-app b{
    font-size:28px;
    color:#808080;
    line-height: 1.2;
}
@media (max-width:1024px){
    .foot-app b{
        font-size:22px;
    }
}
@media (max-width:991px){
    .foot-app b{
        font-size:18px;
    }
}
@media (max-width:768px){
    .foot-app b{
        font-weight: normal;
    }
}
.foot-app p{
    padding-top:1.5rem;
}
@media (max-width:1024px){
    .foot-app p{
        padding-top:1rem;
    }
}
@media (max-width:768px){
    .foot-app p{
        padding-top:.5rem;
    }
}
.foot-app p span{
    position: relative;
    padding-left:30px;
    margin-right:20px;
    font-size:16px;
    color:#727171;
    cursor: pointer;
	display: inline-block
}
@media (max-width:1024px){
    .foot-app p span{
        padding-left:20px;
        margin-right:10px;
        font-size:14px;
    }
}
.foot-app p span::before{
    position: absolute;
    left:0;
    top:0;
    content: '';
    width:24px;
    height:24px;
    border:1px solid #636262;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
@media (max-width:1024px){
    .foot-app p span::before{
        top:50%;
        width:16px;
        height:16px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}
.foot-app p span.active::after{
    position: absolute;
    left:6px;
    top:6px;
    content: '';
    width:12px;
    height:12px;
    background: #636262;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
@media (max-width:1024px){
    .foot-app p span.active::after{
        width:8px;
        height:8px;
        left:4px;
        top:6px;
    }
}
.foot-search{
    margin-top:5rem;
    width:216px;
    height:41px;
    border:2px solid #565656;
    border-radius: 4px 20px 20px 4px;
    -webkit-border-radius: 4px 20px 20px 4px;
    -moz-border-radius: 4px 20px 20px 4px;
    -ms-border-radius: 4px 20px 20px 4px;
    -o-border-radius: 4px 20px 20px 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media (max-width:1440px){
    .foot-search{
        margin-top:3rem;
    }
}
@media (max-width:991px){
    .foot-search{
        margin-top:1rem;
        width:180px;
        height:30px;
    }
}
@media (max-width:768px){
    .foot-search{
        margin-top:.5rem;
        width:100%;
        height:30px;
    }
}
.foot-search input[type='text']{
    width:160px;
    margin-left:6px;
    background: rgba(255, 255, 255, 0);
    border:0 none;
    font-size:16px;
    color:#ffffff;
}
@media (max-width:991px){
    .foot-search input[type='text']{
        width:calc( 100% - 40px);
    }
}
.foot-search input[type='submit']{
    border:0 none;
    background: url(../images/foot-search.png) no-repeat;
    width:20px;
    height:20px;
}
.foot-tel{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
@media (max-width:1024px){
    .foot-tel{
        padding-top:1rem;
    }
}
@media (max-width:768px){
    .foot-tel{
        padding-top:.5rem;
        align-items: center;
    }
    .foot-r{
        margin:.5rem 0;
    }
}
.foot-tel span{
    font-size:16px;
    color:#808080;
    line-height:1.2;
}
@media (max-width:1024px){
    .foot-tel span{
        font-size:14px;
    }
}
.foot-tel p{
    font-size:38px;
    color:#808080;
    font-family: 'DINPro';
}
@media (max-width:1024px){
    .foot-tel p{
        font-size:30px;
    }
}
@media (max-width:991px){
    .foot-tel p{
        font-size:26px;
    }
}
@media (max-width:768px){
    .foot-tel p{
        font-size:24px;
    }
}
.foot-add{
    margin-top:5rem;
    font-size:16px;
    color:#808080;
    line-height:1.8;
    text-align: right;
}
.foot-add a{
	font-size:14px;
    color:#808080;
}
@media (max-width:1440px){
    .foot-add{
        margin-top:2.5rem;
    }
}
@media (max-width:1024px){
    .foot-add{
        margin-top:1.2rem;
        font-size:14px;
        line-height:1.6;
    }
}
@media (max-width:991px){
    .foot-add{
        margin-top:.6rem;
    }
	.foot-add a{
		font-size:12px;
	}
}
@media (max-width:768px){
    .foot-add{
        margin-top:0;
        text-align: center;
    }
    .foot-c{
        display: none;
    }
}
/*  about-bar */
.about-bar{
    padding-top:84px;
    position: relative;
}
@media (max-width:768px){
    .about-bar{
        padding-top:76px;
    }
}
@media (max-width:425px){
    .about-bar{
        padding-top:65px;
    }
}
.about-bar .container{
    position: absolute;
    left:50%;
    bottom: 0;
    height:calc(100% - 80px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
}
.speak-adva img,
.about-bar img{
    width:100%;
}
.about-bar-txt{
    font-size:60px;
    color:#ffffff;
    margin-bottom: 60px;
}
@media (max-width:1440px){
    .about-bar-txt{
        font-size:50px;
    }
}
@media (max-width:1024px){
    .about-bar-txt{
        font-size:40px;
    }
}
@media (max-width:768px){
    .about-bar-txt{
        font-size:34px;
        margin-bottom: 30px;
    }
}
@media (max-width:425px){
    .about-bar-txt{
        font-size:26px;
        margin-bottom: 30px;
    }
}

/* 董事长致辞 */
.speak{
    padding-top:7rem;
}
@media (max-width:1440px){
    .speak{
        padding-top:6rem;
    }
}
@media (max-width:768px){
    .speak{
        padding-top:4rem;
    }
}
@media (max-width:425px){
    .speak{
        padding-top:2.5rem;
    }
}
.speak-desc{
    padding-top:50px;
    padding-left:30px;
}
@media (max-width:1440px){
    .speak-desc{
        padding-left:20px;
    }
}
@media (max-width:1400px){
    .speak-desc{
        padding-top:40px;
        padding-left:15px;
    }
}
@media (max-width:1024px){
    .speak-desc{
        padding-top:40px;
        padding-left:10px;
    }
}
@media (max-width:768px){
    .speak-desc{
        padding-left:0px;
        padding-top:30px;
    }
}
.speak-desc p{
    text-indent: 1.5rem;
    margin-bottom: 1.5rem;
    font-size:16px;
    color:#3e3a39;
    line-height:2;
}
@media (max-width:1440px){
    .speak-desc p{
        margin-bottom: 1rem;
        line-height:1.8;
    }
}
@media (max-width:1400px){
    .speak-desc p{
        margin-bottom: .8rem;
        line-height:1.6;
    }
}
@media (max-width:1024px){
    .speak-desc p{
        margin-bottom: .5rem;
        line-height:1.6;
        font-size:14px;
    }
}
.speak-adva{
    margin:120px 0;
}
@media (max-width:1440px){
    .speak-adva{
        margin:60px 0;
    }
}
@media (max-width:768px){
    .speak-adva{
        margin:40px 0;
    }
}
@media (max-width:425px){
    .speak-adva{
        margin:20px 0 30px 0;
    }
}
.speak-name{
    padding-top:2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width:1440px){
    .speak-name{
        padding-top:1rem;
    }
}
@media (max-width:768px){
    .speak-name{
        padding-top:.5rem;
    }
    .speak-name img{
        height:50px;
    }
}
.speak-pic{
    padding-top:40px;
    text-align: center;
}
@media (max-width:425px){
    .speak-pic{
        padding-top:30px;
    }
}

/* 集团简介 */
.about{
    padding-top:8rem;
}
@media (max-width:1440px){
    .about{
        padding-top:6rem;
    }
}
@media (max-width:1024px){
    .about{
        padding-top:4rem;
    }
}
@media (max-width:991px){
    .about{
        padding-top:3rem;
    }
}
@media (max-width:768px){
    .about{
        padding-top:2rem;
    }
}
.about-sub{
    font-size:35px;
    color:#3e3a39;
    line-height:2;
    text-align: center;
    padding-top:2rem;
}
@media (max-width:1440px){
    .about-sub{
        font-size:26px;
        padding-top:1rem;
    }
}
@media (max-width:1024px){
    .about-sub{
        font-size:18px;
        padding-top:.5rem;
    }
}
@media (max-width:768px){
    .about-sub{
        font-size:16px;
    }
}
@media (max-width:425px){
    .about-sub{
        font-size:14px;
        padding-top:0rem;
    }
}
.about-info{
    padding:2rem 0 4rem 0;
}
@media (max-width:1440px){
    .about-info{
        padding:1rem 0 2rem 0;
    }
}
@media (max-width:1024px){
    .about-info{
        padding:0rem 0 1.5rem 0;
    }
}
@media (max-width:768px){
    .about-info{
        padding:0rem 0 .5rem 0;
    }
}
.info-box{
    padding:2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width:1440px){
    .info-box{
        padding:1rem .5rem;
    }
}
@media (max-width:1024px){
    .info-box{
        padding:.5rem .3rem;
    }
}
.info-box p{
    font-size:16px;
    color:#3e3a39;
    line-height:1.4;
}
@media (max-width:768px){
    .info-box p{
        font-size:12px;
    }
}
.info-box .num{
    font-size:30px;
    color:#4c4948;
    font-weight: 800;
	position: relative;
}
.info-explain::after,
.about-info .col:nth-child(4) .info-box .num::after{
  content: '1';
  width:20px;
  height:20px;
  border:1px solid #656F89;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:.7rem;
  color:#606266;
  position: absolute;
  top:-5px;
  right:-16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width:768px){
	.info-explain::after,
	.about-info .col:nth-child(4) .info-box .num::after{
		width:16px;
		height:16px;
		top:-8px;
		right:-16px;
	}
}
.info-explain{
  position: relative;
  margin-top:60px;
  font-size:12px;
  color:#606266;
  line-height:1.6;
}

.info-explain::after{
  top:2px;
  left:-20px;
  right:auto;
  width:16px;
	height:16px;
}
@media (max-width:768px){
	.info-explain{
		text-indent:1.2rem;
	}
	.info-explain::after{
		left:0px;
		text-indent:0;
	}
}

@media (max-width:1440px){
    .info-box .num{
        font-size:25px;
    }
}
@media (max-width:1024px){
    .info-box .num{
        font-size:18px;
    }
}
@media (max-width:768px){
    .info-box .num{
        font-size:16px;
    }
}
.info-box .num span{
    font-size:55px;
    line-height:1.2;
    color:#4c4948;
    font-family: 'DINPro';
    letter-spacing: 0;
}
@media (max-width:1440px){
    .info-box .num span{
        font-size:45px;
    }
}
@media (max-width:1024px){
    .info-box .num span{
        font-size:36px;
    }
}
@media (max-width:768px){
    .info-box .num span{
        font-size:28px;
    }
}
@media (max-width:425px){
    .info-box .num span{
        font-size:20px;
    }
}
.about-desc p{
    font-size:16px;
    color:#3e3a39;
    line-height:1.8;
    margin-bottom: 1.8rem;
}
@media (max-width:1440px){
    .about-desc p{
        margin-bottom: 1rem;
    }
}
@media (max-width:1024px){
    .about-desc p{
        font-size:14px;
        margin-bottom: .5rem;
    }
}
@media (max-width:425px){
    .about-desc p{
        margin-bottom: .2rem;
    }
}
.about-pic{
    padding:3rem 0 9rem 0;
}
@media (max-width:1440px){
    .about-pic{
        padding:2rem 0 5rem 0;
    }
}
@media (max-width:1024px){
    .about-pic{
        padding:1rem 0 3rem 0;
    }
}
@media (max-width:425px){
    .about-pic{
        padding:.5rem 0 2rem 0;
    }
}

/* 发展历程 */
.history{
    background: #e4f0f7;
    padding:10rem 0;
}
@media (max-width:1440px){
    .history{
        padding:6rem 0;
    }
}
@media (max-width:1024px){
    .history{
        padding:4rem 0;
    }
}
@media (max-width:768px){
    .history{
        padding:2rem 0;
    }
}
.history-box{
    position: relative;
    padding:3rem 0;
    margin:7rem 0 0 0;
}
@media (max-width:1440px){
    .history-box{
        margin-top:4rem
    }
}
@media (max-width:1024px){
    .history-box{
        margin-top:2rem
    }
}
@media (max-width:425px){
    .history-box{
        padding:2rem 0;
    }
}
.history-box::after{
    content: '';
    width:1px;
    height:100%;
    background: #babdbe;
    position: absolute;
    left:50%;
    top:0;
    z-index: 2;
}
.history-box li{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width:50%;
    padding:1rem 0;
}
@media (max-width:425px){
    .history-box li{
        padding:.5rem 0;
    }
}
.history-box li:nth-child(even) span::before{
    content: '';
    width:3.5rem;
    height:1px;
    background: #babdbe;
    position: absolute;
    top:50%;
    left:0px;
    z-index: 111;
}

.history-box li:nth-child(odd) span::before{
    content: '';
    width:3.5rem;
    height:1px;
    background: #babdbe;
    position: absolute;
    top:50%;
    right:0px;
    z-index: 111;
}
@media (max-width:425px){
    .history-box li:nth-child(even) span::before,
    .history-box li:nth-child(odd) span::before{
        width:2rem;
    }
}
.history-box li:nth-child(even) span::after,
.history-box li:nth-child(odd) span::after{
    content: '';
    width:19px;
    height:19px;
    background: url(../images/history-disc.png) no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 222;
}
.history-box li:nth-child(odd) span::after{
    top:50%;
    right:0;
    transform: translateY(-50%) translateX(50%);
    -webkit-transform: translateY(-50%) translateX(50%);
    -moz-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    -o-transform: translateY(-50%) translateX(50%);
}
.history-box li:nth-child(even) span::after{
    top:50%;
    left:0;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}
.history-box li:nth-child(even){
    align-items: flex-start;
    position: relative;
    left:50%;
}
.history-box li span{
    position: relative;
    display: block;
    padding:0 4rem;
    font-family: 'DINPro';
    font-weight: 800;
    font-size:36px;
    color:#3e3a39;
}
@media (max-width:768px){
    .history-box li span{
        font-size:20px;
    }
}

.history-box li p{
    font-size:16px;
    color:#3e3a39;
    line-height:1.5;
    padding:0 4rem;
}
@media (max-width:768px){
    .history-box li p{
        font-size:14px;
        padding:0 0 0 4rem;
        line-height:1.4;
    }
}
.history-box li:nth-child(odd) p{
    text-align: right;
}
@media (max-width:768px){
    .history-box li:nth-child(odd) p{
        padding:0 4rem 0 0;
    }
}
@media (max-width:425px){
    .history-box li span{
        padding:0 0 0 2rem;
    }
    .history-box li p{
        padding:0 0 0 2rem;
    }
    .history-box li:nth-child(odd) p{
        padding:0 2rem 0 0;
    }
    .history-box li:nth-child(odd) span{
        padding:0 2rem 0 0 ;
    }
}
/* 文化新港 */
.culture .tab{
    margin-bottom: 14rem;
}
@media (max-width:1440px){
    .culture .tab{
        margin-bottom: 7rem;
    }
}
@media (max-width:1024px){
    .culture .tab{
        margin-bottom: 4rem;
    }
}
@media (max-width:768px){
    .culture .tab{
        margin-bottom: 2rem;
    }
}
@media (max-width:425px){
    .culture .tab{
        margin-bottom: 1rem;
    }
}
.culture-box{
    position: relative;
    margin-bottom: 10rem;
}
@media (max-width:1440px){
    .culture-box{
        margin-bottom: 5rem;
    }
}
@media (max-width:1024px){
    .culture-box{
        margin-bottom: 3rem;
    }
}
@media (max-width:768px){
    .culture-box{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 1.5rem;
    }
}
@media (max-width:425px){
    .culture-box{
        margin-bottom: .5rem;
    }
}
.culture-box .container{
    position: absolute;
    height:100%;
    left:50%;
    top:0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media (max-width:768px){
    .culture-box .container{
        position: static;
        max-width: none;
        width: 100%;
        padding:0px;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
}
.culture-pic{
    width:50%;
}
@media (max-width:768px){
    .culture-pic{
        width:100%;
    }
}
.culture-box:nth-child(even){
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.culture-box:nth-child(odd) .container{
    justify-content: flex-end;
}
.culture-txt{
    width:50%;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
@media (max-width:768px){
    .culture-txt{
        width:100%;
        padding-bottom: 1rem;
    }
    .culture{
        padding:0 1rem;
    }
}
@media (max-width:425px){
    .culture{
        padding:0 1rem 2rem 1rem;
    }
}
.culture-box:nth-child(odd) .culture-txt{
    padding-left:4rem;
}
@media (max-width:1024px){
    .culture-box:nth-child(odd) .culture-txt{
        padding-left:2rem;
    }
}
@media (max-width:768px){
    .culture-box:nth-child(odd) .culture-txt{
        padding-left:0px;
    }
}
.culture-txt li{
    padding:1rem 0;
}
@media (max-width:1440px){
    .culture-txt li{
        padding:.5rem 0;
    }
}
@media (max-width:1024px){
    .culture-txt li{
        padding:.2rem 0;
    }
}
@media (max-width:768px){
    .culture-txt li{
        width:100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.culture-txt li p:first-child{
    font-size:40px;
    color:#004380;
    line-height:1.4;
}
@media (max-width:1440px){
    .culture-txt li p:first-child{
        font-size:30px;
    }
}

@media (max-width:1024px){
    .culture-txt li p:first-child{
        font-size:20px;
    }
}
@media (max-width:425px){
    .culture-txt li p:first-child{
        font-size:16px;
    }
}
.culture-txt li p:last-child{
    padding-top:.5rem;
    font-size:20px;
    color:#3e3a39;
    line-height:1.6;
}
@media (max-width:1440px){
    .culture-txt li p:last-child{
        font-size:16px;
    }
}
@media (max-width:1024px){
    .culture-txt li p:last-child{
        font-size:14px;
        padding-top:.2rem;
    }
}

/* 荣誉资质 */
.honor{
    padding:6rem 0 4rem 0;
}
@media (max-width:1440px){
    .honor{
        padding:5rem 0 4rem 0;
    }
}
@media (max-width:1024px){
    .honor{
        padding:4rem 0 3rem 0;
    }
}
@media (max-width:991px){
    .honor{
        padding:3rem 0;
    }
}
@media (max-width:768px){
    .honor{
        padding:2rem 0;
    }
}

.honor .row{
    padding:2rem 0 3rem  0;
}
@media (max-width:1440px){
    .honor .row{
        padding:3rem 0 1rem ;
    }
}
@media (max-width:1024px){
    .honor .row{
        padding:1.5rem 0 .5rem 0;
    }
}
.honor .col{
    margin-top:3rem;
}
@media (max-width:1440px){
    .honor .col{
        margin-top:2rem;
    }
}
@media (max-width:1024px){
    .honor .col{
        margin-top:1rem;
    }
}
.honor-li{
    display: block;
    padding:16px;
    border:1px solid #c1c1c2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
@media (max-width:1024px){
    .honor-li{
        padding:14px;
    }
}
.honor-li img{
    width:100%;
}

/* 党建工作 */
.party{
    padding-top:6rem;
}
@media (max-width:1440px){
    .party{
        padding-top:6rem;
    }
}
@media (max-width:1024px){
    .party{
        padding-top:4rem;
    }
}
@media (max-width:991px){
    .party{
        padding-top:3rem;
    }
}
@media (max-width:768px){
    .party{
        padding-top:2rem;
    }
}
.party .tab{
    padding-top:2rem;
}
@media (max-width:1024px){
    .party .tab{
        padding-top:1.6rem;
    }
}
@media (max-width:991px){
    .party .tab{
        padding-top:0;
    }
}
.party-name{
    font-size:42px;
    color:#004380;
    line-height:1.4;
    white-space: nowrap;
}
@media (max-width:1440px){
    .party-name{
        font-size:36px;
    }
}
@media (max-width:1024px){
    .party-name{
        font-size:28px;
    }
}
@media (max-width:991px){
    .party-name{
        font-size:24px;
        margin-top:1.5rem;
        text-align: center;
    }
}
@media (max-width:768px){
    .party-name{
        font-size:18px;
        margin-top:1rem;
    }
}
@media (max-width:425px){
    .party-name{
        font-size:16px;
        margin-top:.5rem;
    }
}
.party-desc{
    padding-top:3rem;
}
@media (max-width:1440px){
    .party-desc{
        padding-top:2rem;
    }
}
@media (max-width:1024px){
    .party-desc{
        padding-top:1rem;
    }
}
@media (max-width:768px){
    .party-desc{
        padding-top:.5rem;
    }
}
.party-desc p{
    font-size:16px;
    color:#3e3a39;
    line-height:1.8;
    margin-bottom: 1.5rem;
}
@media (max-width:1440px){
    .party-desc p{
        margin-bottom: 1.2rem
    }
}
@media (max-width:1024px){
    .party-desc p{
        line-height:1.6;
        margin-bottom: .8rem
    }
}
@media (max-width:768px){
    .party-desc p{
        font-size:14px;
        margin-bottom: .5rem;
    }
}
.building{
    padding:1rem 0 3rem 0;
}
/*.party-pic{*/
/*    position:relative;*/
/*    margin:5rem 0 8rem 0;*/
/*}*/
/*@media (max-width:1440px){*/
/*    .party-pic{*/
/*        margin:3rem 0 5rem 0;*/
/*    }*/
/*}*/
/*@media (max-width:1024px){*/
/*    .party-pic{*/
/*        margin:2rem 0 4rem 0;*/
/*    }*/
/*}*/
.party-pic span{
    position: absolute;
    left:50%;
    top:50%;
    font-size:80px;
    color:#ffffff;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}
@media (max-width:1440px){
    .party-pic span{
        font-size:50px;
    }
}
@media (max-width:1024px){
    .party-pic span{
        font-size:40px;
    }
}
@media (max-width:768px){
    .party-pic span{
        font-size:30px;
    }
}
.building .row{
    padding:2rem 0;
    border-bottom: 1px solid #e1e2e2;
}
@media (max-width:1024px){
    .building .row{
        padding:1rem 0;
    }
}
@media (max-width:768px){
    .building .row{
        margin: 0 .5rem;
    }
}
.building-txt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    height:100%;
    padding-left:1rem;
    padding-right:15%;
}
@media (max-width:1024px){
    .building-txt{
        padding:0;
    }
}
@media (max-width:768px){
    .building-txt{
        margin-top:.7rem;
    }
}
.building-txt b{
    padding-top:.5rem;
    font-weight: normal;
    font-size:20px;
    color:#595757;
    line-height: 1.4;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.building-txt:hover b{
    color:#004380;
}
@media (max-width:1024px){
    .building-txt b{
        font-size:20px;
        -webkit-line-clamp: 1;
    }
}
@media (max-width:991px){
    .building-txt b{
        font-size:17px;
    }
}
.building-txt p{
    margin-top:2rem;
    font-size:16px;
    color:#727171;
    line-height:1.8;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (max-width:1024px){
    .building-txt p{
        margin-top:1rem;
        line-height:1.6;
    }
}
@media (max-width:991px){
    .building-txt p{
        font-size:14px;
        margin-top:.4rem;
        line-height:1.5;
    }
}
.building-txt span{
    position: absolute;
    left:1rem;
    bottom: 1rem;
    font-size:18px;
    color:#9d9d9e;
    line-height:2;
}
@media (max-width:1024px){
    .building-txt span{
        font-size:14px;
        left:0rem;
    }
}
@media (max-width:768px){
    .building-txt span{
        position:static;
    }
}
/* 研究院概况 */
.blurb-txt{
    position: absolute;
    left:50%;
    top:50%;
    font-size:60px;
    color:#004380;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}
@media (max-width:1440px){
    .blurb-txt{
        font-size:50px;
    }
}
@media (max-width:1024px){
    .blurb-txt{
        font-size:40px;
    }
}
@media (max-width:425px){
    .blurb-txt{
        font-size:30px;
    }
}
.blurb .col{
    margin-top:3rem;
}
@media (max-width:1440px){
    .blurb .col{
        margin-top:2rem;
    }
}
@media (max-width:1024px){
    .blurb .col{
        margin-top:1rem;
    }
}
.blurb .col a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:0 .8rem;
}
@media (max-width:768px){
    .blurb .col a{
        padding:0;
    }
}
.blurb .col a span{
    display: block;
    padding-top:1.5rem;
    font-size:24px;
    color:#595757;
    line-height:2;
}
@media (max-width:1440px){
    .blurb .col a span{
        padding-top:1rem;
        font-size:20px;
        line-height:1.6;
    }
}
@media (max-width:1024px){
    .blurb .col a span{
        padding-top:.5rem;
        font-size:16px;
    }
}
@media (max-width:768px){
    .blurb .col a span{
        font-size:14px;
    }
}


/* 核心团队 */
.temp{
    padding-bottom: 4rem;
}
.temp .tab{
    padding-top:0;
}
@media (max-width:768px){
    .temp .tab{
        padding-top:1rem;
    }
}
.temp .row{
    padding-top:3rem;
}
@media (max-width:1024px){
    .temp .row{
        padding-top:2rem;
    }
}
@media (max-width:768px){
    .temp .row{
        padding-top:1rem;
    }
}

.temp .row .col{
    margin-top:3rem;
}
@media (max-width:1024px){
    .temp .row .col{
        margin-top:1.5rem;
    }
}
@media (max-width:768px){
    .temp .row .col{
        margin-top:1rem;
        padding:0 .5rem;
    }
}
.temp-box{
    display: block;
    border:1px solid #c3d3e1;
    margin:0 .8rem;
}
@media (max-width:1440px){
    .temp-box{
        margin:0 .4rem;
    }
}
@media (max-width:1024px){
    .temp-box{
        margin:0;
    }
}
.temp-pic img{
    width:100%;
}
.temp-box p{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:1rem 1.2rem;
}
@media (max-width:1440px){
    .temp-box p{
        padding:.8rem 1rem;
    }
}
@media (max-width:1024px){
    .temp-box p{
        padding:.5rem .8rem .8rem .8rem;
    }
}
.temp-box p span,
.temp-box p b{
    font-size:18px;
    color:#3e3a39;
    line-height:1.4;
    font-weight: normal;
}
.temp-box p span{
    padding-top:.2rem;
    height:50px;
    font-size:16px;
}
@media (max-width:1024px){
    .temp-box p span{
        height:40px;
        font-size:14px;
    }
    .temp-box p b{
        font-size:16px;
    }
}
/* 研究成果 */
.gain .party-desc{
    padding-top:2rem;
}
@media (max-width:1440px){
    .gain .party-desc{
        padding-top:1.5rem;
    }
}
@media (max-width:1024px){
    .gain .party-desc{
        padding-top:1rem;
    }
}
@media (max-width:425px){
    .gain .party-desc{
        padding-top:.5rem;
    }
}

.gain-box{
    width:100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 6rem;
    margin-top:4rem;
}
@media (max-width:1440px){
    .gain-box{
        margin-bottom:3rem;
        margin-top:2rem;
    }
}
@media (max-width:1024px){
    .gain-box{
        margin:1rem 0 2rem 0;
    }
}
@media (max-width:425px){
    .gain-box{
        margin:.5rem 0 1rem 0;
    }
}
.gain-box table{
    width:calc(100% - 3rem);
    margin:auto;
}
.gain-box table tr th{
    height:60px;
    background: #004380;
    text-align: center;
    font-size:20px;
    color:#ffffff;
    border-right:6px solid #ffffff;
}
@media (max-width:1440px){
    .gain-box table tr th{
        height:50px;
        font-size:18px;
    }
}
@media (max-width:768px){
    .gain-box table tr th{
        height:40px;
        font-size:16px;
    }
}
@media (max-width:425px){
    .gain-box table tr th{
        height:34px;
        font-size:14px;
    }
}
.gain-box table tr td{
    height:48px;
    text-align: center;
}
.gain-box table tr td span{
    font-size:16px !important;
    color:#000000  !important;
    font-family: 'SourceHanSansCN-Light' !important;
}
@media (max-width:1024px){
    .gain-box table tr td{
        height:38px;
    }
}
@media (max-width:768px){
    .gain-box table tr td{
        height:30px;
        font-size:14px;
    }
    .gain-box table tr td span{
        font-size:14px !important;
    }
}
@media (max-width:425px){
    .gain-box table tr td{
        height:26px;
    }
    .gain-box table tr td span{
        font-size:13px !important;
    }
}
@media (max-width:1024px){
    .patent table tr:nth-child(2) td,
    .gain-box table tr:nth-child(2) td{
        height:20px;
    }
}
@media (max-width:768px){
    .patent table tr:nth-child(2) td,
    .gain-box table tr:nth-child(2) td{
        height:14px;
    }
}
@media (max-width:425px){
    .patent table tr:nth-child(2) td,
    .gain-box table tr:nth-child(2) td{
        height:8px;
    }
}
.party .tab::after{
    width:236px;
}
@media (max-width:1440px){
    .party .tab::after{
        width:180px;
    }
}
@media (max-width:991px){
    .party .tab::after{
        width:160px;
    }
}
@media (max-width:425px){
    .party .tab::after{
        width:130px;
    }
}
.science{
    position: relative;
}
.science .container{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    align-items: center;
    height:100%;
}
.sub{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-bottom: 2rem;
}
@media (max-width:1024px){
    .sub{
        padding-bottom: 1rem;
    }
}
.sub::after{
    content: '';
    width:102px;
    height:1px;
    background: #21639a;
    position: absolute;
    left:0;
    bottom: 0;
}
.sub span{
    font-size:48px;
    color:#004380;
    line-height:1.6;
}
@media (max-width:1024px){
    .sub span{
        font-size:36px;
        line-height:1.4;
    }
}
@media (max-width:768px){
    .sub span{
        font-size:26px;
        line-height:1.4;
    }
}
@media (max-width:425px){
    .sub span{
        font-size:24px;
        line-height:2;
    }
}
.sub p{
    max-width: 700px;
    font-size:16px;
    color:#004380;
}
@media (max-width:768px){
    .sub p{
        font-size:14px;
        line-height: 1.4;
    }
}
@media (max-width:425px){
    .sub p{
        font-size:13px;
        line-height: 1.5;
        padding-right:1rem;
    }
}
/* 专利表格 */
.patent{
    position: relative;
    z-index: 2;
    margin-top:-30px;
    margin-bottom: 6rem;
    padding-bottom: 1.5rem;
}
@media (max-width:1024px){
    .patent{
        margin-bottom: 4rem;
    }
}
@media (max-width:768px){
    .patent{
        margin-bottom: 3rem;
    }
}

@media (max-width:425px){
    .patent{
        overflow-x: scroll;
    }
}
.patent table{
    width:100%;
}
@media (max-width:425px){
    .gain-box{
       overflow-x: scroll;
       padding-bottom: .8rem;
    }
    .gain-box table tr td span{
        font-size: 12px !important;
        color:#3e3a39 !important;
    }
    .gain-box table tr th span{
        font-size:14px !important;
    }
    .gain-box table{
        width:600px;
    }
    .patent table{
        width:700px;
    }
}
.patent table tr th{
    border-right:6px solid  transparent;
}
.patent table tr th span{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #004380;
    height:60px;
    font-size:20px;
    color:#ffffff;
}
@media (max-width:1440px){
    .patent table tr th span{
        height:50px;
        font-size:18px;
    }
}
@media (max-width:768px){
    .patent table tr th span{
        height:40px;
        font-size:16px;
    }
}
@media (max-width:425px){
    .patent table tr th span{
        height: 34px;
        font-size: 14px;
    }
}
.patent table tr td{
    height:46px;
    font-size:16px;
    color:#3e3a39;
    text-align: center;
}
@media (max-width:1024px){
    .patent table tr td{
        height:38px;
    }
}
@media (max-width:768px){
    .patent table tr td{
        font-size:12px;
        height:30px;
    }
}
.person-pic{
    margin:6rem 0;
}

/* 媒体聚焦 */
.medium{
    padding-top:6rem;
}
@media (max-width:1440px){
    .medium{
        padding-top:5rem;
    }
}
@media (max-width:1024px){
    .medium{
        padding-top:4rem;
    }
}
@media (max-width:991px){
    .medium{
        padding-top:3rem;
    }
}
@media (max-width:768px){
    .medium{
        padding-top:2rem;
    }
}

.medium-box{
    padding:6rem 0 4rem 0;
}
@media (max-width:1440px){
    .medium-box{
        padding:4rem 0 2rem 0;
    }
}
@media (max-width:1024px){
    .medium-box{
        padding:2rem 0 2rem 0;
    }
}
@media (max-width:768px){
    .medium-box{
        padding:1rem 0 1rem 0;
    }
}
.medium-box .row{
    padding: 2rem 0;
    position: relative;
}
.medium-box .row::after{
    content:'';
    width:100%;
    height:1px;
    background:#e1e2e2;
    position:absolute;
    left:0;
    bottom: 0px;
}
.medium-box .row::before{
    content:'';
    width:0%;
    height:1px;
    background:#e1e2e2;
    position:absolute;
    left:0;
    bottom: 0px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    z-index: 2;
}
.medium-box .row:hover::before{
    width:100%;
    background:#004380;
}
@media (max-width:1024px){
    .medium-box .row{
        padding: 1rem 0;
    }
}
.medium-box .row .col-md-4 a{
    display: block;
    width:100%;
    height: 100%;
    overflow: hidden;
}
.medium-box .row .col-md-4 a img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.medium-box .row:hover .col-md-4 a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.view-box{
    padding:2rem 0 6rem 0;
    line-height: 2;
}
@media (max-width:1024px){
    .view-box{
        padding:4rem 0;
    }
}
@media (max-width:768px){
    .view-box{
        padding:2rem 0;
    }
}
.view-title{
    font-size:1.6rem;
    text-align: center;
    padding:1rem 0 2rem 0;
    line-height:1.4;
    font-weight: bold;
}
@media (max-width:1024px){
    .view-title{
        font-size:1.4rem;
        padding:.5rem 0 1rem 0;
    }
}
@media (max-width:768px){
    .view-title{
        font-size:1.2rem;
    }
}

/* 活动专题 */
.medium-txt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin:2rem 1.5rem;
    overflow: hidden;
    position: relative;
}
.medium-txt::after{
    content: '';
    width:100%;
    height:1px;
    background:#bbbbbb;
    position: absolute;
    left:0;
    bottom: 0;
}
.medium-txt::before{
    content: '';
    width:0;
    height:1px;
    background:#004380;
    position: absolute;
    left:0;
    bottom: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    z-index: 2;
}
.medium-list .col:hover .medium-txt::before{
    width:100%;
}
@media (max-width:1440px){
    .medium-txt{
        margin:1rem 0rem;
    }
}
@media (max-width:768px){
    .medium-txt{
        margin:.8rem 0rem 0 0;
    }
}
.medium-txt b{
    font-weight: 200;
    font-size:18px;
    color:#595757;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display: block;
    width: 100%;
}
.medium-list .col:hover .medium-txt b{
    color:#004380;
}
.medium-pic{
    width:100%;
    overflow: hidden;
}
.medium-list .col .medium-pic img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.medium-list .col:hover .medium-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width:1440px){
    .medium-txt b{
        font-size:20px;
    }
}
@media (max-width:768px){
    .medium-txt b{
        font-size:16px;
    }
}
.medium-txt span{
    position: relative;
    display: block;
    width: 100%;
    padding:1.4rem .5rem .5rem .5rem;
    font-size:14px;
    color:#727171;
}
@media (max-width:1440px){
    .medium-txt span{
        padding:1rem 0;
    }
}
@media (max-width:1024px){
    .medium-txt span{
        padding:.6rem 0;
    }
}
@media (max-width:768px){
    .medium-txt span{
        font-size:13px;
    }
}
.medium-txt span::after{
    right:.5rem;
}
.medium-list{
    padding:3rem 0 0rem;
}
@media (max-width:1440px){
    .medium-list{
        padding:2rem 0 0rem;
    }
}
@media (max-width:1024px){
    .medium-list{
        padding:.5rem 0 0rem;
    }
}
@media (max-width:425px){
    .medium-list{
        padding:0;
    }
}
.medium-list .col{
    margin:1rem 0;
}
@media (max-width:1440px){
    .medium-list .col{
        margin:.5rem 0;
    }
}
.busin{
    padding-top:8rem;
}
@media (max-width:1440px){
    .busin{
        padding-top:7rem;
    }
}
@media (max-width:1024px){
    .busin{
        padding-top:4rem;
    }
}
@media (max-width:991px){
    .busin{
        padding-top:4rem;
    }
}
.busin .tab{
    justify-content: flex-start;
}
@media (max-width:991px){
    .busin .tab{
        justify-content:center;
    }
}
.busin .tab::after{
    left:0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
@media (max-width:991px){
    .busin .tab::after{
        left:50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
}
}
.busin-desc{
    padding-top:1.8rem;
}
@media (max-width:1024px){
    .busin-desc{
        padding-top:1rem;
    }
}
.busin-txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:5rem;
}
@media (max-width:1440px){
    .busin-txt{
        padding-top:2rem;
    }
}
@media (max-width:1024px){
    .busin-txt{
        padding-top:1rem;
    }
}

.busin-txt p{
    padding-top:2rem;
    font-size:24px;
    color:#595757;
    line-height: 2;
}
@media (max-width:1440px){
    .busin-txt p{
        font-size:20px;
        padding-top:1rem;
    }
}
@media (max-width:1024px){
    .busin-txt p{
        font-size:16px;
        padding-top:.5rem;
    }
}
.lecturer{
    padding-top:4rem;
    position: relative;
}
@media (max-width:1024px){
    .lecturer{
        padding-top:2rem;
    }
}
.lecturer-top{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
@media (max-width:991px){
    .lecturer-top{
        justify-content: center;
    }
    .lecturer-top .tab::after{
        width:130px;
    }
}
.lecturer-main{
    max-width: 1200px;
    margin:4rem auto;
}
@media (max-width:1440px){
    .lecturer-main{
        margin:3rem auto 2rem auto;
    }
}
@media (max-width:1024px){
    .lecturer-main{
        padding:0 2rem;
    }
}
@media (max-width:768px){
    .lecturer-main{
        margin:2rem auto 1.5rem auto;
    }
}
.lecturer-main a{
    position: relative;
    display: block;
    width:218px;
    height:218px;
    margin:0 auto;
    border:9px solid #d6d6d6;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
@media (max-width:1024px){
    .lecturer-main a{
        width:180px;
        height:180px;
        border:6px solid #d6d6d6;
    }
}
.lecturer-main p{
    position: absolute;
    left:0;
    bottom: 0;
    width:100%;
    height:56px;
    background: rgba(0, 67, 128, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom:.5rem;
}
@media (max-width:1024px){
    .lecturer-main p{
        height:46px;
    }
}
.lecturer-main p,
.lecturer-main p b{
    font-weight: normal;
    font-size:20px;
    color:#ffffff;
    line-height:1.4;
}
@media (max-width:1024px){
    .lecturer-main p,
    .lecturer-main p b{
        font-size:16px;
    }
}
.lecturer-main p span{
    font-size:16px;
    color:#ffffff;
    line-height: 1.8;
}
@media (max-width:1024px){
    .lecturer-main p span{
        font-size:12px;
        line-height: 1.4;
        padding-left:.2rem;
    }
}
.lecturer .medium-list{
    padding-top:0;
}
.lecturer .group-more{
    margin:4rem auto 8rem auto;
}
@media (max-width:1440px){
    .lecturer .group-more{
        margin:2rem auto 4rem auto;
    }
}
/* 人力资源 */
.hrbox{
    max-width: 1288px;
    margin:4rem auto 8rem auto;
}
@media (max-width:1440px){
    .hrbox{
        margin:2rem auto 4rem auto;
    }
}
@media (max-width:1024px){
    .hrbox{
        margin:1rem auto 2rem auto;
    }
}
.hrbox li{
    position: relative;
    border-bottom: 1px solid #bbbbbb;
    cursor: pointer;
}
.hrbox li::after{
    content: '';
    background: url(../images/hrbox-disc.gif) no-repeat center;
    background-size: cover;
    width:17px;
    height:9px;
    position: absolute;
    right:50px;
    top:40px;
}
@media (max-width:1440px){
    .hrbox li::after{
        top:30px;
    }
}
@media (max-width:1024px){
    .hrbox li::after{
        top:24px;
    }
}
@media (max-width:768px){
    .hrbox li::after{
        width:14px;
        height:7px;
        right:30px;
    }
}
.hrbox li.on::after{
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}
.hrbox li:nth-child(1)::after{
    display: none;
}
.hrbox li:last-child{
    border:none;
}
.hrbox li>p{
    height:88px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media (max-width:1440px){
    .hrbox li>p{
        height:76px
    }
}
@media (max-width:1024px){
    .hrbox li>p{
        height:60px
    }
}
@media (max-width:425px){
    .hrbox li>p{
        height:50px
    }
}
.hrbox li>p>span:nth-child(1){
    width:10%;
}
@media (max-width:768px){
    .hrbox li>p>span:nth-child(1){
        width:30%;
    }
}
.hrbox li>p>span:nth-child(2){
    width:46%;
}
@media (max-width:768px){
    .hrbox li>p>span:nth-child(2){
        width:20%;
    }
}
.hrbox li>p>span:nth-child(3){
    width:10%;
}
@media (max-width:768px){
    .hrbox li>p>span:nth-child(3){
        width:36%;
    }
}
.hrbox li>p>span{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:16px;
    color:#878888;
}
.hrbox-side.on>p>span{
    font-weight: bold;
    color:#004380;
}
@media (max-width:1024px){
    .hrbox li>p>span{
        font-size:14px;
    }
}

.hrbox-txt{
    display: none;
    padding:0 2rem 2rem 2rem;
    font-size:16px;
    line-height:1.8;
    color:#878888;
}
@media (max-width:1440px){
    .hrbox-txt{
        font-size:14px;
        line-height:1.6;
        padding:0 1rem 1rem 1rem;
    }
}

/* 联系我们 */
.contact .container{
    max-width: 1100px;
}
@media (max-width:1024px){
    .contact .container{
        max-width: 960px;
    }
}
.contact-head{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact-head span{
    font-size:40px;
    color:#3e3a39;
    line-height: 2;
}
@media (max-width:1440px){
    .contact-head span{
        font-size:34px;
    }
}
@media (max-width:1024px){
    .contact-head span{
        font-size:26px;
    }
}
@media (max-width:768px){
    .contact-head span{
        font-size:22px;
        line-height: 1.6;
    }
}

.contact-head p{
    font-size:24px;
    color:#3e3a39;
    line-height:3;
}
@media (max-width:1440px){
    .contact-head p{
        font-size:18px;
        line-height:2;
    }
}
@media (max-width:768px){
    .contact-head p{
        font-size:16px;
        line-height:1.6;
    }
}
.contact-head a{
    display: block;
    font-size:24px;
    color:#3e3a39;
    line-height:2;
    border-bottom: 1px solid #b0c5d8;
}
@media (max-width:1440px){
    .contact-head a{
        font-size:18px;
    }
}
.contact-form{
    padding-bottom: 6rem;
}
@media (max-width:1440px){
    .contact-form{
        padding-bottom: 4rem;
    }
}
@media (max-width:991px){
    .contact-form{
        padding-bottom: 2rem;
    }
}

.contact-form p{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding:9.5rem 0 1rem 0;
}
@media (max-width:1440px){
    .contact-form p{
        padding-top:4rem
    }
}
@media (max-width:1024px){
    .contact-form p{
        padding-top:2rem
    }
}
@media (max-width:768px){
    .contact-form p{
        padding:1rem 0 0 0;
    }
}

.contact-form p span{
    display: inline-block;
    font-size:16px;
    color:#3e3a39;
    line-height:1.8;
}
@media (max-width:1024px){
    .contact-form p span{
        font-size:14px;
        line-height: 1.6;
    }
}
.contact-form p span:first-child{
    width:100%;
}
.contact-sub{
    width: 166px;
    height:35px;
    border:0 none;
    background: #004380;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:18px;
    color:#ffffff;
    cursor: pointer;
}
@media (max-width:1024px){
    .contact-sub{
        margin-top:1rem;
        width: 140px;
        height:32px;
        font-size:16px;
    }
}
.contact-li textarea{
    width:100%;
    height:120px;
    border:0 none;
    border-bottom:2px solid #a0b9d0;
    font-size:16px;
    color:#b1b2b2;
    line-height:1.4;
    margin:2rem 0 2rem 0;
    resize:none;
}
@media (max-width:1024px){
    .contact-li textarea{
        height:100px;
        margin:1rem 0;
    }
}
@media (max-width:991px){
    .contact-li textarea{
        height:80px;
        margin:.6rem 0;
    }
}
.contact-li textarea::placeholder{
    font-size:16px;
    color:#b1b2b2;
    line-height:1.4;
}

.contact-li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-li input{
    width:32%;
    height:46px;
    font-size:16px;
    color:#b1b2b2;
    line-height:1.6;
    border:0 none;
    border-bottom:2px solid #a0b9d0;
}
@media (max-width:1024px){
    .contact-li input{
        height:36px;
        font-size:14px;
    }
}
@media (max-width:768px){
    .contact-li input{
        width:100%;
    }
}
.contact-li input::placeholder{
    font-size:16px;
    color:#b1b2b2;
    line-height:1.6;
}
@media (max-width:1024px){
    .contact-li input::placeholder,
    .contact-li textarea::placeholder{
        font-size:14px;
    }
}
/* 仿生胶 */
.adhesive-pic{
    padding-bottom:5rem;
}
@media (max-width:991px){
    .adhesive-pic{
        padding-bottom:3rem;
    }
}
@media (max-width:768px){
    .adhesive-pic{
        padding-bottom:1.5rem;
    }
}
.party-right{
    margin-left:5%;
}
.adhesive-adva{
    padding:2rem 0 6rem 0;
}
@media (max-width:991px){
    .adhesive-adva{
        padding:2rem 0 3rem 0;
    }
}
@media (max-width:768px){
    .adhesive-adva{
        padding:1rem 0 1.5rem 0;
    }
}

/* 产品详情页 */
.fabric{
    position: relative;
    margin-top:7rem;
}
@media (max-width:1440px){
    .fabric{
        margin-top:5rem;
    }
}
@media (max-width:991px){
    .fabric{
        margin-top:3rem;
    }
}
@media (max-width:768px){
    .fabric{
        margin-top:1rem;
    }
}
.fabric .container{
    max-width: 1428px;
    position: absolute;
    left:50%;
    height:100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width:991px){
    .fabric .container{
        max-width: 720px;
        position: static;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
}
}
@media (max-width:768px){
    .fabric .container{
        max-width: 540px;
    }
}
.fabric-one{
    width:61.7187%;
}
@media (max-width:991px){
    .fabric-one{
        width:100%;
    }
}
.fabric-main{
    width:35%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (max-width:1920px){
    .fabric-main{
        max-width: 440px;
    }
}
@media (max-width:1680px){
    .fabric-main{
        max-width: 460px;
    }
}
@media (max-width:991px){
    .fabric-main{
        width:100%;
        max-width: 100%;
        padding:1rem 0 2rem 0;
    }
}
@media (max-width:768px){
    .fabric-main{
        padding:.6rem 0 1rem 0;
    }
}

.fabric-txt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.fabric-txt span{
    font-family: 'SourceHanSansCN-Bold';
    font-size:55px;
    color:#004380;
    line-height:1.2;
}
.fabric-txt span em{
    font-weight: bold;
    font-style: normal;
    font-size:36px;
}
@media (max-width:1440px){
    .fabric-txt span{
        font-size:40px;
    }
    .fabric-txt span em{
        font-size:26px;
    }
}
@media (max-width:1024px){
    .fabric-txt span{
        font-size:30px;
    }
    .fabric-txt span em{
        font-size:20px;
    }
}
@media (max-width:991px){
    .fabric-txt span{
        font-size:26px;
    }
    .fabric-txt span em{
        font-size:18px;
    }
}
@media (max-width:768px){
    .fabric-txt span{
        font-size:22px;
    }
    .fabric-txt span em{
        font-size:15px;
    }
}
.fabric-txt p{
    font-size:16px;
    color:#07806e;
    padding-top:.5rem;
}
.fabric-txt p span{
     font-size:12px;
     color:#07806e;
    -webkit-text-size-adjust: none
}
@media (max-width:1440px){
    .fabric-txt p{
        font-size:14px;
    }
    .fabric-txt p span{
         font-size:10px;
    }
}
@media (max-width:768px){
    .fabric-txt p{
        font-size:12px;
    }
}

.fabric-desc{
    padding-top:1.5rem;
}
@media (max-width:1440px){
    .fabric-desc{
        padding-top:1rem;
    }
}
@media (max-width:1024px){
    .fabric-desc{
        padding-top:.5rem;
    }
}
@media (max-width:768px){
    .fabric-desc{
        padding-top:.2rem;
    }
}
.fabric-desc p{
    padding:.7rem 0;
    font-size:16px;
    color:#3e3a39;
    line-height:1.8;
}
.fabric-desc p span{
    font-size:12px;
}
@media (max-width:1440px){
    .fabric-desc p{
        padding:.2rem 0;
        font-size:14px;
        line-height:1.6;
    }
}
@media (max-width:425px){
    .fabric-desc p{
        padding:0;
        line-height:1.4;
    }
}

.fabric-pic{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:1024px){
    .fabric-pic img{
       max-height:160px;
    }
}
@media (max-width:991px){
    .fabric-pic img{
        display: none;
     }
}
.product-adva{
    position: relative;
}
.product-adva .container{
    position: absolute;
    left:50%;
    height:100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display:flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width:768px){
    .features .container,
    .product-adva .container{
        max-width: 540px;
    }
}
.product-adva .fabric-txt p,
.product-adva .fabric-txt span{
    color:#ffffff;
}
.adva-ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width:360px;
    padding-top:3rem;
}
@media (max-width:1440px){
    .adva-ul{
        padding-top:1rem;
    }
}
@media (max-width:1024px){
    .adva-ul{
        padding-top:.5rem;
    }
}
@media (max-width:991px){
    .adva-ul{
        max-width:none;
    }
}
.adva-ul li{
    width:33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:1.6rem;
}
@media (max-width:1440px){
    .adva-ul li{
        margin-top:1rem;
    }
}
@media (max-width:991px){
    .adva-ul li{
        width:24%;
    }
}
@media (max-width:768px){
    .adva-ul li{
        margin-top:.5rem;
    }
}
@media (max-width:425px){
    .adva-ul li{
        width:50%;
    }
}
@media (max-width:1024px){
    .adva-ul li p img{
        max-height: 20px;
		width:70%;
    }
}
.adva-ul li p{
    min-height:40px;
    display: flex;
    align-items: flex-end;
	justify-content: center
}
@media (max-width:425px){
    .adva-ul li p{
        min-height:20px;
    }
}
.adva-ul li span{
    margin-top:.6rem;
    display: block;
    font-size:20px;
    color:#ffffff;
}
@media (max-width:1440px){
    .adva-ul li span{
        font-size:16px;
        margin-top:.5rem;
    }
}
@media (max-width:425px){
    .adva-ul li span{
        font-size:13px;
        margin-top:.2rem;
    }
}
.features{
    background: #dedfdf;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width:991px){
    .features{
        flex-direction: column;
    }
}
.bg-df{
    background: #dedfdf;
    margin-top:0;
}
.features .container{
    position: absolute;
    left:50%;
    height:100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media (max-width:991px){
    .features .container{
        height:auto;
        position: static;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
    .features-main{
        padding:1.5rem 0;
    }
}
.features-pic{
    width:61.56%;
}
@media (max-width:991px){
    .features-pic{
        width:100%;
    }
}
.features-desc{
    margin-top:2rem;
}
@media (max-width:1440px){
    .features-desc{
        margin-top:1rem;
    }
}
@media (max-width:1024px){
    .features-desc{
        margin-top:.5rem;
    }
}
@media (max-width:768px){
    .features-desc{
        margin-top:.2rem;
    }
}
.features-desc p{
    font-size:16px;
    line-height:1.8;
}
@media (max-width:1440px){
    .features-desc p{
        font-size:14px;
        line-height:1.6;
    }
}
@media (max-width:768px){
    .features-desc p{
        font-size:12px;
        line-height:1.4;
    }
}
.features-desc p:nth-child(even){
    color:#3e3a39;
}
.features-desc p:nth-child(odd){
    color:#004380;
    font-family: 'SourceHanSansCN-Bold';
    font-weight: bold;
}
.fabric-name{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top:4rem;
}
@media (max-width:1440px){
    .fabric-name{
        margin-top:2rem;
    }
}
@media (max-width:1024px){
    .fabric-name{
        margin-top:1rem;
    }
}
@media (max-width:768px){
    .fabric-name{
        margin-top:.5rem;
    }
}
.fabric-name span{
    font-family: 'SourceHanSansCN-Bold';
    font-size:27px;
    color:#004380;
    line-height:2;
}
@media (max-width:1440px){
    .fabric-name span{
        font-size:20px;
        line-height:1.6;
    }
}
@media (max-width:768px){
    .fabric-name span{
        font-size:16px;
        line-height:1.4;
    }
}
.fabric-name p{
    font-family: 'SourceHanSansCN-Bold';
    font-size:16px;
    color:#004380;
}
@media (max-width:1440px){
    .fabric-name p{
        font-size:14px;
    }
}
.fabric-name p b{
    font-family: 'SourceHanSansCN-Bold';
    font-weight: bold;
    font-size:23px;
    color:#004380;
}
@media (max-width:1440px){
    .fabric-name p b{
        font-size:18px;
    }
}
@media (max-width:768px){
    .fabric-name p b{
        font-size:16px;
    }
}
/* 检测报告 */
.report{
    padding:8.8rem 0 7rem 0;
}
@media (max-width:1440px){
    .report{
        padding:6rem 0 5rem 0;
    }
}
@media (max-width:1024px){
    .report{
        padding:4rem 0 3rem 0;
    }
}
@media (max-width:991px){
    .report{
        padding:3rem 0 2rem 0;
    }
}
@media (max-width:768px){
    .report{
        padding:2rem 0 2rem 0;
    }
}
.report .container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.report-pic{
    max-width:900px;
	position:relative;
}
.report-pic .swiper-button-prev{
	left:-40px;
}
.report-pic .swiper-button-next{
	right:-40px;
}
.report-pic .swiper-slide a{
	display:flex;
	padding:6px;
}
@media (max-width:780px){
	.report-pic .swiper-button-prev,
	.report-pic .swiper-button-next{
		display:none;
	}
}
.report-pic .swiper-slide a img{
	border:1px solid #afafaf;
}
@media (max-width:1024px){
    .report-pic{
        max-width:none;
        width:100%;
        padding-top:1rem;
    }
    .report-pic a{
        display: flex;
        align-items: center;
        justify-content: center;
        width:100%;
    }
}
@media (max-width:768px){
    .report-pic{
        padding-top:.5rem;
    }
}
.report-desc{
    padding-top:4rem;
    font-size:24px;
    color:#3e3a39;
    line-height: 1.8rem;
    padding-right:2rem;
}
@media (max-width:1440px){
    .report-desc{
        font-size:18px;
        line-height:1.6;
        padding:2rem 0 0 0;
    }
}
@media (max-width:1024px){
    .report-desc{
        font-size:14px;
        line-height:1.4;
        width: 100%;
        padding:0rem 0 1rem 0;
    }
    .report-l{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .report-l .fabric-txt{
        align-items: center;
    }
}
@media (max-width:768px){
    .report-desc{
        font-size:12px;
        padding-bottom: .5rem;
    }
}
/* 基本参数 */
.basic{
    position: relative;
}
.basic .container{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.basic-main{
    padding-top:4rem;
}
@media (max-width:1024px){
    .basic-main{
        padding-top:2rem;
    }
}
.basic-ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    padding-top:2rem;
}
@media (max-width:1440px){
    .basic-ul{
        padding-top:1rem;
    }
}
@media (max-width:1024px){
    .basic-ul{
        padding-top:.5rem;
    }
}
.basic-ul li{
    display: flex;
    align-items: center;
    width:58%;
    padding-top:.8rem;
}
.basic-ul li:nth-child(1),
.basic-ul li:nth-child(3){
    width:40%;
    margin-right:2%;
}
@media (max-width:991px){
    .basic-ul li{
        width:100% !important;
        padding-top:.2rem;
    }
}
@media (max-width:425px){
    .basic-ul li{
        padding-top:.2rem;
    }
}
.basic-ul li p,
.basic-ul li span{
    font-size:24px;
    color:#004380;
}
.basic-ul li p span{
    font-size:16px;
}
@media (max-width:1440px){
    .basic-ul li p{
        font-size:18px;
    }
    .basic-ul li p span{
        font-size:12px;
    }
}
@media (max-width:1024px){
    .basic-ul li p{
        font-size:16px;
    }
    .basic-ul li p span{
        font-size:12px;
    }
}
@media (max-width:991px){
    .basic-ul li p{
        font-size:14px;
    }
}
@media (max-width:425px){
    .basic-ul li p{
        font-size:12px;
    }
    .basic-ul li p span{
        font-size:10px;
    }
}
.basic-ul li span{
    font-size:28px;
    font-weight: bold;
}
@media (max-width:1440px){
    .basic-ul li span{
        font-size:22px;
    }
}
@media (max-width:1024px){
    .basic-ul li span{
        font-size:18px;
    }
}
@media (max-width:991px){
    .basic-ul li span{
        font-size:16px;
    }
}
@media (max-width:425px){
    .basic-ul li span{
        font-size:14px;
    }
}
.basic-ul li p{
    position:relative;
    margin-left:1rem;
    padding-left:1rem;
    word-spacing: normal;
    word-break: break-all;
}
@media (max-width:1440px){
    .basic-ul li p{
        margin-left:1rem;
        padding-left:1rem;
    }
}
@media (max-width:425px){
    .basic-ul li p{
        margin-left:.5rem;
        padding-left:.5rem;
    }
}
.basic-ul li p::before{
    content: '';
    width:1px;
    height:60%;
    position: absolute;
    left:0;
    top:50%;
    background:#004380 ;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/* 应用领域 */
.area{
    padding:7rem 0 8rem 0;
}
@media (max-width:1440px){
    .area{
        padding:5rem 0 4rem 0;
    }
}
@media (max-width:1024px){
    .area{
        padding:3rem 0 3rem 0;
    }
}
@media (max-width:991px){
    .area{
        padding:2rem 0 2rem 0;
    }
}
.area-desc{
    padding-top:1.5rem;
    font-size:16px;
    color:#3e3a39;
    line-height:2;
}
@media (max-width:1440px){
    .area-desc{
        padding-top:1rem;
        font-size:14px;
        line-height:1.6;
    }
}
@media (max-width:1024px){
    .area-desc{
        padding-top:.5rem;
    }
}
@media (max-width:991px){
    .area-desc{
        padding-top:.3rem;
        line-height:1.4;
    }
}

.area-swiper{
    padding-top:3rem;
}
@media (max-width:1440px){
    .area-swiper{
        padding-top:1.5rem;
    }
}
@media (max-width:1024px){
    .area-swiper{
        padding-top:.8rem;
    }
}
.area-swiper .swiper-slide:nth-child(1n) {
    width: 60%;
}
.area-swiper.swiper-slide:nth-child(2n) {
    width: 60%;
}
.xingang .container{
    justify-content: flex-start;
    padding-top:7rem;
}
@media (max-width:1440px){
    .xingang .container{
        padding-top:4rem;
    }
}
.xingang .fabric-txt span,
.xingang .fabric-txt p{
    color:#004380;
}

.develop-pic{
    padding:5rem 0;
}
#hezuo,
#chenguo,
#biaozhun,
#lecturer{
    position:absolute;
    top:-4rem;
}

.page-link.active, .active > .page-link{
    background: #333333;
    border:1px solid #333333;
}
.page-link{
    color:#333333;
}
.BMap_bubble_title{
    padding-top:10px !important;
    height:40px !important;
}

/*
 * syalert.css
 * Version - 1.0
 * Copyright (c) 2019 sy
 */
@charset "utf-8";

.sy-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    z-index: 1000
}

.sy-alert {
    position: fixed;
    display: none;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 400px;
    max-width: 90%;
    max-height: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
    padding:5px;
}

.sy-alert.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.sy-alert .sy-title {
    text-align: center;
    color: #333;
    line-height: 2;
    font-size: 24px;
    border-bottom: 1px solid #eee;
    padding: 0 12px
}

.sy-alert .sy-content {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow-y: auto
}

.sy-alert .sy-btn {
    height: 50%;
    border-top: 1px solid #eee;
    overflow: hidden
}

.sy-alert .sy-btn button {
    float: left;
    border: 0;
    color: #333;
    cursor: pointer;
    background: #fff;
    width: 50%;
    line-height: 45px;
    font-size: 15px;
    text-align: center
}

.sy-alert .sy-btn button:nth-child(1) {
    color: #888;
    border-right: 1px solid #eee
}

.sy-alert.sy-alert-alert .sy-btn button {
    float: none;
    width: 100%
}

.sy-alert.sy-alert-tips {
    text-align: center;
    width: 150px;
    background: rgba(0, 0, 0, 0.7)
}

.sy-alert.sy-alert-tips .sy-content {
    padding: 8px;
    color: #fff;
    font-size: 14px
}

.sy-alert.sy-alert-model .sy-content {
    text-align: left
}

.sy-alert.sy-alert-model .sy-content .form .input-item {
    margin-bottom: 12px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.sy-alert.sy-alert-model .sy-content .form .input-item input {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
    box-sizing: border-box
}
.sy-alert.sy-alert-model .sy-content .form .input-item select{
    padding: 10px 5px;
    border: 1px solid #eee;
    box-sizing: border-box;
    display: inline;
    width:32%;
}
.sy-alert.sy-alert-model .sy-content .form .input-item .getcode {
    border: 0;
    top: 0;
    right: 0;
    position: absolute;
    background: 0;
    line-height: 37px;
    color: #f60;
    width: 100px;
    text-align: center
}
.tsm {
    background: #333;
    font-size: 13px;
    color: #fff;
    margin: 20px;
    margin-top: 0px;
    padding: 12px;
    line-height: 25px;
  }
  .tsm .p2 {
    margin-top: 12px;
  }
  .btns {
    padding: 20px;
  }
  .btns div {
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    background: #0CC;
    color: #fff;
    margin-bottom: 12px;
    width: 100%;
  }
.blurb{
    padding-bottom: 4rem;
}


/* 仿生精板 */
.plate{
    position: relative;
}
#plate{
    position: absolute;
    top:-120px;
}
.plate-t{
    margin:3.5rem 0 3rem 0;
}
@media (max-width:980px){
    .plate-t{
        margin:2.5rem 0 2rem 0;
    }
}
@media (max-width:767px){
    .plate-t{
        margin:1.6rem 0 2rem 0;
    }
}
.plate-t p{
    border-bottom: 1px #dedede solid;
    display: block;
    position: relative;
    height: 36px;
    line-height: 36px;
}
.plate-t p::after{
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 6px;
    width: 6px;
    border: 1px solid #333;
    border-right: 0;
    border-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -6px 0 0 10px;
    position: absolute;
    right: 4px;
    bottom: 50%;
    margin-top: -4px;
}
.plate-class{
    display: flex;
    align-items: center;
	padding:1rem 0;
}
.plate-class>li{
    margin-right:2.6rem;
	position:relative;
}
.plate-class>li a{
    font-size:1rem;
    color:#000;
}
@media (max-width:1200px){
    .plate-class>li a{
        padding:0 1rem;
    }
}
.plate-class>li.active>a{
    font-weight: bold;
}
.plate-parent li{
	margin:0 1rem;
}
.plate-parent li.active>a{
	font-weight: bold;
}
.plate-parent{
	position:absolute;
	left:50%;
	bottom:-.5rem;
	 transform: translateX(-50%) translateY(100%);
    -webkit-transform: translateX(-50%) translateY(100%);
    -moz-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    -o-transform: translateX(-50%) translateY(100%);
	width: max-content;
    display: flex;
}
@media (max-width:1440px){
	.plate-parent li a{
		font-size:.9rem;
	}
	.plate-class>li{
		margin-right:1.6rem;
	}
	.plate-parent{
		left:auto;
		right:0;
		transform: translateX(0%) translateY(100%);
		-webkit-transform: translateX(0%) translateY(100%);
		-moz-transform: translateX(0%) translateY(100%);
		-ms-transform: translateX(0%) translateY(100%);
		-o-transform: translateX(0%) translateY(100%);
	}
}
#plate-all{
	display:none;
}
@media (max-width:1200px){
	.plate-parent{
		position:relative;
		left:0;
		flex-direction: column;
		bottom:0;
		transform: translate(0);
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
	}
	#plate-all{
		display:block;
	}
    .plate-class{
        background-color: #fff;
        z-index: 100;
        position: absolute;
        left: 0;
        top: 42px;
        width: 100%;
        -webkit-box-shadow: 0 0.9375em 1.875em rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0.9375em 1.875em rgba(0,0,0,0.1);
        -ms-box-shadow: 0 0.9375em 1.875em rgba(0,0,0,0.1);
        -o-box-shadow: 0 0.9375em 1.875em rgba(0,0,0,0.1);
        box-shadow: 0 0.9375em 1.875em rgba(0,0,0,0.1);
        padding: 0.5em 0;
        flex-wrap: wrap;
        display: none;
    }
    .plate-class>li{
        width:100%;
        padding:4px 0;
    }
}
.plate-search{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 10px 0 16px;
    width: 250px;
    height: 30px;
    border-radius:20px;
    border: 1px #9b9b9b solid;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
}
@media (max-width:767px){
    .plate-search{
        width:100%;
        margin-top:16px;
    }
}
.keyword{
    height:100%;
    border:none;
    background: none;
    font-size:14px;
    flex:.9;
}
.search-btn{
    height:17px;
    border: none;
    background: none;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/img3.png);
    cursor: pointer;
    width: 17px;
}
.plate-txt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top:.5rem;
    padding-bottom: 3rem;
}
@media (max-width:980px){
    .plate-txt{
        padding-bottom: 2rem;
    }
}
@media (max-width:768px){
    .plate-txt{
        padding-bottom: 1rem;
    }
}
.plate-txt b{
    font-size:16px;
    font-weight: normal;
    color:#3e3a39;
}
.plate-txt span{
    font-size:12px;
    line-height: 1.4;
}
.plate-m .row a{
    display: block;
    margin:0 .5rem;
    position: relative;
}
@media (max-width:768px){
    .plate-m{
        padding:0 1%;
    }
    .plate-m .row a{
        margin:0;
    }
}
.plate-m .row .plate-pic{
    position: relative;
    overflow: hidden;
}
.plate-m .row .plate-pic img{
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.plate-m .row a:hover .plate-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.plate-mid{
    z-index: 2;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    top: 8px;
    position: absolute;
    left: -6px;
    padding: 2px 13px;
    letter-spacing: 1px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    font-size: 10px;
    text-align: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
@media (max-width:768px){
    .plate-mid{
        left: -4px;
        padding: 3px 6px;
    }
}
.plate-more{
    opacity: 0;
    position: absolute;
    right: 2em;
    bottom: 1.5em;
    font-size: 0.75em;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.plate-m .row a:hover .plate-more{
    opacity: 1;
}
.plate-more span{
    font-family: "gilroy-regular";
    padding-right: 2em;
    position: relative;
    display: inline-block;
    color: #fff;
}
.plate-more span::after{
    content: "";
    position: absolute;
    z-index: 1;
    right: 0%;
    width: 18px;
    top: 50%;
    margin-top: -6.5px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/plate-more.png);
    z-index: 10;
    height: 13px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/* 八真 */
.eight{
    position: relative;
}
.about-bar img,
.eight img{
    width: 100%;
}
.eight .container{
    max-width: 1230px;
    position: absolute;
    left: 50%;
    top:6rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
@media (max-width:1300px){
    .eight .container{
        top:50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
    }
}
@media (max-width:768px){
    .eight .container{
        top:0;
        left:0;
        position: relative;
        transform:none;
        -webkit-transform:none;
        -moz-transform:none;
        -ms-transform:none;
        -o-transform:none;
        -webkit-transform:none;
    }
    .eight{
        background: url(../images/eight-1.jpg) no-repeat center;
        background-size: cover;
        padding:4rem 0;
    }
}
.eight .tab span{
    font-family: 'AlibabaPuHuiTi-2-45-Light';
    font-weight: normal;
    color:#004380;
    letter-spacing: 2px;
}
.eight .tab::after{
    width:400px;
}
@media (max-width:1440px){
    .eight .tab::after{
        width:350px;
    }
}
@media (max-width:1300px){
    .eight .tab::after{
        width:300px;
    }
}
@media (max-width:768px){
    .eight .tab::after{
        width:260px;
    }
}
@media (max-width:480px){
    .eight .tab::after{
        width:200px;
    }
}
.eight-ul{
    padding-top:9.3rem;
}
@media (max-width:1840px){
    .eight-ul{
        padding-top:8rem;
    }
}
@media (max-width:1540px){
    .eight-ul{
        padding-top:4rem;
    }
}
@media (max-width:1300px){
    .eight-ul{
        padding-top:2rem;
    }
}
.eight-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 9.5rem;
}
@media (max-width:1840px){
    .eight-box{
        padding-bottom: 6rem;
    }
}
@media (max-width:1540px){
    .eight-box{
        padding-bottom: 3rem;
    }
}
@media (max-width:1300px){
    .eight-box{
        padding-bottom: 2rem;
    }
}
@media (max-width:1140px){
    .eight-box{
        padding-bottom: 1rem;
    }
}
.eight-box span{
    display: block;
    font-size:18px;
    font-weight: bold;
    color:#004380;
    padding-top:2rem;
}
@media (max-width:1300px){
    .eight-box span{
        padding-top:1rem;
        font-size:16px;
    }
}
@media (max-width:768px){
    .eight-box span{
        padding-top:.6rem;
        font-size:14px;
    }
}
@media (max-width:474px){
    .eight-box span{
        padding-top:.5rem;
    }
}
.eight-box p{
    padding-top:.4rem;
    font-size:14px;
    color:#004380;
    text-align: center;
}
@media (max-width:1140px){
    .eight-box p{
        padding-top:0;
    }
}
@media (max-width:768px){
    .eight-box p{
        font-size:12px;
        line-height:1.4;
    }
}
.eight-pic{
    height: 56px;
    display: flex;
    align-items: flex-end;
}
@media (max-width:768px){
    .eight .d-none,
    .eight .d-md-block{
        display: none !important;
    }
}
@media (max-width:1840px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding:.5rem 1.6rem;
    }
}
@media (max-width:1520px){
    .navbar-collapse{
        margin-right:0;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding:.5rem 1.4rem;
    }
}
@media (max-width:1440px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding:.5rem 1rem;
    }
}
@media (max-width:1300px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding:.5rem .7rem;
    }
}
@media (max-width:1270px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding:.5rem .6rem;
    }
}
@media (max-width:1100px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding:.5rem .3rem;
    }
}

/* 相关案例 */
.tab-p{
    text-align: center;
    color:#3e3a39;
    font-size:1.5rem;
    padding:1rem;
}
@media (max-width:1440px){
    .tab-p{
        font-size:1.2rem;
        padding:.6rem;
    }
}
@media (max-width:767px){
    .tab-p{
        font-size:1rem;
        padding:.4rem;
    }
}

.casebox{
    padding:5rem 0;
}
@media (max-width:1460px){
    .casebox{
        padding:3rem 0;
    }
}
@media (max-width:1200px){
    .casebox{
        padding:2rem 0;
    }
}
@media (max-width:767px){
    .casebox{
        padding:1rem 0;
    }
}
.casebox-main{
    max-width: 1330px;
    margin:0 auto;
    padding:2rem 0;
}
@media (max-width:1200px){
    .casebox-main{
        padding:1rem 0;
    }
}
.casebox-main .swiper-slide img{
    width: 100%;
}
.casebox .tab::after{
    width:270px;
}
@media (max-width:1440px){
    .casebox .tab::after{
        width:200px;
    }
    .vrbox .tab::after{
        width:100px;
    }
}
@media (max-width:768px){
    .casebox .tab::after{
        width:140px;
    }
    .vrbox .tab::after{
        width:80px;
    }
}
.mySwiper3,
.mySwiper2{
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
@media (max-width:1200px){
    .mySwiper3,
    .mySwiper2{
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
}
/*.mySwiper3 .swiper-slide,*/
/*.mySwiper2 .swiper-slide{*/
/*    height:760px;*/
/*}*/
/*@media (max-width:1440px){*/
/*    .mySwiper3 .swiper-slide,*/
/*    .mySwiper2 .swiper-slide{*/
/*        height:600px;*/
/*    } */
/*}*/
/*@media (max-width:1200px){*/
/*    .mySwiper3 .swiper-slide,*/
/*    .mySwiper2 .swiper-slide{*/
/*        height:500px;*/
/*    } */
/*}*/
/*@media (max-width:767px){*/
/*    .mySwiper3 .swiper-slide,*/
/*    .mySwiper2 .swiper-slide{*/
/*        height:auto;*/
/*    } */
/*}*/
.mySwiper4,
.mySwiper{
    margin-top:40px;
}
@media (max-width:1200px){
    .mySwiper4,
    .mySwiper{
        margin-top:20px;
    }
}
@media (max-width:767px){
    .mySwiper4,
    .mySwiper{
        margin-top:14px;
    }
}
.mySwiper4 .swiper-slide,
.mySwiper .swiper-slide{
    cursor: pointer;
    /*height:140px;*/
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: calc(100% - 50px);
}
/*@media (max-width:1200px){*/
/*    .mySwiper4 .swiper-slide,*/
/*    .mySwiper .swiper-slide{*/
/*        height:120px;*/
/*    }*/
/*}*/
/*@media (max-width:767px){*/
/*    .mySwiper4 .swiper-slide,*/
/*    .mySwiper .swiper-slide{*/
/*        height:auto;*/
/*    }*/
/*}*/
.vrbox{
    padding-top: 0;
}
.vrbox-slide{
    position: relative;
}
.vrbox-slide iframe{
    width:100%;
    height:760px;
}
@media (max-width:1440px){
    .vrbox-slide iframe{
        height:600px;
    }
}
@media (max-width:767px){
    .vrbox-slide iframe{
        height:400px;
    }
}
.screen{
    position:absolute;
    top: 0px;
}
.screen a{
    display: block;
    background: rgb(169 107 95 / 65%);
    color: #fff;
    padding: 5px 20px;
    border-bottom-right-radius: 10px;
    font-size: 14px;
}
.plate nav{
    padding-top: 3rem;
}
@media (max-width:1460px){
    .plate nav{
        padding-top: 2rem;
    }
}
@media (max-width:980px){
    .plate nav{
        padding-top: 1rem;
    }
}
.proinfo_mid_2_mid_right_2_left {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.125em;
    height: 2.1875em;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/img9.png);
}
.proinfo_mid_2_mid_right_2_right {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.125em;
    height: 2.1875em;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/img10.png);
}
.details{
    padding:4rem 0 2rem 0;
}
@media (max-width:1460px){
    .details{
        padding:2rem 0;
    }
}
@media (max-width:1200px){
    .details{
        padding:1rem 0;
    }
}
@media (max-width:980px){
    .details{
        padding:.5rem 0;
    }
}
.details .container{
    position: relative;
    display: flex;
    justify-content: space-between;
}
@media (min-width: 1920px){
    .details .container{
        max-width: 1260px;
    }
}
@media (max-width:980px){
    .details .container{
        flex-direction: column;
    }
}
.details-view{
    position: absolute;
    width:36%;
    right:6rem;
    height: calc( 100% - 165px) ;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media (max-width:1200px){
    .details-view{
        right:4.8rem;
    }
}
@media (max-width:980px){
    .details-view{
        position:relative;
        width:auto;
        height:auto;
        padding-bottom: 1rem;
        right:0;
        padding-top:3rem;
    }
}
@media (max-width:768px){
    .details-view{
        padding-top:2rem;
        margin:0px 20px 0 20px;
    }
}
.details-desc{
    padding-top: 1rem;
    border-top: 1px solid #878484;
}
@media (max-width:1200px){
    .details-desc{
        padding-top: .8rem;
    }
}
@media (max-width:980px){
    .details-desc{
        padding-top: .6rem;
    } 
}
.details-desc p{
    font-size:16px;
    color:#3e3a39;
    line-height: 1.7;
}
.details-desc p span{
    font-size:13px;
}
@media (max-width:1200px){
    .details-desc p{
        font-size:14px;
        line-height:1.6;
    }
    .details-desc p span{
        font-size:12px;
    }
}
@media (max-width:768px){
    .details-desc p{
        font-size:.8rem;
        line-height:1.4;
    }
    .details-desc p span{
        font-size:.6rem;
    }
    .breadcrumb-item a{
        font-size:.8rem;
    }
}
.details-title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1.5rem;
}
@media (max-width:1200px){
    .details-title{
        padding-bottom: 1rem;
    }
}
@media (max-width:980px){
    .details-title{
        padding-bottom: .6rem;
    }
}
.details-title span{
    font-size:31px;
    color:#3e3a39;
}
@media (max-width:1440px){
    .details-title span{
        font-size:1.8rem;
    }
}
@media (max-width:1200px){
    .details-title span{
        font-size:1.5rem;
    }
}
@media (max-width:980px){
    .details-title span{
        font-size:1.2rem;
    }
}
.details-title span b{
    font-weight: normal;
    display: inline;
}
.details-title p{
    font-size:25px;
    color:#3e3a39;
}
@media (max-width:1200px){
    .details-title p{
        font-size:1.2rem;
    }
}
@media (max-width:980px){
    .details-title p{
        font-size:1rem;
    }
}
@media (max-width:768px){
    .details-title p{
        font-size:.8rem;
    }
}

.details-swiper{
    position:absolute;
    bottom: 0;
    width:43%;
    right:3rem;
}
@media (max-width:980px){
    .details-swiper{
        position:relative;
        width:100%;
        right:0;
    }
}
.details-more{
    font-size:15px;
    color:#3e3a39;
    letter-spacing: 3px;
    margin-bottom: 1rem;
    text-indent: 2.5rem;
}
@media (max-width:980px){
    .details-more{
        text-indent: 1.8rem;
        margin-top: 1rem;
    }
}
@media (max-width:767px){
    .details-more{
        display: none;
    }
}
.details-class{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top:0;
    right:0;
}
.details-class p,
.details-class span{
    font-size:34px;
    color:#3e3a39;
}
@media (max-width:1440px){
    .details-class p,
    .details-class span{
        font-size:1.8rem;
    }
}
@media (max-width:1200px){
    .details-class p,
    .details-class span{
        font-size:1.4rem;
    }
}
@media (max-width:980px){
    .details-class p,
    .details-class span{
        font-size:1.2rem;
    }
}
@media (max-width:768px){
    .details-class p,
    .details-class span{
        font-size:1rem;
    }
}
.details-pic{
    position: relative;
    overflow: hidden;
    width:50%;
    text-align: center;
}
@media (max-width:980px){
    .details-pic{
        width:100%;
    }
}
@media (max-width:767px){
    .details-pic{
        display: none;
    }
}
.details-pic img{
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.details-pic:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.details-pic a{
    left: 0%;
    top: 0%;
    z-index: 2;
    background-image: url(../images/img7.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    overflow: hidden;
}
.details-pic:hover a {
    opacity: 1;
}
.swiper-container-cz{
    margin:0 40px;
}
@media (max-width:980px){
    .swiper-container-cz{
        margin:0 26px;
    }
}
@media (max-width:767px){
    .swiper-container-cz{
        margin:0 20px;
    }
}
.proinfo_mid_2_mid_right_2_right_img {
    overflow: hidden;
    border: 1px #fff solid;
    padding: 3px;
}
.proinfo_mid_2_mid_right_2_right_img:hover, 
a.on .proinfo_mid_2_mid_right_2_right_img {
    border-color: #959494;
}
.proinfo_mid_2_mid_right_2_right_img img{
    width:100%;
}
.showprodetail{ 
    left:50%; top:50%; width:1px; height:1px; margin-left:-0.5px;  margin-top:-0.5px;opacity:0;
    position:fixed;  z-index:99999; background-position:center; 
    background-repeat:no-repeat; background-size:cover;
}
.showprodetail_close{
position:fixed; right:2em; top:2em; z-index:10;
}
.showprodetail_show{
    left:0; top:0; width:100%; height:100%; opacity:1; margin:0;
}
.showprodetail_close img{
    transition:-webkit-transform 2s ease-out ;
    -webkit-transition:-webkit-transform 2s ease-out ;
    -moz-transition:-webkit-transform 2s ease-out ;
    -o-transition:-webkit-transform 2s ease-out ;
    -ms-transition:-webkit-transform 2s ease-out ;
}
.showprodetail_close:hover img{
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.ovh {
    overflow: hidden;
}
#showdimg img{
    height:100vh;
}



/* 品牌授权 */

.brand-bar .container span{
    font-size:40px;
    color:#3e3a39;
    display: block;
    margin-bottom: 2%;
    text-indent: 2rem;
}
@media (max-width:769px){
    .brand-bar .container span{
        font-size:26px;
        margin-bottom: 3%;
    }
}
@media (max-width:426px){
    .brand-bar .container span{
        font-size:20px;
        margin-bottom: 6%;
    }
}
.brand-main{
    padding:250px 0 210px 0;
}
@media (max-width:1441px){
    .brand-main{
        padding:200px 0 180px 0;
    }
}
@media (max-width:1024px){
    .brand-main{
        padding:120px 0 120px 0;
    }
}
@media (max-width:769px){
    .brand-main{
        padding:80px 0 80px 0;
    }
}
.brand-box{
    position: relative;
    width:1270px;
    height:559px;
    margin:0 auto;
}
@media (max-width:1441px){
    .brand-box{
        width:auto;
        height:auto;
    }
}
.brand-form{
    position: absolute;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width:769px){
    .brand-form{
        width: 100%;
    }
}
.brand-form span{
    font-size:29px;
    color:#ffffff;
}
@media (max-width:1024px){
    .brand-form span{
        font-size:24px;
    }
}
@media (max-width:426px){
    .brand-form span{
        font-size:16px;
    }
}
.brand-form p{
    margin-top:45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:745px;
    height:62px;
    background: #ffffff;
    border-radius: 5px;
    padding:8px 12px;
}
@media (max-width:1024px){
    .brand-form p{
        margin-top:30px;
        width:600px;
        height:50px;
    }
}
@media (max-width:769px){
    .brand-form p{
        width:70%;
        height:46px;
    }
}
@media (max-width:426px){
    .brand-form p{
        width:80%;
        margin-top:20px;
        height:36px;
        padding:6px;
    }
}
.brand-form p input{
    flex:.9;
    height:50px;
    padding:0 4px;
    border:0;
}
@media (max-width:1024px){
    .brand-form p input{
        height:36px;
    }
}
@media (max-width:426px){
    .brand-form p input{
        height:32px;
    }
}
.brand-form p input::placeholder,
.brand-form p input{
    font-size: 16px;
    color: #3e3a39;
    line-height: 1.8;
}
@media (max-width:426px){
    .brand-form p input::placeholder,
    .brand-form p input{
        font-size: 12px;
        line-height: 1.4;
    }
}
.brand-form p button{
    padding:2px;
    width:40px;
    height:40px;
    border:none;
    background: none;
    cursor: pointer;
}
@media (max-width:1024px){
    .brand-form p button{
        width:30px;
        height:30px;
    }
}
@media (max-width:426px){
    .brand-form p button{
        width:26px;
        height:26px;
    }
    .brand-form p button img{
        width:100%;
        height:100%;
    }
}
.brand-address{
    padding:170px 0;
}
@media (max-width:769px){
    .brand-address{
        padding:40px 0 60px 0;
    }
}
.brand-address .row .col{
    margin-top:90px;
}
@media (max-width:769px){
    .brand-address .row .col{
        margin-top:40px;
    }
}
@media (max-width:426px){
    .brand-address .row .col{
        margin-top:20px;
    }
}
.brand-store{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.brand-store span{
    font-size:20px;
    color:#004380;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
}
@media (max-width:426px){
    .brand-store span{
        font-size:18px;
    }
}
.brand-store span::before{
    content: '';
    width:25px;
    height:35px;
    background: url(../images/brand-address.png) no-repeat center;
    background-size: cover;
    margin-right:4px;
}
.brand-store p{
    margin-top:6px;
    font-size:16px;
    color:#3e3a39;
}
.brand-view{
    padding:150px 0;
}
@media (max-width:769px){
    .brand-view{
        padding:60px 0;
    }
}
@media (max-width:426px){
    .brand-view{
        padding:40px 0;
    }
}
.detail-box{
    display: flex;
    align-items: center;
}
@media (max-width:769px){
    .detail-box{
        padding-bottom: 2rem;
    } 
}
.detail-box .brand-store span{
    flex-direction: column;
    align-items: flex-start;
    line-height:2.5;
} 
@media (max-width:769px){
    .detail-box .brand-store span{
        line-height: 1.6;
    }
}

/* 品牌授权 加载 */
.brand_lay{
    position: relative;
}
.brand-form .spinner-border{
    position: absolute;
    bottom: 12px;
    right: 16px;
    display: none;
}
.brand-detail .row .col-lg-8{
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-detail .row .col-lg-8 img{
    max-height: 800px;
}
.go_back{
    position: absolute;
    left:50%;
    bottom: 40px;
    cursor: pointer;
    width:160px;
    height:50px;
    border:1px solid #004380;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.go_back:hover{
    background: #004380;
}
.go_back span{
    font-size:16px;
    color:#004380;
    margin-right: 6px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.go_back:hover span{
    color:#ffffff;
}
.go_back svg{
    width:22px;
}
.go_back svg path{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.go_back:hover svg path{
    fill:#ffffff;
}
.anchorBL{
	display:none;
}

























