@charset "utf-8"; 
/*css comment*/
*,*:before,*:after {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,html {
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f7f7f7;
    /*height: 100%; overflow: hidden;*/
    font-family: arial, "微软雅黑", Microsoft YaHei;
    font-size: 14px;
}
.dn {
    display: none;
}
img {
    border: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    _width: auto;
    vertical-align: top;
}
input, textarea ,select {
    border: none;
    background: none;
    font-size: 14px;
    vertical-align: middle;
    color: #333;
    font-family: arial, "微软雅黑", Microsoft YaHei;
}
select {
    border: inherit;
    background: inherit;
}
a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    outline: none;
    color: #333;
    transition: all 0.5s;
}
a:hover,a:active,a:focus {
    text-decoration: none;
}
a:link,
a:active,
a:visited,
a:hover {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;  
}
a:hover {
    color: #b92e32;
}
em, i {
    font-style: normal;
}
a:focus, input, select {
    outline: none;
}
.clearfix {
    *zoom:1; }
.clearfix:after {
    content: "\200B";
    display: block;
    clear: both;
    height: 0;
}
input[type="submit"], input[type="reset"], input[type="button"], button, select {
    -webkit-appearance: none;
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; 
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
    opacity: 0.90;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,label {
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    font-family: arial, "微软雅黑", Microsoft YaHei;
}
p,ul, ol {
    margin: 0;
}
.lazy { 
    width: 100%;
    background: url(../images/loading.gif) 50% no-repeat;
}
  
/*header {
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 980;
}
.header-margin {
    height: 60px;
}
.logo {
    width: 120px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -60px;
    z-index: 9;
}
.logo a {
    display: block;
}
.logo img {
    width: 100%;
    height: 40px;
}
.nav {
    width: 1100px;
    margin: 0 auto;
}
.nav ul {
    display: flex;
    justify-content: space-between;
}
.nav li {
    position: relative;
}
.nav-link {
    display: inline-block;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.nav-link:after {
    display: inline-block;
    content: '';
    width: 0;
    height: 4px;
    background: #b92e32;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
}
.nav-link.active:after {
    width: 100%;
    left: 0;
}
.nav-link:hover {
    color: #999;
}
.nav-margin {
    width: 40%;
}
.nav-h {
    padding-left: 5px;
    padding-right: 20px;
}
.nav-h i {
    display: inline-block;
    width: 12px;
    height: 7px;
    background: url(../images/da.jpg) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    transition: all 0.3s;
}
.nav-slide {
    display: none;
    width: 150px;
    padding-top: 10px;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -70px;
}
.nav-slide-box {
    background: #fff;
}
.nav-slide-link {
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.nav-slide-link a {
    display: block;
    border-bottom: 1px #e5e5e5 solid;
    color: #000;
}
.nav-slide-link:last-child a {
    border-bottom: none;
}
.nav-slide-link a:hover {

    background:#b92e32;
    color:#ffffff;
}
.nav-slide-link a:hover.active{color:#ffffff;}
.nav-slide-link a.active {
    color: #b92e32;
    font-weight: bold;
}*/
/* .nav li:hover .nav-link:after {
    width: 100%;
    left: 0;
} */
.nav li:hover .nav-slide {
    display: block;
}
/*导航修改*/
header {
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 980;
    transition: all 0.3s;
}

header.move {
    height: 60px;
}

.header-margin {
    height: 60px;
}

.logo {
    width: 120px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -60px;
    z-index: 9;
}

.logo a {
    display: block;
}

.logo img {
    width: 100%;
    height: 40px;
}

.nav {
    width: 1100px;
    margin: 0 auto;
}

.nav ul {
    display: flex;
    justify-content: space-between;
}

.nav li {
    position: relative;
}

.nav-link {
    display: inline-block;
    padding: 0 10px;
    height: 80px;
    line-height: 80px;
    position: relative;
    transition: all 0.3s;
}

header.move .nav-link {
    height: 60px;
    line-height: 60px;
}

.nav-link:after {
    display: inline-block;
    content: '';
    width: 0;
    height: 4px;
    background: #b92e32;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
}

.nav-link.active:after {
    width: 100%;
    left: 0;
}

.nav-link:hover {
    color: #999;
}

.nav-margin {
    width: 40%;
}

.nav-h {
    padding-left: 5px;
    padding-right: 20px;
}

.nav-h i {
    display: inline-block;
    width: 12px;
    height: 7px;
    background: url(../images/da.jpg) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    transition: all 0.3s;
}

.nav-slide {
    display: none;
    width: 140px;
    padding-top: 10px;
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -70px;
    transition: all 0.3s;
}

header.move .nav-slide {
    top: 50px;
}

.nav-slide-box {
    background: #fff;
}

.nav-slide-link {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.nav-slide-link a {
    display: block;
    border-bottom: 1px #f2f2f2 solid;
    color: #333;
}

.nav-slide-link:last-child a {
    border-bottom: none;
}

.nav-slide-link a:hover {
    background: #b92e32;
    color: #fff;
}

.nav-slide-link a.active {
    color: #b92e32;
}

.nav-slide-link a.active:hover {
    background: #fff;
}
.lag-btn {
    width:50px;
    height:20px;
    border:1px #000 solid;
    text-align:center;
    line-height:18px;
    font-size:12px;
    color:#000;
    position: absolute;
    top: 50%;
    right:2%;
    margin-top:-11px;
}
.lag-btn:hover{color: #000;}
.menu-btn {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
}
.menu-btn span {
    display: block;
    width:26px;
    height:3px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -13px;
}
.menu-btn span:before,.menu-btn span:after {
    display: block;
    content: '';
    width:26px;
    height:3px;
    background: #000;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    transition: all 0.3s;
}

.menu-btn span:before {
    top: -8px;
}
.menu-btn span:after {
    top: 8px;
}
.menu-btn.active span {
    background: transparent;
}
.menu-btn.active span:before {
    transform: rotate(45deg);
    top: 0;
    height:2px;
}
.menu-btn.active span:after {
    transform: rotate(-45deg);
    top: 0;
    height:2px;
}
.mini-nav {
    width: 100%;
    height: 100%;
    padding-top: 60px;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 970;
}
.mini-nav li {
    text-align: center;
}
.mini-nav-h {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    position: relative;
    padding-left: 5px;
    padding-right: 20px;
    position: relative;
}
.mini-nav-h i {
    display: inline-block;
    width: 12px;
    height: 7px;
    background: url(../images/da.jpg) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    transform: rotate(-90deg);
}
.mini-nav-slide {
    width: 100%;
    height: 100%;
    padding-top: 60px;
    background: #fff;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 9;
}
.back-bar {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #e6e6e6 solid;
    text-align: left;
}
.back-bar a {
    display: inline-block;
    padding-left: 15px;
    background: url(../images/la.png) no-repeat left center;
    background-size: 8px 14px;
}
.section {
    overflow: hidden;
}
.banner-h1 {
    display: inline-block;
    color: #000;
    font-family: '黑体';
    position: absolute;
    bottom: 20%;
    right: 15%;
    opacity: 0;
    transition: all 2s;
}
.banner-h2 {
    width: 150px;
    display: inline-block;
    color: #000;
    font-family: '黑体';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30%;
    opacity: 0;
    transition: all 2s;
}
.banner-h2 span {
    display: inline-block;
    width: 75px;
    text-align: center;
}

.banner-h3 {
    display: inline-block;
    color: #000;
    font-family: '黑体';
    position: absolute;
    top:50%;
    left:15%;
    opacity: 0;
    transition: all 2s;
}

.banner-p {
    position: absolute;
    top: 40%;
    right: 0;
}
.section.active .banner-h1 {
    opacity:1;
    right:13%;
}
.section.active .banner-h2 {
    opacity:1;
    top:35%;
}

.section.active .banner-h3{
    opacity:1;
    left:18%;
}

.down-arrow {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -24px;
    z-index: 9;
}
.down-arrow i {
    display: block;
    width: 48px;
    height: 17px;
    background: url(../images/down-arrow.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    animation: down linear 1s infinite;
}
@keyframes down {
    0% {
        bottom: 50%;
    }
    100% {
        bottom: 0;
    }
}
.brand {
    padding-top: 60px;
    color: #000;
    background: #eee;
}
.brand-tit  {
    padding:20px 0;
    text-align: center;
}
.brand-tit h3 {
    margin-bottom:4px;
}
.brand-wrap {
    width: 100%;
    height: 100%;
    display: flex;
}
.brand-tab {
    width: 25%;
    height: 100%;
}
.brand-con {
    width: 75%;
    height: 100%;
}
.brand-img {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.brand-tab ul {
    height: 100%;
}
.brand-tab li {
    height: calc(100% / 4);
    position: relative;
}
.brand-hover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.brand-tab span{
    margin-left: -50px;
    opacity:0;
    transition: all 0.5s;
    color: #000000;
}
.brand-tab a {
    margin-left: -50px;
    opacity: 1;
    transition: all 0.5s;
}
.brand-tab i {
    display: none;
	width: 26px;
	height: 18px;
    background: url(../images/ra.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 100px;
    margin-top: -14px;
    animation: moveRight linear 1s infinite;
    opacity: 0;
}

@keyframes moveRight {
    0% {
        right: 50px;
        opacity: 0;
    }
    100% {
        right: 10px;
        opacity: 1;
    }
}
.brand-tab li a:hover .brand-hover span{
    margin-left: 0;
    opacity: 1;
    color: #000000;
}
.brand-tab li.active .brand-hover {
    width: calc(100% + 60px);
    background: #fff;
}
.brand-tab li.active .brand-hover a {
    margin-left: 0;
    opacity: 1;
}
.brand-tab li.active .brand-hover span{
    margin-left: 0;
    opacity: 1;
    color: #000000;
}
.brand-tab li.active .brand-hover i {
    display: block;
}
.brand-con div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.brand-img a {
    display: block;
    height: 100%;
}
.mini-brand-wrap {
    display: none;
}
.mini-brand-con {
    width: 100%;
    /*height: calc(100% - 120px);*/
}
.mini-brand-con div {
    width: 100%;
    height: 100%;
}
.mini-brand-con a {
    display: block;
    height: 100%;
}
.mini-brand-tab {
    width: 100%;
    height: 120px;
}
.mini-brand-tab ul {
    display: flex;
    height: 120px;
    position: relative;
}
.mini-brand-tab li {
    flex: 1;
    height: 70px;
}
.mini-brand-bb {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mini-brand-bb .brand-tab-img {
    transform: scale(0.50);
}
.mini-brand-more {
    display: none;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mini-brand-tab li.active {
    background: #fff;
}
.mini-brand-tab li.active .mini-brand-more {
    display: block;
}
.footer-wrap {
    width: 100%;
    background: #f7f7f7;
}
.footer {
    padding: 20px 0;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
.footer-item {
    padding: 20px 0;
}
.footer-t {
    margin-bottom: 20px;
    color: #2b2b2b;
}
.footer-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-contact {
    margin: 10px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    color: #000000;
}
.footer-contact a{color: #000000;}
.footer-contact p{font-weight: bold;letter-spacing: 1px;}
.footer-contact img {
    margin-right: 5px;
}
.footer-info a {
    display: block;
    margin: 10px;
    margin-right: 40px;
}
.copyright {
    padding-top: 20px;
    border-top: 1px #aaa solid;
    font-size: 14px;
    color: #2b2b2b;
}
.copyright p{letter-spacing:1px;}
.copyright a{color:#2b2b2b;}
@media only screen and (max-width: 1366px) {
    
    .nav {
        width: 800px;
    }
    .nav-margin {
        width: 30%;
    }
    .brand-tit  {
        padding: 60px 0;
        text-align: center;
    }
    
    .brand-tit h3 {
        margin-bottom: 15px;
    }
   
}
@media only screen and (max-width: 1024px) {
    .logo {
        width: 90px;
        height: 30px;
        margin-top: -15px;
        margin-left: -45px;
    }
    .logo img {
        height: 30px;
    }
    .nav {
        display: none;
    }
    .menu-btn {
        display: block;
    }
    .banner-h2 {
        width: 100px;
    }
    
    .banner-h2 span {
        width: 50px;
    }
    .brand-tit  {
        padding: 45px 0;
        text-align: center;
    }
    
    .brand-tit h3 {
        margin-bottom: 10px;
    }
    .brand-wrap {
        display: none;
    }
    .mini-brand-wrap {
        display: block;
    }
    .footer {
        padding: 10px 0;
    }
    .footer-item {
        padding: 20px;
    }
    .footer-t {
        margin-bottom: 10px;
    }
    .footer-contact {
        margin-right: 10px;
    }
    .footer-info a {
        margin-right:10px;
       
    }
    .xfraw a{margin:0 9px 0 0; width:22%;}
    .xfraw a:last-child{margin-right: 0; }
    .copyright {
        padding: 20px;
    }
    
}
/*font*/
.f192{ font-size:192px;}
.f174{ font-size:174px;}
.f150{ font-size:150px;}
.f120{ font-size:120px;}
.f103{ font-size:103px;}
.f100{ font-size:100px;} 
.f90{ font-size:90px;}
.f60{ font-size:60px;}
.f50{ font-size:50px;}
.f38{ font-size:38px;}
.f36{ font-size:36px;}
.f32{ font-size:32px;}
.f30{ font-size:30px;}
.f28{ font-size:28px;}
.f26{ font-size:26px;}
.f24{ font-size:24px;}
.f22{ font-size:22px;}
.f20{ font-size:20px;}
.f18{ font-size:18px;}
.f16{ font-size:16px;}
.f15{ font-size:15px;}
@media only screen and (max-width: 1600px){
  	.f192{ font-size:162px;}
	.f174{ font-size:144px;}
    .f150{ font-size:120px;}
    .f120{ font-size:100px;}
	.f103{ font-size:83px;}
	.f100{ font-size:80px;} 
	.f90{ font-size:70px;}
    .f60{ font-size:50px;}
    .f50{ font-size:40px;}
	.f38{ font-size:34px;}
	.f36{ font-size:32px;}
	.f32{ font-size:30px;}
	.f30{ font-size:28px;}
	.f28{ font-size:26px;}
	.f26{ font-size:24px;}
	.f24{ font-size:22px;}
	.f22{ font-size:20px;}
	.f20{ font-size:18px;}
	.f18{ font-size:16px;}
	.f16{ font-size:14px;}
	.f15{ font-size:14px;}
} 
@media only screen and (max-width: 1440px){
  	.f192{ font-size:142px;}
	.f174{ font-size:124px;}
    .f150{ font-size:100px;}
    .f120{ font-size:90px;}
	.f103{ font-size:73px;}
	.f100{ font-size:70px;} 
	.f90{ font-size:60px;}
    .f60{ font-size:40px;} 
    .f50{ font-size:34px;}
	.f38{ font-size:30px;}
	.f36{ font-size:28px;}
	.f32{ font-size:26px;}
	.f30{ font-size:24px;}
	.f28{ font-size:22px;}
	.f26{ font-size:20px;}
	.f24{ font-size:18px;}
	.f22{ font-size:16px;}
	.f20{ font-size:16px;}
	.f18{ font-size:16px;}
	.f16{ font-size:14px;}
	.f15{ font-size:14px;}
} 
@media only screen and (max-width: 1279px){
  	.f192{ font-size:122px;}
	.f174{ font-size:104px;}
    .f150{ font-size:80px;}
    .f120{ font-size:70px;}
	.f103{ font-size:63px;}
	.f100{ font-size:60px;} 
	.f90{ font-size:50px;}
    .f60{ font-size:36px;} 
    .f50{ font-size:32px;}
	.f38{ font-size:28px;}
	.f36{ font-size:26px;}
	.f32{ font-size:24px;}
	.f30{ font-size:22px;}
	.f28{ font-size:20px;}
	.f26{ font-size:18px;}
	.f24{ font-size:16px;}
	.f22{ font-size:16px;}
	.f20{ font-size:16px;}
	.f18{ font-size:16px;}
	.f16{ font-size:14px;}
	.f15{ font-size:14px;}
} 
@media only screen and (max-width: 991px){
  	.f192{ font-size:102px;}
	.f174{ font-size:84px;}
    .f150{ font-size:60px;}
    .f120{ font-size:55px;}
	.f103{ font-size:53px;}
	.f100{ font-size:50px;} 
	.f90{ font-size:46px;}
    .f60{ font-size:32px;} 
    .f50{ font-size:28px;}
	.f38{ font-size:26px;}
	.f36{ font-size:24px;}
	.f32{ font-size:22px;}
	.f30{ font-size:20px;}
	.f28{ font-size:18px;}
	.f26{ font-size:16px;}
	.f24{ font-size:14px;}
	.f22{ font-size:14px;}
	.f20{ font-size:14px;}
	.f18{ font-size:14px;}
	.f16{ font-size:14px;}
	.f15{ font-size:14px;} 

} 
@media only screen and (max-width: 374px){
  	.f192{ font-size:102px;}
	.f174{ font-size:84px;}
    .f150{ font-size:60px;}
    .f120{ font-size:55px;}
	.f103{ font-size:53px;}
	.f100{ font-size:50px;} 
	.f90{ font-size:46px;}
    .f60{ font-size:30px;} 
    .f50{ font-size:26px;}
	.f38{ font-size:24px;}
	.f36{ font-size:22px;}
	.f32{ font-size:20px;}
	.f30{ font-size:18px;}
	.f28{ font-size:16px;}
	.f26{ font-size:14px;}
	.f24{ font-size:14px;}
	.f22{ font-size:14px;}
	.f20{ font-size:14px;}
	.f18{ font-size:14px;}
	.f16{ font-size:12px;}
	.f15{ font-size:12px;} 
	body,html{ font-size:12px;}
} 
/* 新闻资讯 */
.news-banner {
    display: flex;
}
.news-banner-left,.news-banner-right {
    height: 700px;
}
.news-banner-left {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
}
.news-banner-right {
    width: 55%;
}
.news-banner-info {
    width: 75%;
}
.news-banner-info h3 {
    font-weight: bold;
    color: #000;
}
.news-banner-info p {
    margin: 40px 0;
    color: #000000;
    line-height: 35px;
}
.news-banner-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.news-banner-bar a {
    display: block;
    width: 140px;
    height: 45px;
    padding-left: 22px;
    border-radius: 50px;
    background-image: url(../images/zoom.png);
    background-repeat: no-repeat;
    background-position: 107px center;
    background-color: #b92e32;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
}
.news-banner-bar a:hover {
    background-color: #000;
}
.news-banner-bar span {
    font-size: 18px;
    color: #666;
}
.news-banner-img {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-banner-img a {
    display: block;
    height: 100%;
}
.news-slide .swiper-button-next,.news-slide .swiper-button-prev {
    width: 50px;
    height: 100%;
    top: 0;
    margin-top: 0;
}
.news-slide .swiper-button-next {
    right: 0;
}
.news-slide .swiper-button-prev {
    left: 0;
}
.arrow-shadow {
    display: block;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
    transition: all 0.5s;
}
.arrow-shadow-left {
    left: 0;
}
.arrow-shadow-left:hover {
    background: -webkit-linear-gradient(left, rgba(0,0,0,.3), rgba(0,0,0,0));
    background: -o-linear-gradient(right, rgba(0,0,0,.3), rgba(0,0,0,0));
    background: -moz-linear-gradient(right, rgba(0,0,0,.3), rgba(0,0,0,0));
    background: linear-gradient(to right, rgba(0,0,0,.3), rgba(0,0,0,0));
}
.arrow-shadow-right {
    right: 0;
}
.arrow-shadow-right:hover {
    background: -webkit-linear-gradient(right, rgba(0,0,0,.3), rgba(0,0,0,0));
    background: -o-linear-gradient(left, rgba(0,0,0,.3), rgba(0,0,0,0));
    background: -moz-linear-gradient(left, rgba(0,0,0,.3), rgba(0,0,0,0));
    background: linear-gradient(to left, rgba(0,0,0,.3), rgba(0,0,0,0));
}
.news-slide .swiper-pagination {
    padding: 0 30px;
    text-align: right;
}
.news-slide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
}
.news-slide .swiper-pagination-bullet-active {
    background: #b92e32;
}
.news-wrap {
    padding: 5% 0 9.18%;
    background: #fff;
}
.news-list {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.news-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-list li {
    width: 32%;
    margin-bottom: 24px;
    border-radius: 6px;
    overflow: hidden;
}
.news-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.news-img:before {
    display: block;
    content: '';
    margin-top: 68%;
}
.news-img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.news-img img {
    width: 100%;
    transition: all 0.3s;
    height: 242px;
}
/*.news-img:hover img {
    transform: scale(1.1);
}*/
.news-info {
    padding: 20px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f6f6f6;
    color: #333;
}
/*.news-list li:hover .news-info {
    background: #333;
    color: #fff;
}*/
.news-info a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.news-list li:hover .news-info a {
    color: #fff;
}

.news-list li:hover .news-img img {
    transform: scale(1.1);
}
.news-list li:hover .news-info{
    background: #333;
    color: #fff;
}

.news-info span{color: #666666;}
@media only screen and (max-width: 1366px) {
    
    
   
}
@media only screen and (max-width: 1024px) {
    .news-img img{height: auto;}
    .news-img:before {
        margin-top: 65%;
    }
    .news-banner-left,.news-banner-right {
        height: 450px;
    }
    .news-banner-info p {
        display: none;
    }
    .news-banner-bar span {
        display: none;
    }
    .arrow-shadow {
        display: none;
    }
    .news-banner-bar a {
        display: block;
        width: 90px;
        height: 35px;
        padding-left: 12px;
        border-radius: 0;
        background-image: url(../images/zoom.png);
        background-repeat: no-repeat;
        background-position: 67px center;
        background-color: #b92e32;
        line-height: 35px;
        font-size: 12px;
        color: #fff;
    }
    .news-list {
        padding: 0 20px;
    }
    
}
@media only screen and (max-width: 767px) {

    header{height: 60px;}
    .mini-nav .nav-link{
        height:60px;
        line-height:60px;
    }
    .mini-nav .nav-link:after{bottom: 9px;}

    .mini-nav .nav-slide-link a{border-bottom:none;}
    .mini-nav .nav-slide-link a:hover{
        background:#b92e32;
        color:#ffffff;
    }
    .mini-nav .nav-slide-box{margin-top: 22px;}
    .mini-nav .back-bar{height: 48px;line-height: 48px;}
    .mini-nav{padding-top: 83px;}
    .copyright p{letter-spacing:0;font-size: 12px;}
    .news-banner-left,.news-banner-right {
        height: 250px;
    }
    .news-banner-info h3 {
        font-size: 18px;
    }
    
    .news-banner-info p {
        display: none;
    }
    .news-banner-bar span {
        display: none;
    }
    .arrow-shadow {
        display: none;
    }
    .news-list li {
        width: 48%;
    }
    .news-info {
        padding: 10px;
        height: 90px;
    }

    .section.active .banner-h2{
    	top: 12%;
    }

    .brand-tit{padding: 30px 0;}
}
/* 新闻详情 */
.news-bar {
    width: 100%;
    height: 40px;
    background: #b92e32;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 90;
}
.news-bar-inner {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mini-news-bar-page {
    display: none;
}
.news-bar-page {
    width: 290px;
/*    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    color: #fff;
    opacity: 0.7;
}
.news-bar-page:before {
    display: inline-block;
    content: '<';
}
.news-bar-page:hover {
    opacity: 1;
}
.news-bar-page a {
	width:86%;
	display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0.7;
    color: #fff;
    line-height:16px;
}
.news-bar-page a:hover {
    opacity: 1;
}
.news-t-right {
  /*  text-align: right;
    direction: rtl;*/
}
.news-bar-inner .news-t-right:before {
    display:none;
    content: '';
}
.news-bar-inner .news-t-right:after {
    display: inline-block;
    content: '>';
}

.news-list-btn {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/list.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0.7;
}
.news-list-btn:hover {
    opacity: 1;
}
.news-bar-margin {
    height:60px;
}
.news-content {
    padding: 5% 5% 9.18% 5%;
    background: #fff;
    color: #000000;
    font-size: 16px;
    line-height:35px;
}
.news-content-inner {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}
.news-tit {
    margin-bottom: 40px;
}
.news-tit h3 {
    margin-bottom: 10px;
    color: #000;
}
.news-tit p {
    color: #b92e32;
}
.news-tit em {
    margin: 0 10px;
    color: #000;
}
@media only screen and (max-width: 1024px) {
    .news-bar-inner {
        padding: 0 20px;
    }
    .news-bar-page {
        display: none;
    }
    .mini-news-bar-page {
        display: block;
    }
    .mini-news-bar-page a {
        color: #fff;
    }
    .news-list-btn {
        opacity: 1;
    }
    
}
/* 服务中心 */
.inner-banner {
    width: 100%;
    position: relative;
}
.ser-content {
    padding: 5% 5% 9.18%;
    background: #fff;
}
.ser-content-inner {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    font-size:18px;
    line-height:42px;
    color: #000000;
    letter-spacing: 2px;
}
.ser-item {
    margin-bottom: 5em;
    color: #000;
}
.ser-item h3 {
    margin-bottom: 20px;
    font-weight: bold;
}
.ser-item p {
    line-height: 3em;
}
@media only screen and (max-width: 1024px) {
    .ser-content {
        padding: 10%;
    }
    
}
/* 公司简介 */
.inner-banner-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.inner-banner-info h3{letter-spacing:6px;}
.inner-banner-info p {
    text-transform: uppercase;
}
.your-position-bar {
    width: 100%;
    height: 40px;
    background: #b92e32;
}
.your-position-inner {
    width: 1100px;
    max-width: 100%;
    height: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.your-position-tit h3 {
    color: #fff;
    font-weight: bold;
}
.your-position {
    text-align: right;
}
.your-position a {
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
}
.your-position a:hover {
    color: #fff;
    opacity: 1;
}
.your-position a.active {
    color: #fff;
    font-weight: bold;
    opacity: 1;
}
.your-position em {
    margin: 0 15px;
    font-size: 14px;
    color: #fff;
}
.sub-btn {
    display: none;
    width: 40px;
    height: 40px;
    background: url(../images/wda.png) no-repeat center center;
    background-size: 16px 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    transition: all 0.3s;
}
.sub-btn.active {
    transform: rotate(-180deg);
}
.sub-slide {
    display: none;
    width: 100%;
    padding: 20px;
    background: #b92e32;
    border-top: 1px #eb9898 solid;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 90;
}
.sub-slide a {
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
}
.sub-slide a.active {
    color: #fff;
    opacity: 1;
    font-weight: bold;
}
.mini-inner-banner {
    display: none;
    width: 100%;
    position: relative;
}
.about {
    width: 1100px;
    max-width: 100%;
    padding: 5% 0 9.18% 0;
    margin: 0 auto;
}
.about-item {
    margin-bottom: 150px;
    overflow: hidden;
}
.about .about-item:last-child{margin-bottom: 0;}
.about-item-left {
    width:19%;
    float: left;
/*    text-align: center;*/
    border-right: 2px #b92e32 solid;
    color:#b92e32;
    min-height:201px;
}
.about-item-left h3 {
    font-weight: bold;
}
.about-item-right {
    width:73%;
    float:right;
}
.about-item-right h3 {
    margin-bottom: 20px;
    font-weight: bold;
    color: #313131;
}
.about-item-right p {
    margin-bottom: 5%;
    line-height: 42px;
}
.about-item:not(:first-child) .wxonwe p{line-height: 49px;}
.wh-item-left h3{line-height: 93px;letter-spacing:5px;}
.wh-item-left b{letter-spacing:10px;}

.sh-item-left{width:22%;min-height: 272px;}
.sh-item-left h3{line-height: 93px;letter-spacing:5px;}
.sh-item-left b{letter-spacing:10px;}

.sh-item-right{width:68%;}
@media only screen and (width: 1024px) {
    .sh-item-left{width:17%;}
    .sh-item-right{width:73%;}
}
@media only screen and (max-width: 1024px) {
    .wh-item-left h3{line-height:54px;letter-spacing:1px;}
    .wh-item-left b{letter-spacing:1px;}

    .sh-item-left h3{line-height: 54px;letter-spacing:1px;}
    .sh-item-left b{letter-spacing:1px;}
    .inner-banner {
        display: none;
    }
    .your-position-inner {
        padding: 0 20px;
    }
    .your-position {
        display: none;
    }
    .sub-btn {
        display: block;
    }
    .mini-inner-banner {
        display: block;
    }
    .about {
        padding: 5%;
    }
    .about-item {
        margin-bottom: 100px;
    }
    .about-item-right h3 {
        margin-bottom: 10px;
    }
    .about-item-right p {
        line-height: 28px;
    }
}
/* 集团专利 */
.honur {
    width: 1100px;
    max-width: 100%;
/*    padding: 5% 0;*/
    margin: 0 auto 9.18%;
}
.third-nav {
    margin:5% 0;
    display: flex;
    justify-content: center;
}
.third-nav a {
    width: 200px;
    height: 34px;
    margin: 0 2px;
    border: 2px #dcdcdc solid;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.third-nav a:hover {
    border: 2px #a40000 solid;
    background: #a40000;
    color: #fff;
}
.third-nav a.active {
    border: 2px #a40000 solid;
    background: #a40000;
    color: #fff;
}
.zhuanli-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zhuanli-list ul:after {
    display: block;
    content: '';
    width: 27%;
}
.zhuanli-list li {
    width: 27%;
    margin-bottom: 60px;
    text-align: center;
}
.zhuanli-img {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.zhuanli-img:after {
    display: block;
    content: '';
    margin-top: 150%;
}
.zhuanli-img img {
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.zhuanli-img:hover img {
    transform: scale(1.1);
}
.zhuanli-p {
    font-size: 16px;
    color: #000;
}
@media only screen and (max-width: 1024px) {
    .honur {
        padding: 5%;
    }
    
}
@media only screen and (max-width: 767px) {
    .about-item:not(:first-child) .wxonwe p{line-height: 30px;}
    .about-item-left {
        width:23%;
        min-height: auto;
    }
    .about-item-right {
        width: 70%;
    }
    .ser-content-inner{font-size:13px;line-height:30px;letter-spacing:0;}
    .honur {
        padding: 10% 5%;
    }
    .third-nav {
        margin-bottom: 10%;
    }
    .third-nav a {
        width: 120px;
        height: 30px;
        font-size: 12px;
        line-height: 26px;
    }
    .zhuanli-list li {
        width: 46%;
        margin-bottom: 20px;
    }
    .zhuanli-img {
        margin-bottom: 10px;
    }
    .zhuanli-p {
        font-size: 12px;
    }
}
.honur-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.honur-list ul:after {
    display: block;
    content: '';
    width: 31%;
}
.honur-list li {
    width: 31%;
    margin-bottom: 60px;
    text-align: center;
}
.honur-list li:nth-last-child(2),.honur-list li:nth-last-child(3),.honur-list li:last-child{
    margin-bottom: 0;
}
.honur-img {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.honur-img:after {
    display: block;
    content: '';
    margin-top: 74%;
}
.honur-img img {
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.honur-img:hover img {
    transform: scale(1.1);
}
.honur-p {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media only screen and (max-width: 767px) {
    .honur-list li {
        width: 45%;
        margin-bottom: 20px;
    }
    .honur-img {
        margin-bottom: 10px;
    }
    .honur-p {
        font-size: 12px;
        text-overflow:string;
        white-space:normal;
    }
}
/* 团队介绍 */
.team-list li {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}
.team-list li:last-child{
    margin-bottom: 0;
}
.team-img {
    width: 30%;
    position: relative;
    overflow: hidden;
}
.team-img:after {
    display: block;
    content: '';
    margin-top: 118%;
}
.team-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.team-info {
    width: 70%;
    padding: 0 5%;
}
.team-name {
    margin-bottom: 40px;
    color: #313131;
}
.team-p {
    line-height: 36px;
    color: #000000;
}
@media only screen and (max-width: 767px) {
    .team-list li {
        display: flex;
        align-items: center;
        margin-bottom: 50px;
    }
    
    
    .team-name {
        margin-bottom: 10px;
    }
    .team-name h3 {
        font-size: 18px;
    }
    .team-namme p {
        font-size: 14px;
    }
    .team-p p {
        font-size: 10px;
        line-height: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:3;
        overflow: hidden;
    }
    
}
/* 在千年工作 */
.job {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.job-left {
    padding: 30px;
    width: 31%;
    background: #f7f7f7;
}
.job-left h3 {
    font-weight: normal;
    color: #000;
}
.job-left-con {
    padding: 20px 0;
}
.job-left-con p {
    line-height: 30px;
}
.job-right {
    width: 66%;
    height: auto;
}
.job-right li {
    margin-bottom: 20px;
}
.job-right li:last-child {
    margin-bottom: 0;
}
.job-item {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    cursor: pointer;
    position: relative;
}
.job-name h3 {
    font-weight: normal;
    color: #000;
}
.job-name p {
    color: #999;
}
.job-tips {
    display: flex;
    align-items: center;
}
.job-tips p {
    margin-right: 20px;
    color: #999;
}
.job-da {
    transition: all 0.3s;
}
.job-item.active .job-da {
    transform: rotate(-180deg);
}
.job-slide {
    display: none;
    padding: 40px;
    background: rgba(0,0,0,.01);
    color: #000000;
    font-size:15px;
    line-height:27px;
    letter-spacing:1px;
}
@media only screen and (max-width: 767px) {
    .job {
        flex-wrap: wrap;
    }
    .job-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .job-right {
        width: 100%;
    }
    .job-left-con {
        padding: 10px 0;
    }
    
    .job-left-con p {
        font-size: 12px;
        line-height: 24px;
    }
    .job-item {
        padding: 20px 30px;
    }
    .job-name h3 {
        font-size: 16px;
    }
    .job-slide {
        padding: 20px 30px;
        font-size: 14px;
        line-height: 27px;
    }
    .job-da {
        width: 12px;
        height: 7px;
    }
}
/* 核心技术 */
.jishu-item {
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.jishu1 {
    align-items: flex-end;
    padding-bottom: 120px;
}
.jishu-box {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.jishu-ti {
    text-align: center;
}
.jishu-ti h3 {
    font-size: 50px;
    font-weight: normal;
}
.jishu-ti p {
    font-size: 38px;
}
.jishu-ti {
    color: #000;
}
.jishu-word {
    width: 100%;
    padding: 70px 0;
}
.jishu-word ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.jishu-word li {
    width: 230px;
    text-align: center;
    border-right: 1px #dcdcdc solid;
    color: #000;
}
.jishu-word li:last-child {
    border-right: none;
}
.jishu-word li h3 {
    font-weight: normal;
    font-size: 46px;
}
.jishu-word li p {
    font-size: 14px;
}
.jishu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 20px 20px 30px rgba(0,0,0,.1);
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    transition: all 0.5s;
}
.jishu-btn:hover {
    color: #fff;
}
.jishu-btn em {
    transition: all 0.5s;
    margin-left: 5px;
}
.jishu-btn:hover em {
    transform: rotate(90deg);
}
.touming:hover {
    background: #313131;
}
.toc:hover {
    background:#57302A;
    /*background: #52332c;*/
}
.cy:hover {
    background:#139237;
    /*background: #428f43;*/
}
.jishu-contain{margin-bottom: 5%;}

.jishu2 .jishu-ti {
    color: #fff;
}
.jishu2 .jishu-ti p {
    font-size: 30px;
}
.jishu-how {
    width: 100%;
    padding: 100px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 32px;
    color: #fff;
    text-align: center;
    position:relative;
}
.jishu-how span{
	width: 1px;
	height: auto;
	display: block;
	border: 1px solid #ffffff;
    position: absolute;
    left: 50%;
    top: 100px;
}
.jishu-step {
    width: 100%;
    padding: 100px 0;
}
.jishu-step ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.jishu-step li {
    width: 30%;
    text-align: center;
    font-size: 30px;
    color: #000;
    border-right:1px solid #B2B2B2;
}
.jishu-step li:last-child{
    border-right:none;
}
@media only screen and (max-width: 767px) {
    .jishu-item {
        height: 100vh;
    }
    
    .jishu-box {
        padding: 0 5%;
    }
    
    .jishu-ti h3 {
        font-size: 30px;
    }
    
    .jishu-ti p {
        font-size: 18px;
    }
    
    
    .jishu-word {
        padding: 20px 0;
    }
    
    .jishu-word ul {
        display: flex;
        justify-content: center;
    }
    
    .jishu-word li {
        width: 50%;
        margin: 20px 0;
    }
    .jishu-word li:nth-child(2) {
        border-right: none;
    }
    
    .jishu-word li h3 {
        font-weight: normal;
        font-size: 26px;
    }
    
    .jishu-word li p {
        font-size: 12px;
    }
    
    .jishu-btn {
        width: 250px;
        height: 42px;
        line-height: 42px;
    }
    .jishu-how {
        padding: 20px 0;
        justify-content: center;
        flex-direction: column;
    }
    
    .jishu-how-item {
        padding: 20px 0;
    }
    .jishu-how span{display: none;}
    .jishu2 .jishu-ti p {
        font-size: 17px;
    }
    .jishu-how {
        font-size: 20px;
    }
    .jishu-how-item img {
        width: 70px;
        height: 70px;
    }
    .jishu-step {
        padding: 20px 0;
    }
    
    .jishu-step li {
        width: 100%;
        padding: 20px 0;
        font-size: 20px;
        border-right: none;
    }
    .jishu-step img {
        width: 40px;
        height: 40px;
    }
}
.cl-popp {
    display: none;
    width: 100%;
    padding-bottom: 200px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 90;
}
.cl-top {
    width: 100%;
    height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cl-top h3 {
    margin: 20px 0;
    font-size: 50px;
    color: #000;
}
.cl-top p {
    font-size: 38px;
    color: #892626;
}
.qian-img {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
.qian-img img {
    width: 100%;
}
.cl-con {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    height: 670px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
}
.cl-con-tit {
    margin-bottom: 30px;
    text-align: center;
}
.cl-con h3 {
    font-size: 36px;
    line-height: 66px;
}
.cl-con p {
    font-size: 20px;
    line-height: 46px;
    text-align: center;
}
.cl-list {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
.cl-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cl-list li {
    width: 540px;
    margin-bottom: 20px;
    position: relative;
}
.cl-list img {
    width: 100%;
}
.cl-word {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.cl-word h3 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 146px;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    font-weight: lighter;
}
.cl-word p {
    opacity: 0;
    font-size: 46px;
    transition: all 0.5s;
}
.cl-word:hover h3 {
    opacity: 0;
}
.cl-word:hover p {
    opacity: 1;
}
.close-btn {
    display: none;
    width: 64px;
    height: 64px;
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    bottom: 50px;
    left: 50%;
    margin-left: -32px;
    z-index: 99;
}
.show-mask {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity 1s;
}
.show-mask.show {
    opacity:.8;
    z-index:4;
    transition:opacity 1s;
}
.js-popp {
    display: none;
    width: 100%;
    background: #0d0d0d;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 90;
}
.js-top {
    width: 100%;
    height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../images/js-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.js-ti {
    text-align: center;
    color: #fff;
}
.js-ti h3 {
    margin: 20px 0;
    font-size: 50px;
}
.js-ti p {
    font-size: 24px;
    line-height: 42px;
}
.js-part1 {
    padding: 5% 0;
    background: #1b1b1b;
}
.js-item {
    width: 100%;
    position: relative;
}
.js-item-big,.js-item-small {
    width: 100%;
}
.js-item-small {
    display: none;
}
.js-con {
    width: 500px;
    color: #fff;
    position: absolute;
    top: 140px;
    z-index: 9;
}
.js-left {
    left: 50%;
    margin-left: -600px;
}
.js-right {
    right: 50%;
    margin-right: -600px;
    text-align: right;
}
.js-con h3 {
    margin-bottom: 30px;
    font-size: 36px;
}
.js-con p {
    font-size: 18px;
    line-height: 36px;
    color: #dbdbdb;
}
.js-part2 {
    padding-top: 150px;
}
.js-part2 .js-item:first-child .js-con {
    top: 0;
}
.design-popp {
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 90;
}
.design-top {
    width: 100%;
    height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../images/design-bg.jpg) no-repeat;
    background-size: 100% 100%;
    color: #000;
}
.design-top h3 {
    margin: 20px 0;
    font-size: 50px;
}
.design-top p {
    color:#5c5c5c;
    font-size: 21px;
    line-height: 42px;
}
.design-part {
    background: #f6f6f6;
}
.design-item {
    width: 100%;
    position: relative;
}
.design-big,.design-small {
    width: 100%;
}
.design-small {
    display: none;
}
.design-con {
    width: 500px;
    height: 340px;
    padding: 0 20px;
    position: absolute;
    top: 100px;
    left: 50%;
    right: auto;
    margin-left: -600px;
    z-index: 9;
}
.design-right {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -600px;
    text-align: right;
}
.design-word {
    width: 100%;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.design-con h3 {
    margin-bottom: 10px;
    font-size: 38px;
    color: #000;
}
.design-con p {
    font-size: 18px;
    color: #000;
    line-height: 34px;
}
.service {
    width: 100%;
    height: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/service.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.service-box {
    width: 1000px;
    height: 660px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
}
.service-tit {
    margin-bottom: 30px;
    text-align: center;
}
.service-box h3 {
    font-size: 38px;
    color: #000;
}
.service-p {
    margin-bottom: 30px;
    font-size: 20px;
    color: #5c5c5c;
    line-height: 40px;
    text-align: center;
}
.service-box p {
    font-size: 20px;
    color: #5c5c5c;
    line-height: 40px;
    text-align: center;
}
.jingdian {
    width: 100%;
    height: 1324px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../images/jingdian.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.jingdian h3 {
    margin-bottom: 30px;
    font-size: 38px;
    color: #000;
}
.jingdian p {
    font-size: 20px;
    line-height: 50px;
    color: #5c5c5c;
}
@media only screen and (max-width: 767px) {
    .cl-popp {
        padding-bottom: 30px;
    }
    
    .cl-top {
        height: 150px;
    }
    .cl-top img {
        display: none;
    }
    
    .cl-top h3 {
        margin: 10px 0;
        font-size: 24px;
    }
    
    .cl-top p {
        font-size: 18px;
    }
    
    .cl-con {
        padding: 5%;
        height: auto;
    }
    
    .cl-con-tit {
        margin-bottom: 20px;
        text-align: center;
    }
    
    .cl-con h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .cl-con p {
        font-size: 12px;
        line-height: 28px;
    }
    
    .cl-list {
        padding: 5%;
    }
    
    .cl-list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .cl-list li {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }
    
    .cl-list img {
        width: 100%;
    }
    
  
    
    .cl-word h3 {
        font-size: 80px;
    }
    
   
    
    .close-btn {
        width: 34px;
        height: 34px;
        margin-left: -17px;
    }
    .js-top {
        width: 100%;
        height: 200px;
    }
    
    .js-ti {
        padding: 0 5%;
    }
    
    .js-ti h3 {
        margin: 10px 0;
        font-size: 24px;
    }
    
    .js-ti p {
        font-size: 14px;
        line-height: 20px;
    }
    .js-part1 {
        padding: 10% 0;
    }
    
    .js-item {
        width: 100%;
        position: relative;
    }
    
    .js-item-big {
        display: none;
    }
    
    .js-item-small {
        display: block;
    }
    
    .js-con {
        width: 100%;
        padding: 0 5%;
        position: static;
        top: 140px;
        z-index: 9;
    }
    
    .js-left {
        left: 0;
        margin-left: 0;
        text-align: center;
    }
    
    .js-right {
        right: 0;
        margin-right: 0;
        text-align: center;
    }
    .js-con img {
        width: 50px;
        height: 50px;
    }
    
    .js-con h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    
    .js-con p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .js-part2 {
        padding-top: 10%;
    }
    
    
    .design-top {
        height: 200px;
        padding: 0 5%;
        text-align: center;
    }
    
    .design-top h3 {
        margin: 10px 0;
        font-size: 24px;
    }
    
    .design-top p {
        font-size: 14px;
        line-height: 20px;
    }
    
    
    .design-big {
        display: none;
    }
    
    .design-small {
        display: block;
    }
    
    .design-con {
        width: 100%;
        height: 150px;
        padding: 0 20px;
        position: absolute;
        top: 30px;
        left: 0;
        right: auto;
        margin-left: 0;
        z-index: 9;
    }
    .design-con img {
        width: 116px;
        height: 150px;
    }
    
    .design-right {
        left: auto;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        text-align: right;
    }
    
    .design-word {
        width: 100%;
        height: 150px;
        padding: 0 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
    }
    
    .design-con h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    
    .design-con p {
        font-size: 12px;
        color: #000;
        line-height: 20px;
    }
    
    .service {
        width: 100%;
        height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(../images/service.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .service-box {
        width: 90%;
        height: 400px;
        padding: 20px;
    }
    
    .service-tit {
        margin-bottom: 20px;
        text-align: center;
    }
    
    .service-box h3 {
        font-size: 18px;
    }
    
    .service-p {
        margin-bottom: 20px;
        font-size: 14px;
        color: #5c5c5c;
        line-height: 24px;
        text-align: center;
    }
    
    .service-box p {
        font-size: 14px;
        color: #5c5c5c;
        line-height: 24px;
        text-align: center;
    }
    
    .jingdian {
        width: 100%;
        padding: 0 50px;
        height: 500px;
        text-align: center;
    }
    
    .jingdian h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    
    .jingdian p {
        font-size: 14px;
        line-height: 24px;
    }
}
/* 旗下品牌 */

.brand-list li {
    position: relative;
}
.brand-small {
    display: none;
}
.brand-box {
    width: 360px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    margin-top: -110px;
    left:63%;
    margin-left: -750px;
    right: auto;
    z-index: 9;
}
.brand-right {
    left: auto;
    margin-left: 0;
    right:64%;
    margin-right: -750px;
    margin-top: -110px;
}
.brand-box a {
    display: block;
    width: 144px;
    height: 37px;
    border-radius: 50px;
    background: #313131;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
    color: #fff;
    transition: all 0.5s;
}
.brand-btn1:hover {
    background: #e5e5e5;
    color: #000;
}
.brand-btn2:hover {
    background:#eeeeee;
    color: #000;
}
.brand-btn3:hover {
    background:#682e2f;
}
.brand-btn4:hover {
    background:#139237;
}
@media only screen and (max-width: 1600px) {
    .brand-box {
        left: 5%;
        margin-left: 0;
    }
    .brand-right {
        left: auto;
        right: 5%;
        margin-right: 0;
    }
}
@media only screen and (width: 768px){
    .brand-box {
        left: 0;
        margin-left: 0;
        margin-top: -98px;
    }
    .brand-right {
        left: auto;
        right: 0;
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .brand-big {
        display: none;
    }
    .brand-small {
        display: block;
    }
    .brand-box {
        width: 100%;
        height: 100%;
        padding: 30px 0;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
    }
    .brand-box img {
        transform: scale(0.5);
        margin-top: -6%;
    }
    .brand-list li:nth-child(2) .brand-box {
        justify-content: flex-end;
        margin-top: -9%;
    }
}
/* 旗下品牌详情 */
.bb {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    padding: 5% 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bb-con {
    width: 390px;
    padding: 0 40px;
    margin-left: 50%;
    color: #000;
    position: relative;
    z-index: 9;
}
.bb-con h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 62px;
}
.bb-con span {
    display: block;
    width: 53px;
    height:10px;
    margin-bottom: 30px;
    background: #000;
}
.bb-con p {
    margin-bottom: 30px;
    font-size:16px;
    line-height:27px;
    letter-spacing:1px;
    text-align: justify;
    color: #000000;
}
.bb img {
    width: 780px;
    margin-top: -220px;
}
.safe {
    width: 1920px;
    max-width: 100%;
    padding-bottom: 10%;
    margin: 0 auto;
    margin-bottom: 10%;
    background: url(../images/safe-bg.jpg) no-repeat center 180px;
    position: relative;
}
.safe-con {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
.safe-p {
    width: 550px;
    padding: 40px;
    font-size: 16px;
    line-height: 38px;
    color: #000;
}
.safe-p p {
    margin-bottom: 30px;
}
.safe-small {
    width: 440px;
    height: 280px;
    position: absolute;
    bottom: -80px;
    right: 50%;
    margin-right: -344px;
}
.show-wrap {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    background: url(../images/show-bg.jpg) no-repeat left bottom;
}
.show-tit {
    margin-bottom: 50px;
    text-align: center;
    font-size: 24px;
    color: #000;
}
.show-tit p {
    margin-bottom: 10px;
}
.show-tit  span {
    display: block;
    width: 52px;
    height: 5px;
    margin: 0 auto;
    background: #000;
}
.show-content {
    width: 1100px;
    max-width: 100%;
    padding-bottom: 100px;
    margin: 0 auto;
    position: relative;
}
.show-wrap .show-slide {
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
}
.show-img {
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.show-img:after {
    display: block;
    content: '';
    margin-top: 67%;
}
.show-img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.show-img b {
    display: block;
    width: 450px;
    height: 100px;
    padding: 0 20px;
    background: rgba(255,255,255,.7);
    text-align: right;
    line-height: 100px;
    font-size: 60px;
    color: #000;
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 9;
    transition: all 1s;
    opacity: 0;
}
.show-slide .swiper-slide-active b {
    opacity: 1;
    
}
.show-content .swiper-button-prev{margin-left: -10px;}
.show-content .swiper-button-next{margin-right: -20px;}
.show-content .swiper-button-next,.show-content .swiper-button-prev {
    margin-top: -50px;
     background-size:20px 29px;
}
.show-content .swiper-pagination {
    width: 100%;
    left: 0;
    bottom: 45px;
    text-align: center;
    box-sizing: border-box;
}
.show-content .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #b5b5b5;
}
.show-content .swiper-pagination-bullet-active {
    background: #fff;
}
.pinpai-btn {
    padding:5% 0;
}
.pinpai-btn a {
    margin: 0 auto;
}
/*千帆*/
.qiafan:hover{
    background:#139237;
    color: #ffffff; 
}
/*千年虫*/
.qnc:hover{
    background:#682e2f; 
    color: #ffffff;
}
/*Nberlighting*/
.liane:hover{
    background:#eeeeee;
    color: #000000;
}
.xg-dimo p{font-size:16px;color: #000000;letter-spacing:1px;}
.letter{font-size:20px;color:#000000;letter-spacing:1px;line-height:60px;}
.ser-content-inner img,.ceo img,.letter img,.xg-dimo img,.news-con img{max-width: 100%;height: auto;}
/* 发展历程 */
.history-wrap {
    padding:5% 0 9.18% 0;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
.red-up {
    width: 25px;
    height: 19px;
    margin: 0 auto;
    background: url(../images/red-up.png) no-repeat;
    background-size: 100% 100%;
}
.history {
    padding: 5% 0;
    background: url(../images/red-bar.jpg) repeat-y center top;
    background-size: 8px 37px;
}
.history li {
    margin-bottom: 40px;
    display: flex;
}
.history-item {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0 45px;
    position: relative;
}
.history-img {
    width: 180px;
    height: 180px;
    margin: 0 15px;
    border: 10px #e5e5e5 solid;
    border-radius: 50%;
}
.history-inner-img {
    width: 160px;
    height: 160px;
    border: 10px #ececec solid;
    border-radius: 50%;
}
.hist-img {
    width: 140px;
    height: 140px;
    border: 5px #e4e4e4 solid;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.hist-img img {
    width: 140px;
    height: 140px;
}
.history-dot {
    width: 28px;
    height: 28px;
    background: url(../images/dot.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -14px;
}
.history-bar {
    width: 46px;
    height: 4px;
    background: #e4e4e4;
    position: absolute;
    top: 50%;
    margin-top: -2px;
}
.history-info h3 {
    font-size: 40px;
    color: #b8b8b8;
    font-weight: bold;
}
.history-info p {
    font-size: 20px;
    color: #333;
}
.hist-left {
    justify-content: flex-start;
}
.hist-right {
    justify-content: flex-end;
}
.hist-right .history-dot {
    left: -14px;
}
.hist-right .history-bar {
    right: -46px;
}
.hist-left .history-item {
    flex-direction: row-reverse;
}
.hist-left .history-info {
    text-align: right;
}
.hist-left .history-dot {
    right: -14px;
}
.hist-left .history-bar {
    left: -46px;
}
.history-item:hover .history-inner-img {
    border: 10px #b92e32 solid;
}
.history-item:hover .history-info h3 {
    color: #b92e32;
}
@media only screen and (max-width: 1024px) {
    .history li {
        margin-bottom: 20px;
    }
    
    .history-item {
        padding: 0 20px;
    }
    
    .history-img {
        width: 100px;
        height: 100px;
        margin: 0 10px;
        border: 6px #e5e5e5 solid;
    }
    
    .history-inner-img {
        width: 88px;
        height: 88px;
        border: 6px #ececec solid;
    }
    
    .hist-img {
        width: 76px;
        height: 76px;
        border: 3px #e4e4e4 solid;
    }
    
    .hist-img img {
        width: 70px;
        height: 70px;
    }
    
    .history-dot {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    
    .history-bar {
        width: 16px;
        height: 3px;
        margin-top: -2px;
    }
    
    .history-info h3 {
        font-size: 20px;
    }
    
    .history-info p {
        font-size: 14px;
    }
    
    .hist-right .history-dot {
        left: -10px;
    }
    
    .hist-right .history-bar {
        right: -18px;
    }
    
    .hist-left .history-dot {
        right: -10px;
    }
    
    .hist-left .history-bar {
        left: -18px;
    }
    .history-item:hover .history-inner-img {
        border: 6px #860509 solid;
    }
    
    .history-item:hover .history-info h3 {
        color: #860509;
    }
    
}
@media only screen and (max-width: 767px) {
    .show-content .swiper-button-prev{margin-left:0px;}
    .show-content .swiper-button-next{margin-right: 0px;}
    .red-up {
        width: 16px;
        height: 12px;
    }
    
    .history {
        background-size: 4px 20px;
    }
    
    .history li {
        margin-bottom: 20px;
    }
    
    .history-item {
        width: 50%;
        padding: 0 10px;
    }
    
    .history-img {
        width: 60px;
        height: 60px;
        margin: 0 10px;
        border: 3px #e5e5e5 solid;
    }
    
    .history-inner-img {
        width: 56px;
        height: 56px;
        border: 2px #ececec solid;
    }
    
    .hist-img {
        width: 50px;
        height: 50px;
        border: 3px #e4e4e4 solid;
    }
    
    .hist-img img {
        width: 50px;
        height: 50px;
    }
    
    .history-dot {
        width: 14px;
        height: 14px;
        margin-top: -7px;
    }
    
    .history-bar {
        width: 10px;
        height: 2px;
        margin-top: -1px;
    }
    
    .history-info h3 {
        font-size: 16px;
    }
    
    .history-info p {
        font-size: 12px;
    }
    
    .hist-right .history-dot {
        left: -7px;
    }
    
    .hist-right .history-bar {
        right: -10px;
    }
    
    .hist-left .history-dot {
        right: -7px;
    }
    
    .hist-left .history-bar {
        left: -10px;
    }
    
}
.pageshow{ margin:20px auto;clear: both;}
.pageshow .current{ background:#535353;color:#FFFFFF; padding:12px 17px; margin-right:5px;font-size: 19px; }
.pageshow .btn-danger,.pageshow .num,.pageshow .prev,.pageshow .next,.pageshow .first,.pageshow .end{color:#090909;  padding:12px 17px; margin-right:5px;font-size: 19px; }
@media only screen and (max-width: 767px) {
    .pageshow .current{padding: 10px 15px;font-size: 14px;}
    .pageshow .btn-danger,.pageshow .num,.pageshow .prev,.pageshow .next,.pageshow .first,.pageshow .end{padding: 10px 15px;font-size: 14px;}
    .xg-dimo p{font-size:14px;}
    .bb {
        padding: 10% 0;
    }
    .bb-con {
        width: 100%;
        padding: 0 40px;
        margin-left: 0;
    }
    
    .bb-con h3 {
        text-align: center;
        font-size: 18px;
    }
    
    .bb-con span {
        width: 40px;
        height: 3px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    
    .bb-con p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 24px;
    }
    
    .bb img {
        width: 100%;
        margin-top: 0;
    }
    .safe {
        width: 1920px;
        max-width: 100%;
        padding-bottom: 10%;
        margin: 0 auto;
        margin-bottom: 10%;
        background: url(../images/safe-bg.jpg) no-repeat center 180px;
    }
    
    .safe-con {
        width: 1100px;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .safe-p {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }
    
    .safe-p p {
        margin-bottom: 30px;
    }
    
    .safe-small {
        width: 220px;
        height: 140px;
        position: absolute;
        right: 50%;
        bottom: -80px;
        margin-right: -110px;
    }
    .show-wrap {
       padding-top: 30%;
       background: none;
    }
    
    .show-tit {
        margin-bottom: 30px;
        font-size: 18px;
    }
    
    .show-tit  span {
        width: 40px;
        height: 4px;
    }
    
    .show-content {
        padding: 30px;
        padding-bottom: 60px;
        background: #eee;
    }
    
    .show-wrap .show-slide {
        width: 1024px;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .show-img b {
        display: block;
        width: 120px;
        height: 40px;
        padding: 0 10px;
        line-height: 40px;
        font-size: 20px;
    }
    
    .show-slide .swiper-slide-active b {
        opacity: 1;
        font-size: 15px;
    }
    
    .show-content .swiper-button-next,.show-content .swiper-button-prev {
        margin-top: -26px;
        width: 14px;
        height: 24px;
        background-size: 14px 24px;
    }
    
    .show-content .swiper-pagination {
        bottom: 20px;
    }
    .pinpai-btn a {
        font-size: 12px;
    }
    
}
@media only screen and (max-width: 800px) and (min-width: 768px){
    .bb img{width: 80%;}
    .bb-con p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 24px;
    }
    .safe{margin-bottom:17%;}
    .show-tit{padding-top: 36px;margin-bottom: 37px;}
    .safe-small{width: 42%;height: auto;}
}
@media only screen and (max-width: 1024px){
    .letter{font-size: 14px;letter-spacing:2px;line-height: 32px;}
}
/* 旗下品牌详情-nberlighting */
.bb2 {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    padding: 5% 0 10%;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bb-con2 {
    width: 390px;
    padding: 0 40px;
    margin-top: -300px;
    text-align: right;
    color: #000;
    position: relative;
    z-index: 9;
}
.bb-con2 h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}
.bb-con2 span {
    display: inline-block;
    width: 52px;
    height: 5px;
    margin-bottom: 30px;
    background: #000;
}
.bb-con2 p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 32px;
}
.bb2 img {
    width: 780px;
}
.safe2 {
    width: 1920px;
    max-width: 100%;
    padding-bottom: 10%;
    margin: 0 auto;
    margin-bottom: 10%;
    background: url(../images/safe-bg.jpg) no-repeat center 180px;
    position: relative;
}
.nber-img {
    margin-left: 23%;
}
.safe-con {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
.safe-p {
    width: 550px;
    padding: 40px;
    font-size: 16px;
    line-height: 38px;
    color: #000;
}
.safe-p p {
    margin-bottom: 30px;
}
.safe-small2 {
    width: 440px;
    height: 280px;
    position: absolute;
    bottom: -80px;
    left: 50%;
    margin-left: -500px;
}
@media only screen and (max-width: 767px) {
    .bb2 {
        padding: 10% 0;
    }
    .bb-con2 {
        width: 100%;
        padding: 0 40px;
        margin-top: 30px;
        text-align: center;
    }
    
    .bb-con2 h3 {
        text-align: center;
        font-size: 18px;
    }
    
    .bb-con2 span {
        width: 40px;
        height: 3px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    
    .bb-con2 p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 24px;
    }
    
    .bb2 img {
        width: 100%;
        margin-top: 0;
    }
    .safe2 {
        width: 1920px;
        max-width: 100%;
        padding-bottom: 10%;
        margin: 0 auto;
        margin-bottom: 10%;
        background: url(../images/safe-bg.jpg) no-repeat center 180px;
    }
    .nber-img {
        margin-left: 0;
    }
    
    .safe-con {
        width: 1100px;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .safe-p {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }
    
    .safe-p p {
        margin-bottom: 30px;
    }
    
    .safe-small2 {
        width: 220px;
        height: 140px;
        position: absolute;
        left: 50%;
        bottom: -80px;
        margin-left: -110px;
    }
    
    
}
/* 旗下品牌详情-千帆 */
.bb3 {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    padding: 5% 0 10%;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bb-con3 {
    width: 780px;
    padding: 0 40px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    position: relative;
    z-index: 9;
}
.bb-con3 h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}
.bb-con3 span {
    display: inline-block;
    width: 52px;
    height: 5px;
    margin-bottom: 30px;
    background: #000;
}
.bb-con3 p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 32px;
}
.bb3 img {
    width: 890px;
}
.safe3 {
    width: 1920px;
    max-width: 100%;
    padding-bottom: 10%;
    margin: 0 auto;
    margin-bottom: 10%;
    background: url(../images/safe-bg.jpg) no-repeat center 180px;
    position: relative;
    text-align: center;
}
.safe-con3 {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
.safe-con3 .safe-p {
    width: 770px;
    margin: 0 auto;
    padding: 40px;
    font-size: 16px;
    line-height: 38px;
    color: #000;
}
.safe-p p {
    margin-bottom: 30px;
}
.safe-small3 {
    width: 300px;
    height: 280px;
    position: absolute;
    bottom: -80px;
    left: 50%;
    margin-left: -150px;
}
@media only screen and (max-width: 767px) {
    .bb3 {
        padding: 10% 0;
    }
    .bb-con3 {
        width: 100%;
        padding: 0 40px;
        margin-top: 30px;
        text-align: center;
    }
    
    .bb-con3 h3 {
        text-align: center;
        font-size: 18px;
    }
    
    .bb-con3 span {
        width: 40px;
        height: 3px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    
    .bb-con3 p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 24px;
    }
    
    .bb3 img {
        width: 100%;
        margin-top: 0;
    }
    .safe3 {
        width: 1920px;
        max-width: 100%;
        padding-bottom: 10%;
        margin: 0 auto;
        margin-bottom: 10%;
        background: url(../images/safe-bg.jpg) no-repeat center 180px;
    }
    
    .safe-con3 {
        width: 1100px;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    
    .safe-con3 .safe-p {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }
    
    .safe-p p {
        margin-bottom: 30px;
    }
    
    .safe-small3 {
        width: 150px;
        height: 140px;
        position: absolute;
        left: 50%;
        bottom: -80px;
        margin-left: -75px;
    }
    
    
}
/* 旗下品牌详情-千年虫 */
.bb4 {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    padding: 5% 0 10%;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}
.bb-con4 {
    width: 390px;
    padding: 0 40px;
    margin-bottom: -300px;
    margin-left: 50px;
    text-align: right;
    color: #000;
    position: relative;
    z-index: 9;
}
.bb-con4 h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}
.bb-con4 span {
    display: inline-block;
    width: 52px;
    height: 5px;
    margin-bottom: 30px;
    background: #000;
}
.bb-con4 p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 32px;
}
.bb4 img {
    width: 890px;
}
@media only screen and (max-width: 767px) {
    .bb4 {
        padding: 10% 0;
    }
    .bb-con4 {
        width: 100%;
        padding: 0 40px;
        margin: 0;
        text-align: center;
    }
    
    .bb-con4 h3 {
        text-align: center;
        font-size: 18px;
    }
    
    .bb-con4 span {
        width: 40px;
        height: 3px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    
    .bb-con4 p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 24px;
    }
    
    .bb4 img {
        width: 100%;
        margin-top: 0;
    }
    
    
}
.fixed {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 970;
}

.your-margin {
    display: none;
    height: 40px;
}


/* 核心技术-改 */

.cc-item {
    display: flex;
    border-bottom: 6px #dcdcdc solid;
}

.cc-con {
    width: 59%;
    position: relative;
    background: #000;
}

.cc-con:after {
    display: block;
    content: '';
    margin-top: 66%;
}

.cc-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.cc-box {
    width: 43%;
}

.cc-box h3 {
    margin-bottom: 35px;
    font-size: 36px;
    color: #fff;
}

.cc-box p {
    font-size: 18px;
    color: #dbdbdb;
    line-height: 36px;
}

.cc-img {
    width: 41%;
    position: relative;
}

.cc-img:after {
    display: block;
    content: '';
    margin-top: 66%;
}

.cc-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.b-left {
    border-left: 6px #dcdcdc solid;
}

.b-right {
    border-right: 6px #dcdcdc solid;
}

.b-top {
    border-top: 6px #dcdcdc solid;
}

.cc-big-img {
    width: 59%;
    position: relative;
}

.cc-big-img:after {
    display: block;
    content: '';
    margin-top: 66%;
}

.dd-item {
    display: flex;
    border-bottom: 6px #000 solid;
}

.dd-con {
    width: 59%;
    position: relative;
    background: #eee;
}

.dd-con:after {
    display: block;
    content: '';
    margin-top: 66%;
}

.dd-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.dd-box {
    width: 43%;
    text-align: right;
}

.dd-box h3 {
    margin-bottom: 35px;
    font-size: 36px;
    color: #000;
}

.dd-box p {
    font-size: 18px;
    color: #333;
    line-height: 36px;
}

.dd-img {
    width: 41%;
    position: relative;
    background: #eee;
}

.dd-img:after {
    display: block;
    content: '';
    margin-top: 66%;
}

.dd-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.d-left {
    border-left: 6px #000 solid;
}

.d-right {
    border-right: 6px #000 solid;
}

.d-top {
    border-top: 6px #000 solid;
}

.dd-big-img {
    width: 59%;
    position: relative;
    background: #eee;
}

.dd-big-img:after {
    display: block;
    content: '';
    margin-top: 66%;
}
/*技术加的*/
.cc-image,.dd-image{position:static;width: 100%;height: 100%;}
.cc-img:after{
    margin-top: 0;
    display: none;
}
.cc-big-img:after{
    margin-top: 0;
    display: none;
}
.dd-image:after{
    margin-top: 0;
    display: none;
}
.dd-big-img:after {
    display:none;
    content: '';
    margin-top:0;
}
.dd-img:after {
    display: none;
    content: '';
    margin-top:0;
}
@media only screen and (max-width: 1024px) {
    .cc-box img,.dd-box img {
        width: 60px;
        height: 60px;
    }

    .cc-box h3,.dd-box h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .cc-box p,.dd-box p {
        font-size: 12px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .cc-item,.dd-item {
        flex-wrap: wrap;
    }

    .cc-con,.dd-con {
        width: 100%;
    }

    .cc-img,.dd-img {
        width: 100%;
    }

    .cc-big-img,.dd-big-img {
        width: 100%;
    }


    .cc-box img,.dd-box img {
        width: 40px;
        height: 40px;
    }

    .cc-box h3,.dd-box h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .cc-box p,.dd-box p {
        font-size: 10px;
        line-height: 16px;
    }

    .b-right,.b-left,.d-right,.d-left {
        border: none;
    }
}


@media only screen and (max-width:321px) {
    .section.active .banner-h3{
        left:7%;
    }
}