@charset "UTF-8";
* {
  box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none; }

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0; }

body {
  color: #666;
  font-size: 32px;
  font-size: .32rem;
  line-height: 0.48rem;
  font-family: "\5FAE\8F6F\96C5\9ED1",Arial,Helvetica,sans-serif;
  -webkit-tap-highlight-color: transparent; }

ul, ol {
  list-style-type: none; }

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

select, input, textarea, img, select {
  vertical-align: middle;
  font-family: Arial; }

a {
  color: #666;
  text-decoration: none;
  outline: none;
  transition: all 0.15s ease-in-out 0s; }

a:hover {
  color: #0093dd; }

em, i {
  font-style: normal; }

img {
  max-width: 100%;
  height: auto; }

.fc {
  clear: both; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  height: 0; }

.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

.cf {
  zoom: 1; }

/*解决ie6/7兼容问题*/
.container {
  padding: 1.04348rem 0 0; }

.wrapper, #main_content {
  width: 100%;
  margin: 0 auto;
  padding: 0; }

textarea {
  resize: none;
  min-height: 60px;
  padding: 15px 20px; }

/*全局结束*/
.icon-answer {
  background-position: 0 3.09278%;
  width: 0.34783rem;
  height: 0.34783rem; }

.icon-arrowc {
  background-position: 0 0%;
  width: 0.12174rem;
  height: 0.17391rem; }

.icon-ask {
  background-position: 0 8.24742%;
  width: 0.34783rem;
  height: 0.34783rem; }

.icon-email4 {
  background-position: 0 13.40206%;
  width: 0.34783rem;
  height: 0.34783rem; }

.icon-home {
  background-position: 0 82.51599%;
  width: 0.62609rem;
  height: 0.62609rem; }

.icon-lang {
  background-position: 0 56.38298%;
  width: 0.6087rem;
  height: 0.6087rem; }

.icon-map {
  background-position: 0 47.87234%;
  width: 0.44348rem;
  height: 0.6087rem; }

.icon-menu {
  background-position: 0 65.03198%;
  width: 0.62609rem;
  height: 0.62609rem; }

.icon-news {
  background-position: 0 100%;
  width: 0.8rem;
  height: 0.62609rem; }

.icon-play {
  background-position: 0 28.86598%;
  width: 0.26087rem;
  height: 0.34783rem; }

.icon-question {
  background-position: 0 23.71134%;
  width: 0.34783rem;
  height: 0.34783rem; }

.icon-skype {
  background-position: 0 73.77399%;
  width: 0.62609rem;
  height: 0.62609rem; }

.icon-skype2 {
  background-position: 0 18.5567%;
  width: 0.34783rem;
  height: 0.34783rem; }

.icon-tel {
  background-position: 0 91.258%;
  width: 0.57391rem;
  height: 0.62609rem; }

.icon-tel2 {
  background-position: 0 40%;
  width: 0.50435rem;
  height: 0.52174rem; }

.icon-tel3 {
  background-position: 0 34.02062%;
  width: 0.34783rem;
  height: 0.34783rem; }

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  background-size: 0.8rem 8.78261rem; }

.btn {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  padding: 0px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 4px;
  border: 0;
  box-sizing: border-box; }

.btn-big {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  font-size: 16px; }

.btn-sm {
  height: 30px;
  line-height: 30px; }

.btn-xs {
  height: 22px;
  line-height: 22px;
  font-sie: 12px;
  padding: 1px 5px; }

.btn-default {
  color: #555;
  text-decoration: none;
  border: 2px solid #ccc; }

.btn-blue {
  background-color: #4276e2;
  color: #fff;
  text-decoration: none; }

.btn-blue:hover {
  background-color: #ff9207;
  color: #fff;
  text-decoration: none; }

.btn-primary {
  background-color: #ff7700;
  color: #fff;
  text-decoration: none; }

.btn-primary:hover {
  background-color: #078fd4;
  color: #fff;
  text-decoration: none; }

.btn-disabled, .btn-disabled:hover {
  background-color: #999;
  color: #fff;
  text-decoration: none;
  cursor: default; }

/*头部开始==========================================*/
.mfax {
  overflow: hidden; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 1.04348rem;
  box-sizing: border-box;
  border-bottom: 1px solid #f0f0f0; }

.header .menu {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0.347rem;
  height: 100%; }

.header .menu i {
  margin-top: 0.330195rem; }

.header .logo {
  height: 100%;
  padding: 0.17391rem; }

.header .logo img {
  width: auto;
  height: 100%; }

.header .tit {
  text-align: center;
  font-size: 0.45217rem;
  color: #333;
  font-weight: normal;
  padding: 0 0.69565rem;
  height: 1.04348rem;
  line-height: 1.04348rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.header .back {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.04348rem;
  height: 1.04348rem; }

.header .back .icon-back {
  position: absolute;
  left: 0.17391rem;
  top: 50%;
  display: block;
  background: none;
  width: 0.24348rem;
  height: 0.24348rem;
  margin-top: -0.13913rem;
  border-top: 0.03478rem solid #0b4aa2;
  border-right: 0.03478rem solid #0b4aa2;
  transform: rotate(-135deg); }

.htool {
  position: absolute;
  right: 0;
  top: 0; }

.htool .filter {
  float: left;
  cursor: pointer;
  z-index: 1;
  padding: 0.30435rem 0.17391rem; }

.htool .filter i {
  display: block; }

.htool .lang {
  float: left;
  position: relative;
  margin: 0.21739rem 0.21739rem 0 0; }

.htool .lang > a {
  display: block; }

.htool .lang ul {
  display: none;
  position: absolute;
  top: 0.78261rem;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 2.6087rem;
  padding: 0.17391rem;
  border-radius: 0.04348rem;
  transition: All 0.15s ease-in-out;
  -webkit-transition: All 0.15s ease-in-out;
  -moz-transition: All 0.15s ease-in-out;
  -o-transition: All 0.15s ease-in-out; }

.htool .lang ul:after {
  position: absolute;
  right: 0.15652rem;
  top: -6px;
  content: '';
  border-bottom: 6px solid rgba(0, 0, 0, 0.8);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent; }

.htool .lang ul a {
  display: block;
  white-space: nowrap;
  line-height: 0.69565rem;
  text-align: center;
  font-size: 0.31304rem;
  color: #fff; }

.htool .lang ul a.active {
  color: #fce101; }

.htool .lang .show {
  display: block; }

/*主菜单=======================*/
.nav {
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  padding: 0.34783rem 0.34783rem 1.04348rem; }

.nav .fd {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 1.04348rem;
  background: #fff;
  width: 100%; }

.nav .fd a {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 30px;
  width: 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  margin: -15px 0 0 -15px; }

.nav .fd a:before, .foot .nav .fd a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 3px;
  content: '';
  background: #333;
  margin: -2px 0 0 -8px; }

.nav .fd a:before {
  transform: translateY(0px) rotate(45deg); }

.nav .fd a:after {
  transform: translateY(0px) rotate(-45deg); }

.nav .navwrap {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

#nav {
  display: none; }

#nav dl {
  border-bottom: 1px solid #ddd; }

#nav dl:last-child {
  border-bottom: 0; }

#nav a {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: resize;
  animation-name: resize; }

#nav dt {
  font-weight: 700;
  line-height: 0.78261rem;
  font-size: 0.36522rem;
  color: #999; }

#nav a {
  color: #999;
  display: block;
  height: 0.78261rem;
  line-height: 0.78261rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

#nav dd:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

#nav dd {
  padding-bottom: 0.17391rem; }

#nav dd a {
  float: left;
  width: 50%;
  line-height: 0.78261rem;
  font-size: 0.33043rem;
  padding-right: 0.17391rem; }

#nav a.active {
  color: #fff; }

/*banner======================*/
.banner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.banner_m {
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.banner_m li {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }

.banner_m li a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%; }

.banner_m li a img {
  width: 100%; }

.banner_m li {
  background: url(../images/loading.gif) center no-repeat; }

.banner_m li a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%; }

.bannerfd {
  text-align: center; }

.banner .bnav {
  position: absolute;
  bottom: 10px;
  left: 50%; }

.banner .bnav a {
  float: left;
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 0 3px;
  cursor: pointer; }

.banner .bnav a.selected {
  background: #ffd200; }

#navigateLeft, #navigateRight {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  width: 60px;
  height: 90px;
  z-index: 4;
  display: none; }

#navigateRight {
  right: 30px;
  background-position: 0 -90px; }

#navigateLeft {
  left: 30px; }

/*头部结束===========================================*/
.category {
  height: 0.83478rem;
  line-height: 0.83478rem;
  background: #68926e;
  overflow: hidden;
  position: relative; }

.category li {
  float: left;
  width: 25%;
  text-align: center; }

.category li a {
  display: block;
  color: #fff;
  font-size: 0.33043rem; }

.category .nmore li {
  width: auto;
  padding: 0 0.34783rem; }

/*主框架结束*/
.search-panel {
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 10px;
  position: relative;
  padding-right: 71px; }

.search-panel .stxt {
  float: left;
  border: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0px 10px;
  font-size: 14px;
  background: none;
  box-sizing: border-box; }

.search-panel .go {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  float: left;
  width: 70px;
  height: 40px;
  background: #f7f7f7;
  font-size: 14px;
  text-align: center;
  border-left: 1px solid #ddd;
  border-radius: 0 6px 6px 0; }

.loading {
  text-align: center;
  width: 3.47826rem;
  font-size: 0.24348rem;
  height: 0.52174rem;
  line-height: 0.52174rem;
  background: #ddd;
  border-radius: 5px;
  margin: 0.26087rem auto; }

/*底部开始================================*/
.copyright {
  background: #1d1d1d;
  clear: both;
  line-height: 0.52174rem;
  padding: 0.17391rem;
  margin-bottom: 1.04348rem;
  color: #999; }

.copyright a {
  color: #999; }

.foot {
  width: 100%;
  height: 1.04348rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #f9f9f9;
  border-top: 1px solid #e7e7e7; }

.smartTool {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%; }

.smartTool a {
  display: table-cell;
  vertical-align: middle;
  width: 25%; }

.smartTool a i {
  vertical-align: middle; }

/*底部结束================================*/
/*其它*/
.infonav {
  border: 1px solid #ddd;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
  background: #f3f3f3; }

.fl {
  float: left; }

.fr {
  float: right; }

.bold {
  font-weight: bold; }

.song {
  font-family: "\5B8B\4F53"; }

.yahei {
  font-family: "\5FAE\8F6F\96C5\9ED1"; }

.heiti {
  font-family: "\9ED1\4F53"; }

.arial {
  font-family: "Arial"; }

.tc {
  text-align: center; }

.tu {
  text-transform: uppercase; }

.tlow {
  text-transform: lowercase; }

.tj {
  text-align: justify; }

.fl {
  text-align: left; }

.fr {
  text-align: right; }

.hide {
  display: none; }

.noinfo {
  color: #4a4a49;
  padding: 0.86957rem 0;
  text-align: center; }

/*分页*/
.pagination {
  padding: 0;
  clear: both;
  margin: 0.34783rem 0px;
  text-align: center;
  font-size: 0.2087rem; }

.pagination li {
  display: inline-block;
  margin: 0 0.05217rem;
  color: #777; }

.pagination li a {
  display: inline-block;
  background: #f0f0f0;
  height: 0.52174rem;
  line-height: 0.52174rem;
  padding: 0 0.17391rem;
  border-radius: 2px; }

.pagination li .current {
  background: #0b4aa2;
  color: #fff; }

.pagination li a:hover {
  background: #0b4aa2;
  color: #fff;
  text-decoration: none; }

.pnav {
  color: #999;
  padding: 0.17391rem 0px;
  border-top: 1px dotted #ddd;
  margin: 0.17391rem; }

.pnav span {
  display: block;
  padding: 0.08696rem 0; }

.pnav a {
  color: #777; }

.map_t {
  padding-left: 35px;
  background-position: 10px -233px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal; }

.map_t a {
  color: #0072b8; }

.map_m {
  padding-left: 30px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 15px;
  padding-bottom: 5px; }

.map_m a {
  display: block;
  float: left;
  height: 22px;
  line-height: 22px;
  width: 170px;
  overflow: hidden;
  padding: 0 5px;
  margin-right: 10px; }

/*back-top*/
.back-top {
  display: none;
  width: 35px;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 1001; }

.back-top a {
  display: block;
  background: url(../images/side.png) no-repeat;
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.8);
  margin-top: 1px; }

.back-top .qq {
  background-position: center -5px; }

.back-top .gtop {
  background-position: center -275px; }

/*404页面*/
.error404 {
  background: #fff;
  padding: 40px 0;
  border-top: 1px solid #ddd; }

.error404 .sorry .pic {
  text-align: center; }

.error404 .sorry .pic img {
  max-width: 100%; }

.error404 .sorry .con {
  float: left;
  padding: 280px 0 0 50px;
  line-height: 24px;
  color: #545559; }

.error404 .sorry a {
  color: #228feb; }
