/* 样式统一 */
html,body {
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
}
ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
p {
    margin: 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #33344A inset;
    -webkit-text-fill-color: #fff !important; // 关于接输入框文字颜色
    /* border: 1px solid #CCC!important; */
}
/* 布局 */
.box {
    margin: 0 auto;
    width: 1400px;
}
.root {
    position: relative;
    min-width: 1400px;
    color: #fff;
    font-size: 16px;
    font-family: Microsoft Yahei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}
.root::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
/* 间距 */
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt50 {
    margin-top: 50px;
}
.mt65 {
    margin-top: 65px;
}
.mt70 {
    margin-top: 70px;
}
.mt72 {
    margin-top: 72px;
}
.mt90 {
    margin-top: 90px;
}
.mt110 {
    margin-top: 110px;
}
.mr10 {
    margin-right: 10px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb70 {
    margin-bottom: 70px;
}
.ml30 {
    margin-left: 30px;
}
.mr20 {
    margin-right: 20px;
}
.pt70 {
    padding-top: 70px;
}
.pt80 {
    padding-top: 80px;
}
.pb70 {
    padding-bottom: 70px;
}
/* 浮动 */
.clear:after {
    content: "";
    display: block;
    clear: both;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
/* 文字 */
.tc {
    text-align: center;
}
.tl {
    text-align: left;
}
.fs18 {
    font-size: 18px;
}
.fs20 {
    font-size: 20px;
}
.fs22 {
    font-size: 22px;
}
.fs26 {
    font-size: 26px;
}
.fs30 {
    font-size: 30px;
}
.fs36 {
    font-size: 36px;
}
.fs40 {
    font-size: 40px;
}
.fs44 {
    font-size: 44px;
}
.main-color {
    color: #92d050;
}
.color111 {
    color: #111;
}
.color333 {
    color: #333;
}
.color666 {
    color: #666;
}
.colorfff {
    color: #fff;
}
.fbold {
    font-weight: bold;
}
/* 按钮 */
.btn {
    display: inline-block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background-color: #92d050;
    border: none;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}
.btn-lg {
    width: 216px;
    height: 50px;
    line-height: 50px;
}

/* 头部 */
.header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 90px;
}
.header-content,
.footer-content {
    color: #fff;
    font-size: 16px;
    height: 90px;
}
.header-content .left,
.header-content .right {
    display: inline-block;
}
/* logo */
.left .logo {
    display: inline-block;
    margin: 13px 0;
    width: 180px;
    height: 64px;
    background-image: url('../imgs/logo.png');
}
/* 导航 */
.right {
    margin-top: 15px;
}
.header-content li {
    display: inline-block;
}
.header-content .link {
    display: inline-block;
    margin: 0 9px;
    padding: 10px 10px;
    color: #fff;
}
.header-content .active {
    color: #92d050;
    font-weight: bold;
    border-bottom: 2px solid #92d050;
}
.header-content .link:hover {
    color: #92d050;
}
/* 中间内容 */
.content {
    min-height: calc(100% - 90px);
}

/* 底部 */
.footer-content {
    line-height: 90px;
    /* font-weight: bold; */
}
.footer-content li {
    display: inline-block;
    margin-right: 50px;
}
.f-icon {
    display: inline-block;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.f-phone {
    background-image: url('../imgs/f-phone.png')
}
.f-email {
    background-image: url('../imgs/f-email.png')
}
/* -------------------------移动端----------------------------------- */
/* 头部 */
.mobile {
    min-width: inherit;
    width: 100% !important;
}
.mobile .header {
    position: fixed;
    z-index: 1;
}
.mobile .header {
    padding: .2rem 0.4rem;
    width: calc(100% - .8rem);
    height: .85rem;
    background-color: #10112a;
}
.mobile .header-content {
    height: inherit;
    text-align: center;
}
.mobile .logo {
    height: .85rem;
}
.m-icon {
    display: inline-block;
    margin-top: .18rem;
    width: .48rem;
    height: .48rem;
    vertical-align: middle;
    background-size: 100%;
}
.memu-wrap {
    position: relative;
}
.memu {
    background-image: url('../imgs/mobile/menu.png');
}
.dropdown {
    position: absolute;
    top: .7rem;
    right: 0;
    width: 3.6rem;
    display: none;
    background: rgba(0,0,0,.9);
    z-index: 3;
}
.dropdown li {
    display: block;
}
.dropdown .link {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 3.14rem;
    height: 1.14rem;
    line-height: 1.14rem;
    font-size: .3rem;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

/* 内容区 */
.mobile .content {
    margin-top: 1.25rem;
}
.mobile .content .box,
.mobile .footer-content {
    width: inherit;
}
/* 移动端-banner */
.mobile .content>li:first-child {
    padding-top: 0;
    width: 100%;
    height: 3.38rem;
    background-image: url('../imgs/about/mobile/banner.png');
    background-size: cover;
}
.mobile .synopsis.box {
    width: calc(100% - .6rem);
    padding: 0 .3rem;
}
.mobile .synopsis p {
    padding-top: .72rem;
}
.mobile .synopsis img {
    width: 4.33rem;
    height: 1.22rem;
}
.mobile .btn {
    margin-top: .5rem;
    width: 1.62rem;
    height: .42rem;
    line-height: .42rem;
    font-size: .22rem;
}
/* 底部 */
.mobile .footer-content {
    width: inherit;
    height: 1.36rem;
    padding: .16rem 0;
}
.mobile .footer-content li {
    display: block;
    height: inherit;
    width: 100%;
    line-height: 1.9;
    font-size: .24rem;
}
.mobile .f-icon {
    margin-right: .18rem;
    width: .32rem;
    height: .32rem;
    background-size: 100%;
    vertical-align: sub;
}
.mf-phone {
    background-image: url('../imgs/mf-phone.png')
}
.mf-email {
    background-image: url('../imgs/mf-email.png')
}