﻿html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: auto;
    background: linear-gradient(to bottom, #06A3D9 50px, #eee 100%) repeat-x scroll 0 0;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box {
    //background-color: #06A3D9;   
}

/*.carousel-inner {
    height: 90%;
    overflow:auto;
}*/

.carousel-control.left:hover {
    background: none;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right:hover {
    background: none;
}

.carousel-control.right {
    background: none;
}

.carousel-control {
    height: 80%;
    top: 10%;
    line-height: 400px;
    font-size: 100px;
    width: 10%;
}

    .carousel-control:focus {
        background: none;
    }

    .carousel-control:active {
        background: none;
    }

@media (max-width: 600px) and (min-width: 1px) {
    .carousel-control {
        width: 15%;
    }
}

/*首页样式*/
.back-to-index {
    position: absolute;
    top: 20px;
    left: 1290px;
    font-size: 20px;
}

a:hover, a:active {
    text-decoration: none;
}

.down_btn {
    background: url(../images/down_btn_01.png) 0 0 no-repeat;
}

.down_btn_iphone {
    background: url(../images/down_btn_01.png) 0 0 no-repeat;
    height: 70px;
    width: 220px;
    display: block;
    margin-top: 60px;
    border-radius: 10px;
}

#app_top {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 15px;
    height: 70px;
}

#app_content {
    max-width: 1000px;
    margin: 0 auto;
    /*margin-bottom:20px;
    margin-top:20px;*/
    padding-top: 20px;
}

.down_box {
    height: 1000px;
    background-color: #06A3D9;
    background: linear-gradient(to bottom, #06A3D9 50px, #eee 100%) repeat-x scroll 0 0 #06A3D9;
}

.down_content {
    max-width: 1000px;
    height: 700px;
    margin: 0 auto;
    position: relative;
    padding: 50px;
}

.product_pic {
    position: absolute;
    top:10%;
    bottom:5%;
    float: left;
    width: 300px;
}

    .product_pic img {
        width: 100%;
        height: 77%;
    }

.product_main {
    position: absolute;
    top: 10%;
    margin-left: 420px;
    font-size:20px;
}

.product_title {
    width: 550px;
    height: 85px;
    font-size: 40px;
    color: #fff;
}

.nav_link {
    float: left;
    width: 80px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    margin-left: 10px;
    text-align: center;
}

.nav_link_end {
    float: left;
    width: 80px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    margin-left: 10px;
    text-align: center;
    color: #fff;
}

    .nav_link_end a {
        color: #fff;
        text-decoration: none;
    }

        .nav_link_end a:hover {
            color: #f31212;
        }

.nav_link a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 80px;
    height: 20px;
    border-right: 1px solid #888888;
}

    .nav_link a:hover {
        color: #f31212;
    }

.product_subtitle {
    width: 410px;
    height: 85px;
    font-size: 30px;
    color: #fff;
}

.down_btn {
    display: block;
    width: 321px;
    height: 71px;
}

.down_ver {
    color: #1f4f88;
    width: 410px;
    height: 85px;
    font-size: 20px;
    line-height: 32px;
}

.down_code {
    /*position: absolute;
    bottom:0px;*/
    /*left: 100px;
    width: 158px;
    height: 158px;*/
}

.p_block_01 {
    font-family: 幼圆;
    font-size: 35px;
    font-weight: bolder;
    margin-left: 15px;
}

.p_block_02 {
    font-family: 幼圆;
    color: #888888;
    font-size: 25px;
    font-weight: bolder;
    margin-left: 15px;
}

#header-image {
    width: 360px;
    height: 51px;
}

.li_left {
    height: 230px;
    max-width: 420px;
    float: left;
}

#content_ul {
    height: 1000px;
    margin-bottom: 50px;
}

.li_right {
    height: 230px;
    max-width: 420px;
    margin-left: 130px;
    float: left;
    right: 0px;
}

@media all and (min-width: 1px) and (max-width: 600px) {
    /*#nav_link {
        display:none;
    }*/
    .li_left, .li_right {
        display: block;
        float: none;
        margin: 0;
        max-width: 100%;
        text-align: center;
        height: auto;
    }

    #content_ul, .down_content, .down_box, .down_ver, .product_title, .product_subtitle {
        height: auto;
        margin: 0;
    }

    #footer001, .web_list, #nav_link, .product_pic {
        display: none;
    }

    #footer002_content {
        width: auto;
    }

        #footer002_content .footer_text span:nth-child(n) {
            display: none;
        }

    #copyright {
        display: block !important;
    }

    #header-image {
        width: 100%
    }

    #trade_show_logo {
        width: 100%;
        float: none;
        text-align: center;
    }

    .product_main {
        margin: 0;
        text-align: center;
    }

    .down_code {
        position: static;
    }

    .product_title, .product_subtitle, .down_ver, .down_code {
        width: 100%;
        text-align: center;
        font-size: 22px;
    }

    .down_btn {
        background-position: center;
        margin: 0 auto;
        width: 80%;
        background-size: contain;
    }

    .footer_text {
        padding: 0;
    }

    .down_btn:hover {
        background-position: center;
    }

    .down_ver, .down_code {
        font-size: 12px;
    }
}
