@charset "utf-8"; /* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei",
    "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";
  color: #555555;
  font-size: 14px;
  width: 100%;
}
.prog_box .prog h1 {
  width: 30%;
  margin: 0 auto;
  font-size: 30px;
  color: #333;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.prog_box .prog h2 {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  text-align: center;
}
a {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  color: #555555;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
a:hover {
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} /* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li {
  list-style: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  zoom: 1;
} /* 触发 hasLayout */
img {
  vertical-align: middle;
}
input:focus {
  outline: none;
} /*去除按钮选中的高亮标签*/
textarea:focus {
  outline: none;
} /*去除文本框选中的高亮标签*/
button:focus {
  outline: none;
} /*去除按钮选中的高亮标签*/
select:focus {
  outline: none;
} /*去除下拉框选中的高亮标签*/
img {
  vertical-align: middle;
}
div,
p,
table,
td,
ul,
li,
span,
a,
ol,
input,
label {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  font-size: 14px;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  font-size: 14px;
}
input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: 14px;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 14px;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 14px;
}
textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei",
    "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";
}
.search input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #89a4d5;
  font-size: 13px;
}
.search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #89a4d5;
  font-size: 13px;
}
.search input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #89a4d5;
  font-size: 13px;
}
.search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #89a4d5;
  font-size: 13px;
}
.search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #89a4d5;
  font-size: 13px;
}
video::-internal-media-controls-download-button {
  display: none;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}
.mo_down {
  height: 0px;
  overflow: hidden;
}
.mo_down.on {
  height: auto;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.fl {
  float: left;
}
.fr {
  float: right;
} /*渐变从左向右*/
.jianbian2 {
  height: 200px;
  background: -webkit-linear-gradient(
    to right,
    blue,
    yellow
  ); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(
    to right,
    blue,
    yellow
  ); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(
    to right,
    blue,
    yellow
  ); /* Firefox 3.6 - 15 */
  background: linear-gradient(
    to right,
    white,
    yellow
  ); /* 标准的语法（必须放在最后） */
} /*黑白照片*/
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  cursor: pointer;
} /*圆角5px*/
.radius5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
} /*圆角10px*/
.radius10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
} /*图片变大*/
.tra {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  filter: scale(1);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.tra:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  filter: scale(1.15);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
} /*透明度50%*/
.opacity5 {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.shadow1 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
}
.shadow2 {
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
}
.shadow2:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
} /*投影*/
.shadow5 {
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
}
.shadow7 {
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
}
.shadow7:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
}
.shadow1_1 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -ms-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
}
.shadow5:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 5px 10px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 5px 10px 10px;
  -ms-box-shadow: rgba(0, 0, 0, 0.05) 5px 10px 10px;
  -o-box-shadow: rgba(0, 0, 0, 0.05) 5px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 5px 10px 10px;
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
}
.shadow8 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 5px;
  -ms-box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 5px;
  -o-box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 5px;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.shadow6 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 60px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 60px;
  -ms-box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 60px;
  -o-box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 60px;
  box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 60px;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
} /*投影*/
.shadow10 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 10px;
  -ms-box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 10px;
  -o-box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 10px;
}
* {
  word-wrap: break-word;
  word-break: break-all;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.pc_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 0px solid rgba(255, 255, 255, 0.25);
  height: 88px;
  z-index: 1000;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}
.pc_header .pc_header_content {
  max-width: 1500px;
  margin: 0 auto;
}
.pc_header .pc_header_content .header_content_logo {
  display: inline-block;
  line-height: 88px;
}
.pc_header .pc_header_content .header_content_right .menu {
  margin-top: 25px;
}
.pc_header .pc_header_content .header_content_right .menu ul li {
  margin-right: 47px;
}
.pc_header .pc_header_content .header_content_right .menu ul li span {
  display: block;
}
.pc_header .pc_header_content .header_content_right .menu ul li .menu_title {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  line-height: 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
#cs_header_top.dark {
  background: rgba(0, 0, 0, 0.6);
  height: 60px;
  -webkit-animation: 0.5s fadeIn ease;
  -moz-animation: 0.5s fadeIn ease;
  -o-animation: 0.5s fadeIn ease;
  animation: 0.5s fadeIn ease;
  -webkit-box-shadow: 0 0 10px #a5a5a5;
  -moz-box-shadow: 0 0 10px #a5a5a5;
  box-shadow: 0 0 10px #a5a5a5;
}
#cs_header_top.dark .pc_header_content .header_content_logo {
  line-height: 60px;
}
#cs_header_top.dark .pc_header_content .header_content_right .menu {
  margin-top: 10px;
}
#cs_header_top.dark
  .pc_header_content
  .header_content_right
  .menu
  ul
  li
  .menu_title {
  line-height: 22px;
}
.footer {
  display: flex;
  justify-content: space-between;
  padding: 40px 100px;
}
.footer-left {
  font-size: 14px;
  /* color: #ffffff; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  flex: none;
}
.footer-left-item {
  display: flex;
}
.footer-left-text {
  line-height: 30px;
  color: #787b83;
}
.footer-left-icon {
  width: 40px;
  height: 40px;
  flex: none;
  margin-right: 20px;
}
.footer-middle {
  width: 30%;
  display: flex;
  flex-direction: column;
  flex: none;
}
.footer-right {
  width: 30%;
  flex: none;
}
.footer-middle-top-label-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.footer-middle-top-label-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #8e8e8e;
  padding: 10px 10px;
  background: black;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.footer-middle-bottom-text-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.footer-middle-bottom-text-item{
    color: #787b83;
}
.footer-right-text-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    line-height: 30px;
}
.footer-right-text-item{
    margin-right: 10px;
    color: #787b83;
}
.footer-right-btn{
    border: 1px solid #787b83;
    padding: 10px 20px;
    width: fit-content;
    margin-top: 20px;
    border-radius: 5px;
    color: #ffffff;
}
