﻿@charset "utf-8";

/*@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900&display=swap");*/

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}

header,
nav,
footer,
menu {
  display: block;
}

dt {
  font-weight: 300;
}

img {
  border: none;
  max-width: 100%;
}

li {
  list-style-type: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #333;
}

.block {
  display: block;
}

body {
  font-family: "Noto Sans SC", "Source Han Sans CN", "PingFangSC", "noto sans", "microsoft yahei", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #333333;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600;
}

.clear {
  clear: both;
}

.textBeyondHidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.textBeyondHidden2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.textBeyondHidden3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}

.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}

.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}

.flex-flow-row {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.swiper-container .swiper-pagination {
  font-size: 0;
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 100%;
  background-color: #ffffff;
  transition: height 400ms;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color:#1966ff;
}

.web_container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}

/*******头部********/
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header .header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 550ms cubic-bezier(0, 0.55, 0.45, 1);
  background-color: #ffffff;
}

header .display-flex {
  position: relative;
}

header .logo {
  width: 20.88rem;
  position: relative;
}

header .logo a {
  width: 100%;
  display: block;
}

header .header-nav {}

header .header-nav>ul>li {
  margin-right: 3.125vw;
  position: relative;
}

header .header-nav>ul>li .link {
  display: block;
  position: relative;
  padding: 1.5rem 0;
  color: #333333;
  font-weight: bold;
  font-size: 1.5rem;
}

header .header-nav>ul>li.active .link,
header .header-nav>ul>li:hover .link {
  color: #1966ff;
}

/*header .header_language img {*/
/*  width: 24px;*/
/*  height: 24px;*/
/*  display: block;*/
/*  margin-right: 10px;*/
/*}*/

header .header_language a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333333;
  font-weight: 500;
}

/*下拉*/
header .header-nav ul li.link_item:hover .headerDropDown {
  opacity: 1;
  visibility: visible;
}

header .header-nav ul li.link_item:hover .link::after {
  width: 0;
}

.headerDropDown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 13.75rem;
  margin-left: -6.88rem;
  transition: all 400ms;
}

.headerDropDown:before {
  content: '';
  position: absolute;
  top: -0.56rem;
  left: 50%;
  margin-left: -0.56rem;
  border-left: 0.56rem solid transparent;
  border-right: 0.56rem solid transparent;
  border-bottom: 0.56rem solid #ffffff;
}

.headerDropDown .headerDropDownList {
  background-color: #ffffff;
  padding: 1.75rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
}

.headerDropDown .headerDropDownList .link_item_on {
  position: relative;
  padding-bottom: 1.25rem;
}

.headerDropDown .headerDropDownList .link_item_on:last-child {
  padding-bottom: 0;
}

.headerDropDown .headerDropDownList ._link {
  color: #292a2c;
  font-size: 1.12rem;
  transition: all 400ms;
}

.headerDropDown .headerDropDownList .link_item_on:hover ._link {
  color: #1966ff;
}

/*搜索栏*/
.header_language {
  position: relative;
}

.header_language input {
  width: 14.4375rem;
  padding: 0.3125rem 1.25rem;
  border-radius: 1.125rem;
  border: none;
  outline: none;
  background-color: #f4f4f5;
  padding-right: 3rem;
  font-size: 1.5rem;
  color: #000000;
}

/*.header_language::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 1.25rem;*/
/*  bottom: 0;*/
/*  z-index: 99;*/
/*  width: 1.0625rem;*/
/*  background-image: url(../images/search02_w.svg);*/
/*  background-size: 1.0625rem auto;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/

/*}*/
.header_language span{
    position: absolute;
  top: 0;
  right: 1.25rem;
  bottom: 0;
  z-index: 99;
  width: 1.0625rem;   
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header_language input::placeholder {
  font-size: 1.5rem;
  color: #000000 !important;
}

/**/
.menu_botton {
  position: absolute;
  right: 75px;
  top: 73px;
  display: block;
  cursor: pointer;
  z-index: 9999;
}

.menu_botton strong {
  display: inline-block;
  float: left;
  color: #2f318b;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 12px;
}

#menu_toggle1 {
  display: none;
}

.menu_botton span {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color:#1966ff;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  margin-top: -2px;
}

.menu_botton span:after,
.menu_botton span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 2px;
  left: 0;
  background-color:#1966ff;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}

.menu_botton span:before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menu_botton span:after {
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.mm-opened .menu_botton span {
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.mm-opened .menu_botton span:after,
.mm-opened .menu_botton span:before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}

.mm-opened .menu_botton span:before {
  top: 0;
  background: #1966ff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-opened .menu_botton span:after {
  bottom: 0;
  background:#1966ff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*********尾部************/
footer {
  background-color: #171b27;
  position: relative;
}

footer .footer_main {
  position: relative;
  padding: 3.375rem 0;
}

footer .footer_nav {
  width: 100%;
}

footer .footer_nav li {
  position: relative;
}

footer .footer_nav li .title {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

footer .footer_nav li .con {
  line-height: 1.8;
}



footer .footer_nav li .con .items a {
  color: #c3c3c3;
  font-size: 1rem;
}

footer .footer_nav li .con a:hover {
  text-decoration: underline;
}

footer .footer_share {
  position: relative;
}

footer .footer_share .fshare_items {
  margin-left: 1.0rem;
  position: relative;
}

footer .footer_share .fshare_items a {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #444444;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer_share .fshare_items a:hover {
  background-color: #aac251;
}

footer .footer_share .fshare_items a img {
  width: 1.25rem;
  display: block;
}

footer .footer_share .fshare_model:hover .fshare_modelBox {
  opacity: 1;
  visibility: visible;
}

footer .footer_share .fshare_modelBox {
  position: absolute;
  bottom: 100%;
  bottom: calc(100% + 0.94rem);
  left: 50%;
  margin-left: -4.06rem;
  background-color: #ffffff;
  border-radius: 6px;
  width: 8.12rem;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
  box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.1);
}

footer .footer_share .fshare_modelBox::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
}

footer .footer_share .fshare_modelBox .img {
  width: 8.0rem;
}

footer .footer_copyright {
  padding: 1.25rem 0;
  color: #c3c3c3;
  
  font-size: 1.0rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  display: none;
}

footer .footer_copyright .fCopyright,
footer .footer_copyright .fPrivacy a {
  color: #c3c3c3;
}

footer .footer_copyright .fPrivacy a {
  position: relative;
}

footer .footer_copyright .fPrivacy a+a {
  margin-left: 0.75rem;
  padding-left: 0.75rem;
  position: relative;
  border-left: 1px solid #cccccc;
}

footer .footer_copyright .fPrivacy a:hover {
  text-decoration: underline;
}

/*分页一*/
/* .pagination {
  padding: 4px;
  display: flex;
  border-radius: 100px;
  box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1);
}

.pagination .page-link {
  margin: 0 0 0 0.62rem;
  font-size: 1rem;
  color: #222222;
  font-weight: 500;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100px;
  border: none;
  display: block;
  font-weight: 600;
  font-family: 'Manrope';
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background: #fa6119;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  text-indent: -999px;
  border-radius: 100px;
}

.pagination .page-item:first-child .page-link:before,
.pagination .page-item:last-child .page-link:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 0.6rem;
  width: 0.6rem;
  margin-top: -0.3rem;
  border-left: 2px solid #222222;
  border-top: 2px solid #222222;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.pagination .page-item:first-child .page-link:before {
  right: 50%;
  margin-right: -0.4rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination .page-item:last-child .page-link:before {
  left: 50%;
  margin-left: -0.4rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
} */
/* 分页二 */

.pagination {
  padding: 4px;
  display: flex;
  border-radius: 100px;
  /* box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1); */
}

.pagination a,
.pagination span {
  margin: 0 0 0 1.25rem;
  font-size: 1.125rem;
  color: #333333;
  font-weight: 500;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #f5f6f8;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  border-radius: 100px;
  border: none;
  display: block;
  font-weight: 500;
  font-family: 'Manrope';
}

.pagination li.active span {
  color: #ffffff;
  background: #1966ff;

}

.pagination li {
  position: relative;
}



.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span {
  text-indent: -999px;
  border-radius: 100px;
}

.pagination li:first-child a:before,
.pagination li:first-child span:before,
.pagination li:last-child a:before,
.pagination li:last-child span:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 0.6rem;
  width: 0.6rem;
  margin-top: -0.3rem;
  border-left: 2px solid #222222;
  border-top: 2px solid #222222;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.pagination li:first-child a:before,
.pagination li:first-child span:before {
  right: 50%;
  margin-right: -0.4rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination li:last-child a:before,
.pagination li:last-child span:before {
  left: 50%;
  margin-left: -0.4rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*二级导航*/

#sideNav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  opacity: 1;
  visibility: visible;
  transition: all 450ms linear;
}

#sideNav .sideNavBox .scroll_nav {
  position: relative;
}

#sideNav .sideNavBox ul {
  display: flex;
  align-items: center;

}

#sideNav .sideNavBox li {
  position: relative;
  width: 50%;
}

#sideNav .sideNavBox li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 1.0rem;
  color: #121212;
  font-size: 1.25rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 400ms linear;
  border: 1px solid #e9e9ea;
  border-left: 0;
}

#sideNav .sideNavBox li a span {
  position: relative;
  z-index: 1;
}

#sideNav .sideNavBox li a:after {
  content: '';
  background: #1966ff;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0px;
}

#sideNav .sideNavBox li.active a:after {
  height: 1px;
}


/* 弹窗 */
.modal-dialog {
  max-width: 80%;
}



.modal-content {
  border-radius: 0.3125rem;
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
}

.modal-content .modalMain {
  width: 40%;
  margin: 0 auto;
}

/*****主体开始*******/
#banner {
  width: 100%;
  position: relative;
  height: 30rem;
  overflow: hidden;
}


.home_banner {
  width: 100%;
  height: 30rem !important;
  position: relative;
  z-index: 2;
}

.home_banner li.swiper-slide {
  width: 100%;
}

.home_banner li.swiper-slide .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0rem;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
}

.home_banner li.swiper-slide .img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.home_banner .bannerHeading .title {
  font-size: 3.75rem;
  line-height: 1.56;
  font-weight: 500;
  letter-spacing: 8px;
  color: #fff;
  text-shadow: 0px 0px 87px rgba(0, 0, 0, 0.74);
}

.home_banner .bannerHeading .text {
  font-size: 1.25rem;
  padding-top: 1.25rem;
  text-shadow: 0px 0px 87px rgba(0, 0, 0, 0.74);
}

.home_banner li.swiper-slide .bannerHeading {
  position: absolute;
  top: 16%;
  color: #fff;
}



.home_banner .swiper-pagination1 {
  bottom: 7.5625rem;
  text-align: left;
  position: absolute;
  z-index: 999;
  left: 10.9375vw;
}

.home_banner .swiper-pagination1 .swiper-pagination-bullet {
  width: 1.875rem;
  height: 3px;
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  opacity: 1;
  border-radius: 0;
}

.home_banner .swiper-pagination1 .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

/**/
.hTitle {
  font-size: 1.75rem;
  line-height: 1.4;
  position: relative;
  padding-bottom: 1.875rem;
  font-weight: 500;
}

.hTitle_fff {
  color: #ffffff;
}

.hText {
  font-size: 1.12rem;
  color: #333333;
  line-height: 1.8;
}

.hText_fff {
  color: #fff;
}

.hMore {
  position: relative;
  z-index: 1;
}

.hMore a {
  color: #333333;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.hMore a::after {
  content: '';
  position: absolute;
  top: 35%;
  right: -1.0rem;
  height: 0.625rem;
  width: 0.625rem;
  transform: rotate(135deg);

  border-left: 1px solid #333333;
  border-top: 1px solid #333333
}

.hMore a:hover::after {
  border-color: rgb(25, 102, 255);
}

.hMore a:hover {
  color: rgb(25, 102, 255);
}

.container-fluid {
  padding-left: 5.2%;
  padding-right: 5.2%;
}

/**/
.hGlobalFootprint {
  position: relative;
}

.hGlobalFootprint .hGlobalFootprint_box {
  position: relative;
  z-index: 9;
  margin-top: -5rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #fff;
  box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
}

.hGlobalFootprint .hclass {
  display: flex;
}

.hGlobalFootprint .hclass .box {

  width: 20%;

  border-right: 1px solid #e9e9ea;
  display: flex;
  align-items: center;
  justify-content: center;

}

.hGlobalFootprint .hclass .box:hover .hMore a {
    color: rgb(25, 102, 255);
}
.hGlobalFootprint .hclass .box .hMore a {
    font-size: 1.25rem;
    font-weight: bold;
}

.hGlobalFootprint .hclass .box .hMore a::after{
    border-left: 2px solid #333333;
    border-top: 2px solid #333333;
}


.hGlobalFootprint .hclass .box .title {
  font-size: 1.45rem;
  font-weight: bold;
  padding-bottom: 0.625rem;
}

.hGlobalFootprint .hclass .box .box_s {
  position: relative;
  padding-left: 3.5rem;
}

.hGlobalFootprint .hclass .box_s::before {
  position: absolute;
  content: '';
  width: 2.25rem;
  height: 2.25rem;
  top: 0;
  left: 0;
  background-image: url(../images/hclassico01.svg);
  background-repeat: no-repeat;
  background-size: 1.6875rem 1.9375rem;
  background-position: right;
}

.hGlobalFootprint .hclass .box_s:hover:before {
  background-image: url(../images/hclassico01.1.svg);
}

.hGlobalFootprint .hclass .box:nth-child(2) .box_s:before {
  background-image: url(../images/hclassico02.svg);
  background-size: 2.125rem 2.25rem;
}

.hGlobalFootprint .hclass .box:nth-child(2) .box_s:hover:before {
  background-image: url(../images/hclassico02.1.svg);
}

.hGlobalFootprint .hclass .box:nth-child(3) .box_s:before {
  background-image: url(../images/hclassico03.svg);
  background-size: 2.0625rem 1.9375rem;
}

.hGlobalFootprint .hclass .box:nth-child(3) .box_s:hover:before {
  background-image: url(../images/hclassico03.1.svg);
}


.hGlobalFootprint .hclass .box:nth-child(4) .box_s:before {
  background-image: url(../images/hclassico04.svg);
  background-size: 2.0625rem 2.0625rem;
}

.hGlobalFootprint .hclass .box:nth-child(4) .box_s:hover:before {
  background-image: url(../images/hclassico04.1.svg);

}

.hGlobalFootprint .hclass .box:nth-child(5) .box_s:before {
  background-image: url(../images/hclassico05.svg);
  background-size: 2.125rem 2.125rem;
}

.hGlobalFootprint .hclass .box:nth-child(5) .box_s:hover:before {
  background-image: url(../images/hclassico05.1.svg);

}


.hBusiness {
  position: relative;
  padding-top: 6.25rem;
}
.hBusiness .box img{
   transition:  all 400ms;
}
.hBusiness .box:hover img{
  transform: scale(1.2);
  
}

.hBusiness .box .img {
  height: 12.5rem;
  overflow: hidden;
   
}

.hBusiness .hTitle {
  position: relative;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.hBusiness .hTitle::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 1rem;
  height: 0.625rem;
  width: 0.625rem;
  transform: rotate(135deg);
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
}

.hBusiness .hBusinessBox {
  display: flex;
  justify-content: space-between;
}

.hBusiness .box {
  height: 29.375rem;
  overflow: hidden;
  /* width: 22.5rem; */
  width: 24%;
  background-color: #f5f6f8;
  border-radius: 0.3125rem;
}

.hBusiness .box_b {
  padding-left: 1.875rem;

}

.hBusiness .box_link {
  padding-bottom: 0.625rem;
}

.hBusiness .box_link a {

  position: relative;
  padding-left: 1.25rem;
  font-size: 1.25rem;
}
.hBusiness .box_link:hover a{
    color: #1966ff;
}

.hBusiness .box_link:hover a::before{
    background-color: #1966ff;
}

.hBusiness .box_link a::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.login .title {
  font-size: 1.875rem;
  text-align: center;
}

.hBusiness .box.login {
  padding: 2.5rem 1.875rem;
  background-image: url(../images/loginbg.png);
  background-size: 100%;
}

.login .logininput input {
  padding: 0.8rem;
  width: 100%;
  border-radius: 0.3125rem;
  border: 1px solid #b4b5b9;
  outline: 1px solid #b4b5b9;
  margin-bottom: 1.25rem;
  height: auto;
}

.login .reset {

  color: #b4b5b9;
}


.login .logininput input::placeholder {
  color: #b4b5b9;

}
.loginbutton a{
    color: #fff;
}
.loginbutton {
  color: #fff;
    
  background-color: #1966ff;
  text-align: center;
  padding: 0.7188rem;
  border-radius: 0.3125rem;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  cursor: pointer;
}

.login .register a {

  color: #1966ff;
}

.logininput {
  margin-top: 2.5rem;
}

.hNotice {
  display: flex;
  justify-content: space-between;
}

.hNotice .box {
  width: 48%;
}

.hNotice .hNoticeheader .hTitle {
  padding-bottom: 0;
}

.hNotice .hMore {
  padding-right: 1.25rem;
}

.hNoticeul li {
  border-bottom: 1px solid #e9e9ea;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
font-size: 1.25rem;
}

.hNoticeul li:last-child {
  border-bottom: 0;
}

.hNoticeul .box-a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
}

.hNoticeul .box-a .title {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.hNoticeul .download {
  width: 1.3125rem;
  height: 1.1875rem;
}

.hNotice {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.hFriendship {
  background-color: #f5f6f8;
  padding-bottom: 5rem;
  padding-top: 5rem;
}.hFriendship ul{
    display: flex;
    flex-wrap: wrap;
}
.hFriendship ul li{
    width: 18%;
        margin-right: 2%;
    margin-bottom: 2%;
}
.hFriendship .swiper-slide1 a {
  background-color: #fff;
  height: 6.25rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125rem;
}

.hFriendship .hFriendshipjs {
  padding-bottom: 2.5rem;
}

.hFriendship .hFriendshipjs.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #d7d7d7;
  opacity: 1;
}

.hFriendship .hFriendshipjs.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1966ff;
}

/* 内页导航 */
#w_body header .header-nav>ul>li .link {
  /*font-size: 1.125rem;*/
}

/*内页banner*/
#wBanner {
  overflow: hidden;
  position: relative;
  height: 20.25rem;
}

#wBanner .img {
  position: relative;
  height: 100%;
}

#wBanner .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#wBanner .box .container {
  height: 100%;
  width: 100%;
}

#wBanner .box .title {
  font-size: 1.875rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 1.88rem;
  position: relative;
}

#wBanner .box .text {
  font-size: 1.125rem;
  color: #fff;
}

#wBanner .box .textEffect {
  padding-top: 3rem;
}



/*内页开始*/
.pt_100 {
  padding-top: 6.25rem;
}

.pb_100 {
  padding-bottom: 6.25rem;
}

.w_title {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 500;
  /* padding-bottom: 2.25rem; */
}

.w_title1 {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 500;
  /* padding-bottom: 2.25rem; */
}

.w_title_fff {
  color: #ffffff;
}

.w_text {
  font-size: 1.25rem;
  line-height: 1.88;
}

.w_text_fff {
  color: #fff;
}

.bg_fff {
  background-color: #ffffff;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img_scale_relative {
  position: relative;
  overflow: hidden;
}

.img_scale {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}



/* 通知公告 */
.announcementjs {
  margin-top: 5rem;
}

.announcementjs .box {
  display: flex;
  align-items: center;
  background-color: #f5f6f8;
  border-radius: 0.3125rem;
}

.announcementjs .img {
  width: 50%;
}

.announcementjs .box_rt {
  width: 50%;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.announcementjs .box_rt .w_title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  padding-bottom: 1.25rem;
}

.announcementjs .box_rt .time {
  padding-bottom: 1.25rem;
}

.announcementjs .box_rt .w_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 1.875rem;
}

.announcementjs.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #d7d7d7;
  opacity: 1;
}

.announcementjs.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1966ff;
}

.announcementjs.swiper-container .swiper-pagination {
  bottom: 1.25rem;
  width: 50%;
  margin-left: 50%;
}
.announcementul .announcementul_box li{
     padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #e9e9ea;
  position: relative;
}
.announcementul .announcementul_box li .box-a {
 
  font-size: 1.25rem;
   width: 80%;
 
}
.announcementul .announcementul_box li .box-a  .title{
    width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}



.announcementul .announcementul_box {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.announcementul .announcementul_box li::after {
  position: absolute;
  content: '';
  bottom: -1px;
  width: 0%;
  height: 1px;
  background-color: #1966ff;
  z-index: 9;
  transition: all .4s;
}

.announcementul .announcementul_box li:hover::after {
  width: 100%;
  transition: all .4s;
}

.announcementul .announcementul_box li:hover a {
  color: #1966ff;
}

.announcement .download {
  width: 1.3125rem;
  height: 1.1875rem;
}

/* 技术平台 */
.project {
  background-color: #f5f6f8;

}

.project .box {
  display: flex;
  justify-content: space-between;
}

.project .box .w_title1 {
  padding-bottom: 1.875rem;
}

.project .box_lt {
  width: 50%;
  padding-right: 5.375rem;
}

.project .img {

  height: 35rem;
  width: 43.75rem;
  border-radius: 1.25rem;
}

.project .img img {
  height: 100%;
  width: 100%;
}

.organization .w_title1 {
  padding-bottom: 2.5rem;
}

.organization .img {
  text-align: center;
}

/* 会议培训 */
.meetingheader {
  background-color: #f5f6f8;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  display: flex;
  align-items: center;

}

.meetingheader span {
  display: inline-block;
}
.meetingheader a{
    padding-left: 3rem;
    color: #1966ff;
}

.meetingheader .numb {
  font-size: 0.875rem;
  background-color: #1966ff;
  padding: 0.1875rem 1.0625rem;
  color: #fff;
  border-radius: 12.5px;
  margin-left: .5rem;
}

.meetingbox {
  display: flex;
  justify-content: space-between;
}

.meetingbox .imgbox_bt span {
  display: inline-block;
}

.meetingbox .imgbox_bt {
  background-color: #171b27;
  color: #fff;
  font-size: 1rem;
  padding: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.meetingbox .imgbox_bt .timesp {
  margin-right: 0.5rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.meetingbox .imgbox_bt .timesp img {
  width: 100%;
  height: 100%;
}

.meetingbox .imgbox_bt .tTime {
  color: #a3a3a3;
}

.meetingbox .imgbox_bt .afterClass .afterimg {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-right: .5rem;
}

.meetingbox .imgbox_bt .afterClass .afterimg img {
  width: 100%;
  height: 100%;
}

.meetingbox .imgbox_bt .afterClass a {
  font-size: 1.125rem;
  color: #fff;

}

.meetingbox .imgbox .liveLink {
  position: relative;
}

.meetingbox .imgbox .liveLink .img {
  position: relative;
  height: 46.4375rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.meetingbox .imgbox .liveLink .img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(6, 6, 7, 0.1);
}

.meetingbox .imgbox .liveLink .img img {
  width: 100%;
  height: 100%;
}

.meetingbox .imgbox .liveLink .suspendimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.meetingbox .imgbox {
  width: 74%;
  border-radius: 0.3125rem;
}

.meetingbox .meetingbox_rt {
  background-color: #171b27;
  width: 25%;
  border-radius: 0.3125rem;
  padding: 1.25rem;
  height: 100%;
}

.meetingbox .meetingbox_rt .top div {
  width: 50%;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
}

.meetingbox .meetingbox_rt .top div {
  position: relative;
}

.meetingbox .meetingbox_rt .top diV.active::after {
  position: absolute;
  content: '';
  bottom: -0.625rem;
  width: 4.9375rem;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1966ff;
  border-radius: 2px;

}

.meetingbox .meetingbox_rt .resume .t_text {
  font-size: 1rem;
  color: #fff;
  margin-top: 0.3125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.meetingbox .meetingbox_rt .resume .box {
  border-bottom: 1px solid #30374d;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.meetingbox .meetingbox_rt .resume .box:last-child {
  border-bottom: 0;
}

.meetingbox .meetingbox_rt .content .box_g {
  display: none;
}

.meetingbox .meetingbox_rt .content .box_g.active {
  display: block;
}




.meetingbox .meetingbox_rt .review {
  margin-top: 2.5rem;
  height: 85%;
  overflow-y: auto;

}

.meetingbox .meetingbox_rt .review .box {
  margin-bottom: 0.625rem;
  padding: 0.625rem;
  border-radius: 0.3125rem;
}

.meetingbox .meetingbox_rt .review .box_lt {
  position: relative;
  width: 47%;
  border-radius: 0.3125rem;
}
.meetingbox .meetingbox_rt .review .box_lt .reviw_img{
    height: 5.0625rem;
    display: flex;
    overflow: hidden;
    align-items: center;
}
.meetingbox .meetingbox_rt .review .box_lt .reviw_img img {
  width: 100%;
}

.meetingbox .meetingbox_rt .review .box_rt {

  width: 50%;
}

.meetingbox .meetingbox_rt .review .box_lt::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}



.meetingbox .meetingbox_rt .review .box_lt .numberOfPeople .suspendimg {
  width: 0.8125rem;
  height: 0.8125rem;
  margin-right: .5rem;
}

.meetingbox .meetingbox_rt .review .box_lt .numberOfPeople {
  position: absolute;
  bottom: 0.125rem;
  left: 0.4375rem;
}

.meetingbox .meetingbox_rt .review .box_lt .numberOfPeople span {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
}

.meetingbox .meetingbox_rt .review .box_rt {
  color: #fff;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.meetingbox .meetingbox_rt .review .box_rt .time {
  color: #a3a3a3;
  font-size: 0.875rem;
}

.meetingbox {
  height: 50rem;
  overflow: hidden;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.meetingbox .meetingbox_rt .content {
  height: 100%;
}

.meetingbox .meetingbox_rt .review a:hover .box {
  background-color: #242837;
}

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.1875rem;
  height: 100%;

}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.625rem;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #c2c2c2;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
  background: #ffffff;
}



/* 血管疾病管理 */
.administrationnav {
  display: flex;
  font-size: 1.65rem;
  color: #121212;
  font-weight: bold;
  padding-top: 5rem;
}

.administrationnav div {
  margin-right: 3.125rem;
  position: relative;
}

.administrationnav div.active::after {
  position: absolute;
  content: '';
  bottom: -0.625rem;
  width: 5.875rem;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1966ff;
  border-radius: 2px;
}

.administrationnav_box {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.administrationnav_box li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #e9e9ea;
  position: relative;
}

.administrationnav_box .title_box .title {
  font-size: 1.45rem;
  color: #121212;
  font-weight: bold;
  margin-bottom: 0.625rem;
}

.administrationnav_box .title_box .time {
  color: #cccccc;
}

.administrationnav_box .title_box .time span {
  display: inline-block;
  padding-right: 0.5rem;
}

.administrationnav_box .title_box .time .ico img {
  width: 1.0625rem;
  height: 1.125rem;
}

.administrationnav_box .adminbutton a {
  color: #cccccc;
  padding: 0.5rem 2.1875rem;
  padding-right: 1.25rem;
  padding-left: 3.125rem;
  border: 1px solid #cccccc;
  border-radius: 0.3125rem;
  position: relative;
  margin-left: 0.625rem;
}

.administrationnav_box .adminbutton a.img_a::before {
  position: absolute;
  content: '';
  width: 1.0625rem;
  height: 1.125em;
  top: 50%;
  left: 1.375rem;
  transform: translateY(-38%);
  background-image: url(../images/img.svg);
  background-repeat: no-repeat;
  background-size: 1.0625rem 1.125rem;
}

.administrationnav_box .adminbutton a.view_a::before {
  position: absolute;
  content: '';
  width: 1.0625rem;
  height: 1.125em;
  top: 50%;
  left: 1.375rem;
  transform: translateY(-38%);
  background-image: url(../images/vieobutton.svg);
  background-repeat: no-repeat;
  background-size: 1.0625rem 1.125rem;
}

.administrationnav_box li::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 0%;
  background-color: #1966ff;
  bottom: -1px;
  left: 0;
  transition: all 400ms;
}

.administrationnav_box li:hover:before {
  width: 100%;
}

.administrationnav_box li:hover .title_box .title {
  color: #1966ff;
}

.administrationnav_box li a:hover {
  border-color: #1966ff;
  background-color: #1966ff;
  color: #fff;
}

.administrationnav_box li a.img_a:hover::before {
  background-image: url(../images/img_w.svg);
}

.administrationnav_box li a.view_a:hover::before {
  background-image: url(../images/vieobutton_w.svg);
}

.administrationnav_box li .title_box {
  width: 60%;
}

/* 图文 */
.picdetails {
  padding-top: 3.75rem;
  padding-bottom: 7.5rem;
}

.picdetails  tr ,.picdetails  td{
    border-width: 1px !important;
}

.picdetails .retunbuttong {
  position: relative;
  padding-left: 1rem;
}

.picdetails .retunbuttong a {
  color: #121212;
  font-size: 1rem;
}

.picdetails .retunbuttong::before {
  content: '';
  position: absolute;
  top: 37%;
  left: 0;
  height: 0.625rem;
  width: 0.625rem;
  transform: rotate(-45deg);
  border-left: 1px solid #121212;
  border-top: 1px solid #121212;
}

.picdetails .retunbuttong:hover:before {
  border-color: #1966ff;

}

.picdetails .retunbuttong:hover a {
  color: #1966ff;
}

.picdetails .w_title1 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #e9e9ea;
}

.bodyDetails header {
  box-shadow: 2px 0 29px rgba(0, 0, 0, 0.06);
}

.picdetails .w_text {
  padding-top: 3.75rem;

}

/* 视频 */
.meetingbox .video_rt {
  padding: 1.875rem;
  padding-top: 0;
  padding-bottom: 0;
}

.meetingbox .video_rt .resume .box {
  padding-top: 2rem;
}

.meetingbox .videobox video {
  height: 46.4375rem;
  width: 100%;
}

.meetingbox .video_bt {
  justify-content: center;
}

.video_bt .hMore a {
  color: #fff;
}

.video_bt .hMore a::after {
  content: '';
  position: absolute;
  top: 35%;
  left: -1rem;
  height: 0.625rem;
  width: 0.625rem;
  transform: rotate(-45deg);
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

/* 血管疾病防控制知识 */
.administrationnav_box .knowlederadminbutton a {
  padding: 0.5rem 1.1875rem;
}

.administrationnav_box .knowlederadminbutton a.img_a::before {
  background-image: none;
  width: 0;
  height: 0;
}

.knowlederDa a {
  color: #cccccc;
  padding-right: 1.5rem;
  position: relative;
}

.knowlederDa a::after {
  position: absolute;
  content: '';
  top: 35%;
  right: 0.5rem;
  height: 0.625rem;
  width: 0.625rem;
  transform: rotate(135deg);
  border-left: 1px solid #333333;
  border-top: 1px solid #333333
}

.knowlederDtitle div {
  line-height: 1.5;
  padding-bottom: 1rem;
}

.knowlederDtitle div:last-child {
  padding-bottom: 0;
}

.originalTextA a {
  color: #1966ff;
  text-decoration: underline;
}

/* 诊疗指南 */
.diagnosis {
  background-color: #f5f6f8;
}

.diagnosisAnd_box {
  display: flex;
  flex-wrap: wrap;
}

.diagnosisAnd_box li {
  width: 18%;
  margin-right: 1.5%;
 background-color: #fff;
  margin-bottom: 2.5rem;
}

.diagnosisAnd_box li .img {
  border: 1px solid #bfbfbf;
  width: 14.0625rem;
  height:20.625rem;
      background-size: 100% 100%;
    background-repeat: no-repeat; 
     background-position: center;
}

.diagnosisAnd_box li .img img {
  width: 100%;
}

.diagnosisAnd_box li .box {
  border-radius: 0.3125rem;
 
  padding: 1.875rem;
}

.diagnosisAnd_box .w_text {
  text-align: center;
  padding-top: 0.625rem;
    /*overflow: hidden;*/
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  /*-o-text-overflow: ellipsis;*/
}

.diagnosisAnd_box li .box:hover .img {
  border-color: #1966ff;
}

.diagnosis {
  padding-top: 5rem;
}

/* 学习档案 */
.archives {
  background-color: #f5f6f8;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
  display: flex;
  justify-content: space-between;
}

.archives_lt {
  width: 25%;
  background-color: #fff;
  border-radius: 0.3125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 1rem;
  height: 100%;
}

.archives_lt .avatar {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 100%;
  border: 1px solid #ececee;

}

.modifybutton {
  margin-top: 1.25rem;
}

.modifybutton span {
  line-height: 2.8125rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 13.0625rem;
  background-color: #1966ff;
  height: 2.8125rem;
  border-radius: 0.3125rem;
}

.archives_lt .name {

  padding-top: 1.875rem;
  padding-bottom: 0.625rem;
}

.archives_lt .address {
  padding-bottom: 0.625rem;
}

.archives_lt {
  color: #121212;
  font-size: 1.25rem;
  text-align: center;
}

.archives_rt {
  width: 73%;
}

.archives_rt .record {
  display: flex;
  justify-content: space-around;
  border-radius: 0.3125rem;
}

.archives_rt .record .re_box {
  width: 50%;
  text-align: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.archives_rt .record .re_box .numb {
  font-size: 1.875rem;
  color: #1966ff;
}

.archives_rt .record .re_box .text {
  font-size: 1.25rem;
  color: #121212;
}

.archives_rt .record .re_box div {
  border-right: 2px solid #e9e9ea;
}

.archives_rt .record .re_box:last-child div {
  border-right: 0;
}

.archives_rt .title {
  font-size: 1.5rem;
  padding-bottom: 1rem;
}

.record_box ul {
  margin-top: 1.5rem;
  border-radius: 0.3125rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.record_box ul li {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.record_box ul li .box {
  font-size: 1.25rem;
  color: #121212;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #e9e9ea;

  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.record_box ul li:last-child .box {
  border-bottom: 0;
}

.record_box ul li .time {
  color: #1966ff;
}

.evaluate_box {
  padding-top: 1rem;
  padding-bottom: 1rem;

}

.evaluate_box .box_B {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 3.75rem;
}

.rvaluate_top ul li {}

.rvaluate_top ul li .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #e9e9ea;
}

.rvaluate_top {
  color: #121212;
}

.star {
  position: relative;
}

.star .star_box {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 1.5rem;
  position: relative;
  cursor: pointer;
}

.star .star_box::before {
  content: '';
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/star.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
}

.star .star_box.active::before {
  background-image: url(../images/star_y.svg);
}


.rvaluate_content .w_text {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.rvaluate_content .form-control {
  height: 14.1875rem;
  background-color: #e9e9ea;
  border-radius: 0.3125rem;
  border: 0;
}

.rvaluate_content .form-control:focus {
  box-shadow: none;
  padding: 1rem;
}

.evaluatebnt {
  margin-top: 1.875rem;
}

.evaluatebnt span {
  line-height: 2.8125rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 13.0625rem;
  background-color: #1966ff;
  height: 2.8125rem;
  border-radius: 0.3125rem;
}





.modalMain .form-group {
  margin-bottom: 1rem;
}

.modalMain .form-group label {
  font-size: 1.5rem;
  color: #121212;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.modalMain .form-control {
  height: 2.6875rem;
  font-size: 1.25rem;
  border-radius: 0.3125rem;
  color: #121212;
  padding: 0.375rem 1rem;
}

.modalMain .form-control:focus {
  box-shadow: none;
  border-color: #1966ff;

}

.modabutton {
  padding-top: 1rem;

}
.modabutton button{
    border: 0;
    outline: none;
}
.modabutton span, .modabutton button{
  line-height: 2.8125rem;
  color: #121212;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 13.0625rem;

  background-color: #e4e9ed;
  height: 2.8125rem;
  border-radius: 0.3125rem;
  margin-right: 1.25rem;
}

.modabutton span:hover ,.modabutton button:hover{
  background-color: #1966ff;
  color: #fff;
}




.modalMain #file_box {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 100%;
  border: 5px solid #ececee;
  position: relative;
  overflow: hidden;
}

.modalMain #file_box:hover::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.modalMain #file_box:hover::after {
  position: absolute;
  content: '';
  width: 1.6875rem;
  height: 1.6875rem;
  background-image: url(../images/edit.svg);
  background-repeat: no-repeat;
  background-size: 1.6875rem 1.6875rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}


.modalMain #file {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 100%;
  opacity: 0;
  position: relative;
  z-index: 99;
}

.avatar1 {
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 100%;
    border: 1px solid #ececee;
        margin: 0 auto;
}
.login .name ,.login .address,.login .position{
    text-align: center;
}

 .login .name{
        padding-top: 1.875rem;
    padding-bottom: 0.625rem;
}

.login .address {
    padding-bottom: 0.625rem;
}
#confirm_login a{
    color: #fff;
}

.registerac{
    width: 29%;
    margin: 0 auto;
    margin-top: 4%;
}
.captcha{
    position: relative;
    width: 100%;
}

.red{
    color: red;
        margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}
.myform{
    width: 100%;
}


#getCaptcha{
    position: absolute;
    top:35%;
    right: 2%;
    transform: translateY(-50%);
        color: #1966ff;
}

.hBusinessBox  .hTitle:hover a{
    color: #1966ff;
}
.hBusinessBox  .hTitle:hover::after{
    border-color: #1966ff;
}

#teamModal1 .modal-dialog{
    width: 20%;
}

#teamModal1 .modal-content{
    padding: 0.75rem;
}

#teamModal1 .modabutton span{
    width: auto;
    height: auto;
    padding: 0.5rem 1rem;
    line-height: normal;
    font-size: 1rem;
}


 #teamModal1 .modal-content .modalMain{
    width: 100%;
    text-align: center;
}
 #teamModal1.active{
     display: block;
     background: rgba(0,0,0,0.35);
 }

#teamModal1 .modabutton{
    padding-top: 2rem;
    text-align: right;
}


#teamModal2 .modal-dialog{
    width: 20%;
}

#teamModal2 .modal-content{
    padding: 0.75rem;
}

#teamModal2 .modabutton span{
    width: auto;
    height: auto;
    padding: 0.5rem 1rem;
    line-height: normal;
    font-size: 1rem;
}


 #teamModal2 .modal-content .modalMain{
    width: 100%;
    text-align: center;
}
 #teamModal2.active{
     display: block;
     background: rgba(0,0,0,0.35);
 }

#teamModal2 .modabutton{
    padding-top: 2rem;
    text-align: right;
}



#teamModal3 .modal-dialog{
    width: 20%;
}

#teamModal3 .modal-content{
    padding: 0.75rem;
}

#teamModal3 .modabutton span{
    width: auto;
    height: auto;
    padding: 0.5rem 1rem;
    line-height: normal;
    font-size: 1rem;
}


 #teamModal3 .modal-content .modalMain{
    width: 100%;
    text-align: center;
}
 #teamModal3.active{
     display: block;
     background: rgba(0,0,0,0.35);
 }

#teamModal3 .modabutton{
    padding-top: 2rem;
    text-align: right;
}




#pop-content{
    padding-top: 2rem;
    font-weight: 500%;
}

table {
    width: 100% !important;
}

.picdetails li{
    list-style-type: auto !important;
}
.videobox{
    position: relative;
}
.videobox .suspendimg{
   position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
}

