﻿@charset "utf-8";

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    word-wrap: break-word
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
    margin: 0;
    padding: 0
}

ul,
ol,
dl {
    list-style-type: none
}

html,
body {
    *position: static;
    -webkit-text-size-adjust: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none
}

body,
th,
td,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
    color: #333;
}

body {
    line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a,
area {
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

a {
    text-decoration: none;
    cursor: pointer
}

a:hover {
    text-decoration: underline;
    outline: none;
    color: #333
}

a.ie6:hover {
    zoom: 1
}

a:focus {
    outline: none
}

a:hover,
a:active {
    outline: none
}

:focus {
    outline: none
}

sub,
sup {
    vertical-align: baseline
}

button,
input[type="button"],
input[type="submit"] {
    line-height: normal !important;
}

/*img*/
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle
}

a img,
img {
    -ms-interpolation-mode: bicubic
}

.img-responsive {
    max-width: 100%;
    height: auto
}

/*IE下a:hover 背景闪烁*/
*html {
    overflow: -moz-scrollbars-vertical;

    zoom:expression(function(ele) {
            ele.style.zoom="1"; document.execCommand("BackgroundImageCache", false, true)
        }

        (this))
}

/*HTML5 reset*/
header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
    display: block;
    margin: 0;
    padding: 0
}

time {
    display: inline
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

legend small {
    font-size: 15px;
    color: #999
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border-width: 0;
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

/*
	Name:			style_clearfix
	Example:		class="clearfix|cl"
	Explain:		Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
input::-webkit-input-placeholder {
    color: #bababa;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bababa;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bababa;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bababa;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl,
.clearfix {
    zoom: 1
}

.cl {
    clear: both;
    display: block
}

ul,
li {
    list-style-type: none;
}

i,
em {
    font-style: normal
}

a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: alll 0.3s;
}

body {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

a:hover {
    color: #0067b6;
    text-decoration: none
}

.weap {
    max-width: 1400px;
    margin: 0 auto;
}

.ui-nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-nowrap-multi {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*布局*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0
}

.flexalign {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ui-nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-nowrap-multi {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.flexbetweenr {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-betweenr;
    box-pack: space-between;
}

/*头部*/ 

.qm-top .box{ background:#fff; z-index:999; left:0; right:0;top:0;    box-shadow:0 0 3px rgba(0,0,0,.1) }
.qm-top .weap2{  height:70px; }
.qm-top .logo{  text-align:center;    width: 100%;
    height: 164px;
    background: url(../images/bannerBg.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;}
.qm-top .logo a{ display:block; height:100% }
.qm-top .logo img{ display:block; height:94px; margin:0 auto; position:relative;top:50%; transform:translateY(-50%)}
 
.qm-nav{ height:56px;}
.navbox{     width: 100%;
    height: 56px;
background: url(../images/navbarBg.png) no-repeat;
    background-size: cover;
    position: relative;}
@media (max-width: 999px){  
 .qm-nav .navbox{ background:#fff}
}
 
.qm-nav ul{ font-size:0; }
.qm-nav .nl{ float:left; position:relative;width:11.11%; } 
.qm-nav .nl .alink{  display:block; font-size:17px; text-align:center; line-height:56px; position:relative; color:#fff } 
 
.qm-nav .nl.on .alink{  color:#fff; font-size:17px; }
.qm-nav .sub{ display:none;   position:absolute; z-index:8;top:56px; left:0; background:#fff;  white-space: nowrap; width:auto; min-width:100%; }
 
.qm-nav .sub a{ color:#333; display:block; line-height:1.4; padding:6px 5px; text-align:center;font-size:14px;   }
.qm-nav .sub li{padding:5px;}
.qm-nav .sub a:hover{ background-color:#cccccc; color:#fff}

.logobox{ position:relative}


.topbar .weap{ height:52px; position:relative}
.topbar .left{ line-height:52px}
.topbar .left a{ display:inline-block; padding-left:24px; padding-right:20px; margin-left:21px; background-repeat:no-repeat; background-position:left center}
.topbar .left a:nth-child(1){ background-image:url(../images/icon-home.png);}
.topbar .left a:nth-child(2){ background-image:url(../images/icon-email.png);}
.topbar .date i{ margin-right:10px}
.header-search{border:1px solid #d3d3d3; border-radius:17px; position:absolute; z-index:2; right:0;top:50%;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex; width:207px; margin-top:-17px;}
.header-search .inbtn{flex:0 0 40px; height:34px; background:url(../images/icon-search.png) no-repeat center; background-size:18px; border:none; cursor:pointer} 
.header-search .input{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;  padding:0 10px; min-width:0; height:34px; border:none; background-color:#fff;border-radius:17px; }

.qm-nav .sub .exist{ position:relative}
.qm-nav .sub .nav3{ position:absolute; z-index:2; left:100%;top:0;    background: #0064d4;
    white-space: nowrap; display:none}
.qm-nav .sub .exist:hover .nav3{ display:block}
.qm-nav .sub .nav3 li{ padding:5px}	
.qm-top.fexbox .navbox{ position:fixed; z-index:999; left:0; right:0;top:0;}
/* 底部 */

/* footer */
.footer {
    background-color: #222222;
    font-size: 15px;
    color: #b4b5b5
}

.footer a {
    color: #b4b5b5
}

.footer a:hover {
    text-decoration: underline
}

.footer .weap {
    padding-top: 35px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer .footnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-betweenr;
    box-pack: space-between;
    padding-top: 10px
}

.footer .footnav dt {
    font-size: 20px;
    color: #b4b5b5;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.1
}

.footer .footnav dd {
    margin-bottom: 10px
}

.footer .footnav dd a {
    font-size: 16px;
}

.footer .footewm {
    flex: 0 0 137px;
    text-align: center;
    margin-left: 5%
}

.footer .footewm .p {
    line-height: 1.4;
    margin-top: 15px;
    font-size: 13px
}

.footer .footewm img {
    max-width: 100%
}

.footer .footadder {
    margin-right: 5%;
}

.footer .footadder .atel a {
    font-size: 30px;
    color: #fa8318
}

.footer .footadder .as {
    margin-top: 15px;
}

.footer .footadder .as a {
    display: inline-block;
    border: 1px solid #b4b5b5;
    line-height: 52px;
    width: 100%
}

.footer .footadder li a {
    font-size: 16px
}

.footer .footadder li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
}

.footer .footadder li i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%
}

.footer .footadder li .ico-01 {
    background-image: url(../images/ico-tel.png)
}

.footer .footadder li .ico-02 {
    background-image: url(../images/ico-adder.png)
}

.footer .footadder li .ico-03 {
    background-image: url(../images/ico-email.png);
    background-size: 80%
}

.footer .alogo {
    margin-bottom: 30px
}

.footer .banquan .weap {
    padding: 15px 0;
    color: #696969;
    display: block;
    overflow: hidden;
    border-top: 1px solid #3f3f3f
}

.footer .banquan {
    text-align: center;
    font-size: 14px;
}

.footer .banquan a {
    font-size: 14px;
    color: #696969
}

.footer .banquan span {
    margin: 0 10px
}

.footer .banquan .left {
    float: left
}

.footer .banquan .right {
    float: right
}

/*弹出视频*/
.videopop {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.videopop .bdbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%
}

.videopop .closebg {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, .7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.videopop .videobd {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 980px;
    padding: 10px;
    background-color: #252525
}

.videopop .videobd .video {
    height: 600px
}

.videopop .videobd video {
    display: block;
}

.videopop .mclsoe {
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    top: -40px;
    right: 0;
    background: url(../images/ico-clsoe.png) no-repeat center;
    background-size: 80%;
    cursor: pointer
}

/*页码*/
.pages {
    text-align: center;
    margin-top: 30px
}

.pages {
    font-size: 0;
}

.pages a {
    display: inline-block;
    margin: 0 3px;
    margin-bottom: 5px;
    padding: 0 12px;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.pages li.disabled a {
    background-color: #eee;
    color: #9e9e9e;
    cursor: no-drop
}

.pages a.page-num-current {
    background-color: #047ecb;
    color: #fff
}


.tool-bar {
    position: fixed;
    z-index: 50;
    right: 20px;
    bottom: 30%
}

.tool-bar .ico {
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    margin-bottom: 5px
}

.tool-bar .ico-f01 {
    background-image: url(../images/ico-f01h.png)
}

.tool-bar .ico-f02 {
    background-image: url(../images/ico-f02.png)
}

.tool-bar .ico-f03 {
    background-image: url(../images/ico-f03.png)
}

.tool-bar .a:hover .subbox {
    display: block
}

.tool-bar .subbox {
    display: none;
    position: absolute;
    z-index: 2;
    padding-right: 15px;
    right: 60px;
    top: 50%;
    transform: translateY(-50%)
}

.tool-bar .sub {
    box-shadow: 0px 4px 10px 0px rgba(80, 80, 80, 0.2);
    width: 140px;
    padding: 15px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-color: #fff;
    position: relative
}

.tool-bar .sub:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 50px;
    right: -40px
}

.tool-bar .sub::after {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    box-shadow: 5px 5px 13px 0px rgba(80, 80, 80, 0.2);
    content: "";
    display: block;
    top: 50%;
    margin-top: -7.5px;
    right: -7.5px;
    transform: rotateZ(-45deg);
}

.tool-bar .sub img {
    width: 100%
}

.tool-bar .sub .img {
    margin-bottom: 10px
}

.tool-bar .a {
    cursor: pointer;
    display: block;
    font-size: 12px;
    text-align: center;
    position: relative
}

.tool-bar .topa {
    margin-bottom: 10px
}

.tool-bar .topa .a {
    width: 60px;
    color: #fff;
    padding: 13px 0px;
}

.tool-bar .bottoma {
    width: 60px;
    padding: 13px 0px;
    border-radius: 60px;
    background: #fff;
}

.tool-bar .bottoma .a {
    color: #333;
    font-size: 12px;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.tool-bar .bottoma .a:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.tool-bar .js-top {
    width: 100%;
    height: 46px;
    background: url(../images/ico-jstop.png) no-repeat center;
    background-size: 30px;
    cursor: pointer;
}

.tool-bar .sub.subtel {
    width: 230px;
    text-align: left
}

.tool-bar .subtel li {
    padding-left: 10px;
    position: relative
}

.tool-bar .subtel .l2 {
    font-size: 22px;
    color: #F00;
    font-weight: bold;
}

.tool-bar .subtel .l3 {
    margin-bottom: 5px
}

.tool-bar .input {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
    background-color: #fff;
}

.tool-bar .p {
    margin-bottom: 10px;
    position: relative
}

.tool-bar .p2 {
    padding-right: 70px;
}

.tool-bar .p2 .codeimg {
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    cursor: pointer
}

.tool-bar .p2 .codeimg img {
    height: 32px
}

.tool-bar .inbtn {
    width: 100%;
    height: 32px;
    border: none;
    background-color: #F00;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.tool-bar .subtel li i {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0
}


.mfloat {
    display: none
}

.mflex {
    display: none
}

#popbox,
#weixintis {
    display: none
}

.header-search.block {
    top: 80px;
}

.header-search {
    background: #f0f0f0;
    padding: 50px 0;
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0
}

.header-search .center {
    position: relative;
    height: auto
}

.header-search .center .input {
    width: 100%;
    height: 59px;
    background: #fff;
    border: none;
    padding-right: 60px;
    padding-left: 20px;
    font-size: 16px;
    color: #999
}

.header-search .center .search-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    text-align: center;
    cursor: pointer
}

.header-search .center .search-right:before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #ddd;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    margin-top: -15px
}

.header-search .search-box {
    position: relative
}

.header-search .inbtn {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: none;
    background: url(../images/ico-rss.png) no-repeat center;
    background-size: 15px
}


@media(max-width:1366px) {}

@media(max-width:1230px) {
    .qm-nav {
        margin-right: 160px
    }
}

@media (max-width: 1201px) {
    .weap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .toptitle {
        display: none
    }

    .footer .footewm {
        flex: 0 0 130px;
        margin-left: 10px
    }

    .footer .footadder {
        margin-left: 30px
    }
}

@media (max-width: 999px) {

    body,
    a {
        font-size: 15px
    }

    *,
    :after,
    :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    header .header-search {
        position: fixed;
        top: 55px
    }

    .header-search {
        padding: 20px 0
    }

    .header-search .center .input {
        height: 40px;
        font-size: 14px
    }

    .header-search .search-box {
        padding-right: 0px;
    }

    .header-search .center .search-right {
        right: 0px
    }

    .header-search .sclose {
        position: absolute;
        z-index: 2;
        width: 40px;
        height: 40px;
        right: 0;
        top: 0;
        background: url(../images/ico-clsoeh.png) no-repeat center;
        background-size: 50%
    }

    .header-search.block {
        top: 55px
    }

    /*头部*/
    
    .qm-top .logo{ padding-top:5px; height:55px; padding-left:10px;}
.qm-top .logo a img{ height:43px}
.logobox{ position:static}
.topbar .left{ display:none}
.header-search{ z-index:99999; position:fixed;top:10px; margin-top:0; right:60px; width:150px}
.qm-top{ height:auto}
.qm-top .logo a{ float:left}
.qm-nav .nl{ background:#f8f8f8;}

.qm-nav .nl.on .alink{ color:#0064d4}
    .qm-top .qm-right {
        line-height: 55px
    }

    .topbar {
        display: none
    }

    .qm-top {
        height: 55px;
    }

    .qm-top .topbox {
        height: auto
    }

    .qm-top .box {
        height: 55px;
        position: relative;
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        position: fixed
    }

 
.qm-top .logo{ padding-top:5px; height:55px; padding-left:10px;}
.qm-top .logo a img{ height:43px}
.logobox{ position:static}

    .qm-top .logo {
        padding: 0;
        float: none;
    }

    .qm-top .logo a {
        display: inline-block;
        padding: 6px 0;
    }

    .qm-top .qm-right .a {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 12px
    }

    .qm-top .logo img {
        height: 43px;
        width: auto
    }

    .topbar .right {
        float: none;
    }

    .topbar .right .as {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0
    }

    .topbar .right .as a {
        font-size: 12px;
        margin-right: 20px
    }

    .topbar .right .as a i {
        width: 20px;
        height: 20px
    }

    .searchbox .bd .input {
        font-size: 12px
    }

    .qm-top .topsearch {
        margin-top: 10px;
        margin-right: 0;
        width: 160px;
    }

    .qm-top .qm-right {
        right: 80px;
    }

    .qm-top .topsearch .intxt {
        height: 30px;
        font-size: 12px;
    }

    .qm-top .topsearch .inbtn {
        width: 45px;
        font-size: 12px
    }

    .qm-top .weap {
        padding-right: 0
    }

    .qm-nav {
        width: 100%
    }

    .m-nav {
        display: block;
        height: 24px;
        width: 30px;
        transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .m-nav a {
        background-color: #0067b6;
        display: block;
        height: 3px;
        margin-top: -2px;
        position: relative;
        top: 50%;
        transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        width: 100%;
        border-radius: 3px;
    }

    .m-nav a:after,
    .m-nav a:before {
        background-color: #0067b6;
        content: "";
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        width: 100%;
        border-radius: 3px;
    }

    .m-nav a:before {
        top: -9px;
    }

    .m-nav a:after {
        top: 10px;
    }

    .qm-top.block .m-nav {
        transform: rotate(90deg);
    }

    .qm-top.block .m-nav a {
        background-color: transparent !important;
    }

    .qm-top.block .m-nav a:before {
        transform: translateY(0px) rotate(-55deg);
        -webkit-transform: translateY(9px) rotate(-45deg);
        -ms-transform: translateY(0px) rotate(-55deg);
    }

    .qm-top.block .m-nav a:after {
        transform: translateY(0px) rotate(55deg);
        -webkit-transform: translateY(-9px) rotate(45deg);
        -ms-transform: translateY(0px) rotate(55deg);
    }

    .qm-top.block {
        padding: 0;
        border-bottom: 1px solid #e2e2e2
    }

    .qm-top .topright {
        position: fixed;
        width: 100%;
        -webkit-box-sizing: border-box;
        z-index: 1;
        left: 0;
        top: 0px;
        right: 0;
        height: auto;
        width: auto;
        padding: 0 10px;
        -webkit-box-align: center;
        height: 24px;
        line-height: 24px;
        display: none
    }

    .qm-top .topright p {
        display: inline-block;
    }

    .qm-top.block .topright {
        display: -webkit-box;
        -webkit-box-align: center
    }

    .qm-nav {
        float: none;
        display: none;
        background: #fcfcfc;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 50px;
        right: 0;
        bottom: 0px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: auto
    }

    .qm-top.fexbox .qm-nav {
        top: 50px
    }

    .qm-top.block .qm-nav {
        display: block
    }

    .qm-nav ul {
        float: none
    }

    .qm-top .callbox {
        margin-bottom: 0;
        display: none
    }

    .qm-top.fexbox .qm-nav .nl {
        width: 100%;
        margin-left: 0
    }

    .qm-top.fexbox .qm-nav ul {
        float: none;
        padding-left: 0
    }

    .qm-top.fexbox .qm-nav .nl .alink { position:relative; z-index:1; padding:0 10px; line-height:50px; height:50px; width:auto; text-align:left; color:#333;  font-size:15px; border:none; margin:0}

    .qm-top.fexbox .logo {
        padding-top: 0;
    }

    .qm-top .qm-nav .weap {
        padding-left: 0;
        padding-right: 0;
    }

    .qm-nav .nl.exist:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 3;
        height: 46px;
        right: 0;
        width: 46px;
        top: 0;
        background: url(../images/menu-d1.png) no-repeat center right 10px;
    }

    .qm-nav .nl.on.exist:after,
    .qm-nav .nl:hover.exist:after {
        background-image: url(../images/menu-d1-on.png);
    }


    .qm-top.fexbox .box {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
    }

    .qm-top.fexbox .topright {
        display: block
    }

    .qm-nav .nl {
        width: 100%;
        float: none;
        padding: 0;
        
        background: none
    }

    .qm-nav .nl .alink {
        position: relative;
        padding: 0 10px;
        line-height: 45px;
        width: auto;
        text-align: left;
        color: #393939;
        border-bottom: 1px solid #e2e2e2;
        display: block;
        font-size: 16px;
        margin-left: 0
    }

    .qm-nav .nl.on .alink,
    .qm-nav .nl .alink:hover {
        border-top: none;
    }

    .qm-top .callbox a {
        background-size: 20px;
        font-size: 12px;
        padding-left: 30px
    }

    .qm-top .callbox a p {
        font-size: 12px;
    }

    .qm-nav .nl .alink:hover:after,
    .qm-nav .nl.on .alink:after {
        top: auto;
        bottom: 0
    }

    .qm-top.fexbox .qm-nav .nl .alink:hover:after,
    .qm-top.fexbox .qm-nav .nl.on .alink:after {
        display: block
    }

    .qm-nav .nl.fullnl {
        position: relative
    }

    .qm-nav .nl.fullnl .sub .weap {
        display: block
    }

    .qm-nav .nl.fullnl .sub dl {
        width: 100%;
        margin: 0;
    }

    .qm-nav .nl.fullnl .sub dl:after {
        display: none
    }

    .qm-nav .nl.fullnl .sub:after {
        display: none
    }

    .qm-nav .nl.fullnl .sub dt {
        height: 32px;
        line-height: 32px
    }

    .qm-nav .nl.fullnl .sub dd i {
        flex: 0 0 20px
    }

    .qm-nav .nl.fullnl .sub dd a {
        font-size: 14px
    }

    .qm-nav .nl .sub {
        position: static;
        width: auto;
        padding-top: 0;
        text-align: left;
        margin: 0;
        padding-left: 0px;
        border-bottom: 1px solid #e2e2e2;
    }

    .qm-nav .nl .sub a {
        padding: 0 25px;
        text-align: left;
        height: 32px;
        line-height: 32px
    }

    .qm-nav .nl .sub li:last-child a {
        border-bottom: none
    }

    .videopop .videobd .video {
        height: auto
    }

    .tool-bar {
        display: none
    }

    .footer .footnav {
        display: none
    }

    .footer .footadder {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

    .footer .banquan .left {
        float: none
    }

    .footer .banquan .right {
        float: none
    }

    /*底部三大功能键*/
    .floating.pc {
        display: none
    }

    .mfloat {
        display: block;
        height: 58px;
    }

    .mfloat ul {
        position: fixed;
        z-index: 97;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 58px;
        background: rgba(0, 0, 0, 0.9);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .mfloat ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        text-align: center;
    }

    .mfloat ul li:last-child {
        border-right: none
    }

    .mfloat ul li a {
        display: block;
        color: #fff;
        padding-top: 8px
    }

    .mfloat ul li i {
        display: block;
        width: 24px;
        height: 24px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 auto
    }

    .mfloat ul li i.ico-mf01 {
        background-image: url(../images/ico-f01h.png)
    }

    .mfloat ul li i.ico-mf02 {
        background-image: url(../images/ico-f03h.png);
    }

    .mfloat ul li i.ico-mf03 {
        background-image: url(../images/ico-f02h.png);
    }

    #popbox {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        display: none;
        z-index: 1000;
        background: rgba(0, 0, 0, .6);
    }

    #popbox .bd {
        margin: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -40%;
        width: 80%;
        padding: 10px;
        transform: translateY(-50%);
        text-align: center;
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0px 2px 6px #777;
        -webkit-box-shadow: 0px 2px 6px #777;
        -moz-box-shadow: 0px 2px 6px #777;
        border-radius: 10px;
        padding-top: 40px
    }

    #popbox .bd .close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 24px;
        height: 24px;
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-style: normal;
        background: #333;
        border-radius: 100%;
        cursor: pointer;
        display: block;
    }

    #popbox .bd img {
        width: 130px
    }

    #popbox .bd span {
        display: inline-block;
        padding: 0 10px;
        background-color: #222;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
    }

    #weixintis {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        padding: 20px 0;
        margin-top: -.2rem;
        z-index: 9999999;
        font-size: 14px;
        color: #fff;
        width: 90%;
        left: 50%;
        margin-left: -45%;
        text-align: center;
        background: rgba(0, 0, 0, 0.8);
        border: 2px solid #333;
        border-radius: 5px;
        display: none;
    }

}

@media(max-width:766px) {
    .qm-top .qm-right .a {
        margin-left: 20px
    }

    .pages {
        margin-top: 10px
    }

    .footer .banquan .weap {
        padding-left: 10px;
        padding-right: 10px
    }

    /*底部*/
    .footer .weap {
        display: none
    }
}