.wrap1200 {
  width: 1200px;
  margin: 0 auto;
}
.ofweek-en-header {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #E4E7ED;
  font-size: 14px;
}
.ofweek-en-header .en-header-nav {
  height: 96px;
}
.ofweek-en-header .en-header-nav .wrap1200 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ofweek-en-header .en-header-nav .header-search-input {
  width: 430px;
}
.ofweek-en-header .en-header-nav .user-nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.ofweek-en-header .en-header-nav .user-nav li {
  margin-left: 24px;
}
.ofweek-en-header .en-header-nav .user-nav li .icon-wrap {
  display: block;
  position: relative;
  cursor: pointer;
}
.ofweek-en-header .en-header-nav .user-nav li .icon-wrap:hover {
  color: unset;
  text-decoration: none;
}
.ofweek-en-header .en-header-nav .user-nav li i {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 5px;
}
.ofweek-en-header .en-header-nav .user-nav li p {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ofweek-en-header .en-header-nav .user-nav li .icon-user {
  background: url(../images/icon/user.png) no-repeat center;
}
.ofweek-en-header .en-header-nav .user-nav li .icon-chat {
  background: url(../images/icon/chat.png) no-repeat center;
}
.ofweek-en-header .en-header-nav .user-nav li .icon-langue {
  background: url(../images/icon/langue.png) no-repeat center;
}
.ofweek-en-header .en-header-nav .user-nav li .no-read-num {
  position: absolute;
  top: -8px;
  right: -4px;
  padding: 0 6px;
  height: 20px;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  background: #E72E2E;
}
.ofweek-en-header .header-sub-nav {
  height: 46px;
}
.ofweek-en-header .header-sub-nav .wrap1200 {
  height: 100%;
}
.ofweek-en-header .header-sub-nav .wrap1200,
.ofweek-en-header .header-sub-nav .left-ul,
.ofweek-en-header .header-sub-nav .right-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ofweek-en-header .header-sub-nav .left-ul li {
  margin-right: 40px;
  transition: color 0.2s;
}
.ofweek-en-header .header-sub-nav .left-ul li a {
  color: #3D3D3D;
}
.ofweek-en-header .header-sub-nav .left-ul li.active a,
.ofweek-en-header .header-sub-nav .left-ul li:hover a {
  color: #E72E2E;
}
.ofweek-en-header .header-sub-nav .right-ul li {
  position: relative;
  margin-left: 25px;
  color: #606266;
  transition: color 0.2s;
  text-decoration: underline;
}
.ofweek-en-header .header-sub-nav .right-ul li a {
  cursor: pointer;
}
.ofweek-en-header .header-sub-nav .right-ul li:hover {
  color: #E72E2E;
}
.ofweek-en-header .header-sub-nav .right-ul li::before {
  position: absolute;
  top: 0;
  left: -12px;
  width: 1px;
  height: 100%;
  background: #AAAAAA;
  content: '';
}
.ofweek-en-header .header-sub-nav .right-ul li:first-child::before {
  display: none;
}
.ofweek-en-header .header-sub-nav .header-email-input {
  width: 320px;
}
.ofweek-en-header .header-popover {
  position: relative;
}
.ofweek-en-header .header-popover .header-popover-list {
  display: none;
  position: absolute;
  left: -10px;
  top: 60px;
  z-index: 1;
  min-width: 100px;
  padding: 6px 0;
  background: #fff;
  border: 1px solid #EBEEF5;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.ofweek-en-header .header-popover .header-popover-list::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -6px;
  left: 25px;
  border-color: transparent;
  border-style: solid;
  content: " ";
  border-width: 6px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #FFF;
}
.ofweek-en-header .header-popover .header-popover-list p {
  padding: 5px 16px;
  line-height: 22px;
  cursor: default;
}
.ofweek-en-header .header-popover .header-popover-list a {
  display: block;
  padding: 5px 16px;
  color: #303133;
  background: #fff;
  line-height: 22px;
  transition: all 0.2s;
}
.ofweek-en-header .header-popover .header-popover-list a:hover {
  background: rgba(231, 46, 46, 0.06);
  color: #E72E2E;
}
.ofweek-en-header .header-popover .header-popover-list .line {
  display: block;
  height: 1px;
  background: #EBEEF5;
  margin: 6px 0;
}
.ofweek-en-header .header-popover .header-popover-list.center {
  text-align: center;
}
.ofweek-en-header .header-popover .header-popover-list.active {
  opacity: 1;
}
.ofweek-en-header .header-popover.active .header-popover-list {
  display: block;
}
.ofweek-en-footer {
  padding: 50px 0;
  background: #121212;
  font-size: 14px;
  color: #fff;
}
.ofweek-en-footer a {
  opacity: 1;
  transition: opacity 0.2s;
}
.ofweek-en-footer a:hover {
  opacity: 0.8;
}
.ofweek-en-footer .footer-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px;
}
.ofweek-en-footer .footer-nav li p {
  margin-bottom: 7px;
  line-height: 1.3em;
}
.ofweek-en-footer .footer-nav li p b {
  font-size: 16px;
  line-height: 1.5em;
}
.ofweek-en-footer .footer-nav li .phone {
  padding-left: 22px;
  background: url(../images/icon/phone.png) no-repeat center left;
}
.ofweek-en-footer .footer-nav li .email {
  padding-left: 22px;
  background: url(../images/icon/email.png) no-repeat center left;
}
.ofweek-en-footer .footer-nav .footer-share {
  display: flex;
}
.ofweek-en-footer .footer-nav .footer-share li {
  margin-right: 12px;
  user-select: none;
}
.ofweek-en-footer .footer-nav .footer-share li:last-child {
  margin-right: 0;
}
.ofweek-en-footer .partner-links {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.ofweek-en-footer .partner-links li {
  margin: 0 12px;
}
.ofweek-en-footer .partner-links li b {
  font-size: 16px;
}
.ofweek-en-footer .copyright {
  text-align: center;
}
.new-com-input {
  display: flex;
}
.new-com-input input {
  display: block;
  flex: 1;
  box-sizing: border-box;
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  color: #A8ABB2;
  line-height: 40px;
  border: 1px solid #DCDFE6;
  border-radius: 4px 0 0 4px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  outline: none;
}
.new-com-input input:hover {
  border-color: #c7cad2;
}
.new-com-input input:focus {
  border-color: rgba(231, 46, 46, 0.3);
}
.new-com-input button {
  box-sizing: border-box;
  width: 65px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #fff;
  background: #E72E2E;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.new-com-input.middle-size input {
  height: 32px;
  line-height: 32px;
}
.new-com-input.middle-size button {
  width: 100px;
}
.new-com-input.header-search-input {
  width: 500px;
}
.new-com-input.header-search-input button i {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icon/search_icon1.png) no-repeat center;
  margin: 0 auto;
}
.new-com-input.header-email-input {
  width: 320px;
}
.news-bread {
  display: flex;
  align-items: center;
  height: 42px;
}
.news-bread li {
  position: relative;
  font-size: 12px;
  margin-right: 20px;
}
.news-bread li::after {
  position: absolute;
  right: -14px;
  top: 0;
  content: '>';
}
.news-bread li:last-child::after {
  display: none;
}
#en-chat-dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
#en-chat-dialog .chat-dialog-block {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: border-box;
  width: 1010px;
  height: 95vh;
  max-height: 760px;
  background: #fff;
}
#en-chat-dialog .chat-dialog-block #chat-close-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 36px;
  height: 36px;
  background: url(../images/icon/close_icon.png) no-repeat center;
  cursor: pointer;
}
