﻿@charset "utf-8";
/* CSS 定制的公共样式 */
html, body {
    /*font-family: "Lantinghei SC", "Microsoft yahei";
    font-size: 14px;
    line-height: 24px;
    color: #666;
    background-color: #fff;*/
}

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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 14px;
}

a {
    color: #666;
    text-decoration: none;
    outline: none
}
    /* for firefox */
    a:hover {
        color: #57bbe4;
    }

ul, dl {
    list-style-type: none;
}

li {
    vertical-align: top;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*html .clearfix {
    zoom: 1;
}

* + html .clearfix {
    zoom: 1;
}

img {
    border: none;
    vertical-align: top;
}

input, textarea {
    font-family: "Microsoft yahei";
    font-size: 12px;
    color: #666;
    border: none;
    outline: medium none;
}

    input:focus {
    }

/*引导页*/
/*.guide2{position:absolute; left:0; top:0; bottom:110px; right:0; background:url(../images/guide03.jpg) no-repeat center top; background-size:auto 100%; border:1px solid #ff0000;}*/
.guide {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 110px;
    right: 0;
    background: url(../images/guide03.jpg) no-repeat center top;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/guide03.jpg",sizingMethod='scale');
}


    .guide .img02 {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -50px 0 0 -195px;
        z-index: 1;
    }

.guide-com {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 110px;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.guide-com-list {
    text-align: center;
    height: 70px;
    line-height: 70px;
}

    .guide-com-list a {
        margin: 0 40px;
    }

.copyright {
    position: absolute;
    left: 1%;
    bottom: 20px;
    text-align: center;
    width: 98%;
    /*height: 20px;
    line-height: 20px;*/
    
    font-size: 10px;
}

    .copyright a {
        
    }


.bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/bg-80.jpg) no-repeat center center;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/bg-80.jpg",sizingMethod='scale');
}

    .bg .center {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 960px;
        height: 550px;
        margin: -275px 0px 0px -480px;
    }

        .bg .center .logo {
            width: 80%;
            margin: 0px auto;
            text-align: center;
        }

            .bg .center .logo img {
                max-width: 100%;
            }

        .bg .center .txt {
            width: 95%;
            height: 40px;
            margin: 50px auto 0px auto;
            overflow: hidden;
            position: relative;
        }

            .bg .center .txt ul li {
                width: 100%;
                height: 40px;
                line-height: 20px;
                text-align: center;
                
                font-size: 20px;
            }

        .bg .center .link {
            margin: 130px auto 0px auto;
        }

            .bg .center .link ul {
                text-align: center;
            }

                .bg .center .link ul li {
                    width: 158px;
                    margin: 0px 35px;
                    text-align: center;
                    display: inline-block;
                    *float: left;
                }

                    .bg .center .link ul li p {
                        margin: 35px 0px 0px 0px;
                    }

                        .bg .center .link ul li p a {
                            display: block;
                            width: 100%;
                            height: 44px;
                            line-height: 44px;
                            
                            font-size: 16px;
                            border: 2px solid #ffffff;
                            border-radius: 30px;
                            -moz-border-radius: 30px;
                            -webkit-border-radius: 30px;
                        }

                            .bg .center .link ul li p a:hover {
                                color: #000000;
                                background-color: #ffffff;
                                box-shadow: 0px 0px 20px rgba(255,255,255,1);
                                -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,1);
                                -moz-box-shadow: 0px 0px 20px rgba(255,255,255,1);
                                -o-box-shadow: 0px 0px 20px rgba(255,255,255,1);
                            }

@media (max-width: 767px) {
    .bg {
        position: initial;
        background: url(../images/bg-1440.jpg) no-repeat center top;
        background-size: initial;
        overflow: hidden;
    }

        .bg .center {
            position: initial;
            width: 90%;
            margin: 10% auto 30px auto;
            height: 700px;
        }

            .bg .center .logo {
                max-width: 400px;
            }

            .bg .center .txt ul li {
                font-size: 16px;
            }

            .bg .center .link {
                margin: 30% auto 0px auto;
            }

                .bg .center .link ul li {
                    width: 40%;
                    margin: 0px 5%;
                    display: inline;
                    float: left;
                }

                    .bg .center .link ul li img {
                        max-width: 65px;
                    }

                    .bg .center .link ul li p {
                        margin: 10px 0px 20px 0px;
                    }

                        .bg .center .link ul li p a {
                            height: 32px;
                            line-height: 32px;
                            font-size: 14px;
                        }
}

@media (min-width: 768px) and (max-width: 959px) {
    .bg {
        background-size: initial;
    }

        .bg .center {
            position: initial;
            width: 90%;
            margin: 10% auto 0px auto;
        }

            .bg .center .logo {
                max-width: 420px;
            }

            .bg .center .link {
                margin: 35% auto 0px auto;
            }

                .bg .center .link ul li {
                    width: 138px;
                    margin: 0px 15px;
                }
}

@media (min-width: 960px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}
