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

* {
    box-sizing: border-box;
}

body {
    font-size: 12px;
    color: #666;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", "FreeSans,Arimo", "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
    background: #fff;
}

fieldset, img {
    border: 0;
}

ol, ul {
    list-style: none;
}

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

em {
    font-style: normal;
}

input, button, select, textarea {
    outline: none;
}

textarea {
    resize: none;
}

.img_andriod {

    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 3px;
    color: #000000;
    height: 35px !important;

}

.img_andriod img {

    width: 20px;
    height: 20px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;

}

.iphone_show {

    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    color: #000000;
    box-sizing: border-box;
    padding: 0px 10px;

}

.iphone_show a {

    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}

.iphone_show a .first_view {

    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000000;

    font-size: 18px;

}

.iphone_show a .first_view img {

    width: 28px;

    height: 28px;

}

.iphone_show a .second_view {

    font-size: 14px;
    color: #ffffff;

    background-color: #ea555c;
    padding: 4px 10px;
    border-radius: 12px;

}

/* 禁用了文本的拖拉，尤其在谷歌下 */

/* 为了使文本段落左右两边对齐 */

/*======== Link ========*/

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

a:hover {
    text-decoration: none;
}

.fl {
    display: inline-block !important;
}


.header {
    width: 100%;
    height: 33px;
    background: #e9e9e9;
}

.header .headerBox {
    width: 1200px;
    margin: 0 auto;
    line-height: 33px;
}

.header .headerBox a {
    padding: 0 15px;
    color: #313131;
}

.banner {
    height: 140px;
    width: 100%;
    background: #ea555c url(/files/banner.png) repeat-x 20px;
}

.logo {
    width: 1200px;
    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: space-between;
}

.logo img {
    height: 115px;
    margin-left: 35px;
    margin-top: 14px;
}

.main {
    margin: 30px auto;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.Left {
    width: 165px;
    min-height: 5px;
}

/* 推荐PC端隐藏 */
.navLeft .tuijian {
    display: none;
}

.leftTop {
    margin-top: 50px;
}

.navLeft {
    width: 158px;
    margin-top: -3px;
    border: 2px solid #555555;
    border-radius: 3px;
    background: #fff;
}

.navLeft ul li {
    line-height: 45px;
}

.navLeft ul li a {
    color: #555555;
    font-size: 18px;
    padding-left: 48px;
}

.center {
    width: 728px;
    display: inline-block;
}

.center .guanggao {
    width: 728px;
    height: 90px;
    background: #fff;
}

.centerList {
    margin-top: 20px;
    border: 1px solid #959595;
}

.centerList ul {
    padding: 0 20px 20px;
}

.centerList ul li {
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
    color: #353535;
    display: flex;
}

.listImg {
    width: 140px;
    height: 100px;
}

.listImg img {
    width: 100%;
    height: 100%;
}

.listText {
    margin-left: 60px;
    font-size: 14px;
    width: 450px;
}

.listText h1 {
    font-size: 20px;
    margin-top: 15px;
}

.listText p {
    line-height: 30px;
}

.right {
    width: 250px;
}

.right .guanggao {
    width: 250px;
    height: 250px;
    background: #fff;
}

.rightHot {
    border: 1px solid #979797;
    margin-top: 20px;
    padding-bottom: 5px;
}

.rightHot h1 {
    line-height: 35px;
    padding: 0 20px;
    font-size: 18px;
    margin-top: 10px;
}

.rightHot ul {
    padding: 0 5px;
}

.rightHot ul li {
    overflow: hidden;
    padding: 0 15px 5px;
    margin-top: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.rightHot ul li img {
    width: 60px;
    height: 45px;
    float: left;
}

.rightHot ul li p {
    line-height: 45px;
    float: left;
    margin-left: 5px;
    font-size: 15px;
}

.footer {
    clear: both;
    background: #282828;
    height: 220px;
    width: 100%;
}

.footerBox {
    display: flex;
    margin: 0 auto;
    width: 1200px;
    justify-content: space-between;
}

.footerBox .list1 {
    padding-top: 40px;
    line-height: 45px;
    width: 400px;
    margin-left: 30px;
}

.footerBox .list1 a {
    color: #cccaca;
    width: 200px;
    display: block;
    font-size: 16px;
    float: left;
}

.footerBox .list1 a:nth-child(2n) {
    float: right;
}

.code img {
    width: 148px;
    height: 148px;
    margin-top: 25px;
}

.code span {
    display: block;
    width: 148px;
    text-align: center;
    color: #cccaca;
    font-size: 16px;
    line-height: 25px;
    float: left;
    margin-right: 20px;
    display: block;
}

/* 媒体查询 */
@media (min-width: 1200px) {
    .center {
        display: inline-block !important;
    }

    .rightHot {
        display: inline-block !important;
    }


}

@media (max-width: 1200px) {
    .banner {
        height: initial;
        background: #ea555c url(/files/banner.png) top center !important;
    }

    .header .headerBox {
        width: 100%;
    }

    .Left #left {
        top: 108px;
    }

    .logo {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .main {
        width: 730px;
        margin: 0 auto;
        overflow: initial;
    }

    .Left {
        width: 30%;
    }

    .navLeft {
        margin-top: initial;
    }

    .navLeft ul {
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: space-around;*/
        /*flex-direction: row;*/
    }

    .navLeft ul li {
        align-items: center;
    }

    .listText {
        margin-left: 60px;
        width: auto;
    }

    .leftTop {
        margin-top: 15px;
    }

    .leftTop a img {
        width: 100%;
    }

    #left {
        /*position: initial !important;*/
    }

    .center {
        width: 100%;
        margin-left: 0px;
    }

    .right {
        width: 100%;
        display: none;
    }

    .footerBox {
        width: 100%;
    }

    .rightHot {
        margin-top: 10px;
    }

    .logo img {
        margin-left: 0px;
        margin-top: 0px;
        height: 60px;
    }

    #code img {
        width: 150px !important;
    }

}

@media (max-width: 750px) {
    .main {
        width: auto;
    }

    .img_andriod {
        display: none !important;
    }

    #code {
        display: none !important;
    }

    .logo {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .center {
        margin-bottom: 2px;
        display: none;
    }

    .centerList {
        margin-top: 10px;
        border: none;
        background-color: #f3f3f3;
    }

    .centerList ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 10px 10px;
    }

    .centerList ul a {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .centerList ul li a {
        width: 100%;
        display: block;
        font-size: 14px;
    }

    .centerList ul li:nth-child(1) {
        width: 100%;
    }

    .centerList ul li {
        display: flex;
        flex-direction: column;
        background-color: #f3f3f3;
        align-items: center;
        padding: 10px 5px;
        border-bottom: none;
    }

    .listText {
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }

    .listText h1 {
        font-size: 14px;
        margin-top: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .listText p {
        font-size: 11px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .listText span {
        font-size: 11px;
        color: darkgray;
    }

    .listImg {
        overflow: hidden;
    }

    .listImg img {
        max-width: 100%;
        max-height: 200px;
        overflow: hidden;
    }

    .rightHot {
        margin-bottom: 10px;
        border: none;
    }

    .rightHot ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 10px;
        background-color: #f3f3f3
    }

    .rightHot ul li {
        width: 50%;
        padding: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-bottom: none;
    }

    .rightHot ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #f3f3f3;
    }

    .rightHot ul li p {
        margin-left: initial;
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px;
    }

    .rightHot h1 {
        line-height: 35px;
        padding: 0px 10px;
        font-size: 14px;
        margin-top: initial;
    }

    /* 	#left{box-shadow: 0px 0px 5px 0px #666} */
    .navLeft ul li a {
        font-size: 15px;
    }

    .navLeft ul li {

    }

    .navLeft {
        overflow-y: hidden;
        display: flex;
        border: none;
    }

    /*底部 */
    .footer {
        height: initial;
    }

    .footerBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px 0px;
    }

    .footerBox .list1 a {
        width: initial;
        display: initial;
        float: initial;
        margin: 0px 15px;
    }

    .footerBox .list1 {
        padding-top: 0px;
        margin-left: 0px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .code img {
        margin-top: initial;
    }

    .footerBox .list1 a:nth-child(2n) {
        float: initial;
    }

    .code span {
        margin-right: 0px;
    }

    .code {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        margin-top: 10px;
    }

    .navLeft ul {
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }

    /* 移动推荐显示 */
    .navLeft .tuijian {
        display: flex;
        align-items: center;
        padding: 0px 5px;
        flex: none;
        text-align: center;
        line-height: 45px;
        box-shadow: 2px 0px 5px -3px #666;
    }

    .navLeft .tuijian a {
        display: block;
        font-size: 15px;
        width: 50px;
        height: 45px;
        font-weight: 900;
    }

    .listImg {
        width: initial;
    }

    .rightHot ul li img {
        width: 200px;
        height: 135px;
        float: left;
    }

    .search1 {
        display: none
    }

    .searchmax {
        display: block !important;
    }

    .search2 {
        width: 320px !important;
    }
    .Left #left {
        top: 163px;
    }

}

@media (min-width: 500px) {
    .iphone_show {
        display: none !important;
    }

}

@media (max-width: 500px) {
    .Left #left{
        top: 65px;
    }
    .banner{
        position: static !important;
    }
    .searchmax{
        top: 0 !important;
    }
    .centerList {
        margin-top: 0;
    }

    .main {
        width: auto;
        margin: 0;
    }

    .navLeft {
        width: 100%;
    }

    #code {

        display: none !important;

    }

    .rightHot h1 {
        display: none;
    }

    /* 顶部LOGE */
    .logo {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    /* 底部 */
    .footerBox .list1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        line-height: 30px;
        font-size: 14px;
    }

    .footer {
        height: initial;
    }

    .footerBox .list1 a {
        font-size: 14px;
    }

    .code img {
        width: 100px;
        height: 100px;
    }

    .code span {
        font-size: 14px;
    }

    .code {
        justify-content: center;
    }

    .leftTop {

    }

    .leftTop a img {

    }

    .rightHot h1 {
        padding: 0px 10px;
        font-size: 14px;
    }

    .rightHot ul {
        padding: 0px 10px;
    }

    .rightHot ul li p {
        line-height: 35px;
    }

    .rightHot ul li img {
        width: 145px;
        height: 100px;
    }

    .search1 {
        display: none
    }

    .searchmax {
        display: block !important;
    }
}



