@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-size: 12px;
  margin: 0 auto;
  font-family: 微软雅黑, STHeiti, sans-serif;
  color: #333;
  min-width: 240px;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    max-width: 768px;
  }
}

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

ol, ul, li {
  list-style: none;
}

address, caption, cite, code, dfn, em, th, var, i {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #9f9524;
}

img {
  border: 0;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

div, dl, dt, dd, ol, ul, li {
  zoom: 1;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

a:hover {
  text-decoration: none;
}

input, textarea {
  box-sizing: border-box;
}

button, input[type=button], input[type=submit] {
  cursor: pointer;
  outline: 0;
}

/*合并表格边框，设置边框距为零*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*清除浮动*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*强制换行   禁止换行*/
.break_word {
  word-wrap: break-word;
  word-break: break-all;
}

.keep_all {
  word-break: keep-all;
  white-space: nowrap;
}

/*超出省略号，仅限单行，并且需要设定一个宽度*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

/*me*/
.wrap {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wrap {
    width: 1140px;
  }
}

/******* 状态 ******/
.fl {
  float: left;
}

.fr {
  float: right;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.none {
  display: none;
}

.hidden {
  overflow: hidden;
}

.flex_center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.footer {
  background: #133532;
  line-height: 47px;
  display: flex;
  padding: 0 12px;
}

.footer_left {
  font-size: 13px;
  color: #fff;
}
@media (min-width: 768px) {
  .footer_left {
    float: left;
    width: 511px;
  }
}
@media (max-width: 768px) {
  .footer_left {
    display: block;
    text-align: center;
  }
}

.footer_right {
  text-align: right;
}
@media (min-width: 768px) {
  .footer_right {
    float: right;
    width: 570px;
  }
}
@media (max-width: 768px) {
  .footer_right {
    display: block;
    text-align: center;
  }
}

.footer_right_a, .footer_right_code {
  display: inline-block;
  vertical-align: middle;
}

.footer_right_a a {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
  margin-right: 18px;
}

.footer_right_code:hover .footer_code_pop {
  display: block;
}

.footer_right_code {
  cursor: pointer;
  position: relative;
}

.footer_hover span, .footer_hover i {
  display: inline-block;
  vertical-align: middle;
}

.footer_hover span {
  font-size: 13px;
  color: #fff;
  margin-right: 13px;
}

.footer_hover i img {
  width: 25px;
  height: 25px;
}

.footer_code_pop {
  position: absolute;
  bottom: 100%;
  left: -70px;
  width: 160px;
  height: 204px;
  background: url("../images/pop_bg.png") no-repeat center center;
  background-size: 160px 204px;
  text-align: center;
  padding: 20px 19px 28px;
  box-sizing: border-box;
  display: none;
}

.footer_code_pop_img {
  margin-bottom: 4px;
}

.footer_code_pop_img img {
  width: 100%;
  height: 100%;
}

.footer_code_pop_text {
  font-size: 12px;
  color: #595959;
  text-align: center;
  line-height: 14px;
}

.pager {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 56px;
}
.pager > a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #e2e2e2;
  border-radius: 50%;
  font-size: 14px;
  color: #133532;
  margin-right: 12px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.pager > a.on,
.pager > a:hover {
  background: #133532;
  color: #fff;
}
.pager > a:last-child {
  margin-right: 0;
}

.field_top {
  margin: 50px 0 40px;
}

.field_top_img {
  float: left;
  width: 455px;
  margin-right: 21px;
}

.field_first > li {
  margin-bottom: 1px;
}

.field_second {
  display: none;
  margin: 0 24px;
}

.second_title {
  position: relative;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  line-height: 24px;
  padding-left: 24px;
  font-size: 13px;
  color: #000;
  cursor: pointer;
  margin-top: -1px;
}

a.grey-button {
  font-size: 13px;
  color: #5c5c5c;
  padding: 0 18px;
  line-height: 28px;
  background: #d9dfde;
  display: inline-block;
}

.three_list a {
  display: block;
  font-size: 13px;
  color: #5c5c5c;
  line-height: 22px;
}

.three_list a:hover {
  text-decoration: underline;
}

.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.patent_content {
  font-size: 13px;
  color: #8b8b8b;
  line-height: 18px;
  margin-bottom: 10px;
  height: 36px;
  overflow: hidden;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.patent_analysis {
  font-size: 13px;
  color: #153532;
  line-height: 20px;
  margin-left: 5px;
  float: left;
}

.patent_open {
  font-size: 13px;
  color: #153532;
  line-height: 20px;
  float: right;
  cursor: pointer;
}

.achievement_group ul li.on .patent_content {
  height: auto !important;
}

.three_page {
  text-align: right;
}

.three_page a {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #5c5c5c;
  padding: 0 5px;
}

.three_page a:hover {
  color: #9f9524;
}

.briefing_box {
  margin: 58px 0 54px;
}

.briefing_left {
  width: 723px;
  float: left;
}

.briefing_right {
  width: 370px;
  float: right;
}

.briefing_img {
  position: relative;
  display: block;
}

.briefing_img > img {
  width: 100%;
}

.briefing_img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #133532;
  box-sizing: border-box;
  padding: 0 32px;
  font-size: 25px;
  color: #fff;
  line-height: 85px;
  display: block;
}

.briefing_img span i {
  float: right;
}

.briefing_title {
  border-bottom: 3px solid #242424;
  padding-bottom: 16px;
}

.briefing_title:empty {
  padding-bottom: 0;
}

.briefing_title span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 16px;
  font-size: 15px;
  color: #242424;
}

.briefing_title span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #b7b7b7;
}

.briefing_title span:first-child {
  padding-left: 0;
}

.briefing_title span:last-child::after {
  width: 0;
}

.briefing_title span.on {
  color: #002814;
  font-weight: bold;
}

.briefing_page {
  text-align: right;
}

.briefing_group {
  margin: 15px 0 20px;
}
.briefing_group ul li {
  margin-bottom: 15px;
  padding-left: 5px;
}
.briefing_group ul li a {
  display: flex;
  white-space: nowrap;
  flex-direction: row;
  line-height: 25px;
}
.briefing_group .briefing_list_left {
  flex: 1;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.briefing_group .briefing_list_right {
  text-align: right;
}

.briefing_list_right span, .briefing_list_right i {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

.briefing_list_right i {
  margin-left: 24px;
}

.briefing_deta_box {
  margin: 58px 0 30px;
}

.briefing_deta_left {
  float: left;
  width: 720px;
}

.briefing_deta_right {
  float: right;
  width: 360px;
}

.briefing_deta_group {
  padding-left: 11px;
  margin: 15px 0 30px;
}

.briefing_deta_group ul li {
  border-bottom: 1px solid #dddddd;
}

.briefing_deta_group ul li a {
  display: block;
  padding-bottom: 10px;
}

.briefing_deta_group ul li a h1 {
  position: relative;
  margin-top: 18px;
  padding-left: 22px;
  font-size: 15px;
  color: #bfb212;
  line-height: 20px;
  margin-bottom: 7px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.briefing_deta_group ul li a h1:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  background: url("../../images/icon4.png") no-repeat center center;
  background-size: 100%;
  left: 0;
  top: 0;
}

.briefing_deta_group ul li a p {
  padding-left: 22px;
  font-size: 13px;
  color: #737373;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.briefing_deta_top {
  font-size: 20px;
  color: #282828;
  margin-bottom: 14px;
}

.briefing_deta_tlist ul li {
  float: left;
  position: relative;
  padding: 0 7px;
}

.briefing_deta_tlist ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  transform: translateY(-50%);
  height: 15px;
  background: #bababa;
}

.briefing_deta_tlist ul li:first-child {
  padding-left: 0;
}

.briefing_deta_tlist ul li:last-child::after {
  width: 0;
}

.briefing_deta_tlist ul li span, .briefing_deta_tlist ul li i, .briefing_deta_tlist ul li img {
  display: inline-block;
  vertical-align: middle;
}

.briefing_deta_tlist ul li img {
  margin-right: 5px;
}

.briefing_deta_tlist ul li span {
  font-size: 13px;
  color: #898989;
}

.briefing_deta_tlist ul li i {
  color: #9f9524;
  font-size: 13px;
}

.briefing_deta_page {
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}

.briefing_deta_page a {
  display: block;
  float: left;
  width: 47.5%;
  margin-right: 5%;
}

.briefing_deta_page a:nth-child(2n) {
  margin-right: 0;
  text-align: right;
}

.briefing_deta_page a h1 {
  font-size: 13px;
  color: #929292;
  margin-bottom: 5px;
}

.briefing_deta_page a p {
  font-size: 15px;
  color: #000;
}

.briefing_deta_content {
  margin: 26px 0 0;
}

.briefing_deta_content img {
  max-width: 100%;
  width: 100%;
}

.briefing_deta_content p {
  font-size: 15px;
  color: #282828;
  line-height: 30px;
}

.briefing_deta_div {
  border-left: 1px solid #b7b7b7;
  padding-left: 25px;
  font-size: 13px;
  color: #6c6c6c;
  line-height: 28px;
  font-style: oblique;
}

.contact_us {
  margin: 50px 0;
}

.contact_left {
  float: left;
  width: 510px;
}

.contact_right {
  float: right;
  width: 570px;
}

.contact_left_title h1 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 24px;
}

.contact_left_title p {
  font-size: 13px;
  color: #000000;
  margin-bottom: 24px;
}

.contact_list {
  font-size: 13px;
  color: #000000;
  line-height: 28px;
}

.contact_list i, .contact_list span {
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.contact_list i {
  width: 22px;
  margin-right: 10px;
}

.contact_list span {
  width: calc(100% - 33px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.contact_map {
  width: 100%;
  height: 478px;
}

.code_mask {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.code_pop {
  display: none;
}

.code_conter {
  background: #fff;
  max-width: 80%;
  box-sizing: border-box;
  min-width: 200px;
  min-height: 200px;
  padding: 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
}

.code_conter img {
  width: 100%;
  border: black 1px solid;
}

.code_pop.on, .code_pop.on .code_mask, .code_pop.on .code_conter {
  display: block;
}

#gotobaiduform {
  display: flex;
  flex-direction: row;
  margin: 0;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.15);
}

input.outset {
  flex: 1;
  padding: 0 5px;
  font-size: 14px;
  line-height: 1.8em;
  border: #3385ff 1px solid;
}

input.outset-but {
  padding: 0px 16px;
  font-size: 14px;
  line-height: 1.8em;
  color: white;
  background: #3385ff;
  cursor: pointer;
}

input.outset-but:last-child {
  margin-left: -1px;
  border-left: #0b3b8c 1px solid;
}

.fixed-image {
  max-height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fixed-image > * {
  max-width: 100%;
  max-height: 100%;
}

h1.highlight {
  color: #bc9258;
}

#PopupMask {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.62);
}

#PopupWindow {
  background: white;
}
@media (min-width: 768px) {
  #PopupWindow {
    width: 760px;
    height: 430px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -380px;
	margin-top: -215px;
  }
}
@media (max-width: 768px) {
  #PopupWindow {
    width: 100%;
    height: 100%;
  }
}

/*# sourceMappingURL=site-style.css.map */
