﻿@charset "utf-8";
* {font-family:"Microsoft YaHei" !important;}
html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0px;
}

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

select,
input {
    vertical-align: middle;
}

a,
aside,
article,
span,
p,
em,
i,
s,
b,
strong {
    -webkit-tap-highlight-color: transparent;
    color: #222;
    font-size: 0.26rem;
    font-style: normal;
    text-decoration: none;
}

* html .clear {
    zoom: 1;
}

body,
button,
input,
select,
textarea {
    font: 12px/1 微软雅黑, "\5b8b\4f53", sans-serif;
    outline: none;
}

a:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.zz_clear {
    clear: both;
}


/*苹果手机字体兼容设置开始  PS 不可以修改任何东西*/

@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        -webkit-text-size-adjust: none;
    }
}


/*苹果手机字体兼容设置完成*/

html,
body {
    max-width: 750px;
    min-width: 320px;
    overflow-x: hidden;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}

.r {
    float: right;
}

.l {
    float: left;
}

.container {
    width: 6.9rem;
    margin: 0 auto;
}


/*通用头部、尾部、检索等公用代码*/


/*通用头部开始*/

header {
    height: 5.77rem;
    position: relative;
}

.header_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5.77rem;
    z-index: 1;
}

.header_bg .bd {
    width: 100%;
    height: 100%;
}

.header_bg .bd ul,
.header_bg .bd ul li {
    height: 100%;
}

.header_cont {
    position: relative;
    z-index: 10;
}

nav {
    display: flex;
    padding: 0 .3rem;
    border-top: 0.04rem solid #02b782;
    justify-content: space-between;
    padding-top: .15rem;
    height: 2.1rem;
    box-sizing: border-box;
}

nav>span {
    float: left;
    width: 0.38rem;
    height: 0.92rem;
    position: relative;
    box-sizing: border-box;
    padding-top: .25rem;
}

nav>span em {
    float: left;
    width: 100%;
    position: relative;
    height: 0.08rem;
    margin-bottom: 0.05rem;
    transition: height .3s;
}

nav>span em::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 1px;
    background: #fff;
    transition: width .3s;
    transition: height .3s;
}

nav>span em::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.01rem;
    width: 0.25rem;
    height: 0.03rem;
    background: #fff;
    border-radius: 1px;
    transition: width .3s;
}

nav>span.close em::after {
    width: 0;
    transition: width .3s;
}

nav>span.close em::before {
    width: 100%;
    transition: width .3s;
}

nav>span.close em:nth-child(2)::before {
    height: 0;
}

nav>span.close em:nth-child(1)::before {
    transform: rotateZ(45deg) translateY(-50%);
    transform-origin: left top;
}

nav>span.close em:nth-child(3)::before {
    transform: rotateZ(-45deg) translateY(-50%);
    transform-origin: left top;
}

nav>ul {
    display: flex;
    flex-wrap: wrap;
    width: 6.5rem;
    height: .76rem;
    overflow: hidden;
    transition: height .3s;
}

nav>ul li {
    width: 25%;
    height: 0.76rem;
    line-height: .76rem;
}

nav>ul li a {
    display: block;
    font-size: .32rem;
    color: #ffffff;
}

nav>ul li.on a {
    font-weight: 700;
}

nav.show>ul {
    height: 1.52rem;
}

.logo {
    margin: 0 auto;
    width: 5.42rem;
    height: 1.36rem;
}

.logo a,
.logo a img {
    display: block;
    width: 100%;
    height: 100%;
}

.searchBox {
    display: flex;
    height: 0.8rem;
    line-height: .8rem;
    line-height: .8rem;
    background: rgba(255, 255, 255, 1);
    width: 6.9rem;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    margin-top: .5rem;
}

.searchBox::after {
    content: "";
    position: absolute;
    left: .85rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.22rem;
    background: #9defd7;
}
.searchBox form {
    width: 100%;
	height: 100%;
    position:relative;
}
.searchBox img {
    width: 0.24rem;
    height: 0.26rem;
    margin-left: .3rem;
    margin-top: .28rem;
    margin-right: .6rem;
  vertical-align: sub;
}

.searchBox input {
    width: 4.2rem;
    border: none;
    outline: none;
    background: transparent;
	height: 100%;
}

.searchBox input::placeholder {
    font-size: .26rem;
    color: #02b782;
}

.searchBox button {
    float: right;
    border: none;
    outline: none;
    width: 1.45rem;
    font-size: .28rem;
    color: #ffffff;
    background: #02b782;
    border-radius: 0 5px 5px 0;
	height: 100%;
    position: absolute;
    right: 0;
}

.tong_tab_hd {
    display: flex;
    justify-content: space-between;
}

.tong_tab_hd ul {
    display: flex;
}

.tong_tab_hd ul li {
    margin-right: .2rem;
}

.tong_tab_hd ul li a {
    display: block;
    padding: 0 .2rem;
    height: .51rem;
    font-size: .36rem;
    color: #333333;
    font-weight: 700;
    position: relative;
}

.tong_tab_hd ul li.on a {
    background: url(../images/tong_tit_bg1.png) no-repeat center / 100% .51rem;
}

.tong_tab_hd ul li.on a::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.09rem;
    width: 0.32rem;
    height: 0.13rem;
    background: url(../images/tong_tit_bg1_1.png) no-repeat center / .32rem .13rem;
    z-index: 10;
}

.more img {
    width: 0.44rem;
    height: 0.44rem;
}

.tong_ul_list li {
    height: 1.09rem;
    line-height: 1.08rem;
    box-sizing: border-box;
    border-bottom: 1px dashed #d2d2d2;
}

.tong_ul_list li a {
    display: inline-block;
    font-size: .28rem;
    color: #333333;
    box-sizing: border-box;
    max-width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: .25rem;
    position: relative;
}

.tong_ul_list li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 50%;
    background: #ff8442;
}

.tong_ul_list li span {
    float: right;
    font-size: .24rem;
    color: #999999;
}

footer {
    height: 3.16rem;
    background: #02b782;
    box-sizing: border-box;
    padding-top: .4rem;
    position: relative;
}

.footer_block1 {
    height: 0.7rem;
    line-height: .7rem;
    background: #009d6f;
    display: flex;
    justify-content: center;
}

.footer_block1 a {
    padding: 0 .3rem;
    font-size: .3rem;
    color: #ffffff;
    height: 100%;
    position: relative;
}

.footer_block1 a img {
    display: block;
    width: 0.2rem;
    margin-top: .1rem;
}

.footer_block1 a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.14rem;
    background: #80c6af;
}

.footer_block1 a:last-child::after {
    display: none;
}

.footer_block2 {
    padding-top: .3rem;
}

.footer_block2 * {
    font-size: .24rem !important;
    line-height: .5rem !important;
    color: #fefefe !important;
}

.footer_block2 img {
    width: 0.28rem;
    height: 0.3rem;
    margin-right: .08rem;
    vertical-align: middle;
}

.footer_block3 a {
    position: absolute;
    right: .8rem;
    bottom: .3rem;
}

.footer_block3 a img {
    display: block;
    width: 100%;
    height: 100%;
}

.footer_block3 a.a1 {
    width: 0.61rem;
    height: 0.74rem;
    right: 2rem;
}

.footer_block3 a.a2 {
    width: 1.02rem;
    height: 0.51rem;
    bottom: .45rem;
}

.position {
    font-size: .24rem;
    color: #333333;
    padding: .3rem 0;
    margin-bottom: .2rem;
    line-height: 0.5rem;
}

.position span {
    display: inline-block;
    font-size: .24rem;
    color: #333333;
    line-height: .44rem;
    padding-left: .35rem;
    background: url(../images/position.png) no-repeat left center / .19rem .24rem;
}

.position a {
    display: inline-block;
    font-size: .24rem;
    color: #333333;
}

.position a:last-child {
    color: #02b782;
}


/*分页 开始*/
.xll_pagebox ul {
    display: flex;
    justify-content: center;
}
.xll_pagebox {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: .6rem;
  margin-bottom: .5rem;
}

.xll_pagebox span,
.xll_pagebox a {
  font-size: .3rem;
  padding: .15rem .18rem;
  margin: 0 0.05rem;
  display: inline-block;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  outline: none;
  color: #9e9e9e;
}

.xll_pagebox li.on a,
.xll_pagebox li.on span {
  background: #02b782;
  color: #fff;
}


/*分页 结束*/