@charset "UTF-8";
/*
@Author: xiaoer
*/
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* 去除iPhone中默认的input样式 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input,
button {
  /* -webkit-appearance:none; */
  resize: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

button {
  border: none; }

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/* 图片自适应 */
img {
  /*max-width: 100%;*/
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/ }

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-tap-highlight-color: transparent;
  /*取消链接高亮*/ }

body {
  font-family: '微软雅黑', Microsoft YaHei, simhei, Tahoma, Arial, sans-serif;
  color: #333333;
  background-color: #FFFFFF;
  min-width: 320px; }

.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both; }

.clearfix {
  zoom: 1; }

a {
  text-decoration: none;
  font-family: Microsoft YaHei, Tahoma, Arial, sans-serif;
  outline: none; }

ul,
ol {
  list-style: none;
  list-style-type: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family: Microsoft YaHei;
  font-weight: normal;
  margin: 0;
  padding: 0; }

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

body,
html {
  width: 100%;
  margin: 0 auto;
  font-family: '微软雅黑';
  position: relative;
  -ms-overflow-x: hidden;
  overflow-x: hidden; }

.incompatible {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background: #EC7E7E;
  text-align: center;
  color: #fff; }
  .incompatible a {
    color: #4141AC;
    padding-left: 10px;
    text-decoration: underline; }

.transition03 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.transition08 {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }

.transition05 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.transition1 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.transition14 {
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease; }

.transition24 {
  -webkit-transition: all 2.4s ease;
  transition: all 2.4s ease; }

.transition10 {
  -webkit-transition: all 10s ease;
  transition: all 10s ease; }

.delay01 {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s; }

.delay02 {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s; }

.delay03 {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s; }

.delay04 {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s; }

.delay05 {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s; }

.delay06 {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s; }

.contactPage_form_div input::-webkit-input-placeholder {
  color: #f5f5f5; }

.contactPage_form_div input::-moz-placeholder {
  color: #f5f5f5; }

.contactPage_form_div input::placeholder {
  color: #f5f5f5; }

.contactPage_form_div input:-ms-input-placeholder {
  color: #f5f5f5; }

.contactPage_form_div textarea::-webkit-input-placeholder {
  color: #f5f5f5; }

.contactPage_form_div textarea::-moz-placeholder {
  color: #f5f5f5; }

.contactPage_form_div textarea::placeholder {
  color: #f5f5f5; }

.contactPage_form_div textarea:-ms-input-placeholder {
  color: #f5f5f5; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, table, th, td {
  margin: 0;
  padding: 0;
  font-weight: normal; }

.fix:before, .fix:after {
  display: table;
  clear: both;
  content: ''; }

.fl {
  float: left; }

.fr {
  float: right; }

input, select, textarea {
  outline: none;
  font-family: inherit;
  font-size: 100%; }

*:focus {
  outline: none; }

* {
  outline: none; }

ul, ol {
  list-style-type: none; }

.i_ico {
  background: url(../images/i_ico.png);
  width: 24px;
  height: 24px; }

/*css组件设置*/
.form-control, .input-group-addon, .btn {
  border-radius: 2px; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6); }

/* 全局滚动条样式 */
::-webkit-scrollbar {
  width: 4px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  background-color: #f5f5f5; }

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bbb;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  width: 8px; }

.wrap {
  width: 1200px;
  margin: 0 auto; }

ol {
  list-style-type: inherit; }

body {
  position: relative; }

div.header-wrapper {
  width: 100%;
  z-index: 999;
  padding: 0; }

div.header-wrapper .wrap {
  position: relative; }

div.header-wrapper:after {
  display: block;
  content: '';
  clear: both; }

div.header-wrapper .logo {
  height: 44px;
  float: left;
  margin: 0; }

div.header-wrapper .logo img {
  height: 100%; }

div.header-wrapper .logo img.thumbPc {
  display: inline-block; }

div.header-wrapper .logo img.thumbMobile {
  display: none; }

.head_top {
  padding: 25px 0;
  overflow: hidden; }

.top_seach {
  width: 270px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #e8e9ed;
  margin-top: 6px;
  float: right; }
  .top_seach .seach_input {
    width: 202px;
    height: 32px;
    background: #ffffff;
    font-size: 14px;
    float: left;
    padding: 0 10px;
    color: #333333; }
  .top_seach .seach_sub {
    width: 66px;
    height: 32px;
    background: #cc0000;
    color: #ffffff;
    float: left;
    font-size: 14px; }

div.header-wrapper .top-right {
  background: #f2f4f9; }

div.header-wrapper .top-right:after {
  display: block;
  content: '';
  clear: both; }

div.header-wrapper .top-right .navigation {
  float: left; }

div.header-wrapper .top-right .navigation:after {
  display: block;
  content: '';
  clear: both; }

div.header-wrapper .top-right .navigation ul.list:after {
  display: block;
  content: '';
  clear: both; }

div.header-wrapper .top-right .navigation ul.list {
  position: relative;
  z-index: 999999; }

div.header-wrapper .top-right .navigation ul.list .bottomline {
  position: absolute;
  width: 32px;
  height: 2px;
  background: #9b1d0c;
  bottom: 0;
  left: 20px;
  z-index: 99; }

div.header-wrapper .top-right .navigation ul.list li {
  float: left;
  position: relative;
  width: 239px;
  text-align: center;
  padding-right: 2px; }

div.header-wrapper .top-right .navigation ul.list li span.top {
  display: block; }

div.header-wrapper .top-right .navigation ul.list > li::after {
  content: '|';
  position: absolute;
  top: 10px;
  right: -1px;
  color: #bfbfbf; }

div.header-wrapper .top-right .navigation ul.list > li:last-child::after {
  display: none; }

div.header-wrapper .top-right .navigation ul.list > li:last-child {
  padding-right: 0; }

div.header-wrapper .top-right .navigation ul.list li span.top:first-child {
  display: block;
  line-height: 45px;
  height: 45px; }

div.header-wrapper .top-right .navigation ul.list li ol span.top:first-child {
  color: #fff;
  position: relative;
  padding: 0 20px 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: white none repeat scroll 0% 0%;
  display: block;
  font-size: 12px;
  transition: all 0.2s ease-out 0s;
  color: #999;
  text-align: left; }

div.header-wrapper .top-right .navigation ul.list li ol span.top:first-child a {
  font-size: 14px; }

div.header-wrapper .top-right .navigation ul.list li ol li {
  padding: 0; }

div.header-wrapper .top-right .navigation ul.list li ol span.top:first-child:hover {
  background: #ECECEC; }

div.header-wrapper .top-right .navigation ul.list li ol span.top:first-child i {
  right: 15px;
  position: absolute;
  top: 0;
  transition: all ease-out .2s;
  opacity: 0;
  line-height: 48px; }

div.header-wrapper .top-right .navigation ul.list li ol span.top:first-child:hover i {
  opacity: 1; }

div.header-wrapper .top-right .navigation ul.list li a {
  font-size: 16px;
  color: #444444;
  text-decoration: none;
  display: block;
  transition: .3s; }

div.header-wrapper .top-right .navigation ul.list li a:hover, div.header-wrapper .top-right .navigation ul.list li a:focus {
  text-decoration: none; }

div.header-wrapper .top-right .navigation ul.list > li.active > span.top > a {
  color: #ffffff;
  background: #cc0000; }

div.header-wrapper .top-right .navigation ul.list > li:hover > span.top > a {
  color: #ffffff;
  background: #cc0000; }

div.header-wrapper .top-right .navigation ul.list li ol.sub-item.second-item span.top a {
  color: #010101;
  font-weight: normal; }

div.header-wrapper .top-right .navigation ul.list li ol.sub-item {
  margin: 0;
  padding: 0;
  display: none;
  padding-top: 0;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 169.42px;
  text-align: left; }

div.header-wrapper .top-right .navigation ul.list li ol.sub-item li {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  float: none;
  position: relative; }

div.header-wrapper .top-right .navigation ul.list li ol.sub-item li:first-child {
  border-top: 1px solid #DDD;
  margin: 0; }

div.header-wrapper .top-right .navigation ul.list li ol.sub-item li a {
  color: #010101; }

div.header-wrapper .top-right .navigation ul.list li ol.sub-item > li.active > a {
  color: #4dae3e; }

div.header-wrapper .top-right .navigation ul.list li ol.sub-item.second-item {
  border-top: 3px solid #7B7B7B;
  padding-top: 0;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0px, -10px, 0px);
  -moz-transform: translate3d(0px, -10px, 0px);
  -webkit-transform: translate3d(0px, -10px, 0px); }

div.header-wrapper .top-right .navigation ul.list li ol.sub-item.second-item li:hover ol.sub-item.three-item {
  display: block; }

div.header-wrapper .seach_btn {
  float: left;
  width: 24px;
  height: 29px;
  background: url(../images/ic/ic_1.png) no-repeat center center;
  background-size: 18px;
  cursor: pointer; }

div.header-wrapper .seach_btn.cur {
  background: url(../images/ic/ic_close.png) no-repeat center center;
  background-size: 18px; }

div.header-wrapper .search_box {
  background-color: #272624;
  position: absolute;
  right: 0;
  top: 100%;
  padding: 12px 20px;
  width: 25%;
  display: none;
  -moz-opacity: .85;
  -khtml-opacity: .85;
  opacity: .85; }

div.header-wrapper .search_box .inp_box {
  width: 70%;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  height: 30px;
  line-height: 30px;
  color: #ccc; }

div.header-wrapper .search_box .search_ico {
  width: 28px;
  height: 30px;
  background: url(../images/ic_ss.png) no-repeat center center;
  cursor: pointer; }

div.header-wrapper .lang_box {
  text-align: right;
  background-color: #272624;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 15px 0;
  width: 100%;
  display: none;
  -moz-opacity: .85;
  -khtml-opacity: .85;
  opacity: .85; }

div.header-wrapper .lang_box span {
  float: right; }

div.header-wrapper .lang_box a {
  color: #ffffff;
  margin-left: 10px;
  font-size: 14px;
  float: left; }

div.header-wrapper .top-right .navigation ul.list li ol.sub-item.three-item {
  display: none;
  padding-top: 0;
  padding-left: 2px;
  position: absolute;
  top: -1px;
  left: 100%;
  margin: 0; }

div.header-wrapper .top-right .navigation ul.list li:hover ol.sub-item.second-item {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px); }

div.header-wrapper .sm-menu {
  display: none;
  width: 36px;
  height: 36px;
  float: right;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 999; }

div.header-wrapper .sm-menu span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #444444;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -1.5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

div.header-wrapper .sm-menu span:before, div.header-wrapper .sm-menu span:after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #444444;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

div.header-wrapper .sm-menu span:before {
  top: -6px; }

div.header-wrapper .sm-menu span:after {
  bottom: -6px; }

@media (max-width: 1024px) {
  div.header-wrapper .top-right .navigation ul.list > li::after {
    display: none; }

  div.header-wrapper .top-right .navigation ul.list li {
    padding: 0 12px;
    text-align: left; }

  div.header-wrapper .top-right .navigation ul.list li a {
    font-size: 14px; }

  div.header-wrapper .top-right .navigation ul.list > li.active > span.top > a {
    color: #cc0000;
    background: none; }

  div.header-wrapper .top-right .navigation ul.list > li:hover > span.top > a {
    color: #cc0000;
    background: none; }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item {
    padding-top: 16px; }

  div.header-wrapper .top-right .navigation ul.list li span.top:first-child {
    height: auto; }

  div.header-wrapper .top-right .navigation ul.list {
    padding: 0; }

  div.header-wrapper .top-right .navigation ul.list .bottomline {
    display: none; }

  div.header-wrapper .top-right .navigation ul.list li ol span.top:first-child:hover {
    text-indent: 24px; }

  .head_top {
    float: left;
    padding: 0;
    margin-top: 17.5px; }

  .top_seach {
    display: none; } }
@media (min-width: 1025px) {
  div.header-wrapper.tophide {
    background-color: #fff;
    padding: 0;
    border-bottom: 1px solid #ececec; } }
@media only screen and (max-width: 1024px) {
  div.header-wrapper {
    position: absolute;
    left: 0;
    top: 0; }

  div.header-wrapper .wrap {
    width: 100%;
    padding: 0 5.335%; }

  div.header-wrapper {
    background: #fff; }

  div.header-wrapper .logo {
    position: relative;
    z-index: 9999;
    height: 30px; }

  div.header-wrapper .logo img.thumbPc {
    display: none; }

  div.header-wrapper .logo img.thumbMobile {
    display: block; }

  div.header-wrapper .top-right {
    padding-left: 0;
    margin-top: 62px;
    float: left; }

  div.header-wrapper .top-right .navigation {
    width: 100%;
    height: 100%;
    padding: 62px 0 0;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    -webkit-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out; }

  div.header-wrapper .top-right .navigation ul.list {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #FFF;
    border-right: 1px solid #DDD;
    padding-left: 0; }

  div.header-wrapper .top-right .navigation ul.list li {
    width: 100%;
    padding: 0;
    border-top: 1px solid #DDD;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative; }

  div.header-wrapper .top-right .navigation ul.list li span.top {
    border-bottom: none;
    padding: 0 5.335%;
    line-height: inherit !important; }

  div.header-wrapper .top-right .navigation ul.list li i.handle {
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/paging_right.png") no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    position: absolute;
    top: 13px;
    right: 5px;
    -webkit-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out; }

  div.header-wrapper .top-right .navigation ul.list li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    color: #333; }

  div.header-wrapper .top-right .navigation ul.list li.active span.top {
    color: #4dae3e; }

  div.header-wrapper .top-right .navigation ul.list li.active a {
    color: #4dae3e; }

  div.header-wrapper .top-right .navigation ul.list li.active ol.sub-item.second-item {
    display: none; }

  div.header-wrapper .top-right .navigation ul.list li.active ol.sub-item.three-item {
    display: none; }

  div.header-wrapper .top-right .navigation ul.list li:hover ol.sub-item.second-item {
    display: none; }

  div.header-wrapper .top-right .navigation ul.list li:hover ol.sub-item.three-item {
    display: none; }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item {
    display: none;
    position: static;
    margin: 0;
    padding-top: 0;
    background-color: #F1F1F1;
    list-style-type: none !important; }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item li {
    padding: 0;
    overflow: hidden;
    border: 0;
    border-top: 1px solid #DDD;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: transparent; }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item li i.t-handle {
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/paging_right.png") no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    position: absolute;
    top: 13px;
    right: 5px;
    -webkit-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out; }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item.three-item {
    position: static;
    margin: 0;
    background-color: #F9F9F9; }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item.second-item {
    border-top: 3px solid #7B7B7B;
    margin-top: 30px;
    padding-top: 0;
    display: none;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, -10px, 0px);
    -moz-transform: translate3d(0px, -10px, 0px);
    -webkit-transform: translate3d(0px, -10px, 0px); }

  div.header-wrapper .top-right .navigation ul.list li.showIt ol.sub-item.second-item {
    display: block;
    opacity: 1;
    width: 100%;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px); }

  div.header-wrapper .top-right .navigation ul.list li ol span.top:first-child {
    margin: 0;
    width: 100%;
    padding: 0;
    line-height: 34px;
    display: block;
    overflow: hidden;
    height: auto;
    text-indent: 24px;
    background: #ececec;
    padding: 0 5.3335%; }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item.second-item {
    margin-top: 0;
    border-top: 0; }

  div.header-wrapper .top-right .navigation ul.list li ol span.top:first-child i {
    display: none; }

  div.header-wrapper .top-right .navigation ul.list li.showIt ol.sub-item.second-item li ol.sub-item.three-item {
    display: none; }

  div.header-wrapper .top-right .navigation ul.list li.showIt ol.sub-item.second-item li.showIt ol.sub-item.three-item {
    display: block; }

  div.header-wrapper .top-right .navigation ul.list li.showIt ol.sub-item.second-item li.showIt i.handle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

  div.header-wrapper .top-right .navigation ul.list li.showIt > span.top i.handle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

  div.header-wrapper .top-right ul.language {
    display: none; }

  div.header-wrapper .sm-menu {
    display: block;
    margin-top: 14.5px; }

  div.header-wrapper .seach_btn {
    display: none;
    margin: 0;
    margin-top: 0;
    margin-right: 0;
    height: 40px;
    background: url(../images/ic/ic_1_m.png) no-repeat left center;
    background-size: 18px auto; }

  div.header-wrapper .seach_btn.cur {
    background: url(../images/ic/ic_close_m.png) no-repeat left center;
    background-size: 18px auto; }

  div.header-wrapper .search_box {
    right: 0;
    margin-right: 0;
    width: 100%; }

  div.header-wrapper .search_box .inp_box {
    font-size: 14px; }

  div.header-wrapper .search_box .search_ico {
    width: 28px;
    height: 30px;
    background: url(../images/ic_ss.png) no-repeat center center; }

  div.header-wrapper .lang_box a {
    font-size: 14px; }

  div.header-wrapper .lang_box .wrap {
    padding: 0 5.335%; }

  .ibanner_cover .cover_title01 {
    text-align: left; }

  .ibanner_cover .cover_title02 {
    text-align: left; } }
@media only screen and (max-width: 1024px) {
  body.fixed div.header-wrapper .top-right .navigation {
    left: 0; }

  body.fixed div.header-wrapper .sm-menu span {
    background-color: transparent; }

  body.fixed div.header-wrapper .sm-menu span:before {
    -webkit-transform: rotate(45deg) translate(4px, 4.5px);
    -ms-transform: rotate(45deg) translate(4px, 4.5px);
    transform: rotate(45deg) translate(4px, 4.5px); }

  body.fixed div.header-wrapper .sm-menu span:after {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    -ms-transform: rotate(-45deg) translate(4px, -4px);
    transform: rotate(-45deg) translate(4px, -4px); } }
@media only screen and (max-width: 1024px) {
  body.fixed div.header-wrapper .top-right .navigation {
    left: 0; }

  body.fixed div.header-wrapper .sm-menu span {
    background-color: transparent; }

  body.fixed div.header-wrapper .sm-menu span:before {
    -webkit-transform: rotate(45deg) translate(4px, 4.5px);
    -ms-transform: rotate(45deg) translate(4px, 4.5px);
    transform: rotate(45deg) translate(4px, 4.5px); }

  body.fixed div.header-wrapper .sm-menu span:after {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    -ms-transform: rotate(-45deg) translate(4px, -4px);
    transform: rotate(-45deg) translate(4px, -4px); } }
.am-slider-a1 .am-control-nav {
  bottom: 110px; }

.am-slider-a1 .am-control-nav li a {
  background: url(../images/ic_btn.png) no-repeat center center;
  width: 20px;
  height: 20px;
  box-shadow: none; }

.am-slider-a1 .am-control-nav li a:hover {
  background: url(../images/ic_btn_hover.png) no-repeat center center; }

.am-slider-a1 .am-control-nav li a.am-active {
  background: url(../images/ic_btn_hover.png) no-repeat center center; }

.i_banner {
  margin-top: 0;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto; }
  .i_banner .i_banner_bottom {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 9999;
    text-align: center; }

@media only screen and (max-width: 1024px) {
  .i_banner {
    width: 100%; } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

a {
  outline: none !important; }

.index_title {
  border-bottom: 1px dashed #cc0000;
  line-height: 16px;
  height: 31px; }
  .index_title h3 {
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    float: left;
    border-bottom: 2px solid #cc0000;
    padding-bottom: 13px; }
  .index_title a {
    color: #888888;
    font-size: 14px;
    float: right; }
    .index_title a:hover {
      color: #cc0000; }

.container-fluid {
  overflow: hidden; }
  .container-fluid .iboxs {
    float: left;
    width: 585px;
    margin-left: 30px;
    margin-top: 30px; }
  .container-fluid .col-boxs {
    margin-left: -30px; }
  .container-fluid .iboxs_video {
    width: 1200px; }

.iboxs-1:hover .iboxs-box1 {
  border: 1px solid #e82121;
  border-top: none;
  border-bottom: none; }
.iboxs-1:hover .iboxs-box1, .iboxs-1:hover .iboxs-box2, .iboxs-1:hover .iboxs-box3, .iboxs-1:hover .iboxs-box4, .iboxs-1:hover .iboxs-box5, .iboxs-1:hover .iboxs-box6, .iboxs-1:hover .iboxs-box7 {
  border-color: #e82121; }
.iboxs-1 .iboxs-box {
  overflow: hidden; }

.iboxs-box1, .iboxs-box2, .iboxs-box3, .iboxs-box4, .iboxs-box5, .iboxs-box6, .iboxs-box7 {
  border: 1px solid #d6d6d6;
  border-top: none;
  overflow: hidden;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.iboxs-box1 {
  height: 217px;
  border-bottom: none; }
  .iboxs-box1 li {
    overflow: hidden;
    padding: 20px;
    border-bottom: 1px dashed #eeeeee; }
    .iboxs-box1 li:last-child {
      border-bottom: 0; }
    .iboxs-box1 li .data {
      line-height: 22px;
      float: left;
      color: #c0a894;
      text-align: center;
      font-family: 'Arial';
      height: 68px; }
      .iboxs-box1 li .data h3 {
        font-size: 36px;
        line-height: 40px; }
      .iboxs-box1 li .data span {
        display: block;
        font-size: 12px; }
    .iboxs-box1 li .img {
      float: left;
      width: 122px;
      height: 68px;
      overflow: hidden;
      margin: 0 20px; }
      .iboxs-box1 li .img img {
        width: 100%;
        height: 100%;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s; }
    .iboxs-box1 li:hover .img img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .iboxs-box1 li:hover .info .title {
      color: #cc0000; }
    .iboxs-box1 li .info .title {
      color: #444444;
      font-size: 14px;
      line-height: 14px;
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      .iboxs-box1 li .info .title:hover {
        color: #cc0000; }
    .iboxs-box1 li .info .desc {
      color: #999999;
      font-size: 14px;
      line-height: 20px;
      margin-top: 15px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .iboxs-box1 .iboxs-first {
    overflow: hidden;
    padding: 20px; }
    .iboxs-box1 .iboxs-first .img {
      width: 185px;
      height: 170px;
      overflow: hidden;
      float: left;
      margin-right: 20px; }
      .iboxs-box1 .iboxs-first .img img {
        width: 100%;
        height: 100%;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
      .iboxs-box1 .iboxs-first .img:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .iboxs-box1 .iboxs-first .cont {
      font-size: 14px; }
      .iboxs-box1 .iboxs-first .cont .title {
        color: #444444;
        line-height: 22px;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
        .iboxs-box1 .iboxs-first .cont .title:hover {
          color: #cc0000; }
      .iboxs-box1 .iboxs-first .cont .desc {
        color: #999999;
        line-height: 21px;
        margin: 18px 0;
        text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 84px; }
      .iboxs-box1 .iboxs-first .cont .more a {
        color: #444444;
        font-size: 14px;
        line-height: 30px;
        background: #f1f1f1;
        width: 87px;
        height: 30px;
        display: inline-block;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        opacity: 0.5;
        filter: alpha(opacity=50); }
        .iboxs-box1 .iboxs-first .cont .more a:hover {
          color: #ffffff;
          opacity: 1;
          filter: alpha(opacity=100);
          background: #cc0000; }

.iboxs-box2 {
  height: 137px;
  background: #eeeeee;
  padding: 20px 0; }
  .iboxs-box2:hover {
    border: 1px solid #ab0000;
    border-top: none;
    background: #ab0000; }
    .iboxs-box2:hover ul li {
      color: #ffffff; }
      .iboxs-box2:hover ul li:before {
        content: '';
        display: inline-block;
        width: 10px;
        background: url(../images/ic/ic_1_hover.png) no-repeat center center;
        height: 10px; }
      .iboxs-box2:hover ul li a {
        color: #ffffff; }
      .iboxs-box2:hover ul li small {
        color: #f5f5f5; }
  .iboxs-box2 ul li {
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    .iboxs-box2 ul li:before {
      content: '';
      display: inline-block;
      width: 10px;
      background: url(../images/ic/ic_1.png) no-repeat center center;
      height: 10px; }
    .iboxs-box2 ul li a {
      color: #444444;
      font-size: 14px; }
      .iboxs-box2 ul li a small {
        font-family: "微软雅黑";
        float: right;
        margin-left: 15px;
        color: #999999;
        font-size: 12px; }
      .iboxs-box2 ul li a:hover {
        text-decoration: underline; }
  .iboxs-box2 ul.iboxs-box2-list {
    padding: 0 10px; }
    .iboxs-box2 ul.iboxs-box2-list li {
      color: #333;
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      width: 50%;
      float: left;
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }

.iboxs-box3 {
  height: 354px; }
  .iboxs-box3 ul {
    margin-top: 22px; }
    .iboxs-box3 ul li {
      position: relative;
      overflow: hidden;
      float: left;
      margin-left: 21px;
      margin-bottom: 21px;
      width: 260px;
      height: 143px; }
      .iboxs-box3 ul li .info {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center; }
        .iboxs-box3 ul li .info .icon {
          margin-top: 37px; }
        .iboxs-box3 ul li .info .title {
          color: #ffffff;
          font-size: 16px;
          font-weight: bold; }
      .iboxs-box3 ul li .bgcolor {
        background: rgba(204, 0, 0, 0.5);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        filter: alpha(opacity=0); }
      .iboxs-box3 ul li .img {
        background: #999999; }
        .iboxs-box3 ul li .img img {
          opacity: 0.28;
          filter: alpha(opacity=28.0);
          width: 100%; }
      .iboxs-box3 ul li .desc {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        padding: 28px;
        font-size: 14px;
        color: #ffffff;
        line-height: 22px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .iboxs-box3 ul li:hover .info {
        opacity: 0;
        filter: alpha(opacity=0); }
      .iboxs-box3 ul li:hover .bgcolor {
        opacity: 1;
        filter: alpha(opacity=100); }
      .iboxs-box3 ul li:hover .desc {
        opacity: 1;
        filter: alpha(opacity=100); }

.iboxs-box4 {
  padding: 20px;
  height: 354px; }
  .iboxs-box4 .cont {
    font-size: 14px;
    float: left;
    width: 239px; }
    .iboxs-box4 .cont .title {
      color: #444444;
      line-height: 22px;
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      font-weight: bold;
      font-size: 16px; }
      .iboxs-box4 .cont .title:hover {
        color: #cc0000; }
    .iboxs-box4 .cont .desc {
      color: #999999;
      line-height: 20px;
      margin: 15px 0;
      text-align: justify; }
    .iboxs-box4 .cont .more a {
      color: #444444;
      font-size: 14px;
      line-height: 30px;
      background: #f1f1f1;
      width: 87px;
      height: 30px;
      display: inline-block;
      text-align: center;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      opacity: 0.5;
      filter: alpha(opacity=50); }
      .iboxs-box4 .cont .more a:hover {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
        background: #cc0000; }
  .iboxs-box4 .list {
    margin-left: 20px;
    float: left;
    width: 284px; }
    .iboxs-box4 .list ul li {
      overflow: hidden;
      position: relative;
      margin-bottom: 7px; }
      .iboxs-box4 .list ul li .info {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding: 20px 0 20px 15px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .iboxs-box4 .list ul li .info .icon {
          float: left;
          margin-right: 10px; }
        .iboxs-box4 .list ul li .info .title {
          color: #ffffff; }
          .iboxs-box4 .list ul li .info .title h3 {
            font-size: 20px;
            font-weight: bold; }
          .iboxs-box4 .list ul li .info .title span {
            font-size: 18px;
            font-family: 'Arial';
            opacity: 0.5;
            filter: alpha(opacity=50);
            display: block;
            line-height: 18px; }
        .iboxs-box4 .list ul li .info:hover {
          background: rgba(204, 0, 0, 0.5); }

.iboxs-box5 {
  padding: 20px 0; }
  .iboxs-box5 ul li {
    float: left;
    width: 268px;
    margin-left: 25.6px; }
    .iboxs-box5 ul li h3 {
      font-size: 16px;
      color: #666666;
      text-align: center;
      margin-top: 15px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .iboxs-box5 ul li .img {
      position: relative;
      width: 268px;
      height: 166px; }
      .iboxs-box5 ul li .img img {
        width: 100%;
        height: 100%; }
      .iboxs-box5 ul li .img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .iboxs-box5 ul li .img span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/ic/ic_2.png) no-repeat center center; }
    .iboxs-box5 ul li:hover .img::before {
      opacity: 0.4;
      filter: alpha(opacity=40); }
    .iboxs-box5 ul li:hover h3 {
      color: #cc0000; }

.iboxs-box6 {
  padding: 20px 16px;
  height: 237px; }
  .iboxs-box6 #marquee1 {
    float: left;
    overflow: hidden;
    width: 100%; }
  .iboxs-box6 ul li {
    float: left;
    padding: 0 7px; }
    .iboxs-box6 ul li .img {
      width: 169px;
      height: 164px;
      overflow: hidden; }
      .iboxs-box6 ul li .img img {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s; }
    .iboxs-box6 ul li:hover .img img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .iboxs-box6 ul li:hover h3 {
      color: #cc0000; }
    .iboxs-box6 ul li h3 {
      color: #888888;
      font-size: 16px;
      line-height: 22px;
      padding-top: 10px;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden; }
      .iboxs-box6 ul li h3:hover {
        color: #cc0000; }

.iboxs-box7 {
  padding: 20px;
  height: 237px; }
  .iboxs-box7 .img {
    float: left;
    margin-right: 20px;
    width: 194px;
    height: 191px;
    overflow: hidden; }
    .iboxs-box7 .img img {
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s;
      width: 100%; }
    .iboxs-box7 .img:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .iboxs-box7 .cont .first {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px dotted #cc0000; }
    .iboxs-box7 .cont .first .title {
      color: #cc0000;
      font-size: 14px;
      font-weight: bold;
      line-height: 18px; }
    .iboxs-box7 .cont .first .data {
      color: #999999;
      font-size: 14px;
      padding-top: 5px; }
  .iboxs-box7 .cont .iboxs-box2 {
    background: none;
    border: 0;
    padding: 0;
    padding-top: 10px;
    color: #444444;
    height: auto; }
    .iboxs-box7 .cont .iboxs-box2 ul li {
      padding: 0;
      line-height: 28px;
      height: 28px; }
      .iboxs-box7 .cont .iboxs-box2 ul li a {
        color: #444444; }
        .iboxs-box7 .cont .iboxs-box2 ul li a:hover {
          color: #cc0000; }

/*底部*/
.footer {
  margin-top: 50px;
  background: #ebebeb;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 2; }
  .footer .footerA {
    padding: 40px 0;
    overflow: hidden;}
    .footer .footerA .footer_nav {
      float: left;
      overflow: hidden;
    padding-top: 55px;}
      .footer .footerA .footer_nav div {
        float: left;
        margin-right: 99px; }
        .footer .footerA .footer_nav div h3 {
          color: #464646;
          font-size: 14px;
          position: relative;
          line-height: 14px;
          padding-left: 15px;
          margin-bottom: 20px; }
          .footer .footerA .footer_nav div h3 a {
            color: #464646; }
          .footer .footerA .footer_nav div h3::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -6px;
            height: 12px;
            width: 3px;
            background: #cc0000; }
        .footer .footerA .footer_nav div ul a {
          color: #8c8c8c;
          font-size: 13px;
          line-height: 28px;
          padding-left: 15px; }
          .footer .footerA .footer_nav div ul a:hover {
            color: #cc0000;
            opacity: 1; }
    .footer .footerA .footer_add {
      float: left;
      overflow: hidden;
      width: 180px;
    padding-top: 55px;}
      .footer .footerA .footer_add h3 {
        color: #464646;
        font-size: 14px;
        position: relative;
        line-height: 14px;
        padding-left: 15px;
        margin-bottom: 20px; }
        .footer .footerA .footer_add h3::before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -6px;
          height: 12px;
          width: 3px;
          background: #cc0000; }
      .footer .footerA .footer_add .phone {
        padding-left: 15px;
        color: #8c8c8c;
        font-size: 18px; }
        .footer .footerA .footer_add .phone div {
          border-bottom: 1px solid #dcdcdc;
          padding-bottom: 20px; }
      .footer .footerA .footer_add .add {
        margin-top: 20px; }
        .footer .footerA .footer_add .add div {
          color: #464646;
          font-size: 14px;
          line-height: 20px;
          padding-left: 15px; }
        .footer .footerA .footer_add .add span {
          display: block;
          color: #8c8c8c;
          font-size: 12px;
          margin-top: 5px;
          padding-left: 15px; }
    .footer .footerA .footer_ewm {
      float: right; }
      .footer .footerA .footer_ewm div {
        float: left;
        color: #999999;
        font-size: 14px;
        text-align: center;
        margin-left: 30px; }
        .footer .footerA .footer_ewm div h3 {
          padding-top: 10px;
          font-weight: normal; }

.footerB {
  padding: 20px 0;
  overflow: hidden;
  color: #8c8c8c;
  font-size: 12px;
  text-align: left;
  background: #d1d1d1;
  text-transform: uppercase;
  line-height: 14px; }

/*底部 end*/
.page_ban {
  width: 1200px;
  margin: 0 auto; }
  .page_ban img {
    width: 100%; }

.page-fluid {
  overflow: hidden;
  padding-top: 30px; }

.page_left {
  float: left;
  width: 228px;
  margin-right: 30px; }

.category_head {
  display: none; }

.category .category_tit {
  background: #cc0000;
  color: #fff;
  width: 100%;
  padding: 20px 30px;
  padding-right: 0;
  background: url(../images/ic/ic_3.png) no-repeat right bottom #cc0000;
  height: 80px; }
  .category .category_tit h3 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 22px; }
  .category .category_tit span {
    color: #ffffff;
    font-size: 12px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    text-transform: uppercase;
    display: block;
    padding-top: 5px; }
.category .category_ul {
  display: block;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-top: 0;
  padding: 20px; }
  .category .category_ul ul li {
    overflow: hidden;
    width: 100%; }
    .category .category_ul ul li:last-child a {
      border-bottom: 0; }
    .category .category_ul ul li a {
      color: #444444;
      font-size: 14px;
      line-height: 14px;
      display: block;
      overflow: hidden;
      outline: none;
      padding-left: 25px;
      line-height: 36px;
      border-bottom: 1px solid #e8e8e8;
      background: url(../images/ic/ic_4.png) no-repeat 8px center;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .category .category_ul ul li a:hover {
        color: #cc0000;
        background: url(../images/ic/ic_4_hover.png) no-repeat 8px center; }
      .category .category_ul ul li a.nav_btn {
        position: relative; }
        .category .category_ul ul li a.nav_btn::after {
          content: "";
          position: absolute;
          right: 12px;
          top: 50%;
          margin-top: -7.5px;
          background: url(../images/ic/ic_15.png) no-repeat center center;
          height: 15px;
          width: 15px; }
    .category .category_ul ul li.active > a {
      color: #cc0000;
      background: url(../images/ic/ic_4_hover.png) no-repeat 8px center; }
    .category .category_ul ul li.active .hidden {
      display: block; }
    .category .category_ul ul li .hidden {
      overflow: hidden;
      background: #f6f6f6;
      display: none; }
      .category .category_ul ul li .hidden dl dd {
        overflow: hidden;
        width: 100%; }
        .category .category_ul ul li .hidden dl dd a {
          border: 0;
          background: url(../images/ic/ic_10.png) no-repeat 8px center; }
        .category .category_ul ul li .hidden dl dd.active a {
          color: #cc0000; }

.page_postbody {
  width: 933px;
  float: right; }

.mbx {
  overflow: hidden;
  border-bottom: 1px solid #d2d2d2;
  line-height: 42px; }
  .mbx h3 {
    float: left;
    color: #353535;
    font-size: 16px;
    font-weight: bold; }
  .mbx div {
    float: right;
    font-size: 12px;
    color: #999999;
    background: url(../images/mbx.png) no-repeat left center;
    padding-left: 30px; }
    .mbx div a {
      color: #999999; }

.about_page_cont {
  overflow: hidden;
  padding-top: 40px;
  color: #666666;
  font-size: 14px;
  line-height: 22px; }
  .about_page_cont img {
    max-width: 100%; }
  .about_page_cont h3 {
    font-weight: bold; }
  .about_page_cont .about_page_title {
    padding-top: 30px;
    overflow: hidden; }
    .about_page_cont .about_page_title h3 {
      color: #666666;
      font-size: 20px;
      font-weight: bold; }
    .about_page_cont .about_page_title span {
      display: block;
      font-size: 14px;
      color: #666666;
      text-transform: uppercase;
      opacity: 0.5;
      filter: alpha(opacity=50); }

.page_info {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  padding-top: 25px;
  text-align: justify; }

.about_page_brand {
  overflow: hidden;
  padding-top: 10px; }
  .about_page_brand img {
    max-width: 100%; }
  .about_page_brand .about_page_title {
    padding-top: 30px;
    overflow: hidden; }
    .about_page_brand .about_page_title h3 {
      color: #666666;
      font-size: 20px;
      font-weight: bold; }
    .about_page_brand .about_page_title span {
      display: block;
      font-size: 14px;
      color: #666666;
      text-transform: uppercase;
      opacity: 0.5;
      filter: alpha(opacity=50); }

.sk_store_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none; }

.sk_store_box {
  position: fixed;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  z-index: 10;
  text-align: center;
  z-index: 9999999;
  display: none; }

.sk_store_box .sk_store_box_info {
  background: #fff;
  position: relative;
  display: block;
  width: auto;
  height: auto; }

.sk_store_box .sk_store_box_info .sk_store_colose {
  position: absolute;
  right: -30px;
  top: 0px;
  width: 20px;
  height: 20px;
  background: url(../images/colose.png) no-repeat center center;
  cursor: pointer;
  background-size: 20px; }

.sk_store_box .sk_store_box_info img {
  max-width: 1000px;
  max-height: 600px; }

.about_honor {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 10px; }
  .about_honor ul {
    margin-left: -27px; }
    .about_honor ul li {
      float: left;
      width: 293px;
      margin-left: 27px;
      text-align: center;
      margin-bottom: 30px;
      cursor: pointer; }
      .about_honor ul li .img {
        width: 100%;
        height: 219px;
        overflow: hidden;
        display: table-cell;
        vertical-align: middle; }
        .about_honor ul li .img img {
          vertical-align: middle;
          width: 100%; }
      .about_honor ul li h3 {
        color: #666666;
        font-size: 14px;
        padding-top: 10px; }
      .about_honor ul li:hover h3 {
        color: #cc0000; }

.about_history {
  padding-top: 40px;
  overflow: hidden; }
  .about_history ul li {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px; }
    .about_history ul li::after {
      content: "";
      width: 0;
      height: 100%;
      border-left: 1px dashed #e5e5e5;
      left: 50%;
      top: 0;
      position: absolute;
      margin-left: -0.5px; }
    .about_history ul li::before {
      content: "";
      width: 31px;
      height: 31px;
      background: url(../images/ic/ic_11.png) no-repeat center center;
      left: 50%;
      top: 0;
      position: absolute;
      margin-left: -15.5px;
      z-index: 9; }
    .about_history ul li .about_history_title {
      color: #cc0000;
      font-size: 22px;
      font-weight: bold;
      text-align: right;
      overflow: hidden;
      line-height: 31px;
      margin-bottom: 40px; }
      .about_history ul li .about_history_title h3 {
        float: left;
        width: 436px;
        position: relative; }
    .about_history ul li .about_history_cont .about_dome {
      display: block;
      overflow: hidden;
      margin-bottom: 10px;
      position: relative;
      z-index: 999; }
      .about_history ul li .about_history_cont .about_dome .about_dome_info {
        float: left;
        width: 396px;
        position: relative;
        text-align: right;
        color: #888888;
        font-size: 14px;
        line-height: 22px; }
        .about_history ul li .about_history_cont .about_dome .about_dome_info .img {
          max-width: 396px;
          height: auto;
          margin-bottom: 15px; }
          .about_history ul li .about_history_cont .about_dome .about_dome_info .img img {
            width: 100%;
            height: auto; }
        .about_history ul li .about_history_cont .about_dome .about_dome_info .data {
          color: #444444;
          font-weight: bold;
          font-size: 18px;
          line-height: 18px;
          margin-bottom: 15px;
          position: relative; }
          .about_history ul li .about_history_cont .about_dome .about_dome_info .data::before {
            content: "";
            position: absolute;
            bottom: 50%;
            margin-bottom: -1px;
            right: -70px;
            width: 48px;
            height: 2px;
            border-top: 1px dashed #e5e5e5; }
          .about_history ul li .about_history_cont .about_dome .about_dome_info .data::after {
            content: "";
            position: absolute;
            bottom: 50%;
            margin-bottom: -8.5px;
            right: -78.5px;
            width: 17px;
            height: 17px;
            background: url(../images/ic/ic_12.png) no-repeat center center; }
        .about_history ul li .about_history_cont .about_dome .about_dome_info .cont {
          position: relative; }
      .about_history ul li .about_history_cont .about_dome:nth-child(2n) .about_dome_info {
        float: right;
        text-align: left; }
        .about_history ul li .about_history_cont .about_dome:nth-child(2n) .about_dome_info .data::before {
          left: -70px; }
        .about_history ul li .about_history_cont .about_dome:nth-child(2n) .about_dome_info .data::after {
          left: -78.5px; }
    .about_history ul li:nth-child(2n)::before {
      content: "";
      width: 31px;
      height: 31px;
      left: 50%;
      top: 0;
      position: absolute;
      margin-left: -15.5px;
      z-index: 9; }
    .about_history ul li:nth-child(2n) .about_history_title {
      text-align: left; }
      .about_history ul li:nth-child(2n) .about_history_title h3 {
        float: right; }
    .about_history ul li:last-child .history-box {
      width: 590px;
      height: auto;
      margin: 15px auto;
      position: relative;
      padding: 30px 50px;
      -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      z-index: 999;
      background: #ffffff;
      margin-top: 30px; }
    .about_history ul li:last-child::before {
      display: none; }
    .about_history ul li:last-child::after {
      top: auto;
      bottom: 70px; }
    .about_history ul li:last-child .about_history_title {
      margin-bottom: 20px;
      text-align: center; }
      .about_history ul li:last-child .about_history_title h3 {
        float: none;
        margin: 0 auto; }
    .about_history ul li:last-child .about_history_cont .about_dome .about_dome_info {
      text-align: center;
      width: 100%; }
      .about_history ul li:last-child .about_history_cont .about_dome .about_dome_info .cont {
        text-align: center; }

.sk_page {
  text-align: center;
  overflow: hidden;
  padding: 0; }
  .sk_page a, .sk_page span {
    padding: 8px 10px;
    color: #555555;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    background: #ffffff;
    margin: 0 3px;
    min-width: 30px;
    border: 1px solid #e0e0e0; }
    .sk_page a:hover, .sk_page span:hover {
      background: #cc0000;
      color: #fff;
      border-color: #cc0000; }
    .sk_page a.active, .sk_page span.active {
      background: #cc0000;
      color: #fff;
      border-color: #cc0000; }
  .sk_page span {
    background: #cc0000;
    color: #fff;
    border-color: #cc0000; }

.about_core_box {
  overflow: hidden;
  padding: 40px 0 0; }
  .about_core_box ul li {
    overflow: hidden;
    margin-bottom: 15px;
    overflow: hidden;
    margin-bottom: 10px; }
    .about_core_box ul li.active .about_core_title {
      background: #cc0000;
      color: #ffffff; }
      .about_core_box ul li.active .about_core_title span {
        background: url(../images/ic/ic_17_hover.png) no-repeat center center; }
      .about_core_box ul li.active .about_core_title h3 {
        background: url(../images/ic/ic_16_hover.png) no-repeat left center; }
    .about_core_box ul li .about_core_title {
      height: 55px;
      background: #f9f9f9;
      line-height: 55px;
      color: #444444;
      font-size: 18px;
      padding: 0 25px;
      cursor: pointer;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      .about_core_box ul li .about_core_title h3 {
        float: left;
        background: url(../images/ic/ic_16.png) no-repeat left center;
        padding-left: 20px; }
      .about_core_box ul li .about_core_title span {
        float: right;
        height: 100%;
        width: 31px;
        background: url(../images/ic/ic_17.png) no-repeat center center; }
    .about_core_box ul li .about_core_info {
      color: #666666;
      font-size: 14px;
      line-height: 1.571;
      display: none;
      text-align: justify;
      text-justify: inter-ideograph;
      padding: 25px 0;
      overflow: hidden; }

.about_core_info_title {
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  color: #cc0000;
  line-height: 20px;
  position: relative;
  padding-left: 18px;
  margin-top: 35px; }
  .about_core_info_title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 8px;
    height: 18px;
    background: #cc0000; }
  .about_core_info_title h3 {
    font-weight: bold; }

.about_core_info_ftitle {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  line-height: 18px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 25px;
  margin-bottom: 15px; }
  .about_core_info_ftitle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 30px;
    height: 3px;
    background: #cc0000; }
  .about_core_info_ftitle h3 {
    font-weight: bold; }

.about_core_info_ftitle2 {
  font-size: 18px;
  font-weight: bold;
  color: #444444;
  line-height: 20px;
  padding: 10px 0;
  padding-left: 20px;
  position: relative;
  background: #eeeeee;
  margin-top: 25px; }
  .about_core_info_ftitle2 h3 {
    font-weight: bold; }

.about_core_cont {
  color: #666666;
  font-size: 14px;
  line-height: 1.571;
  text-align: justify;
  text-justify: inter-ideograph; }
  .about_core_cont font {
    color: #cc0000;
    margin-right: 10px; }
  .about_core_cont p {
    line-height: 26px; }
  .about_core_cont img {
    max-width: 100%; }

.page_left_news {
  overflow: hidden;
  margin-top: 30px; }
  .page_left_news .page_left_news_list {
    border: 1px solid #d6d6d6;
    border-top: 0;
    padding: 20px; }
    .page_left_news .page_left_news_list ul li {
      line-height: 18px;
      margin-bottom: 13px;
      overflow: hidden; }
      .page_left_news .page_left_news_list ul li .num {
        width: 18px;
        height: 18px;
        font-size: 12px;
        color: #666666;
        background: #f1f1f1;
        float: left;
        text-align: center;
        line-height: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin-right: 8px; }
      .page_left_news .page_left_news_list ul li h3 {
        color: #666666;
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
        .page_left_news .page_left_news_list ul li h3:hover {
          color: #cc0000; }
      .page_left_news .page_left_news_list ul li:nth-child(1) .num, .page_left_news .page_left_news_list ul li:nth-child(2) .num, .page_left_news .page_left_news_list ul li:nth-child(3) .num {
        color: #ffffff;
        background: #cc0000; }

.news_page_list {
  overflow: hidden; }
  .news_page_list .iboxs-box1 {
    height: auto;
    border: 0;
    padding: 20px 0 40px; }
    .news_page_list .iboxs-box1 ul li {
      border-bottom: 1px dashed #eeeeee;
      padding: 20px 0; }
      .news_page_list .iboxs-box1 ul li .img {
        width: 170px;
        height: 95px; }
      .news_page_list .iboxs-box1 ul li .data {
        margin-top: 20px; }
      .news_page_list .iboxs-box1 ul li .info .title {
        font-weight: bold; }
      .news_page_list .iboxs-box1 ul li .info .desc {
        text-align: justify;
        -webkit-line-clamp: 3; }
    .news_page_list .iboxs-box1 .iboxs-first {
      padding: 20px 0 35px;
      border-bottom: 1px solid #e0e0e0; }
      .news_page_list .iboxs-box1 .iboxs-first .data {
        color: #b1b1b1;
        font-size: 14px; }
      .news_page_list .iboxs-box1 .iboxs-first .img {
        width: 210px;
        height: 194px;
        margin-right: 30px; }
      .news_page_list .iboxs-box1 .iboxs-first .cont .title {
        font-weight: bold;
        font-size: 16px; }
      .news_page_list .iboxs-box1 .iboxs-first .cont .desc {
        font-size: 14px; }

.news-dome {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  line-height: 22px;
  padding-right: 110px; }
  .news-dome .title {
    font-weight: bold;
    font-size: 16px;
    color: #444444; }
  .news-dome:hover .title {
    color: #cc0000; }
  .news-dome .label {
    font-size: 14px;
    color: #666666;
    margin-top: 10px; }
    .news-dome .label span.time {
      padding-left: 22px;
      background: url(../images/ic/ic_7.png) no-repeat left center; }
    .news-dome .label span.browse {
      padding-left: 30px;
      background: url(../images/ic/ic_8.png) no-repeat left center;
      margin-left: 20px; }
  .news-dome .desc {
    color: #999999;
    font-size: 14px;
    margin-top: 10px; }

.news_page {
  overflow: hidden;
  padding-top: 40px; }
  .news_page .title {
    text-align: center;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 10px; }
    .news_page .title h3 {
      color: #cc0000;
      font-size: 24px;
      font-weight: bold;
      line-height: 32px; }
    .news_page .title span {
      display: block;
      font-size: 12px;
      color: #888888;
      margin-top: 10px; }
      .news_page .title span samp {
        font-family: '微软雅黑';
        margin: 0 10px; }
  .news_page .news_page_desc {
    color: #888888;
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
    background: #f6f6f9;
    border: 1px solid #eeeeee;
    padding: 35px; }
  .news_page .sf_info {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    padding: 35px 0 40px;
    border-bottom: 1px solid #bfbfbf; }
    .news_page .sf_info img {
      max-width: 100%;
      height: auto !important; }

.pre_next {
  padding: 20px 0px;
  height: auto;
  overflow: hidden; }

.sxp span {
  display: block;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px; }

.sxp span a {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #666666; }

.sxp span a:hover {
  color: #cc0000; }

.bdshare-button-style0-16, .pre_next span.fxd {
  margin-top: 15px; }

.bdshare-button-style0-16 a {
  width: 24px;
  height: 24px !important;
  margin: 0 5px !important; }

.pre_next span.fxd {
  font-size: 12px;
  color: #888888;
  line-height: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 5px; }

.bdshare-button-style0-16 .bds_weixin {
  background: url(../images/share_wx.png) no-repeat center center !important;
  background-size: 24px !important; }

.bdshare-button-style0-16 .bds_sqq {
  background: url(../images/share_qq.png) no-repeat center center !important;
  background-size: 24px !important; }

.bdshare-button-style0-16 .bds_tsina {
  background: url(../images/share_wb.png) no-repeat center center !important;
  background-size: 24px !important; }

.bdshare_weixin_qrcode_dialog_bg > * {
  box-sizing: inherit;
  -webkit-box-sizing: inherit; }

.bd_weixin_popup {
  box-sizing: inherit;
  -webkit-box-sizing: inherit; }

.bd_weixin_popup .bd_weixin_popup_foot {
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
  line-height: 16px; }

.periodical_list {
  padding: 40px 0 10px; }
  .periodical_list ul {
    margin-left: -29px; }
    .periodical_list ul li {
      float: left;
      background: #f9f7f7;
      width: 211px;
      height: 309px;
      text-align: center;
      padding: 12px;
      border: 1px solid #eeeeee;
      position: relative;
      margin-left: 29px;
      margin-bottom: 29px; }
      .periodical_list ul li .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .periodical_list ul li .bg::before, .periodical_list ul li .bg::after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        .periodical_list ul li .bg::before {
          background: #cc0000;
          opacity: 0;
          filter: alpha(opacity=0); }
        .periodical_list ul li .bg::after {
          background: url(../images/ic/ic_18.png) no-repeat center 220px;
          opacity: 0;
          filter: alpha(opacity=0); }
        .periodical_list ul li .bg .data {
          position: relative;
          color: #ffffff;
          z-index: 999;
          font-size: 16px;
          margin-top: 60px;
          line-height: 16px;
          font-family: "Arial";
          opacity: 0;
          filter: alpha(opacity=0); }
        .periodical_list ul li .bg .title_hover {
          position: relative;
          color: #ffffff;
          z-index: 999;
          font-size: 24px;
          margin-top: 50px;
          line-height: 32px;
          opacity: 0;
          filter: alpha(opacity=0); }
      .periodical_list ul li:hover .bg::before {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      .periodical_list ul li:hover .bg::after {
        opacity: 1;
        filter: alpha(opacity=100); }
      .periodical_list ul li:hover .data, .periodical_list ul li:hover .title_hover {
        opacity: 1;
        filter: alpha(opacity=100); }
      .periodical_list ul li .img {
        width: 184px;
        height: 248px; }
        .periodical_list ul li .img img {
          width: 100%;
          height: 100%; }
      .periodical_list ul li .title {
        color: #444444;
        font-size: 14px;
        padding-top: 10px; }

.video_list .iboxs-box5 {
  border: 0;
  margin-left: -31.5px;
  overflow: initial;
  padding: 40px 0 10px; }
  .video_list .iboxs-box5 ul li {
    width: 290px;
    margin-left: 31.5px;
    margin-bottom: 31.5px;
    position: relative;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    top: 0; }
    .video_list .iboxs-box5 ul li:hover {
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
      top: -8px; }
    .video_list .iboxs-box5 ul li .img {
      width: 290px;
      height: 180px; }
      .video_list .iboxs-box5 ul li .img img {
        width: 100%;
        height: 100%; }
    .video_list .iboxs-box5 ul li h3 {
      font-size: 16px;
      color: #666666;
      text-align: center;
      margin-top: 0;
      line-height: 45px;
      height: 45px;
      background: #f4f4f4; }

.business_first {
  overflow: hidden;
  margin: 40px 0;
  background: #f7f7f7; }
  .business_first .img {
    float: left;
    width: 347px; }
    .business_first .img img {
      width: 347px;
      height: 195px; }
  .business_first .info {
    float: left;
    width: 586px;
    padding: 30px; }
    .business_first .info .title {
      color: #cc0000;
      font-size: 18px;
      font-weight: bold; }
      .business_first .info .title img {
        margin-right: 12px; }
    .business_first .info .liner {
      border-bottom: 2px solid #d1d1d1;
      width: 16px;
      margin: 18px 0;
      margin-left: 3px; }
    .business_first .info .desc {
      color: #888888;
      font-size: 14px;
      line-height: 22px; }

.business_list {
  overflow: hidden;
  padding-top: 5px; }
  .business_list ul {
    margin-left: -33px; }
    .business_list ul li {
      overflow: hidden;
      float: left;
      width: 289px;
      margin-left: 33px;
      margin-top: 25px;
      cursor: pointer; }
      .business_list ul li .img {
        width: 100%;
        height: 233px;
        overflow: hidden;
        position: relative; }
        .business_list ul li .img img {
          width: 100%;
          height: 233px; }
        .business_list ul li .img::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          background: #000000;
          width: 100%;
          height: 100%;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
      .business_list ul li:hover .img::before {
        opacity: 0.5;
        filter: alpha(opacity=50); }
      .business_list ul li:hover h3 {
        color: #cc0000; }
      .business_list ul li h3 {
        color: #888888;
        font-size: 14px;
        background: #ebebeb;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }

.page_left_video {
  margin-top: 30px; }
  .page_left_video .iboxs-box5 {
    padding: 25px 20px 5px; }
    .page_left_video .iboxs-box5 ul li {
      width: 100%;
      margin: 0;
      margin-bottom: 20px;
      margin-bottom: 20px; }
      .page_left_video .iboxs-box5 ul li .img {
        width: 100%;
        height: auto; }
      .page_left_video .iboxs-box5 ul li h3 {
        font-size: 14px;
        margin-top: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }

.profile_list {
  overflow: hidden; }
  .profile_list ul {
    margin-left: -23px; }
    .profile_list ul li {
      float: left;
      width: 455px;
      margin-left: 23px;
      margin-top: 40px;
      cursor: pointer; }
      .profile_list ul li .img {
        width: 455px;
        height: 230px;
        overflow: hidden;
        position: relative; }
        .profile_list ul li .img::before {
          content: "";
          background: #000000;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          z-index: 1; }
        .profile_list ul li .img .bgImg img {
          width: 100%;
          height: 100%;
          -webkit-transition: all 0.4s ease-out 0s;
          -moz-transition: all 0.4s ease-out 0s;
          -ms-transition: all 0.4s ease-out 0s;
          -o-transition: all 0.4s ease-out 0s;
          transition: all 0.4s ease-out 0s; }
        .profile_list ul li .img .textImg {
          position: absolute;
          bottom: 30px;
          left: 0;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          z-index: 1; }
      .profile_list ul li h3 {
        color: #888888;
        font-size: 16px;
        line-height: 24px;
        padding-top: 20px; }
      .profile_list ul li:hover .img::before {
        opacity: 0.5;
        filter: alpha(opacity=50); }
      .profile_list ul li:hover .img .bgImg img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .profile_list ul li:hover .img .textImg {
        bottom: 162px; }
      .profile_list ul li:hover h3 {
        color: #cc0000; }

.profile-2_list {
  padding-top: 40px; }
  .profile-2_list ul {
    margin-left: -31.5px; }
    .profile-2_list ul li {
      float: left;
      width: 290px;
      margin-left: 31.5px;
      margin-bottom: 30px;
      border-bottom: 4px solid #e6e6e6;
      position: relative;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s;
      top: 0; }
      .profile-2_list ul li:hover {
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
        top: -8px; }
        .profile-2_list ul li:hover .img img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
      .profile-2_list ul li .img {
        width: 290px;
        height: 163px;
        overflow: hidden;
        position: relative; }
        .profile-2_list ul li .img img {
          width: 100%;
          -webkit-transition: all 0.4s ease-out 0s;
          -moz-transition: all 0.4s ease-out 0s;
          -ms-transition: all 0.4s ease-out 0s;
          -o-transition: all 0.4s ease-out 0s;
          transition: all 0.4s ease-out 0s; }
        .profile-2_list ul li .img h3 {
          color: #ffffff;
          font-size: 14px;
          font-weight: bold;
          position: absolute;
          bottom: 0;
          left: 0;
          text-align: center;
          width: 100%;
          height: 45px;
          background: rgba(0, 0, 0, 0.6);
          line-height: 45px; }
      .profile-2_list ul li .desc {
        background: #f2f2f2;
        font-size: 14px;
        color: #888888;
        line-height: 22px;
        text-align: justify;
        padding: 25px 27px;
        height: 160px; }

.profile-3_list {
  padding-top: 10px;
  padding-bottom: 30px; }
  .profile-3_list ul {
    margin-left: -33.66px; }
    .profile-3_list ul li {
      overflow: hidden;
      float: left;
      width: 208px;
      margin-left: 33.66px;
      margin-top: 30px;
      cursor: pointer;
      position: relative;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s;
      top: 0; }
      .profile-3_list ul li:hover {
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
        top: -8px; }
        .profile-3_list ul li:hover .img img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
      .profile-3_list ul li .img {
        width: 100%;
        height: 208px;
        overflow: hidden;
        position: relative; }
        .profile-3_list ul li .img img {
          width: 100%;
          height: 100%;
          -webkit-transition: all 0.4s ease-out 0s;
          -moz-transition: all 0.4s ease-out 0s;
          -ms-transition: all 0.4s ease-out 0s;
          -o-transition: all 0.4s ease-out 0s;
          transition: all 0.4s ease-out 0s; }
      .profile-3_list ul li:hover .img::after {
        background: url(../images/ic/ic_6.png) no-repeat center center; }
      .profile-3_list ul li:hover .img::before {
        opacity: 0.5;
        filter: alpha(opacity=50); }
      .profile-3_list ul li:hover h3 {
        color: #cc0000; }
      .profile-3_list ul li h3 {
        color: #888888;
        font-size: 14px;
        background: #ebebeb;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }

.recruiting_list {
  padding-top: 40px;
  padding-bottom: 10px; }
  .recruiting_list ul {
    margin-left: -37px; }
    .recruiting_list ul li {
      margin-bottom: 30px;
      float: left;
      width: 448px;
      margin-left: 37px;
      -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      border-bottom: 5px solid #f5cccc;
      padding: 30px 35px; }
      .recruiting_list ul li .title {
        font-size: 22px;
        color: #333333;
        line-height: 22px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .recruiting_list ul li .label {
        overflow: hidden;
        font-size: 12px;
        color: #999999;
        margin-top: 15px; }
        .recruiting_list ul li .label span {
          float: left;
          padding-left: 20px;
          background: url(../images/ic/ic_9.png) no-repeat left center;
          margin-right: 20px; }
      .recruiting_list ul li .desc {
        font-size: 12px;
        color: #999999;
        line-height: 22px;
        margin-top: 15px;
        height: 70px; }
      .recruiting_list ul li .more {
        margin-top: 25px;
        display: block;
        height: 28px;
        line-height: 26px;
        font-family: 'raleway';
        font-size: 12px;
        color: #e7e7e7;
        width: 80px;
        border: 1px solid #e7e7e7;
        border-radius: 10em;
        text-align: center;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .recruiting_list ul li:hover {
        border-color: #cc0000; }
        .recruiting_list ul li:hover .title {
          color: #cc0000; }
        .recruiting_list ul li:hover .more {
          border-color: #cc0000;
          background: #cc0000;
          color: #ffffff; }

.recruiting_page {
  padding-top: 40px; }
  .recruiting_page .title {
    font-size: 22px;
    color: #333333;
    line-height: 22px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .recruiting_page .label {
    overflow: hidden;
    font-size: 12px;
    color: #999999;
    margin-top: 15px; }
    .recruiting_page .label span {
      float: left;
      padding-left: 20px;
      background: url(../images/ic/ic_9.png) no-repeat left center;
      margin-right: 20px; }
  .recruiting_page .sf_info {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    margin-top: 15px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px; }

.single-page {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding-top: 20px;
  text-align: justify; }

.sk_Single_join_an {
  margin-top: 30px;
  color: #999;
  font-size: 12px;
  display: inline-block; }
  .sk_Single_join_an .layui-btn {
    background: none !important;
    color: #999;
    border: 1px solid #a0a0a0;
    height: 34px;
    line-height: 34px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px; }
  .sk_Single_join_an .layui-btn:hover {
    border-color: #cc0000;
    color: #cc0000; }

.sk_Single_join_a {
  margin-top: 30px;
  overflow: hidden; }
  .sk_Single_join_a input#Button1 {
    border: none;
    width: 220px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: #cc0000;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer; }

/*人才*/
.jobs-box1 {
  margin-top: 20px;
  display: table;
  width: 100%;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }
  .jobs-box1 .table-td {
    display: table-cell;
    height: 100%;
    text-align: justify;
    vertical-align: middle;
    font-size: 16px;
    line-height: 32px;
    color: #666666; }
    .jobs-box1 .table-td:last-child {
      padding: 0 35px; }

.jobs-title {
  text-align: center;
  line-height: 1;
  padding: 50px 0 35px 0; }
  .jobs-title h2 {
    line-height: 1;
    color: #cc0000;
    font-size: 22px; }
    .jobs-title h2:after {
      width: 40px;
      height: 1px;
      content: '';
      display: block;
      margin: 8px auto;
      background: rgba(204, 0, 0, 0.2); }
  .jobs-title small {
    font-size: 15px;
    font-family: 'raleway';
    font-weight: normal; }

.jobs-box2:after {
  content: '';
  display: block;
  clear: both; }
.jobs-box2 ul {
  margin: 0 -5px; }
  .jobs-box2 ul li {
    float: left;
    width: 50%;
    padding: 5px;
    line-height: 95px; }
    .jobs-box2 ul li.img-txt1 {
      background: url(../images/jobs/2.png) no-repeat 0 center; }
    .jobs-box2 ul li.img-txt2 {
      background: url(../images/jobs/3.png) no-repeat 0 center; }
    .jobs-box2 ul li.img-txt3 {
      background: url(../images/jobs/4.png) no-repeat 0 center; }
    .jobs-box2 ul li.img-txt4 {
      background: url(../images/jobs/5.png) no-repeat 0 center; }
    .jobs-box2 ul li p {
      display: block;
      -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      font-size: 20px;
      padding-left: 160px; }
    .jobs-box2 ul li span {
      color: #999; }
      .jobs-box2 ul li span:after {
        content: ' —— '; }

.jobs-box3 {
  margin-top: 0;
  margin-bottom: 15px;
  display: block;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }
  .jobs-box3:after {
    content: '';
    display: block;
    clear: both; }
  .jobs-box3 ul li {
    float: left;
    width: 50%;
    padding: 5px;
    line-height: 95px;
    border-right: 1px dashed #ccc;
    height: 195px;
    text-align: center; }
    .jobs-box3 ul li:nth-child(2) {
      border-right: none; }
    .jobs-box3 ul li:nth-child(3) {
      border-bottom: none; }
    .jobs-box3 ul li:nth-child(4) {
      border-right: none;
      border-bottom: none; }
    .jobs-box3 ul li span {
      display: block;
      padding-top: 20px; }
    .jobs-box3 ul li img {
      display: block;
      margin: 0 auto; }
    .jobs-box3 ul li h3 {
      font-size: 18px;
      color: #666;
      margin: 0;
      line-height: 1;
      padding: 18px 0; }
      .jobs-box3 ul li h3:after {
        content: '';
        width: 30px;
        height: 1px;
        line-height: 1px;
        background: #fdc1b3;
        display: block;
        margin: 0 auto;
        margin-top: 10px; }
    .jobs-box3 ul li p {
      margin: 0;
      line-height: 24px;
      color: #999;
      font-size: 16px;
      padding: 0 30px; }

.jobs-box3 > ul > li:nth-child(1) > h3:after {
  background: #fdc1b3; }

.jobs-box3 > ul > li:nth-child(2) > h3:after {
  background: #fee2ae; }

.jobs-box3 > ul > li:nth-child(3) > h3:after {
  background: #c2aefd; }

.jobs-box3 > ul > li:nth-child(4) > h3:after {
  background: #b0edd6; }

/*联系我们*/
.contact_page {
  padding-bottom: 85px;
  overflow: hidden; }
  .contact_page .contact_tit {
    text-align: center;
    padding: 60px 0 30px;
    margin: 0 auto; }
    .contact_page .contact_tit h3 {
      margin-bottom: 10px;
      font-size: 22px;
      color: #666666;
      font-weight: normal;
      line-height: 35px;
      padding-bottom: 10px; }
      .contact_page .contact_tit h3::after {
        content: "";
        display: block;
        width: 72px;
        height: 2px;
        background: #cc0000;
        margin: 0 auto;
        margin-top: 15px; }
    .contact_page .contact_tit font {
      font-size: 14px;
      color: #999999; }

.contact_cont .contact_cont_left {
  height: 400px;
  float: left;
  width: 590px;
  box-shadow: 0px 0px 10px #ccc;
  padding: 40px;
  margin-left: 10px;
  color: #666666;
  font-size: 12px; }
  .contact_cont .contact_cont_left .title h3 {
    color: #333333;
    font-size: 26px; }
  .contact_cont .contact_cont_left .title span {
    color: #aaaaaa;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0;
    display: block; }
  .contact_cont .contact_cont_left ul {
    padding-top: 0; }
    .contact_cont .contact_cont_left ul li {
      color: #666666;
      font-size: 12px;
      padding: 10px 0;
      padding-left: 30px;
      line-height: 24px; }
      .contact_cont .contact_cont_left ul li.add {
        background: url(../images/ic_1.png) no-repeat left center; }
      .contact_cont .contact_cont_left ul li.phone {
        background: url(../images/ic_2.png) no-repeat left center; }
      .contact_cont .contact_cont_left ul li.email {
        background: url(../images/ic_3.png) no-repeat left center; }
      .contact_cont .contact_cont_left ul li.fax {
        background: url(../images/ic_4.png) no-repeat left center; }
      .contact_cont .contact_cont_left ul li.link {
        background: url(../images/ic_5.png) no-repeat left center; }
.contact_cont .contact_cont_right {
  height: 400px;
  float: left;
  background: #cecece;
  width: 600px; }
  .contact_cont .contact_cont_right img {
    width: 100%; }

.box3 {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  height: auto;
  width: 1100px;
  padding-bottom: 60px; }
  .box3 h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #666666;
    font-weight: normal;
    line-height: 35px; }
    .box3 h3::after {
      content: "";
      display: block;
      width: 72px;
      height: 2px;
      background: #cc0000;
      margin: 0 auto;
      margin-top: 8px; }
  .box3 p {
    padding: 15px 0px 0px;
    color: #999999;
    font-size: 14px; }

#mapContainer {
  display: block;
  width: 1200px;
  height: 500px; }

#mapContainer table, #mapContainer tbody, #mapContainer tr, #mapContainer td, #mapContainer ul, #mapContainer li {
  box-sizing: inherit; }

.ibox-contact-cont-form-demo {
  width: 100%;
  height: auto;
  font-size: 12px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 16px;
  position: relative; }

.ibox-contact-cont-form-demo label {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal; }

.ibox-contact-cont-form-demo label b {
  color: #fff; }

.ibox-contact-cont-form-demo samp {
  position: absolute;
  line-height: 24px;
  right: 0;
  color: #f00;
  height: 20px; }

.ibox-contact-cont-form-input-one {
  width: 100%;
  height: 38px;
  background: none;
  border-bottom: 1px solid #e2e2e2;
  font-size: 12px;
  line-height: 38px;
  color: #fff;
  box-sizing: border-box;
  padding-left: 60px; }

.ibox-contact-cont-form-input-two {
  width: 100%;
  height: 72px;
  background: none;
  border-bottom: 1px solid #e2e2e2;
  font-size: 12px;
  line-height: 38px;
  color: #fff;
  box-sizing: border-box;
  padding-left: 60px;
  resize: inherit; }

.ibox-contact-cont-form-input-sub {
  width: 146px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: none;
  border: 1px solid #ffffff;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s; }

.ibox-contact-cont-form-input-sub:hover {
  background: #fff;
  color: #cc0000;
  transition: 0.3s;
  -webkit-transition: 0.3s; }

/*联系我们 end*/
.toolbar {
  position: fixed;
  bottom: 100px;
  right: 50%;
  margin-right: -720px;
  text-align: center;
  background: #ffffff;
  z-index: 999;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2); }
  .toolbar h3 {
    font-size: 14px;
    color: #909090;
    padding: 10px 15px 3px;
    line-height: 14px; }
  .toolbar img {
    width: 80px; }
  .toolbar span {
    margin-top: 5px;
    color: #ffffff;
    display: block;
    background: #cc0000;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    cursor: pointer; }

@media only screen and (min-width: 320PX) and (max-width: 360PX) {
  html {
    font-size: 13.65px; } }
@media only screen and (min-width: 360PX) and (max-width: 375PX) {
  html {
    font-size: 15.36px; } }
@media only screen and (min-width: 375PX) and (max-width: 390PX) {
  html {
    font-size: 16px; } }
@media only screen and (min-width: 390PX) and (max-width: 414PX) {
  html {
    font-size: 16.64px; } }
@media only screen and (min-width: 414PX) and (max-width: 640PX) {
  html {
    font-size: 17.664px; } }
@media screen and (min-width: 640PX) {
  html {
    font-size: 27.31px; } }
@media screen and (min-width: 1024px) {
  html {
    font-size: 12px; }

  body {
    font-size: 16px; } }
/*首页banner end*/
@media only screen and (max-width: 1024px) {
  .wrap, .mwrap {
    padding-left: 5.335%;
    padding-right: 5.335%;
    width: 100%;
    max-width: 100%; } }
@media only screen and (max-width: 1024px) {
  .i_banner {
    margin-top: 65px; } }
@media only screen and (max-width: 768px) {
  .am-slider-a1 .am-control-nav {
    bottom: 0.5rem; }

  .am-slider-a1 .am-control-nav li a {
    background: url(../images/ic_btn.png) no-repeat center center;
    background-size: 0.8rem !important; }

  .am-slider-a1 .am-control-nav li a:hover {
    background: url(../images/ic_btn_hover.png) no-repeat center center; }

  .am-slider-a1 .am-control-nav li a.am-active {
    background: url(../images/ic_btn_hover.png) no-repeat center center; }

  .i_banner {
    margin-top: 65px;
    overflow: hidden; }
    .i_banner .i_banner_bottom {
      display: none; } }
@media only screen and (max-width: 768px) {
  .index_title {
    border-bottom: 1px dashed #cc0000;
    line-height: 16px;
    height: 31px; }
    .index_title h3 {
      color: #444444;
      font-size: 16px;
      font-weight: bold;
      float: left;
      border-bottom: 2px solid #cc0000;
      padding-bottom: 13px; }
    .index_title a {
      color: #888888;
      font-size: 14px;
      float: right; }
      .index_title a:hover {
        color: #cc0000; }

  .container-fluid {
    overflow: hidden; }
    .container-fluid .iboxs {
      float: none;
      width: 100%;
      margin-left: 0;
      margin-top: 20px; }
    .container-fluid .col-boxs {
      margin-left: 0; }
    .container-fluid .iboxs_video {
      width: 100%; }

  .iboxs-1 .iboxs-box2:hover {
    background: #cc0000 !important; }
    .iboxs-1 .iboxs-box2:hover ul li {
      color: #ffffff !important; }
      .iboxs-1 .iboxs-box2:hover ul li a {
        color: #ffffff !important; }
  .iboxs-1:hover .iboxs-box1 {
    border: 1px solid #e82121;
    border-top: none;
    border-bottom: none; }
  .iboxs-1:hover .iboxs-box1, .iboxs-1:hover .iboxs-box2, .iboxs-1:hover .iboxs-box3, .iboxs-1:hover .iboxs-box4, .iboxs-1:hover .iboxs-box5, .iboxs-1:hover .iboxs-box6, .iboxs-1:hover .iboxs-box7 {
    border-color: #e82121; }
  .iboxs-1 .iboxs-box {
    overflow: hidden;
    height: auto; }

  .iboxs-box1 {
    height: auto;
    border-bottom: none; }
    .iboxs-box1 li {
      overflow: hidden;
      padding: 1rem;
      border-bottom: 1px dashed #eeeeee; }
      .iboxs-box1 li .data {
        display: none; }
      .iboxs-box1 li .img {
        float: left;
        width: 33% !important;
        height: auto !important;
        overflow: hidden;
        margin: 0 1rem;
        margin-left: 0; }
        .iboxs-box1 li .img img {
          width: 100%;
          height: 100%; }
      .iboxs-box1 li .info .title {
        color: #444444;
        font-size: 14px;
        line-height: 14px;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      .iboxs-box1 li .info .desc {
        color: #999999;
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
    .iboxs-box1 .iboxs-first {
      overflow: hidden;
      padding: 1rem; }
      .iboxs-box1 .iboxs-first .img {
        width: 46%;
        height: auto;
        overflow: hidden;
        float: left;
        margin-right: 4%; }
        .iboxs-box1 .iboxs-first .img img {
          width: 100%;
          height: 100%; }
      .iboxs-box1 .iboxs-first .cont {
        font-size: 14px;
        width: 50%;
        float: left; }
        .iboxs-box1 .iboxs-first .cont .title {
          color: #444444;
          line-height: 22px;
          overflow: hidden;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis; }
        .iboxs-box1 .iboxs-first .cont .desc {
          color: #999999;
          line-height: 21px;
          margin: 0.5rem 0;
          text-align: justify;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          height: 84px; }
        .iboxs-box1 .iboxs-first .cont .more a {
          color: #444444;
          font-size: 14px;
          line-height: 30px;
          background: #f1f1f1;
          width: 87px;
          height: 30px;
          display: inline-block;
          text-align: center;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          opacity: 0.5;
          filter: alpha(opacity=50); }
          .iboxs-box1 .iboxs-first .cont .more a:hover {
            color: #ffffff;
            opacity: 1;
            filter: alpha(opacity=100);
            background: #cc0000; }

  .iboxs-box2 {
    height: auto;
    background: #eeeeee;
    padding: 1rem 0; }
    .iboxs-box2:hover {
      background: #cc0000; }
    .iboxs-box2 ul li {
      height: auto;
      line-height: 32px;
      padding: 0 1rem;
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: none; }
      .iboxs-box2 ul li:before {
        content: '';
        display: inline-block;
        width: 10px;
        background: url(../images/ic/ic_1.png) no-repeat center center;
        height: 10px; }
      .iboxs-box2 ul li a {
        color: #444444;
        font-size: 14px; }
        .iboxs-box2 ul li a small {
          display: none; }
      .iboxs-box2 ul li:nth-child(1), .iboxs-box2 ul li:nth-child(2), .iboxs-box2 ul li:nth-child(3) {
        display: block; }
    .iboxs-box2 ul.iboxs-box2-list {
      padding: 0 10px; }
      .iboxs-box2 ul.iboxs-box2-list li {
        color: #333;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        width: 100%;
        float: left;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }

  .iboxs-box3 {
    height: auto;
    padding: 1rem; }
    .iboxs-box3 ul {
      margin-top: 0; }
      .iboxs-box3 ul li {
        position: relative;
        overflow: hidden;
        float: left;
        margin-left: 0;
        margin-bottom: 1rem;
        width: 100%;
        height: auto; }
        .iboxs-box3 ul li .img img {
          width: 100%; }
        .iboxs-box3 ul li .info {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          text-align: center; }
          .iboxs-box3 ul li .info .icon {
            margin-top: 37px; }
          .iboxs-box3 ul li .info .title {
            color: #ffffff;
            font-size: 16px;
            font-weight: bold; }
        .iboxs-box3 ul li .bgcolor {
          background: rgba(204, 0, 0, 0.5);
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          filter: alpha(opacity=0); }
        .iboxs-box3 ul li .desc {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          text-align: center;
          padding: 28px;
          font-size: 14px;
          color: #ffffff;
          line-height: 22px;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        .iboxs-box3 ul li:hover .info {
          opacity: 0;
          filter: alpha(opacity=0); }
        .iboxs-box3 ul li:hover .bgcolor {
          opacity: 1;
          filter: alpha(opacity=100); }
        .iboxs-box3 ul li:hover .desc {
          opacity: 1;
          filter: alpha(opacity=100); }

  .iboxs-box4 {
    padding: 1rem;
    height: auto; }
    .iboxs-box4 .cont {
      font-size: 14px;
      float: none;
      width: 100%; }
      .iboxs-box4 .cont .title {
        color: #444444;
        line-height: 22px;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        font-weight: bold;
        font-size: 16px; }
      .iboxs-box4 .cont .desc {
        color: #999999;
        line-height: 20px;
        margin: 15px 0;
        text-align: justify; }
      .iboxs-box4 .cont .more a {
        color: #444444;
        font-size: 14px;
        line-height: 30px;
        background: #f1f1f1;
        width: 87px;
        height: 30px;
        display: inline-block;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        opacity: 0.5;
        filter: alpha(opacity=50); }
        .iboxs-box4 .cont .more a:hover {
          color: #ffffff;
          opacity: 1;
          filter: alpha(opacity=100);
          background: #cc0000; }
    .iboxs-box4 .list {
      margin-left: 0;
      float: none;
      width: 100%;
      margin-top: 2rem; }
      .iboxs-box4 .list ul li {
        overflow: hidden;
        position: relative;
        margin-bottom: 7px; }
        .iboxs-box4 .list ul li .img img {
          width: 100%; }
        .iboxs-box4 .list ul li .info {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          padding: 20px 0 20px 15px;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .iboxs-box4 .list ul li .info .icon {
            float: left;
            margin-right: 10px; }
          .iboxs-box4 .list ul li .info .title {
            color: #ffffff; }
            .iboxs-box4 .list ul li .info .title h3 {
              font-size: 20px;
              font-weight: bold; }
            .iboxs-box4 .list ul li .info .title span {
              font-size: 18px;
              font-family: 'Arial';
              opacity: 0.5;
              filter: alpha(opacity=50);
              display: block;
              line-height: 18px; }
          .iboxs-box4 .list ul li .info:hover {
            background: rgba(204, 0, 0, 0.5); }

  .iboxs-box5 {
    padding: 1rem 0; }
    .iboxs-box5 ul li {
      float: left;
      width: 44%;
      margin-left: 4%;
      margin-bottom: 0.8rem; }
      .iboxs-box5 ul li h3 {
        font-size: 16px;
        color: #666666;
        text-align: center;
        margin-top: 0.8rem; }
        .iboxs-box5 ul li h3:hover {
          color: #cc0000; }
      .iboxs-box5 ul li .img {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 5.7rem; }
        .iboxs-box5 ul li .img img {
          width: 100%; }
        .iboxs-box5 ul li .img::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: #000000;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        .iboxs-box5 ul li .img span {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: url(../images/ic/ic_2.png) no-repeat center center;
          background-size: 2rem; }
        .iboxs-box5 ul li .img:hover::before {
          opacity: 0.4;
          filter: alpha(opacity=40); }

  .iboxs-box6 {
    padding: 1rem;
    height: auto; }
    .iboxs-box6 #marquee1 {
      float: left;
      overflow: hidden;
      width: 100%; }
    .iboxs-box6 ul li {
      float: left;
      padding: 0 7px; }
      .iboxs-box6 ul li .img {
        width: 169px;
        height: 159px;
        overflow: hidden; }
        .iboxs-box6 ul li .img img {
          width: 100%;
          height: 100%; }
      .iboxs-box6 ul li h3 {
        color: #888888;
        font-size: 16px;
        line-height: 22px;
        padding-top: 15px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden; }
        .iboxs-box6 ul li h3:hover {
          color: #cc0000; }

  .iboxs-box7 {
    padding: 1rem;
    height: auto; }
    .iboxs-box7 .img {
      display: none; }
    .iboxs-box7 .cont .first {
      overflow: hidden;
      padding-bottom: 10px;
      border-bottom: 1px dotted #cc0000; }
      .iboxs-box7 .cont .first .title {
        color: #cc0000;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px; }
      .iboxs-box7 .cont .first .data {
        color: #999999;
        font-size: 14px;
        padding-top: 5px; }
    .iboxs-box7 .cont .iboxs-box2 {
      background: none;
      border: 0;
      padding: 0;
      padding-top: 10px;
      color: #444444;
      height: auto; }
      .iboxs-box7 .cont .iboxs-box2 ul li {
        padding: 0;
        line-height: 28px;
        height: 28px; }
        .iboxs-box7 .cont .iboxs-box2 ul li a {
          color: #444444; }
          .iboxs-box7 .cont .iboxs-box2 ul li a:hover {
            color: #cc0000; }

  .footerA {
    display: none; }

  .footerB {
    font-size: 12px;
    text-align: center;
    line-height: 18px; } }
@media only screen and (max-width: 768px) {
  .page_ban {
    width: 100%;
    margin: 0 auto;
    margin-top: 62px; }
    .page_ban img {
      width: 100%; } }
@media only screen and (max-width: 768px) {
  .page-fluid {
    overflow: hidden;
    padding-top: 0; }
    .page-fluid .wrap {
      padding: 0; }

  .page_left {
    float: none;
    width: 100%;
    margin-right: 0; }

  .category_head {
    display: block; }

  .category {
    float: none;
    width: 100%; }
    .category .category_tit {
      display: none; }
    .category .category_ul {
      display: none;
      background: #f6f6f6;
      overflow: hidden;
      border: 0;
      padding: 0; }
      .category .category_ul ul li {
        overflow: hidden;
        width: 100%;
        padding: 0 5.335%; }
        .category .category_ul ul li > a {
          color: #666666;
          display: block;
          overflow: hidden;
          outline: none;
          text-align: left;
          border-left: 0;
          line-height: 2.6rem;
          border-bottom: 1px solid #e8e8e8;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }

  .category_head {
    width: 100%;
    background-color: #cc0000;
    text-align: left;
    padding: 5px 5.335%;
    display: block;
    font-size: 18px; }
    .category_head span {
      color: #fff;
      line-height: 32px;
      font-size: 16px; }
    .category_head i {
      float: right;
      line-height: 2rem;
      color: #ffffff;
      font-size: 14px; }
    .category_head.active i {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }

  .page_postbody {
    width: 100%;
    float: none;
    padding: 0 5.335%; }

  .mbx {
    display: none; } }
@media only screen and (max-width: 768px) {
  .about_honor {
    overflow: hidden;
    padding-top: 40px; }
    .about_honor ul {
      margin-left: -2%; }
      .about_honor ul li {
        float: left;
        width: 48%;
        margin-left: 2%;
        text-align: center;
        margin-bottom: 1rem;
        cursor: pointer; }
        .about_honor ul li .img {
          width: 100%;
          height: auto;
          overflow: hidden;
          display: table-cell;
          vertical-align: middle; }
          .about_honor ul li .img img {
            vertical-align: middle;
            width: 100%; }
        .about_honor ul li h3 {
          color: #666666;
          font-size: 14px;
          padding-top: 10px; }
        .about_honor ul li:hover h3 {
          color: #cc0000; } }
@media only screen and (max-width: 768px) {
  .page_left_news, .page_left_video {
    display: none; }

  .news_page_list {
    overflow: hidden; }
    .news_page_list .iboxs-box1 {
      padding: 20px 0; }
      .news_page_list .iboxs-box1 .iboxs-first {
        padding: 20px 0 35px;
        border-bottom: 1px solid #e0e0e0; }
        .news_page_list .iboxs-box1 .iboxs-first .data {
          color: #b1b1b1;
          font-size: 14px; }
        .news_page_list .iboxs-box1 .iboxs-first .img {
          width: 32%;
          height: auto;
          margin-right: 4%; }
        .news_page_list .iboxs-box1 .iboxs-first .cont {
          width: 64%; }

  .news-dome {
    padding-right: 0; } }
@media only screen and (max-width: 768px) {
  .news_page {
    overflow: hidden;
    padding-top: 40px; }
    .news_page .title {
      text-align: center;
      border-bottom: 2px solid #eeeeee;
      padding-bottom: 10px; }
      .news_page .title h3 {
        color: #cc0000;
        font-size: 18px;
        font-weight: bold;
        line-height: 28px; }
      .news_page .title span {
        display: block;
        font-size: 12px;
        color: #888888;
        margin-top: 10px; }
    .news_page .news_page_desc {
      color: #888888;
      font-size: 14px;
      line-height: 24px;
      margin-top: 30px;
      background: #f6f6f9;
      border: 1px solid #eeeeee;
      padding: 1rem; }
    .news_page .info {
      color: #666666;
      font-size: 14px;
      line-height: 24px;
      overflow: hidden;
      padding: 35px 0 40px;
      border-bottom: 1px solid #bfbfbf; }
      .news_page .info img {
        max-width: 100%;
        height: auto !important; }

  .pre_next {
    padding: 2rem 0px 0;
    height: auto;
    overflow: hidden; }

  .pre_next span.fxd, .bdsharebuttonbox {
    display: none; } }
@media only screen and (max-width: 768px) {
  .periodical_list {
    padding: 40px 0 10px; }
    .periodical_list ul {
      margin-left: -2%; }
      .periodical_list ul li {
        float: left;
        background: #f9f7f7;
        width: 48%;
        height: 17.5rem;
        text-align: center;
        padding: 0.5rem;
        border: 1px solid #eeeeee;
        position: relative;
        margin-left: 2%;
        margin-bottom: 0.5rem; }
        .periodical_list ul li .bg .data {
          font-size: 0.878rem;
          margin-top: 2.3rem;
          line-height: 1rem; }
        .periodical_list ul li .bg .title_hover {
          font-size: 1.025rem;
          margin-top: 3rem;
          line-height: 1.4rem; }
        .periodical_list ul li .bg::after {
          background: url(../images/ic/ic_18.png) no-repeat center 13rem; }
        .periodical_list ul li .img {
          width: 100%;
          height: 14rem; }
          .periodical_list ul li .img img {
            width: 100%;
            height: 100%; }
        .periodical_list ul li .title {
          color: #444444;
          font-size: 0.805rem;
          padding-top: 10px; } }
@media only screen and (max-width: 768px) {
  .video_list {
    overflow: hidden; }
    .video_list .iboxs-box5 {
      border: 0;
      margin: 0;
      overflow: hidden;
      padding: 40px 0 10px;
      margin-left: -2%; }
      .video_list .iboxs-box5 ul li {
        width: 48%;
        margin-left: 2%;
        margin-bottom: 0.8rem;
        position: relative;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        top: 0; }
        .video_list .iboxs-box5 ul li:hover {
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
          top: -8px; }
        .video_list .iboxs-box5 ul li .img {
          width: 100%;
          height: auto; }
          .video_list .iboxs-box5 ul li .img img {
            width: 100%;
            height: 100%; }
        .video_list .iboxs-box5 ul li h3 {
          font-size: 14px;
          color: #666666;
          text-align: center;
          margin-top: 0;
          line-height: 45px;
          height: 45px;
          background: #f4f4f4; } }
@media only screen and (max-width: 768px) {
  .business_first {
    overflow: hidden;
    margin-bottom: 2rem;
    background: #f7f7f7; }
    .business_first .img {
      float: none;
      width: 100%;
      height: auto; }
      .business_first .img img {
        width: 100%;
        height: auto; }
    .business_first .info {
      float: none;
      width: 100%;
      padding: 1rem; }
      .business_first .info .title {
        color: #cc0000;
        font-size: 18px;
        font-weight: bold; }
        .business_first .info .title img {
          margin-right: 12px; }
      .business_first .info .liner {
        border-bottom: 2px solid #d1d1d1;
        width: 16px;
        margin: 0.8rem 0;
        margin-left: 3px; }
      .business_first .info .desc {
        color: #888888;
        font-size: 14px;
        line-height: 22px;
        text-align: justify; }

  .business_list {
    overflow: hidden;
    padding-top: 0.5rem; }
    .business_list ul {
      margin-left: -4%; }
      .business_list ul li {
        overflow: hidden;
        float: left;
        width: 46%;
        margin-left: 4%;
        margin-top: 1rem;
        cursor: pointer; }
        .business_list ul li .img {
          width: 100%;
          height: 8.1rem;
          overflow: hidden;
          position: relative; }
          .business_list ul li .img img {
            width: 100%;
            height: 100%; }
          .business_list ul li .img::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background: url(../images/ic/ic_6.png) no-repeat center -100%;
            width: 100%;
            height: 100%;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .business_list ul li .img::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background: #000000;
            width: 100%;
            height: 100%;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
        .business_list ul li:hover .img::after {
          background: url(../images/ic/ic_6.png) no-repeat center center; }
        .business_list ul li:hover .img::before {
          opacity: 0.5;
          filter: alpha(opacity=50); }
        .business_list ul li:hover h3 {
          color: #cc0000; }
        .business_list ul li h3 {
          color: #888888;
          font-size: 14px;
          background: #ebebeb;
          height: 40px;
          line-height: 40px;
          padding: 0 20px;
          overflow: hidden;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis; } }
@media only screen and (max-width: 768px) {
  .profile_list {
    overflow: hidden; }
    .profile_list ul {
      margin-left: 0; }
      .profile_list ul li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 2rem; }
        .profile_list ul li .img {
          width: 100%;
          height: auto;
          overflow: hidden; }
          .profile_list ul li .img .textImg {
            position: absolute;
            bottom: 1rem;
            left: 0;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            z-index: 1; }
            .profile_list ul li .img .textImg img {
              height: 2rem; }
        .profile_list ul li h3 {
          color: #888888;
          font-size: 16px;
          line-height: 24px;
          padding-top: 0.8rem; }
        .profile_list ul li:hover .img .textImg {
          bottom: 7rem; } }
@media only screen and (max-width: 768px) {
  .profile-2_list {
    padding-top: 40px; }
    .profile-2_list ul {
      margin-left: 0; }
      .profile-2_list ul li {
        float: left;
        width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
        border-bottom: 4px solid #e6e6e6; }
        .profile-2_list ul li .img {
          width: 100%;
          height: 11.8rem;
          overflow: hidden;
          position: relative; }
          .profile-2_list ul li .img img {
            width: 100%;
            -webkit-transition: all 0.4s ease-out 0s;
            -moz-transition: all 0.4s ease-out 0s;
            -ms-transition: all 0.4s ease-out 0s;
            -o-transition: all 0.4s ease-out 0s;
            transition: all 0.4s ease-out 0s; }
          .profile-2_list ul li .img h3 {
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            position: absolute;
            bottom: 0;
            left: 0;
            text-align: center;
            width: 100%;
            height: 45px;
            background: rgba(0, 0, 0, 0.6);
            line-height: 45px; }
        .profile-2_list ul li .desc {
          background: #f2f2f2;
          font-size: 14px;
          color: #888888;
          line-height: 22px;
          text-align: justify;
          padding: 1rem 1rem;
          min-height: 6rem;
          height: auto; }

  .profile-3_list {
    padding-top: 30px;
    padding-bottom: 20px; }
    .profile-3_list ul {
      margin-left: -2%; }
      .profile-3_list ul li {
        overflow: hidden;
        float: left;
        width: 48%;
        margin-left: 2%;
        margin-top: 0.5rem;
        cursor: pointer;
        position: relative;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        top: 0; }
        .profile-3_list ul li .img {
          width: 100%;
          height: 10.1rem;
          overflow: hidden;
          position: relative; }
        .profile-3_list ul li:hover .img::after {
          background: url(../images/ic/ic_6.png) no-repeat center center; }
        .profile-3_list ul li:hover .img::before {
          opacity: 0.5;
          filter: alpha(opacity=50); }
        .profile-3_list ul li:hover h3 {
          color: #cc0000; }
        .profile-3_list ul li h3 {
          color: #888888;
          font-size: 14px;
          background: #ebebeb;
          height: 40px;
          line-height: 40px;
          padding: 0 20px;
          overflow: hidden;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis; } }
@media only screen and (max-width: 768px) {
  .recruiting_list {
    padding-top: 40px;
    padding-bottom: 10px; }
    .recruiting_list ul {
      margin-left: 0; }
      .recruiting_list ul li {
        margin-bottom: 1rem;
        float: left;
        width: 100%;
        margin-left: 0;
        -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        border-bottom: 5px solid #f5cccc;
        padding: 1.5rem; }
        .recruiting_list ul li .title {
          font-size: 22px;
          color: #333333;
          line-height: 22px;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        .recruiting_list ul li .label {
          overflow: hidden;
          font-size: 12px;
          color: #999999;
          margin-top: 15px; }
          .recruiting_list ul li .label span {
            float: left;
            padding-left: 20px;
            background: url(../images/ic/ic_9.png) no-repeat left center;
            margin-right: 20px; }
        .recruiting_list ul li .desc {
          font-size: 12px;
          color: #999999;
          line-height: 22px;
          margin-top: 15px;
          height: auto; }
        .recruiting_list ul li .more {
          margin-top: 25px;
          display: block;
          height: 28px;
          line-height: 26px;
          font-family: 'raleway';
          font-size: 12px;
          color: #e7e7e7;
          width: 80px;
          border: 1px solid #e7e7e7;
          border-radius: 10em;
          text-align: center;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        .recruiting_list ul li:hover {
          border-color: #cc0000; }
          .recruiting_list ul li:hover .title {
            color: #cc0000; }
          .recruiting_list ul li:hover .more {
            border-color: #cc0000;
            background: #cc0000;
            color: #ffffff; }

  .recruiting_page {
    padding-top: 40px; }
    .recruiting_page .title {
      font-size: 22px;
      color: #333333;
      line-height: 22px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .recruiting_page .label {
      overflow: hidden;
      font-size: 12px;
      color: #999999;
      margin-top: 15px; }
      .recruiting_page .label span {
        float: left;
        padding-left: 20px;
        background: url(../images/ic/ic_9.png) no-repeat left center;
        margin-right: 20px; }
    .recruiting_page .sf_info {
      font-size: 14px;
      color: #666666;
      line-height: 25px;
      margin-top: 15px;
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 30px; }
      .recruiting_page .sf_info img {
        margin-left: -28px; }

  .single-page {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    padding-top: 40px;
    text-align: justify; }

  .sk_Single_join_an {
    margin-top: 30px;
    font-size: 12px;
    display: inline-block;
    color: #999; }
    .sk_Single_join_an .layui-btn {
      background: none !important;
      color: #999;
      border: 1px solid #a0a0a0;
      height: 34px;
      line-height: 34px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      font-size: 14px; }
    .sk_Single_join_an .layui-btn:hover {
      border-color: #cc0000;
      color: #cc0000; }

  .sk_Single_join_a {
    margin-top: 30px;
    overflow: hidden; }
    .sk_Single_join_a input#Button1 {
      border: none;
      width: 10rem;
      height: 2.6rem;
      line-height: 2.6rem;
      padding: 0;
      background: #cc0000;
      color: #fff;
      font-size: 15px;
      border-radius: 5px;
      cursor: pointer; } }
@media only screen and (max-width: 768px) {
  .contact_page {
    padding: 0 5.335%;
    padding-bottom: 30px;
    overflow: hidden; }
    .contact_page .contact_tit {
      text-align: center;
      padding: 40px 0 30px;
      margin: 0 auto; }
      .contact_page .contact_tit h3 {
        margin-bottom: 10px;
        font-size: 22px;
        color: #666666;
        font-weight: normal;
        line-height: 35px;
        padding-bottom: 10px; }
        .contact_page .contact_tit h3::after {
          content: "";
          display: block;
          width: 72px;
          height: 2px;
          background: #cc0000;
          margin: 0 auto;
          margin-top: 15px; }
      .contact_page .contact_tit font {
        font-size: 14px;
        color: #999999;
        line-height: 22px;
        display: block; }

  .contact_cont .contact_cont_left {
    height: auto;
    float: none;
    width: 100%;
    box-shadow: 0px 0px 10px #ccc;
    padding: 1.5rem;
    margin-left: 0;
    color: #666666;
    font-size: 12px; }
    .contact_cont .contact_cont_left .title h3 {
      color: #333333;
      font-size: 26px; }
    .contact_cont .contact_cont_left .title span {
      color: #aaaaaa;
      font-size: 12px;
      line-height: 20px;
      padding: 10px 0;
      display: block; }
  .contact_cont .contact_cont_right {
    height: auto;
    float: none;
    width: 100%; }

  .box3 {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    height: auto;
    width: 100%;
    padding: 0 5.335%;
    padding-bottom: 2rem; }
    .box3 h3 {
      margin-bottom: 10px;
      font-size: 22px;
      color: #666666;
      font-weight: normal;
      line-height: 35px; }
      .box3 h3::after {
        content: "";
        display: block;
        width: 72px;
        height: 2px;
        background: #cc0000;
        margin: 0 auto;
        margin-top: 8px; }
    .box3 p {
      padding: 15px 0px 0px;
      color: #999999;
      font-size: 14px; }

  #mapContainer {
    display: block;
    width: 100%;
    height: 500px; } }
@media only screen and (max-width: 768px) {
  .about_history {
    padding-top: 40px;
    overflow: hidden; }
    .about_history ul li {
      position: relative;
      width: 100%;
      overflow: hidden;
      padding-bottom: 1rem; }
      .about_history ul li::after {
        content: "";
        width: 0;
        height: 100%;
        border-left: 1px dashed #e5e5e5;
        left: 0.9rem;
        top: 0;
        position: absolute; }
      .about_history ul li::before {
        content: "";
        width: 1.8rem;
        height: 1.8rem;
        background: url(../images/ic/ic_11.png) no-repeat center center;
        background-size: 1.8rem 1.8rem;
        left: 0;
        top: 0;
        position: absolute;
        margin-left: 0px;
        z-index: 9; }
      .about_history ul li .about_history_title {
        color: #cc0000;
        font-size: 22px;
        font-weight: bold;
        text-align: left;
        overflow: hidden;
        line-height: 31px;
        margin-bottom: 40px; }
        .about_history ul li .about_history_title h3 {
          padding-left: 2.5rem;
          float: none;
          width: 100%;
          position: relative; }
      .about_history ul li .about_history_cont .about_dome {
        display: block;
        overflow: hidden;
        margin-bottom: 1rem;
        position: relative;
        z-index: 999; }
        .about_history ul li .about_history_cont .about_dome .about_dome_info {
          float: none;
          width: 100%;
          position: relative;
          text-align: left;
          color: #888888;
          font-size: 14px;
          line-height: 22px;
          padding-left: 3rem; }
          .about_history ul li .about_history_cont .about_dome .about_dome_info .data {
            color: #444444;
            font-weight: bold;
            font-size: 18px;
            line-height: 18px;
            margin-bottom: 1rem;
            position: relative; }
            .about_history ul li .about_history_cont .about_dome .about_dome_info .data::before {
              content: "";
              position: absolute;
              bottom: -0.6rem;
              left: -2.1rem;
              width: 2rem;
              height: 2px;
              border-top: 1px dashed #e5e5e5; }
            .about_history ul li .about_history_cont .about_dome .about_dome_info .data::after {
              content: "";
              position: absolute;
              bottom: -1.1rem;
              left: -2.7rem;
              width: 1.2rem;
              height: 1.2rem;
              background: url(../images/ic/ic_12.png) no-repeat center center;
              background-size: 1rem 1rem; }
          .about_history ul li .about_history_cont .about_dome .about_dome_info .cont {
            position: relative; }
        .about_history ul li .about_history_cont .about_dome:nth-child(2n) .about_dome_info {
          float: none;
          text-align: left; }
          .about_history ul li .about_history_cont .about_dome:nth-child(2n) .about_dome_info .data::before {
            left: -2.1rem; }
          .about_history ul li .about_history_cont .about_dome:nth-child(2n) .about_dome_info .data::after {
            left: -2.7rem; }
      .about_history ul li:nth-child(2n)::before {
        content: "";
        width: 1.8rem;
        height: 1.8rem;
        background: url(../images/ic/ic_13.png) no-repeat center center;
        background-size: 1.8rem 1.8rem;
        left: 0;
        top: 0;
        position: absolute;
        margin-left: 0px;
        z-index: 9; }
      .about_history ul li:nth-child(2n) .about_history_title {
        color: #fabe00;
        text-align: left; }
        .about_history ul li:nth-child(2n) .about_history_title h3 {
          float: none; }
      .about_history ul li:nth-child(2n) .about_history_cont .about_dome .about_dome_info .data::after {
        background: url(../images/ic/ic_14.png) no-repeat center center; }
      .about_history ul li:last-child .history-box {
        width: auto;
        height: auto;
        margin: 0.5rem;
        position: relative;
        padding: 30px 0;
        -webkit-box-shadow: 0 0px 0.5rem rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0px 0.5rem rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0px 0.5rem rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0px 0.5rem rgba(0, 0, 0, 0.1);
        box-shadow: 0 0px 0.5rem rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        z-index: 999;
        background: #ffffff;
        margin-top: 1rem; }
      .about_history ul li:last-child::before {
        display: none; }
      .about_history ul li:last-child::after {
        top: auto;
        bottom: 1rem; }
      .about_history ul li:last-child .about_history_title {
        margin-bottom: 20px;
        text-align: center; }
        .about_history ul li:last-child .about_history_title h3 {
          float: none;
          margin: 0 auto;
          padding: 0; }
      .about_history ul li:last-child .about_history_cont .about_dome .about_dome_info {
        text-align: center;
        width: 100%;
        padding: 0 1rem; }
        .about_history ul li:last-child .about_history_cont .about_dome .about_dome_info .cont {
          text-align: center; } }
@media only screen and (max-width: 768px) {
  /*人才*/
  .jobs-box1 {
    margin-top: 0;
    display: block; }
    .jobs-box1 .table-td {
      display: block;
      font-size: 0.905rem;
      line-height: 1.6rem;
      color: #666666; }
      .jobs-box1 .table-td:last-child {
        padding: 1rem; }
    .jobs-box1 img {
      width: 100%; }

  .jobs-title {
    text-align: center;
    line-height: 1;
    padding: 2rem 0 2rem 0; }
    .jobs-title h2 {
      line-height: 1;
      font-size: 22px; }
    .jobs-title small {
      font-size: 15px;
      font-family: 'raleway';
      font-weight: normal; }

  .jobs-box2:after {
    content: '';
    display: block;
    clear: both; }
  .jobs-box2 ul {
    margin: 0 -5px; }
    .jobs-box2 ul li {
      float: none;
      width: 100%;
      padding: 5px;
      line-height: 1.4rem;
      background-size: 6rem auto; }
      .jobs-box2 ul li.img-txt1 {
        background-size: 6rem auto; }
      .jobs-box2 ul li.img-txt2 {
        background-size: 6rem auto; }
      .jobs-box2 ul li.img-txt3 {
        background-size: 6rem auto; }
      .jobs-box2 ul li.img-txt4 {
        background-size: 6rem auto; }
      .jobs-box2 ul li p {
        display: block;
        border-radius: 5px;
        font-size: 1.025rem;
        padding: 2rem 1rem;
        padding-left: 6rem; }
      .jobs-box2 ul li span {
        color: #999; }
        .jobs-box2 ul li span:after {
          content: ' -- '; }

  .jobs-box3 {
    margin-top: 0;
    border-radius: 5px; }
    .jobs-box3:after {
      content: '';
      display: block;
      clear: both; }
    .jobs-box3 ul li {
      float: left;
      width: 100%;
      padding: 5px;
      height: 10.5rem;
      border-right: 0;
      text-align: center;
      border-bottom: 1px dashed #ccc; }
      .jobs-box3 ul li:last-child {
        border-bottom: 0; }
      .jobs-box3 ul li span {
        display: block;
        padding-top: 1.5rem; }
      .jobs-box3 ul li img {
        display: block;
        margin: 0 auto; }
      .jobs-box3 ul li h3 {
        font-size: 0.905rem;
        color: #666;
        margin: 0;
        line-height: 1;
        padding: 1rem 0; }
        .jobs-box3 ul li h3:after {
          content: '';
          width: 30px;
          height: 1px;
          line-height: 1px;
          background: #fdc1b3;
          display: block;
          margin: 0 auto;
          margin-top: 10px; }
      .jobs-box3 ul li p {
        margin: 0;
        line-height: 1rem;
        color: #999;
        font-size: 0.805rem; }

  .toolbar {
    display: none; } }
/*

27.31px

16px   0.585rem
18px   0.659rem
20px   0.732rem
22px   0.805rem
24px   0.878rem
28px   1.025rem
30px   1.098rem
34px   1.244rem
40px   1.464rem
60px   2.196rem

-------------------------
tongyi

35      0.878rem
18   0.659rem

*/

/*# sourceMappingURL=index.css.map */
