/* CSS reset */
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}*/
* {
    margin: 0 auto;
    padding: 0;
    font-family: Source Han Sans CN;
    word-break: break-all;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

input,
button {
    border: none;
    font-family: 'simhei';
}

button {
    background-color: transparent;
    cursor: pointer;
}

input:focus {
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
}

input,
button:focus {
    outline: none;
}

input,
textarea,
select {
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

/* input::-webkit-input-placeholder {
	color: #cccccc;
	font-size: .22rem;
}

input:-moz-placeholder {
	color: #cccccc;
	font-size: .22rem;
}

input::-moz-placeholder{
	color: #cccccc;
	font-size: .22rem;
}

input:-ms-input-placeholder {
	color: #cccccc;
	font-size: .22rem;
} */


/* 定位  浮动*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: block;
}

/* 可修复IE6中双倍边距bug */
.fr {
    float: right;
    display: block;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.zoom {
    zoom: 1;
}

.none {
    display: none;
}

.imgBox img {
    display: block;
    width: 100%;
    height: 100%;
}

/*
@功能：全局css定义
*/
body {
    font-size: 0.16rem;
    color: #333333;
    font-family: "microsoft yahei";
}

a {
    color: inherit;
    text-decoration: none;
}

.w750 {
    width: 7.5rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /* min-height: 10rem; */
}

.w700 {
    width: 7rem;
    margin: 0 auto;
}

.row::after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
}

.container {
    width: 7.02rem;
    margin: 0 auto;
}

.container::after {
    content: "";
    height: 0px;
    display: block;
    clear: both;
}

/*去除input的默认样式  number的箭头*/
/*在chrome下：*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

/*Firefox下：*/
input[type="number"] {
    -moz-appearance: textfield;
}

.mb-40 {
    margin-bottom: .4rem;
}

.header {
    width: 100%;
    height: 1.6rem;
    padding: .16rem .3rem;
    box-sizing: border-box;
    background-color: #fafafa;
    position: sticky;
    top: 0;
    z-index: 999;
}

.header .gbdm {
    display: block;
    position: absolute;
    bottom: .1rem;
    left: 1.22rem;
    font-size: 0;
}

.header .gbdm p {
    /* display: inline-block; */
    font-size: 0.22rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.3rem;
	letter-spacing: 0.01rem;
	color: #0069b7;
}
.header .gbdm span{
    display: inline-block;
    font-size: 0.18rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.3rem;
	letter-spacing: 0rem;
	color: #0069b7;
    /* margin-left: 0.1rem; */
}


.logo {
    width: 3.93rem;
    height: .81rem;
    float: left;
    background-size: 100% auto;
}
.logo img{
    display: block;
    object-fit: contain;
}
.inputBox{
    float: left;
	height: 0.5rem;
    margin-left: 0.5rem;
    margin-top: 0.29rem;
    position: relative;
}
.inputBox input{
    width: 1.52rem;
	height: 0.5rem;
	border-radius: 0.05rem;
	border: solid 0.01rem #333333;
    padding-left: 0.05rem;
    font-size: 0.2rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.5rem;
	color: #333333;
}
.inputBox a{
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/sousuo.png) center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0.1rem;
    right: 0.09rem;
}
.searth_nav {
    float: right;
    padding-top: .3rem;
}
.nav {
    float: left;
    width: .65rem;
    height: .48rem;
    /* margin-left: .58rem; */
    position: relative;
}

.navBtn {
    width: .65rem;
    height: .48rem;
    background: url(../img/nav_icon.png) center no-repeat;
    background-size: 100% auto;
    /* background-size: contain; */
}

.navMain {
    display: none;
    width: 2.2rem;
    position: absolute;
    right: 0;
    top: 0.94rem;
    background-color: #ffffff;
    font-size: .26rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .8rem;
    letter-spacing: 0;
    color: #333333;
    text-align: center;
    z-index: 9999999;
}

.navMain a {
    display: block;
    transition: all .3s;
}
/* .navMain li:hover a{
    background-color: #0376be;
    color: #fff;
} */
.navMain li dl {
    display: none;
}

.navMain li.on>a {
    background-color: #0376be;
    color: #fff;
}

.navMain li.on dd {
    padding-top: .2rem;
    padding-bottom: .2rem;
    line-height: .4rem;
    background-color: rgba(3, 118, 190, 0.9);
    color: #fff;
}
footer{
    width: 7.5rem;
	height: 3rem;
	background-color: #0376be;
    padding: 0.22rem 0.3rem;
    box-sizing: border-box;
    position: relative;
    /* position: sticky;
    bottom: 0;
    z-index: 999; */
}
footer .left{
    float: left;
}
footer .left p img{
    display: block;
    object-fit: contain;
    width: 3.33rem;
    height: 0.78rem;
    margin: 0;
}
footer .left ul{
    margin-top: 0.15rem;
}
footer .left ul li{
    font-size: 0.2rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.3rem;
	letter-spacing: 0.01rem;
	color: #ffffff;
}
footer .right{
    float: right;
    width: 3.33rem;
    position: absolute;
    right: 0.3rem;
    top: 0.38rem;
}
footer .right ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
footer .right ul li{
    width: 1.03rem;
    height: 1.33rem;
    margin: 0;
}
footer .right ul li img{
    display: block;
    width: 1.03rem;
    height: 1.03rem;
}
footer .right ul li span{
    display: block;
    font-size: 0.2rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.3rem;
	letter-spacing: 0.02rem;
	color: #ffffff;
    text-align: center;
}
/* 浮窗 */
#moveWindow{
    position: fixed;
    right: 0.16rem;
    top: 4rem;
    z-index: 999;
  }
  #moveWindow a{
    width: 2.53rem;
    height: 1.09rem;
    display: block;
  }
  #removeMW{
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    position: absolute;
    right: -0.16rem;
    top: -0.18rem;
    cursor: pointer;
  }
  #removeMW img,#moveWindow img{
    width: 100%;
    height: 100%;
  }