* {
  padding: 0;
  margin: 0;
}

*:not(input,textarea) {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none ;
  -moz-user-focus: none ;
  -moz-user-select: none ;
}


html {
  height: 100%;
}

html,body {
  width: 100%;
  background-color:#f2f4f7;
}

body {
  position:relative;
  min-height: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:link, a:visited, a:active {
  color: #333333;
}

a:hover {
  color: #2c7266!important;
}

.header-top {
  height: 16px;
  background-color: #2c7266;
}

.header-top .header-container {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.header-top .header-left {
  height: 100%;
  font-size: 14px;
  color: gray;
  font-weight: bold;
}

.header-top .header-right {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0 22px;
}

.header-top .header-right a{
  color: gray;
}

.header {
  height: 80px;
  background-color: #ffffff;
}

.header .header-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header .header-left {
  height: 100%;
}

.header .header-left img {
  height: 63px;
}

.header .header-right {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.header .header-right .img1 {
  position: absolute;
  top: 0;
  right: 0;
}

.header .header-right .img2 {
  padding-right: 136px;
  z-index: 3;
}

.nav,
.mobile-bar {
  position: relative;
}

.mobile-bar{
  background:#f3f3f3;
  display:none;
}

.nav .nav-list,
.mobile-bar .nav-list {
  display: flex;
  justify-content: center;
}

.nav .nav-list li,
.mobile-bar .nav-list li {
  position: relative;
  white-space: nowrap;
}

.nav .nav-list .nav-li-item,
.mobile-bar .nav-list .nav-li-item {
  position: relative;
  padding: 0 1.9%;
  white-space: nowrap;
  margin: 28px 0;
  padding: 0 20px;
}

.nav .nav-list li a,
.mobile-bar .nav-list li a {
  color: #1D355D;
  font-weight: bold;
  font-size: 16px;
}

.nav .nav-list li a:hover,
.mobile-bar .nav-list li a:hover {
  color: #0ab194!important;
}


.nav .nav-list .cur::after {
  content: "";
  width: 60%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin:0 20%;
  background-color: #0ab194;
}

.nav .nav-list .cur a{
  color: #0ab194!important;
}

.nav .nav-list li .sub-nav > div,
.mobile-bar .nav-list li .sub-nav > div {
  display: none;
  flex-wrap: wrap;
  padding: 0px 10px;
  background-color: #F3F3F3;
  border-top: 1px solid #2c7266;
  position: absolute;
  top: 74px;
  left: 0;
  z-index: 4;
}

.nav .nav-list li:hover .sub-nav > div::after ,
.mobile-bar .nav-list li:hover .sub-nav > div::after {
  content: "";
  height: 1px;
  background-color: #F3F3F3;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -1px;
}

.nav .nav-list li .sub-nav > div a,
.mobile-bar .nav-list li .sub-nav > div a {
  width: 112px;
  line-height: 40px;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nav .nav-list li .sub-nav > div a:hover,
.mobile-bar .nav-list li .sub-nav > div a:hover {
  color: #0ab194!important;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  width: 100%;
  min-height: 117px;
  background-color: #515151;
  position: absolute;
  bottom: 0;
}

.footer img {

}

.footer .footer-content {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  max-width: 90%;
}

.footer .footer-content p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.footer .footer-content p a,
.footer .footer-content p a:hover {
  color: #FFF!important;
}

.botton_link{
	padding: 10px 0 5px;
	width:1200px;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	border-bottom: 1px dashed white;
	margin:10px auto 0;
}

.botton_link ul  {
	width:100%;
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}


.botton_link ul li  {
	float: left;
	text-align:center;
	padding:0 10px;
	width: 18%;
	padding:0 1% 5px;
	min-height: 136px;
}

.botton_link ul li a {
    width: 140px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
}

.botton_link ul li a img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.botton_link ul li a span {
    line-height: 1.5;
    font-size: 14px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}

.toggle, .search, .footer .quickly-links {
  display: none;
}

@media (max-width: 1240px) {
  .mobile-bar .nav-list {
    width: 100%;
  }
  .mobile-bar .nav-list li .nav-li-item{
    padding: 0 10px;
  }
  
  .botton_link{
	width:100%;
  }
  
  
}

@media (max-width: 1024px) {
	
  .header-top {
    display:none;
  }

  .header {
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	right: 0;
    z-index: 29999;
	background: #fff;
  }

  .header .header-left {
    width: 100%;
    margin-left: 0;
  }
  
  .header .header-left img {
    height: 65%;
  }
  
  .header .header-right {
    display: none;
  }
  .mobile-bar {
    max-height: 92vh;
    display: none;
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 14;
  }
  
  
  .mobile-bar .nav-list {
    flex-direction: column;
  }
  
  .mobile-bar .nav-list .cur::after {
    bottom: 0;
  }
  .mobile-bar .nav-list li .nav-li-item{
    display: flex;
    flex-direction: column;
    padding: 0;
    border-right: none;
    height: auto;
    line-height: 45px;
    margin: 0 4%;
    border-bottom: 1px solid #d0d0d0;
  }
  
  .mobile-bar .nav-list li:last-child .nav-li-item {
    border-right: none;
    border-bottom: none;
  }
  .mobile-bar .nav-list li:last-child .nav-li-item:hover {
    border-right: none;
  }
  .mobile-bar .nav-list li .nav-li-item:hover {
    border-left: none;
  }
  .mobile-bar .nav-list li:hover + li {
    border-left: none;
  }
  .mobile-bar .nav-list li a {
    color: black;
    padding-left: 5px;
  }
  .mobile-bar .nav-list li .sub-nav {
    display: none;
  }
  .mobile-bar .nav-list li .sub-nav > div {
    width: auto;
    margin: 5px 12px;
    border-top: none;
    position: unset;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .mobile-bar .nav-list li .sub-nav > div a {
    width: fit-content;
    position: relative;
    line-height: 40px;
    margin: 0 12px;
  }
  .mobile-bar .nav-list .cur {
    background-color: transparent;
  }
  .mobile-bar .nav-list .cur a {
    color: #2c7266;
  }
  .mobile-bar .nav-list .cur a:first-child:hover {
    color: #2c7266!important;
  }
  .has-sub {
    background: url("data:image/png;base64,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") no-repeat 98% center;
    background-size: 18px auto;
  }
  .toggle {
    display: block;
    position: absolute;
    left: 30px;
    width: 35px;
    height: 55px;
    cursor: pointer;
	background:url(../img/common/menuBar.png) no-repeat center;

  }
  .search {
    display: block;
    position: absolute;
    right: 30px;
    width: 35px;
    height: 55px;
    cursor: pointer;
	background:url(../img/common/search.png) no-repeat center;
  }
  .footer {
    flex-wrap: wrap;
    height: auto;
  }
  .footer .quickly-links {
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .footer .quickly-links dl {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    width: 80%;
    height: auto;
  }
  .footer .quickly-links dl dt {
    line-height: 55px;
    font-weight: bold;
  }
  .footer .quickly-links dt a {
    display: block;
    padding-left: 10px;
    color: #FFF;
    text-align: left;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAeUlEQVQ4T2NkoDJgpLJ5DAQN/P//vwPQ0v1Qix0ZGRkP4HPEqIGYoTN4whDqkv9YYtAAKDYBKl4ApC9gi2Vg7B8EicNjGWggNsOITqZAA8Fm0dRAUALGBkBe7odKFOLxMjjBjybswZywcSU4qmc9olM2VCHBZEOqgQAUj1EVPb0dqQAAAABJRU5ErkJggg==") no-repeat 97% center;
  }
  .footer .quickly-links dt a:hover, .footer .quickly-links dl dd a:hover {
    color: #FFF!important;
  }
  .footer .quickly-links dt.cur a {
    display: block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAPUlEQVQ4T2NkoDJgpLJ5DKMGUh6iIzUM////fwAYevYUhuBBRkZGB3AYUt1ACl2Gon2kxvJoGFIUAlRPNgCxdgoVOK3tfgAAAABJRU5ErkJggg==") no-repeat 97% center;
  }
  .footer .quickly-links dl dd {
    line-height: 45px;
    text-align: left;
  }
  .footer .quickly-links dl dd a {
    padding-left: 15px;
    color: #FFF;
  }
  
  .botton_link ul  {
	display: block;
  }
  
  .botton_link ul li  {
	width: 23%;
	padding:0 1% 5px;
  }
}

@media (max-width: 768px) {
  .footer .footer-content {
    margin-left: 0;
  }
  
  .botton_link ul li  {
	width: 31%;
  }
}

@media (max-width: 640px) {
  .header .header-left img {
	max-height: 75%;
    height: auto;
    max-width: calc(100% - 110px);
  }
  .toggle {
    left: 10px;
  }
  .search {
    right: 10px;
  }
  .footer {
    padding: 10px 0;
  }
  
  .botton_link ul li  {
	width: 48%;
  }
}