﻿/*公共部分*/
* {
    margin: 0px auto;
    padding: 0px;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    margin: 0px auto;
    background-color: #ffffff;
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0 auto;
    padding: 0;
    border: 0;
}

img {
    display: block;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

table,
td,
tr,
th {
    font-size: 9pt;
}

table {
    margin: 0px auto;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table td {
    padding: 0;
}

A:link,
A:visited,
A:hover {
    /* font-size: 12px; */
    /* color: #333333; */
    text-decoration: none;
}

.dhtime {
    -moz-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s
}

.indHeader {
    display: none;
}





@media only screen and (max-width:1200px) {
    
}



@media only screen and (max-width:1024px) {
    
}

@media only screen and (max-width:960px) {
    
}



@media only screen and (max-width:768px) {
    

    


    



   

    .indHeader {
        display: block;
        padding: 0 10px;
        background: rgba(0, 0, 0, 0.5);
        z-index: 2000;
        width: 100%;
        position: absolute;
        height: 40px;
        line-height: 40px;
        top: 0px;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s;
    }

    .indHeader .phoneNav {
        margin-top: 40px;
        width: 100%;
        -webkit-transform: translate(0%, 0) scale(1, 0);
        -moz-transform: translate(0%, 0px) scale(1, 0);
        -o-transform: translate(0%, 0) scale(1, 0);
        transform: translate(0%, 0) scale(1, 0);
        -webkit-transform-origin: center top;
        -moz-transform-origin: center top;
        -ms-transform-origin: center top;
        -o-transform-origin: center top;
        transform-origin: center top;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .indHeader .phoneNav.on {
        -webkit-transform: translate(0%, 0) scale(1, 1);
        -moz-transform: translate(0%, 0) scale(1, 1);
        -o-transform: translate(0%, 0) scale(1, 1);
        transform: translate(0%, 0) scale(1, 1);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .indHeader.menuOn {
        background: rgba(0, 0, 0, 0.9);
    }

    .indHeader .logos {
        max-width: 150px;
        float: left;
        height: 40px;
        padding: 8px 0px;
    }

    .indHeader .logos img {
        max-width: 230px;
        height: 100%;
        vertical-align: top;
    }

    .indHeader .mtitle {
        float: left;
        height: 100%;
        font-size: 16px;
    }
}






@media only screen and (max-width:768px) {
    
}



.mobilebottom {
    display: none;
}

@media only screen and (max-width:768px) {
    .mobilebottom {
        display: block;
        z-index: 2000;
        margin: 0px auto;
        width: 100%;
        height: 50px;
        bottom: 0px;
        position: fixed;
        background-color: #fff;
        border-top: solid 2px #f5f5f5;
    }

    .mobilebottom ul {
        list-style: none;
        overflow: hidden;
    }

    .mobilebottom ul li {
        width: 33%;
        float: left;
        text-align: center;
        height: 50px;
        color: #fff;
        padding-top: 5px;
    }

    .mobilebottom ul li a {
        font-size: 12px;
        color: #1b1b1b;
    }

    .mobilebottom ul li img {
        margin: 0px auto;
        max-height: 20px;
        margin-bottom: 5px;
    }

    .mobilebottom ul li b {
        font-size: 12px;
        color: #1b1b1b;
        font-weight: 400;
    }

    .mobilebottom ul li i {
        color: #b11818;
        display: block;
    }
}





.tipsmsg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    color: #ccc;
    line-height: 2;
    padding: 0px 10px;
    font-size: 16px;
    background: #fff;
}

.tipsmsg>a {
    font-size: 18px;
    color: red;
    font-weight: 700;
}

.tipsmsg>a>span.tx {
    font-size: 18px;
    font-weight: bold
}

.tipsmsg>a>span.look {
    margin-left: 30px;
    font-size: 14px;
    font-weight: 400;
    background: red;
    line-height: 1;
    color: #fff;
    padding: 1px 10px;
    border-radius: 10px;
}


@media only screen and (max-width:768px) {
    .tipsmsg {
        top: 40px;
        line-height: 1.8;
        font-size: 14px;
    }

    .tipsmsg>a {
        font-size: 14px;
    }

    .tipsmsg>a>span.tx {
        font-size: 14px;
    }

    .tipsmsg>a>span.look {
        font-size: 12px;
        display: inline-block;
        line-height: 1.5;
    }
}