@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
}
.container-wrap {
  overflow: hidden;
  margin-top: 20px;
  background-color: #fff;
}
.container-nc {
  overflow: hidden;
  margin-top: 20px;
  background-color: initial;
}
.column-1 {
  width: 8.33333333%;
  float: left;
}
.column-2 {
  width: 16.66666667%;
  float: left;
}
.column-3 {
  width: 25%;
  float: left;
}
.column-4 {
  width: 33.33333333%;
  float: left;
}
.column-5 {
  width: 41.66666667%;
  float: left;
}
.column-6 {
  width: 50%;
  float: left;
}
.column-7 {
  width: 58.33333333%;
  float: left;
}
.column-8 {
  width: 66.66666667%;
  float: left;
}
.column-9 {
  width: 75%;
  float: left;
}
.column-10 {
  width: 83.33333333%;
  float: left;
}
.column-11 {
  width: 91.66666667%;
  float: left;
}
.column-12 {
  width: 100%;
  float: left;
}
* {
  margin: 0;
  padding: 0;
  color: #595959;
}
ul,
li,
ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a {
  text-decoration: none !important;
}
p {
  margin: 0px;
}
.inline {
  display: inline;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.over {
  overflow: hidden;
}
html {
  font-family: "Microsoft YaHei";
}
.text-14 {
  font-size: 14px;
  font-weight: 400;
  color: #5e5e5e;
}
.text-right {
  text-align: right;
}
.mr40 {
  margin-right: 40px!important;
}
.mt3 {
  margin-top: 3px;
}
.mt7 {
  margin-top: 7px;
}
.mt10 {
  margin-top: 10px!important;
}
input,
textarea {
  outline: 0;
}
::-webkit-input-placeholder {
  color: #a5a5a5;
  font-size: 14px;
}
/* 使用webkit内核的浏览器 */
:-moz-placeholder {
  color: #a5a5a5;
  font-size: 14px;
}
/* Firefox版本4-18 */
::-moz-placeholder {
  color: #a5a5a5;
  font-size: 14px;
}
/* Firefox版本19+ */
:-ms-input-placeholder {
  font-size: 14px;
  color: #a5a5a5;
}
.limit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.img-circle {
  border-radius: 50%;
}
.limit-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.last {
  margin-right: 0!important;
}
.overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
input,
textarea {
  outline: 0;
}
::-webkit-input-placeholder {
  color: #a5a5a5;
  font-size: 14px;
}
/* 使用webkit内核的浏览器 */
:-moz-placeholder {
  color: #a5a5a5;
  font-size: 14px;
}
/* Firefox版本4-18 */
::-moz-placeholder {
  color: #a5a5a5;
  font-size: 14px;
}
/* Firefox版本19+ */
:-ms-input-placeholder {
  font-size: 14px;
  color: #a5a5a5;
}
.limit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.img-circle {
  border-radius: 50%;
}
.bg-c-white {
  background-color: #fff;
}
.border-b {
  border-bottom: 1px solid #f4f4f4;
}
.fs14 {
  font-size: 14px;
}
.fs26 {
  font-size: 26px;
}
.txt-c-32 {
  color: #323232;
}
.pr-20 {
  padding-right: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-40 {
  padding-bottom: 40px;
}
.mr40 {
  margin-right: 40px!important;
}
.mt3 {
  margin-top: 3px;
}
.mt7 {
  margin-top: 7px;
}
.mt10 {
  margin-top: 10px!important;
}
.mt40 {
  margin-top: 40px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.l-h-26 {
  line-height: 26px;
}
a:hover {
  color: #4285f4 !important;
}
a.btn {
  color: #fff!important;
}
.headnav a:hover {
  color: #fff!important;
}
.headbar {
  width: 100%;
  height: 40px;
  background: #f4f4f4;
}
.headbar .left p {
  width: 348px;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  height: 40px;
  line-height: 40px;
}
.headbar .left span {
  margin-left: 30px;
}
.headbar .right {
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  height: 40px;
  line-height: 40px;
}
.headbar .right span {
  color: #757575;
}
.headbar .right a {
  color: #757575;
}
.headBanner {
  background: #4285F4;
  height: 200px;
}
.headBanner .layout .img {
  width: 100%;
  height: 200px;
}
.headBanner .layout .img img {
  width: 100%;
  height: 100%;
}
