﻿/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}
a {
  color: #333;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
}
a:hover {
  text-decoration: none;
  color: #2b78cc;
}
i,
b {
  font-style: normal;
}
.topPhoto {
  background: url(../images/top_photo.jpg) no-repeat center top;
  height: 477px;
  overflow: hidden;
}
.qList {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0 30px 10px;
}
.qList li {
  float: left;
  margin: 20px 20px 0 0;
}
.qList li:nth-child(4n) {
  margin-right: 0;
}
.qList li a {
  display: block;
  width: 280px;
  height: 184px;
  box-sizing: border-box;
  border-radius: 20px;
  border: solid 2px transparent;
  box-shadow: 0 0 10px #eeeeee;
}
.qList li a:hover {
  border: solid 2px #e0e9ff;
  box-shadow: 0 0 20px #DDD;
}
.qList li a:hover .detail {
  opacity: 1;
}
.qList li .icon {
  width: 70px;
  height: 45px;
  background: url(../images/icon_Q.png) no-repeat center center #3472ff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 30px;
}
.qList li h2 {
  padding: 20px 20px 0;
  height: 100px;
  box-sizing: border-box;
}
.qList li .detail {
  color: #3472ff;
  text-align: right;
  padding-right: 20px;
  transition: .5s all;
  opacity: 0;
}
.qList li .detail::after {
  content: '';
  display: inline-block;
  background: url(../images/icon_arrow.png) no-repeat;
  width: 24px;
  height: 7px;
  margin-left: 5px;
}
.content {
  width: 1200px;
  margin: 20px auto;
  min-height: 450px;
}
.content .title {
  background: url(../images/title_bg.jpg) repeat-x;
  height: 64px;
  line-height: 64px;
  position: relative;
  display: inline-block;
  padding: 0 40px 0 10px;
}
.content .title::before {
  content: '';
  background: url(../images/title_left.jpg) no-repeat;
  width: 8px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.content .title::after {
  content: '';
  background: url(../images/title_right.jpg) no-repeat;
  width: 40px;
  height: 64px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.content .title .icon {
  display: inline-block;
  background: url(../images/icon_content_Q.jpg) no-repeat;
  width: 42px;
  height: 40px;
  vertical-align: middle;
  margin-left: 20px;
}
.content .title .icon::after {
  content: '';
  background: url(../images/icon_people.png) no-repeat;
  width: 40px;
  height: 59px;
  position: absolute;
  left: 90px;
  top: 17px;
}
.content .title h2 {
  display: inline-block;
  font-size: 24px;
  color: #FFF;
  font-weight: 600;
  margin-left: 70px;
  line-height: 80px;
}
.content .top {
  background: url(../images/content_top_bg.jpg) no-repeat;
  height: 34px;
  overflow: hidden;
}
.content .txtBox {
  background: url(../images/content_bg.jpg) repeat-y;
  padding: 20px 45px;
  width: 1110px;
}
.content .bottom {
  background: url(../images/content_btm_bg.jpg) no-repeat;
  height: 34px;
  overflow: hidden;
}
.bg_xxgk {
  background: #FFF;
}
