@charset "UTF-8";


/**
-----------
   格式化
-----------
**/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-weight: normal;
}

ol {
    padding-left: 15px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

/**
----------
   三角形
----------
**/
.border-down {
    position: relative;
}

/**
----------
  字体图标
----------
**/
@font-face {
    font-family: 'iconfont';
    src: url("../font/iconfont.eot");
    src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff2") format("woff2"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
}

@font-face {
    font-family: 'ar';
    src: url("../../font/ariblk.ttf");
}

html {
    font-family: "ar";
    font-weight: 100;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 2px;
}

/**
----------
   容器
----------
**/
.container-fluid {
    width: 100%;
}

/**
----------
  中英切换
----------
**/
.sino-british {
    display: flex;
    justify-content: flex-end;
}

.sino-british .sino-british-btn {
    background: #00a0e9;
    padding: 8px 20px;
    border-radius: 7px;
    margin: 5px 0;
}

.sino-british .sino-british-btn .toggle-lang {
    display: none;
}

.sino-british .sino-british-btn Î .encn {
    display: none;
}

.sino-british .sino-british-btn span {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}


/**
----------
  导航栏
----------
**/
.navbar-content {
    min-height: 50px;
    background: #00a0e9;
    display: flex;
    justify-content: center;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-right: 40px;
}

.logo img {
    width: 60px;
    height: 40px;
    margin: 0 10px;
}

.logo span {
    color: #fff;
}


.navbar-content .logo .logo-menu {
    display: none;
}

.navbar-content .navbar {
    display: flex;
    align-items: center;
    transition: all 0.3s;
    width: 800px;
    justify-content: space-between;
    margin-right: 20px;
}

.navbar-content .navbar .border-down::after {
    content: "";
    height: 20px;
    border: 6px solid;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 7px;
    right: -15px;
}

.navbar-content .navbar .toggleList {
    display: none;
    position: absolute;
    z-index: 999;
    top: 50px;
    /* left: 0; */
    background: #fff;
    border-radius: 5px;
    transition: all 0.2s;
    overflow: hidden;
    min-width: 100%;
}

.navbar-content .navbar .toggleList li a {
    color: #363636;
    /* width: 100%; */
    display: block;
    padding: 10px 2px;
    transition: all 0.2s;
    text-align: center;
    white-space: nowrap;
}

.navbar-content .navbar .toggleList li:hover {
    background: #0086c3;
}

.navbar-content .navbar .toggleList li:hover a {
    color: #fff;
}

.navbar-content .navbar>li+li {
    position: relative;
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
}

.navbar-content .navbar>li:hover>.toggleList {
    display: block;
}

.navbar-content .navbar a {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

/**
* banner
**/
.swiper-container {
    height: 30vw;
    width: 100%;
}

.swiper-container .swiper-slide {
    height: 30vw;
}

.swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/**
--------
 内容标题
--------
**/
.content-title {
    padding: 15px 15px 15px 30px;
}

.content-title span {
    color: #c7c7c7;
    font-size: 16px;
}

.content-title p {
    font-size: 22px;
}

.content-title .title-line {
    width: 3.5em;
    height: 3px;
    background: #60a6e1;
}

.content {
    display: flex;
    justify-content: space-between;
    height: 400px;
    margin-bottom: 100px;
}

.content .content-container {
    width: 31%;
    display: flex;
    flex-direction: column;
}

.content .content-container .content-img {
    width: 100%;
    height: 200px;
}

.content .content-container .content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .content-container .content-text {
    width: 100%;
    min-height: 130px;
    padding: 10px 0;
    background: whitesmoke;
    display: flex;
    align-items: center;
    margin: 0;
}

.content .content-container .content-text p {
    width: 100%;
    border-left: 3px solid #419fe5;
    padding: 0 20px;
    font-size: 15px;
}

.zh {
    display: block;
}

.en {
    display: none;
}

/**
-------------
  公用内容容器
-------------
**/
.details {
    max-width: 1400px;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.details .new-detail {
    width: 100%;
}

.details .new-detail .new-detail-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    font-size: 20px;
    font-weight: bold;
}

.details .new-detail .new-detail-title .new-detail-title-time {
    font-size: 12px;
    color: #999;
    margin: 0 10px;
}

.details .new-detail .new-detail-content {
    width: 100%;
    height: 300px;
}

.details .content-nav {
    /* width: 250px; */
    min-width: 20%;
}

.details .content-nav div:not(.content-nav-title) {
    border-left: 1px solid #289ce2;
    border-right: 1px solid #289ce2;
}

.details .content-nav div:not(.content-nav-title):last-of-type {
    border-bottom: 1px solid #289ce2;
}

.details .content-nav .active {
    background: #3483c1;
    color: #fff;
}

.details .content-nav a {
    font-size: 14px;
    color: #595f60;
    padding: 15px;
    transition: all 0.1s;
}

.details .content-nav a:hover {
    background: #3483c1;
    color: #fff;
}

.details .content-nav .content-nav-title {
    background: #419fe3;
    padding: 15px;
}

.details .content-nav .content-nav-title p {
    font-size: 15px;
    color: #fff;
}

.details .content-nav .content-nav-title-line {
    display: flex;
    align-items: center;
}

.details .content-nav .content-nav-title-line div {
    width: 60px;
    height: 4px;
    background: #fff;
    margin-left: 10px;

}

.details .content-nav .content-nav-title-line span {
    font-size: 15px;
    color: #fff;
}

.details .content-details {
    /* flex: 1; */
    width: 900px;
    padding: 15px;
    background: #f4fafe;
    margin: 0 0 150px 20px;
    overflow: hidden;
}

.details .content-details .message {
    width: 90%;
    margin: 0 auto;
}

.details .content-details .message .message-form {
    width: 90%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin-top: 15px;
}

.details .content-details .message .message-form label {
    width: 17%;
    height: 30px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.details .content-details .message .message-form label span {
    color: red;
}

.details .content-details .message .message-form input,
.details .content-details .message .message-form textarea {
    width: 75%;
    display: block;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #eee;
    margin: 5px 0;
}

.details .content-details .message .message-form textarea {
    height: 140px;
    resize: none;
}

.details .content-details .button-group {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%
}

.details .content-details .button-group button {
    border: none;
    background: none;
    padding: 5px;
    height: 30px;
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
}

.details .content-details .button-group .info-btn {
    background: #0084ff;
}

.details .content-details .new-card-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.details .content-details .new-card-container .new-card {
    width: 98%;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    display: block;
    margin-bottom: 6px;
}

.details .content-details .new-card-container .new-card p {
    font-size: 16px;
    margin: 5px 0;
}

.details .content-details .new-card-container .new-card span {
    color: #999;
}

.details .content-details .new-card-container .new-card div {
    width: 900px;
    font-size: 15px;
    display: flex;
    word-wrap: break-word;
    word-break: break-all;
    margin: 5px 0;
}

.content-details img{
    width:100%;
}

.content-details img:hover {
    transform: translateZ(120px);
}

.paging {
    display: flex;
    margin: 0 auto;
}

.paging .paging-item {
    border: 1px solid #ddd;
    margin: 0 3px;
}

.paging .paging-item a {
    display: block;
    padding: 7px 10px;
}

.paging .paging-item a:hover {
    background: #0084ff;
    color: #fff;
}

/* 容器 <div> - 需要定位下拉内容 */
.dropdown-content {
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding-left: 40px;
}

.dropdown-content .dropdown-content-list {
    list-style: circle;
}

.dropdown-content .dropdown-content-list li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    list-style: circle;
}

.dropdown-content .dropdown-content-list li a {
    font-size: 14px;
    margin: 0 10px;
}

.dropdown-content .dropdown-content-list li a:hover {
    color: #0084ff;
}

.dropdown-content .dropdown-content-list li:hover {
    background-color: #f1f1f1;
}

.dropdown-content .dropdown-content-list li .upload-data {
    color: #999;
}

.letter-list {
    width: 100%;
    border: 1px solid #00a0e9;
    display: flex;
    justify-content: space-around;
}

.letter-list a {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.letter-list a:hover {
    color: #0084ff;
}

.content-list-box {
    width: 100%;
    margin-top: 20px;
}

.content-list-box .content-list-span {
    font-size: 30px;
    color: #00a0e9;
    margin-top: 20px;
    margin-left: 10px;
}

.content-list-box .content-list-ul {
    display: flex;
    flex-wrap: wrap;
}

.content-list-box .content-list-ul li {
    margin-left: 10px;
    font-size: 14px;
}

/**
----------
  底部信息
----------
**/
.footer {
    height: 180px;
    background: #00a0e9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1px;
}

.footer .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.footer .footer-logo img {
    width: 60px;
    height: 40px;
    margin: 0 10px;
}

.footer .footer-logo h1 {
    color: #fff;
    font-weight: normal;
}

.footer .footer-addres {
    display: flex;
    justify-content: center;
    margin: 5px 0;
    align-items: center;
    color: #fff;
}


.footer .footer-contant {
    display: flex;
    justify-content: center;
}

.footer .footer-contant p {
    color: #fff;
    margin: 0 20px;
}

.footer .footer-copyright {
    display: flex;
    justify-content: center;
}

.footer .footer-copyright p {
    color: #fff;
}

.footer .footer-copyright p+p {
    margin-left: 250px;
}

.footer .line {
    height: 1px;
    border-bottom: 1px solid #98bed3;
    margin: 5px 0;
}

/**
--------
  联系QQ
--------
**/
.contant-qq {
    position: fixed;
    right: 0;
    z-index: 9999;


}

.contant-qq img {
    width: 50px;
    opacity: .5;
}

.contant-qq img:hover {
    opacity: 1;
}

.contant-qq-phone {
    display: none;
}