@import "../font/iconfont.css";

@font-face {
    font-family: 'YouSheBiaoTiHei';
    src: url('/material/Project/font/YouSheBiaoTiHei.ttf') format('truetype');
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
    font-weight: 400;
    font-style: normal;
}

ul,
ol,
li {
    list-style-type: none;
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
}

.clearFix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

img {
    border: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
    padding: 0;
}

input:-moz-placeholder {
    color: #D6D6D6;
}

input::-webkit-input-placeholder {
    color: #D6D6D6;
}

input::-moz-placeholder {
    color: #D6D6D6;
}

input:-ms-input-placeholder {
    color: #D6D6D6;
}

body,
html {
    width: 100%;
    /* height: 100%; */
    font-family: "微软雅黑";
    color: #333;
    background: #F5F7F9;
    overflow-x: hidden;
}

a {
    color: #333;
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

.dis_a {
    display: block;
    width: 100%;
    height: 100%;
}

.w1200 {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto !important;
}

.content {
    position: relative;
}

.bridge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 112px;
    z-index: 9;
}

.bridge img {
    width: 100%;
    height: 100%;
}

/* 设置滚动条的样式 */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}


/* 滚动槽 */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    box-shadow: inset 6px rgba(0, 0, 0, 0.3);
}


/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(9, 60, 125);
    box-shadow: inset 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: #093c7d;
}

/* 布局 */
.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* 标题头部 */
.main_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    background: url(../images/bridge_head2.png) no-repeat right bottom;
}

.main_head a {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.main_head2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    background: url(../images/bridge_head3.png) no-repeat right bottom;
}

.main_head2 a {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    color: #333;
}

.main_head2 a span {
    color: #0B54A2;
}

.main_head .eng {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.3);
    font-family: YouSheBiaoTiHei;
}

.main_head2 .eng {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: rgba(11, 84, 162, 0.3);
    font-family: YouSheBiaoTiHei;
}

/* 更多 */
.more,
.more a {
    /* display: block; */
    width: 55px;
    height: 22px;
    border-radius: 8px;
    font-size: 16px;
    color: #666;
    line-height: 22px;
    text-align: center;
}

/* 当前位置 */

.current {
    display: flex;
    /* justify-content: flex-end; */
    align-items: center;
    font-size: 16px;
    height: 40px;
    color: #0B54A2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.current i {
    margin-right: 8px;
    font-size: 22px;
    vertical-align: middle;
}

.current a {
    color: #0B54A2;
}

/* tab切换 */

.tab_hd {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.tab_hd a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.tab_hd a.on {
    padding: 0 20px;
    color: #0B54A2 !important;
    background: url(../images/tab_on.png) no-repeat center;
    background-size: 100% 100%;
    border-radius: 5px;
}

.tab_bd {
    box-sizing: border-box;
    background: #fff;
}

.tab_bd .item {
    display: none;
}

.tab_bd .item:first-child {
    display: block;
}

/* 列表 */

.main_lis li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_lis li a {
    position: relative;
    display: block;
    width: calc(100% - 110px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    text-indent: 12px;
    font-size: 16px;
    transition: 0.3s all;
}

.main_lis li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 50%;
    transition: 0.3s all;
}

.main_lis li:hover a {
    color: #0B54A2;
    padding-left: 5px;
    transition: 0.3s all;
}

.main_lis li:hover a::after {
    background: #0B54A2;
    transition: 0.3s all;
}

.main_lis li span {
    color: #A3A3A3;
    font-size: 16px;
}

/* 多行文本裁切 */

.mul_p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.multiline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* 图片缩放 */

.pic {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: linear 0.5s;
    -moz-transition: linear 0.5s;
    -ms-transition: linear 0.5s;
    -o-transition: linear 0.5s;
    transition: linear 0.5s;
}

.pic:hover img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    -webkit-transition: linear 0.5s;
    -moz-transition: linear 0.5s;
    -ms-transition: linear 0.5s;
    -o-transition: linear 0.5s;
    transition: linear 0.5s;
}

/* 轮播图 */

.swiper-container {
    margin: 0;
}

.swiper-container img {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-pagination {
    text-align: right;
    box-sizing: border-box;
}

.swiper-container .swiper-pagination-bullet {
    box-sizing: border-box;
    margin-right: 8px;
    right: 0;
    opacity: 1;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
}

.swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #3192E1;
}

.swiper-container .swiper-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 18px;
    box-sizing: border-box;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
}

.swiper-container .swiper-text p {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 120px);
}

/* 侧边栏 */

.closeImg{
    cursor: pointer;
}

.asideBtn{
    display: flex;
    justify-content:center;
    align-items: center;
    margin-bottom: 5px;
    padding: 5px 10px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    background-color: rgb(11, 84, 162,.3);
    cursor: pointer;
}

.asideBtn i{
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-size: 15px 11px;
}  

.close_btn i{
    background-image: url(../images/jt_bottom.png);
}

/* .open_btn{
    display: none;
} */

.open_btn i.active{
    background-image: url(../images/jt_l.png);
}

.aside_fr{
    position: fixed;
    top: 36%;
    right: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 9999999;
}

.aside {
    position: relative;
    right: 0;
    z-index: 999999;
    background: #B2CDEA;
    border-radius: 8px;
    overflow: hidden;
}

.aside_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 96px;
    height: 100px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.47);
}

.aside_box i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 7px 5px;
    width: 50px;
    height: 50px;
    color: #0B54A2;
    font-size: 32px;
    background: #FFFFFF;
    border-radius: 50%;
}

.aside_box p {
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

@media only screen and (max-width: 1200px) {
    .w1200 {
        width: 996px;
    }

    .main_head,
    .main_head2 {
        background-size: 75% 20px;
    }
}

@media only screen and (max-width: 996px) {
    .w1200 {
        width: 768px;
    }

    .bridge {
        height: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .w1200 {
        width: 97%;
    }

    .main_head,
    .main_head2 {
        background-size: 60% 14px;
    }
}

@media only screen and (max-width: 616px) {


    .main_lis li {
        height: 42px !important;
        line-height: 42px !important;
    }

    footer {
        font-size: 19px;
    }

    .head {
        margin-bottom: 15px;
    }

    .head .a1 {
        width: 160px;
        height: 54px;
    }

    .current {
        flex-wrap: wrap;
        justify-content: flex-start;
        height: 60px;
    }

    .bridge {
        height: 40px !important;
    }

    .main_head,
    .main_head2 {
        margin-bottom: 20px !important;
    }

    .main_head a,
    .main_head2 a {
        font-size: 30px;
    }
}
@media only screen and (max-width: 515px) {
    .aside_fr{
      display: none;
    }
   
  }