﻿@charset "UTF-8";

/*重置样式*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border: border-color;
    -moz-box-sizing: border-box;
    outline: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
form {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
}

img {
    vertical-align: middle;
    outline: none;
    border: 0;
}

body {
    font-family: "Arial", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    color: #333;
    background: #fff;
    word-break: break-word;
}

input,
button,
textarea,
select {
    outline: none;
    font-family: inherit;
    border: none;
    background: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}


button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: none;
    cursor: pointer;
}

a,
button,
input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

select::-ms-expand {
    display: none;
}

iframe {
    border: none;
    vertical-align: top;
}

:before,
:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

em {
    font-style: normal;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

:root sub,
:root sup {
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* strong {
    font-weight: normal;
} */

mark {
    background: 0;
}

input[type='checkbox'],
input[type='radio'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.upper {
    text-transform: uppercase;
}


.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*全局样式*/

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-middle:before,
.container-middle:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-middle:after {
    clear: both;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.dis-table {
    display: table;
    width: 100%;
    height: 100%;
}

.dis-cell {
    display: table-cell;
    vertical-align: middle;
}

.text-align {
    text-align: center;
}

.section {
    width: 100%;
    overflow: hidden;
}

.out {
    overflow-y: auto;
    padding-right: 5px;
}

.out::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}

.out::-webkit-scrollbar-thumb {
    background-color: #3E90D0;
    border-radius: 10px;
}

.container {
    padding: 0 100px;
}

/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    transition: ease 0.5s;
}

.header.on {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}

.ny-header {
    background: #fff;
}

.header-con {
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(to left, #50AB46, #3E90D0);
}

.header-right {
    display: flex;
    align-items: center;

}

.search {
    display: flex;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #eeeeee;
    padding: 2px;
    font-size: 12px;
    color: #999999;
    line-height: 36px;
    padding-left: 15px;
    height: 36px;
}

.search input {
    flex: 1;
    margin: 0 10px;
}

.search p {
    background: #3E90D0;
    border-radius: 50px;
    color: #fff;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
}

.dlzc {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #666666;
    margin: 0 10px 0 20px;
}

.dlzc p {
    padding: 0 10px;
    cursor: pointer;
    line-height: 40px;
}

.dlzc .active {
    color: #3E90D0;
}

.dlzc .user_img {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
    margin-left: 10px;

}

.dlzc .user_img img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 100px;
    margin-right: 4px;
}

.dlzc .user_img span:first-child {
    color: #333;
}

.dlzc .user_img span {
    font-size: 14px;
    color: #999;
    margin-left: 10px;
    cursor: pointer;
}

.header.on .header-con {
    border: none;
}

.header .logo {
    display: block;
    float: left;
    position: relative;
    z-index: 1200;
    margin: 14px 0 20px;
}

.header .logo img {
    height: 98px;
}

.header .logo img.logoon {
    display: none;
}

.header.on .logo img,
.ny-header .logo img {
    display: none;
}

.header.on .logo img.logoon,
.ny-header .logo img.logoon {
    display: block;
}

.header-right {
    float: right;
    /*margin-top: 36px;*/
    position: relative;
    /*margin-left: 6%;*/
}

.header-top {
    background: url(../images/headtop-ba_01.jpg) no-repeat center;
    transition: ease 0.5s;
    padding: 25px 0;
}



.navbar {
    margin: auto;
    display: flex;
    width: 100%;
}

.navitem {
    line-height: 60px;
    position: relative;
    text-align: center;
    flex: 1;
}

.navitem>a {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 58px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: transparent;
    position: relative;
}

/* .navitem.active>a{font-weight: bold;color: #fff;} */
.navitem:hover>a,
.ny-header .navitem:hover>a {
    color: rgba(255, 255, 255, 1);
}

.navitem>a::before {
    position: absolute;
    content: '';
    width: 0px;
    height: 3px;
    background: #3E90D0;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
    transition: ease 0.5s;
}

.header.on .navitem:hover>a::before,
.header.on .navitem.active>a::before,
.ny-header .navitem.active>a::before {
    width: 100%;
}

.header.on {
    background-color: #fff;
    border-color: transparent;
    height: 100px;
}

.header.on .navitem>a {
    padding: 35px 10px;
}

.header.on .logo img {
    /* width: 224px; */
    height: 45px;
}


.header.on .logo p,
.header.on .navitem>a,
.ny-header .navitem>a,
.header.on .language-text,
.ny-header .language-text {
    color: #333;
}

.header.on .navitem.active>a,
.ny-header .navitem.active>a {
    color: #3E90D0;
    font-weight: bold;
}

.header.on .navitem>a:hover {
    color: #3E90D0;
}

.header.on .language-text:hover,
.ny-header .language-text:hover {
    color: #3E90D0;
}

#ino-p1 {
    display: none;
}

#ino-p span {
    opacity: 0;
}

/*header -end*/
/* ========== header-app  ========= */
.header-app.hny .navbar-app {
    background: #333;
}

.header-app {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 500;
    overflow: hidden;
    box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
    transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.header-app.open-menu {
    height: 100%;
    background: #fff;
    transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.navbar-app {
    position: relative;
    background: #fff !important;
    height: 60px;
}

.header-app .logo {
    display: inline-block;
    height: 60px;
    vertical-align: middle;
    padding: 16px 15px;
}

.header-app .logo img {
    height: 100%;
    display: inline-block;
}

.app-lanu {
    text-align: center;
    padding: 20px 0;
}

.app-lanu a {
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
    color: #666;
}

.app-lanu a.on {
    color: white;
    background: #3E90D0;
    border-radius: 30px;
}

.app-sousuo {
    line-height: 22px;
    border-right: solid 1px #fff;
    padding-right: 0px;
    color: #000;
    float: left;
    font-size: 22px !important;
    margin-top: 19px;
    margin-left: 15px;
}

.alert-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 9999;
}

.alert-top {
    height: 60px;
    background: rgba(57, 36, 30, 1);
    padding: 0 15px;
}

.alert-top .text {
    height: 30px;
    margin-top: 15px;
    background: none;
    border-bottom: solid 1px #fff;
    width: 80%;
    float: left;
    color: white;
}

.alert-top .search {
    margin-left: 10px;
    background: url(../images/search.png) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: cover;
    float: left;
    margin-top: 25px;
}

.alert-top span {
    color: #fff;
    float: right;
    font-size: 20px !important;
    margin-top: 21px;
}

.navapp-user {
    float: right;
    width: 60px;
    height: 60px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 60px;
    font-size: 16px;
}

.navbar-togger {
    float: right;
    background: transparent;
    border: none;
    padding: 22px 15px;
    display: inline-block;
    visibility: visible;
    transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.navbar-togger .icon_bar {
    width: 24px;
    height: 2px;
    background-color: #002857;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-togger .icon_bar:nth-of-type(2) {
    margin: 5px 0;
}

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
    opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 620;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-list li {
    border-bottom: 1px solid #e5e5e5;
    opacity: 0;
    pointer-events: none;
}

.nav-list li.open {
    border-bottom: none;
}

.header-app.open-menu .nav-list li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.nav-list li:nth-child(1) {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
    transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s, transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s, -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
    transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 0.03s, transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s, -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s;
}

.nav-list li:nth-child(2) {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s, transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s, -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
    transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 0.05s, transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s, -webkit-transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s;
}

.nav-list li:nth-child(3) {
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
    transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s, transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s, -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
    transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 0.07s, transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s, -webkit-transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s;
}

.nav-list li:nth-child(4) {
    -webkit-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
    transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s, transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s, -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
    transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.09s, transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s, -webkit-transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s;
}

.nav-list li:nth-child(5) {
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
    transition: opacity 0.22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.07s, transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s, -webkit-transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
    transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s, transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
}

.nav-list li:nth-child(6) {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    transition: opacity 0.20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.05s, transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s, -webkit-transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
    transition: opacity 0.36577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s, transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s, -webkit-transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
}

.nav-list li:nth-child(7) {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: opacity 0.18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, -webkit-transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
    transition: opacity 0.37577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s, transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s, -webkit-transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
}

.nav-list li:nth-child(8) {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    transition: opacity 0.15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.01s, transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s, -webkit-transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
    transition: opacity 0.38577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.17s, transform 0.40582s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s;
}

.cate-item {
    position: relative;
}

.cate-item a {
    font-size: 16px;
    line-height: 48px;
    margin-right: 60px;
    display: block;
}

.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
    color: #39241e;
}

.category-cont a:last-child {
    border: none;
}

.category-cont a.active {
    color: #39241e;
}

.category-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.category-tig::before,
.category-tig::after {
    content: '';
    background: #888;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.category-tig::before {
    width: 16px;
    height: 2px;
    right: 0;
    margin-top: -1px;
}

.category-tig::after {
    width: 2px;
    height: 16px;
    margin-top: -8px;
    right: 7px;
}

.nav-list li.open .category-tig::after {
    opacity: 0;
}

.nav-list li.open .category-tig::before {
    background: #39241e;
}

.category-cont {
    display: none;
}

.nav-list li.open .category-cont {
    display: block;
    border: solid 1px #e5e5e5;
}

.category-pad {
    padding: 0 15px;
}

.category-cont a {
    line-height: 40px;
    border-bottom: 1px dashed #e5e5e5;
    display: block;
    font-size: 14px;
    color: #333;
}

.category-pad a.active {
    color: #002857;
}

.cate-item1 {
    position: relative;
    border-bottom: solid 1px #cfcfcf;
}

.category-li:last-child .cate-item1 {
    border-bottom: none;
}

.cate-item1 a {
    border-bottom: none;
    font-size: 16px;
    line-height: 48px;
    margin-right: 60px;
    display: block;
    color: #444;
}

.category-li.open .cate-item1 a {
    color: #002857;
}

.category-cont1 a:last-child {
    border: none;
}

.category-cont1 a.active {
    color: #002857;
}

.category-tig1 {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.category-tig1::before,
.category-tig1::after {
    content: '';
    background: #888;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.category-tig1::before {
    width: 16px;
    height: 2px;
    right: 0;
    margin-top: -1px;
}

.category-tig1::after {
    width: 2px;
    height: 16px;
    margin-top: -8px;
    right: 7px;
}

.category-li.open .category-tig1::after {
    opacity: 0;
}

.category-li.open .category-tig1::before {
    background: #002857;
}

.category-cont1 {
    display: none;
}

.category-li.open .category-cont1 {
    display: block;
    border-bottom: solid 1px #cfcfcf;
}

.category-li:last-child.open .category-cont1 {
    border-bottom: none;
    border-top: solid 1px #cfcfcf;
}

.category-pad1 {
    padding: 0 15px;
}

.category-cont1 a {
    line-height: 40px;
    border-bottom: 1px solid #cfcfcf;
    display: block;
    color: #666;
}

.category-pad1 a.active {
    color: #002857;
}

.app-search {
    position: relative;
}

.app-search-text {
    width: 76%;
    height: 48px;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.app-search-btn {
    width: 48px;
    height: 48px;
    display: inline-block;
    background: transparent;
    vertical-align: middle;
    font-size: 16px;
    line-height: 48px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.btn1.close1,
.btn2.close1,
.btn3.close1,
.btn4.close1 {
    bottom: 0;
    right: 0;
}

.btn1.open1 {
    bottom: 125px;
    right: 0;
}

.btn2.open1 {
    bottom: 100px;
    right: 55px;
}

.btn3.open1 {
    bottom: 58px;
    right: 98px;
}

.btn4.open1 {
    bottom: 0px;
    right: 117px;
}

.header-app .headtop-left {
    float: none;
    width: 100%;
    margin-left: 0;
}

.header-app .top-search {
    width: 100%;
    margin-top: 25px;
}

.header-app .top-search {
    border-radius: 30px;
    border: 1px solid #777;
    position: relative;
    margin-top: 25px;
    padding: 5px 25px;
    width: 100%;
}

.header-app .top-search input:nth-child(2) {
    width: 17px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    background: url(../images/top-search.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.header-app .top-search input:nth-child(1) {
    font-size: 14px;
    line-height: 30px;
    color: #777;
    width: 100%;
    padding-right: 25px;
}

.header-app .headtop-right {
    position: static;
    margin-right: 0;
    float: none;
    width: 100%;
    text-align: center;
    margin: 25px 0 0;
}

.header-app .logo p {
    font-size: 12px;
    line-height: 16px;
    color: #333;
    font-weight: bold;
}

/*footer*/
.footer {
    background: #1b1b1b;
    background-image: url(../images/footimg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bottom1 {
    padding: 64px 0 21px;
}


.bottomlx-txt {
    display: flex;
}

.code_img {
    width: 120px;
    height: 120px;
    margin-left: 40px;
}

.bottom-lx h3 {
    font-size: 48px;
    color: #333;
    line-height: 50px;
}


.bottom-contact h3 {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
    display: flex;
    font-size: 26px;
    align-items: center;
    color: #fff;
}


.bottom-contact h3 em {
    font-size: 14px;
    color: #ccc;
    margin-left: 10px;
}

.bottom-contact p {
    margin-top: 0px;
    font-size: 14px;
    line-height: 28px;
    color: #ccc;
    padding-left: 30px;
    position: relative;
    display: flex;
}

.bottom-contact p span {
    /*display: block;*/
    /*width: 16px;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}

.bottom-contact p span img {
    margin-right: 10px;
    filter: brightness(0) invert(0.8);
}

.bottom-lx ul {
    float: right;
}

.bottom-lx li {
    font-size: 16px;
    line-height: 30px;
    color: rgba(230, 197, 156, 0.5);
}

.bottom1-con {
    display: flex;
    justify-content: space-between;
}

.bottom-ul {
    flex: 1;
}

.bottom-ul ul {
    float: left;
    margin-right: 70px;
}

.bottom-ul ul:last-child {
    margin-right: 0;
}

.bottom-ul ul li {
    padding: 0px 0;
}


.bottom-ul ul li a,
.bottom1-contact li {
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #ccc;
    transition: ease 0.5s;
}

.bottom-ul ul li:first-child a {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.bottom-ul ul li a:hover {
    color: #fff;
}

.bottom-ul ul li:first-child a:hover {
    color: #fff;
}



.footer .bottom2 {
    padding: 10px 0px;
}

.footer .bottom2 p {
    text-align: center;
    color: #fff;
}

/* 2020.7.31下拉 */
.dropdown-menu {
    border-top: 3px solid #3E90D0;
    margin-top: -3px;
    display: none;
    position: absolute;
    width: 240px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.navitem.single {
    position: relative;
    cursor: pointer;
}

.navitem:hover .dropdown-menu {
    display: block;
}

.dropdown-pad {
    text-align: center;
    background: #fff;
    padding: 8px 20px;
}

.dropdown-menu a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0;
    color: #333;
    transition: ease 0.5s;
    border-top: 1px dashed #e5e5e5;
}

.dropdown-menu a:hover {
    color: #3E90D0;
}

.dropdown-menu a:first-child {
    border-top: none;
}


/* 滚动条样式 */
::-webkit-scrollbar {
    width: 4px;
    /*  设置纵轴（y轴）轴滚动条 */
    height: 4px;
    /*  设置横轴（x轴）轴滚动条 */
}

/* 滚动条滑块（里面小方块） */
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #999;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eee;
}

.elextic-box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
}

.ali-start {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.text_one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text_three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}



/* 首页轮播 */
.picBox {
    padding-top: 172px;
}

.slideBox {
    float: left;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 9px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    bottom: 20px;
    z-index: 1;
    transform: translate(0, -50%);
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    background: url(../imgs/lbd.png) left center no-repeat;
    width: 9px;
    height: 9px;
    margin-right: 15px;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background-position: right center;
}

.slideBox .bd {
    position: relative;
    height: 390px;
    z-index: 0;
}

.slideBox .bd ul {
    position: relative;
    width: 100%;
    height: 500px;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}

.slideBox .bd li img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.content {
    padding: 0 100px;
    position: relative;
}

/*.sy-xxxw {*/
/*    width: 62%;*/
/*}*/

.sy-bt {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.xinw-titie {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* border-bottom: 1px solid #eeeeee; */
    padding: 30px 0 0;
    margin-bottom: 10px;
}

.xinw-titie .xinw-left {
    flex: 1;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.xinw-left .bmbq {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    background: #eea406;
    color: #fff;
    padding: 4px 10px;
    border-radius: 0 10px 0 10px;
}

.xinw-titie .xinw-left h2 {
    font-size: 24px;
    color: #3E90D0;
    margin-right: 20px;
    font-weight: bold;
}
@media screen and (max-width: 1920px)
.xinw-titie .xinw-left h2 {
        font-size: 18px !important;
}


.xinw-titie .xinw-left p {
    font-size: 14px;
    color: #3E90D0;
    text-transform: uppercase;
    font-style: italic;
    font-style: oblique;
}

.syjt {
    cursor: pointer;
}

.xinw-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xinw-nr {
    /* display: flex;
    align-items: flex-start;
    flex-wrap: wrap; */
    width: 50%;
    height: 453px;
    overflow: hidden;
}

.xinw-nr li {
    cursor: pointer;
}

.xinw-nr li .xinw-jju {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.xinw-box .xinw-nr:first-child .xinw-jju {
    margin-right: 30px;
}

.xinw-box .xinw-nr:last-child .xinw-jju {
    margin-left: 30px;
}

.xinw-nr li .xinw-left {
    width: 190px;
    height: 110px;
    margin-right: 15px;
    position: relative;
}

.xinw-nr li .xinw-left img {
    width: 100%;
    object-fit: cover;
    height: 110px;
    border-radius: 10px;
}

.xinw-nr li .xinw-nrbox {
    flex: 1;
}

.xinw-nr li .xinw-nrbox .ht-2 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.xinw-nr li .xinw-nrbox .ht-2 span {
    font-size: 18px;
    font-weight: bold;
    width: 88px;
}

.xinw-nr li .xinw-nrbox h2 {
    font-size: 18px;
    font-weight: bold;
    flex: 1;

}

.xinw-nr li .xinw-nrbox .xinw-xq {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    margin-bottom: 15px;
}

.xinw-nr li .xinw-nrbox .sj {
    font-size: 12px;
    color: #999;
}

.xyxw-box {
    min-height: 56vh;
}

.xyxw-box .xinw-nr li {
    padding: 30px;
    box-shadow: 0 0 8px #e5e5e5;
    border-radius: 10px;
}

.xyxw-box .xinw-nr li .xinw-left {
    width: 26%;
    height: 200px;
}

.xyxw-box .xinw-nr li .xinw-left img {
    height: 200px;
}

.xyxw-box .xinw-nr li .xinw-nrbox .xinw-xq {
    margin-bottom: 46px;
}

.xyxw-box .xinw-nr li .xinw-nrbox h2 {
    display: -webkit-inline-box;
    margin-bottom: 0;
    vertical-align: middle;
    max-width: 85%;
}

.xyxw-box li .xinw-nrbox .xinw-zhid {
    margin-bottom: 15px;
}

.xyxw-box li .xinw-nrbox .xinw-zhid span {
    font-size: 12px;
    color: #eea406;
    border-radius: 4px;
    border: 1px solid #eea406;
    padding: 2px 4px;
    vertical-align: middle;
    margin-left: 10px;
}

.xwgg {
    width: 38%;
    margin-right: 80px;
}

.xwgg ul li a {
    padding: 22px 0;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;


}

.xwgg ul li h2 {
    position: relative;
    font-size: 16px;
    padding-left: 15px;
    font-weight: bold;
    flex: 1;
}

.xwgg ul li h2::before {
    position: absolute;
    content: "";
    left: 0;
    width: 6px;
    height: 6px;
    background: #3E90D0;
    border-radius: 50%;
    top: 6px;
}

.xwgg ul li .sj {
    font-size: 12px;
    color: #999;
}

.xwgg ul li:first-child h2::before {
    display: none;
}

.xwgg ul li:first-child a {
    flex-direction: column;
    align-items: flex-start;
}

.xwgg ul li:first-child a .dyi-box {
    display: flex;
}

.xwgg ul li:first-child a .sj {
    display: none;
}

.xwgg ul li:first-child a .dyi-box .sj {
    display: block;
}

.xwgg ul li:first-child h2 {
    font-size: 18px;
    position: inherit;
    padding-left: 0;
    margin-bottom: 20px;
}


.dyi-box {
    display: none;
    align-items: flex-start;

}

.dyi-box .xwgg-left {
    margin-right: 15px;
}

.dyi-box .xwgg-left img {
    width: 190px;
    height: 110px;
    border-radius: 10px;
}

.dyi-box .xwgg-right .xwgg-xq {
    line-height: 24px;
    height: 72px;
    margin-bottom: 20px;
}

.ztnr-ul {
    padding: 20px 0 50px;
    justify-content: space-between;
    margin-right: -50px;
}

.ztnr-ul li {
    width: 33.3%;
    cursor: pointer;
}

.ztnr-ul li .jju {
    margin-right: 50px;
    display: block;
}

.ztnr-ul li img {
    width: 100%;
    /* height: 175px; */
    border-radius: 10px;
    object-fit: contain;

}

.nybanner {
    padding-top: 192px;
}

.nybanner img {
    width: 100%;
    height: 384px
}

.zyk-jsxq {
    width: 50%;

}

.zyk-jsxq .xinw-nr {
    height: 453px;
    overflow-y: scroll;
    display: block;
    width: 100%;
}

.zyk-box {
    margin-bottom: 60px;
}

.zyk-box .zyk-jsxq:first-child {
    margin-right: 40px;
}

.zyk-box .zyk-jsxq:last-child {
    margin-left: 40px;
}


.zyk-jsxq .xinw-nr li {
    width: 100%;
}

.zyk-jsxq .xinw-nr li .xinw-jju {
    margin: 0;
}

.fbsl {
    background: #f0f8ff;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    margin: 26px 0 10px;
}

.fbsl span {
    color: #3E90D0;
}

.banner-menu {
    position: relative;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}

.menu {
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    float: left;
    /*  max-width: 63%; */
}

.menu::-webkit-scrollbar {
    height: 5px;
    background-color: #fff;
}

.menu::-webkit-scrollbar-thumb {
    background-color: #3E90D0;
    border-radius: 10px;
}

.menu a {
    display: inline-block;
    position: relative;
    padding: 25px 40px;
    background: transparent;
    font-size: 20px;
    line-height: 30px;
    color: #333;
}

.menu a.on {
    background-color: #3E90D0;
    color: #fff;
}

.menu a:hover {
    color: #3E90D0;
}

.menu a.on:hover {
    color: #fff;
}

.bread {
    float: right;
    font-size: 0;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.bread p {
    font-size: 16px;
    line-height: 80px;
    color: #333;
}

.bread a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    /*line-height: 30px;*/
    color: #333;
}

.bread p a:first-child::before {
    position: absolute;
    content: '';
    width: 18px;
    height: 22px;
    background: url(../images/bread.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bread p a:first-child {
    padding-left: 30px;
}

.bread p i {
    display: inline;
    font-style: normal;
    margin: 0 5px;
    color: #7d7d7d;
}

.bread p a:hover {
    color: #3E90D0;
}

.lpage {
    font-size: 0;
    width: 100%;
    border: 1px solid #e0e0e0;
    position: relative;
}

.lpage a {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #666;
    border-left: 1px solid #e0e0e0;
    font-family: 'Arial';
    padding: 15px;
    width: 60px;
    text-align: center;
    transition: ease 0.5s;
}

.lpage a:first-child {
    border-left: none;
}

.lpage a.on,
.lpage a:hover {
    color: #3E90D0;
}

.lpage a i {
    font-weight: bold;
}

.lpage a.lpage-right,
.lpage a.lpage-left {
    position: absolute;
    right: 0;
    top: 0;
}

.lpage a.lpage-left {
    margin-right: 60px;
}

.jsxq-box {
    padding: 40px 0 60px;
}

.jsxq-left {
    height: 600px;
    background: #f9f9f9;
    width: 520px;
    padding: 20px 16px;
    border-radius: 10px;
}

.jsxq-qh {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 16px;
    cursor: pointer;
}

.jsxq-qh .qh-li {
    margin-right: 50px;
    padding-bottom: 20px;
    height: 54px;
    width: 160px;
}

.jsxq-qh .qh-li:last-child {
    margin-right: 0px;
}

.jsxq-qh .hover {
    color: #3E90D0;
    border-bottom: 4px solid #3E90D0;
}

.jsxq-left ul li a {
    padding: 16px 0;
    padding-left: 20px;
    position: relative;
    display: block;
}

.jsxq-left ul li a::before {
    position: absolute;
    content: "";
    left: 10px;
    width: 6px;
    height: 6px;
    background: #3E90D0;
    border-radius: 50%;
    top: 18px;
}

.jsxq-left ul li a.active {
    color: #3E90D0;
    background: #f0f8ff;
    border-radius: 4px;
}

.jsxq-right {
    margin-left: 50px;
    font-size: 16px;
    position: relative;
    width: 59%;
}

.jsxq-right h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}

.jsxq-right .sj {
    font-size: 12px;
    color: #999;
    margin-bottom: 30px;
}

.xqwj {
    /*position: absolute;*/
    /*left: 0;*/
    /*margin-top: 20px;*/
    /*bottom: -50px;*/
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.xqwj .ckwj {
    font-size: 16px;
    color: #fff;
    background: #3E90D0;
    width: 100px;
    height: 40px;
    cursor: pointer;
    margin-right: 20px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
}

.xqwj .djsh {
    font-size: 16px;
    color: #3E90D0;
    cursor: pointer;
}

.jianj {
    padding-top: 80px;
}

.minh600 {
    min-height: 600px;
}

.minh800 {
    min-height: 800px;
}

.jianj .nrbt {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.jianj .ywen {
    font-size: 14px;
    color: #3E90D0;
    margin: 14px 0;
    text-transform: uppercase;
    text-align: center;
}

.jianj .jjnr {
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

.wqhg {
    margin-top: 20px;
    margin-bottom: 120px;
}

.wqhg ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 70px 0 120px;

}

.wqhg ul li {
    width: calc(25% - 50px);
    margin: 25px;
    position: relative;

}

.wqhg ul li a {
    display: block;
    position: relative;
}

.wqhg ul li a img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.wqhg ul li .hdmc {
    display: none;
    width: 100%;
}

.center {
    text-align: center;
}

.wqhg ul li:hover .hdmc {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 50px;
    bottom: 0;
    background: rgba(62, 144, 208, 0.7);
    z-index: 2;

}

.wqhg ul li:hover .hdmc p {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    padding: 40px;
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
}

.xwlb {
    width: 100%;
}

.xwlb li {
    width: 100%;
}

.xinw-nr li:nth-child(even) .xinw-jju {
    margin-left: 0;
}

/* 翻页 */

.pager {
    margin: 40px auto;
    height: auto;
}

.pager .list {
    text-align: center;
    margin: auto;
}

.pager .list a {
    display: inline-block;
    vertical-align: middle;
    margin: 1px;
    height: 35px;
    border: 1px solid #f0f0f0;
    background-color: #fcfcfc;
    border-radius: 5px;
    text-decoration: none;
    line-height: 35px;
    font-size: 12px;
    padding: 0 20px;
    color: #333;
}

.pager a.noprev {
    padding: 0 10px;
    width: 60px;
    border: 1px solid #f0f0f0;
    background-color: #fcfcfc;
    color: #999;
}

.pager a.current {
    background: #3E90D0;
    color: #fff;
}

.pager a:hover {
    background: #3E90D0;
    color: #fff;
}

/* .pager a:last-child:hover {
    color: #3E90D0;
} */
.tzgg-xq {
    margin-top: 80px;
    margin-bottom: 80px;
}

.tzgg-xq h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.tzgg-xq .sj {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-bottom: 40px;
}

.tzgg-xq p {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.sxts {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    font-size: 15px;
    color: #333;
}

.sxts a {
    flex: 1;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.hdyg-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -30px;

}

.hdyg-ul li {
    width: 25%;
    margin-top: 30px;
}

.hdyg-ul li a {
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: 0px 15px;
    box-shadow: 0px 4px 10px 0px rgba(231, 231, 231, 0.5);
}

.hdyg-tp img {
    height: 230px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
}

.hdyg-nr {
    padding: 20px;
}

.hdyg-nr h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 16px;
}

.hdyg-nr img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.hdyg-nr .hdyg-sj {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    margin-top: 12px;
}

.xqtp img {
    width: 60%;
    margin: 20px auto;
    display: table;
}

.ljbm {
    border-radius: 10px;
    background-image: linear-gradient(0deg, rgb(60, 152, 158) 1%, rgb(39, 119, 160) 100%);
    width: 220px;
    height: 68px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 68px;
    margin: 50px auto;
    cursor: pointer;
}

/* 弹框 */
.weui-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);

}

.close {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.tk-box {
    width: 34%;
    background: #fff;
    position: fixed;
    border-radius: 20px;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
}

.tk-box h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
}

.tk-box h2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    background: #3E90D0;
    width: 6px;
    height: 20px;
    border-radius: 20px;
}

.tk-box ul {
    width: 100%;
    margin: auto;
}

.tk-box ul li {
    display: flex;
    align-items: center;
    background: #f1f1f1;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 5px;
    height: 48px;
}

.tk-box ul li p {
    width: 88px;
}

.tk-box ul li input {
    font-size: 16px;
    flex: 1;
}

.tk-box ul li img {
    width: 26px;
    height: 26px;
}

.cyfs-box {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.cyfs-box .cybt {
    width: 120px;
}

.cyfs-box .cyfs-li {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.cyfs-box .cyfs-li p {
    margin-left: 12px;
}

.tij {
    border-radius: 10px;
    background-image: linear-gradient(90deg, #3E90D0 0%, #50AB46 100%);;
    height: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 40px auto 20px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}


/* Radio element, when checked */
.radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    /*文字对齐方式*/
    vertical-align: top;
    transition: background-color ease 0.1s;
}

.radio:checked::after {
    content: "";
    top: 6px;
    left: 6px;
    position: absolute;
    border: #fff solid 2px;
    border-top: none;
    border-right: none;
    height: 6px;
    width: 10px;
    transform: rotate(-45deg);
}

/* Checkbox element, when checked */
.radio:checked {
    background: #3E90D0;
}

.jqqd {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #333;
}

.hdyg-ul li {
    position: relative;
}

.hdyg-ul li .hdmc {
    display: none;
}

.center {
    text-align: center;
}

.hdyg-ul li:hover .hdmc {
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    bottom: 0;
    background: rgba(62, 144, 208, 0.9);
    z-index: 2;
    border-radius: 10px;

}

.hdyg-ul li:hover .hdmc p {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    width: 86%;
    line-height: 32px;
    text-align: center;
}

.hdyg-bt {
    line-height: 30px;
    height: 58px;
    margin-bottom: 10px !important;
}

.zwei {
    font-size: 16px;
    color: #666;
}

.lxwm-ul {
    display: flex;
    align-items: flex-start;
    font-size: 24px;
    color: #333;
    margin: 60px 0 40px;
}

.lxwm-ul li {
    flex: 1;
    text-align: center;
}

.lxwm-ul li .lxwm-bt {
    color: #999999;
    margin-bottom: 10px;
}

.lxwm-ul li img {
    margin: 0 auto 20px;
}

.lxwm-ul li .sj {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

.lxwm-tp {
    margin-bottom: 80px;
}

.lxwm-tp img {
    margin: auto;
    display: table;
}

.wjmm {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: right;
    cursor: pointer;
}

.zce {
    color: #666;
    font-size: 16px;
    text-align: center;
}

.maina-color {
    color: #3E90D0;
}

.hqyzm {
    background: #3E90D0;
    color: #fff;
    border-radius: 10px;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    margin-right: -20px;
    cursor: pointer;
    width: 120px;
}

.tk-box select {
    flex: 1;
    font-size: 16px;
}

/* 下箭头 */

.down-arrow {
    padding-right: 15px;
    position: relative;
}

.down-arrow::after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #666;
    border-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 20px;
    transform: rotate(135deg);
}

@media (min-width:320px) and (max-width:450px) {

    .container {
        padding: 0px 10px;
    }

    .header .container {
        display: flex;
    }

    .header .logo {
        margin: 0px;
    }

    .header-right {
        margin-top: 0px;
    }

    .header .logo img {
        height: 40px;
    }

    .navitem>a {
        font-size: 14px;
    }

    .home-banner {
        margin-top: 100px !important;
    }

    .elextic-box {
        flex-direction: column;
    }

    .content {
        padding: 0px 10px !important;
    }

    .sy-xxxw,
    .xwgg {
        width: 100%
    }

    .xinw-box {
        flex-direction: column
    }

    .xinw-nr {
        width: 100%
    }

    .xinw-box .xinw-nr:first-child .xinw-jju {
        margin-right: 0px
    }

    .xinw-box .xinw-nr:last-child .xinw-jju {
        margin-left: 0px
    }

    .ztnr-ul {
        padding: 20px 0px
    }

    .ztnr-ul li {
        width: 100%;
        margin: 10px 0px
    }

    .ztnr-ul li .jju {
        margin-right: 0px
    }

    .ztnr-ul {
        margin-right: 0px
    }

    .bottom1 {
        padding: 20px 0px;
    }

    .bottom1-con {
        flex-direction: column !important;
    }

    .bottom-ul {
        display: none;
    }

    .bottom-ul ul {
        margin-right: 0px
    }

    .bottom-contact p {
        padding-left: 0px
    }

    .bottomlx-txt,
    .bottom-ul {
        flex-direction: column
    }

    .xinw-titie .xinw-left {
        align-items: center;
    }

    .xinw-nr li .xinw-left,
    .dyi-box .xwgg-left img {
        width: 120px
    }

    .pc-banner .swiper-button-prev,
    .pc-banner .swiper-button-next {
        display: none;
    }

    .nybanner img {
        height: auto;
    }

    .menu {
        overflow-x: scroll;
        float: none;
    }

    .menu a {
        padding: 10px;
        font-size: 14px
    }

    .nybanner {
        padding-top: 100px;
    }

    .bread p {
        height: 40px;
        line-height: 40px;
    }

    .bread a {
        font-size: 14px
    }


    .wqhg ul li {
        width: calc(100% - 20px);
        margin: 10px;
    }

    .wqhg {
        margin-bottom: 20px;
    }

    .hdyg-ul li {
        width: 100%;
    }

    .hdyg-ul {
        margin-right: 0px;
    }

    .hdyg-ul li a {
        margin: 0px;
    }

    .zyk-box .zyk-jsxq:last-child {
        margin-left: 0px;
    }


    .wqhg ul {
        margin: 30px 0px;
    }

    .lxwm-ul {
        flex-direction: column;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .lxwm-ul li {
        width: 100%;
        background-color: #f7f7f7;
        padding: 20px;
        margin-bottom: 15px;
    }

    .lxwm-tp {
        margin-bottom: 10px;
    }

    .lxwm-tp img {
        width: 100%
    }

    .zyk-box .zyk-jsxq:first-child {
        margin-right: 0px;
    }

    .zyk-box .zyk-jsxq:last-child {
        margin-left: 0px;
    }

    .jsxq-left {
        width: 100%
    }

    .jsxq-left {
        min-height: auto;
    }

    .jsxq-right {
        margin-left: 0px;
        margin-top: 30px;
    }

    .hdyg-ul li:hover .hdmc {
        left: 0px;
        right: 0px;
    }

    .xqwj {
        position: static;
        flex-wrap: wrap;
    }

    .tk-box {
        width: 100%;
        padding: 20px;
    }

    .close {
        right: 20px;
        top: 20px;
    }
    .api-editor-pic{
        width: 100% !important;
        height: auto;
    }
    .jianj img{
        width: 100% !important;
    }
}
.jbxx-box{
    margin-bottom: 40px;}

    .jbxx-box  h2{
        font-size: 24px;
        color: transparent; /* 让文字颜色透明 */
        background-image: linear-gradient(to right, #3e90d0, #50ab47); /* 设置渐变色背景 */
        -webkit-background-clip: text; /* 使用背景作为文字填充 */
        background-clip: text; /* 使用背景作为文字填充 */
        font-weight: bold;
    }
    .jbxx-box  ul{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        background: #f7f7f7;
        padding: 30px 30px 10px;
        font-size: 18px; }
        .jbxx-box   li   {
            width: 50%;
            margin-bottom: 20px;
            display: flex;
            align-items: center; }
        .jbxx-box   li    label{
                width: 100px;
                font-weight: bold;

            }



.jsjj li:first-child{
        width: 100%;
        display: block;
    font-size: 18px;  }
    .jsjj li:first-child   label{
        padding-bottom: 16px;
        display: block;
        font-weight: bold;
    }

.main {
    margin: 20px auto 20px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.slideBox1 {
    float: left;
    width:48%;
    height: 360px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.slideBox1 .hd {
    height: 14px;
    overflow: hidden;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1;
}

.slideBox1 .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox1 .hd ul li {
    float: left;
    background: url(../images/yuan.png) left center no-repeat;
    width: 18px;
    height: 14px;
    margin-right: 6px;
    cursor: pointer;
}

.slideBox1 .hd ul li.on {
    background-position: right center;
}

.slideBox1 .bd {
    position: relative;
    height: 360px;
    z-index: 0;
}

.slideBox1 .bd ul {
    position: relative;
    width: 100%;
    height: 360px;
}

.slideBox1 .bd li {
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}

.slideBox1 .bd li p {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 72px;
    line-height: 72px;
    text-indent: 20px;
    z-index: 2;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#A5000000, endColorstr=#A5000000);
    font-size: 18px;
    border-radius: 0 0 10px 10px;
}

.slideBox1 .bd li img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 10px;
}
.news_list{
    margin-top: -30px;
    height: 392px;
    overflow: hidden;
}
.news_list li {
    margin: 29px 0;
    overflow: hidden;
    /*border-bottom: 1px dashed #d8d8d8;*/
}

.news_list li > a:hover {
    color: #3d79ac;
}
.news_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_list li .bt {
    /*position: relative;*/
    padding-left: 20px;
    flex: 1;
    margin-right: 20px;
    font-size: 16px;
}
/*.news_list li .bt::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 8px;*/
/*    width: 6px;*/
/*    height: 6px;*/
/*    border-radius: 20px;*/
/*    background: #dc3a3a;*/
/*}*/
.news_list li .date {
    color: #999;
    font-size: 16px;
}
.jcdt {
    width: 50%;
}
.sy-hdzx{
    padding-top: 50px;
}