body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
img {
    margin: 0;
    padding: 0
}

body {
    background: #FFF;
    color: #555;
    font-size: 14px;
    font-family: microsoft yahei, Simsun, Tahoma
}

td,
th,
caption {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 100%
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

img {
    border: 0
}

ol,
ul,
li {
    list-style: none
}

input,
textarea,
select,
button {
    font-size: 14px
}

table {
    border-collapse: collapse
}

html {
    overflow-y: scroll
}

.header {
    height: 50px;
    width: 100%;
    background: #f1f1f1;
    box-shadow: 0 2px 5px #b0b0b0;
    position: relative
}

#container {
    width: 960px;
    margin: 0 auto;
}

.cate {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden
}

.cate_name {
    height: 40px;
    width: 100%;
    background: #2cbafc;
    overflow: hidden
}

.cate .pink {
    background: #fd6ea3
}

.cate .red {
    background: #c52622
}

.cate .green {
    background: #23be9b
}

.cate .yellow {
    background: #fcc800
}

.cate .gray {
    background: #788daa
}

.cate .orange {
    background: #f76e25
}

.cate .black {
    background: #333
}

.cate .brown {
    background: #A52A2A
}

.cate .Aqua {
    background: #00FFFF
}

.cate .Crimson {
    background: #DC143C
}

.cate .DarkGoldenRod {
    background: #B8860B
}

.cate .DarkMagenta {
    background: #8B008B
}

.cate_name p {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    margin-left: 20px
}

.cate li {
    float: left;
    text-align: center;
    display: block;
    width: 12.37%;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px;
    transition: color 0.4s, background-color 0.5s;
    overflow: hidden
}

.cate li:hover {
    color: #fff;
    background: #788daa
}

.cate li b {
    width: 16px;
    height: 16px;
    font-weight: 400;
    background: #2cbafc;
    color: #fff;
    padding: 1px 3px;
    margin-left: 4px;
    font-size: 14px;
    border-radius: 2px
}

.clear {
    clear: both;
    height: 0
}

.side {
    position: fixed;
    top: 45px;
    left: 50%;
    width: 70px;
    height: 430px;
    margin-left: 497px;
    text-align: center;
    line-height: 32px;
    transition: color 0.4s, background-color .4s;
}

.side_div {
    width: 95px;
    height: 32px;
    background: #fff;
    margin-top: 5px
}

#top {
    background: url(../images/top.jpg)transition:color .3s, background-color .5s;
}

.side .side_div:hover {
    background: #dfdfdf;
}

@media screen and (max-width:1200px) {
    .side {
        display: none
    }
}

@media screen and (max-width:960px) {
    #container {
        width: 98%;
    }

    .cate li {
        width: 20%;
        margin-right: -1px;
        height: 35px;
        line-height: 35px
    }

    .cate_name {
        height: 35px
    }

    .cate_name p {
        font-size: 21px;
        line-height: 35px
    }
}

@media screen and (max-width:800px) {
    .cate li {
        font-size: 15px;
        height: 30px;
        line-height: 30px
    }

    .cate_name {
        height: 30px
    }

    .cate_name p {
        font-size: 20px;
        line-height: 30px
    }
}

@media screen and (max-width:640px) {
    .cate li {
        width: 25%;
        font-size: 13px;
        height: 30px;
        line-height: 30px
    }

    .cate_name {
        height: 30px
    }

    .cate_name p {
        font-size: 17px;
        line-height: 30px
    }

    .cate li b {
        width: 16px;
        height: 16px;
        font-weight: 400;
        background: #2cbafc;
        color: #fff;
        padding: 2px 3px;
        margin-left: 4px;
        font-size: 10px;
        border-radius: 2px
    }
}

.ad img {
    width: 100%;
    margin-bottom: -3px;
    transition: opacity .5s
}

.ad img:hover {
    opacity: .7
}

#container .footer {
    border-radius: 10px 10px 0 0;
    height: 80px;
    margin-bottom: 0;
    opacity: .7
}

.footer p {
    text-align: center;
    line-height: 40px;
    color: #333
}

.footer p a {
    color: #333
}

.nav {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden
}

.nav li {
    float: left;
    text-align: center;
    display: block;
    width: 12.1%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ca5c5c;
    background: #337653;
    border-radius: 10px;
    font-size: 15px;
    transition: color 0.5s, background-color 0.5s;
    overflow: hidden
}

.nav li:hover {
    color: #fff;
    background: #333
}

.banner img {
    width: 100%;
    transition: border-radius:5px
}

.banner img:hover {
    opacity: .9
}

.app {
    box-shadow: 0 0 15px rgba(100, 100, 100, .1);
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff
}

.navi {
    font-size: 0;
    padding: 1px;
    text-align: center
}

.appico {
    width: calc(9% - 10px);
    margin: 0 1px 10px 2px;
    height: auto;
    box-sizing: border-box;
    display: inline-block;
    position: relative
}

.appico p {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    margin: 0;
    color: #000;
    overflow: hidden
}

.naicon {
    border-radius: 10px;
    overflow: hidden;
    font-size: 0;
    margin: 10px
}

.appico img {
    width: 100%;
    border-radius: 15px;
    overflow: hidden
}

.appico:hover .btn-raised {
    -webkit-box-shadow: 0 0 12px 4px rgba(0, 0, 0, .24), 0 0 2px -2px rgba(0, 0, 0, .4), 0 1px 12px 0 rgba(0, 0, 0, .22);
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, .24), 0 0 2px -2px rgba(0, 0, 0, .4), 0 1px 12px 0 rgba(0, 0, 0, .22)
}

@media screen and (max-width:1200px) {
    .side {
        display: none
    }

    .faq {
        display: none
    }

    .xm {
        display: none
    }
}

@media screen and (max-width:960px) {
    body {
        background-size: 150%
    }

    #container {
        width: 98%;
    }

    .nav li {
        width: 25%;
        margin-right: -2px;
        height: 30px;
        font-size: 11px;
        line-height: 30px
    }

    .toptips li {
        width: 100%;
        margin-right: -2px;
        height: 35px;
        line-height: 35px
    }

    .good li {
        width: 25%;
        height: 35px;
        line-height: 35px
    }

    .cate li {
        width: 25%;
        margin-right: -1px;
        height: 35px;
        line-height: 35px
    }

    .cate_name {
        height: 35px
    }

    .cate_name p {
        font-size: 18px;
        line-height: 35px
    }

    .appico {
        width: calc(25% - 10px)
    }
}

.form-item .form-label {
    line-height: 38px;
    width: 10%;
    height: 38px;
    font-size: 14px;
    background: rgba(210, 209, 209, 0.28);
    text-align: center;
    border: 1px solid rgba(210, 209, 209, 0.09);
    border-radius: 2px 0px 0px 2px;
}

@media screen and (max-width: 767px) {
    .form-item .form-label {
        width: 20%;
    }
}

.form-item .input {
    float: left;
    width: 60%;
    height: 38px;
    font-size: 14px;
    padding: 0px 10px;
    margin-left: -1px;
    border: 1px solid #ccc;
    border-radius: 0px 2px 2px 0px;
    outline: none;
}

.form-item .input[type=text],
select {
    width: 60%;
    padding: 0px 10px;
    margin: 0px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    outline: 0;
}

@media screen and (max-width: 767px) {
    .form-item .input {
        width: 60%;
    }
}

.form-item .input:hover {
    border: 1px solid #aaa;
}

.form-item .select {
    float: left;
    width: 60%;
    height: 40px;
    font-size: 14px;
    padding-left: 7px;
    margin-left: -1px;
    border: 1px solid #ccc;
    border-radius: 0px 2px 2px 0px;
    outline: none;
}

@media screen and (max-width: 767px) {
    .form-item .select {
        width: 60%;
    }
}

.form-item .select:hover {
    border: 1px solid #aaa;
}

.form-item .textarea {
    width: 60%;
    min-height: 100px;
    line-height: 20px;
    font-size: 14px;
    padding: 10px;
    resize: vertical;
    border: 1px solid #ccc;
    border-radius: 0px 0px 2px 2px;
    outline: none;
}

.form-item .textarea:hover {
    border: 1px solid #aaa;
}

.btns {
    margin-left: 10%;
    text-align: left;
}

.btn-submit {
    width: 120px;
    height: 40px;
    color: #fff;
    font-size: 15px;
    margin: 5px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    opacity: 1;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 767px) {
    .btn-submit {
        width: 105px;
        height: 35px;
        font-size: 14px;
    }
}

.btn-submit:hover {
    opacity: 0.75;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-black {
    background: #000;
}

.btn-red {
    background: #ff5722;
}

.btn-orange {
    background: #ff7f00;
}

.btn-blue {
    background: #1e9fff;
}

.btn-green {
    background: #5cb85c;
}

.record_url {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px 30px 0px 30px;
    ;
}
/*app*/
            .fyb {}

                .fyb img {
                    height: auto;
                    width: 100%;
                }

                .app1ico {
                    width: calc(10% - 10px);
                    margin: 0 1px 10px 2px;
                    height: auto;
                    box-sizing: border-box;
                    display: inline-block;
                    position: relative
                }

                .app1ico p {
                    width: 100%;
                    height: 25px;
                    line-height: 25px;
                    text-align: center;
                    font-size: 13px;
                    margin: 0;
                    color: #000;
                    overflow: hidden
                }

                .naicon {
                    border-radius: 10px;
                    overflow: hidden;
                    font-size: 0;
                    margin: 10px
                }

                .app1ico img {
                    width: 100%;
                    border-radius: 15px;
                    overflow: hidden
                }

                .app1ico:hover .btn-raised {
                    -webkit-box-shadow: 0 0 12px 4px rgba(0, 0, 0, .24), 0 0 2px -2px rgba(0, 0, 0, .4), 0 1px 12px 0 rgba(0, 0, 0, .22);
                    box-shadow: 0 0 12px 4px rgba(0, 0, 0, .24), 0 0 2px -2px rgba(0, 0, 0, .4), 0 1px 12px 0 rgba(0, 0, 0, .22)
                }

                @media screen and (max-width:960px) {
                    .app1ico {
                        width: calc(20% - 10px)
                    }
                }

/*bottomAD*/
    .bottomAD {
        -webkit-box-sizing: border-box;
        height: 80px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
        padding: 0 10px;
        overflow: hidden;
        width: 100%;
        background: #FFFFFF;
    }

    .bottom-pic {
        position: absolute;
        width: 100%;
        height: 50px;
        overflow: hidden;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .bottom-pic img {
        width: 97%;
        height: 100%;
        border-radius: 10px;
    }

    .close {
        text-align: right;
        padding-right: 1%;
    }