﻿@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "微软雅黑","黑体",Arial,Helvetica,sans-serif;
  font-style: normal;
}

html {
  background-color: #FFFFFF;
  color: #000000;
}

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

body, input, textarea, button, select, pre, tt, code, kbd, samp {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, small, big, input, textarea, button, select {
  font-size: 100%;
}

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

b, strong {
  font-weight: bold;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

caption, th {
  text-align: inherit;
}

ul, ol, li, menu {
  list-style: none;
}

fieldset, img {
  border: none;
}

img, object, input, textarea, button, select {
  vertical-align: middle;
}

article, aside, footer, header, section, nav, figure, figcaption, hgroup, details, menu {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "\0020";
}

textarea {
  overflow: auto;
  resize: vertical;
}

input, textarea, button, select, a {
  outline: none;
  border: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

mark {
  background-color: transparent;
}

a, ins, s, u, del {
  text-decoration: none;
}

sup, sub {
  vertical-align: baseline;
}

html {
  overflow-x: hidden;
  height: 100%;
  font-size: 50px;
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #000000;
  font-size: 0.28em;
  line-height: 1;
  -webkit-text-size-adjust: none;
}

hr {
  height: 0.02rem;
  margin: 0.1rem 0;
  border: medium none;
  border-top: 0.02rem solid #CACACA;
}

a, a:link, a:visited, a:hover, a:active {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

.clear {
  clear: both;
}

.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
}

.bold {
  font-weight: bold;
}

.ell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.width1200 {
  width: 1200px;
  margin: 0 auto;
}

.margin15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.margin30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.banner {
  width: 100%;
  height: 425px;
  position: relative;
  background: url(banner-background.png) no-repeat center center;
  background-size: 100% 100%;
}
.banner .bannerContent {
  height: 425px;
  position: relative;
}
.banner .bannerContent .logo {
  float: left;
  position: absolute;
  left: 0;
  top: 25px;
  width: 220px;
  height: 150px;
}
.banner .bannerContent .bannerRight {
  float: right;
  position: absolute;
  right: 0;
  top: 50px;
  width: 210px;
  height: 100px;
}

.header {
  width: 100%;
  height: 88px;
  margin: 0 auto;
  border: 0;
  overflow: hidden;
  background: #3894D5;
}
.header .nav {
  height: 88px;
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
}
.header .nav .row {
  height: 35px;
  line-height: 32px;
}
.header .nav .row a {
  float: left;
  width: 137px;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
}

.headline {
  height: 101px;
  text-align: center;
  background: #E8FCFD;
  margin: 30px auto;
}
.headline .headlineContent {
  width: 1140px;
  height: 101px;
  text-align: center;
  margin: 0 auto;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headline .headlineContent a {
  width: 1140px;
  text-align: center;
  margin: 25px auto;
  font-size: 42px;
  color: #164988;
  font-weight: bold;
  line-height: 36px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headline .more {
  width: 49px;
  height: 101px;
  float: right;
}
.headline .more a {
  width: 49px;
  height: 101px;
}

.focus {
  height: 560px;
  overflow: hidden;
}
.focus .left {
  width: 720px;
  height: 560px;
  margin: 0 auto;
  float: left;
}
.focus .left .picNews {
  position: relative;
  width: 715px;
  height: 430px;
  overflow: hidden;
  font: 12px/1.5 Verdana,Geneva,sans-serif;
  text-align: left;
  background-color: white;
  margin: 0 auto;
}
.focus .left .picNews .pic img {
  width: 715px;
  height: 430px;
  display: block;
}
.focus .left .picNews .txt-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 42px;
  width: 100%;
  background-color: #333;
  filter: alpha(opacity=60);
  opacity: 0.6;
  overflow: hidden;
}
.focus .left .picNews .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 42px;
  width: 100%;
  overflow: hidden;
}
.focus .left .picNews .txt li {
  height: 42px;
  line-height: 42px;
  position: absolute;
  bottom: -42px;
  overflow: hidden;
}
.focus .left .picNews .txt li a {
  height: 42px;
  line-height: 42px;
  display: block;
  color: white;
  padding: 2px 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.focus .left .picNews .num {
  height: 42px;
  line-height: 42px;
  display: block;
  color: white;
  padding: 2px 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.focus .left .picNews .num li {
  float: left;
  position: relative;
  width: 8px;
  height: 8px;
  line-height: 5px;
  overflow: hidden;
  text-align: center;
  margin-right: 6px;
  cursor: pointer;
}
.focus .left .picNews .num li a, .focus .left .picNews .num li span {
  position: absolute;
  z-index: 2;
  display: block;
  color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
}
.focus .left .picNews .num li span {
  z-index: 1;
  background: white;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.focus .left .picNews .num a:hover {
  background-color: #ff1e00;
}
.focus .left .columnScroll {
  position: relative;
  width: 715px;
  height: 145px;
  overflow: hidden;
  background-color: white;
  margin: 10px auto;
}
.focus .left .columnScroll .columnScrollNum .prev {
  width: 20px;
  height: 105px;
  float: left;
  position: absolute;
  top: 20px;
  left: 0;
  background: url(scrollprev.png) no-repeat center center;
}
.focus .left .columnScroll .columnScrollNum .next {
  width: 20px;
  height: 105px;
  float: left;
  position: absolute;
  top: 20px;
  right: 0;
  background: url(scrollnext.png) no-repeat center center;
}
.focus .left .columnScroll .columnScrollContent {
  width: 650px;
  height: 105px;
  position: absolute;
  top: 20px;
  left: 30px;
}
.focus .left .columnScroll .columnScrollContent li {
  width: 210px;
  height: 105px;
  margin: 0 12.5px 0 0;
}
.focus .right {
  width: 450px;
  height: 560px;
  margin: 0 auto;
  float: right;
  overflow: hidden;
}
.focus .right .focusNews1 {
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
.focus .right .focusNews1 li {
  width: 100%;
  text-align: left;
  line-height: 2em;
  padding-bottom: 10px;
}
.focus .right .focusNews1 li .focusNewsTitle {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #164988;
  display: inline-block;
}
.focus .right .focusNews1 li p {
  text-indent: 1.5em;
  text-align: left;
  font-size: 14px;
  line-height: 2em;
}
.focus .right .focusNews1 li p a {
  font-size: 14px;
  font-weight: normal;
  color: #dc3d31;
}
.focus .right .focusNews2 li {
  width: 450px;
  height: 38px;
  line-height: 38px;
  padding-left: 0;
  overflow: hidden;
}
.focus .right .focusNews2 li a {
  font-size: 18px;
}

.wmcj {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 895px;
  vertical-align: top;
}
.wmcj ul li a {
  font-size: 18px;
  display: inline;
}
.wmcj ul .layui-this a {
  font-size: 20px;
  font-weight: bold;
  color: red !important;
  display: inline;
}
.wmcj .wmcjContent .wmcjContentPic {
  float: left;
  width: 360px;
  height: 270px;
}
.wmcj .wmcjContent .wmcjContentPic img {
  width: 360px;
  height: 270px;
}
.wmcj .wmcjContent ul {
  float: right;
  width: 460px;
  margin: 10px 20px;
}
.wmcj .wmcjContent ul li {
  position: relative;
  margin: 27px 0;
}
.wmcj .wmcjContent ul li a {
  display: block;
  font-size: 18px;
}

.lmlb {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 300px;
}
.lmlb div {
  margin: 10px 0;
}
.lmlb div:first-child {
  margin-top: 0;
}
.lmlb div:last-child {
  margin-bottom: 0;
}

.zyfw {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 895px;
  vertical-align: top;
}
.zyfw ul li a {
  font-size: 18px;
}
.zyfw ul .layui-this a {
  font-size: 20px;
  font-weight: bold;
  color: red !important;
}
.zyfw .zyfwContent .zyfwContentPic {
  float: left;
  width: 360px;
  height: 270px;
}
.zyfw .zyfwContent .zyfwContentPic img {
  width: 360px;
  height: 270px;
}
.zyfw .zyfwContent ul {
  float: right;
  width: 460px;
  margin: 10px 20px;
}
.zyfw .zyfwContent ul li {
  position: relative;
  margin: 27px 0;
}
.zyfw .zyfwContent ul li a {
  display: block;
  font-size: 18px;
}

.gggs {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 298px;
  border: 1px solid #E2E2E2;
  border-top: 2px solid #43AAFF;
}
.gggs .title {
  background-color: #FCFCFC;
}
.gggs .title p {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 18px;
  padding: 5px 1em;
  color: #FFFFFF;
  background-color: #43aaff;
}
.gggs .title .more {
  float: right;
  margin-right: 5px;
  font-size: 20px;
}
.gggs .title .more a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 0.2em;
  font-size: 14px;
  color: #999999;
}
.gggs .firstNewsPic {
  width: 300px;
  height: auto;
  position: relative;
  overflow: hidden;
}
.gggs .firstNewsPic a {
  width: 280px;
  height: 158px;
}
.gggs .firstNewsPic a img {
  display: block;
  width: 280px;
  height: 158px;
  margin: 5px 9px;
}
.gggs ul {
  padding: 0 15px;
  background-color: #FCFCFC;
}
.gggs ul li {
  position: relative;
  margin: 13px 0;
}
.gggs ul li a {
  display: block;
  font-size: 16px;
}
.gggs ul li:first-child a {
  font-weight: 400;
  font-size: 16px;
}

.ddjs {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 895px;
  vertical-align: top;
}
.ddjs ul li a {
  font-size: 18px;
  display: inline;
}
.ddjs ul .layui-this a {
  font-size: 20px;
  font-weight: bold;
  color: red !important;
  display: inline;
}
.ddjs .ddjsContent .ddjsContentPic {
  float: left;
  width: 360px;
  height: 270px;
}
.ddjs .ddjsContent .ddjsContentPic img {
  width: 360px;
  height: 270px;
}
.ddjs .ddjsContent ul {
  float: right;
  width: 460px;
  margin: 10px 20px;
}
.ddjs .ddjsContent ul li {
  position: relative;
  margin: 27px 0;
}
.ddjs .ddjsContent ul li a {
  display: block;
  font-size: 18px;
}

.wcnr {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 298px;
  border: 1px solid #E2E2E2;
  border-top: 2px solid #43AAFF;
}
.wcnr .title {
  background-color: #FCFCFC;
}
.wcnr .title p {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 18px;
  padding: 5px 1em;
  color: #FFFFFF;
  background-color: #43AAFF;
}
.wcnr .title .more {
  float: right;
  margin-right: 5px;
  font-size: 20px;
}
.wcnr .title .more a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 0.2em;
  font-size: 14px;
  color: #999999;
}
.wcnr .firstNewsPic {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.wcnr .firstNewsPic a {
  width: 280px;
  height: 158px;
}
.wcnr .firstNewsPic a img {
  display: block;
  width: 280px;
  height: 158px;
  margin: 5px 9px;
}
.wcnr ul {
  padding: 0 15px;
  background-color: #FCFCFC;
}
.wcnr ul li {
  position: relative;
  margin: 13px 0;
}
.wcnr ul li a {
  display: block;
  font-size: 16px;
}
.wcnr ul li:first-child a {
  font-weight: 400;
  font-size: 16px;
}

.xsdwmsjzx, .wmdjr {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 413px;
  margin-right: 30px;
  border: 1px solid #E2E2E2;
  border-top: 2px solid #43AAFF;
}
.xsdwmsjzx .title, .wmdjr .title {
  background-color: #FCFCFC;
}
.xsdwmsjzx .title p, .wmdjr .title p {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 18px;
  padding: 5px 1em;
  color: #FFFFFF;
  background-color: #43AAFF;
}
.xsdwmsjzx .title .more, .wmdjr .title .more {
  float: right;
  margin-right: 5px;
  font-size: 20px;
}
.xsdwmsjzx .title .more a, .wmdjr .title .more a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 0.2em;
  font-size: 14px;
  color: #999999;
}
.xsdwmsjzx .firstNewsPic, .wmdjr .firstNewsPic {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.xsdwmsjzx .firstNewsPic a, .wmdjr .firstNewsPic a {
  width: 370px;
  height: 210px;
}
.xsdwmsjzx .firstNewsPic a img, .wmdjr .firstNewsPic a img {
  display: block;
  width: 370px;
  height: 210px;
  margin: 10px 22px;
}
.xsdwmsjzx ul, .wmdjr ul {
  padding: 15px;
  background-color: #FCFCFC;
}
.xsdwmsjzx ul li, .wmdjr ul li {
  position: relative;
  margin-bottom: 18px;
}
.xsdwmsjzx ul li a, .wmdjr ul li a {
  display: block;
  font-size: 18px;
}
.xsdwmsjzx ul li:first-child a, .wmdjr ul li:first-child a {
  font-weight: 400;
  font-size: 18px;
}

.ztzl {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 18px;
  vertical-align: top;
  width: 298px;
  border: 1px solid #E2E2E2;
  border-top: 2px solid #43AAFF;
}
.ztzl .title {
  background-color: #FCFCFC;
}
.ztzl .title p {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 18px;
  padding: 5px 1em;
  color: #FFFFFF;
  background-color: #43AAFF;
}
.ztzl .title .more {
  float: right;
  margin-right: 5px;
  font-size: 20px;
}
.ztzl .title .more a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 0.2em;
  font-size: 14px;
  color: #999999;
}
.ztzl ul {
  background-color: #FCFCFC;
}
.ztzl ul li {
  margin: 7px 10px;
  width: 280px;
  height: 80px;
  position: relative;
}
.ztzl ul li a {
  display: block;
  width: 280px;
  height: 80px;
}
.ztzl ul li a img {
  width: 280px;
  height: 80px;
}

.gygg {
  height: 325px;
  position: relative;
  background: url(gygg-background.png) no-repeat center center;
}
.gygg .gyggTitle {
  position: absolute;
  float: left;
  left: 10px;
  font-size: 25px;
  font-weight: bold;
  color: red;
}
.gygg #gyggTitle1 {
  top: 100px;
}
.gygg #gyggTitle2 {
  top: 130px;
}
.gygg #gyggTitle3 {
  top: 160px;
}
.gygg #gyggTitle4 {
  top: 190px;
}
.gygg .gyggNum .prev {
  width: 50px;
  height: 100px;
  float: left;
  position: absolute;
  top: 110px;
  left: 60px;
}
.gygg .gyggNum .next {
  width: 50px;
  height: 100px;
  float: left;
  position: absolute;
  top: 110px;
  right: 0;
}
.gygg .gyggContent {
  width: 1050px;
  height: 270px;
  float: left;
  position: absolute;
  top: 30px;
  right: 48px;
}
.gygg .gyggContent li {
  width: 180px;
  height: 270px;
  margin: 0 15px;
}

.yqlj p {
  float: left;
  width: 100px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.yqlj .yqljTitle {
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  position: relative;
}
.yqlj .yqljTitle li {
  font-size: 16px;
}
.yqlj .yqljTitle .layui-this {
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}
.yqlj .yqljContent a {
  display: inline-block;
  width: 150px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  margin: 0 6px;
}

.blank {
  font-size: 0;
  height: 10px;
  width: 100%;
}

.container-footer {
  height: auto;
  margin: 0 auto;
  background: #F6F6F6;
  border-top: 1px solid #DDD;
}

.footer {
  width: 982px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.footer-left {
  width: 600px;
  height: auto;
  float: left;
}

.foot-nav {
  width: 600px;
  height: 36px;
  line-height: 36px;
}

.footer-nav {
  width: 600px;
  height: auto;
  line-height: 36px;
}

.copyright {
  width: 600px;
  height: auto;
  line-height: 36px;
  text-align: left;
}

.footer-right {
  width: 333px;
  height: auto;
  float: right;
}
.footer-right li {
  width: 101px;
  height: 125px;
  float: left;
  overflow: hidden;
  margin-left: 10px;
  display: inline;
}
.footer-right li p {
  width: 85px;
  height: 85px;
  border: 8px solid #FFFFFF;
  overflow: hidden;
}
.footer-right li p img {
  width: 85px;
  height: 85px;
}
.footer-right li h3 {
  width: 101px;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  font-size: 12px;
  overflow: hidden;
  text-align: center;
}

/*# sourceMappingURL=mas-index.css.map */