@import url("common.css");

.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
}
.pc {
  display: block !important;
}
.wrap {
  display: none !important;
}
header {
  height: 80px;
  background: #20343e;
}
header .container {
  height: 100%;
}
header .logo {
  float: left;
  width: 110px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
header .logo img {
  display: block;
  width: 100%;
}
.top_r {
  display: none;
}

.mb {
  display: none;
}
.menu {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  float: left;
  margin-left: 20px;
}

header .menu li.item {
  display: inline-block;
  position: relative;
  float: left;
  text-align: center;
  padding: 0 25px;
}
header .menu li.item span {
  display: inline-block;
  text-align: center;
}
header .menu li.item span a {
  font-size: 16px;
  color: #ffffff;
}

header .menu ul .secNav {
  visibility: hidden;
  transition: all 250ms ease-out 0ms;
  transform: translate(0%, 10px);
  position: absolute;
  width: 100%;
  top: 101%;
  z-index: 2;
  background: #20343e;
  text-align: left;
  padding: 10px 0;
}
header .menu ul .secNav p {
  width: 90%;
  margin-left: 5%;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
header .menu ul .secNav p:nth-last-child(1) {
  border: 0;
}
header .menu ul .secNav a {
  font-size: 14px;
  color: #f4e7b9;
}

header .menu ul .secNav.active {
  visibility: visible;
  transform: translate(0%, 0px);
}
header .customer {
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
header .customer a {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  background: #4f8394;
  line-height: 30px;
  padding: 0 10px;
}
header .customer a:nth-child(2) {
  margin-left: 5px;
}
header .customer .ico1 {
  width: 30px;
  height: 30px;
  background-image: url(../images/ico.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  display: inline-block;
  float: left;
}

header .customer .ico2 {
  width: 30px;
  height: 30px;
  background-image: url(../images/wx.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  display: inline-block;
  float: left;
}

.bannerHome {
  position: relative;
  z-index: 1;
}
.bannerHome::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/lmbg.png) repeat-x;
  height: 15px;
  z-index: 2;
}

.bannerHome .swiper-slide {
  width: 100%;
}
.bannerHome .swiper-slide img {
  width: 100%;
  height: 455px;
  object-fit: cover;
  display: block;
}

.bannerHome .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 1;
  margin: 0 5px;
}
.bannerHome .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  position: relative;
}

.bannerHome .swiper-pagination {
  bottom: 6%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.titMax {
  text-align: center;
  margin-top: 50px;
}
.titMax .en {
  color: #e3e3e3;
  font-size: 32px;
}
.titMax .zhc {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  position: relative;
}
.titMax .xtit {
  font-size: 24px;
  color: #333333;
  margin-top: 15px;
}

.titMax .zhc::after {
  content: "";
  width: 60px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  top: 50%;
  transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  background-image: url(../images/t2.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 80% auto;
}
.titMax .zhc::before {
  content: "";
  width: 60px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  background-image: url(../images/t1.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 80% auto;
}

.proDesc {
  text-align: center;
  color: #666666;
  margin: 0 auto;
  max-width: 1000px;
  width: 96%;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 15px;
}
.bg1 {
  background: #f5f7fb;
  overflow: hidden;
  padding-bottom: 80px;
}
.bg2 {
  background: #e3e7f0;
  overflow: hidden;
  padding-bottom: 80px;
}
.proSort {
  margin-top: 60px;
}
.proSort .col {
  box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.6);
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  background: #ffffff;
  text-align: center;
  padding: 30px 0;
  float: left;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.proSort .col:nth-child(4) {
  margin-right: 0;
}
.proSort .col .img {
  text-align: center;
  height: 150px;
}
.proSort .col .img img {
  max-width: 60%;
}
.proSort .col .title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin-top: 15px;
}
.proSort .col .desc {
  font-size: 14px;
  color: #666666;
  padding: 0 20px;
  line-height: 1.5;
  margin-top: 25px;
}
.proSort .col:hover {
  background: linear-gradient(
    0deg,
    rgba(79, 131, 148, 1) 0%,
    rgba(142, 88, 146, 1) 100%
  );
  transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
}
.proSort .col:hover * {
  color: #ffffff !important;
}
.tu {
  margin-top: 50px;
}
.tu img {
  width: 100%;
}

.case .col {
  box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.6);
  width: calc((100% - 90px) / 3);
  margin-right: 30px;
  background: #ffffff;
  padding: 30px;
  float: left;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin-top: 40px;
}
.case .col:nth-child(3) {
  margin-right: 0;
}

.case .col .title {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333333;
}
.case .col .title img {
  margin-right: 10px;
}
.case .col .desc {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}

.jiazhi {
  position: relative;
  overflow: hidden;
}
.jiazhi .col {
  width: calc((100% - 240px) / 2);
  margin-right: 30px;
  padding: 30px;
  float: left;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin-top: 40px;
  position: relative;
  height: 300px;
  margin-right: 240px;
  background-image: url(../images/lbg1.png);
  background-size: 100% 100%;
}

.jiazhi .col:nth-child(2n) {
  margin-right: 0;
  background-image: url(../images/lbg2.png);
  background-size: 100% 100%;
}

.jiazhi .col .top {
  display: flex;
  align-items: center;
}
.jiazhi .col .num {
  color: #333333;
  font-weight: 600;
  font-size: 65px;
  font-style: italic;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  margin-right: 10px;
}
.jiazhi .col .t1 {
  color: #333333;
  font-weight: 600;
  font-size: 24px;
}
.jiazhi .col .t2 {
  width: 123px;
  height: 10px;
  background: linear-gradient(
    90deg,
    rgba(79, 131, 148, 1) 0%,
    rgba(142, 88, 146, 1) 100%
  );
  margin-top: 5px;
}

.jiazhi .col .title2 {
  color: #4882f5;
  font-weight: 400;
  font-size: 16px;
}
.jiazhi .col .list {
  margin-top: 15px;
}
.jiazhi .col .list li {
  position: relative;
  line-height: 28px;
  padding-left: 15px;
}
.jiazhi .col .list li a {
  color: #666666;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
}
.jiazhi .col .list li::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #4882f5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.jiazhi .hx {
  position: absolute;
  width: 180px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.jiazhi .hx img {
  display: block;
  width: 100%;
}

.fang .col {
  width: calc((100% - 40px) / 3);
  margin-top: 40px;
  margin-right: 20px;
  float: left;
}
.fang .col:nth-child(3n) {
  margin-right: 0;
}
.fang .col img {
  display: block;
  width: 100%;
}
footer {
  background: #464646;
  overflow: hidden;
  padding: 40px 0;
}
footer .container {
  position: relative;
}

footer .left {
  float: left;
  border-right: 1px solid #646464;
  padding-right: 30px;
}
footer .left .logo {
  max-width: 200px;
}
footer .left .logo img {
  max-width: 100%;
}

footer .left .lxwm {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  margin-top: 15px;
}

footer .left .tel {
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  margin-top: 15px;
}

footer .right {
  float: right;
  width: 220px;
}
footer .right .code {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  float: left;
}
footer .right .code:nth-child(2) {
  margin-right: 0;
}
footer .right .code img {
  display: block;
  width: 100%;
}
footer .right .code p {
  margin-top: 5px;
}
footer .nav {
  color: #ffffff;
}
footer .nav a {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
}

footer .address {
  color: #999999;
  font-size: 14px;
  margin-top: 20px;
}
footer .mid {
  width: calc(100% - 550px);
  position: absolute;
  left: 220px;
}

/*登录*/
.login {
  background-image: url(../images/lbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100vh;
}
.loginBox {
  position: absolute;
  width: 32%;
  background: rgba(161, 208, 245, 0.1);
  right: 0;
  top: 0;
  bottom: 0;
}
.loginBox .box {
  position: absolute;
  width: calc(100% - 130px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.loginBox .box .logo {
  width: 80%
}
.loginBox .box .logo img {
  display: block;
  width: 100%
}
.form {
  margin-top: 65px;
}
.form .tit {
  margin-top: 30px;
}
.form .input {
  border-radius: 5px;
  height: 48px;
  background: #ffffff;
  padding: 10px;
  margin-top: 8px;
}
.form .input input {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  outline: none;
}
.yzm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yzm .input {
  width: calc(100% - 110px);
}
.yzm img {
  width: 100%;
  height: auto;
}
.yzm .code {
  background: #e1e1e1;
  border-radius: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 48px;
  margin-top: 8px;
}
.submit {
  margin-top: 20px;
}
.submit .login-btn {
  border-radius: 4px;
  background: linear-gradient(0deg, rgba(68, 135, 149, 1) 0%, rgba(87, 178, 198, 1) 100%);
  display: block;
  height: 50px;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  width: 330px;
}
.msg-box { 
  float: right;
  margin-top: -70px;
  color: red;
}
.yzm .msg-box {
  margin-right: -110px;
}
.forget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.forget .left {
  display: flex;
  align-items: center;
}
.forget .left input {
  margin-right: 5px;
}
