.head {
    width: 100%;
    height: 117px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0px 2px 12px #6783ab;
}

.nav {
    width: 100%;
    height: 40px;
}

.nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-top {
    width: 100%;
    height: 76px;
}

.logo {
    height: 100%;
    display: flex;
    align-items: center;
    width: 17%;
    float: left;
}

.logo img {
    width: 100%;
}

.contact {
    padding-bottom: 5%;
    box-sizing: border-box;
}

.language {
    float: right;
    width: 95px;
    height: 100%;
    display: flex;
    align-items: center;
}

.language a {
    display: block;
    font-size: 16px;
    color: #333;
    height: 28px;
    width: 100%;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #999999;
    box-sizing: border-box;
}

.nav li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

.nav li:hover::before {
    display: block;
}

.nav li::before {
    content: "";
    position: absolute;
    width: 78%;
    height: 3px;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    background: #333366;
}

.nav li {
    position: relative;
    width: 93px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    margin-right: 0.75%;
    box-sizing: border-box;
}

.nav li:last-child {
    margin-right: 0px;
}

.nav li:first-child {
    width: 42px;
}

header {
    width: 100%;
    height: 70px;
    display: none;
    position: fixed;
    top: 0;
    background: #fff;
    left: 0;
    z-index: 1000;
}

header .centerBox {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu {
    width: 80px;
    height: 100%;
    background: url(../image/menu_06.png) no-repeat center;
}

.sjlog img {
    width: 100%;
}

.en {
    font-size: 24px;
    color: #143b89;
}

.erji {
    display: none;
    width: 110%;
    font-size: 18px;
    left: 0;
    right: 0;
    padding-top: 7px;
    box-sizing: border-box;
    margin: auto;
    position: absolute;
}

.nav ul li:hover .erji {
    display: block;
}

.erji a:hover {
    color: #143b89;
}

.erji a {
    color: #333;
    background: rgba(250, 250, 250, 0.8);
    margin-bottom: 3px;
}

.nav ul li:nth-child(4) .erji {
    width: 200px;
    padding: 0 2%;
    left: -50%;
    padding-top: 7px;
    box-sizing: border-box;
}

.main {
    margin-top: 116px;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
}

.banner {
    font-size: 0px;
}

.ban {
    width: 100%;
}

.ban {
    font-size: 0px;
}

.ban img {
    width: 100%;
}

.lm {
    font-size: 14px;
    color: #999999;
    line-height: 64px;
    padding-left: 3.8%;
    box-sizing: border-box;
    background: url(../image/icon_03.png) no-repeat;
    background-size: 26px 26px;
    background-position: 0 50%;
}

.lxwm h6 {
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    font-size: 30px;
    color: #336699;
}

.con {
    padding: 3.6% 0 8.6% 0;
    box-sizing: border-box;
}

.con-right {
    float: right;
}

.con-left {
    float: left;
    width: 42%;
}

.con-right {
    width: 58%;
    padding-left: 8%;
    box-sizing: border-box;
}

.con-left input[type="text"]::placeholder {
    color: #ccc;
}

.con-left textarea::placeholder {
    color: #ccc;
}

.con-left input[type="text"] {
    padding-left: 2%;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #ccc;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.con-left input[type="submit"] {
    width: 140px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    background: #336699;
    text-align: center;
    line-height: 50px;
    border: 0px;
}

.con-left textarea {
    border: 1px solid #cccccc;
    width: 100%;
    padding-left: 2%;
    font-size: 14px;
    color: #ccc;
    resize: none;
    box-sizing: border-box;
    padding-top: 2%;
    height: 120px;
    margin-bottom: 25px;
}

.con-right p {
    line-height: 34px;
    background: url(../image/iocn1_16.png) no-repeat left;
    background-size: 34px 34px;
    font-size: 14px;
    padding-left: 8%;
    box-sizing: border-box;
    color: #336699;
    margin-bottom: 3.7%;
}

.con-right p:nth-child(2) {
    background: url(../image/iocn1_25.png) no-repeat left;
    background-size: 34px 34px;
}

.con-right p:nth-child(3) {
    background: url(../image/iocn1_32.png) no-repeat left;
    background-size: 34px 34px;
}

.active::before {
    display: block !important;
}

.lxlist ul {
    flex-wrap: wrap;
    padding-top: 4%;
    box-sizing: border-box;
    justify-content: space-between;
    display: flex;
}

.lxlist ul li:nth-child(2n) {
    margin-right: 0px;
}

.lxlist ul li .asd img {
    width: 100%;
}

.lxlist ul li .asd {
    width: 46%;
}

.lxlist ul li .nr {
    width: 64%;
    padding-left: 2%;
    color: #333;
    box-sizing: border-box;
}

.date {
    font-size: 14px !important;
    margin: 3% 0;
}

.lxlist ul li .more {
    font-size: 16px;
    text-transform: capitalize;
}

.lxlist ul li p {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 18px;
    text-align: left;
}

.lxlist ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    justify-content: space-between;
    display: flex;
}

.ms {
    margin: 4% 0 3% 0;
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.show strong {
    font-size: 24px;
    text-align: left;
}

.show .date {
    color: #ccc;
    margin: 1% 0;
}

.biaoti {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.detail {
    padding: 3% 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 26px;
}

.detail img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.sy {
    padding: 4% 0 0 0;
    box-sizing: border-box;
}

.sy p {
    display: block;
    line-height: 24px;
}

.sjlog img {
    width: 100%;
}

.lxwm strong {
    font-size: 18px;
    text-align: left;
}

.lxwm .detail {
    font-size: 16px;
    line-height: 33px;
}

.rylist ul {
    padding: 4% 0 0 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rylist ul li img {
    width: 100%;
    height: 100%;
}

.rylist ul li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4%;
}

.rylist ul li:nth-child(4n) {
    margin-right: 0;
}

.meng {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}

.tp {
    width: 30%;
    height: 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.tx {
    display: flex;
}

.ys {
    color: #143b89 !important;
}

.next {
    right: 10%;
    outline: none;
    background: url(../image/p1_06.png) no-repeat;
}

.prev {
    outline: none;
    left: 10%;
    background: url(../image/p1_03.png) no-repeat;
}

.swiper-pagination {
    bottom: 8% !important;
}

.banner .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    opacity: 1;
    background: #fff;
}

.banner .swiper-pagination-bullet-active {
    background: #336699;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.sj .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    opacity: 1;
    background: #fff;
}

.sj .swiper-pagination-bullet-active {
    background: #336699;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.about {
    display: flex;
    align-items: center;
    padding: 4.3% 0;
    box-sizing: border-box;
}

.gywm {
    padding: 5.7% 0 4.8% 0;
    box-sizing: border-box;
}

.gywm {
    width: 100%;
    height: 100%;
    background: url(../image/about_13.png) no-repeat center;
    background-size: 100% 100%;
}

.gy-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5.7% 5% 0 2%;
    box-sizing: border-box;
    width: 47%;
    border-right: 1px solid #fff;
    color: #fff;
    box-sizing: border-box;
}

.gy-left strong {
    font-size: 36px;
}

.gy-left span {
    font-size: 20px;
    font-weight: bold;
}

.gynr {
    display: block;
    padding: 2% 0;
    font-size: 16px;
    line-height: 33px;
    text-align: justify;
    box-sizing: border-box;
}

.gy-right {
    padding: 5.7% 0 60px 0;
    box-sizing: border-box;
    width: 53%;
}

.gy-01 {
    display: flex;
    width: 89%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    box-sizing: border-box;
}

.gy1 {
    width: 82%;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #fff;
}

.gy-right h6 {
    font-size: 16px;
    margin-bottom: 3%;
    color: #fff;
}

.gy-right a {
    display: block;
    color: #fff;
    float: right;
}

.lj {
    margin-top: 10%;
}

.instroduce {
    background: #333366;
    padding: 5.5% 0 7.5% 0;
    box-sizing: border-box;
}

.d-bt strong {
    color: #fff;
    font-size: 36px;
}

.d-bt span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.instroduce .gynr {
    max-width: 39%;
    color: #fff;
    line-height: 33px;
    font-size: 16px;
}

.s-lb .next {
    right: 0;
    width: 40px;
    height: 123px;
    top: 40%;
    background: url(../image/sy_33.png) no-repeat center;
    background-size: 100%;
}

.s-lb .prev {
    left: 0;
    width: 40px;
    top: 40%;
    height: 123px;
    background: url(../image/sy_30.png) no-repeat center;
    background-size: 100%;
}

.s-lb {
    position: relative;
    width: 87.5%;
    margin: 5% auto 0;
}

.s-lb .swiper-container {
    width: 84%;
    margin: 0 auto 30px;
}

.btn {
    display: flex;
    justify-content: center;
}

.btn a {
    display: block;
    width: 118px;
    height: 40px;
    background: #ff6600;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin: 0 1.7%;
    border-radius: 10px !important;
}

.server {
    padding: 77px 0 88px 0;
    box-sizing: border-box;
}

.b-top {
    display: flex;
    justify-content: space-between;
}

.b-top .gynr {
    width: 68%;
}

.b-top .d-bt strong {
    color: #333 !important;
}

.b-top .d-bt span {
    color: #333 !important;
}

.b-top {
    display: flex;
    justify-content: space-between;
}

.b-top>div {
    width: 50%;
}

.b-right ul {
    font-size: 0;
}

.b-right li {
    display: inline-block;
    width: 50%;
}

.b-right li img {
    width: 100%;
}

.b-bottom ul {
    font-size: 0;
}

.b-right li {
    overflow: hidden;
    position: relative;
}

.b-bottom ul {
    display: flex;
}

.b-bottom li {
    overflow: hidden;
    display: block;
    width: 25%;
    position: relative;
}

.jia {
    position: absolute;
    top: 85%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.52);
    z-index: 100;
}

.b-bottom li img {
    width: 100%;
}

.val span {
    color: #fff !important;
}

.nbiao {
    display: block;
    position: relative;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 37px;
    color: #fff;
    padding-left: 18px;
    box-sizing: border-box;
}

.box li:hover .jia .nbiao {
    padding: 0px;
}

.box li:hover .jia {
    display: flex;
    top: 0 !important;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    transition: top 1s;
}

.jia .more {
    display: block;
    width: 55px;
    height: 55px;
    margin: 15px auto 0;
    background: url(../image/jh_03.png) no-repeat center;
    background-size: cover;
}

.swiper-slide img {
    width: 100%;
}

.sjdh {
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    top: 65px;
    left: 0;
    z-index: 1000;
    background: #fff;
}

.sj_erji a:last-child {
    border-bottom: 0px;
}

.sj_erji a {
    font-size: 14px;
    display: block;
    padding-left: 5%;
    box-sizing: border-box;
    height: 40px !important;
    line-height: 40px !important;
    border-bottom: 1px solid #cccccc;
}

.sjdh ul li p {
    position: relative;
}

.sjdh ul li {
    font-size: 16px;
    display: block;
    color: #333333;
    line-height: 50px;
    border-bottom: 1px solid #cccccc;
}

.xl {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.xl {
    display: inline-block;
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 4%;
    background: url(../image/x1_03.png) no-repeat center;
    background-size: contain;
}

.xz {
    transform: rotate(90deg);
}

.sj_erji {
    display: none;
}

.close {
    background: url(../image/cha_03.png) no-repeat center;
    background-size: 60% !important;
}

.sj {
    display: none !important;
}

footer {
    background: #333;
    padding: 3% 0 5% 0;
    box-sizing: border-box;
}

.list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ewm img {
    display: block;
    max-width: 100%;
}

.ewm span {
    display: block;
    width: 100%;
    margin: 15% 0;
    text-align: center;
}

.list>div {
    width: 23%;
}

.list>div:nth-child(2) {
    width: 58%;
    margin: 0 auto;
}

.list>div:last-child {
    width: 20%;
}

.f-logo {
    height: 113px;
    width: 100%;
}

.left-z {
    padding-right: 4%;
    box-sizing: border-box;
}

.f-nav>ul {
    display: flex;
}

.f-nav>ul>li {
    font-weight: bold;
    min-width: 10%;
    margin: 0 4%;
    color: #fff;
    font-size: 16px;
}

.jberji li {
    margin-bottom: 20%;
}

.jberji li a {
    color: #fff;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
}

.f-nav>ul>li>a {
    display: block;
    margin-bottom: 15%;
}

.confx h6,
p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f-nav>ul>li:last-child {
    margin-right: 0px;
}

.f-icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    float: left;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.list>div:last-child {
    width: 20%;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
}

.list>div>span {
    display: block;
    margin: 4% 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

footer {
    color: #fff;
}

.confx {
    color: #fff;
}

.confx h6 {
    margin: 10% 0;
    font-size: 26px;
}

.confx p {
    font-size: 14px;
    line-height: 28px;
}

.wlbj {
    padding: 3% 0;
    box-sizing: border-box;
}

.wlbj>p {
    width: 100%;
    display: block;
    font-size: 36px;
    text-align: center;
}

.dt {
    margin: 5% 0 0 0;
    box-sizing: border-box;
    height: 587px;
    background-size: contain;
}

.dt {
    display: flex;
}

.dian>div {
    background: none !important;
    cursor: pointer;
}

.dt_left {
    display: flex;
    width: 70%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

.zong {
    position: absolute;
    width: 63%;
    left: 0;
    height: 100%;
}

.dt {
    width: 100%;
    position: relative;
}

.dt img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dian {
    z-index: 100;
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
}

.zong>div:first-child {
    width: 295px;
    float: right;
    position: absolute;
    top: 20%;
    min-height: 134px;
    right: 2%;
    background: url(../image/dibj_03.png) no-repeat center;
}

.zong>div:nth-child(2) {
    width: 295px;
    float: right;
    position: absolute;
    top: 22%;
    min-height: 134px;
    right: 9%;
    background: url(../image/dibj_03.png) no-repeat center;
}

.zong>div:nth-child(3) {
    width: 295px;
    float: right;
    position: absolute;
    top: 19%;
    min-height: 134px;
    right: 13%;
    background: url(../image/dibj_03.png) no-repeat center;
}

.zong>div:nth-child(4) {
    width: 295px;
    float: right;
    position: absolute;
    top: 19%;
    min-height: 134px;
    right: 12%;
    background: url(../image/dibj_03.png) no-repeat center;
}

.zong>div {
    padding: 16px 0 0 16px;
    box-sizing: border-box;
}

.zong>div:nth-child(5) {
    width: 295px;
    float: right;
    position: absolute;
    top: 17%;
    min-height: 134px;
    right: 14%;
    background: url(../image/dibj_03.png) no-repeat center;
}

.zong>div:nth-child(6) {
    width: 295px;
    float: right;
    position: absolute;
    bottom: 52%;
    min-height: 134px;
    right: 22%;
    background: url(../image/dibj_03.png) no-repeat center;
}

.zong>div {
    z-index: 1000;
    background-size: 100% 100% !important;
}

.zong>div:last-child {
    width: 295px;
    float: right;
    position: absolute;
    bottom: 51%;
    min-height: 134px;
    left: 26%;
    background: url(../image/dibj_03.png) no-repeat center;
}

.dian>div:first-child {
    float: right;
    position: absolute;
    top: 40%;
    right: 36%;
    width: 20px;
    height: 20px;
    background: #000;
}

.dian>div:nth-child(2) {
    float: right;
    position: absolute;
    top: 43%;
    right: 44%;
    width: 12px;
    height: 20px;
    background: #000;
}

.dian>div:nth-child(3) {
    float: right;
    position: absolute;
    top: 40%;
    right: 45%;
    width: 12px;
    height: 20px;
    background: #000;
}

.dian>div:nth-child(4) {
    float: right;
    position: absolute;
    top: 38%;
    right: 46%;
    width: 12px;
    height: 20px;
    background: #f00;
}

.dian>div:nth-child(5) {
    float: right;
    position: absolute;
    top: 38%;
    right: 47%;
    width: 12px;
    height: 20px;
    background: #0ff;
}

.dian>div:nth-child(6) {
    float: right;
    position: absolute;
    top: 50%;
    right: 55.5%;
    width: 20px;
    height: 20px;
    background: #0ff;
}

.dian>div:last-child {
    float: right;
    position: absolute;
    top: 46%;
    left: 31%;
    width: 20px;
    height: 20px;
    background: #0ff;
}

.dian>div {
    width: 80px;
    height: 80px;
}

.zong>div p {
    display: block;
    margin-bottom: 2%;
}

.zong>div {
    font-size: 16px;
    text-align: left;
}

.bjlb {
    display: none;
}

.address {
    width: 63%;
    padding: 5% 0;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: 5%;
    z-index: 100;
    left: 0;
    padding: 4% 2%;
    box-sizing: border-box;
    right: 0;
    border-radius: 15px;
    box-shadow: 0px 0px 25px #ccc;
}

.bjlb .swiper-container {
    padding-bottom: 53px;
    box-sizing: border-box;
}

.bjlb .swiper-slide {
    position: relative;
}

.ces p {
    font-size: 16px;
    margin-bottom: 3%;
}

.bjlb .swiper-pagination-bullet {
    background: #999999;
    opacity: 1;
}

.bjlb .swiper-pagination-bullet-active {
    background: #7fb4fe !important;
}

.detail .table {
    overflow: auto;
    border: 1px solid #000;
}

.detail td {
    padding: 0 1%;
    border: 1px solid #000;
}