.apply-record{
    display: flex;
    height: auto;
    padding: 0 15%;
    background: #F5F5F5;
}
.apply-record .tab{
    height:543px;
    width: 25%;
    background: #FFFFFF;
    /* padding-top: 25px; */
}
.apply-record .tab .tab-item {
	cursor: pointer;
    list-style:none;
    font-size:17px;
    height: 60px;
    line-height: 38px;
    padding: 20px 35px;
}
.apply-record ul {
    margin-right: 3%;
	width: 100%;
}

.apply-record .tab .tab-item.active .bd6 {
   opacity:1;
}

.tab-item .name {
    width: 100%;
    
}
.service-item:hover{
    box-shadow:0 0 30px #e4e4e4;
	
}
.content {
    width: calc(100% - 285px);
}
.products .mainCont { 
    width:100%;
    overflow: auto;
    text-align: center;
} 
.products .mainCont.selected {
    display: block; 
}
.dayu-icon {
	width: 30px;
	height: 30px;
	margin-right: -10%;
	margin-top: 5%;
	float: right;
	background: url(../images/img/biao.png) 0px 0px no-repeat;
}
.service-item {
    background: #fff;
    margin: 10px;
    width: calc(50% - 20px);
    float: left;
    padding: 10px 18px;
    text-align: left;
    height: auto;
    min-height: 300px;
}
.service-title {
    text-align: left;
    margin: 10px 10px 0;
	/* margin: 20px 0 10px; */
    padding: 10px;
    font-weight: 600;
    border-bottom: 1px solid #FF594A;
}
/* 媒体查询 */
@media screen and (max-width: 768px) {
    .apply-record {
        padding: 0 5px;
        flex-wrap: wrap;
    }
    .apply-record .tab {
        width: 100%;
        height: auto;
    }
    .content {
        width: 100%;
    }
    .dayu-icon {
        display: none;
    }
	.section1 {
	    display: none;
	}
	.apply-record ul {
	    margin-right: 0;
	}
    .service-item {
        padding: 5px;
        margin: 3px;
        width: calc(50% - 6px);
        min-height: 240px;
    }
    .example-img {
        height: 100px;
    }
    .con .con-title {
        font-size: 14px;
    }
    .con .des {
        font-size: 12px;
        color: #aaaaab;
    }
}



.section1 {
	  z-index: 45;
	  height: 40%;
	  overflow: hidden;
	  background:url("../images/img/navigationPng.png")  no-repeat center center;
	  background-size:cover; 
	  background-attachment:fixed;
	  position: relative;
	}
	
	.word4 {
	  width: auto;
	  height: auto;
	  display: block;
	  overflow-wrap: break-word;
	  color: rgba(255, 255, 255, 1);
	  font-size: 250%;
	  font-family: PingFangSC-Medium;
	  white-space: nowrap;
	  /* line-height: 52px; */
	  text-align: left;
	  margin: 25% 0 0 25%;
	}
	.bd7 {
	  z-index: 47;
	  position: absolute;
	  margin-top: -50px;
	  width: 7px;
	  height: 350px;
	  background: url(../images/img/navigation_left.png) 100% no-repeat;
	}
	.apply-record li{
		list-style:none;
	}
	.bd6 {
	  opacity:0;
	  z-index: 48;
	  position: absolute;
	  margin-top: -10px;
	  margin-left: -42px;
	  width: 14px;
	  height: 60px;
	  background-color: rgba(251, 130, 82, 1);
	}
	.section-line {
	  width: 90%;
	  height: 1px;
	  background: url(../images/img/navigation_line.png) no-repeat;
	  /* no-repeat center center; */
	  background-size:cover;
	  /* background-attachment:fixed; */
	  /* position: relative; */
	  margin: 20px 0 0 18px;
	}
	
	