.header-a-rt {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  color: #afb1b3;
  padding: 0;
  min-width: 50px;
  outline: none;
  transition: color 0ms;
}
.header-a-rt > .iconfont {
  font-size: 30px;
}
.header-a-rt:hover {
  text-decoration: none;
  color: #fff;
}
.login {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 20px;
}
.login-box {
  min-height: 20px;
  padding: 20px 50px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.form-group {
  margin: 10px auto;
}
.form-group span {
  float: left;
  padding: 5px 20px;
  font-size: 13px;
  font-weight: normal;
  height: 30px;
  color: #343434;
  text-align: center;
  background-color: #f0f0f0;
  border: 1px solid #d9d9d9;
  border-right: none;
  border-radius: 0;
}
.form-group span > i {
  font-size: 20px;
  line-height: 30px;
}
.form-group input {
  float: left;
  width: 55%;
  margin-bottom: 0;
  vertical-align: middle;
  height: 30px;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1.65;
  color: #343434;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-group input:focus {
  -webkit-box-shadow: 0 0 5px 2px #caedff;
  box-shadow: 0 0 5px 2px #caedff;
  outline: 1px solid #97dbff;
}
.form-group:after {
  display: block;
  content: '';
  clear: both;
}
.after:after {
  display: block;
  content: '';
  clear: both;
}
.after:before {
  display: table;
  content: '';
}
.cover-btn {
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
}
.forget-pwd {
  display: inline-block;
  margin-left: 20px;
}
.sprite-icon {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
}
.sprite-icon > i {
  font-size: 65px;
}
.__his {
  color: #ff9451;
}
.__data {
  color: #5a93eb;
}
.__pc {
  color: #d3af09;
}
.__phone {
  color: #92cdbb;
}
.text-indent {
  text-indent: 2em;
}
.download-page__p {
  margin-bottom: 40px;
  font-size: 20px!important;
  font-weight: 400;
  line-height: 30px!important;
  color: #343434;
  font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", "Microsoft YaHei", "Segoe UI", "Lucida Grande", Gotham SSm A, Gotham SSm B, Helvetica, Arial, sans-serif;
}
#product {
  position: relative;
}
.product-list {
  opacity: 0;
  position: absolute;
  z-index: 30;
  top: 60px;
  left: 30px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px 1px #9a9a9a;
  -moz-box-shadow: 0 0 15px 1px #9a9a9a;
  box-shadow: 0 0 15px 1px #9a9a9a;
}
.product-list > li > a {
  display: inline-block;
  font-size: 14px;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  width: 140px;
}
.product-list > li:hover {
  background: #666;
}
.product-list > li:hover > a {
  color: #fff;
}
#product:hover .product-list {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.back_to_top {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 30px;
  right: 30px;
  border: none;
  outline: none;
  background: #fff;
  width: 50px;
  height: 50px;
  color: #5d5d5d;
  -webkit-box-shadow: 0 0 10px 1px #9a9a9a;
  -moz-box-shadow: 0 0 10px 1px #9a9a9a;
  box-shadow: 0 0 10px 1px #9a9a9a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.back_to_top:hover {
  color: #5c5c5c;
  font-weight: 700;
  cursor: pointer;
}
.simhei {
  font-family: SimHei;
}
.cover-bg-index {
  background: url('../images/bg_index.jpg') no-repeat 0 75px;
}
.bg-phis {
  background: url('../images/bg_phis.jpg') no-repeat center;
  height: 800px;
}
.bg-his {
  background: url('../images/bg_his.jpg') no-repeat center;
  height: 800px;
}
.bg-dw {
  background: url('../images/bg_dw.jpg') no-repeat center;
  height: 800px;
}
.bg-app {
  background: url('../images/bg_app.png') no-repeat center;
  height: 752px;
}
.bg-about {
  background: url('../images/about_us.jpg') no-repeat center;
  height: 800px;
}
.bg-join {
  position: absolute;
  width: 100%;
  background: url('../images/join_us.jpg') no-repeat center;
  min-height: 650px;
}
.text-more {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-logo {
  height: 70px;
}
/* 窗口宽度<1044 */
@media screen and (max-width: 1044px) {
  .index-logo {
    height: 55px!important;
    margin: 5px 0 5px -30px !important;
  }
}
.sup {
  position: relative;
  top: -10px;
  left: 0;
}
.contact_us {
  display: inline-block;
  letter-spacing: 2px;
  cursor: pointer;
  color: #d8d8d8 !important;
}
.contact_us:hover {
  color: #fff!important;
  text-decoration: underline;
}
.phis_title {
  padding: 160px 0 100px;
}
.font-18 {
  font-size: 18px!important;
  line-height: 1.5em!important;
  text-indent: 2em;
}
.ppp {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='18.414px' height='18.415px' viewBox='0 0 18.414 18.415' enable-background='new 0 0 18.414 18.415' xml:space='preserve'%3E %3Cg fill='%23fff'%3E %3Cpath d='M1.414,18.415L0,17L17,0l1.414,1.415L1.414,18.415z'/%3E %3Cpath d='M17,18.415L18.414,17l-17-17L0,1.415L17,18.415z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px auto;
}
._big1 {
  font-size: 26px!important;
}
._big2 {
  font-size: 16px!important;
}
.parent {
  position: relative;
  display: inline-block;
  width: 30%;
  height: 500px;
  margin: 0 10px ;
}
.child-a {
  position: absolute;
  width: 50%;
  height: 300px;
  top: 0;
  left: 0;
  z-index: 10;
}
.child-b {
  position: absolute;
  width: 50%;
  height: 300px;
  top: 0;
  left: 45%;
  z-index: 20;
}
.aaa {
  font-size: 20px;
  line-height: 2em;
  letter-spacing: 4px;
  font-family: 微软雅黑, 黑体;
}
.aaa2 {
  font-size: 20px;
  line-height: 2em;
}
.bbb {
  font-size: 16px;
  line-height: 2em;
}
.abc {
  font-size: 50px;
  color: #333;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
  line-height: 2em;
}
.bcd {
  font-size: 50px;
  color: #333;
  font-family: 微软雅黑, 黑体;
  line-height: 2em;
}
.ses {
  font-size: 30px;
  color: #333;
  font-family: 微软雅黑, 黑体;
  line-height: 2em;
}
.ses2 {
  font-size: 24px;
  color: #333;
  font-family: 微软雅黑, 黑体;
  line-height: 2em;
}
.title {
  font-size: 48px;
  line-height: 2em;
}
.title-bg {
  font-size: 50px;
  line-height: 1em;
  color: #fff;
  display: inline-block;
  padding: 20px 30px;
  background: #586788;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ttt {
  font-size: 20px;
}
.fr {
  position: absolute;
  float: left;
  height: 200px;
  top: 400px;
  right: 0;
  left: 0;
  padding-right: 8.333%;
  text-align: right;
}
.border-ab {
  border-top: 1px solid #969696;
}
.rr {
  position: absolute;
  background: #fff;
  padding: 0 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*向左向上分别平移自身的一半*/
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  text-align: center;
  transition: 1s;
}
.re {
  position: relative;
  width: 100%;
  height: 100%;
}
.ss {
  margin: 150px 0;
  font-size: 18px;
  line-height: 2em;
}
.ss-head {
  font-size: 28px;
  line-height: 3em;
  color: #fff;
}
.sc-head {
  font-size: 20px;
  line-height: 3em;
  color: #fff;
}
.ses-head {
  font-size: 60px;
  color: #fff;
  letter-spacing: 4px;
  font-family: 微软雅黑, 黑体;
  line-height: 3em;
}
