#services {
    height: auto;
    background: url("../img/services_bgp.png") no-repeat;
    background-size: cover;
    border-top: 1px solid white;
    padding: 0 10%;
}

#services1 {
    height: auto;
    background: url("../img/services_bgp.png") no-repeat;
    background-size: cover;
    border-top: 1px solid white;
    padding: 0 10%;
}

.partition_line {
    width: 80%;
    height: 30px;
    text-align: center;
    margin: 156px auto 0 auto;
    background: url("../img/partition_line.png") center no-repeat;
}

.partition_line .title {
    height: 30px;
    width: 250px;
    background-color: #fcfcfc;
    font: 26px SourceHanSansCN-Regular bold;
    display: inline-block;
}

#service_container {
    width: 100%;
    height: 430px;
    position: relative;
    margin: 60px 0 0 0;
}

#trunk {
    width: 100%;
    height: 20px;
    background: url("../img/service/trunk.png") 100% no-repeat;
    position: absolute;
    top: 50%;
}

.branch_container_up {
    width: 12.5%;
    height: 185px;
    position: absolute;
    top: 30px;
}

.branch_container_up .S_title {
    width: 100%;
    /* height: 30px; */
    font: 28px SourceHanSansCN-Light bold;
    text-align: center;
    transition: 2000ms;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.branch_container_up .S_title_small {
    /* height: 36px; */
    font: 20px SourceHanSansCN-Light bold;
}

.branch_container_up .icon {
    position: absolute;
    left: calc(50% - 60px);
    bottom: 30px;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    z-index: 2;
    transition: 2000ms;
}

.branch_container_up .icon_small {
    left: calc(50% - 50px);
    height: 100px;
    width: 100px;
}

.branch_container_up .icon img {
    width: 100%;
    height: 100%;
}

.branch_container_up img[class="branch"] {
    width: 10px;
    height: 92px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 5px);
}

.branch_container_down {
    width: 12.5%;
    height: 185px;
    position: absolute;
    top: 235px;
}

.branch_container_down .S_title {
    width: 100%;
    /* height: 30px; */
    font: 28px SourceHanSansCN-Light bold;
    text-align: center;
    position: absolute;
    top: 150px;
    transition: 2000ms;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.branch_container_down .S_title_small {
    /* height: 20px; */
    font: 20px SourceHanSansCN-Light bold;
}

.branch_container_down .icon {
    position: absolute;
    left: calc(50% - 60px);
    top: 30px;
    height: 120px;
    width: 120px;
    z-index: 2;
    transition: 2000ms;
}

.branch_container_down .icon_small {
    left: calc(50% - 50px);
    height: 100px;
    width: 100px;
}

.branch_container_down .icon img {
    width: 100%;
    height: 100%;
}

.branch_container_down img[class="branch"] {
    width: 10px;
    height: 92px;
    position: absolute;
    top: 0;
    left: calc(50% - 5px);
}

.team_box {
    width: 42.7%;
    margin: 50px 2% 0 5%;
    display: inline-block;
    height: 340px;
    position: relative;
    border-radius: 10px;
    color: white;
    text-align: center;
}

.team_box1 {
    margin: 50px 5% 0 2%;

}

.team_box>img {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 1s;
    position: absolute;
    z-index: 2;
}

.team_box>img:hover {
    opacity: 0;
    cursor: pointer;
}

.team_box>title {
    width: 100%;
    height: 26px;
    display: block;
    margin: 0px;
    position: absolute;
    top: 75px;
    font-size: 26px;
}

.team_box>s_title {
    width: 100%;
    height: 26px;
    display: block;
    margin: 0px;
    position: absolute;
    top: 140px;
    font-size: 22px;
}

.solution {
    height: 500px;
    width: 100%;
    margin: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.solution>title {
    width: 95%;
    height: auto;
    display: block;
    color: #616366;
    font: 18px SourceHanSansCN-Bold bold;
    margin: 0 2.5% 40px 2.5%;
}

.solution>.infobox {
    overflow: visible;
    /* height: 400px;
    width: 20%; */
    /* height: 320px; */
    height: 500px;
    width: 15%;
    /* margin: 0 .5%; */
    display: flex;
    position: relative;
    color: white;
}

.solution>.infobox>img {
    height: 100%;
    width: 100%;
    filter: blur(0px);
    transition: 500ms;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.solution>.infobox:hover img {
    filter: blur(2px);
    box-shadow: 0px 14px 17px 0px grey;
}

.solution>.infobox>title {
    height: 40px;
    width: 100%;
    font-size: 32px;
    position: absolute;
    z-index: 2;
    text-align: center;
    color: white;
    display: block;
    /* top: 50px; */
    top: 130px;
    opacity: 0;
    text-shadow: 2px 2px grey;
}

.solution>.infobox>eng {
    height: 40px;
    width: 100%;
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 200px;
    font: 18px SourceHanSansCN-Bold bold;
    opacity: 0;
    text-shadow: 1px 1px black;
}

.solution>.infobox>button {
    height: 40px;
    width: 101px;
    position: absolute;
    z-index: 2;
    top: 280px;
    left: calc(50% - 50px);
    color: white;
    background-color: #3a66bf;
    border: 5px solid #3a66bf;
    border-radius: 15px;
    font-size: 21px;
    outline: none;
    transition: 1s;
    opacity: 0;
}

.solution>.infobox>button:hover {
    background-color: white;
    color: #3a66bf;
}

.solution>.infobox:hover button {
    opacity: 1;
}

.solution>.infobox:hover title {
    opacity: 1;

}

.solution>.infobox:hover eng {
    opacity: 1;
}

.exhibition {
    width: 100%;
    height: auto;
    overflow: auto;
}

.exhibition .s_title {
    margin: 30px 0 0 0;
    text-align: center;
    font: 15px white;
}

.exhibition .nav {
    height: 70px;
    width: 100%;
}

.exhibition .nav ul {
    text-align: center;
}

.exhibition .nav ul li {
    display: inline-block;
}

.exhibition .nav ul li button {
    /*width: 140px;*/
    padding: 0 27px;
    height: 60px;
    border: 2px solid #315EB9;
    border-radius: 5px;
    background: white;
    color: #315EB9;
    cursor: pointer;
    transition: 700ms;
}

.exhibition .nav ul li button:hover {
    background: #315EB9;
    color: white;
}

.exhibition .nav ul li button.clicked {
    background: #315EB9;
    color: white;
    cursor: unset;
}

.exhibition .nav ul li button.disable {
    background: white;
    color: gray;
    border-color: gray;
    cursor: unset;
}

.exhibition .view {
    width: 1200px;
    margin: 25px auto;
    height: 700px;
    overflow: hidden;
    position: relative;
}

.exhibition .view .content_box {
    display: flex;
    box-sizing: content-box;
    position: relative;
}

.exhibition .view .content_box img {
    width: 1200px;
    height: 700px;
    position: relative;
    /* margin-right: 20px; */

}

.exhibition .view pre_button {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 2;
    width: 55px;
    display: flex;
    align-items: center;
    height: 100%;
}

.exhibition .view next_button {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 2;
    width: 55px;
    display: flex;
    align-items: center;
    height: 100%;
}

.exhibition .view pre_button img,
.exhibition .view next_button img {
    height: 55px;
    width: 55px;
    position: relative;
    cursor: pointer;
}

.partner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-top: 80px;
}

.partner .icon {
    display: inline-block;
    width: 18%;
    margin: 0 1% 20px 1%;
    padding-bottom: 18%;
    position: relative;
    transition: 0.5s;
    border-radius: 5px;
}

.partner .icon img {
    width: 100%;
    height: 100%;
}

.partner .icon:hover {
    box-shadow: 0px 14px 17px 0px rgba(0, 0, 17, 0.61);
}

.history_band {
    background: url("../img/service/partner/history_bg.png") 100% no-repeat;
    width: 98%;
    height: auto;
    margin: 20px 1%;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.history_band .block {
    width: 23%;
    margin: 30px 1% 10px 1%;
    height: auto;
    background: url("../img/service/partner/band.png") 100% no-repeat;
    display: inline-block;
    border-radius: 10px;
    position: relative;
}

.history_band .block .num {
    font: 100px bolder;
    text-align: center;
    color: #3a66bf;
}

.history_band .block .white_line {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50% - 2.5px);
    height: 5px;
    background: url("../img/service/partner/white_line.png") 100% no-repeat;
    z-index: 2;
}

.history_band .text_title {
    width: 23%;
    margin: 15px 1%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    color: white;
}

.history_band .block .add_icon {
    background: url("../img/service/partner/add_icon.png") 100% no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.work_process {
    width: 98%;
    height: auto;
    margin: 40px 1% 0 1%;
    display: block;
    position: relative;
}

/*.work_process div{*/
/*position: absolute;*/
/*}*/
.work_process img {
    width: 100%;
    height: auto;
    position: relative;
}

.work_process .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background: url("../img/service/partner/work_process_top.png") no-repeat;
    background-size: cover;
    /*width: 0;*/
}

.work_process .top img {
    width: 100%;
    height: auto;
    opacity: 0;
}

.propaganda_board {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.propaganda_board .board {
    width: 32%;
    margin: 40px 0.5%;
    height: auto;
    position: relative;
}

.propaganda_board .board img {
    width: 100%;
    height: auto;
    position: relative;

}

.sybox {
    position: absolute;
    z-index: 998;
    color: #fff;
    left: 0;
    right: 0;
    top: 45%;
    bottom: 10px;
    text-align: center;
    margin: auto;
}

.propaganda_board .mapper {
    width: 99%;
    height: auto;
    margin: 0 0.5% 40px 0.5%;
}

.propaganda_board .mapper img {
    width: 100%;
    height: auto;
    position: relative;
}

.propaganda_board .textarea {
    width: 99%;
    margin: 20px 0.5% 40px 0.5%;
    color: #666666;
    text-align: center;
}

/*行业资讯*/
.Industry-Information {

    position: relative;
    background-image: url("../img/hangye.png");
    background-repeat: no-repeat;
    background-position: 27rem 0;
    height: 540px;
    margin-top: 50px;
}

.Industry-Information>ul {
    display: inline-block;
}

.Industry-Information>.data {
    position: absolute;
    left: 0;
    width:405px;
}

.Industry-Information>.data li:first-child {
    margin-top: 88px;
}

.Industry-Information>.data li+li {
    margin-top: 84px;
}

.Industry-Information>.data li {
    display: block;
    line-height: 52px;
    font-size: 18px;
	overflow:hidden;
    font-family: SourceHanSansCN-ExtraLight;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    height: 52px;
    background: linear-gradient(0deg, rgba(36, 83, 179, 1), rgba(75, 122, 219, 1));
    border-radius: 4px;
    padding: 0 20px;
}

.Industry-Information>.intro li {
    display: block;
    height: auto;
}

.Industry-Information>.intro {
    margin-left: 32rem;
}

.Industry-Information>.intro li a {
    height: 19px;
    font-size: 18px;
    font-family: SourceHanSansCN-Light;
    color: rgba(60, 108, 205, 1);
    line-height: 19px;
}

.Industry-Information>.intro li p {
    font-size: 24px;
    font-family: SourceHanSansCN-Normal;
    color: rgba(52, 51, 51, 1);
    height: 32px;
    overflow: hidden;
}

.Industry-Information>.intro li:first-child {
    margin-top: 90px;
}

.Industry-Information>.intro li+li {
    margin-top: 113px;
}

.services1 {
    padding: 0 10%;
}

.apply {
    padding: 150px 15% 30px 15%;
    background: url("../img/on-line.png") no-repeat;
    background-size: cover;

}

.apply .on-line {
    display: inline-block;
    width: 40%;

}

.apply .on-line span {
    width: 143px;
    height: 31px;
    font-size: 32px;
    font-family: Source Han Sans CN;
    color: rgba(51, 51, 51, 1);
}

.apply .on-line p {
    height: 26px;
    font-size: 28px;
    font-family: Source Han Sans CN;
    color: rgba(145, 148, 153, 1);
}

.apply .on-line .title {
    border-bottom: 1px solid rgba(115, 119, 128, 1);
    height: 80px;
}

.apply ul {
    margin-left: 0;
}

.apply ul li {
    display: block;
    line-height: 22px;
    font-size: 22px;
    height: 25px !important;
    overflow: hidden;
}

/*.apply ul li:first-child{*/
/*height: 80px;*/
/*}*/
.apply ul li a {

    font-family: Source Han Sans CN;
    color: rgba(51, 51, 51, 1);
}

.tempWrap {
    margin-top: 20px;
}

.on-line1 {
    margin-left: 10rem;
}