.menu-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content:space-between;
}
.navbar-wrap {
  display: flex;
  flex-grow: 1;
}
.navbar-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
}
.navbar-wrap ul li {
  display: block;
  position: relative;
}
.navbar-wrap ul li a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #615176;
  padding: 34px 26px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a,
.navbar-wrap ul li .submenu li.active > a,
.navbar-wrap ul li .submenu li:hover > a,
.mobile-menu .navigation li.active > a,
.mobile-menu .navigation li ul li.active > a {
  color: #0e65a2;
}
.main-menu .navigation li.dropdown .dropdown-btn {
  display: none;
}
.main-menu .navigation li.dropdown>a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  color: #ccc;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
}
.header-action > ul {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.header-action > ul li {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
.header-action > ul li::before {
  content: "";
  position: absolute;
  left: -.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background: #e0c0ec;
  height: 22px;
}
.header-action ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.header-action ul li:first-child::before {
  display: none;
}
.header-action > ul > li.header-shop-cart > a {
  padding-right: 10px;
}
.header-action ul li a {
  color: #615176;
  font-size: 14px;
}
.header-shop-cart a span {
  position: absolute;
  right: 6px;
  top: -2px;
  width: 12px;
  height: 12px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  line-height: 12px;
  color: #fff;
  box-shadow: 0px 5px 12.09px 0.91px rgba(71, 51, 127, 0.14);
  background: #2acb35;
  font-size: 10px;
}
.header-search a:hover {
  color: #fb6f63;
}
.header-action .header-btn .btn_orangemove {
  color: #fff;
  font-size: 14px;
  padding: 13px 22px;
}
.header-action .header-btn .btn_orangemove i {
  margin-right: 5px;
}
.navbar-wrap ul li .submenu {
  position: absolute;
  z-index: 9;
  background-color: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  display: block;
  left: 0;
  opacity: 0;
  padding: 5px 0;
  right: 0;
  top: 100%;
  visibility: hidden;
  width: 80px;
  border: 1px solid #f5f5f5;
  background: #ffffff;
  box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
  margin: 0;
  transform: scale(1 , 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .submenu li {
  margin-left: 0;
  text-align: center;
  display: block;
}
.navbar-wrap ul li .submenu li a {
  padding: 5px 0;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.nav-logo img {
  width: 150px;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0px;
  padding-right: 30px;
  max-width: 100%;
  width:0px;
  height:0px;
  z-index: 99;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  width: 100%;
  height: 100%;
}
.mobile-menu .navigation li.current>a:before {
  height: 100%;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background: #000;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.70;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .menu-box {
  position: absolute;
  right:0px;
  top: 0px;
  width: 80%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .close-btn {
  position: absolute;
  left: 30px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.mobile-menu .navigation li ul li>a {
  font-size: 15px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li>a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
}
.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: #213e6e;
  display: none;
}

.main-menuright ul {
  padding: 0 1.4rem;
  border-right: 1px solid #ccc;
}
.main-menuright ul:last-child {
  border-right: none;
  padding-right: 0;
}
.main-menuright ul li a {
  color: #333;
}
.main-menuright ul li a:hover {
  color: #0e65a2;
}
.mobile-menu .menu-outer ul {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}
.mobile-menu .menu-outer ul li {
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #4e4e4e;
}
.mobile-menu .menu-outer ul li a{
  display: block;
  padding: 5px 10px;
  color: #fff;
}

.header_top {
  background: #eee;
}
.search {
  padding: 10px 0;
}
.search_box {
  width: 240px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #0e65a2;
  display: flex;
  position: relative;
  overflow: hidden;
}
.search-input {
  display: block;
  width: 100%;
  padding-left: 15px;
}
.submit-btn{
  position: absolute;
  width: 40px;
  height: 30px;
  right: 0px;
  background: url(../images/icon_search.png) no-repeat #0e65a2 center center;
  cursor: pointer;
}
.search-form input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.index_login_top a {
  color: #0e65a2;
  font-size: 0.875rem;
}
.index_login_top a:first-child::after {
  content: "|";
  padding: 0 0.5rem 0 0.8rem;
}
.main-header {
  height: 6.25rem;
  box-shadow: 0px 2px 3px 0px #e7e7e7;
  display: flex;
  align-items: center;
}

.login-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
  z-index: 100;
  display: none;
}
.login-pop .mask_login {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 101;
}
.login_cover {
  position: absolute;
  width: 400px;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 102;
}
.login-box {
  position: relative;
  width: 100%;
  padding: 20px;
  background: #fff;
  margin: auto;
}
.close-pop {
  position: absolute;
  color: #ccc;
  left: auto;
  top: -5px;
  right: 5px;
}
.login-box .back {
  position: absolute;
  left: 15px;
  top: 15px;
}
.login_log {
  text-align: center;
}
.login_name {
  color: #000;
  font-size: 1.25rem;
  text-align: center;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #ccc;
}
.login_content {
  color: #999;
}
.login_item {
  padding-bottom: 5px;
  margin-top: 1.875rem;
}
.login_item input {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0 10px;
  height: 2.5rem;
  line-height: 2.5rem;
}
.login_content .submit {
  margin: 1.875rem 0 0.9rem;
}
.login_content .submit input {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #0e65a2;
  text-align: center;
  color: #fff;
}
.login_content .login_text {
  text-align: center;
  color: #0e65a2;
}
.login_content .login_text a {
  color: #0e65a2;
  display: inline-block;
  padding: 0 1.25rem;
}
.login_content .login_text a:hover {
  color: #ed6d13;
}
.col2>div {
  width: 49%;
}
.img_ads {
  margin: 1.25rem 0;
}
.set1_left {
  width: 66%;
}
.set1_left_1 {
  width: 65%;
}
.set1_left_1 img,
.set1_left_2 img {
  width: 100%;
  height: 100%;
}
.set1_left_2 {
  width: 33%;
}
.set1_tw {
  position: relative;
}
.set1_tw h5 {
  position: absolute;
  width: 100%;
  height: 3.125rem;
  line-height: 3.125rem;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 1.875rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* title */
.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}
.title .title-name {
  color: #0f0f0f;
}
.title .title-name h5{
  position: relative;
  padding-left: 0.8rem;
}
.title .title-name h5::before{
  position: absolute;
  content: "";
  width: 4px;
  height: 1.3rem;
  background: #0e65a2;
  display: block;
  left: 0;
  top: 2px;
}
.title .title-name i {
  display: flex;
  width: 1.375rem;
  margin-right: 0.875rem;
}
.title .title_midline::before {
  content: '';
  display: inline-block;
  width: 96%;
  height: 1px;
  background: #ccc;
  margin: 0 2%;
  vertical-align: middle;
}
.title .title-more,
.title .title-more a {
  color: #ccc;
  text-transform: uppercase;
}
.title .title-more span.active {
  color: #eb2727;
}
.title .title-more span::after {
  content: '';
  width: 1px;
  height: 20px;
  display: inline-block;
  background: #ccc;
  margin: 0 10px;
  vertical-align: middle;
}
.set1_right {
  width: 32%;
  box-shadow: 0px 1px 8px #ccc;
  padding: 1rem 1.25rem;
}
.tab_nav {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.625rem;
}
.tab_nav ul li {
  display: inline-block;
  margin-right: 1rem;
}
.tab_nav ul li.active {
  color: #0e65a2;
  font-weight: bold;
  font-size: 1.125rem;
  cursor: pointer;
}
.tab_content ul li {
  padding-top: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab_content ul li a:hover,
.tab_content ul li a.active {
  color: #0e65a2;
}
.boxshadow {
  box-shadow: 0px 1px 8px #ccc;
}
.newsbox {
  padding: 1rem 1.25rem;
}
.set2_left {
  width: 32%;
}
.set2_left .con_kjpt ul li{
  width: 48%;
  height: 4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.set2_left .con_kjpt ul li:nth-last-child(1),
.set2_left .con_kjpt ul li:nth-last-child(2){
  margin-bottom: 0;
}
.set2_left .con_kjpt ul li a{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #f2f9ff;
  justify-content: center;
}
.set2_left .con_kjpt ul li a:hover,
.set2_left .con_kjpt ul li a.acitve {
  background: #ef7e2d;
  color: #fff;
}
.set2_left .con_kjpt ul li span {
  display: block;
}
.set2_mid,
.set2_right,
.w32 {
  width: 32%;
}
.list_tw a {
  display: flex;

}
.list_tw .list1_img {
  width: 41%;
  margin-right: 15px;
}
.list_tw .list1_img img {
  width: 100%;
  border-radius: 2px;
}
.list_tw .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list_tw .info .info_title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height:1.5rem;
  height:3.0rem;
  -webkit-box-orient: vertical;
}
.list_tw a:hover .info_title {
  color: #0884ff;
}
.list_tw .info .date {
  color: #666;
  font-size: 0.875rem;
  text-align: right;
}
.mt15 {
  margin-top: 1rem;
}
.list_column ul li {
  padding-top: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab_navone {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.625rem;
}
.tab_navone span {
  color: #0e65a2;
  font-weight: bold;
  font-size: 1.125rem;
}
.ads2 .col5 ul {
  margin: 0 -0.8%;
}
.ads2 .col5 ul li{
  float: left;
  margin: 0 0.8%;
  width: 18.4%;
  margin-bottom: 1.25rem;
}
.ads2 .col5 ul li a {
  position:relative;
  display:block;
  overflow:hidden
}
.ads2 .col5 ul li a img {
  transition: all 0.5s
}
.ads2 .col5 ul li a:hover img {
  transform: scale(1.03);
}
.set5_technology {
  padding: 1.25rem 1.4rem;
}
.title2 {
  background: #0e65a2;
  height: 2.5rem;
  border-radius: 5px;
  margin-bottom:0
}
.title2 .title-name h5::before {
  content: none;
}
.title2 .title-name {
  color: #fff;
}
.title2 .title-more {
  padding-right: 1rem;
}
.set5_left {
  margin-top: 1.25rem;
}
.ads3 .col2 ul li:nth-child(1) {
  width: 66%;
}
.ads3 .col2 ul li:nth-child(2) {
  width: 32%;
}
.ads3 .col3 ul li {
  width: 32%;
}
.ads3 .col2 ul li img,
.ads3 .col3 ul li img {
  width: 100%;
}
.list_tw .info1 {
  flex: 1;
}
.list_tw .info1 .info_title {
  color: #010101;
  font-weight: bold;
  font-size: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height:3.5rem;
  line-height:1.75rem;
}
.list_tw .info1 .info_text {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height:3.0rem;
  line-height:1.5rem;
  -webkit-box-orient: vertical;
}
.dt_box1>div {
  margin-bottom: 1.25rem;
}
.dt_box1>div:last-child {
  margin-bottom: 0;
}
.list_tw .list1_img.peo_img {
  width: 30%;
}
.list_tw .info2 {
  display: flex;
  align-items: center;
}
.list_tw .info2 .info_text {
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list_tw a:hover .info2 .info_text {
  color: #0e65a2;
}
.title_lineb {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.625rem;
  margin-bottom: 0;
}
.videobox ul li {
  width: 48%;
  margin-top: 1.25rem;
}
.videobox ul li img {
  width: 100%;
}
.videobox ul li .text {
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3rem;
  margin-top: 0.625rem;
}
.title_lineb1 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.625rem;
  margin-bottom: 0;
}
.list_zp a {
  display: flex;
}
.content_Recruit {
  margin: 0 -1%;
}
.Recruit_list {
  float: left;
  width: 23%;
  margin: 1.25rem 1% 0;
  padding: 1.25rem;
}
.Recruit_list dl {
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.Recruit_list dl dt {
  width: 5rem;
  height: 5rem;
  border: 1px solid #eee;
  margin-right: 0.625rem;
}
.Recruit_list dl dd {
  flex: 1;
  display: flex;
  overflow:hidden;
  flex-direction: column;
  justify-content: space-between;
}
.Recruit_list dl dd h5 {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height:1.25rem;
  height:2.5rem;
}
.Recruit_list dl dd .info_text {
  text-align: right;
  white-space:nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.Recruit_list dl dd .info_text span {
  color: #999;
  padding-left: 5px;
}
.Recruit_list .Recruit_text {
  color: #ef7e2d;
  font-size: 0.875rem;
  padding-top: 0.625rem;
  letter-spacing:-1px;
  white-space:nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.content_ml table {
  width: 100%;
  text-align: center;
}
.content_ml table tr td {
  border: 1px solid #cfe0ec;
  border-collapse: collapse;
  width: 20%;
  height: 3.125rem;
  line-height: 3.125rem;
}
.content_ml table tr td a {
  color: #0e65a2;
  display: block;
  height: 100%;
}
.content_ml table tr td a.active,
.content_ml table tr td a:hover {
  background: #0e65a2;
  color: #fff;
}
.content_ml table tr td a.gray {
  color: #ccc;
}
.content_logo ul {
  margin: 0 -1%;
}
.content_logo ul li {
  float: left;
  width: 23%;
  margin: 1rem 1% 0;
}
.content_logo ul li a {
  position:relative;
  display:block;
  overflow:hidden
}
.content_logo ul li a img {
  transition: all 0.5s
}
.content_logo ul li a:hover img {
  transform: scale(1.03);
}
.content_links ul {
  margin: 0 -1%;
}
.content_links ul li {
  float: left;
  width: 18%;
  margin: 1rem 1% 0;
}
.footer {
  background: #eee;
  padding: 1rem 0;
  text-align: center;
}
.footer1 ul {
  justify-content: center;
}
.footer1 ul li {
  padding: 0 1.5rem;
  position: relative;
}
.footer1 ul li::after {
  position: absolute;
  content:"|";
  right: 0;
}
.footer1 ul li:last-child::after {
  content: none;
}
.footer1 ul li a {
  color: #666;
}
.footer1 ul li a:hover {
  color: #0e65a2;
}
.footer2 {
  padding: 0.625rem 0;
}
.footer2,.footer3 {
  font-size: 0.875rem;
  color: #999;
}
.footer2 span,.footer3 span {
  padding: 0 0.6rem;
  display: inline-block;
}
.ads4 .col2 ul li:nth-child(1) {
  width: 66%;
}
.ads4 .col2 ul li:nth-child(2) {
  width: 32%;
}
.keji_menu {
  width: 60%;
}
.main-header1 {
  height: 2.5rem;
  line-height: 2.5rem;
}
.jishu_nav ul {
  margin-left: 0;
}
.jishu_nav>ul>li>a {
  line-height: 1.875rem;
}
.jishu_nav ul li a {
  padding: 0 0.625rem;
  font-weight: normal;
  color: #000;
}
.jishu_nav li.dropdown>a::after {
  content: none;
}
.jishu_nav li.dropdown a i {
  margin-left: 8px;
  transition: transform .3s;
}
.jishu_nav li.dropdown:hover i {
  transform: rotate(180deg);
}
.index_login_top1 {
  margin-left: auto;
}
.togglerleft {
  float: left;
  margin-top: -4px !important;
}
.mobile-menu li.dropdown .submenu {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu li.dropdown:hover .submenu {
  display: block;
}
.mobile-menu li.dropdown .submenu li {
  width: 100%;
  border-bottom: none
}
.mobile-menu li.dropdown .submenu li a {
  padding: 2px 0;
}
.mobile-menu li.dropdown a i {
  margin-left: 8px;
  transition: transform .3s;
}
.mobile-menu li.dropdown:hover i {
  transform: rotate(180deg);
}
.kj_header2 {
  height: 5rem;
}
.kj_header2 .kj_logo {
  width: 140px;
}
.kj_header2 .kj_logo_right {
  font-size: 1.5rem;
  color: #000;
  padding-left: 1rem;
}
.kj_navigation {
  background: #0e65a2;
  padding: 0.625rem 0;
}
.kj_navigation ul li a {
  display: block;
  color: #fff;
  padding: 5px 1rem;
}
.kj_navigation ul li.active a,
.kj_navigation ul li a:hover {
  font-weight: bold;
  font-size: 1.125rem;
}
.kj_content_box {
  padding: 1rem 1.25rem;
}
.kj_search {
  width: 200px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}
.kj_search .kj_search-input {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
}
.kj_submit-btn{
  position: absolute;
  width: 40px;
  height: 30px;
  top: 0;
  right: 0px;
  background: url(../images/icon_search1.png) no-repeat center center;
  cursor: pointer;
}
.kj_search input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.kj_select {
  min-width: 7.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 5px;
  line-height: 1.875rem;
}
.kj_select1 {
  margin: 0 1rem;
}
.kj_select select {
  width: 100%;
  appearance: none;
  padding-right: 10px;
  background: url(../images/icon_jtx.png) no-repeat 98% center;
}
.bread {
  padding: 1.5rem 0;
}
.bread_title {
  color: #000;
}
.bread_title a {
  font-size: 14px;
  color: #999;
}
.grzx_main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.grzx_left {
  width: 260px;
  margin-right: 20px;
  background: #fff;
}
.grzx_left_picture {
  padding: 30px 30px 60px;
  text-align: center;
}
.grzx_left_img {
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grzx_left_nav ul li {
  text-align: center;

}
.grzx_left_nav ul li a {
  display: block;
  padding: 15px 10px;
  color: #666;
  border-bottom: 1px solid #ccc;
}
.grzx_left_nav ul li.active a,
.grzx_left_nav ul li a:hover {
  background: #0e65a2;
  color: #fff;
}
.grzx_left_set {
  text-align: center;
  padding : 100px 0 10px;
}
.grzx_left_set a{
  display: inline-block;
  width: 90%;
  color: #666;
  text-align: center;
  border: 1px solid #ccc;
  padding: 8px 0;
}
.grzx_left_set a::before {
  content: '';
  width: 17px;
  height: 20px;
  background: url(../images/icon8.png) no-repeat 50% 1px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.grzx_left_set a:hover {
  color:#0e65a2;
  border: 1px solid #0e65a2;
}
.grzx_left_set a:hover:before {
  background: url(../images/icon8_1.png) no-repeat 50% 1px;
}

.grzx_right {
  background: #fff;
  flex: 1;
  padding: 1.875rem;
  overflow: hidden;
}
.grzx_base_form {
  width: 62%;
  margin: 0 auto;
}
.grzx_form_item {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}
.grzx_form_item:first-child {
  margin-top: 0;
}
.grzx_form_item .name_left {
  width: 7.5rem;
  color: #000;
  text-align: right;
  padding-right: 1rem;
}
.grzx_form_item input[type=text],
.grzx_form_itemselect select {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid #eee;
  border-radius: 5px;
  text-indent: 1em;
}

.grzx_form_item input::-webkit-input-placeholder {
  color: #999;
}
.grzx_form_itemselect select {
  appearance: none;
  padding-right: 10px;
  background: url(../images/icon_jtx.png) no-repeat 98% center;
  color: #999;
}
.grzx_form_item textarea {
  width: 100%;
  line-height: 3.125rem;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  text-indent: 1em;
}
.grzx_form_iteminput {
  display: flex;
  align-items: center;
  flex: 1;
}
.grzx_form_iteminput input[type=radio]{
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.grzx_form_iteminput input[type=radio]+span{
  width: 14px;
  height: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -14px;
  background: url('../images/icon_radio.png') no-repeat;
}
.grzx_form_iteminput input[type=radio]:checked+span{
  background: url('../images/icon_radio_on.png') no-repeat;
}
.grzx_form_iteminput>label {
  margin-right: 1.25rem;
  margin-bottom: 0;
}
.grzx_form_itemfile {
  display: flex;
  align-items: center;
  flex: 1;
}
.grzx_form_itemfile .file_btn {
  position: relative;
  display: flex;
  width: 7.5rem;
  height: 2.5rem;
  border-radius: 5px;
  color: #0e65a2;
  align-items: center;
  justify-content: center;
  border: 1px solid #0e65a2;
  margin-right: 1rem;
}
.grzx_form_itemfile .file_btn input[type=file]{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 0;
  z-index: 50;
}
.grzx_form_itemfile .file_desc {
  color: #999;
  font-size: 0.875rem;
}
.zc_box {
  padding: 2.5rem 0;
}
.zc_content {
  margin-top: 2.5rem;
}
.zc_tabs {
  border-bottom: 1px solid #ccc;

  display: flex;
  justify-content: center;
}
.zc_tabs span {
  position: relative;
  display: flex;
  font-size: 1.25rem;
  color: #999;
  align-items: center;
  margin: 0 4.2rem;
  padding-bottom: 1rem;
}
.zc_tabs span.active {
  color: #0e65a2;
}
.zc_tabs span.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0e65a2;
}
.zc_tabs span em {
  font-size: 1rem;
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  margin-right: 5px;
}
.zc_tabs span.active em {
  background: #0e65a2;
}
.zc_cons {
  width: 50%;
  margin: 1.875rem auto;
}
.zc_con1 {
  width: 86%;
  margin: 0 auto;
}
.yzm {
  margin-left: 1rem;
}
.yzm a {
  display: flex;
  border: 1px solid #0e65a2;
  color: #0e65a2;
  height: 2.5rem;
  align-items: center;
  padding: 0 0.8rem;
  border-radius: 5px;
}
.next_step {
  margin: 3rem 0;
}
.next_step a{
  display: inline-block;
  width: 60%;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #0e65a2;
  color: #fff;
  border-radius: 5px;
}
.zc_con2 {
  width: 100%;
}
.zc_con2 .grzx_form_item .name_left {
  width: 9.0rem;
}
.zc_con3 {

}
.zc_con3 .success h5{
  font-size: 1.6rem;
  color: #000;
  margin: 2.5rem 0 1rem;
}
.zc_con3 .success h6{
  color: #666;
}

.kj_ads1_slides {
  text-align: center;
}
.kj_ads1_slides .swiper-pagination-bullet {
  background: #fff;
}
.kj_ads1_slides .swiper-pagination {
  bottom: 0;
}
.kj_navigation ul li:first-child a {
  padding-left: 1.875rem;
}
.huiyi_left {
  width: 68%;
}
.huiyi_right {
  width: 30%;
}
.huiyi_left_1slides .news-box > a{
  display: flex;
  background: #fff;
}
.huiyi_left_1slides .news-box a:hover h6 {
  color: #007bff;
}
.huiyi_left_1slides .news-box .image-box {
  width: 44%;
}
.huiyi_left_1slides .news-box .news-content {
  flex: 1;
  overflow: hidden;
  padding: 1rem;
}
.huiyi_left_1slides .news-box .news-content h6 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  height: 3.75rem;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.huiyi_left_1slides .news-box .news-content .news-info {
  height: 4.5rem;
  line-height: 1.5rem;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 1.25rem 0;
}
.huiyi_left_1slides .news-box .news-content .news-date {
  text-align: right;
  color: #999;
  font-size: 0.875rem;
}
.huiyi_left_1slides .swiper-pagination{
  padding-left: 50%;
}
.huiyi_left_1slides .swiper-pagination-bullet-active {
  background: #0e65a2;
}
.huiyi_list .news-box {
  padding: 1.25rem 0;
  border-bottom: 1px solid #ccc;
}
.huiyi_list .news-box:first-child {
  border-top: 1px solid #ccc;
}
.huiyi_list .news-box > a{
  display: flex;
  background: #fff;
}
.huiyi_list .news-box a:hover h6 {
  color: #ef7e2d;
}
.huiyi_list .news-box .image-box {
  width: 18%;
}
.huiyi_list .news-box .news-content {
  flex: 1;
  overflow: hidden;
  padding-left: 1rem;
}
.huiyi_list .news-box .news-content h6 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  height: 1.875rem;
  color: #0e65a2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.huiyi_list .news-box .news-content .news-info {
  height: 3rem;
  line-height: 1.5rem;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 5px 0;
}
.huiyi_list .news-box .news-content .news-date {
  color: #999;
  font-size: 0.875rem;
}
.article_rec {
  padding: 1.25rem;
}
.title_rec .title-name{
  position: relative;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #ccc;
}
.title_rec .title-name h5 {
  padding-left: 1.4rem;
}
.title_rec .title-name h5::before {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 1.25rem;
  display: block;
  left: 0;
  top: 2px;
  background: url(../images/icon_fire.png) no-repeat;
}
.huiyi_right_article_list .news-box {
  padding: 0.625rem 0;
}
.huiyi_right_article_list .news-box:first-child {
  padding-top: 1.25rem;
}
.huiyi_right_article_list .news-box > a{
  display: flex;
  background: #fff;
}
.huiyi_right_article_list .news-box a:hover h6 {
  color: #ef7e2d;
}
.huiyi_right_article_list .news-box .image-box {
  width: 37%;
}
.huiyi_right_article_list .news-box .news-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding-left: 0rem;
  align-items: center;
}
.huiyi_right_article_list .news-box .news-content h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  height: 1.5rem;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.huiyi_right_article_list .news-box .news-content .news-date {
  width:6.0rem;
  color: #999;
  text-align: right;
  font-size: 0.875rem;
  white-space:nowrap;
}
.huiyi_xq_title {
  background: #f5f5f5;
  padding: 5px 0.875rem;
}
.huiyi_xq_title,
.huiyi_xq_title a {
  color: #999;
  font-size: 0.875rem;
}
/* 新闻分页 */
.page-newsxq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-newsxq .page-btn {
  display: flex;
  width: 390px;
  height: 4rem;
  padding: 0.625rem 15px;
  margin-bottom: 15px;
  box-shadow: 1px 1px 4px 1px #e2e2e2;
  align-items: center;
}
.page-newsxq .page-btn span {
  width: 60px;
  display: block;
  border-right: 1px solid #ddd;
}
.page-newsxq .page-btn a {
  display: block;
  flex: 1;
  padding-left: 15px;
  overflow: hidden;
}
.page-newsxq .page-btn a:hover {
  color: #2164c6;
}
.page-newsxq .page-btn p {
  display: block;
  flex: 1;
}
.page-newsxq .page-next span {
  text-align: right;
  border-left: 1px solid #ddd;
  border-right: 0;
}
.page-newsxq .page-next a {
  padding-left: 0;
  padding-right: 15px;
}
.huiyi_xq_left1_img {
  width: 39%;
  margin-right: 1.25rem;
}
.huiyi_xq_left1_right {
  flex: 1;
}
.huiyi_xq_left1_right h5 {
  font-size: 1.5rem;
  color: #000;
  line-height: 2.25rem;
  height: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.huiyi_xq_left1_right ul {
  margin: 0.8rem 0;
}
.huiyi_xq_left1_right ul li {
  width: 50%;
  padding: 0.3rem 0;
}
.huiyi_xq_left1_right ul li:last-child {
  width: 100%;
}
.huiyi_xq_left1_right ul li span {
  color: #0e65a2;
  padding-right: 0.875rem;
}
.huiyi_xq_left1_right ul li:last-child {
  width: 100%;
}
.huiyi_xq_left1_right .online_btn a{
  display: flex;
  width: 7.5rem;
  height: 2.5rem;
  background: #ef7e2d;
  border-radius: 5px;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.huiyi_xq_left2 h5 {
  color: #0e65a2;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #ccc;
}
.huiyi_xq_left2 .huiyi_xq_left2_bottom {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
  color: #000;
}
.jishu_left .news-box .news-content h6 {
  -webkit-line-clamp: 1;
  height: 1.875rem;
}
.huiyi_left_1slides .news-box .news-content .news-info {
  margin: 5px 0;
}
.kjpt1 {
  border-top: 1px solid #ccc;
}
.kjpt1 ul {
  justify-content: space-between;
  padding: 1.25rem 0;
}
.product_title1_3 h5{
  position:relative;
  font-size: 1.25rem;
  text-align: center;
}
.product_title1_3 h5::after {
  content: "";
  height: 1px;
  width: 300px;
  background: #ccc;
  display: block;
  margin: 0 auto;
}
.product_title1_3 h5 p{
  position:relative;
  display: inline-block;
  padding-bottom: 0.625rem;
  border-bottom:2px solid #ef7e2d;
  border-radius:2px;
  color: #0e65a2;
  font-weight: bold;
  font-size: 2.0rem;
}
.product_title1_3 h5 em{
  position:absolute;
  text-transform: uppercase;
  font-size:2.5rem;
  color: #0e65a2;
  left:0;
  right:0;
  top:-1.875rem;
  opacity: 0.3;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  z-index:1
}
.kjpt2_beijing_con {
  background: url(../images/bg1.png) no-repeat center bottom;
  background-size: cover;
}
.kjpt2_redian_con ul {
  margin: 0.625rem -1%;
}
.kjpt2_redian_con ul li {
  float: left;
  position: relative;
  width: 23%;
  margin: 0 1%;
}
.kjpt2_redian_con ul li span {
  position: absolute;
  width: 100%;
  display: block;
  top: 36%;
  padding-left: 16%;
  font-size: 1.25rem;
  color: #fff;
}
.kjpt2_jiabin_box {
  position: relative;

}
.kjpt2_jiabin_con {
  width: 90%;
  margin: 0 auto;
}
.jiabin-button-next,
.jiabin-button-prev {
  color: #ccc;
}
.jiabin-button-next:after,
.jiabin-button-prev:after {
  font-size: 1.5rem;
}
.kjpt2_jiabinslides {
  padding: 1.25rem 0;
}
.kjpt2_jiabinslides .jiabin_item {
  box-shadow: 0px 1px 8px #ccc;
}
.kjpt2_jiabinslides a {
  color: #000;
}
.kjpt2_jiabinslides .jiabin_item img {
  width: 100%;
}
.kjpt2_jiabinslides .jiabin_item h5{
  padding: 10px;
}
.kjpt2_jiabinslides .jiabin_item h6 {
  padding: 0 10px 10px;
  font-size: 0.875rem;
  color: #4c4c4c;
}
.kjpt2_danwei_list ul {
  margin: 0 -1%;
}
.kjpt2_danwei_list ul li {
  float: left;
  width: 23%;
  margin: 1rem 1% 0;
  border: 1px solid #ccc;
}
.kjpt2_danwei_list h5 {
  color: #0e65a2;
  font-size: 1.25rem;
  margin-top: 1.25rem;
}
.company {
  display: flex;
  margin-top: 2.5rem;
}
.company .img {
  width: 50%;
}
.company .content_scroll {
  width: 50%;
  margin-top: 10px;
}
.company .content_scroll .content {
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 0.625rem 1rem;
}
.content_scroll {
  position: relative;
  padding-right: 15px;
  height: 100%;
}
.content_scroll .scroll_bar {
  position: absolute;
  top:0;
  right:0;
  width: 5px;
  height: 100%;
  background-color: #e4e4e4;
}
.content_scroll .scroll_slider {
  position: absolute;
  top: 0;
  left: 0px;
  width: 5px;
  height: 48px;
  background-color: #0e65a2;
  border-radius:5px;
  opacity: 1
}
.content_scroll .scroll_slider:hover{
  opacity: 1
}
.scroll_fwal {
  height: 400px;
  overflow: hidden;
}
.bannerpagination span {
  background: #fff;
}
.kjpt2_huigu_con ul{
  margin: 0 -1%;
}
.kjpt2_huigu_con ul li {
  float: left;
  width: 23%;
  margin: 1.25rem 1% 0;
}
.kjpt2_huigu_con ul li img {
  width: 100%;
}
.kjpt2_huigu_con ul li .desc {
  background: #0e65a2;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 4rem;
  padding: 0.5rem 1.25rem;
}
.kjpt2_back_box {
  position: relative;
  
}
.kjpt2_back_con {
  width: 100%;
  margin: 0 auto;
}
.back-button-next,
.back-button-prev {
  color: #ccc;
}
.back-button-next {
  right: -15px;
}
.back-button-prev {
  left: -15px;
}
.back-button-next:after,
.back-button-prev:after {
  font-size: 1.5rem;
}
.kjpt2_backslides {
  padding: 1.25rem 0;
}
.kjpt2_backslides .back_item img {
  width: 100%;
}
.kjpt2_backslides .back_item .desc {
  background: #0e65a2;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 4rem;
  padding: 0.5rem 1.25rem;
}

@media (max-width: 576px) {
  .back-button-next{
    right: -5px;
  }
  .back-button-prev {
    left: -5px;
  }
  .kjpt2_backslides .back_item .desc {
    height: 3.8rem;
  } 
}
.fz_slides .swiper-pagination span {
  background: #fff;
}
.fz_slides.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.625rem;
}
.fz-header {
  height: 5rem;
  box-shadow: 0px 2px 3px 0px #e7e7e7;
  display: flex;
  align-items: center;
}
.fz-header .fz_nav li{
  position: relative;
  line-height: 5rem;
  margin: 0 2.0rem;
  z-index: 100;
}
.fz-header .fz_nav li:last-child {
  margin-right: 0;
}
.fz-header .fz_nav li a {
  display: block;
}
.fz-header .fz_nav li a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: none;
  display: block;
}
.fz-header .fz_nav li.active a::after,
.fz-header .fz_nav li a:hover::after {
  background: #ef7e2d;
}
.fz-header .fz_nav li.active a,
.fz-header .fz_nav li a:hover {
  color: #ef7e2d;
}
.fenzhan_set1_title h5 p {
  border-bottom: 2px solid #0e65a2;
}
.fenzhan_set1_con {
  position: relative;
}
.fenzhan_set1_con .img {
  width: 50%;
}
.fenzhan_set1_con .desc {
  position: absolute;
  width: 60%;
  right: 0;
  top: 1.25rem;
  bottom: 1.25rem;
  background: #fff;
  padding: 1.875rem;

}
.fenzhan_set1_con .desc>div {
  max-height: 240px;
  line-height: 1.875rem;
  overflow: hidden;
}
.fenzhan_set2_con ul {
  margin: 0 -1%;
}
.fenzhan_set2_con ul li {
  float: left;
  margin: 1.25rem 1% 0;
  width: 18%;
  text-align: center;
}
.fenzhan_set2_con ul li h5 {
  padding: 0.625rem 0;
  margin-bottom: 0;
}
.fenzhan_set3_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fenzhan_set3_right .rec a {
  display: block;
  color: #000;
  line-height: 2.0rem;
  font-size: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 4rem;
}
.fenzhan_set3_right .rec h6 {
  color: #999;
  font-size: 0.875rem;
  margin: 1.25rem 0 2.5rem;
}
.fenzhan_set3_con .fenzhan_set3_left {
  width: 40%;
}
.fenzhan_set3_con .fenzhan_set3_left img {
  width: 100%;
}
.fenzhan_set3_con .fenzhan_set3_right {
  width: 58%;
}
.fenzhan_set3_con .fenzhan_set3_right ul li{
  width: 31.3%;
  position: relative;
}
.fenzhan_set3_con .fenzhan_set3_right ul li h5 {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 10px;
}
.fenzhan_set4_con {
  align-items: center;
}
.fenzhan_set4_con .img {
  width: 50%;
}
.fenzhan_set4_con .img img {
  width: 100%;
}
.fenzhan_set4_con .desc {
  width: 50%;
  padding: 1.25rem;
}
.fenzhan_set4_con .desc p {
  padding: 0.5rem 0;
}
.schanye1_left {
  width: 68%;
}
.schanye1_right {
  width: 30%;
}
.chanye_slide_box .swiper-pagination-fraction{
  width:50px;
  left:auto;
  right:40px;
  bottom:12px;
  text-align:center;
  color:#999;
}
.chanye_slide_box .swiper-pagination{
  font-size:1.25rem;
  color:#fff;
}
.chanye_slide_box .swiper-pagination-current{font-size:24px; color:#0884ff}
.chanye_slide_box .swiper-button-next, .chanye_slide_box .swiper-button-prev{margin:0; width:11px; height:20px;top:auto;bottom:10px; color:#fff; z-index: 100;}
.chanye_slide_box .swiper-button-prev{left:auto;right:95px;bottom:18px}
.chanye_slide_box .swiper-button-next{
  left:auto;
  right:25px;
  bottom:18px
}
.chanye_slide_box .swiper-button-next:after, .chanye_slide_box .swiper-container-rtl .swiper-button-prev:after,.chanye_slide_box .swiper-button-prev:after, .chanye_slide_box .swiper-container-rtl .swiper-button-next:after {
  font-size: 1.25rem;
}
.chanye_slide_box .slide_inner {
  position: relative;
}
.chanye_slide_box .slide_inner img {
  width: 100%;
}
.chanye_slide_box .slide_inner h5 {
  position: absolute;
  font-size: 1.125rem;
  width: 100%;
  height: 3.75rem;
  line-height: 3.75rem;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 0 1.25rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list2_tw {
  padding: 0.9rem 0;
  border-bottom: 1px solid #eee;
}
.list2_tw:first-child {
  padding-top: 0;
}
.list2_tw:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.list2_tw a {
  display: flex;

}
.list2_tw .list1_img {
  width: 36%;
  margin-right: 1rem;
}
.list2_tw .list1_img img {
  width: 100%;
}
.list2_tw .info {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.list2_tw .info .info_title {
  line-height: 24px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list2_tw a:hover .info_title {
  color: #0884ff;
}
.list2_tw .info .date {
  color: #999;
  text-align: right;
}
.video_tit {
  color: #0e65a2;
  font-weight: bold;
  font-size: 1.125rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.625rem;
}
.video_btn a {
  display: inline-block;
  background: #ef7e2d;
  color: #fff;
  width: 7.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 5px;
}
.shipin_box1 .fenzhan_set2_con ul li a {
  display: block;
}
.shipin_box1 .fenzhan_set2_con ul li a:hover {
  color: #ef7e2d;
}
.shipin_box1 .fenzhan_set2_con ul li h5{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5rem;
  height: 4.25rem;
  text-align: left;
}
.inner_fenzhan_introduct {
  padding: 1.5rem 0;
}
.inner_fenzhan_introduct .title_name{
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
}
.inner_fenzhan_introduct .desc {
  padding: 1.25rem 0;
}
.inner_fenzhan_news_list .news-box {
  padding: 1rem;
  border: 1px solid #ccc;
  margin: 2.5rem 0;
}
.inner_fenzhan_news_list .news-box > a{
  display: flex;
  background: #fff;
}
.inner_fenzhan_news_list .news-box a:hover h6 {
  color: #ef7e2d;
}
.inner_fenzhan_news_list .news-box .image-box {
  width: 35%;
}
.inner_fenzhan_news_list .news-box .news-content {
  flex: 1;
  overflow: hidden;
  padding-left: 2.5rem;
}
.inner_fenzhan_news_list .news-box .news-content h6 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  height: 1.875rem;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 1rem;
}
.inner_fenzhan_news_list .news-box .news-content .news-info {
  height: 4.5rem;
  line-height: 1.5rem;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 2.5rem 0;
}
.inner_fenzhan_news_list .news-box .news-content .news-date {
  color: #999;
  font-size: 0.875rem;
}
.pinpaiqiye_logo ul li a h5 {
  background: #fafafa;
  text-align: center;
  color: #000;
  padding: 0.625rem 5px;
}
.pinpaiqiye_logo ul li a:hover h5 {
  color: #ef7e2d;
}
.w200 {
  width: 12.5rem;
}
.qiyemulu_list .news-box .image-box {
  display: flex;
  align-items: center;
}
.qiyemulu_list .news-box .news-content .news-info {
  -webkit-line-clamp: 3;
  height: 4.5rem;
}
.shebei_xq_left .huiyi_xq_left1_right h5 {
  height: 2.25rem;
  -webkit-line-clamp: 1;
}
.shebei_xq_left .huiyi_xq_left1_right ul li {
  width: 100%;
}
.huiyi_xq_left1_right .online_btn a.bg_red {
  background: #ef2d2d;
}
.huiyi_xq_left1_right .online_btn a:first-child {
  margin-right: 1rem;
}
.shebei_cp_left .news-box {
  width: 48%;
  margin-bottom: 1.25rem;
}
.shebei_cp_left .news-box a>h6 {
  text-align: center;
  height: 3.125rem;
  line-height: 3.125rem;
}
.shebei_cp_left .news-box a:hover h6 {
  color: #ef7e2d;
}
.tit_nnews{
  font-size:1.5rem;
  color:#0f0f0f;
  text-align:center
}
.tit_nnews_small{
  text-align:center;
  padding:0.4rem 0 0.8rem;

}
.tit_nnews_small span{
  padding:15px 20px;
  color:#999;
}
.nydynews_bottom {
  padding: 1.25rem 0;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
.zhanlan_list {
  padding: 1.25rem;
  margin-top: 1.25rem;
}
.zhanlan_list>h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.25rem;
  color: #000;
}
.zhanlan_list>h6 {
  position: relative;
  color: #666;
  line-height: 1.5rem;
  height: 4.5rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.625rem 0;
}
.zhanlan_list>h6 span {
  color: #0e65a2;
  padding-right: 5px;
}
.zhanlan_list>h6 a {
  display: block;
  position: absolute;
  color: #007eff;
  padding-left: 0.625rem;
  bottom: 0;
  right: 0;
  background: #fff;
  padding-left: 5px;
}
.zhanlan_list ul {
  margin: 0 -1%;
}
.zhanlan_list ul li {
  float: left;
  width: 18%;
  margin: 0.875rem 1% 0;
}
.zhanlan_list .news-box h6 {
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zhanlan_list .news-box a:hover h6 {
  color: #ef7e2d;
}
.zhengce_list .zhengce_item:first-child{
  border-top: 1px solid #ccc;
}
.zhengce_list .zhengce_item {
  padding: 1.25rem 0;
  border-bottom: 1px solid #ccc;
}
.zhengce_list .zhengce_item>a {
  display: block;
  font-size: 1.25rem;
  line-height: 1.875rem;
  height: 1.875rem;
  color: #0e65a2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zhengce_list .zhengce_item>a:hover {
  color: #ef7e2d;
}
.zhengce_list .zhengce_item ul li {
  color: #999;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
.down_btn {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0 1.625rem;
  border-bottom: 1px solid #ccc;
}
.huiyi_xq_left1_right .down_btn a:first-child {
  margin-right: 0;
}
.zhengce_xq_info li {
  display: flex;
}
.zhengce_xq_info li span {
  width: 5.0rem;
  display: block;
}
.zhengce_xq_info li p {
  flex: 1;
}
.zhuanjia_list .news-box {
  width: 48%;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
.zhuanjia_list .news-box .image-box {
  width: 33%;
  margin-right: 1.25rem;
}
.zhuanjia_list .news-box .news-content {
  flex: 1;
}
.zhuanjia_list .news-box a h6 {
  color: #000;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
.zhuanjia_list .news-box a:hover h6 {
  color: #ef7e2d;
}
.zhuanjia_list .news-box .news-info {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5rem;
  color: #666;
}
.zhuanjia_xq_img {
  width: 25%;
}
.onlinereg-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
  z-index: 100;
  display: none;
}
.onlinereg-pop .mask_onlinereg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 101;
}
.onlinereg_cover {
  position: absolute;
  width: 800px;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 102;
}
.onlinereg-box {
  position: relative;
  width: 100%;
  padding: 20px;
  background: #fff;
  margin: auto;
}
.close-pop {
  position: absolute;
  color: #ccc;
  left: auto;
  top: -5px;
  right: 5px;
}
.onlinereg-box .back {
  position: absolute;
  left: 15px;
  top: 15px;
}
.onlinereg_log {
  text-align: center;
}
.onlinereg_name {
  color: #000;
  font-size: 1.25rem;
  text-align: center;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #ccc;
}
.onlinereg_content {
  color: #999;
}
.grzx_form_itemb {
  margin-top: 0.625rem;
}
.grzx_form_itemw50 input[type=text], .grzx_form_itemw50select select {
  width: 50%;
}
.grzx_form_itemb input[type=text], .grzx_form_itemw50select select {
  border: 1px solid #ccc;
  height: 2.0rem;
  line-height: 2.0rem;
}
.onlinereg_info {
  color: #333;
  margin: 1.25rem 0;
  font-size: 0.875rem;
}
.onlinereg_b a {
  display: inline-block;
  border: 1px solid #666;
  padding: 0 2.5rem;
  margin: 0 auto;
}
.list_tw .info_center {
  justify-content: center;
}