@charset "UTF-8";
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;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 "Microsoft YaHei", "微软雅黑" ；;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a,
a:hover {
  color: #000;
  text-decoration: none;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Microsoft YaHei";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  max-width: 840px;
  padding: 0 10px;
  margin: 0 auto;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

body {
  width: 100%;
}

.cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.main-nav {
  position: fixed;
  transition: all ease .3s;
  top: 0;
  right: 0;
  height: 100%;
  width: 160px;
  background-color: #cb3125;
  color: #fff;
  z-index: 999;
  transform: translateX(160px);
}

.main-nav dl dt {
  padding-left: 20px;
  background: #cb3125;
  line-height: 44px;
  font-size: 16px;
  border-bottom: 1px solid #da362a;
  position: relative;
}

.main-nav dl dt .icon {
  position: absolute;
  right: 10px;
  top: 12px;
  height: 20px;
  width: 20px;
  background-size: 100% auto;
}

.main-nav dl dt.on .icon {
  background-position: 0 0;
}

.main-nav dl dd {
  display: none;
  padding-left: 20px;
  background: #da362a;
  line-height: 44px;
}

.main-nav dl dd a {
  color: #fff;
  display: block;
}

.show-nav .main-nav {
  transform: translateX(0);
}

.main-tit {
  padding-bottom: 10px;
  line-height: 30px;
  position: relative;
}

.main-tit h6 {
  font-size: 30px;
  color: #004f8a;
  font-variant: all-small-caps;
}
.main-tit .more{
  font-size: 14px;
  color: #db9a04;
  padding-left: 10px;
}

.main-list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-list li .date {
  float: left;
  /*opacity: .5;
  filter: alpha(opacity=50);*/
}


.header {
  position: relative;
  background:#da362a;
  padding: 15px 0;
  background-size: 100% auto;
}

.header .navctr {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 36px;
  height: 36px;
}

.header .navctr img {
  width: 100%;
}

.header .logo {
  float: left;
  width: 60%;
}

.header .logo img {
  width: 100%;
}

.header .language {
  position: absolute;
  right: 60px;
  top: 40%;
  margin-top: -15px;
}
.header .language a{
  color: #fff;
}
.header .icon-search {
  position: absolute;
  right: 64px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background:  url(/images/search.png) center center no-repeat;
  background-size: 100% auto;
}

.header-search {
  background: #f1f1f1;
  position: relative;
  box-sizing: border-box;
  height: 0;

  overflow: hidden;
  transition: all ease .3s;
}

.header-search .icon {
  display: none;
}

.header-search .text {
  width: 95%;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: none;
    color:#ddd;
  vertical-align: middle;
  background: #fff;
}

.header-search .btn {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  cursor: pointer;
  width: 22px;
  height: 22px;
}

.header-search.on {
  padding: 5px;
  height: 40px;
}

.banner {
  position: relative;
}

.banner .hd {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  text-align: center;
}

.banner .hd ul li {
  display: inline-block;
  width: 12px;
  height: 12px;
  text-indent: 999em;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px;
  vertical-align: top;
  overflow: hidden;
}

.banner .hd ul .on {
  background: #002956;
}

.banner .prev, .banner .next {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  transform: translateY(-50%);
  z-index: 2;
}

.banner .prev {
  left: 20px;
  background: url(/images/left.png);
  background-size: 100% 100%;
}

.banner .next {
  right: 20px;
  background: url(/images/right.png);
  background-size: 100% 100%;
}

.banner .bd {
  position: relative;
  z-index: 0;
}

.banner .bd ul {
  white-space: nowrap;
}

.banner .bd ul li {
  position: relative;
  float: left;
  display: block !important;
}

.banner .bd ul li img {
  width: 100%;
}


/*新增*/
.title{ font-size: 20px; margin:20px 0 20px 0; color: #fff; height: 50px; line-height: 50px; background:#da362a; text-align:center;}
.more a{ font-size: 14px; text-align:center; color: #000; }
.lb-title{ position: relative; }

.lb-width{ width: 100%; }
.lb-img{overflow: hidden;}
.lb-img img{ width: 100%; height: 100%; }
.lb-width .slick-prev{ width: 50px; height: 50px; margin-top: -25px; left: 20px; display: none!important; }
.lb-width .slick-next{ width: 50px; height: 50px; margin-top: -25px; right: 20px; display: none!important; }
.lb-width:hover .slick-prev,.lb-width:hover .slick-next{ display: block!important; }





.lb-width .slick-dots li,.lb-width .slick-dots li button{ padding:0; width: 20px; height: 6px; background: #cacaca; }
.lb-width .slick-dots li.slick-active button{ background: #da362a; }
.lb-width .slick-dots li button:before{ display: none; }
.date-back{ float: left; width: 20%; height: 64px; 
  color: #fff;}
.date-back img{ width:100%; height:64px;}
.index-row1 .c1 .prev, .index-row1 .c1 .next {
  position: absolute;
  top: 49%;
  height: 40px;
  width: 40px;
  transform: translateY(-50%);
  z-index: 2;
}

.index-row1 .c1 .prev {
  left: 20px;
  background: url(/images/left.png);
  background-size: 100% 100%;
}

.index-row1 .c1 .next {
  right: 20px;
  background: url(/images/right.png);
  background-size: 100% 100%;
}
.index-row1 .c1 .slide {
  position: relative;
}

.index-row1 .c1 .slide .hd {
  position: absolute;
  top: 67%;
  right: 10px;  
display:none;
  z-index: 2;
}



.index-row1 .c1 .slide .bd .pic {
  overflow: hidden;

}

.index-row1 .c1 .slide .bd .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row1 .c1 .slide .bd .pic:hover img {
  transform: scale(1.1);
}

.index-row1 .c1 .slide .bd .pic a{position:relative;}

.index-row1 .c1 .slide .bd .text {
  float: left;
  line-height: 40px;
  padding: 0 3%;
  background: #000;
  color: #fff;
  font-size: 16px;
  position:absolute;
  width: 100%;
  height: 40px;
  bottom:0px;
  opacity:.8;
}

.index-row1 .next {
  right: 20px;
  background: url(/images/right.png);
  background-size: 100% 100%;
}
.index-row2 .more{
  float: right;
}
.index-row2 .hd li{
  float: left;
}
.more {margin:0px auto;}
.more a{
  font-size: 16px;
  color: #000;
  display:block;
  line-height: 55px;
  text-align:center;
}
.index-row3 {
  margin-top: 18px;
}
.index-row3 .more{
  float: right;
}
.index-row3 .hd li{
  float: left;
}
.date-back span{ font-size: 14px; display: inline-block; padding-top:17px; color: #da362a; }
.news-top{ margin-bottom:20px;}
.news-top1{background:#f8f8f8; padding:10px; line-height:26px; margin-bottom:20px;}
.news-top-tt a{ font-size: 16px; color: #272727; }
.container-sm{ width: 1200px; }
.news-top-p{ color: #6a6a6a; text-align: justify; line-height: 25px; height: 50px; overflow:hidden; margin-top: 5px; }
.news-list li{ line-height: 32px; padding-right: 55px; position: relative; }
.news-list li a{ font-size: 15px; position: relative; color: #272727; }
/*.news-list li a:before{ display: block; content: ""; position: absolute; left: 0; top: 50%; margin-top: -7px; height: 18px; border-left: solid 2px #da362a; }*/
.news-list li span{ position: absolute; right: 0; top: 0; font-size: 16px; color: #da362a; font-weight: bold; }
.news-list{ margin-top: 15px; }
.txt-elise1{ background:#f8f8f8; padding:10px; height:40px;line-height:23px ; 
  overflow: hidden;
font-size:15px}
  .txt-elise{   white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;}
.hd-list a{ display: block; box-shadow: 0 0 5px #ddd; margin-bottom: 10px; height: 56px; padding:10px 18px; }
.hd-list-tt{ 
  font-size: 16px;
  color: #272727;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}
.hd-list-date{ font-size: 16px; margin-top: 5px; color: #da362a; font-weight: bold; padding-left: 20px; background: url(/images/icon-date.png) left center no-repeat; }
.img-list { margin-top: 25px; }
.img-list li{ float: left; width: 50%; }
.img-list li a{ display: block; position: relative; padding-top: 104%; overflow:hidden; }
.img-list-box{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: 0.5s all; }
.img-list li a span{ 
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: url(/images/span-back.png) center repeat;
}
.img-list li a span.img-list-one{right: 0; margin-right: 0; }
.img-list li a:hover .img-list-box{ transform: scale(1.05,1.05); }
.mt-list li{
  position: relative; 
  margin-bottom: 10px; 
  height: 58px; 
  padding-left: 95px; 
  padding-top: 8px; 
}
.mt-date{ 
  position: absolute;
  line-height: 20px;
  padding-top: 10px;
  left: 0;
  top: 0;
  text-align: center;
  width: 75px;
  height: 53px;
  font-size: 26px;
  background: #f1f1f1;
  color: #da362a;
 }
.mt-date span{ font-size: 14px; }
.mt-title a{ font-size: 16px; color: #272727; }
.mt-title{ line-height: 28px; height: 56px; overflow:hidden; text-align: justify; }
.index-row4 .hd{
  display: none;
}
.index-row4 .slide{
  position: relative;
}
.index-row4 .prev, .index-row4 .next {
  position: absolute;
  bottom: 0;
  height: 27px;
  width: 14px;
  transform: translateY(-50%);
  z-index: 2;
}

.index-row4 .prev {
  left: 20px;
  background: url(/images/left02.png);
  background-size: 100% 100%;
}

.index-row4 .next {
  right: 20px;
  background: url(/images/right02.png);
  background-size: 100% 100%;
}

.qk-slick img{ width: 100%; height: 260px; }
.qk-slick a{ display: block; position: relative; }
.qk-slick{ overflow:hidden; margin-bottom: 70px; }
.qk-title{ background: #da362a; line-height: 54px; font-size: 16px; color: #fff; padding:0 48px; position: relative;}
.qk-slick .slick-prev{ top: auto; bottom: 0; margin:0; height: 54px; width: 14px; background: url(/images/left02.png) center no-repeat; left: 15px; }
.qk-slick .slick-next{ top: auto; bottom: 0; margin:0; height: 54px; width: 14px; background: url(/images/right02.png) center no-repeat; right: 15px; }

.video{border:1px solid #dedede; border-radius:5px;margin-top:20px;}
.video-img a{ display: block; position: relative; height: 250px;}
.video-img img{ width: 100%; height: 250px; }
.video-img a span{ position: absolute; right: 20px; bottom: 35px; width: 73px; height: 73px; background: url(/images/play.png) center no-repeat; background-size:80%;}
.video-title{line-height:45px; font-size:16px;text-align:center;}
.video-title a{position:none;display:block; height:45px;}




.bottom-box{ display: block; margin-bottom: 70px; height: 300px; background: #f1f1f1; font-weight: bold; font-size: 20px; color: #da362a; padding-top: 78px; }
.bottom-box span{ display: inline-block; height: 110px; }
.bottom-slick{ width: 50%; margin:0; overflow:hidden; }
.bottom-slick a{ display: block; height: 485px; }
.bottom-slick .slick-next{ background: url(/images/right03.png) center no-repeat; right: 50px; }
.bottom-slick .slick-prev{ background: url(/images/left03.png) center no-repeat; right: 50px; left: auto; right: 50%; margin-right: 56px; }
.map{ height: auto; position: relative;}
.map img{
  height: 100%;
  width: 100%;
}
.footer{ padding:10px 0; margin-top:30px; background: #da362a; }
.logo-b{ margin-top: 30px; }

.footer-p01{padding-bottom:20px; margin-bottom:20px;border-bottom:1px solid #e73c30}
.footer-p01 ul{display:flex;justify-content:center;}
.footer-p01 ul li{line-height:30px;width:100%; text-align:center;}
.footer-p01 ul li.line1{line-height:30px; color:#fff; width:1%; text-align:center;}

.footer-p01 ul li a{display:block; color:#fff;}






.footer-p p{ color: #fff;}
.footer-p{ clear: both; text-align: center; line-height: 30px;}
.ewm-box{
  text-align: center;
}
.ewm-box span{ 
  margin: 0 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 108px;
  display: inline-block;}

.video-mask{ position: fixed; display: none; left: 50%; top: 50%; z-index: 10000; width: 600px; margin-top: -225px; height: 450px; margin-left:-300px; }
.video-mask-back{ position: fixed; left: 0; top: 0; right: 0; bottom: 0; display: none; z-index: 1000; background: #000; opacity: 0.5; }
.video-close-a{ position: absolute; cursor: pointer; left: 100%; bottom: 100%; margin-left: 10px; margin-bottom: 10px; width: 21px; height: 21px; background: url(/images/close.png) center no-repeat; }

.index-row5{
  margin: 15px 0;
}
.index-row5 .pic-link ul{
  margin: 0 -1%;
}
.index-row5 .pic-link li{
  float: left;
  width: 33.3%;
  color: #da362a;
  text-align: center;
  font-size: 16px;
}

.index-row5 .pic-link li p{
  line-height: 26px;
  font-weight: bold;
  margin-top: 20px;
}

.view {
  position: relative;
}

.view .hd {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  text-align: center;
}

.view .hd ul li {
  display: inline-block;
  width: 12px;
  height: 12px;
  text-indent: 999em;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px;
  vertical-align: top;
  overflow: hidden;
}

.view .hd ul .on {
  background: #002956;
}

.view .prev, .view .next {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  transform: translateY(-50%);
  z-index: 2;
}

.view .prev {
  left: 20px;
  background: url(/images/left.png);
  background-size: 100% 100%;
}

.view .next {
  right: 20px;
  background: url(/images/right.png);
  background-size: 100% 100%;
}

.view .bd {
  position: relative;
  z-index: 0;
}

.view .bd ul {
  white-space: nowrap;
}

.view .bd ul li {
  position: relative;
  float: left;
  display: block !important;
}

.view .bd ul li img {
  width: 100%;
}


/************pic**********/
.list-banner{ height: 320px; }
.left-width{ width: 270px; margin-top: -30px; }
.left-top{ height: 139px; font-size: 28px; padding-top: 28px; color: #fff; text-align: center; background: url(/images/left-top.png) center no-repeat; }
.left-top span{ font-size: 22px; }
.left-nav{ background: #f2f2f2; padding:40px 20px; }
.left-nav li a{ display: block; padding:10px 0; text-align: center; font-size: 18px; color: #152f49; border-bottom: solid 1px #f2f2f2; }
.left-nav li.active a,.left-nav li a:hover{ font-weight: bold; color: #ffa200; border-color: #ffa200;}
.right-box{ width: 890px; padding-top: 35px; }
.right-box-top{ padding-left: 40px; line-height:27px;  background: url(/images/icon-dz.png) left center no-repeat; font-size: 16px; color: #525252; }
.right-box-top a{ color: #525252; }
.right-box-top a:hover,.right-box-top a.active{ color: #ffa200; }
.right-top-lind{ border-top: solid 1px #f2f2f2; margin:20px 0; }
.list-ul li{ line-height: 48px; position: relative; margin-bottom: 8px; padding-right: 155px; }
.list-ul li span{ position: absolute; right:20px; font-size: 18px; color: #da362a; top: 0; }
.list-ul li span font{ font-size: 12px; padding-left: 5px; }
.list-ul li a{ 
  font-size: 16px;
    color: #313131;
    display: block;
    white-space: nowrap;
}
.list-ul li:hover:before{ display: block; content: ""; z-index: -1; position: absolute; left: -15px; top: 0; bottom: 0; right: 0; background:#da362a; box-shadow: 0 0 10px #aaa;  }
.list-ul li:hover a,.list-ul li:hover span{ color: #fff; }
.page-box{ padding:40px 0 80px 0; }
.pic-list li{ float: left; width: 33.333333%; padding:0 6px; margin-bottom: 30px; }
.pic-list{ margin:0 -6px; }
.pic-title a{ font-size: 16px; color: #2f2f2f; }
.pic-title{ margin-top: 20px; }
.pic-img img{ width: 100%; height: 200px; }
/***********?–????é??**********/
.article-header{ box-shadow: 1px 2px 6px #ddd; }
.right-box-sm{ width: 635px; }
.container-xs{ width: 980px; }
.article-title{ text-align: center;
  font-size: 20px;
  color: #152f49;
  font-weight: bold;
}


.article-title1{text-align: center;
  font-size: 18px;
  color: #152f49;
  line-height:25px; margin-top:15px;font-family:"仿宋";
  font-weight: bold;
 }
.article-sm{ color: #909090;    line-height: 36px;
  text-align: center;}
.article-sm span{ padding:0 15px; }
.article-p p{ font-size: 16px; color: #313131; line-height: 36px; text-align: justify; }
.article-date{ color: #909090; background: url(/images/article-date.png) left center no-repeat; line-height: 19px; padding-left: 27px; }
.article-date font{ padding-left: 30px; }
.article-link{ border-top: solid 1px #f9f9f9; margin-top: 20px; padding-top: 20px; margin-bottom: 100px; }
.article-link a{ color: #919191; }
.article-right{ width: 290px; padding-top: 40px; }
.article-right-tt span{ display: inline-block; height: 29px; line-height: 29px; font-size: 24px; color: #da362a; padding-left: 34px; background: url(/images/icon-article.png) left center no-repeat; }
.article-right-tt{ padding-bottom: 13px; border-bottom: solid 1px #f2f2f2; }
.article-list li{ border-bottom: dashed 1px #f2f2f2; text-align: justify; line-height: 30px; height: 77px; position: relative; padding-top: 10px; }
.article-list li span{ position: absolute; right: 0; bottom: 5px; color: #ababab; }
.article-list li a{ font-size: 16px; color: #1c1c1c; }
.news-list li a:hover,.lb-title a:hover,.title a:hover{ color: #da362a; }
.hd-list a:hover .hd-list-tt,.mt-title a:hover{ color: #da362a; }
.bottom-box:hover{ color: #da362a; box-shadow: 0 0 20px #999; transform: translate(0,-15px); } 
.bottom-box{ transition: 0.5s all; }
.img-hide{ overflow:hidden; }

.img-hide img{ transition: 0.5s all; }
.img-hide:hover img{ transform: scale(1.1,1.1); }
/*新增*/




/*内页*/
.inner-banner img{
  padding-top: 1px;
  position: relative;
  width: 100%;
}

.inner-page .bread {
  text-align: left;
  line-height: 36px;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px solid #da362a;
}
.inner-page .bread img{
  vertical-align: middle;
}
.inner-page .main-list{
  margin-top: 20px;
}
.inner-page .main-text-list li {
  padding: 10px 0;
  line-height: 45px;
  font-size: 18px;
  padding-left: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #e6e7ea;
}

.inner-page .pic-list li .date {
  float: right;
  font-size: 16px;
  padding-left: 30px;
  color: #666;
  background: url(/images/icon17.png) left center no-repeat;
}
.inner-page .pic-list ul{
  margin: 10px 0;
}
.inner-page .pic-list li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0px;
}

.inner-page .pic-list li .pic img {
  width: 100%;
}

.inner-page .pic-list li .text {
  height: 40px;
  text-align: center;
  line-height: 36px;
  color: #fff;
}

.inner-page .pic-list li .text img {
  margin-left: 10px;
  vertical-align: middle;
}


.inner-page .detail {
  padding: 20px 0;
}

.inner-page .detail .tit {
  text-align: center;
  font-size: 18px;  
  line-height: 28px;
  color: #0560a6;
}
.inner-page .list-ul li{
  line-height: 36px;
  position: relative;
  padding-right: 92px;
}

.inner-page .list-ul li span{
  position: absolute;
  right: 5px;
  font-size: 18px;
  color: #da362a;
  top: 0;
}
.inner-page .detail .infor {
  text-align: center;
  font-size: 14px;
  color: #999;
}

.inner-page .detail .infor span {
  margin: 0 20px;
}

.inner-page .detail .desc {
  margin: 40px 0;
  background: #fbfbfb;
  border-left: 4px solid #1a5799;
  line-height: 32px;
  padding: 20px 0 20px 50px;
  text-indent: 2em;
}

.inner-page .detail .content {
  line-height: 36px;
}

.inner-page .detail .content img {
  max-width: 100%;
  margin: 10px 0;
}

.inner-page .detail .content p {
  text-indent: 2em;
  font-size: 18px !important;
  color: #313131;
  line-height: 36px !important;;
  text-align: justify;

}


.navigation {
  text-align: center;
  margin: 30px 0;
}

.navigation a, .navigation input, .navigation button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  margin: 0 5px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  background: #fff;
}

.navigation a:hover, .navigation a.on {
  background: #bf8356;
  color: #fff;
  border: 1px solid #bf8356;
}

.navigation span {
  margin: 0 10px;
}

.navigation input {
  width: 60px;
}

.navigation .btn {
  cursor: pointer;
}
.nav{background:#da362a; padding-bottom:10px;}
.nav ul {margin:0px auto;display:flex;justify-content:center;}
.nav ul li{width:28%;font-size:16px; padding:5px 0px; text-align:center;}
.nav ul li.line{color:#fff; width:0.5%; text-align:center;}

.nav ul li a{color:#fff; display:block;}
