@media (max-width: 576px) {
    .service .banner {
        height: 180px !important;
    }

    .service .banner > h1 {
        top: 12% !important;
        font-size: 35px !important;
        width: 326px !important;
    }

    .service .banner > p {
        top: 47% !important;
        width: 300px !important;
        line-height: 22px !important;
    }

    .service .banner > h1, .service .banner > p {
        left: 6% !important;
    }

    .service .content .row:nth-of-type(1) .span6 > div {
        padding: 15px !important;
        margin-top: 20px !important;
    }

    .service .content .row:nth-of-type(1) .span6:nth-of-type(2) {
        height: 255px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        padding-right: 0px !important;
    }

    .service .content .row:nth-of-type(2) .col-xs-12 {
        padding-right:  0px !important;
    }

    .service .content .row:nth-of-type(1) .span6 img {
        height: 300px !important;
    }

    .service .content .row:nth-of-type(2) .span6 a > p {
        top: 85px !important;
    }

    .service .login .span7 h1 {
        font-size: 25px !important;
        padding-bottom: 10px;
    }

    .service .login .row > .span5 {
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .service .username .row {
        font-size: 15px !important;
    }

    .service .username .span4:nth-of-type(1) {
        padding-right: 0px !important;
    }

    .service .username .span4:nth-of-type(2) {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .service .nav-tabs li {
        width: 100% !important;
    }
    .service .nav-tabs {
        margin-bottom: 30px !important;
    }

    .service .login .col-sm-5 p {
        font-size: 14px !important;
        color: #949494;
    }

    .service .username .col-sm-8 .btn {
        width: 70px !important;
    }

    .service .username .row {
        height: 50px !important;
        line-height: 50px !important;
    }

    .service .col-sm-6, .service .span11 {
        padding-left: 0px !important;
        font-size: 14px;
    }

    .service .tab-content .tab-pane > div {
        height: 35px;
        
    }

    .service .header .col-sm-8 span {
        font-size: 16px;
    }

    .service .content > div:nth-of-type(2) > div{
        width: calc(100% - 40px);
    }

    .service .content > .nth2 > div {
        height: auto !important;
    }

    .service .content > div:nth-of-type(2) img  {
        width: 100%;
        padding-top: 20px;
    }

    .service .content > .nth2 > div {
        padding: 20px;
    }

    .flip-container {
        width: 100%;
    }

    .flip-container .front, .flip-container .back {
        width: 100%;
    }

    .service .tab-content .tab-pane > div > .span3  {
        float: left;
    }

    .service .tab-content .tab-pane > div > .span3:nth-of-type(1) {
        width: 40%;
        text-align: left !important;
    }

    .service .tab-content .tab-pane > div > .span3:nth-of-type(2) {
        width: 30%;
    }

    .service .tab-content .tab-pane > div > .span3:nth-of-type(2) {
        width: 20%;
    }

    .service .tab-content .tab-pane > div > .span1 {
        width: 10%;
        float: left;
    }

    .service .tab-content .tab-pane > div > .span11 {
        width: 90%;
        float: left;
    }

    .service .tab-content .tab-pane > div > a {
        width: 50%;
    }
}

@media (min-width: 577px) {
    .service .nav-tabs li{
        width: 200px !important;
    }

    .service .login .span5 p {
        color: #949494;
        white-space: nowrap;
    }
    .service .tab-content .tab-pane > div {
        height: 35px;
        
    }

    .service .header .span8 span {
        font-size: 16px;
    }

    .service .header .span4 a {
        margin-top: 6px;
    }

    .service .login .container {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .service .span6, .service .span11 {
        padding-left: 5px !important;
    }

    .service .content > .nth2{
        margin-right: auto;
        margin-left: auto;
        width: 1080px
    }

    .service .content > .nth2 > div {
        width: 440px;
    }

    .service .content > .nth2 img {
        width: 540px;
        float: left;
    }

    .service .content > .nth2 > div {
        padding: 35px 50px;
    }

    .service .content > .nth5 {
        width: 940px;
        margin-left: auto;
        margin-right: auto;
    }

    .service .content > .nth4 p {
        width: 60%;
        margin-left: 20%;
    }

    .flip-container{
        width: 460px;
    }


    .flip-container .front, .flip-container .back {
        width: 460px;
    }

    .flip-container{
        margin-left: 5px;
        margin-right: 5px;
    }
    
}

.service .banner {
    position: relative;
    height: 20.8vw;
}

.service .banner > img {
    width: 100%;
    height: 100%;
}

.service .banner > h1, .service .banner > p {
    position: absolute;
    color: #333;
    left: 10%;
}

.service .banner > h1 {
    top: 30%;
    font-size: 40px;
    line-height: 28px;
    white-space: nowrap;
}

.service .banner > p {
    top: 50%;
    line-height: 30px;
}

.service .head {
    background: #e4e4e4;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #666666;
} 

.service .head .span4 {
    text-align: right;
}

.service .head .span4 a {
    padding-left: 12px;
    padding-right: 12px;
    border-left: 1px solid #666666;
    cursor: pointer;
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}

.service .head .span4 a.nth1 {
    border-left: none;
}

.service .head .span4 a.active{
    color: #199ED8
}

.service .content > .nth2 > div {
    background: #F2F2F2;
    font-size: 14px;
    color: #333;
    opacity: 0.6;
    line-height: 25px;
}

.service .content > .nth2 > div p {
    line-height: 32px;
    text-align: justify;
}

.service .content > .nth2 > div {
    height: 230px;
    float: left;
}

.service .content > .nth2 img {
    height: 300px;
}

.service .content > .nth4 {
    margin-bottom: 30px;
}

.service .content > .nth4 p {
    color: #333;
    opacity: 0.6;
    line-height: 32px;
}

.service .content > .nth5 > .fnth3, .service .content > .nth5 >  .fnth4 {
    margin-bottom: 50px;
}

.flip-container{
    height: 270px;
    float: left;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.flip-container .front {
    height: 270px;
    z-index: 2;
}

.flip-container .back {
    height: 0px;
    z-index: 2;
}

.flip-container .front > img {
    width: 100%;
    height: 100%;
}

.service .content .front > span, .service .content .back > span{
    font-size: 18px;
    font-weight: bold;
}

.service .horizontal > .nth5 > .fnth1 > .front > span, .service .horizontal > .nth5 > .fnth1 > .back > span{
    position: absolute;
    top: 30px;
    left: 30px;
}

.service .horizontal > .nth5 > .fnth2 > .front > span, .service .horizontal > .nth5 > .fnth2 > .back > span{
    position: absolute;
    top: 30px;
    right: 30px;
}

.service .horizontal > .nth5 > .fnth3 > .front > span, .service .horizontal > .nth5 > .fnth3 > .back > span{
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.service .horizontal > .nth5 > .fnth4 > .front > span, .service .horizontal > .nth5 > .fnth4 > .back > span{
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.flip-container > .back > span, .flip-container > .back > p{
    color: #fff
}

.flip-container > .back > p {
    left: 20px;
    right: 20px;
    line-height: 30px;
    font-size: 14px;
}

.front {
    position: absolute;
    top: 0px;
    left: 0px;
}

.back {
    background: #199ED8;
    display: none;
}

.horizontal .back {
	position: absolute;
    left: 0;
    top: 135px;
}

.service .content > .nth5 > .fnth1 > .back > p, .service .content > .nth5 > .fnth2 > .back > p {
    position: absolute;
    top: 80px;
}

.service .content > .nth5 > .fnth3 > .back > p, .service .content > .nth5 > .fnth4 > .back > p {
    position: absolute;
    top: 30px;
}


.service .login {
    width: 100%;
    position: relative;

}

.service .login > img {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
}

.service .login .row > .span7{
    color: #333;
}

.service .login .row > .span7 h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.service .login .row > .span7 p {
    font-size: 14px;
}

.service .login .span7 {
    line-height: 40px;
    margin-top: 75px;
}

.service .login .span5 form {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #d0d5da;
    margin-left: 5%;
    margin-right: 5%;
}

.service .login .span5 h5 {
    color: #333;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 24px !important;
    padding: 4px 3% !important;
    line-height: 24px !important;
}

.service .login .span5 input {
    width: 94%;
}

.service .username {
    background: #f2f2f2;
}

.service .username .row {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
}

.service .username .span2 {
    vertical-align: middle;
    white-space: nowrap;
}

.service .username .span2 span {
    font-size: 16px;
}

.service .username .span8 {
    text-align: right;
}

.service .username .span8 .btn {
    width: 100px;
}

.service .nav-tabs {
    border: none !important;
}

.service .nav-tabs li{
    text-align: center !important;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px !important;
}

.service .nav-tabs>li.active>a,.service .nav-tabs>li.active>a:focus,.service .nav-tabs>li.active>a:hover {
    color: #fff !important;
    background-color: #199ED8 !important;
}

.service .nav-tabs>li>a {
    border-radius: 0px !important;
}

.service .nav-tabs>li>a, .service .nav-tabs>li>a:focus,.service .nav-tabs>li>a:hover {
    border: 0px solid #ddd !important;
    background-color: #dfe5e5 !important;
    color: #333;
}

.service .download {
    padding-top: 30px;
    padding-bottom: 30px;
}

.service .tab-content > div >h1 {
    color: #999;
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
    margin-top: 0px !important;
    font-weight: 400 !important;
    font-size: 20px;
}

.service  .tab-content .tab-pane > div{
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
    line-height: 35px;
    /* align-items: center;
    display: flex; */
}

.service  .tab-content .tab-pane > div > .span3{
    text-align: center;
}

.service  .tab-content .tab-pane > div.pagination, 
.service  .tab-content .tab-pane > div.no2 {
    border-bottom: none;
}

.service  .tab-content .tab-pane > div:hover > a, .service  .tab-content .tab-pane > div.in > a {
    color: #fff;
    text-decoration: none;
}

.service  .tab-content .tab-pane > div:hover, .service  .tab-content .tab-pane > div.in {
    background: #189ed8;
    color: #fff;
}

.service  .tab-content .tab-pane > div:hover a, .service  .tab-content .tab-pane > div.in a {
    color: #fff;
}

.service  .tab-content .tab-pane > div.pagination:hover {
    background: none;
}

.service .col-sm-6, .service .span11 {
    padding-right: 0px !important;
}

.service  .tab-content .tab-pane > div a img {
    width: 17px;
    height: 17px;
}

.service  .tab-content .tab-pane > div a .img {
    display: inline-block;
}

.service  .tab-content .tab-pane > div a .img1 {
    display: none;
}

.service  .tab-content .tab-pane > div:hover a .img, .service  .tab-content .tab-pane > div.in a .img {
    display: none;
}

.service  .tab-content .tab-pane > div:hover a .img1, .service  .tab-content .tab-pane > div.in a .img1 {
    display: inline-block;
}

.service  .tab-content .tab-pane > div img {
    width: 17px;
    height: 17px;
}

.service  .tab-content .tab-pane > div .icon_img {
    display: inline-block;
}

.service  .tab-content .tab-pane > div .icon_h_img {
    display: none;
}

.service  .tab-content .tab-pane > div:hover .icon_img, .service  .tab-content .tab-pane > div.in .icon_img {
    display: none;
}

.service  .tab-content .tab-pane > div:hover .icon_h_img, .service  .tab-content .tab-pane > div.in .icon_h_img {
    display: inline-block;
}

.service #other2>.title {
    height: 65px;
    border-bottom: 1px solid #999;
    line-height: 65px;
}

.service #other2>.title .tnth2 {
    background: #999;
    width: 50px;
    height: 2px;
    margin-bottom: 5px;
    display: inline-block;
}

.service #other2>.title .tnth3 {
    color: #999;
    font-weight: bold;
    font-size: 20px;
}

.service #other2>.title .tnth1 {
    color: #999;
    font-weight: 400;
    font-size: 20px;
}

.bg1 {
    position: fixed;
    background: rgba(0,0,0,0.6);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    display: none;
}

.bg > div {
    width: 32%;
    height: 30%;
    background: #fff;
    position: relative;
    top: 35%;
    left: 34%;
}

.bg > div p {
    text-align: center;
    padding-top: 23%;
}

.bg > div .btn {
    width: 30%;
    margin-left: 35%;
    margin-top: 10%;
}

.download_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.z_w {
    width: 410px;
}

.e_w {
    width: 50%;
}

.over {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service_header {
    text-align: center;
}

.service_header > p{
    font-size: 18px;
    color: #199ED8;
    margin-bottom: 24px;
    margin-top: 40px;
}

.service_header > span{
    width: 70px;
    height: 5px;
    background: #199ED8;
    display: inline-block;
    margin-bottom: 50px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px !important;
}