/* 顶部banner */

.top-banner{
    background:url(../images/company/cosmeticimgs/banner.png) no-repeat center top;
    background-size:cover;
    height:500px;
}
.top-banner .container{
    position: relative;
}
.top-banner img{
    position: absolute;
    top:76px;
    right:0;
    width: 431px;
	
}
.top-banner a{
    display: inline-block;
    width: 257px;
	height: 53px;
	background-color: #ce482e;
    border-radius: 10px;
    color:#fff;
    font-size:20px;
    line-height:53px;
    text-align:center;
    text-decoration: none;
    position: absolute;
    right: 77px;
    bottom: -401px;
}
.top-banner a:hover{
    background: #bb432b;
}

/* 为什么要进行化妆品备案*/
.why-banner{
    background:url(../images/company/cosmeticimgs/banner2.png) no-repeat center top;
    background-size:cover;
    height:420px;
}
.why-banner .text-dec{
    width: 585px;
    height: 422px;
    padding: 63px 47px 0 31px;
}
.why-banner .text-dec h3{
    font-family: HYQiHeiX1-GEW;
	font-size: 24px;
    color: #602606;
    padding-bottom:8px;
}
.why-banner .text-dec p{
    font-family: HYQiHeiX1-DEW;
	font-size: 18px;
	line-height: 32px;
	color: #222222;
}
/* 服务项目 */
.server .server-item{
    margin-bottom:10px;
}
.server .title{
    padding:30px 0;
}
.server .max-title{
    font-family: HYQiHeiX1-GEW;
	font-size: 24px;
    color: #602606;
}
.server .min-title{
    font-family: HYQiHeiX1-DEW;
	font-size: 16px;
    color: #602606;
    padding-left:10px;
}
.server .server-item{
    display: flex;
    justify-content: space-between;
}
.server .server-item .left{
    width: 237px;
	height: 437px;
	background-color: #bf7652;
    border-radius: 20px 0px 20px 0px;
    margin-right:10px;
    overflow: hidden;
    position: relative;
}
.server .server-item .center p{
    margin-bottom:5px !important;
}
.server .server-item .center{
    width: 333px;
	height: 438px;
	background-image: linear-gradient(0deg, 
		#fbf1e4 0%, 
		#fef9f3 50%, 
		#fffbf5 100%), 
	linear-gradient(
		#f2f8fb, 
		#f2f8fb);
	background-blend-mode: normal, 
        normal;
        margin-right:10px;
       
}
.server .server-item .right{
    width: 583px;
	height: 438px;
	background-image: linear-gradient(0deg, 
		#fbf1e4 0%, 
		#fef9f3 50%, 
		#fffbf5 100%), 
	linear-gradient(
		#f2f8fb, 
		#f2f8fb);
	background-blend-mode: normal, 
		normal;
	border-radius: 0px 0px 20px 0px;
}
.server .server-item .left h3{
    position: absolute;
    bottom:18px;
    left:40px;
    width: 166px;
	height: 55px;
	font-family: HYYakuHei-FEW;
	font-size: 24px;
	line-height: 32px;
	color: #ffffff;
}
.server .server-item .left{
    transition: all .3s;
}
.server .server-item .left:hover{
    transform: translateY(-2px);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.server .server-item .center .center-top{
    width:100%;
    height: 80px;
    background-color: #f2e5d2;
    line-height:80px;
    text-align:center;
}
.server .server-item .center .center-top img{
    margin-top: -9px;
    display: inline-block;
    margin-right: 10px;
}
.server .server-item .center .center-top span{
    font-family: HYQiHeiX1-EEW;
	font-size: 24px;
	color: #333333;
}
.server .server-item .center .center-mid{
    padding:12px 12px 0;
    height:265px;
}
.server .server-item .center .center-mid p{
	font-family: HYQiHeiX1-EEW;
	color: #333333;
}
.server .server-item .center a{
    display: inline-block;
    width: 239px;
	height: 45px;
	background-color: #d57d17;
    border-radius: 25px;
    text-align:center;
    line-height:45px;
    font-size:18px;
    color:#fff;
    text-decoration: none;
    margin-left: 42px;
    margin-top: 20px;

}
.server .server-item .center a:hover{
    background-color: #c06e11;
}
.server .server-item .right .right-top{
    width:100%;
    height: 80px;
    background-color: #f2e5d2;
    line-height:80px;
    text-align:center;
}
.server .server-item .right .right-top img{
    margin-top: -9px;
    display: inline-block;
    margin-right: 10px;
}
.server .server-item .right .right-top span{
    font-family: HYQiHeiX1-EEW;
	font-size: 24px;
	color: #333333;
}
.server .server-item .right .center-table{
    display: flex;
    padding:16px;
    justify-content: space-between;
}
.server .server-item .right .center-table .w100{
    width:100px;
    text-align:center;
    font-weight:bolder;
}
.server .server-item .right .center-table .w150{
    width:160px;
    text-align:center;
    line-height:40px;
}
.server .server-item .right .center-table td{
    border:2px solid #f2e5d2;
}
.server .server-item .right .center-table .h50{
    line-height:50px;
}
.server .server-item .right .serbtn{
    display: inline-block;
    width: 314px;
	height: 45px;
	background-color: #d57d17;
    border-radius: 25px;
    text-align:center;
    line-height: 45px;
    color:#fff;
    text-decoration: none;
    margin-left:13%;
    font-size:18px;
}
.server .server-item .right .serbtn:hover{
    background-color: #c06e11;
}
.server .server-item .right .center-table .w80{
    width:100px;
    text-align:center;
    font-weight:bolder;
    height:52px;
}
.server .server-item .right .center-table .w200{
    width:180px;
    text-align:left;
    height:52px;
}
.server .server-item .right .center-table .w210{
    width:180px;
    text-align:left;
    height:52px;
}

/* 申请流程 */
/* .process-banner{
    background:url(../images/company/cosmeticimgs/serverpro.png) no-repeat center top;
    background-size:cover;
    height: 1680px;
    margin-top:30px;
}


.process-banner .title{
    padding:30px 0;
}
.process-banner .max-title{
    font-family: HYQiHeiX1-GEW;
	font-size: 34px;
    color: #602606;
}
.process-banner .min-title{
    font-family: HYQiHeiX1-DEW;
	font-size: 22px;
    color: #602606;
    padding-left:10px;
} */

/* 申请流程 */
.process-banner{
    background:url(../images/company/cosmeticimgs/serverpro.png) no-repeat center top;
    background-size:cover;
    height: 1550px;
    /* margin-top:30px; */
}

/* .process-title1{
    background:#F3F2F2;
} */
.process-title1 .title{
    padding:30px 0;
}
.process-title1 .max-title{
    font-family: HYQiHeiX1-GEW;
	font-size: 24px;
    color: #602606;
}
.process-title1 .min-title{
    font-family: HYQiHeiX1-DEW;
	font-size:16px;
    color: #602606;
    padding-left:10px;
}

.newintertm-download{
    border:none;
}

/* 修改流程 */
.process-bg p{
    font-size:14px;
}
.process-bg .container2{
    display: flex;
    justify-content: space-between;
    padding-bottom:30px;
}
.process-bg .container2 .proleft{
    margin-right:94px;
}
.process-bg .container3{
    display: flex;
    justify-content: space-between;
  
    align-items: center;
}
.process-bg .container3 .img{
    text-align:center;
}
/* .process-bg .container3 .img img{
    height:30px;
} */
.process-bg .container3 .img p{
    margin-top:10px;
}
.process-bg .container4{
    text-align:center;

}
.process-bg .container4 span{
    display: inline-block;
    background:rgba(0, 0, 0, 0.07);
    padding:10px 20px;
}
.container5 p{
    background:rgba(0, 0, 0, 0.07);
    padding:10px 20px;
}
.process-bg .h30 img{
    height:40px;
}
.process-bg .bgcolor{
    background-image: linear-gradient(0deg, 
		#fbf1e4 0%, 
		#fef9f3 50%, 
		#fffbf5 100%), 
	linear-gradient(
		#f2f8fb, 
		#f2f8fb);
    padding-top:10px;
    margin-bottom:10px;
}