* {
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.at {
  margin-left: auto;
  margin-right: auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  max-width: 1920px;
}
.content {
  width: 12rem;
  margin: auto;
}
@media only screen and (max-width: 1365px) {
  .content {
    width: 10rem;
    margin: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .content {
    width: 9rem;
    margin: auto;
  }
}
.navbar {
  margin-bottom: 0;
}
.navcont {
  display: flex;
  align-items: center;
  height: 0.8rem;
  margin-bottom: 0;
}
.navcont .nav_list .navbar_ul .nav-item {
  position: static;
}
.navcont .nav_list .navbar_ul .nav-item a {
  color: #707070;
}
.navcont .nav_list .navbar_ul .nav-item .dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0.65rem;
  width: 100%;
  height: 0.74rem;
  background: #555d6899;
  margin: 0 auto;
  padding-left: 28%;
}
.navcont .nav_list .navbar_ul .nav-item .dropdown-menu li {
  float: left;
}
.navcont .nav_list .navbar_ul .nav-item .dropdown-menu li a {
  color: #fff;
  line-height: 0.55rem;
}
.navcont .nav_list .navbar_ul .nav-item .dropdown-menu :hover {
  background-color: transparent;
  color: #0284f2;
}
.navcont .nav_list .navbar_ul .nav-item:nth-of-type(2) .dropdown-menu {
  padding-left: 19%;
}
.navcont .nav_list .navbar_ul .nav-item:nth-of-type(3) .dropdown-menu {
  padding-left: 40%;
}
.navcont .nav_list .navbar_ul :hover a {
  color: #0284f2;
}
.navcont .nav_input {
  margin-left: 0.32rem;
  position: relative;
}
.navcont .nav_input .text {
  background-color: #a6a6a6;
  height: 0.34rem;
  width: 1.85rem;
  line-height: 0.34rem;
  border-radius: 0.5rem;
  padding-left: 0.2rem;
}
.navcont .nav_input .submit {
  top: 0.32rem;
  right: 0.1rem;
  background-image: url('../img/search.png');
  background-color: transparent;
  color: #0284f2;
  top: 50%;
  width: 0.2rem;
  height: 0.19rem;
  transform: translateY(-50%);
  position: absolute;
}
@media only screen and (max-width: 1450px) {
  .navcont .nav_list .navbar_ul .nav-item .dropdown-menu {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 769px) {
  .button:before,
  .button:after,
  .button .inner:before,
  .button.inner:after {
    background-color: #0284f2;
  }
  .button:before,
  .button:after,
  .button .inner:before,
  .button .inner:after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .button.horizontal:before,
  .button.horizontal:after {
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .button.horizontal .inner:before,
  .button.horizontal .inner:after {
    top: 0;
    width: 2px;
    height: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  .button.horizontal .inner:before {
    left: 0;
  }
  .button.horizontal .inner:after {
    right: 0;
  }
  .button.horizontal .inner:hover:before,
  .button.horizontal .inner:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .button.horizontal:before {
    top: 0;
  }
  .button.horizontal:after {
    bottom: 0;
  }
  .button.horizontal:hover:before,
  .button.horizontal:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .button.horizontal:hover .inner:before,
  .button.horizontal:hover .inner:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .button.horizontal.counterclockwise .inner:before {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  .button.horizontal.counterclockwise .inner:after {
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  .button.horizontal.counterclockwise:before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .button.horizontal.counterclockwise:after {
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  .button.horizontal.counterclockwise:hover .inner:before {
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  .button.horizontal.counterclockwise:hover .inner:after {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  .button.horizontal.counterclockwise:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  .button.horizontal.counterclockwise:hover:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@media only screen and (max-width: 1920px) {
  .navcont {
    width: 12rem;
    display: flex;
  }
  .navcont .nav_list .navbar_ul li {
    margin-left: 0.3rem;
  }
  .navcont .nav_list .navbar_ul li a {
    font-size: 0.18rem;
    display: flex;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 1200px) {
  .navcont {
    width: 10rem;
    display: flex;
  }
  .navcont .nav_list .navbar_ul li {
    margin-left: 0;
  }
  .navcont .nav_list .navbar_ul li a {
    font-size: 0.14rem;
    display: flex;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 992px) {
  .navcont {
    width: 100%;
    display: flex;
  }
  .navcont .nav_list .navbar_ul li a {
    font-size: 0.14rem;
    display: flex;
    justify-content: space-around;
  }
  .navcont .nav_input {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .navcont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .navcont .navbar-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navcont .navbar-header .loge {
    flex: 1;
  }
  .navcont .navbar-header .loge img {
    width: 1.69rem;
    height: 0.6rem;
  }
  .navcont .nav_list {
    position: absolute;
    top: 0.8rem;
    width: 100%;
    background-color: #555d68db;
  }
  .navcont .nav_list .navbar_ul {
    width: 100%;
  }
  .navcont .nav_list .navbar_ul .nav-item a {
    font-size: 0.14rem;
    color: #fff;
  }
}
.footer {
  height: 3.2rem;
  background-color: #555D68;
  background-image: url('../img/footer_pic02.png'), url('../img/footer_pic01.png');
  background-repeat: no-repeat;
  background-position: 108% 100%, 40% 0%;
  position: relative;
}
.footer .footer_content {
  height: 2.57rem;
  margin: 0 auto;
}
.footer .footer_content .footer_content_left img {
  padding: 0.2rem 0;
}
.footer .footer_content .footer_content_left p {
  font-size: 0.14rem;
  font-family: Source Han Sans SC, Source Han Sans SC-Normal;
}
.footer .footer_content .footer_content_left p a {
  color: #ffffff;
  text-decoration: none;
}
.footer .footer_content .footer_content_left p:hover a {
  color: #136cb0;
}
.footer .footer_content .footer_content_center {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 0.2rem;
}
.footer .footer_content .footer_content_center .columns {
  text-align: center;
  height: 2.57rem;
}
.footer .footer_content .footer_content_center .columns h4 a {
  font-family: Source Han Sans SC, Source Han Sans SC-Medium;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
.footer .footer_content .footer_content_center .columns ul {
  margin: 0;
  padding: 0;
}
.footer .footer_content .footer_content_center .columns ul li {
  margin-bottom: 0.07rem;
}
.footer .footer_content .footer_content_center .columns ul li a {
  font-family: Source Han Sans SC, Source Han Sans SC-Medium;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
}
.footer .footer_content .footer_content_right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer_content .footer_content_right .ewm {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  padding-top: 0.3rem;
}
.footer .footer_content .footer_content_right .ewm .xlwb {
  margin-right: 0.17rem;
}
.footer .footer_content .footer_content_right .ewm .xlwb p {
  padding: 0.1rem;
  color: #fff;
  font-size: 0.14rem;
}
.footer .footer_content .footer_content_right .ewm .wxgzh {
  width: 1.5rem;
}
.footer .footer_content .footer_content_right .ewm .wxgzh img {
  width: 100%;
}
.footer .footer_content .footer_content_right .ewm .wxgzh p {
  padding: 0.1rem;
  color: #fff;
  font-size: 0.14rem;
}
.footer .copyright {
  clear: both;
  height: 0.35rem;
  border-top: 1px solid #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.footer .copyright .dibu {
  display: flex;
  justify-content: center;
}
.footer .copyright .dibu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  height: 0.35rem;
}
.footer .copyright .dibu ul li {
  font-size: 0.12rem;
  color: #fff;
}
.footer .copyright .dibu ul li a {
  color: #fff;
}
.select-menu {
  cursor: pointer;
}
.select-menu-ul {
  margin-top: 50px;
  list-style: none;
  opacity: 0;
  display: none;
  width: 200px;
  text-align: left;
  border: 1px solid #ddd;
  background-color: #fff;
  position: absolute;
  z-index: 1;
}
.select-menu-ul li {
  padding: 2% 0 2% 3%;
}
.select-menu-ul li:hover {
  background: #f2f2f2;
}
.select-menu-div {
  position: relative;
  margin-top: 0.3rem;
  width: 240px;
  border: 1px solid #ddd;
  line-height: 30px;
  border-radius: 5px;
}
.select-this {
  background: #136cb0;
}
.select-this:hover {
  background: #136cb0 !important;
}
i {
  margin-right: 5px;
  position: absolute;
  right: 10px;
  top: 0px;
}
.select-menu-input {
  margin-left: 3%;
  border: 0;
  height: 29px;
  cursor: pointer;
  user-select: none;
  background-color: #555D68;
  color: #AAAEB4;
}
.select-menu-i {
  transform: rotate(180deg);
}
i {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1921px) {
  .footer_content {
    width: 12rem;
    margin: 0 auto;
  }
  .copyright {
    width: 12rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1920px) {
  .footer_content {
    width: 12rem;
    margin: 0 auto;
  }
  .copyright {
    width: 12rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1365px) {
  .footer_content {
    width: 10rem;
  }
  .copyright {
    width: 10rem;
  }
}
@media only screen and (max-width: 1079px) {
  .copyright {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .footer .footer_content .footer_content_center {
    display: none;
  }
  .col-md-6 {
    width: auto;
  }
}
@media only screen and (max-width: 1765px) {
  .footer {
    height: 3.5rem;
  }
}
@media only screen and (max-width: 1356px) {
  .footer .footer_content {
    display: flex;
    justify-content: space-around;
  }
  .footer .footer_content .footer_content_center {
    display: none;
  }
  .footer .footer_content .footer_content_right {
    float: right;
  }
}
@media only screen and (max-width: 1201px) {
  .footer .footer_content {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .footer .footer_content .footer_content_center {
    display: none;
  }
  .footer .footer_content .footer_content_right {
    float: right;
  }
  .footer .col-md-6 {
    width: 25%;
  }
}
@media only screen and (max-width: 320px) {
  .copyright {
    width: 100%;
    height: 1.5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.1rem;
    text-align: center;
  }
}
@media only screen and (max-width: 375px) {
  .footer {
    height: 6rem;
  }
  .footer .footer_content {
    height: 2.57rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer .footer_content .footer_content_left {
    width: 3.6rem;
  }
  .footer .footer_content .footer_content_left img {
    padding: 0.2rem 0;
    width: 1.69rem;
  }
  .footer .footer_content .footer_content_left p {
    font-size: 0.2rem;
    width: 2.77rem;
    word-wrap: break-word;
    margin: 0;
  }
  .footer .footer_content .footer_content_left p a {
    font-size: 0.14rem;
  }
  .footer .footer_content .footer_content_left p:hover a {
    color: #136cb0;
  }
  .footer .footer_content .footer_content_right {
    width: 3.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 0.2rem;
    top: 0;
  }
  .footer .footer_content .footer_content_right .select-menu .select-menu-div {
    width: 3.45rem;
  }
  .footer .footer_content .footer_content_right .select-menu .select-menu-div .select-menu-input {
    margin-left: 0;
    width: 3rem;
  }
  .footer .footer_content .footer_content_right .select-menu .select-menu-ul {
    margin-left: -0.3rem;
  }
  .footer .footer_content .footer_content_right .ewm {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding-top: 0.3rem;
  }
  .footer .footer_content .footer_content_right .ewm .xlwb {
    margin-right: 0.17rem;
  }
  .footer .footer_content .footer_content_right .ewm .xlwb img {
    width: 1.59rem;
  }
  .footer .footer_content .footer_content_right .ewm .xlwb p {
    padding: 0.1rem;
    color: #fff;
    font-size: 0.14rem;
  }
  .footer .footer_content .footer_content_right .ewm .wxgzh img {
    width: 1.59rem;
  }
  .footer .footer_content .footer_content_right .ewm .wxgzh p {
    padding: 0.1rem;
    color: #fff;
    font-size: 0.14rem;
  }
  .footer .copyright {
    width: 90%;
    height: 1.5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.1rem;
    text-align: center;
  }
  .footer .copyright ul {
    display: block;
  }
  .footer .copyright ul li {
    font-size: 0.12rem;
  }
}
@media only screen and (max-width: 414px) {
  .footer {
    height: 5rem;
  }
  .footer .footer_content {
    height: 2.57rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer .footer_content .footer_content_left {
    width: 3.6rem;
  }
  .footer .footer_content .footer_content_left img {
    padding: 0.2rem 0;
    width: 1.69rem;
  }
  .footer .footer_content .footer_content_left p {
    font-size: 0.2rem;
    width: 2.77rem;
    word-wrap: break-word;
    margin: 0;
  }
  .footer .footer_content .footer_content_left p a {
    font-size: 0.2rem;
  }
  .footer .footer_content .footer_content_left p:hover a {
    color: #136cb0;
  }
  .footer .footer_content .footer_content_right {
    width: 3.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 0.2rem;
    top: 0;
  }
  .footer .footer_content .footer_content_right .select-menu .select-menu-div {
    width: 3.45rem;
  }
  .footer .footer_content .footer_content_right .select-menu .select-menu-div .select-menu-input {
    margin-left: 0;
  }
  .footer .footer_content .footer_content_right .select-menu .select-menu-ul {
    margin-left: -0.3rem;
  }
  .footer .footer_content .footer_content_right .ewm {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding-top: 0.3rem;
  }
  .footer .footer_content .footer_content_right .ewm .xlwb {
    margin-right: 0.17rem;
  }
  .footer .footer_content .footer_content_right .ewm .xlwb img {
    width: 1.59rem;
  }
  .footer .footer_content .footer_content_right .ewm .xlwb p {
    padding: 0.1rem;
    color: #fff;
    font-size: 0.14rem;
  }
  .footer .footer_content .footer_content_right .ewm .wxgzh img {
    width: 1.59rem;
  }
  .footer .footer_content .footer_content_right .ewm .wxgzh p {
    padding: 0.1rem;
    color: #fff;
    font-size: 0.14rem;
  }
  .footer .copyright {
    width: 90%;
    height: 1.3rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.1rem;
    text-align: center;
  }
  .footer .copyright ul {
    display: block;
  }
  .footer .copyright ul li {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    height: 5.5rem;
  }
  .footer .footer_content {
    height: 2.57rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer .footer_content .footer_content_left {
    width: 3.6rem;
  }
  .footer .footer_content .footer_content_left img {
    padding: 0.2rem 0;
    width: 1.69rem;
  }
  .footer .footer_content .footer_content_left p {
    font-size: 0.2rem;
    width: 2.77rem;
    word-wrap: break-word;
    margin: 0;
  }
  .footer .footer_content .footer_content_left p a {
    font-size: 0.2rem;
  }
  .footer .footer_content .footer_content_left p:hover a {
    color: #136cb0;
  }
  .footer .footer_content .col-md-6 {
    width: auto;
  }
  .footer .footer_content .footer_content_right {
    width: 3.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 0.2rem;
    top: 0;
  }
  .footer .footer_content .footer_content_right .select-menu .select-menu-div {
    width: 3.45rem;
  }
  .footer .footer_content .footer_content_right .select-menu .select-menu-div .select-menu-input {
    margin-left: 0;
  }
  .footer .footer_content .footer_content_right .select-menu .select-menu-ul {
    margin-left: -0.3rem;
  }
  .footer .footer_content .footer_content_right .ewm {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding-top: 0.3rem;
  }
  .footer .footer_content .footer_content_right .ewm .xlwb {
    margin-right: 0.17rem;
  }
  .footer .footer_content .footer_content_right .ewm .xlwb img {
    width: 1.59rem;
  }
  .footer .footer_content .footer_content_right .ewm .xlwb p {
    padding: 0.1rem;
    color: #fff;
    font-size: 0.14rem;
  }
  .footer .footer_content .footer_content_right .ewm .wxgzh img {
    width: 1.59rem;
  }
  .footer .footer_content .footer_content_right .ewm .wxgzh p {
    padding: 0.1rem;
    color: #fff;
    font-size: 0.14rem;
  }
  .footer .copyright {
    width: 90%;
    height: 0.9rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.1rem;
    text-align: center;
  }
  .footer .copyright .dibu {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .footer .copyright .dibu .dibu_top {
    display: flex;
    flex-direction: column;
    margin-top: 0.15rem;
  }
  .footer .copyright .dibu .dibu_bot {
    margin-top: 0.1rem;
  }
  .footer .copyright .dibu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    height: 0.35rem;
  }
  .footer .copyright .dibu ul li {
    font-size: 0.12rem;
    color: #fff;
  }
  .footer .copyright .dibu ul li a {
    color: #fff;
  }
}
.other {
  width: 100%;
  height: 0.6rem;
  background-color: #ffffff;
}
.other .other_ul {
  width: 12rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 0.6rem;
}
.other .other_ul li a {
  color: #999999;
}
.other .other_ul .other_ul_li {
  color: #0264AF;
}
.article-content {
  width: 12rem;
  margin: 0 auto;
}
.Tbanner {
  width: 100%;
  position: relative;
}
.Tbanner img {
  width: 100%;
}
.Tbanner .Navigation {
  position: absolute;
  margin-left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 65%;
}
.Tbanner .Navigation .breadcrumb {
  display: flex;
  margin-bottom: 0;
  background-color: transparent;
}
.Tbanner .Navigation .breadcrumb li {
  color: #fff;
  font-size: 0.14rem;
}
.Tbanner .Navigation .breadcrumb li a {
  color: #fff;
  font-size: 0.14rem;
}
.pager li a {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.pager li span {
  border: none;
  border-radius: 0;
  background-color: #0264AF;
  color: #fff;
  cursor: pointer;
}
.pager .next span {
  float: none;
}
.subnav {
  width: 100%;
  height: 0.7rem;
  background-color: #fff;
}
.subnav .sub_ul {
  display: flex;
  align-items: center;
  line-height: 0.7rem;
  height: 0.7rem;
}
.subnav .sub_ul li {
  width: 1.68rem;
  cursor: pointer;
  text-align: center;
  font-size: 0.2rem;
  color: #666;
}
.subnav .sub_ul li a {
  text-decoration: none;
}
.subnav .sub_ul li:hover {
  border-bottom: 2px solid #136cb0;
  background-image: url('/assets/img/subnav.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
