html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body,html{width: 100%;min-width: 360px;}
body{background: #fff;}
a{text-decoration:none;color:#000;}
a:hover{text-decoration:none;}
.left{float: left;}
.right{float: right;}

.x-container{width: 1400px;margin: 0 auto;}

@font-face {
  font-family: "icon";
  src: url("fonts/icon.woff2") format("woff2"), url("fonts/icon.woff") format("woff"), url("fonts/icon.ttf") format("truetype"), url("fonts/icon.eot") format("embedded-opentype"), url("fonts/icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* header */
.header{
  width: 100%;
  height: 121px;
  background-color: #016DF5;
}

.header .x-container img{
  height: 81px;
  margin-top: 20px;
}

.header .menu,
.header .close-nav {
  display: none;
}

/* nav */
.nav {
  width: 100%;
  height: 84px;
  background: #177AF5;
}

.nav .ul {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  justify-content: space-around;
}

.nav .ul > li {
  flex: 1;
  position: relative;
}

.nav .ul > li > a {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 100%;
  line-height: 84px;
}

.nav .ul > li:hover::after,
.nav .ul > li.active::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #E72C2E;
  display: block;
  position: absolute;
  bottom: 0px;
}

.nav .ul > li .nav-down{
  width: 100%;
  background-color: #fff;
  opacity: .7;
  padding: 0 0 10px;
  display: none;
  height: auto;
  position: relative;
  z-index: 999;
  
}

.nav .ul > li .nav-down li {
  display: inline-block;
  width: 100%;
  height: 40px;
}

.nav .ul > li .nav-down li a {
  display: inline-block;
  height: 40px;
  width: 90%;
  padding: 0 5%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.nav .ul > li:hover .nav-down {
  display: block;
}

.nav .ul > li .nav-down li a:hover {
  color: #016DF5;
}


/* footer */
.footer {
  width: 100%;
  height: 218px;
  background-color: #A51C30;
  border-top: 1px solid #fff;
}

.footer .container {
  margin: 0 auto;
  height: 100%;
}

.footer .f1 {
  width: 100%;
  height: 140px;
  border-bottom: 1px solid #CD8686;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .f1 .logo{
  height: 51px;
  width: 401px;
}

.footer .f1 .email {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer .f1 .email a {
  width: 180px;
  height: 68px;
  color: #fff;
  font-size: 20px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.footer .f1 .email a:hover {
  background-color: #D5750D;
}

.footer .f1 .email a img {
  width: 44px;
  height: 44px;
  margin-left: 20px;
  margin-right: 15px;
}

.footer .f1 .xmt {
  width: 180px;
  height: 100px;
  display: flex;
  justify-content: space-between;
}

.footer .f1 .xmt a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
}

.footer .f1 .xmt a img {
  width: 70px;
  height: 70px;
}

.footer .f2 {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 60px;
}

.footer .f2 a {
  color: #fff;
  display: block;
}
.footer .f2 .sydw_a {
  padding-left: 30px;
}

.footer .f2 .sydw_a img{
  position: relative;
  top: 5px;
}

.footer .f2 .bq {
  display: flex;
}

.footer .f2 .sydw img{
  margin-top: 25px;
}

@media screen and (max-width:1500px) {
  .x-container {
    width: 80%;
  }
}

@media screen and (max-width: 1280px) {
  .x-news .news-info .zxdt {
    display: none;
  }
}


@media screen and (max-width: 1200px) {
  .x-container {
    width: 90%;
  }
}




@media screen and (max-width:1079px) {
  body{
    -webkit-tap-highlight-color: transparent;
  }
  body.navShow {
    height: 100%;
    overflow: hidden;
  }
  .header {
    height: 80px;
  }
  .header .x-container {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 100%;
    padding: 0;
  }
  .header .logo {
    flex: 2
  }

  .header .logo img{
    width: 100%;
    height: auto;
    margin: 0px;
  }

  .header .menu {
    width: 24px;
    height: 22px;
    position: relative;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }
  .header .menu i {
    display: inline-block;
    height: 2px;
    background: #fff;
    width: 26px;
    border-radius: 1px;
  }

  .header.mobile .menu {
    opacity: 0;
  }
  .header.mobile .close-nav {
    opacity: 1;
    display: none;
  }

  body.navShow .header.mobile .close-nav {
    display: block;
    width: 24px;
    margin-left: 15px;
  }
  body.navShow .header.mobile .menu {
    display: none;
  }
  .header.mobile .close-nav::after {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      right: 15px;
      top: 25px;
      text-align: center;
      background: url(../img/img31.png) no-repeat center center;
   }

   .nav {
    display: none;
  }

  .nav.mobile {
    display: block;
  }

  .nav .ul > li:hover .nav-down {
    display: none;
  }

  .nav .ul > li.active .nav-down {
    display: block;
    padding-top: 5px;
  }
  
  .nav .ul > li .nav-down {
    background-color: #016DF5 !important;
  }

  .nav .ul > li .nav-down li {
    height: 30px;
  }

  .nav .ul > li .nav-down li a {
    text-align: left;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
  }

  .nav.mobile {
    position: fixed;
    height: 100%;
    z-index: 999;
    top: 80px;
    max-width: 100%;
  }
  .nav.mobile .x-container {
    width: 100%;
  }
  .nav.mobile .ul {
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
  }
  .nav.mobile .ul > li {
    width: 100%;
    padding: 0px;
    text-align: left;
    border-bottom: rgba(255, 255, 255, 0.13) solid 1px
  }
  .nav.mobile .ul > li a {
    text-align: left;
    padding-left: 1em;
    line-height: 2.5em;
  }
  .nav .ul > li:hover::after, 
  .nav .ul > li.active::after {
    width: 0;
  }
  .nav .ul > li .a2::after {
    content:  '';
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 0.3rem;
    font-family: "icon";
    content: '\eaed';
    color: #fff;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
  }

  .nav .ul > li.active .a2::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);

  }
 
  .footer .f1 .logo {
    display: none;
  }
  .footer .f1 .xmt {
    display: none;
  }
  .footer .f1 {
    height: 66px;
  }
  .footer .f1 .email {
    gap:0px;
  }
  .footer .f2 {
    height: 150px;
    flex-direction: column;
    position: relative;
  }
  .footer .f2 .bq {
    height: 30px;
    flex-direction: column;
  }
  /* .footer .f2 .bq span {
    display: none;
  } */
  .footer .f2 .bq span,
  .footer .f2 .bq a{
    height: 30px;
  }
  .footer .f2 .sydw_a {
    padding:0px;
  }
   .footer .f2 a.sydw {
    position: absolute;
    left: 0px;
   }
}






