@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
 font-family: Roboto, Tahoma, Geneva, sans-serif,"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif;
  src: url('../font/HarmonyOS_Sans_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
:root {
    --color: #23406C;
    --hovercolor: #dee9f7;
    --fontcolor: #111111;
    --headercolor: #111111;
    --footercolor: #DDDDDD;
    --introcolor: #555555;
    --fontsize12: 12px;
    --fontsize13: 13px;
    --fontsize14: 14px;
    --fontsize15: 15px;
    --fontsize16: 16px;
    --fontsize17: 17px;
    --fontsize18: 18px;
    --fontsize20: 20px;
    --fontsize22: 22px;
    --fontsize24: 24px;
    --fontsize26: 26px;
    --fontsize28: 28px;
    --fontsize30: 30px;
    --fontbold3: 300;
    --fontbold4: 400;
    --fontbold5: 500;
    --fontbold6: 600;
    --fontbold7: 700;
    --fontfamily: 'Roboto', 'Lato', 'Open Sans', 'Poppins', 'Oswald', 'Noto Sans', 'Montserrat', arial, sans-serif;
}

i, em { font-style: normal;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
.fbd { font-weight:bold;}
* { 
  padding:0px;
  margin:0px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-size:16px;
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contain {
    width: 100%;
    max-width: 1600px;
    padding: 0 0px;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: Roboto,Tahoma, Geneva, sans-serif,"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  border: 0;
  vertical-align: top;
}
ul,li { list-style: none; margin:0; padding:0; letter-spacing: normal;}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none; color:#090909;
}



input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 94%;
  }
}
.bg-color1 {
  background-color: #fff;
}

.pt40 {
  padding-top:0.4rem;
}
@media (max-width: 767px) {
  .pt40 {
    padding-top:0.6rem;
  }
}

.pt60 {
  padding-top:0.8rem;
}
@media (max-width: 767px) {
  .pt60 {
    padding-top:0.6rem;
  }
}

.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.ptb140 {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .ptb140 {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
.pt240 {
  padding-top:50px;
}
@media (max-width: 767px) {
  .pt240 {
    padding-top: 30px;
  }
}
.pb240 {
  padding-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .pb240 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font20 {
  font-size: 20px;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font20 {
    font-size: 18px;
  }
}
.font24 {
  font-size: 24px;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 0.34rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.42rem;
  }
}


.font46 {
  font-size: 0.56rem;
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.62rem;
  }
}

.white { color:#fff;}
.white a { color:#fff;}



/* 导航 */

.hadtop {
	margin: 0 auto;
    width: 100%;
    background: #00469b;
    position: fixed;
    top: 0;
	height:43px; line-height:43px;
    display: flex;
    align-items: center;
    z-index: 9999; }
.hadtop .contain {display:flex; color:#fff;justify-content: space-between;}
.hadtopL {}
.hadtopL li { float:left; display:inline-block; height:23px; line-height:23px; margin-top:10px; margin-right:20px; padding-right:20px; border-right:1px solid #5d8bc2;color:#5d8bc2; }
.hadtopL li:last-child { border-right:none;}
.hadtopL li i { padding-right:5px; color:#5d8bc2;}


.hadtop .gt .lange {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 0 0.5rem;
}
.hadtop .gt .lange .tit i img path, .hadbox-sec1 .gt .lange .tit b img path, .hadbox-sec1 .gt .lange .tit i svg path, .hadbox-sec1 .gt .lange .tit b svg path { fill: #fff;}


.hadtop .gt .lange .tit {
  display: flex;
  align-items: center;
  color: #fff;
}
.hadtop .gt .lange .tit span {
  opacity: 0.5; font-size:14px; color:#fff;
}
.hadtop .gt .lange .tit i,
.hadtop .gt .lange .tit b {
  display: flex;
  overflow: hidden;
}
.hadtop .gt .lange .tit i img,
.hadtop .gt .lange .tit b img,
.hadtop .gt .lange .tit i svg,
.hadtop .gt .lange .tit b svg {
  width: 100%;
  float: left;
}
.hadtop .gt .lange .tit i img:nth-child(2),
.hadtop .gt .lange .tit b img:nth-child(2),
.hadtop .gt .lange .tit i svg:nth-child(2),
.hadtop .gt .lange .tit b svg:nth-child(2) {
  display: none;
}
.hadtop .gt .lange .tit i img path,
.hadtop .gt .lange .tit b img path,
.hadtop .gt .lange .tit i svg path,
.hadtop .gt .lange .tit b svg path {
  fill: #fff;
}
.hadtop .gt .lange .tit i {
  width: 18px;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .hadtop .gt .lange .tit i {
    width: 16px;
    margin-right: 8px;
  }
}
.hadtop .gt .lange .tit b {
  width: 10px;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .hadtop .gt .lange .tit b {
    width: 8px;
    margin-right: 8px;
  }
}

.hadtop .gt .lange .f_na {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 12px 15px;
  background-color: #fff;
  display: none;
}
@media (max-width: 767px) {
  .hadtopL { padding-left:10px;}
  .hadtopL li {  height:23px; line-height:23px; margin-top:10px; margin-right:5px; padding-right:5px; border-right:1px solid #5d8bc2; color:#5d8bc2; font-size:12px; }
  .hadtopL li:last-child { display:none;}
  .hadtopL li:nth-child(2) {display:none;}
  .hadtopL li:nth-child(1) {border-right:none;}
  
  .hadtop .gt .lange { padding: 0 0; padding-right:10px;
}
  
  .hadtop .gt .lange .f_na {
    left: initial;
    right: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    padding: 8px 10px;
    width: 120px;
  }
}
.hadtop .gt .lange .f_na a {
  line-height: 40px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  white-space: nowrap;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .hadtop .gt .lange .f_na a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hadtop .gt .lange .f_na a {
    font-size: 12px;
    line-height: 32px;
  }
}
.hadtop .gt .lange .f_na a:last-child {
  border-bottom: none;
}
.hadtop .gt .search1 {
  width: 1.06rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}




.hadbox {
  position: fixed;
  box-shadow: 0 6px 15px 0 rgb(0 0 0 / 10%);
  background:#fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6666;
}
.hadbox {
    top: 43px;
    transition: all 0s ease;
}



.hadbox-sec1 { border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.hadbox-con {
  max-width: 1600px;  margin:0 auto; 
  display: flex;
  justify-content: space-between;
  color: #fff;
  line-height: 100px;
  height: 100px;
}
@media (max-width: 1580px) {
   .hadbox-con {  height:80px; line-height: 80px;}
   .hadbox-sec1 {  height: 80px;line-height: 80px;}
}
@media (max-width: 991px) {
  .hadbox-con {  height:70px; line-height: 70px;}
  .hadbox-sec1 { height: 70px; line-height: 70px;}
}
@media (max-width: 767px) {
  .hadbox-con {  height:60px; line-height: 60px;}
  .hadbox-sec1 { height: 60px;line-height: 60px;}
}


.h_scroll .hadtop { display: none;}
.h_scroll .hadbox { top:0px;}
.h_scroll .hadbox-con  { line-height: 80px; height: 80px;}


.hadbox-sec1 .lt {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hadbox-sec1 .lt .logo {
  display: block;
  width:291px;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .logo { width: 3.9rem;}
}


.hadbox-sec1 .lt .logo img { float: left; width: 100%;}
.hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: none;
}

.h_scroll .hadbox-sec1 .lt .logo {display: block; width:240px;}

.hadbox-sec1 .f_navbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1466px) {
  .hadbox-sec1 .f_navbox {
    display: none;
  }
}

@media (max-width: 767px) {

.h_scroll .hadbox-con  { line-height: 60px; height: 60px;}	
.hadbox-sec1 .lt {padding: 5px 15px;}
.hadbox-sec1 .lt .logo {  width: 2.4rem; }
.h_scroll .hadbox-sec1 .lt .logo {display: block; width: 2.4rem;}

}

.hadbox-sec1 .f_navbox li { position:relative;  transition: opacity 0.3s ease, transform 0.3s ease;  transform: translateZ(0); /* 关闭硬件加速 */}
.hadbox-sec1 .f_navbox li .tit {
  display: flex;
  align-items: center;
  font-size: 20px;
  position: relative;
  font-weight:bold;
  padding: 0 20px;
}
@media (max-width: 1740px) {
	.hadbox-sec1 .f_navbox li .tit {
    font-size: 16px;
    padding: 0 0.21rem; }
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 16px;
    padding: 0 0.16rem;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox li .tit {
    padding: 0 10px;
  }
}
.hadbox-sec1 .f_navbox li .tit i {
  display: block;
  width:16px;
  margin-left: 10px;
  font-size: 14px;
  color:#000;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit i {
    margin-left: 6px;
    font-size: 11px;
  }
}
.hadbox-sec1 .f_navbox li .tit i img {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: none;
}

@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit:after {
    height: 2px;
  }
}



.hadbox-sec1 .f_navbox li .fz_hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  visibility: hidden;
  line-height: 0;
  height: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .fz_hover .container {
  display: flex;
  justify-content: center;
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul {
  display: flex;
  justify-content: center;
  max-width: 100%;
  line-height: 80px;
  background: url(../images/xiebagheadd1.png) no-repeat;
  background-position: 0% center;
  background-size: auto 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .fz_hover .container ul {
    line-height: 50px;
    background-size: 120px 100%;
  }
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul li a {
  display: block;
  padding: 0 75px;
  color: #333333;
  font-size: 16px;
}

}

.fz_hovertop { padding:30px 0px;}
.leftimg {float:left;width:24%;margin-right:9%; }
.leftimg img{ width:291px;height:163px;}



.righttext{float:left;width: 37%;}
.righttext p{ font-size:14px; padding-left: 10%;color:#fff; border-left: 1px #fff dotted;line-height: 28px;height: 140px;overflow: hidden;}

.topnewsleftnav{float:right;width:112px;border-left:1px solid #e5e5e5;padding:18px 0px 18px 26px;margin:15px 140px 0 0;}
.topnewsleftnav p{float:left;width:112px;font-size:16px;height:20px;padding:17px 0 11px 0;}
.topnewsleftnav a{padding-left:11px;border-left:2px solid #fff;line-height:20px;display:block;height:20px;color:#040404;font-size:16px;}
.topnewsleftnav a:hover{color:#e94709;border-color:#e94709;}
.topnewsright{float:left; padding:40px 26px 0 170px;width:720px;height:174px;}
.topnewsright .leftimg{float:left;width:287px;height:174px;}
.topnewsright .leftimg img{display:block;width:287px;height:174px;}
.topnewsright .righttext{float:left;width:410px;font-size:14px;line-height:28px;color:#040404;margin-left:18px;}
.topnewsright .righttext .smalltitle{font-size:16px;font-weight:bold;color:#e94709;line-height:18px;margin-bottom:14px;}


.tworanknavM {}
.tworanknavM dl{ float:left;width:20%; padding:0 15px 0 15px;}
.tworanknavM dl dt{ font-weight:bold; padding-bottom:12px;border-bottom:1px solid #45679f; margin-bottom:22px;}
.tworanknavM dl dt a{font-size:18px; padding-left:10px;display:block;width:160px; height:28px;line-height:28px;overflow:hidden;color:#fff;}
.tworanknavM dl dd p { width:300px;line-height:30px;}
.tworanknavM dl dd a{ display:inline-block;*display:inline; font-size:16px; position:relative;color:#fff;vertical-align:middle;}
.tworanknavM dl dd p:hover .set_ico{background-position:-10px 0;}
.tworanknavM dl dd p .set_ico{width:10px;height:10px;background:url(../img/set_ico_new.png) no-repeat;display:inline-block;*display:inline;*zoom: 1;vertical-align:middle;margin-right:5px; background-position:0 0; transition:all 0.3s ease; -webkit-transiton:all 0.3s ease;}


.tworanknavM dl.lastdl{width:440px;}
.tworanknavM dl.lastdl dt{width:420px;}
.tworanknavM dl.lastdl dd a{margin-right:20px;width:200px;height:40px;overflow:hidden;}
.tworanknavM dl dd a:hover{color:#fff;}
.tworanknavMbottom{padding:10px 40px;font-size:16px;color:#fff;}
.tworanknavMbottom a{color:#fff;}
.tworanknavM p.clearfix{display:block;}



.hadbox-sec1 .f_navbox li .had_hover { position: absolute; top: 100%; left: 0;min-width:200px; display: none; border-radius:5px; overflow:hidden;  transition: opacity 0.3s ease, transform 0.3s ease;}
.hadbox-sec1 .f_navbox li .had_hover2 { position: absolute; top: 100%; left: 0;min-width:260px; display: none; border-radius:5px; overflow:hidden; text-align:left;  transition: opacity 0.3s ease, transform 0.3s ease;  transform: translateZ(0); /* 关闭硬件加速 */}

.setMenu{ min-width:150px; padding:15px 0px; height: 100%;  }
.setMenu li { font-size:16px;  width:100%; line-height:40px; text-align:center;}
.setMenu li a{display:inline-block;*display:inline;*zoom: 1;position:relative;}
.setMenu li:hover { background: #0c5196;}
.setMenu li:hover a { color:#fff;}


.setMenu2 { min-width:150px; padding:15px 0px; height: 100%;  }
.setMenu2 li { font-size:16px;  width:100%; line-height:24px; text-align:left;  margin-bottom:10px; padding:5px 0px; padding-left:20px;}
.setMenu2 li a{display:inline-block;*display:inline;*zoom: 1;position:relative;}
.setMenu2 li:hover { background: #0c5196;}
.setMenu2 li:hover a { color:#fff;}


.hadbot { background: #fff; min-height:88px; box-shadow: 0 0 15px 0 rgba(0,0,0,.2); }

@media (max-width: 1580px) {
  .hadbot {
    height: 100%;
    padding-bottom:241px;
  }
}
@media (max-width: 767px) {
  .hadbot {  height: auto; }
}
.hadbot .hadbot_cont {
  overflow: auto;
  padding-top:35px;
  padding-bottom:35px;
  overflow:hidden;
  min-height:333px;
}




.hadbox-sec1 .gt {
  display: flex;
  height: 100%;
  align-items: center;
}
.hadbox-sec1 .gt .lange {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 0 30px;
}


.hadbox-sec1 .gt .lange .tit p { font-weight:bold;}
.hadbox-sec1 .gt .lange .tit p span:nth-child(1) {  font-size:16px; }
.hadbox-sec1 .gt .lange .tit p span:nth-child(2) {  font-size:20px; }

.hadbox-sec1 .gt .lange .tit i img path, .hadbox-sec1 .gt .lange .tit b img path, .hadbox-sec1 .gt .lange .tit i svg path, .hadbox-sec1 .gt .lange .tit b svg path { fill: #fff;}


.hadbox-sec1 .gt .lange .tit {
  display: flex;
  align-items: center;
  color: #fff;
}

.hadbox-sec1 .gt .lange .tit i,
.hadbox-sec1 .gt .lange .tit b {
  display: flex;
  overflow: hidden;
}
.hadbox-sec1 .gt .lange .tit i img,
.hadbox-sec1 .gt .lange .tit b img,
.hadbox-sec1 .gt .lange .tit i svg,
.hadbox-sec1 .gt .lange .tit b svg {
  width: 100%;
  float: left;
}


.hadbox-sec1:hover .gt .lange a i img:nth-child(1)  { display: none; }
.hadbox-sec1:hover .gt .lange a i img:nth-child(2)  { display: block; }

.hadbox2 .hadbox-sec1 .gt .lange a i img:nth-child(1)  { display: none; }
.hadbox2 .hadbox-sec1 .gt .lange a i img:nth-child(2)  { display: block; }

.hadbox-sec1 .gt .lange .tit i img:nth-child(2),
.hadbox-sec1 .gt .lange .tit b img:nth-child(2),
.hadbox-sec1 .gt .lange .tit i svg:nth-child(2),
.hadbox-sec1 .gt .lange .tit b svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .gt .lange .tit i img path,
.hadbox-sec1 .gt .lange .tit b img path,
.hadbox-sec1 .gt .lange .tit i svg path,
.hadbox-sec1 .gt .lange .tit b svg path {
  fill: #fff;
}
.hadbox-sec1 .gt .lange .tit i {
  width: 18px;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .tit i {
    width: 16px;
    margin-right: 8px;
  }
}
.hadbox-sec1 .gt .lange .tit b {
  width: 10px;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .tit b {
    width: 8px;
    margin-right: 8px;
  }
}
.hadbox-sec1 .gt .lange .f_na {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 12px 15px;
  background-color: #fff;
  display: none;
}
@media (max-width: 767px) {
 .hadbox-sec1 .gt .lange:nth-child(1) { display: none; }
  .hadbox-sec1 .gt .lange .f_na {
    left: initial;
    right: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    padding: 8px 10px;
    width: 120px;
  }
  
  .hadbox-sec1 .gt .lange:nth-child(2) .tit span { font-size:16px; font-weight:bold;}
}
.hadbox-sec1 .gt .lange .f_na a {
  line-height: 40px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  white-space: nowrap;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .f_na a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .f_na a {
    font-size: 12px;
    line-height: 32px;
  }
}
.hadbox-sec1 .gt .lange .f_na a:last-child {
  border-bottom: none;
}
.hadbox-sec1 .gt .search1 { display:block; width:28px; height:23px;  display: flex; align-items: center;justify-content: center; margin-right:20px; }

@media (max-width: 767px) {
  .hadbox-sec1 .gt .search1 {
    display: none;
  }
}
.hadbox-sec1 .gt .search1 .tit {
  display: flex;
  align-items: center;
}
.hadbox-sec1 .gt .search1 .tit img,
.hadbox-sec1 .gt .search1 .tit svg {
  width: 25px;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .gt .search1 .tit img,
  .hadbox-sec1 .gt .search1 .tit svg {
    width: 22px;
  }
}
.hadbox-sec1 .gt .search1 .tit img path,
.hadbox-sec1 .gt .search1 .tit svg path {
  fill: #004896;
}
.hadbox-sec1 .gt .qie {
  padding: 0 0.3rem;
}
@media (min-width: 1200px) {
  .hadbox-sec1 .gt .qie {
    display: none;
  }
}
.hadbox-sec1 .gt .qie span {
 
}

.hadbox-sec1 .gt .lange2 p { width:124px; height:45px; line-height:45px; text-align:center; color:#fff; background:#de0000; border-radius: 3px;}





.hadbox-sec2 {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 70px);
  background-color: #fff;
  display: none;
}
.hadbox-sec2 .container {
  position: relative;
}
@media (max-width: 1199px) {
  .hadbox-sec2 .container {
    height: 100%;
    padding: 0 ;
  }
}
@media (max-width: 1199px) {
}
.hadbox-sec2 .container .f_portrait {
  width: 90px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #004896;
  border-radius: 4px;
  font-size: 14px;
}
.hadbox-sec2 .container .form {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
  margin-top: 0.34rem;
}
.hadbox-sec2 .container .form .f_sub,
.hadbox-sec2 .container .form .tx {
  height: 1rem;
}
.hadbox-sec2 .container .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 2.5rem);
  padding: 0 0.45rem;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange2 p { width:104px; font-size:14px; height:32px; line-height:32px; border-radius: 3px;}
  .hadbox-sec2 .container .form .int {
    width: calc(100% - 1.5rem);
  }
}
.hadbox-sec2 .container .form .int i {
  width: 0.38rem;
  display: block;
  overflow: hidden;
}
.hadbox-sec2 .container .form .int i img {
  float: left;
  width: 100%;
}
.hadbox-sec2 .container .form .int .tx {
  width: calc(100% - 0.38rem);
  padding: 0.2rem 0.44rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int .tx {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
  }
}
.hadbox-sec2 .container .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  color: #fff;
  background-color: #004896;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .f_sub {
    width: 1.5rem;
    font-size: 0.28rem;
  }
}
.hadbox-sec2 .container .navbox {
  padding: 0.4rem 0;
  line-height: 60px;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul {
  /* height: calc(100% - 90px); */
  height: auto;
  /* margin-bottom: 10px; */
  margin-bottom: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hadbox-sec2 .container .navbox > ul li {
  list-style: none;
}
.hadbox-sec2 .container .navbox > ul > li {
  border-bottom: 1px solid #ddd;
}
.hadbox-sec2 .container .navbox > ul > li .tit {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.hadbox-sec2 .container .navbox > ul > li .tit i {
  width: 60px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec2 .container .navbox > ul > li .tit i img,
.hadbox-sec2 .container .navbox > ul > li .tit i svg {
  float: left;
  width: 20px;
  transform: scale(1.4);
}
.hadbox-sec2 .container .navbox > ul > li .tit i img path,
.hadbox-sec2 .container .navbox > ul > li .tit i svg path {
  fill: #333;
  width: 100%;
}
.hadbox-sec2 .container .navbox > ul > li ul {
  line-height: 35px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: none;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a {
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i {
  width: 50px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg {
  float: left;
  width: 30px;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img path,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg path {
  fill: #666;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:after,
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  background-color: #999;
}


.hadbox-sec2 .lt .logo img:nth-child(1) { display: none;}
.hadbox2 .lt .logo img:nth-child(1) { display: none;}

.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li ul > li.active > a i:before {
  opacity: 0;
}
.hadbox-sec2 .container .navbox > ul > li ul ul a {
  font-size: 14px;
}
.hadbox-sec2 .container .navbox > ul > li.active .tit i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.hadbox-sec2 .container .navbox > ul > li.on .tit {
  color: #004896;
}


.hadbox-sec2 .fz_bt{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #fff;
  /* width: 120px; */
  color: #003686;
  transition: all 0.3s linear;
  font-size: 0.26rem;
  height: 0.9rem;
  border: 1px solid #eee;
  width: 100%;
}

.hadbox-sec2 .fz_bt i{
  display: flex;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.2rem;
  overflow: hidden;
}

.hadbox-sec2 .fz_bt i svg{
  width: 100%;
  height: 100%;
}

.hadbox-sec2 .fz_bt i svg path{
  fill: #003686;
}

.hadbox-sec2 .fz_bt span{
  color: #003686;
}

.hadbox-sec2 .fz_bt:hover{
  background: #003686;
  border-color: #003686;
}

.hadbox-sec2 .fz_bt:hover i svg path{
  fill: #fff;
}

.hadbox-sec2 .fz_bt:hover span{
  color: #fff;
}


.hadbox-sec3 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  transform: all 0.3s;
}
.hadbox-sec3 .hadbot_cont .cont {
  padding-top: 0.8rem;  position: relative;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont {
    padding: 0.6rem 0;
  }
}
.hadbox-sec3 .hadbot_cont .cont .form {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
}
.hadbox-sec3 .hadbot_cont .cont .form .f_sub,
.hadbox-sec3 .hadbot_cont .cont .form .tx {
  height: 1rem;
}
.hadbox-sec3 .hadbot_cont .cont .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 2.5rem);
  padding: 0 0.45rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .form .int {
    width: calc(100% - 1.5rem);
  }
}
.hadbox-sec3 .hadbot_cont .cont .form .int i {
  width: 0.38rem;
  display: block;
  overflow: hidden;
}
.hadbox-sec3 .hadbot_cont .cont .form .int i img {
  float: left;
  width: 100%;
}
.hadbox-sec3 .hadbot_cont .cont .form .int .tx {
  width: calc(100% - 0.38rem);
  padding: 0.2rem 0.24rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .form .int .tx {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
  }
}
.hadbox-sec3 .hadbot_cont .cont .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  color: #fff;
  background-color: #333333;
  transition: all 0.3s;
}
.hadbox-sec3 .hadbot_cont .cont .form .f_sub:hover{
  background-color: #004896;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .form .f_sub {
    width: 1.5rem;
    font-size: 0.28rem;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key {
  padding-left: 0.4rem;
  padding-right: 0.8rem;
  display: flex;
  align-items: flex;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key span,
.hadbox-sec3 .hadbot_cont .cont .fz_key a {
  display: block;
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key span,
  .hadbox-sec3 .hadbot_cont .cont .fz_key a {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key a:hover {
  color: #999999;
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .name {
  display: block;
  width: 105px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key .name {
    width: 90px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 105px);
  color:#e8e8e8;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key .jut {
    width: calc(100% - 90px);
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut span {
  display: block;
  margin: 0 0.24rem;
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut a,
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut span {
  margin-bottom: 0.14rem;
  color:#999999;
}

.hadbox-sec3 .hadbot_cont .cont .fz_title {
  padding-left: 0.4rem;
  font-size: 24px;
  padding-bottom: 0.34rem;
  line-height: 1;
  border-bottom: 3px solid #e8e8e8;
  margin-bottom: 0.25rem;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_title {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
  /* width: 44%; */
  width: 55%;
  display: flex;
  justify-content: space-between;
  padding-left: 0.4rem;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
    width: 56%;
  }
}

@media (max-width: 1290px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
    width: 65%;
  }
}

@media (max-width: 1200px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
    width: 70%;
  }
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
  margin-right: 0.8rem;
}
@media (max-width: 991px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
    margin-right: 0.2rem;
  }
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item:last-child {
    margin-bottom: 0;
  }
}


.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* color: #000000; */
  color: #333;
  font-size: 16px;
  transition: all 0.3s;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit:hover{
  color: #004896;
}

@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i {
  display: block;
  padding-left: 10px;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i img {
  width: 10px;
  float: left;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list {
  padding-top: 0.18rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list {
    display: none;
    padding-top: 0.24rem;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
  display: block;
  color: #000000;
  opacity: 0.7;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
@media (min-width: 1200px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a:hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
    margin-bottom: 10px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a:hover {
  color: #004896;
  opacity: 1;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list .nei {
  margin-right: 0.4rem;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list .nei:last-child {
  margin-right: 0;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item.on .tit i img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .fz_item .f_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .fz_item .f_list {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
@media (max-width: 1900px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .name {
  font-size: 16px;
  margin-right: 0.3rem;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .name {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list {
  display: flex;
  align-items: center;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li {
  position: relative;
  margin-right: 0.2rem;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li:last-child {
  margin-right: 0;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  padding: 5px;
  background-color: #fff;
  margin-top: 15px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er {
    width: 100px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er img,
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er svg {
  width: 100%;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  /* background-color: #004896; */
  background-color: #f5f5f5;
  border-radius: 50%;
  transition: all 0.3s;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a:hover{
  background-color: #004896;
}
@media (max-width: 991px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
    width: 0.72rem;
    height: 0.72rem;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a img {
  /* opacity: 0.8; */
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* max-width: 16px; */
  /* max-height: 16px; */
  max-width: 24px;
  max-height: 24px;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a svg path{
  fill: #315c9c;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a:hover svg path{
  fill:#fff; 
}

@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a img {
    /* max-width: 12px;
    max-height: 12px; */
    max-width: 20px;
    max-height: 20px;
  }
}
@media (min-width: 768px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a:hover img {
    opacity: 1;
  }
}
.hadbox:hover .hadbox-sec1 {
  background-color: #fff;
  border-color: #f1f1f1;
}
.hadbox:hover .hadbox-sec1 .lt {
  border-color: #f1f1f1;
}
.hadbox:hover .hadbox-sec1 .lt .logo img:nth-child(1),
.hadbox:hover .hadbox-sec1 .lt .logo svg:nth-child(1) {
  display: none;
}
.hadbox:hover .hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox:hover .hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .lt .text {
  color: #999999;
  opacity: 1;
}
.hadbox:hover .hadbox-sec1 .lt .text a,.hadbox.hadbox2 .hadbox-sec1 .lt .text a{
  color: #999;
}

.hadbox:hover .hadbox-sec1 .lt .text a:hover{
  color: #004896;
}

.hadbox:hover .hadbox-sec1 .f_navbox li .tit {
  color: #333333;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
  display: none;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .gt .lange {
  border-color: #f1f1f1;
}
.hadbox:hover .hadbox-sec1 .gt .lange .tit span {
  opacity: 1;
  color: #333333;
}
.hadbox:hover .hadbox-sec1 .gt .lange .tit i img path,
.hadbox:hover .hadbox-sec1 .gt .lange .tit i svg path,
.hadbox:hover .hadbox-sec1 .gt .lange .tit b img path,
.hadbox:hover .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #333333;
}
.hadbox:hover .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #7f7f7f;
}
.hadbox:hover .hadbox-sec1 .gt .search1 {
  background-color: #f5f5f5;
}
.hadbox:hover .hadbox-sec1 .gt .qie span {
  background-color: #666;
}
.hadbox2 .hadbox-sec1 {
  background-color: #fff;
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .lt {

  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .lt .logo img:nth-child(1),
.hadbox2 .hadbox-sec1 .lt .logo svg:nth-child(1) {
  display: none;
}
.hadbox2 .hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox2 .hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .lt .text {
  color: #999999;
  opacity: 1;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit {
  color: #333333;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
  display: none;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: block;
}

.hadbox .navtb {  display: flex; align-items: center; font-size: 20px;}
.hadbox:hover .navtb  {color: #333333;}

@media (max-width: 767px) {
.hadbox .navtb { display:none;}
}

.hadbox2  .navtb {color: #333333;}


.hadbox2 .hadbox-sec1 .gt .lange {
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit span {
  opacity: 1;
  color: #333333;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit i img path,
.hadbox2 .hadbox-sec1 .gt .lange .tit i svg path,
.hadbox2 .hadbox-sec1 .gt .lange .tit b img path,
.hadbox2 .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #333333;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #7f7f7f;
}
.hadbox2 .hadbox-sec1 .gt .search1 {
  background-color: #f5f5f5;
}
.hadbox2 .hadbox-sec1 .gt .qie span {
  background-color: #666;
}
.hadbox3 .hadbox-sec1 {
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox3 .hadbox-sec1 {height: 80px; line-height: 80px; }
}
@media (max-width: 991px) {
  .hadbox3 .hadbox-sec1 {height: 70px;line-height: 70px;}
}
@media (max-width: 767px) {
  .hadbox3 .hadbox-sec1 {height: 60px; line-height: 60px;}
}




.hadbox-sec3 {
  min-height:408px;
  overflow: hidden;
}


@media (max-width: 767px) {
  .hadbot .hadbot_cont {
    height: auto;
  }
}

.hadbot .hadbot_cont::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbot .hadbot_cont::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #004896;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbot .hadbot_cont::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

@media (max-width: 1580px) {
  .hadbot .hadbot_jut {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .hadbot .hadbot_jut {
    display: none;
  }
}




.hadbot .hadbot_jut { 
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  position:absolute; 
  top:90px; right:-80px; text-align:center;

}
}
@media (max-width: 1580px) {
.hadbot .hadbot_jut .close {
    font-size: 16px;
  }
}
.hadbot .hadbot_jut .close i {
  /* display: block; */
  overflow: hidden;
  width: 0.24rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 0.2rem;
  /* width: 0.5rem; */
  /* height: 0.5rem; */
  /* min-width: 40px; */
  /* min-height: 40px; */
  /* border-radius: 1000px; */
  /* background: #003686; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* margin-bottom: 10px; */
}
.hadbot .hadbot_jut .close i img,
.hadbot .hadbot_jut .close i svg {
  width: 100%;
  float: left;
  /* width: 0.2rem;
  height: 0.2rem;
  width: 15px;
  height: 15px; */
}

.hadbot .hadbot_jut .close:hover i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.hadbot .hadbot_jut .close i{
  width: 0.5rem;
  height: 0.5rem;
  min-width: 40px;
  min-height: 40px;
  border-radius: 1000px;
  background: #003686;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: 0;
}
.hadbox-sec3 .hadbot_jut .close i img,
.hadbox-sec3 .hadbot_jut .close i svg {
  width: 0.2rem;
  height: 0.2rem;
  width: 15px;
  height: 15px;
}
.hadbox-sec3 .hadbot_jut .close span{
  color: #003686;
  order: 1;
  font-size: 18px;
  text-align:center;
}
@media (max-width:1580px) {
  .hadbox-sec3 .hadbot_jut .close span{
    font-size: 16px;
  }
}




/* End */
.basemenubut {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 22px;
  
}
.basemenubut span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basemenubut span:last-child {
  margin-bottom: 0;
}
.basemenubut span:nth-child(2) {
  width: 80%;
}
.basemenubut2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 2px;
}
.basemenubut2 span:nth-child(2) {
  display: none;
}
.basemenubut2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -2px;
}




#s_fangant{overflow:hidden; height:120px; position: absolute; z-index: 1000;  width: 100%; top:65%;}
.w1350 { max-width: 1350px; margin: 0 auto;}
#s_fangant .content01{ background:#fff;}
#s_fangant .tt{ width:320px;float:left;background: #ca0e2a;color:#fff;height:120px;font-size:20px;text-align:left;line-height:26px; padding-left:20px; padding-top:35px; position:relative}
#s_fangant .tt:before{content:""; position:absolute;top:0;right:0;border-top:#fff 120px solid;border-left: transparent 60px solid;border-right:transparent 0 solid;}
#s_fangant .tt span{ display:block; font-size:13px; margin-top:5px;}
#s_fangant ul{display:block;width: calc(100% - 320px);float:right;}
#s_fangant ul li{width:33.33%;height: 120px;float:left;position:relative;text-align: center;}
#s_fangant ul li a{ display:block}
#s_fangant ul li+li:after{content:"";width:1px;display:block;background:#ececec;position:absolute;left:0;top:15px;bottom: 15px;}
#s_fangant ul li span{  font-size:24px;display:block; line-height:35px; font-weight:bold; text-align:center; margin-top:28px; }
#s_fangant ul li h5{ font-size:16px;color:#424446;display:block;line-height:30px; text-align:center;  vertical-align: top;}
#s_fangant ul li p{ font-size:12px; color:#898a8b;}
#s_fangant ul li:hover span{ -webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}


@media(max-width: 768px){
  #s_fangant { display:none;} }



@-webkit-keyframes jello {

    from, 11.1%, to { -webkit-transform: none; transform: none }
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }

    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }



    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}

@-moz-keyframes jello {
    from, 11.1%, to { -moz-transform: none; transform: none }
    22.2% { -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}

@keyframes jello {
    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none }
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}


.bannerbox.on .f_jut {
  opacity: 0;
  visibility: hidden;
}
.bannerbox.on .f_jut .fz_img .lt span {
  animation: left1 1.4s 0.8s linear;
}
.bannerbox.on .f_jut .fz_img .lt {
  animation: left2 1.4s 0.8s linear;
}
.bannerbox.on .f_jut .fz_img .gt span {
  animation: right1 1.4s 0.8s linear;
}
.bannerbox.on .f_jut .fz_img .gt {
  animation: right2 1.4s 0.8s linear;
}
@-webkit-keyframes left1 {
  0% {
    left: 0;
  }
  100% {
    left: 200%;
  }
}
@-webkit-keyframes right1 {
  0% {
    right: 0;
  }
  100% {
    right: 200%;
  }
}
@-webkit-keyframes left2 {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes right2 {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
@keyframes shangxia {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
/* End */
.pad_top {padding-top:50px;}
.pad_bot { padding-bottom: 80px;}
.s_hd { margin-bottom:40px;}

.s_fangan { background:#f7fafd; position:relative;width:100%;overflow:hidden}
.s_fangan .m{ display:flex;justify-content:space-between;align-items:flex-end; max-width:1400px; margin:0 auto;}
.s_fangan_bg { position:absolute;top:50%; left:-30px; transform:translateY(-50%)}
.s_fangan .left { width:45%; }
.s_fangan .left ul li+li{margin-top:20px}
.s_fangan .left ul li .box { padding:15px 20px 15px 30px;display:block;position:relative;transition:.3s}
.s_fangan .left ul li .box h4 {font-size:24px; color:#152f59;font-weight:bold; margin-bottom:10px;}
.s_fangan .left ul li .box p{ font-size:14px; color:#8a8d91;line-height:24px;}
.s_fangan .left ul li .box:before{content:"";display:block;width:6px;height:100%;background:#b5d4f2;position:absolute;left:0;top:0;transition:.3s}
.s_fangan .s_tt h3{text-align:left}
.s_tt h3 { font-size: 40px; color: #30343c; text-align: center; font-weight: bold;}

.s_fangan .right { display:flex; flex-direction:column; width:45%; margin-left:10%; padding-top:20px; }
.s_fangan .right .txt{display:flex;font-size:24px;line-height:24px;color:rgba(0,0,0,0.66);margin-top:15px;padding:15px 0}
.s_fangan .right .txt p{margin:0 20px;}
.s_fangan .right .swiper{width:100%}
.s_fangan .right .swiper img { width:100%; max-width:629px; text-align:right; float:right; }
.s_fangan .left ul li.on .box{background:#ebf1fe}
.s_fangan .left ul li.on .box:before{background:#0179fc}
.s_fangan .left ul li.on .box h4{color:#0179fc}




@media(max-width: 768px){
	.pad_bot { padding-bottom: 30px;}
	.pad_top { padding-top: 40px;}

  .s_hd { margin-bottom:20px;}
  .s_fangan .m{ display:block; width:94%; margin:0 auto;}
  .s_tt h3 { font-size: 24px; color: #30343c; text-align: center; font-weight: bold;}
  .s_fangan .left {  width:100%; }
  .s_fangan .left ul li { width:100%;} 
  .s_fangan .left ul li+li{margin-top:10px}
  .s_fangan .left ul li .box { padding:5px 15px 5px 15px;}
  .s_fangan .left ul li .box h4 {font-size:22px; margin-bottom:8px;}
   .s_fangan .left ul li .box p{ font-size:14px; line-height:22px;}
   
  .s_fangan .right { display:block; width:100%;margin-left:0px;}
}


@keyframes scalefz1 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(3);
  }
}
@keyframes width1 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes width2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}



.foot-top-warp{background:#102d5e;overflow:hidden;}

.foot-top { padding: 55px 0 0px;overflow: hidden; }
.foot-top .contain { vertical-align:top; }

.foot-top .foota { width:29%; overflow: hidden; }
.foot-top .footb { width:21%; overflow: hidden; padding-left:3%; padding-right:3%; }
.foot-top .footc { width:21%; overflow: hidden; padding-right:3%; }
.foot-top .footd { width:29%; overflow: hidden; }

.foot-top .f-lm { float:left; display:inline-block;  overflow: hidden; padding-top:20px;}
.foot-top .f-lmcon { display:block; margin-top: 12px; font-size:16px; line-height:24px; margin-bottom:40px; color: #ededed;}

.foot-top .f-lm h4 { font-size:18px;line-height: 25px;color: #fff; font-weight:bold;}
.foot-top .f-lm .link{ margin-top: 12px;}
.foot-top .f-lm .link a{ display: block; font-size: 16px; color: #999; line-height: 30px;}
.foot-top .f-lm .link a:hover{ color: #fff;}

.foot-top .itemlink { margin-top: 25px; color: #fff; border-bottom:1px solid #30476f; border-top:1px solid #30476f; padding:20px 0px; line-height:28px; }
.foot-top .itemlink a { color: #fff;}

.foot-top .itemlink2 { margin-top: 25px; color: #fff; padding-left:5px;  }
.foot-top .itemlink2  i {font-size: 40px; display:inline-block; color:#fff; padding-right:12px;}

.foot-top .f-logo-item .itemlink li { display: block;  color: #fff; line-height: 24px; padding-bottom:12px;}
.foot-top .f-logo-item .itemlink li i { padding-right:8px; font-size: 22px; display: inline-block;}
.foot-top .f-logo-item .itemlink li span { font-size: 18px; display: inline-block; vertical-align:top;}



.f-lm form .item input {
	font-size:16px;
    align-items: center;
    height: 35px;
    background-color: #b4c1d8;
	color:#999;
    width: 100%;
	border:none;
	padding-left:10px;
}
.f-lm form .forma { display:inline-block; width:31.3%; margin-right:2%}
.f-lm form .forma:nth-child(3) { margin-right:0; }
.f-lm form .item { display:block; margin-top:15px; border-radius: 3px; overflow: hidden; }
.f-lm form .item textarea {
	font-size:16px;
    height: 120px;
    background-color: #b4c1d8;
	color:#999;
    width: 100%;
    padding-top: 10px;
	padding-left:10px;
	border:none;
}

.f-lm form button {
    width: 168px;
    height: 35px;
    background-color: #b4c1d8;
	border:none;
	font-size:16px;
	color:#fff;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top:20px;
}




.foot-copy{
	border-top:1px solid #385078;
	margin-top:40px;
	line-height: 32px;
	padding:10px 0px;
	font-size: 16px;
	color: #a8a8a8;
	overflow:hidden;
}
.foot-copy a{
	color: #a8a8a8;
}
.foot-copy a:hover{
	color: #a8a8a8;
}

@media (max-width: 767px) {
	.foot-top { padding: 35px 20px 15px;}
	.foot-top .footb { display:none;}
	.foot-top .footc { display:none;}
	.foot-top .footd { display:none;}
	
	
      .foot-top .foota { width:94%; margin-left:3%; margin-right:3%; overflow: hidden; }


	.foot-top .f-ewmcon {  float: none; width:100%; display:inline-block; padding-top: 0px;} 
	.foot-top .f-ewm { float: left; width:60%; margin-left:0%;display:block;}
	.foot-top .f-ewm .ewm{ float:left; width:50%; margin-left:0px; text-align: center;}
	.foot-top .f-ewmcon .ewm img { width: 100px; display:block; margin:0 auto;}
	.foot-top .f-ewmcon .ewm p{  margin-top:5px;}
	
	.foot-top .f-ewm-item .itemphone {font-size: 20px; margin-top: 5px;}
	.foot-top .f-ewm-item {margin-bottom: 10px;}
	.foot-top .f-ewm-item .itemlink li {padding-bottom: 3px;}
	
	.foot-copy {line-height:24px; padding:15px 20px}
	.foot-copy .fl { float:none;}
	.foot-copy .fr { float:none; padding-top:10px;}
	
}

.fadeInUp { -webkit-animation-name: fadeInUp;  animation-name: fadeInUp;}


.fs-80{font-size:80px !important}.fs-78{font-size:78px !important}.fs-76{font-size:76px !important}.fs-74{font-size:74px !important}.fs-72{font-size:72px !important}.fs-70{font-size:70px !important}.fs-68{font-size:68px !important}.fs-66{font-size:66px !important}.fs-64{font-size:64px !important}.fs-62{font-size:62px !important}.fs-60{font-size:60px !important}.fs-58{font-size:58px !important}.fs-56{font-size:56px !important}.fs-54{font-size:54px !important}.fs-52{font-size:52px !important}.fs-50{font-size:50px !important}.fs-48{font-size:48px !important}.fs-46{font-size:46px !important}.fs-44{font-size:44px !important}.fs-42{font-size:42px !important}.fs-40{font-size:40px !important}.fs-38{font-size:38px !important}.fs-36{font-size:36px !important}.fs-34{font-size:34px !important}.fs-32{font-size:32px !important}.fs-30{font-size:30px !important}.fs-28{font-size:28px !important}.fs-26{font-size:26px !important}.fs-24{font-size:24px !important}.fs-22{font-size:22px !important}.fs-20{font-size:20px !important}.fs-18{font-size:18px !important}.fs-16{font-size:16px !important}.fs-14{font-size:14px !important}.fs-12{font-size:12px !important}.fs-10{font-size:10px !important}.fs-8{font-size:8px !important}.fs-6{font-size:6px !important}.fs-4{font-size:4px !important}.fs-2{font-size:2px !important}@media (min-width:575.98px){.fs-sm-80{font-size:80px !important}.fs-sm-78{font-size:78px !important}.fs-sm-76{font-size:76px !important}.fs-sm-74{font-size:74px !important}.fs-sm-72{font-size:72px !important}.fs-sm-70{font-size:70px !important}.fs-sm-68{font-size:68px !important}.fs-sm-66{font-size:66px !important}.fs-sm-64{font-size:64px !important}.fs-sm-62{font-size:62px !important}.fs-sm-60{font-size:60px !important}.fs-sm-58{font-size:58px !important}.fs-sm-56{font-size:56px !important}.fs-sm-54{font-size:54px !important}.fs-sm-52{font-size:52px !important}.fs-sm-50{font-size:50px !important}.fs-sm-48{font-size:48px !important}.fs-sm-46{font-size:46px !important}.fs-sm-44{font-size:44px !important}.fs-sm-42{font-size:42px !important}.fs-sm-40{font-size:40px !important}.fs-sm-38{font-size:38px !important}.fs-sm-36{font-size:36px !important}.fs-sm-34{font-size:34px !important}.fs-sm-32{font-size:32px !important}.fs-sm-30{font-size:30px !important}.fs-sm-28{font-size:28px !important}.fs-sm-26{font-size:26px !important}.fs-sm-24{font-size:24px !important}.fs-sm-22{font-size:22px !important}.fs-sm-20{font-size:20px !important}.fs-sm-18{font-size:18px !important}.fs-sm-16{font-size:16px !important}.fs-sm-14{font-size:14px !important}.fs-sm-12{font-size:12px !important}.fs-sm-10{font-size:10px !important}.fs-sm-8{font-size:8px !important}.fs-sm-6{font-size:6px !important}.fs-sm-4{font-size:4px !important}.fs-sm-2{font-size:2px !important}}@media (min-width:767.98px){.fs-md-80{font-size:80px !important}.fs-md-78{font-size:78px !important}.fs-md-76{font-size:76px !important}.fs-md-74{font-size:74px !important}.fs-md-72{font-size:72px !important}.fs-md-70{font-size:70px !important}.fs-md-68{font-size:68px !important}.fs-md-66{font-size:66px !important}.fs-md-64{font-size:64px !important}.fs-md-62{font-size:62px !important}.fs-md-60{font-size:60px !important}.fs-md-58{font-size:58px !important}.fs-md-56{font-size:56px !important}.fs-md-54{font-size:54px !important}.fs-md-52{font-size:52px !important}.fs-md-50{font-size:50px !important}.fs-md-48{font-size:48px !important}.fs-md-46{font-size:46px !important}.fs-md-44{font-size:44px !important}.fs-md-42{font-size:42px !important}.fs-md-40{font-size:40px !important}.fs-md-38{font-size:38px !important}.fs-md-36{font-size:36px !important}.fs-md-34{font-size:34px !important}.fs-md-32{font-size:32px !important}.fs-md-30{font-size:30px !important}.fs-md-28{font-size:28px !important}.fs-md-26{font-size:26px !important}.fs-md-24{font-size:24px !important}.fs-md-22{font-size:22px !important}.fs-md-20{font-size:20px !important}.fs-md-18{font-size:18px !important}.fs-md-16{font-size:16px !important}.fs-md-14{font-size:14px !important}.fs-md-12{font-size:12px !important}.fs-md-10{font-size:10px !important}.fs-md-8{font-size:8px !important}.fs-md-6{font-size:6px !important}.fs-md-4{font-size:4px !important}.fs-md-2{font-size:2px !important}}@media (min-width:991.98px){.fs-lg-80{font-size:80px !important}.fs-lg-78{font-size:78px !important}.fs-lg-76{font-size:76px !important}.fs-lg-74{font-size:74px !important}.fs-lg-72{font-size:72px !important}.fs-lg-70{font-size:70px !important}.fs-lg-68{font-size:68px !important}.fs-lg-66{font-size:66px !important}.fs-lg-64{font-size:64px !important}.fs-lg-62{font-size:62px !important}.fs-lg-60{font-size:60px !important}.fs-lg-58{font-size:58px !important}.fs-lg-56{font-size:56px !important}.fs-lg-54{font-size:54px !important}.fs-lg-52{font-size:52px !important}.fs-lg-50{font-size:50px !important}.fs-lg-48{font-size:48px !important}.fs-lg-46{font-size:46px !important}.fs-lg-44{font-size:44px !important}.fs-lg-42{font-size:42px !important}.fs-lg-40{font-size:40px !important}.fs-lg-38{font-size:38px !important}.fs-lg-36{font-size:36px !important}.fs-lg-34{font-size:34px !important}.fs-lg-32{font-size:32px !important}.fs-lg-30{font-size:30px !important}.fs-lg-28{font-size:28px !important}.fs-lg-26{font-size:26px !important}.fs-lg-24{font-size:24px !important}.fs-lg-22{font-size:22px !important}.fs-lg-20{font-size:20px !important}.fs-lg-18{font-size:18px !important}.fs-lg-16{font-size:16px !important}.fs-lg-14{font-size:14px !important}.fs-lg-12{font-size:12px !important}.fs-lg-10{font-size:10px !important}.fs-lg-8{font-size:8px !important}.fs-lg-6{font-size:6px !important}.fs-lg-4{font-size:4px !important}.fs-lg-2{font-size:2px !important}}@media (min-width:1199.98px){.fs-xl-80{font-size:80px !important}.fs-xl-78{font-size:78px !important}.fs-xl-76{font-size:76px !important}.fs-xl-74{font-size:74px !important}.fs-xl-72{font-size:72px !important}.fs-xl-70{font-size:70px !important}.fs-xl-68{font-size:68px !important}.fs-xl-66{font-size:66px !important}.fs-xl-64{font-size:64px !important}.fs-xl-62{font-size:62px !important}.fs-xl-60{font-size:60px !important}.fs-xl-58{font-size:58px !important}.fs-xl-56{font-size:56px !important}.fs-xl-54{font-size:54px !important}.fs-xl-52{font-size:52px !important}.fs-xl-50{font-size:50px !important}.fs-xl-48{font-size:48px !important}.fs-xl-46{font-size:46px !important}.fs-xl-44{font-size:44px !important}.fs-xl-42{font-size:42px !important}.fs-xl-40{font-size:40px !important}.fs-xl-38{font-size:38px !important}.fs-xl-36{font-size:36px !important}.fs-xl-34{font-size:34px !important}.fs-xl-32{font-size:32px !important}.fs-xl-30{font-size:30px !important}.fs-xl-28{font-size:28px !important}.fs-xl-26{font-size:26px !important}.fs-xl-24{font-size:24px !important}.fs-xl-22{font-size:22px !important}.fs-xl-20{font-size:20px !important}.fs-xl-18{font-size:18px !important}.fs-xl-16{font-size:16px !important}.fs-xl-14{font-size:14px !important}.fs-xl-12{font-size:12px !important}.fs-xl-10{font-size:10px !important}.fs-xl-8{font-size:8px !important}.fs-xl-6{font-size:6px !important}.fs-xl-4{font-size:4px !important}.fs-xl-2{font-size:2px !important}}@media (min-width:1399.98px){.fs-xxl-80{font-size:80px !important}.fs-xxl-78{font-size:78px !important}.fs-xxl-76{font-size:76px !important}.fs-xxl-74{font-size:74px !important}.fs-xxl-72{font-size:72px !important}.fs-xxl-70{font-size:70px !important}.fs-xxl-68{font-size:68px !important}.fs-xxl-66{font-size:66px !important}.fs-xxl-64{font-size:64px !important}.fs-xxl-62{font-size:62px !important}.fs-xxl-60{font-size:60px !important}.fs-xxl-58{font-size:58px !important}.fs-xxl-56{font-size:56px !important}.fs-xxl-54{font-size:54px !important}.fs-xxl-52{font-size:52px !important}.fs-xxl-50{font-size:50px !important}.fs-xxl-48{font-size:48px !important}.fs-xxl-46{font-size:46px !important}.fs-xxl-44{font-size:44px !important}.fs-xxl-42{font-size:42px !important}.fs-xxl-40{font-size:40px !important}.fs-xxl-38{font-size:38px !important}.fs-xxl-36{font-size:36px !important}.fs-xxl-34{font-size:34px !important}.fs-xxl-32{font-size:32px !important}.fs-xxl-30{font-size:30px !important}.fs-xxl-28{font-size:28px !important}.fs-xxl-26{font-size:26px !important}.fs-xxl-24{font-size:24px !important}.fs-xxl-22{font-size:22px !important}.fs-xxl-20{font-size:20px !important}.fs-xxl-18{font-size:18px !important}.fs-xxl-16{font-size:16px !important}.fs-xxl-14{font-size:14px !important}.fs-xxl-12{font-size:12px !important}.fs-xxl-10{font-size:10px !important}.fs-xxl-8{font-size:8px !important}.fs-xxl-6{font-size:6px !important}.fs-xxl-4{font-size:4px !important}.fs-xxl-2{font-size:2px !important}

.mt-xl-4 {  margin-top: 20px !important;}/*# sourceMappingURL=./common.css.map */