/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

ul,
ol,
li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 960px;
  }
}
@media (min-width: 992px) {
  .section-container-1,
  .section-container-2 {
    min-height: 400px;
  }
}
body {
  font-size: 14px;
  color: #353535;
}

/*#region pc*/
.nav-container {
  height: 35px;
  width: 100%;
  z-index: 999;
  background-image: url(../images/i_r3_c5.jpg);
}
.nav-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-container ul li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
  text-align: center;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: relative;
}
.nav-container ul li::after {
  content: '';
  width: 1px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 13px;
  right: 0;
}
.nav-container ul li:nth-last-child(1)::after {
  width: 0px;
}
.nav-container ul li a {
  padding: 5px 20px;
  position: relative;
  color: #fff;
  font-size: 14px;
}
.nav-container ul li a:hover {
  color: #fff;
}

.nav-container ul li .subNav {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  display: none;
  background: #1566a0;
  overflow: hidden;
  z-index: 999;
}
.nav-container ul li:hover .subNav {
  display: block;
}
.nav-container ul li:hover .subNav dl {
  overflow: hidden;
  margin-bottom: 0;
}
.nav-container ul li:hover .subNav dl dd {
  padding: 0;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0;
}
.nav-container ul li:hover .subNav dl dd a {
  display: block;
  color: #fff;
  font-size: 15px;
}
.nav-container ul li:hover .subNav dl dd a:hover {
  background: #1a6fad;
}
/*#endregion*/

/*#region */
.m_nav {
  position: fixed;
  top: 0px;
  -webkit-box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
  box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
  width: 100%;
  height: 100%;
  background: #fff;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  top: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.m_nav.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.m_nav .top {
  height: 60px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m_nav .top .closed {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}
.m_nav .logo {
  width: 100%;
  margin: 0 auto;
}
.m_nav .logo img {
  height: 50px;
  display: block;
  margin: 30px auto;
}
.m_nav ul {
  margin-top: 30px;
}
.m_nav ul li {
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  opacity: 0;
}
.m_nav.open ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.m_nav ul li:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(2) {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(3) {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(4) {
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(5) {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(6) {
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(7) {
  -webkit-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(8) {
  -webkit-transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.m_nav ul li .dropdown_menu {
  display: none;
}
.m_nav ul li.dropdown.active .dropdown_menu {
  display: block;
}
.m_nav ul li .dropdown_menu a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}
.m_nav ul li .dropdown_menu a:last-child {
  border: none;
}
/*#endregion*/

/*#region toggle*/
.header #navToggle {
  height: 100%;
  padding: 9px 15px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.header #navToggle span {
  position: relative;
  width: 25px;
  height: 1px;
  margin-top: 19px;
}
.header #navToggle span:before,
.header #navToggle span:after {
  content: '';
  position: relative;
  width: 100%;
  height: 1px;
  left: 0;
}
.header #navToggle span,
.header #navToggle span:before,
.header #navToggle span:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  background: #fff;
}
.header #navToggle span:before {
  top: 8px;
}
.header #navToggle span:after {
  bottom: 10px;
}
.header #navToggle.open span:before {
  top: 10px;
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}
.header #navToggle.open span:after {
  bottom: 12px;
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.header #navToggle.open span {
  background: none;
}
.header #navToggle.open span:before,
.header #navToggle.open span:after {
  background: #fff;
}
/*#endregion*/

.list li {
  height: 35px;
  cursor: pointer;
  position: relative;
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list li::after {
  content: '';
  background: url(../images/list-dot.png);
  width: 3px;
  height: 3px;
  position: absolute;
  left: -8px;
}
.list li a {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #353535;
}
.list li a:hover {
  color: #cc0000;
}
.list li span {
  color: #353535;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.section-container-1,
.section-container-2 {
  background: #d7e7f5;
  border: #9ec5e0 1px solid;
}
.section-container-1 .section-title-container {
  background: url(../images/i_r10_c10.jpg);
  height: 33px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
.section-container-2 .section-title-container {
  background: url(../images/i_r13_c32.jpg);
  height: 33px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
.section-container-1 ul,
.section-container-2 ul {
  margin: 10px;
}

.section-title {
  color: #003671;
  font-size: 14px;
}

.footer {
  background: url(../images/i_r44_c44.jpg);
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 12px;
}
.content{ margin: 0 0 20px 0; overflow: hidden;}
.p-4 .news_conent_two_title{ margin:10px 0; font-size: 26px; font-weight: bold; line-height: 30px; text-align: center;}
.p-4 .news_conent_two_js{ margin-bottom: 20px; font-size: 14px; text-align: center; line-height: 40px; background: #f5f5f5;}
.p-4 .news_conent_two_js span{ color: #999; display: inline-block;}
.p-4 .news_conent_two_text{ min-height: 500px;}
.p-4 .news_conent_two_text img{ margin: 0 auto; display: block;}
.p-4 .news_conent_two_text p, .content .news_conent_two_text p span{ font-size:15px !important; line-height: 35px !important;}
