﻿.img-responsive {
  display: block;
  max-width: 100%;
}

ul, li, ol, dl, dd {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button {
  font-family: "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  outline: none;
}

img {
  vertical-align: center;
  border: none;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  color: #666;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'iconfont';
  /* project id 259415 */
  src: url("../fonts/font_259415_7eexcfkcthkyy14i.eot");
  src: url("../fonts/font_259415_7eexcfkcthkyy14i.eot?#iefix") format("embedded-opentype"), url("../fonts/font_259415_7eexcfkcthkyy14i.woff") format("woff"), url("../fonts/font_259415_7eexcfkcthkyy14i.ttf") format("truetype"), url("../fonts/font_259415_7eexcfkcthkyy14i.svg#iconfont") format("svg");
}

.iconfont {
  font-family: 'iconfont';
}

.wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.fl, .pull-left {
  float: left;
}

.fr, .pull-right {
  float: right;
}

.clearfix:after, .clearfix:before {
  content: '';
  display: table;
  clear: both;
  height: 0;
}

.text-center {
  text-align: center;
}

.inline-block {
  display: inline-block;
}

table a {
  color: #666;
}

table a:hover {
  color: #febe33;
}

.div-10 {
  height: 10px;
  clear: both;
}

.mt0 {
  margin-top: 0 !important;
}

.section {
  margin-top: 60px;
}

.section > .header {

  position: relative;
}

.section > .header .title {
  color: #393939;
  font-size: 28px;
  line-height: 1;
}


.why {
  background-color: #f5f9ff;
}

.why ul.content {
  padding: 15px;
  padding-top: 55px;
}

li.why_item {
  float: left;
  border: 1px solid #b6b6b6;
  width: 280px;
  height: 400px;
  margin-right: 15px;
 /* padding: 40px 30px;*/
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

li.why_item:last-of-type {
  margin-right: 0;
}

li.why_item:hover, li.why_item.active {
  border: 1px solid #1c82ff;
  box-shadow: 0 0 15px #1c82ff;
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
}

li.why_item:hover *,
li.why_item:hover p.title,
li.why_item:hover p.info, li.why_item.active *,
li.why_item.active p.title,
li.why_item.active p.info {
  color: #1c82ff;
}

li.why_item div.icon {
  padding-bottom: 40px;
}

li.why_item div.icon span.iconfont {
  font-size: 63px;
}

li.why_item p.title {
  font-size: 24px;
  color: #666666;
}

li.why_item p.info {
  margin-top: 30px;
  font-size: 24px;
  line-height: 2;
  font-weight:bolder;
  color: #666666;
}

.section {
  margin-top: 60px;
}

.section > .header {

  padding-bottom: 30px;
  position: relative;
}

.section > .header:after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background-color: #1c82ff;
  position: absolute;
  left: 50%;
  left: 49%\9;
  bottom: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section > .header .title {
  color: #393939;
  font-size: 28px;
  line-height: 1;
}
