body,
html {
  width: 100%;
  min-width: 1000px;
}

a,
p,
img,
li,
span,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  border: 0;
}

a,
button {
  cursor: pointer;
}

.max_width {
  width: 1200px;
  margin: auto;
}

.container {
  width: 100%;
  background-color: #f1f3f1;
}

nav {
  width: 100%;
  height: 74px;
  background-color: #fff;
}
nav .max_width {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .logo {
  display: flex;
  align-items: center;
}
nav .logo select {
  width: 76px;
  height: 32px;
  padding-left: 10px;
  border: solid 1px #30beb9;
  font-size: 16px;
  color: #30beb9;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/xl.png);
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: 56px center;
  margin: 12px 0 0 25px;
}
nav .link a, nav .link p {
  display: block;
  float: left;
  line-height: 84px;
  margin-left: 25px;
  font-size: 18px;
  color: #333;
}

.banner {
  width: 100%;
  height: 418px;
  background-image: url(../images/banner.png);
  background-size: cover;
  background-position: center center;
  position: relative;
}
.banner .p1 {
  font-size: 61px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: 3px 4px 5px rgba(0, 153, 68, 0.75);
  margin: 40px 0 0 54px;
}
.banner .p2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: 2.5px 4.3px 5px rgba(0, 153, 68, 0.75);
  margin: 0 0 0 191px;
  padding-top: 97px;
}
.banner .gochor {
  width: 100%;
  height: 65px;
  background-color: rgba(83, 174, 53, 0.7);
  position: absolute;
  bottom: 0;
}
.banner .gochor .max_width {
  display: flex;
  align-items: center;
}
.banner .gochor .max_width .inquire {
  position: relative;
  margin-left: 80px;
}
.banner .gochor .max_width .inquire .search {
  width: 245px;
  height: 46px;
  border-radius: 15px;
  border: solid 2px #77c072;
  background-color: transparent;
  font-size: 18px;
  color: #fff;
  padding-left: 15px;
}
.banner .gochor .max_width .inquire img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}
.banner .gochor .max_width .inquire .result {
  display: none;
  width: 245px;
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 99;
  background-color: rgba(101, 190, 70, 0.8);
  border-radius: 15px;
  overflow: hidden;
}
.banner .gochor .max_width .inquire .result .box {
  max-height: 300px;
  overflow-y: auto;
  width: 110%;
}
.banner .gochor .max_width .inquire .result .box a {
  padding-left: 15px;
  width: 200px;
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner .gochor p {
  width: 211px;
  height: 100%;
  text-align: center;
  line-height: 65px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}
.banner .gochor .isx::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 28px;
  background-color: #fff;
}
.banner .gochor .p_acv {
  background-color: #47cea2;
}
.banner .gochor .p_acv::after {
  content: "";
  width: 0;
}

.timent .max_width {
  height: 617px;
  margin-top: 39px;
  background-color: #ffffff;
  overflow: hidden;
}
.timent .max_width .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}
.timent .max_width .title h1 {
  font-size: 36px;
  letter-spacing: 1px;
  color: #53ae35;
  margin-left: 25px;
}
.timent .max_width .count {
  width: 1166px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto 0;
}
.timent .max_width .count .ment {
  width: 278px;
  height: 286px;
  background-color: #ffffff;
  border-radius: 15px;
  border: solid 3px #6ecdca;
}
.timent .max_width .count .ment h1 {
  font-size: 30px;
  letter-spacing: 1px;
  color: #ff6b7c;
  text-align: center;
  line-height: 1;
  margin-top: 27px;
}
.timent .max_width .count .ment .p1 {
  font-size: 18px;
  color: #2da23a;
  text-align: center;
  line-height: 1.3;
  margin-top: 15px;
}
.timent .max_width .count .ment1 .obtns {
  width: 228px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.timent .max_width .count .ment1 .obtns a {
  font-size: 18px;
  display: block;
  width: 69px;
  height: 29px;
  background-color: #6ecdca;
  border-radius: 10px;
  text-align: center;
  line-height: 29px;
  color: #fff;
  margin-bottom: 14px;
  transition: all 0.3s;
}
.timent .max_width .count .ment1 .obtns a:hover {
  background-color: #6ae5e1;
}
.timent .max_width .count .ment2 h1 {
  color: #2da23a;
}
.timent .max_width .count .ment2 .seles {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
}
.timent .max_width .count .ment2 .seles .area, .timent .max_width .count .ment2 .seles .aive {
  position: relative;
}
.timent .max_width .count .ment2 .seles .area .top, .timent .max_width .count .ment2 .seles .aive .top {
  cursor: pointer;
  width: 98px;
  height: 33px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #6ecdca;
  padding-left: 19px;
  font-size: 14px;
  line-height: 33px;
  color: #666666;
  background-image: url(../images/xls.png);
  background-size: 15px 13px;
  background-repeat: no-repeat;
  background-position: 85px center;
}
.timent .max_width .count .ment2 .seles .area .bom, .timent .max_width .count .ment2 .seles .aive .bom {
  width: 98px;
  background-color: #f5f7f5;
  border-radius: 10px;
  border: solid 1px #6ecdca;
  padding-left: 19px;
  font-size: 14px;
  color: #666666;
  overflow-y: auto;
  position: absolute;
  top: 33px;
  z-index: 99;
  display: none;
}
.timent .max_width .count .ment2 .seles .area .bom a, .timent .max_width .count .ment2 .seles .aive .bom a {
  color: #666666;
}
.timent .max_width .count .ment2 .seles .area .bom p, .timent .max_width .count .ment2 .seles .aive .bom p {
  margin: 13px 0;
  cursor: pointer;
}
.timent .max_width .count .ment2 .seles .area .bom::-webkit-scrollbar, .timent .max_width .count .ment2 .seles .aive .bom::-webkit-scrollbar {
  width: 10px;
  height: 17px;
}
.timent .max_width .count .ment2 .seles .area .bom::-webkit-scrollbar-track, .timent .max_width .count .ment2 .seles .aive .bom::-webkit-scrollbar-track {
  background-color: #f1f3f1;
  border-radius: 5px;
}
.timent .max_width .count .ment2 .seles .area .bom::-webkit-scrollbar-thumb, .timent .max_width .count .ment2 .seles .aive .bom::-webkit-scrollbar-thumb {
  background-color: #6ecdca;
  border-radius: 5px;
}
.timent .max_width .count .ment2 .seles .area .bom::-webkit-scrollbar-thumb:hover, .timent .max_width .count .ment2 .seles .aive .bom::-webkit-scrollbar-thumb:hover {
  background-color: #6ecdca;
}
.timent .max_width .count .ment2 .seles .area {
  margin-left: 15px;
}
.timent .max_width .count .ment2 .seles .area .bom {
  height: 220px;
}
.timent .max_width .count .ment2 .seles .aive {
  display: none;
  margin-right: 15px;
}
.timent .max_width .count .ment2 .seles .aives {
  display: block;
}
.timent .max_width .count .ment2 .tip {
  text-align: center;
  font-size: 14px;
  color: #ff6b7c;
  margin: 32px 0 15px 0;
}
.timent .max_width .count .ment2 button {
  display: block;
  width: 144px;
  height: 43px;
  background-color: #53ae35;
  border-radius: 10px;
  font-size: 18px;
  color: #ffffff;
  margin: auto;
  cursor: pointer;
}
.timent .max_width .count .ment3 h1 {
  color: #2da23a;
}
.timent .max_width .count .ment3 .p1 {
  margin: 15px 0 18px 0;
}
.timent .max_width .count .ment3 .p2 {
  margin-bottom: 8px;
  text-align: center;
  font-size: 16px;
  color: #2da23a;
}
.timent .max_width .count .ment3 .p2 span {
  display: inline-block;
  width: 55px;
  height: 23px;
  border-radius: 10px;
  border: solid 1px #ff6b7c;
  text-align: center;
  line-height: 23px;
  color: #ff6b7c;
  font-size: 14px;
  margin-right: 5px;
}
.timent .max_width .count .ment3 .p2:hover {
  color: #666;
}
.timent .max_width .count .ment3 .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 31px 0 0 0;
}
.timent .max_width .count .ment3 .btns button {
  width: 100px;
  height: 35px;
  border-radius: 10px;
  background-color: #53ae35;
  font-size: 16px;
  color: #ffffff;
  margin: 0 10px;
}
.timent .max_width .count .ment4 .btns {
  width: 228px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px auto 0;
}
.timent .max_width .count .ment4 .btns button {
  padding: 0 10px;
  height: 29px;
  background-color: #6ecdca;
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 13px;
  transition: all 0.3s;
}
.timent .max_width .count .ment4 .btns button:hover {
  background-color: #6ae5e1;
}
.timent .max_width .ggs {
  margin: 40px 0 0 0;
  text-align: center;
}

.policy .max_width {
  height: 650px;
  margin-top: 39px;
  background-color: #ffffff;
  overflow: hidden;
}
.policy .max_width .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 51px;
}
.policy .max_width .title h1 {
  font-size: 36px;
  letter-spacing: 1px;
  color: #53ae35;
  margin-left: 25px;
}
.policy .max_width .count {
  width: 1165px;
  height: 464px;
  border-radius: 10px;
  border: solid 3px #6ecdca;
  margin: 34px auto 0;
}
.policy .max_width .count .electoral .ul1 {
  width: 1080px;
  display: flex;
  justify-content: space-between;
  margin: 34px auto 0;
}
.policy .max_width .count .electoral .ul1 li {
  width: 138px;
  height: 50px;
  background-color: #84ce8d;
  border-radius: 10px;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.policy .max_width .count .electoral .ul1 li img {
  display: none;
}
.policy .max_width .count .electoral .ul1 .li1acv {
  background-color: #2da23a;
}
.policy .max_width .count .electoral .ul1 .li1acv img {
  width: 20px;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.policy .max_width .count .electoral .ul2 {
  width: 1080px;
  margin: 29px auto 0;
}
.policy .max_width .count .electoral .ul2 li {
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.policy .max_width .count .electoral .ul2 li a {
  display: block;
  width: 106px;
  height: 34px;
  text-align: center;
  border-radius: 10px;
  border: solid 2px #3dc3a2;
  font-size: 18px;
  line-height: 34px;
  color: #2da23a;
  margin: 0 0 14px 0;
  transition: all 0.3s;
}
.policy .max_width .count .electoral .ul2 li a:hover {
  background-color: #3dc3a2;
  color: #fff;
}
.policy .max_width .count .electoral .ul2 .li2acv {
  display: flex;
}
.policy .max_width .count .elseareas {
  width: 1080px;
  margin: 42px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.policy .max_width .count .elseareas .area .atl {
  display: flex;
  align-items: center;
}
.policy .max_width .count .elseareas .area .atl p {
  font-size: 24px;
  letter-spacing: 1px;
  color: #2da23a;
  margin-left: 13px;
}
.policy .max_width .count .elseareas .area .atr {
  margin-top: 30px;
  width: 720px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.policy .max_width .count .elseareas .area .atr a {
  display: block;
  width: 110px;
  height: 40px;
  background-color: #2da23a;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 18px;
  transition: all 0.3s;
}
.policy .max_width .count .elseareas .area .atr .orange {
  background-color: #f4a62a;
}
.policy .max_width .count .elseareas .area .atr .orange:hover {
  background-color: #ffc30c;
}
.policy .max_width .count .elseareas .area .atr a:hover {
  background-color: #9ad91c;
}
.policy .max_width .count .elseareas .adve {
  cursor: pointer;
  transition: all 0.3s;
}
.policy .max_width .count .elseareas .adve:hover {
  transform: scale(1.03);
}

.flowvs .max_width {
  height: 539px;
  margin-top: 39px;
  background-color: #ffffff;
  overflow: hidden;
}
.flowvs .max_width .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 51px;
}
.flowvs .max_width .title h1 {
  font-size: 36px;
  letter-spacing: 1px;
  color: #53ae35;
  margin-left: 25px;
}
.flowvs .max_width .count {
  text-align: center;
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flowvs .max_width .count a {
  display: block;
  margin: 0 9px;
  transition: all 0.3s;
}
.flowvs .max_width .count a:hover {
  transform: scale(1.03);
}

.anwers .max_width {
  height: 796px;
  margin-top: 39px;
  background-color: #ffffff;
  overflow: hidden;
}
.anwers .max_width .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 51px;
}
.anwers .max_width .title h1 {
  font-size: 36px;
  letter-spacing: 1px;
  color: #53ae35;
  margin-left: 25px;
}
.anwers .max_width .count {
  margin-top: 39px;
}
.anwers .max_width .count ul {
  margin-left: 45px;
}
.anwers .max_width .count ul li {
  display: flex;
  align-items: center;
  margin-bottom: 39px;
}
.anwers .max_width .count ul li p {
  width: 42px;
  height: 42px;
  background-color: #cccccc;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  margin-right: 28px;
}
.anwers .max_width .count ul li a {
  font-size: 30px;
  letter-spacing: 1px;
  color: #666666;
  transition: all 0.3s;
}
.anwers .max_width .count ul li a span {
  color: #eb6464;
}
.anwers .max_width .count ul li a:hover {
  color: #53ae35;
}
.anwers .max_width .count ul li .pmar {
  margin-left: -16px;
}
.anwers .max_width .code {
  display: flex;
  align-items: center;
  justify-content: center;
}
.anwers .max_width .code p {
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #999999;
  margin-left: 40px;
}

footer {
  background-color: #fff;
  margin-top: 50px;
  width: 100%;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 14px;
  color: #000000;
}
footer a {
  color: #000000;
}
footer a img {
  margin: 0 5px;
}

.right-nav {
  top: 50%;
  position: fixed;
  z-index: 999;
  right: 24px;
  width: 64px;
  margin-top: -200px;
}

.right-nav li {
  position: relative;
}

.right-nav li a {
  position: relative;
}

.right-nav-item {
  display: block;
  height: 73px;
  padding: 46px 0 8px;
  text-align: center;
  color: #333;
  font-size: 13px;
  border-radius: 3px;
  margin-bottom: 6px;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.right-nav .right-nav-hover {
  position: absolute;
  width: 151px;
  height: 100px;
  /* background: rgba(0, 0, 0, .1); */
  top: 0;
  left: -165px;
  border: 1px solid #00a9a0;
  display: none;
  border-radius: 5px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.02);
  background: #fff;
}

.right-nav-show {
  width: 30px;
  background: #eee;
  position: absolute;
  top: 50%;
  margin-top: -34px;
  left: 0;
  transition: 0.5s;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #00a9a0;
  border-radius: 3px 0 0 3px;
}

.right-nav-close {
  width: 28px;
  height: 28px;
  background: url(http://www.qida100.com/statics/images/img_redesign/r/nav-right-close.png) no-repeat top;
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -14px;
  line-height: 25px;
  color: #aaa;
  cursor: pointer;
}

.right-nav li:hover .right-nav-hover {
  display: block;
}

.right-nav-item.right-nav-zx {
  background: url(http://www.qida100.com/statics/images/img_redesign/r/nav-right-tel.png) no-repeat center 15px #fff;
  background-size: 25px;
}

.right-nav-app {
  background: url(http://www.qida100.com/statics/images/img_redesign/r/nav-right-pho.png) no-repeat center 10px #fff;
  background-size: 19px;
}

.right-nav-wx {
  background: url(http://www.qida100.com/statics/images/img_redesign/r/nav-right-wx.png) no-repeat center 15px #fff;
  background-size: 29px;
}

.right-nav-qq {
  background: url(http://www.qida100.com/statics/images/img_redesign/r/nav-right-qq.png) no-repeat center 15px #fff;
  background-size: 25px;
}

.right-nav-back {
  background: url(http://www.qida100.com/statics/images/img_redesign/r/right-nav-icon6.png) no-repeat center 15px #fff;
  background-size: 30px;
}

/*# sourceMappingURL=index.css.map */
