﻿.service {
    margin-top: 132px;
}
.service .banner{
    background: url('../image/service_banner.png') no-repeat center/1920px;
    color: #fff;
    font-size: 16px;
    height: 537px;
}
.service .banner > div:first-child{
    padding: 90px 0 40px;
    font-size: 36px;
}
.service .banner > div{
    width: 1180px;
    margin: 0 auto;
}
.service .banner > div > p {
    margin-bottom: 20px;
    line-height: 26px;
    font-weight: 200;
}
.service .wp1 {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #4A4A4A;
    font-size: 16px;
    padding: 70px 0 80px;
}
.service .wp1 p:first-child {
    font-size: 30px;
    margin-bottom: 54px;
}
.service .wp1 > .tab {
    display: flex;
    width: 340px;
    justify-content: space-between;
}
.service .wp1 > div:nth-child(2) > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.service .wp1 > div:nth-child(2) > div::before {
    content:'';
    width: 80px;
    height: 80px;
}
.service .wp1 .tab1::before {
    background: url('../image/service_wp101.png') no-repeat top/80px 80px;
}
.service .wp1 .tab2::before {
    background: url('../image/service_wp102.png') no-repeat top/80px 80px;
}
.service .wp1 .tab1:hover::before, .service .wp1 .tab1.cur::before{
    background: url('../image/service_wp103.png') no-repeat top/80px 80px;
}
.service .wp1 .tab2:hover::before, .service .wp1 .tab2.cur::before {
    background: url('../image/service_wp104.png') no-repeat top/80px 80px;
}
.service .wp1 img {
    width: 321px;
}
.service .wp1 .con1, .service .wp1 .con2 {
    margin-top: 40px;
}
.service .wp1 .con2 {
    display: none;
}
.service .wp1 .con2 p, .service .wp1 .con1 p {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 200;
}
.service .wp2 {
    background: #F4F4F4;
    color: #4A4A4A;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
}
.service .wp2 p:first-child{
    font-size: 30px;
}
.service .wp2 p:nth-child(2) {
    margin-top: 20px;
}
.service .wp2 > div {
    font-size: 0;
    text-align: center;
    margin: 20px 0 70px -30px;
}
.service .wp2 img{
    width: 321px;
    margin-left: 30px;
    margin-top: 33px;
}
.service .wp3 {
    height: 626px;
    background: url('../image/service_wp3bg.png') no-repeat center/100% 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
}

.service .wp3 > p{
    font-size: 30px;
}
.service .wp3 > div {
    width: 940px;
    display: flex;
    justify-content: space-between;
}
.service .wp3 > div:nth-child(2) {
    margin-top: 64px;
}
.service .wp3 > div:nth-child(2) > div:first-child {
    border-radius: 5px;
    background: rgba(255, 255, 255, .2);
    padding: 40px;
    height: 340px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 200;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service .wp3 .left span {
    font-size: 24px;
}
.service .wp3 > div:nth-child(2) > div:nth-child(2) {
    line-height: 26px;
    font-size: 16px;
    font-weight: 200;
}
.service .wp4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 0;
    font-size: 16px;
    color: #4A4A4A;
}
.service .wp4 p:first-child {
    font-size: 30px;
}
.service .wp4 p:nth-child(2) {
    margin: 22px 0 32px;
}
.service .carousel-indicators .active {
    width: 20px;
    height: 10px;
    background-color: #3994FF;
    border-radius: 7.5px;
    border: none;
}
.service .carousel-indicators li {
    background: #fff;
    border: none;
    margin: 0 4px;
}
.service .glyphicon-chevron-left:before {
    content: '';
    width: 40px;
    height: 60px;
    background: url('../image/service_wp4_arrow.png') no-repeat center/100%;
}
.service .glyphicon-chevron-right:before {
    transform:rotate(180deg);
    content: '';
    width: 40px;
    height: 60px;
    background: url('../image/service_wp4_arrow.png') no-repeat center/100%;
}
.service .carousel-control .glyphicon-chevron-left {
    display: flex;
    width: 40px;
    height: 60px;
    left: 0;
    margin-left: 0;
}
.service .carousel-control .glyphicon-chevron-right {
    display: flex;
    width: 40px;
    height: 60px;
    right: 0;
    margin-right: 0;
}
.service .carousel-control.left:hover .glyphicon-chevron-left:before {
    transform:rotate(180deg);
    background: url('../image/service_wp4_arrowH.png') no-repeat center/100%;
}
.service .carousel-control.right:hover .glyphicon-chevron-right:before {
    transform:rotate(360deg);
    background: url('../image/service_wp4_arrowH.png') no-repeat center/100%;
}