﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    color: #727272;
    font-size: 14px;
}

img {
    display: block;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none
}

body {
    color: #f5f5f5
}
.head {
    position: relative;
    width: 100%;
    background: #3aaaf8;
    border-bottom: 1px solid #ddd;
    height: 48px;
    z-index: 9999;
}
.container {
    margin: 0 auto;
    width: 100% !important;
    margin-top: 5%;
}

.block {
    padding: 20px 0;
}
.index{
    width: 80%;
    margin: 0 auto;
}
.logo{
    float: left;
    width: 37%;
}
.logo img{
    width: 100%;
}
/* 主菜单 */
.header{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 8px 0;
}

.navbox {
    float: right;
    width: 61%;
    margin-top: 1%;
}
.m_img{
    display: none;
}
.nav {
    display: block;
    float: left;
    width: 100%;
}

.head .nav .nav_pc {
    width: 100%;
}

.nav ul li {
    float: left;
    position: relative;
    box-sizing: border-box;
    z-index: 999;
}

.nav ul li:first-child {
}

.nav ul li .f_a {
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 17px;
    color: #383838;
}

.nav ul li:hover .f_a {
    background-color: #cf1322;
    color: #fff;
    transition: all .3s
}

.nav ul li .s_navbox {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #00a2ff;
    z-index: 9999;
    box-sizing: border-box
}

.nav ul li .s_navbox .s_a a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #fff;
}

.nav ul li .s_navbox .s_a a:hover {
    background-color: #cf1322;
    color: #fff;
}

.m_nav {
    display: none
}

.headlf .m_logo {
    display: none
}

.headrg .m_menuimg {
    display: none
}

.active {
    background-color: #cf1322
}

.activ2 {
    background-color: #cf1322
}

/* 下拉侧边菜单 */
.sidenav {
    position: relative;
    width: 180px;
    display: block;
    float: left;
}

.sidenav label {
    width: 180px;
    display: block;
    padding-left: 55px;
    box-sizing: border-box;
    background: #128ee3;
    position: relative;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
}

.sidenav label i {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-size: 20px;
    left: 25px;
    top: 16px;
}

.sidenav .side {
    display: inline-block;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 999;
    width: 180px;
    background: #fff;
    border-top: none;
    background-color: rgba(255, 255, 255, .95);
    box-sizing: border-box;
}

.sidenav .side li {
    position: relative;
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box
}

.sidenav ul.side li:first-child {
    cursor: pointer;
}

.sidenav .side li a {
    color: #333;
    height: 40px;
    line-height: 40px;
    padding: 8px 0 8px 0;
    display: block;
    font-size: 16px;
}

.sidenav .side li a:hover {
    background: none;
    color: #0085cd;
}

.sidenav .side li a i {
    transition: all 0.3s ease 0s;
}

.sidenav .side li a i.side_t {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-size: 30px;
}

.sidenav .side li a:hover i {
    margin-left: 15px;
}

.icon1 {
    background: url(../images/sideicon1.png) no-repeat;
}

.icon2 {
    background: url(../images/sideicon1.png) no-repeat;
}

.icon3 {
    background: url(../images/sideicon1.png) no-repeat;
}

.icon4 {
    background: url(../images/sideicon1.png) no-repeat;
}

.icon5 {
    background: url(../images/sideicon1.png) no-repeat;
}

.icon6 {
    background: url(../images/sideicon1.png) no-repeat;
}

.icon7 {
    background: url(../images/sideicon1.png) no-repeat;
}

.sidenav .side li:hover .side_main {
    display: block;
    z-index: 999;
}

.sidenav .side .side_main {
    display: none;
    width: 500px;
    background: #FFFFFF;
    position: absolute;
    left: 180px;
    top: 0;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    border: 1px #cecece solid;
    z-index: 7;
}

.sidenav .side .side_main dl {
    margin: 20px;
    padding: 0;
}

.sidenav .side .side_main dl dt {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0173b2;
    font-weight: bold;
}

.sidenav .side .side_main dl dt b {
    font-size: 15px;
}

.sidenav .side .side_main dl dd {
    margin-bottom: 10px;
    display: inline-block;
}

.sidenav .side .side_main dl dd a {
    position: relative;
    display: inline-block;
    color: #777;
    font-size: 14px;
    margin: 0 4px;
    padding: 0 5px;
    border-right: 2px solid #bbbbbb;
    height: auto;
    line-height: 1.5;
    transition: all 0.2s ease 0s;
}

i.icon-hot,i.icon-new {
    display: inline-block;
    height: 9px;
    width: 24px;
    background: url(../images/img_public.png) no-repeat;
    vertical-align: middle;
}

i.icon-hot {
    background-position: 0 -240px;
}

i.icon-new {
    background-position: -40px -240px;
}

.sidenav .side .side_main dl dd a span {
    color: #999;
}

.sidenav .side .side_main dl dd a:hover {
    background: none;
    color: #cf1322;
    transform: translateY(-2px);
}

.sidenav .side .side_main dl dd a:hover b {
    color: #40adf5;
}

.sidenav .side .side_main dl dd a:hover span {
    color: #40adf5;
}

/* 轮播图 */
.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slideBox .hd {
    height: 10px;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 1;
}

.slideBox .hd ul {
    text-align: center;
    padding-top: 5px;
}

.slideBox .hd ul li {
    cursor: pointer;
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
}

.slideBox .hd ul .on {
    background: #00a2ff;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li img {
    width: 100%;
    vertical-align: top;
}
.footer{

    width: 100%;

    height: 325px;

    margin-top: 3%;

    background: url(../images/footer.jpg);

    background-repeat: no-repeat;

    background-size: cover;
}
.f-left{
    width: 35%;
    float: left;
    padding-top: 4%;
}
.fl-logo{
    width: 75%;
    height: auto;
    display: inline-block;
}
.fl-logo img{

    width: 100%;
}
.f-box{
    width: 70%;
    height: auto;
    display: inline-block;
    margin-top: 9%;
}
.f-box ul{
    width: 100%;
    float: left;
    margin-bottom: 6%;
    text-align: center;
}
.f-box li{
    width: 34%;
    height: auto;
    float: left;
    margin-right: 10%;
}
.f-box li img{
    width: 100%;
}
.f-box li h3{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 2px;
}
.f-box li p{
    color: #fff;
    font-size: 15px;
    margin-top: 8%;
}
.f-right{
    margin-top: 5%;
    width: 64%;
    padding-top: 0%;
    float: left;
}
.f-right ul{
    width: 50%;
    float: left;
}
.f-right li{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 9%;
}
.f-right li img{
    width: 6.5%;
    float: left;
    margin-right: 3%;
    margin-top: 5px;
}
.f-right li h3{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 2px;
    float: left;
    line-height: 37px;
}

.pagess{
    margin-top: 40px;
    width: 100%;
    height: auto;
    display: inline-block;
}
ul, ol, dl {
    list-style-type: none;
}
.page-start{
    background: none;
    border: 1px solid #aaa;
    color: #aaa;
    display: inline-block;
    line-height: 32px;
    margin: 0 2px;
    margin-right: 2px;
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    vertical-align: middle;
}
.page-this{
    background: none;
    border: 1px solid #aaa;
    color: #aaa;
    display: inline-block;
    line-height: 32px;
    margin: 0 2px;
    margin-right: 2px;
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    vertical-align: middle;
}
.paginator a {
    background: none;
    border: 1px solid #aaa;
    color: #aaa;
    display: inline-block;
    line-height: 32px;
    margin: 0 2px;
    margin-right: 2px;
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    vertical-align: middle;
}
.paginator {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.page-end{
    background: none;
    border: 1px solid #aaa;
    color: #aaa;
    display: inline-block;
    line-height: 32px;
    margin: 0 2px;
    margin-right: 2px;
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    vertical-align: middle;
}

.title_5 {
    display: block;
    color: #555;
    padding: 30px 30px;
    border-top: 1px solid #ccc;
    margin-top: 40px;
}
.title_5 li {
    width: 100% !important;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #ddd;
    font-size: 16px;
    font-weight: bold;
    float: left;
}
.title_5 li a {
    color: #999;
    font-size: 16px;
    font-weight: normal;
}

.mui-bars {
    display: none;
}

.pro-nav {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f8f8f8;
    padding: 1% 0;
}

.pn-left {
    float: left;
    width: 30%;
}

.pn-left img {
    float: left;
    width: 6%;
    margin-right: 2%;
    margin-top: 1px;
}

.pn-left a {
    color: #707070;
    font-size: 16px;
}

.pn-right {
    float: right;
    margin-top: -30px;
}

.pn-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pn-right li {
    display: inline-block;
    margin-left: 36px;
}

.pn-right li a {
    font-size: 18px;
    font-weight: bold;
}

.mui-bars {
    display: none;
}

.client-2{position:fixed;right:-170px;top:50%;z-index:900;display:block;}
.client-2 li a{text-decoration:none;}
.client-2 li{margin-top:1px;clear:both;height:71px;position:relative;}
.client-2 li i{background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0 auto;text-align:center;}
.client-2 li p{height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;margin: 0;}
.client-2 .my-kefu-qq i{background-position:4px 5px;}
.client-2 .my-kefu-tel i{background-position:0 -21px;}
.client-2 .my-kefu-liuyan i{background-position:4px -53px;}
.client-2 .my-kefu-weixin i{background-position:-34px 4px;}
.client-2 .my-kefu-weibo i{background-position:-30px -22px;}
.client-2 .my-kefu-ftop{display:none;}
.client-2 .my-kefu-ftop i{width:33px;height:35px;background-position:-27px -51px;}
.client-2 .my-kefu-left{float:left;width:77px;height:47px;position:relative;}
.client-2 .my-kefu-tel-right{font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.client-2 .my-kefu-right{width:20px;}
.client-2 .my-kefu-tel-main{background: #0085cd;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-main{background: #0085cd;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-weixin-pic{position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.my-kefu-weixin-pic img{width:115px;height:115px;}

.footer{
    display: block;
}
.footer-phone{
    display: none;
}



/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
    .nav ul li .f_a {
        font-size: 16px;
    }

    .nav ul li .s_navbox .s_a a {
        font-size: 12px
    }

    .foot_top ul {
        margin-left: 60px
    }

    .nav ul li .s_navbox .s_a {
        width: 100%
    }
}


/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .header{
        display: none;
    }
    .msgNum {
        display: none;
    }

    .slider {
        margin-top: 5%;
    }

    .m_img {
    display: block;
    height: 44px;
    background: #ebebeb;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    }

    .m_img .headlf {
    padding-top: 2px;
    padding-left: 5px;
    float: left;
    width: 74%;
    }

    .m_img .headlf .m_logo {
        height: 40px;
        display: block
    }

    .m_img .headrg {
        padding-right: 5%;
        padding-top: 14px;
        float: right;
    }

    .m_img .headrg a .m_menuimg {
        height: 16px;
        vertical-align: top;
        display: block
    }

    .m_nav {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }

    .m_nav .closecover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }

    .m_nav .closeicon {
        position: absolute;
        width: 20%;
        left: 30px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }
.m_nav .closeicon img{
    width: 45%;
}
    .m_nav .m_navList {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%;
        overflow-y: scroll;
    }
.m_nav .m_navList ul li .m_f_a span{
    color: #fff;
}
    .m_nav .m_navList ul {
        padding-left: 5%;
        padding-right: 5%
    }

    .m_nav .m_navList ul li {
        border-bottom: 1px solid #232530
    }

    .m_nav .m_navList ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }

    .m_nav .m_navList ul li .m_f_a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }

    .m_nav .m_navList ul li .m_f_a a {
        flex: 1;
    }

    .m_nav .m_navList ul li .m_f_a i {
        width: 40px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
    }

    .icon {
        background: url(../images/plus.png) 100% no-repeat;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .icon_on {
        background: url(../images/reduce.jpg) 50% no-repeat!important;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .m_nav .m_navList ul li .m_s_nav {
        display: none;
        width: 100%;
    }

    .m_nav .m_navList ul li .m_s_nav a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10%;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
    }
    .mui-bars {
        position: fixed;
        z-index: 10;
        right: 0;
        left: 0;
        height: 44px;
        padding-right: 10px;
        padding-left: 10px;
        border-bottom: 0;
        -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 85%);
        box-shadow: 0 0 1px rgb(0 0 0 / 85%);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-color: #21afef;
    }
    .mui-bars li {
        width: 33%;
        text-align: center;
        float: left;
        padding-top: 6px;
        padding-bottom: 4px;
    }
    .mui-bars li a {
        color: white;
        font-size: 12px;
    }
    .mui-bars li img {
        width: 20%;
        text-align: center;
        display: inline-block;
        margin: 0 auto;
    }
    .m_img .headlf img{
    height: 34px;
    display: block;
    width: 100%;
    margin-left: 14px;
    margin-top: 2px;
    }
    .header{
        display: none;
    }
    .footer {
        width: 100%;
        height: 730px;
        margin-top: 3%;
        background: url(../images/footer.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .f-left {
        width: 100%;
        float: left;
        padding-top: 11%;
        text-align: center;
        margin: 0 auto;
    }
    .f-box {
        width: 80%;
        height: auto;
        display: inline-block;
        margin-top: 9%;
        margin-left: 21%;
    }
    .f-right {
        margin-top: 5%;
        width: 100%;
        padding-top: 0%;
        float: left;
    }
    .f-right ul {
        width: 100%;
        float: left;
    }
    .f-right li {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-bottom: 4%;
    }
    .f-right li img {
        width: 8.5%;
        float: left;
        margin-right: 0;
        margin-top: 5px;
    }
    .f-right li h3 {
        font-size: 13px;
        font-weight: normal;
        color: #fff;
        letter-spacing: 2px;
        float: right;
        line-height: 26px;
        width: 100%;
    }
        .mui-bar-tabs {
        bottom: 0;
        display: table;
        width: 100%;
        height: 50px;
        padding: 0;
        table-layout: fixed;
        border-top: 0;
        border-bottom: 0;
        -webkit-touch-callout: none;
    }
        .mui-bars {
        position: fixed;
        z-index: 10;
        right: 0;
        left: 0;
        height: 44px;
        padding-right: 10px;
        padding-left: 10px;
        border-bottom: 0;
        -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 85%);
        box-shadow: 0 0 1px rgb(0 0 0 / 85%);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-color: #21afef;
    }
        .mui-bars li {
        width: 33%;
        text-align: center;
        float: left;
        padding-top: 6px;
        padding-bottom: 4px;
    }
        .mui-bars li a {
        color: white;
        font-size: 12px;
    }
        .mui-bars li img {
        width: 20%;
        text-align: center;
        display: inline-block;
        margin: 0 auto;
    }
    .pro-nav {
    width: 100%;
    height: auto;
    background: #f8f8f8;
    padding: 1% 0;
    display: none;
}
.footer{
    display: none;
}
.footer-phone{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 3%;
    background-color: #21afef;
    padding-bottom: 23%;
}
.footer-phone .index {
    width: 93%;
    margin: 0 auto;
}
.index {
    width: 95%;
    margin: 0 auto;
}
.client-2{
    display:none;
}
}