* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #f4fdfd;
}

.banner img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.container {
  display: flex;
  width: 1376px;
  margin: 0 auto;
}

.container .ctr_left {
  width: 1030px;
}

.container .ctr_left .com_title {
  display: flex;
  min-height: 48px;
  background: rgba(7, 13, 89, 0.1) !important;
  border-radius: 2px;
  line-height: 48px;
  margin-top: 20px;
}

.container .ctr_left .com_title .col_bg {
  width: 10px;
  min-height: 48px;
  background-color: #31a487 !important;
  border-radius: 2px;
}

.container .ctr_left .com_title div:last-child {
  font-size: 24px;
  font-family: "Times New Roman";
  font-weight: 500;
  color: #333333;
  margin-left: 20px;
}

.container .ctr_left .com_coantain {
  background-color: white;
  line-height: 24px;
  padding: 25px 35px;
  word-wrap: break-word;
  margin-top: 20px;
}

.container .ctr_left .icmem-contaner ul {
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.container .ctr_left .icmem-contaner ul li {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.container .ctr_left .icmem-contaner ul .en-hr {
  height: 1px;
  border-bottom: 1px dashed #CCCCCC;
  border-top: 1px dashed white;
  margin-top: 17px;
  margin-bottom: 17px;
}

.container .ctr_left .content-en-change {
  background-color: white;
  line-height: 24px;
  padding: 25px 35px;
  word-wrap: break-word;
  margin-top: 20px;
}

.container .ctr_left .content-en-change p {
  margin: 13px 0;
  line-height: 150%;
}

.container .ctr_right {
  margin-left: 17px;
}

.container .ctr_right .curdown {
  width: 160px;
  /* height: 175px; */
  background: #1f68ac;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  opacity: 0.95;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
  background: #2a92d0 !important;
}

.container .ctr_right .curdown div:first-child {
  width: 160px;
  min-height: 31px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px 5px 0px 0px;
  border: 0px solid #1f68ac;
  padding: 10px 0;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
}

.container .ctr_right .curdown div:last-child {
  width: 100%;
  height: 50px;
  font-size: 24px;
  background-color: white;
  font-family: zcoolqingkehuangyouti-Regular,zcoolqingkehuangyouti;
  font-weight: 400;
  color: #e02020;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
}

.container .ctr_right .links {
  width: 160px;
  /* height: 175px; */
  background: #1f68ac;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  opacity: 0.95;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
  background: #2a92d0 !important;
}

.container .ctr_right .links div:first-child {
  width: 160px;
  min-height: 31px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px 5px 0px 0px;
  border: 0px solid #1f68ac;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.container .ctr_right .links div:last-child p {
  width: 129px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: -10px;
  background-color: white;
  margin: 5px auto;
  border-radius: 2px;
  padding: 5px 10px;
  height: 28px;
  color: #2c3e50;
  font-size: 13px;
  font-family: SourceHanSansCN-Medium,SourceHanSansCN;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  z-index: 1003;
  padding: 0 10px;
  word-break: break-all;
  text-align: left;
}

.container .ctr_right .contact {
  width: 140px;
  background: #1f68ac;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  opacity: 0.95;
  padding: 5px 10px;
  margin: 1px 0;
  margin-bottom: 10px;
  background: #2a92d0 !important;
}

.container .ctr_right .contact .contace-span {
  display: flex;
  align-items: flex-start;
}

.container .ctr_right .contact .contace-span .contact-row {
  width: 28px;
  height: 1px;
  padding: 0px;
  background-color: #D5D5D5;
  overflow: hidden;
  margin-top: 10px;
}

.container .ctr_right .contact .contace-span .cta {
  font-size: 14px;
  font-family: PingFangSC-Medium,PingFang SC;
  font-weight: 500;
  color: #fefefe;
  line-height: 20px;
  word-break: break-all;
  text-align: center;
}

.container .ctr_right .contact .conf {
  /* height: 60px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(254, 254, 254, 0.2);
  padding: 10px 0;
}

.container .ctr_right .contact .conf .til2 {
  /* height: 17px; */
  font-size: 12px;
  font-family: PingFangSC-Medium,PingFang SC;
  font-weight: 500;
  color: #fefefe;
  line-height: 17px;
  /* word-break: keep-all; */
  word-break: break-word;
}

.container .ctr_right .contact .conf img {
  width: 68px;
  object-fit: fill;
  padding-top: 3px;
}
