/*css reset*/
@charset "UTF-8";
* { -webkit-tap-highlight-color: transparent; outline: 0; margin: 0; padding: 0; vertical-align: baseline; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; vertical-align: baseline; }
img { border: 0 none; vertical-align: top; }
i, em { font-style: normal; }
ol, ul { list-style: none; }
input, select, button, h1, h2, h3, h4, h5, h6 { font-size: 100%; font-family: inherit; }
table td {vertical-align: middle;} /*表格垂直居中201711*/
/*table { border-collapse: collapse; border-spacing: 0; }*/
a { text-decoration: none;  }
body,html{ margin: 0 auto; min-width: 320px; max-width: 640px; font-size: 12px; fon-family: -apple-system,Helvetica,sans-serif; line-height: 1.5; color: #666; -webkit-text-size-adjust: 100% !important; text-size-adjust: 100% !important; }
input[type="text"], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

  
#icontact {
  position:fixed;
          top:60px;
          
    left:10px;
    width:70px;
  height:70px;
  text-align:center;
  background:url(/app/static/tpl/tpl14/images/micon.png);
  background-size:100% 100%;
  color:#FFFFFF;
  z-index:9999;
}

.public-bgcolor{
  background-color: #004ea1 !important;
}
/*素材开始*/
.position-box{
  padding: 1%;
  position: absolute;
        
  left:0;
          top:150px;
    z-index: 99;
  width: 98%;
}
.position-box p{
  text-align: center;
  margin-bottom: 2px;
}
.position-txt{
  display: inline-block;
  padding: 1px 5px;
  color: #fff;
  font-size: 12px;
  /*background-color: #069AD6;*/
  /*white-space: nowrap;*/
  text-align:left;
}

/*.position-img{
  text-align: right;
}*/
.position-box .position-img img{
  width: 70px;
  height: 50px;
}

/*素材结束*/
.menu {
    min-width: 100px;
    width: 70%;
    max-width: 320px;
    background-color: #2C8DFB;
    color: #fff;
}
.content {
    width: 100%;
}

.menu-button {
    position: absolute;
    top: 0px; left: 0px;

    padding: 15px;

    cursor: pointer;

    -webkit-transition: .3s;
    transition: .3s;
}
.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}
.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;

    width: 30px;
    height: 3px;

    margin: 6px auto;
    background-color: #fff;

    border-radius: 10px;

    -webkit-transition: .3s;
    transition: .3s;
    z-index:1000;
}

.menu-button:hover .bar:nth-of-type(1) {
    -webkit-transform: translateY(1.5px) rotate(-4.5deg);
    -ms-transform: translateY(1.5px) rotate(-4.5deg);
    transform: translateY(1.5px) rotate(-4.5deg);
}
.menu-button:hover .bar:nth-of-type(2) {
    opacity: .9;
}
.menu-button:hover .bar:nth-of-type(3) {
    -webkit-transform: translateY(-1.5px) rotate(4.5deg);
    -ms-transform: translateY(-1.5px) rotate(4.5deg);
    transform: translateY(-1.5px) rotate(4.5deg);
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}
.cross .bar:nth-of-type(2) {
    opacity: 0;
}
.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}
.cross:hover .bar:nth-of-type(1) {
    -webkit-transform: translateY(13.5px) rotate(-40.5deg);
    -ms-transform: translateY(13.5px) rotate(-40.5deg);
    transform: translateY(13.5px) rotate(-40.5deg);
}
.cross:hover .bar:nth-of-type(2) {
    opacity: .1;
}
.cross:hover .bar:nth-of-type(3) {
    -webkit-transform: translateY(-13.5px) rotate(40.5deg);
    -ms-transform: translateY(-13.5px) rotate(40.5deg);
    transform: translateY(-13.5px) rotate(40.5deg);
}


/*左边板块样式*/

.mod-nav-theme.t1{
    width: 100%;
    z-index: 102;
    height: 100%;
}
.mod-nav-theme.t1 .nav-list-wrapper, .mod-nav-theme.t2 .nav-list-wrapper, .mod-nav-theme.t3 .nav-list-wrapper {
    height: 100%;
    overflow-y: auto;
    background: #4d4d4d;
}
.mod-nav-theme.t1 .nav-list-wrapper .list-section, .mod-nav-theme.t2 .nav-list-wrapper .list-section, .mod-nav-theme.t3 .nav-list-wrapper .list-section {
    text-align: center;
}
.mod-nav-theme.t1 .nav-list-wrapper .list-section ul, .mod-nav-theme.t2 .nav-list-wrapper .list-section ul, .mod-nav-theme.t3 .nav-list-wrapper .list-section ul {
    white-space: nowrap;
    width: 100%;
    color: #FFF;
}
.mod-nav-theme.t1 .nav-list-wrapper .list-section ul li.item-cell.cur, .mod-nav-theme.t2 .nav-list-wrapper .list-section ul li.item-cell.cur, .mod-nav-theme.t3 .nav-list-wrapper .list-section ul li.item-cell.cur {
    background: #424242;
}
.mod-nav-theme.t1 .nav-list-wrapper .list-section ul li, .mod-nav-theme.t2 .nav-list-wrapper .list-section ul li, .mod-nav-theme.t3 .nav-list-wrapper .list-section ul li {
    font-size: 12px;
    text-align: left;
    display: block;
    width: 100%;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    line-height: 45px;
    padding: 0px 25px;
    box-sizing: border-box;
}
.mod-nav-theme.t1 .nav-list-wrapper .list-section ul li, .mod-nav-theme.t2 .nav-list-wrapper .list-section ul li, .mod-nav-theme.t3 .nav-list-wrapper .list-section ul li {
    font-size: 12px;
    text-align: left;
    display: block;
    width: 100%;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    line-height: 45px;
    padding: 0px 25px;
    box-sizing: border-box;
}
.mod-nav-theme.t1 .nav-list-wrapper .list-section ul li a, .mod-nav-theme.t2 .nav-list-wrapper .list-section ul li a, .mod-nav-theme.t3 .nav-list-wrapper .list-section ul li a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}


/*左边板块样式结束*/

/*page css*/

.public-bgcolor{
  background-color: #004ea1 !important;
}

/*.swiper-container2{
  width: 100%;
  height: 187px;
}*/
.swiper-container2{
  width: 100%;
  height: auto;
}
.swiper-slide a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
}
.swiper-container2 .swiper-pagination2{
  text-align: right;
  bottom: 0;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
  margin: 0 5px 2px 0px;
}
.swiper-pagination-bullet{
    background-color: #DBDBDB;
    width: 3px;
    height: 3px;
    margin: 2px;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    line-height: 3px;
    font-size: 12px;
}
.swiper-pagination-bullet-active{
  background-color: #fff;
  opacity: 1;
}
/*.schoolWord{text-align: center;}
.schoolWord img{width:100%;}
*/
.nav{
  width: 100%;

}
.nav .nav-line01{
  width: 100%;
  display: -webkit-flex; /* Safari */
  display: flex;
  margin-bottom: 1px;
}

.nav-line01 li{
  flex:1;
  margin: 0 0.5px;
  /*padding:8px 10px 5px;*/
  padding:8px 0px;
  text-align: center;
  background: rgba(255,255,255,.9);
  
}
.nav-line02{
    padding: 5px;
}
.nav-line02 li{
  padding: 5px 5px 5px 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  background: rgba(255,255,255,.9);
  
}
.nav-line02 li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 12px;
    font-weight: 600;
}
.nav-line02 li a img{
  width: 30px;
  height: 30px;
}
.nav-line02 li a span{
    display: inline-block;
    line-height: 32px;
    margin-left: 20px;
}
.nav-line02 li a i{
    line-height: 32px;
    float: right;
}
.nav-line01 li img{
  /*display: inline-block;*/
  /*margin: 0 auto;*/
  /*width: 40px;
  height: 40px;*/
  /*padding-top:5px;*/
}f
.nav-line01 li a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.nav-line01 li span{
  width: 90%;
  margin: 0 auto;
  display: inline-block;
  margin-top: 5px;
}
.nav .nav-line01 .img-bg{
    /*display: block;*/
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.span-color{
    font-size: 12px;
    color: #333;
    font-weight: 0;
}

.new-title > a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
}

/*前端-张艳杰 2017/10/23 16:06:52*/
.mod-pictxt.t7  img{width:40px;height:30px;}
.new-title {
    height: 30px;
    line-height: 30px;
    position: relative;
}

 .bottomAD {
    -webkit-box-sizing: border-box;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 0 10px;
    overflow: hidden;
    width: 100%;
}
                
.bottom-text {
    text-align: center;
    margin: 0 auto;
    line-height: 32px;
    font-size: 12px;
    color: #FFFFFF;
}
.mod-pictxt p {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.2em;
    max-height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    word-break: break-all;
    word-wrap: break-word;
}
.mod-pictxt a {
    color: #333;
    text-decoration: none !important;
}
.mod-pictxt.t7, .mod-pictxt.t8 {
    padding: 0 ;
}
.mod-pictxt.t7 h3, .mod-pictxt7 h3 {
    margin-bottom: 6px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}





.mod-pictxt.t7 li, .mod-pictxt7 li {
    padding: 12px 10px 10px 10px;
    margin: 0;
}
.mod-pictxt.t7 li {
    border-top: 1px #eee solid;
}
.mod-pictxt.t7 p, .mod-pictxt7 p {
    margin: 6px 0 0 0;
    font-size: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mod-pictxt.t7 .info-left p {
    font-size: 12px;
}
.mod-pictxt.t7 .time {
    font-size: 12px;
    color: #afafaf;
    margin-top: 5px;
    float: right;
    color: #999;
}
/*logo的开始*/
 /*text-align: center;*/
/*.logo img{width:80%;margin-left: 15px;}*/
.header{
  width: 100%;
  /*height: 44px;*/
  /*padding: 12px 0;*/
  text-align: center;
  /*line-height: 44px;*/
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  }

.logo-img img{
  /*margin-top: 3px;*/
  width: 100%;
  height: auto;
}

.logo-txt{
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 0 3%;
  width:94%;
  height:  52px;
  line-height: 52px;
    
}

/*logo结束*/

.eolcopy {
  color: #fff;
  line-height: 150%;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  text-shadow: 0 0 1px #fefefe;
}
.eolcopy a{
  color: #fff;
}

.copyright{
  width: 100%;
  padding: 8px 0;
  text-align: center;
    line-height: 150%;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

/*直通车样式*/
.sys-title-1 {
    font-size: 15px;
    color: #000000;
    padding: 12px 26px;
    height: 24px;
}
.sys-title-1:before {
    content: " ";
    width: 3px;
    background-color: #5baae6;
    border-radius: 3px;
    margin: 0;
    position: absolute;
    height: 31.5%;
    top: 43%;
    left: 14px;
}
..new-title > a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
}

/*子页面top样式*/
.mod-ckygotop {
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: fixed;
    right: 20px;
    bottom: 4%;
}
.cky-gotop.B-theme, .mod-cky-gotop-editing.B-theme {
    background: url(/app/static/tpl/tpl21/images/top.png) no-repeat;
    background-size: 100% 100%;
}
.mod-ckygotop a {
    background-size: 100%;
    background-repeat: no-repeat;
}

.footer{
    width: 100%;
    /*height: 60px;*/
  
    /*bottom: 0;*/
    text-align: right;
}

/*中部校训*/
/*.footer-txt{
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
  line-height: 60px;
    position: relative;
    top: 0;
        right:0;
  }*/
img.footer-img{
  /*padding: 0 3%;*/
  /*width:px;*/
  width: 100%;
  height:10%;
  position: fixed;
  left: 0;
/*  bottom: 0;*/
  text-align: right;
  height: 60px;
}
/*中部校训结束*/



.nav{
  width: 100%;
  background: #EDEDED;
}
.nav .nav-line01{
  width: 100%;
  display: -webkit-flex; /* Safari */
  display: flex;
  margin-bottom: 1px;
}
.nav-line01 li,.nav-line02 li{
  /*border: 1px solid #ddd;*/
  /*border-radius: .3125em;*/
  /*background: rgba(255,255,255,.9);*/
  /*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
  box-shadow: 0 1px 3px rgba(0,0,0,.15);
  background: rgba(246,246,246,.9);*/
}
.nav-line01 li{
  flex:1;
  margin: 0 0.5px;
  /*padding:8px 10px 5px;*/
  padding:8px 0px;
  text-align: center;
    background: rgba(255,255,255,0.9);
  
}
.nav-line01 li{
  flex:1;
  margin: 0 0.5px;
  /*padding:8px 10px 5px;*/
  padding:8px 0px;
  text-align: center;
    background: rgba(255,255,255,0.9);
  
}
.nav-line02{
    padding: 5px;
}
.nav-line02 li{
  padding: 5px 5px 5px 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  background: rgba(255,255,255,.9);
  
}
.nav-line02 li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 12px;
    font-weight: 600;
}
.nav-line02 li a img{
  width: 30px;
  height: 30px;
}
.nav-line02 li a span{
    display: inline-block;
    line-height: 32px;
    margin-left: 20px;
}
.nav-line02 li a i{
    line-height: 32px;
    float: right;
}
.nav-line01 li img{
  /*display: inline-block;*/
  /*margin: 0 auto;*/
  /*width: 40px;
  height: 40px;*/
  /*padding-top:5px;*/
}
.nav-line01 li a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.nav-line01 li span{
  width: 90%;
  margin: 0 auto;
  display: inline-block;
  margin-top: 5px;
}

.img-bg{
    /*display: block;*/
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.no-pic .img-size{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.span-color{
    display: block;
    font-size: 12px;
  color: #333;
    text-align: center;
}

.span-color02{
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 0;
    text-align: center;
}
.nav02{
    padding: 0 5px;
}
.nav02-title{
    text-align: center;
    color: #156339;
    font-size: 20px;
    margin: 10px auto;
    font-weight: 500;
}
.main-nav02{
    width: 100%;
    display: -webkit-flex;
    display: flex;

}
.main-nav02 li{
    flex: 1;
    margin: 0 1.5px;
    padding: 5px 0;
}


.schoolWord{text-align:center; margin-bottom: 10px;}
.schoolWord img{width:100%;height:auto;}


/*从这里开始都是一样的*/

.msite-main img{
  /*width: 100%;*/
  height: auto;
  margin: 5px 0;
}
.msite-main table{
  /*width: 100%;*/
  /*margin: 5px 0;*/
}

.msite-list ul{
  border-top: 1px solid #ddd;
  margin-bottom: 2em;
}
.msite-list ul li {
  position: relative;
}
.msite-list ul li a{
  color: #333;
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
  padding-left: 8px;
  padding-right: 46px;
  display: block;
  padding: 10px 46px 10px 8px;
  line-height: 1.5em;
}
.msite-list ul li a:after{
  content: '';
  position: absolute;
  width: 47px;height: 100%;
  background: url(/app/static/img/icon-right.png) no-repeat center center;
  background-size: 44% auto;
  right: 0px;top: 0;
}
.msite-list ul li a:hover{
  background: #EDEDED;
}

.page-li ul {
  text-align: center;
  padding: 1em 0;
}
.page-li ul li {
  display: inline-block;
}
.page-li ul li a{
  display: block;
  height: 26px;padding: 0 9px;
  text-align: center;
  line-height: 28px;
  background: #ccc;
  color: #333;
  font-size: 12px;
}
.page-li ul li.cur a{
  background: #999;
}
.page-li ul li a:hover{
  background: #999;
}
.msite-map{
  margin-bottom: 3em;
}

.lin-header{
  width: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
}
.lin-input-box{
  width: 90%;
  float: none;
  margin:10px auto;
  height: 30px;
}
.lin-inputxt{
  width: 30%;
  float: left;
  text-align: right;
  line-height:25px;
  font-size: 14px;
  white-space: nowrap;
}
.lin-inputlog{
  width: 70%;
  float: right;
}
.lin-inputlog-input{
  margin-left: 5%;
  width: 85%;
  border: 1px solid #ccc;
  height:25px;
}
.lin-luqu-button{
  width:20%;
  height: 30px;
  margin:50px auto;
  line-height: 30px;
  color: white;
  background-color: rgb(22,155,213);
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #FFF;
  display: block;
}
.lin-luqu-button:hover{
  background:rgb(24,168,232);
}
.lin-option-box{
  width: 90%;
  float: none;
  margin:10px auto;
  height: 30px;
}
.lin-optiontxt{
  width: 30%;
  float: left;
  text-align: right;
  line-height:25px;
  font-size: 14px;
  white-space: nowrap;
}
.lin-optionlog{
  width: 70%;
  float: right;
}
.lin-optionlog-select{
  margin-left: 5%;
  width: 85%;
  border: 1px solid #ccc;
  height:25px;
}
.lin-radio-box{
  width: 90%;
  float: none;
  margin:10px auto;
  height: 30px;
}
.lin-radiotxt{
  width: 30%;
  float: left;
  text-align: right;
  line-height:25px;
  font-size: 14px;
  white-space: nowrap;
}
.lin-radiolog{
    width: 65%;
    float: right;
    padding-left: 5%;
    line-height: 30px;
}
.lin-radiolog label{
  margin-right: 15px;
  margin-left: 5px;
}
.lin-txtbox{
  width: 60%;
  margin: 10px auto;
  text-align: left;
  font-size: 14px;
}
.lin-remindtxt{
  width: 80%;
  margin:40px auto;
  text-align: left;
  font-size: 12px;
}
.returnbt{
  display: block;
  padding: 0px 10px;
  margin:0px auto;
  line-height: 25px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  background-color: white;
  border: 1px solid #ccc;
  color: #666666;
}
.returnbt:hover{
  background-color: #CCCCCC;
}
.lin-txts{
  width: 90%;
  float: none;
  margin:10px auto;
  height: 30px;
}
.lin-txts-txt1{
  width: 30%;
  float: left;
  text-align: right;
  line-height:25px;
  font-size: 14px;
  white-space: nowrap;
}
.lin-txts-txt2{
  width:65%;
  float: right;
  text-align: left;
  margin-left: 5%;
  line-height: 25px;
}
.lin-txts-fzbt{
  width: 15%;
  height: 20px;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  color:rgb(121,121,121);
  border: 1px solid rgb(121,121,121);
  position: absolute;
  right:5%;
}
.margin20{
  margin: 20px auto;
}
.lin-line{
  width: 90%;
  height: 1px;
  margin: 0 auto;
  background-color:rgb(188,188,188);
}
.lin-header-1{
  width: 90%;
  text-align:left;
  line-height:30px;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
}
.lin-table{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}
.lin-tablebody th {
  border: 1px solid #CCC;
  padding: 9px 2px;
  line-height: 15px;
  background-color: #f4f4f4;
}
.lin-tablebody td {
  border: 1px solid #CCC;
    padding: 4px 0;
}
.morebt{
  margin: 50px auto;
}
.lin-txtsp{
  width: 95%;
  margin: 0 auto;
  text-indent:25px;
}
.lin-txtsp .sp-grade{
  color: red;
}
.greenbg{
  background-color: rgb(0,204,51);
}

/*成功失败*/

.l-alert{
  position: fixed;
  width: 100%;height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  display: none;
}
.l-alert .content{
  width: 220px;
  height: 70px;
  border-radius: 7px;
  padding: 20px 20px 30px 20px;
  position: absolute;
  left: 0;top: 0;right: 0;bottom: 0;
  background: #fff;
  margin: auto;
}
.l-alert .content .icon-success{
  position: absolute;
  width: 80px;height: 80px;
  background: url(../images/icon-success.jpg) no-repeat center center;
  background-size: 100% auto;
  right: 20px;
  top: 20px;
}
.l-alert .content .icon-fail{
  position: absolute;
  width: 80px;height: 80px;
  background: url(../images/iocn-fail.jpg) no-repeat center center;
  background-size: 100% auto;
  right: 20px;
  top: 20px;
}
.l-alert .content h4{
  font-weight: bold;
  font-size: 20px;
  color: #333;
  margin-bottom: 2px;
}
.l-alert .content p{
  color: #333;
}
.l-alert .content a{
  text-decoration: underline;
  margin-left: 3px;
}
.page404{
  background: url(../img/404.png) no-repeat center top;
  background-size: 80% auto;
  text-align: center;
  color: #333;
  padding: 120px 0 100px 0
}
.page404 h4{
  font-size: 18px;
}
.page404 p{
  font-size: 14px;
  margin-top: 10px;
}
.page404 p a{
  text-decoration: underline;
}
.copyright{
  width: 100%;
  padding: 8px 0;
  text-align: center;
    line-height: 150%;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}
.copyright a{
    color: #fff;
}

.footer-nav{
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index:100px;
}
.footer-mainnav{
  display: -webkit-flex; /* Safari */
  display: flex;
  background-color: #333;
  box-sizing: border-box;
}
.footer-mainnav li{
  flex: 1;
  border-right: 1px solid #1f1f1f;
  padding: 8px 3px;
  text-align: center;
  position: relative;
    background: rgba(51,51,51,0.85);

}
.footer-mainnav li a{
  display: inline-block;
  color: #fff;
  text-shadow: 0 1px 0 #111;
  font-size: 14px;
}
.footer-mainnav li a img{
  width: 20px;
  height: 20px;
}
.footer-mainnav li a span{
  display: block;
  font-size: 14px;
  color: #f3f3f3;
}
.list-nav{
  width: 100%;
  position: absolute;
  left: 0;
    bottom: 59px;
    background: #333;
  box-sizing: border-box;
}
.list-nav a{
  display: block;
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
  border-bottom: 1px solid #1f1f1f;
  width: 100%;
}





/*关于标题的问题*/
.msite-main{
  padding: 0 16px 16px 16px;
  color: #333;
}
.msite-main .title{
  width: 94%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  /*height: 20px;*/
  border-bottom: 2px solid #ccc;
  padding: 15px 0 0.3em;
  margin: 0 auto 1.6em;
}