/*
 * Created by LR on 2017/08/31
 */

/* reset css */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
a {
  margin: 0;
  padding: 0;
  color: #333;
  font: 16px/24px "微软雅黑";
}
html {
  display: inline-block;
  width: 100%;
}
img {
  border: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  border: 0;
}
strong {
  font-weight: bold;
}
ul,
ol,
li,
dt,
dd {
  list-style: none;
}
em,
i {
  font-style: normal;
}
/* base css */
.block {
    display: block;
}
.show {
    display: inherit;
}
.hide {
    display: none;
}
.dis-in-b {
    display: inline-block;
}
.img-auto {
    display: block;
    width: 100%;
    height: auto;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.right {
    float: right;
}
.left {
    float: left;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
}
.line {
    border-bottom: 1px #d1d1d1 solid;
}
.dotted {
    border-bottom: 1px #a5a5a5 dotted;
}
.space {
    margin-top: 10px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-10 {
    margin-left: 10px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.ml-40 {
    margin-left: 40px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.overflow {
    overflow: hidden;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}
/* header */
body {
    background: url('.msss-banner.png') top center no-repeat;
}
.header span, .header a {
    color: #fff;
    font: 14px/35px "微软雅黑";
}
.back {
    background: url('.msss-back.png') right center no-repeat;
    padding-right: 20px;
}
.header img {
    margin-top: 90px;
}
/* contrainer */
.contrainer {
    margin-top: 26px;
}
.nav {
    padding: 0 20px;
    background-color: #fff;
}
.nav li {
    width: 128.8px;
    height: 90px;
    float: left;
    text-align: center;
    background-color: #fff;
}
.nav li a {
    width: 100%;
    height: 40px;
    padding-top: 30px;
    margin-top: 20px;
    font: 18px "微软雅黑";
    display: inline-block;
}
.nav li:hover {
    background-color: #0052b5;
}
.nav li.cur {
    background-color: #b53e00;
}
.nav li:hover a, .nav li.cur  a {
    color: #fff;
}
.msss-spaq {
    background: url('.msss-spaq.png') top center no-repeat;
}
.nav li:hover .msss-spaq,  .nav li.cur .msss-spaq{
    background: url('.msss-spaq-cur.png') top center no-repeat;
}
.msss-ggjy {
    background: url('.msss-ggjy.png') top center no-repeat;
}
.nav li:hover .msss-ggjy , .nav li.cur .msss-ggjy {
    background: url('.msss-ggjy-cur.png') top center no-repeat;
}
.msss-ggjt {
    background: url('.msss-ggjt.png') top center no-repeat;
}
.nav li:hover .msss-ggjt, .nav li.cur .msss-ggjt {
    background: url('.msss-ggjt-cur.png') top center no-repeat;
}
.msss-cxjsgl {
    background: url('.msss-cxjsgl.png') top center no-repeat;
}
.nav li:hover .msss-cxjsgl , .nav li.cur .msss-cxjsgl {
    background: url('.msss-cxjsgl-cur.png') top center no-repeat;
}
.msss-zfbz {
    background: url('.msss-zfbz.png') top center no-repeat;
}
.nav li:hover .msss-zfbz,.nav li.cur .msss-zfbz  {
    background: url('.msss-zfbz-cur.png') top center no-repeat;
}
.msss-ylws {
    background: url('.msss-ylws.png') top center no-repeat;
}
.nav li:hover .msss-ylws, .nav li.cur .msss-ylws  {
    background: url('.msss-ylws-cur.png') top center no-repeat;
}
.msss-ggwt {
    background: url('.msss-ggwt.png') top center no-repeat;
}
.nav li:hover .msss-ggwt, .nav li.cur .msss-ggwt {
    background: url('.msss-ggwt-cur.png') top center no-repeat;
}
.msss-sthj {
    background: url('.msss-sthj.png') top center no-repeat;
}
.nav li:hover .msss-sthj,.nav li.cur .msss-sthj  {
    background: url('.msss-sthj-cur.png') top center no-repeat;
}
.msss-jybz {
    background: url('.msss-jybz.png') top center no-repeat;
}
.nav li:hover .msss-jybz,.nav li.cur .msss-jybz {
    background: url('.msss-jybz-cur.png') top center no-repeat;
}
.msss-ncfz {
    background: url('.msss-ncfz.png') top center no-repeat;
}
.nav li:hover .msss-ncfz, .nav li.cur .msss-ncfz{
    background: url('.msss-ncfz-cur.png') top center no-repeat;
}
.cont-list {
    background-color: #fbfbfb;
}
.cont-list-title {
    height: 93px;
}
.cont-list-box-right {
    margin: 0 41px;
    height: 250px;
    border-right: 2px solid #4cf9fa;
}
.cont-list-box-left {
    margin: 0 40px;
    height: 250px;
    border-left: 2px solid #4cf9fa;
}
.cont-list-font {
    width: 660px;
    height: 200px;
    position: relative;
    margin-left: 40px;
}
.cont-list-font p {
    font: 16px/30px "微软雅黑";
}
.cont-list-img {
    margin-left: 60px;
}
.cont-list-btn {
    background-color: #f2a500;
    margin-top: 70px;
    border-radius: 5px;
    width: 160px;
    height: 36px;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.cont-list-btn-icon {
    background: url('.cont-list-btn-icon.png') right center no-repeat;
}
.cont-list-btn span {
    font: 16px/36px "微软雅黑";
    padding-right: 25px;
    color: #fff;
}
.footer {
    height: 120px;
    background-image: url('.msss-footer-bg.png');
}
.title {
    text-align: center;
    color: #b53e00;
    margin-top: 50px;
    font: 30px/30px "微软雅黑";
}
.xl-line {
    margin: 20px 0;
    height: 4px;
    background: url('.msss-line.png') no-repeat;
}
.xl-cont * {
    line-height: 35px !important;
    font: 16px/35px "微软雅黑";
}
#_span_jiucuo img {
    position: relative;
    top: -10px;
}
#imgConac {
    height: 70px;
}
.copyright {
    margin-top: 6px;
    margin-left: 20px;
}
.copyright p,  .copyright a{
    font:  14px "微软雅黑";
    color: #fff;
}
.top {
    position: fixed;
    bottom: 300px;
    top: auto;
    left: 50%;
    margin-left: 620px;
    width: 100%;
}