@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  font-size: 100%;
  outline: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* always display scrollbars */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
strong {
  font-weight: bold;
}
input {
  outline: none;
  font-family: 'Microsoft YaHei';
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
input[type="text"],
input:not([type]),
input[type="button"],
input[type="submit"],
select,
textarea {
  border-radius: 0;
  box-shadow: none;
  outline: 0 none !important;
  overflow: auto;
}
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  resize: none;
}
::-moz-selection {
  background: #0063b4;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #0063b4;
  color: #fff;
  text-shadow: none;
}
a {
  text-decoration: none;
  blr: expression(this.onFocus=this.blur());
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:link,
a:visited {
  text-decoration: none;
  color: #000000;
}
a:active,
a:hover {
  text-decoration: none;
  color: #dc610f;
}
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0px;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.fc {
  text-align: center;
}
.fr {
  text-align: right;
}
.left,
.fl {
  float: left;
}
.right,
.fr {
  float: right;
}
.vt {
  vertical-align: top;
}
.vm {
  vertical-align: middle;
}
*:before,
*:after,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
.editor p {
  margin: 10px 0;
}
.editor a:hover {
  text-decoration: underline;
}
.editor ol,
.editor ul {
  list-style: initial;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  line-height: normal;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body {
  font: 12px/1.8 "Microsoft Yahei", "STHeitiSC", "Hiragino Sans GB", Arial, "Helvetica", "SimHei", "STXihei", sans-serif;
  margin: 0 auto;
  color: #000;
  background-color: #fff;
  min-width: 320px;
  overflow-x: hidden;
}
.wrap {
  max-width: 1200px;
  margin: 0px auto;
}
.mobile {
  display: none;
}
header {
  height: 90px;
}
header #logo {
  height: 100%;
  float: left;
  margin-left: 2.6%;
}
header #logo img {
  height: 100%;
}
header nav {
  float: left;
}
header nav ul li {
  float: left;
  position: relative;
}
header nav ul li a {
  font-size: 13px;
  color: #414040 !important;
  line-height: 90px;
  display: inline-block;
  padding: 0 23px;
}
header nav ul li.act a,header nav ul li a:hover {
  color: #dc610f !important;
}
header .menus {
  width: 90px;
  height: 90px;
  background: #bb2322;
  float: right;
  padding-top: 26px;
}
.hamburger {
  position: absolute;
  width: 90px;
  height: 90px;
  z-index: 1000;
  right: 0;
  top: 0;
  padding-top: 26px;
  cursor: pointer;
}
.hamburger .line {
  width: 32px;
  height: 4px;
  background-color: #ffffff;
  display: block;
  margin: 7px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger.is-active {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.is-active .line:nth-child(2) {
  width: 0px;
}
.hamburger.is-active .line:nth-child(1),
.hamburger.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(11.5px);
  -ms-transform: translateY(11.5px);
  -o-transform: translateY(11.5px);
  transform: translateY(11.5px);
}
.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-11.5px) rotate(90deg);
  -ms-transform: translateY(-11.5px) rotate(90deg);
  -o-transform: translateY(-11.5px) rotate(90deg);
  transform: translateY(-11.5px) rotate(90deg);
}
footer .corp_info {
  width: 52.08%;
  padding: 4.69% 0 6.7% 0;
  float: left;
  position: relative;
}
footer .corp_info ul li {
  display: none;
}
footer .corp_info ul li.active {
  display: block;
}
footer .corp_info ul li .left {
  width: 48%;
  padding: 0 6%;
}
footer .corp_info ul li .left h4 {
  font-size: 18px;
  line-height: 130%;
}
footer .corp_info ul li .left p {
  font-size: 14px;
  font-family: 'Arial';
  color: #202020;
  line-height: 1;
  margin-top: 4px;
}
footer .corp_info ul li .left .line {
  width: 33px;
  height: 2px;
  background: #0c0c0c;
  margin-top: 7px;
}
footer .corp_info ul li .left .other {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Arial';
  line-height: 1;
  margin-top: 15.6%;
}
footer .corp_info ul li .right {
  width: 52%;
}
footer .corp_info ul li .right p {
  font-size: 14px;
  color: #303030;
}
footer .corp_info .menu {
  position: absolute;
  bottom: 5%;
  right: -8%;
  z-index:10;
}
footer .corp_info .menu a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  background-color: #e3e3e3;
  font-size: 14px;
  text-align: center;
  float: left;
}
footer .corp_info .menu a.active,
footer .corp_info .menu a:hover {
  background-color: #bb2322;
  color: #fff;
}
footer .corp_info .menu a:first-child {
  margin-top: 50%;
}
footer .corp_logo {
  position: relative;
  width: 47.92%;
  float: right;
  padding: 5.1% 3.8% 0 1.56%;
}
footer .corp_logo .logo {
  width: 50%;
  float: left;
  padding: 0 5.76%;
}
footer .corp_logo .plus {
  top: 38%;
  display: none;
}
footer .nav {
  padding-left: 3.125%;
  padding-bottom: 30px;
}
footer .nav ul li {
  float: left;
  margin-right: 2.08%;
}
footer .nav ul li a {
  font-size: 16px;
}
footer .settingWrap {
  background: #f6f6f6;
}
footer .settingWrap .setting {
  float: right;
  padding: 6px 3.125% 10px 6.5%;
  background: #fff;
}
footer .settingWrap .setting p {
  text-align: right;
}
.is-open #rightMenu {
  height: 100%;
  right: -18px;
}
.is-open .hamburger {
  position: fixed;
}
#rightMenu {
  width: 50%;
  background: #bb2322;
  filter: alpha(opacity=95);
  opacity: 0.95;
  height: 0;
  right: -50%;
  top: 0;
  position: fixed;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4.95% 4.69% 4.95% 3.39%;
  -webkit-transition: all 0.2s ease-in-out 0.5s;
  transition: all 0.2s ease-in-out 0.5s;
}
#rightMenu dl {
  margin-bottom: 7.3%;
}
#rightMenu dl dt {
  float: left;
}
#rightMenu dl dt a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
#rightMenu dl dd {
  float: right;
  width: 100%;
  margin-right: -160px;
}
#rightMenu dl dd a {
  font-size: 16px;
  color: #fff;
  margin: 0 12px;
  white-space: nowrap;
  word-break: keep-all;
}
#rightMenu dl dd .con {
  margin-right: 160px;
}
.popUpblack {
  background: url(../images/black_50.png) repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1010;
  display: none;
}
.popUp {
  width: 220px;
  height: 242px;
  border: 5px solid #999;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -87px 0 0 -115px;
  z-index: 1004;
}
.popUp .t {
  padding: 0 0 0 10px;
  height: 26px;
  line-height: 26px;
  color: #666;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
  background: #f2f2f2;
}
.popUp .t .close {
  padding: 0 10px 0 0;
  float: right;
  cursor: pointer;
  color: #666;
  font-weight: normal;
}
.popUp .img {
  padding: 20px;
}
.popUp .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.video_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/video_bg.png);
  z-index: 999999;
}
.video_popup .video_con {
  position: absolute;
  font-size: 14px;
  color: #000;
  text-align: center;
  width: 55%;
  height: 0;
  left: 50%;
  top: -30%;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
}
.video_popup .video_close {
  width: 27px;
  height: 27px;
  background: url(../images/video_close.png) center center no-repeat;
  position: absolute;
  right: -25px;
  top: -25px;
  cursor: pointer;
  background-size: cover;
}
.video_popup video {
  background: #fff\9;
  text-align: center;
  min-height: 60px;
  line-height: 60px;
}
.index_video {
  cursor: pointer;
}
.scaleImg {
  overflow: hidden;
  position: relative;
}
.scaleImg .imgWrap {
  position: relative;
  overflow: hidden;
}
.scaleImg .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 600ms ease 0ms;
  transition: all 600ms ease 0ms;
}
.scaleImg:hover .img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.scaleImg2 {
  overflow: hidden;
  position: relative;
}
.scaleImg2 .imgWrap {
  position: relative;
  overflow: hidden;
}
.scaleImg2 .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 600ms ease 0ms;
  transition: all 600ms ease 0ms;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.scaleImg2:hover .img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
a.animBtn:link,
a.animBtn:visited {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
a.animBtn:link:after,
a.animBtn:visited:after {
  content: "";
  position: absolute;
  background: none repeat scroll 0 0 #fff;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
a.animBtn:link:hover,
a.animBtn:visited:hover {
  color: #da691f !important;
  text-shadow: none;
}
a.animBtn:link:hover:after,
a.animBtn:visited:hover:after {
  height: 420%;
}
a.animBtn.themeA:after {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
a.animBtn.themeB:after {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
a.animBtn.themeC:after {
  opacity: .5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
a.animBtn.themeC:hover:after {
  height: 140%;
  opacity: 1;
}
a.animBtn.themeD:after {
  width: 0%;
  border-radius: 50%;
  opacity: .5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
a.animBtn.themeD:hover:after {
  height: 450%;
  width: 110%;
  opacity: 1;
}
.dots {
  float: left;
}
.dots span {
  width: 3px;
  height: 3px;
  display: block;
  float: left;
  margin-right: 10px;
}
.dot1 {
  animation: roundone 1.5s  linear 0.25s infinite;
  -webkit-animation: roundone 1.5s linear 0.25s infinite;
}
.dot2 {
  animation: roundone 1.5s  linear 0.75s infinite;
  -webkit-animation: roundone 1.5s linear 0.75s infinite;
}
.dot3 {
  animation: roundone 1.5s linear 1.25s infinite;
  -webkit-animation: roundone 1.5s linear 1.25s infinite;
}
@keyframes roundone {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    fiter: alpha(opacity=1);
  }
  49% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
    fiter: alpha(opacity=0);
  }
  50% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    fiter: alpha(opacity=1);
  }
}
@-webkit-keyframes roundone {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    fiter: alpha(opacity=1);
  }
  49% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
    fiter: alpha(opacity=0);
  }
  50% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    fiter: alpha(opacity=1);
  }
}
@-moz-keyframes roundone {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    fiter: alpha(opacity=1);
  }
  49% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
    fiter: alpha(opacity=0);
  }
  50% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    fiter: alpha(opacity=1);
  }
}
@-ms-keyframes roundone {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    fiter: alpha(opacity=1);
  }
  49% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
    fiter: alpha(opacity=0);
  }
  50% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    fiter: alpha(opacity=1);
  }
}
