
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "微软雅黑";}

image,
input,
button {
    outline: none;
    border: none;
    background: transparent;}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    border: none;}

ul {
    list-style: none;}

.clear:after {
    content: '';
    display: block;
    clear: both;}

.px1460 {
    max-width: 1460px;
    margin: auto;}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;}

.pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;}

.fl,
.float_list>* {
    float: left;}

.fr {
    float: right;}

.float_list::after,
.px1460::after {
    clear: both;
    content: '';
    display: block;
    visibility: hidden;}

.wap {
    display: none;}

.head {
    padding: 45px 30px;
    background: url(../image/head.jpg) no-repeat center center;
    background-size: cover;}

.logo {}

.logo a {
    display: block;
    overflow: hidden;}

.logo img {
    display: block;}

.search {
    width: 340px;
    margin-top: 8px;
    position: relative;}

.search input[type="text"] {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 43px;
    height: 45px;
    background: #fff;
    padding-left: 23px;
    padding-right: 70px;
    border: 1px solid #bec7cf;}

.search input[type="image"] {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 43px;
    width: 66px;
    padding: 10px 23px;
    background: #e3a158;}

input::placeholder {
    color: #666;}

input::-webkit-input-placeholder {
    color: #666;}

input::-moz-placeholder {
    color: #666;}

.nav {
    position: relative;}

.nav>ul {
    padding: 0 30px;}

.nav>ul>li {
    width: 10%;
    margin-left: 1.25%;}

.nav>ul>li:first-child {
    margin-left: 0;}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 55px;
    transition: all .3s;}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    display: none;}

.nav>ul>li>div>ul {
    overflow: hidden;}

.nav>ul>li>div>ul>li {
    float: left;
    width: 100px;}
.nav>ul>li>div>ul>li.li12 {
    float: left;
    width: 140px;}
.nav>ul>li>div>ul.on>li {
    float: right;}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
    color: #333;
    transition: all .3s;}

.nav>ul>li ul a:hover {
    font-weight: 600;
    color: #0d5ea3;
    text-decoration: underline;}

.nav>ul>li.on>a,
.nav>ul>li.active>a {
    background: #e3a158;
    color: #fff;
    font-weight: 600;}

.foot {
    padding-top: 29px;
    padding-bottom: 25px;
    background: url(../image/foot.jpg) no-repeat center center;
    background-size: cover;}

.add {
    margin-top: 10px;}

.add p {
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    padding-left: 28px;
    background-position: left center;
    background-repeat: no-repeat;}

.add p:first-child {
    background-image: url(../image/add1.jpg);}

.add p:nth-child(2) {
    background-image: url(../image/add1.jpg);}

.add p:nth-child(3) {
    background-image: url(../image/add2.jpg);}
.add p:nth-child(4) {
    background-image: url(../image/add3.jpg);}

.qr div {
    width: 95px;}
.qr div:nth-child(2) {
    margin-left: 30px;}
.qr div:nth-child(3) {
    margin-left: 30px;}

.qr div img {
    display: block;
    width: 100%;}

.qr div p {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-top: 12px;}

.bq {
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid #fff;}

.bq a {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-align: center;}

.menuBtn {
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 9;
    padding-top: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;}

.menuBtn b {
    display: block;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;}

.menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px
;}

.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
;}

.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
;}

body.open {
    overflow: hidden;}

@media screen and (max-width:1460px) {
    .px1460 {
        padding-left: 10px;
        padding-right: 10px;}
}

@media screen and (max-width:1024px) {
    .pc {
        display: none;}
    .wap,
    .menuBtn {
        display: block;}
    .m-head {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        height: 70px;
        background: #0d5ea3;
        z-index: 999;}
    .m-nav {
        position: fixed;
        left: 110%;
        right: 0;
        bottom: 0;
        top: 70px;
        background: #0d5ea3;
        padding-top: 10px;
        overflow-y: scroll;
        z-index: 999;}
    .m-search {
        position: relative;
        width: 80%;
        height: 36px;
        overflow: hidden;
        margin: 15px auto;
        font-size: 0;}
    .m-search input[type='text'] {
        display: inline-block;
        width: 100%;
        line-height: 36px;
        padding: 0 35px 0 15px;
        color: #333;
        vertical-align: middle;
        background: #fff;
        border-radius: 5px;}
    .m-search input[type='image'] {
        position: absolute;
        top: 0;
        right: 0;
        padding: 8px;}
    .m-nav>ul>li {
        position: relative;
        line-height: 36px;
        padding-left: 20px;}
    .m-nav>ul>li>a {
        font-size: 14px;
        color: #fff;}
    .m-nav>ul>li>span {
        position: absolute;
        right: 0;
        top: 0;
        width: 36px;
        height: 36px;
        background: url(../image/icon2.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 10px;
        transition: all .3s;}
    .m-nav>ul>li.on>span {
        transform: rotate(90deg);}
    .m-nav>ul ul {
        display: none;
        overflow: hidden;
        padding-left: 20px;}
    .m-nav>ul ul>li {
        float: left;
        width: 33%;}
    .m-nav>ul ul>li>a {
        font-size: 12px;
        color: #fff;}
    .m-logo {
        float: left;
        max-width: 468px;}
    .m-logo a {
        display: block;
        overflow: hidden;
        padding: 5px 10px;}
    .m-logo img {
        display: block;
        width: 100%;
        height: 60px;}
    .add p {
        font-size: 12px;
        background-size: 10px auto;
        padding-left: 18px;}
    .bq a {
        font-size: 12px;}
}

@media screen and (max-width:768px) {
    .m-nav>ul ul>li {
        float: none;
        width: auto;}
}

@media screen and (max-width:640px) {
    .m-logo img {
        height: 40px;
        width: auto;}
    .m-head {
        height: 50px;}
    .m-nav {
        top: 50px;}
    .add,
    .qr {
        float: none;
        width: auto;}
    .add {
        margin-top: 0;}
    .add p {
        line-height: 24px;}
    .qr {
        margin-top: 10px;}
    .qr>div {
        width: 70px;}
    .qr div:nth-child(2) {
        margin-left: 10px;}
    .qr div p {
        font-size: 12px;}
    .bq {
        margin-top: 10px;
        padding-top: 10px;}
    .foot {
        padding-top: 10px;
        padding-bottom: 10px;}
}

@media screen and (max-width:380px) {
    .m-logo img {
        height: 30px;}
    .m-logo a {
        padding: 10px;}
}