* {
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font: 14px/2 'Hiragino Sans GB', 'Microsoft Yahei', 微软雅黑, 'STHeiti', Arial, 黑体, 宋体, Tahoma, Helvetica;
    word-break: break-all;
}

em {
    font-style: normal;
    font-weight: bold;
}

i {
    font-style: normal;
}

li {
    vertical-align: middle;
}

ul, ol {
    list-style: none;
}

li {
    vertical-align: middle;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.textCenter {
    text-align: center;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clearBoth {
    clear: both;
}

/*==for IE6/7 Maxthon2 asa==*/

.clearFloat:after {
    display: block;
    clear: both;
    content: "";
    height: 0;
    visibility: hidden;
}

.clearFloat {
    zoom: 1;
}

.textEllipsis {
    overflow: hidden; /*超出的部分隐藏起来。*/
    white-space: nowrap; /*不显示的地方用省略号...代替*/
    text-overflow: ellipsis; /* 支持 IE */
}

.cursorP {
    cursor: pointer;
}

.displayNone {
    display: none;
}

.displayB {
    display: block;
}

.displayIB {
    display: inline-block;
}

.full {
    width: 100%;
    height: 100%;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    background: transparent;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

input, button, select, textarea, a {
    outline: none;
}

.cer {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}


.menu-parent-active{
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px 0 #ccc;
    transition: .3s;
}
.footnav{
    display:flex;
}

@media (min-width: 768px) {

    header {
        position: fixed;
        width: 95%;
        left: 2.5%;
        top: 50px;
        background-color: #fff;
        z-index: 99;
        transition: .3s;
    }

    .menu-parent {
        text-align: center;
        height: 110px;
        line-height: 110px;
        position: relative;
    }

    .menu-child {
        position: absolute;
        left: 0;
        width: 100%;
        height: 0;
        line-height: 80px;
        background-color: #e9e9e9;
        text-align: center;
        overflow: hidden;
    }

    .menu-parent img {
        position: absolute;
        top: 13px;
        left: 30px;
    }

    .menu-parent>ul {
        box-sizing:border-box;
        padding-right:20px;
        margin-left:350px;
        display: flex;
        width:calc(100% - 350px);
        height: 100%;
        justify-content: flex-end;
        font-size: 16px;
    }
    .menu-parent .menu-child>ul{
        display: flex;
        width:100%;
        justify-content: center;
        padding:0 30px;
    }

    .menu-parent > ul > li {
        float: left;
        height: 100%;
        width:15%;
        box-sizing: border-box;
        cursor: pointer;
    }

    .menu-parent > ul > li > p {
        height: 100%;
        box-sizing: border-box;
        border-bottom: 4px solid transparent;
		color:#333;
    }


    .menu-parent > ul > li:hover p {
        border-bottom: 4px solid #039be3;
		color:#333;
    }

    .menu-parent ul li:hover .menu-child {
        height: 80px;
        transition: .2s;
    }

    .menu-child span {
        color: #666;
        position: absolute;
        left: 30px;
    }

    .menu-child ul li {
        float: left;
        height: 100%;
        margin-left: 30px;
        box-sizing: border-box;
        cursor: pointer;
        color: #333;
        font-size: 14px;
    }
.menu-child ul li p{ color:#333;}
    .menu-child ul li:hover {
        color: #333;
    }

    .footer {
        width: 100%;
        background-color: #f5f5f5;
    }

    .footerin {
        overflow: hidden;
        padding: 60px 0 0;
        position: relative;
    }

    .footerin:before {
        content: '';
        position: absolute;
        right: 330px;
        top: 70px;
        z-index: 0;
        width: 1px;
        height: 210px;
        background-color: #e3e3e3;
    }

    .footinfo {
        position: absolute;
        width: 300px;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .footer1 {
        padding-right: 330px;
        position: relative;
    }

    .footnav {
        overflow: hidden;
        padding-bottom: 10px;
    }

    .footnav li {
        float: left;
        width: 20%;
        height: 250px;
        overflow: hidden;
        padding-bottom: 30px;
        position: relative;
    }

    .footnav li a.ftmore {
        display: block;
        color: #039be3;
        line-height: 30px;
        text-decoration: underline;
        position: absolute;
        height: 30px;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        background-color: #f5f5f5;
    }

    .footnav li dt {
        line-height: 30px;
        color: #333;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .footnav li dd {
        line-height: 30px;
        color: #314b6c;
    }

    .footnav li.on {
        height: 395px;
    }

    .footnav li dt a {
        color: #333;
    }

    .footinfo .hotline {
        height: 30px;
        font-size: 14px;
        color: #333;
        line-height: 30px;
        font-weight: bold;
    }

    .footinfo .hotline span {
        font-size: 24px;
        color: #008dc5;
    }

    .footinfo .shoptime {
        height: 24px;
        background-color: #008dc5;
        margin-top: 14px;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        text-align: center;
    }

    .footinfo .lx1 {
        padding-left: 35px;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        margin-top: 18px;
        background: url(../img/index/lx4.jpg) top left no-repeat;
    }

    .footinfo .lx2 {
        padding-left: 35px;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        margin-top: 18px;
        background: url(../img/index/lx2.jpg) top left no-repeat;
    }

    .footinfo .lx3 {
        padding-left: 35px;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        margin-top: 18px;
        background: url(../img/index/lx3.jpg) top left no-repeat;
    }

    .l {
        float: left;
    }

    .footer3 {
        border-top: 1px solid #e3e3e3;
        padding: 18px 0;
        color: #333;
    }

    .footer3 .l span {
        font-weight: bold;
    }

    .footer3 .l.footewm {
        position: relative;
    }

    .footer3 .l a {
        margin-left: 20px;
    }

    .footer3 .l a img {
        width: 28px;
        height: 28px;
    }

    .footer3 .bigewm {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -110px;
        left: 100%;
        z-index: 1;
        margin-left: -30px;
        display: none;
    }

    .full {
        width: 100%;
        height: 100%;
    }

    .footer3 .l.ml70 {
        margin-left: 70px;
    }

    .footer3 .l span {
        font-weight: bold;
    }

    .r {
        float: right;
    }

    .footer3 .r a {
        color: #333;
    }

    .footer3 .r i {
        margin: 0 18px;
    }

    .clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        font-size: 0;
    }

    .footnav {
        overflow: hidden;
    }

    .footer2 {
        width: 100%;
        height: 60px;
        line-height: 60px;
        color: #999;
        background-color: #e3e3e3;
    }

    .footer2 a {
        color: #999;
        margin-left: 20px;
    }
    .footer2_link:hover{
        text-decoration:underline;
    }

    .delay02 {
        transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
    }

    .hasani {
        transition-duration: 1s;
        -moz-transition-duration: 1s;
        -webkit-transition-duration: 1s;
        -o-transition-duration: 1s;
    }

    input, button, select, textarea {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    .h {
        height: 100%;
    }

    .ov {
        overflow: hidden;
    }

}

@media (max-width: 768px) {

    body {
        font-size: 26px;
    }

    header {
        background-color: #fff;
    }

    .menu-parent {
        height: 110px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 2%;
    }

    .menu-parent > img {
        height: 60px;
        position: static;
    }

    .menu-parent-on {
        animation: open;
    }

    .menu-parent > ul {
        width: 100%;
        display: none;
        position: absolute;
        left: 0;
        top: 110px;
        background-color: #333;
        color: #fff;
        text-align: center;
        z-index: 99;
        font-size: 30px;
    }

    .menu-parent > ul > li {
        border-bottom: 1px solid #4a4a4a;
    }

    .menu-parent > ul > li > p {
        margin: 20px 0;
    }

    .menu-child {
        display: none;
    }

    .menu-child span {
        display: none;
    }

    .menu-child ul {
        background-color: #f1f1f1;
    }

    .menu-child ul a {
        text-decoration: none;
    }

    .menu-child ul li {
        font-size: 26px;
        line-height: 90px;
        color: #333;
    }

    .menu-switch {
        width: 60px;
        height: 50px;
        line-height: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        position: relative;
    }

    .menu-switch i {
        position: absolute;
        display: inline-block;
        width: 80%;
        height: 2px;
        background-color: #039be3;
        transition: .3s;
    }

    .menu-switch i:nth-child(1) {
        top: 15%;
    }

    .menu-switch i:nth-child(2) {
        width: 60%;
        top: 50%
    }

    .menu-switch i:nth-child(3) {
        top: 85%
    }

    .menu-switch-on i:nth-child(1) {
        top: 45%;
        transform: rotate(-45deg);
    }

    .menu-switch-on i:nth-child(2) {
        opacity: 0;
    }

    .menu-switch-on i:nth-child(3) {
        top: 45%;
        transform: rotate(45deg);
    }

    .footer {
        width: 100%;
        background-color: #f5f5f5;
    }

    .footerin {
        padding: 40px 0 0;
    }

    .footer1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footnav li dt {
        line-height: 40px;
        margin-bottom: 10px;
        color: #333;
        font-weight: bold;
    }

    .footnav li dd {
        line-height: 40px;
        color: #314b6c;
    }

    .footnav li dd a {
        color: #314b6c;
    }

    .footer3 {
        padding: 15px 30px;
        border-top: 1px solid #e3e3e3;
        color: #333;
    }

    .footnav {
        padding-bottom: 30px;
        text-align: center;
        overflow: hidden;
    }

    .footer3 .l.ml70 {
        display: none;
    }

    .footnav li {
        height: 380px;
        padding-bottom: 40px;
        font-size: 24px;
        float: left;
        width: 20%;
        overflow: hidden;
        position: relative;
    }

    .footinfo {
        display: none;
    }

    .footer2 {
        width: auto;
        height: auto;
        padding: 20px 20px;
        line-height: 42px;
        text-align: center;
        color: #999;
        background-color: #e3e3e3;
    }

    .l {
        float: left;
    }

    .r {
        float: right;
    }

    .clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        font-size: 0;
    }

    .footer3 .l span {
        font-weight: bold;
    }

    .footer3 .l.footewm {
        position: relative;
    }

    .footer3 .l a {
        margin-left: 20px;
    }

    .footer3 .l a img {
        width: 28px;
        height: 28px;
    }

    .footer3 .bigewm {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -110px;
        left: 100%;
        z-index: 1;
        margin-left: -30px;
        display: none;
    }

    .footer2 .l, .footer2 .r {
        float: none;
        display: inline-block;
    }

    .footer2 a {
        color: #999;
        margin-left: 20px;
    }

    .footer3 .r i {
        margin: 0 18px;
    }

    .footnav li a.ftmore {
        display: block;
        color: #039be3;
        line-height: 40px;
        height: 40px;
        text-decoration: underline;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        background-color: #f5f5f5;
    }

    .footnav li.on {
        height: 530px;
    }

    .hasani {
        transition-duration: 1s;
        -moz-transition-duration: 1s;
        -webkit-transition-duration: 1s;
        -o-transition-duration: 1s;
    }
}

