/*common*/

html {
  overflow-y: scroll;
  /*background: #fff;*/
  /*background: #ebded0;*/
}

* html,
* html body {
  /*background-image: url(about:blank);*/
  /*background-attachment: fixed;*/
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
lengend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  /*color: #ebded0;*/
  font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", sans-serif;
  *font-family: "Microsoft YaHei";
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  font-weight: 400;
}

address,
cite,
dfn,
em,
i,
var,
b {
  font-style: normal;
}

small {
  font-size: 12px;
}

legend {
  color: #000;
}

dd,
dl,
dt,
li,
ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

input,
label,
select,
textarea,
button {
  outline: 0;
}

img,
li,
input,
label,
select,
textarea,
button {
  vertical-align: top;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type=submit],
input[type=button] {
  star: expression(this.onFocus=this.blur());
}

input[type=submit]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner {
  border: none;
  padding: 0;
}

input,
textarea,
button {
  font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", sans-serif;
}

input.focus,
textarea.focus {
  color: #333!important;
}

input[type=text],
textarea {
  border: 1px solid #ddd;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.bc {
  margin: 0 auto;
}

.dib,
img,
.gap-hfword,
.gap-aword,
.gap-dbword,
.btn-orange,
.btn-orange:link,
.btn-green,
.btn-green:link,
.btn-gray,
.btn-gray:link,
.btn-dis,
.btn-dis:link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.dn {
  display: none;
}

.vam {
  vertical-align: middle;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

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

.gap-hfword,
.gap-aword,
.gap-dbword {
  overflow: hidden;
}

.gap-hfword {
  width: .5em;
}

.gap-aword {
  width: 1em;
}

.gap-dbword {
  width: 2em;
}

.btn-orange,
.btn-orange:link,
.btn-green,
.btn-green:link,
.btn-gray,
.btn-gray:link,
.btn-dis,
.btn-dis:link {
  color: #fff;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.btn-orange,
.btn-orange:link {
  background: #f91;
}

.btn-green,
.btn-green:link {
  background: #5ea51e;
}

.btn-gray,
.btn-gray:link {
  font-size: 12px;
  background: #e0e0e0;
  border: #ccc solid 1px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
  -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
}

.btn-dis,
.btn-dis:link,
.btn-dis:hover {
  background: #ccc!important;
  cursor: default;
}

.btn-orange:hover,
.btn-green:hover,
.btn-gray:hover,
.btn-dis:hover {
  text-decoration: none;
}

.btn-orange:hover,
.btn-green:hover {
  color: #fff;
}

.btn-orange:hover {
  background: #e75c00;
}

.btn-green:hover {
  background: #4d9011;
}

.btn-gray:hover {
  background: #fff;
}

.simsun {
  font-family: 'SimSun', '\5b8b\4f53';
}

.simhei {
  font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", 'SimHei', '\9ed1\4f53', sans-serif;
}

.w-990 {
  width: 990px;
}

.w-1190 {
  width: 1190px;
}

.fc-787878 {
  color: #787878;
}

.fc-666 {
  color: #666;
}

.fc-999 {
  color: #999;
}

.fc-f00 {
  color: #f00;
}

.fc-f60 {
  color: #f60;
}

.fc-f91 {
  color: #f91;
}

.fc-green {
  color: #5ea51e;
}


.input-wrap {
  position: relative;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.input-wrap input[type=text] {
  position: absolute;
  z-index: 11;
  left: 0;
  height: 32px;
  line-height: 32px;
  *height: 30px;
  *line-height: 30px;
  width: 100%;
  text-indent: 10px;
  border: none;
}

.input-wrap .input-focus {
  background-color: transparent;
}

.input-wrap .placeholder {
  position: absolute;
  z-index: 10;
  left: 10px;
  color: #999;
  background-color: transparent;
  cursor: text;
}

.error {
  border: #ff4f4f solid 1px!important;
}

.err-tips {
  position: absolute;
  display: none;
  width: 200px;
  line-height: 18px;
  color: #ff4f4f;
  white-space: nowrap;
}

.err-tips i.icon-warning {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  margin-right: 5px;
  background-position: -135px -232px;
  vertical-align: top;
}

body {
  min-width: 1190px;
}


/*common end*/


/*header*/

.header {
  width: 100%;
  height: 121px;
}

.header-index {
  position: relative;
  *z-index: 2;
  height: 656px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.header-top {
  position: relative;
  z-index: 100;
  top: 0;
  width: 100%;
}

.header-top-fixed {
  position: fixed;
  z-index: 1000;
  border-bottom: 1px solid #f4f4f4;
  background-color: #fff;
}

.nav-top {
  height: 40px;
  background-color: #333;
}

.nav-item {
  position: relative;
  z-index: 100;
  float: left;
  line-height: 40px;
}

.nav-link a {
  color: #b2b2b2;
  padding: 0 12px;
}

.nav-link-noborder a {
  border-left: none;
  padding-left: 0;
}

.nav-link a:hover {
  text-decoration: underline;
  color: #f91;
}

.nav-linksub {
  display: none;
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 32px;
  width: 122px;
  margin-left: -61px;
}

.nav-linksub .arrow {
  position: relative;
  z-index: 100;
  margin-left: 54px;
  width: 15px;
  height: 8px;
  background-position: -209px -146px;
}

.nav-linksub p {
  padding: 8px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.nav-linksub p a {
  display: block;
  line-height: 28px;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
}

.nav-os-box {
  position: relative;
  height: 80px;
}

.nav-os-box-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
}

.nav-os {
  position: relative;
}

.header-index .nav-os-box-bg {
  opacity: .9;
  filter: alpha(opacity=90);
}

:root .header-index .nav-os-box-bg {
  filter: none;
}

.header-banner-slide-box-wrap .control {
  position: absolute;
  z-index: 990;
  top: 50%;
  margin-top: -45px;
  display: none;
  width: 60px;
  height: 100px;
  background: url(../images/sprite_global.png) no-repeat;
  cursor: pointer;
}

.header-banner-slide-box-wrap:hover .control {
  display: block;
}

.header-banner-slide-box-wrap .prev {
  left: 10.4%;
  background-position: -670px 0;
}

.header-banner-slide-box-wrap .next {
  right: 10.4%;
  background-position: -740px 0;
}

.header-banner-slide-box-wrap .prev:hover {
  background-position: -670px -109px;
}

.header-banner-slide-box-wrap .next:hover {
  background-position: -740px -109px;
}

.header-banner-slide-box {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 616px;
  overflow: hidden;
}

.header-banner-slide-box ul {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 999999px;
}

.header-banner-slide-box ul li {
  position: relative;
  float: left;
  display: block;
  overflow: hidden;
  height: 616px;
}

.header-banner-slide-box ul li img {
  height: 100%;
}

.header-banner-slide-box .banner-cent {
  position: absolute;
  left: 50%;
  display: block;
  margin-left: -1280px;
  width: 2560px;
  height: 100%;
  text-align: center;
}

.header-banner-slide-box .indicators-box {
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
}

.header-banner-slide-box .indicators {
  position: absolute;
  top: auto;
  bottom: 120px;
  left: 50%;
  overflow: hidden;
  margin-left: -150px;
  width: 300px;
  height: 14px;
  text-align: center;
  font-size: 0;
}

.header-banner-slide-box .indicators li {
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 7.5px;
  width: 14px;
  height: 14px;
  line-height: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff\9;
  background: rgba(255, 255, 255, .9);
  cursor: pointer;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -ms-transition: all .5s ease 0s;
}

.header-banner-slide-box .indicators .cur {
  filter: none;
  background: #f91;
  cursor: default;
}

.logo {
  margin-top: 22px;
}

.logo-a {
  display: block;
  width: 250px;
  height: 34px;
  background-position: 0 -316px;
}

.nav-os-list {
  margin-left: 54px;
  height: 80px;
}

.nav-os-list-item {
  float: left;
  margin: 0 6px;
  line-height: 76px;
}

.nav-os-list-item a {
  display: block;
  padding: 0 15px;
  font-size: 18px;
  font-weight: bold;
}

.nav-os-list-item a:hover {
  text-decoration: none;
}

.nav-os-list-item a.check {
  border-bottom: 4px solid #f91;
}

.nav-os-list-item a.check:hover {
  color: #333;
}

.nav-os-list-item.disabled a {
  color: #c7c7c7;
  cursor: default;
}

.nav-os-list-item .text-soon {
  position: relative;
  top: 22px;
  left: -26px;
  display: block;
  width: 92px;
  height: 92px;
  background: url(../images/sprite_global.png) -561px -233px no-repeat;
}

.nav-os-btn {
  float: right;
  margin-top: 18px;
  padding: 14px 32px;
  line-height: 1;
  font-size: 16px;
}

.banner-text {
  position: absolute;
  left: 50%;
  top: 295px;
  z-index: 101;
  margin-left: -325px;
  width: 670px;
  height: 88px;
  background: url(../images/banner-text.png) no-repeat;
}

.header-bottom {
  position: absolute;
  bottom: 0;
  z-index: 102;
  width: 100%;
  height: 110px;
}

.header-bottom-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110px;
  background: #000;
  opacity: .6;
  filter: alpha(opacity=60);
}

:root .header-bottom-bg {
  filter: none;
}


/*header end*/


/*footer*/

.qfang-intro-list {
  margin-left: -30px;
  padding: 50px 0 45px 0;
  line-height: 22px;
}

.qfang-intro-item {
  float: left;
  margin-left: 30px;
  width: 275px;
  text-align: center;
}

.qfang-intro-item .text-box:hover {
  text-decoration: none;
  color: #333;
}

.qfang-intro-item .info {
  display: block;
  color: #999;
}

.qfang-intro-item .icons {
  margin: 0 auto;
  width: 60px;
  height: 60px;
}

.qfang-intro-item .ic-qang {
  background-position: 0 -60px;
}

.qfang-intro-item .ic-usa {
  background-position: -80px -60px;
}

.qfang-intro-item .ic-os {
  background-position: -160px -60px;
}

.qfang-intro-item .ic-phone {
  background-position: -238px -60px;
}

.qfang-intro-item .title {
  margin-top: 14px;
  line-height: 52px;
  font-size: 20px;
  font-weight: bold;
}

.qfang-footer {
  width: 100%;
  background-color: #333;
  padding: 20px 0;
  height: 68px;
  font-size: 12px;
  -webkit-text-shadow: 0 0 4px #333;
  -moz-text-shadow: 1px 1px 0 #000;
  -ms-text-shadow: 1px 1px 0 #000;
  -o-text-shadow: 1px 1px 0 #000;
  text-shadow: 1px 1px 0 #000;
}

.qfang-footer .second-link {
  padding-bottom: 13px;
  color: #787878;
}

.qfang-footer .second-link span {
  padding: 0 5px;
}

.qfang-footer .second-link a {
  color: #fff;
}

.qfang-footer .second-link a:hover {
  color: #f91;
}

.letter-retrieve {
  font-size: 0;
}

.letter-retrieve a,
.letter-retrieve span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  color: #ccc;
}

.letter-retrieve a:hover {
  color: #f91;
}

.letter-retrieve a {
  margin: 0 4px;
}

.letter-retrieve a:hover {
  color: #f60;
}

.copyright {
  color: #ccc;
}


/*footer end*/
