/*banner图*/
.twobanner {
    position:relative;
}
.twobanner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.1);
    z-index:1;
    transition:all 0.3s;
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:25%;
    left:10%;
    width:82%;
    color:#fff;
}
.twobanner-item .p1 {
    font-size: 40px;
    color: #fff;
    line-height: 2;
    font-family: 'Helvetica-Neue-CE-35-Thin';
}

.twobanner-item h1 {
    font-size:60px;
    color: #fff;
    font-weight:bold;
    margin:3% 0 2% 0;
}
.twobanner-item h2 {
    font-size:30px;
    color:#fff;
    font-weight: lighter;
    letter-spacing:0px;
    margin-top:5%;
}
.twobanner-item h3 {
    font-size:30px;
    color:#fff;
    font-weight: lighter;
    margin-top:1%;
}

.go-more {
    position:absolute;
    bottom:0;
    width:100%;
    height:100px;
    background:url(../image/xia.svg) no-repeat center center/30px;
    animation: go-more 0.3s linear infinite;
}
@keyframes go-more {
  0% {
      opacity:0.5;
      -webkit-transform: translate(0px,5px);
  }
  50% {
      opacity:1;
      -webkit-transform: translate(0px,10px);
  } 
  100% {
      opacity:1;
      -webkit-transform: translate(0px,5px);
  }
   
}
/*自适应样式*/
@media screen and (max-width:1024px) {
.twobanner {
    position:relative;
    width:100%;
    overflow:hidden;
}
.twobanner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.1);
    z-index:1;
    transition:all 0.3s;
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:20%;
    left:0%;
    width:100%;
    color:#fff;
    text-align:center;
}
.twobanner-item .p1 {
    font-size: 24px;
    color: #fff;
    line-height: 2;
    font-family: 'Helvetica-Neue-CE-35-Thin';
}

.twobanner-item h1 {
    font-size:26px;
    color: #fff;
    font-weight:bold;
    margin:8% 0 2% 0;
}
.twobanner-item h2 {
    font-size:18px;
    color:#fff;
    font-weight: lighter;
    letter-spacing:0px;
    margin-top:10%;
}
.twobanner-item h3 {
    font-size:16px;
    color:#fff;
    font-weight: lighter;
    margin-top:5%;
}

.go-more {
    background:url(../image/xia.svg) no-repeat center center/15px;
}
}
/*自适应样式 end*/





/*关于品牌板块标题*/
.about-title {
    padding:2% 0;
    text-align: center;
}
.about-title h3 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
	font-family: 'RuiZiChaoPaiHaoHengHeiJian';
}
.about-title i {
    display: block;
    width: 70px;
    height: 3px;
    background: #eee;
    margin: 1% auto 1% auto;
}
.about-title p {
    font-size: 16px;
    color: #666;
    line-height: 2.0;
}
@media screen and (max-width:1024px) {
.about-title {
    padding:8% 0;
}
.about-title h3 {
    font-size: 24px;
}
.about-title i {
    margin: 3% auto 3% auto;
}
.about-title p {
    font-size: 12px;
}
}

/*关于品牌*/
.about {
    padding:2% 0;
}

.about .about-box {
    margin-top: 3%;
}
.about .about-box .icon-item {}
.about .about-box .icon-item ul {
    text-align: center;
}
.about .about-box .icon-item ul li {
    display:inline-block;
    width:12%;
    margin: 0 0%;
    text-align: center;
	cursor:pointer;
}
.about .about-box .icon-item ul li h4 {
    font-size: 46px;
	color:#d10000;
    font-weight: bold;
    letter-spacing: 0;
    font-family: impact;
	transition: all 0.6s ease;
}
.about .about-box .icon-item ul li h4 span {
	font-weight:bold;
}
.about .about-box .icon-item ul li p {
    font-size: 14px;
    color: #666;
    padding-top: 5%;
}


.about .about-box .word-item {
    margin-top: 5%;
}
.about .about-box .word-item p {
    font-size: 14px;
    color: #666;
    line-height: 2.2;
    text-align: center;
    margin-bottom:1%;
}
.about .about-box .word-item p.p1 {
	padding:0 30%;
}
.about .about-box .word-item p.p2 {
	padding:0 20%;
}

.about .tag {
	margin-top:5%;
	text-align:center;
}
.about .tag a {
	display:inline-block;
    width:150px;
    height:42px;
    line-height: 42px;
	margin:0 10px;
    font-size: 14px;
    color: #666;
    border-radius: 25px;
	border: 1px solid #b6b6b6;
	overflow:hidden;
    position:relative;
    transition: all 1s;
}
.about .tag a:hover {
    font-size: 14px;
    color: #fff;
	border: 1px solid #d10000;
	background:#d10000;
}
/*HOVER*/
.about .about-box .icon-item ul li:hover h4{
	transform: translate(0px,-10px);
}
.about .about-box .icon-item ul li:hover p {
    color: #d10000;
}

@media screen and (max-width:1024px) {
.about {
    padding:2% 0;
}

.about .about-box {
    margin-top: 3%;
}
.about .about-box .icon-item {}
.about .about-box .icon-item ul {

}
.about .about-box .icon-item ul li {
    width:48%;
    margin: 5% 0%;
    text-align: center;
	cursor:pointer;
}
.about .about-box .icon-item ul li h4 {
    font-size: 32px;
}
.about .about-box .icon-item ul li p {
    font-size: 14px;
    padding-top:2%;
}


.about .about-box .word-item {
    margin-top: 5%;
}
.about .about-box .word-item p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom:3%;
}
.about .about-box .word-item p.p1 {
	padding:0 0%;
}
.about .about-box .word-item p.p2 {
	padding:0 0%;
}

.about .tag {
	margin-top:5%;
	text-align:center;
}
.about .tag a {
    width:120px;
    height:36px;
    line-height: 36px;
	margin:2% 10px;
    font-size: 12px;
}
}


/*集团简介*/
.strategy {
	background: #242424;
	padding:2% 0;
}
.strategy .about-title h3 {
    color: #fff;
}

.strategy .strategy-box {}
.strategy .strategy-box ul {}
.strategy .strategy-box ul li {
	float:left;
	width:46%;
	margin:2%;
	text-align:center;
    overflow:hidden;
}
.strategy .strategy-box ul li .word {
    padding:3.5% 5%;

}
.strategy .strategy-box ul li .word h3 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
	font-family: 'RuiZiChaoPaiHaoHengHeiJian';
	transition: all 0.6s ease;
}
.strategy .strategy-box ul li .word h4 {
    font-size: 18px;
    color: #f9f9f9;
	margin: 20px 0;
}
.strategy .strategy-box ul li .word i {
    display: block;
    width: 50px;
    height: 3px;
    background: #eee;
    margin: 4% auto 5% auto;
	transition: all 0.6s ease;
}
.strategy .strategy-box ul li .word p {
    font-size: 14px;
    color: #999;
    line-height: 2.2;
    padding-bottom: 2%;
}

@media screen and (max-width:1024px) {
.strategy {}

.strategy .strategy-box {}
.strategy .strategy-box ul {}
.strategy .strategy-box ul li {
	width:100%;
}
.strategy .strategy-box ul li .word {
    padding:12% 8%;

}
.strategy .strategy-box ul li .word h3 {
    font-size: 24px;
}
.strategy .strategy-box ul li .word h4 {
    font-size: 18px;
}
.strategy .strategy-box ul li .word i {
    margin: 8% 0 8% 0;
}
.strategy .strategy-box ul li .word p {
    font-size: 14px;
    line-height: 1.8;
}
.strategy .strategy-box ul li .photo {
    width:100%;

}
.strategy .strategy-box ul li .photo img {
}
}

/*核心竞争力*/
.power {
}
.power .power-box {}
.power .power-box ul {}
.power .power-box ul li {
    overflow:hidden;
}
.power .power-box ul li .word {
    width:50%;
    padding:3.5% 5%;

}
.power .power-box ul li .word h3 {
    font-size: 24px;
    color: #d10000;
    font-weight: bold;
	font-family: 'RuiZiChaoPaiHaoHengHeiJian';
	transition: all 0.6s ease;
}
.power .power-box ul li .word i {
    display: block;
    width: 50px;
    height: 3px;
    background: #eee;
    margin: 4% 0 5% 0;
	transition: all 0.6s ease;
}
.power .power-box ul li .word p {
    font-size: 14px;
    color: #666;
    line-height: 2.2;
    padding-bottom: 2%;
}
.power .power-box ul li .photo {
    width:50%;
	overflow:hidden;
}
.power .power-box ul li .photo img {
	transition: all 0.6s ease;
}
.power .power-box ul li:hover .photo img {
	opacity: 1;
    transform: scale(1.1);
}
@media screen and (max-width:1024px) {
.power {}

.power .power-box {}
.power .power-box ul {}
.power .power-box ul li {
}
.power .power-box ul li .word {
    width:100%;
    padding:12% 8%;

}
.power .power-box ul li .word h3 {
    font-size: 24px;
}
.power .power-box ul li .word i {
    margin: 8% 0 8% 0;
}
.power .power-box ul li .word p {
    font-size: 14px;
    line-height: 1.8;
}
.power .power-box ul li .photo {
    width:100%;

}
.power .power-box ul li .photo img {
}
}

/*生产基地*/
.base {
    padding:2% 0;
    position:relative;
}
.base-box {}
.base-box .base-list {
    padding:0% 0;
}
.base-box .base-list ul {
}
.base-box .base-list ul li {
    padding:0% 1% 5% 1%;
    text-align: center;
	background: url(../image/honor-list-bg.png) no-repeat bottom center/100%;
}
.base-box .base-list ul li .photo {
    width:100%;
}
.base-box .base-list ul li .photo  img{
    vertical-align: bottom;
}
.base-box .base-list ul li p {
    font-size: 14px;
    color:#666;
    margin-top: 5%;
}



/*荣誉证书导航按钮*/
.base-box .swiper-page {
    position:absolute;
    width:100%;
    bottom:0%;
    padding:50px;
}
.base-box .swiper-page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
	border:1px solid #999;
    font-size: 16px;
    color:#666;
    font-family: '宋体';
    text-align: center;
}
.base-box .swiper-page a.prev {
    left:5%;
}
.base-box .swiper-page a.next {
    right:5%;
}
.base-box .swiper-pagination-bullet {
    border-radius:5px;
    background: #666;
    opacity: 1;
    padding:1px;
    position: relative;
	width: 8px;
    height: 8px;
    background: #fff;
    border:2px solid #ccc;
    margin: 0 10px !important;
}
.base-box .swiper-pagination-bullet-active {
    border: 2px solid #eee;
}
@media screen and (max-width:1024px) {
.base-box .base-list {
    padding:5% 0;
}
.base-box .base-list ul li {
    padding:5% 0 10% 2%;
}
.honor-box .base-list ul li p {
    font-size: 12px;
    margin-top: 5%;
}
.base-box .swiper-page a{ 
    display:none;
}
.base-box .swiper-pagination-bullet {
    width: 8px;
    height: 2px;
    margin: 0 2px !important;
}

}

/*出口优势*/
.country {
    margin-top: 2%;
    padding:7% 0;
    background:#3a3a3a url(/template/pc/images/join/country-bg.png) no-repeat center center/60%;
}
.country .country-tit {}
.country .country-tit h3 {
    font-size: 32px;
    color: #eee;
    font-weight: lighter;
    margin: 0% 0 2% 0;
}
.country .country-tit h3 span {
    font-size: 48px;
    font-family: 'Futura';
    padding:0 10px;
}
.country .country-tit h4 {
    font-size: 32px;
    color: #eee;
    font-family: 'Helvetica-Neue-CE-35-Thin';
    font-weight: lighter;
    text-transform: uppercase;

}
.country .country-photo {
    margin-top: 10%;
}
.country .country-photo img{
}
@media screen and (max-width:1024px) {
.country {
    margin-top:10%;
    padding:13% 0;
    background:#3a3a3a url(/template/pc/images/join/country-bg.png) no-repeat center center/60%;
}
.country .country-tit {}
.country .country-tit h3 {
    font-size: 18px;
    margin: 0% 0 8% 0;
}
.country .country-tit h3 span {
    font-size: 24px;
}
.country .country-tit h4 {
    font-size: 18px;
}
.country .country-photo {
    margin-top: 10%;
}
.country .country-photo img{
}
}





/*发展历程*/
.history {
    padding:5% 0;
    position:relative;
}
.history::after {
    content: '';
    display: block;
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    background:#fff url(../image/history-bg.jpg) no-repeat center center/cover;
}
.history-box {
	margin-top: 5%;
}
.history-box .history-list {
    padding:6% 0;
}
.history-box .history-list ul {}
.history-box .history-list ul li {
    text-align: center;
}
.history-box .history-list ul li p {
    display:none;
}

.history-box .history-list ul li.swiper-slide-active {
	transform: translate(0px,-80px);
}
.history-box .history-list ul li.swiper-slide-active h3 {
    font-size: 100px;
    color: #9d0208;
    font-weight: bold;
    font-family: 'Futura';
    margin-bottom: 5%;
}
.history-box .history-list ul li.swiper-slide-active .content {
	height:300px;
    overflow-x: auto;
}
/*滚动条*/
.history-box .history-list ul li .content::-webkit-scrollbar {
    width: 1px;
    height: 4px;
    background:#ccc;
}
.history-box .history-list ul li .content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #eee;
}

.history-box .history-list ul li.swiper-slide-active p {
    display:block;
    font-size: 14px;
    color:#666;
	line-height:2.2;
	text-align:left;
}

.history-box .page {
    position:absolute;
    width:100%;
    bottom:58%;
    padding:50px;
}
.history-box .page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    background:#d10000;
    font-size: 16px;
    color:#fff;
    font-family: '宋体';
	opacity:0.8;
}
.history-box .page a.prev {
    left:5%;
}
.history-box .page a.next {
    right:5%;
}
.history-box .page a:hover{ 
	opacity:1;
}
.history-box .swiper-pagination-bullet {
    border-radius:5px;
    background: #666;
    opacity: 1;
    padding:1px;
    position: relative;
	width: 8px;
    height: 8px;
    background: #fff;
    border:2px solid #eee;
    margin: 0 10px !important;
}
.history-box .swiper-pagination-bullet-active {
	border: 2px solid #d10000;
}

@media screen and (max-width:1024px) {
.history {
    padding:5% 0;
    position:relative;
}
.history::after {
    content: '';
    display: block;
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    background:#fff url(../image/history-bg.jpg) no-repeat center center/cover;
}
.history-box {}
.history-box .history-list {
    padding:10% 0;
}
.history-box .history-list ul {}
.history-box .history-list ul li {
    text-align: center;
}
.history-box .history-list ul li p {
    display:none;
}

.history-box .history-list ul li.swiper-slide-active {
transform: translate(0px,0px)
;
}
.history-box .history-list ul li.swiper-slide-active h3 {
    font-size: 32px;
    color:#d10000;
    font-weight: bold;
    font-family: 'Futura';
    margin-bottom: 5%;
}
.history-box .history-list ul li.swiper-slide-active p {
    display:block;
    font-size: 14px;
    color:#666;
	line-height:1.8;
}

.history-box .page {
    position:absolute;
    width:100%;
    bottom:58%;
    padding:50px;
}
.history-box .page a{ 
    display:block;
    position:absolute;
    top:30%;
    width:30px;
    height:30px;
    line-height: 30px;
}
.history-box .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px !important;
}
}


/*资质荣誉*/
.honor {
    padding:5% 0;
    position:relative;
}
.honor::after {
    content: '';
    display: block;
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
}
.honor-box {}
.honor-box .honor-list {
    padding:0% 0;
}
.honor-box .honor-list ul {
}
.honor-box .honor-list ul li {
    padding:5% 2%;
    text-align: center;
	background: url(../image/honor-list-bg.png) no-repeat bottom center/100%;
}
.honor-box .honor-list ul li .photo {
    position:relative;
    width:100%;
    padding-top: 140%;
}
.honor-box .honor-list ul li .photo .photo-box {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
	display: flex;
    align-items: flex-end;
}
.honor-box .honor-list ul li .photo .photo-box img{
    vertical-align: bottom;
}
.honor-box .honor-list ul li p {
    font-size: 14px;
    color:#666;
    margin-top: 5%;
}

/*荣誉证书导航按钮*/
.honor-box .swiper-page {
    position:absolute;
    width:100%;
    bottom:0%;
    padding:50px;
}
.honor-box .swiper-page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    background:#d10000;
    font-size: 16px;
    color:#fff;
    font-family: '宋体';
    text-align: center;
}
.honor-box .swiper-page a.prev {
    left:5%;
}
.honor-box .swiper-page a.next {
    right:5%;
}
.honor-box .swiper-pagination-bullet {
    border-radius:5px;
    background: #666;
    opacity: 1;
    padding:1px;
    position: relative;
	width: 8px;
    height: 8px;
    background: #fff;
    border:2px solid #eee;
    margin: 0 5px !important;
}
.honor-box .swiper-pagination-bullet-active {
    border: 2px solid #d10000;
}
@media screen and (max-width:1024px) {
.honor-box .honor-list {
    padding:5% 0;
}
.honor-box .honor-list ul li {
    padding:5% 0 10% 2%;
}
.honor-box .honor-list ul li p {
    font-size: 12px;
    margin-top: 5%;
}
.honor-box .swiper-page a{ 
    display:none;
}
.honor-box .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px !important;
}
}
