﻿*,
: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;
}

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: #999999;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

.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;
    background-color: #fff;
}

a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
}

a:hover {
    color: #147ec9;
    text-decoration: none
}

.weap {
    margin: 0 auto;
    padding-left: 6%;
    padding-right: 6%
}

table {
    width: 100%;
    empty-cells: show;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.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;
}

.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;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    height: 90px;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.qm-top .weap {
    height: 90px;
    position: relative
}

.qm-top .logo {
    float: left;
    padding-top: 20px;
}

.qm-top .logo a {
    display: block;
    float: left
}

.qm-top .logo img {
    display: block;
    height: 52px;
}

.topbox {
    height: 90px;
}

.qm-top .search-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    right: 6%;
    top: 50%;
    top: 50%;
    margin-top: -13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 204px;
}

.qm-top .search-box .input {
    font-size: 13px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    height: 26px;
    border: 1px solid #ddd;
    padding: 0 10px
}

.qm-top .search-box .inbtn {
    width: 30px;
    flex: 0 0 30px;
    height: 26px;
    background: #355ca7 url(../image/ico-s.png) no-repeat center;
    background-size: 100%;
    border: none;
    height: 26px;
    cursor: pointer
}

.qm-top .lang span:before {
    width: 16px;
    height: 16px
}

.qm-top .lang span:after {
    border-top: 6px solid #929499;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-left: 4px;
}

.qm-top .lang span:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url(../image/ico-lang.png) no-repeat center;
    background-size: 100%;
    margin-right: 8px;
    position: relative;
    top: -2px
}



.qm-nav {
    float: right;
    margin-right: 0;
}

.qm-nav ul {
    font-size: 0;
}

.qm-nav .nl {
    float: left;
    position: relative;
    margin-left: 15px
}

.qm-nav .nl .alink {
    display: block;
    font-size: 17px;
    text-align: center;
    line-height: 90px;
    position: relative;
    padding: 0 15px;
}

.qm-nav .nl.exist .alink:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 5px;
    margin-left: 10px
}

.qm-nav .nl.on .alink {
    color: #147ec9;
    font-weight: bold
}

.qm-nav .nl.on .alink:before {
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #147ec9
}

.qm-nav .sub {
    display: none;
    position: absolute;
    z-index: 8;
    top: 90px;
    left: -70px;
    background: rgba(255, 255, 255, .8);
    white-space: nowrap;
    width: auto;
    padding: 30px;
}

.qm-nav .sub.right {
    left: auto;
    right: 0
}

.qm-nav .sub ul {
    display: inline-block;
    vertical-align: top;
}

.qm-nav .sub .img {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 180px;
    overflow: hidden
}

.qm-nav .sub .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qm-nav .nl.exist .alink:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid #333;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}

.qm-nav .sub ul {
    margin-right: 75px
}

.qm-nav .sub li {
    border-bottom: 1px solid #8b8c8e;
    margin-bottom: 5px
}

.qm-nav .sub a {
    display: block;
    line-height: 1.4;
    padding: 10px 0;
    text-align: left;
    padding-left: 22px;
    font-size: 18px;
    min-width: 134px;
}

.qm-nav .sub a:hover {
    font-weight: bold
}

.logobox {
    position: relative
}

/* 底部 */
.footer {
    background-color: #125CB3;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
}

.foottop .weap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-betweenr;
    box-pack: space-between;
}

.footer a {
    color: #fff
}

.footer a:hover {
    font-weight: normal;
    color: #fff
}

.foottop {
    padding-top: 70px;
    padding-bottom: 35px;
    background: #125cb3;
    background-size: cover;
}

.foottop dl dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff
}

.foottop dl.navdl dt:after {
    content: "";
    display: block;
    width: 28px;
    height: 3px;
    background-color: #fff;
    margin-top: 5px
}

.foottop dl dd a {
    font-size: 17px;
    color: #fff
}

.foottop dl dd a:hover {
    text-decoration: underline
}

.foottop dl dd {
    margin-bottom: 10px;
}


.foottop .footinfo {
    width: 25%;
    flex: 0 0 25%;
    text-align: right;
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding-left: 10px
}

.foottop .footinfo dt {
    margin-bottom: 0px;
}

.foottop .footinfo dt img {
    width: 214px
}

.foottop .footinfo dd img {
    width: 148px
}

.foottop .footinfo img {
    max-width: 100%
}

.foottop .footinfo .tel a {
    font-size: 20px
}


.banquan {
    font-size: 15px;
    padding: 10px 0;
    color: #fff
}
.banquan .bleft{
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top:10px;
}
.banquan a {
    color: #fff;
    font-size: 15px
}

.banquan .bleft {
    float: left
}

.banquan .weap {
    overflow: hidden
}

.banquan .weap .s {
    display: inline-block;
    vertical-align: middle;
}

.banquan .bleft .s {
    margin-right: 20px;
}

.banquan .bright {
    float: right
}

.banquan .bright .s {
    margin-left: 20px;
}


/*页码
.pages{ text-align:center; font-size:0; margin-top:30px}
.pages li{ display:inline-block; margin:0 7px;}
.pages li a{ padding:0 10px; display:block; line-height:40px; background-color:#fff; min-width:40px; border:1px solid #e9e8e8; margin:0 -1px}
 
.pages li.on a,.pages li a:hover{ background-color:#fd911e; color:#fff}
*/
/*页码 2022-12-15*/
.pages {
    text-align: center;
    font-size: 0;
    margin-top: 30px
}

.pages a,
.pages span {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    line-height: 40px;
    background-color: #fff;
    min-width: 40px;
    border: 1px solid #e9e8e8;
    margin: 0 7px;
}

.pages .current,
.pages a:hover {
    background-color: #fd911e;
    color: #fff
}

.lang {
    position: absolute;
    z-index: 23;
    right: 335px;
    top: 50%;
    margin-top: -14px;
}

.lang .sub {
    padding-left: 24px;
    position: absolute;
    z-index: 3;
    left: 0;
    background-color: #fff;
    top: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    right: 0;
    display: none
}

.lang:hover .sub {
    display: block
}

@media (max-width: 1550px) {
    .qm-nav .nl {
        margin-left: 0
    }

    .weap {
        padding-left: 50px;
        padding-right: 50px
    }

    .qm-top .search-box {
        right: 50px
    }
}

@media (max-width: 1440px) {
    body {
        font-size: 14px
    }

    a {
        font-size: 14px
    }

    .weap {
        padding-left: 50px;
        padding-right: 50px;
    }

    .topbox {
        height: 90px;
    }

    .qm-top .box {
        height: 90px
    }

    .qm-top .logo {
        padding-top: 18px
    }

    .qm-nav .nl .alink {
        font-size: 15px
    }

    .qm-nav .sub {
        top: 90px
    }

    .qm-top .weap {
        height: 90px
    }

    .banquan {
        text-align: center
    }

    .banquan .bleft {
        float: none
    }

    .banquan .bright {
        float: none
    }
}

@media (max-width: 1270px) {
    .weap {
        padding-left: 30px;
        padding-right: 30px
    }

    .qm-nav .sub a,
    .qm-nav .nl .alink {
        font-size: 14px
    }

    .qm-nav .sub a {
        min-width: 100px
    }

    .qm-nav .sub .img {
        width: 200px;
        height: 140px
    }

    .qm-nav .sub ul {
        margin-right: 20px
    }

    .qm-top .logo img {
        height: 22px
    }

    .qm-top .logo {
        padding-top: 35px
    }

    .qm-nav {
        padding-right: 10px;
        margin-right: 120px
    }

    .qm-top .search-box {
        width: 120px;
        right: 30px
    }

}

@media (max-width: 999px) {

    /*头部*/
    .weap {
        padding-left: 10px;
        padding-right: 10px
    }

    body.ow {
        overflow: hidden
    }

    .qm-top {
        height: 55px
    }

    .qm-top .box .weap {
        height: 55px;
    }

    .qm-top .box {
        width: 100%;
        height: 55px;
        z-index: 999;
        position: relative
    }

    .topbox {
        height: 55px;
        position: fixed;
        z-index: 999;
        left: 0;
        right: 0;
        top: 0;
    }

    .qm-top .search-box {
        right: 50px
    }

    .qm-top .logo {
        padding-top: 11px
    }

    .qm-top .logo a img {
        height: 33px
    }

    .logobox {
        position: static
    }

    .m-s {
        right: 60px
    }

    .m-nav {
        display: block;
        height: 20px;
        width: 26px;
        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: 50%;
        margin-top: -10px;
    }

    .m-nav a {
        background-color: #355ca7;
        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: #355ca7;
        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: -7px;
    }

    .m-nav a:after {
        top: 8px;
    }

    .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(7px) rotate(-45deg);
        -ms-transform: translateY(0px) rotate(-55deg);
    }

    .qm-top.block .m-nav a:after {
        transform: translateY(0px) rotate(55deg);
        -webkit-transform: translateY(-7px) rotate(45deg);
        -ms-transform: translateY(0px) rotate(55deg);
    }

    .qm-top .box .navbox {
        display: none
    }

    .qm-top .box .navbox .weap {
        padding-left: 0;
        padding-right: 0
    }

    .qm-nav .nl.exist .alink:after {
        position: absolute;
        z-index: 2;
        right: 10px;
        top: 50%;
        margin-top: -2.5px;
    }


    .qm-nav {
        height: auto;
        float: none;
    }

    .qm-nav .navbox {
        background: rgba(0, 0, 0, .75);
        position: fixed;
        z-index: 999;
        left: 0;
        top: 55px;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        padding-top: 0;
        height: auto;
        border-bottom: none
    }

    .qm-nav .nl {
        width: 100%;
        float: none;
        padding: 0;
        background: #f8f8f8;
        margin-left: 0;
        border-bottom: 1px solid #e2e2e2;
        position: relative
    }

    .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-nav .nl:after {
        display: none
    }

    .qm-nav .exist:before {
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        background-size: auto 30%;
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        background-image: url(../image/ico-jia.png);
        background-repeat: no-repeat;
        background-position: center;
        opacity: .8;
    }

    .qm-nav .exist.onn:before {
        background-image: url(../image/ico-jiaon.png);
    }

    .qm-nav .nl.exist .alink:after {
        display: none
    }

    .qm-nav .sub ul {
        padding-right: 0
    }

    .qm-nav .nl.on .alink {
        border-bottom: none;
        border: none
    }

    .qm-nav .sub {
        position: static;
        background: #fff;
        width: auto;
        margin: 0;
        border-top: 1px solid #e2e2e2;
        text-align: left;
        padding: 10px
    }

    .qm-nav .sub ul {
        display: block;
        margin-right: 0
    }

    .qm-nav .sub li {
        margin-left: 0;
        display: block;
        border-bottom: none
    }

    .qm-nav .sub a {
        text-align: left;
        padding: 0 15px;
        font-size: 14px;
        background: none;
        line-height: 32px;
        height: 32px;
        color: #333
    }

    .qm-nav .sub a:before {
        content: "";
        display: inline-block;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #999;
        margin-right: 8px;
        vertical-align: middle
    }

    .qm-top.block .box .navbox {
        display: block;
    }

    .qm-nav .nl.on .alink:before {
        width: 100%;
        margin: 0;
        left: 0;
        height: 2px
    }

    .qm-nav .sub .img {
        display: none
    }

    .foottop .footinfo {
        border-left: none;
        text-align: center;
        width: 100%
    }

    .foottop dl.navdl {
        display: none
    }

    .foottop .weap {
        display: block
    }

    .footinfo {
        width: 100%;
        text-align: center
    }

    .foottop .footinfo {
        padding-left: 0
    }

    .foottop dl dd {
        padding-left: 0
    }

    .foottop .footinfo dt img {
        width: 180px
    }

    .foottop .footinfo dd img {
        width: 120px
    }

    .foottop {
        padding: 10px 0
    }

    .banquan .bright .s,
    .banquan .bleft .s {
        margin: 0 10px
    }

    .banquan .bright {
        margin-top: 10px
    }

    .foottop .footinfo img {
        width: 120px
    }

    .banquan {
        text-align: center
    }

    .banquan .bleft {
        float: none;
    }

    .banquan .bright {
        float: none
    }

    .banquan {
        font-size: 13px
    }

    .banquan a {
        font-size: 13px
    }


    .lang {
        right: 180px;
    }

    .lang span {
        display: none
    }

    .lang .sub {
        display: block;
        line-height: 28px;
        position: static !important;
        box-shadow: none;
        padding-left: 0
    }

    .lang:hover .sub {
        display: block;
    }

    @media(max-width:766px) {
        body {
            line-height: 1.6;
        }


        .pages li {
            margin: 0 3px;
            margin-bottom: 5px
        }

        .pages li a {
            padding: 0 10px;
            height: 32px;
            line-height: 30px
        }



    }