@charset "UTF-8";
/****引入外部字体****/
/* 
* .TTF或.OTF，适用于Firefox 3.5、Safari、Opera 
* .EOT，适用于Internet Explorer 4.0+ 
* .SVG，适用于Chrome、IPhone  
*/
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("./YouSheBiaoTiHei-2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
li {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
  display: block;
}
img {
  border: 0;
}
.whole {
  width: 100%;
  
}
@media screen and (max-width: 1920px) {
  body {
    font-size: 16px;
  }
  .content {
    width: 1200px;
    margin: 0 auto;
  }
  .body_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .body_bg img {
    width: 100%;
  }
  /* .bg_color{
    background: #f5fafe;
  } */
  .main {
    margin-top: 210px;
    z-index: 9;
    width: 100%;
  }
  .main_body {
    padding: 15px 0;
    background: url(Top_bg_2.png) no-repeat center top ;
  }
  .main_body .content {
    overflow: hidden;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
  }
  .header_top {
    background: #fff;
    overflow: hidden;
    color: #242424;
    font-size: 0.8em;
    padding: 5px 0;
    border-bottom: #888888 1px solid;
    box-shadow: 0px 6px 5px -5px rgba(0, 0, 0, 0.3);
  }
  .header_top a {
    color: #242424;
    display: inline-block;
  }
  .header_top a:hover {
    color: #9be1ff;
  }
  .header_top_left {
    float: left;
    text-align: left;
  }
  .header_top_right {
    float: right;
    text-align: right;
    margin-right: 10px;
  }
  .header_top_right a {
    margin: 0 15px;
  }
  .header_left {
    float: left;
    width: 50%;
    margin: 20px 0;
    transition: margin-left 0.5s;
    -webkit-transition: margin-left 0.5s;
    -o-transition: margin-left 0.5s;
    -moz-transition: margin-left 0.5s;
  }
  .header_logo {
    width: 100%;
    transition: width 1s;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    -moz-transition: width 1s;
    padding: 15px 0;
  }
  .header_right {
    float: right;
    width: 30%;
    margin-top: 50px;
    text-align: right;
    transition: margin-right 0.5s;
    -webkit-transition: margin-right 0.5s;
    -o-transition: margin-right 0.5s;
    -moz-transition: margin-right 0.5s;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    -moz-transition: width 0.5s;
  }
  .header_right a {
    display: inline-block;
    vertical-align: bottom;
  }
  .header_right .header_search_allbtn{
    cursor:pointer;
    color: #242424;
    margin: auto;
    margin-bottom: 9px;
    display: block;
    float: left;
    margin-left: 10%;
    text-shadow: 
0 0 10px #ffffff, /*  secondary glow */
0 0 20px #ffffff, /*  tertiary glow */
0 0 30px #ffffff; /*  quaternary glow */
  }
  .header_search {
    width: 80%;
    text-align: right;
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
  .header_search input {
    width: 90%;
    padding: 10px 10px;
    border: 0;
    background: #fff;
    outline: none;
  }
  .header_search img {
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
  }
  .nav {
    width: 100%;
    clear: both;
    background: url(nav_bg.png) no-repeat;
    background-size: cover;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
  }
  .nav li {
    float: left;
    width: 16.11111111%;
    text-align: center;
    list-style: none;
    /*background:rgba(36, 36, 36, 0.32);*/
    padding: 20px 0;
    transition: padding 0.5s;
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
  }
  .nav li a {
    width: 100%;
    color: #000;
    font-size: 1.5em;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    -moz-transition: color 0.5s;
  }
  .nav li a:hover {
    color: #00558f;
  }
  .nav li span {
        font-size: 1.5em;
    }

    .header_fixed .nav li span {
        padding: 10px 0;
        color: #fff;
        display: block;
    }
  .nav_show {
    color: #00558f !important;
  }
  .relevant {
    position: fixed;
    top: 10%;
    right: 10px;
    z-index: 15;
  }
  /*.relevant_btn {
        
        position: fixed;
        top: 20%;
        right: 10px;
        z-index: 9;
        background: @theme_color_1;
        color: #fff;
        border: 5px solid #fff;
        text-align: center;
        width:85px;
        padding:10px 0;
        cursor: pointer;
        .transition(background 0.5s);

        &:hover {
            background: @theme_hover_color;
        }
    }

    .relevant_btn_word {
        border-top: 1px solid #fff;
        margin-top: 5px;
        padding-top: 5px;
    }*/
  /*.relevant_btn {
        
        position: fixed;
        top: -20px;
        right: 10px;
        z-index: 9;
        color: #fff;
        text-align: center;
        width:85px;
        cursor: pointer;
        .transition(margin-top 0.5s);

        &:hover {
            margin-top:20px;
        }
    }*/
  .relevant_btn {
    position: fixed;
    top: 22px;
    right: 0px;
    width: 160px;
    height: 180px;
    overflow: hidden;
    z-index: 9;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
  .relevant_btn embed {
    margin-left: -70px;
    margin-top: -40px;
  }
  .relevant_block_btn {
    position: fixed;
    top: 20px;
    right: 0;
    width: 150px;
    height: 180px;
    z-index: 10;
  }
  .relevant_body {
    background: rgba(255, 255, 255, 0.95);
    border-left: 5px solid #00558f;
    width: 250px;
    padding: 30px 10px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    margin-top: -40%;
    margin-right: -10px;
    position: relative;
    display: none;
    height: 100vh;
  }
  .relevant_close_btn {
    color: #00558f;
    font-size: 1.5em;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
  }
  .relevant_tittle {
    text-align: center;
    border-top: 3px solid #00558f;
    padding-top: 10px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .relevant_list_body {
    background: rgba(0, 156, 255, 0.2);
    height: 800px;
    overflow: hidden;
  }
  .relevant_list_body_hide {
    width: 104%;
    height: 800px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .relevant_list_one {
    margin-bottom: 2px;
  }
  .relevant_list_tittle {
    background: #00558f;
    color: #fff;
    cursor: pointer;
    padding: 10px;
  }
  .relevant_list_ul {
    padding: 20px 0;
    display: none;
  }
  .relevant_list_ul li a {
    color: #1f1f1f;
    padding: 10px 20px;
  }
  .relevant_list_ul li a:hover {
    background: rgba(0, 156, 255, 0.6);
    color: #fff;
  }
  .relevant_list_tittle_2 {
    color: red;
  }
  .second_nav {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 5px solid #00558f;
    padding: 20px;
    display: none;
  }
  .second_nav_body {
    overflow: hidden;
    height: auto;
    display: none;
  }
  .second_nav_body a{
    float: left;
    margin-right: 20px;
    font-size: 1.3rem;
    color: #000;
  }
  .second_nav_body a:hover {
    color: #00558f;
  }
  
  .header_fixed {
    width: 100%;
    position: fixed;
    top: 25px;
    height: 60px;
  }
  .header_fixed .content {
    background: #fff;
  }
  .header_fixed .header_left {
    margin: 10px 0;
    margin-left: 2%;
    width: 48%;
  }
  .header_fixed .header_logo {
    width: 80%;
  }
  .header_fixed .header_logo img {
    width: 100%;
  }
  .header_fixed .header_right {
    margin-right: 2%;
    width: 30%;
    margin-top: 30px;
    transition: margin-top 0.5s;
    -webkit-transition: margin-top 0.5s;
    -o-transition: margin-top 0.5s;
    -moz-transition: margin-top 0.5s;
  }
  .header_fixed .header_search input {
    background: #e7e7e7;
  }
  .header_fixed .nav {
    background: #00558f;
  }
  .header_fixed .nav li {
    padding: 0;
  }
  .header_fixed .nav li a {
    padding: 10px 0;
    color: #fff;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
  }
  .header_fixed .nav li a:hover {
    background: #007bbe;
  }
  .header_fixed .nav_show {
    background: #007bbe;
    color: #fff !important;
  }
  .mobile_menu_btn {
    display: none;
  }
  .block_body {
    padding: 30px;
    background: #fff;
    overflow: hidden;
  }
  
  .block_tittle_1 {
    background: #fff;
    overflow: hidden;
    border-bottom: #dfdfdf 1px solid;
  }
  .block_tittle_1 a {
    color: #242424;
    float: left;
    width: 22%;
    font-size: 1.2em;
    padding: 5px 0;
    text-align: center;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
    
  }
  .tittle_checked_1 {
    color: #00558f !important;
    background: #ffffff;
    font-weight: bold;
    border-bottom: #00558f 2px solid;
  }
  .block_tittle_2 {
    padding: 0 30px;
    margin-bottom: 1px;
    overflow: hidden;
    background: #fff;
  }
  .block_tittle_2 div {
    width: 7px;
    height: 28px;
    background: #00558f;
    float: left;
    margin-right: 10px;
  }
  .block_tittle_2 a {
    color: #1f1f1f;
    float: left;
    width: 50%;
    padding: 20px 0;
    font-size: 1.5em;
    font-weight: bold;
  }
  .tittle_checked_2 {
    color: #00558f !important;
  }
  .tittle_checked_3 {
    color: #242424 !important;
    font-weight: bold;
  }
  .block_list li {
    height: 43px;
    line-height: 43px;
    border-bottom: 1px dashed #dedede;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
  }
  .block_list li:hover {
    background: #e5e5e5;
  }
  .block_list li a {
    color: #1f1f1f;
    overflow: hidden;
  }
  .list_name {
    width: 80%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .list_time {
    float: right;
    text-align: right;
  }
  .footer {
    background: #f8f8f8;
    border-top: 10px solid #00558f;
    width: 100%;
    padding: 2% 0 0 0;
    margin-top: 0px;
    font-size: 1em;
  }
  .footer li {
    list-style: none;
  }
  .footer_relevant {
    margin-bottom: 2%;
    padding: 30px 0;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
  }
  .footer_relevant:nth-child(2) {
    border-top: 0;
    padding-top: 10px;
  }
  .footer_relevant_content {
    overflow: hidden;
    border: 1px solid #dedede;
    padding: 20px 30px;
    margin-top: 30px;
    background: #fff;
  }
  .footer_relevant_content li {
    float: left;
    width: 16.66666667%;
  }
  .footer_relevant_content li a {
    color: #1f1f1f;
    height: 40px;
    line-height: 40px;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    -moz-transition: color 0.5s;
  }
  .footer_relevant_content li a:hover {
    color: #00558f;
  }
  .footer_tittle {
    margin-bottom: 2%;
    float: left;
    color: #00558f;
    margin-right: 20px;
  }
  .footer_relevant_tab span {
    cursor: pointer;
    display: inline-block;
    width: 16.66666667%;
  }
  .footer_intro {
    overflow: hidden;
    line-height: 36px;
  }
  .footer_intro_txt{
    float: left;
  }
  .footer_intro span {
    display: inline-block;
    margin-right: 20px;
    float: left;
  }
  .footer_bottom a{
    display: inline-flex;
  }
  .footer_intro_img_l {
    float: left;
    width: 7%;
  }
  .footer_intro_img_r {
    float: left;
    width: 27%;
  }
  .footer_intro_img_r a {
    float: left;
    margin-right: 7px;
  }
  .footer_intro_img:nth-child(5) {
    text-align: right;
  }
  .footer_intro_img:nth-child(5) img {
    margin-top: 5px;
  }
  .footer_triangle {
    display: inline-block;
    width: 0!important;
    height: 0;
    margin-left: 8px;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: #1f1f1f transparent transparent transparent;
  }
  .pageing {
    margin-top: 4%;
    text-align: center;
  }
  .pageing a {
    display: inline-block;
    font-size: 0.7em;
    margin-bottom: 5px;
    padding: 10px 20px;
    color: #525252;
    border: 1px solid #dedede;
    transition: background 0.5s, color 0.5s, border 0.5s;
    -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
    -o-transition: background 0.5s, color 0.5s, border 0.5s;
    -moz-transition: background 0.5s, color 0.5s, border 0.5s;
  }
  .pageing a:hover {
    border: 1px solid #00558f;
    background: #00558f;
    color: #fff;
  }
}
@media screen and (max-width: 1366px) {
  .relevant {
    position: fixed;
    top: 15%;
    right: 10px;
    z-index: 15;
  }
  .relevant_list_body {
    height: 500px;
  }
  .relevant_list_body_hide {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
  body {
    font-size: 14px;
  }
  .body_bg {
    width: 320%;
  }
  .content {
    width: 96%;
    margin: 0 auto;
  }
  .header_top,
  .second_nav,
  .relevant,
  .header_right a,
  embed {
    display: none;
  }
  .header {
    background: #fff;
    overflow: visible;
    position: fixed;
    top: 0;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  }
  .header .content {
    overflow: visible;
    width: 100%;
  }
  .header_left {
    float: none;
    width: 100%;
    margin: 0;
  }
  .header_logo img {
    width: 50%;
  }
  .header_right {
    display: none;
  }
  .nav {
    float: none;
    width: 100%;
    display: none;
    background: #00558f;
  }
  .nav li {
    float: none;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .nav li a {
    font-size: 1em;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 10px 0;
  }
  .nav li span {
    font-size: 1em;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 10px 0;
}
  .nav_show {
    background: #007bbe;
    color: #fff!important;
  }
  .header_fixed {
    top: 0;
    height: auto;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  }
  .header_fixed .header_left {
    margin: 0;
    width: auto;
  }
  .mobile_menu_btn {
    position: fixed;
    right: 0;
    top: 18px;
    text-align: center;
    color: #6a6a6a;
    width: 13%;
    display: block;
  }
  .block_left {
    width: 100%!important;
  }
  .block_right {
    width: 100%!important;
  }
  .main {
    margin-top: 50px;
  }
  .main_body {
    padding-bottom: 0px;
  }
  .footer {
    padding: 4% 0;
  }
  .footer_relevant {
    padding: 15px 0;
  }
  .footer_relevant ul li {
    width: 50%;
  }
  .footer_relevant ul li:nth-child(2n+1) {
    text-align: left;
  }
  .footer_relevant ul li:nth-child(2n) {
    text-align: right;
  }
  .footer_relevant_content {
    margin-top: 0;
    padding: 20px;
  }
  .footer_intro {
    font-size: 0.85em;
    line-height: 20px;
  }
  .footer_intro span {
    display: block;
  }
  .footer_intro_img_l {
    width: 100%;
  }
  .footer_intro_img_r {
    width: 100%;
  }
  .footer_intro_img:nth-child(5) {
    float: left;
    width: 100%;
    text-align: left;
  }
  .footer_tittle {
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    float: none;
  }
  .footer_relevant_tab {
    padding: 0;
    overflow: hidden;
  }
  .footer_relevant_tab > span {
    width: 32.25806452%;
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
    font-size: 0.85em;
  }
  .footer_triangle {
    display: block!important;
    margin: 0 auto;
  }
}