/* CSS crunched with Crunch - http://crunchapp.net/ */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
li,
dl,
dt,
dd,
pre,
code,
p,
blockquote,
hr,
table,
thead,
tbody,
tfoot,
tr,
td,
th,
colgroup,
col,
form,
label,
input,
fieldset,
legend,
button,
select,
textarea,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei, "微软雅黑";
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  background: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 Tahoma, Helvetica, Arial, "\u5B8B\u4F53", sans-serif;
}
img {
  vertical-align: bottom;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
fieldset,
img {
  border: 0 none;
}
del {
  text-decoration: line-through;
}
ul,
ol {
  list-style: none;
}
a:focus,
a:active {
  outline: none;
}
a,
ins {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
button,
input,
label,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
  border: 0 none;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
label {
  margin-right: 3px;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto\9;
  vertical-align: top;
}
body .hide {
  display: none;
}
/* Bug fixed & base setting
--------------------------------------------*/
/* Cross-Brower CSS3 style that support css3
-----------------------------------------------*/
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    transform-origin: 50% 0px;
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    transform-origin: 50% 0px;
    opacity: 0;
  }
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -webkit-transform-origin: 50% 0px;
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: 50% 0px;
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    -moz-transform-origin: 50% 0px;
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    -moz-transform-origin: 50% 0px;
    opacity: 0;
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  60% {
    opacity: 1;
    transform: scale(1.1);
  }
  88% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  88% {
    -webkit-transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  60% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes myOpacityOn {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes myOpacityOn {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes myOpacityOn {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes myOpacityOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes myOpacityOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-moz-keyframes myOpacityOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes myOpacityban {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes myOpacityban {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@-moz-keyframes myOpacityban {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes myOpacityban1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes myOpacityban1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-moz-keyframes myOpacityban1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes casehover {
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes casehover {
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes casehover {
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes showtime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showtime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes showtime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ui-loader {
  display: none;
}
div.img {
  position: relative;
  background-size: 100%;
  background-repeat: repeat;
  background-position: center center;
}
.layout {
  *zoom: 1;
  margin: 0 auto;
}
.layout:after {
  display: table;
  content: "";
  clear: both;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .layout {
    max-width: 600px;
  }
  .spanbox {
    width: 100%;
    *zoom: 1;
  }
  .spanbox:after {
    display: table;
    content: "";
    clear: both;
  }
  .spanbox > div,
  .spanbox > a {
    overflow: hidden;
    float: left;
  }
  .spanbox .span1 {
    width: 100%;
  }
  .spanbox .span2 {
    width: 100%;
  }
  .spanbox .span3 {
    width: 100%;
  }
  .spanbox .span4 {
    width: 50%;
  }
  .spanbox .span5 {
    width: 50%;
  }
  .spanbox .span6 {
    width: 50%;
  }
  .spanbox .span7 {
    width: 33%;
  }
  .spanbox .span8 {
    width: 33.3%;
  }
}
@media only screen and (min-width: 1024px) {
  .layout {
    max-width: 1024px;
  }
  .spanbox {
    *zoom: 1;
    width: 100%;
  }
  .spanbox:after {
    display: table;
    content: "";
    clear: both;
  }
  .spanbox > div,
  .spanbox > a {
    overflow: hidden;
    float: left;
  }
  .spanbox .span1 {
    width: 100%;
  }
  .spanbox .span2 {
    width: 50%;
  }
  .spanbox .span3 {
    width: 33.3%;
  }
  .spanbox .span4 {
    width: 25%;
  }
  .spanbox .span5 {
    width: 20%;
  }
  .spanbox .span6 {
    width: 16.66666667%;
  }
  .spanbox .span7 {
    width: 14.28571429%;
  }
  .spanbox .span8 {
    width: 12.5%;
  }
}
/* CSS crunched with Crunch - http://crunchapp.net/ */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
li,
dl,
dt,
dd,
pre,
code,
p,
blockquote,
hr,
table,
thead,
tbody,
tfoot,
tr,
td,
th,
colgroup,
col,
form,
label,
input,
fieldset,
legend,
button,
select,
textarea,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  /*font-family: Microsoft YaHei, "微软雅黑";*/
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  background: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 Tahoma, Helvetica, Arial, "\u5B8B\u4F53", sans-serif;
}
img {
  vertical-align: bottom;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 100;
}
fieldset,
img {
  border: 0 none;
}
del {
  text-decoration: line-through;
}
ul,
ol {
  list-style: none;
}
a:focus,
a:active {
  outline: none;
}
a,
ins {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
button,
input,
label,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
  border: 0 none;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
label {
  margin-right: 3px;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto\9;
  vertical-align: top;
}
body .hide {
  display: none;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    transform-origin: 50% 0px;
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    transform-origin: 50% 0px;
    opacity: 0;
  }
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -webkit-transform-origin: 50% 0px;
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: 50% 0px;
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    -moz-transform-origin: 50% 0px;
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    -moz-transform-origin: 50% 0px;
    opacity: 0;
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  60% {
    opacity: 1;
    transform: scale(1.1);
  }
  88% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  88% {
    -webkit-transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  60% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes myOpacityOn {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes myOpacityOn {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes myOpacityOn {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes myOpacityOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes myOpacityOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-moz-keyframes myOpacityOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes myOpacityban {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes myOpacityban {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@-moz-keyframes myOpacityban {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes myOpacityban1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes myOpacityban1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-moz-keyframes myOpacityban1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes casehover {
  100% {
    transform: scale(1.01);
  }
}
@-webkit-keyframes casehover {
  100% {
    -webkit-transform: scale(1.01);
  }
}
@-moz-keyframes casehover {
  100% {
    -moz-transform: scale(1.01);
  }
}
@keyframes showtime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showtime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes showtime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ui-loader {
  display: none;
}
div.img {
  position: relative;
  background-size: 100%;
  background-repeat: repeat;
  background-position: center center;
}
.layout {
  *zoom: 1;
  margin: 0 auto;
}
.layout:after {
  display: table;
  content: "";
  clear: both;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .layout {
    max-width: 600px;
  }
  .spanbox {
    width: 100%;
    *zoom: 1;
  }
  .spanbox:after {
    display: table;
    content: "";
    clear: both;
  }
  .spanbox > div,
  .spanbox > a {
    overflow: hidden;
    float: left;
  }
  .spanbox .span1 {
    width: 100%;
  }
  .spanbox .span2 {
    width: 100%;
  }
  .spanbox .span3 {
    width: 100%;
  }
  .spanbox .span4 {
    width: 50%;
  }
  .spanbox .span5 {
    width: 50%;
  }
  .spanbox .span6 {
    width: 50%;
  }
  .spanbox .span7 {
    width: 33%;
  }
  .spanbox .span8 {
    width: 33.3%;
  }
}
@media only screen and (min-width: 1024px) {
  .layout {
    max-width: 1024px;
  }
  .spanbox {
    *zoom: 1;
    width: 100%;
  }
  .spanbox:after {
    display: table;
    content: "";
    clear: both;
  }
  .spanbox > div,
  .spanbox > a {
    overflow: hidden;
    float: left;
  }
  .spanbox .span1 {
    width: 100%;
  }
  .spanbox .span2 {
    width: 50%;
  }
  .spanbox .span3 {
    width: 33.3%;
  }
  .spanbox .span4 {
    width: 25%;
  }
  .spanbox .span5 {
    width: 20%;
  }
  .spanbox .span6 {
    width: 16.66666667%;
  }
  .spanbox .span7 {
    width: 14.28571429%;
  }
  .spanbox .span8 {
    width: 12.5%;
  }
}
body,
html {
  overflow-x: hidden;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .crumb {
    display: none;
  }
}
.crumb {
  background: url(../img/crumb.png) repeat-x;
  line-height: 38px;
}
.crumb .layout span {
  padding: 0 20px;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .bodylayout.show,
  .top-nav.show .navbox {
    -webkit-animation: headitem .5s .2s ease both;
    -moz-animation: headitem .5s .2s ease both;
    -o-animation: headitem .5s .2s ease both;
    animation: headitem 0.5s 0.2s ease both;
  }
  body #header {
    height: 60px;
  }
  body #header h1 a {
    margin-top: 10px;
    margin-left: 5px;
  }
  body #header h1 img {
    width: 100px;
  }
  body #header .layout {
    height: 100%;
  }
  body #header .top-nav {
    width: 50px;
    height: 100%;
    margin: 0;
    position: relative;
    z-index: 100;
  }
  body #header .top-nav .navbox {
    position: absolute;
    display: inline-block;
    width: 180px;
    background: #252525;
    top: 0;
    padding-top: 42px;
    right: -180px;
    *zoom: 1;
  }
  body #header .top-nav .navbox:after {
    display: table;
    content: "";
    clear: both;
  }
  body #header .top-nav .navbox a {
    border-left: 0 none;
    width: 100%;
    padding: 5px 0;
    height: 25px;
    border-bottom: 1px solid #888;
    text-align: center;
  }
}
@media screen and (max-width: 600px) and (min-width: 320px) {
  body #header .top-nav .navbox a span,
  body #header .top-nav .navbox a i {
    margin-left: -15px;
    left: 50%;
  }
}
@-webkit-keyframes headitem {
  100% {
    opacity: 1;
    -webkit-transform: translateX(-180px);
  }
}
@-moz-keyframes headitem {
  100% {
    opacity: 1;
    -moz-transform: translateX(-180px);
  }
}
@-o-keyframes headitem {
  100% {
    opacity: 1;
    -o-transform: translateX(-180px);
  }
}
@keyframes headitem {
  100% {
    opacity: 1;
    transform: translateX(-180px);
  }
}
#header {
  height: 56px;
  background: #000000;
}
#header.indexpage h1 a {
  margin-top: 23px;
}
#header.indexpage h1 a img {
  width: auto;
}
#header.indexpage .top-nav {
  margin-top: 25px;
}
#header.indexpage {
  height: 97px;
  background: url(../img/indexheaderbginfobt.jpg) repeat-x;
}
#header.indexpage .btbg {
  height: 97px;
  background: url(../img/indexheaderbginfo.jpg) no-repeat 50% 0;
}
#header .top-nav {
  margin-right: 10px;
  float: right;
  margin-top: 5px;
  height: 40px;
  font-size: 16px;
}
#header .top-nav .navbox {
  overflow: hidden;
}
#header .top-nav a {
  border-left: 1px solid #3c3c3c;
  position: relative;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  margin-left: -1px;
  margin-top: 14px;
  height: 17px;
  width: 32px;
}
#header .top-nav a i {
  position: absolute;
  top: -3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-style: normal;
}
#header .top-nav a span {
  position: absolute;
  top: -3px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#header .top-nav a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .top-nav a:hover i {
  -webkit-animation: flipOutX 1s .1s ease both;
  -moz-animation: flipOutX 1s 0.1s ease both;
}
#header .top-nav a:hover span {
  -webkit-animation: fadeInUp 1s .1s ease both;
  -moz-animation: fadeInUp 1s 0.1s ease both;
}
#header .top-nav a.cur {
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .top-nav a.cur i {
  opacity: 0;
  filter: alpha(opacity=0);
}
#header .top-nav a.cur span {
  opacity: 1;
  filter: alpha(opacity=100);
}
#header h1 {
  float: left;
  margin-left: 10px;
  font-size: 0;
}
#header h1 a img {
  width: 110px;
}
#header h1 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 8px;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  body #banner {
    height: 200px;
    margin: 0 0 25px;
  }
  body #banner .banneritem {
    bottom: 0;
  }
  body #banner .banneritem a {
    border-width: 4px;
  }
  body #banner .bannerimg .loccitane {
    background-size: 555px auto;
    height: 160px;
  }
  body #banner .bannerimg .loccitane .play1imgbox {
    top: 50px;
  }
  body #banner .bannerimg .loccitane img {
    width: 205px;
  }
  body #banner .bannerimg .hujia {
    background-size: 555px auto;
    height: 160px;
  }
  body #banner .bannerimg .hujia .play1imgbox {
    top: 50px;
  }
  body #banner .bannerimg .hujia img {
    width: 205px;
  }
  body #banner .bannerimg .bauschlomb {
    background-position: -50px 0;
    background-size: 555px auto;
    height: 160px;
  }
  body #banner .bannerimg .bauschlomb .play2imgbox {
    margin: 0;
    top: 58px;
  }
  body #banner .bannerimg .bauschlomb .play2imgbox .layout {
    width: 190px;
  }
  body #banner .bannerimg .bauschlomb .play2imgbox .layout .shouji1 {
    top: 8px;
    left: 40px;
  }
  body #banner .bannerimg .bauschlomb .play2imgbox .layout .shouji1 img {
    width: 55px;
  }
  body #banner .bannerimg .bauschlomb .play2imgbox .layout .shouji2 {
    left: 85px;
  }
  body #banner .bannerimg .bauschlomb .play2imgbox .layout .shouji2 img {
    width: 60px;
  }
  body #banner .bannerimg .bauschlomb .play2imgren {
    top: 25px;
  }
  body #banner .bannerimg .bauschlomb .play2imgren img {
    width: 180px;
  }
  body #banner .bannerimg .nike {
    background-size: 514px auto;
    height: 100%;
  }
  body #banner .bannerimg .nike .play1imgbox {
    top: 170px;
  }
  body #banner .bannerimg .nike .play3imgbox {
    top: 56px;
  }
  body #banner .bannerimg .nike .play3imgbox img {
    width: 150px;
  }
  body #banner .bannerimg .nike .play3fontbox {
    margin: 0;
    top: 70px;
  }
  body #banner .bannerimg .nike .play3fontbox p img {
    width: 140px;
  }
  body #banner .bannerimg .nike .play3fontbox a {
    width: 70px;
    height: 25px;
  }
  body #banner .bannerimg .nike .play3fontbox .web {
    background-size: 71px auto;
  }
  body #banner .bannerimg .nike .play3fontbox .app {
    background-size: 71px auto;
  }
}
#banner {
  position: relative;
  height: 555px;
  border-bottom: 1px solid #e3e4e7;
  margin-bottom: 50px;
}
#banner .changebox {
  position: relative;
  height: 100%;
  z-index: 999;
}
#banner .changebox .pre-img {
  position: absolute;
  top: 50%;
  left: 1%;
  cursor: pointer;
}
#banner .changebox .next-img {
  position: absolute;
  top: 50%;
  right: 2%;
  cursor: pointer;
}
#banner .banneritem {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 1000;
}
#banner .banneritem a {
  position: relative;
  z-index: 10000;
  display: inline-block;
  border-style: solid;
  border-width: 5px;
  border-color: #9d9d9d;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 10px;
  width: 0;
  height: 0;
  *display: inline;
  *zoom: 1;
}
#banner .banneritem a.curs {
  border-color: #3d94f3;
}
#banner .bannerimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#banner .bannerimg ul {
  height: 100%;
  position: relative;
}
#banner .bannerimg .loccitane {
  position: absolute;
  width: 100%;
  height: 444px;
  background: #19202c url(../img/banner1.jpg) no-repeat top center;
}
#banner .bannerimg .loccitane .play1imgbox {
  position: absolute;
  width: 100%;
  top: 120px;
  text-align: center;
}
#banner .bannerimg ul {
  height: 100%;
  position: relative;
}
#banner .bannerimg .hujia {
  position: absolute;
  width: 100%;
  height: 444px;
  background: #19202c url(../img/hujia.jpg) no-repeat top center;
}
#banner .bannerimg .hujia .play1imgbox {
  position: absolute;
  width: 100%;
  top: 120px;
  text-align: center;
}
#banner .bannerimg .bauschlomb {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
  height: 444px;
  background: #84d0e0 url(../img/banner2.jpg) no-repeat top center;
}
#banner .bannerimg .bauschlomb .play2imgren {
  position: absolute;
  top: 20px;
  left: 50%;
  text-align: center;
}
#banner .bannerimg .bauschlomb .layout {
  position: relative;
  z-index: 50;
  width: 370px;
}
#banner .bannerimg .bauschlomb .layout .shouji1 {
  position: absolute;
  top: 22px;
  left: 0;
}
#banner .bannerimg .bauschlomb .layout .shouji2 {
  position: absolute;
  top: 0;
  left: 160px;
  z-index: 2;
}
#banner .bannerimg .bauschlomb .play2imgbox {
  position: absolute;
  top: 106px;
  right: 50%;
  margin-right: 135px;
  text-align: center;
}
#banner .bannerimg .nike {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
  height: 560px;
  background: #000c20 url(../img/banner3.jpg) no-repeat top center;
}
#banner .bannerimg .nike .play3imgbox {
  position: absolute;
  top: 116px;
  right: 50%;
  margin-right: 3px;
  text-align: center;
}
#banner .bannerimg .nike .play3fontbox {
  position: absolute;
  top: 170px;
  left: 50%;
  margin-left: 50px;
  text-align: center;
}
#banner .bannerimg .nike .play3fontbox a {
  display: inline-block;
  width: 181px;
  height: 65px;
  line-height: 400px;
  border-radius: 6px;
  overflow: hidden;
}
#banner .bannerimg .nike .play3fontbox .app {
  background: url(../img/bannerapp.jpg) no-repeat;
}
#banner .bannerimg .nike .play3fontbox .web {
  background: url(../img/bannergoogle.jpg) no-repeat;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  body .avibox {
    width: 100%;
  }
  body .avibox .title {
    line-height: 40px;
    font-size: 24px;
  }
}
.avibox {
  *zoom: 1;
  width: 1024px;
  margin: 0 auto;
  text-align: center;
}
.avibox:after {
  display: table;
  content: "";
  clear: both;
}
.avibox .itembox {
  position: relative;
  margin-bottom: 10px;
}
.avibox .itembox i {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.avibox .itembox img {
  width: 90%;
}
.avibox .itembox:hover i {
  -webkit-animation: myOpacityban 1s 0s ease both;
  -moz-animation: myOpacityban 1s 0s ease both;
  animation: myOpacityban 1s 0s ease both;
}
.avibox .title {
  float: left;
  width: 100%;
  font-size: 34px;
  line-height: 50px;
  margin: 15px auto 45px;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .other {
    padding: 0 10px;
  }
  .other h3 {
    background-size: 780px auto;
  }
  .other a {
    text-align: center;
  }
  .other img {
    width: 90%;
  }
  .desc,
  #footer .layout {
    display: none;
  }
  body #footer .appfooter {
    display: block;
  }
}
.other h3 {
  line-height: 100px;
  overflow: hidden;
  height: 30px;
  margin-bottom: 20px;
  background: url(../img/other-title.jpg) no-repeat center center;
}
.other .link {
  *zoom: 1;
  margin: 0 auto;
}
.other .link:after {
  display: table;
  content: "";
  clear: both;
}
.other .link a {
  float: left;
}
.desc {
  *zoom: 1;
  padding: 32px 0 25px;
  background: #fbfbfb;
  border-top: 1px solid #f1f1f0;
}
.desc:after {
  display: table;
  content: "";
  clear: both;
}
.desc .container {
  margin: 0 auto;
  width: 1024px;
}
.desc dl {
  float: left;
  width: 197px;
}
.desc dt {
  font-size: 18px;
  font-weight: 700;
  color: #434d55;
  padding-bottom: 10px;
}
.desc dd a {
  line-height: 26px;
  color: #434d55;
}
.desc .online {
  float: right;
  width: 195px;
}
.desc .online a {
  float: right;
  padding: 0 10px 0 40px;
  line-height: 33px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 7px;
  background: #97b9f1 url(../img/wenhao.png) no-repeat 10px 6px;
}
.desc .online p {
  float: right;
  font-size: 26px;
  line-height: 40px;
}
#footer {
  background: #f1f1f1;
  font-size: 12px;
  border-bottom: 10px solid #e9e9e8;
}
#footer .appfooter {
  display: none;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #f1f1f0;
  background: #fff;
}
#footer .appfooter a {
  color: #434d55;
  display: inline-block;
  width: 100%;
  text-align: right;
  background: #fff;
  margin-top: 20px;
}
#footer .appfooter p {
  font-size: 18px;
  color: #4d4d4d;
}
#footer .layout .copyright {
  color: #8b8b8b;
}
#footer .layout {
  padding-top: 16px;
  padding-bottom: 10px;
  border-top: 1px solid #f1f1f0;
}
#footer p {
  font-size: 12px;
  color: #4d4d4d;
}
#footer .share {
  padding-top: 10px;
  float: right;
}
#footer .share a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  line-height: 200px;
  overflow: hidden;
  background: url(../img/sns-icons.png) no-repeat;
  opacity: .3;
  filter: alpha(opacity=30);
}
#footer .share a:hover {
  -webkit-animation: myOpacityOn 2s 0s ease both;
  -moz-animation: myOpacityOn 2s 0s ease both;
}
#footer .share .wx {
  background-position: -75px 0;
}
#footer .share .xl {
  background-position: 0 0;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  body .bodylayout.about .headerbanner {
    height: 180px;
  }
  body .headerbanner {
    height: 180px;
  }
  body .headerbanner .bannerbut {
    background-size: auto 205px;
  }
  body .headerbanner.fun .bannerbut h3 {
    font-size: 24px;
    padding-top: 45px;
  }
  body .headerbanner .bannerbut p {
    font-size: 14px;
  }
}
.headerbanner {
  background: url(../img/casebannerbg.jpg) repeat-x;
  width: 100%;
  height: 203px;
  text-align: center;
}
.headerbanner.about {
  width: 100%;
  height: 624px;
}
.headerbanner .aboutbannertext {
  background: url(../img/aboutbanner.jpg) no-repeat;
  width: 100%;
  height: 624px;
}
.headerbanner .aboutbannertext .bannerbut h3 {
  color: #fff;
  font-size: 32px;
  padding-top: 32px;
}
.headerbanner .bannerbut {
  background: url(../img/casebanner.jpg) no-repeat 50% 0%;
  width: 100%;
  background-size: 1600px auto;
  height: 203px;
}
.headerbanner .bannerbut h3 {
  font-size: 32px;
  padding-top: 32px;
}
.headerbanner .bannerbut p {
  font-size: 20px;
  padding-top: 8px;
}
.headerbanner .bannerbut h3,
.headerbanner .bannerbut p,
.headerbanner .bannerbut a {
  color: #fff;
  font-weight: 100;
  animation: showtime 1s .5s ease both;
  -webkit-animation: showtime 1s .5s ease both;
  -moz-animation: showtime 1s 0.5s ease both;
}
.headerbanner .bannerbut a.moer {
  display: inline-block;
  font-size: 18px;
  height: 38px;
  text-align: center;
  border-radius: 3px;
  line-height: 38px;
  margin: 20px auto 0;
  width: 140px;
  background: #db2423;
  opacity: .9;
  filter: alpha(opacity=90);
}
.headerbanner .bannerbut a.moer:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  body .casebox .container.two a:hover p,
  body .casebox .container.two a:hover h4 {
    color: #505050;
  }
  body .casebox .container.two a:hover {
    background: #e7e7e7;
  }
  body .casebox .container.two a:hover .img .ico {
    display: none;
  }
  body .pagetab {
    line-height: 40px;
  }
}
.pagetab {
  width: 100%;
  z-index: 1000;
  font-size: 18px;
  line-height: 53px;
  background: #fff;
  border-bottom: 1px solid #d0d0d0;
  box-shadow: 0 -2px 25px -1px #000000;
  -webkit-box-shadow: 0 -5px 25px -2px #000000;
  -moz-box-shadow: 0 2px 25px -1px #000000;
}
.pagetab.sticky {
  position: fixed;
  top: 0;
}
.pagetab .jingdianhexinpin {
  color: #505050;
  text-align: center;
}
.pagetab .jingdianhexinpin a {
  color: #505050;
  padding: 0 15px;
}
.pagetab .jingdianhexinpin a.cur {
  color: #dc0303;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  body .casebox {
    width: auto;
    padding: 25px 10px 0;
  }
  body .casebox .container {
    width: 100%;
  }
  body .casebox .container .layoutbox {
    width: 100%;
  }
  body .casebox .container a {
    height: 215px;
  }
  body .casebox .container a.big {
    height: 430px;
  }
  body .casebox .container .moer {
    height: 38px;
    text-decoration: none;
  }
  body .headerbanner.fun {
      height: 180px;
  }
  body .casebox .container.two {
    width: 100%;
  }
  body .casebox .container.two a {
    width: 100%;
    height: 330px;
    text-decoration: none;
    padding-bottom: 20px;
  }
  body .casebox .container.two a .img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    height: 200px;
    margin-bottom: 10px;
  }
  body .casebox .container.two a .img h4,
  body .casebox .container.two a .img p {
    line-height: 28px;
    text-align: left;
  }
}
.casebox {
  position: relative;
  width: 100%;
  text-align: center;
  background: #f4f4f4;
  padding: 20px 0 45px;
  z-index: 0;
}
.casebox .pagebox.container.showbox {
  text-align: center;
}
.casebox .pagebox.container.showbox a {
  background: #fff;
  color: #505050;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  float: none;
  width: auto;
  height: auto;
  border-radius: 5px;
}
.casebox .pagebox.container.showbox a:hover,
.casebox .pagebox.container.showbox a.curs {
  color: #fff;
  background: #db2523;
}
.casebox .container {
  text-align: left;
  width: 1023px;
  margin: 0 auto;
  padding-bottom: 14px;
  *zoom: 1;
  overflow: hidden;
  display: none;
}
.casebox .container:after {
  display: table;
  content: "";
  clear: both;
}
.casebox .container .layoutbox {
  width: 49.8%;
  border-right: 1px solid #fff;
  float: left;
}
.casebox .container.moerbox {
  text-align: center;
}
.casebox .container.moerbox .moer {
  float: none;
}
.casebox .container.two .hideclass {
  height: 292px;
  overflow: hidden;
  margin-bottom: 22px;
}
.casebox .container.two {
  width: 1024px;
}
.casebox .container.two .img .zhezhao {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}
.casebox .container.two a:hover .img .zhezhao {
  opacity: .1;
}
.casebox .container.two .img {
  position: relative;
  background-size: 510px auto;
  background-position: 0 0 ;
  height: 290px;
  margin-bottom: 20px;
  /*transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);*/
}
.casebox .container.two p {
  font-size: 16px;
}
.casebox .container.two h4 {
  font-size: 18px;
}
.casebox .container.two p,
.casebox .container.two h4 {
  display: block;
  color: #505050;
  position: relative;
  bottom: 0;
  line-height: 34px;
  font-weight: 100;
}
.casebox .container.two a {
  display: inline-block;
  width: 511px;
  margin-left: 1px;
  background: #e7e7e7;
  height: 430px;
}
.casebox .container.two a h4 {
  font-size: 20px;
}
.casebox .container.two a .ico {
  border-radius: 100px;
  border: 0 none;
  background: #f00;
  width: 50px;
  height: 50px;
  top: 47%;
  margin-left: -25px;
  left: 50%;
}
.casebox .container.two a .ico b {
  top: auto;
  width: 100%;
  line-height: 45px;
  text-align: center;
  left: auto;
}
.casebox .container.two a:hover .img {
  /*animation: casehover 1s 0s ease both;
  -webkit-animation: casehover 1s 0s ease both;
  -moz-animation: casehover 1s 0s ease both;*/
}
.casebox .container.two a:hover .img .ico {
  display: block;
  opacity: .5
}
.casebox .container.showbox {
  display: block;
}
.casebox .container a {
  position: relative;
  float: left;
  *zoom: 1;
  margin-top: 1px;
  width: 100%;
  height: 305px;
  overflow: hidden;
}
.casebox .container a:after {
  display: table;
  content: "";
  clear: both;
}
.casebox .container a.big {
  width: 100%;
  height: 611px;
}
.casebox .container a .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
}
.casebox .container a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
  filter: alpha(opacity=30);
  display: none;
}
.casebox .container a h4 {
  bottom: 40px;
  font-size: 26px;
}
.casebox .container a p {
  font-size: 16px;
  font-family: Arial;
}
.casebox .container a:hover p {
  bottom: 10px;
}
.casebox .container.two a:hover p {
  bottom: 0;
}
.container.layout.moerbox.one.showbox,
.container.layout.pagebox.two.showbox {
  margin-bottom: 0;
}
.daxie {
  text-transform: uppercase;
}
.casebox .container a h4,
.casebox .container a p,
.casebox .container a .ico {
  position: absolute;
  color: #fff;
  display: none;
  font-weight: 100;
  padding-left: 20px;
  line-height: 28px;
  z-index: 100;
}
.casebox .container a .ico {
  top: 0;
  right: 0;
  padding: 0;
  border-width: 25px;
  border-style: solid solid dashed dashed;
  border-color: #f00 #f00 transparent transparent;
  width: 0;
  height: 0;
}
.casebox .container a .ico b {
  position: absolute;
  top: -25px;
  left: 0;
  font-size: 30px;
  font-weight: 100;
}
.casebox .container a.hover h4,
.casebox .container a.hover p,
.casebox .container a.hover .ico {
  display: block;
  animation: showtime .5s .5s ease both;
  -webkit-animation: showtime .5s .5s ease both;
  -moz-animation: showtime 0.5s 0.5s ease both;
}
.casebox .container a.hover .img {
  animation: casehover 1s 0s ease both;
  -webkit-animation: casehover 1s 0s ease both;
  -moz-animation: casehover 1s 0s ease both;
}
.casebox .container a.hover .img i {
  display: block;
  animation: myOpacityban1 1s 0s ease both;
  -webkit-animation: myOpacityban1 1s 0s ease both;
  -moz-animation: myOpacityban1 1s 0s ease both;
}
.casebox a.moer {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  height: 38px;
  text-align: center;
  border-radius: 3px;
  line-height: 38px;
  margin: 0 auto;
  width: 140px;
  background: #db2423;
  opacity: .9;
  filter: alpha(opacity=90);
}
.casebox a.moer:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .headerbanner.fun .bannerbut {
    background-size: auto 180px;
    height: 296px;
  }
  body .funbody .youshi {
    margin-bottom: 20px;
    padding: 30px 3% 0;
    *zoom: 1;
  }
  body .funbody .youshi:after {
    display: table;
    content: "";
    clear: both;
  }
  body .funbody .youshi .item {
    width: 100%;
    height: 130px;
    float: none;
    overflow: hidden;
    background-size: 90px;
    background-position: 0 0 ;
    padding: 0;
  }
  body .funbody .youshi .item h3 {
    color: #db2331;
    padding: 0;
    margin-left: 100px;
    line-height: 28px;
    font-size: 24px;
    border: 0 none;
    text-align: left;
  }
  body .funbody .youshi .item p,
  body .funbody .youshi .item ul {
    padding: 0 0 0 100px;
  }
  body .funbody .youshi .item p li,
  body .funbody .youshi .item ul li {
    padding-right: 3px;
    float: left;
    margin-right: 10px;
    font-size: 12px;
  }
  body .funbody .chuangxin {
    padding: 0 20px;
  }
  body .funbody .chuangxin h2 {
    padding-top: 10px;
    font-size: 24px;
  }
  body .funbody .chuangxin p {
    padding: 5px 0;
    padding-bottom: 50px;
  }
  body .funbody .jobbox {
    padding: 0 20px;
  }
  body .funbody .jobbox dl {
    width: 33%;
  }
  body .funbody .jobbox dl dt,
  body .funbody .jobbox dl dd {
    font-size: 12px;
    color: #666666;
  }
}
.headerbanner.fun {
  background: #000000;
  height: 296px;
}
.headerbanner.fun .bannerbut p {
  padding-top: 10px;
}
.headerbanner.fun .bannerbut h3 {
  padding-top: 110px;
}
.headerbanner.fun .bannerbut {
  background-image: url(../img/funbanner.jpg);
  height: 296px;
}
.funbody .youshi {
  margin-bottom: 20px;
  *zoom: 1;
}
.funbody .youshi:after {
  display: table;
  content: "";
  clear: both;
}
.funbody .youshi .item {
  width: 19%;
  float: left;
  background-position: 50% 40px;
  background-repeat: no-repeat;
  padding: 210px 3% 0;
}
.funbody .youshi .item h3 {
  color: #db2331;
  font-size: 24px;
  text-align: center;
}
.funbody .youshi .item p {
  padding: 16px 0 0;
}
.funbody .youshi .item ul {
  padding: 20px 0 0;
}
.funbody .youshi .item p,
.funbody .youshi .item ul {
  font-size: 16px;
  color: #505050;
  line-height: 20px;
}
.funbody .youshi .item p li,
.funbody .youshi .item ul li {
  padding-bottom: 10px;
}
.funbody .chuangxin h2 {
  text-align: center;
  color: #000;
  padding-top: 50px;
  line-height: 40px;
  font-size: 34px;
}
.funbody .chuangxin p {
  padding: 40px 0 56px;
  font-size: 16px;
  text-align: justify;
}
.funbody .jobbox dl {
  width: 16.6%;
  float: left;
}
.funbody .jobbox dl dt,
.funbody .jobbox dl dd {
  padding: 0 13px;
  line-height: 37px;
  font-size: 14px;
}
.funbody .jobbox dl dt {
  color: #db2331;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  body .weiixnpage {
    padding: 0 20px;
  }
  body .weiixnpage h2 {
    padding-top: 50px;
    font-size: 24px;
  }
  body .weiixnpage p {
    font-size: 14px;
  }
}
.weiixnpage h2 {
  text-align: center;
  font-size: 34px;
  padding-top: 100px;
}
.weiixnpage p {
  padding-top: 10px;
  font-size: 16px;
  color: #505050;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .gongsi ul {
    padding-top: 10px;
  }
  body .bodylayout.about h2 {
    font-size: 24px;
  }
  body .bodylayout.about .huanjin p {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .bodylayout.about .aboutout .gongsi,
  body .bodylayout.about .aboutout .formbox {
    width: 92%;
    margin: 0 4% 10px;
    padding-top: 25px;
    padding-bottom: 0;
  }
  body .bodylayout.about .team .mob {
    display: block;
  }
  body .bodylayout.about .team p {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .bodylayout.about .team .pc {
    display: none;
  }
  body .bodylayout.about .team li {
    margin: 20px 10px 30px;
    display: inline-block;
  }
  body .bodylayout.about .team .span7 {
    width: 33%;
    height: auto;
    margin-top: 1px;
    margin-left: 1px;
  }
  body .headerbanner .bannerbut h3 {
    font-size: 24px;
    padding-top: 55px;
  }
}
.bodylayout.about .headerbanner {
  background: #1d1a19 url(../img/aboutbanner.jpg) no-repeat 50% 50%;
  height: 295px;
}
.bodylayout.about .headerbanner .bannerbut {
  background-image: none;
}
.bodylayout.about h3 {
  padding-top: 110px;
}
.bodylayout.about h2 {
  font-size: 34px;
  color: #000;
  text-align: center;
}
.bodylayout.about .team {
  font-size: 0;
}
.bodylayout.about .team ul {
  text-align: center;
}
.bodylayout.about .team h2 {
  margin-top: 55px;
  margin-bottom: 37px;
}
.bodylayout.about .team p {
  font-size: 16px;
  padding: 10px 0;
  line-height: 28px;
}
.bodylayout.about .team li {
  margin: 30px 20px 43px;
  display: inline-block;
}
.bodylayout.about .team h3 {
  font-size: 16px;
  text-align: center;
  color: #db2334;
}
.bodylayout.about .team .pc {
  display: block;
}
.bodylayout.about .team .mob {
  display: none;
}
.bodylayout.about .team .imgbigbox {
  margin: 0;
}
.bodylayout.about .team .span7 {
  display: inline-block;
  width: 145px;
  height: 155px;
  margin-left: 1px;
}
.bodylayout.about .team .span7 a {
  display: inline-block;
  margin-top: 1px;
  margin-left: 0;
}
.bodylayout.about .team .span7.big {
  width: 291px;
  height: 311px;
}
.bodylayout.about .huanjin {
  text-align: center;
  padding-top: 53px;
}
.bodylayout.about .huanjin p {
  font-size: 16px;
  padding: 40px 0 30px;
  line-height: 28px;
  text-align: justify;
}
.bodylayout.about .huanjin .quyutabhead {
  padding-bottom: 22px;
}
.bodylayout.about .huanjin a {
  color: #aeaeae;
  font-size: 14px;
  padding: 0 10px;
}
.bodylayout.about .huanjin a.cur {
  color: #505050;
}
.bodylayout.about .aboutout h2 {
  padding: 54px 0 0;
}
.bodylayout.about .gongsi p {
  padding-top: 16px;
}
.bodylayout.about .gongsi {
  padding-top: 40px;
  padding-bottom: 20px;
  width: 30%;
  padding-right: 3%;
  line-height: 23px;
  float: left;
  font-size: 16px;
}
.bodylayout.about .gongsi h4 {
  font-size: 18px;
  padding-bottom: 12px;
}
.bodylayout.about .gongsi li {
  background-repeat: no-repeat;
  background-position: 5px 3px;
  padding-left: 45px;
  line-height: 30px;
}
.bodylayout.about .formbox {
  padding-top: 40px;
  padding-bottom: 20px;
  width: 55%;
  float: left;
}
.bodylayout.about .formbox input {
  width: 42%;
  margin-right: 2%;
  padding: 10px 3%;
  float: left;
  border-radius: 5px;
}
.bodylayout.about .formbox p {
  *zoom: 1;
  width: 102%;
  padding-bottom: 12px;
}
.bodylayout.about .formbox p:after {
  display: table;
  content: "";
  clear: both;
}
.bodylayout.about .formbox textarea {
  width: 94%;
  height: 70px;
  padding: 10px 3%;
  resize: none;
  overflow: hidden;
}
.bodylayout.about .formbox input,
.bodylayout.about .formbox textarea {
  font-size: 16px;
  background: #cacaca;
  border: 0 none;
  color: #ffffff;
}
.bodylayout.about .formbox button {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  background: #db2334;
  color: #fff;
  border-radius: 5px;
}
.animateplay {
  z-index: 100;
}
.animateplay .play1imgbox {
  -webkit-animation: bounceIn .8s .5s ease both;
  -moz-animation: bounceIn .8s .5s ease both;
  animation: bounceIn 0.8s 0.5s ease both;
}
.animateplay .play2imgren {
  -webkit-animation: fadeInLeft 2s .5s ease both;
  -moz-animation: fadeInLeft 2s .5s ease both;
  animation: fadeInLeft 2s 0.5s ease both;
}
.animateplay .play2imgbox .shouji1 {
  -webkit-animation: fadeInRight 1s 1.5s ease both;
  -moz-animation: fadeInRight 1s 1.5s ease both;
  animation: fadeInRight 1s 1.5s ease both;
}
.animateplay .play2imgbox .shouji2 {
  -webkit-animation: fadeInRight 1.5s 2s ease both;
  -moz-animation: fadeInRight 1.5s 2s ease both;
  animation: fadeInRight 1.5s 2s ease both;
}
.animateplay .play3imgbox {
  -webkit-animation: fadeInLeft 1.5s .5s ease both;
  -moz-animation: fadeInLeft 1.5s .5s ease both;
  animation: fadeInLeft 1.5s 0.5s ease both;
}
.animateplay .play3fontbox {
  -webkit-animation: fadeInRight 1.5s .5s ease both;
  -moz-animation: fadeInRight 1.5s .5s ease both;
  animation: fadeInRight 1.5s 0.5s ease both;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  body .bodylayout.centext .thisinfo .infobody,
  body .bodylayout.centext .thisinfo .ciyaoinfo {
    width: 94%;
    padding: 0 3%;
  }
  body .funbody .youshi .item p,
  body .funbody .youshi .item ul {
    padding: 10px 25 0;
    font-size: 12px;
  }
  body .bodylayout.centext .thisinfo .ciyaoinfo ,
  body .bodylayout.centext .thisinfo .infobody a {
    display: none;
  }
  body .bodylayout.centext .thisinfo .infobody p,
  body .bodylayout.centext .thisinfo .ciyaoinfo p,
  body .bodylayout.centext .thisinfo .infobody h2,
  body .bodylayout.centext .thisinfo .ciyaoinfo h2 {
    display: inline-block;
  }
  body .bodylayout.centext .left {
    display: none;
  }
  body .bodylayout.centext .mian img {
    width: 100%;
  }
  body .bodylayout.centext .mian {
    margin: 0 ;
    width: 100%;
  }
  body .bodylayout.centext .thisinfo {
    padding: 10px 0;
  }
  body .bodylayout.centext .infomian {
    padding-top: 0;
  }
  body .bodylayout.centext .headerbanner .leftfudong {
    height: 125px;
    width: 345px;
    margin-left: -179px;
    background-size: auto 125px;
  }
  body .bodylayout.centext .headerbanner .rightfudong {
    height: 125px;
    width: 345px;
    margin-left: -179px;
    background-size: auto 125px;
  }
  body .bodylayout.centext .headerbanner {
    height: 125px;
    background-size: auto 125px;
  }
}
.bodylayout.centext .headerbanner div {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -512px;
}
.bodylayout.centext .headerbanner {
  position: relative;
  height: 370px;
  width: 100%;
  overflow: hidden;
  background: #022b57 url(../testimg/bsl.jpg) no-repeat 50% 50%;
}
.bodylayout.centext .headerbanner .leftfudong {
  height: 370px;
  width: 1024px;
  animation: leftfudong 2s .2s ease both;
  -webkit-animation: leftfudong 2s .2s ease both;
  -moz-animation: leftfudong 2s .2s ease both;
  background: url(../testimg/left.png) no-repeat;
}
.bodylayout.centext .headerbanner .rightfudong {
  height: 370px;
  width: 1024px;
  animation: rightfudong 2s .2s ease both;
  -webkit-animation: rightfudong 2s .2s ease both;
  -moz-animation: rightfudong 2s .2s ease both;
  background: url(../testimg/right.png) no-repeat;
}
.bodylayout.centext .thisinfo {
  background: #ececec;
  padding: 40px 0;
  *zoom: 1;
}
.bodylayout.centext .thisinfo:after {
  display: table;
  content: "";
  clear: both;
}
.bodylayout.centext .thisinfo .infobody p{
  color: #505050;
  text-align: justify;
}
.bodylayout.centext .thisinfo .infobody {
  width: 60%;
  padding-right: 10%;
  float: left;
  font-size: 16px;
}
.bodylayout.centext .thisinfo .infobody a:hover {
  opacity: .6
}
.bodylayout.centext .thisinfo .infobody a {
  display: inline-block;
  width: 161px;
  height: 42px;
  margin: 30px 5px 0;
}
.bodylayout.centext .thisinfo .infobody .wechat {
  width: 137px;
  background: url(../img/centext2.jpg) no-repeat;
}
.bodylayout.centext .thisinfo .infobody .clickweb {
  background: url(../img/centext1.jpg) no-repeat;
}
.bodylayout.centext .thisinfo .ciyaoinfo .sharebox a {
  margin: 0 5px;
}
.bodylayout.centext .thisinfo .ciyaoinfo .sharebox p {
  padding-bottom: 5px;
}
.bodylayout.centext .thisinfo .ciyaoinfo .sharebox {
  padding-top: 14px;
}
.bodylayout.centext .thisinfo .ciyaoinfo {
  width: 29%;
  float: left;
}
.bodylayout.centext .thisinfo .ciyaoinfo p {
  line-height: 18px;
}
.bodylayout.centext .thisinfo .ciyaoinfo h2 {
  padding-bottom: 13px;
}
.bodylayout.centext .left {
  float: left;
}
.bodylayout.centext .left .imginfo .catename{
  padding: 0 10px;
  font-size: 12px;
  border-top: 1px solid #fff;
  line-height: 40px;
  font-weight: 700;
}
.bodylayout.centext .left .imginfo {
  background: #e3e3e3;
  position: relative;
  color: #505050;
}
.bodylayout.centext .left h2 {
  position: relative;
  z-index: 1000;
  padding: 23px 10px 0;
  font-size: 18px;
}
.bodylayout.centext .left h2 span {
  float: right;
  line-height: 100px;
  overflow: hidden;
  width: 23px;
  height: 30px;
  cursor: pointer;
  background: url(../img/centext3.jpg) no-repeat 0 0;
}
.bodylayout.centext .left p {
  font-size: 14px;
  padding: 15px 10px 12px;
}
.bodylayout.centext .left .pagebox {
  margin-top: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.bodylayout.centext .left .pagebox .pages a.noclick {
  opacity: .3;
}
.bodylayout.centext .left .pagebox .pages {
  background: #e3e3e3;
  width: 172px;
  height: 50px;
  overflow: hidden;
}
.bodylayout.centext .left .pagebox .pre {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/centext4.jpg) no-repeat;
}
.bodylayout.centext .left .pagebox .next {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/centext5.jpg) no-repeat;
}
.bodylayout.centext .left .pagebox .off {
  float: right;
  width: 50px;
  height: 50px;
  background: url(../img/centext6.jpg) no-repeat -3px 0;
}
.bodylayout.centext .mian {
  float: right;
  width: 774px;
}
.bodylayout.centext .infomian {
  padding-top: 30px;
  padding-bottom: 30px;
}
a.moer {
  display: inline-block;
  font-size: 18px;
  height: 38px;
  text-align: center;
  border-radius: 3px;
  line-height: 38px;
  margin: 20px auto 0;
  width: 140px;
  background: #db2423;
  opacity: .9;
  color: #fff;
  filter: alpha(opacity=90);
}
.jobbox dl {
  text-align: left;
}
.youshi .item:hover {
  cursor: pointer;
}
.youshi .item:hover .linkbox {
  color: #db2331;
}
.jobbox a.moer {
  margin-top: 40px;
}
.jobbox {
  padding-top: 8px;
  text-align: center;
  padding-bottom: 35px;
}
.casebox .container.two a:hover p,
.casebox .container.two a:hover h4 {
  color: #fff;
}
a:hover {
  text-decoration: none;
}
.casebox .container.two a:hover {
  background: #dc2331;
  text-decoration: none;
}
.funbody .youshi .item h3 {
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e3e4e7;
}
.chuangxin.layout {
  padding-top: 50px;
  padding-bottom: 75px;
}
.other p a {
  margin-bottom: 20px;
}
.other {
  margin-bottom: 22px;
}
.other h3 {
  margin-bottom: 34px;
  margin-top: 5px;
}
.bodylayout.about .team .span7.big,
.bodylayout.about .team .span7 a {
  position: relative;
  overflow: hidden;
}
.bodylayout.about .team .span7.big img,
.bodylayout.about .team .span7 a img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
}
.bodylayout.about .team .span7.big p,
.bodylayout.about .team .span7 a p {
  position: absolute;
  z-index: 1;
  display: none;
  bottom: 0;
  line-height: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.bodylayout.about .team .span7.big:hover img,
.bodylayout.about .team .span7 a:hover img {
  animation: casehover 1s 0s ease both;
  -webkit-animation: casehover 1s 0s ease both;
  -moz-animation: casehover 1s 0s ease both;
}
.bodylayout.about .team .span7.big:hover p,
.bodylayout.about .team .span7 a:hover p {
  display: block;
}
.jobbox .addbox:after {
  display: table;
  content: "";
  clear: both;
}
.jobbox .addbox {
  display: none;
}
#header .top-nav .navbox b {
  width: 100%;
  height: 0;
  display: none;
  border-bottom: 1px solid #888;
}
@media screen and (max-width: 600px) and (min-width: 320px) {
  body #header .top-nav .navbox b {
    display: inline-block;
  }
  body .casebox .container.two .hideclass {
    height: 205px;
    margin-bottom: 21px;
  }
  body .casebox .container .tab {
    display: none;
  }
  body .casebox .container.moerbox,
  body .casebox .container.pagebox {
    display: none;
  }
  body .bodylayout.about .team .span7 {
    position: relative;
    overflow: hidden;
  }
  body .bodylayout.about .team .span7 img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
  }
  .bodylayout.about .team .span7 p {
    position: absolute;
    z-index: 1;
    display: none;
    bottom: 0;
    line-height: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
  }
  .bodylayout.about .team .span7:hover img {
    animation: casehover 1s 0s ease both;
    -webkit-animation: casehover 1s 0s ease both;
    -moz-animation: casehover 1s 0s ease both;
  }
  .bodylayout.about .team .span7:hover p {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  body .funbody .jobbox {
    padding-bottom: 20px;
  }
  body .funbody .jobbox dl {
    padding-bottom: 10px;
  }
  .jobbox .addbox {
    display: none;
  }
  .jobbox .moer {
    display: none;
  }
}
@media screen and (max-width: 600px) and (min-width: 320px) {
  body .close {
    display: block;
  }
}
/* CSS crunched with Crunch - http://crunchapp.net/ */
.close {
  position: relative;
  top: 17px;
  width: 30px;
  display: none;
  height: 30px;
  overflow: hidden;
}
.close span {
  position: absolute;
  left: 0;
  background: url(../img/close.png) no-repeat;
  background-size: 100% 1px;
  z-index: 10;
  width: 100%;
  height: 1px;
}
.close .left {
  top: 30%;
}
.close .right {
  top: 70%;
}
.close.open .left {
  -webkit-animation: closeLeftOpen .5s 0s ease both;
}
.close.open .right {
  -webkit-animation: closeRightOpen .5s 0s ease both;
}
.close.hides .left {
  -webkit-transform: rotate(45deg);
  top: 50%;
  -webkit-animation: closeLeftHide 1s .1s ease both;
}
.close.hides .right {
  -webkit-transform: rotate(-45deg);
  top: 50%;
  -webkit-animation: closeRightHide 1s .1s ease both;
}
@-webkit-keyframes closeLeftOpen {
  0 {
    top: 30%;
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
    top: 50%;
  }
}
@-moz-keyframes closeLeftOpen {
  0 {
    top: 30%;
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(45deg);
    top: 50%;
  }
}
@-o-keyframes closeLeftOpen {
  0 {
    top: 30%;
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0);
  }
  100% {
    -o-transform: rotate(45deg);
    top: 50%;
  }
}
@keyframes closeLeftOpen {
  0 {
    top: 30%;
  }
  50% {
    top: 50%;
  }
  100% {
    transform: rotate(45deg);
    top: 50%;
  }
}
@-webkit-keyframes closeRightOpen {
  0 {
    top: 30%;
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    top: 50%;
  }
}
@-moz-keyframes closeRightOpen {
  0 {
    top: 30%;
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(-45deg);
    top: 50%;
  }
}
@-o-keyframes closeRightOpen {
  0 {
    top: 30%;
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0);
  }
  100% {
    -o-transform: rotate(-45deg);
    top: 50%;
  }
}
@keyframes closeRightOpen {
  0 {
    top: 30%;
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(-45deg);
    top: 50%;
  }
}
@-webkit-keyframes closeLeftHide {
  0 {
    top: 50%;
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0);
  }
  100% {
    top: 30%;
    -webkit-transform: rotate(0);
  }
}
@-moz-keyframes closeLeftHide {
  0 {
    top: 50%;
  }
  50% {
    top: 50%;
    -moz-transform: rotate(0);
  }
  100% {
    top: 30%;
    -moz-transform: rotate(0);
  }
}
@-o-keyframes closeLeftHide {
  0 {
    top: 50%;
  }
  50% {
    top: 50%;
    -o-transform: rotate(0);
  }
  100% {
    top: 30%;
    -o-transform: rotate(0);
  }
}
@keyframes closeLeftHide {
  0 {
    top: 50%;
  }
  50% {
    top: 50%;
    transform: rotate(0);
  }
  100% {
    top: 30%;
    transform: rotate(0);
  }
}
@-webkit-keyframes closeRightHide {
  0 {
    top: 50%;
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0);
  }
  100% {
    top: 70%;
    -webkit-transform: rotate(0);
  }
}
@-moz-keyframes closeRightHide {
  0 {
    top: 50%;
  }
  50% {
    top: 50%;
    -moz-transform: rotate(0);
  }
  100% {
    top: 70%;
    -moz-transform: rotate(0);
  }
}
@-o-keyframes closeRightHide {
  0 {
    top: 50%;
  }
  50% {
    top: 50%;
    -o-transform: rotate(0);
  }
  100% {
    top: 70%;
    -o-transform: rotate(0);
  }
}
@keyframes closeRightHide {
  0 {
    top: 50%;
  }
  50% {
    top: 50%;
    transform: rotate(0);
  }
  100% {
    top: 70%;
    transform: rotate(0);
  }
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .bodylayout.closehide {
    -webkit-transform: translateX(-180px);
    -moz-transform: translateX(-180px);
    -o-transform: translateX(-180px);
    transform: translateX(-180px);
    -webkit-animation: headitemc .5s .2s ease both;
    -moz-animation: headitemc .5s .2s ease both;
    -o-animation: headitemc .5s .2s ease both;
    animation: headitemc .5s .2s ease both;
  }
  #banner .changebox {
    display: none;
  }
}
@-webkit-keyframes headitemc {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes headitemc {
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes headitemc {
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes headitemc {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#footer .appfooter .fanhuidingbu {
  line-height: 55px;
  background: #f1f1f1;
  color: #434d55;
  width: 90%;
  padding: 0 5%;
  font-size: 14px;
}
.bodylayout.about .gongsi ul {
  margin-top: 17px;
}
.aboutout h3 {
  margin-bottom: 60px;
  margin-top: 50px;
  line-height: 100px;
  overflow: hidden;
  height: 30px;
  background: url(../img/lianxi-title.jpg) no-repeat center center;
}
.casebox .container .tab {
  width: 100%;
  height: 40px;
  text-align: center;
}
.casebox .container .tab a:hover ,
.casebox .container .tab a.curs {
  color: #dc0303;
  background: none;
}
.casebox .container .tab a {
  width: auto;
  background: none;
  float: none;
  height: auto;
  font-size: 14px;
  color: #505050;
  margin: 0 25px;
}
.bodylayout.news .headerbanner {
  background: #000;
}
.bodylayout.news .headerbanner .bannerbut {
  background: url(../img/news/banner.jpg) no-repeat 50% 50%;
}
.bodylayout.news .casebox {
  padding-bottom: 60px;
}
.bodylayout.news .rightbox {
  float: left;
  width: 775px;
  margin-left: 26px;
}
.bodylayout.news .rightbox .item {
  position: relative;
  display: inline-block;
  width: 775px;
  height: 302px;
}
.bodylayout.news .rightbox .item .timebox {
  position: absolute;
  top: 194px;
  left: -8px;
  width: 80px;
  height: 67px;
  padding-top: 13px;
  background: #dd1f2e;
  color: #fff;
  font-size: 22px;
  line-height: 29px;
}
.bodylayout.news .rightbox .pagebox {
  padding-top: 66px;
}
.bodylayout.news .rightbox .pagebox a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #505050;
  text-align: center;
  border-radius: 3px;
  margin: 0 2px;
}
.bodylayout.news .rightbox .pagebox a:hover,
.bodylayout.news .rightbox .pagebox a.cur {
  color: #fff;
  background: #db232a;
}
.bodylayout.news .leftbox {
  width: 223px;
  float: left;
}
.bodylayout.news .leftbox a {
  display: inline-block;
  width: 209px;
  padding: 0 7px;
  line-height: 50px;
  font-size: 14px;
  text-align: left;
  font-weight: 700;
  color: #636161;
}
.bodylayout.news .leftbox a i {
  font-style: normal;
  float: right;
}
.bodylayout.news .leftbox a.cur,
.bodylayout.news .leftbox a:hover {
  background: #dd1f2e;
  color: #fff;
}

@keyframes leftfudong {
  0%{opacity:0;
  transform:translateX(-200px)}
  100%{opacity:1;
  transform:translateX(0)}
}
@-webkit-keyframes leftfudong {
  0%{opacity:0;
  -webkit-transform:translateX(-200px)}
  100%{opacity:1;
  -webkit-transform:translateX(0)}
}
@-moz-keyframes leftfudong {
  0%{opacity:0;
  -moz-transform:translateX(-200px)}
  100%{opacity:1;
  -moz-transform:translateX(0)}
}
@keyframes rightfudong {
  0%{opacity:0;
  transform:translateX(200px)}
  100%{opacity:1;
  transform:translateX(0)}
}
@-webkit-keyframes rightfudong {
  0%{opacity:0;
  -webkit-transform:translateX(200px)}
  100%{opacity:1;
  -webkit-transform:translateX(0)}
}
@-moz-keyframes rightfudong {
  0%{opacity:0;
  -moz-transform:translateX(200px)}
  100%{opacity:1;
  -moz-transform:translateX(0)}
}
.bodylayout.centext .left .erweima.hides {
  -webkit-animation: erweima 1s 0s ease both;
  -moz-animation: erweima 1s 0s ease both;
  animation: erweima 1s 0s ease both;
}
.bodylayout.centext .left .erweima.show {
  opacity:1;
  -webkit-animation: erweimashow 1s 0s ease both;
  -moz-animation: erweimashow 1s 0s ease both;
  animation: erweimashow 1s 0s ease both;
}
.bodylayout.centext .left .erweima {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ddd;
  opacity:0;
}
@keyframes erweimashow {
  0%{opacity:0;
  transform:translateY(15px)}
  100%{opacity:1;
  transform:translateY(0)}
}
@-webkit-keyframes erweimashow {
  0%{opacity:0;
  -webkit-transform:translateY(15px)}
  100%{opacity:1;
  -webkit-transform:translateY(0)}
}
@-moz-keyframes erweimashow {
  0%{opacity:0;
  -moz-transform:translateY(15px)}
  100%{opacity:1;
  -moz-transform:translateY(0)}
}
@keyframes erweima {
  0%{opacity:1;
  transform:translateY(0)}
  100%{opacity:0;
  transform:translateY(15px)}
}
@-webkit-keyframes erweima {
  0%{opacity:1;
  -webkit-transform:translateY(0)}
  100%{opacity:0;
  -webkit-transform:translateY(15px)}
}
@-moz-keyframes erweima {
  0%{opacity:1;
  -moz-transform:translateY(0)}
  100%{opacity:0;
  -moz-transform:translateY(15px)}
}
.erweibatanchubox {
  position: fixed;
  top: 100px;
  left: 50%;
  display: none;
  margin-left: -140px;
  width: 250px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
}
.erweibatanchubox p {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}
.erweibatanchubox h6 {
  padding-bottom: 10px;
  line-height: 30px;
  font-size: 18px;
}

.funbody .jobbox dl dd a{
    color: #666666;
}
.bodylayout.centext .mian img {
  width: 100%;
}