﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, caption, tbody, tfoot, thead, tr, th, td, hr, input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-shadow: none;
}

* {
    font-family: 'Arial','Microsoft YaHei','SimHei';
}

html {
    font-size: 10px;
    height: 100%;
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    color: #333;
    background: #f0f0f0;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

input[type="date"],
input[type="text"],
input[type="password"] {
    height: 37px;
    line-height: 37px;
    padding: 0px 0px 0 6px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    background: #fff;
    border-radius: 0px;
    background-image: none;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-appearance: none;
}

input:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: #000;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

　 input[type="submit"] {
    height: 37px;
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border: none;
    font-size: 16px;
    font-size: 1.6rem;
    outline: 0;
    background: #0555bb;
    color: #fff;
    border-radius: 0px;
    background-image: none;
    -webkit-appearance: none;
}

input[type="checkbox"] {
    vertical-align: middle;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.button {
    border-radius: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

textarea {
    font-size: 16px;
}

select {
    font-size: 16px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #ddd;
    border-radius: 0;
    padding-left: 5px;
    vertical-align: middle;
}

ul, li {
    list-style: none;
}

button {
}

h1, h2, h3, h4, h5, h6 {
    line-height: 100%;
    letter-spacing: 0px;
    /*text-transform: uppercase;*/
    font-weight: 500;
}

a, figure, figcaption, img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clr {
    clear: both;
}

a > i {
    margin-right: 5px;
}

a:link, a:active, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

i {
    margin-right: 5px;
}

td.hover {
    background: #eee;
}

.clearfix:after {
    clear: both;
    content: '\00a0';
    display: block;
    height: 0;
    overflow: hidden;
}

#youkuplayer {
    height: 240px;
    background: #fff url(../images/load.gif) no-repeat center;
}

/*#region mask */

#loading-mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    background: rgba(233, 233, 232, 0.75);
}

    #loading-mask .loading-indicator {
        width: 240px;
        padding: 20px 20px;
        background: rgba(255,255,255,1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
        border-radius: 5px;
        color: #000;
        position: fixed;
        margin-left: -140px;
        margin-top: -50px;
        left: 50%;
        font: normal 16px tahoma,arial,helvetica;
        height: auto;
    }

/*#endregion */

/*#region grid */

[class*='col-'] {
    float: left;
    padding: 0px;
    margin: 0;
    /* column-space */
}

.grid {
    overflow: hidden;
}

.col-1-2 {
    float: left;
    text-align: left;
    width: 48%;
    margin-bottom: 20px;
}

    .col-1-2:nth-child(odd) {
        padding-right: 2%;
    }

    .col-1-2:nth-child(2n) {
        padding-left: 2%;
        text-align: left;
    }

.col-1-3 {
    float: left;
    width: 33.3333%;
}

.col-2-3 {
    float: left;
    width: 66.6666%;
}

/*#endregion */

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
}

/*#region button */

.btn-list {
    margin: 10px 2%;
}

.btn {
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border: none;
    font-size: 16px;
    font-size: 1.6rem;
    outline: 0;
    border-radius: 0px;
    background-image: none;
}

    .btn i {
        vertical-align: middle;
    }

.btn-primary {
    border-radius: 1px;
    padding: 7px 10px;
    margin: 5px 0;
    background: #0087dc;
    color: #fff;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #0293ef;
        color: #fff;
    }

    .btn-primary:active {
        background-color: #0555bb;
        color: #fff;
        border-color: rgba(0,0,0,.2);
        border-top-color: rgba(0,0,0,.3);
        background-image: none;
        box-shadow: inset 0 2px 4px rgba(0,0,0,.1);
    }


/*#endregion */

.pdtop40 {
    margin-top: 30px;
}

.textright {
    text-align: right;
    padding-right: 16px;
}

#container {
    max-width: 900px;
    height: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);*/
}

.footer {
    border-top: 1px solid #ddd;
    padding: 20px 0;
    margin: 0 40px 20px 40px;
    position:relative;
}

    .footer p {
        margin-bottom: 3px;
    }
    
    .footer span {
        display:inline-block;
        border:1px solid #ddd;
        background:#f0f0f0;
        padding:5px 10px; 
    }
    .footer a { 
    }
    .footer .qrcode {
        display: block;
        position: absolute;
        top: 20px;
        text-align: right;
        right: 0px;
    }
.page {
    clear: both;
    margin-top: 20px;
    padding: 20px 40px;
}

.title {
    text-align:center;padding:0px 20px 30px 20px;font-size:24px;font-weight:500;
}
/*#region header */

header {
    position: relative;
    padding: 0px 40px 0px 40px; 
}

    header .logo {
        padding:40px 0;
        float: left;
    }

    header span {
        display: block;
        padding: 20px 0 10px 0;
        color: #000;
        border-bottom: 2px solid #333;
    }
    
    header .home_title {
        float: right;
        text-align:right;
        color: #0087dc;
        padding: 0px 0px;
        border-left: 0px solid #0087dc;
    }

        header .home_title h1 {
            font-size: 28px;
            padding: 0;
        }

        header .home_title p {
            color: #0087dc;
            font-size: 28px;
            padding: 50px 0 5px 10px;
            margin:0;
        }

        header .home_title  span {
            color: #0087dc;
            font-size: 16px; 
            padding: 0; 
            border-bottom: 0;
        }
          header .home_title img {
            padding:10px 0px 0px 10px;
        }
/*#endregion */

/*#region banner */

.banner {
    padding: 20px 40px;
}

/*#endregion */

/*#region home_list */

.home_list {
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    padding: 0px 40px;
}

    .home_list .description {
        padding: 10px 10px;
        line-height: 25px;
        color: #000;
        min-height: 100px;
        font-size:14px;
        /*overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;*/
    }

        .home_list .description p {
            text-indent: 2em;
            margin: 10px 0;
        }

            .home_list .description p::selection {
                background: #333;
                color: #fff;
            }

    .home_list span {
        display: block;
        position: absolute;
        top: 0;
        z-index: 1;
        font-size: 16px;
        font-weight:600;
        width:100%;
        padding: 10px 10px;
        color: #fff;
    }

    .home_list .c1 {
        background: rgba(0,135,220,0.8);
    }

    .home_list .c2 {
        background: rgba(211,222,255,0.9);
        color: #000;
    }

    .home_list .c3 {
        background: rgba(186,228,255,0.9);
        color: #000;
    }

    .home_list > div {
        margin-bottom: 0px;
    }

    .home_list .media {
    }

        .home_list .media .description {
            background: #0087dc;
            color:#fff;
        }

    .home_list .news {
        /*padding:25px 25px 0 25px;
        background:#f0f0f0;*/
    }

        .home_list .news .description { 
            background: #f7f7f7;
        }


    .home_list .case {
        /*padding:25px;
        background:#def2ff;*/
    }

    .col-1-2{
        margin-bottom:30px;
    }
        .home_list .case .description {
            
        }
/*#endregion */


/*#region background-image-container */

.background-image-container {
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 260px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .background-image-container:hover {
        -webkit-transform: scale(1.1) rotate(0deg);
        -moz-transform: scale(1.1) rotate(0deg);
        transform: scale(1.1) rotate(0deg);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.overlay {
    background-color: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.white-text-container a, .white-text-container h1, .white-text-container h2, .white-text-container h3, .white-text-container h4, .white-text-container h5, .white-text-container p {
    color: #fff;
}

.white-text-container h1 {
    padding: 20px;
    font-size: 20px;
}


/*#endregion */

/*#region article */

article {
    border-top: 0px solid #ddd;
    padding: 20px 40px;
}

    article h3 {
        margin: 0 auto;
        text-align: center;
        font-size: 24px;
        line-height: 35px;
        padding: 10px 20px;
        background: #f0f0f0;
        border-radius: 5px;
        /*background:#f1f1f1;height:40px;line-height:40px;border-radius:2px;box-shadow: 0 2px 5px rgba(0,0,0,0.2), inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
    }

    article span {
        display: block;
        font-size: 18px;
        text-align: center;
        padding: 10px;
    }

    article p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px;
        text-indent: 2em;
    }
        /* 解决图片缩进的问题,By Jair.WU */
        article p > img {
            margin-left: -2em;
        }

/*#endregion */

/*#region grid-item */

.grid-item-1 {
    position: relative;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

    .grid-item-1 a {
        position: relative;
    }

    .grid-item-1 a,
    .grid-item-1 img {
        display: block;
        width: 100%;
        height: auto;
    }

        .grid-item-1 a:hover {
            cursor: pointer;
        }

    .grid-item-1 .caption {
        overflow: hidden;
        color: #000;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0);
        opacity: 1;
    }

    .grid-item-1:hover img {
        -webkit-transform: scale(1.1) rotate(0deg);
        -moz-transform: scale(1.1) rotate(0deg);
        transform: scale(1.1) rotate(0deg);
        opacity: 1;
    }

    .grid-item-1:hover .caption {
        background: rgba(255,255,255,0.3);
    }

    .grid-item-1:hover .caption {
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .grid-item-1 .caption .inner {
        position: absolute;
        bottom: 0px;
        margin: 0 auto;
        text-align: left; 
        width: 100%;
        background: rgba(0,0,0,0.6);
    }

        .grid-item-1 .caption .inner h2 {
            color: #fff;
            font-weight: 100;
            font-size: 16px;
            font-weight:500;
            padding:10px;
            line-height: 22px;
        }

            .grid-item-1 .caption .inner h2 > span {
                color: #fff100;
                font-size: 28px;
                line-height: 35px;
                display: inline-block;
                margin-bottom: 5px;
            }

        .grid-item-1 .caption .inner h3 {
            color: #fff;
            font-weight: 100;
            font-size: 15px;
            padding:10px;
            line-height: 20px;
        }

        .grid-item-1 .caption .inner > span {
            display: block;
            font-size: 18px;
            color: #87d1ff;
            padding: 10px 0px;
            background: rgba(255,255,255,0);
            display: inline;
        }

            .grid-item-1 .caption .inner > span:hover {
                color: #fff;
                border-bottom: 2px solid #fff;
                background: rgba(255,255,255,0);
            }

            .grid-item-1 .caption .inner > span i {
                margin-right: 10px;
            }

        .grid-item-1 .caption .inner a {
            display: block;
            font-size: 18px;
            color: #fff;
            padding: 10px 10px;
            background: rgba(255,255,255,0.3);
            display: inline;
        }

    .grid-item-1 .caption .inner1 {
        position: absolute;
        top: 10px;
        margin: 0 auto;
        text-align: left;
        padding: 0 20px 0 20px;
    }

        .grid-item-1 .caption .inner1 h5 {
            color: #fff;
            font-weight: 100;
            font-size: 20px;
            line-height: 25px;
        }

        .grid-item-1 .caption .inner1 p {
            color: #fff;
            font-weight: 100;
            font-size: 16px;
            line-height: 25px;
            margin-bottom: 20px;
            text-indent: 2em;
        }
/*#endregion */

@media screen and (min-width: 769px) and (max-width: 1023px) {
}

@media screen and (min-width: 1023px) {
}

@media screen and (min-width: 1260px) {
}

@media all and (max-width: 768px) {
    #container {
        margin: 0;
        padding: 0px;
    }
    .title {
    text-align:center;padding:10px 20px 10px 20px;font-size:24px;font-weight:500;
}

    /*#region header */

    header {
        padding: 10px 10px 0 10px;
        background: #fff;
        overflow: hidden;
        border-bottom: 0px solid #ddd;
    }
        header .logo {
            padding: 0px 0;
            float: left;
        }
        header img {
            width: 140px;
            padding: 0px 0;
        }

        header .home_title {
            text-align: right;
            float: right;
            padding: 0px 0;
        }

            header .home_title h1 {
                font-size: 24px;
                padding: 5px 0;
            }

            header .home_title p {
                font-size: 18px;
                padding:0;
            }

            header .home_title > span {
                margin-top: 0px;
                font-size: 14px;
            }

        header #qrcode {
            display: none;
        }

    .home_list {
        padding: 0px;
    }

        .home_list .col-1-2 {
            margin: 10px;
            width: auto;
        }

        .home_list .media .col-1-2:nth-child(2) {
            display: none;
        }

        .home_list > div {
            margin: 0;
        }

        .home_list .media {
            padding: 0px;
        }

        .home_list .news {
            padding: 0px;
        }

        .home_list .case {
            padding: 0px;
        }

    .col-1-2:nth-child(odd) {
        padding-right: 0%;
    }

    .col-1-2:nth-child(2n) {
        padding-left: 0%;
    }


    /*#endregion */

    .page {
        margin-top: 0;
        padding: 10px;
    }

    .footer {
        margin: 10px;
    }

        .footer p {
            padding: 0 0px;
            margin-bottom: 2px;
            font-size: 12px; 
        }
        
        .footer a {
        font-size:12px;
    }

        .footer img {
            width:60px;
        }
    .pdtop40 {
        margin-top: 10px;
    }

    .grid-item-1 .caption .inner h2 {
        font-weight: 100;
        font-size: 18px;
        line-height: 25px;
    }

        .grid-item-1 .caption .inner h2 > span {
            color: #fff100;
            font-size: 28px;
            line-height: 35px;
            display: inline-block;
            margin-bottom: 5px;
        }

    .grid-item-1 .caption .inner h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 0px;
    }

    .grid-item-1 .caption .inner > span {
        font-size: 14px;
        padding: 10px 0px;
    }


    .grid-item-1 .caption {
        background: rgba(0,0,0,0);
    }

        .grid-item-1 .caption .inner {
            background: rgba(0,0,0,0.5);
        }

            .grid-item-1 .caption .inner p {
                display: none;
            }

    .home_list .description {
        font-size: 14px;
        line-height: 25px;
        min-height: 0;
        height: auto;
    }

    article {
        padding: 10px 10px;
    }

        article h3 {
            font-size: 18px;
            line-height: 30px;
        }

    .col-1-2 {
        width: 100%;
    }

    .col-1-3 {
        width: 100%;
    }

    .col-2-3 {
        width: 100%;
    }
}
