html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.6em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p, span, hr, button, form {
  margin: 0;
  padding: 0;
}

mark {
  background: yellow;
  color: black;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  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-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  font-family: Arial;
  color: #333333;
}

a {
  color: #333333;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover {
  color: red;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

body {
  margin: 0;
  padding: 0;
  background-color: #dddddd;
}

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

.clear::after {
  clear: both;
}

/*----top---- */
#top {
  background-color: white;
  border-bottom: 10px solid black;
  height: 120px;
  padding-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 11;
}
#top .top-wall {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#top .top-wall p.logo {
  position: absolute;
}
#top .top-wall ul {
  position: absolute;
  left: 355px;
  top: 50px;
}
#top .top-wall ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -1px;
}
#top .top-wall ul li:last-child {
  margin-right: 0;
}
#top .top-wall ul li a {
  display: block;
  height: 35px;
  background: none center bottom;
}
#top .top-wall ul li a:hover {
  background: url(../images/nav-over.png) center bottom no-repeat;
}
#top .top-wall ul li.over a {
  background: url(../images/nav-over.png) center bottom no-repeat;
  color: red;
}

div.seach {
  width: 300px;
  height: 34px;
  position: absolute;
  top: 4px;
  right: 0;
}
div.seach a.seach-bt {
  position: absolute;
  top: 4px;
  right: 10px;
  width: 57px;
  height: 25px;
  z-index: 99;
}
div.seach input {
  position: absolute;
  right: 0;
  padding: 0 80px 8px 15px;
  width: 297px;
  height: 42px;
  border: 0;
  background: url(../images/search-box.png) no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}
div.seach input:focus {
  outline: 0;
}

/*----top_end---- */
/*----banner---- */
.flex-control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-direction-nav {
  position: relative;
  z-index: 200;
  margin-top: -300px;
}

.flexslider {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
  z-index: 90;
}

.flexslider .slides > li {
  display: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  height: 720px;
}

.flexslider .slides > li.bgli01 {
  background: url(../images/index/p1.jpg) center no-repeat;
}

.flexslider .slides > li.bgli02 {
  background: url(../images/index/p2.jpg) center no-repeat;
}

.flex-direction-nav a {
  width: 40px;
  height: 60px;
  margin: -50px 17px 0;
  display: block;
  background: url(../images/bg_direction_nav.png) no-repeat 0 0;
  position: relative;
  top: 70%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -75%;
  top: -60px;
}

.flex-direction-nav .flex-prev {
  left: 20%;
  top: -50px;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 35px;
  z-index: 200;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  background-color: white;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
}

.flex-control-paging li a:hover {
  background-color: #393939;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  width: 15px;
  height: 15px;
}

.flex-control-paging li a.flex-active {
  background-color: #393939;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  cursor: default;
}

/*----banner_end---- */
/*----mask---- */
.mask {
  position: relative;
  background-color: #373737;
  min-height: 55px;
  z-index: 95;
}
.mask div.mask-wall {
  width: 980px;
  margin: 0 auto;
}
.mask div.mask-wall div.qa_title {
  position: relative;
  margin: 0 auto 0;
  cursor: pointer;
  z-index: 99;
  width: 211px;
}
.mask div.mask-wall div.qa_title a img {
  margin-top: -35px;
}

.c {
  clear: both;
}

/*----open-box---- */
.page-main {
  position: relative;
  z-index: 90;
}
.page-main .qa_content {
  height: 640px;
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  /*---pro-img-m-s--- */
  /*---pro-img-m-s_end--- */
  /*----right-box---- */
  /*----right-box_end---- */
}
.page-main .qa_content .left-box {
  float: left;
  width: 430px;
  margin-top: 40px;
}
.page-main .qa_content .left-box p.title {
  display: inline-block;
  font-size: 50px;
  color: white;
  font-weight: bold;
  margin-right: 205px;
}
.page-main .qa_content .left-box p.more {
  display: inline-block;
  font-weight: bold;
  border: 1px white solid;
  text-align: center;
  line-height: 8px;
  position: relative;
  top: -7px;
}
.page-main .qa_content .left-box p.more a {
  display: block;
  font-size: 14px;
  color: white;
  padding: 8px;
}
.page-main .qa_content .left-box p.more a:hover {
  background-color: white;
  color: #393939;
}
.page-main .qa_content .left-box ul li {
  height: 80px;
  width: 430px;
  overflow: hidden;
  font-size: 16px;
  display: block;
  color: white;
  border-bottom: 1px white solid;
  padding: 14px 0 16px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-main .qa_content .left-box ul li:first-child {
  border-top: 1px white solid;
}
.page-main .qa_content .left-box ul li span {
  font-size: 14px;
  display: block;
  color: #05b0ff;
}

.page-main .qa_content .left-box ul li a {
    color: white;
    display: block;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 430px;
}
.page-main .qa_content .left-box ul li a:hover {
  color: red;
}
.page-main .qa_content .right-box {
  float: right;
  width: 420px;
  text-align: center;
  margin-top: 40px;
}
.page-main .qa_content .right-box p.title {
  font-size: 50px;
  color: white;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
.page-main .qa_content .right-box div.movie {
  border: 8px #000100 solid;
  width: 402px;
  height: 216px;
}
.page-main .qa_content .right-box div.movie a {
  display: block;
}
.page-main .qa_content .right-box div.movie a:last-child {
  margin-top: -160px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.page-main .qa_content .right-box div.movie a:last-child:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*----pro-box-m---- */
.jcarousel-skin-tango {
  width: 835px;
  margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-item {
  width: 190px;
  margin-right: 25px;
  height: 155px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-item:last-child {
  margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item a {
  display: block;
  background-color: white;
  padding-bottom: 5px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.jcarousel-skin-tango .jcarousel-item a span {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: block;
  width: 190px;
  height: 155px;
  top: 0px;
  left: 0px;
  position: absolute;
}
.jcarousel-skin-tango .jcarousel-item a p {
  display: block;
  color: black;
  font-size: 14px;
  letter-spacing: -0.5px;
  position: relative;
  bottom: 25px;
  font-weight: bold;
}
.jcarousel-skin-tango .jcarousel-item a:hover {
  font-size: 14px;
  color: #006bbe;
  display: block;
  font-weight: bold;
}
.jcarousel-skin-tango .jcarousel-item a:hover span {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  position: absolute;
  width: 190px;
  height: 155px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  line-height: 155px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
  margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
  background: white;
  color: black;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: -5px;
  right: -70px;
  width: 41px;
  height: 162px;
  cursor: pointer;
  background-image: url(../images/index/next-bt.png);
  z-index: 90;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: -5px;
  left: -70px;
  width: 41px;
  height: 162px;
  cursor: pointer;
  background-image: url(../images/index/pre-bt.png);
  z-index: 90;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.accordionPart {
  position: relative;
  top: 80px;
  clear: both;
}

.accordionPart li a {
  color: #333333;
  cursor: pointer;
}

.accordionPart li a:hover {
  color: red;
}

/*----pro-box-m_end---- */
/*----open-box_end---- */
/*----footer--- */
footer#down {
  background-color: #dddddd;
  min-height: 135px;
  position: relative;
  z-index: 99;
}
footer#down section.footer-wall {
  width: 980px;
  margin: 45px 0 0 -490px;
  position: absolute;
  left: 50%;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer#down section.footer-wall div.text {
  position: absolute;
}
footer#down section.footer-wall div.text h1 {
  font-size: 22px;
  font-weight: bold;
  color: black;
}
footer#down section.footer-wall div.text h2 {
  font-size: 14px;
  font-weight: bold;
  color: black;
  line-height: 1.2em;
  margin-top: 0px;
}
footer#down section.footer-wall div.text h3 {
  font-size: 12px;
  font-weight: normal;
  color: black;
  margin-top: -15px;
}
footer#down section.footer-wall div.text h4 {
  margin-top: -10px;
}
footer#down section.footer-wall div.ftp {
  position: absolute;
  top: 18px;
  right: 55px;
}
footer#down section.footer-wall div.ftp ul li {
  display: inline-block;
  margin-right: 3px;
}
footer#down section.footer-wall div.ftp ul li:last-child {
  margin-right: 0px;
}
footer#down section.footer-wall div.ftp ul li a {
  -webkit-filter: invert(0%);
  -moz-filter: invert(0%);
  filter: invert(0%);
}
footer#down section.footer-wall div.ftp ul li a:hover {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  filter: invert(100%);
}
