BODY {
  scrollbar-face-color: #dbdbdb;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-arrow-color: #000000;
  scrollbar-base-color: #000000;
  margin: 0;
  padding: 0;
  margin-top: 0;
  font: normal 9pt "Microsoft Sans Serif", "verdana", "Arial";
  background: #ffffff;
  color: #333333;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: 0;
}
.yw {
  font-family: "Century Gothic", "Microsoft Sans Serif", "verdana", "Arial";
}
.cboth {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.card-thumb {
  transition: transform ease-in-out 0.5s;
}
.card-thumb:hover {
  transform: scale(1.1);
}
.kk1200 {
  width: 93%;
  margin: 0 auto;
}
.kk90 {
  width: 90%;
  margin: 0 auto;
  height: 120px;
}

A:link {
  color: #000;
  text-decoration: none;
}
A:visited {
  color: #000;
  text-decoration: none;
}
A:active {
  color: #000;
  text-decoration: underline;
}
A:hover {
  color: #0a3562;
  text-decoration: none;
}

.top_bj {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #125c99;
  color: #fff;
  font-size: 12pt;
}

.logo_img {
  float: left;
  padding-top: 40px;
}
.logo_img img {
  height: 50px;
}
.logo {
  float: left;
  padding-left: 15px;
  padding-top: 30px;
}
.logo h1 {
  font-size: 23pt;
  color: #002b82;
  font-weight: 600;
  text-align: justify;
  text-align-last: justify;
}
.logo p {
  font-size: 14px;
  line-height: 23px;
  text-align: justify;
  text-align-last: justify;
  color: #8f8787;
}

.top_lx {
  float: right;
  width: 460px;
  height: 40px;
  padding-left: 50px;
  background: url(../images/phone.png) no-repeat left center;
  margin-top: 40px;
}
.top_lx p {
  font-size: 12px;
}
.top_lx h2 {
  font-size: 20px;
  color: #055daf;
  font-weight: 600;
}

.menu {
  width: 700px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu li {
  width: 100px;
  text-align: center;
  font-size: 14pt;
}
.menu li:hover {
  color: #eda168;
  cursor: pointer;
}

.sy_about {
  width: 95%;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 15pt;
}
.sy_about p {
  margin-top: 8px;
  line-height: 30px;
  text-indent: 2em;
}

.sy_cp_kk {
  min-width: 1200px;
  width: 95%;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.sy_cp_menu_kk {
  width: 200px;
  border: 3px solid #0055b2;
}
.sy_cp_menu_top {
  float: left;
  width: 100%;
  height: 100px;
  background: #0055b2;
  color: #fff;
  text-align: center;
  padding-top: 15px;
}
.sy_cp_menu_top h1 {
  font-size: 22pt;
}
.sy_cp_menu_top p {
  font-size: 12px;
  margin-top: 3px;
}

.sy_cp_menu {
  float: left;
  width: 100%;
}
.sy_cp_menu ul {
  width: 80%;
  margin: 0 auto;
  margin-top: 15px;
}
.sy_cp_menu li {
  float: left;
  width: 100%;
  background: #004c9f;
  margin-bottom: 15px;
  padding: 8px 10px;
}
.sy_cp_menu li a {
  color: #fff;
}
.sy_cp_menu li:hover {
  background: #023c7a;
}

.sy_cp {
  width: calc(100% - 240px);
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.sy_cp li {
  width: 30%;
  margin-bottom: 10px;
}

.sy_cp_img {
  float: left;
  width: 100%;
  height: 210px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
}
.sy_cp_img img {
  max-width: 100%;
  max-height: 90%;
}
.sy_cp_title {
  float: left;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #0055b2;
  color: #fff;
}

.fg_bq {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #333;
  font-size: 30pt;
  font-weight: 650;
  margin-top: 25px;
}
.fg_wz {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 5px;
  color: #333;
  font-size: 12pt;
}
.fg_x {
  width: 30px;
  margin: 0 auto;
  text-align: center;
  height: 5px;
  background: #ce6719;
  margin-top: 10px;
}

.foot_wz {
  float: left;
  width: 100%;
  background: #0a3562;
  height: 160px;
  color: #fff;
  position: relative;
  z-index: 20;
}
.foot_bq {
  float: left;
  width: 100%;
  background: #082c52;
  height: 38px;
  line-height: 38px;
  color: #e1e1e1;
  text-align: center;
  position: relative;
  z-index: 300;
}
.foot_lx {
  float: left;
  width: 100%;
}
.foot_lx h2 {
  font-size: 28px;
  text-shadow: 1px 1px 1px #000;
}
.foot_lx .address {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  opacity: 0.5;
}
.foot_lx .lxleft {
  width: 500px;
  float: left;
}
.foot_lx h3 {
  font-size: 30px;
  margin-top: 3px;
}
.foot_lx p {
  color: #999;
}

.foot_lx_pic {
  float: left;
  width: 67px;
}
.foot_lx_pic img {
  border-radius: 7px;
}
.foot_lx_wz {
  float: left;
}
sup {
  font-size: 10px;
  font-weight: 500;
}
.homefh {
  position: fixed;
  z-index: 20000;
  right: 20px;
  bottom: 100px;
  width: 44px;
  height: 44px;
  display: none;
}
#fy {
  clear: both;
  text-align: center;
}

.cs_search {
  width: 98%;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  font-size: 13pt;
  color: rgb(4, 27, 104);
}
input.layui-input {
  width: 100px;
  color: blue;
  background: #f8f6f6;
}

div.layui-form-item {
  display: inline-block;
}

/* .subform {
	display: inline-block;
	margin-left: 20px;
	position: absolute;
  } */

.layui-input-prefix {
  background: rgb(232, 233, 235);
}

.cs_show {
  width: 95%;
  margin: 0 auto;
  margin-top: 30px;
}

.tr_bj {
  background: #efefef;
}

.shubiao {
  cursor: pointer;
}

.cs_show {
  width: 95%;
  margin: 0 auto;
  height: 100%;
}
.cs_show_pic {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs_show_pic img {
  width: 60%;
}
.cs_show_content {
  width: 80%;
  position: fixed;
  bottom: 0;
  font-size: 14pt;
  text-align: center;
  background: #055daf;
  color: #fff;
  padding: 10px 20px;
  margin-left: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.ppic img {
  margin: 3px 5px;
  height: 20px;
}
.sltpic_show img {
  height: 20px;
}
