*,
*::after,
*::before {
  box-sizing: border-box;
  word-wrap: break-word;
}
*[hidefocus],
a,
textarea,
area {
  outline: none;
  resize: none;
}
html,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
img,
input,
li,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  padding: 0;
  margin: 0;
  border: 0;
}
dl,
ol,
ul {
  list-style-type: none;
}
button,
input {
  overflow: visible;
  vertical-align: middle;
  outline: none;
  background-color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
button,
input,
pre,
select,
td,
textarea,
th {
  font-size: 12px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
a {
  color: #333333;
  text-decoration: none;
}
a:active,
a:hover,
a:focus,
:focus {
  outline: none;
}
input {
  -webkit-user-modify: read-write-plaintext-only;
}
a,
button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
sub,
sup {
  vertical-align: baseline;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
}
em,
i {
  font-style: normal;
}
/*HTML5 reset*/
address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
legend,
menu,
nav,
section,
fieldset,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -webkit-appearance: textfield;
}
/*IE下a:hover 背景闪烁*/
html {
  overflow: -moz-scrollbars-vertical;
}
/*清除浮动*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
body,
input,
select {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  min-width: 1200px;
}
a {
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}
a[class]:hover {
  text-decoration: none;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
@font-face {
  font-family: Din Medium;
  src: url("/assets/pc2018/fonts/din-medium.otf");
}
.number {
  font-family: 'Din Medium';
}
.header {
  position: relative;
  z-index: 110;
  background-color: transparent;
  min-height: 102px;
  transition: all 0.3s;
}
.header:hover {
  background-color: #fff;
}
.header:hover .service-phone {
  color: #333333;
}
.header:hover .service-phone .work-time {
  color: #666666;
}
.header:hover .website-links .links-item {
  color: #333333;
}
.header:hover .website-links .links-item a {
  color: #333333;
}
.header:hover .website-links .links-item + .links-item::before {
  background-color: #666666;
}
.header:hover .xq-logo .current-page {
  color: #999999;
}
.header:hover .xq-logo .logo-normal {
  opacity: 0;
}
.header:hover .xq-logo .logo-active {
  opacity: 1;
}
.header:hover .website-menus .menus-item {
  color: #999999;
}
.header:hover .website-menus .menus-item a {
  color: #999999;
}
.header:hover .website-menus .menus-item::before {
  background-color: #f35b50;
}
.header:hover .website-menus .menus-item.active,
.header:hover .website-menus .menus-item.current {
  color: #333333;
}
.header:hover .website-menus .menus-item.active a,
.header:hover .website-menus .menus-item.current a {
  color: #333333;
}
.header.active {
  background-color: #fff;
}
.header.active .topbar {
  background-color: #323436;
}
.header.active .service-phone {
  color: #ffffff;
}
.header.active .service-phone .work-time {
  color: #ffffff;
}
.header.active .website-links .links-item {
  color: #ffffff;
}
.header.active .website-links .links-item a {
  color: #ffffff;
}
.header.active .website-links .links-item + .links-item::before {
  background-color: #666666;
}
.header.active .xq-logo .current-page {
  color: #999999;
}
.header.active .xq-logo .logo-normal {
  opacity: 0;
}
.header.active .xq-logo .logo-active {
  opacity: 1;
}
.header.active .website-menus .menus-item {
  color: #999999;
}
.header.active .website-menus .menus-item a {
  color: #999999;
}
.header.active .website-menus .menus-item::before {
  background-color: #f35b50;
}
.header.active .website-menus .menus-item.active,
.header.active .website-menus .menus-item.current {
  color: #333333;
}
.header.active .website-menus .menus-item.active a,
.header.active .website-menus .menus-item.current a {
  color: #333333;
}
.topbar {
  min-width: 1200px;
  width: 100%;
  height: 40px;
  background-color: transparent;
}
.topbar .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.topbar .flex {
  display: flex;
}
.topbar .space-between {
  display: flex;
  justify-content: space-between;
}
.topbar .center {
  display: flex;
  align-items: center;
}
.topbar .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.topbar .flex {
  display: flex;
}
.topbar .space-between {
  display: flex;
  justify-content: space-between;
}
.topbar .center {
  display: flex;
  align-items: center;
}
.topbar .service-phone {
  display: flex;
  font-size: 12px;
  color: #ffffff;
  line-height: 40px;
}
.topbar .service-phone .label {
  margin-right: 12px;
}
.topbar .service-phone .work-time {
  color: #ffffff;
}
.topbar .website-links {
  display: flex;
  line-height: 40px;
  margin-right: -16px;
}
.topbar .website-links .links-item {
  position: relative;
  padding: 0 16px;
  font-size: 12px;
  color: #ffffff;
}
.topbar .website-links .links-item a {
  color: #ffffff;
}
.topbar .website-links .links-item + .links-item::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #666666;
  height: 16px;
  overflow: hidden;
  top: 50%;
  margin-top: -8px;
}
.navgation {
  min-width: 1200px;
  width: 100%;
  position: relative;
  background-color: transparent;
  height: 72px;
}
.navgation .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.navgation .flex {
  display: flex;
}
.navgation .space-between {
  display: flex;
  justify-content: space-between;
}
.navgation .center {
  display: flex;
  align-items: center;
}
.navgation .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.navgation .flex {
  display: flex;
}
.navgation .space-between {
  display: flex;
  justify-content: space-between;
}
.navgation .center {
  display: flex;
  align-items: center;
}
.navgation .wrapper {
  height: 72px;
}
.navgation .sub-menu {
  position: absolute;
  width: 100%;
  top: 72px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 #eeeeee inset;
  display: none;
}
.navgation .sub-menu .wrapper {
  height: 62px;
}
.navgation .xq-logo {
  display: flex;
  height: 49px;
  align-items: center;
  position: relative;
}
.navgation .xq-logo .logo-normal,
.navgation .xq-logo .logo-active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.navgation .xq-logo .logo-normal {
  opacity: 1;
}
.navgation .xq-logo img {
  display: block;
  height: 49px;
  width: auto;
}
.navgation .xq-logo .current-page {
  display: flex;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 24px;
  border-left: 1px solid #e2e2e2;
  margin-left: 19px;
}
.navgation .website-menus {
  display: flex;
  height: 72px;
  line-height: 40px;
  margin-right: -4px;
}
.navgation .website-menus .menus-item {
  position: relative;
  padding: 0 4px;
  font-size: 16px;
  color: #ffffff;
  height: 72px;
  line-height: 72px;
}
.navgation .website-menus .menus-item a {
  display: block;
  height: 72px;
  color: #ffffff;
  text-decoration: none;
}
.navgation .website-menus .menus-item a:hover {
  color: #333333;
}
.navgation .website-menus .menus-item::before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: transparent;
  overflow: hidden;
}
.navgation .website-menus .menus-item.active,
.navgation .website-menus .menus-item.current {
  color: #ffffff;
}
.navgation .website-menus .menus-item.active a,
.navgation .website-menus .menus-item.current a {
  color: #ffffff;
}
.navgation .website-menus .menus-item.active::before,
.navgation .website-menus .menus-item.current::before {
  display: block;
}
.navgation .website-menus .menus-item {
  margin-left: 66px;
}
.page-tab {
  min-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 3;
  box-shadow: 0 2px 30px 0 rgba(102, 102, 102, 0.2);
}
.page-tab .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-tab .flex {
  display: flex;
}
.page-tab .space-between {
  display: flex;
  justify-content: space-between;
}
.page-tab .center {
  display: flex;
  align-items: center;
}
.page-tab .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-tab .flex {
  display: flex;
}
.page-tab .space-between {
  display: flex;
  justify-content: space-between;
}
.page-tab .center {
  display: flex;
  align-items: center;
}
.page-tab .tab-wrap {
  display: flex;
}
.page-tab .tab-wrap.right {
  justify-content: flex-end;
}
.page-tab .tab-wrap .tab-item {
  position: relative;
  padding: 0 4px;
  font-size: 16px;
  color: #666666;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
.page-tab .tab-wrap .tab-item:hover {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item a {
  color: #666666;
}
.page-tab .tab-wrap .tab-item a:hover {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item::before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #f35b50;
  overflow: hidden;
}
.page-tab .tab-wrap .tab-item.active,
.page-tab .tab-wrap .tab-item.current {
  color: #333333;
}
.page-tab .tab-wrap .tab-item.active a,
.page-tab .tab-wrap .tab-item.current a {
  color: #333333;
}
.page-tab .tab-wrap .tab-item.active::before,
.page-tab .tab-wrap .tab-item.current::before {
  display: block;
}
.page-tab .tab-wrap .tab-item.current {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item.current a {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item.current::before {
  display: none;
}
.page-tab .tab-wrap .tab-item + .tab-item {
  margin-left: 74px;
}
.page-tab.infomation-tab .tab-wrap {
  display: flex;
  justify-content: space-between;
}
.page-tab.infomation-tab .tab-item {
  font-size: 14px;
}
.page-tab.infomation-tab .tab-item + .tab-item {
  margin-left: 0;
}
.page-tab.sub-menu-tab {
  box-shadow: none;
}
.page-tab.sub-menu-tab .tab-item {
  font-size: 14px;
}
.page-tab.sub-menu-tab .tab-item + .tab-item {
  margin-left: 40px;
}
.pagenation {
  display: flex;
  justify-content: center;
}
.pagenation.normal {
  justify-content: center;
}
.pagenation .inner {
  display: flex;
  margin-right: -20px;
  font-size: 14px;
}
.pagenation .inner .prev,
.pagenation .inner .next,
.pagenation .inner a.number,
.pagenation .inner span.number {
  margin-left: 20px;
}
.pagenation .inner .prev,
.pagenation .inner .next {
  width: 28px;
  height: 28px;
  background-position: center center;
  background-repeat: no-repeat;
}
.pagenation .inner .prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAiUlEQVQYlV3PrQ5BYQDG8d95mUB2EzYXIDFREDTNdDfgAtyAoJ2qmGKnG6fINsUd6ATbGend3p0nPv/t+cjK8qamMRahZvZxxDkFXRTYIY+gjRMuWENAA3u8scQPmtiihwG+MTftqNIVASs8cEArBRXm6CBHlkZ9MMUQm1ge9cIEVzzrz++YYfQH46AYxC39jz4AAAAASUVORK5CYII=");
}
.pagenation .inner .next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAiklEQVQYlU3PsQpBcRiG8R9OBi5EKQuz5AIsyi6bwQ24ADdglzPZLMpIymJWLoKZQZ1Yzr++d3yfvr7nrVyvtxw5TkKqOGOPTgQZtmjhiC5e6QKWuOCARgQ/zPDGDrUE4IsJ2lhHAEW0SqmXdg8ssrKsYIMmRigSWGGAHj5pxxRz9PGMP4YY4x4t/v36GdURY3m3AAAAAElFTkSuQmCC");
}
.pagenation .inner a.number.active,
.pagenation .inner a.number:hover {
  background-color: #f35b50;
  color: #fff;
}
.pagenation .inner a.number {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  color: #999999;
}
.xq-title {
  min-width: 1200px;
  width: 100%;
  height: 136px;
  display: flex;
  align-items: center;
}
.xq-title .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.xq-title .flex {
  display: flex;
}
.xq-title .space-between {
  display: flex;
  justify-content: space-between;
}
.xq-title .center {
  display: flex;
  align-items: center;
}
.xq-title .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.xq-title .flex {
  display: flex;
}
.xq-title .space-between {
  display: flex;
  justify-content: space-between;
}
.xq-title .center {
  display: flex;
  align-items: center;
}
.xq-title .inner {
  text-align: center;
}
.xq-title .title {
  font-size: 28px;
  color: #333333;
  margin-bottom: 8px;
}
.xq-title .sub {
  position: relative;
  font-size: 14px;
  color: #999999;
}
.xq-title .sub .placeholder-icon {
  display: inline-block;
  width: 16px;
}
.xq-title .sub .help {
  position: relative;
  display: inline-block;
}
.xq-title .sub .help .help-msg {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -13px;
  margin-left: 10px;
  padding: 0 24px;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  border-radius: 5px;
}
.xq-title .sub .help .help-msg:before,
.xq-title .sub .help .help-msg:after {
  content: '';
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border: 0;
  border-right: 8px solid #fff;
  border-top: 5px dashed transparent;
  border-bottom: 5px dashed transparent;
  z-index: 2;
}
.xq-title .sub .help .help-msg:after {
  border-right-color: #e4e4e4;
  z-index: 1;
  left: -8px;
}
.xq-title .sub .help .wrin-icon {
  width: 16px;
  height: 16px;
  color: #f35b50;
  border: 1px solid #f35b50;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 0;
}
.xq-title .sub .help .wrin-icon:after {
  font-size: 12px;
  content: '!';
  position: relative;
  top: -1px;
}
.xq-title .more {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #999999;
}
.xq-title .more:hover {
  text-decoration: underline;
}
.xq-h2-title {
  padding-left: 20px;
  height: 50px;
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  align-items: center;
}
.xq-h2-title h2 {
  position: relative;
  padding: 0;
  padding-left: 20px;
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}
.xq-h2-title h2:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 18px;
  overflow: hidden;
  background-color: #f35b50;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.footer {
  min-width: 1200px;
  width: 100%;
  background-color: #555758;
}
.footer .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer .flex {
  display: flex;
}
.footer .space-between {
  display: flex;
  justify-content: space-between;
}
.footer .center {
  display: flex;
  align-items: center;
}
.footer .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer .flex {
  display: flex;
}
.footer .space-between {
  display: flex;
  justify-content: space-between;
}
.footer .center {
  display: flex;
  align-items: center;
}
.footer .wrapper {
  padding: 30px 20px 0;
}
.footer .content {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #6a6a6a;
  padding-bottom: 50px;
}
.footer .col1,
.footer .col2,
.footer .col3 {
  display: flex;
}
.footer .col1 {
  width: 410px;
  margin-left: -3px;
}
.footer .col1 dl {
  width: 62px;
  color: #fff;
  float: left;
  text-align: center;
  margin-right: 60px;
}
.footer .col1 dl a {
  color: #d3d3d3;
  text-decoration: none;
}
.footer .col1 dl a:hover {
  text-decoration: underline;
}
.footer .col1 dl dt {
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
}
.footer .col1 dl dd {
  display: block;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
}
.footer .col2 {
  width: 378px;
  padding-top: 8px;
}
.footer .col2 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .col2 ul li {
  width: 100px;
  height: 138px;
}
.footer .col2 ul li img {
  display: block;
  width: 100px;
  height: 100px;
}
.footer .col2 ul li p {
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  margin-left: -20px;
  margin-right: -20px;
}
.footer .col3 {
  flex-direction: column;
  color: #fff;
  padding-left: 100px;
}
.footer .col3 .work-time {
  line-height: 34px;
  height: 34px;
  font-size: 14px;
}
.footer .col3 .work-time span {
  font-size: 20px;
}
.footer .col3 .hot-phone {
  margin-top: 25px;
  font-size: 14px;
}
.footer .col3 .links {
  position: relative;
  margin-top: 10px;
  overflow: hidden;
}
.footer .col3 .links a {
  height: 30px;
  line-height: 30px;
  background-color: #f76719;
  padding: 0 8px;
  margin-left: 25px;
  float: right;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.footer .col3 .links a.online {
  padding-left: 28px;
  background: #f76719 url("../images/online.png") 6px 5px no-repeat;
}
.footer .col3 .links .email-panel {
  position: absolute;
  display: none;
  z-index: 2;
  top: -74px;
  background-color: #fff;
  padding: 8px 12px;
  text-align: left;
  right: -50px;
}
.footer .col3 .links .email-panel h3 {
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #323436;
}
.footer .col3 .links .email-panel p {
  color: #ffa44c;
  font-size: 12px;
}
.footer .col3 .links .email-panel .jt {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: 9px dashed #fff;
  border-left: 4px dashed transparent;
  border-right: 4px dashed transparent;
}
.footer .links {
  color: #fff;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6a6a6a;
}
.footer .links a {
  color: #fff;
  text-decoration: none;
  text-decoration: underline;
}
.footer .links dl {
  padding-left: 95px;
  position: relative;
  overflow: hidden;
}
.footer .links dl dt {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  color: #aeaeae;
  line-height: 24px;
}
.footer .links dl dd {
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 5px;
  margin: 0 5px;
}
.footer .copyright {
  height: 69px;
  overflow: hidden;
}
.footer .copyright p {
  float: left;
  height: 22px;
  line-height: 22px;
  padding-top: 16px;
  color: #fff;
}
.footer .copyright p span {
  color: #f35b50;
}
.footer .copyright ul {
  float: right;
  overflow: hidden;
}
.footer .copyright ul li {
  float: left;
  margin-left: 30px;
  height: 40px;
}
.footer .copyright ul li a {
  display: block;
}
.footer .copyright ul li img {
  display: block;
}
.button {
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  height: 38px;
  line-height: 38px;
  transition: all 0.3s;
  font-size: 14px;
  border-radius: 4px;
  background-color: #fff;
  color: #f35b50;
  padding: 0 18px;
  display: inline-block;
  text-align: center;
}
.button.button-link {
  background-color: transparent;
  color: #f35b50;
}
.button.button-link:hover {
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.2);
  background-color: #f35b50;
  color: #ffffff;
}
.button.button-link-disabled {
  background-color: transparent;
  color: #999999;
}
.button.button-link-disabled:hover {
  text-decoration-line: underline;
}
.button.button-primary {
  color: #fff;
  background-color: #f35b50;
  transition: all 0.2s;
  cursor: pointer;
}
.button.button-primary:hover {
  background-color: #e64a3e;
}
.button.button-block,
.button.button-full {
  padding: 0;
  display: block;
  width: 100%;
}
.button.button-radius {
  border-radius: 50px;
}
.button.button-disabled {
  opacity: .5;
  cursor: default;
}
.button.button-disabled.button-hover:hover {
  color: #fff;
  background-color: #f35b50;
}
.button.button-hover:hover {
  background-color: #e64a3e;
  color: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.2);
}
.grid-container {
  width: 100%;
  max-width: 1200px;
  /*-- 使用 cleafix 清除浮动 -- */
  /*-- 列的额外内容样式 --*/
}
.grid-container.normal [class*='col-'] {
  /*-- 设置列的左右间隙 -- */
  padding: 12px;
}
.grid-container .row:before,
.grid-container .row:after {
  content: "";
  display: table;
  clear: both;
}
.grid-container [class*='col-'] {
  float: left;
  min-height: 1px;
  width: 16.66%;
}
.grid-container .col-1 {
  width: 8.33%;
}
.grid-container .col-2 {
  width: 16.66%;
}
.grid-container .col-3 {
  width: 25%;
}
.grid-container .col-4 {
  width: 33.33%;
}
.grid-container .col-5 {
  width: 41.66%;
}
.grid-container .col-6 {
  width: 50%;
}
.grid-container .col-7 {
  width: 58.33%;
}
.grid-container .col-8 {
  width: 66.66%;
}
.grid-container .col-9 {
  width: 75%;
}
.grid-container .col-10 {
  width: 83.33%;
}
.grid-container .col-11 {
  width: 91.66%;
}
.grid-container .col-12 {
  width: 100%;
}
.grid-container [class*='col-'] > p {
  padding: 0;
  margin: 0;
  text-align: center;
  color: white;
}
.about-container {
  min-width: 1200px;
  width: 100%;
  margin-top: 34px;
}
.about-container .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.about-container .flex {
  display: flex;
}
.about-container .space-between {
  display: flex;
  justify-content: space-between;
}
.about-container .center {
  display: flex;
  align-items: center;
}
.about-container .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.about-container .flex {
  display: flex;
}
.about-container .space-between {
  display: flex;
  justify-content: space-between;
}
.about-container .center {
  display: flex;
  align-items: center;
}
.about-container .info-content {
  padding: 20px;
  padding-bottom: 60px;
}
.about-container .info-panel {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.about-container .info-panel .panel-hd {
  border-bottom: 1px solid #e8e8e8;
}
.about-container .info-panel .panel-bd.normal {
  padding: 22px 38px;
}
.about-container .info-panel + .info-panel {
  margin-top: 30px;
}
.about-container .link {
  color: #4d65a9;
}
.about-container .about-title {
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #333333;
  font-size: 22px;
  font-weight: normal;
}
.about-container .product-bg {
  width: 1160px;
  height: 1260px;
  background-image: url("../images/about/product-bg.png");
}
.about-container .product-bg .product-section {
  width: 642px;
  padding-top: 64px;
}
.about-container .product-bg .product-section.odd {
  margin-left: 396px;
}
.about-container .product-bg .product-section.even {
  margin-left: 132px;
}
.about-container .product-bg .table-info {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 8px;
}
.about-container .product-bg .inner {
  width: 100%;
}
.about-container .product-bg .product-table {
  width: 100%;
  border-collapse: collapse;
}
.about-container .product-bg .product-table tr:nth-of-type(2n -1) th,
.about-container .product-bg .product-table tr:nth-of-type(2n -1) td {
  background-color: #f8f8f8;
}
.about-container .product-bg .product-table .title-row th {
  border: 0px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.about-container .product-bg .product-table .title-row th:nth-of-type(1) {
  border-left: 1px solid #dddddd;
}
.about-container .product-bg .product-table .title-row th:nth-last-of-type(1) {
  border-right: 1px solid #dddddd;
}
.about-container .product-bg .product-table th {
  border: 1px solid #dddddd;
  font-weight: normal;
  text-align: center;
  height: 40px;
  color: #969696;
  font-size: 14px;
}
.about-container .product-bg .product-table td {
  text-align: center;
  border: 1px solid #dddddd;
  height: 40px;
  font-size: 14px;
  color: #303030;
}
.about-container .product-bg .product-section1 {
  height: 340px;
  padding-top: 84px;
}
.about-container .product-bg .product-section2 {
  height: 326px;
}
.about-container .product-bg .product-section3 {
  height: 290px;
}
.about-container .product-bg .product-section4 {
  height: 270px;
}
.synopsis .synopsis-section {
  margin-bottom: 56px;
}
.synopsis .synopsis-section dt {
  font-size: 22px;
  font-weight: bold;
  line-height: 46px;
}
.synopsis .synopsis-section dt,
.synopsis .synopsis-section dd {
  display: block;
}
.synopsis .synopsis-section dt p,
.synopsis .synopsis-section dd p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.synopsis .synopsis-section dt p strong,
.synopsis .synopsis-section dd p strong {
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}
.synopsis .synopsis-section dt p + p,
.synopsis .synopsis-section dd p + p {
  margin-top: 8px;
}
.synopsis .synopsis-section dt .small,
.synopsis .synopsis-section dd .small {
  font-size: 14px;
}
.synopsis .synopsis-section dt .word,
.synopsis .synopsis-section dd .word {
  text-indent: 2em;
}
.synopsis .timeline {
  margin-top: 20px;
}
.synopsis .timeline .year {
  background-image: -moz-linear-gradient(90deg, #f5415f 0%, #f88276 100%);
  background-image: -webkit-linear-gradient(90deg, #f5415f 0%, #f88276 100%);
  background-image: -ms-linear-gradient(90deg, #f5415f 0%, #f88276 100%);
  width: 120px;
  height: 42px;
  line-height: 42px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.synopsis .timeline .infos {
  padding-top: 16px;
  padding-bottom: 16px;
}
.synopsis .timeline .infos li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.synopsis .timeline .infos li .date {
  padding-left: 66px;
  width: 162px;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
}
.synopsis .timeline .infos li .desc {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.environment-wrap .about-title3 {
  padding-top: 48px;
  font-size: 18px;
  text-align: center;
  line-height: 66px;
}
.environment-wrap .slides1 {
  height: 520px;
}
.environment-wrap .slides1 #certify {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.environment-wrap .slides1 #certify .swiper-container {
  padding-bottom: 60px;
}
.environment-wrap .slides1 #certify .swiper-slide {
  width: 720px;
  height: 458px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
.environment-wrap .slides1 #certify .swiper-slide img {
  display: block;
  width: 720px;
  height: 458px;
}
.environment-wrap .slides1 #certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
.environment-wrap .slides1 #certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.environment-wrap .slides1 #certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.environment-wrap .slides1 #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
.environment-wrap .slides1 #certify .swiper-button-prev {
  left: 30px;
  width: 50px;
  height: 82px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABSCAMAAAAhFXfZAAAANlBMVEUAAAD9/f20tLSAgICurq78/Pz7+/vOzs6mpqahoaGOjo6Kiop7e3uqqqqdnZ2FhYUHBwf////i0NoUAAAAEXRSTlNm/LGSrfv6xaikmZiQqaKVaBYEggAAAABgSURBVFjD7dQ7DoAwDARRAgEn4Zv7XxY66tky2ulfYWnlyTnn3Lhd8UBRew8sUkOiSGJH4pTEjUT+xELFysSsiO0QhEAkI5zPyppJ2PyDgbNkFdE0aKpmQnlKzjnnxuoFvJAEvCEJVdoAAAAASUVORK5CYII=") no-repeat;
  background-size: 100%;
  opacity: .5;
  transition: all 0.2s;
  margin-top: -70px;
}
.environment-wrap .slides1 #certify .swiper-button-prev:hover {
  background-size: 100%;
  opacity: 1;
}
.environment-wrap .slides1 #certify .swiper-button-next {
  right: 30px;
  width: 50px;
  height: 82px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABSCAMAAAAhFXfZAAAANlBMVEUAAAD9/f20tLSAgICurq78/Pz7+/vOzs6mpqahoaGOjo6Kiop7e3uqqqqdnZ2FhYUHBwf////i0NoUAAAAEXRSTlNm/LGSrfv6xaikmZiQqaKVaBYEggAAAABgSURBVFjD7dS7EoAgEENRFRBB5fH/PwsddTKzDZPbn2p3ciillNqsFgtKYu8JJPnkzAOalzQ/aCph3DQeNYEzF2i+mzQEMRYuMMIbn7Iugbyl8fNnSiR8LohRUkoptW0DwxsEvIlTIEMAAAAASUVORK5CYII=") no-repeat;
  background-size: 100%;
  opacity: .5;
  transition: all 0.2s;
  margin-top: -70px;
}
.environment-wrap .slides1 #certify .swiper-button-next:hover {
  background-size: 100%;
  opacity: 1;
}
.environment-wrap .slides2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.environment-wrap .slides2 .slide-item {
  width: 370px;
  height: 334px;
}
.environment-wrap .slides2 .slide-item img {
  display: block;
  width: 370px;
  height: 240px;
}
.environment-wrap .slides2 .slide-item p {
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}
.team-wrap .governor {
  padding: 20px;
}
.team-wrap .governor .slide-item {
  margin-bottom: 26px;
}
.team-wrap .governor .slide-item .item-name {
  line-height: 42px;
  font-size: 18px;
  font-weight: bold;
}
.team-wrap .governor .slide-item .item-name span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 8px;
}
.team-wrap .governor .slide-item p {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}
.team-wrap .governor .slide-item img {
  display: block;
  width: 248px;
  height: 330px;
}
.team-wrap .count {
  padding: 40px;
}
.team-wrap .count .count-title {
  font-size: 22px;
  color: #333333;
  text-align: center;
}
.team-wrap .count .count-subtitle {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.team-wrap .count .count-chart {
  margin-bottom: 20px;
  margin-top: -20px;
  height: 500px;
  display: flex;
}
.team-wrap .count .count-chart .chart1,
.team-wrap .count .count-chart .chart2 {
  width: 50%;
  height: 500px;
}
.news-wrap .news-detail .news-detail-hd {
  display: flex;
  justify-content: space-between;
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #e8e8e8;
}
.news-wrap .news-detail .news-detail-hd .news-title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.news-wrap .news-detail .news-detail-hd .news-date {
  font-size: 14px;
  color: #999999;
}
.news-wrap .news-detail .news-detail-bd {
  padding: 30px 0;
  padding-bottom: 50px;
}
.news-wrap .news-word-content {
  word-break: break-all;
}
.news-wrap .news-word-content p {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.news-wrap .news-word-content .img-block {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.news-wrap .news-word-content img {
  max-width: 100%;
}
.news-wrap .news-more {
  margin-top: 20px;
  text-align: right;
}
.news-wrap .news-more a {
  font-size: 14px;
  color: #4d65a9;
}
.news-wrap .news-more a:hover {
  text-decoration: underline;
}
.news-wrap .news-tab {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-around;
  padding: 0 100px;
}
.news-wrap .news-tab .tab-item {
  font-size: 16px;
  cursor: pointer;
}
.news-wrap .news-tab .active {
  color: #f35b50;
}
.news-wrap .news-content {
  padding-bottom: 40px;
  padding-top: 20px;
}
.news-wrap .artical-item {
  height: 178px;
  display: flex;
}
.news-wrap .artical-item + .artical-item {
  margin-top: 20px;
}
.news-wrap .artical-item .thumb {
  width: 258px;
  height: 178px;
  margin-right: 20px;
}
.news-wrap .artical-item .inner {
  flex: 1;
}
.news-wrap .artical-item .inner .title {
  color: #333333;
  line-height: 22px;
  font-size: 16px;
}
.news-wrap .artical-item .inner .title a {
  color: #333333;
}
.news-wrap .artical-item .inner .title a:hover {
  text-decoration: underline;
}
.news-wrap .artical-item .inner .date {
  margin-top: 2px;
  font-size: 14px;
  color: #999999;
  margin-bottom: 20px;
  line-height: 22px;
}
.news-wrap .artical-item .inner .desc {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.news-wrap .artical-item-single {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  align-items: center;
  margin-bottom: -1px;
  height: 86px;
  display: flex;
  justify-content: space-between;
}
.news-wrap .artical-item-single .title {
  color: #333333;
  line-height: 22px;
  font-size: 14px;
}
.news-wrap .artical-item-single .title a {
  color: #333333;
}
.news-wrap .artical-item-single .title a:hover {
  text-decoration: underline;
}
.news-wrap .artical-item-single .date {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.parent-list {
  width: 930px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}
.parent-list .parent-item {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.parent-list .parent-item + .artical-item {
  margin-top: 15px;
}
.parent-list .parent-item .thumb {
  width: 230px;
}
.parent-list .parent-item .inner {
  flex: 1;
  margin-left: 36px;
}
.parent-list .parent-item .inner .title {
  color: #0068b7;
  font-size: 18px;
  text-decoration: underline;
}
.parent-list .parent-item .inner .desc {
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}
.concat-wrap {
  display: flex;
  height: 600px;
  margin-bottom: 40px;
  justify-content: space-between;
}
.concat-wrap .map-wrap {
  width: 752px;
}
.concat-wrap .map-wrap .map {
  width: 752px;
  height: 544px;
}
.concat-wrap .map-wrap .addr {
  font-size: 14px;
  color: #999999;
  line-height: 40px;
}
.concat-wrap .info {
  width: 364px;
  padding-right: 30px;
}
.concat-wrap .info-block dt,
.concat-wrap .info-block dd {
  display: block;
}
.concat-wrap .info-block dt {
  position: relative;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #333333;
}
.concat-wrap .info-block dd {
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}
.concat-wrap .info-block dd a {
  color: #556fb5;
}
.concat-wrap .info-block dd a:hover {
  text-decoration: underline;
}
.concat-wrap .info-block .iphone-bg,
.concat-wrap .info-block .email-bg,
.concat-wrap .info-block .start-bg {
  padding-left: 28px;
  position: relative;
  background-position: 0 center;
  background-repeat: no-repeat;
}
.concat-wrap .info-block .iphone-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAflBMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzNFhIEgAAAAKnRSTlMAA+7KVwbq57mzm2MuHfjiwZCAaUU4NBkQDAravaeIS0El/fLOrqF3XFB0YZZSAAAAnElEQVQY01XOVw7DMAwDUMY7Htmj2Ul373/BooWB2PwSHiBKgL1nZYIwh6jdrCOiNXCZtpBuv6V3GhIZANQRqQ9gSRuSSYG1RBguW+z5JTJDEzzT+LOiwjgvkTnRYKALB5Bwb43oMKqiByOZ9q1MduAl0aTtdX54IxvQVRbAq/C7u1h9zXCFT6+m5j9U6jzMcmrcaKTDmYQ9ZEYtvpmjB1w2jHR7AAAAAElFTkSuQmCC");
}
.concat-wrap .info-block .email-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAMAAADTRh9nAAAAWlBMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMHgWvyAAAAHXRSTlMAQFAF9dQW3ItCHJPx7uy9sn10N/AQCebkqGNbLYJaT/QAAAB6SURBVBjTbc9JFoIwEEXRH6oIaSSRCNjW/rdpOEYtPL7hnT1QnGXX7AhRzp1R3ZgdeBp6i0+PlKcR4oPS05jXTiAGoR9Cs8NxxQthqzYjNHyr2eyLVS/+zleCRixZJBI0btkF0NhS6P8gl1+sR5GLNypf2IFckl3J0RNXPwmZ+HKCNQAAAABJRU5ErkJggg==");
}
.concat-wrap .info-block .start-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAMAAABsDg4iAAAAgVBMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzNi1y5rAAAAKnRSTlMA98fsSOYC8c7Bsz/ggFI4JBvSXiwSCti7jnVvay4oHwaoo5ybl3phQjOHUd0vAAAAsUlEQVQY013QRxbDIAwEUIlqg7sTp/c+9z9gSB6keDaIv1GhlK3WExrHaTsfW431FfUI82I/yPzfFHqiJXz87uu+PAruDNGg5fy8rDaGBGCzQ9lSSLNwMwZysrMd/cZMtCXFYvqLbceKyNuu/VpTyPdgG1l8dCvTXg2XCS+cOkyxSlhiiJXHPWGFR6xWCP2Vc56owS3iSZISyDLk3vDicwwBochUGYR0EdccKOTF3If3CVCJCl3+MnHmAAAAAElFTkSuQmCC");
}
.concat-wrap .info-block + .info-block {
  margin-top: 40px;
}
.concat-wrap .qr-wrap {
  display: flex;
}
.concat-wrap .qr-wrap .qr-item + .qr-item {
  margin-left: 10px;
}
.concat-wrap .qr-wrap img {
  display: block;
  width: 149px;
  height: 149px;
}
.concat-wrap .qr-wrap p {
  text-align: center;
  font-size: 14px;
  color: #999999;
  margin-top: -10px;
}
.supervise-wrap .supervise-content .organization {
  padding: 30px 0;
}
.supervise-wrap .supervise-content .organization + .organization {
  border-top: 1px solid #e8e8e8;
}
.supervise-wrap .supervise-content .organization .title {
  color: #4d65a9;
  line-height: 22px;
  font-size: 18px;
  line-height: 38px;
}
.supervise-wrap .supervise-content .organization .title a {
  color: #4d65a9;
}
.supervise-wrap .supervise-content .organization .title a:hover {
  text-decoration: underline;
}
.supervise-wrap .supervise-content .organization .desc {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.job-wrap .job-bg {
  width: 1220px;
  height: 474px;
  background-image: url("../images/about/job-bg.png");
}
.job-wrap .job-bg .inner {
  padding-top: 74px;
}
.job-wrap .job-bg .inner h2 {
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  padding-left: 10px;
}
.job-wrap .job-bg .inner p {
  padding-top: 40px;
  padding-left: 50px;
  width: 520px;
  font-size: 14px;
  color: #999999;
  line-height: 28px;
}
.job-wrap .job-bg .inner p strong {
  color: #f66e71;
}
.job-wrap .job-list {
  margin-top: 46px;
}
.job-wrap .job-list .list-title {
  padding-top: 50px;
  height: 88px;
  line-height: 38px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOUAAAAuCAMAAADgOC5TAAAAM1BMVEX///9mZmb19fX8oGxwcHCZmZnMzMzr6+uPj4/CwsJ6enq4uLjW1tbg4OCFhYWtra2jo6NtiEJVAAADq0lEQVRo3u2Y2xabIBBFmSmIiID//7UlEHKQOElt04emnocshbltHRGjqmwIwWaFLFZfKqZOk/piacrS6sv1/1Jal5KzH3giVp/8yk+jKfnw2cDnKR1R3LZI5NvITFB0e/9AkN5CX4ohMlv+mW3vsOWBW/Q0m3JF4V2KGWSUwcohBvbNuI84vaDkhTYuBxtpex/jkssqDpEeo22ObU3A65ITs0LmyrxmItgvNTvH4lP8bzWYfFBWwxjuydh6uo+7cs5i4GZD4VHRbUimtF1JiWhVVSVx8VvaAcSVsk5qODDmI+5kCxnJdDWYu6FBMpxPyCkGnnoOpuOOhd/SX3eyI+WaDzaBskzOd5qK04bnZopUR5TLkGyglAOrKVJWek0JrqD6ILqnbEiLRMmUVT2rEcK6WgtSqXl+ppyQrDoOlGJgNZmJitl7SleKhPKpP6DUEqXSdzPdHLE6tARY5Q4o1UDp40ApBVbTXB6m+AuUuphBMc8dUMZ3lK6sVVBolyv1zrynxIgBFfeUQuBGacvK+pYSPngIaH1+Lt2bji1XdbRYWr3asYJACYEyC5Ri4EpZy6W3lBveMgi/Pa2xRkmUrtqPXY1OZiqKE/8GpRy4Utaz7R2lOaI0mArBadJOCZSlZebXxTjsLvjzlGt9ab6ndDLlkpUxwhFlZObUGt5S1lExtZCmdIoSgQXKtktbfpcSiXnJRMIHnDYTBoRislzE9u38vZQpHwb+tzsWiaX3JSQ3VtNqKqb7bMe2J4JfUqYjSofED6P0G5RIjHLMRygVKOsqPMuUgILS8CZpRrNEiaD6cMEfx85RyoFBaUuPYB/pkmNQFo0A82MKiQPsRUr/eHkjtRtXeH+aUg4MSpXopt2SwXtKPwCgg/f3chEp4ej27amrZejcznWsHBiU6E7MgzKiur6OAJ49pXlH6e8xsVNc8R0Ct3SCUgw8Uq7dbdt6ygSLvmXn8curHa0yJdJb9FWbZ4yWgvkEpRgYlHDX8Cx3ShfYPqAbvvaRGPsbiRJaut7XbZr3n7JenaCUA4MSWXBYyqXh1oTHnU2kkWquiRg7W4kSpeqAiLDUtt4Gfbz3QTLI4XwMDJu5t8e1LJ9jOcFSfKCUh4zJsw7tBy0bGma/Y9MDZshu8zb3/24x+Y3ygDGalrVawX9MNlVknIuBE1WhrVGGnfzxP5LWef88zjf9yR+KSOv9ZP/mP5Xs1KVLly5dunTp0qVL/6x+vJT6El2UF+W/pYvyayh/AmQ7H50uCxbsAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  font-size: 18px;
  color: #333333;
}
.job-wrap .job-list .job-tab {
  padding: 20px 0;
  display: flex;
}
.job-wrap .job-list .job-tab .job-name {
  height: 28px;
  line-height: 26px;
  cursor: pointer;
  font-size: 14px;
  color: #999999;
  transition: all 0.2s;
}
.job-wrap .job-list .job-tab .job-name:hover {
  color: #333333;
}
.job-wrap .job-list .job-tab .job-name + .job-name {
  margin-left: 30px;
}
.job-wrap .job-list .job-tab .active {
  border: 1px solid #666666;
  color: #333333;
  padding: 0 16px;
}
.job-wrap .job-list .job-content {
  display: none;
  background-color: #fff;
  box-shadow: 0px 10px 40px 0px rgba(126, 143, 168, 0.3);
  padding: 30px 40px;
}
.job-wrap .job-list .job-content .inner {
  justify-content: space-between;
  display: flex;
}
.job-wrap .job-list .job-content .desc1 {
  width: 500px;
}
.job-wrap .job-list .job-content .desc2 {
  width: 550px;
}
.job-wrap .job-list .job-content dl dt {
  display: block;
  font-size: 16px;
  color: #333333;
  margin-bottom: 18px;
}
.job-wrap .job-list .job-content dl dd {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}
.job-wrap .job-adderess {
  background-color: #f3f3f3;
  height: 140px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 38px;
  display: flex;
  align-items: center;
}
.job-wrap .job-adderess p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.about-banner {
  height: 172px;
  background-image: -moz-linear-gradient(90deg, #6aa1ff 0%, #80bcff 100%);
  background-image: -webkit-linear-gradient(90deg, #6aa1ff 0%, #80bcff 100%);
  background-image: -ms-linear-gradient(90deg, #6aa1ff 0%, #80bcff 100%);
}
.about-banner .banner-title,
.about-banner .banner-sub-title {
  text-align: center;
  color: #ffffff;
}
.about-banner .banner-title {
  padding-top: 48px;
  font-size: 26px;
}
.about-banner .banner-sub-title {
  padding-top: 8px;
  font-size: 13px;
}
/*# sourceMappingURL=about.css.map */