@charset "UTF-8";
/* 閲嶇疆zui鏍峰紡 */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Microsoft Yahei", "SimSun", arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

body,
h1,
h2,
h3,
ul,
dl,
dd,
p {
  margin: 0;
  padding: 0;
}

button,
select,
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

img {
  border: 0;
  outline: none;
  vertical-align: top;
}

li {
  list-style: none;
}

select,
a,
button {
  outline: none;
}

html,
body {
  min-width: 1200px;
}

a {
  text-decoration: none;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-ellipsis-l2 {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 灏嗗璞′綔涓哄脊鎬т几缂╃洅瀛愭ā鍨嬫樉绀� */
  display: -webkit-box;
  /* 闄愬埗鍦ㄤ竴涓潡鍏冪礌鏄剧ず鐨勬枃鏈殑琛屾暟 */
  /* -webkit-line-clamp 鍏跺疄鏄竴涓笉瑙勮寖灞炴�э紝浣跨敤浜哤ebKit鐨凜SS鎵╁睍灞炴�э紝璇ユ柟娉曢�傜敤浜嶹ebKit娴忚鍣ㄥ強绉诲姩绔紱*/
  -webkit-line-clamp: 2;
  /* 璁剧疆鎴栨绱几缂╃洅瀵硅薄鐨勫瓙鍏冪礌鐨勬帓鍒楁柟寮� */
  -webkit-box-orient: vertical;
}

body {
  font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans CN", "Source Han Sans", "Source Han Serif", Tahoma, Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  line-height: 1.71428571;
  color: #333;
  background-color: #fff;
}

.container {
  min-width: 1500px;
  max-width: 1500px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.article {
  color: #666;
}

.article p {
  margin-bottom: 15px;
  text-indent: 2em;
}

.article p:last-child {
  margin-bottom: 0;
}

.container-fixed {
  padding: 0;
}

.article p img {
  margin-left: -2em;
}

/* 閲嶇疆zui鏍峰紡 */
#header {
  padding: 0 116px;
  height: 114px;
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
}
#header .right {
  display: flex;
}
#header .nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
#header .nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .nav ul > li {
  height: 100%;
  position: relative;
}
#header .nav ul > li.menu_nav {
  background-repeat: no-repeat;
  background-position: 95%;
  background-image: url("../images//icon_down.png");
}
#header .nav ul > li > a {
  padding: 0 10px;
  margin: 0 15px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
#header .nav ul > li > a.active, #header .nav ul > li > a:hover {
  color: #0298fe;
}
#header .nav ul > li > a.active::after, #header .nav ul > li > a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3px;
  background: #0298fe;
}
#header .nav ul > li:hover .menu {
  display: block;
}
#header .nav ul > li .menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  min-width: 120px;
}
#header .nav ul > li .menu ol {
  list-style: none;
  padding: 10px 0 0px;
  background: #fff;
  border-radius: 0 0 3px 3px !important;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
#header .nav ul > li .menu ol a {
  display: block;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 40px;
}
#header .nav ul > li .menu ol a:hover {
  background: #0298fe;
  color: #fff;
}
#header .contact {
  display: flex;
  margin-top: 30px;
  align-items: flex-start;
  margin-right: 20px;
}
#header .contact img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  margin-top: 5px;
}
#header .contact .r_t {
  font-size: 12px;
}
#header .contact a {
  font-size: 20px;
  color: #343434;
  font-weight: bold;
}
#header .search {
  width: 183px;
  height: 37px;
  border-radius: 18px;
  border: 1px solid #e5e5e5;
  margin-top: 44px;
  position: relative;
}
#header .search .search_box {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 44px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 9px 0 rgba(198, 198, 223, 0.24);
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#header .search .search_box li {
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 400;
  color: #4c4c4c;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#header .search form {
  display: flex;
  height: 100%;
}
#header .search form img {
  display: block;
}
#header .search input {
  display: block;
  flex: 1;
  width: 60%;
  border: none;
  background: transparent;
  height: 100%;
  outline: none;
  padding-left: 16px;
  line-height: 37px;
}
#header .search button {
  background: transparent;
  border: none;
  width: 40px;
  box-sizing: border-box;
}

.footer {
  height: 540px;
  background: url(../images/footer.png) no-repeat bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.footer .container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.footer .container .btn_up {
  display: block;
  height: 53px;
  width: 195px;
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  margin: auto;
}
.footer .footer_top {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-top: 154px;
}
.footer .footer_top .footer_logo {
  margin-right: 137px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #b2c9e8;
}
.footer .footer_top .footer_logo p {
  margin-top: 61px;
}
.footer .footer_top .footer_nav {
  display: flex;
}
.footer .footer_top .footer_nav .item {
  width: 300px;
}
.footer .footer_top .footer_nav .item_head {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer .footer_top .footer_nav .item_body {
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #b2c9e8;
  margin-top: 40px;
}
.footer .footer_top .footer_nav .item_body a {
  color: #b2c9e8;
}
.footer .footer_top .footer_right {
  display: flex;
}
.footer .footer_top .footer_right .item {
  width: 131px;
  text-align: center;
  margin-left: 36px;
}
.footer .footer_top .footer_right .item .item_head {
  font-family: SourceHanSansCN-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer .footer_top .footer_right .item .item_body {
  width: 131px;
  height: 131px;
  margin-top: 40px;
  background-color: #ffffff;
  border-radius: 5px;
}
.footer .footer_top .footer_right .item .item_body img{
  width: 100%;
  height: 100%;
}
.footer .footer_bottom {
  border-top: 1px solid #2a4875;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #b2c9e8;
}
.footer .footer_bottom a {
  color: #b2c9e8;
  margin-right: 10px;
}

@media (max-width: 1636px) {
  .container {
    min-width: 1200px;
    max-width: 1200px;
  }
  #header {
    height: 90px;
    min-width: 1200px;
    padding: 0;
  }
  #header .logo {
    margin-top: 10px;
  }
  #header .logo img {
    height: 60px;
  }
  #header .contact {
    margin-right: 30px;
    margin-top: 20px;
  }
  #header .contact a {
    font-size: 16px;
  }
  #header .search {
    margin-top: 26px;
  }
  #header .nav ul li {
    padding: 0 7px;
    font-size: 16px;
  }
  #header .nav ul li a {
    margin: 0;
    font-size: 16px;
  }
  #header .nav ul li.menu_nav {
    background-position: right;
  }
  .footer {
    height: 340px;
  }
  .footer .footer_top {
    padding-top: 98px;
  }
  .footer .footer_top .footer_logo {
    margin-right: 85px;
    line-height: 24px;
  }
  .footer .footer_top .footer_logo img {
    height: 60px;
  }
  .footer .footer_top .footer_nav .item {
    width: 190px;
  }
  .footer .footer_top .footer_nav .item:first-child {
    width: 310px;
  }
  .footer .footer_top .footer_nav .item_head {
    font-size: 16px;
  }
  .footer .footer_top .footer_nav .item_body {
    margin-top: 25px;
    line-height: 24px;
  }
  .footer .footer_top .footer_right .item {
    width: 82px;
    margin-left: 24px;
  }
  .footer .footer_top .footer_right .item .item_head {
    font-size: 16px;
  }
  .footer .footer_top .footer_right .item .item_body {
    margin-top: 25px;
    width: 85px;
    height: 85px;
  }
  .footer .footer_top .footer_right .item .item_body img {
    width: 100%;
    height: 100%;
  }
}
.pages {
  display: flex;
  justify-content: center;
}
.pages .container {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 110px;
  font-size: 0;
}
.pages a,
.pages span {
  display: inline-block;
  border: 1px solid #dddddd;
  height: 43px;
  line-height: 41px;
  padding: 0 16px;
  margin: 0 5px;
  font-size: 16px;
  color: #333;
}
.pages a.active, .pages a:hover,
.pages span.active,
.pages span:hover {
  background: #189ffb;
  border-color: #189ffb;
  color: #fff;
  font-size: 16px;
}

.onLine {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.onLine li {
  position: relative;
  border: 1px solid #dddddd;
  margin-top: -1px;
  z-index: 0;
}

.onLine li a {
  display: block;
  width: 54px;
  height: 54px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  padding-top: 5px;
  background: #ffffff;
  transition: all 0.5s ease;
}

.onLineBox {
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.onLineIco {
  display: block;
  width: 23px;
  height: 24px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.onLineCon {
  position: absolute;
  right: 54px;
  top: 0;
  line-height: 24px;
  padding: 15px 20px;
  white-space: nowrap;
  background: #2fbcec;
  border-right: 1px solid #ace4f7;
  color: #ffffff;
  transform: translateX(200%);
  transition: all 0.5s ease;
  border-radius: 3px 0 0 3px;
  opacity: 0;
}

.onLine li.top a {
  background: url(../images/top.png) center center #666666 no-repeat;
}

.onLineLi1 .onLineIco {
  background-image: url(../images/onLineIco1.png);
}

.onLineLi2 .onLineIco {
  background-image: url(../images/onLineIco2.png);
}

.onLineLi3 .onLineIco {
  background-image: url(../images/onLineIco3.png);
}

.onLineLi4 .onLineIco {
  background-image: url(../images/onLineIco4.png);
}

.onLineLi5 .onLineIco {
  background-image: url(../images/onLineIco5.png);
}/*# sourceMappingURL=common.css.map */