/* 
* @高端设计建站联系: 手机号 13144728223 （微信同号）
* @时间:   2021-03-18 09:24:43
*/
span {
    display:inline-block;
}
/*banner图*/
#m {
	display:none;
}

/*47年鹰牌集团倾力打造*/
.day-brand {
    padding: 8% 0;
    background: #2c2c2c;
}

.day-brand .daytitle {
    text-align: center;
}
.day-brand .daytitle .tit {
    
}
.day-brand .daytitle .tit h5 {
    display:inline-block;
    font-size: 30px;
    color:#fff;
    padding: 0 5%;
}
.day-brand .daytitle .tit h5 span {
    display:inline-block;
    font-size: 80px;
    color:#f2cdba;
	font-family: 'a_AvanteTck';
}
.day-brand .daytitle  p {
    font-size: 24px;
    color:#fff;
    line-height: 1.8;
    padding: 4% 0;
}

.day-brand .item {}
.day-brand .item ul {
    overflow: hidden;
    background:#494949;
}
.day-brand .item ul li {
    float: left;
    width:20%;
}
.day-brand .item ul li .word {
    padding:20% 10%;
    min-height: 300px;
}
.day-brand .item ul li .word h6 {
    font-size: 24px;
    color:#f2cdba;
}
.day-brand .item ul li .word p {
    font-size: 16px;
    color:#dcdcdc;
    margin: 5% 0 0 0;
}

.day-brand .item ul li .photo  {}
.day-brand .item ul li .photo img {
    max-width: 100%;
}


/*6G全渠道营销帮扶*/
.marketing {
    background: #1f1f1f;
}
.marketing .tit-item {
    width:60%;
    margin:0% auto;
    padding:3% 0;
    position:relative;
}

.marketing .tit-item h4 {
    font-size: 48px;
    color:#f2cdba;
    font-weight: bold;
    text-align: center;
    margin:0 0 5% 0;
    background-image:-webkit-linear-gradient(left,#f2cdba,#956c4c); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}
.marketing .tit-item p {
    font-size: 24px;
    color:#f2cdba;
    text-align: center;
    line-height: 1.8;
    background-image:-webkit-linear-gradient(left,#f2cdba,#956c4c); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}
.marketing-item .marketing-swiper {}

.marketing-item .marketing-swiper ul {
    overflow:hidden;
}
.marketing-item .marketing-swiper ul li {
    float:left;
    width:20%;
    padding:6% 0;
    text-align: center;
    *background-image: -webkit-linear-gradient(top,#3a3a3a,#252525);
    cursor: pointer;
}
.marketing-item .marketing-swiper ul li:nth-child(even) {
    *background-image: -webkit-linear-gradient(top,#252525,#3a3a3a);
}

.marketing-item .marketing-swiper ul li:hover {
   *background-image: linear-gradient(to top,#f02032 0,#e6002d 100%);
}
.marketing-item .marketing-swiper ul li i {
    display:inline-block;
    width:60px;
    height:60px;
    border-radius: 50%;
    overflow:hidden;
}
.marketing-item .marketing-swiper ul li i img {
    width:100%;
    height:100%;
}
.marketing-item .marketing-swiper ul li h4 {
    font-size: 24px;
    color:#f2cdba;
    font-weight: bold;
    margin:30px 0 0 0;
}
.marketing-item .marketing-swiper ul li h5 {
    display: none;
    opacity:0.8;
    font-size: 16px;
    color: #fff;
    font-family: 'Futura-Medium';
    margin:28px 0 38px 0;
}

.marketing-item .marketing-swiper ul li .cont {
    display: none;
    max-width: 3rem;
    margin: 0 auto;
}
.marketing-item .marketing-swiper ul li .cont p {
    opacity:0.8;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
}
@media screen and (max-width:1024px) {
.marketing .tit-item {
    width:60%;
    margin:0% auto;
    padding:3% 0;
    position:relative;
}

.marketing .tit-item h4 {
    font-size: 20px;
}
.marketing .tit-item p {
    font-size: 14px;
}
.marketing-item .marketing-swiper {}

.marketing-item .marketing-swiper ul {
    overflow:hidden;
}
.marketing-item .marketing-swiper ul li {
    float:left;
    width:50%;
    padding:10% 0;
    text-align: center;
    cursor: pointer;
}
.marketing-item .marketing-swiper ul li i {
    display:inline-block;
    width:50px;
    height:50px;
    border-radius: 50%;
    overflow:hidden;
}
.marketing-item .marketing-swiper ul li h4 {
    font-size: 16px;
    margin:10px 0 0 0;
}
.marketing-item .marketing-swiper ul li h5 {
    opacity:0.8;
    font-size: 14px;
    margin:10px 0 10px 0;
}

.marketing-item .marketing-swiper ul li .cont {}
.marketing-item .marketing-swiper ul li .cont p {
    opacity:0.8;
    font-size: 14px;
    line-height: 1.4;
}
}
/*6G全渠道营销帮扶*/


/*什么是90天快速盈利系统*/
.daywhat {
    padding:5% 0;
    background:#000;
}
.daywhat .tit-item {
    width:60%;
    margin:0 auto;
    padding:3% 0;
    border:1px solid #f2cdba;
    position:relative;
}
.daywhat .tit-item:after {
    content: "";
    position: absolute;
    left: 35%;
    top: -0.5%;
    width: 30%;
    height: 3px;
    background: #f2cdba;
    transition: all 0.3s;
}
.daywhat .tit-item:before {
    content: "";
    position: absolute;
    left: 35%;
    bottom: -0.5%;
    width: 30%;
    height: 3px;
    background: #f2cdba;
    transition: all 0.3s;
}
.daywhat .tit-item h4 {
    font-size: 48px;
    color:#f2cdba;
    font-weight: bold;
    text-align: center;
    margin:0 0 5% 0;
    background-image:-webkit-linear-gradient(left,#f2cdba,#956c4c); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}
.daywhat .tit-item p {
    font-size: 24px;
    color:#f2cdba;
    text-align: center;
    line-height: 1.8;
    background-image:-webkit-linear-gradient(left,#f2cdba,#956c4c); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}

.daywhat .what-photo {
    width: 100%;
}
.daywhat .what-photo img {
    max-width: 100%;
}


/*如何实现90天快速盈利系统打造？*/
.how {
    padding:5% 0;
    background:#000;
}

.how .tit-item {}
.how .tit-item h4 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.how .tit-item p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding:3% 0 5% 0;
}

.how .how-box {}
.how .how-box .left {
    float:left;
    width:50%;
    position:relative;
}
.how .how-box .left .item {
    position:absolute;
    top:10%;
    left:15%;
    width:90%;
}
.how .how-box .left .item .top-tit {}
.how .how-box .left .item .top-tit h3 {
    font-size: 36px;
    color:#fff;
}
.how .how-box .left .item .top-tit h3 span {
    font-size: 58px;
    color: #f2cdba;
    font-weight: bold;
	font-family: 'a_AvanteTck';
    padding:0 1%;
}
.how .how-box .left .item .top-tit h4 {
    font-size: 36px;
    color:#fff;
    padding:6% 0 0 0;
}
.how .how-box .left .item .bottom {
    padding:8% 0 0 0;
}
.how .how-box .left .item .bottom p {
    font-size: 30px;
    color:#fff;
    line-height: 2;
}
.how .how-box .left .item .bottom p span {
    font-size: 58px;
    color: #f2cdba;
    font-weight: bold;
	font-family: 'a_AvanteTck';
    padding:0 2%;
}

.how .how-box .bg {}
.how .how-box .bg img {
    width: 100%;
}

.how .how-box .right {
    float:left;
    width:50%;
    position:relative;
}
.how .how-box .right .item {
    position:absolute;
    top:10%;
    left:10%;
    width:90%;
}
.how .how-box .right .item .top-tit {}
.how .how-box .right .item .top-tit h3 {
    font-size: 36px;
    color:#fff;
}
.how .how-box .right .item .top-tit h3 span {
    
    font-size: 58px;
    color: #f2cdba;
    font-weight: bold;
	font-family: 'a_AvanteTck';
    padding:0 1%;
}
.how .how-box .right .item .top-tit h4 {
    font-size: 36px;
    color:#fff;
    padding:6% 0 0 0;
}
.how .how-box .right .item .bottom {
    padding:8% 0 0 0;
}
.how .how-box .right .item .bottom .list {
    position:relative;
    padding:4% 0 4% 15%;
}
.how .how-box .right .item .bottom .list span {
    position:absolute;
    top:0;
    left:0%;
    width:12%;
    height:100%;
    background: url(../images/day/how-right-bg.png) no-repeat left center/49px;

    font-size: 40px;
    color: #f2cdba;
    display: flex;           
    justify-content: center;
    align-items: center;
    padding:0 0 0 5%;
}
.how .how-box .right .item .bottom .p1 {
    font-size: 24px;
    color:#fff;
}
.how .how-box .right .item .bottom .p2 {
    font-size: 15px;
    color:#fff;
    padding:2% 0 0 0;
}

/*华鹏陶瓷为什么能做到90天快速盈利？*/
.why {
    padding:5% 0;
    background:#000;
}

.why .tit-item {}
.why .tit-item h4 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.why .tit-item p {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    padding:3% 0 5% 0;
}

.why-box {
    padding:1%;
    background:#282828;
    overflow:hidden;
}
.why-box .photo {
    width:40%;
}

.why-box .item {
    width:60%;
    height:100%;
    padding:4% 4% 4% 8%;
    background-image:-webkit-linear-gradient(left,#282828,#000);
}
.why-box .item h3 {
    font-size: 30px;
    color:#000;
    max-width:60%;
    padding:1% 2%;
    margin:2% auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left,#f2cdba,#956c4c);
}
.why-box .item p {
    font-size: 24px;
    color:#fff;
    line-height: 2;
}
.why-box .item p span {
    font-size: 38px;
    color: #f2cdba;
    font-weight: bold;
	font-family: 'a_AvanteTck';
    padding: 0 1%;
}


/*产品阵容*/
.product {
    padding:5% 0;
    background:#000 url(../images/day/product-bg.png) no-repeat center top;
}

.product .tit-item {}
.product .tit-item h4 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.product .tit-item p {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    padding:3% 0 5% 0;
}

.product-box {
     text-align: center;
}
 .product-box h5 {
    display:inline-block;
	width: 30%;
    font-size: 30px;
    color:#fff;
    padding: 0 5%;

}
 .product-box h5 span {
    display:inline-block;
    font-size: 80px;
    color:#f2cdba;
    font-weight: bold;
	font-family: 'a_AvanteTck';
    padding:0 5%;
}
.product-box  p {
    font-size: 48px;
    color:#fff;
    line-height: 1.8;
    padding: 4% 0;
}


/*专利证书*/
.honor {
    padding:5% 0;
    background:#2c2c2c;
}

.honor .tit-item {}
.honor .tit-item h4 {
    font-size: 36px;
    color: #000;
    max-width: 20%;
    padding: 1% 2%;
    margin: 2% auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left,#f2cdba,#956c4c);
}
.honor .tit-item p {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    padding:3% 0 5% 0;
}

.honor-box {
    text-align: center;
}
.honor-box img {
    max-width: 100%;
}
.honor-box .more {
    padding:5% 4% 0;
}
.honor-box .more p {
    font-size: 15px;
    color:#fff;
}
.honor-box .more a {
    font-size: 15px;
    color:#fff;
    display:inline-block;
    margin:4% 0% auto;
    position:relative;
    z-index: 1;
}
.honor-box .more :after {
    content: "";
    position: absolute;
    left: -20%;
    top: -18%;
    width:40px;
    height: 40px;
    border-radius:50%;
    background: #3d3d3d;
    z-index: -1;
    transition: all 0.3s;
}

/*设计渠道*/
.design {
    padding:5% 0;
    background:#000;
}

.design .tit-item {}
.design .tit-item h4 {
    font-size: 36px;
    color: #000;
    max-width: 20%;
    padding: 1% 2%;
    margin: 2% auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left,#f2cdba,#956c4c);
}
.design .tit-item p {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    padding:3% 0 5% 0;
}
.design-box {
    position:relative;
}
.design-box .photo {
    text-align: center;
}
.design-box .photo img {
    max-width: 100%;
}
.design-box .word {
    position:absolute;
    left:10%;
    bottom:10%;
    width:100%;
}
.design-box .word h4 {
    font-size: 32px;
    color:#fff;
    font-weight: bold;
    padding-bottom: 2%;
}
.design-box .word p {
    font-size: 28px;
    color:#fff;
    padding:0.5% 0;
}

/*线上合作平台+多维立体助力品牌曝光*/
.extension {
    padding:8% 0 3% 0;
    background: #000 url(../images/day/extension-bg.jpg) no-repeat center top/cover;
}

.extension-box {}
.extension-box .list {
    padding:0 0 10% 0;
}
.extension-box .list .tit {}
.extension-box .list .tit h4 {
    font-size: 40px;
    color:#fff;
    font-weight: bold;
}
.extension-box .list .tit p {
    font-size: 24px;
    color:#fff;
    padding:2% 0 5% 0;
}



.future {
    padding:10% 0 5% 0;
    background: #171717 url(../images/day/future-bg.jpg) no-repeat center top/cover;
}

.future .tit {}
.future .tit .p1 {
    font-size: 40px;
    color:#fff;
    text-transform: uppercase;
    line-height: 1.4;
}
.future .tit .p2 {
    font-size: 52px;
    color:#fff;
    font-weight: bold;
    padding:2% 0;
}
.future .tit .p3 {
    font-size: 22px;
    color:#fff;
    line-height: 1.6;
}

.future-box {}
.future-box .item {
    padding:0 0 2% 0;
}
.future-box .item .word {
    padding:5% 0;
}
.future-box .item .word h4 {
    font-size: 24px;
    color:#fff;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;

}
.future-box .item .word h4:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 18px;
    height: 18px;
    background:#000;
    border-radius:50%;
    border: 3px solid #f2cdba;
}
.future-box .item .word h5 {
    font-size: 30px;
    color: #f2cdba;
    padding:1% 0 0 40px;
    background-image: -webkit-linear-gradient(left,#f2cdba,#956c4c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}


/*赋能终端*/
.terminal {
    padding:5% 0;
    background:#1f1f1f;
}

.terminal .tit-item {}
.terminal .tit-item h4 {
    font-size: 36px;
    color: #000;
    max-width: 20%;
    padding: 1% 2%;
    margin: 2% auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left,#f2cdba,#956c4c);
}
.terminal .tit-item p {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    padding:3% 0 5% 0;
}
.terminal-box {
}
.terminal-box .photo {
    width:70%;
}
.terminal-box .photo ul {
}
.terminal-box .photo ul li {
	display:none;
}
.terminal-box .photo ul li:first-child {
	display:block;
}
.terminal-box .photo ul li img {
    width:100%;
}

.terminal-box .tab {
    width:30%;
}
.terminal-box .tab ul {}
.terminal-box .tab ul li {
    width:100%;
    padding:12.5% 0;
    background:#35312f;
    text-align: center;
	cursor: pointer;
}

.terminal-box .tab ul li h5 {
    font-size:60px;
    color:#fff;
	font-family: 'a_AvanteTck';
}
.terminal-box .tab ul li h5 span {
    font-size:30px;
}
.terminal-box .tab ul li p {
    font-size:20px;
    color:#fff;
}

.terminal-box .tab ul li.cur {
    color:#000;
    background:#f2cdba;
}
.terminal-box .tab ul li.cur h5 {
    color:#000;
}
.terminal-box .tab ul li.cur p {
    color:#000;
}

/*营销学院学习平台上线*/
.buss {
    padding:5% 0;
    background:#000;
}
.buss .container {
    background-image: -webkit-linear-gradient(left,#1e1e1e,#000);
}
.buss .word {
    width:70%;
    padding:8% 5% 5% 10%;
}
.buss .word .p1 {
    font-size:55px;
    color:#fff;
    font-weight: bold;
}
.buss .word .p2 {
    font-size:40px;
    color:#fff;
    font-weight: bold;
    padding:6% 0 0 0;
}
.buss .word .p3 {
    font-size:28px;
    color:#fff;
    padding:10% 0 8% 0;
}
.buss .word .p3 span{
    font-size: 80px;
    color: #f2cdba;
    font-weight: bold;
	padding:0 2% 0 0;
	font-family: 'a_AvanteTck';
}
.buss .word .p3 span:nth-of-type(2) {
	padding-left:10%;
}
.buss .word .p4 {
    font-size:28px;
    color:#fff;
    padding:2% 0;
}

.buss .photo {
    width:30%;
}



/*华鹏陶瓷H+营销学院*/
.train {
    padding:5% 0;
    background: #000 url(../images/day/train-bg.jpg) no-repeat center top;
}

.train .tit-item {}
.train .tit-item h4 {
    font-size: 36px;
    color: #000;
    max-width: 30%;
    padding: 1% 2%;
    margin: 2% auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left,#f2cdba,#956c4c);
}
.train .tit-item p {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    padding:3% 0 5% 0;
}
.train-box {
    position:relative;
}
.train-box .photo {
    text-align: center;
}
.train-box .photo img {
    max-width: 100%;
}

/*案例见证*/
.witness {
    padding:5% 0;
    background: #1f1f1f;
}

.witness .tit-item {}
.witness .tit-item h4 {
    font-size: 36px;
    color: #000;
    max-width: 20%;
    padding: 1% 2%;
    margin: 2% auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left,#f2cdba,#956c4c);
}
.witness .tit-item p {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    padding:3% 0 5% 0;
}
.witness-box {
    position:relative;
}

.witness-box .item {
    margin:3%;
    padding:3%;
    overflow:hidden;
    border: 1px solid #e5c2b130;
}
.witness-box .item:hover {
    margin:3%;
    padding:3%;
    overflow:hidden;
    border: 1px solid #e5c2b1;
}
.witness-box .item .photo {
    width: 100%;
    height: 0;
    padding-top: 67.15%;
    overflow: hidden;
    position: relative;
}
.witness-box .item .photo img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.witness-box .item .word {
    width:100%; 
    padding:8% 5%;
    
    z-index: -1;
}
.witness-box .item .word h3 {
    font-size: 24px;
    color:#f2cdba;
    font-weight: bold;
    padding-bottom: 5%;
}
.witness-box .item .word h4 {
    font-size: 14px;
    color:#f2cdba;
    padding-bottom: 5%;
}
.witness-box .item .word p {
    height: 140px;
    font-size: 16px;
    color:#fff;
    line-height: 1.8;
    padding-bottom: 5%;
    opacity: 0.8;
}

.witness .pagination-banner {
    position: revert;
    width: 100%;
}
.witness .swiper-pagination-bullet {
    border-radius:5px;
    background: #666;
    opacity: 1;
    padding:1px;
    position: relative;
	width: 10px;
    height: 10px;
    background: #000;
    border:3px solid #ccc;
    margin: 0 5px !important;
}
.witness .swiper-pagination-bullet-active {
    border: 3px solid #f2cdba;
}

.witness .more {
    text-align: center;
}
.witness .more a {
    font-size: 28px;
    color: #f2cdba;
    display:block;
    position:relative;
    width:10%;
    z-index: 1;
    margin:0 auto;
    padding:5% 0;
    background: url(../images/day/witness-more.png) no-repeat left;
	transition: all 0.5s;
	animation: cir-scale 3s linear infinite;
}
@keyframes cir-scale {
  0% {
    opacity: 0.8;
    padding:5% 0 5% 2%; }
  60% {
    opacity: 1;
    padding:5% 0 5% 0%; }
  100% {
    opacity: 0.8;
    padding:5% 0 5% 2%;
 }
 }
.witness .more a:hover {
	padding:5% 0 5% 2%;
	width:15%;
}

.witness .more p {
    font-size: 40px;
    color: #f2cdba;
    line-height: 1.4;
    text-align: center;
    color: #f2cdba;
}
.witness .more p span {
    font-size: 55px;
}


@media screen and (max-width:800px){
/*banner图*/
#pc {
	display:none;
}
#m {
	display:block;
}
/*47年鹰牌集团倾力打造*/
.day-brand {
    padding: 5% 0;
}

.day-brand .daytitle {
}
.day-brand .daytitle .tit {
	padding:5% 0;
	overflow:hidden;
    
}
.day-brand .daytitle .tit h5 {
	float:left;
    width:50%;
    font-size: 18px;
    padding:2% 0;
}
.day-brand .daytitle .tit h5 span {
	display:block;
    font-size: 30px;
	font-weight: bold;
    padding: 0 2%;
}
.day-brand .daytitle  p {
    font-size: 14px;
    padding: 4% 0;
	line-height:1.6;
}

.day-brand .item {}
.day-brand .item ul {
	background:none;
}
.day-brand .item ul li {
    width:100%;
	margin:4% 0;
	background: #494949;
}
.day-brand .item ul li .word {
    float:left;
    width:100%;
	min-height: 100px;
    padding:5% 5%;
}
.day-brand .item ul li .word h6 {
    font-size: 20px;
}
.day-brand .item ul li .word p {
    font-size: 14px;
	line-height:1.5;

}

.day-brand .item ul li .photo  {
    float:left;
    width:100%;
}
.day-brand .item ul li .photo img {
    max-width: 100%;
	padding:5% 5%;
}




/*什么是90天快速盈利系统*/
.daywhat {
    padding:5% 0;
}
.daywhat .tit-item {
    width:98%;
    padding:8% 3%;
    border:1px solid #f2cdba;
    position:relative;
}
.daywhat .tit-item:after {
    content: "";
    position: absolute;
    left: 35%;
    top: -0.5%;
    width: 30%;
    height: 3px;
    background: #f2cdba;
    transition: all 0.3s;
}
.daywhat .tit-item:before {
    content: "";
    position: absolute;
    left: 35%;
    bottom: -0.5%;
    width: 30%;
    height: 3px;
    background: #f2cdba;
    transition: all 0.3s;
}
.daywhat .tit-item h4 {
    font-size: 20px;
}
.daywhat .tit-item p {
    font-size: 14px;
    line-height: 1.6;
	padding:5% 0;

}

.daywhat .what-photo {
    width: 100%;
}
.daywhat .what-photo img {
    max-width: 100%;
}


/*如何实现90天快速盈利系统打造？*/
.how {
    padding:5% 0;
}

.how .tit-item {}
.how .tit-item h4 {
    font-size: 20px;
}
.how .tit-item p {
    font-size: 14px;
}

.how .how-box {
	overflow: hidden;
}
.how .how-box .left {
    float:left;
    width:100%;
    position:relative;
}
.how .how-box .left .item {
    position:absolute;
    top:10%;
    left:15%;
    width:90%;
}
.how .how-box .left .item .top-tit {}
.how .how-box .left .item .top-tit h3 {
    font-size: 16px;
}
.how .how-box .left .item .top-tit h3 span {
    font-size: 20px;
    padding:0 1%;
}
.how .how-box .left .item .top-tit h4 {
    font-size: 20px;
    color:#fff;
    padding:6% 0 0 0;
}
.how .how-box .left .item .bottom {
    padding:8% 0 0 0;
}
.how .how-box .left .item .bottom p {
    font-size: 14px;
    color:#fff;
    line-height: 1.6;
}
.how .how-box .left .item .bottom p span {
    font-size: 28px;
    padding:0 3%;
}

.how .how-box .bg {}
.how .how-box .bg img {
    width: 100%;
}

.how .how-box .right {
    float:left;
    width: 100%;
    position:relative;
}
.how .how-box .right .item {
    position:absolute;
    top:10%;
    left:10%;
    width:90%;
}
.how .how-box .right .item .top-tit {}
.how .how-box .right .item .top-tit h3 {
    font-size: 16px;
}
.how .how-box .right .item .top-tit h3 span {
    font-size: 20px;
}
.how .how-box .right .item .top-tit h4 {
    font-size: 20px;
}
.how .how-box .right .item .bottom {
    padding:8% 0 0 0;
}
.how .how-box .right .item .bottom .list {
    position:relative;
    padding:4% 0 4% 15%;
}
.how .how-box .right .item .bottom .list span {
    position:absolute;
    top:-20%;
    left:0%;
    width:8%;
    height:100%;
    font-size: 18px;
	background: url(../images/day/how-right-bg.png) no-repeat left center/20px;
}
.how .how-box .right .item .bottom .p1 {
    font-size: 16px;
}
.how .how-box .right .item .bottom .p2 {
    font-size: 12px;
    padding:0% 0 0 0;
}
.how .how-box .right .bg img {
    padding: 0 0 33% 0;
    background: #171717;
}

/*华鹏陶瓷为什么能做到90天快速盈利？*/
.why {
    padding:5% 0;
    background:#000;
}

.why .tit-item {}
.why .tit-item h4 {
    font-size: 20px;
}
.why .tit-item p {
    font-size: 14px;
    line-height: 1.6;
    padding:3% 0 5% 0;
}

.why-box {
    padding:1%;
    background:#282828;
    overflow:hidden;
}
.why-box .photo {
    width:100%;
}
.why-box .photo img {
	padding:5%;
    width:100%;
}

.why-box .item {
    width:100%;
    height:100%;
    padding:4% 4% 4% 8%;
    background-image:-webkit-linear-gradient(left,#282828,#000);
}
.why-box .item h3 {
    font-size: 20px;
    color:#000;
    max-width:100%;
    padding:1% 2%;
    margin:2% auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left,#f2cdba,#956c4c);
}
.why-box .item p {
    font-size: 14px;
    color:#fff;
    line-height: 1.6;
	padding: 5% 0;
}
.why-box .item p span {
    font-size: 14px;
    color: #f2cdba;
    font-weight: bold;
	font-family: 'a_AvanteTck';
    padding: 0 1%;
}


/*产品阵容*/
.product {
    padding:5% 0;
    background:#000 url(../images/day/product-bg.png) no-repeat center top;
}

.product .tit-item {}
.product .tit-item h4 {
    font-size: 20px;
}
.product .tit-item p {
    font-size: 14px;
    line-height: 1.6;
    padding:3% 0 5% 0;
}

.product-box {
}
 .product-box h5 {
    display:inline-block;
	width: 40%;
    font-size: 18px;
    padding:5% 0%;

}
 .product-box h5 span {
    display: block;
    font-size: 28px;
    padding:2% 0;
}
.product-box  p {
    font-size: 28px;
    color:#fff;
    line-height: 1.8;
    padding: 4% 0;
}


/*专利证书*/
.honor {
    padding:5% 0;
    background:#2c2c2c;
}

.honor .tit-item {}
.honor .tit-item h4 {
    font-size: 20px;
    max-width: 30%;
}
.honor .tit-item p {
    font-size: 14px;
    line-height: 1.6;
    padding:3% 0 5% 0;
}

.honor-box {
    text-align: center;
}
.honor-box img {
    max-width: 100%;
}
.honor-box .more {
    padding:5% 4% 0;
}
.honor-box .more p {
    font-size: 12px;
    color:#fff;
}
.honor-box .more a {
    font-size: 12px;
    color:#fff;
    display:inline-block;
    margin:4% 0% auto;
    position:relative;
    z-index: 1;
}
.honor-box .more :after {
    content: "";
    position: absolute;
    left: -20%;
    top: -28%;
    width:20px;
    height: 20px;
    border-radius:50%;
    background: #3d3d3d;
    z-index: -1;
    transition: all 0.3s;
}

/*设计渠道*/
.design {
    padding:5% 0;
    background:#000;
}

.design .tit-item {}
.design .tit-item h4 {
    font-size: 20px;
    max-width: 35%;
}
.design .tit-item p {
    font-size: 14px;
    color: #fff;
    padding:3% 0 5% 0;
}
.design-box {
    position:relative;
}
.design-box .photo {
    text-align: center;
}
.design-box .photo img {
    max-width: 100%;
	padding: 0 0 50% 0;
}
.design-box .word {
    position:absolute;
    left:10%;
    bottom:10%;
    width:100%;
}
.design-box .word h4 {
    font-size: 20px;
	padding:0 0 5% 0;
}
.design-box .word p {
    font-size: 14px;
    padding:0.5% 0;
}

/*线上合作平台+多维立体助力品牌曝光*/
.extension {
    padding:8% 0 3% 0;
    background: #000 url(../images/day/extension-bg.jpg) no-repeat center top/cover;
}

.extension-box {}
.extension-box .list {
    padding:0 0 10% 0;
}
.extension-box .list .tit {}
.extension-box .list .tit h4 {
    font-size: 20px;
}
.extension-box .list .tit p {
    font-size: 14px;
    padding:5% 0 10% 0;
}



.future {
    padding:10% 0 5% 0;
    background: #171717 url(../images/day/future-bg.jpg) no-repeat center top/cover;
}

.future .tit {
	padding:0 0 3% 0;
}
.future .tit .p1 {
    font-size: 16px;
}
.future .tit .p2 {
    font-size: 26px;
    padding:6% 0;
}
.future .tit .p3 {
    font-size: 14px;
    line-height: 1.6;
}

.future-box {}
.future-box .item {
    padding:0 0 8% 0;
}
.future-box .item .word {
    padding:5% 0;
}
.future-box .item .word h4 {
    font-size: 12px;
    padding-left: 20px;

}
.future-box .item .word h4:after {
    ontent: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    border: 2px solid #f2cdba;
}
.future-box .item .word h5 {
    font-size: 20px;
    padding:1% 0 0 20px;

}


/*赋能终端*/
.terminal {
    padding:5% 0;
    background:#1f1f1f;
}

.terminal .tit-item {}
.terminal .tit-item h4 {
    font-size: 20px;
    max-width: 40%;
    margin: 2% auto;
}
.terminal .tit-item p {
    font-size: 14px;
    padding:3% 0 5% 0;
}
.terminal-box {
}
.terminal-box .photo {
    width:100%;
}
.terminal-box .photo ul {
}
.terminal-box .photo ul li {
	display:none;
}
.terminal-box .photo ul li:first-child {
	display:block;
}
.terminal-box .photo ul li img {
    width:100%;
}

.terminal-box .tab {
    width:100%;
}
.terminal-box .tab ul {}
.terminal-box .tab ul li {
	float:left;
    width:33.33%;
    padding:10% 0;
}

.terminal-box .tab ul li h5 {
    font-size:30px;
}
.terminal-box .tab ul li h5 span {
    font-size:14px;
}
.terminal-box .tab ul li p {
    font-size:14px;
}

.terminal-box .tab ul li.cur {
    color:#000;
    background:#f2cdba;
}
.terminal-box .tab ul li.cur h5 {
    color:#000;
}
.terminal-box .tab ul li.cur p {
    color:#000;
}

/*营销学院学习平台上线*/
.buss {
    padding:5% 0;
    background:#000;
}
.buss .container {
    background-image: -webkit-linear-gradient(left,#1e1e1e,#000);
}
.buss .word {
    width:100%;
}
.buss .word .p1 {
    font-size:20px;
}
.buss .word .p2 {
    font-size:18px;
    padding:6% 0 0 0;
}
.buss .word .p3 {
    font-size:18px;
}
.buss .word .p3 span{
    font-size: 38px;
}
.buss .word .p3 span:nth-of-type(2) {
	padding-left:10%;
}
.buss .word .p4 {
    font-size:14px;
    padding:2% 0;
}

.buss .photo {
    width:100%;
	text-align:center;
}
.buss .photo img {
    width:30%;
}


/*华鹏陶瓷H+营销学院*/
.train {
    padding:5% 0;
    background: #000 url(../images/day/train-bg.jpg) no-repeat center -200px;
}
.train .tit-item {}
.train .tit-item h4 {
    font-size: 20px;
    max-width: 70%;
}
.train .tit-item p {
    font-size: 14px;
    padding:3% 0 5% 0;
}
.train-box {
    position:relative;
}
.train-box .photo {
    text-align: center;
}
.train-box .photo img {
    max-width: 100%;
}

/*案例见证*/
.witness {
    padding:5% 0;
}

.witness .tit-item {}
.witness .tit-item h4 {
    font-size: 20px;
    max-width: 40%;
}
.witness .tit-item p {
    font-size: 14px;
}
.witness-box {
    position:relative;
}

.witness-box .item {
    padding:3% 0;
    overflow:hidden;
}
.witness-box .item .photo {
    width:100%;
    padding:2%;
    z-index:1;
}
.witness-box .item .two {
    text-align: left;

}
.witness-box .item .photo img {
    width:100%;
    border:10px solid #1f1f1f;
	transform: translate(0px,-15%);
}
.witness-box .item .word {
    width:100%; 
    padding:8% 5%;
    z-index: -1;
}

.witness-box .item .word h3 {
    font-size: 20px;
}
.witness-box .item .word p {
    font-size: 14px;
	line-height:1.6;
}

.witness .more {
}
.witness .more a {
    font-size: 14px;
    width:25%;
    z-index: 1;
    background: url(../images/day/witness-more.png) no-repeat left/24px;
}
.witness .more a:hover {
	padding:5% 0 5% 2%;
	width:15%;
}

.witness .more p {
    font-size: 16px;
	color: #f2cdba;
}
.witness .more p span {
    font-size: 20px;
	padding:0 2%;
}
}