body {
    font-family: Microsoft YaHei;
    font-size: 24px;
    max-width: 740px;
    margin: 0 auto;
    background: url(../img/bg.jpg) #f0fcf2 no-repeat center top;
    padding: 96px 0 0px;
    background-size: 740px
}
* {
    margin: 0;
    padding: 0
}
li {
    list-style: none
}
img {
    border: 0
}
a {
    text-decoration: none;
    color: #333
}
a:hover {}
i, em {
    font-style: normal
}
u {
    text-decoration: none
}
.clear {
    clear: both
}
.banner.swiper .swiper-pagination-bullet-active {
    background: #00be65
}
.hybox {
    line-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
}
.hybox img {
    Width: 40px;
    height: 40px;
    border-radius: 100%;
    vertical-align: middle;
}
.translate {
    background: url(../img/cn.png) center no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    background-size: 100%;
    cursor: pointer;
    margin: 0 15px;
}
.translate.on {
    background: url(../img/en.png) center no-repeat;
    background-size: 100%;
}
.head {
    height: 96px;
    background: url(../img/top.jpg) center bottom no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    z-index: 9;
    top: 0;
    max-width: 740px;
    width: 100%;
    background-size: 100%;
}
.head .logo {
    width: 80%
}
.head .logo img {
    height: 50px;
}
.head h3 {
    width: 100%;
    text-align: center;
}

.head .ReturnPage {     position: absolute;
    left: 30px;
    background: rgb(0 0 0 / 21%);
    height: 30px;
    width: 90px;
    border-radius: 30px;   
    padding: 5px 0;
    box-sizing: border-box;    display: flex;}

.head .fh {
   
 background: url(../img/fh2.png) center no-repeat;
    height: 20px;
    width: 44px;
    display: block;
    background-size: 8px;
    border-right: 1px #fff solid;
}
.head .home {
   
 background: url(/static/index/img/home.png) center no-repeat;
    height: 20px;
    width: 45px;
    display: block;
    background-size: 18px;
 
}


.ptxx {
    margin: 30px 0
}
.ptxx ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.ptxx ul li {
    width: 33%;
    text-align: center;
    color: #7E8084
}
.ptxx ul li b {
    display: block;
    color: #333;
    font-size: 34px;
}
.whjjs {
    padding: 0 30px;
}
.whjjs ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.whjjs ul li {
    width: 23%;
    margin-bottom: 2%
}
.whjjs ul li img {
    border-radius: 15px;
    max-width: 100%;
}
.khlc {
    padding: 0 30px;
    margin-bottom: 25px
}
.khlc ul {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
}
.khlc ul img {
    width: 100%;
}
.khlc ul a {
    margin: 30px 25%;
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 32px;
    height: 80px;
    display: block;
    background: linear-gradient( 120deg, #02eb7e 0%, #00be65 100%);
    border-radius: 51px;
}
.zsxx {
    padding: 0 30px;
    margin-bottom: 25px;
}
.zsxx ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.zsxx ul li {
    width: 31%;
    text-align: center;
}
.zsxx ul li img {
    max-width: 100%;
    border-radius: 10px;
}
.wqmenu {
    width: 34px;
    height: 24px;
    background: url(../img/menu.png) center no-repeat;
}
.hydlzt {
    position: relative;
}
.hymenu {
    position: absolute;
    left: 0;
    top: 70px;
    background: #fff;
    display: none;
    width: 160px;
    text-align: center;
    box-shadow: 0 0 10px 0px #ddd
}
.hymenu a {
    font-weight: normal
}
.hymenu:before {
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 26px;
    margin-left: -10px;
}
.hymenu:after {
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ddd;
    position: absolute;
    top: -10px;
    left: 26px;
    margin-left: -10px;
    z-index: -1;
    filter: blur(2px);
}
.hymenu li {
    line-height: 70px;
}
.menu {
    position: absolute;
    right: 0;
    top: 80px;
    background: #fff;
    display: none;
    width: 30%;
    text-align: center;
    box-shadow: 0 0 10px 0px #ddd
}
.menu:before {
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    right: 26px;
    margin-left: -10px;
}
.menu:after {
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ddd;
    position: absolute;
    top: -10px;
    right: 26px;
    margin-left: -10px;
    z-index: -1;
    filter: blur(2px);
}
.menu li {
    line-height: 70px;
}
.banner.swiper {
    margin: 0 30px;
}
.search {
    margin-bottom: 30px;
    PADDING: 0 30PX;
}
.search form {
    position: relative;
}
.search input[type='text'] {
    width: 100%;
    border: 0;
    line-height: 50px;
    border-radius: 25px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #CBCBCB;
}
.search input[type='submit'] {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/ss.png) no-repeat center;
    right: 0;
    top: 0;
    border: 0;
    cursor: pointer;
}
.zcdl {
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 1);
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 33px;
}
.bta {
    overflow-wrap: break-word;
    color: rgba(34, 34, 34, 1);
    font-size: 34px;
    font-weight: 600;
    line-height: 48px;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 20px;
}
.bta:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    background: linear-gradient( 180deg, #02eb7e 0%, #00be65 100%);
    border-radius: 7px;
    width: 6px;
    height: 32px;
    left: 0;
}
.bta a {
    float: right;
    color: #909090;
    font-size: 22px;
    background: url(../img/jt.png) right center no-repeat;
    padding-right: 20px;
    font-weight: normal;
    margin-left: auto;
}
.bta span {
    color: #828BB8;
    font-size: 16px;
    margin-left: 20px;
}
.btc {
    overflow-wrap: break-word;
    color: #293f66;
    font-size: 34px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 48px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-direction: column;
}
.btc:after {
    content: "";
    display: block;
    background: url(../img/btc.png) center no-repeat;
    width: 140px;
    height: 16px;
    background-size: auto 100%;
}
.banner img {
    display: block;
    width: 100%
}
.ptlist {
    padding: 0 30px;
    margin-bottom: 25px;
}
.ptlist ul li {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}
.ptlist ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.ptlistb {
    padding: 0 30px;
    margin-bottom: 25px;
}
.ptlistb ul li {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}
.ptlistb ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.ptlistb ul li img {
    height: 100px;
    margin-right: 20px;
}
.ptlistb ul li a {
    display: flex;
    position: relative;
}
.ptlistb ul li span {
    width: 100%;
}
.ptlistb ul li span i {
    display: block;
    margin-bottom: 5px;
    position: relative;
}
.topc {
    position: relative;
}
.topc:after {
    display: block;
    content: "";
    margin-bottom: 0px;
    background: url(../img/ico_top2.png) no-repeat center left;
    background-size: 100%;
    width: 40px;
    height: 46px;
    vertical-align: middle;
    position: absolute;
    right: 0px;
    top: 0px;
}
.ptlistb ul li span u {
    display: block;
    color: #878787;
    font-size: 14px;
}
.ptlistb ul li span i em {
    margin-left: 20px;
    border-radius: 6px;
    background: #E4E9F8;
    color: #00be65;
    line-height: 30px;
    padding: 0px 8px;
    font-size: 14px;
}
.ptlistb ul li a>i {
    width: 60px;
    text-align: center;
    top: -5px;
    left: -5px;
    line-height: 24px;
    height: 24px;
    position: absolute;
    background: #18B349;
    border-radius: 7px 0px 9px 0px;
    font-size: 14px;
    color: #fff;
}
.ptlistb ul li u em {
    position: relative;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding-right: 20px;
}
.ptlistb ul li u em b {
    position: relative;
    z-index: 1
}
.ptlistb ul li u em:after {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background: linear-gradient( 90deg, #02eb7e 0%, #00be65 100%);
    border-radius: 6px;
    position: absolute;
    bottom: 0;
    left: -5px;
}
.ptlistb ul li small {
    color: #878787;
    font-size: 14px;
}
.ptlist .ptop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.ptlist .ptop img {
    height: 100px;
}
.ptlist .ptop a {
    color: #909090;
    font-size: 0px;
    background: url(../img/jt2.png) right center no-repeat;
    width: 20px;
    height: 22px;
}
.ptlist .ptopl span {
    margin-left: 20px;
}
.ptlist .ptopl i {
    display: block;
    margin-bottom: 15px;
}
.ptlist .ptopl u {
    display: block;
}
.ptlist .ptopl i em {
    margin-left: 20px;
    border-radius: 6px;
    background: #E4E9F8;
    color: #00be65;
    line-height: 30px;
    padding: 0px 8px;
    font-size: 18px;
}
.ptlist .ptopl {
    display: flex;
    align-items: center;
}
.ptlist .ptctenter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ptlist .ptctenter div {
    width: 31%;
    color: #B2B2B2;
}
.ptlist .ptctenter span {
    font-size: 28px;
    display: flex;
    color: #383838;
    align-items: center;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    line-height: 37px;
}
.ptlist .ptbottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.ptlist .ptbox {
    width: 31%;
    background: #E4E9F8;
    border-radius: 10px;
    color: #00be65;
    text-align: center;
    line-height: 40px;
}
.ptlist .ptbox span {
    color: #808080;
    display: block;
    margin-bottom: 10px;
}
.eaxz {
    padding: 0 30px;
    margin-bottom: 25px;
}
.eaxz ul li {
    margin-bottom: 25px;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}
.eaxz ul li:last-child {
    margin-bottom: 0;
}
.eaxz ul li .eatop {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.eaxz ul li .eatop img {
    margin-right: 20px;
}
.eaxz ul li .eabottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    color: #949494;
    border-top: 1px #ddd solid;
    padding-top: 20px;
    margin-top: 20px;
}
.eaxz ul li .eatop .earight {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.eaxz ul li .eatop .earight h3 {}
.eaxz ul li .eatop .earight .xzinfo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.eaxz ul li .eatop .earight p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    line-height: 33px;
    display: flex;
    justify-content: space-between;
}
.eaxz ul li .eatop .earight p i {
    color: #C76C00;
    display: block;
    padding-left: 40px;
    background: url(../img/vip.png) no-repeat center left
}
.eaxz ul li .eatop .earight .xzinfo span {
    color: #B1B4B3;
}
.eaxz ul li .eatop .earight .xzinfo a {
    display: flex;
    align-items: center;
    background-color: #00be65;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    width: 130px;
    justify-content: center;
}
.eaxz ul li .eatop .earight .xzinfo a i {
    display: block;
    background: url(../img/download.png) no-repeat center;
    width: 30px;
    height: 30px;
}
.xwgg {
    padding: 0 30px;
    margin-bottom: 25px;
}
.xwgg ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.xwgg ul li {
    width: 48%;
}
.xwgg ul li img {
    max-width: 100%;
}
.xzwm {
    margin-bottom: 25px;
    padding: 0 30px;
}
.btb {
    text-align: center;
    font-size: 34px;
    position: relative;
}
.btb h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}
.btb h3 span {
    position: relative;
    margin: 0 10px;
}
.btb h3:after {
    content: "";
    display: inline-block;
    background-color: #00be65;
    border-radius: 7px;
    width: 6px;
    height: 32px;
}
.btb h3:before {
    content: "";
    display: inline-block;
    background-color: #00be65;
    border-radius: 7px;
    width: 6px;
    height: 32px;
}
.btb p {
    position: absolute;
    width: 100%;
    top: 20px;
    color: #e9e9e9;
}
.xzwm ul {
    display: flex;
    flex-wrap: wrap;
}
.xzwm ul li {
    text-align: center;
    width: 50%;
    margin-bottom: 40px;
}
.xzwm ul li:nth-child(3), .xzwm ul li:nth-child(4) {
    margin-bottom: 0
}
.xzwm ul li img {
    display: block;
    margin: 0 auto;
}
.xzwm ul li span {
    font-size: 30px;
    font-weight: 600;
    display: block;
    margin: 10px 0
}
.xzwm ul li p {
    color: #909090;
    font-size: 22px;
    padding: 0 35px;
}
.xwlist {
    margin-bottom: 25px;
    padding: 0 30px;
}
.xwlist ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #ddd solid;
}
.xwlist ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.xwlist ul li a {
    display: flex;
}
.xwlist ul li a div {
    width: 100%;
}
.xwlist ul li a div span {
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
}
.xwlist ul li a div u {
    display: flex;
    color: #9a9a9a;
    font-size: 22px;
    justify-content: space-between;
}
.xwlist ul li a div u i {
    color: #b1b4b3;
}
.xwlist ul li a img {
    border-radius: 7px;
    width: 200px;
    margin-right: 20px;
    flex: 0 0 200px;
}
.link {
    padding: 30px;
}
.link ul {
    overflow: hidden;
}
.link ul li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px
}
.bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 740px;
    background-color: #ffc500;
    z-index: 9
}
.bottom ul {
    display: flex;
    justify-content: space-evenly;
    height: 90px;
    align-items: center;
}
.bottom ul div {
    width: 1px;
    height: 40px;
    background: #333;
}
.bottom ul li i {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 15px;
}
.bottom ul li i.ico1 {
    background: url(../img/ico_f1.png) 100% no-repeat;
    background-size: 100%;
}
.bottom ul li i.ico2 {
    background: url(../img/ico_f2.png) 100% no-repeat;
    background-size: 100%;
}
.bottom ul li i.ico3 {
    background: url(../img/ico_f3.png) 100% no-repeat;
    background-size: 100%;
}
.bottom ul li a {
    display: flex;
    align-items: center;
    font-weight: bold;
}
.about {
    background: url(../img/about.jpg) 100% no-repeat;
    padding: 60px 30px;
    color: #fff
}
.about h3 {
    margin: 20px 0
}
.about p {
    line-height: 1.4;
    color: #bdbdbd;
}
.newlist {
    padding: 0 20px 20px;
}
.newlist ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #ddd solid;
}
.newlist ul li:last-child {
    margin-bottom: 0;
}
.newlist ul li a {
    display: flex;
}
.newlist ul li a div {
    width: 100%;
}
.newlist ul li a div span {
    font-size: 26px;
    display: block;
    margin-bottom: 20px;
    font-weight: 600
}
.newlist ul li a div span i {
    display: inline-block;
    width: 71px;
    height: 28px;
    margin-right: 5px;
    vertical-align: middle;
}
.newlist ul li a div span i.ico1 {
    background: url(../img/ico_top.png) 100% no-repeat;
    background-size: 100%;
}
.newlist ul li a div span i.ico2 {
    background: url(../img/ico_new.png) 100% no-repeat;
    background-size: 100%;
}
.newlist ul li a div u {
    display: flex;
    color: #9a9a9a;
    font-size: 22px;
    justify-content: space-between;
}
.newlist ul li a div u i {
    color: #b1b4b3;
}
.newlist ul li a img {
    border-radius: 7px;
    width: 200px;
    margin-right: 20px;
    flex: 0 0 200px;
}
.content {
    color: #555555;
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.content img {
    max-width: 100% !important;
    height: auto !important
}
.cpbox {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin: 10px 30px 30px;
    ;
}
.cptop {
    display: flex;
}
.cpimg {
    margin-right: 20px;
    flex: 0 0 200px;
    position: relative;
}
.cpimg img {
    width: 100%;
    display: block;
}
.cpimg i {
    width: 60px;
    text-align: center;
    top: -5px;
    left: -5px;
    line-height: 24px;
    height: 24px;
    position: absolute;
    background: #18B349;
    border-radius: 7px 0px 9px 0px;
    font-size: 14px;
    color: #fff;
}
.cpr {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cpr h3 {}
.cpr h3 em {
    margin-left: 20px;
    border-radius: 6px;
    background: #E4E9F8;
    color: #00be65;
    line-height: 30px;
    padding: 0px 8px;
    font-size: 18px;
}
.cpr p {
    color: #878787;
    margin: 10px 0;
}
.cpr p span {
    color: #383838;
    padding-right: 10px;
}
.cpr ul {
    display: flex;
    justify-content: space-between;
}
.cpr ul li {
    width: 30%;
    background: #E4E9F8;
    border-radius: 7px;
    color: #00be65;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
}
.cpnr {
    margin-bottom: 25px;
    padding: 0 30px;
}
.cpcs {
    margin: 30px 0
}
.cpcs ul {
    display: flex;
    justify-content: space-between;
}
.cpcs ul li {
    width: 30%;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    box-sizing: border-box;
}
.cpcs ul li:nth-child(1) {
    background: url(../img/cpjs1.png) no-repeat center #4d68c3;
}
.cpcs ul li:nth-child(2) {
    background: url(../img/cpjs2.png) no-repeat center #00b7c2;
}
.cpcs ul li:nth-child(3) {
    background: url(../img/cpjs3.png) no-repeat center #40c86b;
}
.cpcs ul li span {
    display: block;
    margin-bottom: 10px;
}
.cpcs ul li u {
    font-weight: bold;
}
.cpjsa {
    margin-bottom: 30px;
}
.cpjsa ul {
    display: flex;
    flex-wrap: wrap;
}
.cpjsa ul li {
    width: 50%;
    line-height: 2.3;
}
.cpjsa ul li:nth-child(1), .cpjsa ul li:nth-child(3), .cpjsa ul li:nth-child(5), .cpjsa ul li:nth-child(7) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cpjsa ul li.w100 {
    width: 100%;
}
.cpjsa ul li span {
    color: #999999;
    padding-right: 10px;
}
.cpsite .cpxla {
    position: relative;
    line-height: 30px;
}
.cpsite ul {
    display: none;
}
.cpsite ul.on {
    display: block;
}
.cpsite ul li {
    line-height: 30px;
}
.cpsite a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cpsite i {
    background: url(../img/dq.png) no-repeat center;
    display: block;
    width: 30px;
    height: 30px;
    background-size: 100%;
    margin-right: 5px;
    flex: 0 0 30px;
}
.cpsite .cpxla span {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.cpsite .cpxla em {
    background: url(../img/jt3.png) no-repeat center #fff;
    display: block;
    width: 30px;
    height: 30px;
    background-size: 11px;
    position: absolute;
    right: 0;
    top: 0;
}
.cpsite span {
    color: #6b6b6b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jgxx {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}
.jgxx ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #ddd solid;
}
.jgxx ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.jgxx ul li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
    background: url(../img/jt.png) no-repeat center right
}
.jgxx ul li a img {
    width: 50px;
    height: 30px;
    margin-right: 10px;
}
.jgxx ul li a span {
    align-items: center;
    display: flex;
}
.jgxx ul li a i {
    color: #36a569;
    background: #E9F7DC;
    border-radius: 3px;
    display: block;
    line-height: 33px;
    padding: 0 10px;
    font-size: 16px;
}
.jgxx ul li .txs {
    display: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px #ddd solid;
}
.jgxx ul li.on .txs {
    display: block;
}
.jgxx ul li .txs img {
    width: 100%;
}
.tab_cp {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
}
.cpbox2 dl {}
.cpbox2 dl:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cpbox2 dl dt {
    border-bottom: 1px #ddd solid;
    line-height: 40px;
    padding-left: 30px;
    background: url(../img/zf4.png) no-repeat left center, url(../img/jt_on.png) no-repeat right center;
}
.cpbox2 dl dd {
    display: none;
    margin: 20px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px #ddd solid;
}
.cpbox2 dl dd p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
}
.cpbox2 dl dd table {
    width: 100%;
}
.cpbox2 dl dd table td {
    text-align: center;
}
.cpbox2 dl.on dd {
    display: block;
}
.tab_cp ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #ddd solid;
}
.tab_cp ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tab_cp ul li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
    background: url(../img/jt.png) no-repeat center right
}
.tab_cp ul li a img {
    margin-right: 10px;
}
.tab_cp ul li a span {
    align-items: center;
    display: flex;
}
.tab_cp ul li .txs {
    display: none;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 16PX;
    border-top: 1px #ddd solid;
}
.tab_cp ul li.on .txs {
    display: block;
}
.tab_cp ul li .txs img {
    width: 100%;
}
.tab_cp ul li .txs td img {
    width: 20px;
    vertical-align: sub;
    margin-right: 5px;
}
#cpbox1 dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 2;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
#cpbox1 dl dt {
    padding-left: 30px;
    background: url(../img/zf4.png) no-repeat left center;
    color: #999;
    background-size: 20px;
}
#cpbox1 dl dd {}
.nr {
    background: #fff;
    padding: 30px;
    margin: 20px;
}
.date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.date span {
    display: block;
    padding-left: 30px;
    color: #999999
}
.date .s1 {
    background: url(../img/ico_time.png) no-repeat left center;
}
.date .s2 {
    background: url(../img/ico_click.png) no-repeat left center;
}
.xgtj {
    padding: 20px;
    background: #fff
}
.side {
    position: fixed;
    bottom: 120px;
    right: 10px;
}
.top {
    background: url(../img/top.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
}
.vipjm a {
    line-height: 1;
    width: 40px;
    height: 40px;
    background: rgb(51 51 51 / 70%);
    border-radius: 100%;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.vipjm, .xzapp {
    margin-bottom: 10px
}
.xzapp a {
    line-height: 1;
    width: 40px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 40px;
    background: rgb(51 51 51 / 70%);
    border-radius: 100%;
}
.page {
    text-align: center;
    margin-bottom: 30px;
}
.page li {
    display: inline-block;
    margin: 0 3px;
}
.page li a, .page li span {
    display: block;
    padding: 3px 12px;
    border-radius: 3px;
    background: #fff;
}
.page li.active span {
    background: #00be65;
    color: #fff
}
.tc {
    width: 300px;
    border-radius: 10px;
    display: none;
    height: 300px;
    background: #fff;
    position: fixed;
    z-index: 11;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
}
.tc img {
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.hbg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 38%);
    z-index: 10;
    top: 0;
    left: 0;
}
.gyf table {
    width: 100%;
}
.gyf table tr {
    line-height: 40px;
}
.crjsm h3 {
    margin: 20px 0;
}
.crjsm table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #bfbfbf;
}
.crjsm td {
    border: 1px solid #bfbfbf;
    padding: 5px;
}
.crjsm tr td:first-child {
    background: #f5f5f5;
    text-align: center;
    width: 100px;
}
.nodata {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 50px 0
}
.nodata i {
    display: block;
    width: 100%;
    height: 120px;
    background: url(../img/wsj.png) center no-repeat;
}
.ptlistc {
    padding: 30px;
    background: #fff;
    margin-bottom: 25px;
}
.ptlistc ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #ddd solid;
}
.ptlistc ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.ptlistc .ptop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.ptlistc .ptop img {
    height: 36px;
}
.ptlistc .ptop a {
    color: #909090;
    font-size: 22px;
    background: url(../img/jt.png) right center no-repeat;
    padding-right: 20px;
}
.ptlistc .ptopl i {
    margin-left: 20px;
    border-radius: 6px;
    border: 1px solid #ef9e56;
    line-height: 30px;
    padding: 0px 8px;
    color: #ef9e56;
    font-size: 18px;
}
.ptlistc .ptopl {
    display: flex;
    align-items: center;
}
.ptlistc .ptctenter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ptlistc .ptctenter span {
    font-size: 28px;
    display: flex;
    align-items: center;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    line-height: 37px;
}
.ptlistc .ptctenter span i {
    display: block;
    color: #fff;
    background: url(../img/qz.png) 100% no-repeat;
    background-size: 100% 100%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-right: 5px;
}
.ptlistc .ptctenter u {
    color: #808080;
    font-size: 22px;
}
.ptlistc .ptbottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.ptlistc .ptbottom a {
    background-color: #00be65;
    border-radius: 28px;
    color: #fff;
    line-height: 56px;
    display: block;
    padding: 0 20px;
}
.ptlistc .ptboxl {
    display: flex;
}
.ptlistc .ptbox:first-child {
    margin-right: 40px;
}
.ptlistc .ptbox span {
    color: #808080;
    display: block;
    margin-bottom: 10px;
}
.cpboxb {
    background: #fff;
    margin-bottom: 25px;
    padding: 30px;
}
.cptopb {
    display: flex;
}
.cpimgb {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7faff;
    border: 1px solid #f2f2f2;
    width: 248px;
    height: 158px;
    margin-right: 30px;
    flex: 0 0 250px;
}
.cpimgb img {
    width: 80%;
}
.cprb {
    width: 100%;
}
.cprb h3 {
    margin-bottom: 20px;
}
.cprb ul {
    display: flex;
    flex-wrap: wrap;
}
.cprb ul li {
    width: 50%;
    margin-bottom: 15px;
}
.cprb ul li.cred {
    color: #ff7f10;
    font-size: 28px;
    font-weight: 600;
}
.cpnrb {
    background: #fff;
    margin-bottom: 25px;
    padding: 30px;
}
.cpcsb {
    margin: 30px 0
}
.cpcsb ul {
    display: flex;
    justify-content: space-between;
}
.cpcsb ul li {
    width: 30%
}
.cpcsb ul li span {
    display: block;
    color: #808080;
    margin-bottom: 10px;
}
.gfanb ul {
    display: flex;
    justify-content: space-evenly;
}
.gfanb ul li a {
    display: block;
    font-size: 26px;
    color: #fff;
    background-color: #ffd011;
    border-radius: 7px;
    line-height: 66px;
    width: 210px;
    text-align: center;
}
.cpanb ul {
    display: flex;
    justify-content: space-evenly;
}
.cpanb ul li a {
    display: block;
    font-size: 26px;
    color: #fff;
    background-color: rgba(77, 167, 56, 1);
    border-radius: 7px;
    line-height: 80px;
    width: 240px;
    text-align: center;
}
.cpanb ul li:first-child a {
    background-color: rgba(16, 153, 255, 1);
}
@media screen and (max-width:800px) {
    body {
        font-size: 14px;
        padding: 60px 0 0px;
        background-size: 100%;
    }
    .head {
        height: 60px
    }
    .hymenu {
        width: 100px;
    }
    .hybox img {
        width: 33px;
        height: 33px;
    }
    .head .ReturnPage {
        
        left: 15px;
 
    }
    .head h3 {
        font-size: 20px;
    }
    .head .logo img {
        height: 35px;
    }
    .search input[type='text'] {
        line-height: 36px;
        font-size: 14px;
    }
    .search input[type='submit'] {
        width: 50px;
        height: 36px;
        background: url(../img/ss.png) no-repeat center;
        background-size: 20px;
    }
    .menu li, .hymenu li {
        line-height: 50px;
    }
    .ptxx ul li b {
        font-size: 20px;
    }
    .ptxx {
        margin: 15px 0
    }
    .whjjs {
        padding: 0 15px;
    }
    .search, .ptlist, .zsxx, .xwgg, .xwlist, .eaxz, .xzwm, .khlc {
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .banner.swiper {
        margin: 0 15px;
    }
    .link {
        padding: 25px 15px;
    }
    .tab_cp ul li .txs {
        font-size: 14px;
    }
    .bta span {
        font-size: 12px;
    }
    .btb h3 {
        margin-bottom: 40px;
    }
    .ptlist .ptopl span {
        margin-left: 10px;
    }
    .ptlist .ptopl i {
        margin-bottom: 10px;
    }
    .ptlist .ptop img {
        height: 60px;
    }
    .ptlist .ptctenter span {
        font-size: 14px;
    }
    .ptlist .ptctenter u {
        font-size: 14px;
    }
    .ptlist .ptctenter span i {
        flex: 0 0 24px;
        height: 30px;
        line-height: 30px;
    }
    .ptlist .ptopl i em {
        margin-left: 10px;
        line-height: 30px;
        padding: 0px 5px;
        font-size: 14px;
    }
    .ptlist .ptbox {
        font-size: 13px;
    }
    .ptlist .ptbottom a {
        line-height: 40px;
        flex: 0 0 56px;
    }
    .ptlist .bottom ul {
        height: 66px
    }
    .ptlistc .ptopl i {
        line-height: 24px;
        padding: 0px 8px;
        font-size: 14px;
    }
    .ptlistc .ptop a {
        font-size: 16px;
    }
    .ptlistc .ptctenter span {
        font-size: 14px;
    }
    .ptlistc .ptctenter u {
        font-size: 14px;
    }
    .ptlistc .ptctenter span i {
        flex: 0 0 24px;
        height: 30px;
        line-height: 30px;
    }
    .ptlistc .ptbottom a {
        line-height: 40px;
        flex: 0 0 56px;
    }
    .ptlistc .ptop {
        margin-bottom: 15px;
    }
    .ptlistc .ptbottom {
        margin-top: 15px
    }
    .bta {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .bta a {
        font-size: 14px;
    }
    .btb {
        font-size: 20px;
    }
    .btc {
        font-size: 20px;
        line-height: 30px;
    }
    .btc:after {
        width: 80px;
        height: 10px;
    }
    .eaxz ul li .eatop img {
        margin-right: 10px;
        width: 80px;
    }
    .eaxz ul li .eatop .earight p i {
        padding-left: 30px;
        background-size: 20px;
    }
    .eaxz ul li .eatop .earight .xzinfo {
        line-height: 36px;
        margin-bottom: 0;
    }
    .eaxz ul li .eatop .earight .xzinfo a {
        line-height: 36px;
        border-radius: 20px;
        height: 36px;
        width: 100px;
    }
    .eaxz ul li .eatop .earight .xzinfo a i {
        display: block;
        background: url(../img/download.png) no-repeat center;
        width: 20px;
        height: 20px;
        background-size: 18px;
    }
    .newlist ul li {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .newlist ul li a div span {
        font-size: 16px;
    }
    .newlist ul li a div u {
        font-size: 14px;
    }
    .newlist ul li a div span i {
        width: 40px;
    }
    .xwlist ul li a div span {
        font-size: 16px;
    }
    .xwlist ul li a div u {
        font-size: 14px;
    }
    .content {
        font-size: 14px;
    }
    .xzwm ul li span {
        font-size: 16px;
    }
    .xzwm ul li p {
        font-size: 14px;
        padding: 0 10px;
    }
    .newlist ul li a img, .xwlist ul li a img {
        border-radius: 7px;
        width: 150px;
        flex: 0 0 150px;
    }
    .bottom ul li i {
        width: 30px;
        height: 30px;
    }
    .date .s1 {
        background: url(../img/ico_time.png) no-repeat left center;
        background-size: auto 100%;
    }
    .date .s2 {
        background: url(../img/ico_click.png) no-repeat left center;
        background-size: auto 100%;
    }
    .xzwm ul li img {
        width: 100px;
    }
    .ptop {
        margin-bottom: 15px;
    }
    .ptbottom {
        margin-top: 15px
    }
    .cpimg {
        width: 120px;
        margin-right: 10px;
        flex: 0 0 120px;
    }
    .khlc ul a {
        margin: 20px 25% 0;
        line-height: 50px;
        font-size: 18px;
        height: 50px;
    }
    .cpcs {
        margin: 15px 0
    }
    .cpr ul li {
        font-size: 12px;
        line-height: 1.5;
    }
    .cpcs ul li {
        padding: 10px;
    }
    .bottom ul div {
        height: 30px
    }
    .jgxx ul li a i {
        font-size: 12px;
        line-height: 24px;
        padding: 0 5px;
    }
    .tab_cp ul li a img {
        height: 20px;
    }
    .crjsm h3 {
        font-size: 14px;
        margin: 10px 0
    }
    .tab_cp ul li a {
        background-size: 6px;
    }
    .cpbox2 dl dt {
        background-size: 18px, 10px;
    }
    .vipjm a {
        font-size: 12px;
    }
    .ptlistb {
        padding: 0 20px;
    }
    .ptlistb ul li {
        margin-bottom: 15px
    }
    .ptlistb ul li img {
        height: 65px;
        margin-right: 10px;
    }
    .ptlistb ul li span i {
        margin-bottom: 0
    }
    .ptlistb ul li a>i {
        font-size: 12px;
        width: 50px;
        height: 20px;
        line-height: 20px;
    }
    .ptlistb ul li u em {
        font-size: 18px;
    }
    .ptlistb ul li span i em {
        line-height: 20px;
        margin-left: 5px;
    }
    .ptlistb ul li span i i {
        top: 5px;
    }
    .cpsite i {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
    }
    .cpbox, .cpbox2 {
        padding: 15px;
    }
    .cpimgb {
        width: 148px;
        height: 108px;
        margin-right: 20px;
        flex: 0 0 150px;
    }
    .cprb ul li.cred {
        font-size: 16px;
    }
    .gfanb ul li a {
        font-size: 16px;
        border-radius: 7px;
        line-height: 40px;
        width: 120px;
    }
    .cpanb ul li a {
        font-size: 16px;
        border-radius: 7px;
        line-height: 40px;
        width: 120px;
    }
    .cpr h3 em {
        font-size: 12px;
        margin-left: 5px;
    }
    .about {
        padding: 20px;
    }
    .about img {
        height: 35px;
    }
    .nr {
        padding: 15px;
    }
}
@media screen and (max-width:400px) {
    .cpimg {
        width: 100px;
        margin-right: 5px;
        flex: 0 0 100px;
    }
}