.service-top {
    height: 80px
}

.download-index {
    width: 88%;
    margin: 34px 5% 0 5%;
    border: 2px solid #eb6100;
    border-radius: 10px
}

.download-index .download-title {
    border-bottom: #f6b588 1px solid;
    line-height: 40px
}

.download-index .download-title div {
    float: left;
    font-size: 24px;
    padding-left: 26px;
    color: #ff7e00
}

.download-index .download-title a {
    float: right;
    font-size: 18px;
    text-decoration: underline;
    padding-right: 26px;
    color: #ff7e00
}

.download-index ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 26px;
    padding-right: 10px;
    padding-bottom: 14px;
    justify-content: space-between
}

.download-index ul li {
    width: 23%
}

.download-index ul li div {
    font-size: 24px;
    color: #ff7e00;
    margin-top: 18px
}

.download-index ul li p {
    width: 100%;
    color: #ff7e00;
    font-size: 18px;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.download-row {
    width: 89%;
    margin: 60px auto 0;
    margin-left: 5%;
    margin-right: 5%
}

.download-row img {
    float: left;
    margin-left: 0px
}

.download-row .content {
    float: right;
    width: 75%;
    position: relative
}

.download-row .content .title {
    font-size: 32px;
    color: #ff7e00
}

.download-row .content .subtitle {
    font-size: 24px;
    margin-top: 14px
}

.download-row .content .desc {
    font-size: 18px;
    line-height: 32px;
    margin-top: 20px
}

.download-row .content .btn {
    position: absolute;
    top: 4px;
    right: 22px;
    color: #ff7e00
}

.download-row-not .content {
    float: initial;
    width: 100%;
}

.download-row-not .content .btn {
    top: 16px
}


.service-copy {
    width: 100%;
    margin-top: 30px
}

.service {
    padding: 2% 6% 0 6%;
    background-color: #f7f7f7;
}

.service .content {
    width: 100%;
    /*background-color: white;*/
    text-align: center;
    padding-bottom: 6%;
}

.service .content li > div:first-child {
    height: 348.5px;
    overflow: hidden;
}

.service .content ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.service .content ul li:hover {
    cursor: pointer;
}

.service .content ul li:hover img {
    transition: transform 0.6s;
    transform: scale(1.1);
}

.service .content ul li {
    width: 30%;
    display: inline-table;
    margin: 2%;
}

.service .content ul li img {
    width: 100%;
}

.service .content ul li .title {
    height: 50px;
    background: white;
    padding: 3%;
}

.service .content ul li .title h1 {
    font-size: 20px;
    padding-bottom: 3%;
}

.service .content ul li .title h2 {
    font-size: 14px;
}

.service .content ul li .title h2 span {
    position: relative;
}

.service .content ul li:hover .title h2 span {
    color: #FF7E00;
    cursor: pointer;
}

.service .content ul li:hover .title h2 span:before {
    transform: scale3d(1, 1, 1);
    color: #FF7E00;
}

.service .content ul li .title h2 span:before {
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 0px;
    display: inline-block;
    height: 2px;
    width: 100%;
    background-color: #FF7E00;
    content: "";
    transform: scale3d(0, 1, 1);
    transform-origin: center;
    transition: all 0.5s;
}

.service .content .bottom_index:hover {
    cursor: pointer;
}

.service .content .bottom_index {
    background: url("../images/service_4.png") no-repeat top center;
    margin: 0 2% 0 2%;
    height: 549px;
    background-size: auto;
}

.service .content .bottom_index .title {
    height: 50px;
    background: #ffffff00;
    padding: 3%;
}

.service .content .bottom_index .title h1 {
    font-size: 20px;
    padding-bottom: 1%;
}

.service .content .bottom_index .title h2 {
    font-size: 14px;
}

.service .content .bottom_index .title h2 span {
    position: relative;
}

.service .content .bottom_index:hover .title h2 span {
    color: #FF7E00;
    cursor: pointer;
}

.service .content .bottom_index:hover .title h2 span:before {
    transform: scale3d(1, 1, 1);
    color: #FF7E00;
}

.service .content .bottom_index .title h2 span:before {
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 0px;
    display: inline-block;
    height: 2px;
    width: 100%;
    background-color: #FF7E00;
    content: "";
    transform: scale3d(0, 1, 1);
    transform-origin: center;
    transition: all 0.5s;
}
