@media screen and (min-width:1600px) {
    html {
        font-size: 50px;
    }
}

@media (max-width:1599px) and (min-width:1080px) {
    html {
        font-size: 40px;
    }
}

@media (max-width:1079px) and (min-width:100px) {
    html {
        font-size: 30px;
    }
}

.layui-layer-btn {
    font-size: 13px
}

body {
    width: 100%;
    min-width: 1100px;
    margin: 0;
    font-family: Arial, Helvetica, "微软雅黑", sans-serif;
    background-color: white;
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

img {
    display: block;
}

.w1200 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}


/*flex布局*/

.flex-row {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-col {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-full {
    -webkit-flex: 1;
    flex: 1;
}

.flex-inline {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
}

.flex-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex-content {
    justify-content: space-between;
}

.flex-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex-left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}


/*header*/

header {
    width: 100%;
    overflow: hidden;
    height: 2rem;
    background-color: rgba(0, 0, 0, .15);
    position: fixed;
    top: 0;
    z-index: 100;
}

.header2 {
    display: none;
}

#header {
    height: 100%;
}

.logo {
    float: left;
    width: 25%;
    /*300/1200*/
    height: 100%;
    background: url(../images/logo.png) left center no-repeat;
    background-size: auto 65%;
}

.nav {
    width: 100%;
    float: right;
    height: 100%;
    line-height: 2rem;
    font-size: 0.32rem;
    /*16/50*/
    color: white;
    text-align: center;
    overflow: hidden;
}
 
.nav a {
    display: block;
    float: left;
    width: 11%;
    height: 100%;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.nav a:nth-child(1) {
    width: 9%;
}

.nav a:nth-child(3) {
    width: 14%;
}

.nav a:hover {
    background-color: rgba(0, 0, 0, .5);
    color: #00a4ff;
}


/*回到顶部*/

#top {
    width: 1rem;
    height: 1rem;
    background: url(../images/back_top.png) center no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 2rem;
    right: 2%;
    z-index: 50;
    cursor: pointer;
}


/*footer*/

footer {
    width: 100%;
    /*height:11.6rem;580/50*/
    background: url(../images/footer_bg.jpg) center no-repeat;
    background-size: cover;
}

.footerBox {
    width: 100%;
    overflow: hidden;
}

.footerLeft {
    float: left;
    overflow: hidden;
}

.footerLeft h1 {
    font-size: 0.6rem;
    /*30/50*/
    color: white;
    height: 3.8rem;
    /*190/50*/
    line-height: 3.8rem;
}

.footerNav>li {
    float: left;
    margin-right: 1.2rem;
    /*60/50*/
}

.footerNav h2 {
    font-size: 0.4rem;
    /*20/50*/
    color: white;
    width: 3.72rem;
    /*186/50*/
    height: 0.68rem;
    /*34/50*/
    line-height: 0.68rem;
    text-align: center;
    border: 1px solid white;
}

.contact>p {
    padding-left: 0.6rem;
    /*30/50*/
    margin-top: 0.48rem;
    /*24/50*/
    font-size: 0.28rem;
    /*14/50*/
    color: white;
}

.contact>p:nth-child(2) {
    background: url(../images/address_icon.png) left center no-repeat;
    background-size: auto 60%;
}

.contact>p:nth-child(3) {
    line-height: 0.48rem;
    /*24/50*/
    background: url(../images/phone_icon.png) left center no-repeat;
    background-size: auto 80%;
}

.contact>p:nth-child(4) {
    line-height: 0.48rem;
    /*24/50*/
    background: url(../images/mail_icon.png) left center no-repeat;
    background-size: auto 80%;
}

.contact>p:nth-child(5) {
    line-height: 0.48rem;
    /*24/50*/
    background: url(../images/qq_icon.png) left center no-repeat;
    background-size: auto 80%;
}

.about>div>p,
.link>div>p {
    font-size: 0.28rem;
    /*14/50*/
    text-align: center;
    padding-top: 0.48rem;
    /*24/50*/
    color: white;
    line-height: 1;
}

.about a:hover,
.link a:hover {
    color: #3caceb;
}

.footerRight {
    width: 3rem;
    /*150/50*/
    /* margin-top: 3.8rem; */
    /*140/50*/
    overflow: hidden;
    float: right;
}

.footerRight>img {
    width: 100%;
}

.footerRight>p {
    font-size: 0.32rem;
    /*16/50*/
    line-height: 3;
    text-align: left;
    color: white;
    padding-left:10px;
}

#footer>h5 {
    font-size: 0.32rem;
    /*16/50*/
    line-height: 10;
    text-align: center;
    color: white;
}


/*分页*/

.pageBox {
    float: right;
    margin: 0 auto 40px;
    overflow: hidden;
}

.pageBox li {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    font-size: 14px;
    color: #646464;
    float: left;
    border: 1px solid #ccc;
    cursor: pointer;
}

.pageBox li:hover {
    background-color: #f0f0f0;
}

.pageBox .cur_page:hover {
    background-color: #00a2e9;
}

.pageBox .cur_page {
    color: white;
    background-color: #00a2e9;
    border-color: #00a2e9;
}

.goInput {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    font-size: 14px;
    color: #646464;
    float: left;
    border: 1px solid #ccc;
    cursor: pointer;
    width: 10px;
}


/*右侧悬浮样式*/

.lanrenzhijia_service {
    width: 40px;
    height: 230px;
    background: url(../images/lanrenzhijia.png) no-repeat;
    position: fixed;
    right: 0px;
    top: 26%;
    z-index: 10;
}

.lanrenzhijia_service ul {
    display: block;
    width: 160px;
    height: 100%;
    float: left;
    position: relative;
}

.lanrenzhijia_service ul .right_bar {
    position: absolute;
    width: 40px;
    height: 230px;
    left: 0;
    top: 0;
    display: block;
}

.lanrenzhijia_service ul .right_qq {
    position: absolute;
    width: 120px;
    height: 76px;
    right: 0;
    top: 0;
    display: block;
}

.lanrenzhijia_service ul .right_qq2 {
    position: absolute;
    width: 120px;
    height: 76px;
    right: 0;
    top: 76px;
    display: block;
}

.lanrenzhijia_service ul .right_phone {
    position: absolute;
    width: 120px;
    padding-bottom: 10px;
    right: 0;
    bottom: 0;
    display: block;
    text-align: center;
    color: #555;
    font-size: 12px;
    color: #41bae6;
}


/*友情链接*/

.fb_box {
    padding: 15px 0;
    max-width: 100%;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    position: relative;
    margin-top: 40px;
}

.firendship_link {
    overflow: hidden;
    color: white;
    position: relative;
    line-height: 2;
}

.firendship_link p {
    float: left;
    font-size: 14px;
    padding-right: 20px;
    overflow: hidden;
}

.firendship_link a {
    font-size: 13px;
    padding-right: 40px;
    float: left;
    position: relative;
}

.firendship_link a:hover {
    color: #ddd;
}

.firendship_link a:after {
    content: '';
    width: 1px;
    height: 50%;
    background-color: white;
    position: absolute;
    right: 20px;
    top: 25%;
}

.firendship_link a:last-child:after {
    content: normal;
}


/* 20190531 邹荣乐修改首页新闻资讯*/

.news_list_new {
    margin-bottom: 60px;
    overflow: hidden;
}

.news_list_li_new {
    width: 350px;
    height: 300px;
    overflow: hidden;
}

.news_list_li_new_title {
    line-height: 44px;
    position: relative;
    overflow: hidden;
}

.new_title1::after {
    position: absolute;
    content: '';
    width: 24px;
    height: 25px;
    background: url('../images/icon/icon_xcx.png') no-repeat center center;
    background-size: 100% auto;
    left: 2px;
    top: 10px;
}

.new_title2::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 24px;
    background: url('../images/icon/icon_app.png') no-repeat center center;
    background-size: 100% auto;
    left: 2px;
    top: 10px;
}

.new_title3::after {
    position: absolute;
    content: '';
    width: 24px;
    height: 21px;
    background: url('../images/icon/icon_wz.png') no-repeat center center;
    background-size: 100% auto;
    left: 2px;
    top: 11px;
}

.news_list_li_new_title_h1 {
    padding-left: 36px;
    float: left;
    font-size: 22px;
    line-height: 44px;
    color: #666666;
}

.more_new {
    float: right;
    font-size: 14px;
    line-height: 44px;
    color: #999999;
}

.more_new:hover {
    color: #00a4ff;
}

.news_list_li li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
}

.news_list_li_sj {
    display: block;
    width: 60px;
    text-align: right;
    height: 40px;
    line-height: 40px;
}

.news_list_li_bt {
    display: block;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list_li_bt:hover {
    color: #00a4ff;
}

#newBridge .icon-right-center {
    top: 60%;
}

.lxb-container {
    bottom: 20px;
    top: auto;
}