﻿
* {
  margin: 0;
  padding: 0; }

html, body {
  width: 100%;
  font-size: 20px;
  -webkit-overflow-scrolling: touch; }

body {
  color: #333;
  font-family: "Helvetica Neue", "Microsoft Yahei", Tahoma, Arial, Roboto, "Droid Sans", "Droid Sans Fallback", "Heiti SC", sans-self;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden; }

div, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

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

.hide {
  display: none; }

.tr {
  text-align: right; }

.tl {
  text-align: left; }

.tc {
  text-align: center; }

.fl {
  float: left; }

.fr {
  float: right; }

.col-1 {
  width: 100%;
  float: left; }

.col-2 {
  width: 50%;
  float: left; }

.col-3 {
  width: 33.33%;
  float: left; }

.col-4 {
  width: 25%;
  float: left; }

.col-5 {
  width: 20%;
  float: left; }

.col-6 {
  width: 16.66%;
  float: left; }

.btn {
  line-height: 2em;
  padding: 0 10px;
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease; }
  .btn.btn-red {
    background: #e32e2e;
    color: #fff; }
    .btn.btn-red:hover {
      background: #011732;
      color: #fff; }
  .btn.btn-yellow {
    background: #66d0c7;
    color: #fff;
    border: 1px solid #66d0c7; }
    .btn.btn-yellow:hover {
      background: #fff;
      color: #f8d54a; }
  .btn.btn-blue {
    background: #376bb6;
    color: #fff; }
    .btn.btn-blue:hover {
      background: #66d0c7; }
  .btn.btn-blue-rv {
    background: #66d0c7;
    color: #fff; }
    .btn.btn-blue-rv:hover {
      background: #376bb6; }
  .btn.btn-yellow-rv {
    background: #fff;
    color: #f8d54a;
    border: 1px solid #f8d54a; }
    .btn.btn-yellow-rv:hover {
      background: #f8d54a;
      color: #fff; }

.icon {
  display: inline-block; }

/*============================================================================*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
  display: none; }

ng\:form {
  display: block; }

.ng-animate-start {
  clip: rect(0, auto, auto, 0);
  -ms-zoom: 1.0001; }

.ng-animate-active {
  clip: rect(-1px, auto, auto, 0);
  -ms-zoom: 1; }

.clearfix {
  *height: 1%; }
  .clearfix:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden; }

/*css去掉iPhone、iPad的默认按钮样式*/
input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none; }

textarea {
  -webkit-appearance: none; }

/*去除Chrome等浏览器文本框默认发光边框*/
input:focus, textarea:focus {
  outline: none; }

input:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-modify: read-write-plaintext-only; }

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none; }

img, a, a:hover, a:active, a:visited, a:link, a:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none; }

.display-none {
  display: none; }

@media screen and (min-width: 751px) {
  body {
    width: 100%;
    min-width: 1100px;
    overflow-x: auto; }

  .m-wrap {
    display: none; }

  .pc-wrap {
    width: 100%;
    min-width: 1100px; }

  html, body {
    font-family: "微软雅黑", "Microsoft YaHei", "Microsoft JhengHei", STHeiti, MingLiu, sans-serif;
    font-size: 14px; }

  .center-box {
    width: 1100px;
    margin: 0 auto; } }
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 100;
  display: none; }

@media screen and (min-width: 1px) and (max-width: 750px) {
  .pc-wrap {
    display: none; }

  html, body {
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-size: 20px;
    -webkit-user-select: none;
    -webkit-overflow-scrolling: touch; }

  body {
    overflow-x: hidden;
    position: relative; } }
/**内链字体设置**/
.news-content a{
	font-family:"微软雅黑", "Microsoft YaHei", "Microsoft JhengHei", STHeiti, MingLiu, sans-serif;
	color:#555;
}
.news-content{
	color:#555;
}

	
/*# sourceMappingURL=common.css.map */
