* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 14px;
}

i {
  font-style: normal;
}

.wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.wrap:after {
  content: " ";
  display: table;
  clear: both;
}

.autosize {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header {
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

.header .logo {
  display: inline-block;
  line-height: 90px;
}

.header .logo img {
  width: 100%;
  vertical-align: middle;
}

.header .tel {
  position: absolute;
  top: 10px;
  right: 10px;
}

.header .tel img {
  vertical-align: middle;
}

.header .tel span {
  vertical-align: middle;
  font-size: 16px;
  color: #00adef;
}

@media only screen and (max-width: 48em) {
  .header {
    text-align: left;
  }
  .header .logo {
    width: 128px;
    line-height: 60px;
    padding-left: 10px;
  }
  .header .tel {
    top: 5px;
  }
  .header .tel span {
    font-size: 14px;
  }
}

.nav {
  position: relative;
}

.nav ul {
  width: 100%;
  max-width: 1200px;
  padding-right: 200px;
  display: table;
  word-spacing: -1em;
}

.nav ul > * {
  display: inline-block;
  word-spacing: 0;
}

.nav ul li {
  position: relative;
  width: 16.66666%;
  padding: 20px 0;
  text-align: center;
}

.nav ul li:hover dl {
  display: block;
}

.nav ul li .nav_link {
  font-weight: bold;
  font-size: 18px;
  color: #595959;
}

.nav ul li .nav_link.active, .nav ul li .nav_link:hover {
  color: #00adef;
}

.nav dl {
  display: none;
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 5%;
  width: 90%;
}

.nav dl dd {
  margin-bottom: 1px;
}

.nav dl dd a {
  display: block;
  line-height: 40px;
  padding: 0 5px;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nav dl dd a.active, .nav dl dd a:hover {
  background: #00adef;
}

.nav .lan {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 120px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: auto;
  font-size: 16px;
  color: #fff;
  background-color: #00adef;
  border-radius: 20px;
}

@media only screen and (max-width: 62.5em) {
  .nav ul li:hover dl {
    display: none;
  }
  .nav ul li .nav_link {
    font-size: 16px;
  }
  .nav dl dd a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 48em) {
  .nav ul {
    padding: 10px 0;
    padding-right: 80px;
  }
  .nav ul li {
    width: 33.33333%;
    padding: 5px 0;
  }
  .nav ul li .nav_link {
    font-size: 14px;
  }
  .nav dl {
    display: none;
  }
  .nav .lan {
    right: 5px;
    width: 70px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
  }
}

.banner .owl-theme .owl-controls {
  margin-top: 0;
}

.about {
  height: 500px;
  background: url(../images/about.jpg) no-repeat top center;
}

.about .text {
  width: 50%;
  padding: 0 30px;
  padding-top: 100px;
  color: #595959;
}

.about .text .title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.about .text p {
  margin-top: 35px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 16px;
}

.about .text a {
  display: block;
  font-size: 16px;
  color: #00adef;
}

@media only screen and (max-width: 48em) {
  .about {
    height: auto;
    padding-bottom: 50%;
    background: url(../images/about3.jpg) no-repeat bottom center;
    background-size: contain;
  }
  .about .text {
    width: auto;
    padding: 0 15px;
    padding-top: 20px;
  }
  .about .text .title {
    font-size: 22px;
  }
  .about .text p {
    margin: 20px 0;
    font-size: 14px;
  }
  .about .text a {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.product {
  min-height: 580px;
  padding: 50px 0;
  background-color: #3f3f3f;
}

.product .title {
  margin-bottom: 50px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 48em) {
  .product {
    padding: 30px 0;
  }
  .product .title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}

.owl-carousel-product.owl-theme .owl-dots {
  bottom: -80px;
}

.owl-carousel-product.owl-theme .owl-dots .owl-dot {
  border-bottom: 1px solid #5e5e5e;
}

.owl-carousel-product.owl-theme .owl-dots .owl-dot span {
  width: 50px;
  margin: 0 35px;
  border-radius: 0;
}

.owl-carousel-product .inner {
  width: 100%;
  padding: 0 100px;
  display: table;
  word-spacing: -1em;
}

.owl-carousel-product .inner > * {
  display: inline-block;
  word-spacing: 0;
}

.owl-carousel-product .inner .pic {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 30px;
}

.owl-carousel-product .inner .pic img {
  max-width: 100%;
}

.owl-carousel-product .inner .text {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 30px;
  color: #fff;
}

.owl-carousel-product .inner .text h3 {
  font-weight: normal;
  font-size: 22px;
}

.owl-carousel-product .inner .text p {
  margin: 30px 0;
  color: #d7d7d7;
  line-height: 1.5;
  font-size: 16px;
}

.owl-carousel-product .inner .text a {
  color: #00adef;
  font-weight: bold;
}

@media only screen and (max-width: 48em) {
  .owl-carousel-product .inner {
    padding: 0 20px;
    text-align: center;
  }
  .owl-carousel-product .inner .pic {
    width: auto;
    margin-bottom: 20px;
  }
  .owl-carousel-product .inner .text {
    width: auto;
    text-align: left;
  }
}

.news {
  padding: 50px 0;
  background-color: #191919;
  color: #fff;
}

.news .title {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.news .content {
  position: relative;
  padding-left: 438px;
}

.news .hot_news {
  position: absolute;
  left: 0;
  top: 0;
  width: 438px;
  padding-right: 50px;
  border-right: 1px solid #5e5e5e;
}

.news .hot_news .pic {
  width: 387px;
  height: 282px;
}

.news .hot_news .pic img {
  width: 100%;
  height: 100%;
}

.news .hot_news .text .h_title {
  margin: 15px 0;
  position: relative;
  padding-left: 75px;
  padding-bottom: 20px;
}

.news .hot_news .text .h_title span {
  display: block;
  font-size: 22px;
  padding: 0 5px;
}

.news .hot_news .text .h_title .date {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 5px;
  font-size: 22px;
  border-right: 3px solid #929292;
  text-align: right;
}

.news .hot_news .text .h_title .date i {
  font-size: 16px;
}

.news .hot_news .text p {
  margin-top: 10px;
  padding-top: 10px;
  line-height: 1.5;
  border-top: 1px solid #5e5e5e;
  font-size: 16px;
  color: #d7d7d7;
}

.news .hot_news .text a {
  margin-top: 30px;
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: #00adef;
}

.news .more_btn {
  display: block;
  margin: 100px auto 0;
  width: 128px;
  line-height: 36px;
  border: 1px solid #00adef;
  color: #00adef;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.news .more_btn:hover {
  color: #fff;
  background-color: #00adef;
}

@media only screen and (max-width: 62.5em) {
  .news {
    padding: 30px 10px;
  }
  .news .content {
    padding-left: 300px;
  }
  .news .newslist {
    padding-left: 30px;
  }
  .news .hot_news {
    width: 300px;
    padding-right: 30px;
  }
  .news .hot_news .pic {
    width: 269px;
    height: 196px;
  }
  .news .more_btn {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 48em) {
  .news .title {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .news .content {
    padding-left: 0;
  }
  .news .newslist {
    padding-left: 0;
  }
  .news .hot_news {
    display: none;
  }
  .news .more_btn {
    margin-top: 30px;
  }
}

.newslist {
  padding-left: 50px;
}

.newslist li {
  margin-bottom: 50px;
}

.newslist li:after {
  content: " ";
  display: table;
  clear: both;
}

.newslist li .pic {
  float: left;
  width: 146px;
  height: 106px;
  margin-right: 30px;
}

.newslist li .pic img {
  width: 100%;
  height: 100%;
}

.newslist li .text {
  color: #fff;
}

.newslist li .text span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 22px;
}

.newslist li .text p {
  height: 48px;
  margin: 12px 0;
  line-height: 1.5;
  font-size: 16px;
  color: #d7d7d7;
  overflow: hidden;
}

.newslist li .text i {
  font-size: 14px;
}

@media only screen and (max-width: 48em) {
  .newslist li {
    margin-bottom: 30px;
  }
  .newslist li .pic {
    width: 120px;
    height: 87px;
    margin-right: 10px;
  }
  .newslist li .text span {
    font-size: 18px;
  }
  .newslist li .text p {
    height: 44px;
    margin: 5px 0;
    font-size: 14px;
  }
}

.footer {
  background-color: #222;
}

.footer .top {
  line-height: 110px;
}

.footer .top:after {
  content: " ";
  display: table;
  clear: both;
}

.footer .top .f_logo {
  float: left;
  padding-left: 50px;
}

.footer .top .f_logo img {
  vertical-align: middle;
}

.footer .top ul {
  float: right;
  display: table;
  word-spacing: -1em;
}

.footer .top ul > * {
  display: inline-block;
  word-spacing: 0;
}

.footer .top ul li {
  vertical-align: middle;
  padding: 0 45px;
}

.footer .top ul li a {
  font-size: 16px;
  color: #fff;
}

.footer .middle {
  padding: 30px 40px;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
  color: #fff;
  text-align: center;
}

.footer .middle p {
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #999;
}

.footer .middle p span {
  margin-right: 35px;
}

.footer .middle .copyright {
  margin-top: 20px;
  text-align: center;
}

.footer .bottom {
  position: relative;
  padding: 20px 40px;
  padding-left: 120px;
}

.footer .bottom .title {
  position: absolute;
  top: 20px;
  left: 40px;
  font-weight: bold;
  color: #fff;
}

.footer .bottom .links:after {
  content: " ";
  display: table;
  clear: both;
}

.footer .bottom .links a {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  color: #999;
}

@media only screen and (max-width: 62.5em) {
  .footer .top {
    line-height: 80px;
  }
  .footer .top .f_logo {
    padding-left: 20px;
  }
  .footer .top ul li {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 48em) {
  .footer .top {
    line-height: 50px;
  }
  .footer .top .f_logo {
    float: none;
    text-align: center;
  }
  .footer .top ul {
    float: none;
    width: 100%;
  }
  .footer .top ul li {
    width: 20%;
    padding: 0;
    text-align: center;
  }
  .footer .top ul li a {
    font-size: 12px;
  }
  .footer .middle {
    padding: 10px;
    font-size: 12px;
  }
  .footer .middle p:first-child span {
    display: inline-block;
    width: 49%;
    margin: 0;
    white-space: nowrap;
  }
  .footer .bottom {
    padding: 15px 10px;
    padding-left: 75px;
    font-size: 12px;
  }
  .footer .bottom .title {
    top: 15px;
    left: 10px;
  }
}

.nav_banner {
  height: 344px;
  background: url() no-repeat center;
}

@media only screen and (max-width: 62.5em) {
  .nav_banner {
    height: 300px;
  }
}

@media only screen and (max-width: 48em) {
  .nav_banner {
    height: 200px;
    background-size: cover;
  }
}

.sub_nav {
  background: rgba(0, 0, 0, 0.7);
  margin-top: -60px;
  text-align: center;
}

.sub_nav ul {
  display: inline-block;
  font-size: 0;
}

.sub_nav ul li {
  display: inline-block;
  padding: 0 40px;
}

.sub_nav ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
}

.sub_nav ul li a.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #00adef;
}

.sub_nav ul li a:not(.active):hover {
  color: #00adef;
}

@media only screen and (max-width: 62.5em) {
  .sub_nav {
    margin-top: -40px;
  }
  .sub_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sub_nav ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    text-align: center;
  }
  .sub_nav ul li a {
    line-height: 40px;
    font-size: 14px;
  }
}

.main {
  padding: 0 10px;
  margin-bottom: 20px;
}

.location {
  padding: 15px 5px;
  font-size: 16px;
  color: #595959;
  border-bottom: 1px solid #e0e0e0;
}

.location a {
  color: #595959;
}

@media only screen and (max-width: 62.5em) {
  .location {
    font-size: 14px;
  }
}

.about_con {
  position: relative;
  padding: 50px 0;
  padding-left: 300px;
}

.about_con .pic {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  height: 100px;
  margin: auto;
  text-align: center;
}

.about_con .pic img {
  vertical-align: middle;
}

.about_con .text {
  padding-left: 100px;
  border-left: 1px solid #e0e0e0;
  font-size: 16px;
}

.about_con .text p {
  line-height: 1.5;
  color: #595959;
}

.about_con .text img {
  width: 100%;
  margin: 30px 0;
}

@media only screen and (max-width: 62.5em) {
  .about_con {
    padding-left: 220px;
  }
  .about_con .pic {
    width: 220px;
  }
  .about_con .text {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 48em) {
  .about_con {
    padding: 30px 0;
  }
  .about_con .pic {
    position: static;
    text-align: center;
  }
  .about_con .text {
    padding: 0;
    padding-top: 20px;
    border-left: none;
    border-top: 1px solid #e0e0e0;
  }
}

.pshare {
  text-align: left;
}

.pages {
  margin: 30px 0;
  text-align: center;
}

.pages a {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 1px;
  background-color: #fff;
  color: #a9a9a9;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: middle;
}

.pages a:hover, .pages a.active {
  background-color: #00adef;
  color: #fff;
}

.pages a:first-child {
  width: 60px;
  border-radius: 5px 0 0 5px;
}

.pages a:last-child {
  width: 60px;
  border-radius: 0 5px 5px 0;
}

.pages span {
  display: inline-block;
  margin: 0 18px 0 13px;
  line-height: 28px;
  color: #a9a9a9;
}

.pages .next, .pages .prev {
  width: 50px;
}

.rongyu {
  margin: 50px 0;
  padding-bottom: 20px;
  font-size: 0;
  margin-right: -2%;
}

.rongyu:after {
  content: " ";
  display: table;
  clear: both;
}

.rongyu li {
  float: left;
  width: 23%;
  margin: 0 2% 4% 0;
}

@media only screen and (max-width: 62.5em) {
  .rongyu li {
    width: 31.33333%;
  }
}

@media only screen and (max-width: 62.5em) {
  .rongyu li {
    width: 48%;
  }
}

.product_pic {
  position: relative;
  display: block;
  height: 0;
  padding-top: 100%;
  border: 1px solid #e7e7e7;
}

.product_pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 6px;
}

.product_text {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product_box {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.product_con {
  position: relative;
  min-height: 500px;
  padding: 20px 10px;
  padding-left: 426px;
}

.product_con .pic {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 376px;
  padding-bottom: 50px;
}

.product_con .pic .owl-carousel {
  border: 1px solid #e0e0e0;
}

.product_con .pic .owl-theme .owl-dots {
  top: 100%;
  padding-top: 10px;
  text-align: left;
}

.product_con .pic .owl-theme .owl-dots .owl-dot.active {
  border: 1px solid #00adef;
}

.product_con .pic .owl-theme .owl-dots .owl-dot {
  position: relative;
  width: 19%;
  height: 0;
  padding-top: 19%;
  margin-right: 1.25%;
  border: 1px solid #e0e0e0;
}

.product_con .pic .owl-theme .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.product_con .pic .owl-theme .owl-dots .owl-dot span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: url() no-repeat center transparent;
  background-size: 90%;
}

.product_con .pic .item {
  position: relative;
  height: 0;
  padding-top: 100%;
}

.product_con .pic .item .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product_con .pic .item .inner img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 15px;
}

.product_con .text {
  color: #595959;
}

.product_con .text h1 {
  font-size: 32px;
  font-weight: normal;
}

.product_con .text .dec {
  padding: 15px;
  margin: 30px 0;
  background-color: #f7f7f7;
}

.product_con .text .dec span {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}

.product_con .text .dec p {
  line-height: 1.5;
  font-size: 16px;
}

.product_con .text .order_btn {
  width: 162px;
  line-height: 48px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  background-color: #00adef;
  border-radius: 5px;
  font-size: 22px;
  cursor: pointer;
}

.product_con .text .jiathis_style_32x32 {
  text-align: right;
}

@media only screen and (max-width: 62.5em) {
  .product_con {
    padding-left: 330px;
  }
  .product_con .pic {
    width: 300px;
  }
}

@media only screen and (max-width: 48em) {
  .product_con {
    padding-left: 0;
  }
  .product_con .pic {
    position: static;
    width: auto;
    padding-bottom: 25%;
  }
  .product_con .text {
    padding-top: 10px;
  }
  .product_con .text h1 {
    font-size: 18px;
  }
  .product_con .text .dec {
    margin: 20px 0;
  }
  .product_con .text .dec span {
    font-size: 18px;
  }
  .product_con .text .dec p {
    font-size: 14px;
  }
}

.detail {
  border-top: 1px solid #e0e0e0;
  padding: 30px 0;
}

.detail .title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
  color: #595959;
}

.article img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}

.article p {
  margin-bottom: 30px;
  line-height: 2;
  font-size: 16px;
  color: #595757;
  text-indent: 32px;
}

.relate {
  border-top: 1px solid #e0e0e0;
  padding: 30px 0;
}

.relate .title {
  margin-bottom: 30px;
  font-size: 22px;
  color: #595959;
}

.relate .rongyu {
  margin: 30px 0;
}

@media only screen and (max-width: 62.5em) {
  .relate .rongyu li:last-child {
    display: none;
  }
}

@media only screen and (max-width: 62.5em) {
  .relate .rongyu li:nth-last-child(2) {
    display: none;
  }
}

.mask {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.mask.show {
  visibility: visible;
  opacity: .4;
  filter: alpha(opacity=40);
}

.popup_wrap {
  display: none;
  z-index: 100000;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
}

.popup_box {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #888;
  -webkit-box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.4);
}

.pop_title {
  position: relative;
  padding: 10px 15px;
  line-height: 14px;
  background: #f1f1f1;
  border-radius: 6px 6px 0 0;
}

.pop_title span {
  color: #00adef;
  font-size: 15px;
  font-weight: 700;
}

.popup_box .close {
  position: absolute;
  top: 50%;
  _top: 20px;
  right: 3px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center;
  background-size: 20px;
}

.popup_con {
  padding: 20px;
  border: 1px solid #fff;
}

.popup_wrap .answer_con {
  display: block;
  padding: 0;
  border: none;
  background-color: transparent;
}

.popup_wrap .input_wrap {
  width: 600px;
  padding-left: 120px;
  padding-right: 50px;
  max-width: 100%;
}

.popup_wrap .input_row .text {
  width: 100px;
  margin-left: -120px;
  font-weight: normal;
}

.popup_wrap .input_row textarea {
  width: 100%;
}

@media only screen and (max-width: 48em) {
  .popup_con {
    padding: 5px;
  }
  .popup_wrap .input_wrap {
    padding-left: 100px;
    padding-right: 10px;
  }
  .code_pic img {
    height: 32px;
  }
}

.input_wrap {
  width: 300px;
  margin: 0 auto;
}

.input_row select {
  width: 100%;
}

.input_wrap .input {
  width: 100%;
  margin-bottom: 10px;
}

.input_wrap .input_row select {
  float: left;
  margin-bottom: 10px;
}

.box_right {
  float: right;
  width: 250px;
  margin-right: -260px;
}

.tips {
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}

.tips p {
  line-height: 1.5;
  font-size: 14px;
  color: #9e9e9e;
}

.input_wrap .input_row .input, .input_wrap .input_row select {
  max-width: 400px;
}

.input_row {
  margin-bottom: 20px;
}

.input_row:after {
  content: " ";
  display: table;
  clear: both;
}

.form_con .input_row .text {
  width: 130px;
  margin-left: -150px;
}

.input_row .text {
  float: left;
  font-size: 16px;
  color: #616161;
  text-align: right;
  line-height: 40px;
}

.input_row .input {
  float: left;
}

.input_row textarea {
  width: 100%;
  height: 230px;
}

.submit_btn {
  display: inline-block;
  line-height: 42px;
  padding: 0 40px;
  background-color: #00adef;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
}

@media only screen and (max-width: 48em) {
  .submit_btn {
    line-height: 32px;
    font-size: 14px;
  }
  .input_row .text {
    line-height: 32px;
    font-size: 14px;
  }
  .form_con .input_row {
    padding-left: 110px;
  }
  .form_con .input_row .text {
    width: 100px;
    margin-left: -110px;
  }
  .input_row .input {
    max-width: 100%;
    font-size: 14px;
  }
}

.input_row .value {
  float: left;
  line-height: 40px;
  color: #101010;
  font-size: 16px;
}

.input_row.code {
  max-width: 250px;
}

.form_con .input_row.code {
  max-width: 380px;
}

.input_row .btn3 {
  float: left;
  line-height: 40px;
  margin-left: 10px;
  margin-top: 0;
}

.input_wrap {
  width: 300px;
  margin: 0 auto;
}

.input_wrap .yanzheng .box {
  width: 500px;
}

.input_wrap .yanzheng .input {
  width: 120px;
}

.input_wrap .yanzheng .disabled_btn {
  float: left;
  margin-left: 10px;
}

.input_wrap .yanzheng .btn3 {
  line-height: 38px;
  border: 1px solid #ffad44;
  background-color: #FFF9F2;
  color: #ffad44;
}

.input_wrap .yanzheng .btn3:hover {
  background-color: #fff;
}

.input_wrap .code .btn3 {
  line-height: 38px;
  border: 1px solid #ffad44;
  background-color: #FFF9F2;
  color: #ffad44;
}

.input_wrap .code .btn3:hover {
  background-color: #fff;
}

.code .box {
  padding-right: 120px;
}

.code .input {
  float: left;
  width: 100%;
}

.code_pic {
  float: right;
  margin-right: -120px;
  width: 110px;
  height: 43px;
}

.code_pic img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
}

.input {
  padding: 10px 8px;
  color: #8e8e8d;
  border-radius: 3px;
  border: 1px solid #b2b2b2;
  font-size: 16px;
  -webkit-appearance: none;
}

.news_con .newslist {
  padding-left: 0;
}

.news_con .newslist li {
  padding: 30px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}

.news_con .newslist li .text {
  color: #595959;
}

.news_con .newslist li .text p {
  color: #595959;
}

@media only screen and (max-width: 48em) {
  .news_con .newslist li {
    padding: 20px 0;
  }
}

.news_panel .title {
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  color: #595959;
}

.news_panel .title h1 {
  margin-bottom: 10px;
  font-size: 22px;
}

.news_panel .title span {
  font-size: 16px;
}

.news_panel .text {
  padding: 15px;
  color: #595959;
}

.news_panel .text:after {
  content: " ";
  display: table;
  clear: both;
}

.news_panel .text p {
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 30px;
  word-wrap: break-word;
}

.news_panel .text img {
  margin-bottom: 30px;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

.news_panel .text .jiathis_style_32x32 {
  margin-top: 30px;
  float: right;
}

@media only screen and (max-width: 48em) {
  .news_panel .text {
    padding: 20px 0;
  }
  .news_panel .text p {
    font-size: 14px;
  }
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.relate_news {
  border-top: 1px solid #e0e0e0;
  padding: 20px 0;
}

.relate_news .title {
  margin-bottom: 20px;
  font-size: 22px;
  color: #595959;
}

.relate_news .list:after {
  content: " ";
  display: table;
  clear: both;
}

.relate_news .list a {
  float: left;
  width: 48%;
  margin-right: 2%;
  color: #595959;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 48em) {
  .relate_news .list a {
    float: none;
    width: auto;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.search {
  padding: 80px 0 30px;
}

.search .content {
  text-align: center;
  font-size: 0;
}

.search .content input {
  display: inline-block;
  width: 220px;
  font-size: 16px;
  padding: 8px;
  border: 1px solid #e0e0e0;
}

.search .content a {
  display: inline-block;
  width: 110px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  background-color: #00adef;
  cursor: pointer;
}

@media only screen and (max-width: 62.5em) {
  .search {
    padding: 50px 0 30px;
  }
}
/*# sourceMappingURL=style.css.map */