@charset "UTF-8";
@import url(./Pad.css) screen and (max-width: 1024px);
@import url(./Mobile.css) screen and (max-width: 760px);

@font-face {
  font-family: 'iconfont';
  src: url('iconcss/iconfont.eot');
  src: url('iconcss/iconfont.eot?#iefix') format('embedded-opentype'),
      url('iconcss/iconfont.woff2') format('woff2'),
      url('iconcss/iconfont.woff') format('woff'),
      url('iconcss/iconfont.ttf') format('truetype'),
      url('iconcss/iconfont.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sscmbox {
  margin-right: auto;
  margin-left: auto;
  background-color: #f2e8d5;
}

.sscmbox:before, .sscmbox:after {
  display: table;
  content: " ";
}

.sscmbox:after {
  clear: both;
}

@media (min-width: 768px) {
  .sscmbox {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .sscmbox {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .sscmbox {
    width: 1170px;
  }
}

.sscmbox-fluid {
  width: 100%;
}

.sscmbox-fluid:before, .sscmbox-fluid:after {
  display: table;
  content: " ";
}

.sscmbox-fluid:after {
  clear: both;
}

.sscmrow:before, .sscmrow:after {
  display: table;
  content: " ";
}

.sscmrow:after {
  clear: both;
}

.sscmrow-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.sscmrow-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/*
* name: ui.css
* version: v1.1.13
* update: body不再默认横向隐藏
* date: 2017-04-30
*/
/* reset */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, input, select, textarea, button {
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}

body, h1, h2, h3, h4, p, ul, ol, dd, dl, form {
  margin: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  border: 0;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

i, em {
  font-style: normal;
}

big {
  font-size: 1.3em;
}

small {
  font-size: 0.77em;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}

article, aside, dialog, footer, header, section, nav, figure, menu, audio, canvas, progress, video {
  display: block;
}

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

input[type='checkbox'], input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type='file'] {
  display: block;
}

input[type='range'] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type='file']:focus, input[type='radio']:focus, input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  font-size: 1.3em;
  line-height: 2.5;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}

td, th {
  padding: 0;
}

@-ms-viewport {
  width: device-width;
}

/*工具*/
.fix {
  *zoom: 1;
  *clear: both;
}

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

.oh {
  overflow: hidden;
  *zoom: 1;
}

.l {
  float: left;
}

.r {
  float: right;
}

.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.el {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hide {
  display: none;
}

.hidetext {
  font: 0/0 a;
  letter-spacing: -9px;
}

.arr {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
}

.opc0 {
  opacity: 0;
  filter: alpha(opacity=0);
}

/*动效*/
.rotation {
  -webkit-animation: rotation  0.8s infinite linear;
  animation: rotation  0.8s infinite linear;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.heartbeat {
  -webkit-animation: heartbeat  1.2s infinite ease-in;
  animation: heartbeat  1.2s infinite ease-in;
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  15% {
    -webkit-transform: scale(1.3);
    opacity: 0.5;
  }
  30% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.5;
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.trigger:hover {
  -webkit-animation: trigger 0.2s ease;
  animation: trigger 0.2s ease;
}

@-webkit-keyframes trigger {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(180deg);
  }
}

@keyframes trigger {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
}

/* 等比填充 */
*[class*="rect-"] {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}

*[class*="rect-"] ._full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  *height: auto;
}

.rect-50 {
  padding-bottom: 50%;
}

.rect-5625 {
  padding-bottom: 56.25%;
}

.rect-60 {
  padding-bottom: 60%;
}

.rect-618 {
  padding-bottom: 61.8%;
}

.rect-70 {
  padding-bottom: 70%;
}

.rect-75 {
  padding-bottom: 75%;
}

.rect-80 {
  padding-bottom: 80%;
}

.rect-90 {
  padding-bottom: 90%;
}

.rect-100 {
  padding-bottom: 100%;
}

/* table */
.datalist {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
}

.datalist caption {
  padding-bottom: 5px;
}

.datalist th {
  font-weight: 700;
  padding: 5px 15px;
  border: 1px solid #ccc;
  background: #eee;
}

.datalist td {
  padding: 5px 15px;
  border: 1px solid #ccc;
}

.datalist tr.altrow {
  background: #ccc;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  line-height: 1.42857143;
  padding: 8px;
  vertical-align: inherit;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*='col-'] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*='col-'], table th[class*='col-'] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-device-width: 767px) {
  .table-responsive {
    overflow-y: hidden;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* btn */
.btn {
  font-size: inherit;
  font-weight: normal;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 0;
  padding: 4px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
}

.btn:hover, .btn:focus, .btn.focus {
  text-decoration: none;
  color: #333;
}

.btn:active, .btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=65);
}

.btn-default {
  color: #333;
  border-color: #ccc;
  background-color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  border-color: #adadad;
  background-color: #e6e6e6;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  border-color: #ccc;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  border-color: #2e6da4;
  background-color: #337ab7;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  border-color: #204d74;
  background-color: #286090;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  border-color: #2e6da4;
  background-color: #337ab7;
}

.btn-success {
  color: #fff;
  border-color: #4cae4c;
  background-color: #5cb85c;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  border-color: #398439;
  background-color: #449d44;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  border-color: #4cae4c;
  background-color: #5cb85c;
}

.btn-info {
  color: #fff;
  border-color: #46b8da;
  background-color: #5bc0de;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  border-color: #269abc;
  background-color: #31b0d5;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  border-color: #46b8da;
  background-color: #5bc0de;
}

.btn-warning {
  color: #fff;
  border-color: #eea236;
  background-color: #f0ad4e;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  border-color: #d58512;
  background-color: #ec971f;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  border-color: #eea236;
  background-color: #f0ad4e;
}

.btn-danger {
  color: #fff;
  border-color: #d43f3a;
  background-color: #d9534f;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  border-color: #ac2925;
  background-color: #c9302c;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  border-color: #d43f3a;
  background-color: #d9534f;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  text-decoration: underline;
  color: #23527c;
  background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  text-decoration: none;
  color: #777;
}

.btn-lg {
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  padding: 0 16px;
  *height: 48px;
}

.btn-sm {
  font-size: 12px;
  height: 28px;
  line-height: 24px;
  padding: 0 10px;
}

.btn-xs {
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

.btn .jon, .form-mark .jon {
  line-height: 1.2;
  margin: 0;
  vertical-align: baseline;
}

input[type='submit'].btn-block, input[type='reset'].btn-block, input[type='button'].btn-block {
  width: 100%;
}

/* form */
.form-control {
  line-height: 34px;
  height: 34px;
  padding: 0 10px;
  display: block;
  width: 100%;
  -webkit-transition: border-color ease-in-out 0.1s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: border-color ease-in-out 0.1s;
  color: #555;
  border: 1px solid #ccc;
  background: #fff;
  *padding: 0;
}

.form-control::-moz-placeholder {
  opacity: 1;
  color: #999;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control.blank {
  border-width: 0 0 1px 0;
  background: none;
}

.form-control.blank:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  opacity: 1;
  background-color: #eee;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

select.form-control {
  padding: 0 8px;
}

input[type='search'] {
  -webkit-appearance: none;
}

.form-group {
  margin-bottom: 14px;
}

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label, .checkbox label {
  font-weight: normal;
  min-height: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  cursor: pointer;
}

.radio input[type='radio'], .radio-inline input[type='radio'], .checkbox input[type='checkbox'], .checkbox-inline input[type='checkbox'] {
  float: left;
  margin-left: -20px;
  margin-top: 5px;
  *margin-top: -2px;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  font-weight: normal;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
  cursor: pointer;
  vertical-align: middle;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type='radio'][disabled], input[type='checkbox'][disabled], input[type='radio'].disabled, input[type='checkbox'].disabled, fieldset[disabled] input[type='radio'], fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  height: 34px;
  line-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  font-size: 12px;
  height: 28px;
  line-height: 28px;
}

select.input-sm {
  padding: 0 .5em;
}

textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  font-size: 12px;
  line-height: 1.5;
  height: 30px;
  padding: 5px 10px;
}

select.form-group-sm .form-control {
  line-height: 30px;
  height: 30px;
}

textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  font-size: 12px;
  line-height: 1.5;
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
}

.input-lg {
  font-size: 18px;
  line-height: 46px;
  height: 46px;
}

select.input-lg {
  line-height: 46px;
  height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  font-size: 18px;
  line-height: 1.3333333;
  height: 46px;
  padding: 10px 16px;
}

select.form-group-lg .form-control {
  line-height: 46px;
  height: 46px;
}

textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  font-size: 18px;
  line-height: 1.3333333;
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
  *padding-right: 0;
}

.control-label {
  font-weight: bold;
}

.form-control-feedback {
  line-height: 34px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback {
  line-height: 46px;
  width: 46px;
  height: 46px;
}

.input-sm + .form-control-feedback {
  line-height: 30px;
  width: 30px;
  height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #d33835;
}

.has-error .form-control {
  border-color: #d33835;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #d33835;
  border-color: #d33835;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #d33835;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-inline .form-control-static {
  display: inline-block;
}

.form-inline .input-group {
  display: inline-table;
  vertical-align: middle;
}

.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
  width: auto;
}

.form-inline .input-group > .form-control {
  width: 100%;
}

.form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio, .form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio label, .form-inline .checkbox label {
  padding-left: 0;
}

.form-inline .radio input[type='radio'], .form-inline .checkbox input[type='checkbox'] {
  position: relative;
  margin-left: 0;
}

.form-inline .has-feedback .form-control-feedback {
  top: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.4em;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .control-label {
  margin-bottom: 0;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-align: right;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

.form-horizontal .form-group-lg .control-label {
  padding-top: 14.333333px;
}

.form-horizontal .form-group-sm .control-label {
  padding-top: 6px;
}

.form-mark {
  display: inline-block;
  margin: 0 0.3em;
}

big.form-mark {
  font-size: 1.5em;
}

.input-group {
  position: relative;
  overflow: hidden;
  border-collapse: separate;
  *zoom: 1;
}

.input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  width: auto;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  font-size: 18px;
  line-height: 1.3333333;
  height: 46px;
  padding: 10px 16px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  line-height: 46px;
  height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  font-size: 12px;
  line-height: 1.5;
  height: 30px;
  padding: 5px 10px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  line-height: 30px;
  height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  float: left;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  vertical-align: middle;
  white-space: nowrap;
}

.input-group-addon {
  font-size: 14px;
  font-weight: normal;
  padding: 0 1em;
  text-align: center;
  color: #555;
  border: 1px solid #ccc;
  border-left-width: 0;
  border-right-width: 0;
  background-color: #eee;
  height: 32px;
  line-height: 32px;
  border-right-width: 1px\9;
}

.input-group-addon.input-sm {
  font-size: 12px;
  padding: 5px 10px;
}

.input-group-addon.input-lg {
  font-size: 18px;
  padding: 10px 16px;
}

.input-group-addon input[type='radio'], .input-group-addon input[type='checkbox'] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-left-width: 1px;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-right-width: 1px;
}

.input-group-btn {
  font-size: 14px;
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* color */
.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #f08400;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #d33835;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

/*图标字体*/
@font-face {
  font-family: "mdico";
  src: url("fonts/iconfont.eot");
  /* IE9*/
  src: url("fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("fonts/iconfont.woff") format("woff"), url("fonts/iconfont.ttf") format("truetype"), url("fonts/iconfont.svg#iconfont") format("svg");
  /* iOS 4.1- */
}

.ion {
  font-family: "mdico" !important;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .3em;
  font-size: 1.1em;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/*
gird.css
*/
/*12*/
.full-row, .row {
  -webkit-transition: .2s width ease;
  transition: .2s width ease;
}

.full-row:after, .full-row:before, .row:after, .row:before {
  display: table;
  clear: both;
  content: '';
}

.pull-left-1, .pull-left-10, .pull-left-11, .pull-left-12, .pull-left-13, .pull-left-14, .pull-left-15, .pull-left-16, .pull-left-17, .pull-left-18, .pull-left-19, .pull-left-2, .pull-left-20, .pull-left-21, .pull-left-22, .pull-left-23, .pull-left-3, .pull-left-4, .pull-left-5, .pull-left-6, .pull-left-7, .pull-left-8, .pull-left-9, .pull-right-1, .pull-right-10, .pull-right-11, .pull-right-12, .pull-right-13, .pull-right-14, .pull-right-15, .pull-right-16, .pull-right-17, .pull-right-18, .pull-right-19, .pull-right-2, .pull-right-20, .pull-right-21, .pull-right-22, .pull-right-23, .pull-right-24, .pull-right-3, .pull-right-4, .pull-right-5, .pull-right-6, .pull-right-7, .pull-right-8, .pull-right-9, .row > .center {
  position: relative;
}

.row {
  width: 102%;
}

.row > [class*=span-] {
  float: left;
  margin-right: 2%;
}

.row > .span-1 {
  width: 6.33333333%;
}

.row > .span-2 {
  width: 14.66666667%;
}

.row > .span-3 {
  width: 23%;
}

.row > .span-4 {
  width: 31.33333333%;
}

.row > .span-5 {
  width: 39.66666667%;
}

.row > .span-6 {
  width: 48%;
}

.row > .span-7 {
  width: 56.33333333%;
}

.row > .span-8 {
  width: 64.66666667%;
}

.row > .span-9 {
  width: 73%;
}

.row > .span-10 {
  width: 81.33333333%;
}

.row > .span-11 {
  width: 89.66666667%;
}

.row > .span-12 {
  width: 98%;
}

.row > .span-13 {
  width: 106.33333333%;
}

.row > .span-14 {
  width: 114.66666667%;
}

.row > .span-15 {
  width: 123%;
}

.row > .span-16 {
  width: 131.33333333%;
}

.row > .span-17 {
  width: 139.66666667%;
}

.row > .span-18 {
  width: 148%;
}

.row > .span-19 {
  width: 156.33333333%;
}

.row > .span-20 {
  width: 164.66666667%;
}

.row > .span-21 {
  width: 173%;
}

.row > .span-22 {
  width: 181.33333333%;
}

.row > .span-23 {
  width: 189.66666667%;
}

.row > .span-24 {
  width: 198%;
}

.full-row {
  width: 100%;
}

.full-row > [class*=span] {
  float: left;
}

.full-row > .span-1 {
  width: 8.33333333%;
}

.full-row > .span-2 {
  width: 16.66666667%;
}

.full-row > .span-3 {
  width: 25%;
}

.full-row > .span-4 {
  width: 33.33333333%;
}

.full-row > .span-5 {
  width: 41.66666667%;
}

.full-row > .span-6 {
  width: 50%;
}

.full-row > .span-7 {
  width: 58.33333333%;
}

.full-row > .span-8 {
  width: 66.66666667%;
}

.full-row > .span-9 {
  width: 75%;
}

.full-row > .span-10 {
  width: 83.33333333%;
}

.full-row > .span-11 {
  width: 91.66666667%;
}

.full-row > .span-12 {
  width: 100%;
}

.full-row > .span-13 {
  width: 108.33333333%;
}

.full-row > .span-14 {
  width: 116.66666667%;
}

.full-row > .span-15 {
  width: 125%;
}

.full-row > .span-16 {
  width: 133.33333333%;
}

.full-row > .span-17 {
  width: 141.66666667%;
}

.full-row > .span-18 {
  width: 150%;
}

.full-row > .span-19 {
  width: 158.33333333%;
}

.full-row > .span-20 {
  width: 166.66666667%;
}

.full-row > .span-21 {
  width: 175%;
}

.full-row > .span-22 {
  width: 183.33333333%;
}

.full-row > .span-23 {
  width: 191.66666667%;
}

.full-row > .span-24 {
  width: 200%;
}

.full-row > .pull-right, .row > .pull-right {
  float: right;
}

.full-row > .center, .row > .center {
  display: block;
  float: none;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

.row > .center {
  left: -1%;
}

.pull-left-1 {
  left: -8.33333333%;
}

.pull-left-2 {
  left: -16.66666667%;
}

.pull-left-3 {
  left: -25%;
}

.pull-left-4 {
  left: -33.33333333%;
}

.pull-left-5 {
  left: -41.66666667%;
}

.pull-left-6 {
  left: -50%;
}

.pull-left-7 {
  left: -58.33333333%;
}

.pull-left-8 {
  left: -66.66666667%;
}

.pull-left-9 {
  left: -75%;
}

.pull-left-10 {
  left: -83.33333333%;
}

.pull-left-11 {
  left: -91.66666667%;
}

.pull-left-12 {
  left: -100%;
}

.pull-left-13 {
  left: -108.33333333%;
}

.pull-left-14 {
  left: -116.66666667%;
}

.pull-left-15 {
  left: -125%;
}

.pull-left-16 {
  left: -133.33333333%;
}

.pull-left-17 {
  left: -141.66666667%;
}

.pull-left-18 {
  left: -150%;
}

.pull-left-19 {
  left: -158.33333333%;
}

.pull-left-20 {
  left: -166.66666667%;
}

.pull-left-21 {
  left: -175%;
}

.pull-left-22 {
  left: -183.33333333%;
}

.pull-left-23 {
  left: -191.66666667%;
}

.pull-left-24 {
  position: relative;
  left: -200%;
}

.pull-right-1 {
  left: 8.33333333%;
}

.pull-right-2 {
  left: 16.66666667%;
}

.pull-right-3 {
  left: 25%;
}

.pull-right-4 {
  left: 33.33333333%;
}

.pull-right-5 {
  left: 41.66666667%;
}

.pull-right-6 {
  left: 50%;
}

.pull-right-7 {
  left: 58.33333333%;
}

.pull-right-8 {
  left: 66.66666667%;
}

.pull-right-9 {
  left: 75%;
}

.pull-right-10 {
  left: 83.33333333%;
}

.pull-right-11 {
  left: 91.66666667%;
}

.pull-right-12 {
  left: 100%;
}

.pull-right-13 {
  left: 108.33333333%;
}

.pull-right-14 {
  left: 116.66666667%;
}

.pull-right-15 {
  left: 125%;
}

.pull-right-16 {
  left: 133.33333333%;
}

.pull-right-17 {
  left: 141.66666667%;
}

.pull-right-18 {
  left: 150%;
}

.pull-right-19 {
  left: 158.33333333%;
}

.pull-right-20 {
  left: 166.66666667%;
}

.pull-right-21 {
  left: 175%;
}

.pull-right-22 {
  left: 183.33333333%;
}

.pull-right-23 {
  left: 191.66666667%;
}

.pull-right-24 {
  left: 200%;
}

@media only screen and (max-device-width: 1024px) {
  .row > .midd-1 {
    width: 6.33333333%;
  }
  .row > .midd-2 {
    width: 14.66666667%;
  }
  .row > .midd-3 {
    width: 23%;
  }
  .row > .midd-4 {
    width: 31.33333333%;
  }
  .row > .midd-5 {
    width: 39.66666667%;
  }
  .row > .midd-6 {
    width: 48%;
  }
  .row > .midd-7 {
    width: 56.33333333%;
  }
  .row > .midd-8 {
    width: 64.66666667%;
  }
  .row > .midd-9 {
    width: 73%;
  }
  .row > .midd-10 {
    width: 81.33333333%;
  }
  .row > .midd-11 {
    width: 89.66666667%;
  }
  .row > .midd-12 {
    width: 98%;
  }
  .row > .midd-13 {
    width: 106.33333333%;
  }
  .row > .midd-14 {
    width: 114.66666667%;
  }
  .row > .midd-15 {
    width: 123%;
  }
  .row > .midd-16 {
    width: 131.33333333%;
  }
  .row > .midd-17 {
    width: 139.66666667%;
  }
  .row > .midd-18 {
    width: 148%;
  }
  .row > .midd-19 {
    width: 156.33333333%;
  }
  .row > .midd-20 {
    width: 164.66666667%;
  }
  .row > .midd-21 {
    width: 173%;
  }
  .row > .midd-22 {
    width: 181.33333333%;
  }
  .row > .midd-23 {
    width: 189.66666667%;
  }
  .row > .midd-24 {
    width: 198%;
  }
  .midd-hide {
    display: none;
  }
  .midd-center {
    position: relative;
    left: -1%;
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  .full-row > .midd-1 {
    width: 8.33333333%;
  }
  .full-row > .midd-2 {
    width: 16.66666667%;
  }
  .full-row > .midd-3 {
    width: 25%;
  }
  .full-row > .midd-4 {
    width: 33.33333333%;
  }
  .full-row > .midd-5 {
    width: 41.66666667%;
  }
  .full-row > .midd-6 {
    width: 50%;
  }
  .full-row > .midd-7 {
    width: 58.33333333%;
  }
  .full-row > .midd-8 {
    width: 66.66666667%;
  }
  .full-row > .midd-9 {
    width: 75%;
  }
  .full-row > .midd-10 {
    width: 83.33333333%;
  }
  .full-row > .midd-11 {
    width: 91.66666667%;
  }
  .full-row > .midd-12 {
    width: 100%;
  }
  .full-row > .midd-13 {
    width: 108.33333333%;
  }
  .full-row > .midd-14 {
    width: 116.66666667%;
  }
  .full-row > .midd-15 {
    width: 125%;
  }
  .full-row > .midd-16 {
    width: 133.33333333%;
  }
  .full-row > .midd-17 {
    width: 141.66666667%;
  }
  .full-row > .midd-18 {
    width: 150%;
  }
  .full-row > .midd-19 {
    width: 158.33333333%;
  }
  .full-row > .midd-20 {
    width: 166.66666667%;
  }
  .full-row > .midd-21 {
    width: 175%;
  }
  .full-row > .midd-22 {
    width: 183.33333333%;
  }
  .full-row > .midd-23 {
    width: 191.66666667%;
  }
  .full-row > .midd-24 {
    width: 200%;
  }
}

@media only screen and (max-width: 769px) {
  .row > .smidd-1 {
    width: 6.33333333%;
  }
  .row > .smidd-2 {
    width: 14.66666667%;
  }
  .row > .smidd-3 {
    width: 23%;
  }
  .row > .smidd-4 {
    width: 31.33333333%;
  }
  .row > .smidd-5 {
    width: 39.66666667%;
  }
  .row > .smidd-6 {
    width: 48%;
  }
  .row > .smidd-7 {
    width: 56.33333333%;
  }
  .row > .smidd-8 {
    width: 64.66666667%;
  }
  .row > .smidd-9 {
    width: 73%;
  }
  .row > .smidd-10 {
    width: 81.33333333%;
  }
  .row > .smidd-11 {
    width: 89.66666667%;
  }
  .row > .smidd-12 {
    width: 98%;
  }
  .row > .smidd-13 {
    width: 106.33333333%;
  }
  .row > .smidd-14 {
    width: 114.66666667%;
  }
  .row > .smidd-15 {
    width: 123%;
  }
  .row > .smidd-16 {
    width: 131.33333333%;
  }
  .row > .smidd-17 {
    width: 139.66666667%;
  }
  .row > .smidd-18 {
    width: 148%;
  }
  .row > .smidd-19 {
    width: 156.33333333%;
  }
  .row > .smidd-20 {
    width: 164.66666667%;
  }
  .row > .smidd-21 {
    width: 173%;
  }
  .row > .smidd-22 {
    width: 181.33333333%;
  }
  .row > .smidd-23 {
    width: 189.66666667%;
  }
  .row > .smidd-24 {
    width: 198%;
  }
  .smidd-hide {
    display: none;
  }
  .smidd-center {
    position: relative;
    left: -1%;
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  .full-row > .smidd-1 {
    width: 8.33333333%;
  }
  .full-row > .smidd-2 {
    width: 16.66666667%;
  }
  .full-row > .smidd-3 {
    width: 25%;
  }
  .full-row > .smidd-4 {
    width: 33.33333333%;
  }
  .full-row > .smidd-5 {
    width: 41.66666667%;
  }
  .full-row > .smidd-6 {
    width: 50%;
  }
  .full-row > .smidd-7 {
    width: 58.33333333%;
  }
  .full-row > .smidd-8 {
    width: 66.66666667%;
  }
  .full-row > .smidd-9 {
    width: 75%;
  }
  .full-row > .smidd-10 {
    width: 83.33333333%;
  }
  .full-row > .smidd-11 {
    width: 91.66666667%;
  }
  .full-row > .smidd-12 {
    width: 100%;
  }
  .full-row > .smidd-13 {
    width: 108.33333333%;
  }
  .full-row > .smidd-14 {
    width: 116.66666667%;
  }
  .full-row > .smidd-15 {
    width: 125%;
  }
  .full-row > .smidd-16 {
    width: 133.33333333%;
  }
  .full-row > .smidd-17 {
    width: 141.66666667%;
  }
  .full-row > .smidd-18 {
    width: 150%;
  }
  .full-row > .smidd-19 {
    width: 158.33333333%;
  }
  .full-row > .smidd-20 {
    width: 166.66666667%;
  }
  .full-row > .smidd-21 {
    width: 175%;
  }
  .full-row > .smidd-22 {
    width: 183.33333333%;
  }
  .full-row > .smidd-23 {
    width: 191.66666667%;
  }
  .full-row > .smidd-24 {
    width: 200%;
  }
}

@media only screen and (max-device-width: 760px) {
  .row > .smal-1 {
    width: 6.33333333%;
  }
  .row > .smal-2 {
    width: 14.66666667%;
  }
  .row > .smal-3 {
    width: 23%;
  }
  .row > .smal-4 {
    width: 31.33333333%;
  }
  .row > .smal-5 {
    width: 39.66666667%;
  }
  .row > .smal-6 {
    width: 48%;
  }
  .row > .smal-7 {
    width: 56.33333333%;
  }
  .row > .smal-8 {
    width: 64.66666667%;
  }
  .row > .smal-9 {
    width: 73%;
  }
  .row > .smal-10 {
    width: 81.33333333%;
  }
  .row > .smal-11 {
    width: 89.66666667%;
  }
  .row > .smal-12 {
    width: 98%;
  }
  .row > .smal-13 {
    width: 106.33333333%;
  }
  .row > .smal-14 {
    width: 114.66666667%;
  }
  .row > .smal-15 {
    width: 123%;
  }
  .row > .smal-16 {
    width: 131.33333333%;
  }
  .row > .smal-17 {
    width: 139.66666667%;
  }
  .row > .smal-18 {
    width: 148%;
  }
  .row > .smal-19 {
    width: 156.33333333%;
  }
  .row > .smal-20 {
    width: 164.66666667%;
  }
  .row > .smal-21 {
    width: 173%;
  }
  .row > .smal-22 {
    width: 181.33333333%;
  }
  .row > .smal-23 {
    width: 189.66666667%;
  }
  .row > .smal-24 {
    width: 198%;
  }
  .smal-hide {
    display: none;
  }
  .smal-center, .smal-show {
    display: block;
  }
  .smal-center {
    position: relative;
    left: -1%;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  [class*=pull-left-], [class*=pull-right-] {
    right: auto;
    left: auto;
  }
  .full-row > .smal-1 {
    width: 8.33333333%;
  }
  .full-row > .smal-2 {
    width: 16.66666667%;
  }
  .full-row > .smal-3 {
    width: 25%;
  }
  .full-row > .smal-4 {
    width: 33.33333333%;
  }
  .full-row > .smal-5 {
    width: 41.66666667%;
  }
  .full-row > .smal-6 {
    width: 50%;
  }
  .full-row > .smal-7 {
    width: 58.33333333%;
  }
  .full-row > .smal-8 {
    width: 66.66666667%;
  }
  .full-row > .smal-9 {
    width: 75%;
  }
  .full-row > .smal-10 {
    width: 83.33333333%;
  }
  .full-row > .smal-11 {
    width: 91.66666667%;
  }
  .full-row > .smal-12 {
    width: 100%;
  }
  .full-row > .smal-13 {
    width: 108.33333333%;
  }
  .full-row > .smal-14 {
    width: 116.66666667%;
  }
  .full-row > .smal-15 {
    width: 125%;
  }
  .full-row > .smal-16 {
    width: 133.33333333%;
  }
  .full-row > .smal-17 {
    width: 141.66666667%;
  }
  .full-row > .smal-18 {
    width: 150%;
  }
  .full-row > .smal-19 {
    width: 158.33333333%;
  }
  .full-row > .smal-20 {
    width: 166.66666667%;
  }
  .full-row > .smal-21 {
    width: 175%;
  }
  .full-row > .smal-22 {
    width: 183.33333333%;
  }
  .full-row > .smal-23 {
    width: 191.66666667%;
  }
  .full-row > .smal-24 {
    width: 200%;
  }
}

/*20*/
.pull-left-1-20, .pull-left-10-20, .pull-left-11-20, .pull-left-12-20, .pull-left-13-20, .pull-left-14-20, .pull-left-15-20, .pull-left-16-20, .pull-left-17-20, .pull-left-18-20, .pull-left-19-20, .pull-left-2-20, .pull-left-20-20, .pull-left-3-20, .pull-left-4-20, .pull-left-5-20, .pull-left-6-20, .pull-left-7-20, .pull-left-8-20, .pull-left-9-20, .pull-right-1-20, .pull-right-10-20, .pull-right-11-20, .pull-right-12-20, .pull-right-13-20, .pull-right-14-20, .pull-right-15-20, .pull-right-16-20, .pull-right-17-20, .pull-right-18-20, .pull-right-19-20, .pull-right-2-20, .pull-right-20-20, .pull-right-3-20, .pull-right-4-20, .pull-right-5-20, .pull-right-6-20, .pull-right-7-20, .pull-right-8-20, .pull-right-9-20, .row-20 > .center {
  position: relative;
}

.full-row-20, .row-20 {
  -webkit-transition: .2s width ease;
  transition: .2s width ease;
}

.full-row-20:after, .full-row-20:before, .row-20:after, .row-20:before {
  display: table;
  clear: both;
  content: '';
}

.row-20 {
  width: 102%;
}

.row-20 > [class*=span-] {
  float: left;
  margin-right: 2%;
}

.row-20 > .span-1 {
  width: 3%;
}

.row-20 > .span-2 {
  width: 8%;
}

.row-20 > .span-3 {
  width: 13%;
}

.row-20 > .span-4 {
  width: 18%;
}

.row-20 > .span-5 {
  width: 23%;
}

.row-20 > .span-6 {
  width: 28%;
}

.row-20 > .span-7 {
  width: 33%;
}

.row-20 > .span-8 {
  width: 38%;
}

.row-20 > .span-9 {
  width: 43%;
}

.row-20 > .span-10 {
  width: 48%;
}

.row-20 > .span-11 {
  width: 53%;
}

.row-20 > .span-12 {
  width: 58%;
}

.row-20 > .span-13 {
  width: 63%;
}

.row-20 > .span-14 {
  width: 68%;
}

.row-20 > .span-15 {
  width: 73%;
}

.row-20 > .span-16 {
  width: 78%;
}

.row-20 > .span-17 {
  width: 83%;
}

.row-20 > .span-18 {
  width: 88%;
}

.row-20 > .span-19 {
  width: 93%;
}

.row-20 > .span-20 {
  width: 98%;
}

.row-20 > .span-21 {
  width: 103%;
}

.row-20 > .span-22 {
  width: 108%;
}

.row-20 > .span-23 {
  width: 113%;
}

.row-20 > .span-24 {
  width: 118%;
}

.full-row-20 {
  width: 100%;
}

.full-row-20 > [class*=span] {
  float: left;
}

.full-row-20 > .span-1 {
  width: 5%;
}

.full-row-20 > .span-2 {
  width: 10%;
}

.full-row-20 > .span-3 {
  width: 15%;
}

.full-row-20 > .span-4 {
  width: 20%;
}

.full-row-20 > .span-5 {
  width: 25%;
}

.full-row-20 > .span-6 {
  width: 30%;
}

.full-row-20 > .span-7 {
  width: 35%;
}

.full-row-20 > .span-8 {
  width: 40%;
}

.full-row-20 > .span-9 {
  width: 45%;
}

.full-row-20 > .span-10 {
  width: 50%;
}

.full-row-20 > .span-11 {
  width: 55%;
}

.full-row-20 > .span-12 {
  width: 60%;
}

.full-row-20 > .span-13 {
  width: 65%;
}

.full-row-20 > .span-14 {
  width: 70%;
}

.full-row-20 > .span-15 {
  width: 75%;
}

.full-row-20 > .span-16 {
  width: 80%;
}

.full-row-20 > .span-17 {
  width: 85%;
}

.full-row-20 > .span-18 {
  width: 90%;
}

.full-row-20 > .span-19 {
  width: 95%;
}

.full-row-20 > .span-20 {
  width: 100%;
}

.full-row-20 > .span-21 {
  width: 105%;
}

.full-row-20 > .span-22 {
  width: 110%;
}

.full-row-20 > .span-23 {
  width: 115%;
}

.full-row-20 > .span-24 {
  width: 120%;
}

.full-row-20 > .pull-right, .row-20 > .pull-right {
  float: right;
}

.full-row-20 > .center, .row-20 > .center {
  display: block;
  float: none;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

.row-20 > .center {
  left: -1%;
}

.pull-left-1-20 {
  left: -5%;
}

.pull-left-2-20 {
  left: -10%;
}

.pull-left-3-20 {
  left: -15%;
}

.pull-left-4-20 {
  left: -20%;
}

.pull-left-5-20 {
  left: -25%;
}

.pull-left-6-20 {
  left: -30%;
}

.pull-left-7-20 {
  left: -35%;
}

.pull-left-8-20 {
  left: -40%;
}

.pull-left-9-20 {
  left: -45%;
}

.pull-left-10-20 {
  left: -50%;
}

.pull-left-11-20 {
  left: -55%;
}

.pull-left-12-20 {
  left: -60%;
}

.pull-left-13-20 {
  left: -65%;
}

.pull-left-14-20 {
  left: -70%;
}

.pull-left-15-20 {
  left: -75%;
}

.pull-left-16-20 {
  left: -80%;
}

.pull-left-17-20 {
  left: -85%;
}

.pull-left-18-20 {
  left: -90%;
}

.pull-left-19-20 {
  left: -95%;
}

.pull-left-20-20 {
  left: -100%;
}

.pull-right-1-20 {
  left: 5%;
}

.pull-right-2-20 {
  left: 10%;
}

.pull-right-3-20 {
  left: 15%;
}

.pull-right-4-20 {
  left: 20%;
}

.pull-right-5-20 {
  left: 25%;
}

.pull-right-6-20 {
  left: 30%;
}

.pull-right-7-20 {
  left: 35%;
}

.pull-right-8-20 {
  left: 40%;
}

.pull-right-9-20 {
  left: 45%;
}

.pull-right-10-20 {
  left: 50%;
}

.pull-right-11-20 {
  left: 55%;
}

.pull-right-12-20 {
  left: 60%;
}

.pull-right-13-20 {
  left: 65%;
}

.pull-right-14-20 {
  left: 70%;
}

.pull-right-15-20 {
  left: 75%;
}

.pull-right-16-20 {
  left: 80%;
}

.pull-right-17-20 {
  left: 85%;
}

.pull-right-18-20 {
  left: 90%;
}

.pull-right-19-20 {
  left: 95%;
}

.pull-right-20-20 {
  left: 100%;
}

@media only screen and (max-device-width: 1024px) {
  .row-20 > .midd-1 {
    width: 3%;
  }
  .row-20 > .midd-2 {
    width: 8%;
  }
  .row-20 > .midd-3 {
    width: 13%;
  }
  .row-20 > .midd-4 {
    width: 18%;
  }
  .row-20 > .midd-5 {
    width: 23%;
  }
  .row-20 > .midd-6 {
    width: 28%;
  }
  .row-20 > .midd-7 {
    width: 33%;
  }
  .row-20 > .midd-8 {
    width: 38%;
  }
  .row-20 > .midd-9 {
    width: 43%;
  }
  .row-20 > .midd-10 {
    width: 48%;
  }
  .row-20 > .midd-11 {
    width: 53%;
  }
  .row-20 > .midd-12 {
    width: 58%;
  }
  .row-20 > .midd-13 {
    width: 63%;
  }
  .row-20 > .midd-14 {
    width: 68%;
  }
  .row-20 > .midd-15 {
    width: 73%;
  }
  .row-20 > .midd-16 {
    width: 78%;
  }
  .row-20 > .midd-17 {
    width: 83%;
  }
  .row-20 > .midd-18 {
    width: 88%;
  }
  .row-20 > .midd-19 {
    width: 93%;
  }
  .row-20 > .midd-20 {
    width: 98%;
  }
  .row-20 > .midd-21 {
    width: 103%;
  }
  .row-20 > .midd-22 {
    width: 108%;
  }
  .row-20 > .midd-23 {
    width: 113%;
  }
  .row-20 > .midd-24 {
    width: 118%;
  }
  .midd-hide {
    display: none;
  }
  .midd-center {
    position: relative;
    left: -1%;
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  .full-row-20 > .midd-1 {
    width: 5%;
  }
  .full-row-20 > .midd-2 {
    width: 10%;
  }
  .full-row-20 > .midd-3 {
    width: 15%;
  }
  .full-row-20 > .midd-4 {
    width: 20%;
  }
  .full-row-20 > .midd-5 {
    width: 25%;
  }
  .full-row-20 > .midd-6 {
    width: 30%;
  }
  .full-row-20 > .midd-7 {
    width: 35%;
  }
  .full-row-20 > .midd-8 {
    width: 40%;
  }
  .full-row-20 > .midd-9 {
    width: 45%;
  }
  .full-row-20 > .midd-10 {
    width: 50%;
  }
  .full-row-20 > .midd-11 {
    width: 55%;
  }
  .full-row-20 > .midd-12 {
    width: 60%;
  }
  .full-row-20 > .midd-13 {
    width: 65%;
  }
  .full-row-20 > .midd-14 {
    width: 70%;
  }
  .full-row-20 > .midd-15 {
    width: 75%;
  }
  .full-row-20 > .midd-16 {
    width: 80%;
  }
  .full-row-20 > .midd-17 {
    width: 85%;
  }
  .full-row-20 > .midd-18 {
    width: 90%;
  }
  .full-row-20 > .midd-19 {
    width: 95%;
  }
  .full-row-20 > .midd-20 {
    width: 100%;
  }
  .full-row-20 > .midd-21 {
    width: 105%;
  }
  .full-row-20 > .midd-22 {
    width: 110%;
  }
  .full-row-20 > .midd-23 {
    width: 115%;
  }
  .full-row-20 > .midd-24 {
    width: 120%;
  }
}

@media only screen and (max-device-width: 760px) {
  .row-20 > .smal-1 {
    width: 3%;
  }
  .row-20 > .smal-2 {
    width: 8%;
  }
  .row-20 > .smal-3 {
    width: 13%;
  }
  .row-20 > .smal-4 {
    width: 18%;
  }
  .row-20 > .smal-5 {
    width: 23%;
  }
  .row-20 > .smal-6 {
    width: 28%;
  }
  .row-20 > .smal-7 {
    width: 33%;
  }
  .row-20 > .smal-8 {
    width: 38%;
  }
  .row-20 > .smal-9 {
    width: 43%;
  }
  .row-20 > .smal-10 {
    width: 48%;
  }
  .row-20 > .smal-11 {
    width: 53%;
  }
  .row-20 > .smal-12 {
    width: 58%;
  }
  .row-20 > .smal-13 {
    width: 63%;
  }
  .row-20 > .smal-14 {
    width: 68%;
  }
  .row-20 > .smal-15 {
    width: 73%;
  }
  .row-20 > .smal-16 {
    width: 78%;
  }
  .row-20 > .smal-17 {
    width: 83%;
  }
  .row-20 > .smal-18 {
    width: 88%;
  }
  .row-20 > .smal-19 {
    width: 93%;
  }
  .row-20 > .smal-20 {
    width: 98%;
  }
  .row-20 > .smal-21 {
    width: 103%;
  }
  .row-20 > .smal-22 {
    width: 108%;
  }
  .row-20 > .smal-23 {
    width: 113%;
  }
  .row-20 > .smal-24 {
    width: 118%;
  }
  .smal-hide {
    display: none;
  }
  .smal-center, .smal-show {
    display: block;
  }
  .smal-center {
    position: relative;
    left: -1%;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  [class*=pull-left-], [class*=pull-right-] {
    right: auto;
    left: auto;
  }
  .full-row-20 > .smal-1 {
    width: 5%;
  }
  .full-row-20 > .smal-2 {
    width: 10%;
  }
  .full-row-20 > .smal-3 {
    width: 15%;
  }
  .full-row-20 > .smal-4 {
    width: 20%;
  }
  .full-row-20 > .smal-5 {
    width: 25%;
  }
  .full-row-20 > .smal-6 {
    width: 30%;
  }
  .full-row-20 > .smal-7 {
    width: 35%;
  }
  .full-row-20 > .smal-8 {
    width: 40%;
  }
  .full-row-20 > .smal-9 {
    width: 45%;
  }
  .full-row-20 > .smal-10 {
    width: 50%;
  }
  .full-row-20 > .smal-11 {
    width: 55%;
  }
  .full-row-20 > .smal-12 {
    width: 60%;
  }
  .full-row-20 > .smal-13 {
    width: 65%;
  }
  .full-row-20 > .smal-14 {
    width: 70%;
  }
  .full-row-20 > .smal-15 {
    width: 75%;
  }
  .full-row-20 > .smal-16 {
    width: 80%;
  }
  .full-row-20 > .smal-17 {
    width: 85%;
  }
  .full-row-20 > .smal-18 {
    width: 90%;
  }
  .full-row-20 > .smal-19 {
    width: 95%;
  }
  .full-row-20 > .smal-20 {
    width: 100%;
  }
  .full-row-20 > .smal-21 {
    width: 105%;
  }
  .full-row-20 > .smal-22 {
    width: 110%;
  }
  .full-row-20 > .smal-23 {
    width: 115%;
  }
  .full-row-20 > .smal-24 {
    width: 120%;
  }
}

/* style.css */
.ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  white-space: nowrap;
  letter-spacing: -1em;
  text-indent: -99em;
  color: transparent;
  background: url(../img/ico.png);
  *text-indent: 0;
  /* *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='\3000'); */
}

.ico:before {
  content: '\3000';
}

.ico1_2 {
  background-position: -20px 0;
}

.ico1_3 {
  background-position: -40px 0;
}

.ico1_4 {
  background-position: -60px 0;
}

.ico1_5 {
  background-position: -80px 0;
}

.ico2_1 {
  background-position: 0 -20px;
}

.ico2_2 {
  background-position: -20px -20px;
}

.ico2_3 {
  background-position: -40px -20px;
}

.ico2_4 {
  background-position: -60px -20px;
}

.ico2_5 {
  background-position: -80px -20px;
}

.ico3_1 {
  background-position: 0 -40px;
}

.ico3_2 {
  background-position: -20px -40px;
}

.ico3_3 {
  background-position: -40px -40px;
}

.ico3_4 {
  background-position: -60px -40px;
}

.ico3_5 {
  background-position: -80px -40px;
}

.ico4_1 {
  background-position: 0 -60px;
}

.ico4_2 {
  background-position: -20px -60px;
}

.ico4_3 {
  background-position: -40px -60px;
}

.ico4_4 {
  background-position: -60px -60px;
}

.ico4_5 {
  background-position: -80px -60px;
}

/* 常量设置 */
html {
  overflow-x: auto;
}

html,
body,
.wrap {
  min-width: 1200px;
}

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

.span02 {
  color: #fff;
  font-size: 16px;
}

.wrap .span02 a {
  margin-right: 10px;
}

body {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  background: #fff;
}

a {
  color: inherit;
}

a:hover {
  color: #0071bd;
}

::-moz-selection {
  color: #fff;
  background: #0071bd;
}

::selection {
  color: #fff;
  background: #0071bd;
}

::-webkit-input-placeholder {
  color: #aaa;
}

.placeholder {
  color: #aaa;
}

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

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

.imgZoom img,
.imgY180 img {
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}

.imgZoom {
  overflow: hidden;
}

.imgZoom:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.imgY180:hover img {
  cursor: pointer;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* 网站样式 */
/*header*/
.header .tops {
  /*position:relative; z-index:20; */
  background: rgba(0, 0, 0, 0.21);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
}

.header .tops:hover,
.header .tops.blue {
  background: rgba(0, 113, 189, 0.85);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D90071bd, endColorstr=#D90071bd);
}

/*header-top01*/
/*header-top01-股票api*/
.stock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 37px 0 34px;
  font-size: 0;
}

.stock ._num,
.stock ._price {
  font-size: 12px;
  color: #828282;
}

.stock ._price {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  margin-right: 7px;
  padding-right: 20px;
  color: #ff0000;
}

.stock ._wave_box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  color: #ff0000;
}

.stock.gored ._wave_box {
  color: #ff0000;
}

.stock.gogreen ._wave_box,
.stock.gogreen ._price {
  color: #ff0000;
}

.stock ._wave_box ._wave_num,
.stock ._wave_box ._wave_per {
  font-size: 12px;
}

.stock ._price:after {
  content: '--';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 0;
  font-size: 0;
  background-image: none;
}

.stock.gored ._price:after,
.stock.gogreen ._price:after {
  right: 5px;
  margin-top: -9px;
  width: 5px;
  height: 20px;
  background-image: url(../img/Hdft01.png);
  background-repeat: no-repeat;
}

.stock.gored ._price:after {
  background-position: 0 0;
}

.stock.gogreen ._price:after {
  background-position: 0 -20px;
}

.stock.unchanged ._price:after {
  font-size: 14px;
  background-image: none;
}

.stock.unchanged.gored ._price:after {
  color: #ff0000;
}

.stock.unchanged.gogreen ._price:after {
  color: #35d11e;
}

/*header-top01-股票api end*/
.header .company {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  color: #ffffff;
}

.header .company ._hd {
  position: relative;
  padding-right: 30px;
}

.header .company ._hd:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid dashed dashed dashed;
  border-width: 4px 3px 0 3px;
  border-color: #ffffff transparent transparent transparent;
}

.header .company ._bd {
  display: none;
  position: absolute;
  z-index: 1;
  padding: 5px 0 10px;
  width: 140px;
  top: 100%;
  right: 0;
  background-color: #eeeeee;
}

.header .company ._bd > a {
  display: block;
  padding: 5px 5px 5px 10px;
  color: #555555;
}

.header .lan {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #828282;
}

/*header-top02*/
.header .logo > a {
  display: block;
  width: 230px;
  height: 52px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.header:hover .logo > a {
  background-image: url(../images/logo.png);
}

.header .top02 ._search_btn {
  display: block;
  margin-top: 27px;
  margin-left: 25px;
  width: 17px;
  height: 17px;
  background-image: url(../images/searchicon.jpg);
  cursor: pointer;
}

.header .top02 ._pro_order {
  display: block;
  position: relative;
  margin-top: 23px;
  margin-left: 10px;
  padding-left: 30px;
  font-size: 15px;
  color: #fff100;
}

.header .top02 ._pro_order:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  width: 13px;
  height: 13px;
  background: url(../img/Hdft02.png) 0 0 no-repeat;
}

/*header-top02-主导航*/
.page_nav {
  float: right;
  width: 63%;
  font-size: 15px;
  color: #ffffff;
}

.page_nav .nav_li {
  float: left;
  width: 14%;
}

.page_nav .nav_li > a {
  display: block;
  position: relative;
  padding: 8px 0 42px;
  text-align: center;
}

.page_nav .nav_li:hover > a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: dashed dashed solid dashed;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #ffffff transparent;
}

.header ._drop_box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.header ._drop_box ._top_cons {
  padding: 20px 0 32px;
  background-color: #f5f5f5;
}

.header ._drop_box ._top_cons ._tit {
  font-size: 26px;
  font-weight: bold;
  color: #272727;
}

.header ._drop_box ._top_cons ._desc {
  margin-bottom: 22px;
  font-size: 14px;
  color: #5a5a5a;
}

.header ._drop_box ._top_cons ._pic_wrap {
  position: relative;
  width: 320px;
}

.header ._drop_box ._top_cons ._pic_wrap ._msk {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/Hdft04.png) center center no-repeat;
}

.header ._drop_box ._subnav_con {
  width: 64%;
}

.header ._drop_box ._subnav_con ._sec_li {
  float: left;
  margin-top: -1px;
  margin-right: 3.7%;
  width: 29.3%;
  border-top: #e0e0e0 1px solid;
  border-bottom: #e0e0e0 1px solid;
}

.header ._drop_box ._subnav_con ._sec_li > a {
  display: block;
  padding-left: 18px;
  line-height: 45px;
  color: #242424;
}

.header ._drop_box ._subnav_con ._sec_li > a:hover {
  color: #ffffff;
  background-color: #0071bd;
}

.header ._drop_box ._btm_cons {
  background-color: #e9e9e8;
  text-align: center;
}

.header ._drop_box ._btm_cons a {
  font-size: 14px;
  line-height: 3;
  color: #4d4e53;
}

.mobile_key {
  display: none;
  float: right;
  font-size: 30px;
  color: #0071bd;
}

/*下拉订购*/
.header .order_cons_wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

/*通用样式*/
/*动画*/
.header .tops,
.transition {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

/*图片*/
.rect-50 {
  padding-bottom: 50%;
}

.rect-53 {
  padding-bottom: 53%;
}

.rect-152 {
  padding-bottom: 152%;
}

.rect-35 {
  padding-bottom: 35%;
}

.rect-84 {
  padding-bottom: 84%;
}

.rect-70 {
  padding-bottom: 70%;
}

/*翻入式动画*/
.rolling .rolling_box {
  -webkit-perspective: 1300px;
  -o-perspective: 1300px;
  -ms-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rolling .rolling_box .is_animated {
  -webkit-transition-duration: 1.2s;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-delay: .15s;
  -webkit-transition-timing-function: 'ease-in-out';
  -moz-transition-duration: 1.2s;
  -moz-transition-property: all;
  -moz-transition-delay: .15s;
  -moz-transition-timing-function: 'ease-in-out';
  -o-transition-duration: 1.2s;
  -o-transition-property: transform, opacity;
  -o-transition-delay: .15s;
  -o-transition-timing-function: 'ease-in-out';
  -ms-transition-duration: 1.2s;
  -ms-transition-property: transform, opacity;
  -ms-transition-delay: .15s;
  -ms-transition-timing-function: 'ease-in-out';
  transition-duration: 1.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-delay: .15s;
  transition-timing-function: 'ease-in-out';
  -webkit-transform: rotatex(-80deg) translateZ(0);
  transform: rotatex(-80deg) translateZ(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
}

.rolling .rolling_box .is_animated.revealed {
  -webkit-transform: rotatex(0) translateZ(0);
  transform: rotatex(0) translateZ(0);
  opacity: 1;
}

.rolling .rolling_box .tansDelay00 {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.rolling .rolling_box .tansDelay200 {
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
}

.rolling .rolling_box .tansDelay400 {
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
}

.rolling .rolling_box .tansDelay600 {
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
}

.rolling .rolling_box .tansDelay800 {
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
}

.rolling .rolling_box .tansDelay1000 {
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
}

/*下层共有样式*/
/*1366px*/
.maxWrap {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

/*下层通用banner*/
.cbanner {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 403px;
}

.cbanner .bg_img {
  display: block;
  height: 403px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.cbanner .bg_img img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  top: 0;
  height: 100%;
  max-width: none;
}

/*下层banner图漂浮*/
.posi_ {
  position: relative;
  left: 0;
  top: 168px;
  height: 200px;
  z-index: 10;
}

.posi_ .title {
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}

.posi_ .bread {
  position: relative;
  margin-top: 20px;
}

.posi_ .bread ul li {
  float: left;
  color: #fff;
}

.posi_ .bread ul li a {
  padding: 0 5px;
}

.posi_ .mouse {
  width: 31px;
  height: 50px;
  background: url("../img/mouse.png");
  margin-left: 1%;
  margin-top: 2%;
  cursor: pointer;
}

/*下层鼠标点击*/
.posi_ .mouse .ball {
  position: relative;
  width: 6px;
  height: 6px;
  left: 6%;
  margin-left: 11px;
  top: 10px;
  display: block;
  background: url("../img/mouse2.png");
  -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  transition: 300ms;
  -webkit-transition: 300ms;
}

@-webkit-keyframes mouse-dot {
  from {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  to {
    top: 35px;
    opacity: 0;
  }
}

@keyframes mouse-dot {
  from {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  to {
    top: 35px;
    opacity: 0;
  }
}

/*下层二级导航*/
.subnavs {
  position: relative;
  background-color: #efefef;
  z-index: 10;
  margin-top: 168px;
}

.subnavs .sub_ li {
  height: 64px;
  line-height: 64px;
}

.subnavs .sub_ li a {
  padding: 0 25px;
  border-right: 1px solid #cbcbcb;
}

.subnavs .sub_ li.cur a {
  color: #0071bd;
}

.subnavs .sub_ ul .li06 {
  border-right: none;
}

/*page*/
/* page-1 start*/
.page {
  font-size: 12px;
  color: #777777;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 55px;
}

.page a,
.page span {
  color: #777777;
  display: inline-block;
  border: 1px solid #ededed;
  padding: 5px 10px;
  vertical-align: middle;
  margin: 0 0 10px -1px;
}

.page .goprev {
  margin-right: 10px;
}

.page .gonext,
.page .count {
  margin-left: 10px;
}

.page i {
  color: #777777;
  display: inline-block;
  padding: 5px 10px;
  vertical-align: middle;
  margin: 0 0 10px -1px;
}

.page a:hover,
.page span {
  color: #fff;
  background: #0081e8;
}

.page span.count {
  border: 0;
  background: 0;
  color: #777777;
}

.album_wrap .slide_wrap img {
  max-height: 70% !important;
}

/*产品定制共有部分*/
.order_cons {
  position: relative;
  overflow: hidden;
  padding: 54px 0;
  background-color: #f9f9f9;
  z-index: 20;
}

.order_cons .part02_l {
  position: relative;
  overflow: hidden;
  width: 62%;
  margin-left: 1%;
}

.order_cons .part02_l .info_ {
  padding-top: 35px;
}

.order_cons .part02_l .info_ .title {
  font-size: 26px;
  color: #272727;
  text-align: left;
}

.order_cons .part02_l .info_ .desc_ {
  font-size: 14px;
  color: #5a5a5a;
  text-align: left;
  margin-top: 10px;
}

.order_cons .part02_l .msg_form {
  position: relative;
  overflow: hidden;
  padding-top: 24px;
}

.order_cons .part02_l .msg_form .rec_list ._rec {
  height: 48px;
  line-height: 48px;
  width: 40%;
  padding-right: 7%;
  margin-right: 3%;
  float: left;
  margin-bottom: 15px;
  background-color: #efefef;
  position: relative;
}

.order_cons .part02_l .msg_form .rec_list ._bd {
  width: 93%;
  padding-right: 7%;
  border: none;
  height: 46px;
  line-height: 46px;
  background-color: #efefef;
  text-indent: 30px;
}

.order_cons .part02_l .msg_form .rec_list ._rec .idsb {
  background: url(../img/idsb_03.png) no-repeat center right;
  width: 20px;
  height: 20px;
  margin-top: 13px;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  position: absolute;
  right: 13px;
  top: 2px;
}

.order_cons .part02_l .msg_form .rec_list ._rec .idsb.idsb01 {
  background-position: 0 -6px;
}

.order_cons .part02_l .msg_form .rec_list ._rec .idsb.idsb02 {
  background-position: -26px -6px;
}

.order_cons .part02_l .msg_form .rec_list ._rec .idsb.idsb03 {
  background-position: 0px -31px;
}

.order_cons .part02_l .msg_form .rec_list ._rec .idsb.idsb04 {
  background-position: -26px -31px;
}

.order_cons .part02_l .msg_form .rec_list ._rec05 ._hd {
  width: 97%;
  border: none;
  padding: 20px 0;
  height: 90px;
  background: #f5f5f5;
  outline: none;
  text-indent: 20px;
  float: left;
}

.order_cons .part02_l .msg_form .btn_list ._btn_msg {
  height: 44px;
  line-height: 44px;
  width: 200px;
  text-align: center;
  background-color: #004197;
  font-size: 14px;
  color: #fff;
  border: none;
  padding: 0;
  margin-top: 8px;
  cursor: pointer;
}

.order_cons .part02_r {
  position: relative;
  padding: 50px 0 126px 30px;
  width: 28%;
  margin-left: 3%;
  background: url(../img/dingzhi_right_03.png) #fff100 no-repeat bottom right;
  float: right;
}

.order_cons .part02_r .cust_ .cust_t {
  margin-bottom: 30px;
}

.order_cons .part02_r .cust_ .cust_t .title {
  font-size: 26px;
  color: #010101;
  text-align: left;
}

.order_cons .part02_r .cust_ .cust_t p {
  font-size: 14px;
  color: #000000;
  text-align: left;
  margin-top: 5px;
}

.order_cons .part02_r .cust_ .cust_c {
  margin-bottom: 20px;
  text-align: left;
  font-size: 16px;
  color: #161616;
}

.order_cons .part02_r .cust_ .cust_c a {
  font-size: 14px;
  color: #020202;
  margin-right: 10px;
}

.order_cons .part02_r .cust_ .cust_b {
  text-align: left;
  font-size: 16px;
  color: #161616;
}

.order_cons .part02_r .cust_ .cust_b a {
  font-size: 14px;
  color: #020202;
}

/*
date 2016-12-16
author zhangjun
*/
/*footer*/
.footer {
  overflow: hidden;
  height: 362px;
  position: relative;
  z-index: 22;
  background: url(../img/footer_bottom_02.jpg) no-repeat center center;
  background-position: 100%;
}

.footer a:hover {
  color: #fff100;
}

.footer .aa {
  height: 300px;
}

.footer .footer_l .mask_footer {
  width: 30%;
  text-align: center;
  border-right: 1px solid #292a38;
}

.footer .footer_l .mask_footer dl {
  margin-bottom: 26px;
  text-align: left;
}

.footer .footer_l .mask_footer dl dt {
  font-size: 18px;
  color: #fff100;
  text-align: left;
  margin-bottom: 28px;
}

.footer .footer_l .mask_footer dl dd {
  font-size: 13px;
  color: #fff;
  text-align: left;
  line-height: 18px;
}

.footer .footer_l {
  width: 75%;
  float: left;
  position: relative;
  overflow: hidden;
  padding-top: 45px;
}

.footer .footer_l dl {
  float: left;
  padding: 0 33px;
  text-align: center;
}

.footer .footer_l dl dt {
  font-size: 18px;
  color: #fff;
  margin-bottom: 24px;
}

.footer .footer_l dl dd {
  font-size: 13px;
  color: #fff;
  line-height: 26px;
  text-align: left;
}

.footer .footer_l .dl1 {
  padding-left: 0 !important;
}

.footer .footer_r {
  width: 21%;
  float: right;
}

.footer .footer_r dl dt {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 12px;
}

.footer .footer_r dl dd {
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  margin: 0 14px;
  float: left;
}

.footer .footer_r dl .dd1 {
  margin-left: 0;
}

.footer .bdsharebuttonbox {
  height: 40px;
  margin-top: 48px;
  width: 72%;
}

.footer .bdsharebuttonbox a {
  width: 36px;
  height: 36px;
  float: none;
  display: inline-block;
  padding: 0;
  background: url(../img/footer_xuebitu_02.png) no-repeat;
  margin-left: 0px;
  border-radius: 30px;
  -webkit-transition: 0s;
  transition: 0s;
}

.footer .bdsharebuttonbox .er_ {
  display: none;
}

.footer .bdsharebuttonbox .bds_tsina {
  background-position: 0 0;
}

.footer .bdsharebuttonbox .bds_sqq {
  background-position: -54px 0;
}

.footer .bdsharebuttonbox .bds_weixin {
  background-position: -109px 0;
}

.footer .bdsharebuttonbox .erweima {
  background-position: -165px 0;
}

.footer .bdsharebuttonbox .bds_tsina:hover {
  background-position: 0 -38px;
}

.footer .bdsharebuttonbox .bds_sqq:hover {
  background-position: -54px -38px;
}

.footer .bdsharebuttonbox .bds_weixin:hover {
  background-position: -109px -38px;
}

.footer .bb {
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #41424e;
}

.footer .bb .bb_l {
  color: #fff;
  font-size: 15px;
}

.footer .bb .bb_r {
  color: #fff;
}

.footer .bb .bb_l span {
  margin: 0 10px;
}

.footer .bb .bb_l b {
  font-weight: normal;
  margin: 0 10px;
}

/*产品定制*/
/*pro_cust--content*/
.product_cust .part01 {
  position: relative;
  padding-top: 70px;
  z-index: 20;
  background-color: #fff;
  padding-bottom: 50px;
}

.product_cust .part01 .job-sear {
  padding: 43px 0 27px 30px;
  border: 10px #ededed solid;
  margin-bottom: 50px;
}

.product_cust .part01 .job-sear .t-pt {
  font-size: 14px;
  color: #5a5a5a;
  font-weight: bold;
  float: left;
  line-height: 32px;
  padding: 0 15px 0 5px;
  text-transform: uppercase;
}

.product_cust .part01 .job-sear .t-area {
  float: left;
  width: 22.5%;
  height: 30px;
  padding-left: 10px;
  line-height: 30px;
  border: 1px solid #eee;
  text-indent: 5px;
  margin-right: 5%;
  background-color: #fff;
}

.product_cust .part01 .job-sear .t-area ._val {
  color: #a9a9a9;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product_cust .part01 .job-sear .t-area ._val b {
  float: right;
  width: 33px;
  height: 30px;
  background: url(../img/job-areaico.gif) no-repeat;
}

.product_cust .part01 .job-sear .t-area ._option {
  top: 30px;
}

.product_cust .part01 .job-sear .t-area ._option a {
  padding-left: 10px;
  background-color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product_cust .part01 .job-sear .sear_input {
  float: left;
  margin-right: 3%;
  width: 25%;
  padding-left: 5px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #eee;
  position: relative;
  background-color: #fff;
}

.product_cust .part01 .job-sear .sear_input input {
  text-indent: 10px;
}

.product_cust .part01 .job-sear .sear_input input[type=text] {
  vertical-align: top;
  border: 0;
  width: 80%;
  height: 16px;
  line-height: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 6px 0;
}

.product_cust .part01 .job-sear ._submit {
  border: 0;
  width: 20%;
  height: 30px;
  line-height: 30px;
  background-color: #0071bd;
  padding: 0;
  float: left;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

.product_cust .part01 .job-sear .sear_input button i {
  display: block;
  width: 100%;
  height: 100%;
}

.product_cust .part01 .job-sear ._submit:hover {
  background-color: #0266b1;
}

.product_cust .part01 .category ._list {
  margin-bottom: 20px;
}

.product_cust .part01 .category ._list span {
  width: 65px;
  font-size: 13px;
  color: #353535;
  font-weight: bold;
}

.product_cust .part01 .category ._list .pro_list {
  float: left;
  width: 92%;
}

.product_cust .part01 .category .sec_list {
  padding-left: 138px;
  display: none;
}

.product_cust .part01 .category .sear {
  line-height: 32px;
}

.product_cust .part01 .category .sear form {
  border: #ececec solid 1px;
}

.product_cust .part01 .category .sear ._txt {
  height: 30px;
  line-height: 30px;
  background: #fff;
  text-indent: 10px;
  border: none;
  width: 200px;
  font-family: "MicroSoft Yahei";
}

.product_cust .part01 .category .sear button {
  margin: 0;
  padding: 0;
  width: 34px;
  height: 36px;
  line-height: 38px;
  background: #ec1b24;
  border: none;
  cursor: pointer;
}

.product_cust .part01 .category .sear button i {
  color: #fff;
  font-size: 24px;
  margin: 0;
  font-weight: normal;
}

.product_cust .part01 .category {
  /*padding: 20px;*/
  margin-bottom: 40px;
}

.product_cust .part01 .category a {
  margin-right: 35px;
  padding-bottom: 10px;
  display: block;
  float: left;
}

.product_cust .part01 .category a i {
  display: inline-block;
  background: url(../img/ic_03.png) no-repeat 0 -17px;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 6px;
}

.product_cust .part01 .category a.active i {
  background-position: 0 0;
}

.product_cust .part01 .bottom {
  padding: 20px 0 0;
}

.product_cust .part01 .bottom ul li {
  position: relative;
  border: 1px solid #eee;
  padding: 0;
  width: 24.25%;
  float: left;
  margin-right: 1%;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product_cust .part01 .bottom ul li:nth-child(4n) {
  margin-right: 0;
}

.product_cust .part01 .bottom ul li .rect-70 {
  overflow: visible;
}

.product_cust .part01 .bottom ul li .mask_ {
  border-top: 1px solid #e7e7e7;
  text-align: center;
}

.product_cust .part01 .bottom ul li .mask_ .title {
  font-size: 16px;
  color: #fff;
  padding: 10px;
  background-color: #0071bd;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product_cust .part01 .bottom ul li .mask_ .p {
  font-size: 14px;
  color: #5a5a5a;
}

.product_cust .part01 .bottom ul li .info_ {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: rgba(255, 241, 0, 0.8);
}

.product_cust .part01 .bottom ul li:hover .info_ {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.product_cust .part01 .bottom ul li .info_ ._mask {
  margin-top: 357px;
  text-align: center;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
}

.product_cust .part01 .bottom ul li .info_ img {
  position: absolute;
  left: 50%;
  margin-top: -34px;
  top: 42%;
  margin-left: -34px;
}

.product_cust .part01 .bottom ul li .info_ ._mask .title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 16px;
}

.product_cust .part01 .bottom ul li .info_ ._mask .p {
  font-size: 14px;
  color: #fff;
}

.product_cust .part01 .bottom ul li:hover .info_ ._mask {
  margin-top: 357px;
  text-align: center;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
}

.product_cust .part01 .bottom ul li:hover .info_ ._mask img {
  position: absolute;
  left: 50%;
  margin-top: -34px;
  top: 42%;
  margin-left: -34px;
}

.product_cust .part01 .bottom ul li:hover .info_ ._mask .title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 16px;
}

.product_cust .part01 .bottom ul li:hover .info_ ._mask .p {
  font-size: 14px;
  color: #fff;
}

.product_cust .part01 .spinner {
  margin-top: 70px;
  width: 100%;
}

.product_cust .part01 .spinner ._down_more .loading {
  width: 20px;
  height: 20px;
  background: url(../img/loading2.gif) no-repeat center;
  display: none;
  background-size: 100% 100%;
  position: absolute;
  left: 75%;
  top: 11px;
}

.product_cust .part01 .spinner ._down_more {
  height: 42px;
  width: 20%;
  position: relative;
  line-height: 42px;
  border: 1px solid #cbcbcb;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: block;
  margin-left: 40%;
}

.product_cust .part01 .spinner ._down_more p {
  margin-left: 20%;
}

.product_cust .part01 .spinner ._down_more .bg_img {
  margin-top: 15px;
  margin-left: 20%;
}

.product_cust .part01 .spinner.cur ._down_more .bg_img {
  display: none;
}

.product_cust .part01 .spinner.cur ._down_more .loading {
  display: inline-block;
}

/*产品综合*/
/*pro_compre--banner*/
.nbanner {
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 700px;
}

.nbanner .bg_img {
  display: block;
  height: 700px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.nbanner .bg_img img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  top: 0;
  height: 100%;
  max-width: none;
}

/*pro_compre--content*/
.product_compre {
  position: relative;
  z-index: 20;
  padding: 68px 0 0;
}

.product_compre .pro01 {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.product_compre .pro01 .idsz {
  position: relative;
  overflow: hidden;
  height: 463px;
}

.product_compre .pro01 .pro_t {
  position: relative;
}

.product_compre .pro01 .pro_t li {
  width: 19.5%;
  margin-right: 0.5%;
  position: relative;
}

.product_compre .pro01 .pro_t li .mask_ {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  background: rgba(38, 72, 107, 0.5);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.product_compre .pro01 .pro_t li .mask_ img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
}

.product_compre .pro01 .pro_t li:hover .mask_ {
  top: 0;
}

.product_compre .pro01 .pro_t li .info_ {
  height: 108px;
  text-align: center;
  position: relative;
  background-color: #abd1ff;
}

.product_compre .pro01 .pro_t li .info_ .title {
  font-size: 21px;
  color: #ffffff;
  font-weight: normal;
  position: relative;
  line-height: 108px;
}

.product_compre .pro01 .pro_t li .info_ ._info {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  height: 100%;
  background-color: #fff100;
  text-align: center;
}

.product_compre .pro01 .pro_t li .info_ ._info .word {
  font-size: 21px;
  color: #000;
  font-weight: normal;
  margin-top: 25px;
}

.product_compre .pro01 .pro_t li .info_ ._info p {
  color: #000;
  line-height: 14px;
  margin: 0 6%;
  text-align: center;
  font-size: 8px;
}

/*2016-12-20 9:30 zhangjun*/
/*产品循环问题*/
.product_compre .pro01 .pro_t li:hover .info_ ._info {
  top: 0;
}

.product_compre .pro01 .pro_t li.li01 {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.product_compre .pro01 .pro_t li.li02 {
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
}

.product_compre .pro01 .pro_t li.li03 {
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
}

.product_compre .pro01 .pro_t li.li04 {
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
}

.product_compre .pro01 .pro_t li.li05 {
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
}

.product_compre .pro01 .pro_t li.li01 .info_ {
  background-color: #abd1ff;
}

.product_compre .pro01 .pro_t li.li02 .info_ {
  background: rgba(134, 184, 243, 0.8);
}

.product_compre .pro01 .pro_t li.li03 .info_ {
  background: rgba(46, 106, 173, 0.8);
}

.product_compre .pro01 .pro_t li.li04 .info_ {
  background: rgba(25, 94, 175, 0.8);
}

.product_compre .pro01 .pro_t li.li05 .info_ {
  background: rgba(1, 73, 157, 0.8);
}

.product_compre .pro01 .pro_t li .info_ ._info p img {
  margin-top: 10px;
}

/*2016-12-20 09:30 zhangjun*/
/*以下是删除的部分 start*/
/*以下是删除的部分 end*/
.product_compre .pro02 {
  position: relative;
  z-index: 20;
  overflow: hidden;
  padding-top: 66px;
  background-color: #fff;
}

.product_compre .biaoti {
  padding: 0 0 50px;
}

.product_compre .biaoti .title {
  font-size: 34px;
  color: #000000;
  text-align: center;
  margin-bottom: 6.5px;
  font-weight: normal;
}

.product_compre .biaoti p {
  font-size: 12px;
  color: #000;
}

.product_compre .pro02 .pro02_l {
  width: 48%;
  overflow: hidden;
  height: 632px;
  background: url(../img/chanpin_d1_03.png) no-repeat center center;
  background-position: 100%;
  position: relative;
}

.product_compre .pro02 .pro02_l .pro02_ {
  width: 80%;
  margin: 75px 10% 25px 10%;
}

.product_compre .pro02 .pro02_l .pro02_ .rect-75 {
  overflow: visible;
}

.product_compre .pro02 .pro02_l .pro02_ .rect-70 {
  overflow: visible;
}

.product_compre .pro02 .pro02_l .pro02_ span {
  font-size: 19px;
  color: #fff;
  font-weight: normal;
  text-align: left;
  display: inline-block;
  *display: inline-block;
  *zoom: 1;
}

.product_compre .pro02 .pro02_l .pro02_ .title {
  font-size: 30px;
  color: #fff;
  text-align: left;
  margin: 17px 0 7px 0;
}

.product_compre .pro02 .pro02_l .pro02_ p {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: left;
}

.product_compre .pro02 .pro02_l .bg_img {
  margin-top: 20px;
}

.product_compre .pro02 .pro02_l .deng {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(38, 72, 107, 0.7);
}

.product_compre .pro02 .pro02_r {
  width: 52%;
  overflow: hidden;
}

.product_compre .pro02 .pro02_r .pro02_t {
  width: 100%;
  overflow: hidden;
  height: 316px;
  background: url(../img/chan_d2_03.png) no-repeat center center;
  background-position: 100%;
  position: relative;
}

.product_compre .pro02 .pro02_r .pro02_t .pro02_ {
  width: 85%;
  margin: 50px 5% 25px 10%;
}

.product_compre .pro02 .pro02_r .pro02_t .pro02_ .rect-35 {
  overflow: visible;
}

.product_compre .pro02 .pro02_r .pro02_t .pro02_ .pro02_t_ {
  width: 38%;
}

.product_compre .pro02 .pro02_r .pro02_t .pro02_ .pro02_t_ span {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  text-align: left;
  display: inline-block;
  *display: inline-block;
  *zoom: 1;
}

.product_compre .pro02 .pro02_r .pro02_t .pro02_ .pro02_t_ .title {
  font-size: 26px;
  color: #fff;
  text-align: left;
  margin: 10px 0 3px 0;
}

.product_compre .pro02 .pro02_r .pro02_t .pro02_ .pro02_t_ p {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  line-height: 26px;
  text-align: left;
}

.product_compre .pro02 .pro02_r .pro02_t .pro02_ .bg_img {
  width: 62%;
}

.product_compre .pro02 .pro02_r .pro02_b {
  width: 100%;
  overflow: hidden;
  height: 316px;
  background: url(../img/chan_d2_03.png) no-repeat center center;
  background-position: 100%;
  position: relative;
}

.product_compre .pro02 .pro02_r .pro02_b .pro02_ {
  width: 85%;
  margin: 50px 5% 25px 10%;
}

.product_compre .pro02 .pro02_r .pro02_b .pro02_ .rect-35 {
  overflow: visible;
}

.product_compre .pro02 .pro02_r .pro02_b .pro02_ .pro02_t_ {
  width: 38%;
}

.product_compre .pro02 .pro02_r .pro02_b .pro02_ .pro02_t_ span {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  text-align: left;
  display: inline-block;
  *display: inline-block;
  *zoom: 1;
}

.product_compre .pro02 .pro02_r .pro02_b .pro02_ .pro02_t_ .title {
  font-size: 26px;
  color: #fff;
  text-align: left;
  margin: 10px 0 3px 0;
}

.product_compre .pro02 .pro02_r .pro02_b .pro02_ .pro02_t_ p {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  line-height: 26px;
  text-align: left;
}

.product_compre .pro02 .pro02_r .pro02_b .pro02_ .bg_img {
  width: 62%;
}

.product_compre .pro03 {
  background-color: #fff;
  z-index: 20;
  position: relative;
  overflow: hidden;
  padding-top: 66px;
  padding-bottom: 64px;
}

.product_compre .pro03 .pro03_ {
  position: relative;
  overflow: hidden;
}

.product_compre .pro03 .pro03_ li {
  position: relative;
  overflow: hidden;
}

.product_compre .pro03 .pro03_ .mask_ {
  position: relative;
  overflow: hidden;
  height: 194px;
  padding: 0 50px 0 30px;
}

.product_compre .pro03 .pro03_ .mask_ .h_icon {
  background: url(../img/pro03_xuebitu_03.png) no-repeat;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-top: 50px;
  display: inline-block;
  *display: inline-block;
}

.product_compre .pro03 .pro03_ .mask_ .h_icon.h1_icon {
  background-position: 0 0;
}

.product_compre .pro03 .pro03_ .mask_ .h_icon.h2_icon {
  background-position: -98px 0;
}

.product_compre .pro03 .pro03_ .mask_ .h_icon.h3_icon {
  background-position: -197px 0;
}

.product_compre .pro03 .pro03_ .mask_ span {
  color: #292b30;
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
  display: block;
}

.product_compre .pro03 .pro03_ .mask_ p {
  font-size: 14px;
  color: #8d8d8d;
  text-align: left;
  margin-bottom: 17px;
}

.product_compre .pro03 .pro03_ .mask_ .b {
  width: 42px;
  height: 1px;
  float: left;
  background: #000;
}

.product_compre .pro03 .pro03_ .info_ {
  position: relative;
  overflow: hidden;
  height: 194px;
  padding: 0 50px 0 30px;
  border-bottom: 1px solid #ededed;
  margin-top: -2px;
}

.product_compre .pro03 .pro03_ .info_ .info_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.product_compre .pro03 .pro03_ .info_ .info_wrap p {
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
  line-height: 26px;
  margin: 0 50px 0 30px;
  margin-top: 30px;
}

.product_compre .pro03 .pro03_ .info_ .p {
  font-size: 14px;
  color: #5a5a5a;
  margin-top: 30px;
  line-height: 26px;
}

.product_compre .pro03 .pro03_ li:hover .mask_ {
  background-color: #0071bd;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.product_compre .pro03 .pro03_ li:hover .mask_ .h_icon.h1_icon {
  background-position: 0 -70px;
}

.product_compre .pro03 .pro03_ li:hover .mask_ .h_icon.h2_icon {
  background-position: -98px -70px;
}

.product_compre .pro03 .pro03_ li:hover .mask_ .h_icon.h3_icon {
  background-position: -197px -70px;
}

.product_compre .pro03 .pro03_ li:hover .mask_ .h_icon.h1_icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.product_compre .pro03 .pro03_ li:hover .mask_ .h_icon.h2_icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.product_compre .pro03 .pro03_ li:hover .mask_ .h_icon.h3_icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.product_compre .pro03 .pro03_ li:hover .mask_ span {
  color: #fff;
}

.product_compre .pro03 .pro03_ li:hover .mask_ p {
  color: #fff;
}

.product_compre .pro03 .pro03_ li:hover .mask_ .b {
  background-color: #fff;
}

.product_compre .pro03 .pro03_ li:hover .info_ .info_wrap {
  top: 0;
}

.product_compre .pro03 .pro03_ li:hover .info_ .p {
  color: #fff;
}

/*pro_compre--floatR*/
.floatR {
  position: fixed;
  bottom: 50%;
  right: 2%;
  margin-bottom: -100px;
  z-index: 99;
}

.floatR ul {
  width: 56px;
}

.floatR li {
  height: 52px;
  position: relative;
  margin-bottom: 2px;
  width: 56px;
  background-color: #6a6a6c;
  overflow: hidden;
}

.floatR ul .li01 {
  background-color: #fffc00;
}

.floatR ._ico {
  position: relative;
  display: block;
  background: url(../img/icon2_03.png) no-repeat;
  height: 100%;
}

.floatR ._ico1 {
  background-position: 6px 20px;
}

.floatR ._ico2 {
  background-position: 8px -23px;
}

.floatR ._ico3 {
  background-position: 15px -62px;
}

.floatR ._ico4 {
  background-position: 6px -100px;
}

.floatR ._ico5 {
  background-position: 6px -142px;
}

.floatR ._text {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 100%;
  overflow: hidden;
  color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: #0071bd;
  text-align: center;
}

.floatR li:hover ._text {
  top: 0;
}

/*产品详情*/
/*pro_detail--banner*/
.obanner {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 730px;
}

.obanner .bg_img {
  display: block;
  height: 730px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.obanner .bg_img img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  top: 0;
  height: 100%;
  max-width: none;
}

/*pro_detail--content*/
.product_detail .detail_posi {
  position: relative;
  z-index: 20;
  padding-top: 70px;
}

.product_detail .detail_posi .detail_l {
  width: 35%;
  margin: 0 2%;
}

.product_detail .detail_posi .detail_l .content {
  padding: 100px 0 0;
}

.product_detail .detail_posi .detail_l .content .title {
  text-align: left;
  font-size: 38px;
  color: #000;
  margin-bottom: 10px;
}

.product_detail .detail_posi .detail_l .content span {
  font-size: 20px;
  color: #000;
  text-align: left;
}

.product_detail .detail_posi .detail_l .content .p {
  padding-top: 10px;
  padding-bottom: 30px;
}

.product_detail .detail_posi .detail_l .content .p li {
  background: url(../img/pro_detail.span_03.png) no-repeat center left;
}

.product_detail .detail_posi .detail_l .content .p li p {
  font-size: 14px;
  color: #434343;
  line-height: 27px;
  text-indent: 15px;
}

/*pro_detail--数字滚动*/
.product_detail .detail_posi .detail_l .part1_main {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product_detail .detail_posi .detail_l .part1_main li {
  padding: 0 20px;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.product_detail .detail_posi .detail_l .part1_main ul .li01 {
  padding-left: 0;
}

/*.product_detail .detail_posi .detail_l .part1_main ul .li01:after{
    content: '';position: absolute;right: 0;top:17px;width:1px;height: 46px;
    background-color: #d8d8d8;
}*/
.product_detail .detail_posi .detail_l .part1_main ul .li03 {
  padding-right: 0;
}

/*.product_detail .detail_posi .detail_l .part1_main ul .li03:before{
    content: '';position: absolute;left:0;top:17px;width:1px;height: 46px; background-color: #d8d8d8;
}*/
.product_detail .detail_posi .detail_l .part1_main .number {
  font-size: 30px;
  color: #0266b1;
  /*font-weight:bolder;*/
  line-height: 45px;
  display: block;
  margin-bottom: 10px;
  /*font-family: 'Impact';*/
}

.product_detail .detail_posi .detail_l .part1_main b {
  font-size: 30px;
  color: #0266b1;
  font-weight: normal;
  position: absolute;
  right: 30px;
  top: -2px;
  /* font-family: 'Impact'*/
}

.product_detail .detail_posi .detail_l .part1_main .li03 b {
  font-size: 30px;
  color: #0266b1;
  /*font-weight: bolder;*/
  /*position: absolute;*/
  right: 0px;
  top: -2px;
  /* font-family: 'Impact'*/
}

.product_detail .detail_posi .detail_l .part1_main .more {
  background-color: #f5f5f4;
}

.product_detail .detail_posi .detail_l .part1_main .num_title {
  font-size: 15px;
  color: #000;
  font-weight: normal;
}

.product_detail .detail_posi .detail_l .part1_main .top_number em {
  color: #0266b1;
  font-weight: bolder;
  font-size: 40px;
  line-height: 38px;
}

.product_detail .detail_posi .detail_l .part1_main .top_number span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.product_detail .detail_posi .detail_r {
  position: relative;
  width: 53%;
  margin: 0 4%;
  height: 530px;
  overflow: hidden;
  -webkit-transition: 0.9s all;
  transition: 0.9s all;
  margin-top: 50px;
}

.product_detail .detail_posi .detail_r ul li {
  display: block;
  height: auto;
  text-align: center;
  overflow: hidden;
}

.product_detail .detail_posi .detail_r ul li .rect-84 {
  overflow: visible;
}

/*.product_detail .detail_posi .detail_r ul li img{
    display:inline-block; max-width:none; width:auto;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -265px;
}*/
.product_detail .detail_posi .detail_r ul li ._mask {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url(../img/dingzhi_xiao_03.png) center center no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
  cursor: pointer;
}

.product_detail .detail_posi .x_arrs {
  position: absolute;
  top: 40%;
  margin-top: 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: url(../img/iarr_06.png) 0px -51px no-repeat;
  z-index: 3;
}

.product_detail .detail_posi .x_prev {
  left: 0;
  background-position: left top;
}

.product_detail .detail_posi .x_next {
  right: 0;
  background-position: right top;
}

.pqcl_pro_info {
  position: relative;
  z-index: 20;
}

.pqcl_pro_info .pro_info_titbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #1a77be;
  z-index: -1;
}

.pqcl_pro_info .pro_info {
  position: relative;
}

.pqcl_pro_info .pro_info .sub_er {
  position: relative;
}

.pqcl_pro_info .pro_info .sub_er ul li {
  float: left;
  width: 14%;
  padding: 0 1%;
  height: 100px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding-top: 20px;
  cursor: pointer;
}

.pqcl_pro_info .pro_info .sub_er ul .li05 {
  float: left;
  width: 14%;
  padding: 0 1%;
  height: 100px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding-top: 20px;
  cursor: pointer;
}

.pqcl_pro_info .pro_info .sub_er ul .li05:hover {
  background-color: #0151a5;
}

.pqcl_pro_info .pro_info .sub_er ul .li06:hover {
  background-color: #0151a5;
}

.pqcl_pro_info .pro_info .sub_er ul .li07:hover {
  background-color: #0151a5;
}

.pqcl_pro_info .pro_info .sub_er ul .li06 {
  float: left;
  width: 14%;
  padding: 0 1%;
  height: 100px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding-top: 20px;
  cursor: pointer;
}

.pqcl_pro_info .pro_info .sub_er ul .li07 {
  float: left;
  width: 14%;
  padding: 0 1%;
  height: 100px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding-top: 20px;
  cursor: pointer;
}

.pqcl_pro_info .pro_info .sub_er ul li:hover {
  background-color: #0151a5;
}

.pqcl_pro_info .pro_info .sub_er ul li.on {
  background-color: #0151a5;
}

.pqcl_pro_info .pro_info .sub_er ul li .pro_icon.pro_icon1 {
  background-position: 0 0;
}

.pqcl_pro_info .pro_info .sub_er ul li .pro_icon.pro_icon2 {
  background-position: -43px 0;
}

.pqcl_pro_info .pro_info .sub_er ul li .pro_icon.pro_icon3 {
  background-position: -92px 0;
}

.pqcl_pro_info .pro_info .sub_er ul li .pro_icon.pro_icon4 {
  background-position: -140px 0;
}

.pqcl_pro_info .pro_info .sub_er ul .li05 .pro_icon.pro_icon5 {
  background-position: -183px 0;
}

.pqcl_pro_info .pro_info .sub_er ul .li06 .pro_icon.pro_icon6 {
  background-position: -227px 0;
}

.pqcl_pro_info .pro_info .sub_er ul .li07 .pro_icon.pro_icon {
  background-position: -308px 0;
}

.pqcl_pro_info .pro_info .sub_er ul .li05 .pro_icon {
  display: inline-block;
  width: 45px;
  height: 43px;
  white-space: nowrap;
  letter-spacing: -1em;
  text-indent: -99em;
  color: transparent;
  background: url(../images/bab_index_03.png);
}

.pqcl_pro_info .pro_info .sub_er ul .li06 .pro_icon {
  display: inline-block;
  width: 45px;
  height: 43px;
  white-space: nowrap;
  letter-spacing: -1em;
  text-indent: -99em;
  color: transparent;
  background: url(../images/bab_index_03.png);
}

.pqcl_pro_info .pro_info .sub_er ul .li07 .pro_icon {
  display: inline-block;
  width: 45px;
  height: 43px;
  white-space: nowrap;
  letter-spacing: -1em;
  text-indent: -99em;
  color: transparent;
  background: url(../images/bab_index_03.png);
}

.pqcl_pro_info .pro_info .sub_er ul li .pro_icon {
  display: inline-block;
  width: 45px;
  height: 43px;
  white-space: nowrap;
  letter-spacing: -1em;
  text-indent: -99em;
  color: transparent;
  background: url(../images/bab_index_03.png);
}

/*2016-12-18 ysl*/
/*header*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
}

.header .tops.top_fixed {
  background: rgba(0, 113, 189, 0.85);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D900489D, endColorstr=#D900489D);
}

.header .top01 {
  padding-top: 15px;
}

.header .company ._hd {
  cursor: pointer;
  font-size: 12px;
  color: #828282;
}

.header .order_cons_wrap {
  z-index: 29;
}

.header .top02 ._pro_order_box {
  padding-bottom: 41px;
}

.header .order_cons {
  padding-top: 0;
}

.header .order_cons .close {
  display: block;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 17px;
  height: 17px;
  background-image: url(../img/black_close.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.tops.top_fixed .top01 {
  display: none;
}

.header .tops.top_fixed .top02 ._pro_order_box {
  padding-bottom: 19px;
}

.header .tops.top_fixed .logo {
  margin-top: 20px;
}

.header .tops.top_fixed .logo > a {
  width: 172px;
  height: 37px;
  background-image: url(../images/logo1.png);
}

.header ._drop_box {
  z-index: 30;
}

.tops.top_fixed .page_nav .nav_li > a {
  padding-bottom: 20px;
  padding-top: 22px;
}

/*header*/
/*header-产品与服务搜索*/
.header .top02 ._search_box.show_box ._search_btn {
  background-image: url(../img/Hdft03b.png);
}

.header .search_form_wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}

.header .serv_ser {
  padding: 45px 0 40px;
}

.header .serv_ser .t-area {
  float: left;
  margin-left: 20%;
  width: 16.6%;
  height: 36px;
  padding-left: 10px;
  line-height: 36px;
  border: 1px solid #eee;
  text-indent: 5px;
  background-color: #fff;
}

.header .serv_ser .t-area ._val {
  color: #a9a9a9;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.header .serv_ser .t-area ._val b {
  float: right;
  width: 43px;
  height: 38px;
  background: url(../img/Hdft06.png) center center no-repeat;
}

.header .serv_ser .t-area ._option {
  top: 36px;
}

.header .serv_ser .t-area ._option a {
  padding-left: 10px;
  background-color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header .serv_ser .sear_input {
  float: left;
  width: 36.6%;
  padding-left: 5px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #eee;
  position: relative;
  background-color: #fff;
}

.header .serv_ser .sear_input input {
  text-indent: 10px;
}

.header .serv_ser .sear_input input[type=text] {
  vertical-align: top;
  border: 0;
  width: 80%;
  height: 22px;
  line-height: 22px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 6px 0;
}

.header .serv_ser button[type=submit] {
  border: 0;
  width: 9%;
  height: 38px;
  line-height: 30px;
  background-color: #0071bd;
  padding: 0;
  float: left;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

.header .serv_ser button[type=submit]:hover {
  background-color: #0266b1;
}

/*下层通用*/
.channel_content {
  position: relative;
  z-index: 10;
  min-height: 300px;
  background-color: #ffffff;
}

/*2016-12-19-10:09 zhangjun*/
/*产品详情*/
.ps_sections {
  position: relative;
  overflow: hidden;
  z-index: 20;
}

.ps_sections01 {
  background: url(../img/ps_sections01_02.png) no-repeat center center;
  height: 275px;
}

.ps_sections ._mask {
  padding-top: 30px;
  padding-bottom: 224px;
}

.ps_sections02 {
  background-color: #f4f4f4;
}

.ps_sections03 {
  background-color: #f4f4f4;
  padding-bottom: 65px;
}

.ps_sections04 {
  background-color: #f4f4f4;
  padding-bottom: 65px;
}

.ps_sections04 ul li {
  width: 48%;
  float: left;
  line-height: 32px;
  border-bottom: 1px dashed;
  margin-right: 2%;
  /*list-style-type: disc;
    list-style-position: inside;*/
  margin-top: 10px;
}

/*.ps_sections04 ul li a{margin-left: -25px;}*/
.ps_sections04 ul li span {
  float: right;
}

.ps_sections .biaoti_ {
  padding-top: 60px;
}

.ps_sections .biaoti_ .title {
  font-size: 26px;
  color: #000;
  text-align: left;
  font-weight: bolder;
}

.ps_sections .biaoti_ .desc_ {
  font-size: 18px;
  color: #555;
  text-align: left;
  margin-top: 15px;
  margin-top: 5px;
}

.ps_sections .sec_bd {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}

.ps_sections .sec_bd .pselect {
  height: 43px;
  overflow: hidden;
  position: relative;
  float: left;
  width: 22%;
}

.ps_sections .sec_bd .pselect .ms {
  position: absolute;
  left: 7px;
  top: 12px;
  z-index: 10;
}

.ps_sections .pselect .c_select {
  display: block;
  width: 100%;
  background-color: #eee;
  height: 41px;
  line-height: 41px;
  border-radius: 0 !important;
  border: none;
}

.ps_sections .pselect .c_select ._txt {
  padding-right: 36px;
  padding-left: 20px;
}

.ps_sections .pselect .c_select ._arrow {
  width: 33px;
}

.ps_sections .pselect .c_select ._arrow .arr {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../img/ico.png) -40px 0 no-repeat;
  border: none;
}

.ps_sections .pselect .c_select.on ._arrow .arr {
  background-position: -60px 0;
}

.ps_sections .select-ui-options-ncb {
  border-color: #ddd !important;
  background-color: #fff;
  overflow: auto;
  max-height: 11em;
  width: 344px\9;
}

.ps_sections .select-ui-options li {
  padding: 6px;
  line-height: 1.8em;
  width: 96%;
}

.ps_sections .select-ui-options li:hover {
  background: #018a5e;
  color: #fff;
}

.ps_sections .select-ui-options-ncb ._disabled {
  display: none;
}

.ps_sections .nInput {
  display: block;
  height: 39px;
  border: #ddd 1px solid;
  padding: 0 20px;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #fff;
}

.ps_sections .nInput input {
  width: 100%;
  height: 19px;
  line-height: 19px;
  padding: 10px 0;
  vertical-align: top;
  border-width: 0;
  font-family: "Microsoft Yahei";
}

.ps_sections .nBtn {
  overflow: hidden;
  float: left;
  width: 117px;
}

.ps_sections .nBtn a {
  display: block;
  width: 100%;
  height: 43px;
  line-height: 43px;
  background-color: #0151a5;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.ps_sections03 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.ps_sections03 .biaoti_ {
  padding: 50px 0 35px;
}

.ps_sections03 .biaoti_ .title {
  font-size: 26px;
  color: #000;
  text-align: left;
  font-weight: bolder;
}

.ps_sections03 .sg_list,
.ps_sections03 .sg_list1 {
  height: auto;
  overflow: hidden;
  position: relative;
}

.ps_sections03 .sg_list ul li,
.ps_sections03 .sg_list1 ul li {
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ps_sections03 .sg_list1 ul li {
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ps_sections03 .sg_list ul li ._mask,
.ps_sections03 .sg_list1 ul li ._mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  background: url(../img/black777_03.png) repeat;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.ps_sections03 .sg_list ul li ._mask img,
.ps_sections03 .sg_list1 ul li ._mask img {
  position: absolute;
  left: 50%;
  top: 28%;
  margin-left: -24px;
  margin-top: -24px;
}

.ps_sections03 .sg_list ul li:hover ._mask,
.ps_sections03 .sg_list1 ul li:hover ._mask {
  top: 0;
}

.ps_sections03 .sg_list ul li .info_,
.ps_sections03 .sg_list1 ul li .info_ {
  height: 38px;
  background-color: #ecf1f4;
  line-height: 38px;
}

.ps_sections03 .sg_prev {
  left: 10px;
  background-position: left bottom;
}

.ps_sections03 .sg_arrs {
  position: absolute;
  top: 53%;
  margin-top: -25.5px;
  width: 37px;
  height: 71px;
  overflow: hidden;
  background: url(../img/iarr.png) 0px -71px no-repeat;
  z-index: 3;
}

.ps_sections03 .sg_next {
  right: 10px;
  background-position: right bottom;
}

.ps_sections03 .sg_prev:hover {
  background-position: left top;
}

.ps_sections03 .sg_next:hover {
  background-position: right top;
}

/*2016-12-19 09:18 ysl*/
/*header*/
.page_nav .nav_li > a:hover {
  color: #fff100;
}

.mobile_key:hover {
  color: #0071bd;
}

.mobile_key {
  display: none;
  color: #0071bd;
}

/*下层通用*/
/*右侧漂浮*/
.floatR {
  right: 0;
  z-index: 49;
}

.floatR ._text {
  padding-top: 5px;
}

.float_order_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}

.float_order_box.show {
  display: block;
}

.float_order_box .float_roder_con {
  position: relative;
  top: 20%;
  margin: 0 auto;
  padding: 30px 3% 0 1%;
  width: 91%;
  background-color: #ffffff;
  border-radius: 5px;
}

.float_order_box .close_btn {
  display: block;
  position: absolute;
  top: 0px;
  right: 10px;
  font: 700 1.5em/20px Tahoma;
  padding: .5em;
}

.float_order_box .close_btn:hover {
  color: #fff100;
}

.float_order_box .job-sear {
  padding: 43px 0 27px 30px;
  border: 10px #ededed solid;
  margin-bottom: 50px;
}

.float_order_box .job-sear .t-pt {
  font-size: 14px;
  color: #5a5a5a;
  font-weight: bold;
  float: left;
  line-height: 32px;
  padding: 0 15px 0 5px;
  text-transform: uppercase;
}

.float_order_box .job-sear .t-area {
  float: left;
  width: 22.5%;
  height: 30px;
  padding-left: 10px;
  line-height: 30px;
  border: 1px solid #eee;
  text-indent: 5px;
  margin-right: 5%;
  background-color: #fff;
}

.float_order_box .job-sear .t-area ._val {
  color: #a9a9a9;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.float_order_box .job-sear .t-area ._val b {
  float: right;
  width: 33px;
  height: 30px;
  background: url(../img/job-areaico.gif) no-repeat;
}

.float_order_box .job-sear .t-area ._option {
  top: 30px;
}

.float_order_box .job-sear .t-area ._option a {
  padding-left: 10px;
  background-color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.float_order_box .job-sear .sear_input {
  float: left;
  margin-right: 3%;
  width: 25%;
  padding-left: 5px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #eee;
  position: relative;
  background-color: #fff;
}

.float_order_box .job-sear .sear_input input {
  text-indent: 10px;
}

.float_order_box .job-sear .sear_input input[type=text] {
  vertical-align: top;
  border: 0;
  width: 80%;
  height: 16px;
  line-height: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 6px 0;
}

.float_order_box .job-sear ._submit {
  border: 0;
  width: 20%;
  height: 30px;
  line-height: 30px;
  background-color: #0071bd;
  padding: 0;
  float: left;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

.float_order_box .job-sear .sear_input button i {
  display: block;
  width: 100%;
  height: 100%;
}

.float_order_box .job-sear button ._submit:hover {
  background-color: #0266b1;
}

.float_order_box .category ._list {
  margin-bottom: 20px;
}

.float_order_box .category ._list span {
  width: 65px;
  font-size: 13px;
  color: #353535;
  font-weight: bold;
}

.float_order_box .category ._list .pro_list {
  float: left;
  width: 92%;
}

.float_order_box .category .sec_list {
  padding-left: 138px;
  display: none;
}

.float_order_box .category .sear {
  line-height: 32px;
}

.float_order_box .category .sear form {
  border: #ececec solid 1px;
}

.float_order_box .category .sear ._txt {
  height: 30px;
  line-height: 30px;
  background: #fff;
  text-indent: 10px;
  border: none;
  width: 200px;
  font-family: "MicroSoft Yahei";
}

.float_order_box .category .sear button {
  margin: 0;
  padding: 0;
  width: 34px;
  height: 36px;
  line-height: 38px;
  background: #ec1b24;
  border: none;
  cursor: pointer;
}

.float_order_box .category .sear button i {
  color: #fff;
  font-size: 24px;
  margin: 0;
  font-weight: normal;
}

.float_order_box .category {
  padding: 20px 20px 10px 20px;
}

.float_order_box .category a {
  margin-right: 35px;
  padding-bottom: 10px;
  display: block;
  float: left;
}

.float_order_box .category a i {
  display: inline-block;
  background: url(../img/ic_03.png) no-repeat 0 -17px;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 6px;
}

.float_order_box .category a.active i {
  background-position: 0 0;
}

/*产品综合*/
.channel_content.product_compre {
  background-color: transparent;
}

/*产品详情*/
.channel_content.product_detail {
  background-color: transparent;
}

.product_detail .detail_posi {
  overflow: hidden;
}

.pqcl_pro_info {
  min-height: 500px;
  background-color: #ffffff;
}

/*2016-12-19 2:00; zhangjun*/
/*新闻列表*/
.news_list {
  position: relative;
  overflow: hidden;
  padding: 60px 0 50px;
  background-color: #fff;
  z-index: 20;
}

.news_list .news-top {
  position: relative;
  overflow: hidden;
}

.news_list .news-top .news-hot {
  /*width: 72%;*/
  background-color: #efefef;
}

.news_list .news-top .news-hot .img_bg {
  width: 50%;
  float: left;
}

.news_list .news-top .news-hot .news_hot_ {
  width: 30%;
  float: left;
}

.news_list .news-top .news-hot .news_hot_ {
  padding: 58px 10%;
}

.news_list .news-top .news-hot .news_hot_ ._title {
  font-size: 28px;
  color: #0071bd;
  font-weight: normal;
  text-align: left;
}

.news_list .news-top .news-hot .news_hot_ ._sum {
  line-height: 24px;
  max-height: 72px;
  *height: 72px;
  overflow: hidden;
  margin-bottom: 15px;
  color: #595757;
  font-size: 14px;
  margin-top: 20px;
}

.news_list .news-top .news-hot .news_hot_ .more_ {
  margin-top: 50;
}

.news_list .news-top .news-hot .news_hot_ .more_ span {
  display: inline-block;
  *display: inline-block;
  margin-right: 44px;
  color: #cacaca;
}

.news_list .news-top .news-hot .news_hot_ .more_ span i {
  margin-right: 10px;
  margin-bottom: 3px;
}

.news_list .news-top .news-hot .news_hot_ .more_ b {
  color: #cacaca;
  font-weight: normal;
}

.news_list .news-top .news-hot .news_hot_ .more_ b i {
  margin-right: 10px;
}

.news_list .news-top .news-hot ._more {
  display: block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #0b9be9;
  color: #0b9be9;
  text-indent: 20px;
  position: relative;
  margin-left: 223px;
}

.news_list .news-top .news-hot ._more .ion {
  position: absolute;
  right: 10px;
}

.news_list .news-top .news-hot ._more:hover {
  background: #0b9be9;
  color: #fff;
}

.news_list .news_r {
  width: 24%;
  float: right;
  border: 12px solid #efefef;
  margin-left: 2%;
}

.news_list .news_sarch {
  background-color: #fff;
  margin: 20px 10% 20px 10%;
}

.news_list .news_sarch .select_box1 {
  background: #fff;
  height: 32px;
  line-height: 32px;
  width: 99%;
  border: 1px solid #e0e0e0;
  margin-bottom: 14px;
}

.news_list .news_sarch .select_box2 {
  border: 1px solid #e0e0e0;
  margin-bottom: 14px;
  width: 99%;
  margin-right: 2%;
  background: #fff;
  height: 32px;
  line-height: 32px;
  float: left;
}

.news_list .news_sarch .select_box3 {
  border: 1px solid #e0e0e0;
  margin-bottom: 14px;
  width: 47%;
  margin-left: 2%;
  background: #fff;
  height: 32px;
  line-height: 32px;
  float: left;
}

.news_list .news_list .news_sarch .select_box3 {
  border: 1px solid #e0e0e0;
  margin-bottom: 14px;
  width: 46%;
  margin-left: 2%;
  background: #fff;
  height: 32px;
  line-height: 32px;
  float: right;
}

.news_list .news_r .key {
  width: 94.5%;
  height: 32px;
  line-height: 32px;
  padding-left: 4%;
  font-size: 13px;
  border: 1px solid #dddddd;
}

.news_list .news_sarch .title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-right: 40px;
  line-height: 36px;
  height: 36px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-bottom: 12px;
}

.news_list .news_sarch .select-ui-choose-default {
  background-color: #fff;
  height: 32px;
  line-height: 32px;
  border: 1px solid #e0e0e0;
}

.news_list .news_sarch .select-ui-choose-default ._txt {
  padding-left: 12px;
  padding-right: 50px;
}

.news_list .news_sarch .select-ui-choose-default ._arrow .arr {
  border-color: #b8b8b8 transparent transparent;
  margin-left: 36%;
}

.news_list .news_sarch .select-ui-choose-default.on ._arrow .arr {
  border-color: transparent transparent #3a87d3;
}

.news_list .news_sarch .select-ui-choose-default ._arrow {
  width: 40px;
  background: #f3f3f3;
}

body .select-ui-options-default-bottom {
  border-radius: 0px;
  border: none;
  background-color: #f0f0f0;
}

body .select-ui-options-default li:hover {
  background: #c8c8c8;
}

.news_list .news_sarch .seach_box {
  border: 1px solid #cdcdcd;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 19%;
  color: #bababa;
}

.news_list .news_sarch .seach_box input {
  border: none;
  width: 100%;
}

.news_list .news_sarch .seach_box .input_box {
  padding: 0px 16px;
  display: block;
}

.news_list .news_sarch .seach_btn {
  border: none;
  background: #fff100;
  width: 99%;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  outline: none;
  color: #000;
  margin-top: 20px;
}

.news_list .news_sarch .seach_btn:hover {
  cursor: pointer;
}

.nl_list {
  margin-bottom: 0;
}

.nl_list li {
  clear: both;
  overflow: hidden;
  padding: 40px 54px 54px 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}

.nl_list ._date1 {
  width: 22%;
  float: left;
  position: relative;
  z-index: 20;
}

.nl_list ._date1 ._mask {
  width: 138px;
  height: 82px;
  background: rgba(83, 120, 155, 0.6);
  z-index: 30;
  position: absolute;
  right: 0;
  bottom: 0;
}

.nl_list ._date1 ._mask span {
  font-size: 16px;
  color: #fff;
  text-align: right;
  display: block;
  margin-right: 14px;
  margin-top: 10px;
}

.nl_list ._date1 ._mask i {
  font-size: 37px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  display: block;
  margin-top: -15px;
}

.nl_list ._intro {
  overflow: hidden;
  padding-left: 4%;
}

.nl_list ._title {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  color: #19191a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 15px;
}

.nl_list ._text {
  line-height: 1.6em;
  height: 3.2em;
  overflow: hidden;
  margin-bottom: 35px;
}

.nl_list li ._more {
  color: #9f9f9f;
}

.nl_list li:hover {
  border: 1px solid #0071bd;
}

.nl_list li:hover a,
.nl_list li:hover ._title,
.nl_list li:hover ._title,
.nl_list li:hover ._more {
  color: inherit;
}

.nl_list li:hover ._date1 {
  color: #c9151e;
}

.nl_list li:hover ._more {
  color: #9f9f9f;
}

.news_list .page {
  margin-bottom: 0;
  margin-top: 52px;
}

/*图片*/
.rect-66 {
  padding-bottom: 66%;
}

/*新闻视频*/
.news_video {
  position: relative;
  overflow: hidden;
  z-index: 20;
  background-color: #fff;
  padding: 66px 0;
}

.news_video .news_v {
  position: relative;
  overflow: hidden;
  z-index: 20;
}

.news_video .news_v ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.news_video .news_v ul li .info_ {
  height: 66px;
  line-height: 66px;
  position: relative;
  background: url(../img/news_video_xiao_03.png) #ecf1f4 no-repeat 95% center;
}

.news_video .news_v ul li .info_ p {
  font-size: 16px;
  color: #19191a;
  text-indent: 20px;
}

.news_video .news_v ul li ._info {
  background: url(../img/black88_03.png) repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.news_video .news_v ul li ._info ._mask {
  position: absolute;
  left: 50%;
  margin-left: -34px;
  top: 50%;
  margin-top: -34px;
}

.news_video .news_v ul li:hover ._info {
  top: 0;
}

.news_video .news_v .page {
  margin-bottom: 34px;
}

/*新闻详情*/
.news_detail {
  position: relative;
  overflow: hidden;
  z-index: 20;
  background-color: #fff;
  padding: 80px 0 120px;
}

/*æ–°é—»è¯¦ç»†toolå›¾æ ‡*/
.news_detail ._tool_ico {
  width: 20px;
  height: 20px;
  background: url(../img/news_detail_tool_ico.png) no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 6px;
}

.news_detail ._tool_ico.ico01 {
  background-position: 0px 0px;
}

.news_detail ._tool_ico.ico02 {
  background-position: -20px 0px;
}

.news_detail ._tool_ico.ico03 {
  background-position: -40px 0px;
}

.news_detail ._tool_ico.ico04 {
  background-position: -60px 0px;
}

.news_detail ._tool_ico.ico05 {
  background-position: -80px 0px;
}

.news_detail ._tool_ico.ico06 {
  background-position: -100px 0px;
}

/* newsdetail-2 start*/
.news_detail .widget-newsdetail-2 ._head {
  border-bottom: 1px dotted #cccccc;
}

.news_detail .widget-newsdetail-2 ._head ._title {
  font-size: 30px;
  line-height: 1.4;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.news_detail .widget-newsdetail-2 span {
  color: #c7c7c7;
  height: 46px;
  line-height: 46px;
  padding: 10px 0px 30px;
  margin-right: 1%;
}

.news_detail .widget-newsdetail-2 .ion {
  font-size: 16px;
  font-weight: normal;
}

.news_detail .widget-newsdetail-2 .span ._tool {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}

.news_detail .widget-newsdetail-2 .span ._b2l .ion {
  color: #0e90d2;
}

.news_detail .widget-newsdetail-2 .myart {
  padding: 50px 0;
}

.news_detail .widget-newsdetail-2 .myart p {
  line-height: 32px;
}

.news_detail .widget-newsdetail-2 ._detailPage_bottom {
  border-top: 1px solid #cccccc;
}

.news_detail .widget-newsdetail-2 ._detailPage_bottom li {
  line-height: 46px;
  overflow: hidden;
  height: 46px;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  padding-right: 28px;
}

.news_detail .widget-newsdetail-2 ._detailPage_bottom ._mark {
  float: left;
  margin-right: 25px;
  padding: 0px 28px;
  color: #7c7c7c;
}

.news_detail .widget-newsdetail-2 ._detailPage_bottom ._title {
  float: left;
  width: 68%;
  color: #000;
}

.news_detail .widget-newsdetail-2 ._detailPage_bottom li:hover ._mark {
  background-color: #027ac8;
  color: #fff;
}

.news_detail .widget-newsdetail-2 ._detailPage_bottom ._time {
  float: right;
  font-size: 13px;
  color: #969696;
}

.news_detail .widget-newsdetail-2 .bdsharebuttonbox {
  margin-right: 24px;
}

.news_detail .widget-newsdetail-2 .bdsharebuttonbox .bds_more {
  float: none;
  padding-left: 2px;
  background: none;
  font-size: 14px;
  color: #c7c7c7;
}

/*è¯¦æƒ…é€šç”¨å³ä¾§æŒ‰é’®*/
.news_detail .widget-newsdetail-2 .detail_right_btn ._btn_box {
  width: 46px;
  height: 46px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../img/detail_r_ico.png) no-repeat;
}

.news_detail .widget-newsdetail-2 .detail_right_btn ._btn_box._btn_back {
  background-position: -46px 0px;
}

.news_detail .widget-newsdetail-2 .detail_right_btn ._btn_box._btn_next {
  background-position: -92px 0px;
}

.news_detail .widget-newsdetail-2 .detail_right_btn ._btn_box:hover {
  background-position: 0px -46px;
}

.news_detail .widget-newsdetail-2 .detail_right_btn ._btn_box._btn_back:hover {
  background-position: -46px -46px;
}

.news_detail .widget-newsdetail-2 .detail_right_btn ._btn_box._btn_next:hover {
  background-position: -92px -46px;
}

/*æ–°é—»è¯¦ç»†toolå›¾æ ‡*/
.news_detail .widget-newsdetail-2 .news_detail ._tool_ico {
  width: 20px;
  height: 20px;
  background: url(../img/news_detail_tool_ico.png) no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 6px;
}

.news_detail .widget-newsdetail-2 .news_detail ._tool_ico.ico01 {
  background-position: 0px 0px;
}

.news_detail .widget-newsdetail-2 .news_detail ._tool_ico.ico02 {
  background-position: -20px 0px;
}

.news_detail .widget-newsdetail-2 .news_detail ._tool_ico.ico03 {
  background-position: -40px 0px;
}

.news_detail .widget-newsdetail-2 .news_detail ._tool_ico.ico04 {
  background-position: -60px 0px;
}

.news_detail .widget-newsdetail-2 .news_detail ._tool_ico.ico05 {
  background-position: -80px 0px;
}

.news_detail .widget-newsdetail-2 .news_detail ._tool_ico.ico06 {
  background-position: -100px 0px;
  margin-left: 24px;
}

.news_detail .widget-newsdetail-2 .bdshare_popup_box {
  display: none !important;
}

/*电子报纸*/
.news_pap {
  position: relative;
  overflow: hidden;
  z-index: 20;
  background-color: #fff;
  padding: 60px 0 150px;
}

.news_pap .news_pap_l {
  width: 34%;
}

.news_pap .news_pap_l .bg_logo {
  position: relative;
  overflow: hidden;
}

.news_pap .news_pap_l ._posi {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #fff;
  background-color: #0071bd;
}

.news_pap .news_pap_l ._posi span {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  *display: inline-block;
  margin-left: 34px;
  margin-right: 130px;
}

.news_pap .news_pap_l ._posi i {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  *display: inline-block;
}

.news_pap .news_pap_l .news_tab {
  position: relative;
  overflow: hidden;
}

.news_pap .news_pap_l .news_tab .tab_t_ {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 102px;
}

.news_pap .news_pap_l .news_tab .tab_t {
  width: 50%;
  float: left;
  border-bottom: 1px dashed #cccccc;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

.news_pap .news_pap_l .news_tab .tab_t.tab_t_cur {
  background-color: #fff100;
}

.news_pap .news_pap_l .news_tab .tab_c_ {
  position: relative;
  overflow: hidden;
}

.news_pap .news_pap_l .news_tab .tab_c {
  padding: 26px 40px 26px 20px;
  overflow: hidden;
  background-color: #f6f6f6;
}

.news_pap .news_pap_l .news_tab .tab_c .title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.news_pap .news_pap_l .news_tab .tab_c .p {
  margin-top: 5px;
}

.news_pap .news_pap_l .news_tab .tab_c .p p {
  font-size: 14px;
  color: #575757;
  line-height: 24px;
}

.news_pap .news_pap_l .news_tab .tab_img_ {
  border: 1px solid #eee !important;
  margin: 20px 0;
}

.news_paper .news_pap .tab_img_ {
  border: 1px solid #eee !important;
  margin: 0 0 20px 0;
}

.news_pap .news_pap_l .xiazai {
  height: 65px;
  line-height: 65px;
  background-color: #0071bd;
  position: relative;
}

.news_pap .news_pap_l .xiazai img {
  position: absolute;
  left: 110px;
  top: 50%;
  margin-top: -20px;
}

.news_pap .news_pap_l .xiazai p {
  font-size: 18px;
  color: #fff;
  margin-left: 200px;
}

.news_pap .news_pap_r {
  width: 61%;
  margin-left: 5%;
  position: relative;
  overflow: hidden;
}

.news_pap .news_pap_r ._head {
  border-bottom: 1px dotted #cccccc;
}

.news_pap .news_pap_r ._head ._title {
  font-size: 30px;
  line-height: 1.4;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.news_pap .news_pap_r ._tools {
  color: #c7c7c7;
  height: 46px;
  line-height: 46px;
  padding: 10px 0px 30px;
}

.news_pap .news_pap_r .ion {
  font-size: 16px;
  font-weight: normal;
}

.news_pap .news_pap_r ._tools ._tool {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}

.news_pap .news_pap_r ._tools ._b2l .ion {
  color: #0e90d2;
}

.news_pap .news_pap_r .myart {
  padding: 50px 0;
}

.news_pap .news_pap_r ._detailPage_bottom {
  border-top: 1px solid #cccccc;
}

.news_pap .news_pap_r ._detailPage_bottom li {
  line-height: 60px;
  overflow: hidden;
  height: 60px;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  padding-right: 28px;
}

.news_pap .news_pap_r ._detailPage_bottom ._mark {
  float: left;
  margin-right: 25px;
  padding: 0px 28px;
  color: #7c7c7c;
}

.news_pap .news_pap_r ._detailPage_bottom ._title {
  float: left;
  width: 68%;
  color: #000;
}

.news_pap .news_pap_r ._detailPage_bottom li:hover ._mark {
  background-color: #027ac8;
  color: #fff;
}

.news_pap .news_pap_r ._detailPage_bottom ._time {
  float: right;
  font-size: 13px;
  color: #969696;
}

.news_pap .news_pap_r .bdsharebuttonbox {
  margin-right: 24px;
}

.news_pap .news_pap_r .bdsharebuttonbox .bds_more {
  float: none;
  padding-left: 2px;
  background: none;
  font-size: 14px;
  color: #c7c7c7;
}

/*è¯¦æƒ…é€šç”¨å³ä¾§æŒ‰é’®*/
.news_pap .detail_right_btn ._btn_box {
  width: 46px;
  height: 46px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../img/detail_r_ico.png) no-repeat;
}

.news_pap .detail_right_btn ._btn_box._btn_back {
  background-position: -46px 0px;
}

.news_pap .detail_right_btn ._btn_box._btn_next {
  background-position: -92px 0px;
}

.news_pap .detail_right_btn ._btn_box:hover {
  background-position: 0px -46px;
}

.news_pap .detail_right_btn ._btn_box._btn_back:hover {
  background-position: -46px -46px;
}

.news_pap .detail_right_btn ._btn_box._btn_next:hover {
  background-position: -92px -46px;
}

/*æ–°é—»è¯¦ç»†toolå›¾æ ‡*/
.news_pap ._tool_ico {
  width: 20px;
  height: 20px;
  background: url(../img/news_detail_tool_ico.png) no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 6px;
}

.news_pap ._tool_ico.ico01 {
  background-position: 0px 0px;
}

.news_pap ._tool_ico.ico02 {
  background-position: -20px 0px;
}

.news_pap ._tool_ico.ico03 {
  background-position: -40px 0px;
}

.news_pap ._tool_ico.ico04 {
  background-position: -60px 0px;
}

.news_pap ._tool_ico.ico05 {
  background-position: -80px 0px;
}

.news_pap ._tool_ico.ico06 {
  background-position: -100px 0px;
  margin-left: 24px;
}

.news_pap .bdshare_popup_box {
  display: none !important;
}

/*2016-12-20  10:30 zhangjun*/
/*新闻-公司刊物*/
/*图片*/
.rect-137 {
  padding-bottom: 137%;
}

.news_pub {
  position: relative;
  overflow: hidden;
  z-index: 20;
  background-color: #fff;
  padding-top: 66px;
}

.cbw_list li {
  margin-bottom: 30px;
}

.cbw_list .pbox {
  background-color: #c9c9c9;
  padding: 15%;
}

.cbw_list .pbox .info {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ededed;
  padding: 5%;
}

.cbw_list .pbox .info .title {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

.cbw_list .pbox .info .co {
  width: 0;
  height: 0;
  border-right: 22px solid #027ac8;
  border-top: 22px transparent solid;
  display: block;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.cbw_list .hover .pbox .info {
  background-color: #027ac8;
  color: #fff;
}

.cbw_list .hover .pbox .info .co {
  border-right-color: #fff;
}

.cbw_list .page {
  margin-top: 50px;
}

/*新闻-网站公告*/
/* newslist-2 start*/
.news_notice {
  position: relative;
  overflow: hidden;
  z-index: 20;
  background-color: #fff;
  padding: 66px 0 0;
}

.news_notice .widget-newslist-2 {
  margin-bottom: 20px;
}

.news_notice .widget-newslist-2 li {
  clear: both;
  overflow: hidden;
  padding: 15px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_notice .widget-newslist-2 ._date1 {
  width: 125px;
  height: 36px;
  line-height: 36px;
  float: left;
  color: #af7558;
  font-family: Verdana;
}

.news_notice .widget-newslist-2 ._date1 ._d1 {
  font-size: 24px;
}

.news_notice .widget-newslist-2 ._date2 {
  width: 60px;
  float: left;
  border: 1px solid #ccc;
  margin-top: 9px;
  margin-right: 15px;
}

.news_notice .widget-newslist-2 ._date2 span {
  display: block;
  text-align: center;
  font-size: 12px;
}

.news_notice .widget-newslist-2 ._date2 ._d1 {
  line-height: 44px;
  background: #ccc;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}

.news_notice .widget-newslist-2 ._date2 ._d2 {
  color: #ccc;
}

.news_notice .widget-newslist-2 ._intro {
  overflow: hidden;
  position: relative;
}

.news_notice .widget-newslist-2 ._title {
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 50px;
}

.news_notice .widget-newslist-2 ._text {
  line-height: 1.8em;
  height: 3.6em;
  overflow: hidden;
  margin-bottom: 5px;
}

.news_notice .widget-newslist-2 ._more {
  color: #999999;
}

.news_notice .widget-newslist-2 li.att .pdf {
  position: absolute;
  left: 0;
  top: 10px;
}

.news_notice .widget-newslist-2 li .pdf {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
}

.news_notice .widget-newslist-2 li:hover {
  background-color: #f2f2f2;
}

.news_notice .widget-newslist-2 li:hover ._date1 {
  color: #0071bd;
}

.news_notice .widget-newslist-2 li:hover a,
.widget-newslist-2 li:hover ._title,
.widget-newslist-2 li:hover ._title,
.widget-newslist-2 li:hover ._more {
  color: #0071bd;
}

.news_notice .widget-newslist-2 li:hover ._date2 {
  border-color: #af7558;
}

.news_notice .widget-newslist-2 li:hover ._date2 ._d1 {
  background: #af7558;
  color: #fff;
}

.news_notice .widget-newslist-2 li:hover ._date2 ._d2 {
  color: #0071bd;
}

/*2016-12-21 09:36 ysl*/
/*footer*/
.footer {
  background-color: #242534;
}

/*通用样式*/
/*图片*/
.rect-60 {
  padding-bottom: 60%;
}

.rect-66 {
  padding-bottom: 66%;
}

.rect-72 {
  padding-bottom: 72%;
}

.rect-81 {
  padding-bottom: 81%;
  text-align: center;
}

.rect-112 {
  padding-bottom: 112%;
}

/*2017-08-23 09:36 lyl*/
.news_compre .prt02_con .rect-81 img {
  min-width: 100%;
}

/*动画*/
/*.wow { visibility:hidden;}*/
.news_compre .news_scroll_con .newsc_item ._desc,
.floatR,
.transition {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

/*通用按钮*/
.uni_more_btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 245px;
  text-align: left;
  background-color: #fff100;
}

.uni_more_btn,
.uni_more_btn:hover {
  color: #000000;
}

.uni_more_btn ._btn_con {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding-left: 75px;
  height: 44px;
  line-height: 44px;
}

.uni_more_btn ._btn_con:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -35px;
  margin-top: -6px;
  width: 20px;
  height: 12px;
  background-image: url(../img/uni_more_btn_arr.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

/*综合页-区块标题*/
.biaoti {
  padding: 0 0 50px;
}

.biaoti .title {
  font-size: 34px;
  color: #000000;
  text-align: center;
  margin-bottom: 6.5px;
  font-weight: normal;
}

.biaoti p {
  font-size: 12px;
  color: #000;
}

/*下层-三级页面banner*/
.posi_ {
  height: 230px;
}

.posi_ .title_pre {
  font-size: 26px;
  color: #fff;
}

.posi_ .title {
  font-weight: bold;
}

/*右侧漂浮菜单 floatR*/
.floatR {
  z-index: -1;
  opacity: 0;
}

.floatR.show {
  z-index: 90;
  opacity: 1;
}

/*通用样式 end*/
/*产品-综合*/
.product_compre {
  padding-top: 184px;
}

.product_compre .pro01 .wrap {
  position: relative;
}

.product_compre .proc_arr_box .proc_arrs {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 37px;
  height: 71px;
  background-image: url(../img/news02.png);
  background-repeat: repeat;
}

.product_compre .proc_arr_box .proc_arrs.proc_arr_prev {
  left: 0;
  margin-left: -45px;
  background-position: 0 -71px;
}

.product_compre .proc_arr_box .proc_arrs.proc_arr_prev:hover {
  background-position: 0 0;
}

.product_compre .proc_arr_box .proc_arrs.proc_arr_next {
  right: 0;
  margin-right: -45px;
  background-position: -37px -71px;
}

.product_compre .proc_arr_box .proc_arrs.proc_arr_next:hover {
  background-position: -37px 0;
}

/*新闻-综合*/
.channel_content.news_compre {
  background-color: transparent;
}

.news_compre {
  padding-top: 200px;
}

.news_compre ._sub_tit {
  padding-top: 30px;
  margin-bottom: 20px;
}

.news_compre ._sub_tit ._tit {
  float: left;
  font-size: 28px;
  color: #000000;
}

.news_compre ._sub_tit ._more {
  display: block;
  float: right;
  margin-top: 19px;
  font-size: 14px;
  color: #616161;
}

/*新闻-综合-part01*/
.news_compre .part01 {
  margin-bottom: 80px;
}

.news_compre .news_scroll_wrap {
  position: relative;
}

.news_compre .news_scroll_con {
  position: relative;
  height: 404px;
  overflow: hidden;
}

.news_compre .news_scroll_con ul {
  width: 102%;
}

.news_compre .news_scroll_con li {
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
  width: 31%;
}

.news_compre .news_scroll_con li.li01 {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.news_compre .news_scroll_con li.li02 {
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
}

.news_compre .news_scroll_con li.li03 {
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
}

.news_compre .news_scroll_con .newsc_item {
  position: relative;
}

.news_compre .news_scroll_con .newsc_item .btm_empty {
  height: 126px;
}

.news_compre .news_scroll_con .newsc_item .txt_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
}

.news_compre .news_scroll_con .newsc_item.show .txt_box {
  background-color: #3671cf;
}

.news_compre .news_scroll_con .newsc_item ._txt_con {
  padding: 15px 30px 15px 27px;
}

.news_compre .news_scroll_con .newsc_item.show ._tit,
.news_compre .news_scroll_con .newsc_item.show ._desc,
.news_compre .news_scroll_con .newsc_item.show ._date {
  color: #ffffff;
}

.news_compre .news_scroll_con .newsc_item ._tit {
  margin-bottom: 25px;
  height: 3.2em;
  overflow: hidden;
  font-size: 16px;
  color: #19191a;
}

.news_compre .news_scroll_con .newsc_item ._desc {
  display: block;
  margin-bottom: 10px;
  height: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.8;
}

.news_compre .news_scroll_con .newsc_item.show ._desc {
  height: 3.2em;
}

.news_compre .news_scroll_con .newsc_item ._date {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #909090;
}

.news_compre .newsc_arr_box .newsc_arrs {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 37px;
  height: 71px;
  background-image: url(../img/news02.png);
  background-repeat: repeat;
}

.news_compre .newsc_arr_box .newsc_arrs.newsc_arr_prev {
  left: 0;
  margin-left: -45px;
  background-position: 0 -71px;
}

.news_compre .newsc_arr_box .newsc_arrs.newsc_arr_prev:hover {
  background-position: 0 0;
}

.news_compre .newsc_arr_box .newsc_arrs.newsc_arr_next {
  right: 0;
  margin-right: -45px;
  background-position: -37px -71px;
}

.news_compre .newsc_arr_box .newsc_arrs.newsc_arr_next:hover {
  background-position: -37px 0;
}

/*新闻-综合-part02*/
.news_compre .part02 {
  padding-bottom: 33px;
  overflow: hidden;
  background-color: #ffffff;
}

.news_compre .prt02_slide_wrap {
  float: left;
  width: 57.5%;
}

.news_compre .prt02_slide {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 81%;
}

.news_compre .prt02_slide .arrs {
  position: absolute;
  top: 35%;
  width: 41px;
  height: 83px;
  background-image: url(../img/news05.png);
  background-repeat: no-repeat;
}

.news_compre .prt02_slide .arrs.arr_prev {
  left: 0;
  background-position: 0 0;
}

.news_compre .prt02_slide .arrs.arr_next {
  right: 0;
  background-position: -41px 0;
}

.news_compre .prt02_slide ._slide_item {
  position: relative;
}

.news_compre .prt02_slide ._slide_item ._down_txt_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.news_compre .prt02_slide ._slide_item ._down_txt {
  padding: 15px 33px 22px 27px;
  background-color: #ecf1f3;
}

.news_compre .prt02_slide ._slide_item ._tit {
  margin-bottom: 12px;
  font-size: 20px;
  color: #0071bd;
}

.news_compre .prt02_slide ._slide_item ._desc {
  margin-bottom: 23px;
  font-size: 14px;
  color: #595757;
}

.news_compre .prt02_slide ._slide_item ._tool {
  display: block;
  position: relative;
  float: left;
  margin-right: 34px;
  padding-left: 42px;
}

.news_compre .prt02_slide ._slide_item ._tool:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 19px;
  height: 19px;
  background-image: url(../img/news04.png);
  background-repeat: no-repeat;
}

.news_compre .prt02_slide ._slide_item ._t_date._tool:after {
  background-position: 0 0;
}

.news_compre .prt02_slide ._slide_item ._t_view._tool:after {
  background-position: -19px 0;
}

.news_compre .prt02_list_wrap {
  float: right;
  width: 37.5%;
}

.news_compre .prt02_list_wrap ._list_li {
  margin-bottom: 24px;
}

.news_compre .prt02_list_wrap ._list_item {
  border-bottom: #ecf1f4 1px solid;
}

.news_compre .prt02_list_wrap ._list_item ._date {
  font-family: Arial;
  color: #3671cf;
}

.news_compre .prt02_list_wrap ._list_item ._day {
  font-size: 33px;
}

.news_compre .prt02_list_wrap ._list_item ._year {
  display: block;
  float: right;
  margin-top: 17px;
  font-size: 16px;
}

.news_compre .prt02_list_wrap ._list_item ._tit {
  margin-bottom: 13px;
  font-size: 18px;
  color: #19191a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news_compre .prt02_list_wrap ._list_item ._tit:hover {
  color: #0071bd;
}

.news_compre .prt02_list_wrap ._list_item ._desc {
  margin-bottom: 30px;
  height: 3.4em;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.7;
  color: #595757;
}

/*新闻-综合-part03*/
.news_compre .part03 {
  padding-bottom: 60px;
  background-color: #ecf1f4;
}

.news_compre .prt03_video_wrap {
  float: left;
  width: 62.5%;
}

.news_compre .prt03_video_wrap .video_li {
  position: relative;
  float: left;
  width: 28%;
  overflow: hidden;
  margin-bottom: 8px;
}

.news_compre .prt03_video_wrap .video_li.video_li_large {
  margin-right: 1.5%;
  width: 70%;
}

.news_compre .prt03_video_wrap .video_li .info_ {
  height: 35px;
  line-height: 35px;
  position: relative;
  background: url(../img/news_video_xiao_03.png) #ffffff no-repeat 95% center;
}

.news_compre .prt03_video_wrap .video_li .info_ p {
  padding-right: 30px;
  font-size: 14px;
  color: #19191a;
  text-indent: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news_compre .prt03_video_wrap .video_li ._info {
  background: url(../img/black88_03.png) repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.news_compre .prt03_video_wrap .video_li ._info ._mask {
  position: absolute;
  left: 50%;
  margin-left: -34px;
  top: 50%;
  margin-top: -34px;
}

.news_compre .prt03_video_wrap .video_li:hover ._info {
  top: 0;
}

.news_compre .prt03_video_wrap .video_li.video_li_large .info_ {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-image: none;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}

.news_compre .prt03_video_wrap .video_li.video_li_large .info_ p {
  color: #ffffff;
}

.news_compre .prt03_paper_wrap {
  float: right;
  width: 32%;
}

.news_compre .prt03_paper_wrap ._tit {
  margin-bottom: 25px;
  padding-top: 30px;
  font-size: 28px;
  color: #000000;
}

/*新闻-综合-part04*/
.news_compre .part04 {
  padding-bottom: 40px;
  background-color: #ffffff;
}

.news_compre .prt04_notice_list_wrap {
  float: left;
  width: 62.5%;
}

.news_compre .prt04_notice_list_wrap ._list_li {
  margin-bottom: 18px;
}

.news_compre .prt04_notice_list_wrap ._list_item {
  position: relative;
  padding: 17px 25px 20px 20px;
  background-color: #f1f3f4;
}

.news_compre .prt04_notice_list_wrap ._list_item ._pdf {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -11px;
  width: 38px;
  height: 18px;
  background-image: url(../img/news_notice_pdf_03b.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.news_compre .prt04_notice_list_wrap .att ._list_item ._pdf {
  background-image: url(../img/news_notice_pdf_03.png);
}

.news_compre .prt04_notice_list_wrap ._list_item ._tit,
.news_compre .prt04_notice_list_wrap ._list_item ._date {
  height: 28px;
  line-height: 28px;
}

.news_compre .prt04_notice_list_wrap ._list_item ._tit {
  float: left;
  padding-left: 8%;
  width: 70%;
  color: #19191a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news_compre .prt04_notice_list_wrap ._list_item ._date {
  float: right;
}

.news_compre .prt04_notice_pic_wrap {
  float: right;
  width: 32%;
}

/*新闻-综合-part05*/
.news_compre .part05 {
  position: relative;
  height: 440px;
  color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: right;
}

.news_compre .part05 ._tt {
  padding-top: 110px;
  font-size: 43px;
  line-height: 1.4;
}

.news_compre .part05 ._desc {
  margin-bottom: 20px;
  font-size: 22px;
}

/*2016-12-21 13:20 zhangjun*/
/*下边是人才招聘*/
/*2016-12-20 03:00 zhangjun*/
/*人才综合页面*/
/*图片*/
.rect-55 {
  padding-bottom: 55%;
}

.gbanner {
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 823px;
}

.gbanner .bg_img {
  display: block;
  height: 823px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.gbanner .bg_img img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  top: 0;
  height: 100%;
  max-width: none;
}

.channel_content.job_compre {
  background-color: transparent;
}

.job_compre {
  position: relative;
  z-index: 20;
  overflow: hidden;
}

.job_compre .part01 {
  position: relative;
  padding: 120px 0 60px;
}

.job_compre .part01 .info_ {
  width: 42%;
  float: none;
  padding-top: 88px;
}

.job_compre .part01 .info_ .title {
  font-size: 34px;
  color: #141414;
  text-align: left;
}

.job_compre .part01 .info_ .p {
  height: 50px;
  overflow: hidden;
  margin-top: 10px;
  font-size: 14px;
  color: #141414;
  text-align: left;
  line-height: 28px;
}

.job_compre .part01 .job_ {
  position: relative;
  width: 94%;
  z-index: 22;
}

.job_compre .part01 .job_ .job_t {
  width: 45.1%;
  margin-top: 60px;
}

.job_compre .part01 .job_ .job_t .li02 {
  background-color: #3284c4;
  padding: 44px 0 22px;
  position: relative;
  text-align: center;
}

.job_compre .part01 .job_ .job_t .li02 a {
  display: block;
}

.job_compre .part01 .job_ .job_t .li02 img {
  position: absolute;
  left: 50%;
  top: 43px;
  margin-left: -35px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.job_compre .part01 .job_ .job_t .li02:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.job_compre .part01 .job_ .job_t .li02 i {
  text-align: center;
  margin-top: 85px;
  font-size: 23px;
  color: #fff;
  display: inline-block;
  *display: inline-block;
}

.job_compre .part01 .job_ .job_b {
  margin-top: 10px;
  z-index: 22;
}

.job_compre .part01 .job_ .job_b li {
  float: left;
  width: 22.05%;
  margin-right: 1%;
}

.job_compre .part01 .job_ .job_b .li01 {
  background-color: #f2cc1c;
  padding: 44px 0 22px;
  position: relative;
  text-align: center;
}

.job_compre .part01 .job_ .job_b .li01 a {
  display: block;
}

.job_compre .part01 .job_ .job_b .li01 img {
  position: absolute;
  left: 50%;
  top: 43px;
  margin-left: -35px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.job_compre .part01 .job_ .job_b .li01:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.job_compre .part01 .job_ .job_b .li01 i {
  text-align: center;
  margin-top: 85px;
  font-size: 23px;
  color: #fff;
  display: inline-block;
  *display: inline-block;
}

.job_compre .part01 .job_ .job_b .li03 {
  background-color: #6cb5ff;
  padding: 44px 0 22px;
  position: relative;
  text-align: center;
}

.job_compre .part01 .job_ .job_b .li03 a {
  display: block;
}

.job_compre .part01 .job_ .job_b .li03 img {
  position: absolute;
  left: 50%;
  top: 43px;
  margin-left: -35px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.job_compre .part01 .job_ .job_b .li03:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.job_compre .part01 .job_ .job_b .li03 i {
  text-align: center;
  margin-top: 85px;
  font-size: 23px;
  color: #fff;
  display: inline-block;
  *display: inline-block;
}

.job_compre .part01 .job_ .job_b .li04 {
  width: 30%;
  margin-right: 0;
}

.job_compre .part01 .job_img {
  position: absolute;
  right: 127px;
  top: 162px;
  z-index: 21;
}

/*2016-12-21 08:23 zhangjun*/
/*招聘信息*/
.job_compre .part02 {
  background-color: #fff;
  z-index: 20;
  padding-top: 50px;
}

.job_compre .part02 .job_list {
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}

.job_compre .part02 .joblist_tt {
  background-color: #0071bd;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  float: left;
  width: 100%;
}

.job_compre .part02 .joblist_tt span {
  float: left;
  text-indent: 3%;
  font-weight: bold;
}

.job_compre .part02 .joblist_tt span.jobli1 {
  width: 20%;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-indent: 5%;
}

.job_compre .part02 .joblist_tt span.jobli2 {
  width: 20%;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-indent: 5%;
}

.job_compre .part02 .joblist_tt span.jobli3 {
  width: 20%;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-indent: 5%;
}

.job_compre .part02 .joblist_tt span.jobli4 {
  width: 20%;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-indent: 5%;
}

.job_compre .part02 .joblist_tt span.jobli5 {
  width: 20%;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-indent: 5%;
}

.job_compre .part02 .JobList-J2 {
  overflow: hidden;
  padding-bottom: 50px;
}

.job_compre .part02 .JobList-J2 ._jt {
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
  *zoom: 1;
  cursor: pointer;
  position: relative;
  float: left;
  width: 100%;
}

.job_compre .part02 .JobList-J2 ._jt strong {
  float: left;
  width: 20%;
  color: #5a5a5a;
  font-size: 14px;
  text-align: left;
  text-indent: 5%;
  font-weight: normal;
}

.job_compre .part02 .JobList-J2 ._jt span {
  float: right;
}

.job_compre .part02 .JobList-J2 ._jt ._jt_btn {
  display: block;
  width: 30px;
  height: 35px;
  position: absolute;
  right: 2%;
  top: 50%;
  margin-top: -17.5px;
}

.job_compre .part02 .JobList-J2 ._jc {
  display: none;
  float: left;
  width: 100%;
  background-color: #f9f9f9;
  padding-left: 44px;
  padding-bottom: 30px;
  text-align: left;
}

.job_compre .part02 .JobList-J2 ._jcon {
  padding: 10px 10px 10px 20px;
}

.job_compre .part02 .JobList-J2 ._jcon ._title {
  font-size: 15px;
  color: #000;
  margin-top: 32px;
}

.job_compre .part02 .JobList-J2 ._jcon ._typeIn p {
  line-height: 24px;
}

.job_compre .part02 .JobList-J2 ._jt_act {
  color: #fff;
}

.job_compre .part02 .JobList-J2 ._jt_act ._jt_btn {
  background-position: left bottom;
}

.job_compre .part02 ._channelBtn {
  display: inline-block;
  border: 1px #d6d6d6 solid;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 14px;
  margin-right: 10px;
}

.job_compre .part02 ._channelBtn:hover {
  background-color: #01499d;
  color: #fff;
}

.job_compre .part02 .JobList-J2 ._jt strong.srong1 {
  width: 20%;
  color: #5a5a5a;
  font-size: 14px;
  text-align: left;
  text-indent: 5%;
  font-weight: normal;
}

.job_compre .part02 .JobList-J2 ._jt strong.srong2 {
  width: 20%;
  color: #5a5a5a;
  font-size: 14px;
  text-align: left;
  text-indent: 5%;
  font-weight: normal;
}

.job_compre .part02 .JobList-J2 ._jt strong.srong3 {
  width: 20%;
  color: #5a5a5a;
  font-size: 14px;
  text-align: left;
  text-indent: 5%;
  font-weight: normal;
}

.job_compre .part02 .JobList-J2 ._jt strong.srong4 {
  width: 20%;
  color: #5a5a5a;
  font-size: 14px;
  text-align: left;
  text-indent: 5%;
  font-weight: normal;
}

.job_compre .part02 .zzz {
  height: 45px;
  line-height: 45px;
  width: 100px;
  background-color: #fff100;
  margin-top: 50px;
}

.job_compre .part03 {
  z-index: 20;
  background-color: #fff;
  padding-bottom: 70px;
}

.job_compre .part03 .part03_ {
  position: relative;
  z-index: 20;
}

/*图片*/
.rect-33 {
  padding-bottom: 33%;
}

.job_compre .part03 .part03_l {
  position: relative;
  overflow: hidden;
}

.job_compre .part03 .part03_l ._mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/black999_03.png) repeat;
  z-index: 21;
}

.job_compre .part03 .part03_l ._mask .info_ {
  padding: 80px 0 60px;
  z-index: 22;
}

.job_compre .part03 .part03_l ._mask .info_ .title {
  font-size: 39px;
  text-align: center;
  color: #fff;
}

.job_compre .part03 .part03_l ._mask .info_ span {
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
}

.job_compre .part03 .part03_l .desc_ {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 25;
  width: 100%;
  height: 100%;
  background: rgba(252, 250, 9, 0.9);
}

.job_compre .part03 .part03_l .desc_ .desc_wrap {
  margin: 50px 40px;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li {
  position: relative;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li .title {
  font-size: 32px;
  color: #000;
  font-weight: bolder;
  text-align: left;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li span {
  display: block;
  text-align: left;
  font-size: 26px;
  color: #000;
  font-weight: normal;
  text-align: left;
  margin-top: 5px;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li .p1 {
  font-size: 14px;
  color: #020202;
  margin-top: 10px;
  line-height: 24px;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li .p2 {
  margin-top: 30px;
  font-size: 14px;
  color: #020202;
  line-height: 24px;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li.li02 {
  width: 50%;
  border-left: 1px solid #e8e607;
  padding-left: 30px;
}

.job_compre .part03 .part03_l:hover .desc_ {
  top: 0;
}

/*底部返回*/
.gotop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 98;
}

/*.gotop.on{display: block;}*/
.gotop .top_button {
  display: block;
  width: 60px;
  height: 60px;
  background: url("../img/top.png");
  background-position: 0 0;
}

.gotop .top_button:hover {
  background-position: 0 -60px;
}

/*社会招聘*/
.job_resume {
  position: relative;
  z-index: 20;
  background-color: #fff;
  overflow: hidden;
}

.job_resume .part01 {
  position: relative;
  padding-top: 70px;
  z-index: 30;
  background-color: #fff;
  padding-bottom: 20px;
}

.job_resume .part01 .job-sear {
  padding: 43px 0 27px 30px;
  border: 10px #ededed solid;
  margin-bottom: 50px;
}

.job_resume .part01 .job-sear .t-pt {
  font-size: 14px;
  color: #5a5a5a;
  font-weight: bold;
  float: left;
  line-height: 32px;
  padding: 0 15px 0 5px;
  text-transform: uppercase;
}

.job_resume .part01 .job-sear .t-area {
  float: left;
  width: 22.5%;
  height: 30px;
  padding-left: 10px;
  line-height: 30px;
  border: 1px solid #eee;
  text-indent: 5px;
  margin-right: 5%;
  background-color: #fff;
}

.job_resume .part01 .job-sear .t-area ._val {
  color: #a9a9a9;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.job_resume .part01 .job-sear .t-area ._val b {
  float: right;
  width: 33px;
  height: 30px;
  background: url(../img/job-areaico.gif) no-repeat;
}

.job_resume .part01 .job-sear .t-area ._option {
  top: 30px;
}

.job_resume .part01 .job-sear .t-area ._option a {
  padding-left: 10px;
  background-color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.job_resume .part01 .job-sear .sear_input {
  float: left;
  margin-right: 3%;
  width: 25%;
  padding-left: 5px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #eee;
  position: relative;
  background-color: #fff;
}

.job_resume .part01 .job-sear .sear_input input {
  text-indent: 10px;
}

.job_resume .part01 .job-sear .sear_input input[type=text] {
  vertical-align: top;
  border: 0;
  width: 80%;
  height: 16px;
  line-height: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 6px 0;
}

.job_resume .part01 .job-sear button[type=submit] {
  border: 0;
  width: 20%;
  height: 30px;
  line-height: 30px;
  background-color: #0071bd;
  padding: 0;
  float: left;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

.job_resume .part01 .job-sear .sear_input button i {
  display: block;
  width: 100%;
  height: 100%;
}

.job_resume .part01 .job-sear button[type=submit]:hover {
  background-color: #0266b1;
}

/*社会招聘-招聘信息*/
.job_resume .part02 {
  background-color: #fff;
  z-index: 20;
}

.job_resume .part02 .job_list {
  margin-bottom: 60px;
  position: relative;
}

.job_resume .part02 .joblist_tt {
  background-color: #0071bd;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  float: left;
  width: 100%;
}

.job_resume .part02 .joblist_tt span {
  float: left;
  text-indent: 3%;
  font-weight: bold;
}

.job_resume .part02 .joblist_tt span.jobli1 {
  width: 20%;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-indent: 5%;
}

.job_resume .part02 .joblist_tt span.jobli2 {
  width: 20%;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-indent: 5%;
}

.job_resume .part02 .joblist_tt span.jobli3 {
  width: 20%;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-indent: 5%;
}

.job_resume .part02 .joblist_tt span.jobli4 {
  width: 20%;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-indent: 5%;
}

.job_resume .part02 .joblist_tt span.jobli5 {
  width: 20%;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-indent: 5%;
}

.job_resume .part02 .JobList-J2 {
  overflow: hidden;
}

.job_resume .part02 .JobList-J2 ._jt {
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  *zoom: 1;
  cursor: pointer;
  position: relative;
  float: left;
  width: 100%;
}

.job_resume .part02 .JobList-J2 ._jt strong {
  float: left;
  width: 20%;
  color: #5a5a5a;
  font-size: 14px;
  text-align: left;
  text-indent: 5%;
  font-weight: normal;
}

.job_resume .part02 .JobList-J2 ._jt span {
  float: right;
}

.job_resume .part02 .JobList-J2 ._jt ._jt_btn {
  display: block;
  width: 30px;
  height: 35px;
  position: absolute;
  right: 2%;
  top: 50%;
  margin-top: -17.5px;
}

.job_resume .part02 .JobList-J2 ._jc {
  display: none;
  float: left;
  width: 100%;
  background-color: #f9f9f9;
  padding-left: 44px;
  padding-bottom: 30px;
}

.job_resume .part02 .JobList-J2 ._jcon {
  padding: 10px 10px 10px 20px;
}

.job_resume .part02 .JobList-J2 ._jcon ._title {
  font-size: 15px;
  color: #000;
  margin-top: 32px;
}

.job_resume .part02 .JobList-J2 ._jcon ._typeIn p {
  line-height: 24px;
}

.job_resume .part02 .JobList-J2 ._jt_act {
  color: #fff;
}

.job_resume .part02 .JobList-J2 ._jt_act ._jt_btn {
  background-position: left bottom;
}

.job_resume .part02 ._channelBtn {
  display: inline-block;
  border: 1px #d6d6d6 solid;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 14px;
  margin-right: 10px;
}

.job_resume .part02 ._channelBtn:hover {
  background-color: #01499d;
  color: #fff;
}

.job_resume .part02 .JobList-J2 ._jt strong.srong1 {
  width: 20%;
  color: #5a5a5a;
  font-size: 14px;
  text-align: left;
  text-indent: 5%;
  font-weight: normal;
}

.job_resume .part02 .JobList-J2 ._jt strong.srong2 {
  width: 20%;
  color: #5a5a5a;
  font-size: 14px;
  text-align: left;
  text-indent: 5%;
  font-weight: normal;
}

.job_resume .part02 .JobList-J2 ._jt strong.srong3 {
  width: 20%;
  color: #5a5a5a;
  font-size: 14px;
  text-align: left;
  text-indent: 5%;
  font-weight: normal;
}

.job_resume .part02 .JobList-J2 ._jt strong.srong4 {
  width: 20%;
  color: #5a5a5a;
  font-size: 14px;
  text-align: left;
  text-indent: 5%;
  font-weight: normal;
}

body .album_ordinary .slide_c p {
  bottom: 100px;
}

.job_resume .part02 .zzz {
  height: 45px;
  line-height: 45px;
  width: 100px;
  background-color: #fff100;
  margin-top: 50px;
}

/*简历投递*/
.job_resume_form {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  z-index: 20;
}

.job_resume_form .part01 {
  padding-top: 80px;
}

.job_resume_form .part02 {
  position: relative;
  z-index: 20;
  background-color: #fff;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 85px;
}

.main_bar {
  padding: 25px 0 60px;
  background-color: #fff;
}

/*下层--简历投递挂件*/
.job_resume_form .part02 .Form-J1 .Form-J1-Left {
  float: left;
  width: 48%;
}

.job_resume_form .part02 .Form-J1 .Form-J1-right {
  float: right;
  width: 48%;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li {
  background: #f7f7f7;
  padding: 10px 2%;
  margin-bottom: 15px;
  position: relative;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li label {
  width: 5em;
  display: inline-block;
  color: #666;
  vertical-align: middle;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li input {
  height: 28px;
  line-height: 28px;
  width: 83%;
  vertical-align: middle;
  border: none;
  background: transparent;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li textarea {
  width: 83%;
  vertical-align: middle;
  height: 90px;
  border: none;
  background: transparent;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li em {
  color: red;
  vertical-align: middle;
  padding-left: 10px;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li input._yzm {
  width: 20%;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li img {
  vertical-align: middle;
  padding-left: 10px;
  cursor: pointer;
  height: 30px;
  width: 100px;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li b {
  color: #666;
  font-size: 12px;
  padding-left: 4px;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li select {
  width: 83%;
  background: transparent;
  border: none;
  height: 30px;
  line-height: 30px;
}

.job_resume_form .part02 .Form-J1 .Form-J1-Btn {
  clear: both;
  text-align: center;
  padding-top: 40px;
}

.job_resume_form .part02 .Form-J1 .Form-J1-Btn button {
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
  padding: 0;
  font-size: 15px;
}

.job_resume_form .part02 .Form-J1 .Form-J1-Btn ._submit {
  background: #01479d;
  margin-right: 10px;
}

.job_resume_form .part02 .Form-J1 .Form-J1-Btn ._reset {
  background: #909090;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li .Validform_wrong {
  position: absolute;
  right: 7%;
  top: 13px;
}

@media only screen and (max-width: 40em) {
  .Form-J1 .Form-J1-Left {
    width: 100%;
  }
  .Form-J1 .Form-J1-li input {
    width: 86%;
  }
  .Form-J1 .Form-J1-li select {
    width: 54%;
  }
  .Form-J1 .Form-J1-right {
    width: 100%;
  }
  .Form-J1 .Form-J1-li textarea {
    width: 84%;
  }
  .Form-J1 .Form-J1-li input._yzm {
    width: 27%;
  }
  .Form-P1 .Form-P1-li b {
    display: none;
  }
  .Form-J1 .Form-J1-li label {
    display: block;
    width: 100%;
  }
  .Form-J1 .Form-J1-Btn {
    text-align: left;
  }
}

.job_resume_form .part02 .main_content .msg-30078 .form-m1 .form-m1-btn button,
.main_content .msg-30260 .form-m1 .form-m1-btn button {
  width: 120px;
  height: 32px;
  line-height: 32px;
  border-radius: 0;
  font-size: 15px;
  padding: 0;
  border: none;
}

.job_resume_form .part02 .main_content .msg-30078 .form-m1 .form-m1-btn ._submit,
.main_content .msg-30260 .form-m1 .form-m1-btn ._submit {
  background: #f37020;
}

/*2016-12-23 15:00; ysl*/
/*通用样式*/
/*图片*/
.rect-42 {
  padding-bottom: 42%;
}

.rect-57 {
  padding-bottom: 57%;
}

.rect-97 {
  padding-bottom: 97%;
}

/*动画*/
.about_compre .prt02_links ._link ._ico,
.about_compre .prt03_links ._link ._ico,
.about_compre .prt04_btm ._year_box ._line,
.about_compre .prt04_btm ._year_box ._pt,
.about_compre .part04 .prt04_det_item ._pic,
.transition {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

/*通用编辑框*/
.typeIn {
  min-height: 300px;
}

/*综合页-通用banner*/
.cbanner.compre_banner .bg_img,
.posi_.compre_posi_ {
  height: 403px;
}

.posi_.compre_posi_ {
  /*top: 270px;*/
  color: #ffffff;
}

.posi_.compre_posi_ ._tt {
  margin-bottom: 6px;
  font-size: 26px;
}

.posi_.compre_posi_ ._desc {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.posi_.compre_posi_ ._desc_en {
  font-size: 15px;
  font-family: Arial;
  text-transform: uppercase;
}

.posi_.compre_posi_ .mouse {
  margin-top: 2.2%;
}

/*综合页-通用栏目标题*/
.compre_sub_title {
  position: relative;
  margin-bottom: 35px;
  padding-top: 50px;
  text-align: center;
}

.compre_sub_title ._tit_en {
  font-size: 137px;
  font-family: Arial;
  font-weight: bold;
  line-height: 1;
  color: #eff2f9;
  text-transform: uppercase;
}

.compre_sub_title ._tit_cn {
  width: 100%;
  font-size: 40px;
  line-height: 1;
  color: #0071bd;
}

/*关于我们-综合页*/
/*关于我们-综合页-part01*/
.about_compre .part01 {
  padding-bottom: 75px;
}

.about_compre .part01 ._txt_con {
  margin: 0 auto 45px auto;
  max-width: 975px;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

.about_compre .part01 .roll_nums li {
  float: left;
  width: 33.3%;
  text-align: center;
}

.about_compre .part01 .roll_nums .top_number {
  margin-bottom: 10px;
}

.about_compre .part01 .roll_nums .number {
  font-family: Impact, sans-serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  color: #0168b7;
}

.about_compre .part01 .roll_nums .num_title {
  font-size: 16px;
  color: #585858;
}

/*关于我们-综合页-part02*/
.about_compre .part02 {
  height: 425px;
  overflow: hidden;
  background-image: url(../img/about_compre02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.about_compre .wrap,
.about_compre .prt02_con {
  height: 100%;
}

.about_compre .prt02_con {
  position: relative;
}

.about_compre .prt02_con .figure_pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: -60px;
  width: 34%;
}

.about_compre .prt02_con ._sologan_wrap {
  margin-bottom: 4.5%;
  padding-top: 8.3%;
  padding-left: 6.25%;
  font-style: italic;
  color: #ffffff;
}

.about_compre .prt02_con ._sologan_wrap ._tt {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}

.about_compre .prt02_con ._sologan_wrap ._wd {
  font-size: 35px;
}

.about_compre .prt02_links {
  padding-left: 4%;
}

.about_compre .prt02_links ._link {
  float: left;
  margin-right: 2%;
  width: 11%;
  min-width: 80px;
  color: #ffffff;
  text-align: center;
}

.about_compre .prt02_links ._link ._ico {
  display: block;
  margin: 0 auto 28px;
  width: 50px;
  height: 50px;
  background-image: url(../img/about_compre04.png);
  background-repeat: no-repeat;
}

.about_compre .prt02_links ._link:hover ._ico {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.about_compre .prt02_links ._link02 ._ico {
  background-position: -50px 0;
}

.about_compre .prt02_links ._link03 ._ico {
  background-position: -100px 0;
}

.about_compre .prt02_links ._link04 ._ico {
  background-position: -150px 0;
}

/*关于我们-综合页-part03*/
.about_compre .part03 {
  padding-top: 50px;
  padding-bottom: 70px;
}

.about_compre .prt03_box_lt {
  position: relative;
}

.about_compre .prt03_box_lt ._msk {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.about_compre .prt03_box_lt ._msk ._con {
  padding-top: 10%;
}

.about_compre .prt03_box_lt ._sologan {
  margin-bottom: 27px;
  padding-left: 8.3%;
  color: #ffffff;
}

.about_compre .prt03_box_lt ._sologan ._tt {
  margin-bottom: 7px;
  font-size: 32px;
}

.about_compre .prt03_box_lt ._sologan ._desc {
  width: 334px;
  line-height: 1.9;
  font-size: 14px;
  color: #f9f5e8;
}

.about_compre .prt03_links {
  padding-left: 3%;
}

.about_compre .prt03_links ._link {
  float: left;
  margin-right: 2%;
  width: 20%;
  min-width: 80px;
  color: #edeeef;
  text-align: center;
}

.about_compre .prt03_links ._link ._ico {
  display: block;
  margin: 0 auto 10px;
  width: 80px;
  height: 80px;
  background-image: url(../img/about_compre06.png);
  background-repeat: no-repeat;
}

.about_compre .prt03_links ._link:hover ._ico {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.about_compre .prt03_links ._link02 ._ico {
  background-position: -80px 0;
}

.about_compre .prt03_links ._link03 ._ico {
  background-position: -160px 0;
}

.about_compre .prt03_links ._link ._wd {
  font-size: 14px;
}

.about_compre .pic_wd ._pic_con,
.about_compre .pic_wd ._txt_con {
  float: left;
  width: 50%;
}

.about_compre .pic_wd.pic_wd_pic_rt ._pic_con {
  float: right;
}

.about_compre .pic_wd ._txt_con ._inn {
  padding: 13.3% 6.7% 0 13.3%;
}

.about_compre .pic_wd ._txt_con ._tt {
  font-size: 26px;
  color: #0374be;
}

.about_compre .pic_wd ._txt_con ._desc {
  font-size: 13px;
  line-height: 2;
  color: #5a5a5a;
}

/*关于我们-综合页-part04*/
.about_compre .part04 {
  padding-bottom: 100px;
  background-color: #f6f7f8;
}

.about_compre .prt04_top {
  margin-bottom: 40px;
}

.about_compre .part04 .prt04_det_list {
  float: right;
  width: 100%;
  /*width: 61.5%;*/
  overflow: hidden;
  white-space: nowrap;
}

.about_compre .part04 .prt04_det_item {
  position: relative;
  display: none;
  white-space: normal;
}

.about_compre .part04 .prt04_det_item.show {
  display: block;
}

.about_compre .part04 .prt04_det_item ._year {
  padding-top: 45px;
  font-size: 170px;
  font-weight: bold;
  font-family: Impact, sans-serif;
  line-height: 1;
  color: #e8e8e8;
  letter-spacing: 22px;
}

.about_compre .part04 .prt04_det_item ._tit {
  margin-bottom: 8px;
  width: 36%;
  font-size: 16px;
  color: #000000;
}

.about_compre .part04 .prt04_det_item ._desc {
  padding-bottom: 10%;
  width: 38%;
  font-size: 14px;
  line-height: 1.7;
}

.about_compre .part04 .prt04_det_item ._pic {
  position: absolute;
  top: 100px;
  /*left:100%;*/
  width: 53%;
}

.about_compre .part04 .prt04_det_item.show ._pic {
  /* left:44%; */
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.about_compre .prt04_pic {
  float: left;
  width: 31%;
}

.about_compre .prt04_btm {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}

.about_compre .prt04_btm ._year_ul {
  white-space: nowrap;
  font-size: 0;
}

.about_compre .prt04_btm ._year_li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 14.2%;
}

.about_compre .prt04_btm ._year_box {
  position: relative;
  text-align: center;
}

.about_compre .prt04_btm ._year_li.passed_year ._year_box ._pt,
.about_compre .prt04_btm ._year_li.on_year ._year_box ._pt {
  background-color: #0071bd;
  border: #000a15 1px solid;
}

.about_compre .prt04_btm ._year_box ._pt {
  display: block;
  position: relative;
  margin: 0 auto 20px;
  width: 20px;
  height: 20px;
  background-color: #e6e6e6;
  border-radius: 50%;
  border: #d3d3d3 1px solid;
  cursor: pointer;
}

.about_compre .prt04_btm ._year_box ._line {
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  height: 3px;
  background-image: url(../img/about_compre11.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.about_compre .prt04_btm ._year_li.passed_year ._year_box ._line {
  background-image: url(../img/about_compre13.png);
}

.about_compre .prt04_btm ._year_li.on_year ._year_box ._line {
  background-image: url(../img/about_compre12.png);
}

.about_compre .prt04_btm ._year_box ._time {
  font-size: 18px;
  color: #5e5e5e;
}

.about_compre .prt04_btm ._year_li.passed_year ._year_box ._time,
.about_compre .prt04_btm ._year_li.on_year ._year_box ._time {
  color: #0071bd;
}

.about_compre .prt04_btm_arrs {
  display: block;
  position: absolute;
  top: 10px;
  width: 37px;
  height: 38px;
  background-image: url(../img/about_compre10.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.about_compre .prt04_btm_arr_prev {
  left: 0;
  background-position: 0 0;
}

.about_compre .prt04_btm_arr_next {
  right: 0;
  background-position: -37px 0;
}

/*2016-12-22 zhangjun*/
/*关于我们-发展历程*/
.about_history {
  position: relative;
  overflow: hidden;
  z-index: 20;
}

.about_history .part01 {
  overflow: hidden;
  padding: 64px 0;
  background-color: #fff;
}

.about_history .part01 .his_left {
  float: left;
}

.about_history .part01 .his_left.at {
  position: absolute;
  left: 0;
  bottom: 51px;
}

.about_history .part01 .his_left .his_img {
  height: 351px;
}

.about_history .part01 .his_left .date_ {
  position: relative;
  overflow: hidden;
  width: 100%;
  width: 368px;
}

.about_history .part01 .his_left .date_.at {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about_history .part01 .his_left .date_.fixed {
  position: fixed;
  left: 50%;
  margin-left: -600px;
  top: 66px;
  z-index: 22;
}

.about_history .part01 .his_left .date_ ul li {
  height: 94px;
  line-height: 94px;
  text-align: center;
  font-size: 22px;
  color: #2f2f2f;
  border-bottom: 1px solid #fff;
  background-color: #f1f1f1;
}

.about_history .part01 .his_left .date_ ul li a {
  display: block;
}

.about_history .part01 .his_left .date_ ul li.on {
  background-color: #00317e;
}

.about_history .part01 .his_left .date_ ul li.on a {
  color: #fff;
}

.about_history .part01 .his_left .date_ ul li:hover {
  background-color: #00317e;
}

.about_history .part01 .his_left .date_ ul li:hover a {
  color: #fff;
}

.about_history .part01 .his_right {
  width: 63%;
  float: right;
  border-left: 1px solid #e6e6e6;
}

.about_history .part01 .his_right ul li {
  margin-bottom: 50px;
  position: relative;
  border: 7px solid #e7e7e7;
  margin-left: 60px;
}

.about_history .part01 .his_right ul li .oc {
  position: absolute;
  left: -76px;
  top: 38px;
}

.about_history .part01 .his_right ul li .os {
  position: absolute;
  left: -36px;
  top: 33px;
}

.about_history .part01 .his_right ul li .mask_ {
  margin: 40px 40px;
}

.about_history .part01 .his_right ul li .mask_ .title {
  font-size: 38px;
  color: #00317e;
  text-align: left;
  margin-bottom: 14px;
}

.about_history .part01 .his_right ul li .mask_ .p {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 24px;
}

.about_history .part01 .his_right ul li .mask_ .bg_img {
  margin-top: 35px;
}

.about_history .part01 .his_right ul li.li_ .bg_img {
  display: none;
}

/*关于我们-荣耀资质*/
.about_hover,
.honor_hover {
  position: relative;
  z-index: 22;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 50px;
}

.about_hover .item,
.honor_hover .item {
  cursor: pointer;
  margin-top: 35px;
}

.about_hover .item ._item_top,
.honor_hover .item ._item_top {
  position: relative;
  overflow: hidden;
}

.about_hover .item ._pic {
  height: 0;
  overflow: hidden;
  padding-bottom: 59.5%;
}

.honor_hover .item ._pic {
  height: auto;
  overflow: hidden;
}

.about_hover .item ._pic img,
.honor_hover .item ._pic img {
  width: 100%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.about_hover .item ._mask,
.honor_hover .item ._mask {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../img/blue_333_03.png);
}

.about_hover .item ._mask .bg_img,
.honor_hover .item ._mask .bg_img {
  position: absolute;
  left: 50%;
  margin-left: -34px;
  top: 50%;
  margin-top: -34px;
}

.about_hover .item:hover ._mask,
.honor_hover .item:hover ._mask {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.about_hover .item ._item_down {
  padding: 26px 10% 26px 9%;
  background-color: #aaaaaa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.honor_hover .item ._item_down {
  padding: 6px 10% 6px 9%;
  background-color: #aaaaaa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about_hover .item:hover ._item_down,
.honor_hover .item:hover ._item_down {
  background-color: #0071bd;
}

.about_hover .item ._name {
  height: 1.6em;
  overflow: hidden;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
}

.honor_hover .item ._name {
  height: 1.6em;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
}

.about_hover .item ._time,
.honor_hover .item ._time {
  font-size: 12px;
  color: #ffffff;
}

/*关于我们-企业简介*/
.about_intro {
  position: relative;
  z-index: 22;
  background-color: #fff;
  overflow: hidden;
}

.about_intro .part01 {
  padding: 80px 0 90px;
}

.about_intro .part01 .part01_ {
  position: relative;
}

.about_intro .part01 .part01_ .part01_l {
  width: 46%;
  background-color: #00317e;
}

.about_intro .part01 .part01_ .part01_l .mask_ {
  margin: 40px 40px 40px 50px;
}

.about_intro .part01 .part01_ .part01_l .mask_ .title {
  font-size: 36px;
  color: #fff;
  text-align: left;
  font-weight: normal;
  margin-bottom: 35px;
}

.about_intro .part01 .part01_ .part01_l .mask_ .p {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  line-height: 32px;
}

.about_intro .part01 .part01_ .part01_r {
  width: 54%;
}

.about_intro .part02 {
  position: relative;
  overflow: hidden;
  z-index: 22;
}

.about_intro .part02.mm {
  min-height: 400px;
}

/*2016-12-27 08:30 zhangjun*/
/*通用样式*/
/*图片*/
.rect-32 {
  padding-bottom: 32%;
}

.rect-72 {
  padding-bottom: 72%;
}

.rect-11980 {
  padding-bottom: 119.8%;
}

/*动画*/
.iprt01_btm .rt_float_cell ._msk,
.iprt01_btm .arrs,
.ipart05 ._con_rt .roll_nums ._ico,
.transition {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

/*通用按钮*/
/*查看更多-蓝色背景下-通用按钮*/
.uni_more_btn.btn_all_trans {
  color: #94b2d6;
  background-color: transparent;
  background: url(about:blank) \9;
  border: #94b2d6 1px solid;
}

.uni_more_btn.btn_all_trans ._btn_con:after {
  background-image: url(../img/uni_more_btn_arr2.png);
}

/*查看更多-白色文字与边框-通用按钮*/
.uni_more_btn.btn_all_white {
  color: #ffffff;
  background-color: transparent;
  background: url(about:blank) \9;
  border: #ffffff 1px solid;
}

.uni_more_btn.btn_all_white ._btn_con:after {
  background-image: url(../img/uni_more_btn_arr3.png);
}

/*小标题*/
._sub_tit {
  padding-top: 30px;
  margin-bottom: 20px;
}

._sub_tit ._tit {
  float: left;
  font-size: 28px;
  color: #000000;
}

._sub_tit ._more {
  display: block;
  float: right;
  margin-top: 19px;
  font-size: 14px;
  color: #616161;
}

/*通用样式 end*/
/*投资关系-社会关系*/
.invest_society {
  position: relative;
  z-index: 22;
  background-color: #fff;
  overflow: hidden;
}

.invest_society .part01 {
  position: relative;
  overflow: hidden;
  padding: 60px 0 0px;
}

.invest_society .part01 .tab_ .tab_t_ {
  position: relative;
  padding-bottom: 42px;
}

.invest_society .part01 .tab_ .tab_t_ .tab_t {
  position: relative;
}

.invest_society .part01 .tab_ .tab_t_ .tab_t.tab_t01 {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.invest_society .part01 .tab_ .tab_t_ .tab_t.tab_t02 {
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
}

.invest_society .part01 .tab_ .tab_t_ .tab_t.tab_t03 {
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
}

.invest_society .part01 .tab_ .tab_t_ .tab_t .desc_ {
  position: absolute;
  left: 0;
  height: 66px;
  bottom: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  line-height: 66px;
  font-size: 28px;
  font-weight: normal;
  background: rgba(69, 59, 51, 0.8);
  width: 100%;
  color: #fff;
}

.invest_society .part01 .tab_ .tab_t_ .tab_t:hover .desc_ {
  background-color: #fff100;
  color: #000;
}

.invest_society .part01 .tab_ .tab_t_ .tab_t.tab_t_cur .desc_ {
  background-color: #fff100;
  color: #000;
}

.invest_society .part01 .tab_ .tab_c_ .tab_c {
  position: relative;
  background-color: #ecf1f4;
}

.invest_society .part01 .tab_ .tab_c_ .tab_c .bg_img {
  position: absolute;
  left: 190px;
  top: -16px;
}

.invest_society .part01 .tab_ .tab_c_ .tab_c .mask_ {
  padding: 35px 40px 50px 40px;
}

.invest_society .part01 .tab_ .tab_c_ .tab_c .mask_ .title {
  font-size: 18px;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}

.invest_society .part01 .tab_ .tab_c_ .tab_c .mask_ .p {
  font-size: 13px;
  color: #5c5c5c;
  line-height: 24px;
  margin-bottom: 50px;
}

/*投资关系-列表*/
.invest_list {
  position: relative;
  overflow: hidden;
  z-index: 22;
  background-color: #fff;
}

.invest_list .part01 {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

/* newslist-7 start*/
.invest_list .part01 {
  margin-bottom: 20px;
}

.invest_list .part01 li {
  clear: both;
  overflow: hidden;
  height: 132px;
  line-height: 132px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}

.invest_list .part01 li:hover {
  background-color: #eef2f4;
}

.invest_list .part01 ._time {
  width: 12%;
  min-width: 100px;
  float: left;
  font-family: Verdana;
  font-size: 14px;
}

.invest_list .part01 ._title {
  width: 50%;
  font-weight: normal;
  font-size: 16px;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 8%;
}

.invest_list .part01 ._download {
  width: 60px;
  height: 40px;
  position: absolute;
  left: 2%;
  top: 34%;
  overflow: hidden;
}

/*.invest_list .part01  ._download img { position:absolute; left:0; top:0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.invest_list .part01  ._download img._hover { display:none;width:30px;height: 30px;}*/
.invest_list .part01 ._title {
  float: left;
}

.invest_list .part01 .date_ {
  position: absolute;
  right: 5%;
  top: 15%;
}

.invest_list .part01 .date_ span {
  font-size: 16px;
  color: #929292;
  position: absolute;
  right: 0;
  top: -24px;
}

.invest_list .part01 .date_ strong {
  font-size: 33px;
  color: #929292;
  font-weight: normal;
}

.invest_list .part01 li:hover .date_ span,
.invest_list .part01 li:hover .date_ strong {
  color: #0071bd;
}

.invest_list .part01 li:hover a,
li:hover ._title,
li:hover ._time,
li:hover .date_ span,
li:hover .date_ strong {
  color: #0071bd;
}

/*.invest_list .part01  li:hover ._download img { display:none; }
.invest_list .part01  li:hover ._download img._hover { display:block; }*/
.invest_list .part01 .page {
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  ._time {
    width: auto;
    min-width: 0;
    margin-right: 10px;
  }
  ._title {
    width: 65%;
  }
}

/*投资关系 -综合*/
.invest_compre {
  position: relative;
  z-index: 22;
  background-color: #fff;
  overflow: hidden;
}

.invest_compre .part01 {
  position: relative;
  padding: 60px 0 40px;
}

.invest_compre .part01 .part_l {
  width: 49%;
  float: left;
}

.invest_compre .part01 .part_l dt {
  height: 40px;
  margin-bottom: 25px;
}

.invest_compre .part01 .part_l dt .title {
  font-size: 28px;
  color: #282828;
  float: left;
}

.invest_compre .part01 .part_l dt ._more {
  float: right;
  margin-top: 15px;
  margin-right: 8%;
}

.invest_compre .part01 .part_l dd {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border-right: 1px solid #d4d4d4;
}

.invest_compre .part01 .part_l dd a {
  display: block;
}

.invest_compre .part01 .part_l dd .p {
  font-size: 16px;
  color: #19191a;
  float: left;
}

.invest_compre .part01 .part_l dd span {
  float: right;
  font-size: 13px;
  color: #a2a2a2;
  margin-right: 8%;
}

.invest_compre .part01 .part_r {
  width: 49%;
  float: right;
  margin-left: 2%;
}

.invest_compre .part01 .part_r .con_ {
  height: 40px;
  margin-bottom: 25px;
}

.invest_compre .part01 .part_r .con_ .title {
  color: #282828;
  float: left;
  font-size: 28px;
}

.invest_compre .part01 .part_r .con_ ._more {
  float: right;
  margin-top: 15px;
}

.invest_compre .part01 .part_r .desc_ {
  padding: 10px 36px 0 10px;
  width: 44%;
}

.invest_compre .part01 .part_r .desc_ .title {
  font-size: 16px;
  color: #19191a;
  text-align: left;
  margin-bottom: 40px;
}

.invest_compre .part01 .part_r .desc_ span {
  font-size: 13px;
  color: #a2a2a2;
  text-align: left;
  margin-bottom: 15px;
  display: inline-block;
  *display: inline-block;
}

.invest_compre .part01 .part_r .desc_ .p {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 28px;
}

.invest_compre .part01 .part_r .mask_ .bg_img {
  width: 48%;
}

.invest_compre .part02 {
  position: relative;
  overflow: hidden;
  background-color: #ecf1f4;
  padding-bottom: 36px;
  padding-top: 38px;
}

.invest_compre .part02 .con_ .title {
  font-size: 28px;
  color: #282828;
  text-align: left;
}

.invest_compre .part02 .con_ .p {
  font-size: 14px;
  color: #666565;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 20px;
}

.invest_compre .part02 .mask_ {
  position: relative;
  overflow: hidden;
}

.invest_compre .part02 .mask_ .bg_img {
  width: 48%;
  float: left;
}

.invest_compre .part02 .mask_ .into_ {
  width: 43%;
  padding: 20px 36px 12px 70px;
  float: left;
  background-color: #fff;
}

.invest_compre .part02 .mask_ .into_ ._con .title {
  font-size: 26px;
  color: #035cac;
  font-weight: normal;
  float: left;
}

.invest_compre .part02 .mask_ .into_ ._con .desc_ {
  float: right;
  overflow: hidden;
  margin-top: 10px;
}

.invest_compre .part02 .mask_ .into_ ._con .desc_ ul li {
  float: left;
}

.invest_compre .part02 .mask_ .into_ .pic {
  margin-top: 20px;
}

.invest_compre .part03 {
  position: relative;
  overflow: hidden;
  height: 410px;
}

.invest_compre .part03 .mask_ {
  width: 54%;
  text-align: left;
  position: relative;
  margin-top: 122px;
  background: rgba(60, 108, 187, 0.8);
}

.invest_compre .part03 .mask_ .info_ {
  padding: 40px 40px 35px 35px;
}

.invest_compre .part03 .mask_ .info_ .title {
  font-size: 28px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 18px;
  color: #fff;
}

.invest_compre .part03 .mask_ .info_ .p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}

/*客户服务-营销网络*/
.customer_ser {
  position: relative;
  overflow: hidden;
  z-index: 22;
  padding: 55px 0 55px;
  background-color: #fff;
}

.customer_ser .part01 {
  position: relative;
  overflow: hidden;
}

.customer_ser .part01 .part01_t {
  background-color: #0071bd;
  height: 68px;
  line-height: 68px;
  position: relative;
  overflow: hidden;
}

.customer_ser .part01 .part01_t .dingwei {
  width: 6.7%;
  border-right: 1px solid #fff;
  text-align: center;
}

.customer_ser .part01 .part01_t .dingwei img {
  margin-top: 21px;
}

.customer_ser .part01 .part01_t .sco_ {
  width: 6.7%;
  border-left: 1px solid #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

.customer_ser .part01 .part01_t .sco_ img {
  margin-top: 21px;
}

.customer_ser .part01 .part01_t .netSearch {
  margin: 18px 0;
  width: 55%;
}

.customer_ser .part01 .part01_t .netSearch .sec_bd {
  display: block;
  overflow: hidden;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
}

.customer_ser .part01 .part01_t .netSearch .sec_bd .pselect {
  height: 32px;
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}

.customer_ser .part01 .part01_t .netSearch .sec_bd .pselect .ms {
  position: absolute;
  left: 7px;
  top: 12px;
  z-index: 10;
}

.customer_ser .part01 .part01_t .netSearch .pselect .c_select {
  display: block;
  width: 99%;
  background-color: #fff;
  height: 32px;
  line-height: 32px;
  border-radius: 0 !important;
  border: 1px #c2c2c2 solid;
}

.customer_ser .part01 .part01_t .netSearch .pselect .c_select ._txt {
  padding-right: 36px;
  padding-left: 20px;
}

.customer_ser .part01 .part01_t .netSearch .pselect .c_select ._arrow {
  width: 33px;
}

.customer_ser .part01 .part01_t .netSearch .pselect .c_select ._arrow .arr {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../img/ico.png) -40px 0 no-repeat;
  border: none;
}

.customer_ser .part01 .part01_t .netSearch .pselect .c_select.on ._arrow .arr {
  background-position: -60px 0;
}

.customer_ser .part01 .part01_t .netSearch .select-ui-options-ncb {
  border-color: #ddd !important;
  background-color: #fff;
  overflow: auto;
  max-height: 11em;
  width: 344px\9;
}

.customer_ser .part01 .part01_t .netSearch .select-ui-options li {
  padding: 6px;
  line-height: 1.8em;
  width: 96%;
}

.customer_ser .part01 .part01_t .netSearch .select-ui-options li:hover {
  background: #018a5e;
  color: #fff;
}

.customer_ser .part01 .part01_t .netSearch .select-ui-options-ncb ._disabled {
  display: none;
}

.customer_ser .part01 .part01_t .netSearch .nInput {
  display: block;
  height: 39px;
  border: #ddd 1px solid;
  padding: 0 20px;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #fff;
}

.customer_ser .part01 .part01_t .netSearch .nInput input {
  width: 100%;
  height: 19px;
  line-height: 19px;
  padding: 10px 0;
  vertical-align: top;
  border-width: 0;
  font-family: "Microsoft Yahei";
}

.customer_ser .part01 .part01_t .netSearch .nBtn {
  overflow: hidden;
  float: left;
  width: 117px;
}

.customer_ser .part01 .part01_t .netSearch .nBtn a {
  display: block;
  width: 100%;
  height: 43px;
  line-height: 43px;
  background-color: #c70025;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.customer_ser .part01 .part01_t .netSearch .sec_hd {
  display: block;
  overflow: hidden;
  width: 46%;
  margin-right: 2%;
}

.customer_ser .part01 .part01_t .netSearch .sec_hd .pselect {
  height: 32px;
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}

.customer_ser .part01 .part01_t .netSearch .sec_hd .pselect .ms {
  position: absolute;
  left: 7px;
  top: 12px;
  z-index: 10;
}

.customer_ser .part01 .part01_t .nbread {
  position: relative;
  overflow: hidden;
}

.customer_ser .part01 .part01_t .nbread li {
  float: left;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin: 0 10px;
  cursor: pointer;
}

.customer_ser .part01 .part01_t .nbread li span {
  width: 16px;
  height: 16px;
  background-color: #fff;
  float: left;
  display: block;
  margin: 26px 5px;
}

.customer_ser .part01 .part01_t .nbread li b {
  font-weight: normal;
  float: left;
}

.customer_ser .part01 .part01_t .nbread li.on span {
  background-color: #efe424;
}

.customer_ser .part01 .part01_t .nbread li:hover b {
  color: #efe424;
}

.customer_ser .part01 .part01_c {
  position: relative;
  overflow: hidden;
}

.customer_ser .part01 .part01_b {
  position: relative;
  overflow: hidden;
  background-color: #0071bd;
}

.customer_ser .part01 .part01_b .mask_ {
  margin: 38px 50px 38px 50px;
}

.customer_ser .part01 .part01_b .mask_ .title {
  font-size: 20px;
  color: #fff;
  text-align: left;
  margin-bottom: 14px;
}

.customer_ser .part01 .part01_b .mask_ .p {
  width: 50%;
  color: #fff;
}

.customer_ser .part01 .part01_b .mask_ .p li {
  float: left;
  font-size: 14px;
  line-height: 27px;
  margin: 0 80px 0 0;
}

.customer_ser .part01 .part01_b a:hover {
  color: #efe424;
}

.customer_ser .part02 {
  position: relative;
  /*overflow: hidden;*/
}

.customer_ser .part02 ul li {
  background-color: #fbfbfb;
  margin-top: 20px;
}

.customer_ser .part02 ul li .mask_ {
  margin: 36px 84px 40px 25px;
}

.customer_ser .part02 ul li .mask_ .title {
  text-align: left;
  font-size: 16px;
  color: #000;
  margin-bottom: 12px;
}

.customer_ser .part02 ul li .mask_ .p dt {
  font-size: 15px;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}

.customer_ser .part02 ul li .mask_ .p dd {
  font-size: 14px;
  color: #5a5a5a;
  margin: 0 5px 0 0;
  line-height: 26px;
}

.customer_ser .part02 ul li.li01 {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.customer_ser .part02 ul li.li02 {
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
}

.customer_ser .part02 ul li.li03 {
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
}

.customer_ser .part02 ul li.li04 {
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
}

.customer_ser .part02 ul li.li05 {
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
}

.customer_ser .part02 ul li.li06 {
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
}

.customer_ser .part02 ul li.li07 {
  transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
}

.customer_ser .part02 ul li.li08 {
  transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
}

.customer_ser .part02 ul li.li09 {
  transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
}

/*点击加载更多*/
.spinner {
  margin-top: 70px;
  width: 100%;
}

.spinner ._down_more .loading {
  width: 20px;
  height: 20px;
  background: url(../img/loading2.gif) no-repeat center;
  display: none;
  background-size: 100% 100%;
  position: absolute;
  left: 75%;
  top: 11px;
}

.spinner ._down_more {
  height: 42px;
  width: 20%;
  position: relative;
  line-height: 42px;
  border: 1px solid #cbcbcb;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: block;
  margin-left: 40%;
}

.spinner ._down_more p {
  margin-left: 20%;
}

.spinner ._down_more .bg_img {
  margin-top: 15px;
  margin-left: 20%;
}

.spinner.cur ._down_more .bg_img {
  display: none;
}

.spinner.cur ._down_more .loading {
  display: inline-block;
}

/*2016-12-26 13:15 zhangjun*/
/*关于我们-成员关系*/
.about_custom {
  position: relative;
  overflow: hidden;
  z-index: 22;
  padding: 70px 0 90px;
  background-color: #fff;
}

.about_custom .part01 {
  position: relative;
  overflow: hidden;
}

.zhanqun {
  background-color: #ededed;
}

.zq_tab {
  text-align: center;
  margin-bottom: 53px;
}

.zq_tab_c {
  display: inline-block;
  width: 131px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 17px;
  color: #000;
  background-color: #ebebeb;
  cursor: pointer;
}

.zq_tab_c.tab_t_cur {
  background-color: #0071bd;
  color: #fff;
}

.zq_tab_cur {
  color: #fff;
  background-color: #b15533;
}

.zq_tab_c:hover {
  color: #fff;
  background-color: #0071bd;
}

.zq_list {
  padding-bottom: 20px;
}

.zq_list li {
  margin-bottom: 50px;
}

.zq_list li.att .zq_list_info {
  float: right;
}

.zq_list li.att .zq_list_img {
  float: left;
}

.zq_list li .zq_list_info {
  float: left;
  width: 50%;
  height: 100%;
  background-color: #f8f8f8;
}

.zq_list li .zq_list_img {
  float: right;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.zq_list li .zq_list_info .zq_i_wrap {
  padding: 46px 80px 52px 60px;
}

.zq_list li.zq_panel_left .zq_list_info {
  float: right;
}

.zq_list li.zq_panel_left .zq_list_img {
  float: left;
}

.zq_t {
  font-size: 26px;
  color: #000;
  margin-bottom: 15px;
}

.zq_p {
  color: #5a5a5a;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
}

.zq_link {
  width: 159px;
  height: 47px;
  line-height: 47px;
  /*background-color: #eaeaea;*/
  text-align: center;
  color: #000;
  margin-top: 40px;
  font-size: 15px;
}

.zq_link a {
  display: block;
}

.zq_link a:hover {
  color: #fff;
  background-color: #0071bd;
}

.zq_link a:hover .zq_icon {
  background-position: 0 -16px;
}

.zq_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: 0;
  margin-left: 15px;
  background: url(../img/mmmmmmmmm_03.png) no-repeat;
}

/*2016-12-27 14:30 ysl*/
/*通用样式*/
.iprt02_slide .iprt02_slide_li .dsb_,
.iprt02_slide .iprt02_slide_li ._params,
.iprt02_slide .iprt02_slide_li .uni_more_btn,
.iprt02_slide .iprt02_slide_li ._rt_box,
.transition_800 {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}

/*首页*/
.ipart05 .wrap {
  margin-bottom: 60px;
}

.index {
  position: relative;
  z-index: 10;
  /* margin-top: 590px; */
  background-color: #ffffff;
}

.index .biaoti {
  padding-top: 55px;
}

.index .dc {
  padding-top: 0px;
}

.ibanner,
.ibanner.slide {
  position: fixed;
}

.ibanner {
  top: 0;
  width: 100%;
  height: 590px;
  overflow: hidden;
}

.ibanner .iban_li {
  display: none;
}

.ibanner img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  max-width: none;
}

.ibanner .arrs {
  display: block;
  position: absolute;
  /*right:50%; bottom:40px;*/
  width: 58px;
  height: 57px;
  background-image: url(../img/index04.png);
  background-repeat: no-repeat;
}

.ibanner .arrs.arr_prev {
  margin-right: -440px;
}

.ibanner .arrs.arr_next {
  margin-right: -510px;
  background-position: -58px 0;
}

.ibanner .cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-image: url(../img/index01.png);
  background-repeat: repeat;
}

.ibanner .cover ._tt {
  margin-top: 15%;
  margin-bottom: 0.2%;
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
}

.ibanner .cover ._desc {
  margin: 0 auto;
  max-width: 576px;
  font-size: 17px;
  color: #dadada;
}

/*首页-ipart01*/
.iprt01_btm .lt_box {
  float: left;
  margin-right: 0.8%;
  width: 33%;
}

.iprt01_btm .lt_box .con_wrap {
  background-image: url(../img/index05.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.iprt01_btm .lt_box ._con {
  padding: 12% 12% 0 13.4%;
}

.iprt01_btm .lt_box ._con ._tt {
  margin-bottom: 12px;
  font-size: 31px;
  line-height: 1;
  color: #ffffff;
}

.iprt01_btm .lt_box ._con ._desc {
  margin-bottom: 15.3%;
  font-size: 14px;
  line-height: 1.9;
  color: #dde2ed;
}

.iprt01_btm .lt_box ._con ._desc a {
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 12px;
  color: #fff;
  display: block;
  width: 55px;
  text-align: center;
  float: left;
  margin: 0 3px 3px 0;
}

.iprt01_btm .lt_box ._con ._desc a:hover {
  color: #fff;
}

.iprt01_btm .rt_box {
  float: left;
  width: 66%;
}

.iprt01_btm .rt_box ._slide_con {
  padding-bottom: 60.5%;
  height: 0;
  overflow: hidden;
}

.iprt01_btm .rt_float_cell {
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  width: 49%;
}

.iprt01_btm .rt_float_cell ._con {
  position: relative;
  /*padding: 12.6% 9% 0 9%;*/
  color: #ff6a00;
}

.iprt01_btm .rt_float_cell ._tt {
  margin-bottom: 2px;
  font-size: 18px;
}

.iprt01_btm .rt_float_cell ._desc {
  font-size: 14px;
  color: #e2e9f2;
}

.iprt01_btm .rt_float_cell.hover ._con ._tt,
.iprt01_btm .rt_float_cell.hover ._con ._desc {
  display: none;
}

.iprt01_btm .rt_float_cell ._msk {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  bottom: 0;
  background: rgba(255, 241, 0, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e6fff100, endcolorstr=#e6fff100);
}

.iprt01_btm .rt_float_cell.hover ._msk {
  top: 0;
}

.iprt01_btm .rt_float_cell ._msk_con {
  padding: 11.6% 9% 0 9%;
}

.iprt01_btm .rt_float_cell ._msk ._tt {
  color: #000000;
}

.iprt01_btm .rt_float_cell ._msk ._desc {
  margin-bottom: 16px;
  color: #686201;
}

.iprt01_btm .rt_float_cell ._msk ._com_list {
  color: #000000;
}

.iprt01_btm .rt_float_cell ._msk ._com_list > a {
  display: block;
}

.iprt01_btm .arrs {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 29px;
  height: 50px;
  background-image: url(../img/index_indus_arrs.png);
  background-repeat: no-repeat;
}

.iprt01_btm .rt_box:hover .arrs {
  visibility: visible;
  opacity: 1;
}

.iprt01_btm .arrs.arr_prev {
  left: 0;
}

.iprt01_btm .arrs.arr_next {
  right: 1%;
  background-position: -29px 0;
}

/*首页-ipart02*/
.iprt02_con {
  position: relative;
  height: 595px;
  overflow: hidden;
  background: url(../img/index07.jpg) repeat;
}

.iprt02_con .pic_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 336px;
  overflow: hidden;
}

.iprt02_con .pic_wrap img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  max-width: none;
}

.iprt02_con ._txt_wrap {
  position: relative;
  padding-top: 177px;
  color: #ffffff;
}

.iprt02_slide {
  height: 540px;
  overflow: hidden;
}

.iprt02_slide .iprt02_slide_li .dsb_ {
  -webkit-transform: translateX(15%);
  transform: translateX(15%);
  opacity: 0;
}

.iprt02_slide .iprt02_slide_li.aaa .dsb_ {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.iprt02_slide .iprt02_slide_li ._params {
  -webkit-transform: translateX(15%);
  transform: translateX(15%);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  opacity: 0;
}

.iprt02_slide .iprt02_slide_li.aaa ._params {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.iprt02_slide .iprt02_slide_li .uni_more_btn {
  -webkit-transform: translateX(15%);
  transform: translateX(15%);
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  opacity: 0;
}

.iprt02_slide .iprt02_slide_li.aaa .uni_more_btn {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.iprt02_slide .iprt02_slide_li ._rt_box {
  -webkit-transform: translateX(15%);
  transform: translateX(15%);
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  opacity: 0;
}

.iprt02_slide .iprt02_slide_li.aaa ._rt_box {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.iprt02_slide_arrs.arr_prev,
.iprt02_slide_arrs.arr_next {
  display: block;
  position: absolute;
  bottom: 127px;
  width: 25px;
  height: 29px;
  background-image: url(../img/iarr_06.png);
  background-repeat: no-repeat;
  z-index: 4;
}

.iprt02_slide_arrs.arr_prev {
  left: 50%;
  margin-left: -650px;
  background-position: 0 0;
}

.iprt02_slide_arrs.arr_next {
  right: 50%;
  margin-right: -650px;
  background-position: -47px 0;
}

.iprt02_slide_item ._lt_box {
  float: left;
  width: 39%;
}

.iprt02_con ._txt_wrap ._tt {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 38px;
  font-weight: bold;
}

.iprt02_con ._txt_wrap ._type {
  font-size: 13px;
}

.iprt02_con ._txt_wrap ._desc {
  margin-bottom: 70px;
  height: 3.6em;
  line-height: 1.8em;
  overflow: hidden;
  font-size: 26px;
}

.iprt02_con ._txt_wrap ._params {
  margin-bottom: 23px;
}

.iprt02_con ._txt_wrap ._params ._li {
  float: left;
  width: 45%;
}

.iprt02_con ._txt_wrap ._params .number {
  /*font-family:Impact,sans-serif;*/
  font-size: 30px;
  /*font-weight:bold;*/
  color: #0266b1;
}

.iprt02_con ._txt_wrap ._params .num_title {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}

.iprt02_slide_item ._rt_box {
  float: right;
  padding-top: 4%;
  padding-right: 2%;
  width: 58%;
}

/*首页-ipart03*/
.ipart03 {
  padding-bottom: 55px;
}

.iprt03_lt_row {
  text-align: left;
  z-index: 33;
}

.iprt03_lt_row > li ._down {
  padding: 7% 9% 12% 9%;
  background-color: #f7f7f7;
}

.iprt03_lt_row > li ._down ._tt {
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.iprt03_lt_row > li.iprt03_lt_row_li01 ._msk {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/iprt04_03.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.iprt03_lt_row > li.iprt03_lt_row_li01 ._down {
  position: relative;
  padding: 15.5% 9% 9% 9%;
}

.iprt03_lt_row > li.iprt03_lt_row_li01 ._down .arr_link {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 9%;
  margin-top: -11px;
  width: 25px;
  height: 50px;
  background: url(../img/iprt04_02.png) center center no-repeat;
}

.iprt03_lt_row > li.iprt03_lt_row_li01 ._down ._tt {
  padding-right: 30px;
  padding-bottom: 6.25%;
  font-size: 22px;
  color: #000000;
}

.iprt03_lt_row > li.iprt03_lt_row_li01 ._down ._tool {
  position: relative;
  float: left;
  margin-right: 14px;
  font-size: 13px;
  line-height: 20px;
  color: #b1b1b1;
}

.iprt03_lt_row > li.iprt03_lt_row_li01 ._down ._tool._view {
  padding-left: 26px;
}

.iprt03_lt_row > li.iprt03_lt_row_li01 ._down ._tool._view:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/iprt04_01.png);
  background-repeat: no-repeat;
}

.bdsharebuttonbox.bdshare-button-style0-16 a,
.bdsharebuttonbox.bdshare-button-style0-16 .bds_more {
  width: 20px;
  height: 20px;
  background-image: url(../img/iprt04_01.png);
  background-repeat: no-repeat;
  background-position: -20px 0;
}

.iprt03_lt_row > li.iprt03_lt_row_li01 ._down ._tool._share .bds_more {
  width: 20px;
  height: 20px;
  background-image: url(../img/iprt04_01.png);
  background-repeat: no-repeat;
  background-position: -20px 0;
}

.bdsharebuttonbox.bdshare-button-style0-16 a,
.bdsharebuttonbox.bdshare-button-style0-16 .bds_more {
  margin-top: 0;
}

.iprt03_lt_row > li.iprt03_lt_row_li02 ._msk {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57.5%;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 72, 157, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e600489d, endcolorstr=#e600489d);
}

.iprt03_lt_row > li.iprt03_lt_row_li02 ._down ._tt {
  margin-bottom: 2px;
  font-size: 18px;
  color: #000000;
}

.iprt03_lt_row > li.iprt03_lt_row_li02 ._down ._date {
  margin-bottom: 4px;
  font-size: 12px;
  color: #8c8c8c;
}

.iprt03_lt_row > li.iprt03_lt_row_li02 ._down {
  font-size: 14px;
  color: #8c8c8c;
}

.ipart03 .b_wrap li {
  margin-bottom: 15px;
  padding-top: 17px;
  background-color: #f7f7f7;
}

.ipart03 .b_wrap li .fix {
  display: block;
  overflow: hidden;
}

.ipart03 .b_wrap li:hover {
  background-color: #e5e5e5;
}

.ipart03 .b_wrap li .xw_date_l {
  position: relative;
  width: 25%;
  font-family: Arial, sans-serif;
  text-align: right;
  color: #8c8c8c;
}

.ipart03 .b_wrap li .xw_date_l strong {
  font-size: 35px;
  position: absolute;
  right: 24px;
  top: 15px;
  display: block;
  font-weight: normal;
}

.ipart03 .b_wrap li .xw_date_l span {
  font-size: 16px;
  position: absolute;
  right: 24px;
  display: block;
}

.ipart03 .b_wrap li .xw_date_r .h3 {
  font-weight: normal;
  font-size: 17px;
  color: #464646;
}

.ipart03 .b_wrap li .xw_date_r .p {
  font-size: 13px;
  margin-top: 3px;
  line-height: 24px;
  height: 44px;
  padding-bottom: 10px;
  color: #666666;
}

.ipart03 .b_wrap li .xw_date_r {
  width: 75%;
  text-align: left;
}

/*首页-ipart04*/
.ipart04 {
  position: relative;
  height: 325px;
  background-image: url(../images/kehubg1.jpg);
  /*background-position:center center;*/
  background-repeat: no-repeat;
}

.ipart04 ._msk {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.ipart04 ._con {
  padding-top: 55px;
  color: #ffffff;
}

.ipart04 ._con_lt {
  float: left;
}

@media screen and (max-width: 768px) {
  .ipart04 ._con_lt {
    display: none;
  }
}

.ipart04 ._con_lt ._tt {
  margin-bottom: 6px;
  font-size: 30px;
}

.ipart04 ._con_lt ._desc {
  margin-bottom: 28px;
  font-size: 16px;
}

.ipart04 ._con_rt {
  float: right;
  width: 48%;
}

.ipart04 ._con_rt .roll_nums > ul > li {
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: center;
}

.ipart04 ._con_rt .roll_nums > ul > li:nth-child(3n) {
  margin-right: 0%;
}

.ipart04 ._con_rt .roll_nums > ul > li:hover ._ico {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.ipart04 ._con_rt .roll_nums ._ico {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background-image: url(../img/iprt05_01.png);
  background-repeat: no-repeat;
}

.ipart04 ._con_rt .roll_nums .li02 ._ico {
  background-position: -60px 0;
}

.ipart04 ._con_rt .roll_nums .li03 ._ico {
  background-position: -120px 0;
}

.ipart04 ._con_rt .roll_nums .top_number {
  font-size: 33px;
  font-family: Impact;
  font-weight: bold;
}

.ipart04 ._con_rt .roll_nums .num_title {
  font-size: 15px;
}

/*2016-12-27  14:30 zhangjun*/
/*关于我们-小综合*/
.about_more_compre {
  position: relative;
  z-index: 22;
  background-color: #fff;
  overflow: hidden;
}

.about_more_compre .part01 {
  padding: 70px 0 0;
}

.about_more_compre .part02 {
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
  height: 560px;
  margin-top: 20px;
}

.about_more_compre .part02 .vate_t {
  position: relative;
  overflow: hidden;
}

.about_more_compre .part02 .vate_t .intor_ {
  margin-top: 65px;
  width: 387px;
  float: right;
}

.about_more_compre .part02 .vate_t .intor_ .title {
  font-size: 28px;
  color: #221815;
  text-align: left;
}

.about_more_compre .part02 .vate_t .intor_ .p {
  font-size: 14px;
  margin-top: 14px;
  color: #727171;
  line-height: 24px;
}

.about_more_compre .part02 .vate_b {
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}

.about_more_compre .part02 .vate_b .con_ {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.about_more_compre .part02 .vate_b .span-4 {
  width: 31.15%;
}

.about_more_compre .part02 .vate_b .con_ .mask_.li01 {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.about_more_compre .part02 .vate_b .con_ .mask_.li02 {
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
}

.about_more_compre .part02 .vate_b .con_ .mask_.li03 {
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
}

.about_more_compre .part02 .vate_b .con_ .mask_ {
  padding: 60px 70px 50px 40px;
}

.about_more_compre .part02 .vate_b .con_ .mask_ .title {
  font-size: 25px;
  color: #0071bd;
  text-align: left;
  font-weight: normal;
}

.about_more_compre .part02 .vate_b .con_ .mask_ .p {
  margin-top: 10px;
  font-size: 14px;
  color: #353535;
  line-height: 25px;
}

.about_more_compre .part02 .vate_b .con_ .desc_ {
  position: absolute;
  left: 0;
  top: 100%;
  background: url(../img/black777_03.png) repeat;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 60px 70px 50px 40px;
}

.about_more_compre .part02 .vate_b .con_ .desc_ .title {
  font-size: 25px;
  color: #fff;
  text-align: left;
  font-weight: normal;
}

.about_more_compre .part02 .vate_b .con_ .desc_ .p {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}

.about_more_compre .part02 .vate_b .con_:hover .desc_ {
  top: 0;
}

.about_more_compre .part03 {
  position: relative;
  overflow: hidden;
  background: url(../img/ps_sections01_02.png) #fff no-repeat top center;
  height: 437px;
}

.about_more_compre .part03 .prop_l {
  width: 42%;
  position: relative;
  padding-top: 125px;
  float: left;
}

.about_more_compre .part03 .prop_r {
  width: 58%;
  float: left;
}

.about_more_compre .part03 .prop_l .desc_ .title {
  font-size: 29px;
  color: #221815;
  text-align: left;
  font-weight: bold;
  margin-bottom: 14px;
}

.about_more_compre .part03 .prop_l .desc_ .p {
  font-size: 14px;
  color: #727171;
  text-align: left;
  overflow: hidden;
  line-height: 26px;
}

.about_more_compre .part03 .prop_l .digit {
  width: 100%;
  margin-top: 50px;
}

.about_more_compre .part03 .prop_l .digit li {
  float: left;
  width: 30%;
  position: relative;
  text-align: center;
  height: 70px;
}

.about_more_compre .part03 .prop_l .digit li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  width: 1px;
  height: 50px;
  background-color: #d8d8d8;
}

.about_more_compre .part03 .prop_l .digit li span {
  font-size: 30px;
  color: #0266b1;
  font-family: Impact;
  display: block;
  font-weight: bold;
}

.about_more_compre .part03 .prop_l .digit li .p {
  font-size: 15px;
  color: #000;
}

.about_more_compre .part03 .prop_r {
  position: relative;
}

.about_more_compre .part03 .prop_r .bg_img {
  position: absolute;
  right: 0;
  top: 100px;
}

.about_more_compre .part04 {
  position: relative;
  height: 440px;
  color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

.about_more_compre .part04 .mask_ {
  background: url(../img/black777_03.png);
  padding-bottom: 205px;
}

.about_more_compre .part04 ._tt {
  padding-top: 80px;
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
}

.about_more_compre .part04 .con {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.about_more_compre .part04 ._desc {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 25px;
  width: 50%;
  margin-left: 25%;
}

/*客户服务*/
.customer_compre {
  position: relative;
  overflow: hidden;
  z-index: 22;
  background-color: #fff;
  padding: 90px 0 45px;
}

.customer_compre .part01 {
  position: relative;
  overflow: hidden;
  padding-bottom: 45px;
}

.customer_compre .part01 .slide_box {
  height: 278px;
  position: relative;
  margin-bottom: 50px;
  margin-top: 25px;
}

.customer_compre .part01 .slide_box ul .slide_cell {
  float: left;
  width: 24.5%;
  border-right: 1px solid #fff;
  background-color: #f8f8f8;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box {
  width: 299px;
  height: 280px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box .mask {
  position: absolute;
  display: block;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box .text_box {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  padding-left: 80px;
  padding-top: 40px;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box .text_box .title {
  font-size: 22px;
  color: #0071bd;
  font-weight: normal;
  margin-bottom: 26px;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box .text_box .s_line {
  width: 88px;
  height: 1px;
  background-color: #c7c7c7;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box .text_box .type_box {
  margin-top: 20px;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box .text_box .type_box .type_list {
  font-size: 14px;
  color: #9b9b9b;
  text-align: left;
  line-height: 28px;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box.on {
  background: url(../img/z03.png) no-repeat center center;
  background-size: cover;
  z-index: 30;
  width: 350px;
  margin-left: -25px;
  height: 330px;
  margin-top: -25px;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box.on .text_box {
  padding-left: 0;
  padding-top: 0;
  width: 100%;
  height: 100%;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box.on .title {
  font-size: 26px;
  color: #000;
  text-align: center;
  margin-top: 60px;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box.on .s_line {
  width: 100px;
  height: 1px;
  background-color: #000;
  margin-left: 125px;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box.on .text_box .type_box .type_list {
  text-align: center;
  font-size: 14px;
  color: #000;
}

.customer_compre .part02 {
  height: 460px;
  overflow: hidden;
  background-image: url(../img/about_compre02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.customer_compre .wrap,
.customer_compre .prt02_con {
  height: 100%;
}

.customer_compre .prt02_con {
  position: relative;
}

.customer_compre .prt02_con .figure_pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: -60px;
  width: 34%;
}

.customer_compre .wrap .prt02_con ._con {
  width: 52%;
  padding-top: 120px;
}

.customer_compre .wrap .prt02_con ._tt {
  font-size: 35px;
  color: #fff;
  font-weight: normal;
  text-align: left;
}

.customer_compre .wrap .prt02_con .p {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.customer_compre .part03 {
  overflow: hidden;
  background-color: #f2f2f2;
  position: relative;
}

.customer_compre .part03 .net_left {
  width: 37%;
  padding-left: 3%;
  float: left;
  padding-top: 120px;
}

.customer_compre .part03 .net_left .hea_ {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.customer_compre .part03 .net_left .hea_ .title {
  font-size: 35px;
  color: #0071bd;
  float: left;
}

.customer_compre .part03 .net_left .hea_ .bg_img {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.customer_compre .part03 .net_left .p {
  font-size: 16px;
  color: #333232;
  line-height: 30px;
}

.customer_compre .prt02_links {
  padding-left: 4%;
  padding-bottom: 45px;
}

.customer_compre .prt02_links ._link {
  float: left;
  margin-right: 50px;
  width: 11%;
  min-width: 80px;
  color: #ffffff;
  text-align: center;
}

.customer_compre .prt02_links ._link:hover ._wd {
  color: #0071bd;
}

.customer_compre .prt02_links ._link ._wd {
  font-size: 16px;
  color: #34383c;
  font-weight: bold;
}

.customer_compre .prt02_links ._link ._ico {
  display: block;
  margin: 50px auto 16px;
  width: 55px;
  height: 55px;
  background-image: url(../img/i03.png);
  background-repeat: no-repeat;
}

.customer_compre .prt02_links ._link ._ico._ico1 {
  background-position: 0 0;
}

.customer_compre .prt02_links ._link ._ico._ico2 {
  background-position: 0 -73px;
}

.customer_compre .prt02_links ._link ._ico._ico3 {
  background-position: 0 -146px;
}

.customer_compre .prt02_links ._link:hover ._ico._ico1 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-position: -80px 0;
}

.customer_compre .prt02_links ._link:hover ._ico._ico2 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-position: -80px -73px;
}

.customer_compre .prt02_links ._link:hover ._ico._ico3 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-position: -80px -146px;
}

.customer_compre .prt02_links ._link02 ._ico {
  background-position: -50px 0;
}

.customer_compre .prt02_links ._link03 ._ico {
  background-position: -100px 0;
}

.customer_compre .prt02_links ._link04 ._ico {
  background-position: -150px 0;
}

.customer_compre .net_right {
  width: 60%;
  position: relative;
  background: url(../img/ser_bg3.png) center center no-repeat;
  padding: 76px 0 50px;
  height: 372px;
  float: left;
}

.customer_compre .net_right .c1 {
  top: 208px;
  left: 111px;
}

.customer_compre .net_right .c2 {
  top: 270px;
  left: 170px;
}

.customer_compre .net_right .c3 {
  top: 250px;
  left: 200px;
}

.customer_compre .net_right .c4 {
  top: 310px;
  left: 176px;
}

.customer_compre .net_right .c5 {
  left: 345px;
  top: 180px;
}

.customer_compre .net_right .c6 {
  top: 232px;
  left: 350px;
}

.customer_compre .net_right .c7 {
  top: 205px;
  left: 400px;
}

.customer_compre .net_right .c8 {
  top: 170px;
  left: 464px;
}

.customer_compre .net_right .c9 {
  right: 225px;
  top: 232px;
}

.customer_compre .net_right .c10 {
  right: 187px;
  top: 144px;
}

.customer_compre .net_right .c11 {
  right: 168px;
  top: 198px;
}

.customer_compre .net_right .c12 {
  bottom: 190px;
  right: 68px;
}

.customer_compre .net_right .c13 {
  bottom: 172px;
  right: 38px;
}

.customer_compre .part04 {
  position: relative;
  overflow: hidden;
  padding: 50px 0 50px;
}

.customer_compre .part04 .desc_ {
  position: relative;
  overflow: hidden;
  height: 369px;
}

.customer_compre .part04 .desc_ .desc_l {
  width: 68%;
  float: left;
  height: 100%;
}

.customer_compre .part04 .desc_ .desc_r {
  width: 32%;
  float: left;
  background: url(../img/cus_part04_more_03.png) no-repeat center center;
  height: 100%;
  position: relative;
}

.customer_compre .part04 .desc_ .desc_l .mask_l {
  width: 52%;
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 100%;
}

.customer_compre .part04 .desc_ .mask_r {
  width: 48%;
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 100%;
}

.customer_compre .part04 .desc_ .mask_r .info_ {
  background: rgba(25, 79, 140, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.customer_compre .part04 .desc_ .desc_r .info_ {
  background: rgba(48, 48, 48, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.customer_compre .part04 .desc_ .desc_r .con_ .text {
  color: #fff100;
}

.customer_compre .part04 .desc_ .desc_l .mask_l:hover .con_ .t_icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.customer_compre .part04 .desc_ .desc_l .mask_r:hover .con_ .t_icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.customer_compre .part04 .desc_ .desc_r:hover .con_ .t_icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.customer_compre .part04 .desc_ .con_ {
  position: relative;
}

.customer_compre .part04 .desc_ .con_ .t_icon {
  background-image: url(../img/t_icon_03.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  display: block;
  margin: 150px auto 0;
}

.customer_compre .part04 .desc_ .con_ .t_icon.t_icon1 {
  background-position: 0 0;
}

.customer_compre .part04 .desc_ .con_ .text {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  display: block;
  margin-top: 20px;
  text-align: center;
}

.customer_compre .part04 .desc_ .con_ .t_icon.t_icon2 {
  background-position: -64px 0;
}

.customer_compre .part04 .desc_ .con_ .t_icon.t_icon3 {
  background-position: -126px 0;
}

/*2016-12-27 17:24 ysl*/
.ipart04 ._con_rt .roll_nums ._ico,
.transition {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

/*2016-12-28 09:34 zhangjun*/
/*关于我们-成员关系详情页*/
.about_custom_detail {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  z-index: 22;
}

.about_custom_detail .zqd_cont {
  margin-top: 77px;
  margin-bottom: 85px;
}

.about_custom_detail .zqd_cont_l {
  float: left;
  width: 41.25%;
}

.about_custom_detail .zqd_cont_l .zqd_logo {
  width: 100%;
}

.about_custom_detail .zqd_cont_l .zqd_logo img {
  width: 100%;
}

.about_custom_detail .zqd_slider {
  width: 100%;
  height: 372px;
  overflow: hidden;
}

.about_custom_detail .zqd_slider li {
  width: 100%;
}

.about_custom_detail .zqd_slider li .zqd_img {
  width: 100%;
  display: block;
}

.about_custom_detail .zqd_slider li img {
  width: 100%;
}

.about_custom_detail .zqd_slider .arrs {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 64px;
  background: url(../img/news_arr1_01.png) no-repeat;
  margin-top: -32px;
}

.about_custom_detail .zqd_slider .arrs:hover {
  background-position-y: -64px;
}

.about_custom_detail .zqd_slider .arr_prev {
  left: 25px;
}

.about_custom_detail .zqd_slider .arr_next {
  right: 25px;
  background-position: -36px 0;
}

.about_custom_detail .zqd_slider .slide_nav {
  display: block;
  right: 0;
  bottom: 30px;
  font: 0/0 a;
  letter-spacing: -9px;
  text-align: right;
  padding-right: 20px;
}

.about_custom_detail .zqd_slider .slide_nav a {
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  margin: 6px;
  border-radius: 50%;
  background-color: #d7d7d7;
}

.about_custom_detail .zqd_slider .slide_nav .on {
  background-color: #fff;
}

.about_custom_detail .zqd_slider_wrap {
  position: relative;
}

.about_custom_detail .zqd_c {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 33px;
  height: 89px;
  line-height: 89px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
}

.about_custom_detail .zqd_cont_r {
  float: right;
  width: 52.25%;
  font-size: 14px;
  color: #888;
}

.about_custom_detail .zqd_cont_r p strong {
  font-size: 16px;
}

.about_custom_detail .zqd_cont_r p {
  margin-bottom: 40px;
}

.about_custom_detail .zqd_link {
  display: block;
  width: 100%;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #e85826;
  font-size: 18px;
  background-color: #f6f6f6;
  margin-top: 70px;
}

.about_custom_detail .zqd_link:hover {
  background-color: #eee;
}

.about_custom_detail .zqd_icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/zqd_icon_03.png) no-repeat;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 15px;
}

.about_custom_detail .zqd_link:hover {
  color: #e85826;
  opacity: .9;
}

/*2016-12-29 13:30 zhangjun*/
/*关于我们-品牌文化*/
.about_gushi {
  position: relative;
  overflow: hidden;
  z-index: 20;
}

.about_gushi .part01 {
  overflow: hidden;
  padding: 64px 0;
  background-color: #fff;
}

.about_gushi .part01 .his_left {
  float: left;
}

.about_gushi .part01 .his_left.at {
  position: absolute;
  left: 0;
  bottom: 51px;
}

.about_gushi .part01 .his_left .his_img {
  height: 335px;
}

.about_gushi .part01 .his_left .date_ {
  position: relative;
  overflow: hidden;
  width: 100%;
  width: 368px;
}

.about_gushi .part01 .his_left .date_.at {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about_gushi .part01 .his_left .date_.fixed {
  position: fixed;
  left: 50%;
  margin-left: -600px;
  top: 66px;
  z-index: 22;
}

.about_gushi .part01 .his_left .date_ ul li {
  height: 94px;
  line-height: 94px;
  text-align: center;
  font-size: 22px;
  color: #2f2f2f;
  border-bottom: 1px solid #fff;
  background-color: #f1f1f1;
}

.about_gushi .part01 .his_left .date_ ul li a {
  display: block;
}

.about_gushi .part01 .his_left .date_ ul li.on {
  background-color: #00317e;
}

.about_gushi .part01 .his_left .date_ ul li.on a {
  color: #fff;
}

.about_gushi .part01 .his_left .date_ ul li:hover {
  background-color: #00317e;
}

.about_gushi .part01 .his_left .date_ ul li:hover a {
  color: #fff;
}

.about_gushi .part01 .his_right {
  width: 63%;
  float: right;
  border-left: 1px solid #e6e6e6;
}

.about_gushi .part01 .his_right ul li {
  margin-bottom: 50px;
  position: relative;
  border: 7px solid #e7e7e7;
  margin-left: 60px;
}

.about_gushi .part01 .his_right ul li .oc {
  position: absolute;
  left: -76px;
  top: 38px;
}

.about_gushi .part01 .his_right ul li .os {
  position: absolute;
  left: -36px;
  top: 33px;
}

.about_gushi .part01 .his_right ul li .mask_ {
  margin: 40px 40px;
}

.about_gushi .part01 .his_right ul li .mask_ .title {
  font-size: 26px;
  color: #00317e;
  text-align: left;
  margin-bottom: 14px;
}

.about_gushi .part01 .his_right ul li .mask_ .p {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 24px;
}

.about_gushi .part01 .his_right ul li .mask_ .bg_img {
  margin-top: 35px;
}

.about_gushi .part01 .his_right ul li.li_ .bg_img {
  display: none;
}

/*关于我们-企业文化*/
.about_culture {
  position: relative;
  overflow: hidden;
  z-index: 20;
}

.about_culture .part01 {
  overflow: hidden;
  padding: 64px 0;
  background-color: #fff;
}

.about_culture .part01 .his_left {
  float: left;
}

.about_culture .part01 .his_left.at {
  position: absolute;
  left: 0;
  bottom: 51px;
}

.about_culture .part01 .his_left .his_img {
  height: 335px;
}

.about_culture .part01 .his_left .date_ {
  position: relative;
  overflow: hidden;
  width: 100%;
  width: 368px;
}

.about_culture .part01 .his_left .date_.at {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about_culture .part01 .his_left .date_.fixed {
  position: fixed;
  left: 50%;
  margin-left: -600px;
  top: 66px;
  z-index: 22;
}

.about_culture .part01 .his_left .date_ ul li {
  height: 94px;
  line-height: 94px;
  text-align: center;
  font-size: 22px;
  color: #2f2f2f;
  border-bottom: 1px solid #fff;
  background-color: #f1f1f1;
}

.about_culture .part01 .his_left .date_ ul li a {
  display: block;
}

.about_culture .part01 .his_left .date_ ul li.on {
  background-color: #00317e;
}

.about_culture .part01 .his_left .date_ ul li.on a {
  color: #fff;
}

.about_culture .part01 .his_left .date_ ul li:hover {
  background-color: #00317e;
}

.about_culture .part01 .his_left .date_ ul li:hover a {
  color: #fff;
}

.about_culture .part01 .his_right {
  width: 66%;
  float: right;
}

.about_culture .part01 .his_right .job_list {
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}

.about_culture .part01 .his_right {
  background-color: #fff;
  z-index: 20;
}

.about_culture .part01 .his_right .job_list {
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}

.about_culture .part01 .his_right .JobList-J2 {
  overflow: hidden;
  padding-bottom: 50px;
}

.about_culture .part01 .his_right .JobList-J2 ._jt {
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  *zoom: 1;
  cursor: pointer;
  position: relative;
  /*float:left; width:100%;*/
  margin-top: 8px;
}

.widget-job-2 ._jt span {
  float: right;
}

.about_culture .part01 .his_right .JobList-J2 ._jt strong {
  float: left;
  width: 20%;
  color: #5a5a5a;
  font-size: 18px;
  text-align: left;
  text-indent: 5%;
  font-weight: normal;
}

.about_culture .part01 .his_right .JobList-J2 ._jt span {
  float: right;
  margin-right: 20px;
}

.about_culture .part01 .his_right .JobList-J2 ._jc {
  display: none;
  /*float:left; width:100%;*/
  background-color: #f9f9f9;
  padding-bottom: 30px;
  text-align: left;
}

.about_culture .part01 .his_right .JobList-J2 ._jc.show {
  margin-bottom: 21px;
}

.about_culture .part01 .his_right .JobList-J2 ._jcon {
  padding: 30px 4% 45px 5.5%;
}

.about_culture .part01 .his_right .JobList-J2 ._jcon ._title {
  font-size: 15px;
  color: #000;
  margin-top: 32px;
}

.about_culture .part01 .his_right .JobList-J2 ._jcon ._typeIn p {
  line-height: 35px;
}

.about_culture .part01 .his_right .JobList-J2 ._jt_act {
  color: #fff;
  background-color: #0071bd;
}

.about_culture .part01 .his_right .JobList-J2 ._jt_act strong {
  color: #fff;
}

/*2016-12-29 10:34 ysl*/
/*通用样式*/
/*动画*/
.ibanner .iban_li.txt_left .cover ._txt,
.transition_800 {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

/*首页*/
.ibanner {
  background-color: #fff;
}

.ibanner .iban_li {
  display: block;
  visibility: hidden;
  background-color: #0071bd;
}

.ibanner .iban_li.txt_left .cover ._txt {
  position: absolute;
  left: 70%;
  margin-left: -512px;
  text-align: left;
  opacity: 0;
}

.ibanner .active.txt_left .cover ._txt {
  left: 50%;
  opacity: 1;
}

.ibanner .iban_li.txt_left .cover ._desc {
  margin: 0;
}

.ibanner .iban_li.slide_c {
  visibility: visible;
}

/*.ibanner video { position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none; }*/
/*.ibanner img { width:100%; }*/
.ibanner .iban_li.wide_pic img,
.ibanner .iban_li.wide_pic video {
  left: 50%;
  margin-left: -960px;
  height: 100%;
  width: auto;
}

.ibanner .iban_li.narrow_pic img,
.ibanner .iban_li.narrow_pic video {
  left: 0;
  margin-left: 0;
  height: auto;
  width: 100%;
}

/*地图*/
#map img {
  max-width: none;
}

/*2016-12-30 08:20 zhangjun*/
.ibanner .cover {
  background-image: none;
}

.ibanner .iban_li.video_li .cover {
  background-image: url(../img/index01.png);
}

.ibanner .loading {
  background: url(../img/loading.gif) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

/*2016-12-30 13:30 ysl*/
/*下层三级页面底部留白统一*/
.channel_content {
  padding-bottom: 60px;
}

.about_compre,
.about_more_compre,
.customer_compre,
.invest_compre,
.job_compre,
.news_compre,
.product_compre {
  padding-bottom: 0px;
}

/*关于我们-服务*/
.about_ser .part01 {
  height: 580px;
}

.about_ser .part02 {
  height: 555px;
}

.about_ser .part03 {
  height: 548px;
}

/*关于我们-综合*/
.about_compre .prt02_links ._link ._ico {
  margin-bottom: 24px;
}

.about_compre .prt02_links ._link ._wd {
  font-size: 18px;
}

.about_compre .prt02_links ._link._link02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.about_compre .prt02_links ._link._link03 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.about_compre .prt02_links ._link._link04 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.about_compre .part04 .prt04_det_list {
  /*padding-bottom: 30%;*/
  height: auto;
}

/*关于我们-公司简介*/
/*.about_intro .part02 { padding-bottom:50px; }*/
.about_intro .part02 .typeIn {
  font-size: 15px;
  color: #5a5a5a;
}

/*关于我们-企业文化*/
.about_culture .part01 .his_left {
  margin-top: 10px;
}

/*关于我们-荣誉资质*/
.about_hover .part01 {
  padding-top: 75px;
}

.about_hover .item {
  margin-top: 0;
}

.about_hover .page {
  margin-top: 30px;
}

.about_hover_album .album_ordinary .album_close {
  background-color: #0071bd;
}

/*关于我们-成员公司*/
.about_custom_detail .zqd_cont_r p {
  margin-bottom: 0;
}

/*2016-01-03 ysl*/
/*header*/
.stock ._num {
  color: #ffffff;
}

.header .company ._hd {
  color: #ffffff;
}

.header .lan,
.header .lan a:hover {
  color: #ffffff;
}

/*通用样式*/
.customer_compre .prt02_links ._link ._ico,
.customer_compre .part04 .desc_ .con_ .t_icon,
.customer_ser .part02 ul li:after,
.transition {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

/*通用页样式*/
.channel_page {
  padding-top: 65px;
}

/*首页*/
.iprt02_con ._txt_wrap ._params ._li {
  position: relative;
  width: 30%;
  text-align: center;
}

.iprt02_con ._txt_wrap ._params ._li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  width: 1px;
  height: 50px;
  background-color: #d8d8d8;
}

.iprt02_con ._txt_wrap ._params ._li.li03:after {
  background-color: transparent;
}

.ipart03 {
  overflow: hidden;
}

.ipart03 .b_wrap li .xw_date_r {
  padding-right: 3.3%;
  width: 71.7%;
}

/*关于我们-小综合*/
.about_more_compre {
  padding-bottom: 0;
}

.about_more_compre .part02 .row {
  width: 105%;
}

.about_more_compre .part02 .row > [class*=span-] {
  margin-right: 3.3%;
}

.about_more_compre .part02 .vate_b .span-4 {
  width: 29.45%;
}

.about_more_compre .part03 .prop_l .digit li.li03:after {
  background-color: transparent;
}

.about_more_compre .part03 .prop_l .digit li .p {
  font-weight: bold;
}

.about_more_compre .part04 {
  height: 410px;
}

.about_more_compre .part04 .mask_ {
  padding-bottom: 0;
  height: 100%;
}

.about_more_compre .part04 .con {
  margin-bottom: 15px;
}

/*客户服务-综合*/
.customer_compre .prt02_links ._link ._ico {
  background-image: url(../img/customer_compre01a.png);
}

.customer_compre .prt02_links ._link:hover ._ico {
  background-image: url(../img/customer_compre01b.png);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.customer_compre .prt02_links ._link:hover ._ico._ico1 {
  background-position: 0 0px;
}

.customer_compre .prt02_links ._link:hover ._ico._ico2 {
  background-position: 0 -73px;
}

.customer_compre .prt02_links ._link:hover ._ico._ico3 {
  background-position: 0 -146px;
}

.customer_compre .part04 .desc_ .con_ .text a {
  color: #ffffff;
}

.customer_compre .part04 .desc_ .desc_r .con_ .text a {
  color: #fff100;
}

/*客户服务-经销商网络*/
.customer_ser .part02 ul li {
  position: relative;
}

.customer_ser .part02 ul li:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  background-color: #0071bd;
}

.customer_ser .part02 ul li:hover:after {
  top: 0;
}

.customer_ser .part02 ul li .mask_ {
  position: relative;
  z-index: 23;
}

.customer_ser .part02 ul li .mask_ a {
  color: #5a5a5a;
  cursor: default;
}

.customer_ser .part02 ul li:hover .mask_ .p dt,
.customer_ser .part02 ul li:hover .mask_ .p dd,
.customer_ser .part02 ul li:hover .mask_ a {
  color: #ffffff;
}

/*社会责任-综合*/
.invest_society .part01 .tab_ .tab_c_ .tab_c01 .bg_img {
  left: 16%;
}

.invest_society .part01 .tab_ .tab_c_ .tab_c02 .bg_img {
  left: 49%;
}

.invest_society .part01 .tab_ .tab_c_ .tab_c03 .bg_img {
  left: 83%;
}

/*新闻-综合*/
.channel_content.news_compre {
  padding-bottom: 0;
}

.news_compre .part03 {
  overflow: hidden;
}

.news_compre .part04 {
  overflow: hidden;
}

/*新闻-列表*/
.news_list .news-top {
  margin-bottom: 25px;
}

.news_list .news-top .news-hot {
  padding: 20px 2%;
  /*width: 68%;*/
}

.news_list .news-top .news-hot .news_hot_ {
  padding: 28px 0 0 5%;
  width: 44%;
}

.news_list .nl_list li {
  margin-bottom: 10px;
}

/*投资者关系-综合*/
.channel_content.invest_compre {
  padding-bottom: 0;
}

.invest_compre .part01 .part_l dt .title,
.invest_compre .part01 .part_r .con_ .title,
.invest_compre .part02 .con_ .title {
  font-weight: normal;
  color: #000000;
}

.invest_compre .part01 .part_l dd .p {
  width: 70%;
  font-size: 15px;
  color: #646465;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.invest_compre .part02 .mask_ .bg_img {
  width: 50%;
}

.invest_compre .part02 .mask_ .into_ {
  padding: 0;
  width: 50%;
}

.invest_compre .part02 .mask_ .into_wrap {
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.invest_compre .part02 .mask_ .into_wrap ._con {
  padding: 6% 9% 0;
}

.invest_compre .part02 .mask_ .into_ ._con .desc_ {
  font-size: 14px;
}

.invest_compre .part02 .mask_ .into_ .pic {
  padding-left: 3%;
}

.invest_compre .part03 .mask_ {
  margin-top: 82px;
}

.invest_compre .part03 .mask_ .info_ .title a {
  color: #ffffff;
}

.invest_compre .part03 .mask_ .info_ .p a {
  color: #ffffff;
}

/*2016-01-04 ysl*/
/*通用样式*/
/*图片*/
.rect-7350 {
  padding-bottom: 73.5%;
}

/*动画*/
.uni_more_btn ._btn_con:after,
.suvery [class|=channel] .form-btn .btn,
.ol_msg [class|=channel] .form-m1 .form-m1-btn button,
.invest_list .part01 ._download .img,
.transition {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}

/*通用按钮*/
.uni_more_btn {
  color: #000000;
  background-color: #fdf002;
  border: #fdf002 1px solid;
}

.uni_more_btn ._btn_con:after {
  background-image: url(../img/uni_more_btn_arr.png);
}

.uni_more_btn:hover {
  color: #ffffff;
  background-color: #0071bd;
  border: #0071bd 1px solid;
}

.uni_more_btn:hover ._btn_con:after {
  background-image: url(../img/uni_more_btn_arr3.png);
}

.uni_more_btn.btn_wd_white {
  color: #ffffff;
  background-color: transparent;
  border: #ffffff 1px solid;
}

.uni_more_btn.btn_wd_white ._btn_con:after {
  background-image: url(../img/uni_more_btn_arr3.png);
}

.uni_more_btn.btn_wd_white:hover {
  color: #000000;
  background-color: #fdf002;
  border: #fdf002 1px solid;
}

.uni_more_btn.btn_wd_white:hover ._btn_con:after {
  background-image: url(../img/uni_more_btn_arr.png);
}

.uni_more_btn.btn_wd_black {
  color: #000000;
  background-color: transparent;
  border: #000000 1px solid;
}

.uni_more_btn.btn_wd_black ._btn_con:after {
  background-image: url(../img/uni_more_btn_arr.png);
}

.uni_more_btn.btn_wd_black:hover {
  color: #000000;
  background-color: #fdf002;
  border: #fdf002 1px solid;
}

.uni_more_btn.btn_wd_black:hover ._btn_con:after {
  background-image: url(../img/uni_more_btn_arr.png);
}

/*产品定制-表单*/
.order_cons .part02_l .msg_form .btn_list ._btn_msg:hover {
  background-color: #0048c1;
}

/*首页*/
/*首页-ibanner*/
.ibanner .cover ._tt {
  text-shadow: #5a5a5a 1px 1px 1px;
}

.ibanner .cover ._desc {
  color: #ffffff;
  text-shadow: #5a5a5a 1px 1px 1px;
}

.ibanner img {
  width: 100%;
}

.ibanner .iban_item {
  position: relative;
  width: 100%;
  height: 100%;
}

.ibanner .iban_li.wide_pic img,
.ibanner .iban_li.wide_pic video,
.ibanner .iban_li.narrow_pic img,
.ibanner .iban_li.narrow_pic video {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
}

/*.ibanner .iban_li.wide_pic video { width:auto; }
.ibanner .iban_li.narrow_pic video { height:auto; }*/
.ibanner .cover ._txt {
  position: absolute;
  top: 45%;
  margin-top: 0;
  width: 100%;
}

.ibanner .cover ._tt {
  margin-top: 0;
}

/*首页-ipart02*/
.iprt02_slide .iprt02_slide_li .uni_more_btn {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.iprt02_slide_item ._rt_box {
  padding-right: 0;
}

/*首页-ipart04*/
.ipart04 ._msk {
  background-image: none;
}

/*关于我们-综合*/
.about_compre .part04 {
  overflow: hidden;
}

/*关于我们-公司简介*/
.about_intro .part01 {
  padding-bottom: 30px;
}

.about_intro .part01 .part01_ .part01_l .mask_ {
  margin-bottom: 99px;
}

.about_intro .part02 .biaoti {
  padding-bottom: 10px;
}

/*关于我们-品牌故事-详情*/
.about_gushi.about_gushi_detail .part01 .his_right {
  border-left: none;
}

.about_gushi.about_gushi_detail .part01 .his_right #otherNews li {
  margin: 0;
  border: none;
  border-bottom: #ccc 1px solid;
}

/*产品-综合*/
.channel_content.product_compre {
  padding-bottom: 0;
}

.product_cust .part01 .category a {
  margin-right: 0;
  margin-bottom: 10px;
  width: 20%;
}

.product_cust .part01 .bottom ul li .info_ ._mask .title,
.product_cust .part01 .bottom ul li:hover .info_ ._mask .title {
  color: #000000;
}

.product_cust .part01 .bottom ul li .info_ ._mask .p,
.product_cust .part01 .bottom ul li:hover .info_ ._mask .p {
  color: #000000;
}

.product_compre .pro02 .pro02_r .pro02_t .pro02_ {
  margin-top: 55px;
}

.product_compre .pro02 .pro02_r .pro02_t .pro02_ .pro02_t_ .title {
  margin-top: 0;
  font-size: 22px;
  font-weight: normal;
}

/*产品-列表*/
/*.product_cust .part01 .bottom ul li {
	padding-top: 20px;
	padding-left: 2.4%;
	padding-right: 2.4%;
	width: 27.4%;
}*/
.product_cust .part01 .bottom ul li:hover .info_ ._mask {
  margin-top: 78%;
}

/*.product_cust .part01 .bottom ul li .mask_ {
	margin-top: 10px;
}*/
/*产品-详情*/
.channel_content.product_detail {
  padding-bottom: 0;
}

.product_detail .detail_posi {
  padding-top: 126px;
}

.product_detail .detail_posi .detail_l .content .title {
  margin-bottom: 0;
  font-weight: bold;
}

.product_detail .detail_posi .detail_l .content .p {
  padding-top: 12px;
  line-height: 1.9;
  font-size: 14px;
}

.product_detail .detail_posi .detail_l .part1_main .num_title {
  font-weight: bold;
}

.product_detail .detail_posi .detail_r ul li img {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}

.product_detail .detail_posi .detail_l .part1_main .number {
  display: inline-block;
}

.product_detail .detail_posi .detail_l .part1_main b {
  position: static;
}

.product_detail .detail_posi .detail_r {
  margin: 0 1.5%;
  width: 58%;
}

.pqcl_pro_info .pro_info .sub_er ul a {
  color: #ffffff;
}

.pqcl_pro_info .pro_info .sub_er ul li .pro_icon.pro_icon1 {
  background-position: 2px 0;
}

.ps_sections .biaoti_ {
  padding-top: 45px;
  padding-bottom: 25px;
}

.ps_sections ._mask {
  padding-top: 0;
  padding-bottom: 0;
}

.ps_sections .sec_bd .pselect {
  height: 46px;
}

.ps_sections .pselect .c_select {
  height: 46px;
  line-height: 46px;
}

.select-ui-options.select-ui-options-ncb li {
  padding-left: 20px;
  height: 26px;
  line-height: 26px;
  background-color: #eeeeee;
}

.ps_sections .nBtn .submitBtn {
  height: 46px;
  line-height: 46px;
}

.ps_sections02 {
  padding-bottom: 60px;
}

/*产品-定制*/
.product_cust .part01 .bottom ul li .info_ .more_ico {
  display: block;
  position: absolute;
  left: 50%;
  top: 42%;
  margin-top: -34px;
  margin-left: -34px;
  width: 68px;
  height: 68px;
  background: url(../img/dingzhi_xiao_03_black.png) 0 0 no-repeat;
}

.ps_sections03 .sg_list ul li ._mask img,
.ps_sections03 .sg_list1 ul li ._mask img {
  top: 48%;
  margin-left: -34px;
  margin-top: -34px;
}

/*客户服务-满意度调查*/
.suvery [class|=channel] .form-con li {
  float: left;
  padding: 0 0 0 1%;
  width: 19%;
}

.suvery [class|=channel] .form-con li:before,
.suvery [class|=channel] .form-con li:after {
  content: '';
  display: table;
  clear: both;
}

.suvery [class|=channel] .form-con li input.radio {
  float: left;
  margin-top: 0;
  margin-right: 8px;
}

.suvery [class|=channel] .form-con li > span {
  float: left;
}

.suvery [class|=channel] .form-list li:last-child .form-con li {
  float: left;
  width: 100%;
}

.suvery [class|=channel] .form-list li.last .form-con li {
  float: left;
  width: 100%;
}

.suvery [class|=channel] .form-con .form_box {
  float: none;
  width: 100%;
}

.suvery [class|=channel] .form-con .form_box:before,
.suvery [class|=channel] .form-con .form_box:after {
  content: '';
  display: table;
  clear: both;
}

.suvery [class|=channel] .form-con .form_box .fbli {
  float: left;
  margin-bottom: 10px;
  width: 33%;
}

.suvery [class|=channel] .form-con .form_box .fbli input {
  width: 50% !important;
}

.suvery [class|=channel] .form-con .fb_yzm {
  margin-left: 0 !important;
}

.suvery [class|=channel] .form-btn {
  padding-left: 1%;
}

.suvery [class|=channel] .form-btn .btn {
  display: block;
  padding: 0;
  width: 148px;
  height: 34px;
  line-height: 34px;
  border: none;
  border-radius: 0;
}

.suvery [class|=channel] .form-btn .btn:hover {
  color: #ffffff;
  background-color: #0071bd;
}

/*客户服务-在线留言*/
.ol_msg [class|=channel] .form-m1 .form-m1-btn button {
  width: 148px;
  height: 34px;
  line-height: 34px;
  background-color: #cccccc;
  border: none;
  border-radius: 0;
}

.ol_msg [class|=channel] .form-m1 .form-m1-btn button:hover {
  background-color: #0071bd;
}

.ol_msg [class|=channel] .form-m1 .form-m1-btn ._submit {
  background-color: #fff100;
  color: #000000;
}

.ol_msg [class|=channel] .form-m1 .form-m1-btn ._submit:hover {
  color: #ffffff;
}

/*新闻-综合*/
.news_compre .prt03_paper_wrap {
  margin-right: 3%;
  width: 29%;
}

.product_compre .pro02 .pro02_l .pro02_ {
  width: 83%;
}

.product_compre .pro02 .pro02_r .pro02_t .pro02_ {
  margin-left: 7%;
}

.product_compre .pro02 .pro02_r .pro02_t .pro02_ .pro02_t_ {
  width: 36%;
}

.product_compre .pro02 .pro02_r .pro02_t .pro02_ .bg_img {
  position: relative;
  margin-top: -30px;
  width: 64%;
}

/*投资者关系-最新公告*/
.invest_list .part01 ._download .img {
  display: block;
  width: 60px;
  height: 40px;
  background-image: url(../img/invest_list01a.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.invest_list .part01 li ._download .img {
  background-image: url(../img/invest_list01b.png);
}

.invest_list .part01 li ._not .img {
  background-image: url(../img/invest_list01a.png);
}

/*人才-综合*/
.channel_content.job_compre {
  padding-bottom: 0;
}

.job_compre .part03 .part03_l ._mask .info_ .title {
  font-family: Arial, sans-serif;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li .title {
  font-family: Arial, sans-serif;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li span {
  line-height: 1;
}

.job_compre .part03 .part03_l ._mask .info_ span {
  font-size: 26px;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li .p1 {
  font-size: 16px;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li .p2 {
  font-size: 16px;
  margin-top: 20px;
}

/*在线留言*/
.channel-content-41843 {
  overflow: hidden;
}

.channel-content-41843 .form-m1 .form-m1-Left {
  float: left;
  width: 50%;
}

.channel-content-41843 .form-m1 .form-m1-right {
  float: right;
  width: 50%;
}

.channel-content-41843 .form-m1 .form-m1-li {
  padding-top: 10px;
}

.channel-content-41843 .form-m1 .form-m1-li label {
  width: 5em;
  display: inline-block;
  color: #666;
  vertical-align: middle;
}

.channel-content-41843 .form-m1 .form-m1-li label span {
  padding: 0 6px;
}

.channel-content-41843 .form-m1 .form-m1-li input {
  height: 28px;
  line-height: 28px;
  border: 1px #ddd solid;
  width: 70%;
}

.channel-content-41843 .form-m1 .form-m1-li textarea {
  border: 1px #ddd solid;
  width: 70%;
  vertical-align: middle;
}

.channel-content-41843 .form-m1 .form-m1-li em {
  color: red;
  vertical-align: middle;
  padding-left: 10px;
}

.channel-content-41843 .form-m1 .form-m1-li input._yzm {
  width: 20%;
}

.channel-content-41843 .form-m1 .form-m1-li img {
  height: 28px;
  vertical-align: middle;
  padding-left: 10px;
  cursor: pointer;
}

.channel-content-41843 .form-m1 .form-m1-li b {
  color: #666;
  font-size: 12px;
  padding-left: 4px;
}

.channel-content-41843 .form-m1 .form-m1-btn {
  clear: both;
  text-align: center;
  padding-top: 40px;
}

.channel-content-41843 .form-m1 .form-m1-btn button {
  width: 90px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.channel-content-41843 .form-m1 .form-m1-btn ._submit {
  background: #d50e25;
  margin-right: 10px;
}

.channel-content-41843 .form-m1 .form-m1-btn ._reset {
  background: #909090;
}

.channel-content-41843 .form-m1 .Validform_right {
  white-space: nowrap;
}

@media only screen and (max-width: 40em) {
  .channel-content-41843 .form-m1 .form-m1-Left {
    width: 100%;
  }
  .channel-content-41843 .form-m1 .form-m1-li input {
    width: 65%;
  }
  .channel-content-41843 .form-m1 .form-m1-right {
    width: 100%;
  }
  .channel-content-41843 .form-m1 .form-m1-li textarea {
    width: 65%;
  }
  .channel-content-41843 .form-m1 .form-m1-li input._yzm {
    width: 27%;
  }
  .channel-content-41843 .form-m1 .form-m1-li b {
    display: none;
  }
}

/*2017-01-09*/
/*首页*/
.iprt02_con ._txt_wrap ._tt {
  font-size: 34px;
}

.iprt02_con ._txt_wrap ._params ._li.li01 {
  width: 24%;
  text-align: left;
}

/*关于我们-综合*/
.channel_content.about_compre {
  padding-bottom: 0;
}

/*关于我们-企业文化*/
.about_culture .part01 {
  padding-bottom: 0;
}

/*关于我们-品牌故事*/
.about_gushi .part01 {
  padding-bottom: 0;
}

/*2017-01-10*/
/*首页*/
.ipart04 ._con_rt .roll_nums > ul > li {
  position: relative;
  margin-bottom: 20px;
}

.ipart04 ._con_rt .roll_nums ._ico {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
}

/*关于我们-小综合*/
.about_more_compre .part03 .prop_l {
  padding-top: 120px;
}

.about_more_compre .part03 .prop_l .desc_ .title {
  margin-bottom: 10px;
}

.about_more_compre .part03 .prop_l .desc_ .p {
  line-height: 24px;
}

.about_more_compre .part03 .prop_l .digit {
  margin-top: 30px;
}

.about_more_compre .part03 .prop_l .digit li .p {
  font-size: 14px;
}

/*产品*/
.rect-70.pro_pic_rect {
  padding-bottom: 73.5%;
}

/*产品-综合*/
.product_compre .pro02 .pro02_l .bg_img {
  margin-top: 10px;
}

/*新闻-网站公告*/
.invest_list .part01 .date_ {
  top: 5%;
}

/*2017-01-13联系我们*/
/*联系我们*/
.about_callus {
  padding-bottom: 20px;
}

.about_callus .part1 .wrap {
  position: relative;
  margin-bottom: 42px;
}

.about_callus .part1 .map_box {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: #f0f0f0;
}

.about_callus .part1 .part1_main {
  width: 36%;
  background: url(../img/blur_73.png);
  color: #fff;
  position: absolute;
  top: 10%;
  right: 10%;
}

.about_callus .part1 .part1_main dl {
  padding: 10% 6%;
}

.about_callus .part1 .part1_main dt {
  font-size: 24px;
  margin-bottom: 26px;
}

.about_callus .part1 .part1_main dd {
  margin-bottom: 20px;
  line-height: 30px;
}

.about_callus .part1 .part1_main dd a {
  color: #fff;
}

.about_callus .part1 .part1_main dd .map_ico {
  width: 30px;
  height: 30px;
  background: url(../img/about_callus_part1_ico.png) no-repeat;
  margin-right: 10px;
}

.about_callus .part1 .part1_main dd.dd1 .map_ico {
  background-position: 0px 0px;
}

.about_callus .part1 .part1_main dd.dd2 .map_ico {
  background-position: -30px 0px;
}

.about_callus .part1 .part1_main dd.dd3 .map_ico {
  background-position: -60px 0px;
  cursor: default;
}

.about_callus .part1 .part1_main dd.dd4 .map_ico {
  background-position: -90px 0px;
}

/*联系我们-列表*/
.about_callus_part2 ._jc ._jc_box {
  padding: 20px 0px 42px;
}

.about_callus_part2 ._jc_box li {
  background: #f8f8f8;
  margin-bottom: 20px;
}

.about_callus_part2 ._jc_box dl {
  padding: 30px;
}

.about_callus_part2 ._jc_box dt {
  font-size: 18px;
  color: #0071bd;
  margin-bottom: 24px;
  position: relative;
}

.about_callus_part2 ._jc_box dd {
  font-size: 13px;
  color: #777777;
}

.about_callus_part2 ._jc_box dt:after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #c5c5c5;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.about_callus_part2 ._jc_box li:hover {
  background: url(../img/z03.png) no-repeat center;
}

.about_callus_part2 ._jc_box li:hover dt,
.about_callus_part2 ._jc_box li:hover dd {
  color: #010101;
}

.about_callus_part2 ._jc_box li:hover dt:after {
  background-color: #010101;
}

.about_callus_part2 ._jc_box li a:hover {
  color: #010101;
}

.about_callus_part2 ._jc_box li a {
  cursor: default;
}

.about_callus_part2 .biaoti {
  padding-bottom: 0px;
}

/*信息查询页面*/
.invest_list_hd {
  text-align: center;
  padding: 70px 0px 20px;
}

.invest_list_hd .hd_title {
  font-size: 32px;
  color: #010101;
  margin-bottom: 20px;
}

.invest_list_hd .hd_inp {
  width: 38%;
  background: #f2f2f2;
  font-size: 14px;
  text-align: left;
  padding: 0px 16px;
}

.invest_list_hd .hd_btn {
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 12%;
  background: #0071bd;
  padding: 0;
}

.invest_list_hd .hd_btn,
.invest_list_hd .hd_inp {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  border: none;
  height: 60px;
  line-height: 60px;
}

/*企业文化*/
.about_wenhua .list_title {
  position: absolute;
  top: 0;
  width: 30%;
  background: url(../img/yellow_85.png) repeat;
  height: 100%;
}

.about_wenhua .even .list_title {
  left: 0;
}

.about_wenhua .odd .list_title {
  right: 0;
}

.about_wenhua .list_title_box {
  padding: 20% 12%;
  color: #fff;
}

.about_wenhua .list_title_box span {
  display: block;
}

.about_wenhua .list_title_box .title01 {
  font-size: 34px;
  text-align: left;
  font-weight: normal;
}

.about_wenhua .list_title_box .title02 {
  font-size: 60px;
  font-weight: bold;
  text-align: right;
  line-height: 70px;
}

.about_wenhua .list_title_box .title03 {
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}

.about_wenhua .text_box {
  padding: 30px;
  background-color: #efefef;
  font-size: 14px;
  color: #323232;
  line-height: 2em;
}

.about_wenhua .his_right li {
  margin-bottom: 40px;
}

/*2017-01-14*/
.rolling .rolling_box .is_animated.revealed {
  -webkit-transform: none;
          transform: none;
}

.about_culture .part01 .his_left {
  margin-top: 0;
}

.about_culture .part01 .his_right .JobList-J2 ._jt {
  margin-top: 0;
  margin-bottom: 8px;
}

.iprt01_btm .rt_float_cell ._con {
  position: absolute;
  top: 0;
}

.about_culture .part01 .his_left .his_img {
  height: 358px;
}

/*服务理念2017-01-17*/
.server_linian {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 60px 0px 80px;
}

.server_linian .biaoti .p {
  font-size: 16px;
  color: #8e8e8e;
}

.server_linian_part1 .wrap {
  overflow: hidden;
}

.server_linian_part1 .part1_main_box {
  padding: 6%;
  background-color: #f7f7f7;
  min-height: 270px;
}

.server_linian_part2 {
  background: url(../img/fwln_part2_bj.jpg) no-repeat center;
  padding: 0;
}

.server_linian_part2 .blue_bj {
  background: url(../img/index09.png) repeat;
  padding: 60px 0px 80px;
}

.server_linian_part2 .biaoti .title {
  color: #fff;
}

.server_linian_part2 .biaoti .p {
  color: #fff;
}

.server_linian_part2 .list_box {
  background: url(../img/black_44.png) repeat;
  padding: 4% 10%;
  text-align: center;
  color: #fff;
  position: relative;
}

.server_linian_part2 .list_box .ion {
  font-size: 20px;
  color: #fff100;
  display: block;
  position: absolute;
  bottom: -2%;
  right: 2%;
  margin: 0;
  display: none;
}

.server_linian_part2 .list_num {
  font-size: 30px;
  font-weight: bold;
  font-family: Arial;
}

.server_linian_part2 .list_p_box {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.server_linian_part2 li {
  margin-bottom: 2%;
}

.server_linian_part2 li:hover .list_box {
  background: url(../img/yellow_90.png) repeat;
  color: #000;
}

.server_linian_part2 li.hover .list_box .ion {
  color: #fff;
}

.server_linian_part3 {
  text-align: center;
}

.server_linian_part3 .list_title {
  font-size: 30px;
  font-weight: normal;
  padding: 34% 0 2%;
}

.server_linian_part3 .li1 .list_text {
  background-color: #fff100;
  color: #000;
}

.server_linian_part3 .li1 .list_text a:hover {
  color: #000;
}

.server_linian_part3 .li2 .list_text {
  background-color: #2562a9;
  color: #fff;
}

.server_linian_part3 .li2 .list_text a:hover {
  color: #fff;
}

/*2017-01-18*/
.iprt02_con ._txt_wrap ._tt {
  margin-bottom: 20px;
}

.about_more_compre .part03 .prop_l .digit li {
  width: auto;
  padding-right: 6%;
  margin-right: 8%;
}

.product_cust .part01 .category a {
  width: auto;
  padding: 0 2%;
}

.product_cust .part01 .bottom ul li:hover .mask_ {
  opacity: 0;
}

.product_detail .detail_posi .detail_l .content .p {
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}

.product_detail .detail_posi .detail_l .part1_main li {
  padding: 0 10% 0 0;
}

.about_gushi .part01 .his_left .his_img {
  height: 358px;
}

/*2017-01-19*/
.customer_compre .part01 .slide_box ul .slide_cell .img_box .text_box {
  padding: 40px 30px 0px;
}

.subnavs .sub_ li a {
  display: block;
}

.subnavs .sub_ li:hover,
.subnavs .sub_ .cur {
  background-color: #0071bd;
}

.subnavs .sub_ li:hover a,
.subnavs .sub_ li.cur a {
  color: #fff;
  border-color: #0071bd;
}

.ipart04 ._con_rt {
  width: 56%;
}

.iprt01_btm .rt_float_cell ._msk ._com_list > a {
  line-height: 1.8em;
  color: #000;
}

.product_detail .detail_posi .detail_l .content .title {
  font-size: 32px;
  padding: 0;
  margin: 10px 0px;
}

.pqcl_pro_info .pro_info .sub_er ul li,
.pqcl_pro_info .pro_info .sub_er ul .li05,
.pqcl_pro_info .pro_info .sub_er ul .li06,
.pqcl_pro_info .pro_info .sub_er ul .li07 {
  width: 12%;
}

.zq_tab_c {
  width: auto;
  padding: 0 20px;
}

.nl_list li {
  border: 1px solid #fff;
}

/*产品综合2017-01-20*/
.proc_arr_box ul {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.proc_arr_box ul li {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 50%;
  background-color: #fff100;
  margin: 0 10px;
  font-size: 0;
}

.proc_arr_box ul li.on {
  background-color: #fff;
}

.product_compre .pro01 {
  padding-bottom: 50px;
}

.product_compre .pro01 .pro_t li {
  margin-right: 13px;
}

.newsc_arr_box ul {
  width: 100%;
  padding: 10px 0px;
  bottom: -30px;
  left: 0;
  text-align: center;
  position: absolute;
}

.newsc_arr_box ul li {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 50%;
  background-color: #fff100;
  margin: 0 10px;
  font-size: 0;
}

.newsc_arr_box ul li.on {
  background-color: #fff;
}

.news_compre .news_scroll_con li {
  margin-right: 26px;
}

/*全站搜索2017-01-21*/
.channel-content-40768 .Tit2,
.channel-content-40768 .Tit2 a {
  height: 56px;
  font: bold 24px/56px 'microsoft yahei';
  color: #333;
}

.Tit2 a:hover {
  color: #333;
}

.channel-content-40768 .sear {
  padding: 25px 0 25px 10px;
  background: #eee;
}

.channel-content-40768 .sear .t {
  font-size: 15px;
  font-weight: bold;
  line-height: 2.4;
}

.channel-content-40768 .serv_select li {
  float: left;
  width: 36px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 5px;
  margin-right: 5px;
  cursor: pointer;
}

.channel-content-40768 .rect {
  display: inline-block;
  width: 2px;
  height: 3px;
  overflow: hidden;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: 9px;
}

.channel-content-40768 .on .rect {
  border-color: #e60013;
}

.channel-content-40768 .sear_f {
  border: 1px solid #ccc;
  background-color: #fff;
  height: 28px;
}

.channel-content-40768 .result {
  border-top: 1px solid #ddd;
  padding: 10px 10px 0;
  margin-top: 20px;
}

.channel-content-40768 .sear_result li {
  margin-bottom: 10px;
  margin-top: 20px;
}

.channel-content-40768 .sear_result a {
  color: #333;
}

.channel-content-40768 .sear_result a:hover {
  text-decoration: underline;
}

.channel-content-40768 .sear_result .el {
  font-size: 14px;
  _width: 100%;
}

.channel-content-40768 .sear_result .p {
  padding: 10px 20px;
  border-top: 1px solid #ddd;
  margin-top: 10px;
}

.channel-content-40768 .sear_result .type {
  color: #000;
  display: inline-block;
  padding: 0 1em;
  border-right: 1px solid #ddd;
  margin-right: 1em;
  font-weight: bold;
}

.channel-content-40768 .dib {
  -moz-inline-stack: inline-block;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 3px;
}

.channel-content-40768 .sear_filt label span {
  vertical-align: -2px;
}

.channel-content-40768 .submit {
  background-color: #fff;
  width: 60px;
  cursor: pointer;
  border: 1px solid #ccc;
  height: 30px !important;
  vertical-align: -1px;
}

.channel-content-40768 .sear_f .inp {
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 5px;
}

.channel-content-40768 .channel-content-40768-flag {
  background: transparent;
}

.channel-content-40768 .dib {
  padding: 0;
}

.channel-content-40768 .sear_f .inp {
  line-height: 28px;
  border: none;
}

/*2017-01-23*/
.subnavs .sub_ li {
  padding: 10px 0px;
  background: none;
  height: 44px;
  line-height: 44px;
}

.subnavs .sub_ li a {
  position: relative;
  border: none;
}

.subnavs .sub_ li a:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #dcdcdc;
  display: block;
  position: absolute;
  right: -0.5px;
  top: 50%;
  margin-top: -5px;
}

.subnavs .sub_ li:hover,
.subnavs .sub_ li.cur {
  background: none;
}

.subnavs .sub_ li:hover a,
.subnavs .sub_ li.cur a {
  background: #0071bd;
}

.subnavs .sub_ li:hover a:after,
.subnavs .sub_ li.cur a:after {
  background: #0071bd;
}

/*2017-01-24*/
.footer .footer_l dl dt {
  text-align: left;
}

.biaoti p,
.biaoti .p,
.product_compre .biaoti p {
  font-size: 14px;
  color: #555;
}

.biaoti {
  position: relative;
}

.biaoti .more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  color: #616161;
}

.page_nav > ul > li.cur > a {
  color: #fff100;
}

/*2017-02-03*/
.biaoti .fadeInUp {
  font-size: 14px;
}

.news_list .news-top .news-hot {
  padding: 23px 2% 22px;
}

.news_list .news-top .news-hot .img_bg {
  height: auto;
  /*padding-bottom: 33%;*/
  overflow: hidden;
}

.news_pap .news_pap_l .news_tab .tab_c .p .cur {
  color: #0071bd;
}

.product_cust .part01 .category {
  padding-bottom: 0px;
  margin-bottom: 0;
}

.news_pap .news_pap_l .news_tab .tab_c .p p {
  line-height: 34px;
}

/*2017-02-10*/
.ipart04 ._con_lt ._desc {
  font-size: 14px;
}

.biaoti {
  padding-bottom: 30px;
  padding-top: 20px;
}

.about_intro .part01 .part01_ .part01_l {
  background-color: #f3f3f3;
}

.about_intro .part01 .part01_ .part01_l .mask_ .title {
  color: #0071bd;
}

.about_intro .part01 .part01_ .part01_l .mask_ .p {
  color: #393939;
}

.channel_content .channel-content-42917 .pdet_form .ord_sub,
.channel_content .channel-content-42917 .pdet_form .ord_rest {
  width: 148px;
  height: 34px;
  border: none;
  cursor: pointer;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}

.channel_content .channel-content-42917 .pdet_form .ord_sub:hover,
.channel_content .channel-content-42917 .pdet_form .ord_rest:hover {
  background-color: #0071bd;
}

.channel_content .channel-content-42917 .pdet_form .ord_sub {
  background-color: #fff100;
  color: #000;
}

.channel_content .channel-content-42917 .pdet_form .ord_sub:hover {
  color: #fff;
}

.channel_content .channel-content-42917 .pdet_form .ord_rest {
  background-color: #cccccc;
  color: #fff;
}

.channel_content .channel-content-42917 .pdet_form {
  background: none;
}

.channel_content .channel-content-42917 .pdet_form .ord_area {
  vertical-align: middle;
}

.about_more_compre .part02 .vate_b .con_ .desc_ {
  width: 100%;
  padding: 0;
}

.about_more_compre .part02 .vate_b .con_ .desc_box {
  padding: 60px 70px 50px 40px;
}

.product_cust .part01 .bottom ul li .info_ {
  display: block;
}

.job_compre .part01 .wrap {
  position: relative;
}

.job_compre .part01 .job_img {
  right: 70px;
  top: 42px;
}

/*底部二维码*/
.ft_ewm .ft_ewm_box {
  width: 50%;
  padding-top: 20px;
}

.ft_ewm .img_box {
  width: 60%;
}

.ft_ewm .list_tit {
  width: 20px;
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  line-height: 16px;
  margin: 8px 0px 0px 6px;
}

/*下拉导航调整*/
.page_nav .nav_li {
  position: relative;
}

.header ._drop_box {
  width: 480%;
}

.header ._drop_box ._subnav_con {
  width: 36%;
  background: #FFF100;
  min-height: 360px;
}

.header ._drop_box ._subnav_con ._sec_li {
  width: 100%;
  margin-right: 0;
}

.header ._drop_box ._top_cons ._pic_wrap {
  width: 64%;
  background-color: #ffffff;
}

.header ._drop_box ._top_cons ._pic_wrap .img_box {
  position: relative;
}

.header ._drop_box ._top_cons ._pic_wrap ._msk {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.header ._drop_box ._top_cons .nav_cover_box {
  padding: 40px 30px;
}

.header ._drop_box ._top_cons {
  padding: 0;
  background-color: #ffffff;
}

.page_nav .nav_li:hover > a:after {
  border-color: transparent transparent #FFF100 transparent;
}

.header ._drop_box ._subnav_con ._sec_li {
  border-color: #f0e300;
}

/*.header ._drop_box ._subnav_con ._sec_li > a:hover{background-color:#ffdf00;color:#242424;}*/
.header ._drop_box ._top_cons ._tit {
  font-size: 18px;
  padding: 20px 0px 4px;
}

.page_nav .nav_li.li3 ._drop_box {
  left: -86%;
}

.page_nav .nav_li.li4 ._drop_box {
  left: -188%;
}

.page_nav .nav_li.li5 ._drop_box {
  left: -290%;
}

.page_nav .nav_li.li6 ._drop_box {
  left: -390%;
}

/*2017-02-13*/
.header .top02 ._pro_order {
  float: right;
}

.header .top02 ._pro_order_box {
  width: 80%;
}

.page_nav {
  width: 90%;
}

/*2017-02-13首页banner*/
.ibanner .arrs {
  background: url(../imag/news_arr2_01.png) no-repeat;
  width: 47px;
  height: 94px;
  top: 50%;
  margin-top: -47px;
  opacity: .6;
}

.ibanner .arrs:hover {
  opacity: 1;
}

.ibanner .arrs.arr_prev {
  margin-right: 0;
  left: 1%;
  background-position: 0px -94px;
}

.ibanner .arrs.arr_prev:hover {
  background-position: 0px 0px;
}

.ibanner .arrs.arr_next {
  margin-right: 0;
  right: 1%;
  background-position: -47px 0px;
  background-position: -47px -94px;
}

.ibanner .arrs.arr_next:hover {
  background-position: -47px 0px;
}

.ibanner .slide_nav {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}

.ibanner .slide_nav a {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 99;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 10px;
  vertical-align: middle;
}

.ibanner .slide_nav a.on {
  border: 2px #fff solid;
  background: url(about:blank);
}

.header .top02 ._pro_order_box {
  padding-bottom: 0;
}

.about_history .part01 .his_right ul li .mask_ .bg_img .img_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: url(../img/blur_73.png) repeat;
}

.about_history .part01 .his_right ul li .mask_ .bg_img .img_title span {
  display: block;
  padding: 0px 10px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.header .tops.top_fixed .top02 ._pro_order_box {
  padding: 0;
}

.channel-content-42917 {
  overflow: hidden;
}

.channel-content-42917 .pdet_form {
  padding: 10px 3%;
  background: #f9f9f9;
  margin-top: 20px;
}

.channel-content-42917 .pdet_form label {
  line-height: 32px;
  display: inline-block;
}

.channel-content-42917 .pdet_form .ord_inp {
  width: 75%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0;
  margin: 0;
}

.channel-content-42917 .pdet_form .ord_area {
  width: 88%;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0;
  margin: 0;
  height: 110px;
}

.channel-content-42917 .pdet_form .ord_inp.ord_yzm {
  width: 40%;
}

.channel-content-42917 .pdet_form .porder_v {
  margin-bottom: 10px;
}

.channel-content-42917 .pdet_form .ord_btninp {
  text-align: center;
  padding-top: 20px;
}

.channel-content-42917 .pdet_form .ord_sub {
  height: 30px;
  width: 90px;
  background: #db2727;
  color: #fff;
  margin-right: 10px;
}

.channel-content-42917 .pdet_form .ord_rest {
  height: 30px;
  width: 90px;
  background: #dfdfdf;
}

.channel-content-42917 .pdet_form .red {
  color: red;
}

.channel-content-42917 .con_nr a:hover {
  color: #1480bf;
}

@media only screen and (max-width: 64em) {
  .channel-content-42917 .Login-L1-Left {
    width: 60%;
  }
  .channel-content-42917 .Login-L1-li input {
    width: 65%;
  }
}

@media only screen and (max-width: 40em) {
  .channel-content-42917 .Login-L1 {
    background: none;
  }
  .channel-content-42917 .Login-L1-Left {
    width: 100%;
  }
}

/*20117-02-14*/
.pdet_form .select-ui-choose-default {
  border-radius: 0px;
}

.product_compre .pro01 .pro_t li {
  width: 19.2%;
}

/*股票*/
.gupiao_tab .tab_b {
  width: 100%;
  height: 32px;
}

.gupiao_tab .tab_t {
  font-size: 14px;
  color: #626262;
  width: 16%;
  background-color: #f4f4f4;
  text-align: center;
  height: 32px;
  line-height: 32px;
}

.gupiao_tab .tab_t_cur {
  background-color: #035cac;
  color: #fff;
}

.invest_compre .part02 .mask_ .into_wrap ._con {
  padding: 2% 9% 2%;
}

.invest_compre .part02 .mask_ .into_ .pic {
  margin-top: 10px;
  width: 84%;
  padding: 0;
  margin-left: 6%;
}

.into_bottom {
  padding: 2% 9% 0;
  font-size: 14px;
  color: #626262;
}

.into_bottom span {
  margin-right: 2%;
}

.gupiao_zoushi .gpzs_hd {
  font-size: 16px;
  color: #000;
  padding-bottom: 40px;
  text-align: center;
}

.gupiao_zoushi .gpzs_hd span {
  margin-right: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.gupiao_zoushi .gupiao_tab {
  width: 49%;
  float: none;
  margin: 0 auto 60px;
}

.gupiao_zoushi .gupiao_tab .tab_b {
  height: 46px;
  margin-bottom: 30px;
}

.gupiao_zoushi .gupiao_tab .tab_t {
  height: 46px;
  line-height: 46px;
}

/*2017-02-14技术创新*/
.chuangxin .cxfz_part1 {
  margin-bottom: 50px;
}

.chuangxin .part1_hd {
  font-size: 24px;
  color: #0071bd;
  font-weight: normal;
  margin-bottom: 20px;
}

.chuangxin .part1_p {
  font-size: 14px;
  color: #626262;
  line-height: 30px;
}

.chuangxin .part2_hd {
  text-align: center;
  font-size: 34px;
  color: #000;
  font-weight: normal;
  margin-bottom: 30px;
}

.chuangxin .part2_bd li {
  width: 19.4%;
  position: relative;
}

.chuangxin .part2_bd .list_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/black.6.png) repeat;
  left: 0;
  top: 82%;
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.chuangxin .part2_bd .cover_box {
  padding: 16px 20px;
  color: #fff;
  text-align: center;
}

.chuangxin .part2_bd .list_title {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: normal;
}

.chuangxin .part2_bd .list_p {
  font-size: 14px;
  text-align: left;
}

.chuangxin .part2_bd li:hover .list_cover {
  top: 0;
}

.chuangxin .part2_bd li:hover .list_title {
  white-space: normal;
  text-overflow: ellipsis;
  overflow: auto;
}

.chuangxin .part2_bd {
  position: relative;
}

.chuangxin .part2_bd .pro_arr {
  width: 21px;
  height: 40px;
  background: url(../img/cx_pro_arr.png) no-repeat;
  opacity: .6;
  top: 50%;
  margin-top: -20px;
  display: block;
  position: absolute;
}

.chuangxin .part2_bd .pro_arr:hover {
  opacity: 1;
}

.chuangxin .part2_bd .pro_arr_prev {
  left: -40px;
}

.chuangxin .part2_bd .pro_arr_next {
  right: -40px;
  background-position: -21px 0px;
}

/*2017-02-15*/
.iprt02_con ._txt_wrap ._params .li_long {
  text-align: left;
  margin-right: 2%;
  width: 34%;
}

.iprt02_con ._txt_wrap ._params .li_long .number {
  font-size: 28px;
}

.product_detail .detail_posi .detail_l .part1_main .li_long {
  padding: 0 3% 0 0;
}

.product_detail .detail_posi .detail_l {
  width: 44%;
  margin: 0;
}

.product_detail .detail_posi .detail_r {
  width: 54%;
  margin: 0;
}

/*2017-02-15*/
.product_cust .part01 {
  padding-bottom: 0;
}

.page {
  margin-bottom: 0;
}

.customer_ser .part02 ul li .mask_ .p {
  height: 160px;
  overflow: hidden;
}

.customer_ser .part02 ul li .mask_ .p .ion {
  display: none;
  font-size: 20px;
  color: #0071bd;
  position: absolute;
  bottom: 30px;
  right: 0;
}

.customer_ser .part02 ul li .mask_ {
  padding: 36px 30px 40px 25px;
  margin: 0;
}

.customer_ser .part02 ul li:hover .mask_ {
  background-color: #0071bd;
}

/*2017-02-15 科研实力*/
.keyanshili .part2 {
  margin-top: 20px;
}

.keyanshili .part2 .list_title {
  position: absolute;
  width: 100%;
  height: 32px;
  line-height: 32px;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 14px;
  color: #626262;
  background: url(../img/black.6.png) repeat;
  color: #fff;
  font-weight: normal;
}

.keyanshili .part2 .arrs {
  width: 21px;
  height: 40px;
  background: url(../img/cx_pro_arr.png) no-repeat;
  opacity: .6;
  top: 50%;
  margin-top: -20px;
  display: block;
}

.keyanshili .part2 .arr_prev {
  background-position: 0px 0px;
  left: 0;
}

.keyanshili .part2 .arr_next {
  background-position: -21px 0px;
  right: 0;
}

.header ._drop_box ._subnav_con ._sec_li > a {
  line-height: 40px;
  font-size: 14px;
}

.header ._drop_box ._top_cons .nav_cover_box {
  padding: 30px 20px;
}

.header ._drop_box ._top_cons .nav_cover_box {
  padding: 30px 20px;
}

.header ._drop_box ._top_cons ._desc {
  margin-bottom: 0px;
}

/*2017-02-16*/
.customer_ser .part02 ul li .mask_ .p .p_title {
  font-size: 16px;
  margin-bottom: 24px;
}

.nbanner {
  height: 1080px;
}

.nbanner .bg_img {
  height: 1080px;
}

/*2017-02-20相册弹窗*/
body .album_ordinary .slide_c p {
  position: static;
  margin-top: 20px;
  line-height: 22px;
}

body .album_ordinary .album_close {
  background-color: #0071bd;
}

body .album_wrap .slide_wrap img {
  display: block;
  margin: 0 auto;
}

body .album_ordinary .slide_c .img_box {
  position: absolute;
  left: 50%;
  margin-left: -295.5px;
  top: 50%;
  margin-top: -258px;
}

/*2017-02-22*/
.about_compre .part04 .prt04_det_item ._pic {
  width: 50%;
  top: 140px;
  right: 0;
}

/*2017-02-23*/
/*首页*/
/*ibanner*/
.ibanner .video_img {
  display: none;
}

/*2017-02-24*/
.job_compre .part03 {
  padding-bottom: 0;
}

/*2017-03-14*/
.header .top02 ._pro_order_box {
  float: left;
}

.header .top02 ._search_box {
  float: left;
}

/*2017-03-16 ysl*/
/*主导航-下拉展示图片尺寸较小时相框显示不全*/
.header ._drop_box ._top_cons ._pic_wrap .img_box img {
  width: 100%;
}

/*2017-03-20*/
.news_pap .news_pap_r ._detailPage_bottom ._mark {
  margin: 0;
  cursor: pointer;
}

.news_pap .news_pap_r ._detailPage_bottom ._title {
  padding: 0px 24px;
}

.keyanshili .part2 .part2_r {
  height: 300px;
  overflow: hidden;
}

/*2017-03-22*/
.about_gushi.about_gushi_detail .part01 .his_right {
  padding: 0;
}

.about_gushi.about_gushi_detail .part01 .his_right .wrap {
  width: auto;
  min-width: auto;
}

/*2017-03-25*/
.about_compre .part04 .prt04_det_item ._year {
  font-size: 146px;
  margin-bottom: 10px;
  letter-spacing: 17px;
}

/*.about_compre .part04 .prt04_det_item ._pic{width:44%;top:176px;}*/
/*2017-03-27*/
.iprt01_btm .lt_box ._con ._tt a {
  color: #fff;
}

.iprt02_con ._txt_wrap ._tt a {
  color: #fff;
}

/*人才政策 2017-03-27*/
.job_zhence_box .even .list_img {
  float: right;
}

.job_zhence_box .even .list_text {
  float: left;
}

.job_zhence_box .list_text_box {
  padding: 8%;
}

.job_zhence_box .list_hd {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.job_zhence_box .list_p {
  font-size: 16px;
}

body .BMap_shadow img {
  display: none;
}

.customer_ser .part01 .part01_c {
  height: 526px;
}

.about_hover .item ._mask .bg_title {
  font-size: 14px;
  color: #fff;
  position: static;
  margin: 0;
  text-align: center;
  padding: 5% 6% 0;
}

/*2017-03-29知识产权*/
.about_hover .about_zhishi .item ._mask {
  display: none;
}

.about_zscq .item_list {
  height: 220px;
  overflow: hidden;
}

.about_zscq .wrap {
  position: relative;
}

.about_zscq .zscq_arr {
  width: 22px;
  height: 40px;
  background: url(../img/cx_pro_arr.png) no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  opacity: 0.8;
}

.about_zscq .zscq_arr_prev {
  left: -40px;
  background-position: 2px 0px;
}

.about_zscq .zscq_arr_next {
  right: -40px;
  background-position: -22px 0px;
}

.share_cover .cover_img {
  display: none;
}

.about_callus_part2 ._jc_box li {
  min-height: 220px;
}

.invest_society .part01 .tab_ .tab_c_ .tab_c .mask_ .p {
  margin-bottom: 0;
}

.customer_compre .part01 .slide_box ul .list04 .img_box .text_box .type_box .type_list a {
  display: block;
}

.header .company ._bd > a:hover {
  background-color: #0071bd;
  color: #fff;
}

/*2017-04-01*/
.about_hover .item ._item_down {
  padding: 4%;
}

.about_hover .item ._name {
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  text-align: center;
  margin: 0;
  font-size: 13px;
}

/*2017-04-06*/
.about_callus .part1 .part1_main dd .map_main {
  width: 80%;
}

/*2017-04-27客户培训*/
.keyanshili .part3 {
  padding-top: 20px;
}

/*2017-05-05新闻视频*/
.video_catlist {
  text-align: center;
  padding: 0px 0px 50px;
}

.video_catlist a {
  padding: 8px 26px;
  font-size: 15px;
  color: #464646;
  border: 2px solid #a1a1a1;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px;
}

.video_catlist a:hover,
.video_catlist a.cur {
  color: #fff;
  background-color: #027ac8;
  border-color: #027ac8;
}

.video_catlist .list_ico {
  width: 11px;
  height: 6px;
  background: url(../img/video_catlist_ico.png) no-repeat;
  float: right;
  margin-left: 30px;
  margin-top: 10px;
}

.video_catlist a:hover .list_ico,
.video_catlist a.cur .list_ico {
  background-position: 0 -6px;
}

/*2017-05-05头部*/
.page_nav .nav_li > a {
  font-size: 17px;
}

.cbw_list .pbox {
  padding: 6% 6% 22%;
}

/*社会责任*/
.invest_society .bg_img01 .list_title {
  position: absolute;
  width: 100%;
  height: 32px;
  line-height: 32px;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 14px;
  color: #626262;
  background: url(../img/black.6.png) repeat;
  color: #fff;
  font-weight: normal;
}

.invest_society .bg_img01 .arrs {
  width: 21px;
  height: 40px;
  background: url(../img/cx_pro_arr.png) no-repeat;
  opacity: .6;
  top: 50%;
  margin-top: -20px;
  display: block;
}

.invest_society .bg_img01 .arr_prev {
  background-position: 0px 0px;
  left: 0;
}

.invest_society .bg_img01 .arr_next {
  background-position: -21px 0px;
  right: 0;
}

/*footer修改-2017-05-12*/
.footer .footer_l .mask_footer {
  height: 234px;
  overflow: hidden;
  position: relative;
  border: none;
}

.footer .footer_l .mask_footer dl {
  padding: 0 8%;
  margin-bottom: 10px;
  float: none;
}

.footer .footer_l .mask_footer dl dt {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer .footer_l .mask_footer dl dd {
  font-size: 12px;
}

.footer .footer_l .scrollbar-ui .scroll_slider {
  background: #fff100;
}

.footer .footer_l .scrollbar-ui-hover .scroll_bar {
  background: url(../img/grey_line.png) repeat-y center;
}

/*客户培训2017-05-15*/
.keyanshili .khpx_flot {
  width: 36px;
  padding: 6px 4px;
  color: #fff;
  background-color: #0071bd;
  display: block;
  position: fixed;
  right: 0;
  top: 30%;
  text-align: center;
  display: none;
}

/*工程案例-2017-05-18*/
.ps_sections03 .wrap {
  position: relative;
}

.ps_sections03 .sg_prev {
  left: -60px;
}

.ps_sections03 .sg_next {
  right: -60px;
}

.pd10 {
  margin-top: 10px;
}

.pd20 {
  margin-top: 20px;
}

.pd30 {
  margin-top: 30px;
}

.pd40 {
  margin-top: 40px;
}

.pd50 {
  margin-top: 50px;
}

.pd60 {
  margin-top: 60px;
}

.pd70 {
  margin-top: 70px;
}

.prdcon table {
  border-collapse: collapse;
}

.prdcon td {
  border-width: 1px;
  border-style: solid;
  border-color: #aaa;
  padding: 5px;
  line-height: 200%;
  color: #666;
  word-wrap: break-word;
  word-break: break-all;
  table-layout: fixed;
}

.video1 ._title_h2 {
  margin: 20px 0;
}

.video1 .video_title {
  width: 48%;
  float: left;
  margin: 0px 10px 25px;
}

.video1 .video_title p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.video1 video {
  width: 100%;
  height: 100%;
  float: left;
  margin: 0px 10px 10px;
}

@media (max-width: 1199px) {
  .video1 .video_title {
    width: 100%;
    margin: 0 0 16px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .video1 .video_title {
    width: 100%;
    margin: 0 0 16px;
    height: auto;
  }
  .product_cust .part01 .bottom ul li:hover .mask_ {
    opacity: 1;
  }
  .product_cust .part01 .bottom ul li:hover .info_ {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .video1 .video_title {
    width: 100%;
    margin: 0 0 16px;
    height: auto;
  }
}

/*download*/
.job_resume .part02 .joblist_tt span.jobli11 {
  width: 40%;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-indent: 5%;
}

.job_resume .part02 .joblist_tt span.jobli22 {
  width: 30%;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-indent: 5%;
}

.job_resume .part02 .joblist_tt span.jobli33 {
  width: 30%;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-indent: 5%;
}

.job_resume .part02 .JobList-J2 ._jt strong.srong11 {
  width: 40%;
  color: #5a5a5a;
  font-size: 14px;
  text-align: left;
  text-indent: 5%;
  font-weight: normal;
}

.job_resume .part02 .JobList-J2 ._jt strong.srong22 {
  width: 30%;
  color: #5a5a5a;
  font-size: 14px;
  text-align: left;
  text-indent: 5%;
  font-weight: normal;
}

.job_resume .part02 .JobList-J2 ._jt strong.srong33 {
  width: 30%;
  color: #5a5a5a;
  font-size: 14px;
  text-align: left;
  text-indent: 5%;
  font-weight: normal;
}

.job_resume .part02 .JobList-J2 ._jt strong.srong33 a {
  color: #5a5a5a;
}

/*2020-03-27*/
/*header*/
.page_nav {
  width: 95%;
}

.page_nav .nav_li {
  width: 12%;
}

.page_nav .nav_li:hover ._drop_box {
  display: block;
}

.page_nav .nav_li + li + li + li + li ._drop_box {
  left: -390%;
}

.page_nav .nav_hidden ._drop_box {
  visibility: hidden;
}

.page_nav .nav_hidden:hover > a:after {
  visibility: hidden;
}

.header .top01 {
  padding-top: 0;
}

.page_nav .nav_li > a {
  display: block;
  position: relative;
  padding: 8px 0 24px;
  text-align: center;
}

.page_nav .nav_li .current {
  color: #fff100;
}

.header ._drop_box ._top_cons .rect-50 html, .header ._drop_box ._top_cons .rect-50 body, .header ._drop_box ._top_cons .rect-50 h1, .header ._drop_box ._top_cons .rect-50 h2, .header ._drop_box ._top_cons .rect-50 h3, .header ._drop_box ._top_cons .rect-50 h4, .header ._drop_box ._top_cons .rect-50 h5, .header ._drop_box ._top_cons .rect-50 h6, .header ._drop_box ._top_cons .rect-50 div, .header ._drop_box ._top_cons .rect-50 dl, .header ._drop_box ._top_cons .rect-50 dt, .header ._drop_box ._top_cons .rect-50 dd, .header ._drop_box ._top_cons .rect-50 ul, .header ._drop_box ._top_cons .rect-50 ol, .header ._drop_box ._top_cons .rect-50 li, .header ._drop_box ._top_cons .rect-50 p, .header ._drop_box ._top_cons .rect-50 blockquote, .header ._drop_box ._top_cons .rect-50 pre, .header ._drop_box ._top_cons .rect-50 hr, .header ._drop_box ._top_cons .rect-50 figure, .header ._drop_box ._top_cons .rect-50 table, .header ._drop_box ._top_cons .rect-50 caption, .header ._drop_box ._top_cons .rect-50 th, .header ._drop_box ._top_cons .rect-50 td, .header ._drop_box ._top_cons .rect-50 form, .header ._drop_box ._top_cons .rect-50 fieldset, .header ._drop_box ._top_cons .rect-50 legend, .header ._drop_box ._top_cons .rect-50 input, .header ._drop_box ._top_cons .rect-50 button, .header ._drop_box ._top_cons .rect-50 textarea, .header ._drop_box ._top_cons .rect-50 menu {
  display: none !important;
}

.header ._drop_box ._top_cons .rect-50 img {
  display: inline-block;
  width: 297px;
  height: 158px;
}

.header ._drop_box ._top_cons ._pic_wrap .img_box img {
  display: inline-block;
  width: 280px;
  height: auto;
}

.header ._drop_box ._top_cons ._desc img {
  display: none;
}

#search_form {
  margin-right: 40px;
}

#search_form .sear_input {
  height: 50px;
  width: 230px;
  position: relative;
}

#search_form .sear_input button[type="submit"] {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 14px;
  left: -13px;
}

#search_form .sear_input input[type="text"] {
  outline: 0;
  font-family: inherit;
  font-size: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  width: 75%;
  position: absolute;
  left: 20px;
  top: 12px;
}

#search_form .sear_input input::-webkit-input-placeholder,
#search_form .sear_input textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

#search_form .sear_input input:-moz-placeholder,
#search_form .sear_input textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

#search_form .sear_input input::-moz-placeholder,
#search_form .sear_input textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

#search_form .sear_input input:-ms-input-placeholder,
#search_form .sear_input textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

/*footer*/
.footer .footer_l dl {
  float: left;
  padding: 0 27px;
  text-align: center;
}

.ft_ewm .ft_ewm_box {
  width: 50%;
  padding-top: 50px;
}

.ft_ewm .img_box {
  width: 80%;
  margin: 0 auto;
}

.ft_ewm .list_tit {
  width: 80%;
  font-size: 13px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  line-height: 16px;
  margin: 8px auto 0;
}

.footer {
  height: 375px;
  position: relative;
  z-index: 22;
  background-position: 100%;
}

.footer .footer_r .textbox h3 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 8px 0;
}

.footer .footer_r .textbox p {
  color: #fff;
  font-size: 13px;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 768px) {
  .footer .footer_r {
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .footer .footer_l {
    display: none;
  }
}

.footer .span02 {
  padding: 5px 0;
}

.footer .span02 ul {
  overflow: auto;
}

.footer .span02 li {
  list-style-type: none;
  float: left;
  margin-left: 27px;
}

.footer .span02 em {
  color: #66afe9;
}

.footer .powered {
  font-size: 16px;
  color: #fff;
  margin-left: 27px;
  border-top: 1px solid #313131;
  overflow: auto;
}

.footer .powered .copyright {
  padding: 5px 0;
  float: left;
}

.footer .powered .technical {
  padding: 5px 0;
  float: right;
}

/*
banner
*/
.ibanner .arrs {
  background: url(../images/news_arr2_01.jpg) no-repeat;
  width: 47px;
  height: 94px;
  top: 50%;
  margin-top: -47px;
  opacity: .6;
}

.ibanner .arrs a {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.ibanner a {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.sscmpart1 .titlebox, .sscmpart2 .titlebox, .sscmpart4 .titlebox {
  padding: 80px 0 100px;
}

.sscmpart1 .titlebox h2, .sscmpart2 .titlebox h2, .sscmpart4 .titlebox h2 {
  font-size: 34px;
  color: #000000;
  text-align: center;
  margin-bottom: 6.5px;
  font-weight: normal;
}

.sscmpart1 .titlebox p, .sscmpart2 .titlebox p, .sscmpart4 .titlebox p {
  font-size: 14px;
  text-align: center;
}

.sscmpart1 .titlebox .line, .sscmpart2 .titlebox .line, .sscmpart4 .titlebox .line {
  width: 335px;
  height: 2px;
  margin: 20px auto 0;
}

.sscmpart1 .titlebox .line div, .sscmpart2 .titlebox .line div, .sscmpart4 .titlebox .line div {
  width: 145px;
  height: 2px;
  background-color: #e5e5e5;
  float: left;
}

.sscmpart1 .titlebox .line .sp, .sscmpart2 .titlebox .line .sp, .sscmpart4 .titlebox .line .sp {
  width: 37px;
  height: 2px;
  margin: 0 4px;
  background-color: #0070ac;
}

.sscmpart1 .center-set {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.sscmpart1 .sscmrow .text-box li {
  display: none;
}

.sscmpart1 .sscmrow .text-box li h3 {
  font-size: 20px;
}

.sscmpart1 .sscmrow .text-box li .line {
  width: 45px;
  height: 3px;
  background-color: #0070ac;
  margin: 20px 0 38px;
}

.sscmpart1 .sscmrow .text-box li .content {
  height: 134px;
  font-size: 14px;
}

.sscmpart1 .sscmrow .text-box li .more {
  width: 140px;
  height: 32px;
  border-radius: 18px;
  border: 2px solid #d2d2d2;
  margin: 40px 0 64px;
  text-align: center;
}

.sscmpart1 .sscmrow .text-box li .more a {
  color: #585858;
}

.sscmpart1 .sscmrow .text-box li .more .icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 9px;
  color: #fff;
  background-color: #464646;
  text-align: center;
  line-height: 18px;
  margin-left: 18px;
}

.sscmpart1 .sscmrow .text-box .active {
  display: block;
}

.sscmpart1 .sscmrow .button-box button {
  width: 160px;
  width: 30%;
  height: 60px;
  background-color: #0070ac;
  border: none;
  margin-right: 7px;
  color: #fff;
  font-size: 14px;
  line-height: 60px;
  outline: none;
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1020px) {
  .sscmpart1 .sscmrow .button-box button {
    /*在768和991像素之间的屏幕里,这里的样式才生效*/
    width: 30%;
  }
}

.sscmpart1 .sscmrow .button-box button img {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1020px) {
  .sscmpart1 .sscmrow .button-box button img {
    /*在768和991像素之间的屏幕里,这里的样式才生效*/
    display: none;
    background-color: #000;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .sscmpart1 .sscmrow .button-box button img {
    /*在768和991像素之间的屏幕里,这里的样式才生效*/
    display: none;
  }
}

.sscmpart1 .sscmrow .button-box button span {
  line-height: 60px;
}

.sscmpart1 .sscmrow .button-box button .iconfont {
  font-family: "iconfont" !important;
  font-size: 30px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  margin-right: 5px;
  -moz-osx-font-smoothing: grayscale;
}

.sscmpart1 .sscmrow .button-box button:hover {
  background-color: #eb6100;
}

.sscmpart1 .sscmrow .button-box .active {
  background-color: #eb6100;
}

.sscmpart1 .sscmrow .img-box li {
  display: none;
  text-align: center;
}

.sscmpart1 .sscmrow .img-box .active {
  display: block;
}

.sscmpart2 {
  background-color: #f5f5f5;
  overflow: hidden;
}

.sscmpart2 .center-set {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.sscmpart2 .sscm-bgbox {
  background-color: #f5f5f5;
}

.sscmpart2 .sscmrow {
  width: 100%;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .sscmpart2 .sscmrow {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.sscmpart2 .sscmrow:after {
  clear: both;
}

.sscmpart2 .sscmrow .img-box {
  width: 100%;
  float: left;
}

@media screen and (min-width: 768px) {
  .sscmpart2 .sscmrow .img-box {
    width: 55.5%;
  }
}

.sscmpart2 .sscmrow .img-box li {
  display: none;
}

.sscmpart2 .sscmrow .img-box li img {
  width: 100%;
}

.sscmpart2 .sscmrow .img-box .active {
  display: block;
}

.sscmpart2 .sscmrow .text-box {
  float: left;
  width: 100%;
  padding-top: 20px;
  background-color: #fff;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1020px) {
  .sscmpart2 .sscmrow .text-box {
    /*在768和991像素之间的屏幕里,这里的样式才生效*/
    padding-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .sscmpart2 .sscmrow .text-box {
    width: 44.5%;
  }
}

.sscmpart2 .sscmrow .text-box h3 {
  font-size: 30px;
  font-weight: 500;
  margin-left: 40px;
}

@media (min-width: 768px) and (max-width: 1020px) {
  .sscmpart2 .sscmrow .text-box h3 {
    /*在768和991像素之间的屏幕里,这里的样式才生效*/
    font-size: 20px;
  }
}

.sscmpart2 .sscmrow .text-box h3 sup {
  font-size: 40px;
  color: #0070ac;
}

.sscmpart2 .sscmrow .text-box p {
  font-size: 14px;
  color: #c9c9c9;
  margin-left: 40px;
}

.sscmpart2 .sscmrow .text-box .line {
  width: 90%;
  height: 1px;
  background-color: #eeeeee;
  margin: 15px auto;
}

.sscmpart2 .sscmrow .text-box .content h4 {
  font-size: 36px;
  color: #0070ac;
  margin-left: 40px;
}

@media (min-width: 768px) and (max-width: 1020px) {
  .sscmpart2 .sscmrow .text-box .content h4 {
    /*在768和991像素之间的屏幕里,这里的样式才生效*/
    font-size: 26px;
  }
}

.sscmpart2 .sscmrow .text-box .content p {
  color: #000;
  font-size: 20px;
  margin: 0 40px;
}

@media (min-width: 768px) and (max-width: 1020px) {
  .sscmpart2 .sscmrow .text-box .content p {
    /*在768和991像素之间的屏幕里,这里的样式才生效*/
    font-size: 14px;
  }
}

.sscmpart2 .sscmrow .text-box .content li {
  display: none;
}

.sscmpart2 .sscmrow .text-box .content .active {
  display: block;
}

.sscmpart2 .sscmrow .button-box {
  margin-left: 40px;
  margin-top: 20px;
}

.sscmpart2 .sscmrow .button-box button {
  width: 120px;
  /* height: 46px; */
  background-color: #0070ac;
  border: none;
  margin-right: 7px;
  color: #fff;
  font-size: 46px;
  line-height: 46px;
  outline: none;
  position: relative;
}

.sscmpart2 .sscmrow .button-box button img {
  vertical-align: middle;
  margin-right: 10px;
}

.sscmpart2 .sscmrow .button-box button:hover {
  background-color: #eb6100;
}

.sscmpart2 .sscmrow .button-box .active {
  background-color: #eb6100;
}

.sscmpart2 .sscmrow .part2-pic {
  width: 200px;
  position: absolute;
  bottom: -35px;
  right: -175px;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  .sscmpart2 .sscmrow .part2-pic {
    display: none;
  }
}

.sscmpart3 {
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .sscmpart3 {
    width: 90%;
    max-width: 1200px;
    padding: 80px 5%;
  }
}

.sscmpart3 .sscmrow .bg-box {
  background-color: #f1f1f1;
  padding-top: 0px;
}

@media (max-width: 992px) {
  .sscmpart3 .sscmrow .bg-box {
    padding-top: 10px;
  }
  .sscmpart3 .sscmrow .bg-box:first-child {
    padding-top: 0px;
  }
}

.sscmpart3 .sscmrow .img-box img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sscmpart3 .sscmrow .text-box {
    padding: 60px 0px 0px;
  }
}

@media screen and (min-width: 992px) {
  .sscmpart3 .sscmrow .text-box {
    padding: 10px 0px 0px;
  }
}

.sscmpart3 .sscmrow .text-box h3 {
  font-size: 20px;
  margin: 0 25px 0 35px;
}

.sscmpart3 .sscmrow .text-box .english-title {
  font-size: 14px;
  color: #aeaeae;
  margin: 0 0px 0 35px;
}

.sscmpart3 .sscmrow .text-box p {
  font-size: 14px;
  margin: 0 25px 0 35px;
}

.sscmpart3 .sscmrow .text-box .line {
  width: 40px;
  height: 1px;
  background-color: #959595;
  margin: 10px 35px;
}

.ipart01 .wrap .biaoti .line {
  width: 335px;
  height: 2px;
  margin: 20px auto 0;
}

.ipart01 .wrap .biaoti .line div {
  width: 145px;
  height: 2px;
  background-color: #e5e5e5;
  float: left;
}

.ipart01 .wrap .biaoti .line .sp {
  width: 37px;
  height: 2px;
  margin: 0 4px;
  background-color: #0070ac;
}

.ipart01 .wrap .iprt01_btm .float_ul .rt_float_cell {
  position: relative;
  max-width: 1200px;
}

.ipart01 .wrap .iprt01_btm .float_ul .rt_float_cell .title {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.ipart01 .wrap .lt_box ._con {
  padding: 0;
}

.ipart01 .wrap .video-box {
  width: 100%;
  position: relative;
  padding-top: 57%;
  padding-bottom: 63%;
  /*需要用padding来维持16:9比例,也就是9除以16*/
  height: 0;
}

.ipart01 .wrap .video-box video {
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ipart04 ._con_rt {
  width: 56%;
}

@media screen and (max-width: 768px) {
  .ipart04 ._con_rt {
    width: 100%;
    padding-top: 20px;
  }
}

.sscmpart4 {
  overflow: hidden;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .sscmpart4 {
    background: url("../images/new2.png") no-repeat bottom #fff;
    padding-bottom: 200px;
  }
}

.sscmpart4 .set-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.sscmpart4 .set-box .bg-textbox {
  width: 20%;
  height: 40%;
  text-align: center;
  position: absolute;
  background-color: #0070ac;
  top: 25%;
  left: 25%;
  padding: 10px 0;
  display: none;
}

@media screen and (min-width: 992px) {
  .sscmpart4 .set-box .bg-textbox {
    display: block;
  }
}

.sscmpart4 .set-box .bg-textbox p {
  height: 50%;
  color: #fff;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.7em;
}

@media screen and (min-width: 992px) {
  .sscmpart4 .set-box {
    width: 90%;
    max-width: 1200px;
    background: url(../images/new1.png) no-repeat left;
  }
}

@media screen and (min-width: 768px) {
  .sscmpart4 .set-box {
    height: 100%;
    background-size: 45%;
    overflow: hidden;
  }
}

.sscmpart4 .set-box::after {
  content: '';
  display: table;
  clear: both;
}

.sscmpart4 .set-box .sscmrow {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .sscmpart4 .set-box .sscmrow {
    width: 52.5%;
    float: right;
  }
}

.sscmpart4 .set-box .sscmrow .img-box {
  width: 50%;
  height: 100%;
  float: left;
}

@media screen and (max-width: 768px) {
  .sscmpart4 .set-box .sscmrow .img-box {
    padding: 10px;
    width: 100%;
  }
}

.sscmpart4 .set-box .sscmrow .text-box {
  width: 50%;
  float: left;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sscmpart4 .set-box .sscmrow .text-box {
    padding: 20px 0;
    width: 100%;
  }
}

.sscmpart4 .set-box .sscmrow .text-box h4 {
  font-size: 17px;
  margin-left: 27px;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1020px) {
  .sscmpart4 .set-box .sscmrow .text-box h4 {
    /*在768和991像素之间的屏幕里,这里的样式才生效*/
    font-size: 14px;
  }
}

.sscmpart4 .set-box .sscmrow .text-box .time {
  font-size: 14px;
  color: #d9d9d9;
  margin: 5px 0 5px 27px;
}

@media (min-width: 768px) and (max-width: 1020px) {
  .sscmpart4 .set-box .sscmrow .text-box .time {
    /*在768和991像素之间的屏幕里,这里的样式才生效*/
    font-size: 14px;
  }
}

.sscmpart4 .set-box .sscmrow .text-box p {
  font-size: 17px;
  margin-left: 27px;
  font-weight: 300;
}

@media (min-width: 768px) and (max-width: 1020px) {
  .sscmpart4 .set-box .sscmrow .text-box p {
    /*在768和991像素之间的屏幕里,这里的样式才生效*/
    font-size: 14px;
  }
}

.sscmpart4 .set-box .sscmrow .text-box .more {
  width: 80px;
  height: 30px;
  background-color: #eeeeee;
  color: #3a76a6;
  line-height: 30px;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 27px;
}

@media (min-width: 768px) and (max-width: 1020px) {
  .sscmpart4 .set-box .sscmrow .text-box .more {
    /*在768和991像素之间的屏幕里,这里的样式才生效*/
    bottom: -100px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .sscmpart4 .set-box .sscmrow .text-box .more {
    position: initial;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
  }
}

.sscmpart4 .set-box .sscmrow li:first-child {
  margin-bottom: 20px;
}

.sscmpart4 .set-box .sscmrow li::after {
  content: '';
  display: table;
  clear: both;
}

.posi_ .bread {
  position: relative;
  margin-top: 20px;
  color: #fff;
  border-top: 1px solid #fff;
}

.subnavs .sub_ li {
  padding: 10px 0px;
  background: none;
  height: 44px;
  line-height: 44px;
  float: left;
}

.list-article-box {
  position: relative;
  z-index: 5;
  background-color: #fff;
}

.list-article-box .list-set-box {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

.list-article-box .list-set-box .sscmrow {
  max-width: 1200px;
  margin: 50px auto;
}

.list-article-box .list-set-box .sscmrow li {
  float: left;
  width: 48%;
  margin: 5px 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e7e7e7;
  padding: 2%;
  /* 窗口宽度<768,设计宽度=640 */
}
.list-article-box .list-set-box .sscmrow2 li {
  width: 31%;
}

@media screen and (max-width: 767px) {
  .list-article-box .list-set-box .sscmrow li {
    width: 100%;
    margin: 3px 0;
  }
}

.list-article-box .list-set-box .sscmrow li:hover {
  background: #019ae6;
  color: #fff;
}

.list-article-box .list-set-box .sscmrow li:hover .img-box a {
  color: #fff;
}

.list-article-box .list-set-box .sscmrow li:hover .text-box a, .list-article-box .list-set-box .sscmrow li:hover .text-box p, .list-article-box .list-set-box .sscmrow li:hover .text-box span {
  color: #fff;
}

.list-article-box .list-set-box .sscmrow li .img-box {
  width: 30%;
  float: left;
  position: relative;
  padding-bottom: 22%;
  overflow: hidden;
  vertical-align: middle;
}
.list-article-box .list-set-box .sscmrow li .img-box2{
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 35%;
  overflow: hidden;
  vertical-align: middle;
}

.list-article-box .list-set-box .sscmrow li .img-box a ,.list-article-box .list-set-box .sscmrow li .img-box2 a{
  display: inline-block;
  vertical-align: middle;
}

.list-article-box .list-set-box .sscmrow li .img-box a img,.list-article-box .list-set-box .sscmrow li .img-box2 a img {
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  vertical-align: middle;
}

.list-article-box .list-set-box .sscmrow li .text-box {
  width: 66%;
  padding: 0 2%;
  float: left;
  text-align: left;
}

.list-article-box .list-set-box .sscmrow li .text-box .title {
  height: 30px;
  font-size: 16px;
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-article-box .list-set-box .sscmrow li .text-box .intro {
  text-align: left;
  font-size: 12px;
  color: #515151;
  float: left;
  width: 100%;
  height: 68px;
  overflow: hidden;
}

.list-article-box .list-set-box .sscmrow li .text-box .info {
  text-align: left;
  font-size: 12px;
  color: #515151;
  float: left;
  width: 100%;
  font-weight: bold;
}

.list-article-box .list-set-box .dede_pages .pagelist {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.list-article-box .list-set-box .dede_pages .pagelist li {
  color: #777777;
  display: inline-block;
  border: 1px solid #ededed;
  padding: 5px 10px;
  vertical-align: middle;
  margin: 0 0 10px -1px;
}

.sscm-article-viewbox {
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 5;
  background-color: #fff;
}

.sscm-article-viewbox .content > table > tbody > tr > td {
  padding: 50px 10px 0;
  line-height: 2em;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sscm-article-viewbox .context ul {
  text-align: center;
  padding-bottom: 50px;
}

.sscm-article-viewbox .context ul li {
  color: #777777;
  padding: 5px 10px;
  vertical-align: middle;
  margin: 0 0 10px -1px;
}

.list-imge-box .sscmrow {
  width: 95%;
  margin: 0 auto;
}

.honor_hover .row > .span-3 {
  width: 23%;
  /* 窗口宽度<768,设计宽度=640 */
}

@media screen and (max-width: 959px) {
  .honor_hover .row > .span-3 {
    width: 31%;
  }
}

@media screen and (max-width: 767px) {
  .honor_hover .row > .span-3 {
    width: 48%;
  }
}

@media screen and (max-width: 639px) {
  .honor_hover .row > .span-3 {
    width: 97%;
  }
}

.honor_hover .item ._pic {
  overflow: hidden;
}

.honor_hover .dede_pages::after {
  content: '';
  display: table;
  clear: both;
}

.honor_hover .dede_pages .pagelist {
  text-align: center;
  margin-top: 50px;
}

.honor_hover .dede_pages .pagelist li {
  color: #777777;
  display: inline-block;
  border: 1px solid #ededed;
  padding: 5px 10px;
  vertical-align: middle;
  margin: 0 0 10px -1px;
}

.honor_hover .item ._pic ,.honor_hover .item .pic_tu{
  overflow: hidden;
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}

.honor_hover .item ._pic a {
  width: 100%;
  display: block;
}

.about_hover .item ._pic img,
.honor_hover .item ._pic img,.honor_hover .item .pic_tu img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#previewPic li {
  display: none;
}

#previewPic .active {
  display: block;
}

.product_detail .detail_posi .x_prev, .x_next {
  font-size: 40px;
  line-height: 25px;
}

.list-article2-box {
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.list-article2-box .down-table {
  width: 95%;
  max-width: 1200px;
  margin: 36px auto;
  border: 1px solid #888888;
}

.list-article2-box .down-table thead tr {
  height: 36px;
}

.list-article2-box .down-table tbody .even {
  background: #ececec;
}

.list-article2-box .down-table tbody .odd {
  background: #ffffff;
}

.list-article2-box .down-table tbody tr {
  height: 36px;
}

.list-article2-box .down-table tbody tr td {
  width: 25%;
  text-align: center;
}

.list-article2-box .dede_pages .pagelist {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.list-article2-box .dede_pages .pagelist li {
  color: #777777;
  display: inline-block;
  border: 1px solid #ededed;
  padding: 5px 10px;
  vertical-align: middle;
  margin: 0 0 10px -1px;
}

/*招聘列表start*/
.sscm-recruitment {
  position: relative;
  padding: 100px 0 300px;
  z-index: 5;
  background-color: #fff;
}

.sscm-recruitment .down-table {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #888888;
}

.sscm-recruitment .down-table tbody tr {
  border-bottom: 1px solid #888888;
}

.sscm-recruitment .down-table tbody tr td {
  /*width: 25%;*/
  text-align: center;
}

.sscm-recruitment .even {
  background: #ececec;
}

.sscm-recruitment .odd {
  background: #ffffff;
}

.sscm-recruitment .content-box {
  width: 95%;
  margin: 0 auto;
  background: antiquewhite;
}

.sscm-recruitment .content-box thead tr {
  background-color: darkorange;
  color: #ffffff;
}

.sscm-recruitment .detail {
  display: none;
}

.sscm-recruitment .show {
  display: table-row;
}

.sscm-recruitment #goodcover {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 133%;
  background-color: #000;
  z-index: 1001;
  -moz-opacity: .8;
  opacity: .5;
  filter: alpha(opacity=80);
}

.sscm-recruitment #code {
  width: 60%;
  /* height: 500px; */
  margin: 0 auto;
  background-color: #fff;
  padding: 60px 0;
  position: relative;
  display: none;
  /* left: 0; */
  /* right: 0; */
  z-index: 1002;
}

.sscm-recruitment #code input {
  height: auto;
  padding: 10px 15px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #f5f5f5;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 14px;
  width: 50%;
  min-width: 170px;
  line-height: 20px;
  display: inline-block;
  -webkit-appearance: none;
}

.sscm-recruitment #code strong {
  line-height: 40px;
}

.sscm-recruitment #code .submit {
  width: 25%;
  margin: 0 auto;
  background-color: #66afe9;
  color: #fff;
  min-width: 100px;
}

.sscm-recruitment .goodtxt {
  text-align: center;
}

.sscm-recruitment .goodtxt p {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.sscm-recruitment .code-img {
  width: 250px;
  margin: 30px auto 0;
  padding: 10px;
}

.sscm-recruitment .code-img img {
  width: 240px;
}

.sscm-recruitment .onError, .sscm-recruitment .high {
  color: red;
}

.sscm-recruitment .onSuccess {
  color: green;
}

/*招聘列表end*/
.header .top01, .top02 {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .header .top01, .top02 {
    display: none;
  }
}

.header .top03 {
  width: 100%;
  padding: 20px 0px;
  background-color: #fff;
  display: none;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 1024px) {
  .header .top03 {
    display: block;
  }
}

.header .top03 .wrap {
  padding-left: 2%;
  padding-right: 2%;
  width: auto;
  overflow: auto;
}

.header .top03 .wrap .logobox {
  overflow: auto;
  float: left;
}

.header .top03 .wrap .logobox .logolink {
  color: #333;
  display: block;
  float: left;
}

.header .top03 .wrap .iconbox {
  float: right;
  width: 50px;
  margin-top: 5px;
}

.header .top03 .wrap .iconbox .icon {
  background-color: #0071bd;
  height: 4px;
  width: 25px;
  border-radius: 2px;
  margin: 4px auto;
}

.header .top03 .wrap .searchbox {
  float: right;
  margin-top: 8px;
}

.header .top03 .wrap .searchbox button {
  background: none;
  border: none;
}

.header .top03 .wrap .searchbox button span {
  font-size: 20px;
  color: #0071bd;
}

.header .top03 .keywordsbox {
  margin-top: 10px;
  padding-left: 2%;
  margin-left: 2%;
  width: 341px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #eee;
  position: relative;
  background-color: #fff;
  display: none;
}

.header .top03 .keywordsbox input[type=text] {
  vertical-align: top;
  border: 0;
  width: 80%;
  height: 22px;
  line-height: 22px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 6px 0;
}

.header .top03 .keywordsbox button {
  background-color: #0071bd;
  color: #fff;
  border: none;
  width: 64px;
  height: 36px;
}

.header .top03 .hidden {
  display: none;
}

.header .top03 .top3-nav {
  position: absolute;
  height: 100%;
  width: 50%;
  max-width: 283px;
  top: 0;
  color: rgba(255, 255, 255, 0.6);
  display: none;
}

.header .top03 .top3-nav a {
  color: rgba(255, 255, 255, 0.6);
  line-height: 40px;
  font-size: 15px;
  margin-left: 15px;
}

.header .top03 .top3-nav .outbox-title {
  color: rgba(255, 255, 255, 0.6);
  line-height: 40px;
  font-size: 15px;
  margin-left: 15px;
}

.header .top03 .top3-nav .icon {
  float: right;
  display: block;
  height: 43px;
  line-height: 40px;
  font-size: 20px;
  border: none;
  border-left: 1px solid #000;
  padding-left: 10px;
}

.header .top03 .top3-nav .outbox li {
  width: 96%;
  padding: 0 2%;
  border-bottom: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  background-color: #333;
}

.header .top03 .top3-nav .outbox li a {
  height: 43px;
}

.header .top03 .top3-nav .outbox .innerbox {
  display: none;
  text-indent: 20px;
}

.swiper-container {
  max-width: 1920px;
  margin: 0 auto;
}

.swiper-container .swiper-wrapper {
  margin: 0 auto;
}

@media only screen and (max-width: 980px) {
  .swiper-container {
    margin-top: 79px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #0070ac;
}

.subnavs .sub_ .active {
  background: #0071bd;
  color: #fff;
}

@media only screen and (max-width: 980px) {
  .product_detail .detail_posi .detail_l {
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .product_detail .detail_posi .detail_r {
    width: 100%;
  }
}

.product_detail .detail_posi {
  position: relative;
  z-index: 20;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 980px) {
  .pqcl_pro_info .pro_info .sub_er ul li {
    width: 22%;
  }
}

@media only screen and (max-width: 768px) {
  .ps_sections04 ul li {
    width: 95%;
  }
}

@media only screen and (max-width: 768px) {
  .iprt01_btm .rt_box {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .iprt01_btm .lt_box {
    width: 100%;
    margin-top: 20px;
  }
}

.content .table tr td {
  padding: 50px 10%;
  line-height: 2em;
  max-width: 1200px;
  margin: 0 auto;
}

/*
留言簿的样式
*/
.guestbook-box {
  width: 100%;
  padding-top: 50px;
}

.guestbook-box form {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.guestbook-box form table tr td input {
  width: 75%;
  margin: 10px auto;
}

.guestbook-box form table tr .table-title {
  vertical-align: middle;
}

.guestbook-box form table tr td textarea {
  width: 75%;
  height: 100px;
  margin: 10px auto;
}

.guestbook-box .onError, .guestbook-box .high {
  color: red;
}

.guestbook-box .onSuccess {
  color: green;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*
* name: responsive
* version: v2.0.1
* update: 恢复使用max-width，最新版本的UC浏览器不支持max-device-width
* data: 2017-08-18
*/
/* import responsive stylesheet */
/* hide template textarea */
.UnpcPush textarea, .PcPush textarea, .MobilePush textarea, .UnmobilePush textarea {
  display: none;
}

/*
* PcMode
*/
body:after {
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  content: 'Pc';
}

.PcMode:after {
  content: 'Pc' !important;
}

.UnpcPush, .MobilePush {
  display: none;
}

img[data-src] {
  opacity: 0;
  filter: alpha(opacity=0);
}

/*
* PadMode
*/
@media only screen and (max-width: 1024px) {
  body:after {
    content: 'Pad';
  }
  body {
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
  }
  html,
  body,
  .wrap {
    min-width: 0;
  }
  html {
    overflow-x: hidden;
  }
  body, input, textarea, button, select {
    font-size: 14px;
  }
  .wrap {
    padding-left: 2%;
    padding-right: 2%;
    width: auto;
  }
  .PcPush {
    display: none;
  }
  .UnpcPush {
    display: block;
  }
}

/*
* MobileMode
*/
@media only screen and (max-width: 760px) {
  body:after {
    content: 'Mobile';
  }
  body, input, textarea, button, select {
    font-size: 14px;
  }
  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }
  .UnmobilePush {
    display: none;
  }
  .MobilePush {
    display: block;
  }
  img[data-src] {
    opacity: 1;
  }
}

.theme-price {
  position: relative;
  bottom: -6px;
  font-family: microsoft yahei, Arial, Helvetica, sans-serif;
  margin-right: 20px;
  font-weight: bold;
  color: #f60;
  line-height: 32px;
  font-size: 24px;
  display: inline-block;
}

.theme-price dfn {
  font-style: normal;
  font-size: 18px;
  margin-right: 2px;
}

.theme-desc {
  padding: 30px;
}

.theme-version {
  padding: 30px;
}

.theme-popover-mask {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  display: none;
}

.theme-popover {
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 660px;
  height: 360px;
  margin: -180px 0 0 -330px;
  border-radius: 5px;
  border: solid 2px #666;
  background-color: #fff;
  display: none;
  -webkit-box-shadow: 0 0 10px #666;
          box-shadow: 0 0 10px #666;
  padding: 20px 0;
}

.theme-poptit {
  padding: 12px;
  position: relative;
  margin-top: -12px;
}

.theme-poptit .close {
  float: right;
  color: #999;
  padding: 5px;
  margin: -13px -5px -5px;
  font: bold 14px/14px simsun;
  text-shadow: 0 1px 0 #ddd;
}

.theme-poptit .close:hover {
  color: #444;
}

/**/
.theme-price1 {
  position: relative;
  bottom: -6px;
  font-family: microsoft yahei, Arial, Helvetica, sans-serif;
  margin-right: 20px;
  font-weight: bold;
  color: #f60;
  line-height: 32px;
  font-size: 24px;
  display: inline-block;
}

.theme-price1 dfn {
  font-style: normal;
  font-size: 18px;
  margin-right: 2px;
}

.theme-desc1 {
  padding: 30px;
}

.theme-version1 {
  padding: 30px;
}

.theme-popover-mask1 {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  display: none;
}

.theme-popover1 {
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 660px;
  height: 360px;
  margin: -180px 0 0 -330px;
  border-radius: 5px;
  border: solid 2px #666;
  background-color: #fff;
  display: none;
  -webkit-box-shadow: 0 0 10px #666;
          box-shadow: 0 0 10px #666;
  padding: 20px 0;
}

.theme-poptit1 {
  padding: 12px;
  position: relative;
  margin-top: -12px;
}

.theme-poptit1 .close {
  float: right;
  color: #999;
  padding: 5px;
  margin: -13px -5px -5px;
  font: bold 14px/14px simsun;
  text-shadow: 0 1px 0 #ddd;
}

.theme-poptit1 .close:hover {
  color: #444;
}

video {
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
  height: 100%;
}

#video {
  height: 600px;
}

@media (max-width: 1199px) {
  #video {
    height: 500px;
  }
}

@media (max-width: 991px) {
  #video {
    height: 400px;
  }
}

@media (max-width: 767px) {
  #video {
    height: 300px;
  }
  .theme-popover {
    top: calc(50% - 202px);
    left: 0;
    right: 0;
    width: initial;
    margin: 0 auto;
    height: initial;
    margin: 0 auto;
  }
  .theme-popover1 {
    top: calc(50% - 202px);
    left: 0;
    right: 0;
    width: initial;
    margin: 0 auto;
    height: initial;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=dedecms.css.map */