html {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

html>div {
    display: none;
}

body {
    margin: 0;
    padding: 0;
    min-width: 1000px;
    overflow-x: auto;
    color: #000;
    font-size: 14px;
    font-family: 'Microsoft YaHei', SimSun, Arial, Tahoma, Helvetica;
    background-color: #fff;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li {
    list-style-type: none;
    vertical-align: middle;
}

input,
textarea {
    border: 0;
    outline: 0;
    resize: none;
    -webkit-appearance: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

i,
em {
    font-style: normal;
}

.Header {
    width: 100%;
    min-width: 1000px;
    max-width: 1920px;
    height: 55px;
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 99;
    /* border-bottom: 5px solid #009FE5; */
}

.Headers {
    margin: 0 auto;
    width: 1000px;
    height: 60px;
}

.Headers-nav {
    float: left;
    width: auto;
    height: 60px;
}

.Headers-nav li {
    float: left;
    width: auto;
    height: 60px;
}

.Headers-nav li a {
    padding: 0 17px;
    display: inline-block;
    width: auto;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 16px;
}

.Headers-nav li i {
    display: none;
    width: 10px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    top: -10px;
    margin-left: -5px;
    left: 50%;
}

.Headers-nav li:hover i {
    display: block;
    /* border-bottom: 5px solid #fff; */
}

.Headers-user {
    float: right;
    padding-top: 10px;
    width: auto;
    margin: 0 10px 0 0;
    height: 45px;
    font-size: 16px;
}

.Headers-user .name {
    float: left;
    margin-right: 10px;
    display: block;
    height: 35px;
    line-height: 35px;
    max-width: 130px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Headers-user .name i {
    font-style: normal;
}

.Headers-user a {
    float: left;
    display: block;
    width: auto;
    height: 45px;
    line-height: 35px;
}

.Headers-user a.Logout {
    color: #FEEB25;
}

.Headers-user a.Logout:hover {
    border-bottom: 5px solid #FEEB25;
}

.Headers-user a.Login {
    color: #fff;
}

.Headers-user a.Login:hover {
    border-bottom: 5px solid #fff;
}

.Top {
    background-color: #F5F5F5;
    height: 1100px;
}

.Top .Topcon {
    z-index: 10;
    position: relative;
    top: 0;
}

.Top .Topcon img {
    width: 628px;
    height: 316px;
    display: block;
    margin: 155px auto 76px;
    z-index: 10;
}

.Top .videoBox {
    position: absolute;
    height: 1200px;
    width: 100%;
    min-width: 1000px;
    left: 50%;
    overflow: hidden;
    top: 0;
    background: url('../img/bgg.jpg') center no-repeat;
    background-position: top;
    transform: translate(-50%, 0%);
}

.Top .videoBox video {
    width: auto;
}

.Mid {
    margin: -720px auto 0;
    /* padding: 20px 20px 50px; */
    z-index: 11;
    width: 100%;
    height: auto;
    /* background-color: #fff; */
    position: relative;
    /* box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16); */
}

.Mid_crumb {
    margin: 0 auto;
    padding: 0 20px;
    width: 960px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    background-color: #653DFF;
}

.Mid_crumb h4 {
    display: inline-block;
    margin-right: 10px;
}

.Mid_crumb a {
    display: inline-block;
    color: #fff;
}

.Mid_crumb i {
    display: inline-block;
    margin: 0 10px;
    font-family: SimSun;
    font-weight: 700;
}

.Mid_crumb span {
    display: inline-block;
}


/*底部*/

.Bot {
    width: 100%;
    min-width: 1000px;
    height: 120px;
    background: #fff;
}

.Bot {
    width: 100%;
    /* min-width: 1100px; */
    height: 120px;
    text-align: center;
    background-color: rgba(240, 242, 244, .9);
    padding-top: 35px;
    color: #777;
    position: relative;
}

.Bot a:hover {
    color: #000;
}


/*弹层*/

.popup-mask {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}

.popup-layer {
    display: none;
    margin: -320px 0 0 -500px;
    width: 1000px;
    height: 640px;
    overflow: visible;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 3000;
}

.popup-layer .popup-cont {
    width: 1000px;
    height: 640px;
    background-color: #000;
}

.popup-layer .popup-cont .IE {
    width: 100%;
    height: 640px;
    line-height: 640px;
    color: #f75307;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.popup-layer .popup-cont .IE a {
    color: #70a4fb;
}

.popup-layer .popup-cont .IE a:hover {
    text-decoration: underline;
}

.popup-layer .popup-close {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    font-size: 36px;
    text-align: center;
    background-color: #2f2f2f;
    border-radius: 0 5px 5px 0;
}

.popup-layer .popup-close {
    position: absolute;
    right: -44px;
    top: 0;
}

.popup-layer .popup-close:hover {
    color: #ff0;
}


/*提示窗*/

.popup-tishi {
    display: none;
    width: 720px;
    height: 40px;
    text-align: center;
    overflow: visible;
    position: fixed;
    left: 50%;
    top: 340px;
    z-index: 10000;
    margin-left: -360px;
}

.popup-tishi span {
    padding: 0 15px;
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #ccc;
    font-size: 16px;
}

.popup-tishi span {
    background-color: #474747;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 rgba(236, 236, 236, 1);
}

.popup-tishi.cur span {
    animation: bounceIn .3s ease-in-out 0s alternate;
}