/* 公用 */
@import "font-awesome.min.css";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 16px !important;
  text-align: center;
  color: #000000;
  box-sizing: border-box;
  background-color: #f2f4fc;
  overflow-x: hidden;
  background: #ffffff;
  font-family: 'Hiragino Sans GB',
      'Helvetica Neue',
      'Microsoft YaHei',
      黑体,
      Arial,
      sans-serif;
}

.wrap {
  position: relative;
}

.container {
  position: relative;
  /* width: 62.5%; */
  width: 1200px;
  height: 100%;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
}

p {
  margin: 0;
}

a {
  color: #ffffff;
}

a, a:active {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  border: 0;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

h1 {
  padding: 0;
  margin: 0;
  line-height: unset;
}

/* 联系我们 */
.contact {
  position: relative;
  width: 100%;
  height: 171px;
  line-height: 171px;
  background: url(../images/bg.jpg) center center no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}

.contact-title {
  font-size: 28px;
}

.contact-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 148px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  background: rgba(0, 204, 254, 1);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2),
      0 5px 20px 0 rgba(153, 108, 251, 0.16);
  border-radius: 2px;
}


  /* 广告条通用样式 */
  .AD-bar {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .AD-bar-contain {
    width: 1200px;
    margin: 0 auto;
  }
  .AD-bar-contain:before, .AD-bar-contain:after {
    display: table;
    content: "";
  }
  .AD-bar-contain:after {
    clear: both;
  }
  .AD-bar-desc, .AD-bar-link {
    display: flex;
    height: 171px;
    align-items: center;
    color: #fff;
  }
  .AD-bar-desc {
    float: left;
  }
  .AD-bar-link {
    float: right;
  }
  .AD-bar-desc p {
    color: #fff;
    font-size: 30px;
  }
  .AD-bar-desc p b {
    font-weight: 700;
  }
  .AD-bar-link a {
    display: block;
    width: 180px;
    height: 52px;
    line-height: 52px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
  }
  .AD-bar-link a span {
    position: relative;
    z-index: 2;
  }
  .AD-bar-link a span:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 6px;
    font-size: 22px;
    display: inline-block;
    transition: all .4s ease;
    transform: translateY(2px);
  }
  .AD-bar-link a:hover span:after {
    margin-left: 12px;
  }
@media (min-width: 751px) and (max-width: 1199px) {
  .container {
      width: 100%;
  }
  .contact-title {
      font-size: 3.4vw;
  }
  .contact-btn {
      width: 14vw;
      height: 42px;
      line-height: 42px;
      font-size: 16px;
  }
}

@media (max-width: 750px) {
  .container {
      width: 100%;
      padding-left: 3vw;
      padding-right: 3vw;
  }

  .contact {
      height: 2.14rem;
      line-height: 1.4rem;
  }

  .contact-title {
      font-size: 0.32rem;
  }

  .contact-btn {
      width: 1.49rem;
      height: 0.56rem;
      line-height: 0.56rem;
      top: 0.8rem;
      left: 0;
      margin: auto;
      font-size: 0.18rem;
      background: rgba(0, 204, 254, 1);
      border-radius: 0;
  }
}

/* IE提示 */
.IE-Tips {
  width: 100%;
  background: #ffffff;
  color: #061828;
  font-size: 10px;
}
.Tip-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0 15px;
}
.IE-Tips-text {
  width: 85%;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 1.2em;
  text-align: left;
}
.IE-Tips-text a,
.IE-Tips-text span {
  line-height: 32px;
  color: #0086F1;
}
.IE-Tips-text a:hover {
  color: #0086F1;
}
.IE-Tips-btn {
  width: 14%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}
.IE-Tips-btn-close {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 30px;
  font-size: 1.2em;
  margin: 0;
  border-radius: 2px;
  border: 1px solid #0076a8;
  font-weight: bold;
  padding: 0 15px;
}
.cndns-right{position:fixed;right:1px;bottom:200px;margin-top:-100px;z-index:100;width:50px; /*box-shadow: 1px 1px 4px #e7e7e7;*/}
.cndns-right-meau{float:left;background: #ff9800;}
.cndns-right-btn{width:50px;height:50px;text-align:center;display:block;margin-bottom: -1px; position:relative;}
.cndns-right-btn i{color:#0a7ed7;font-size:22px;line-height:30px;margin-top: 0px;}
.cndns-right-box{position:absolute;top:-15px;right:40px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(./arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.cndns-right-btn i{width:50px; height: 50px;float: left; background: url(./icon.png) no-repeat;}
.cndns-right-btn:hover{ background: #666;}
.cndns-right-btn i.icon-rkefu{background-position: -399px -55px;}
.cndns-right-btn:hover i.icon-rkefu{background-position: -399px -55px; transition: all 0.2s;}
.cndns-right-btn i.icon-rdingdan{background-position: -399px -171px;}
.cndns-right-btn:hover i.icon-rdingdan{background-position: -399px -171px;transition: all 0.2s;}
.cndns-right-btn i.icon-rqq{background-position: -399px -310px;}
.cndns-right-btn:hover i.icon-rqq{background-position: -399px -310px;transition: all 0.2s;}
.cndns-right-btn i.icon-rweixin{background-position: -475px -56px;}
.cndns-right-btn:hover i.icon-rweixin{background-position: -475px -56px;transition: all 0.2s;}
.cndns-right-btn i.icon-rtel{background-position: -475px -170px;}
.cndns-right-btn:hover i.icon-rtel{background-position: -475px -170px;transition: all 0.2s;}
.cndns-right-btn i.icon-rtop{background-position: -475px -310px; height:30px;}
.cndns-right-btn:hover i.icon-rtop{background-position: -475px -310px; height:30px;}
.meau-top{margin-top:5px;}
.meau-top .cndns-right-btn{width:50px; height: 60px;text-align: center;}
.meau-top .cndns-right-btn:hover{color:#fff;}
.demo-top{float: left;width: 50px;text-align: center;color: #fff;}
.qq-right-box{top: 106px}
.qq-right-box .box-border{ background: #666;color: #fff;border-radius: 4px;border:none;padding:10px 0px;width: 150px;text-align: center;}
.qq-right-box .box-border .arrow-right{background:url(./arrow_gray.png) no-repeat;top:10px;}
.weixin-right-box{top:145px}
.weixin-right-box .box-border{background: #fff;border:none;width:150px;}
.tel-right-box{top:197px}
.tel-right-box .box-border{background: #666;color: #fff;border-radius: 4px;border:none;padding:10px 0px;width: 150px;text-align: center;}
.tel-right-box .box-border .arrow-right{background:url(./arrow_gray.png) no-repeat;top:20px;}
.cndns-right-meau:hover{ background: #666;}

/*弹出微信*/
.form {
  width: 50%;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #ffffff;
  display: none;
  z-index: 11;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  box-shadow: 0px 0px 8px 4px #00a4ec;
  animation-name: wipeup;
  animation-duration: 1s;
  /* transform: translate(-50%, -50%); */
}
@keyframes wipeup {
  0%   {top:70%;}
  100% {top:50%;}
}
.form-content {
  display: flex;
  padding: 3%;
  position: relative;
}

.form-left {
  flex: 6;
  margin-right: 6%;
}

.form-right {
  flex: 4;
}

.form-right img {
  max-width: 100%;
}

.form-left input {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  margin-top: 34px;
  color: #333;
  font-weight: 400;
  border: 0;
  font-size: 14px;
  line-height: 30px;
  /* padding-bottom: 0px; */
  border-bottom: 1px solid #DBDBDB;
  padding-left: 27px;
  outline: none;
}
.form-left input:focus,textarea#lytext:focus{
  border-bottom: 1px solid #0086F1;
}

.form-left div {
  position: relative;
}

.form-left img {
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 19px;
}

textarea#lytext {
  width: 100%;
  resize: none;
  height: 28px;
  max-height: 12.38vh;
  max-width: 100%;
  border: 0;
  font-size: 14px;
  margin-top: 34px;
  border-bottom: 1px solid #DBDBDB;
  padding-left: 27px;
  outline: none;
}

button.submit-message {
  width: 100%;
  height: 52px;
  background: linear-gradient(
315deg, #00BBF9 0%, #0086F1 100%);
  border-radius: 4px;
  margin-top: 38px;
  border: none;
  color: #fff;
  transition: all .3s;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFangSC;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1.14px;
}
.form-left >button {
  height: 4.27vh;
  line-height: 100%;
  margin-top: 10px;
  font-size: 13px;
}
span.closewx {
  background: url(/static/picture/close2.png) no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 1s;
}
span.closewx:hover {
	transform: rotate(180deg);
}
.form-right h3 {
	font-size: 24px;
}
.form-right a:hover {
    color: #ff5722;
}
.content_right_title {
    height: 42px;
    color:#333;
    /* font-family: PingFangSC-Medium, tahoma, å¾®è½¯é›…é»‘, å¾®è½¯é›…é»‘, sans-serif, Arial; */
    font-weight: bold;
    font-size: 25px;
    text-align: left;
}
.content_right_title span {
    font-size: 16px;
    color: #777;
    font-weight: 500;
}
.error_Tips {
    width: auto;
    height: 20px;
    font-size: 14px;
    /* font-family: PingFangSC-Light, PingFang SC; */
    font-weight: 300;
    color: #F02525;
    line-height: 20px;
    white-space: nowrap;
    position: absolute !important;
    bottom: -20px;
    right: 0px;
    display: none;
}
/*弹出微信结束*/
.form-right p {
    text-align: center;
    font-size: 15px;
    color: #1356a6;
}
