/*****************
 * public start
 *****************/
html {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

input,
select {
  outline: none
}

a:focus,
a:hover {
  text-decoration: none;
}

body .container-body .to-visible {
  display: block !important;
  height: auto !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1em;
  margin: auto;
  line-height: inherit;
}

.al {
  text-align: left;
}

.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

body {
  font: 14px/1.5 'SourceHanSansCN', 'microsoft yahei', "Arial", sans-serif;
  margin: 0;
  padding: 0;
}

body:before {
  /*content:"";*/
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 10000;
  text-align: center;
  transition: opacity 500ms, height 0ms 500ms;
  -webkit-transition: opacity 500ms, height 0ms 500ms;
}

body.body-completed:before {
  height: 0;
  opacity: 0;
}

a {
  color: #f7b52d;
  text-decoration: none;
}

a:hover {
  color: #EFA205;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

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

img {
  max-width: 100%;
  vertical-align: middle;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
  line-height: 1.5;
}

.h1 {
  font-size: 2.4em;
}

.h2 {
  font-size: 2em;
}

.h3 {
  font-size: 1.4em;
}

.h4 {
  font-size: 1.2em;
}

.h-line {
  position: relative;
  padding-bottom: .4em;
}

.h-line:after {
  content: "___";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #000;
  text-align: center;
}

.bg-gray {
  background: #f9f9f9 !important;
}

.wrap {
  width: 1440px;
  margin: auto;
}

.forseo {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/**/
.inner {
  width: 1000px;
  margin: auto;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.inner-x {
  width: 1000px;
  margin: auto;
}

.inner-y {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}


/* page fqa */
.fqa-hd {
  text-align: center;
  background: #f9f9f9;
  padding: 20px 10px;
  line-height: 1;
}

.fqa-hd-content {
  margin-top: 1em;
}

.fqa-list {
  padding-left: 8%;
  overflow: hidden;
}

.fqa-list li+li {
  border-top: 1px #ddd solid;
}

.fqa-list li {
  position: relative;
}

.fqa-list li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: -5.5555%;
  top: 3em;
  display: inline-block;
  border-left: 1px #ddd solid;
}

.fqa-list li:last-child:before {
  display: none;
}

.fqa-list .fqa-title {
  font-size: 18px;
  padding: 1.5em 0;
  position: relative;
  z-index: 50;
  cursor: pointer;
  transition: color 300ms;
  -webkit-transition: color 300ms;
}

.fqa-list .fqa-title i {
  position: absolute;
  width: 11.1111%;
  height: 6em;
  left: -11.1111%;
  top: 50%;
  margin-top: -3em;
  display: inline-block;
  background: url("../images/fqa-icon.png") no-repeat center;
  transition: background 300ms steps(8, end);
  -webkit-transition: background 300ms steps(8, end);
}

.fqa-list .fqa-title b {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 20px;
  height: 6em;
  margin-top: -3em;
  background: url("../images/arrow-blue.png") no-repeat left center;
  transition: background 300ms;
  -webkit-transition: background 300ms;
}

.fqa-list .fqa-title:hover {
  color: #0786D3;
}

.fqa-list .fqa-content {
  height: 0;
  overflow: hidden;
  transition: height 300ms;
  -webkit-transition: height 300ms;
}

.fqa-list .fqa-content-inner {
  padding-bottom: 2.6em;
}
.fqa-list .fqa-content-inner h2{
  font-size: 16px;
  font-weight: normal;
}
.fqa-list .fqa-content-inner div {
  overflow: hidden;
}

.fqa-list .fqa-content-inner div p {
  font-size: 15px;
    line-height: 25px;
    margin: 10px 0;
}
.fqa-bd h6 {
  line-height: 25px;
  color: #222222;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 45px;
}
.fqa-bd h6 i {
  display: block;
  color: #0271b8;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "MoolBoran V2";
  margin-top: 9px;
  font-weight: normal;
}
.fqa-list .fqa-content-inner img.left {
  float: left;
  margin: 0 1em 1em 0;
}

.fqa-list .fqa-content-inner img.right {
  float: right;
  margin: 0 0 1em 1em;
}

.fqa-list .open .fqa-title i {
  background: url("../images/fqa-icon-open.png") no-repeat center;
}

.fqa-list .open .fqa-title b {
  background-position: right center;
}
@media(max-width:768px) {
  .wrap {
    width: 100% !important;
}
.h1 {
  font-size: 20px;
}
.fqa-list {
  padding-left: 0 !important;
}
.fqa-list .fqa-title{
  padding: 20px 35px 20px 12px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
}
.fqa-list .fqa-title i{
  margin-top: -0.5em;
  left: -6.1111%;
}
.fqa-list .fqa-content{
  height: auto !important;
}
.fqa-list .fqa-title b{
  display: none;
}
.fqa-list .open .fqa-title i{
  display: none;
}
}