﻿

.slideshow { position: relative; width: 100%; height: 500px; overflow: hidden; }
.slideshow-image { position: absolute; top: 0px; left: 0px; width: 100%; height: 500px; background: no-repeat 50% 50%; background-size: cover; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-duration: 8s; animation-duration: 8s; opacity: 1; -webkit-transform: scale(1.2); transform: scale(1.2); }
.slideshow1 { -webkit-animation-name: kenburns-1; animation-name: kenburns-1; z-index: 3; }

@-webkit-keyframes kenburns-1 {
    0% { opacity: 1; -webkit-transform: scale(1.2); transform: scale(1.2); }
    100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}

@keyframes kenburns-1 {
    0% { opacity: 1; -webkit-transform: scale(1.2); transform: scale(1.2); }
    100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}

@media only screen and (max-width:1200px) {
    .slideshow { height: 450px; }
        .slideshow .slideshow-image { height: 450px; }
}


@media only screen and (max-width:1024px) {
    .slideshow { height: 415px; }
        .slideshow .slideshow-image { height: 450px; }
}

@media only screen and (max-width:960px) {
    .slideshow { height: 330px; }
        .slideshow .slideshow-image { height: 330px; }
}

@media only screen and (max-width:768px) {
    .slideshow { height: 210px; }
        .slideshow .slideshow-image { height: 210px; }
}

@media only screen and (max-width:480px) {
    .slideshow { height: 160px; }
        .slideshow .slideshow-image { height: 160px; }
}



.servercontentbigbox { background-image: url('../images/server/bg1.jpg'); background-repeat: repeat-x; }
.servercontent { width: 100%; max-width: 1200px; }
    .servercontent .title { position: relative; color: #333; width: 100%; }
        .servercontent .title .left { position: absolute; top: 70px; left: 0px; width: 50%; height: 1px; background: -webkit-linear-gradient(right, #18ac1b, #fff); background: -o-linear-gradient(right, #18ac1b, #fff); background: -moz-linear-gradient(right, #18ac1b, #fff); background: linear-gradient(to right, #18ac1b, #fff); }
        .servercontent .title .right { position: absolute; top: 70px; right: 0px; width: 50%; height: 1px; background: -webkit-linear-gradient(rght, #fff, #18ac1b); background: -o-linear-gradient(right, #fff, #18ac1b); background: -moz-linear-gradient(right, #fff, #18ac1b); background: linear-gradient(to right, #fff, #18ac1b); }
        .servercontent .title .box { display: inline-block; background-color: #18ac1b; padding: 0px 0px; position: relative; top: 25px; font-size: 32px; color: #fff; font-weight: 700; }
            .servercontent .title .box .title { color: #fff; padding: 0px 35px; }
            .servercontent .title .box .il { float: left; margin-top: 38px; width: 14px; }
            .servercontent .title .box .ir { float: right; margin-top: 38px; width: 14px; }


            .servercontent .title .box b { font-weight: 400; display: block; color: #fff; font-size: 18px; text-transform: uppercase; text-shadow: none; }
            .servercontent .title .box i { margin-top: 15px; width: 42px; display: block; border-top: solid 1px #fff; border-bottom: solid 1px #93d895; }

    .servercontent .conn { margin-top: 100px; background-color: #fafaff; width: 100%; padding: 0px 0px; margin-bottom: 60px; box-shadow: 0px 20px 20px -20px #dcdcdc; }
        .servercontent .conn ul { width: 100%; font-size: 0px; text-align: left; }
            .servercontent .conn ul li { display: inline-block; text-align: left; vertical-align: top; padding: 25px; width: 50%; max-width: 590px; }
                .servercontent .conn ul li .box { background-color: #fff; width: 100%; border: solid 1px #d3d3d3; border-radius: 5px; background-image: url('../images/server/i2.png'); background-repeat: no-repeat; background-position: top center; }

                    .servercontent .conn ul li .box .item { width: 100%; font-size: 0px; }
                        .servercontent .conn ul li .box .item .pic { vertical-align: top; display: inline-block; padding-left: 60px; padding-top: 40px; padding-bottom: 60px; }
                            .servercontent .conn ul li .box .item .pic img { max-height: 78px; width: auto; }

                        .servercontent .conn ul li .box .item .txt { padding-left: 50px; padding-top: 40px; vertical-align: top; display: inline-block; font-size: 32px; color: #fff; letter-spacing: 5px }
                            .servercontent .conn ul li .box .item .txt b { display: block; font-size: 18px; color: #fff; text-transform: uppercase; letter-spacing: 0px; font-weight: 400; }


                    .servercontent .conn ul li .box p { font-size: 20px; line-height: 34px; text-align: justify; text-justify: inter-ideograph; text-indent: 2em; color: #333; padding: 12px; }



@media only screen and (max-width:1024px) {

    .servercontent .conn ul li .box .item .txt { padding-left: 30px; padding-top: 40px; font-size: 26px; }
        .servercontent .conn ul li .box .item .txt b { font-size: 16px; }
}


@media only screen and (max-width:960px) {
    .servercontent .conn ul li { padding: 15px; }
        .servercontent .conn ul li .box .item .pic { padding-left: 20px; padding-bottom: 80px; }
            .servercontent .conn ul li .box .item .pic img { max-height: 58px; width: auto; }

        .servercontent .conn ul li .box .item .txt { padding-left: 20px; padding-top: 40px; font-size: 20px; }
            .servercontent .conn ul li .box .item .txt b { font-size: 14px; }
        .servercontent .conn ul li .box p { font-size: 16px; }
}



@media only screen and (max-width:768px) {
    .servercontent .conn ul li { padding: 10px; }
        .servercontent .conn ul li .box .item .pic { padding-left: 10px; padding-bottom: 80px; padding-top: 50px; }
            .servercontent .conn ul li .box .item .pic img { max-height: 58px; width: auto; }
        .servercontent .conn ul li .box .item .txt { padding-left: 10px; padding-top: 50px; font-size: 18px; }
            .servercontent .conn ul li .box .item .txt b { font-size: 14px; }
        .servercontent .conn ul li .box p { font-size: 14px; line-height: 24px; }
}



@media only screen and (max-width:640px) {
    .servercontent .conn { margin-bottom: 10px; }
    .servercontent .title .box { font-size: 20px; }
    .servercontent .conn ul { text-align: center; }
        .servercontent .conn ul li { width: 100%; max-width: 540px; }
            .servercontent .conn ul li .box .item .pic { padding-left: 20px; padding-bottom: 80px; padding-top: 50px; }
                .servercontent .conn ul li .box .item .pic img { max-height: 58px; width: auto; }
            .servercontent .conn ul li .box .item .txt { padding-left: 20px; padding-top: 50px; font-size: 18px; }
                .servercontent .conn ul li .box .item .txt b { font-size: 14px; }
            .servercontent .conn ul li .box p { font-size: 14px; line-height: 24px; }
}







.servercontent2bigbox { background-repeat: repeat-x; }
.servercontent2 { width: 100%; max-width: 1200px; padding: 0px 10px; }
    .servercontent2 .title { position: relative; color: #333; width: 100%; }
        .servercontent2 .title .left { position: absolute; top: 70px; left: 0px; width: 50%; height: 1px; background: -webkit-linear-gradient(right, #fff, #272936); background: -o-linear-gradient(right,#fff, #272936); background: -moz-linear-gradient(right, #fff, #272936); background: linear-gradient(to right,#fff, #272936); }
        .servercontent2 .title .right { position: absolute; top: 70px; right: 0px; width: 50%; height: 1px; background: -webkit-linear-gradient(rght, #272936, #fff); background: -o-linear-gradient(right,#272936, #fff); background: -moz-linear-gradient(right,#272936, #fff); background: linear-gradient(to right, #272936, #fff); }
        .servercontent2 .title .box { display: inline-block; background-color: #fff; padding: 0px 0px; position: relative; top: 25px; font-size: 32px; color: #fff; font-weight: 700; }
            .servercontent2 .title .box .title { color: #2f2f2f; padding: 0px 35px; font-weight: bold; }
            .servercontent2 .title .box .il { float: left; margin-top: 38px; width: 14px; }
            .servercontent2 .title .box .ir { float: right; margin-top: 38px; width: 14px; }

            .servercontent2 .title .box b { font-weight: 400; display: block; color: #454545; font-size: 18px; text-transform: uppercase; text-shadow: none; }

    .servercontent2 .conn { margin-top: 70px; width: 100%; padding: 0px 0px; margin-bottom: 80px; overflow: hidden; }
        .servercontent2 .conn img { float: left; padding-right: 90px; }
        .servercontent2 .conn p { font-size: 20px; color: #333; text-indent: 2em; text-align: justify; text-justify: inter-ideograph; line-height: 34px; }

@media only screen and (max-width:1024px) {
}


@media only screen and (max-width:960px) {
    .servercontent2 .conn img {max-width:398px;padding-right: 50px; }
}



@media only screen and (max-width:768px) {
    .servercontent2 .conn { width: 100%; padding: 0px 0px; margin-bottom: 80px; overflow: hidden; }
        .servercontent2 .conn p { font-size: 14px; line-height: 24px; }
         .servercontent2 .conn img {max-width:298px;padding-right: 20px; }
}



@media only screen and (max-width:640px) {
    .servercontent2 .title .box { font-size: 20px; }
}
