* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    border: none;
}


img {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

ul,
ol,
li {
    list-style: none;
}

html {
    font-size: 62.5%;
    min-height: 100%;
}

body {
    font-size: 20px;
    position: relative;
    background:linear-gradient(to bottom,#07346d,#0968ad);
    background: -webkit-linear-gradient(to bottom,#07346d,#0968ad);
}

body {
    font-family: '微软雅黑', 'Heiti SC';
    line-height: 1.7;
   
}
.mymobe {
    font-size: 14px;
    min-height: 100%;
    background-size: cover;

}
.mypc .mar50 {
    margin-top:50px;
}

.mymobe .mar50 {
    margin-top: 15px;
}
.mypc .mar40 {
    margin-top: 40px;
}

.mymobe .mar40 {
    margin-top: 15px;
}

.mypc .mar30 {
    margin-top: 30px;
}
.mypc .mar20 {
    margin-top: 20px;
}
.mymobe .mar30 {
    margin-top: 15px;
}
.mymobe .mar20 {
    margin-top: 10px;
}
.mypc .topnav{
    width: 100%;
    height: 425px;
    background: url(../images/top1.jpg) center top no-repeat;
}
.mymobe .imgt{
    width: 200px;
}
.mymobe .img6{
    width: 70%;
    margin-top: 20px;
}
.zixun{
    color: white;
}
.mypc .zixun{
    width: 1090px;
    height: 183px;
    background: url(../images/8.png) center top no-repeat;
    padding-top:60px;
   
}
.mymobe .zixun{
    padding: 15px;
    background: #07346d;
}
.mypc .zixun p{
    margin-bottom:0px !important;
    
}
.zixun a{
    text-decoration: none !important;
    color: white;
}
.mypc .moimg{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 30px;
}
.conp{
    color: white;
    margin-bottom: 0;
}

.mymobe .mocon{
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.foot{
    padding: 15px;
    text-align: center;
    background: #000;
    color: white;
}