@charset "UTF-8";
.login_bg {
  padding: 150px 0;
}

.login_bg .right {
  float: right;
  background: #fff;
  width: 300px;
  position: relative;
  padding: 0 100px 50px;
}

.login_bg .contain {
  width: 1000px;
}

.login_bg .p1 {
  font-size: 24px;
  color: #333;
  margin-top: 60px;
  margin-bottom: 20px;
}

.login_bg .input {
  border-bottom: 1px solid #e5e5e5;
  line-height: 30px;
  margin-top: 30px;
}

.login_bg .input i {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  float: left;
}

.login_bg .input i.ico1 {
  background: url(../images/login1.png) no-repeat center;
  background-size: cover;
}

.login_bg .input i.ico2 {
  background: url(../images/login2.png) no-repeat center;
  background-size: cover;
}

.login_bg .input i.ico3 {
  background: url(../images/login3.png) no-repeat center;
  background-size: cover;
}

.login_bg .input i.ico4 {
  background: url(../images/login4.png) no-repeat center;
  background-size: cover;
}

.login_bg .input i.ico5 {
  background: url(../images/login5.png) no-repeat center;
  background-size: cover;
}

.login_bg .input input {
  width: 270px;
  margin-left: 10px;
  float: left;
  text-indent: 10px;
  color: #333;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
}

.login_bg .input input:-ms-input-placeholder {
  color: #ccc;
}

.login_bg .input input::-moz-placeholder {
  color: #ccc;
}

.login_bg .input input:-moz-placeholder {
  color: #ccc;
}

.login_bg .input input::-webkit-input-placeholder {
  color: #ccc;
}

.login_bg .yzm {
  width: 205px;
}

.login_bg .yzm input {
  width: 170px;
}

.login_bg .code {
  margin-top: 32px;
}

.login_bg .btn {
  margin-top: 60px;
}

.login_bg .btn .btn1 {
  line-height: 20px;
  margin-bottom: 20px;
}

.login_bg .btn .btn1 span {
  float: left;
  cursor: pointer;
  color: #999;
}

.login_bg .btn .btn1 span i {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}

.login_bg .btn .btn1 span.active i {
  background: url(../images/login.png) no-repeat center;
}

.login_bg .btn .btn1 span em {
  vertical-align: middle;
  display: inline-block;
  margin-left: 7px;
}

.login_bg .btn .btn1 a {
  float: right;
  color: #e60012;
}

.login_bg .btn .a1 {
  background: #6A76A8;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.login_bg .send {
  border-radius: 4px;
  float: right;
  width: 100px;
  line-height: 30px;
  color: #fff;
  background: #6A76A8;
  text-align: center;
  margin-top: 30px;
}

.login_bg .left {
  width: 500px;
  position: absolute;
  left: -500px;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.login_bg .left .p2 {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -30px;
}

.login_bg .left .p3 {
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}

.login_bg .send_code input {
  width: 150px;
}

.login_bg .choose {
  margin-top: 35px;
}

.login_bg .choose label {
  display: block;
  margin-bottom: 15px;
}

.login_bg .choose label a {
  color: #6A76A8;
}

.login_bg .choose label a:hover {
  text-decoration: underline;
}

.login_bg .choose label * {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}

.login_bg .send:hover,
.login_bg .btn .a1:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.to_reg {
  text-align: center;
  color: #333;
}

.to_reg a {
  display: inline-block;
  color: #6A76A8;
}

.to_reg a:hover {
  text-decoration: underline;
}

.send_code {
  width: 180px;
}

.reg .btn {
  margin-top: 35px;
}

/*会员模块*/
.choose_way {
  margin-right: 20px;
}

.choose_way * {
  display: inline-block;
  vertical-align: middle;
}

.choose_way img {
  border: 1px solid #eee;
  margin-left: 5px;
  width: 128px;
  height: 48px;
}

.member {
  min-height: calc(100vh - 300px);
  padding-top: 160px;
  margin-top: 12px;
}

.member .m_left {
  border: 1px solid #eaeaea;
  width: 160px;
  padding: 0 15px;
  line-height: 40px;
  float: left;
}

.member .m_left a {
  display: block;
  border-bottom: 1px solid #eaeaea;
}

.member .m_left a:last-child {
  border-bottom: 0;
}

.member .m_right {
  width: 850px;
  float: right;
  color: #666;
  padding: 0 50px 50px;
  border: 1px solid #eaeaea;
}

.member .m_right .pq {
  color: #666;
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px solid #eaeaea;
}

.member .m_right .input {
  line-height: 30px;
  margin-top: 20px;
}

.member .m_right .input span {
  width: 60px;
  text-align: right;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}

.member .m_right .input p {
  display: inline-block;
  font-size: 14px;
}

.member .m_right .input p i {
  color: #6A76A8;
}

.member .m_right .input a {
  display: inline-block;
  color: #6A76A8;
  font-size: 14px;
  margin-left: 5px;
  line-height: 30px;
}

.member .m_right .tab {
  margin: 20px 0;
}

.member .m_right .tab a {
  float: left;
  padding: 0 15px;
  line-height: 35px;
  border-radius: 4px;
  margin-right: 10px;
}

.member .m_right .input1 span {
  float: left;
  width: 60px;
  padding-top: 7px;
  line-height: 20px;
}

.member .m_right .input1 textarea {
  width: calc(100% - 60px);
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  height: 130px;
  line-height: 20px;
  font-size: 14px;
  padding: 7px;
}

.member .m_right .btn1 {
  margin-left: 60px;
  width: 120px;
  line-height: 40px;
  background: #6A76A8;
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.member .buycar-2 p.list {
  font-size: 14px;
}

.member .change_input .pq {
  margin-bottom: 20px;
}

.member .change_input .input {
  margin-top: 15px;
}

.member .change_input .input input {
  width: 200px;
  line-height: 30px;
  text-indent: 10px;
  border: 1px solid #e5e5e5;
  height: 30px;
}

.member .change_input .input span {
  line-height: 34px;
}

.member .change_input .btn {
  width: 120px;
  line-height: 35px;
  background: #6A76A8;
  color: #fff;
  border-radius: 4px;
  display: block;
  text-align: center;
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
  margin-left: 73px;
}

.member .change_input .yzm input {
  width: 125px;
}

.member .change_input .yzm a {
  font-size: 13px;
}

.member .m_left a:hover,
.member .m_left a.active {
  color: #6A76A8;
}

.buy .tab:after {
  content: "";
  clear: both;
  display: block;
}

.m_dd table {
  width: 100%;
}

.m_dd th {
  color: #333;
  text-align: center;
}

.m_dd tr {
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
}

.m_dd tr:nth-of-type(2) {
  height: 80px;
}

.m_dd .tr1 {
  border: 1px solid #dcdcdc;
  background: #eee;
  line-height: 38px;
}

.m_dd .table_top {
  line-height: 38px;
  margin-top: 20px;
}

.m_dd .table_top th {
  background: #eee;
}

.m_dd .table_main {
  margin-top: 10px;
}

.m_dd .table_main th {
  background: #f5f8fa;
  text-align: left;
  font-weight: normal;
  line-height: 38px;
  text-indent: 18px;
  margin-top: 10px;
  border: 1px solid #ececec;
  border-bottom: 0;
}

.m_dd .table_main th span {
  margin-right: 50px;
}

.m_dd .td1 {
  text-align: center;
  padding: 0 10px;
  line-height: 30px;
}

.m_dd .td1 img {
  width: 72px;
  border: 1px solid #dcdcdc;
  margin-left: 18px;
}

.m_dd .td1 div {
  height: 74px;
  padding: 13px 0;
  text-align: left;
}

.m_dd .td1 .div1 {
  border-top: 1px solid #ececec;
}

.m_dd .td1 span {
  margin-left: 15px;
  line-height: 20px;
  vertical-align: top;
  height: 74px;
  width: 150px;
  display: inline-block;
}

.m_dd td {
  border-left: 1px solid #ececec;
  vertical-align: middle;
  text-align: center;
}

.m_dd td > div {
  text-align: center;
}

.m_dd div {
  text-align: center;
}

.m_dd .align30 {
  line-height: 30px;
}

.m_dd .align30:hover {
  color: #6A76A8;
}

.m_dd .td5 a {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  margin: 3px auto;
  font-size: 12px;
}

.m_dd .td5 .a1 {
  width: 110px;
  text-align: center;
  background: #6A76A8;
  color: #fff;
  border-radius: 4px;
}

.m_dd .td5 .a2 {
  color: #333;
}

.m_dd .bdtop {
  border-top: 1px solid #ececec;
}

.m_dd .hg100 > div {
  height: 100px;
  line-height: 100px;
  text-align: center;
}

.m_dd .hg50 > div {
  height: 50px;
  line-height: 50px;
}

.m_dd .hg50 > div > .jiajian {
  margin-top: 13px;
}

.m_dd .divhg50 {
  height: 50px;
  line-height: 50px;
}

.m_dd .divhg100 {
  height: 100px;
  line-height: 100px;
}

.m_dd .alignLeft div {
  text-align: left;
  text-indent: 30px;
}

.m_detail {
  text-align: left;
  margin-top: 30px;
}

.m_detail div {
  text-align: left;
}

.m_detail .border {
  border: 1px solid #ececec;
  padding: 0 40px;
  margin-bottom: 20px;
}

.m_detail .border .title1 {
  font-size: 16px;
  line-height: 62px;
  border-bottom: 1px solid #dcdcdc;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.m_detail .top1 {
  padding-bottom: 50px;
}

.m_detail .top1 ul {
  text-align: center;
}

.m_detail .top1 li {
  width: 120px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.m_detail .top1 li.active .p1 {
  color: #6A76A8;
}

.m_detail .top1 li.active .cir {
  background: url(../images/mok.png) no-repeat center #6A76A8;
  overflow: hidden;
}

.m_detail .top1 li.active .line {
  background: #6A76A8;
}

.m_detail .top1 li.active1 .line {
  width: 193px;
}

.m_detail .top1 li .p1 {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.m_detail .top1 li .line {
  position: absolute;
  width: 100px;
  height: 6px;
  bottom: 9px;
  left: 50%;
  margin-left: 12px;
  background: #ddd;
}

.m_detail .top1 li .line1 {
  position: absolute;
  width: 100px;
  height: 14px;
  bottom: 5px;
  left: 50%;
  margin-left: 12px;
  background: #ddd;
  z-index: -1;
}

.m_detail .top1 .cir {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  border-radius: 50%;
  background: #dddddd;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.m_detail .top1 .cir1 {
  width: 34px;
  height: 34px;
  margin: 0 auto;
  border-radius: 50%;
  background: #dddddd;
  color: #fff;
  line-height: 35px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: -5px;
  z-index: -1;
}

.m_detail .mid {
  padding-bottom: 55px;
}

.m_detail .mid .main p {
  line-height: 30px;
  font-size: 12px;
  text-indent: 40px;
  color: #333;
  font-family: '微软雅黑';
}

.m_detail .mid .main p span {
  margin-right: 40px;
}

.m_detail .m_dd .table_main {
  border-top: 1px solid #ececec;
  margin-top: 0;
}

.m_detail .end {
  padding-bottom: 45px;
  margin-bottom: 50px;
}

.m_detail .sum {
  line-height: 22px;
  margin-top: 20px;
}

.m_detail .sum span {
  width: 130px;
  display: inline-block;
  text-align: right;
}

.m_detail .sum em {
  width: 90px;
  display: inline-block;
  text-align: right;
}

.m_detail .sum .fontweig {
  font-weight: bold;
}

.m_detail .sum .red {
  font-weight: bold;
  color: #ff0036;
}

.m_detail .sum div a {
  width: 145px;
  line-height: 45px;
  text-align: center;
  float: right;
  margin-top: 30px;
  background: #6A76A8;
  color: #fff;
}

.m_detail .sum > a {
  padding-left: 25px;
  color: #2a93fe;
  font-size: 12px;
  background: url(../images/wenhao.png) no-repeat left;
}

.m_detail .mid .main p span,
.m_detail .mid .main p em {
  font-style: normal;
}

.member .m_right .tab a.active,
.member .m_right .tab a:hover {
  background: #6A76A8;
  color: #fff;
}

.page_vip .input em {
  font-size: 20px;
}

.page_vip .input.wenxx {
  margin-bottom: 30px;
}

.page_vip .input.tc em {
  font-size: 14px;
  padding: 0 10px;
  line-height: 25px;
  border: 1px solid #e5e5e5;
  color: #333;
  display: inline-block;
  margin-right: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.page_vip .input.tc em.active {
  background: #6A76A8;
  border: 1px solid #6A76A8;
  color: #fff;
}

.sub-top-area {
  margin-top: 15px;
  width: 100%;
  float: left;
}

.sub-top-area a.home {
  background: url(../images/ico-11.png) left center no-repeat;
  width: 16px;
  height: 14px;
  display: inline-block;
}

.num_box,
.wan-spinner-2 {
  display: inline-block;
  vertical-align: middle;
}

.J_jia,
.wan-spinner-2 .plus,
.wan-spinner-2 .plus2 {
  border-width: 1px 0 1px 1px;
  border-radius: 3px 0 0 3px;
}

.J_jian,
.wan-spinner-2 .minus,
.wan-spinner-2 .minus2 {
  border-width: 1px 1px 1px 0;
  border-radius: 0 3px 3px 0;
}

.wan-spinner-2 a {
  width: 20px;
  text-align: center;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  border-color: #ccc;
  border-style: solid;
  color: #333;
  float: left;
}

.wan-spinner-2 input {
  height: 28px;
  line-height: 28px;
  border-color: #ccc;
  border-style: solid;
  color: #333;
  float: left;
  border-width: 1px;
  text-align: center;
  line-height: 15px\9;
  padding: 0;
  margin: 0;
  width: 50px;
}

.over_jc {
  float: left;
}

.sub-top-tit {
  width: 100%;
  float: left;
  border-bottom: 2px solid #464646;
  padding-bottom: 10px;
  margin-top: 15px;
  font-size: 16px;
}

.sub-top-tit p {
  float: right;
  font-size: 12px;
}

.sub-top-tit p span {
  padding: 0 2px;
}

.sub-top-tit p span.cur {
  color: #6A76A8;
}

.buycar-none {
  width: 100%;
  border: 1px solid #eaeaea;
  margin-top: 15px;
  float: left;
  text-align: center;
  padding: 40px 0;
}

.buycar-none p i {
  display: inline-block;
  font-size: 15px;
}

.buycar-none span {
  vertical-align: middle;
  display: inline-block;
  margin: 0 15px;
  text-align: left;
  font-size: 16px;
}

.buycar-none span a {
  width: 130px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #6A76A8;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
}

.buycar-list {
  width: 100%;
  border: 1px solid #eaeaea;
  margin-top: 15px;
  padding-bottom: 25px;
}

.buycar-list .list {
  width: 100%;
  float: left;
  border-bottom: 1px dashed #eaeaea;
  padding-bottom: 15px;
  padding-top: 15px;
}

.buycar-list .list:hover {
  background: #fafafa;
}

.buycar-list .toptit {
  border: none;
}

.buycar-list .toptit .li {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}

.buycar-list .li {
  float: left;
  height: 105px;
  text-align: center;
  line-height: 105px;
}

.buycar-list .li1 {
  width: 90px;
}

.buycar-list .li2 {
  width: 387px;
  margin-right: 20px;
}

.buycar-list .li2 .pro-pic {
  float: left;
  width: 100%;
  text-align: left;
}

.buycar-list .li2 .pro-pic img {
  vertical-align: middle;
  border: 1px solid #eaeaea;
  width: 103px;
  display: inline-block;
}

.buycar-list .li2 .pro-pic p {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

.buycar-list .li3 {
  width: 132px;
}

.buycar-list .li4 {
  width: 130px;
}

.buycar-list .li5 {
  width: 160px;
}

.buycar-list .li6 {
  width: 130px;
}

.buycar-list .li7 {
  width: 110px;
}

.buycar-list .mt40 {
  display: inline-block;
}

.buycar-list .cant .li,
.buycar-list .cant .li a {
  color: #cdcdcd;
}

.car-list-bot,
.car-list-total,
.car-list-botinput {
  width: 100%;
  float: left;
  margin-top: 15px;
}

.car-list-bot .fl {
  margin-right: 30px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}

.car-list-bot .delinput {
  width: auto;
  border: none;
  height: 25px;
  background: url(../images/del.jpg) left center no-repeat;
  cursor: pointer;
  padding-left: 30px;
  font-size: 14px;
}

.car-list-bot .fr {
  font-size: 14px;
}

.car-list-total {
  text-align: right;
  font-size: 14px;
}

.car-list-total i {
  font-size: 30px;
  color: #6A76A8;
}

.car-list-botinput .gouwu {
  float: left;
  border: 1px solid #dfdfdf;
  background: #f8f8f8;
  width: 97px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
}

.car-list-botinput .tijiao {
  float: right;
  background: #6A76A8;
  width: 160px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.phonetab1,
.phonetab2 {
  display: inline-block;
  vertical-align: middle;
}

.box {
  font-size: 14px;
  color: #333;
  width: 1200px;
  margin: 0 auto;
}

.box a {
  display: inline;
}

.box:after {
  content: "";
  clear: both;
  display: block;
}

.m_footer {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  left: 0;
  height: 50px;
  display: none;
  border-top: 1px solid #e5e5e5;
}

.m_footer a {
  float: left;
  width: 25%;
  text-align: center;
}

.m_footer a i {
  width: 22px;
  height: 22px;
  display: block;
  margin: 4px auto 0;
}

.m_footer a.active {
  color: #6A76A8;
}

.m_footer a em {
  line-height: 20px;
  font-size: 13px;
}

.m_footer .ico1 i {
  background: url(../images/m_footer1.png) no-repeat center;
  background-size: 18px;
}

.m_footer .ico1.active i {
  background: url(../images/m_footer11.png) no-repeat center;
  background-size: 18px;
}

.m_footer .ico2 i {
  background: url(../images/m_footer2.png) no-repeat center;
  background-size: 18px;
}

.m_footer .ico2.active i {
  background: url(../images/m_footer22.png) no-repeat center;
  background-size: 18px;
}

.m_footer .ico3 i {
  background: url(../images/m_footer3.png) no-repeat center;
  background-size: 18px;
}

.m_footer .ico3.active i {
  background: url(../images/m_footer33.png) no-repeat center;
  background-size: 18px;
}

.m_footer .ico4 i {
  background: url(../images/m_footer4.png) no-repeat center;
  background-size: 18px;
}

.m_footer .ico4.active i {
  background: url(../images/m_footer44.png) no-repeat center;
  background-size: 18px;
}

/* 个性化 */
/*分页*/
.paging {
  text-align: center;
  padding: 80px 0 0;
}

.paging li {
  display: inline-block;
  border-radius: 2px;
  margin: 0 4px;
  font-size: 16px;
}

.paging li.style {
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: #999;
}

.paging li.style a {
  color: #666;
}

.paging li.active a {
  color: #fff;
  background: #6A76A8;
}

.paging a {
  border-radius: 2px;
  display: block !important;
}

.paging li.active a,
.paging li.style a:hover {
  color: #fff;
  background: #6A76A8;
}

.home-banner {
  width: 100%;
}

.home-banner .banner-text {
  padding: 330px 0 200px 0;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

.home-banner .banner-text .text {
  width: 930px;
  margin: 0 auto;
  font-size: 54px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  font-style: italic;
  color: #fefefe;
  line-height: 72px;
  letter-spacing: 5px;
  text-shadow: 1px 2px 8px 2px rgba(3, 3, 3, 0.2);
}

.home-banner .banner-text .text .text1 {
  text-align: left;
  padding-bottom: 20px;
}

.home-banner .banner-text .text .text2 {
  text-align: right;
}

.home-banner .banner-text .learn-more1 {
  margin: 100px auto;
}

.home-main {
  width: 100%;
}

.home-main .product {
  width: 100%;
  padding: 100px 0;
}

.home-main .product ul {
  padding-top: 68px;
  display: flex;
  justify-content: space-between;
}

.home-main .product ul li {
  width: 360px;
  border-bottom: 5px solid #6A76A8;
  padding-bottom: 30px;
  transition: all .3s;
}

.home-main .product ul li .pro-img {
  width: 100%;
  position: relative;
}

.home-main .product ul li .pro-img > img {
  width: 100%;
}

.home-main .product ul li .pro-img .pro-logo {
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: #6A76A8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 100%;
  margin-left: -36px;
  margin-top: -36px;
  transition: all .3s;
}

.home-main .product ul li .tlt {
  padding: 60px 0 10px 0;
  font-size: 18px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: center;
  color: #333;
  transition: all .3s;
}

.home-main .product ul li .art {
  font-size: 14px;
  text-align: center;
  color: #333;
  line-height: 28px;
  padding: 0 20px;
  box-sizing: border-box;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all .3s;
}

.home-main .product ul li .shizi {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  transition: all .5s;
}

.home-main .product ul li .shizi .shizi-img {
  width: 24px;
  height: 24px;
  background: url(../images/img/a-pro.png) no-repeat center;
  background-size: cover;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.home-main .product ul li:hover {
  border-bottom: 5px solid #B5E3FA;
}

.home-main .product ul li:hover .pro-img .pro-logo {
  background-color: #B5E3FA;
}

.home-main .product ul li:hover .tlt {
  color: #B5E3FA;
}

.home-main .product ul li:hover .art {
  color: #B5E3FA;
}

.home-main .product ul li:hover .shizi .shizi-img {
  background: url(../images/img/a-pro-1.png) no-repeat center;
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.home-main .main-banner {
  width: 100%;
  padding: 120px 0;
}

.home-main .main-banner .banner-text {
  width: 700px;
  margin: 0 auto;
}

.home-main .main-banner .banner-text .title {
  width: 100%;
  display: flex;
}

.home-main .main-banner .banner-text .title .tlt {
  font-size: 18px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: center;
  color: #fefefe;
  line-height: 18px;
  padding: 0 36px;
  box-sizing: border-box;
}

.home-main .main-banner .banner-text .title .line {
  flex: auto;
  height: 1px;
  margin: 9px 0;
}

.home-main .main-banner .banner-text .title .line1 {
  background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}

.home-main .main-banner .banner-text .title .line2 {
  background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}

.home-main .main-banner .banner-text .text {
  padding: 100px 0 68px 0;
  width: 100%;
  font-size: 24px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: center;
  color: #fefefe;
  line-height: 48px;
}

.home-main .main-banner .banner-text .learn-more1 {
  margin: 0 auto;
}

.home-main .news {
  width: 100%;
  padding-top: 100px;
}

.home-main .news ul {
  padding-top: 68px;
  display: flex;
  justify-content: space-between;
}

.home-main .news ul li {
  width: 380px;
  position: relative;
  overflow: hidden;
}

.home-main .news ul li .heart {
  padding: 32px;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
}

.home-main .news ul li .heart .art {
  font-size: 24px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #fff;
  line-height: 36px;
  padding-top: 80px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transform: translateY(220px);
  transition: all .3s;
}

.home-main .news ul li .heart .text {
  font-size: 14px;
  text-align: left;
  color: #fff;
  line-height: 30px;
  padding-top: 40px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  opacity: 0;
  transform: translateY(220px);
  transition: all .3s;
}

.home-main .news ul li .heart .click-details {
  padding-top: 30px;
}

.home-main .news ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: .3s;
  background: #65709D;
  opacity: .7;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}

.home-main .news ul li:hover::after {
  transform: translateY(0);
}

.home-main .news ul li:hover .heart .art {
  transform: translateY(0);
}

.home-main .news ul li:hover .heart .text {
  opacity: 1;
  transform: translateY(0);
}

.home-main .recruit {
  width: 100%;
  padding: 120px 0 100px 0;
}

.home-main .recruit .recruit-heart {
  display: flex;
  justify-content: space-between;
  padding-top: 68px;
}

.home-main .recruit .recruit-heart .recruit-img {
  width: 580px;
}

.home-main .recruit .recruit-heart ul {
  width: 580px;
}

.home-main .recruit .recruit-heart ul li {
  width: 100%;
  line-height: 80px;
  background: #fff;
  border: 1px solid #eee;
  padding: 0 50px;
  box-sizing: border-box;
  margin-bottom: 40px;
  transition: all .3s;
}

.home-main .recruit .recruit-heart ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-main .recruit .recruit-heart ul li a .txt {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #333;
  transition: all .3s;
}

.home-main .recruit .recruit-heart ul li a .d-right {
  width: 14px;
  height: 23px;
  background: url(../images/img/d-right.png) no-repeat center;
  background-size: cover;
  transition: all .3s;
}

.home-main .recruit .recruit-heart ul li:last-child {
  margin-bottom: 0px;
}

.home-main .recruit .recruit-heart ul li:hover {
  background: #6A76A8;
  border: 1px solid #6A76A8;
}

.home-main .recruit .recruit-heart ul li:hover a .txt {
  color: #fff;
}

.home-main .recruit .recruit-heart ul li:hover a .d-right {
  background: url(../images/img/d-right1.png) no-repeat center;
}

.main .banner {
  width: 100%;
}

.main .nav {
  width: 100%;
  line-height: 50px;
  background-color: #FBFBFB;
  font-size: 16px;
}

.main .about .about-heart .title {
  height: 30px;
  font-size: 30px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #333;
  line-height: 32px;
  letter-spacing: 3px;
}

.main .about .about-heart .company {
  padding: 100px 0;
}

.main .about .about-heart .company .art {
  padding: 48px 0;
  font-size: 16px;
  color: #333;
  line-height: 32px;
}

.main .about .about-heart .company .about-img {
  display: flex;
  justify-content: space-between;
}

.main .about .about-heart .company .about-img .img {
  width: 560px;
}

.main .about .about-heart .qualified {
  padding: 100px 0;
  background-color: #FBFBFB;
}

.main .about .about-heart .qualified .qualified-heart .book {
  padding-top: 68px;
  width: 1036px;
  margin: 0 auto;
}

.main .about .about-heart .qualified .qualified-heart .book .book1 {
  width: 100%;
}

.main .about .about-heart .qualified .qualified-heart .owl-nav {
  position: relative;
  width: 100%;
}

.main .about .about-heart .qualified .qualified-heart .owl-nav .owl-prev,
.main .about .about-heart .qualified .qualified-heart .owl-nav .owl-next {
  width: 16px;
  height: 28px;
  position: absolute;
  text-indent: 10000px;
  top: -225px;
  cursor: pointer;
  content: none;
  overflow: hidden;
}

.main .about .about-heart .qualified .qualified-heart .owl-nav .owl-prev {
  background: url(../images/img/left.png);
  background-size: cover;
  left: -81px;
}

.main .about .about-heart .qualified .qualified-heart .owl-nav .owl-prev:hover {
  background: url(../images/img/left1.png);
}

.main .about .about-heart .qualified .qualified-heart .owl-nav .owl-next {
  background: url(../images/img/right.png);
  background-size: cover;
  right: -81px;
}

.main .about .about-heart .qualified .qualified-heart .owl-nav .owl-next:hover {
  background: url(../images/img/right1.png);
}

.main .about .about-heart .cooperation {
  padding: 100px 0;
}

.main .about .about-heart .cooperation ul {
  padding-top: 44px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.main .about .about-heart .cooperation ul li {
  padding-top: 20px;
}

.main .product {
  width: 100%;
}

.main .product .product-heart .title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #333;
  letter-spacing: 3px;
}

.main .product .product-heart .medical {
  padding: 100px 0;
}

.main .product .product-heart .medical ul {
  padding-top: 48px;
  width: 100%;
}

.main .product .product-heart .medical ul li {
  width: 100%;
  margin-bottom: 60px;
  padding: 90px 0;
}

.main .product .product-heart .medical ul li .box {
  width: 520px;
  background-color: #FBFBFB;
  padding: 72px 64px 62px;
  box-sizing: border-box;
  transition: all .3s;
}

.main .product .product-heart .medical ul li .box .tlt {
  line-height: 24px;
  font-size: 24px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #333;
  padding-bottom: 24px;
  transition: all .3s;
}

.main .product .product-heart .medical ul li .box .art {
  font-size: 14px;
  text-align: left;
  color: #666;
  line-height: 28px;
}

.main .product .product-heart .medical ul li .box .click-details {
  padding-top: 50px;
  width: 110px;
}

.main .product .product-heart .medical ul li .box .click-details a {
  width: 100%;
  display: flex;
}

.main .product .product-heart .medical ul li .box .click-details a .txt {
  font-size: 14px;
  font-style: italic;
  text-align: left;
  color: #6A76A8;
  line-height: 14px;
  margin-right: 10px;
  transition: all .2s;
}

.main .product .product-heart .medical ul li .box .click-details a .c-img {
  margin-top: 4px;
}

.main .product .product-heart .medical ul li .box .click-details a:hover .txt {
  margin-right: 20px;
}

.main .product .product-heart .medical ul li .box:hover .tlt {
  color: #6A76A8;
}

.main .product .product-heart .medical ul li:last-child {
  margin-bottom: 0px;
}

.main .product .product-heart .medical ul li:nth-child(2n-1) .box {
  transform: translateX(-40px);
}

.main .product .product-heart .medical ul li:nth-child(2n-1) .box:hover {
  transform: translateX(0px);
}

.main .product .product-heart .medical ul li:nth-child(2n) .box {
  transform: translateX(40px);
}

.main .product .product-heart .medical ul li:nth-child(2n) .box:hover {
  transform: translateX(0px);
}

.main .product .product-heart .biological {
  width: 100%;
  padding: 100px 0;
  background-color: #FBFBFB;
}

.main .product .product-heart .biological .heart .art {
  padding-top: 48px;
  font-size: 16px;
  text-align: left;
  color: #666;
  line-height: 32px;
}

.main .product .product-heart .biological .heart .project {
  padding-top: 35px;
}

.main .product .product-heart .biological .heart .project .tlt {
  height: 24px;
  font-size: 24px;
  text-align: center;
  color: #333;
  line-height: 32px;
  padding-bottom: 18px;
}

.main .product .product-heart .biological .heart .project table {
  border: 1px solid #fff;
  width: 800px;
  margin: 0 auto;
}

.main .product .product-heart .biological .heart .project table thead tr {
  line-height: 48px;
}

.main .product .product-heart .biological .heart .project table thead tr th {
  background-color: #6A76A8;
  color: #fff;
  font-size: 16px;
}

.main .product .product-heart .biological .heart .project table tbody tr {
  line-height: 48px;
  text-align: center;
}

.main .product .product-heart .biological .heart .project table tbody tr td {
  font-size: 16px;
  color: #333;
}

.main .product .product-heart .biological .heart .project table tbody tr:nth-child(2n - 1) {
  background-color: #E7EBF4;
}

.main .product .product-heart .biological .heart .project table tbody tr:nth-child(2n) {
  background-color: #CBD5E8;
}

.main .product .product-heart .biological .heart .click-details {
  width: 130px;
  padding-top: 50px;
}

.main .product .product-heart .biological .heart .click-details a .txt {
  height: 16px;
  font-size: 16px;
  color: #6A76A8;
  line-height: 16px;
}

.main .product .product-heart .biological .heart .click-details a .c-img {
  margin-top: 6px;
}

.main .product-introduct {
  padding: 100px 0;
}

.main .product-introduct .title {
  width: 100%;
  font-size: 36px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: center;
  color: #333;
}

.main .product-introduct .introduct-heart {
  padding-top: 100px;
}

.main .product-introduct .introduct-heart .heart-top .top-txt {
  width: calc(50% - 40px);
  position: relative;
}

.main .product-introduct .introduct-heart .heart-top .top-txt .li {
  width: 100%;
  text-align: left;
  color: #333;
  line-height: 32px;
  padding-bottom: 50px;
}

.main .product-introduct .introduct-heart .heart-top .top-txt .li .tlt {
  font-size: 18px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  transition: all .3s;
}

.main .product-introduct .introduct-heart .heart-top .top-txt .li .txt {
  font-size: 16px;
}

.main .product-introduct .introduct-heart .heart-top .top-txt .li:hover .tlt {
  text-decoration: underline;
  color: #6A76A8;
}

.main .product-introduct .introduct-heart .heart-top .top-txt .comma {
  position: absolute;
  top: -30px;
  left: -60px;
  z-index: -1;
}

.main .product-introduct .introduct-heart .heart-top .top-img {
  width: 50%;
}

.main .product-introduct .introduct-heart ul {
  width: 100%;
}

.main .product-introduct .introduct-heart ul li {
  width: 100%;
  text-align: left;
  color: #333;
  line-height: 32px;
  padding-bottom: 50px;
}

.main .product-introduct .introduct-heart ul li:last-child {
  padding-bottom: 30px;
}

.main .product-introduct .introduct-heart ul li .tlt {
  font-size: 18px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
}

.main .product-introduct .introduct-heart ul li .txt {
  font-size: 16px;
}

.main .product-introduct .introduct-heart ul li:hover .tlt {
  text-decoration: underline;
  color: #6A76A8;
}

.main .product-introduct .introduct-heart .bom-img {
  display: flex;
  justify-content: space-between;
}

.main .product-introduct .introduct-heart .bom-img img {
  width: 580px;
}

.main .product-details {
  padding: 100px 0;
}

.main .product-details .details-heart .title {
  width: 100%;
  font-size: 36px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #333;
}

.main .product-details .details-heart .title-art {
  padding: 68px 0 45px;
  width: 100%;
  font-size: 16px;
  text-align: left;
  color: #333;
  line-height: 32px;
}

.main .product-details .details-heart .title-img {
  width: 1000px;
  margin: 0 auto;
}

.main .product-details .details-heart ul {
  width: 100%;
  padding-bottom: 78px;
  border-bottom: 1px solid #E9E9E9;
}

.main .product-details .details-heart ul li .li-title {
  display: flex;
  padding: 46px 0;
}

.main .product-details .details-heart ul li .li-title .tlt-logo {
  width: 27px;
  height: 27px;
  margin-right: 16px;
}

.main .product-details .details-heart ul li .li-title .tlt-txt {
  height: 27px;
  font-size: 24px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #6A76A8;
  line-height: 27px;
}

.main .product-details .details-heart ul li .tlt {
  font-size: 16px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #333;
  line-height: 32px;
}

.main .product-details .details-heart ul li .art {
  font-size: 16px;
  text-align: left;
  color: #333;
  line-height: 32px;
}

.main .product-details .details-heart ul li .img {
  width: 100%;
}

.main .product-details .details-heart ul li .img img {
  display: block;
  margin: 0 auto;
}

.main .product-details .details-heart ul li .img1 {
  padding-top: 34px;
}

.main .product-details .details-heart .load {
  display: flex;
  padding-top: 35px;
}

.main .product-details .details-heart .load .img {
  width: 25px;
  height: 15px;
  margin-right: 11px;
  margin-top: 2px;
}

.main .product-details .details-heart .load a {
  height: 18px;
  font-size: 18px;
  text-align: left;
  line-height: 18px;
  transition: all .3s;
}

.main .product-details .details-heart .load a:hover {
  color: #6A76A8;
  text-decoration: underline;
}

.main .company {
  padding: 68px 0 100px;
}

.main .company .company-heart ul li {
  margin-bottom: 32px;
}

.main .company .company-heart ul li:last-child {
  margin-bottom: 0;
}

.main .company .company-heart ul li a {
  display: flex;
}

.main .company .company-heart ul li a .img {
  width: 280px;
  overflow: hidden;
}

.main .company .company-heart ul li a .img img {
  width: 100%;
  transition: all .5s;
}

.main .company .company-heart ul li a .text {
  width: 920px;
  padding: 19px 48px 19px 64px;
  box-sizing: border-box;
  background-color: #FBFBFB;
  position: relative;
}

.main .company .company-heart ul li a .text .tlt {
  font-size: 22px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #333;
  line-height: 32px;
  transition: all .3s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.main .company .company-heart ul li a .text .day {
  font-size: 16px;
  text-align: left;
  color: #999;
  line-height: 28px;
  padding: 16px 0 10px;
}

.main .company .company-heart ul li a .text .art {
  font-size: 14px;
  text-align: left;
  color: #666;
  line-height: 28px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .company .company-heart ul li a .text::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: .5s;
  background: #6A76A8;
  opacity: .3;
  width: 0;
}

.main .company .company-heart ul li a:hover .img img {
  transform: scale(1.2);
}

.main .company .company-heart ul li a:hover .text::after {
  width: 100%;
}

.main .company .company-heart ul li a:hover .text .tlt {
  color: #6A76A8;
}

.main .company .company-heart .page {
  padding-top: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.main .company .company-heart .page .btn {
  display: flex;
}

.main .company .company-heart .page .btn a {
  width: 38px;
  height: 38px;
  background-color: #FBFBFB;
  font-size: 16px;
  text-align: center;
  color: #333;
  line-height: 38px;
  margin: 0 8px;
}

.main .company .company-heart .page .btn a:hover {
  background-color: #6A76A8;
  color: #fff;
}

.main .company .company-heart .page .btn .active {
  background-color: #6A76A8;
  color: #fff;
}

.main .company .company-heart .page .btn .prev,
.main .company .company-heart .page .btn .next {
  width: 38px;
  height: 38px;
  margin: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.main .company .company-heart .page .btn .prev img,
.main .company .company-heart .page .btn .next img {
  width: 9px;
  height: 16px;
}

.main .company .company-heart .page .go span {
  width: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 38px;
}

.main .company .company-heart .page .go .inp {
  width: 68px;
  height: 38px;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  line-height: 38px;
  margin: 0 8px;
  font-size: 16px;
}

.main .company-details {
  padding: 80px 0 100px;
}

.main .company-details .details-heart .title {
  font-size: 36px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #333;
  line-height: 36px;
}

.main .company-details .details-heart .txt {
  font-size: 16px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 32px;
}

.main .company-details .details-heart .img {
  width: 100%;
  padding: 35px 0;
  display: flex;
  justify-content: center;
}

.main .company-details .details-heart .img img {
  width: 800px;
}

.main .company-details .details-heart .block1 {
  padding-top: 50px;
  width: 100%;
  font-size: 16px;
  color: #999;
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #E9E9E9;
}

.main .company-details .details-heart .block2 {
  padding-top: 100px;
}

.main .company-details .details-heart .block2 p{
  font-size:16px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 32px;
}

.main .company-details .details-heart .block3,
.main .company-details .details-heart .block4 {
  padding-top: 40px;
}

.main .company-details .details-heart .upOrDown {
  padding: 100px 0 90px;
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 14px;
  display: flex;
  justify-content: space-between;
}

.main .company-details .details-heart .upOrDown .up,
.main .company-details .details-heart .upOrDown .down {
  cursor: pointer;
}

.main .company-details .details-heart .upOrDown .up:hover,
.main .company-details .details-heart .upOrDown .down:hover {
  color: #6A76A8;
}

.main .company-details .details-heart .related-news {
  width: 100%;
}

.main .company-details .details-heart .related-news .news-title {
  display: flex;
  padding-bottom: 40px;
}

.main .company-details .details-heart .related-news .news-title .tlt {
  padding-right: 25px;
  box-sizing: border-box;
  line-height: 25px;
  font-size: 24px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
}

.main .company-details .details-heart .related-news .news-title .tlt-line {
  flex: auto;
  height: 1px;
  background-color: #E9E9E9;
  margin-top: 12px;
}

.main .company-details .details-heart .related-news ul {
  width: 100%;
}

.main .company-details .details-heart .related-news ul li {
  padding: 24px 0;
  border-bottom: 1px solid #E9E9E9;
  position: relative;
  overflow: hidden;
}

.main .company-details .details-heart .related-news ul li a {
  display: flex;
}

.main .company-details .details-heart .related-news ul li a .li-img {
  width: 300px;
  margin-right: 68px;
  overflow: hidden;
}

.main .company-details .details-heart .related-news ul li a .li-img img {
  transition: all .3s;
}

.main .company-details .details-heart .related-news ul li a .li-img:hover img {
  transform: scale(1.2);
}

.main .company-details .details-heart .related-news ul li a .img-r {
  padding: 32px 0;
}

.main .company-details .details-heart .related-news ul li a .img-r .li-tlt {
  padding-bottom: 72px;
  font-size: 24px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #666;
  line-height: 24px;
}

.main .company-details .details-heart .related-news ul li a .img-r .li-tlt:hover {
  color: #6A76A8;
}

.main .company-details .details-heart .related-news ul li a .img-r .li-day {
  font-size: 18px;
  text-align: left;
  color: #999;
}

.main .company-details .details-heart .related-news ul li .li-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #6A76A8;
  bottom: 0;
  left: -100%;
  transition: all .5s;
}

.main .company-details .details-heart .related-news ul li:hover .li-line {
  left: 0;
}

.main .join-us .joinUs-heart {
  position: relative;
  overflow: hidden;
}

.main .join-us .joinUs-heart .bg-img {
  width: 1920px;
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: -1;
  margin-left: -960px;
}

.main .join-us .joinUs-heart .bg-img2 {
  width: 1920px;
  position: absolute;
  bottom: -180px;
  left: 50%;
  z-index: -1;
  margin-left: -960px;
}

.main .join-us .joinUs-heart .title {
  width: 100%;
  font-size: 30px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: center;
  color: #333;
  line-height: 30px;
  letter-spacing: 3px;
}

.main .join-us .joinUs-heart .corporate {
  padding: 100px 0 200px;
}

.main .join-us .joinUs-heart .corporate ul {
  padding-top: 68px;
  display: flex;
  justify-content: space-between;
}

.main .join-us .joinUs-heart .corporate ul li {
  width: 276px;
  background-color: #fff;
  box-shadow: 0px 6px 30px 20px rgba(106, 118, 168, 0.1);
  border-radius: 5px;
  padding: 50px 32px 36px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .3s;
}

.main .join-us .joinUs-heart .corporate ul li .img {
  display: flex;
  justify-content: center;
}

.main .join-us .joinUs-heart .corporate ul li .tlt {
  padding: 15px 0;
  font-size: 20px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: center;
  color: #333;
  line-height: 28px;
}

.main .join-us .joinUs-heart .corporate ul li .txt {
  font-size: 14px;
  text-align: center;
  color: #666;
  line-height: 28px;
}

.main .join-us .joinUs-heart .corporate ul li:hover {
  transform: scale(1.1);
}

.main .join-us .joinUs-heart .staff {
  padding: 100px 0 150px;
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list {
  padding-top: 68px;
  display: flex;
  justify-content: space-between;
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box1 {
  width: 390px;
  position: relative;
  overflow: hidden;
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box1 .list-li1 {
  width: 100%;
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box1 .list-li1 .li-heart {
  padding: 68px 32px 10px 48px;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box1 .list-li1 .li-heart .tlt {
  font-size: 22px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #fff;
  line-height: 28px;
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box1 .list-li1 .li-heart .line {
  width: 32px;
  height: 3px;
  background-color: #fff;
  margin: 16px 0;
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box1 .list-li1 .li-heart .art {
  width: 100%;
  font-size: 14px;
  text-align: left;
  color: #fff;
  line-height: 28px;
  transform: translateY(80px);
  opacity: 0;
  transition: all .3s;
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box1 .list-li1::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: .3s;
  background: #65709D;
  opacity: .7;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box1 .list-li1:hover::after {
  transform: translateY(0);
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box1 .list-li1:hover .li-heart .art {
  transform: translateY(0);
  opacity: 1;
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box2,
.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box3 {
  width: 390px;
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box2 .list-li,
.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box3 .list-li {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box2 .list-li .li-heart,
.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box3 .list-li .li-heart {
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box2 .list-li .li-heart .tlt,
.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box3 .list-li .li-heart .tlt {
  font-size: 22px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #333;
  line-height: 28px;
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box2 .list-li .li-heart .line,
.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box3 .list-li .li-heart .line {
  width: 32px;
  height: 3px;
  background-color: #6A76A8;
  margin: 16px 0;
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box2 .list-li .li-heart .art,
.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box3 .list-li .li-heart .art {
  width: 100%;
  font-size: 14px;
  text-align: left;
  color: #fff;
  line-height: 28px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transform: translateY(80px);
  opacity: 0;
  transition: all .3s;
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box2 .list-li::after,
.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box3 .list-li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: .3s;
  background: #65709D;
  opacity: .7;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box2 .list-li:hover::after,
.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box3 .list-li:hover::after {
  transform: translateY(0);
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box2 .list-li:hover .li-heart .tlt,
.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box3 .list-li:hover .li-heart .tlt {
  color: #fff;
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box2 .list-li:hover .li-heart .line,
.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box3 .list-li:hover .li-heart .line {
  background-color: #fff;
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box2 .list-li:hover .li-heart .art,
.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box3 .list-li:hover .li-heart .art {
  transform: translateY(0);
  opacity: 1;
}

.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box2 .list-li:last-child,
.main .join-us .joinUs-heart .staff .staff-heart .staff-list .box3 .list-li:last-child {
  margin-bottom: 0;
}

.main .recruit {
  padding: 100px 0 200px;
}

.main .recruit .recruit-heart .title {
  padding-bottom: 18px;
  line-height: 30px;
  font-size: 30px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #333;
}

.main .recruit .recruit-heart .tlt {
  font-size: 18px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #333;
  line-height: 32px;
}

.main .recruit .recruit-heart .txt {
  font-size: 16px;
  text-align: left;
  color: #666;
  line-height: 32px;
}

.main .recruit .recruit-heart .methods {
  padding-top: 36px;
}

.main .recruit .recruit-heart ul {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.main .recruit .recruit-heart ul li {
  width: 580px;
  background: #ffffff;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.main .recruit .recruit-heart ul li .li-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  box-sizing: border-box;
  cursor: pointer;
}

.main .recruit .recruit-heart ul li .li-top .li-tlt {
  font-size: 20px;
  text-align: left;
  color: #333333;
  line-height: 68px;
}

.main .recruit .recruit-heart ul li .li-top .li-img {
  width: 18px;
}

.main .recruit .recruit-heart ul li .li-top .li-img .li-img2 {
  display: none;
}

.main .recruit .recruit-heart ul li .li-show {
  padding: 0 25px;
  box-sizing: border-box;
  display: none;
}

.main .recruit .recruit-heart ul li .li-show .show-tag {
  display: flex;
  padding-top: 15px;
}

.main .recruit .recruit-heart ul li .li-show .show-tag .tag {
  margin-right: 57px;
}

.main .recruit .recruit-heart ul li .li-show .show-tag .tag .tag-tlt {
  font-size: 16px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #333;
  line-height: 28px;
}

.main .recruit .recruit-heart ul li .li-show .show-tag .tag .tag-txt {
  font-size: 14px;
  text-align: left;
  color: #666;
  line-height: 28px;
}

.main .recruit .recruit-heart ul li .li-show .show-box {
  padding-top: 30px;
}

.main .recruit .recruit-heart ul li .li-show .show-box .box-tlt {
  font-size: 14px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #333;
  line-height: 28px;
}

.main .recruit .recruit-heart ul li .li-show .show-box .box-txt {
  font-size: 14px;
  text-align: left;
  color: #666;
  line-height: 28px;
}

.main .recruit .recruit-heart ul li .li-show .show-btn {
  margin: 30px 0 40px;
  width: 120px;
  height: 32px;
  border: 1px solid #6A76A8;
  border-radius: 16px;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  color: #6A76A8;
  line-height: 32px;
  cursor: pointer;
  transition: background-color .3s;
}

.main .recruit .recruit-heart ul li .li-show .show-btn:hover {
  background-color: #6A76A8;
  color: #fff;
}

.main .recruit .recruit-heart ul li:hover {
  border: 1px solid #6A76A8;
}

.main .recruit .recruit-heart ul li:hover .li-top .li-tlt {
  color: #6A76A8;
}

.main .recruit .recruit-heart ul .active {
  border: 1px solid #6A76A8;
}

.main .recruit .recruit-heart ul .active .li-top .li-tlt {
  color: #6A76A8;
}

.main .recruit .recruit-heart ul .active .li-top .li-img .li-img1 {
  display: none;
}

.main .recruit .recruit-heart ul .active .li-top .li-img .li-img2 {
  display: block;
}

.main .contact-us {
  padding: 100px 0;
}

.main .contact-us .contactUs-heart .title {
  line-height: 30px;
  font-size: 30px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #333;
  letter-spacing: 3px;
}

.main .contact-us .contactUs-heart .contact .con-box {
  padding-top: 48px;
  display: flex;
  align-items: flex-start;
}

.main .contact-us .contactUs-heart .contact .con-box .map {
  width: 600px;
  height: 378px;
  position: relative;
  overflow: hidden;
  margin-right: 80px;
}

.main .contact-us .contactUs-heart .contact .con-box .map #map {
  width: 100%;
  height: 100%;
  overflow: visible !important;
}

.main .contact-us .contactUs-heart .contact .con-box .map #map .anchorBL {
  display: none;
}

.main .contact-us .contactUs-heart .contact .con-box .map #map .BMap_stdMpCtrl {
  display: none;
}

.main .contact-us .contactUs-heart .contact .con-box .map #map .BMap_Marker img {
  width: 100%;
}

.main .contact-us .contactUs-heart .contact .con-box .map-r {
  padding-top: 26px;
  width: calc(100% - 680px);
}

.main .contact-us .contactUs-heart .contact .con-box .map-r .name {
  font-size: 24px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #333;
  line-height: 48px;
}

.main .contact-us .contactUs-heart .contact .con-box .map-r .art,
.main .contact-us .contactUs-heart .contact .con-box .map-r .txt {
  font-size: 14px;
  text-align: left;
  color: #666;
  line-height: 28px;
}

.main .contact-us .contactUs-heart .contact .con-box .map-r .txt {
  padding-top: 30px;
}

.main .contact-us .contactUs-heart .contact .con-box .map-r .phone {
  display: flex;
}

.main .contact-us .contactUs-heart .contact .con-box .map-r .phone a:hover {
  color: #6A76A8;
  text-decoration: underline;
}

.main .contact-us .contactUs-heart .contact .con-box .map-r ul {
  display: flex;
  padding-top: 16px;
}

.main .contact-us .contactUs-heart .contact .con-box .map-r ul li {
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  transition: all .3s;
}

.main .contact-us .contactUs-heart .contact .con-box .map-r ul li a {
  transition: all .3s;
}

.main .contact-us .contactUs-heart .contact .con-box .map-r ul li:nth-child(1) a {
  width: 20px;
  height: 16px;
  background: url(../images/img/share1.png);
}

.main .contact-us .contactUs-heart .contact .con-box .map-r ul li:nth-child(1):hover {
  border: 1px solid #00c800;
}

.main .contact-us .contactUs-heart .contact .con-box .map-r ul li:nth-child(1):hover a {
  background: url(../images/img/share01.png);
}

.main .contact-us .contactUs-heart .contact .con-box .map-r ul li:nth-child(2) a {
  width: 20px;
  height: 17px;
  background: url(../images/img/share2.png);
}

.main .contact-us .contactUs-heart .contact .con-box .map-r ul li:nth-child(2):hover {
  border: 1px solid #e6201a;
}

.main .contact-us .contactUs-heart .contact .con-box .map-r ul li:nth-child(2):hover a {
  background: url(../images/img/share02.png);
}

.main .contact-us .contactUs-heart .contact .con-box .map-r ul li:nth-child(3) a {
  width: 17px;
  height: 15px;
  background: url(../images/img/share3.png);
}

.main .contact-us .contactUs-heart .contact .con-box .map-r ul li:nth-child(3):hover {
  border: 1px solid #4086c4;
}

.main .contact-us .contactUs-heart .contact .con-box .map-r ul li:nth-child(3):hover a {
  background: url(../images/img/share03.png);
}

.main .contact-us .contactUs-heart .contact .con-box .map-r ul li:nth-child(4) a {
  width: 10px;
  height: 16px;
  background: url(../images/img/share4.png);
}

.main .contact-us .contactUs-heart .contact .con-box .map-r ul li:nth-child(4):hover {
  border: 1px solid #3c5a99;
}

.main .contact-us .contactUs-heart .contact .con-box .map-r ul li:nth-child(4):hover a {
  background: url(../images/img/share04.png);
}

.main .contact-us .contactUs-heart .message {
  padding-top: 100px;
}

.main .contact-us .contactUs-heart .message ul {
  padding-top: 48px;
  display: flex;
  justify-content: space-between;
}

.main .contact-us .contactUs-heart .message ul li {
  width: 380px;
}

.main .contact-us .contactUs-heart .message ul li input {
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 42px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #F1F3F8;
}

.main .contact-us .contactUs-heart .message ul li input:focus {
  background: #fff;
  border: 1px solid #6A76A8;
  box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.08);
}

.main .contact-us .contactUs-heart .message textarea {
  margin: 27px 0 35px;
  width: 100%;
  min-height: 200px;
  font-size: 14px;
  color: #999;
  background-color: #F1F3F8;
  line-height: 32px;
  padding: 5px 10px;
  box-sizing: border-box;
}

.main .contact-us .contactUs-heart .message textarea:focus {
  background: #fff;
  border: 1px solid #6A76A8;
  box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.08);
}

.main .contact-us .contactUs-heart .message .btn {
  width: 160px;
  color: #6A76A8;
  border: 1px solid #6A76A8;
  border-radius: 21px;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  transition: all .3s;
  cursor: pointer;
  margin: 0 auto;
}

.main .contact-us .contactUs-heart .message .btn:hover {
  color: #fff;
  background-color: #6A76A8;
}
