.l-wapper {
  width: 100%;
  height: 100vh;
  background-image: url('../img/sign_bg2.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 66px;
  box-sizing: border-box;
  background-color: #0000c0;
}
.l-wapper .wd1400 .gang {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-wapper .wd1400 .gang .logo img {
  width: 126px;
}
.l-wapper .wd1400 .gang .return {
  display: flex;
  align-items: center;
}
.l-wapper .wd1400 .gang .return img {
  width: 22px;
  margin-right: 10px;
}
.l-wapper .wd1400 .gang .return span {
  color: #fefefe;
  font-size: 16px;
}
.l-wapper .wd1400 .content {
  margin-top: 48px;
  overflow: hidden;
}
.l-wapper .wd1400 .content .tu {
  width: 640px;
  float: left;
}
.l-wapper .wd1400 .content .login {
  float: right;
  width: 500px;
  padding: 50px 50px 55px;
  box-sizing: border-box;
  background-color: #fff;
}
.l-wapper .wd1400 .content .login .l-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
  justify-content: space-between;
}
.l-wapper .wd1400 .content .login .l-title p {
  font-size: 26px;
}
.l-wapper .wd1400 .content .login .l-title .already {
  font-size: 16px;
  color: #999;
}
.l-wapper .wd1400 .content .login .l-title .yanzheng {
  color: #1740bc;
  font-size: 16px;
}
.l-wapper .wd1400 .content .login .input {
  width: 100%;
  height: 56px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #cccccc;
}
.l-wapper .wd1400 .content .login .input input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-indent: 1.5rem;
}
.l-wapper .wd1400 .content .login .yanma {
  display: flex;
  border: none;
}
.l-wapper .wd1400 .content .login .yanma .shu {
  width: 65%;
}
.l-wapper .wd1400 .content .login .yanma .huo {
  width: 35%;
  height: 56px;
  font-size: 16px;
  color: #fff;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  background-color: #1740bc;
}
.l-wapper .wd1400 .content .login .cipher {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}
.l-wapper .wd1400 .content .login .cipher .jizhu {
  display: flex;
  align-items: center;
}
.l-wapper .wd1400 .content .login .cipher .jizhu .radio {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #ffffff;
}
.l-wapper .wd1400 .content .login .cipher .jizhu .radio input {
  width: 100%;
  height: 100%;
}
.l-wapper .wd1400 .content .login .cipher .jizhu span {
  font-size: 16px;
  color: #666;
}
.l-wapper .wd1400 .content .login .cipher .wang {
  font-size: 16px;
  color: #999;
}
.l-wapper .wd1400 .content .login .deal .jizhu .xie {
  color: #1740bc;
  font-size: 16px;
  margin-left: 18px;
  cursor: pointer;
}

/* 新增 */
.xieyi-shadow{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 998;
    display: none;
    background: rgba(0, 0, 0, 0.2);
}
.feed-block {
  width: 500px;
  height: 500px;
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  background: #fff;
  text-align: center;
}
.feed-block span {
  width: 500px;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
  box-sizing: border-box;
}
.xieyi-shadow h4{
  font-size: 18px;
  font-weight: 500;
}
.xieyi-shadow .neirong{
  text-align: left; 
  width: 80%; 
  height: 400px; 
  overflow-y: scroll; 
  margin: 20px auto;
}

.xieyi-shadow .neirong::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #eaeaea;
}

.xieyi-shadow .neirong::-webkit-scrollbar {
  width: 10px;
  background-color: #eaeaea;
}

.xieyi-shadow .neirong::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #b2b2b2;
}
/* 新增 */

.l-wapper .wd1400 .content .login .out {
  display: block;
  margin-top: 30px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #1740bc;
}
.l-wapper .wd1400 .content .login .wen {
  margin-top: 24px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-top: 1px solid #cccccc;
}
.l-wapper .wd1400 .content .login .wen a {
  font-size: 16px;
  color: #999;
}
.l-wapper .wd1400 .content .login .zhuce {
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 18px;
  color: #1740bc;
  display: block;
  background-color: #ffffff;
  border: solid 1px #cccccc;
}
.nei-banner {
  height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.nei-banner .title {
  font-size: 30px;
}
.nei-banner .eng {
  margin-top: 20px;
}
.nei-site {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #cccccc;
}
.nei-site .wd1400 {
  display: flex;
  align-items: center;
}
.nei-site .wd1400 img {
  width: 20px;
  margin-right: 8px;
}
.contact-contain {
  padding: 70px 0 120px;
}
.contact-contain .wd1400 .way {
  margin-top: 50px;
}
.contact-contain .wd1400 .way li {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  text-align: center;
}
.contact-contain .wd1400 .ma {
  margin: 30px auto 0;
  width: 216px;
  text-align: center;
  padding: 12px 12px 24px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
}
.contact-contain .wd1400 .ma img {
  width: 192px;
}
.contact-contain .wd1400 .ma div {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
}
.contact-contain .wd1400 .Map {
  margin-top: 50px;
}
.contact-contain .wd1400 .Map #dituContent {
  width: 100%;
  height: 450px;
  border: solid 1px #cccccc;
}
.contact-Title {
  text-align: center;
}
.contact-Title .china {
  font-size: 34px;
}
.contact-Title .int {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
.contact-Title .line {
  width: 70px;
  height: 2px;
  margin: 20px auto 0;
  background-color: #1740bc;
}
.c-leave {
  padding: 70px 0 120px;
  background-color: #fafafc;
}
.c-leave .wd1400 .c-contain .c-box {
  margin-top: 50px;
}
.c-leave .wd1400 .c-contain .c-box .row {
  display: flex;
  align-items: center;
  margin-bottom: 29px;
  justify-content: space-between;
}
.c-leave .wd1400 .c-contain .c-box .row .input {
  width: 32%;
  height: 51px;
  border: solid 1px #d7d7d7;
}
.c-leave .wd1400 .c-contain .c-box .row .input input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #666;
  text-indent: 1rem;
  background-color: #fafafc;
}
.c-leave .wd1400 .c-contain .c-box .row .input input::placeholder {
  color: #666;
}
.c-leave .wd1400 .c-contain .c-box .texta {
  height: 233px;
  padding: 15px 0;
  box-sizing: border-box;
  border: solid 1px #d7d7d7;
}
.c-leave .wd1400 .c-contain .c-box .texta textarea {
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-indent: 1rem;
  background-color: #fafafc;
}
.c-leave .wd1400 .c-contain .c-box .texta textarea::placeholder {
  color: #666;
}
.c-leave .wd1400 .c-contain .tijiao {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-leave .wd1400 .c-contain .tijiao button {
  display: block;
  width: 452px;
  height: 56px;
  margin: 0 14px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background-color: #ff9900;
}
.c-leave .wd1400 .c-contain .tijiao .send {
  background-color: #1740bc;
}
.product-contain .item {
  padding: 80px 0 120px;
  background-color: #fff;
}
.product-contain .item .wd1400 {
  display: flex;
}
.product-contain .item .wd1400 .tu {
  width: 700px;
  height: 430px;
  margin-right: 90px;
  background-color: #b18750;
}
.product-contain .item .wd1400 .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-contain .item .wd1400 .info {
  padding-top: 50px;
  flex: 1;
}
.product-contain .item .wd1400 .info .title {
  font-size: 24px;
}
.product-contain .item .wd1400 .info .intro {
  margin-top: 45px;
  font-size: 16px;
  color: #666;
  text-align: justify;
  line-height: 30px;
  -webkit-line-clamp: 6;
}
.product-contain .item:nth-of-type(even) {
  background-color: #fafafa;
}
.product-contain .item:nth-of-type(even) .wd1400 {
  flex-direction: row-reverse;
}
.product-contain .item:nth-of-type(even) .wd1400 .tu {
  margin-right: 0;
  margin-left: 90px;
}
.product-more {
  margin-top: 48px;
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  display: block;
  cursor: pointer;
  background-color: #1740bc;
}
.list-contain {
  padding: 38px 0 100px;
  background-color: #fff;
}
.list-contain .wd1400 .item {
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
  border-bottom: 1px solid #cdcdcd;
}
.list-contain .wd1400 .item .lef {
  display: flex;
  flex: 1;
  padding-top: 20px;
}
.list-contain .wd1400 .item .lef .riqi {
  width: 115px;
  height: 102px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-right: 36px;
}
.list-contain .wd1400 .item .lef .riqi h3 {
  color: #999;
  font-size: 40px;
}
.list-contain .wd1400 .item .lef .riqi p {
  color: #999;
}
.list-contain .wd1400 .item .lef .cont {
  flex: 1;
}
.list-contain .wd1400 .item .lef .cont .tit {
  font-size: 18px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.list-contain .wd1400 .item .lef .cont .tit .chu {
  width: 0;
  height: 3px;
  transition: 0.3s;
  background-color: #1740bc;
}
.list-contain .wd1400 .item .lef .cont .int {
  margin-top: 36px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
}
.list-contain .wd1400 .item .rig {
  width: 321px;
  height: 194px;
  margin-left: 50px;
  overflow: hidden;
}
.list-contain .wd1400 .item .rig img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  object-fit: cover;
}
.list-more {
  margin-top: 38px;
  width: 120px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  display: block;
  background-color: #1740bc;
}
.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 62px;
}
.pages a {
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  color: #666;
  display: block;
  border: solid 1px #cccccc;
}
.pages .tou {
  width: 60px;
}
.pages .next {
  width: 80px;
}
.pages a:hover {
  color: #fff;
  background-color: #1740bc;
  border: 1px solid #1740bc;
}
.pages ul {
  display: flex;
}
.pages ul li a {
  width: 47px;
}
.pages ul li:hover a {
  color: #fff;
  background-color: #1740bc;
  border: 1px solid #1740bc;
}
.pages ul .page-active a {
  color: #fff;
  background-color: #1740bc;
  border: 1px solid #1740bc;
}
.list-tabbar {
  border-top: 1px solid #e4e4e4;
}
.list-article {
  padding: 70px 0 120px;
  background-color: #fff;
}
.list-article .wd1400 .title {
  font-size: 24px;
  text-align: center;
}
.list-article .wd1400 .type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.list-article .wd1400 .type .one {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.list-article .wd1400 .type .one img {
  margin-right: 5px;
}
.list-article .wd1400 .type .one span {
  color: #999;
}
.list-article .wd1400 .body {
  margin-top: 25px;
  padding: 60px 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.list-article .wd1400 .body p {
  font-size: 16px;
  color: #808080;
  line-height: 30px;
}
.list-article .wd1400 .body img {
  margin: 10px 0;
  max-width: 100%;
}
.list-article .wd1400 .yema {
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-article .wd1400 .yema .lef a {
  display: block;
  color: #808080;
  margin-top: 15px;
}
.list-article .wd1400 .yema .rig {
  display: flex;
  align-items: center;
}
.list-article .wd1400 .yema .rig img {
  margin-right: 6px;
}
.list-article .wd1400 .yema .rig span {
  color: #808080;
}
.team-contain {
  padding: 80px 0 100px;
  background-color: #fff;
}
.team-contain .wd1400 .team-Title {
  text-align: center;
}
.team-contain .wd1400 .team-Title .china {
  font-size: 34px;
}
.team-contain .wd1400 .team-Title .int {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
.team-contain .wd1400 .team-Title .line {
  width: 70px;
  height: 2px;
  margin: 20px auto 0;
  background-color: #1740bc;
}
.team-contain .wd1400 .team-box {
  margin-top: 30px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 70px;
}
.team-contain .wd1400 .team-box .swiper-team {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.07);
}
.team-contain .wd1400 .team-box .swiper-team .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.team-contain .wd1400 .team-box .swiper-team .swiper-slide div {
  width: 12.5%;
  height: 100px;
  text-align: center;
  line-height: 100px;
  transition: 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.team-contain .wd1400 .team-box .swiper-team .swiper-slide div img {
  max-width: 80%;
  max-height: 80%;
}
.team-contain .wd1400 .team-box .swiper-team .swiper-slide div:hover {
  box-shadow: 0px 0px 14px 0px rgba(0, 98, 143, 0.22);
}
.team-contain .wd1400 .team-box .swiper-team .swiper-slide div:nth-of-type(8n) {
  border-right: none;
}
.team-contain .wd1400 .team-box .swiper-team .swiper-slide div:nth-of-type(25),
.team-contain .wd1400 .team-box .swiper-team .swiper-slide div:nth-of-type(26),
.team-contain .wd1400 .team-box .swiper-team .swiper-slide div:nth-of-type(27),
.team-contain .wd1400 .team-box .swiper-team .swiper-slide div:nth-of-type(28),
.team-contain .wd1400 .team-box .swiper-team .swiper-slide div:nth-of-type(29),
.team-contain .wd1400 .team-box .swiper-team .swiper-slide div:nth-of-type(30),
.team-contain .wd1400 .team-box .swiper-team .swiper-slide div:nth-of-type(31),
.team-contain .wd1400 .team-box .swiper-team .swiper-slide div:nth-of-type(32) {
  border-bottom: none;
}
.team-box .swiper-pagination-bullets {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.team-box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #999999;
  opacity: 1;
  margin: 0 8px !important;
}
.team-box .swiper-pagination-bullet-active {
  width: 20px;
  height: 8px;
  background-color: #1740bc;
  border-radius: 4px;
}
.Jianjie {
  padding: 79px 0 120px;
  background-color: #fff;
}
.Jianjie .wd1400 {
  display: flex;
  justify-content: space-between;
}
.Jianjie .wd1400 .info {
  height: 428px;
  padding-right: 50px;
  overflow: hidden;
  flex: 1;
}
.Jianjie .wd1400 .info .title {
  font-size: 24px;
}
.Jianjie .wd1400 .info .intro {
  margin-top: 43px;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  text-align: justify;
}
.Jianjie .wd1400 .info .s-apply {
  margin-top: 43px;
}
.Jianjie .wd1400 .show {
  width: 651px;
  height: 428px;
  object-fit: cover;
  margin-left: 78px;
}
.Jianjie .wd1400 .show img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show-banner .swiper-button-next,
.show-banner .swiper-button-prev {
  width: 50px;
  height: 50px;
  top: auto;
  margin-top: -25px;
  background-size: 100% 100%;
}
.show-banner .swiper-button-next{
  right: 0;
  bottom: 0;
  background-image: url('../img/index/arrow_b.png');
}
.show-banner .swiper-button-prev{ 
  left: auto;
  right: 0;
  bottom: 53px;
  background-image: url('../img/index/arrow_t.png');
}
.force-overflow {
  min-height: 329px;
}
.Jianjie .wd1400 .info::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #cccccc;
}
.Jianjie .wd1400 .info::-webkit-scrollbar {
  width: 4px;
  background-color: #ccc;
}
.Jianjie .wd1400 .info::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #1740bc;
}
.feature {
  padding: 70px 0 60px;
  background-color: #fafafa;
}
.feature .wd1400 .f-title {
  font-size: 24px;
}
.feature .wd1400 .f-content {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature .wd1400 .f-content .f-item {
  width: 49%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  height: 182px;
  cursor: pointer;
  background-color: #ffffff;
  border: solid 1px #e5e5f0;
}
.feature .wd1400 .f-content .f-item img {
  width: 243px;
  transition: 0.3s;
  height: 100%;
  object-fit: cover;
}
.feature .wd1400 .f-content .f-item .info {
  flex: 1;
  padding: 0 25px 0 30px;
}
.feature .wd1400 .f-content .f-item .info .tit {
  font-size: 16px;
  font-weight: bold;
}
.feature .wd1400 .f-content .f-item .info .intro {
  margin-top: 20px;
  color: #666;
  line-height: 24px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.feature .wd1400 .show2-content {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
.feature .wd1400 .show2-content .f-item {
  width: 32%;
  height: 396px;
  position: relative;
}
.feature .wd1400 .show2-content .f-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.feature .wd1400 .show2-content .f-item .info {
  width: 100%;
  height: 155px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 34px;
  overflow: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  background-color: #fff;
}
.feature .wd1400 .show2-content .f-item .info .tit {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.feature .wd1400 .show2-content .f-item .info p {
  line-height: 24px;
  color: #666;
  margin-top: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s;
  text-align: center;
}
.feature .wd1400 .show7add {
  flex-wrap: wrap;
}
.feature .wd1400 .show7add .f-item {
  margin-bottom: 21px;
  border: solid 1px #e5e5f0;
}
.feature .wd1400 .show1-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.feature .wd1400 .show1-content .one-item {
  width: 24%;
  margin-bottom: 20px;
  padding: 35px 35px 30px;
  margin-right: 1.3%;
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #e5e5f0;
  position: relative;
  cursor: pointer;
}
.feature .wd1400 .show1-content .one-item .zhi {
  font-size: 16px;
  margin-top: 20px;
}
.feature .wd1400 .show1-content .one-item .yi {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666;
  line-height: 24px;
  height: 48px;
}
.feature .wd1400 .show1-content .one-item .tanchu {
  display: none;
  position: absolute;
  left: -1px;
  top: -20px;
  width: 106.5%;
  padding: 30px 35px;
  min-height: 246px;
  box-sizing: border-box;
  z-index: 1;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #e5e5f0;
  background-color: #fff;
}
.feature .wd1400 .show1-content .one-item .tanchu .zhi {
  font-size: 16px;
  margin-top: 22px;
}
.feature .wd1400 .show1-content .one-item .tanchu .yi {
  height: auto;
  margin-top: 15px;
  -webkit-line-clamp: 10;
}
.feature .wd1400 .show1-content .one-item:nth-of-type(4n) {
  margin-right: 0;
}
.feature .wd1400 .show1-content .six-item {
  width: 32.4%;
  max-height: 201px;
  margin-right: 1.3%;
}
.feature .wd1400 .show1-content .six-item .tanchu {
  width: 105%;
  min-height: 241px;
}
.feature .wd1400 .show1-content .six-item:nth-of-type(3n) {
  margin-right: 0 !important;
}
.feature .wd1400 .show1-content .six-item:nth-of-type(4n) {
  margin-right: 1.3%;
}
.show-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
}
.pop-up {
  /*width: 882px;*/
  padding: 65px 67px;
  box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  display: none;
  transform: translate(-50%, -50%);
}
.pop-up .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.pop-up .title {
  font-size: 26px;
  text-align: center;
}
.pop-up .pop-box {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
.pop-up .pop-box .lef .out,
.pop-up .pop-box .lef .yanma,
.pop-up .pop-box .lef button {
  width: 350px;
  height: 56px;
  display: block;
  margin-bottom: 20px;
}
.pop-up .pop-box .lef .out{
    display: flex;
    align-items: center;
}
.pop-up .pop-box .lef .out .Icon{
    width: 18%;
    height: 100%;
    text-align: center;
    line-height: 56px;
    background: #1740bc;
}
.pop-up .pop-box .lef .input {
  width: 82%;
  height: 100%;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  box-sizing: border-box;
}
.pop-up .pop-box .lef .input input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
}
.pop-up .pop-box .lef .input input::placeholder{
    font-size: 14px;
}
.pop-up .pop-box .lef .yanma {
  display: flex;
}
.pop-up .pop-box .lef .yanma .input {
  width: 70%;
  height: 56px;
}
.pop-up .pop-box .lef .yanma .gain {
  width: 30%;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: #1740bc;
}
.pop-up .pop-box .lef button {
  font-size: 16px;
  color: #fff;
  background-color: #1740bc;
}
.pop-up .pop-box .lef .out-wire{
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background: rgb(191, 191, 191);
}
.pop-up .pop-box .lef .dianhua{
    font-size: 16px;
    color: rgb(185, 185, 185);
}
.pop-up .pop-box .rig .maa {
  width: 210px;
  height: 210px;
  margin-left: 30px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
}
.pop-up .pop-box .rig .maa img {
  width: 100%;
  height: 100%;
}
.pop-up .pop-box .rig .maa p {
  font-size: 16px;
  color: #666;
  margin-top: 23px;
  text-align: center;
}
.pop-up .pop-box .rig .maa div {
  width: 210px;
  height: 1px;
  margin-top: 30px;
  background-color: #cccccc;
}
.show7-f {
  background-color: #fff;
}
.s-apply {
  margin-top: 43px;
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background-color: #1740bc;
}
.show4-contain .item {
  padding: 80px 0 120px;
  background-color: #fafafa;
}
.show4-contain .item .wd1400 {
  display: flex;
}
.show4-contain .item .wd1400 .tu {
  width: 50%;
  height: 430px;
  margin-right: 90px;
  background-color: #b18750;
}
.show4-contain .item .wd1400 .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show4-contain .item .wd1400 .info {
  padding-top: 50px;
  flex: 1;
}
.show4-contain .item .wd1400 .info .title {
  font-size: 24px;
}
.show4-contain .item .wd1400 .info .intro {
  margin-top: 45px;
  font-size: 16px;
  color: #666;
  text-align: justify;
  line-height: 30px;
  -webkit-line-clamp: 6;
}
.show4-contain .item:nth-of-type(even) {
  background-color: #ffffff;
}
.show4-contain .item:nth-of-type(even) .wd1400 {
  flex-direction: row-reverse;
}
.show4-contain .item:nth-of-type(even) .wd1400 .tu {
  margin-right: 0;
  margin-left: 90px;
}
.show4-contain .show7-item .wd1400 .info {
  padding-top: 0;
}
.show4-contain .show7-item .wd1400 .info .intro {
  line-height: 36px;
}
.show3-content {
  margin-top: 50px;
  position: relative;
}
.show3-content .swiper-show3 {
  max-width: 1215px;
  margin: auto;
  position: initial;
}
.show3-content .swiper-show3 .swiper-slide {
  height: 166px;
  padding: 28px 34px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #e5e5f0;
  display: flex;
}
.show3-content .swiper-show3 .swiper-slide .lef {
  margin-right: 25px;
}
.show3-content .swiper-show3 .swiper-slide .lef img {
  width: 70px;
  height: 70px;
}
.show3-content .swiper-show3 .swiper-slide .lef div {
  margin-top: 5px;
  text-align: center;
}
.show3-content .swiper-show3 .swiper-slide .lef div strong {
  font-size: 16px;
}
.show3-content .swiper-show3 .swiper-slide .lef div p {
  color: #666;
}
.show3-content .swiper-show3 .swiper-slide .rig {
  flex: 1;
  color: #666;
  padding-top: 10px;
  line-height: 24px;
  text-align: justify;
}
.swiper-show3 .swiper-button-next,
.swiper-show3 .swiper-button-prev {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-size: 100% 100%;
}
.swiper-show3 .swiper-button-next {
  right: 0;
  background-image: url('../img/arrow_r.png');
}
.swiper-show3 .swiper-button-prev {
  left: 0;
  background-image: url('../img/arrow_l.png');
}
.group-contain {
  padding: 70px 0 90px;
  background-color: #fff;
}
.group-contain .wd1400 .content {
  margin-top: 50px;
  display: flex;
}
.group-contain .wd1400 .content .zhonghua {
  width: 753px;
  margin-right: 99px;
}
.group-contain .wd1400 .content .g-info {
  flex: 1;
  padding-top: 90px;
}
.group-contain .wd1400 .content .g-info .name {
  font-size: 24px;
}
.group-contain .wd1400 .content .g-info .centre {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
}
.group-contain .wd1400 .content .g-info .centre strong {
  font-size: 24px;
  color: #333;
  font-weight: normal;
}
.group-contain .wd1400 .content .g-info .city {
  margin-top: 70px;
  font-size: 20px;
}
.group-contain .wd1400 .content .g-info .cityY {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: justify;
}
.case-contain {
  padding: 70px 0 120px;
  background-color: #f7f9fb;
}
.case-contain .wd1400 .c-box {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.case-contain .wd1400 .c-box .c-item {
  width: 15.58%;
  height: 181px;
  display: flex;
  margin-bottom: 20px;
  margin-right: 1.3%;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff;
  border: solid 1px #e5e5f1;
  cursor: pointer;
}
.case-contain .wd1400 .c-box .c-item img{
  transition: 0.5s;
}
.case-contain .wd1400 .c-box .c-item p {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  transition: 0.3s;
}
.case-contain .wd1400 .c-box .c-item:nth-of-type(6n) {
  margin-right: 0;
}
.about-jianjie .wd1400 {
  margin-top: 56px;
}
.about-jianjie .wd1400 .info .shuzi {
  display: flex;
  margin-top: 45px;
  justify-content: space-between;
}
.about-jianjie .wd1400 .info .shuzi .son {
  text-align: center;
}
.about-jianjie .wd1400 .info .shuzi .son .top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.about-jianjie .wd1400 .info .shuzi .son .top strong {
  font-size: 42px;
  color: #1740bc;
}
.about-jianjie .wd1400 .info .shuzi .son .top span {
  font-size: 16px;
  color: #666;
}
.about-jianjie .wd1400 .info .shuzi .son .bot {
  font-size: 16px;
  color: #666;
}
.about-youshi {
  padding: 75px 0 120px;
  background-color: #fafafc;
}
.about-youshi .youshi-box {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  background-image: url('../img/about_youshi.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.about-youshi .youshi-box .youshi-item {
  width: 50%;
  height: 334px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.7);
}
.about-youshi .youshi-box .youshi-item .ming {
  font-size: 22px;
  color: #fffefe;
}
.about-youshi .youshi-box .youshi-item .hang {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
}
.about-youshi .youshi-box .youshi-item .line {
  width: 2px;
  height: 0;
  transition: 0.3s;
  margin: 20px 0 10px;
  background-color: #ffffff;
}
.about-youshi .youshi-box .youshi-item1,
.about-youshi .youshi-box .youshi-item3 {
  border-right: 1px solid #595553;
}
.about-youshi .youshi-box .youshi-item1,
.about-youshi .youshi-box .youshi-item2 {
  border-bottom: 1px solid #595553;
}
.about-cur {
  padding: 75px 0 120px;
  background-color: #fff;
}
.about-cur .cur-box {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
.about-cur .cur-box .cur-item {
  width: 440px;
  height: 404px;
  position: relative;
}
.about-cur .cur-box .cur-item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-cur .cur-box .cur-item .cur-fu {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 45px;
  transition: 0.3s;
  box-sizing: border-box;
}
.about-cur .cur-box .cur-item .cur-fu .tit {
  font-size: 22px;
  color: #1e1e1e;
}
.about-cur .cur-box .cur-item .cur-fu .wire {
  width: 49px;
  height: 1px;
  margin: 24px 0 30px;
  background-color: #1740bc;
}
.about-cur .cur-box .cur-item .cur-fu .ti {
  opacity: 0;
  transition: 0.3s;
}
.about-cur .cur-box .cur-item .cur-fu .ti p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.about-honor {
  padding: 75px 0 120px;
  background-color: #f7f9fb;
}
.about-honor .wd1400 {
  position: relative;
}
.about-honor .wd1400 .swiper-honor {
  margin: 50px auto 0;
  width: 88%;
  text-align: center;
}
.about-honor .wd1400 .swiper-honor .swiper-slide {
  opacity: 0.7;
}
.about-honor .wd1400 .swiper-honor .swiper-slide p {
  display: none;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.about-honor .wd1400 .swiper-honor .swiper-slide-active {
  opacity: 1;
}
.about-honor .wd1400 .swiper-honor .swiper-slide-active p {
  display: block;
}
.about-honor .wd1400 .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url(../img/arrow_l.png);
  left: 0;
  margin-top: -30px;
  background-size: 100% 100%;
}
.about-honor .wd1400 .swiper-button-next {
  width: 50px;
  height: 50px;
  background: url(../img/arrow_r.png);
  right: 0;
  margin-top: -30px;
  background-size: 100% 100%;
}
@media screen and (min-width: 1200px) {
  .cur-box .cur-item:hover .cur-fu {
    background-color: rgba(23, 64, 188, 0.82);
  }
  .cur-box .cur-item:hover .cur-fu .tit {
    color: #fff;
  }
  .cur-box .cur-item:hover .cur-fu .wire {
    background-color: #fff;
  }
  .cur-box .cur-item:hover .cur-fu .ti {
    opacity: 1;
  }
  .about-youshi .youshi-box .youshi-item:hover {
    background-color: rgba(23, 64, 188, 0.88);
  }
  .about-youshi .youshi-box .youshi-item:hover .line {
    height: 30px;
  }
  .feature .wd1400 .show1-content .one-item:hover .tanchu {
    display: block;
  }
  .feature .wd1400 .show2-content .f-item:hover .info {
    height: 210px;
  }
  .feature .wd1400 .show2-content .f-item:hover .info .intro {
    -webkit-line-clamp: 5;
  }
  .feature .wd1400 .f-content .f-item:hover img {
    width: 0;
  }
  .feature .wd1400 .f-content .f-item:hover img .info .intro {
    -webkit-line-clamp: 5;
  }
  .list-contain .wd1400 .item:hover .lef .cont .tit {
    color: #1740bc;
  }
  .list-contain .wd1400 .item:hover .lef .cont .tit .chu {
    width: 20px;
    margin-right: 10px;
  }
  .list-contain .wd1400 .item:hover .rig img {
    transform: scale(1.1);
  }
  .list-article .wd1400 .yema .lef a:hover {
    color: #1740bc;
  }
  .list-article .wd1400 .yema .rig span:hover {
    color: #1740bc;
  }
  .case-contain .wd1400 .c-box .c-item:hover img{
    transform: rotate(360deg);
  }
  .case-contain .wd1400 .c-box .c-item:hover p{
    color: #1740bc;
  }
}
@media screen and (max-width: 1400px) {
  .l-wapper {
    height: auto;
    padding: 50px 0;
    background-size: 100% auto;
  }
  .about-youshi .youshi-box {
    padding: 0;
    background-size: cover;
    background-position: center;
  }
  .about-cur .cur-box .cur-item {
    width: 32%;
  }
}
@media screen and (max-width: 1300px) {
  .group-contain .wd1400 .content .zhonghua {
    width: 45%;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .l-wapper .wd1400 .content {
    display: flex;
    justify-content: space-between;
  }
  .l-wapper .wd1400 .content .tu {
    width: 400px;
  }
  .l-wapper .wd1400 .content .login {
    padding: 20px;
  }
  .Jianjie .wd1400 .info {
    padding-right: 15px;
  }
  .Jianjie .wd1400 .show {
    margin-left: 20px;
  }
  .about-cur .cur-box .cur-item .cur-fu .ti {
    opacity: 1;
  }
  .about-cur .cur-box .cur-item .cur-fu .ti p {
    color: #333;
  }
  .Jianjie .wd1400 .show {
    width: 450px;
  }
  .product-contain .item .wd1400 .tu {
    width: 47%;
    margin-right: 30px;
  }
  .product-contain .item:nth-of-type(even) .wd1400 .tu {
    margin-left: 30px;
  }
  .case-contain .wd1400 .c-box .c-item {
    width: 24.2%;
    margin-right: 1%;
  }
  .case-contain .wd1400 .c-box .c-item:nth-of-type(6n) {
    margin-right: 1%;
  }
  .case-contain .wd1400 .c-box .c-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .case-contain .wd1400 .c-box .c-item p {
    font-size: 15px;
  }
  .feature .wd1400 .show1-content .one-item .yi {
    height: auto;
    text-align: justify;
    -webkit-line-clamp: 10;
  }
  .feature .wd1400 .show1-content .one-item {
    padding: 15px;
  }
  .show3-content .swiper-show3 {
    max-width: 90%;
  }
  .show3-content .swiper-show3 .swiper-slide {
    height: auto;
  }
  .show4-contain .item .wd1400 .tu {
    height: auto;
    margin-right: 30px;
  }
  .show4-contain .item:nth-of-type(even) .wd1400 .tu {
    margin-left: 30px;
  }
  .feature .wd1400 .f-content .f-item {
    width: 100%;
    height: auto;
  }
  .feature .wd1400 .f-content .f-item .info .intro {
    -webkit-line-clamp: 10;
  }
  .feature .wd1400 .f-content .f-item .info {
    padding: 20px;
  }
  .feature .wd1400 .show1-content .six-item {
    max-height: none;
  }
}
@media screen and (max-width: 1024px) {
  .team-contain,
  .about-honor,
  .about-cur,
  .about-youshi,
  .case-contain,
  .group-contain,
  .Jianjie {
    padding: 30px 0;
  }
  .about-cur .cur-box .cur-item {
    height: auto;
  }
  .about-cur .cur-box .cur-item .cur-fu {
    padding: 20px;
  }
  .team-contain .wd1400 .team-box .swiper-team .swiper-slide div {
    width: 25%;
  }
  .team-contain .wd1400 .team-box .swiper-team .swiper-slide div:nth-of-type(4n) {
    border-right: none;
  }
  .team-contain .wd1400 .team-box .swiper-team .swiper-slide div:nth-of-type(25),
  .team-contain .wd1400 .team-box .swiper-team .swiper-slide div:nth-of-type(26),
  .team-contain .wd1400 .team-box .swiper-team .swiper-slide div:nth-of-type(27),
  .team-contain .wd1400 .team-box .swiper-team .swiper-slide div:nth-of-type(28) {
    border-bottom: 1px solid #ccc;
  }
  .product-contain .item,
  .contact-contain,
  .c-leave,
  .list-contain,
  .list-article,
  .feature,
  .show4-contain .item {
    padding: 40px 0;
  }
  .group-contain .wd1400 .content .g-info {
    padding-top: 0;
  }
  .list-contain .wd1400 .item .rig {
    width: 270px;
    margin-left: 20px;
  }
  .feature .wd1400 .show2-content .f-item .info {
    position: initial;
    height: auto;
  }
  .feature .wd1400 .show2-content .f-item .info p {
    -webkit-line-clamp: 10;
  }
  .feature .wd1400 .show2-content .f-item {
    height: auto;
    background-color: #fff;
  }
  .pop-up {
    width: 80%;
    padding: 30px;
  }
  .pop-up .pop-box .lef {
    width: 64%;
  }
  .pop-up .pop-box .rig {
    width: 32%;
  }
  .pop-up .pop-box .lef .input,
  /*.pop-up .pop-box .lef > div,*/
  .pop-up .pop-box .lef button,
  /*.pop-up .pop-box .lef > div,*/
  .pop-up .pop-box .lef .yanma,
  .pop-up .pop-box .lef button,
  .pop-up .pop-box .rig .maa,
  .pop-up .pop-box .rig .maa div,
  .pop-up .pop-box .lef .out{
    width: 100%;
  }
  .pop-up .pop-box .rig .maa{
      margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-wapper .wd1400 .content .tu {
    display: none;
  }
  .l-wapper .wd1400 .content {
    justify-content: center;
  }
  .l-wapper {
    padding: 50px 0 0;
  }
  .Jianjie .wd1400 {
    display: block;
  }
  .about-jianjie .wd1400 {
    margin-top: 30px;
  }
  .Jianjie .wd1400 .info {
    height: auto;
  }
  .Jianjie .wd1400 .info .intro {
    margin-top: 20px;
    line-height: 30px;
  }
  .Jianjie .wd1400 .show {
    width: 100%;
    margin: 20px 0 0;
  }
  .contact-Title .china,
  .team-contain .wd1400 .team-Title .china {
    font-size: 20px;
  }
  .contact-Title .int,
  .team-contain .wd1400 .team-Title .int {
    font-size: 15px;
  }
  .product-contain .item .wd1400 .info {
    padding-top: 0;
  }
  .product-contain .item .wd1400 .tu {
    height: auto;
  }
  .product-contain .item .wd1400 .info .title {
    font-size: 20px;
  }
  .product-contain .item .wd1400 .info .intro {
    margin-top: 20px;
  }
  .group-contain .wd1400 .content {
    display: block;
  }
  .case-contain .wd1400 .c-box .c-item {
    width: 32.3%;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .case-contain .wd1400 .c-box .c-item:nth-of-type(4n) {
    margin-right: 1%;
  }
  .case-contain .wd1400 .c-box .c-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .group-contain .wd1400 .content .zhonghua {
    width: 100%;
    margin: 0;
  }
  .group-contain .wd1400 .content .g-info .name {
    display: none;
  }
  .group-contain .wd1400 .content .g-info .city,
  .contact-contain .wd1400 .way {
    margin-top: 25px;
  }
  .group-contain .wd1400 .content .g-info .cityY {
    font-size: 15px;
    margin-top: 20px;
    line-height: 26px;
  }
  .c-leave .wd1400 .c-contain .c-box .texta {
    height: 130px;
  }
  .contact-contain .wd1400 .Map #dituContent {
    height: 300px;
  }
  .contact-contain .wd1400 .ma {
    display: none;
  }
  .list-contain .wd1400 .item .lef .riqi {
    display: none;
  }
  .list-contain .wd1400 .item {
    padding: 20px 0;
  }
  .list-article .wd1400 .yema {
    display: block;
  }
  .list-article .wd1400 .yema .rig {
    margin-top: 20px;
  }
  .feature .wd1400 .show1-content .one-item {
    width: 32.6%;
    margin-right: 1%;
  }
  .feature .wd1400 .show1-content .one-item:nth-of-type(4n) {
    margin-right: 1%;
  }
  .feature .wd1400 .show1-content .one-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .feature .wd1400 .show2-content {
    flex-wrap: wrap;
  }
  .feature .wd1400 .show2-content .f-item {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
  .feature .wd1400 .show2-content .f-item img {
    width: 40%;
  }
  .feature .wd1400 .show2-content .f-item .info .tit,
  .feature .wd1400 .show2-content .f-item .info .p {
    text-align: left;
  }
  .show4-contain .item .wd1400 {
    display: block;
  }
  .show4-contain .item .wd1400 .tu {
    margin-right: 0;
    width: 100%;
  }
  .show4-contain .item:nth-of-type(even) .wd1400 .tu {
    margin-left: 0;
  }
  .show4-contain .item .wd1400 .info .intro {
    margin-top: 20px;
  }
  .pop-up .pop-box .rig .maa div {
    display: none;
  }
  .pop-up .title {
    font-size: 22px;
  }
  .c-fixedNav li a img {
    display: none;
  }
  .c-fixedNav li a {
    height: 42px;
    line-height: 42px;
    font-size: 15px;
  }
  .pop-up .pop-box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .nei-banner {
    height: 250px;
    text-align: center;
  }
  .nei-banner .title {
    font-size: 20px;
  }
  .about-youshi .youshi-box .youshi-item {
    height: auto;
    padding: 20px 10px;
  }
  .about-youshi .youshi-box .youshi-item img {
    height: 40px;
  }
  .about-youshi .youshi-box .youshi-item .ming {
    font-size: 16px;
  }
  .about-youshi .youshi-box .youshi-item .hang {
    font-size: 14px;
  }
  .about-cur .cur-box {
    flex-wrap: wrap;
  }
  .about-cur .cur-box .cur-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .about-honor .wd1400 .swiper-button-next,
  .about-honor .wd1400 .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .about-honor .wd1400 .swiper-honor {
    margin: 25px auto 0;
  }
  .product-contain .item .wd1400 {
    display: block;
  }
  .product-contain .item .wd1400 .tu {
    width: 100%;
  }
  .product-contain .item .wd1400 .info {
    margin-top: 20px;
  }
  .product-more {
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
  }
  .product-contain .item:nth-of-type(even) .wd1400 .tu {
    margin-left: 0;
  }
  .product-contain .item .wd1400 .info .intro {
    -webkit-line-clamp: 10;
    font-size: 15px;
    line-height: 26px;
  }
  .list-contain .wd1400 .item {
    flex-direction: column-reverse;
  }
  .list-contain .wd1400 .item .rig {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .list-contain .wd1400 .item .lef .cont .int {
    margin-top: 20px;
  }
  .list-more {
    display: none;
  }
  .list-contain {
    padding: 20px 0 30px;
  }
  .pages a {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .pages {
    margin-top: 30px;
  }
  .pages ul li a {
    width: 20px;
  }
  .pages .next {
    width: 50px;
  }
  .list-article .wd1400 .title {
    font-size: 18px;
  }
  .list-article .wd1400 .body {
    padding: 20px 0;
  }
  .list-article .wd1400 .body p {
    font-size: 15px;
    line-height: 26px;
  }
  .feature .wd1400 .f-content .f-item {
    display: block;
  }
  .feature .wd1400 .f-content .f-item img {
    width: 100%;
    height: auto;
  }
  .feature .wd1400 .f-content,
  .feature .wd1400 .show1-content {
    margin-top: 30px;
  }
  .pop-up {
    padding: 20px 15px 15px;
    width: 90%;
  }
  .pop-up .close {
    right: 5px;
    top: 5px;
    width: 15px;
  }
  .pop-up .pop-box {
    display: block;
  }
  .pop-up .pop-box .lef,
  .pop-up .pop-box .rig {
    width: 100%;
  }
  .pop-up .pop-box .rig {
    display: none;
  }
  .pop-up .title {
    font-size: 16px;
  }
  .pop-up .pop-box .lef > div,
  .pop-up .pop-box .lef button,
  .pop-up .pop-box .lef .yanma .input,
  .pop-up .pop-box .lef .yanma .gain {
    height: 40px;
  }
  .pop-up .pop-box .lef .yanma .gain {
    line-height: 40px;
  }
  .pop-up .pop-box .lef .input input,
  .pop-up .pop-box .lef .yanma .gain,
  .pop-up .pop-box .lef button {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .l-wapper {
    padding: 30px 0 0;
  }
  .l-wapper .wd1400 .gang .logo img {
    width: 100px;
  }
  .l-wapper .wd1400 .content .login .l-title,
  .l-wapper .wd1400 .content .login .cipher .jizhu {
    flex-wrap: wrap;
  }
  .team-contain .wd1400 .team-box .swiper-team .swiper-slide div {
    width: 50%;
  }
  .team-contain .wd1400 .team-box .swiper-team .swiper-slide div:nth-of-type(2n) {
    border-right: none;
  }
  .about-jianjie .wd1400 .info .shuzi {
    flex-wrap: wrap;
  }
  .about-jianjie .wd1400 .info .shuzi .son {
    width: 48%;
    margin-bottom: 10px;
  }
  .about-jianjie .wd1400 .info .shuzi .son .top strong {
    font-size: 30px;
  }
  .Jianjie .wd1400 .show {
    height: auto;
  }
  .nei-site {
    height: 60px;
    line-height: 60px;
  }
  .Jianjie .wd1400 .info {
    padding-right: 0;
  }
  .Jianjie .wd1400 .info .title {
    font-size: 18px;
  }
  .case-contain .wd1400 .c-box .c-item {
    padding: 10px;
    height: auto;
    width: 48%;
    margin-right: 4%;
  }
  .case-contain .wd1400 .c-box .c-item:nth-of-type(3n) {
    margin-right: 4%;
  }
  .case-contain .wd1400 .c-box .c-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .case-contain .wd1400 .c-box .c-item img {
    width: 50px;
  }
  .case-contain .wd1400 .c-box .c-item p {
    font-size: 14px;
  }
  .case-contain .wd1400 .c-box .c-item p {
    margin-top: 10px;
  }
  .case-contain .wd1400 .c-box .c-item {
    margin-bottom: 15px;
  }
  .s-apply {
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px !important;
  }
  .contact-contain .wd1400 .way li {
    text-align: left;
  }
  .c-leave .wd1400 .c-contain .c-box .row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .c-leave .wd1400 .c-contain .c-box .row .input {
    width: 100%;
    margin-bottom: 15px;
  }
  .c-leave .wd1400 .c-contain .c-box .row .input input,
  .c-leave .wd1400 .c-contain .c-box .texta textarea,
  .c-leave .wd1400 .c-contain .tijiao button {
    font-size: 15px;
  }
  .contact-contain .wd1400 .Map #dituContent {
    height: 250px;
  }
  .feature .wd1400 .show1-content {
    justify-content: space-between;
  }
  .feature .wd1400 .show1-content .one-item {
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .feature .wd1400 .show1-content .one-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .feature .wd1400 .show2-content .f-item {
    display: block;
  }
  .feature .wd1400 .show2-content .f-item img {
    width: 100%;
  }
  .feature .wd1400 .show2-content .f-item .info {
    padding: 15px;
  }
  .show3-content .swiper-show3 {
    max-width: 100%;
  }
  .show3-content .swiper-show3 .swiper-slide {
    padding: 15px 20px;
  }
  .show3-content .swiper-show3 .swiper-slide .lef {
    margin-right: 10px;
  }
  .swiper-show3 .swiper-button-next,
  .swiper-show3 .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
  }
  .show4-contain .item .wd1400 .info {
    padding-top: 25px;
  }
  .show4-contain .show7-item .wd1400 .info .intro {
    line-height: 26px;
    font-size: 15px;
  }
  .l-wapper .wd1400 .content .login .l-title p {
    font-size: 20px;
  }
}
