﻿
body {
    width: 100%;
    margin: 0px;
}

img {
    border: none;
    vertical-align: middle;
}

img {
    -ms-interpolation-mode: bicubic;
}

#maincontent {
    width: 100%;
    min-width: 1010px;
    background: #000;
    height: 528px;
    overflow: hidden;
    position: relative;
}

#maincontent-2 {
    background: #000;
    height: 328px;
    overflow: hidden;
    position: relative;
}

#contact-zhongjian {
    margin-left: auto;
    margin-right: auto;
}

#maincontent div.pict {
}

#maincontent div.main {
    position: static;
    text-align: center;
    display: block;
    cursor: pointer
}

#maincontent .mygg {
    display: none;
    position: absolute;
}

#maincontent .left {
    top: 200px;
    left: 0;
    cursor: pointer;
}

#maincontent .right {
    top: 200px;
    right: 0;
    cursor: pointer;
}

#maincontent .main .guardian {
    display: none;
    height: 0;
}

#maincontent .navi {
    z-index: 9999999;
}

div#maincontent div.main {
    display: none;
}

div#maincontent div.mygg {
    position: absolute !important;
}

#mygg-cn {
    position: absolute;
    width: 100%;
    height: 90px;
    z-indent: 2;
    left: 20px;
    top: 475px;
    text-align: left;
    font-family: "微软雅黑";
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    line-height: 25px;
}

#mygg-en {
    position: absolute;
    width: auto;
    height: 35px;
    z-indent: 2;
    left: 20px;
    top: 500px;
    text-align: left;
    font-family: "微软雅黑";
    color: #FFF;
    font-size: 14px;
}

#mygg-cn-title {
    position: absolute;
    width: auto;
    height: 30px;
    z-indent: 2;
    left: 30px;
    top: 480px;
    text-align: left;
    font-family: "微软雅黑";
    color: #666;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    line-height: 12px;
}
@media (max-width: 736px){
    #maincontent{
        max-width: 1010px;
        min-width: 100%;
        height: 370px;
    }
    .r{
        display: none;
    }
    #rczhongjian{
        max-width: 1010px;
        width: 100%;
    }
    #maincontent .navi{
        width: 30px;
        height: 30px;
        opacity: 0.8;
    }
}