@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: Billboard;
  src: url("../font/Billboard%20Regular.ttf");
}
/*全局定义*/
* {
  padding: 0;
  margin: 0;
  font-family: Arial;
  font-weight: 500;
}
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
li {
  list-style: none;
}
button {
  outline: none;
  border: 0;
  box-shadow: 0;
}
img {
  display: block;
  border: 0;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.clearfix {
  clear: both !important;
}
.clear {
  clear: both;
  display: block;
  content: "";
}
.top10 {
  margin-top: 10px !important;
}
.top20 {
  margin-top: 20px !important;
}
.top30 {
  margin-top: 30px !important;
}
.top40 {
  margin-top: 30px !important;
}
.he30 {
  width: 100%;
  height: 30px;
}
.he60 {
  width: 100%;
  height: 60px;
}
.hide {
  display: none;
}
.fonthide01 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.width {
  width: 96%;
  padding: 0 2%;
  margin: auto;
}
.bb {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*头部*/
.header {
  width: 100%;
  height: 44px;
  background: #55b0ff;
  color: #ffffff;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  position: fixed;
  display: block;
  z-index: 999999;
}
.header .la {
  position: absolute;
  right: 2%;
  top: 0;
  height: 44px;
  line-height: 44px;
  color: #FFFFFF;
}
.header .la .la_ul {
  position: absolute;
  right: 0;
  top: 44px;
  width: 100%;
  background: #FFFFFF;
  z-index: 99999;
}
.header .la .la_ul li {
  width: 100%;
  text-align: center;
}
.header .la .la_ul li a {
  color: #414141;
  font-size: 14px;
}
.header .btn {
  width: 34px;
  height: 24px;
  position: absolute;
  left: 12px;
  top: 10px;
}
.header #nav {
  position: fixed;
  width: 55%;
  height: 100%;
  background: #FFFFFF;
  left: -75%;
  top: 0;
  bottom: 0;
  transition: .5s;
  z-index: 2;
}
.header #nav .logo {
  padding: 5% 0 5% 5%;
  width: 70%;
}
.header #nav .logo img {
  width: 100%;
  height: auto;
}
.header #nav li {
  width: 90%;
  font-size: 14px;
  text-align: left;
  padding: 0 5%;
  line-height: 30px;
}
.header #nav li a {
  display: block;
  padding: 10px 0;
  width: 100%;
  color: #4b4b4b;
}
.header .close {
  position: fixed;
  right: -25%;
  top: 0;
  width: 25%;
  height: 95%;
  padding: 0;
  transition: .5s;
  z-index: 2;
}
.header .close span {
  display: block;
  width: 100%;
  height: 44px;
  font-size: 32px;
  color: #ffffff;
  background: #55b0ff;
}
.header .gray {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  display: none;
  transition: .5s;
  z-index: 1;
  opacity: 0;
}
.header .ani {
  animation-name: mymove;
  -webkit-animation-name: mymove;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes mymove {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
/*banner*/
.banner {
  position: relative;
  padding: 44px 0 0 0;
  top: 0;
  left: 0;
  /*right*/
  /*left*/
}
.banner .swiper-wrapper img {
  width: 100%;
  height: auto;
}
.banner .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.banner .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.index_tab {
  width: 96%;
  padding: 0 2%;
  margin: auto;
  overflow: hidden;
}
.index_tab #tab {
  width: 100%;
  overflow: hidden;
  border-bottom: 2px rgba(0, 0, 0, 0.1) solid;
}
.index_tab #tab .swiper-wrapper li {
  padding: 8px 30px;
  width: auto !important;
  white-space: nowrap;
  display: inline-block;
  float: none;
  background: #fff;
  color: #37474f;
}
.index_tab #tab .swiper-wrapper li a {
  color: #37474f;
}
.index_tab #tab .swiper-wrapper .active {
  background: #55b0ff;
  color: #ffffff;
}
.index_tab #tab .swiper-wrapper .active a {
  color: #ffffff;
}
.index_tab #content .content_li {
  margin: 0;
}
.index_tab #content .content_li div {
  width: 49%;
  float: left;
  margin: 20px 0 0 0;
}
.index_tab #content .content_li div:nth-child(even) {
  float: right;
}
.index_tab #content .content_li div img {
  width: 100%;
  height: auto;
  border: 0;
}
.index_tab #content .content_li div p {
  padding: 15px;
}
.index_tab #content .content_li div p a {
  font-size: 15px;
  color: #535353;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 35px;
}
.index_tab #content .content_li:after {
  clear: both;
  display: block;
  content: "";
}
.index_tab #content .content_li02 {
  border: 1px #999 solid;
  padding: 10px;
}
.index_tab #content .content_li02 a {
  display: block;
  line-height: 18px;
  font-size: 16px;
  color: #434343;
  padding: 5px 0;
}
/*回到顶部*/
.to-top {
  display: none;
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
  background-color: #55b0ff;
  z-index: 99999999;
}
.height60 {
  width: 100%;
  height: 60px;
}
/*浮动窗口*/
.win {
  width: 100%;
  height: 60px;
  background: #55b0ff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 990;
}
.win li {
  width: 25%;
  float: left;
  height: 60px;
}
.win li a {
  display: block;
  color: #FFFFFF;
  height: 25px;
  width: 100%;
  font-size: 16px;
  padding-top: 35px;
  text-align: center;
}
.win li:nth-child(1) {
  background: url("../images/tel.png") no-repeat;
  background-position: center 5px;
}
.win li:nth-child(2) {
  background: url("../images/home.png") no-repeat;
  background-position: center 5px;
}
.win li:nth-child(3) {
  background: url("../images/product.png") no-repeat;
  background-position: center 5px;
}
.win li:nth-child(4) {
  background: url("../images/add.png") no-repeat;
  background-position: center 5px;
}
/*底部*/
.footer {
  padding: 10px 0;
  width: 100%;
  background: #393939;
}
.footer h4 {
  margin: 4px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
}
.footer p {
  margin: 2px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
}
/*分页*/
.page {
  width: 180px;
  height: 20px;
  font-size: 12px;
  margin: 11px auto 20px;
}
.page a {
  color: #707070;
}
/*404页面*/
.error404 {
  width: 90%;
  margin: auto;
}
.error404 .txt {
  width: 100%;
}
.error404 .txt h2 {
  font-size: 48px;
  color: #55b0ff;
  text-align: center;
  font-family: Arial;
  font-weight: 500;
}
.error404 .txt h3 {
  font-size: 24px;
  color: #55b0ff;
  text-align: center;
  font-weight: 500;
}
.error404 .txt h4 {
  margin-top: 20px;
  font-size: 16px;
  color: #7d7d7d;
  text-align: center;
  line-height: 30px;
}
.error404 .txt h4 span {
  display: block;
  font-size: 20px;
  color: #55b0ff;
  text-align: center;
  font-family: Arial;
}
.error404 .txt h5 {
  width: 120px;
  height: 32px;
  border-radius: 10px;
  background: #55b0ff;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  line-height: 32px;
  margin: 20px auto 0;
}
.error404 .txt h5 a {
  display: block;
  color: #ffffff;
}
.title6 {
  margin: 0 2%;
  width: 96%;
}
.title6 ul {
  padding: 2% 0;
}
.title6 ul li {
  float: left;
  text-align: center;
  width: 48%;
  background: #FFFFFF;
  border: 1px #55b0ff solid;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin: 2% 2% 2% 0;
  border-radius: 3px;
}
.title6 ul li:nth-child(even) {
  margin-right: 0;
}
.title6 ul li a {
  display: block;
  width: 100%;
  height: 30px;
  color: #55b0ff;
}
.title6 ul .active {
  background: #55b0ff;
  border: 0;
}
.title6 ul .active a {
  color: #FFFFFF;
}
.welcome {
  width: 100%;
  background: #f8f8f8;
}
.welcome .con {
  width: 100%;
  margin: auto;
  padding: 10px 0;
}
.welcome .con .pull-left {
  display: none;
}
.welcome .con .pull-right {
  width: 96%;
  margin: 0 2%;
}
.welcome .con .pull-right h2 {
  display: none;
}
.welcome .con .pull-right h3 {
  color: #4b4b4b;
  font-size: 18px;
  margin: 15px 0 0 0;
}
.welcome .con .pull-right form {
  margin: 10px 0 0 0;
}
.welcome .con .pull-right select {
  width: 98%;
  border: 1px #d7d7d7 solid;
  outline: none;
  padding: 0 0 0 2%;
  line-height: 40px;
  float: left;
  font-size: 16px;
  color: #434343;
  height: 40px;
}
.welcome .con .pull-right input {
  width: 76.5%;
  float: left;
  border: 1px #d7d7d7 solid;
  outline: none;
  font-size: 16px;
  color: #434343;
  padding: 0 0 0 2%;
  height: 40px;
  margin: 10px 0 0 0;
  line-height: 40px;
}
.welcome .con .pull-right button {
  width: 20%;
  height: 42px;
  float: left;
  border: 1px #d7d7d7 solid;
  line-height: 42px;
  font-size: 16px;
  color: #ffffff;
  background: #4b4b4b;
  text-align: center;
  margin: 10px 0 0 0;
}
.cofa {
  width: 96%;
  margin: auto;
}
.cofa .co {
  width: 100%;
}
.cofa .co .pull-left {
  width: 100%;
  height: auto;
}
.cofa .co .pull-right {
  width: 100%;
}
.cofa .co h2 {
  color: #55b0ff;
  font-size: 18px;
  width: 100%;
  line-height: 30px;
  text-transform: uppercase;
  margin: 25px 0 0 0 !important;
  font-weight: bold;
}
.cofa .co h2 span {
  font-weight: bold;
}
.cofa .co p {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
.cofa .co .btn {
  display: block;
  color: #55b0ff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 10px 0 0;
  background: url("../images/i_11.png") no-repeat;
  background-position: right center;
  width: 83px;
  line-height: 14px;
  height: 14px;
}
.cofa .co .top40 {
  display: none;
}
.cofa .co .co_ul {
  display: none;
}
.cofa .co .more {
  display: none;
}
.cofa .fa {
  width: 100%;
  margin: 20px 0 0 0;
}
.cofa .fa .one {
  width: 100%;
  height: auto;
  position: relative;
}
.cofa .fa .one h2 {
  display: none;
}
.cofa .fa .one #one {
  width: 99%;
  height: auto;
  margin: 0;
  overflow: hidden;
}
.cofa .fa .one #one img {
  width: 100%;
  height: auto;
}
.cofa .fa .one #one .one_pa {
  position: absolute;
  z-index: 99999;
  left: 50%;
  bottom: 20px;
  margin-left: -33px;
  width: 66px;
}
.cofa .fa .one #one .one_pa:hover {
  cursor: default;
}
.cofa .fa .one #one .one_pa .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.cofa .fa .one #one .one_pa .swiper-pagination-bullet-active {
  background: #ec8b00;
}
.cofa .fa .two {
  display: none;
}
.cofa:after {
  clear: both;
  display: block;
  content: "";
}
.feedback {
  width: 96%;
  margin: auto;
}
.feedback .pull-left {
  width: 100%;
  height: auto;
  margin: auto;
}
.feedback .pull-left h2 {
  font-weight: bold;
  font-size: 21px;
  color: #55b0ff;
  line-height: 27px;
  margin: 20px 0 0 0;
  text-align: center;
}
.feedback .pull-left h3 {
  font-size: 17px;
  color: #4c4c4c;
  margin: 20px 0 0 0;
}
.feedback .pull-left p {
  font-size: 14px;
  color: #959595;
  margin: 0;
}
.feedback .pull-left input {
  margin: 20px 0 0 0;
  outline: none;
  border: 1px #d6d6d6 solid;
  border-radius: 4px 0 0 4px;
  border-right: 0;
  float: left;
  font-size: 16px;
  padding: 8px 0 8px 2%;
  width: 77%;
  height: 18px;
  color: #4c4c4c;
}
.feedback .pull-left button {
  margin: 20px 0 0 0;
  float: left;
  background: url("../images/i_09.png") no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  width: 20%;
  height: 36px;
  display: block;
}
.feedback .pull-left:after {
  clear: both;
  display: block;
  content: "";
}
.feedback .pull-right {
  display: block;
  width: 100%;
  height: auto;
}
.feedback:after {
  clear: both;
  display: block;
  content: "";
}
.banner_in {
  width: 100%;
  padding: 44px 0 0 0;
}
.banner_in img {
  width: 100%;
  height: auto;
}
.cp {
  padding: 0;
  width: 96%;
  margin: auto;
}
.cp li {
  width: 49%;
  float: left;
  padding: 10px 0 10px 0;
  border-bottom: 1px #e2e2e2 dashed;
}
.cp li:nth-child(even) {
  float: right;
}
.cp li img {
  width: 100%;
  height: auto;
}
.cp li .cp_r {
  width: 100%;
  margin: 0;
}
.cp li .cp_r h2 {
  color: #434343;
  font-size: 16px;
  margin: 15px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0 0 5%;
}
.cp li .cp_r h2 a {
  color: #434343;
}
.cp li .cp_r h3 {
  color: #313131;
  font-size: 14px;
  margin: 3px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0 0 5%;
}
.cp li .cp_r h3 span {
  color: #7b7b7b;
}
.cp li .cp_r .more {
  color: #55b0ff;
  font-size: 14px;
  margin: 20px 0 0 0;
  display: block;
  width: 82px;
  padding: 0 0 0 5%;
}
.cp li .cp_r .btn {
  display: block;
  color: #ffffff;
  font-size: 14px;
  background: url("../images/i_19.png") no-repeat;
  width: 84px;
  height: 32px;
  line-height: 32px;
  padding: 0 0 0 32px;
  margin: 12px auto 0;
}
.cp:after {
  clear: both;
  display: block;
  content: "";
}
.pr_in {
  width: 96%;
  padding: 10px 0;
  margin: auto;
}
.pr_in .pr_in_l {
  width: 100%;
  height: auto;
  display: block;
}
.pr_in .pr_in_r {
  width: 100%;
}
.pr_in .pr_in_r h1 {
  font-size: 18px;
  color: #55b0ff;
  margin: 15px 0 0 0;
}
.pr_in .pr_in_r .line {
  width: 100%;
  height: 1px;
  margin: 15px 0 0;
  background: #eaeaea;
}
.pr_in .pr_in_r h3 {
  font-size: 14px;
  color: #313131;
  line-height: 14px;
  margin: 10px 0 0 0;
}
.pr_in .pr_in_r h3 span {
  color: #7b7b7b;
}
.pr_in .pr_in_r ul {
  display: none;
}
.pr_in .pr_in_r .btn {
  display: block;
  background: url("../images/i_20.png") no-repeat;
  width: 98px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  padding: 0 0 0 38px;
  margin: 25px 0 0 0;
}
.pr_in .pr_detail_l {
  width: 100%;
}
.pr_in .pr_detail_l h2 {
  width: 95%;
  color: #55b0ff;
  font-size: 20px;
  line-height: 20px;
  font-family: Billboard, Arial;
  border-bottom: 1px #eaeaea solid;
  padding: 0 0 12px 5%;
  background: url("../images/i_16.png") no-repeat;
  background-position: 0 2px;
  text-transform: uppercase;
}
.pr_in .pr_detail_l h4 {
  color: #313131;
  font-size: 14px;
  margin: 18px 0 0 0;
}
.pr_in .pr_detail_l p {
  color: #7d7d7d;
  font-size: 14px;
  line-height: 24px;
  margin: 5px 0 0 0;
}
.pr_in .pr_detail_l table {
  width: 100%;
  border: 1px #ebebeb solid;
  border-bottom: 0;
}
.pr_in .pr_detail_l table tr {
  border-top: 0;
}
.pr_in .pr_detail_l table tr td {
  padding: 12px 0;
  color: #626262;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px #ebebeb solid;
}
.pr_in .pr_detail_l table .t_color {
  background: #f5f5f5;
}
.pr_in .pr_detail_l table .t_color td {
  color: #313131;
  text-align: center;
  font-size: 14px;
}
.pr_in .pr_detail_l img {
  width: 100%;
  height: auto;
  margin: 15px 0 0 0;
}
.pr_in .pr_detail_r {
  display: none;
}
.pr_in:after {
  clear: both;
  display: block;
  content: "";
}
.order {
  padding: 25px 2% 0;
}
.order .form_img {
  width: 100%;
  height: auto;
}
.order .form_r {
  margin: 0;
  width: 100%;
}
.order .form_r li {
  width: 100%;
  color: #55b0ff;
  font-size: 16px;
}
.order .form_r li span {
  color: #ff0000;
  margin: 0 3px;
}
.order .form_r li:first-child {
  line-height: 35px;
  margin: 10px 0 0 0;
}
.order .form_r li:first-child input {
  width: 97%;
  height: 15px;
  border: 1px #dfdfdf solid;
  border-radius: 3px;
  padding: 10px 0 10px 2%;
  font-size: 14px;
  color: #707070;
  outline: none;
}
.order .form_r li:first-child:after {
  clear: both;
  display: block;
  content: "";
}
.order .form_r li:first-child + li {
  line-height: 35px;
  margin: 10px 0 0 0;
}
.order .form_r li:first-child + li .two_an {
  width: 100%;
  display: block;
}
.order .form_r li:first-child + li .two_an .in_l {
  float: left;
  width: 32%;
  height: 35px;
  border: 1px #dfdfdf solid;
  border-radius: 3px 0 0 3px;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  line-height: 35px;
  font-size: 35px;
  font-style: normal;
}
.order .form_r li:first-child + li .two_an .in_l::selection {
  background: none;
}
.order .form_r li:first-child + li .two_an .in_l:hover {
  cursor: default;
}
.order .form_r li:first-child + li .two_an input {
  float: left;
  width: 32%;
  height: 15px;
  border: 1px #dfdfdf solid;
  border-right: 0;
  border-left: 0;
  padding: 10px 0 10px;
  font-size: 14px;
  color: #707070;
  outline: none;
  text-align: center;
}
.order .form_r li:first-child + li .two_an .in_r {
  float: left;
  width: 32%;
  height: 35px;
  border: 1px #dfdfdf solid;
  border-radius: 3px 0 0 3px;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  line-height: 35px;
  font-size: 26px;
  font-style: normal;
}
.order .form_r li:first-child + li .two_an .in_r::selection {
  background: none;
}
.order .form_r li:first-child + li .two_an .in_r:hover {
  cursor: default;
}
.order .form_r li:first-child + li + li {
  margin: 15px 0 0 0;
}
.order .form_r li:first-child + li + li + li {
  margin: 15px 0 0 0;
  color: #707070;
}
.order .form_r li:first-child + li + li + li span {
  color: #55b0ff;
}
.order h2 {
  width: 98%;
  color: #0088d3;
  font-size: 20px;
  line-height: 20px;
  font-family: Billboard, Arial;
  border-bottom: 1px #eaeaea solid;
  padding: 0 0 12px 2%;
  background: url("../images/i_16.png") no-repeat;
  background-position: 0 2px;
  text-transform: uppercase;
}
.order .inp {
  width: 100%;
}
.order .inp li {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}
.order .inp li h3 {
  font-size: 16px;
  color: #55b0ff;
}
.order .inp li h3 span {
  color: #d30000;
  margin: 0 0 0 5px;
}
.order .inp li input {
  width: 94%;
  font-size: 14px;
  color: #707070;
  padding: 10px 2%;
  border: 1px #dfdfdf solid;
  border-radius: 3px;
  outline: none;
  margin: 10px 0 0 0;
}
.order .inp li select {
  width: 97.5%;
  font-size: 14px;
  color: #707070;
  padding: 9px 2%;
  border: 1px #dfdfdf solid;
  border-radius: 3px;
  outline: none;
  margin: 10px 0 0 0;
}
.order .inp:after {
  clear: both;
  display: block;
  content: "";
}
.order .message {
  width: 100%;
  margin: 20px 0 0 0;
}
.order .message h3 {
  font-size: 16px;
  color: #55b0ff;
}
.order .message h3 span {
  color: #d30000;
  margin: 0 0 0 5px;
}
.order .message textarea {
  color: #707070;
  margin: 10px 0 0;
  width: 96%;
  height: 160px;
  border-radius: 3px;
  border: 1px #dfdfdf solid;
  outline: none;
  padding: 2%;
}
.order .message .yz {
  width: 270px;
  font-size: 14px;
  color: #707070;
  border: 1px #dfdfdf solid;
  border-radius: 3px;
  outline: none;
  margin: 10px 0 0 0;
}
.order .message .yz input {
  float: left;
  width: 180px;
  outline: none;
  padding: 10px;
  border: 0;
  color: #707070;
}
.order .message .yz img {
  margin-top: 8px;
  float: left;
}
.order .message .yz span {
  display: none;
}
.order .message .yz:after {
  clear: both;
  display: block;
  content: "";
}
.order .sub {
  width: 131px;
  height: 43px;
  background: #55b0ff;
  color: #ffffff;
  font-size: 20px;
  line-height: 43px;
  text-align: center;
  border-radius: 2px;
  margin: 29px 0 0 0;
}
.order .line {
  margin: 20px 0 0 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}
.order .li {
  margin: 15px 0 0 0;
  color: #707070;
  font-size: 13px;
}
.order .li span {
  color: #55b0ff;
}
.about {
  padding: 0 2% 10px;
}
.about img {
  width: 100%;
  height: auto;
}
.about .text {
  width: 100%;
}
.about .text h3 {
  color: #313131;
  font-size: 14px;
}
.about .text h3 span {
  color: #55b0ff;
  font-size: 16px;
}
.about .text p {
  color: #707070;
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0 0 0;
}
.about .text .line_20 {
  line-height: 20px;
}
.about .text_con {
  width: 100%;
}
.about .img_con {
  width: 100%;
  height: auto;
}
.about h2 {
  width: 95%;
  color: #0088d3;
  font-size: 20px;
  line-height: 20px;
  font-family: Billboard, Arial;
  border-bottom: 1px #eaeaea solid;
  padding: 0 0 12px 5%;
  background: url("../images/i_16.png") no-repeat;
  background-position: 0 2px;
  text-transform: uppercase;
}
.honor {
  width: 96%;
  padding: 0 2%;
}
.honor li {
  float: left;
  width: 49%;
  border-bottom: 1px #e2e2e2 dashed;
  margin: 20px 0 0;
}
.honor li:nth-child(even) {
  float: right;
}
.honor li img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
.honor li p {
  color: #707070;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  text-align: center;
}
.honor:after {
  clear: both;
  display: block;
  content: "";
}
.download_list .download {
  width: 95.5%;
  padding: 10px 2%;
  border-top: 1px #e2e2e2 dashed;
}
.download_list .download h2 {
  color: #313131;
  font-size: 16px;
  float: left;
  line-height: 35px;
  width: 100%;
}
.download_list .download .btn {
  float: right;
  display: block;
  color: #ffffff;
  font-size: 14px;
  background: url("../images/i_24.png") no-repeat;
  width: 93px;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 43px;
}
.download_list .download:after {
  clear: both;
  display: block;
  content: "";
}
.download_list .download:first-child {
  border-top: 0;
}
.contact {
  padding: 0 2%;
}
.contact h2 {
  color: #55b0ff;
  font-size: 16px;
  padding: 0 0 0 26px;
  background: url("../images/i_25.png") no-repeat;
  height: 20px;
  line-height: 20px;
  margin: 15px 0 0 0;
}
.contact #map {
  width: 100%;
  height: 232px;
  margin: 15px 0 0 0;
}
.contact .con_ul {
  margin: 15px 0 0 0;
}
.contact .con_ul li {
  width: 100%;
  color: #626262;
  font-size: 15px;
  margin: 15px 0 0 0;
  line-height: 21px;
}
.contact .con_ul li span {
  color: #55b0ff;
}
.contact .con_ul li img {
  margin: 0 10px 0 0;
  float: left;
}
