.inner {
  width: 1100px;
  margin: 0 auto;
}
header {
  background: linear-gradient(90deg, #0093dd, #abd305);
  position:fixed;
  top:0px;
  width:100%;
  z-index:10001;
}
header img {
  padding-top: 12px;
}
header .active a {
  color: #0194db;
}
header ul li {
  float: left;
} 
header ul li a {
  display: block;
  height: 70px;
  line-height: 70px;
  color: white;
  font-size: 18px;
  width: 76px;
  text-align: center;
}
header ul li a:hover {
  color: #0194db;
  transition: 0.2s;
}
header .search a {
  background: url('../images/01.png') no-repeat center center / contain;
}
header .talk a {
  background: url('../images/02.png') no-repeat center center / contain;
}
header .back_img a {
  background-size: 32px;
  width: 50px;
}

.banner_fixed img {
  width: 100%;
  height: 300px;
}
.banner_fixed_img{ width: 100%;height: 300px;}
.banner {
  width: 100%;
  min-width: 1300px;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
.banner .hide {
  display: none;
}
.banner ul {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner ul li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner ul li a {
  width: 100%;
}
.banner ul li a img {
  width: 100%;
  min-width: 1300px;
  vertical-align: top;
  height: 470px;
}
.banner .btn {
  position: absolute;
  width: 30px;
  height: 50px;
  top: 42%;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 60px;
  padding-top: 12px;
}
.banner .prevBtn {
  left: 50px;
}
.banner .nextBtn {
  right: 50px;
}
.pagebottomlink{ width:100%; background:#f5f5f5}
footer .top_content {
  margin-left: 134px;
  padding: 50px 0;
  display: flex;
}
footer .top_content dl {
  flex: 1;
  color: #a0a09f;
  display:block;
  float:left;
  width:20%;
}
footer .top_content dl dt {
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}
footer .top_content dl dd a {
  height: 30px;
  line-height: 30px;
  color: #a6a5a5;
  font-size: 14px;
}
footer .top_content dl dd a:hover {
  text-decoration: underline;
}
footer .bottom_content {
  background: #fff;
  padding-top:30px;
  padding-bottom:30px;
}
.clear{ clear:both;}
footer .bottom_content .left_content {
  margin-left: 134px;
  color: #a6a5a5;
  font-size: 12px;
}
footer .bottom_content .left_content div {
  line-height: 40px;
  height: 40px;
}
footer .bottom_content .left_content p {
  line-height: 25px;
  height: 20px;
}
footer .bottom_content .right_content {
  padding-top: 80px;
}
footer .bottom_content .right_content a {
  float: left;
  padding-right: 30px;
}
.form {
  height: 585px;
  box-sizing: border-box;
  margin: 30px 0;
  background: url("../images/27.png") no-repeat center / contain;
}
.form h6 {
  text-indent: 4em;
  padding-top: 46px;
  text-align: center;
  line-height: 68px;
  font-size: 14px;
  color: #838281;
}
.form h6 span {
  font-size: 16px;
}
.form form {
  padding: 0 60px;
}
.form form label {
  width: 100px;
  display:block;
  float:left;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #838281;
  text-align: right;
}
.form form textarea {
  flex: 1;
  resize: none;
  display:block;
  float:left;
  width:578px;
  height: 200px;
  border: 1px solid #cecdcd;
  font-size: 16px;
  color: #838281;
  text-indent: 2em;
}
.form form input {
  text-indent: 1em;
  width: 220px;
  height: 20px;
  border: 1px solid #cecdcd;
  font-size: 16px;
  color: #838281;
}
.form form .msg {
  display:block;
  padding-bottom: 30px;
}
.form form .input_item {
  display: block;
  float:left;
  padding-bottom: 18px;
}
.form form .input_group {
  display: block;
  justify-content: space-between;
}
.form form .input_group_item
{
    float:left; width:322px;
}
.form form .button {
  display: block;
  justify-content: space-around;
  padding: 0 120px;
}
.form form .button > div 
{
  display:inline-block;
  height: 22px;
  width: 145px;
  line-height: 22px;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-left:60px;
}
.form form .button .submit {
  background: linear-gradient(90deg, #0093dd, #abd305);
  cursor: pointer;
}
.form form .button .clear {
  background: #c2c1c1;
}
/*# sourceMappingURL=common.css.map */

.showerweima{ position:absolute; background:#fff; padding:2px; margin-left:-20px; display:none;}