﻿@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("./fonts/icomoon.eot?1z9v6x");
  src: url("./fonts/icomoon.eot?1z9v6x#iefix") format("embedded-opentype"),
    url("./fonts/icomoon.ttf?1z9v6x") format("truetype"),
    url("./fonts/icomoon.woff?1z9v6x") format("woff"),
    url("./fonts/icomoon.svg?1z9v6x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --main-color-one: #2685f9;
  --secondary-color: #111d5c;
  --heading-color: #0a1121;
  --paragraph-color: #333;
  --heading-font: "Microsoft YaHei", sans-serif;
  --body-font: "Microsoft YaHei", sans-serif;
  filter: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
  font-size: 16px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  font-size: 14px;
}

h1 {
  font-size: 48px;
  line-height: 1.0833333333333333;
}

h2 {
  font-size: 36px;
  line-height: 1.4444444444444444;
}

h3 {
  font-size: 24px;
  line-height: 1.0833333333333333;
}

h4 {
  font-size: 20px;
  line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color);
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}
/* a:hover{
  color: #fe852a;
} */
pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

/* ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px; } */

ul,
li {
  list-style: none;
}
ul {
  padding: 0px;
}
.searchinput::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.searchinput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.searchinput::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* border: 1px solid #ddd; */
}

code {
  color: #faa603;
}

.dark-bg {
  background-color: #111d5c;
}

.section-bg-1 {
  background-color: #f4f7fc;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "\f105";
  color: var(--main-color-one);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color-one);
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-left: 0;
}

.gray-bg {
  background-color: #f8f8f8;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-95 {
  padding-top: 95px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-top-105 {
  padding-top: 105px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-115 {
  padding-top: 115px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-65 {
  padding-bottom: 65px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-85 {
  padding-bottom: 85px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-95 {
  padding-bottom: 95px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-bottom-105 {
  padding-bottom: 105px;
}

.padding-bottom-115 {
  padding-bottom: 115px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-bottom-130 {
  padding-bottom: 130px;
}

.padding-bottom-135 {
  padding-bottom: 135px;
}

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-55 {
  margin-top: 55px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-top-100 {
  margin-bottom: 100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.min-height-600 {
  min-height: 600px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*-------------------------
     返回顶部 Css
---------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: #fe852a;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: none;
}

/*----------------------------
    头部
----------------------------*/

.info-bar-area {
  background: url("../../../../../img/Index/Mode01/top_bg.png")
    repeat-x bottom;
}
.info-bar-area.style-three .info-bar-inner {
  padding: 10px 0 18px 0;
}
.info-bar-area.style-three .info-bar-inner .social-icon {
  margin-top: 15px;
}

.info-bar-area.style-two .info-bar-inner {
  padding: 0;
}

.info-bar-area .social-icon .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--heading-color);
}

.info-bar-inner {
  padding: 5px 0;
}
.info-bar-inner div {
  display: inline-block;
  position: relative;
}
#zhengshu {
  width: 75px;
  height: 71px;
  position: absolute;
  right: 110px;
  top: 20px;
  background: url(../../../../../../../../../assets/img/Index/Mode01/Top_Search.jpg);
}
#riqi {
  width: 75px;
  height: 71px;
  position: absolute;
  right: 15px;
  top: 20px;
  background: url(../../../../../../../../../assets/img/Index/Mode01/Top_date.jpg);
  text-align: center;
}
#riqi .year {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
#riqi .day {
  font-size: 30px;
  font-weight: bold;
  font-family: "宋体";
  line-height: 30px;
  width: 100%;
}
#riqi .week {
  font-size: 12px;
}
.info-bar-inner .logo-wrapper .logo {
  margin-top: 5px;
  display: block;
}
.info-bar-inner .logo-wrapper .site-title {
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
}
.info-bar-inner .right-content {
  display: inline-block;
  float: right;
}
.info-bar-inner .right-content {
  display: inline-block;
  float: right;
  position: relative;
}
.logo span {
  display: block;
}
.userlogin {
  font-size: 0.8rem;
  color: #fff;
  position: absolute;
  right: 0px;
  top: -20px;
}
.probootstrap-burger-menu {
  position: absolute;
  top: 0px;
  right: 0rem;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  color: #fe852a;
  font-size: 1.5rem;
  cursor: pointer;
  text-decoration: none;
  line-height: 3rem;
  text-align: center;
}
a.probootstrap-burger-menu:hover {
  color: #fe852a !important;
}
.probootstrap-mobile-menu-active.show .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-overlay {
  z-index: 1099;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.probootstrap-mobile-menu-active .probootstrap-nav {
  text-align: left;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  height: 100vh;
  width: 300px;
  background: #5f5f5f;
  padding: 1.5rem;
  /* -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
  -webkit-transform: translateX(350px);
  transform: translateX(350px); */
  display: none;
}
.probootstrap-mobile-menu-active.show .probootstrap-nav {
  /* -webkit-transform: translateX(0);
  transform: translateX(0); */
  display: block !important;
}
.probootstrap-nav {
  width: 100%;
}
.probootstrap-main-nav {
  padding: 0px;
  margin: 0rem;
}
.probootstrap-main-nav li {
  width: 10.5%;
  float: left;
  font-size: 1rem;
  /* font-weight: bold; */
  text-align: center;
}
.probootstrap-main-nav li.fangwen {
  width: 25%;
  font-size: 14px;
}
.probootstrap-main-nav li.fangwen:hover {
  background-color: #5f5f5f;
}
.fangwen .num {
  font-size: 12px;
  padding: 0px 5px;
}
.first-li a {
  display: block;
  width: 100%;
}
.probootstrap-main-nav > li {
  /* border-bottom: 4px solid #5f5f5f; */
}
.probootstrap-main-nav > li:hover .underline {
  background-color: #fe852a;
}
.probootstrap-main-nav > li:hover {
  background-color: #393939;
}
.underline {
  width: 100%;
  height: 4px;
  /* margin: 0px auto; */
}
.second-ul li:hover {
  background-color: #4b4b4b;
}
.li-active .underline {
  background-color: #fe852a;
}
.probootstrap-main-nav li ul {
  display: none;
  padding: 0px;
}
.probootstrap-main-nav li:hover ul {
  display: block;
  border-radius: 4px;
}
.probootstrap-main-nav li ul li {
  float: left;
  width: 100%;
}
.probootstrap-header .content {
  height: 100%;
}
.bannerslider {
  height: auto;
  overflow: hidden;
}

/* Flexslider override style */

.lead {
  font-size: 20px;
}

.flexslider {
  position: relative;
  z-index: 2;
  background: none;
  border: none;
  margin: 0 0 0;
  border-radius: 0px;
  color: rgba(255, 255, 255, 0.7);
}
.flexslider .slidertext {
  position: absolute;
  color: #fff;
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-indent: 8px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
}
.flexslider .probootstrap-heading {
  color: #ffffff;
  font-weight: 300;
  font-size: 70px;
  line-height: 60px;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.flexslider .probootstrap-heading a {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.flexslider .probootstrap-heading a:hover {
  border-bottom: 2px solid white;
}

.flexslider .probootstrap-sub-wrap {
  max-width: 700px;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
}

.flexslider .probootstrap-sub-wrap a {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.flexslider .probootstrap-sub-wrap a:hover {
  border-bottom: 2px solid white;
}

.flexslider .text-center .probootstrap-sub-wrap {
  margin: 0 auto;
  text-align: center;
}

.flexslider .probootstrap-slider-text {
  margin-top: 300px;
}

.flexslider .slides > li {
  background-size: cover;
  background-position: center center;
  background-repeat: none;
}

.flexslider .slides > li.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.flexslider .flex-control-paging {
  position: absolute;
  bottom: 0px;
  z-index: 20;
}

.flexslider.probootstrap-inner {
  height: 500px;
}

.flexslider.probootstrap-inner .probootstrap-slider-text {
  margin-top: 150px;
}

.flexslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 30px;
}

.flexslider .flex-direction-nav a:hover,
.flexslider .flex-direction-nav a:active,
.flexslider .flex-direction-nav a:focus {
  outline: none;
}

.flexslider .flex-direction-nav a:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e929";
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 30px;
  display: inline-block;
  color: white;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flexslider .flex-direction-nav a.flex-next:before {
  content: "\e92a";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flex-direction-nav .flex-prev {
  left: 50px;
}

.flex-direction-nav .flex-next {
  right: 50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 60px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover,
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 60px;
}

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(255, 255, 255, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #f8981f;
  cursor: default;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: right;
  color: transparent;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
img {
  max-width: 100%;
}
.single-news-grid-01 .thumb {
  margin-bottom: 25px;
}
.single-news-grid-01 .content .post-meta {
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.single-news-grid-02 {
  overflow: hidden;
}
.single-news-grid-02 .thumb {
  margin-right: 25px;
  max-width: 30%;
  float: left;
}
.latest-news {
  overflow: hidden;
}
.latest-news .title {
  font-weight: bold;
  color: #182320;
  font-size: 1.1rem;
}
.latest-news .title-first {
  font-weight: bold;
  color: #182320;
  font-size: 1.3rem;
}
.latest-news .time {
  color: #6c757d;
}
.latest-news p {
  color: #6c757d;
  line-height: 1.5rem;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.titleimg {
  display: block;
  margin: 0px auto;
}
.second-ul li {
  font-size: 0.9rem;
}
.desktop-center {
  text-align: center;
}
.lamumore {
  border: 1px solid #149f7e;
  color: #149f7e;
  background-color: transparent;
  font-size: 1rem;
  padding: 0.8rem 3rem;
  margin: 3.5rem auto;
  display: block;
  width: 216px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.lamumore:hover {
  border: 1px solid #149f7e;
  background-color: #149f7e;
  color: #fff;
}
/*----------------------------
    Icon Box One
----------------------------*/
.icon-box-one {
  overflow: hidden;
}
.icon-box-one .content {
  float: left;
  width: 82%;
}
.icon-box-one .content .title {
  color: var(--heading-color);
}
.icon-box-one .content p {
  color: #6c757d;
  float: left;
}
.date {
  margin-top: 10px;
}
.icon-box-one .content .title {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin-top: 0px;
}
.icon-box-one .content p {
  margin-bottom: 0;
}
.icon-box-one .zcdate {
  background-color: #188067;
  padding: 5px 10px;
  text-align: center;
  width: 12%;
  float: left;
  margin-right: 1rem;
}
.icon-box-one .zcdate p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 0.7rem;
}
.icon-box-one .zcdate p:first-child {
  font-size: 1.25rem;
  font-weight: bold;
}
.shadow-bg {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 10px 20px;
}
.icon-box-two {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}
.icon-box-two .icon {
  margin-right: 20px;
  width: 15%;
  float: left;
  height: 100%;
}
.icon-box-two .content {
  float: left;
  width: 100%;
}
.icon-box-two .content p {
  margin-bottom: 0px;
  color: #6c757d;
  line-height: 1.5rem;
}
.icon-box-two .content .title {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.icon-box-two:hover::after {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.icon-box-two::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 5px;
  width: 100%;
  background-color: #fe852a;
  content: "";
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.icon-box-two:hover .content .title {
  color: #fe852a;
}
.bg-green {
  background-color: #e4f4ef;
}
.header-two {
  overflow: hidden;
  padding: 20px 0px;
}
.header-two h4 {
  font-size: 1.7rem;
  font-style: italic;
  color: var(--heading-color);
  font-weight: bold;
  float: left;
}
.header-two .more {
  width: 2.2rem;
  height: 2.2rem;
  float: right;
  margin: 10px 0px;
}
.right-content-area {
  background: #45ad8c
    url("../../../../../../img/Index/Mode01/fenzhi-bg.png") no-repeat
    right 50px;
  color: #fff;
}

.policy-document {
  padding-bottom: 30px;
}
.right-content-area {
  padding: 3rem;
}
.fenzhiul {
  font-size: 1.1rem;
  line-height: 2.8rem;
}
.owl-carousel .owl-item img {
  border: 1px solid #e0e0e0;
}
.footer-area {
  background: #ececec;
  color: #666;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.footerjishu {
  font-size: 1rem;
}
.jishu {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
}
.left-content-area a:hover .title {
  color: #45ad8c;
}
.topnav {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #333;
}
#today {
  float: left;
}
#jishu {
  float: right;
}
.weblogo {
  float: left;
}
.webnamecn {
  font-size: 2rem;
  color: #000;
  font-family: "黑体";
  line-height: 2.5rem;
  font-weight: bold;
  margin-top: 20px;
  float: left;
}
.webnameen {
  font-size: 13.5px;
  color: #fe852a;
  line-height: 14px;
}
.webnamecn-mobile {
  font-size: 1rem;
  color: #000;
  font-family: "黑体";
  line-height: 3rem;
}
.boxone {
  background-color: #fff;
  margin-top: 20px;
}
.loginbox {
  border: 1px solid #ddd;
  background-color: #fff;
  margin-top: 20px;
  min-height: 321px;
  position: relative;
}
.loginbox .userpic {
  position: absolute;
  height: 107px;
  left: 0px;
  right: 0px;
  width: 100%;
  top: 25px;
  background: url("../../../../../img/Index/Mode01/userpic.png")
    no-repeat center;
}
.loginbox .textbox {
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  background-color: #ddd;
  text-indent: 0.5rem;
}
.loginbox .loginul {
  font-size: 18px;
  font-style: italic;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  margin: 15px;
  margin-top: 80px;
}
.loginbox .loginul li {
  height: 48px;
  background: url("../../../../../img/Index/Mode01/login-bg.png")
    repeat-x;
  margin-top: 15px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  border-radius: 6px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
  border: 1px solid #ffb400;
}
.userqianbiao {
  float: left;
  margin-left: 1rem;
}
.userhoubiao {
  float: right;
  margin-right: 1rem;
  margin-top: -4px;
}
.tab {
  line-height: 48px;
  background-color: #ddd;
  height: 48px;
}
.tabs {
  width: 150px;
  text-align: center;
  font-size: 18px;
  float: left;
  color: #333;
  cursor: pointer;
}
.tabsactive {
  background-color: #fff;
  color: #fe852a;
}
.more {
  font-size: 14px;
  float: right;
  line-height: 48px;
  margin-right: 1rem;
}
.tabscontent {
  padding: 15px;
  overflow: hidden;
}
.mytab {
  border: 1px solid #ddd;
}
.mytab > .nav-tabs > li.active > a,
.mytab > .nav-tabs > li.active > a:focus,
.mytab > .nav-tabs > li.active > a:hover {
  color: #fe852a;
  cursor: default;
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom-color: transparent;
  border-radius: 0px;
  width: 140px;
  line-height: 48px;
  font-size: 18px;
  padding: 0px;
  text-align: center;
}
.mytab > .nav-tabs > li > a {
  width: 140px;
  margin-right: 0px;
  text-align: center;
  font-size: 18px;
  border: 0px;
  line-height: 48px;
  border-radius: 0px;
  padding: 0px;
  color: #333;
}
.mytab > .nav-tabs {
  background-color: #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -3px;
}
.flex-nav-prev {
  display: none;
}
.flex-nav-next {
  display: none;
}
.changeulone {
  line-height: 2rem;
  margin-top: 1.5rem;
}
.changeulone li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xsfloat {
  margin-right: -15px;
  margin-left: 0px;
}

.boxtwo {
  background-color: #f5f5f5;
  margin-top: 20px;
  /* padding: 0px 15px; */
  overflow: hidden;
}
.boxtwo .boxname {
  margin: 0px 15px;
  height: 50px;
  line-height: 50px;
}
.boxtwo span {
  display: block;
}
.boxtwo .qianbiao {
  float: left;
  height: 18px;
  width: 2px;
  background-color: #fe852a;
  margin-top: 17px;
  margin-right: 10px;
}
.boxtwo .nameone {
  float: left;
  font-size: 18px;
  /* font-weight: bold; */
}
.boxtwo .boxtwomore {
  float: right;
}
.boxthree {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-top: 20px;
  /* padding: 0px 15px; */
  overflow: hidden;
}
.boxthree .boxname {
  margin: 0px 15px;
  height: 50px;
  line-height: 50px;
}
.boxthree span {
  display: block;
}
.boxthree .qianbiao {
  float: left;
  height: 18px;
  width: 2px;
  background-color: #fe852a;
  margin-top: 17px;
  margin-right: 10px;
}
.boxthree .nameone {
  float: left;
  font-size: 18px;
  /* font-weight: bold; */
}
.boxthree .boxtwomore {
  float: right;
}
.boxtwoul {
  display: block;
  overflow: hidden;
  margin: 0px 15px 20px 15px;
}
.boxtwoul li {
  overflow: hidden;
  display: block;
  margin-top: 0.5rem;
}
.boxtwoul li span {
  display: block;
  float: left;
}
.boxtwoul .arrow {
  width: 1rem;
  height: 1rem;
  background: url("../../../../../img/Index/Mode01/arrow_1.png")
    no-repeat center;
}
.boxtwoul .boxonetxt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60%;
}
.boxtwoul .datebox {
  text-align: right;
  width: 40%;
}
.boxbggray {
  background-color: #dddddd;
}
.boxtwoultwo {
  display: block;
  overflow: hidden;
}
.boxtwoultwo li {
  overflow: hidden;
  display: block;
  margin-top: 0.5rem;
}
.boxtwoultwo li span {
  display: block;
  float: left;
}
.boxtwoultwo .arrow {
  width: 1rem;
  height: 1rem;
  background: url("../../../../../img/Index/Mode01/arrow_1.png")
    no-repeat center;
}
.boxtwoultwo .boxonetxt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.zixunul {
  margin: 10px;
}
.zixunul span {
  display: block;
}
.zixunul .question {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zixunul .answer {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #666;
}
.zixunul .answertwo {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
  float: left;
}
.zixunul .datebox {
  overflow: hidden;
  width: 30%;
  text-align: right;
  float: right;
  padding-right: 5px;
}
.zixunul li {
  margin-top: 10px;
}
.zixunul .qaone {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #f9a740;
  float: left;
  margin: 0px 10px;
}
.zixunul .qatwo {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #5caaea;
  float: left;
  margin: 0px 10px;
}
.downloadul {
  margin: 20px;
}
.downloadul span {
  display: block;
  line-height: 2.5rem;
}
.downloadul .downloadtxt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  float: left;
  font-size: 14px;
}
.downloadul .downno {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #f9a740;
  float: left;
  margin-right: 20px;
}
.togglebox {
  width: 100%;
  position: relative;
  height: 70px;
  background: url("../../../../../img/Index/Mode01/toggle1.png")
    repeat-x top;
  text-align: center;
}
.togglebutton {
  width: 142px;
  height: 62px;
  background: url("../../../../../img/Index/Mode01/toggle2.png")
    no-repeat center #fff;
  margin: 0px auto;
  color: #74bbf4;
  font-size: 24px;
  line-height: 80px;
  cursor: pointer;
}
.togglebutton:hover {
  color: #108aed;
}
.toggle {
  display: none;
}
.biaotitwo {
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
}
.qianbiaotwo {
  float: left;
  width: 40px;
  height: 40px;
  background: url("../../../../../img/Index/Mode01/qianbiao-1.png")
    no-repeat center;
}
.qianbiaothree {
  float: left;
  width: 40px;
  height: 40px;
  background: url("../../../../../img/Index/Mode01/qianbiao-2.png")
    no-repeat center;
}
.boxgray-bg {
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 10px 20px;
}
.mytabtwo {
  margin-top: 15px;
}
.mytabtwo > .nav-tabs {
  border-bottom: 0px;
}
.mytabtwo > .nav-tabs > li > a {
  margin-right: 0px;
  border: 0px;
  border-radius: 0px;
  line-height: 40px;
  width: 100px;
  padding: 0px;
  text-align: center;
}
.mytabtwo > .nav-tabs > li {
  float: left;
  border: 1px solid #fe852a;
  background-color: #fff;
  color: #fe852a;
}
.mytabtwo > .nav-tabs > li.active > a,
.mytabtwo > .nav-tabs > li.active > a:focus,
.mytabtwo > .nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #fe852a;
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 40px;
  width: 100px;
}
.mytabtwo .nav > li > a:focus,
.mytabtwo .nav > li > a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #fe852a;
}
.mytabtwo .tabscontent {
  padding: 15px 0px;
  padding-top: 0px;
  overflow: visible;
}
.xueshubox {
  margin-top: 15px;
}
.xueshubox .title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
.xuehsubiaoti {
  width: 70px;
  float: left;
}
.xiangmubiaoti {
  width: 50px;
  float: left;
}
.xuehsuul {
  word-break: break-all;
  margin-bottom: 0px;
}
.xuehsuul li {
  margin-top: 0.5rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.icon-box-three {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}
.xiangmupicbox {
  width: 100%;
  height: 124px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.xiangmupicbox img {
  width: 100%;
}
.linkimgbox {
  border: 1px solid #ddd;
  margin-top: 15px;
}
.linkimgbox img {
  width: 100%;
  height: 100%;
}
.orangea:hover {
  color: #fe852a;
}
.boxonetxt:hover {
  color: #fe852a;
}
.downloadtxt:hover {
  color: #fe852a;
}
.linkimgbox:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.form-control:focus {
  border-color: #fe852a;
}
@media screen and (min-width: 996px) {
  .slider-height,
  .flexslider,
  .flexslider .slides > li {
    height: 240px;
    overflow: hidden;
  }
  .visible-xs {
    display: none !important;
  }
  .visible-max {
    display: block !important;
  }
  .probootstrap-header {
    background-color: #5f5f5f;
    color: #fff;
    font-size: 16px;
    line-height: 41px;
    height: 45px;
  }
  .probootstrap-nav {
    position: relative;
  }
  .probootstrap-main-nav {
    position: absolute;
    width: 100%;
    z-index: 1000;
  }
  .left-content-area,
  .right-content-area {
    height: 410px;
  }
  .icon-box-two .content .title,
  .icon-box-one .content .title {
    font-size: 16px;
  }
  .footerjishu {
    text-align: right;
    margin-top: 100px;
  }
  .single-news-grid-01 .thumb {
    height: 310px;
  }
  .single-news-grid-02 .thumb {
    height: 136px;
  }
}

@media only screen and (max-width: 996px) {
  body {
    font-size: 1rem;
  }
  .slider-height,
  .flexslider,
  .flexslider .slides > li {
    height: inherit;
    height: 300px;
  }
  .probootstrap-header {
    background: url("../../../../../img/Index/Mode01/top_bg.png")
      repeat-x bottom;
  }

  .visible-xs {
    display: block !important;
  }
  .visible-max {
    display: none !important;
  }
  .container {
    max-width: none;
  }
  .logo-mobile {
    width: 60%;
    padding: 1rem 0rem;
  }
  .show .probootstrap-nav .probootstrap-main-nav li {
    width: 100%;
    color: #fff;
    line-height: 3rem;
    font-size: 1rem;
  }
  .probootstrap-main-nav li {
    text-align: left;
  }
  .probootstrap-main-nav li i {
    text-align: center;
  }
  .show .probootstrap-nav .probootstrap-main-nav li a {
    text-align: left;
    text-indent: 0.2rem;
  }
  .show .probootstrap-nav .probootstrap-main-nav li.first-li {
    /* border-bottom: 1px solid #1a9679; */
  }
  .show .probootstrap-nav .probootstrap-main-nav li:hover {
    /* background-color: #1a9679; */
  }
  .first-li a {
    display: inline-block;
    width: auto;
  }
  .first-li i {
    float: right;
    line-height: 3rem;
    width: 3rem;
  }
  .probootstrap-main-nav li:hover i {
    transform-origin: center center;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .panelclose {
    width: 3rem;
    height: 3rem;
    display: block;
    z-index: 10000;
    background: url(../../../../../../../../../assets/img/Index/Mode01/close.png)
      no-repeat center;
    top: 0rem;
    right: 0.5rem;
    position: absolute;
  }
  .probootstrap-main-nav {
    padding: 0px;
    margin: 0rem;
    margin-top: 7rem;
    /* overflow: hidden; */
    float: left;
  }
  .mobile {
    margin-top: 2rem;
    width: 100%;
    height: 3rem;
  }
  .mobile .searchinput {
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
  }
  .mobile .searchbtn {
    width: 3rem;
    height: 3rem;
    float: right;
    font-size: 1rem;
  }
  .userlogin-mibile {
    height: 3rem;
    color: #fff;
    text-align: center;
    line-height: 3rem;
    background-color: #f8981f;
    width: 252px;
    position: absolute;
    top: 4.5rem;
  }
  .userlogin-mibile:hover {
    color: #fff;
    font-weight: bold;
  }
  .userlogin-mibile:focus {
    color: #fff;
  }
  .second-ul {
    text-indent: 1rem;
  }
  .icon-box-two .icon {
    width: 10%;
  }
  .left-content-area,
  .right-content-area {
    height: auto;
  }

  .icon-box-one .zcdate {
    width: 17%;
  }
  .icon-box-one .content {
    width: 76%;
  }
  .fenzhiul {
    font-size: 1.2rem;
  }
  .footer-area {
    font-size: 1rem;
    line-height: 2rem;
  }
  .single-news-grid-02 .thumb {
    max-width: none;
    width: 100%;
  }
  .xsfloat {
    margin-left: -15px;
  }
  .logo-wrapper {
    /* width: 60%; */
  }
  .icon-box-two .icon {
    width: 10%;
  }
}

@media only screen and (max-width: 970px) {
}
@media only screen and (max-width: 375px) {
  .show .probootstrap-nav .probootstrap-main-nav li {
    line-height: 2.5rem;
  }
  .first-li i {
    float: right;
    line-height: 2.5rem;
    width: 2.5rem;
  }
  #today {
    display: none;
  }
}
