
.fs0 {
  font-size: 0;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.33 {
  color: #333;
}
.red {
  color: #e15517;
}
.gray6 {
  color: #666;
}
.gray9 {
  color: #999;
}
.blue {
  color: #0f64b9;
}
.green {
  color: #28b736;
}
.orange {
  color: #e15517;
}
.ff {
  color: #fff;
}
.f1 {
  color: #f1f1f1;
}
.f2 {
  color: #f2f2f2;
}
.f4 {
  color: #f4f4f4;
}
.f5 {
  color: #f5f5f5;
}
.f6 {
  color: #f6f6f6;
}
.f7 {
  color: #f7f7f7;
}
.f8 {
  color: #f8f8f8;
}
.4f {
  color: #4f4f4f;
}
.7f {
  color: #7f7f7f;
}
.e1 {
  color: #e1e1e1;
}
.88 {
  color: #888;
}
.bgGreen {
  background: #28b736;
}
.bgOrange {
  background: #e15517;
}
.bgBlue {
  background: #0f64b9;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.flowwrap {
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
/**************
    公共主体样式
 **************/
.mHeader {
  height: 140px;
  background: #fff;
}
.mHeader .logo {
  width: 475px;
  height: 72px;
  background: url(../img/logo.png) no-repeat center;
  margin-top: 34px;
}
.mHeader .top {
  margin: 18px 0;
}
.mHeader .top .a0 {
  padding: 0 10px;
  font-size: 12px;
  color: #4f4f4f;
  margin-top: 6px;
}
.mHeader .top .a0:first-child {
  border-right: 1px solid #e1e1e1;
}
.mHeader .top .email .icon {
  color: #0f64b9;
  margin-right: 10px;
}
.mHeader .top .menu {
  border: 1px solid #f1f1f1;
  margin-left: 10px;
}
.mHeader .top .menu .icon {
  color: #0f64b9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.mHeader .top .search {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 230px;
  height: 30px;
}
.mHeader .top .search .ipt {
  flex: 1;
  border: 1px solid #f1f1f1;
  padding: 0 20px;
  font-size: 12px;
}
.mHeader .top .search .go {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/i_sch.png) no-repeat center;
  font-size: 0;
}
.mHeader .mNav {
  border-top: 1px solid #f1f1f1;
}
.mHeader .mNav li {
  float: left;
  height: 70px;
  line-height: 70px;
  margin-right: 20px;
  font-size: 15px;
}
.mHeader .mNav li > a {
  display: inline-block;
  height: 70px;
  border-top: 2px solid transparent;
  color: #333;
}
.mHeader .mNav li.active a,
.mHeader .mNav li:hover a {
  border-top: 2px solid #0f64b9;
}
.mHeader .mNav li:last-child {
  margin-right: 0;
}
.mFooter {
  background: #353840;
  margin-top:50px;
}
.mFooter .foot {
  padding: 50px 0;
  overflow: hidden;
}
.mFooter .foot .left {
  width: 820px;
  overflow: hidden;
}
.mFooter .foot .right {
  width: 300px;
}
.mFooter .foot .item {
  float: left;
  margin-right: 40px;
}
.mFooter .foot .item:last-child {
  margin-right: 0;
}
.mFooter .foot .item li h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #fff;
}
.mFooter .foot .item li a {
  font-size: 14px;
  color: #8b8e96;
  display: block;
  height: 30px;
  line-height: 30px;
}
.mFooter .foot .link-fri-wrap {
  position: relative;
}
.mFooter .foot .link-fri-wrap .link-fri {
  color: #8b8e96;
  height: 40px;
  line-height: 40px;
  border: 1px solid #60636b;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.mFooter .foot .link-fri-wrap .link-fri p {
  flex: 1;
  padding: 0 20px;
  margin: 10px 0;
  line-height: 20px;
  border-right: 1px solid #60636b;
  color: #8b8e96;
  font-size: 14px;
}
.mFooter .foot .link-fri-wrap .link-fri span {
  width: 40px;
  height: 40px;
  text-align: center;
}
.mFooter .foot .link-fri-wrap .list {
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  background: #fff;
  padding: 0 10px;
  z-index: 10;
  display: none;
}
.mFooter .foot .link-fri-wrap .list li {
  height: 40px;
  line-height: 40px;
  color: #333;
  border-bottom: 1px solid #e1e1e1;
}
.mFooter .foot .code {
  padding: 25px 30px;
}
.mFooter .foot .code dl {
  text-align: center;
  color: #8b8e96;
  font-size: 14px;
}
.mFooter .foot .code dd {
  height: 40px;
  line-height: 40px;
}
.mFooter .foot .code img {
  width: 100px;
  height: 100px;
  margin: auto;
}
.mFooter .copyright {
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #464b56;
  color: #8b8e96;
  font-size: 12px;
}
.mFooter .copyright .pic {
  display: inline-block;
  width: 50px;
  height: 12px;
  margin-left: 20px;
  background: url(../img/copy.png) no-repeat center;
}



.mBread {
  height: 45px;
  line-height: 45px;
  background: #f8f8f8;
  font-size: 14px;
  padding: 0 10px;
}
.mBread a {
  color: #444;
}
.mBread a.active {
  color: #0f64b9;
}
.mBread .icon {
  color: #0f64b9;
  font-size: 14px;
}
.mBread.mBShadow {
  box-shadow: 5px 5px 5px #f2f2f2 inset;
  -moz-box-shadow: 5px 5px 5px #f2f2f2 inset;
  -webkit-box-shadow: 5px 5px 5px #f2f2f2 inset;
}
.mSubnav {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}
.mSubnav .subnav-list {
  display: inline-block;
}
.mSubnav .subnav-list li {
  float: left;
  margin-right: 50px;
}
.mSubnav .subnav-list li a {
  display: block;
  color: #7f7f7f;
  width: 100px;
  height: 36px;
  line-height: 36px;
  background: #f2f2f2;
  font-size: 14px;
}
.mSubnav .subnav-list li:last-child {
  margin-right: 0;
}
.mSubnav .subnav-list li.active a {
  background: #0f64b9;
  color: #fff;
}
.mAd {
  position: relative;
  display: table;
  width: 100%;
  height: 480px;
}
.mAd img {
  width: 100%;
}
.mAd .des {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}
.mAd .des h1 {
  font-size: 60px;
}
.mAd .des p {
  font-size: 18px;
}
.mAd .mOther {
  display: table-cell;
}
.mAd .mOther .infor {
  text-align: center;
}
.mAd .mOther .infor h1 {
  font-size: 30px;
}
.mAd .mOther .infor p {
  font-size: 14px;
}
.partyBuild {
  height: 414px;
}
.partyBuild .mOther {
  padding-top: 220px;
}
.partyBuild .mOther .infor h1 {
  color: #e72e13;
  font-weight: normal;
  margin-bottom: 10px;
}
.partyBuild .mOther .infor p {
  color: #ea6754;
}
.partyBuild .mOther .mSubnav {
  border: none;
  padding: 30px;
}
.partyBuild .mOther .mSubnav .subnav-list li a {
  width: 180px;
  height: 44px;
  line-height: 44px;
  background: #fff;
}
.partyBuild .mOther .mSubnav .subnav-list li.active {
  -moz-box-shadow: 2px 2px 10px #999;
  -webkit-box-shadow: 2px 2px 10px #999;
  box-shadow: 2px 2px 10px #999;
}
.partyBuild .mOther .mSubnav .subnav-list li.active a {
  background: #e15517;
  color: #fff;
}
.schResult .mOther {
  padding-top: 110px;
}
.schResult .mOther .infor {
  margin-top: 30px;
}
.schResult .mOther .infor h1 {
  color: #fff;
  font-weight: normal;
  margin-bottom: 10px;
}
.schResult .mOther .infor p {
  color: #fff;
}
.schResult .mOther .mSubnav {
  border: none;
  padding: 30px;
}
.schResult .mOther .mSubnav .subnav-list li a {
  width: auto;
  height: 44px;
  line-height: 44px;
  background: #fff;
  padding: 0 30px;
}
.schResult .mOther .mSubnav .subnav-list li.active {
  -moz-box-shadow: 2px 2px 10px #999;
  -webkit-box-shadow: 2px 2px 10px #999;
  box-shadow: 2px 2px 10px #999;
}
.schResult .mOther .mSubnav .subnav-list li.active a {
  background: #0f64b9;
  color: #fff;
}
.mSearch {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  height: 78px;
  line-height: 78px;
  width: 880px;
  align-items: center;
  margin: auto;
}
.mSearch .ipt {
  flex: 1;
  background: #fff;
  height: 78px;
  line-height: 78px;
  font-size: 20px;
  text-align: center;
  padding: 0 20px;
}
.mSearch .go {
  width: 78px;
  height: 78px;
  background: #0f64b9;
  text-align: center;
}
.mSearch .go .icon {
  font-size: 40px;
  color: #fff;
}
.mTitle {
  padding: 50px 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.mTitle .line {
  height: 1px;
  flex: 1;
  background: #d8e6f4;
}
.mTitle .tt {
  padding: 0 5px;
  font-size: 18px;
  color: #d5deef;
}
.mTitle .tt span {
  font-size: 28px;
}
.mBtn {
  display: inline-block;
  padding: 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  -moz-box-shadow: 2px 2px 2px #dbe4ec;
  -webkit-box-shadow: 2px 2px 2px #dbe4ec;
  box-shadow: 2px 2px 2px #dbe4ec;
}
.mBtn-blue {
  background: #0f64b9;
  color: #fff;
}
.mPage {
  display: inline-block;
  margin: 60px auto;
}
.mPage li {
  margin-right: 5px;
  float: left;
}
.mPage li a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 15px;
  background: #f6f6f6;
}
.mPage li.active a {
  color: #fff;
  background: #0f64b9;
}
.mArtfoot {
  width: 700px;
  margin: 70px auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.mArtfoot > a {
  color: #333;
}
.mArtfoot p {
  flex: 1;
  text-align: center;
}
.mCheck {
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  margin-right: 8px;
}
.mCheck:checked {
  background: url(../img/checked.png) no-repeat center;
}
