.header {
  width: 100%;

}
.pull-left{float: left;}
.pull-right{float: right;}
.header-tit{width: 100%;display: flex;justify-content: space-between; padding-bottom: 0.27rem;}
.header-tit a{font-size: 14px;color: #fff;opacity: .8;display: inline-block;margin-right: 5px;}
.fixed .header-tit a{color: #666;}

.fixed .header-tit{margin-top: -15px;padding-bottom: 0;}
/* */
.b_nav_wap{position: absolute;left: 0;top: 100%;right: 0;z-index: 66;}
.navdown{height: 290px;background: rgba(255,255,255,0.9); display: none;box-shadow: 0px 3px 10px rgba(0,0,0,0.12);}
.navdown .w1440{height: 100%;}
.navdown .left{width: 34%;padding: 30px 50px 30px 0px;height: 100%;}
.navdown .left .img{width: 100%;height: 220px;overflow: hidden;border-radius: 10px;}
.navdown .left .img img{width: 100%;height: 100%;transition: all 0.6s;}
.navdown .left .img:hover img{transform: scale(1.1);}
.navdown .middle{width: 36%;padding: 0px 40px;height: 100%;border-left: 1px solid #d7909a;}
.navdown .middle a{width: 30%;margin-right: 5%;float: left;margin-bottom: 15px;font-size: 18px;line-height: 30px; color: #494949;border:1px #d7909a solid;border-radius: 5px;text-align: center;}
.navdown .middle a:nth-child(3n){margin-right: 0;}
.navdown .right{width: 30%;height: 100%;padding: 20px 30px 20px 40px;line-height: 30px;overflow: hidden;font-size: 18px;border-right: 1px solid #d7909a;}
.navdown .right .text{    text-indent: 2em;max-height:180px;overflow: hidden;}
.navdown>.clearfix{padding: 0 6.5rem;display: flex;justify-content: space-between;align-items: center;}

.container{width: 1600px;padding-top: 60px;margin: auto;}


.header .top-container {
  height: 1.2rem;
  background: #BE1C21;
}
.header .top-container .linkList {
  float: right;
  height: 1.2rem;
}
.header .top-container .linkList li {
  float: left;
  height: 1.2rem;
  font-size: 0.35rem;
  line-height: 1.2rem;
  margin-right: 2rem;
  position: relative;
}
.header .top-container .linkList li:before {
  content: "";
  width: 0.03rem;
  height: 0.38rem;
  background: #fff;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
}
.header .top-container .linkList li a {
  color: #fff;
}
.header .top-container .linkList li:nth-of-type(1):before {
  width: 0;
}
.header .top-container .linkList li:nth-last-of-type(1) {
  margin-right: 1.5rem;
}
.header .header-container {
  width: 100%;
  padding: 0rem 4rem 0 4rem;
  position: absolute;
  display: flex;flex-wrap: wrap;
  align-items: center;
  z-index: 999;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%);

}
.header .header-container .logo {
  width: auto;
  height: 1.3rem;
  display: block;
}
.header .header-container .logo:nth-child(2) {
  display: none;
}
.header .header-container .menuList {
  display: flex;
  margin-left: 6rem;
}
.header .header-container .menuList .menuItem {
  width: 3.6rem;
  height: 1.73rem;
  cursor: pointer;
  position: relative;
}
.header .header-container .menuList .menuItem p {
  color: #fff;
  font-size: 0.45rem!important;
  font-size: 18px;
  line-height: 1.73rem;
  text-align: center;
}
.header .header-container .menuList .menuItem p a {
  color: #fff;
}
.header .header-container .menuList .menuItem p .iconfont {
  font-size: 0.3rem;
  color: #fff;
  margin-left: 0.1rem;
}
.header .header-container .menuList .menuItem:hover p {
  font-weight: bold;
}
.header .header-container .menuList .menuItem:hover .subMenuList {
  display: inline-block;
  transition: 0.3s;
}

.header .searchBox {
  height: 1rem;
  position: absolute;
  top: 1.95rem;
  right: 6.5rem;
}
.header .en{
  height: 1rem;
  position: absolute;
  top: 0.80rem;
  right: 7.8rem;
}
.header .en a{
  font-size:0.5rem;
  color:#fff;
}
.header .searchBox #search .search_input {
  width: 0rem;
  height: 1rem;
  background: #fff;
  border-radius: 0.02rem;
  font-size: 0.4rem;
  color: #333;
  outline: none;
  border: 0;
}
.header .searchBox #search .search_input::-webkit-input-placeholder {
  color: #aaa;
}
.header .searchBox #search .search_input:-moz-placeholder {
  color: #aaa;
}
.header .searchBox #search .search_input::-moz-placeholder {
  color: #aaa;
}
.header .searchBox #search .search_input:-ms-input-placeholder {
  color: #aaa;
}
.header .searchBox #search #search_icon {
  border: none;
  background: none;
  cursor: pointer;
}
.header .searchBox #search #search_icon img {
  font-size: 0.5rem;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3rem;
}
.header .searchBox #search:hover .search_input {
  width: 7rem;
  padding: 0 1rem 0 0.3rem;
  transition: width 0.3s linear;
}
.header .searchBox #search:hover #search_icon .iconfont {
  color: #333;
}

.fixed .header-tit {
    margin-top: -15px;
    padding-bottom: 0;
}

.header.fixed {
  position: fixed;
  z-index: 9999;
}
.header.fixed .header-container {
  height: 2.8rem;
  padding-top: 0;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(170, 174, 182, 0.4);
}
.header.fixed .header-container .logo:nth-child(1) {
  display: none;
}
.header.fixed .header-container .logo:nth-child(2) {
  display: block;
}
.header.fixed .header-container .menuList p {
  color: #202020;
}
.header.fixed .header-container .menuList p a,
.header.fixed .header-container .menuList p .iconfont {
  color: #202020;
}
.header.fixed .searchBox {
  top: 1.34rem;
}
.header.fixed .searchBox #search #search_icon .iconfont {
  color: #333;
}
.header.fixed .searchBox #search:hover .search_input {
  border: 0.03rem solid #333;
  border-radius: 0.2rem;
}

.header.fixed .en{
  height: 1rem;
  position: absolute;
  top: 0.45rem;
  right: 7.7rem;
}
.header.fixed .en a{
  font-size:0.5rem;
  color:#000;
}
.header-phone {
  display: none;
}


/* ?|a�“?°??a�”???§??a�??￥?¤?′???’?¨ */
.header-news {
  width: 100%;
  height: 3.75rem;
  background: #BE1C21;
  box-shadow: 0rem 0.03rem 0.25rem 0rem rgba(170, 170, 170, 0.42);
  position: fixed;
  top:0;
  z-index:9999;
}
.header-news .linkList {
  position: absolute;
  right: 5.25rem;
  top: 0;
  height:1.2rem;
}
.header-news .linkList li {
  float: left;
  height: 1.2rem;
  font-size:0.35rem;
  line-height: 1.2rem;
  margin-left: 0.75rem;
}
.header-news .linkList li a {
  color: #fff;
}
.header-news .header-container {
  width: 100%;
  height: 2.55rem;
margin-top:1.2rem;
background:#fff;
  display: flex;
  align-items: center;
  padding: 0 5.25rem 0 5.28rem;
  position: relative;
}
.header-news .header-container .logo {
  height: 1.3rem;
}
.header-news .header-container .menuList {
  display: flex;
  position: absolute;
  top:0.9rem;
  right: 6rem;
}
.header-news .header-container .menuList li {
  height: 0.75rem;
  font-size: 0.5rem;
  color: #202020;
  line-height: 0.75rem;
  letter-spacing: 1px;
  margin-right: 1rem;
}
.header-news .header-container .menuList li a {
  color: #202020;
}
.header-news .header-container .menuList li:hover,
.header-news .header-container .menuList li.active {
  font-weight: bold;
}
.header-news .header-container .menuList li:hover a,
.header-news .header-container .menuList li.active a {
  color: #BE1C21;
}
.header-news .header-container .searchBox {
  height: 1rem;
  position: absolute;
  top: 0.8rem;
  right:5.1rem;
}
.header-news .header-container .searchBox #search .search_input {
  width: 0rem;
  height: 1rem;
  background: #fff;
  border-radius: 0.02rem;
  font-size: 0.4rem;
  color: #333;
  outline: none;
  border: 0;
  box-shadow: 0rem 0.01rem 0.35rem 0rem rgba(170, 170, 170, 0.32);
}
.header-news .header-container .searchBox #search .search_input::-webkit-input-placeholder {
  color: #aaa;
}
.header-news .header-container .searchBox #search .search_input:-moz-placeholder {
  color: #aaa;
}
.header-news .header-container .searchBox #search .search_input::-moz-placeholder {
  color: #aaa;
}
.header-news .header-container .searchBox #search .search_input:-ms-input-placeholder {
  color: #aaa;
}

.header-news .header-container .searchBox #search #search_icon {
  border: none;
  background: none;
  cursor: pointer;
}
.header-news .header-container .searchBox #search #search_icon .iconfont {
  font-size:0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3rem;
}

.header-news .header-container .searchBox #search:hover .search_input {
  width: 7rem;
  padding: 0 1rem 0 0.3rem;
  transition: width 0.3s linear;
}
.header-news .menu-phone {
  display: none;
}
.index {
  width: 100%;
  background: #fdfdfe;
  min-height: 24rem;

}
#banner-container-box{    }

/**/
.links {
  width: 100%;
  margin-top: 0.75rem;
}
.links a {
  width: 100%;
  display: block;
  color: #333;
  font-size: 0.45rem;
  font-weight: 500;
  margin-bottom: 0.48rem;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.links a:hover {
  color: #BE1C21;
}
.links-phone {
  display: none;
}
/*  */
.footer {
  width: 100%;
  position: relative;
}
.footer .footer-container {
  width: 100%;
  /* height: 6.98rem; */
  background: #BE1C21;
  padding: 1.4rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .footer-container .info-container {
  width: 85%;
}
.footer .footer-container .info-container .contact img{height: 1.5rem;}
.footer .footer-container .info-container .contact p {
  font-size: 0.35rem;
  color: #fff;
  line-height: 0.48rem;
  margin-bottom: 0.18rem;
}
.footer .footer-container #imgConac{
    position: absolute;
    top: 2.5rem;
    margin-left:-2rem;
}

.footer .footer-container .linkList {
  width: 100%;
  display: flex;
  margin-top: .7rem;
  border-top: 1px rgba(255,255,255,0.2) solid;
  padding-top: .8rem;
}
.footer .footer-container .linkList li {
  display: flex;
  margin-right: 1.2rem;
  color: #fff;
  align-items: center;
  font-size: 0.45rem;
  line-height: 0.68rem;
}
.footer .footer-container .linkList li p {
  color: #fff;font-size: .4rem;padding-left: .3rem;
}
.footer .footer-container .linkList li img{height: .5rem;}
.footer .footer-container .qrcode {width: 15%;padding-left: 1rem;border-left: 1px rgba(255,255,255,0.2) solid;}

.footer .footer-container .qrcode div img {
  width:4rem;display: block;margin: 0 auto;
  height:4rem;
}
.footer .footer-container .qrcode div p {
  height: 0.53rem;
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
  margin-top: 0.25rem;
}
.footer .copyright {
  width: 100%;
  /* height: 1.5rem; */
  /* background: #d8d8d8; */
  /* text-align: center; */
  /* line-height: 1.5rem; */
  font-size: 0.4rem;
  color: #fff;
  margin-top: .8rem;
}
.footer .copyright a{color:#fff}

/* ?¨??a�??￥a�o???????????’?¨ */
#goTop {
  width: 1.38rem;
  height: 1.43rem;
  transition: height 0.3s;
  position: fixed;
  bottom: 9.75rem;
  right: 0;
  cursor: pointer;
  z-index: 1000;
  display: none;
}
#goTop img {
  width: 1.38rem;
  height: 1.43rem;
}


/*?-|?????�???*/
.nyban img{width: 100%;}
.xxjj{width: 100%;display: inline-block;margin-bottom: 50px;}
.xxjj-l{width: 49%;padding: 40px 0 40px 60px;background: url("https://www.katonuitanga.com/images/xxjj-bjt.png")left top no-repeat;background-size: auto 100%;margin-right:40px;}
.xxjj-tit{width: 100%;font-size: 30px;font-weight: bold;text-align: right;margin-bottom: 20px;color: #BE1C21;margin-bottom: 80px;}
.xxjj-l img{width: 100%;}


.xxjj-r{float: unset; margin-top: 35px;}

.xxjj-r h2{font-size: 24px;color: #333;font-weight: bold;margin-bottom: 20px;margin-top: 0px;text-align: right;}
.xxjj-r h2 i{font-size: 26px;color: #BE1C21;}
.xxjj-r p{font-size: 18px;color: #333;line-height: 38px !important;    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;}


/*??°???é￠??ˉ?*/

.xrld-tit{font-size: 30px;color:#BE1C21;font-weight: bold;width: 100%;text-align: left;margin-bottom: 30px;}
.xrld{width: 100%;display: inline-block;padding-bottom: 50px;}

.xrld-l{width: 40%;}
.xrld-l a{width: 100%;display: block;clear: both;border-bottom: 1px solid #ccc;line-height: 80px;}
.xrld-l a h3{margin-bottom: 0px;margin-top: 0px;font-size: 24px;color: #494949;text-align: left;line-height: 80px;float: left;width: 30%;font-weight: bold;}
.xrld-l a span{margin-bottom: 0px;margin-top: 0px;font-size: 24px;color: #494949;text-align:left;line-height: 80px;float: left;font-weight: bold;}
.xrld-l a:hover h3{color: #BE1C21;}
.xrld-l a:hover span{color: #BE1C21;}



.xrld-r{width: 58%;position: relative;min-height: 500px;}
.xrld-r{background: url("https://www.katonuitanga.com/images/xrld-bj.png")top right no-repeat;padding: 60px 60px  0 0;}
.xrld-r img{max-width: 80%;position: absolute;right: 60px;top: 60px;}
.xrld-r a h3{font-size: 26px;color: #fff;padding: 20px 150px 20px 40px;background: url("https://www.katonuitanga.com/images/eeee.png");background-size: 100% 100%;z-index: 999;position: absolute;bottom: -50px;left: 30px;}
.xrld-r a h3 i{color: #fff;margin-left: 20px;}


/*??—è?¨??�*/

.dqwz-z{width: 100%;border-bottom: 1px solid #ccc;display: inline-block;}
.dqwz{float: left;font-size: 18px;color: #333;line-height: 100px;}
.dqwz{padding-left: 40px;background: url("https://www.katonuitanga.com/images/dw.png")left center no-repeat;}
.dqwz a{font-size: 18px;color: #333;line-height: 100px;}
.rjdh{float:right;}
.rjdh a{font-size: 24px;color: #333;line-height: 100px;float: left;margin: 0 20px;}
.rjdh a.active{color: #BE1C21;font-weight: bold;}
.dqwz-z .container{padding-top: 0px;}
.rjdh a.active:after{
  display: block;
    content: "";
    width: auto;
    height: 4px;
    background: #BE1C21;
    margin-top: -4px;
}


/*??—è?¨é?μ1*/
.news-ul-a {
  width: 100%;

}

.jy li {
  border-bottom: 1px solid #ccc;
  padding: 22px 0;
    display: inline-block;
    width: 100%;
}

.jy li:hover .news-date {
    color: #BE1C21;
}
.jy li:hover .news-date span{
  color: #BE1C21 !important;
}
.jy li:hover .news-ul-a-tt a {color: #BE1C21;font-weight: bold;}
.jy li:hover .news-ul-a-p {color: #BE1C21;}

.time-1 {
  border: none;
  background: transparent;
  font-size: 22px;
  color: #fff;
  line-height: 16px;
}


.news-date {
  width: 85px;
  height: 85px;
  color: #333;
  font-size: 16px;
  text-align: center;
  background: #eaeaea;
  line-height: 20px;
}

.time-1 span {
  font-size: 24px;
  color: #333 !important;
  font-weight: bold;
  background: transparent !important;
  line-height: 50px;
  display: block;
}


.news-ul-a-right {
  margin-left: 110px;
  margin-top: 0px;
}

.news-ul-a-right .txt-elise {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-ul-a-tt a {
  width: 100%;
  font-size: 22px;
  color: #555;
  float: left;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: inline-block;
  overflow: hidden;
  line-height:76px;
}

.news-ul-a-p {
  line-height: 26px;
  color: #777;
  font-size: 18px;
  margin-top: 5px;
  height: 52px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.pange {
  width: 100%;
  display: inline-block;
  margin: 30px 0 30px;
  text-align: center;
}

.pange img{max-width: 90%;}



/*列表2*/
.right-list-txt {
  padding: 15px 0;
}
.right-list-txt li {
  width: 100%;
  position: relative;
  padding-right: 135px;
  margin-bottom: 25px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #ccc;

}


.right-list-txt li:nth-child(even){float:right;}

.right-list-txt li a {
  font-size: 22px;
  color: #333;
  padding-left: 30px;
  background: url("https://www.katonuitanga.com/images/li02.png") left 15px center no-repeat;
  line-height: 62px;
}
.right-list-txt li:hover a{
  background: url("https://www.katonuitanga.com/images/li.png") left 15px center no-repeat;
  color: #BE1C21;

}

.right-list-txt li:hover span{
  color: #BE1C21;

}

.right-list-txt li span {
  position: absolute;
  right: 12px;
  top: 0;
  font-size: 20px;
  color: #999;
  line-height: 70px;
}

/*图片列表*/
/**************图片列表**************/

.img-ul-img a{ display: block; position: relative; padding-top: 71%; }
.img-ul li{ float: left; width: 25%; padding:0 15px; margin-top: 35px; }
.img-ul{ margin:0 -18px; margin-top: -15px; }
.img-ul img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.img-ul-tt a{ font-size: 20px; color: #333;  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;display: block; }
.img-ul-tt{ margin-top: 10px; }


/*列表页*/
.list{width: 100%;display: inline-block;}
.list li{width: 100%;margin-bottom: 26px;border-left: 5px solid #eaa058;padding-left: 20px;background: #f5f5f5;white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;}
.list li a{font-size: 22px;color: #333;line-height: 62px;font-weight: 500px;white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;}
.list li:hover{border-left: 5px solid #BE1C21;}
.list li:hover a{color:  #BE1C21;}


/*内容页*/
.cdh{width: 260px;}
.cdh a{width: 100%;font-size: 25px;color: #333;line-height: 60px;background: #f5f5f5;display: block;text-align: center;margin-bottom: 30px;}
.cdh a.active{background: #BE1C21;color: #fff;}




.centent{width: calc(100% - 260px);  border-left: 1px solid #ccc;padding-left: 100px;max-width: 100%;overflow: auto;}

.ar-tit{width: 100%;background: #f4f4f4;padding: 30px 0;text-align: center;}
.ar-tit h2{margin-top: 0px;font-size: 25px;color: #333;font-weight: bold;margin-bottom: 5px;}
.ar-tit span{font-size: 18px;color: #696969;text-align: center;}

.center{width: 100%;display: inline-block;margin-top: 30px;}
.center p{color: #333;line-height: 30px;font-size: 18px;}


.article-link {
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 50px;
  border-top: 1px dotted #333;
}
.article-link p {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-link a {
  font-size: 18px;
  color: #555;
}
.article-link a span {
  font-size: 18px;
  color: #fdcba4;
  font-weight: bold;
}












































































@media screen and (max-width: 1599px){
.footer .footer-container #imgConac{
    margin-left:-2rem;
}
.footer .footer-container .qrcode div img {
  width: 2.2rem;
  height: 2.2rem;
}
}
@media screen and (max-width: 1500px){
.footer .footer-container #imgConac{
    margin-left:-2.5rem;
}
}
@media screen and (max-width: 1399px){
  .container{width: 96%;padding-top: 60px;}

.footer .footer-container #imgConac{
    margin-left:-2.2rem;
}
.footer .footer-container .qrcode div img {
  width: 2rem;
  height: 2rem;
}
.footer .footer-container .qrcode div:nth-child(2) {
  margin: 0 0.15rem;
}
.footer .footer-container .qrcode div:nth-child(4) {
  margin: 0 0.15rem;
}
.footer .footer-container .qrcode div:nth-child(6) {
  margin: 0 0.15rem;
}
}
@media screen and (max-width: 1300px){
.footer .footer-container #imgConac{
    margin-left:-3.5rem;
}
.footer .footer-container .qrcode div img {
  width: 2rem;
  height: 2rem;
}
.footer .footer-container .qrcode .float-left{
text-align:center;
}
}
@media screen and (max-width: 1260px){
.footer .footer-container #imgConac{
    margin-left:-4.8rem;
}

}


@media screen and (max-width: 1200px) {
  .xxjj-l{width: 100%;}
  .xxjj-r{width: 100%;    margin-top: 65px;}
  .xrld-l{width: 100%;}
  .xrld-r{width: 100%;margin-top: 100px;}
  .xrld{padding-bottom: 100px;}
.xxjj-l{float:unset;}


  .rjdh{width: 100%;border-top: 1px solid #ccc;display: flex;justify-content: center;}

  .right-list-txt li{width: 100%;}

.img-ul{margin: 0 0px;}
  .img-ul li {
    width: 33.3333%;
    padding: 0 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.img-ul-tt a{font-size: 18px;  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
  .centent{padding-left: 50px;}









  /* ?￥?¤?′???’?¨ */
  .header .top-container,
  .header .header-container {
    display: none;
  }
  /* ?|a�°a�1?|?“?o?§???ˉ?￥?¤?′???’?¨  */
  .header-phone {
    display: block;
    width: 100%;
    height: 2rem;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #BE1C21 !important;
  }
  .header-phone.active {
    height: 100vh;
    overflow: auto;
    background: rgba(0, 0, 0, 0.6) !important;
  }
  .header-phone .logo {
    width: auto;
    height: 1.5rem;
    position: absolute;
    top: 0.25rem;
    left: 0.8rem;
  }
  .header-phone .menu {
    width: 0.98rem;
    position: absolute;
    top:0.6rem;
    right: 0.8rem;
  }
  .header-phone .close {
    display: none;
    width: 0.93rem;
    position: absolute;
    top: 1.02rem;
    right: 0.85rem;
  }
  .header-phone .menuBox {
    display: none;
    background: #fff;
    padding: 3.65rem 0.8rem 1.05rem;
  }
  .header-phone .menuBox .menuList-phone > li {
    padding: 0.75rem 0.2rem 0.75rem 0;
    border-bottom: 0.03rem solid #eee;
  }
  .header-phone .menuBox .menuList-phone > li p,
  .header-phone .menuBox .menuList-phone > li a {
    font-size: 0.8rem;
    font-weight: bold;
    color: #BE1C21;
    line-height: 1.2rem;
    height: 1.2rem;
  }
  .header-phone .menuBox .menuList-phone > li .iconfont {
    float: right;
    color: #BE1C21;
    font-size: 0.7rem;
    font-weight: bold;
  }
  .header-phone .menuBox .menuList-phone > li .subMenuList {
    display: none;
    margin-top: 0.5rem;
  }
  .header-phone .menuBox .menuList-phone > li .subMenuList li {
    padding: 0 0.5rem;
    border-radius: 5px;
    margin-bottom: .5rem;
    line-height: 1.2rem;
    margin-right: .4rem;
    border: 1px #eee solid;
    text-align: center;
  }
  .header-phone .menuBox .menuList-phone > li .subMenuList li a {
    font-size: 0.6rem;
    font-weight: normal;
    color: #BE1C21;
  }
  .header-phone .menuBox .menuList-phone > li .subMenuList.active {
    display: flex;
    flex-wrap: wrap;
  }
  .header-phone .menuBox .linkList {
    margin-top: 0.25rem;
    padding-bottom: 0.95rem;
    border-bottom: 0.03rem solid #d8d8d8;
  }
  .header-phone .menuBox .linkList::after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
  }
  .header-phone .menuBox .linkList li {
    float: left;
    font-size: 0.7rem;
    line-height: 0.95rem;
    margin-right: 2.5rem;
    margin-top: 0.75rem;
  }
  .header-phone .menuBox .linkList li:nth-of-type(4) {
    margin-right: 0;
  }
  .header-phone .menuBox .linkList li a {
    color: #BE1C21;
  }
  .header-phone .menuBox #search {
    width: 16.25rem;
    height: 2.25rem;
    margin: 1rem auto 0;
    position: relative;
  }
  .header-phone .menuBox #search .search_input {
    width: 16.25rem;
    height: 2.25rem;
    background: #f3aeb1;
    padding: 0 2.5rem 0 0.5rem;
    border-radius: 0.02rem;
    font-size: 0.75rem;
    color: #333;
    outline: none;
    border: 0;
  }
  .header-phone .menuBox #search .search_input::-webkit-input-placeholder {
    color: #aaa;
  }
  .header-phone .menuBox #search .search_input:-moz-placeholder {
    color: #aaa;
  }
  .header-phone .menuBox #search .search_input::-moz-placeholder {
    color: #aaa;
  }
  .header-phone .menuBox #search .search_input:-ms-input-placeholder {
    color: #aaa;
  }
  .header-phone .menuBox #search #search_icon {
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    right: 0.35rem;
    top: 0.45rem;
  }
  .header-phone .menuBox #search #search_icon img {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .header-news {
    height: 4.5rem;
  }
  .header-news .linkList {
    width: 100%;
    height: 1.85rem;
    top: 0;
    left: 0rem;
    border-bottom: 0.03rem solid #d8d8d8;
  }
  .header-news .linkList li {
    height: 1.85rem;
    font-size: 0.5rem;
    line-height: 1.85rem;
    margin-left: 1.5rem;
  }
  .header-news .header-container {
   height:2.65rem;
margin-top:1.85rem;
    justify-content: center;
  }
  .header-news .header-container .logo {
    width: auto;
    height: 1.25rem;
  }
  .header-news .header-container .menuList {
    display: none;
  }
  .header-news .header-container .searchBox {
  height:1.2rem;
    right: 2.15rem;
    top: -1.5rem;
    z-index: 999;
  }
  .header-news .header-container .searchBox #search .search_input {
    height: 1.2rem;
  }
  .header-news .header-container .searchBox #search #search_icon .iconfont{
 color:#fff;
font-size:0.8rem;
  }
  .header-news .header-container .searchBox #search:hover #search_icon .iconfont{
 col



@media(max-width:991px){
.index .news-container{margin-top:auto !important;}
.piaochuang{display:none;}
}