/*nav*/
#nav {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 90px;
  background-color: #fff;
}
#nav .mainsVw:before {
  content: '';
  display: table;
}
#nav .mainsVw h1 {
  float: left;
  margin-top: 12px;
  margin-left: 60px;
  width: 180px;
}
#nav .mainsVw .search {
  cursor: pointer;
  width: 90px;
  height: 90px;
  float: right;
  margin-left: 20px;
  background-color: #e70012;
}
@media (max-width: 1024px) {
  #nav .mainsVw .search {
    display: none;
  }
}
#nav .mainsVw .search i {
  display: block;
  padding-top: 56px;
  width: 27px;
  height: 27px;
  text-align: center;
  border: none;
  background: url("../images/home_icon (20).png") no-repeat center center;
  position: relative;
  margin: auto;
}
#nav .mainsVw .search_con {
  position: absolute;
  top: 0;
  padding: 25px 0;
  background: #e70012;
  right: 30px;
  border: 0;
  z-index: 91;
}
#nav .mainsVw .search_con.on {
  width: 360px;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1024px) {
  #nav .mainsVw .search_con {
    display: none;
  }
}
@media (min-width: 1025px) {
  #nav .mainsVw .search_con {
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
  }
}
#nav .mainsVw .search_con input {
  width: calc(100% - 58px);
  padding: 0 10px;
  margin-left: 10px;
  float: left;
  border: 0;
  height: 40px;
  outline: none;
  line-height: 40px;
  background: #fff;
}
#nav .mainsVw .search_con button {
  height: 27px;
  width: 27px;
  margin-top: 6px;
  background: url("../images/home_icon (20).png") no-repeat center center / cover;
  border: 0;
  outline: none;
  float: right;
  cursor: pointer;
  vertical-align: middle;
}
#nav .mainsVw .menu {
  display: none;
  float: right;
  width: 50px;
  margin-top: 28px;
  margin-right: 20px;
  cursor: pointer;
  margin-left: 50px;
  position: relative;
  z-index: 9;
}
#nav .mainsVw .menu span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin: 6px auto;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  #nav .mainsVw .menu {
    display: block;
  }
}
#nav .mainsVw nav {
  float: right;
  position: relative;
  opacity: 1;
  right: 8%;
  visibility: visible;
}
@media (max-width: 1024px) {
  #nav .mainsVw nav {
    display: none;
  }
}
#nav .mainsVw nav.op {
  position: fixed;
  top: 90px;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  z-index: 9999;
}
#nav .mainsVw nav.op .search_con2 {
  display: block;
}
#nav .mainsVw nav.op > div ul li {
  float: none;
}
#nav .mainsVw nav.op > div ul li .n_list {
  position: static;
  height: auto;
  background-color: #fff;
}
#nav .mainsVw nav.op > div ul li .n_list.op {
  display: block;
}
#nav .mainsVw nav.op > div ul li .n_list li.show a {
  color: #fff;
}
#nav .mainsVw nav.op > div ul li .n_list li a {
  line-height: 40px;
  color: #666;
}
#nav .mainsVw nav.op > div ul li .n_list li a:hover {
  color: #fff;
}
#nav .mainsVw nav.op > div ul li a {
  line-height: 40px;
}
#nav .mainsVw nav .search_con2 {
  width: 80%;
  height: 40px;
  margin: 10px auto;
  border: 2px solid #e70012;
  margin-bottom: 10px;
  background: #fff;
  display: none;
}
#nav .mainsVw nav .search_con2 input {
  width: 85%;
  height: 36px;
  font-size: 14px;
  line-height: 34px;
  padding: 0 10px;
  float: left;
  border: 0;
  outline: none;
  background: #fff;
}
#nav .mainsVw nav .search_con2 button {
  height: 36px;
  width: 36px;
  border: 0;
  outline: none;
  float: right;
  background: url("../images/home_icon (20).png") no-repeat center;
}
#nav .mainsVw nav div ul > li {
  float: left;
  position: relative;
}
#nav .mainsVw nav div ul > li.op a {
  border-bottom: 3px solid #e70012;
}
#nav .mainsVw nav div ul > li:hover .n_list {
  display: flex;
}
@media (max-width: 1024px) {
  #nav .mainsVw nav div ul > li:hover .n_list {
    display: block;
  }
}
#nav .mainsVw nav div ul > li .n_list {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 90px;
  left: 0;
  border: 0;
  height: 70px;
  padding: 0;
  display: none;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
#nav .mainsVw nav div ul > li .n_list.op {
  display: flex;
  /*@media(max-width:1024px){
                    display:block;
                  }*/
}
#nav .mainsVw nav div ul > li .n_list li.show a {
  background-color: #e70012;
}
#nav .mainsVw nav div ul > li .n_list li a {
  padding: 0 35px;
  line-height: 70px;
  border: 0;
  color: #fff;
  transition: all 0.4s;
}
#nav .mainsVw nav div ul > li .n_list li a:hover {
  background-color: #e70012;
}
#nav .mainsVw nav div ul > li > a {
  position: relative;
  display: block;
  color: #333;
  font-weight:800;
  line-height: 87px;
  border-bottom: 3px solid transparent;
  transition: all 0.4s;
}
@media (max-width: 2000px) {
  #nav .mainsVw nav div ul > li > a {
    padding: 0 35px;
  }
}
@media (max-width: 1440px) {
  #nav .mainsVw nav div ul > li > a {
    padding: 0 30px;
  }
}
@media (max-width: 1340px) {
  #nav .mainsVw nav div ul > li > a {
    padding: 0 28px;
  }
}
@media (max-width: 1200px) {
  #nav .mainsVw nav div ul > li > a {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  #nav .mainsVw nav div ul > li > a {
    padding: 0 15px;
  }
}
#nav .mainsVw nav div ul > li > a:hover {
  border-bottom: 3px solid #e70012;
}
@media (max-width: 767px) {
  #nav .mainsVw h1 {
    margin-left: 3px;
  }
  #nav .mainsVw .menu {
    width: 40px;
    height: 40px;
  }
}
/*footer*/
#footer {
  width: 100%;
  background-color: #222;
}
@media (max-width: 1200px) {
  #footer .mains {
    width: 90%;
  }
}
#footer .mains .f_tag {
  padding-top: 53px;
  display: flex;
  justify-content: space-between;
}
#footer .mains .f_tag .f_t_left {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
#footer .mains .f_tag .f_t_left dl dt {
  color: #fff;
}
#footer .mains .f_tag .f_t_left dl dd {
  margin-top: 15px;
}
#footer .mains .f_tag .f_t_left dl dd a {
  color: #ccc;
}
#footer .mains .f_tag .f_t_right {
  width: 33%;
  display: flex;
  justify-content: space-between;
}
#footer .mains .f_tag .f_t_right dl:nth-child(1) {
  width: 200px;
}
#footer .mains .f_tag .f_t_right dl:nth-child(2) {
  width: 120px;
}
#footer .mains .f_tag .f_t_right dl:nth-child(2) dd {
  width: 100%;
}
#footer .mains .f_tag .f_t_right dl:nth-child(2) dd p {
  width: 100%;
  text-align: center;
}
#footer .mains .f_tag .f_t_right dl dt {
  color: #fff;
}
#footer .mains .f_tag .f_t_right dl dd {
  margin-top: 15px;
  color: #ccc;
  display: flex;
}
#footer .mains .f_tag .f_t_right dl dd:nth-child(3) i {
  background-image: url("../images/home_icon (17).png");
}
#footer .mains .f_tag .f_t_right dl dd:nth-child(4) i {
  width: 34px;
  background-image: url("../images/home_icon (18).png");
}
#footer .mains .f_tag .f_t_right dl dd i {
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/home_icon (16).png") no-repeat;
}
#footer .mains .f_bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #4c4c4c;
}
#footer .mains .f_bottom .link {
  text-align: center;
  display:none;
}
#footer .mains .f_bottom .link span {
  display: inline-block;
  color: #fff;
}
#footer .mains .f_bottom .link a {
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
}
#footer .mains .f_bottom p {
  padding-bottom: 8px;
  text-align: center;
  color: #ccc;
}
/*subNav*/
.subNav {
  width: 100%;
  height: 75px;
  margin-bottom: 60px;
  background-color: #e0e0e0;
}
.subNav ul {
  display: flex;
    flex-wrap: wrap;
  justify-content: center;
}
.subNav ul li a {
  height: 75px;
  font-size: 16px;
  line-height: 75px;
  padding: 0 47px;
}
@media (max-width: 1340px) {
  .subNav ul li a {
    padding: 0 28px;
  }
}
@media (max-width: 1200px) {
  .subNav ul li a {
    padding: 0 20px;
  }
}
.subNav ul li a:hover {
  color: #fff;
  background-color: #e70012;
}
.subNav ul li.op a {
  color: #fff;
  background-color: #e70012;
  transition: all 0.3s;
}
.title_white {
  width: 408px;
  height: 60px;
  position: relative;
}
.title_white:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 7.5px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
}
.title_white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 7.5px solid #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.title_white h3 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.title_white h3 span {
  font-size: 26px;
  color: #fff;
}
.title_red {
  width: 408px;
  height: 60px;
  position: relative;
}
.title_red:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 7.5px solid red;
  border-top-color: transparent;
  border-left-color: transparent;
}
.title_red:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 7.5px solid red;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.title_red h3 {
  font-size: 36px;
  font-weight: 600;
}
.title_red h3 span {
  color: #555;
  font-size: 26px;
}
.more {
  width: 170px;
  margin-top: 40px;
}
.more a {
  padding: 11px 0;
  text-align: center;
  border-radius: 3px;
  background-color: #f0f0f0;
  transition: all 0.5s;
}
.more a:hover {
  background-color: #e70012;
}
.more a:hover span {
  color: #fff;
  margin-right: 18px;
}
.more a:hover i {
  background-image: url("../images/home_icon_l.png");
}
.more a span {
  margin-right: 28px;
  transition: all 0.5s;
}
.more a i {
  display: inline-block;
  width: 13px;
  height: 15px;
  vertical-align: middle;
  background: url("../images/home_icon (21).png") no-repeat top left / 100%;
}
.Top_img {
  width: 100%;
  height: 350px;
  position: relative;
  margin-top: 90px;
  background: url('../images/informationCenter (2).jpg') no-repeat center center / cover;
}
.Top_img .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Top_img .text .container {
  width: 1200px;
  margin: 0 auto;
  margin-top: 8px;
}
.Top_img .text .container h2,
.Top_img .text .container i {
  font-size: 36px;
  color: #fff;
}
.subNav .container {
  width: 1200px;
  margin: 0 auto;
}
.page {
  text-align: center;
  padding-top: 50px;
}
.page a {
  display: inline-block;
}
.page a:hover span {
  color: #fff;
  background-color: #d6000f;
}
.page span {
  margin-right: 5px;
  padding: 10px 16px 10px;
  font-size: 14px;
  display: inline-block;
  background-color: #e8e8e8;
  color: #333;
  transition: all 0.3s linear;
}
.page span.current {
  color: #fff;
  background-color: #d6000f;
}
@media (max-width: 2000px) {
  .Top_img {
    /*height:200px;*/
  }
  .Top_img .text .container {
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
  }
  .subNav {
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
  }
  .subNav .container {
  
    width: 100%;
    margin: 0 auto;
  }
  .subNav ul {
    width: 100%;
    margin: 0 auto!important;
  }
}
@media (max-width: 1200px) {
  .footer .mains {
    max-width: 90%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .subNav ul li a {
    padding: 0 42px;
  }
  .title_red,
  .title_white {
    width: 364px;
  }
  .title_red h3,
  .title_white h3 {
    font-size: 28px;
  }
  .title_red h3 span,
  .title_white h3 span {
    font-size: 26px;
  }
  #subject .enterKefa .mains .container .con_left .text p {
    margin-top: 36px!important;
    width: 564px!important;
  }
  .more {
    width: 140px;
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  #footer .mains .f_tag {
    display: block;
  }
  #footer .mains .f_tag .f_t_left,
  #footer .mains .f_tag .f_t_right {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .subNav ul li a {
    padding: 0px 20px!important;
  }
}
@media (max-width: 767px) {
  .Top_img .text .container {
    margin-top: 16px!important;
  }
  .Top_img .text .container h2 {
    margin: 0;
  }
  .title_red:before,
  .title_red:after {
    border-width: 5px;
  }
  .more {
    width: 120px;
    margin-top: 12px;
  }
  .more a {
    padding: 6px 0;
  }
  .more a span {
    margin-right: 18px;
  }
  #footer .mains .f_tag {
    display: none;
  }
  #footer .mains .f_bottom {
    margin-top: 0;
  }
  .Top_img {
    height: 120px;
  }
  .Top_img .text h2,
  .Top_img .text i {
    font-size: 20px!important;
    line-height: 30px;
  }
  .subNav {
    height: auto;
  }
  .subNav ul li a {
    padding: 0 12px!important;
    height: 38px;
    font-size: 12px;
    line-height: 38px;
  }
}
/*# sourceMappingURL=public.css.map */