﻿
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
  border-top: 1px solid rgba(0,0,0,.1);
}

.messages {
  background: no-repeat 10px 17px;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  padding: 10px 20px 10px 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 5px 0px;
}

.messages + .messages {
  margin-top: 1.538em;
}

.messages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.messages__item + .messages__item {
  margin-top: 0.769em;
}

.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  box-shadow: -8px 0 0 #77b259;
}

.messages--warning {
  background-color: #fdf8ed;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
}

.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  box-shadow: -8px 0 0 #e62600;
}

.messages--error p.error {
  color: #a51b00;
}

form .field-multiple-table {
  margin: 0;
}

form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0;
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0.5em;
}

form .field-add-more-submit {
  margin: 0.5em 0 0;
}

div.tabs {
  margin: 1em 0;
}

ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0;
}

.tabs > li {
  display: inline-block;
  margin-right: 0.3em;
}

.tabs a {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 13px;
  background: #e6e6e6;
  line-height: 100%;
  color: #444;
}

.tabs a.is-active {
  background-color: #ff5e14;
  color: #fff;
}

.tabs a:focus,
.tabs a:hover {
  background-color: #de4400;
  color: #fff;
}

table {
  width: 100%;
  margin: 0 0 10px;
}

caption {
  text-align: left;
}

th {
  text-align: left;
  padding: 10px 12px;
}

thead th {
  background: #f5f5f2;
  border: solid #bfbfba;
  border-width: 1px 0;
  color: #333;
  text-transform: uppercase;
}

tr {
  border-bottom: 1px solid #e6e4df;
  padding: 0.1em 0.6em;
}

thead > tr {
  border-bottom: 1px solid #000;
}

tbody tr:hover,
tbody tr:focus {
  background: #f7fcff;
}

tbody tr.color-warning:hover,
tbody tr.color-warning:focus {
  background: #fdf8ed;
}

tbody tr.color-error:hover,
tbody tr.color-error:focus {
  background: #fcf4f2;
}

td,
th {
  vertical-align: middle;
}

td {
  padding: 10px 12px;
  text-align: left;
}

th > a {
  position: relative;
  display: block;
}

th > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px;
  left: 0;
  right: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

th.is-active > a {
  color: #004875;
}

th.is-active img {
  position: absolute;
  right: 0;
  top: 50%;
}

th.is-active > a:after {
  border-bottom-color: #004875;
}

th > a:hover,
th > a:focus,
th.is-active > a:hover,
th.is-active > a:focus {
  color: #008ee6;
  text-decoration: none;
}

th > a:hover:after,
th > a:focus:after,
th.is-active > a:hover:after,
th.is-active > a:focus:after {
  border-bottom-color: #008ee6;
}

td .item-list ul {
  margin: 0;
}

td.is-active {
  background: none;
}

th.select-all {
  width: 1px;
}

.caption {
  margin-bottom: 1.2em;
}

@media screen and (max-width: 37.5em) {
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none;
  }
}

@media screen and (max-width: 60em) {
  th.priority-low,
  td.priority-low {
    display: none;
  }
}

p {
  margin: 0 0 20px 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  /* font-family: "Poppins", sans-serif; */
  color: #001659;
  font-weight: 400;
  margin: 10px 0;
  line-height: 120%;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

h3,
.h3 {
  font-size: 1.5em;
}

h4,
.h4 {
  font-size: 1.1em;
}

img {
  max-width: 100%;
}

em {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

.custom-block-title {
  margin: 20px 0;
  overflow: hidden;
}

.custom-block-title h2 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 5px;
}

a {
  color: #018fc1;
}

a:hover {
  color: #05396b;
  text-decoration: none;
}

ol,
ul {
  /* padding-left: 20px; */
  margin-bottom: 20px;
}

/* ol li,
ul li {
	list-style: outside
} */

.list-unstyled li {
  list-style: none;
}

/* ol li {
	list-style-type: decimal
} */

ul.links.inline {
  padding: 0;
}

ul.links.inline li {
  list-style: none;
}

.form-email,
.form-text,
.form-textarea {
  border: 1px solid #e8e8e8;
  background: transparent;
}

.block {
  margin-bottom: 10px;
}

/*body {

  font-size: 14px;
  line-height: 160%;
  color: #435a6b;
  overflow-x: hidden;
  font-weight: 300;
  background: #f7f7fa;
  text-align: left;
}*/




.region-page-title h1 {
  margin: 30px 0;
}

.footerwidget {
  background: #108441;
  color: #86b59a;
  padding: 20px 0;
  border-top: 1px solid #f7f7f7;
}

.footerwidget h2.title {
  color: #fff;
}

.footerwidget .left {
  float: left;
  margin: 10px 10px 0 0;
}

.copyright {
  background: #000;
  text-align: center;
}

.map-and-address h2.title {
  display: none;
}

.google_map p,
.google_map .block {
  margin: 0;
}

.google_map iframe {
  display: block;
}



.social-media {
  padding: 10px 0;
  text-align: center;
}

.social-media a {
  line-height: 100%;
  font-size: 1em;
  display: inline-block;
  padding: 4px 8px;
  width: 26px;
}

.social-media a:hover {
  color: #de4400;
}

#edit-actions {
  text-align: right;
}

input,
button,
select,
textarea {
  padding: 6px;
  border: 1px solid #e3e3e3;
}

.contact-message-form label {
  display: block;
}

.btn,
.node-readmore a,
.flexslider .more-link,
input[type="submit"] {
  background: #001659;
  cursor: pointer;
  color: #fff;
  border: 0;
  padding: 1.4rem 3rem;
  line-height: 100%;
  margin-right: 2px;
  display: inline-block;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* float: right; */
 
 
}

@media(max-width:1300px) {
	.btn,
	.node-readmore a,
	.flexslider .more-link,
	input[type="submit"] {
					line-height:10%;
		}
}

.btn:hover,
.node-readmore a:hover,
.flexslider .more-link:hover,
input[type="submit"]:hover {
  background: #ff5e14;
  color: #fff;
}
.flexslider .flex-viewport .slides .more-link {
  position: absolute;
  bottom: -170px;
  background-color: #018fc1;
  padding: 14px 55px;
}
.flexslider .flex-viewport .slides .more-link:hover {
  background-color: #1999c6;
}

.comment-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}

.comment-wrap .author-details {
  float: left;
  width: 20%;
}

.comment-wrap .author-comments {
  padding-left: 5px;
  float: left;
  width: 80%;
}

.comment-wrap .author-comments h3 {
  margin-top: 10px;
}

.comment-wrap .author-comments p {
  margin-bottom: 10px;
}

.comment-submitted {
  padding: 5px 10px;
  border: 1px solid #eee;
  display: inline-block;
  line-height: 100%;
}

ul.links.inline li {
  display: inline-block;
  padding-right: 10px;
}

.sidebar {
  background: #fff;
  padding: 15px;
  margin-top: 20px;
}

.sidebar .region h2.title {
  padding: 5px 0;
  margin: 0;
}

.block-lang-dropdown {
  margin: 0 !important;
  position: relative;
  left: 80px;
}

.sidebar .region .content {
  padding: 10px 0;
}

.sidebar {
	background: #05396b !important;
	border-radius: 4px;
 margin-top: 40px !important;
  	padding: 15px 25px 15px 25px !important;
}
.sidebar .region .content {
  padding:0 !important;
}

textarea {
	width: 100%;
	background-color: #f1f1f1 !important;
	border-radius: 4px;
}

.sidebar .js-form-item .form-text {
	height: 4rem;
	font-size:1.6rem;
	border: none !important;
	background: #F1F1F1;
	border-radius: 4px;
	color: #2C2A29 !important;
}

#edit-danweisuozaichengshi {
	height: 4rem;
	border: none !important;
	background-color: #f1f1f1 !important;
	border-radius: 4px;
}

.sidebar .shs-field-container {
	display: flex;
	background: #F1F1F1;
	border-radius: 4px;
}

.sidebar .shs-widget-container {
	flex: 1;
}

.sidebar .shs-widget-container select {
	width: 100%;
	height: 4rem;
	border: none !important;
	background: #F1F1F1;
	border-radius: 4px;
	color: #2C2A29 !important;
}
.webform-button--submit {
	padding: 14px 0 !important;
	width: 100% !important;
}


/* 内容-start */
/* .region-content {
	min-height: 300px
}

.region-content .content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 100%
} */

/* 内容-end */

.path-frontpage .region-content {
  min-height: auto;
}

.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 0.7em;
  line-height: 150%;
}

label.option {
  display: inline;
  font-weight: normal;
}

.form-composite > legend,
.label {
  display: inline;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.marker {
  color: #e00;
}

abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

.owl-theme .owl-dots .owl-dot span {
  background: #b5b5b5;
  height: 7px;
  width: 7px;
}

.updates,
.topwidget,
.top-message,
.bottom-widget,
.path-frontpage .main-content,
.services,
.products,
.features,
.copyright,
.clients {
  padding: 20px 0;
}

.main-content {
  padding: 0 0 50px 0;
}
.top-message {
  padding: 0 !important;
}
.top-message .container {
  max-width: 100%;
  padding: 0;
}

.top-message,
.services {
  text-align: center;
}

.path-frontpage .feed-icon {
  display: none;
}

.updates {
  padding: 60px 10px;
}

.updates .region {
  padding: 10px 20px;
  background: #fff;
}

.features {
  background-color: #fff2e0;
  /*background: url("../image/bg-features.jpg");*/
  background-size: cover;
}

.footer tbody tr:hover,
.footer tbody tr:focus {
  background: none;
}

.clients {
  background: #eee;
}

.clients .region ul li {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.clients .region ul li img {
  max-width: 200px;
}

.testimonials-wrap {
  background: #fafafa;
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  padding: 20px 0;
  text-align: center;
  font-size: 1em;
  line-height: 160%;
}

.region-testimonials {
  max-width: 600px;
  margin: 0 auto;
}

.testimonials-pic {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

.testimonials-pic img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.testimonials-author {
  padding: 0 5px;
  font-size: 0.75em;
  color: #555;
}

.price-table .card-header {
  border: 0;
  padding: 20px 0;
}

.price-table ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.team .team-list .region {
  background: #efefef;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #eaeaea;
}

.bottom-widget {
  background: #ff5e14;
  text-align: center;
}

.bottom-widget h2.title,
.bottom-widget * {
  color: #fff;
}




.site-branding {
  margin: 0;
}

.region-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.region-header .brand {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
}

.region-header .logo img {
  height: 60px;
}

.region-header .brand a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}

.region-header .brand a img {
  vertical-align: middle;
}

.region-header .brand .site-branding__slogan {
  font-size: 0.5em;
  text-transform: uppercase;
  vertical-align: top;
}

.search-block-form {
  margin: 0 auto;
}
.region-header .search-block-form {
  margin: 0 !important;
  width: 300px;
}

.region-search {
  /* width: 100%; */
  display: inline-block;
  padding: 7px;
  vertical-align: middle;
  width: auto !important;
  text-align: center;
}
.navbar-header .menu {
  display: flex;
  align-items: center;
  height: 40px;
  float: right;
  margin-bottom: 0 !important;
}

.navbar-header .menu li {
  margin: 0 5px;
}
.navbar-header .menu li a {
  color: #001659;
  font-weight: 400;
}
.navbar-header .menu li a:hover {
  /* color: #ff5e14; */
}
#search-block-form {
  display: table;
  width: 100%;
}

#search-block-form .form-item,
#search-block-form .form-actions {
  display: table-cell;
  vertical-align: top;
}

#search-block-form .form-actions {
  width: 40px;
}

#search-block-form input.form-submit {
  background: url("../images/search.png") no-repeat center #05396b;
  font-size: 0;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  vertical-align: top;
}

#search-block-form input.form-submit:hover {
  /* background-color: #de4400;
	border-color: #de4400 */
}

#search-block-form input {
  width: 100%;
  height: 40px;
}

.breadcrumb {
  font-size: 0.85em;
  padding: 2px 0;
  margin: 0;
  display: inline-block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  color: #2c2a29;
}
.breadcrumb a {
  color: #2c2a29;
}
.breadcrumb a:hover {
  color: #018fc1;
}
.breadcrumb ul,
.breadcrumb ol {
  padding: 0;
  margin: 0;
}

.breadcrumb ul li,
.breadcrumb ol li {
  display: inline-block;
  /* padding: 0 8px */
}

.breadcrumb ul li:after,
.breadcrumb ol li:after {
  content: ">";
  padding: 0 10px;
}

.breadcrumb ul li:last-child:after,
.breadcrumb ol li:last-child:after {
  display: none;
}

.flexslider {
  border: 0;
  max-width: 100%;
  margin: 0;
  /* overflow: hidden; */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  position: relative;
  top: -1px;
}

.flexslider .slider-caption {
  position: absolute;
  z-index: 99;
  text-align: left;
  font-size: 1.2em;
  color: #2C2A29;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* .flexslider .slider-caption::before {
  display: block;
  content: "";
  height: 3px;
  width: 150px;
  position: absolute;
  top: -5px;
  left: 0px;
  background-color: #fff;
} */

.flexslider .slider-title {
  margin-bottom: 20px;
  letter-spacing: 5px;
  font-size: 70px !important;
  color: #2C2A29;
  text-transform: uppercase;
  font-family: Source Han Sans CN;
  font-style: normal;
  font-weight: normal;
  text-shadow: 0px 4px 2px rgba(4, 54, 115, 0.1);
}

.flexslider .slider-description {
  display: inline-block;
  letter-spacing: 3px;
  clear: both;
   font-size: 4.5rem;
  text-shadow: 0px 4px 2px rgba(4, 54, 115, 0.1);
  height: 45px;
  line-height: 1;
}
.flexslider .flex-viewport {
  overflow: initial !important;
}
.flexslider .slides li {
  position: relative;
  height: 580px;
}

.flexslider .slides li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

.flexslider .slides li video {
  object-fit: cotain;
}

.flexslider .slides li:after {
  /* content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	-moz-transition: all 2s;
	-o-transition: all 2s;
	-webkit-transition: all 2s;
	transition: all 2s */
}

.flexslider .flex-direction-nav {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  /* text-align: center; */
  top: 50%;
  transform: translate(0, -50%);
  display: flex !important;
  justify-content: space-between;
  height: 50px;
}

.flexslider .flex-direction-nav li {
  list-style: none;
  vertical-align: middle;
  display: inline-block;
  background: #05396b;
  height: 50px;
}

.flexslider .flex-direction-nav a {
  opacity: 1;
  font-size: 0;
  padding: 14px;
  margin: 0;
  position: static;
  display: block;
  width: 50px;
  height: 50px;
}

.flexslider .flex-direction-nav a.flex-prev {
  left: 0;
}

.flexslider .flex-direction-nav a.flex-next {
  background: #fff;
}

.flexslider .flex-direction-nav a.flex-next:before {
  color: #05396b;
}

.flexslider .flex-direction-nav a:before,
.flexslider .flex-direction-nav a:after {
  font-size: 26px;
  color: #fff;
}

.flexslider .flex-control-nav {
  display: none !important;
  width: 20px;
  height: 20px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 0;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
  bottom: 0;
  display: none !important;
}

.flexslider .flex-control-nav.flex-active {
  background: #ff5d15;
}

.flexslider .flex-control-nav li {
  margin: 0;
  vertical-align: middle;
}

.navbar-toggle {
  cursor: pointer;
  float: right;
  background: none;
  border: 0;
  padding: 17px 15px 17px 0;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle .fas {
  font-size: 2em;
  color: #fff;
  border: 0;
  box-shadow: none;
}

.navbar-toggle-close {
  position: absolute;
  right: 0;
  padding: 18px;
  font-size: 2em;
  color: #f00;
  cursor: pointer;
  z-index: 99;
}

.navbar-default .navbar-toggle {
  z-index: 999;
  margin-right: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: none;
  padding: 6px 6px;
}

.navbar-default .navbar-toggle .icon-bar {
  display: block;
  width: 35px;
  height: 4px;
  border-radius: 1px;
  background-color: #212020;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: none;
}

nav h2 {
  display: none;
}
.node--unpublished {
  background-color: transparent !important;
}

/* 主菜单 start*/
.menu-base-theme {
  background: none;
  display: flex;
  justify-content: space-between;
}
.menu-base-theme::after {
  display: none;
}
.menu-base-theme ul {
  background: none;
}
.menu-base-theme ul li {
  position: relative;
}

.menu-base-theme li a {
  font-family: "Source Han Sans", sans-serif;
  color: #fff;
  border-bottom: 1px solid #4c4a4a;
  line-height: 100%;
  padding: 24px 0;
  font-size: 1.6rem;
}

.menu-base-theme li a:hover,
.menu-base-theme li a:focus,
.menu-base-theme li a:active,
.menu-base-theme li a.highlighted {
  background: none;
  color: #fff;
  line-height: 100%;
  padding: 24px 0;
  opacity: 1;
}
.menu-base-theme li a:hover .sub-arrow {
  /* padding: 0;
	margin-top: 0;
	bottom: 2px;
	right: -15px;
	left: auto;
	width: 0;
	height: 0;
	border-width: 4px;
	border-style: solid;
	font-size: 2em;
	line-height: 100%;
	position: absolute;
	top: 25px;     
	border-color: transparent transparent #fff transparent !important; */
}

.menu-base-theme li a.has-submenu {
  /* padding-right:40px */
}

.menu-base-theme li a.sub-arrow {
  color: #999;
   font-size: 2.2rem;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  background: #efefef;
}

.menu-base-theme li a span.sub-arrow {
  line-height: 120%;
  font-size: 2em;
}

.region-primary-menu {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
  border-radius: 0px;
  position: fixed;
  top: 0;
  left: -100%;
  right: 100%;
  bottom: 0;
  width: auto;
  z-index: 99;
  transition: all 0.5s;
}

/* 主菜单 end*/

.region-primary-menu.expand {
  left: 0;
  right: 10%;
}

.region-footer-menu ul {
  margin: 10px 0;
  padding: 0;
}

.region-footer-menu nav li {
  display: inline-block;
}

.region-footer-menu nav li a {
  display: block;
  padding: 2px 15px 2px 0;
}

.top-menu {
  font-size: 0.75em;
  background: #313d48;
  color: #fff;
}

.top-menu .top-blocks {
  overflow: hidden;
}

.top-menu .top-blocks .region {
  padding: 10px 10px 10px 0;
}

.top-menu .top-blocks .social-media {
  padding: 9px 0;
}

.top-menu p,
.top-menu .block {
  margin: 0;
}

.top-menu a {
  color: #fff;
}

.region-top-menu ul {
  margin: 0;
  padding: 0;
}

.region-top-menu nav li {
  display: inline-block;
}

.region-top-menu nav li a {
  padding: 2px 10px;
  text-transform: uppercase;
  line-height: 100%;
}

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
  background: #ececec;
}

.highlight {
  padding: 20px;
  background-color: #ffffff;
}

.highlight pre {
  border: 0;
  background: none;
}

.bd-example-type h1,
.bd-example-type h2,
.bd-example-type h3,
.bd-example-type h4,
.bd-example-type h5,
.bd-example-type h6 {
  margin: 0;
}

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.topwidget .fa,
.topwidget .fas {
  font-size: 3em;
}

.topwidget .topwidget-list .region .block {
  position: relative;
  background: #fff;
  padding: 20px 20px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  border-bottom: 4px solid #ff5e14;
}

.topwidget .topwidget-list .region .block h2 {
  margin-bottom: 5px;
}

.topwidget .topwidget-list .region .block p:last-child {
  margin: 0;
}

.topwidget ul {
  margin: 0;
  padding: 0;
}

.topwidget ul li {
  list-style: none;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #dddddd42;
}

.contact-message-feedback-form {
  max-width: 650px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 20px 30px;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
  width: 100%;
}

.user-login-form,
.user-form,
.user-pass {
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #e6e6e6;
  padding: 5px 20px;
  background: #fdfdfd;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text,
.user-pass .form-email {
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  color: #999;
  font-style: italic;
}

.maintenance-page {
  background: url("../images/maintenance-bg.png") #66cbff center
    no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  color: #000;
}

.maintenance-page .brand,
.maintenance-page .name-and-slogan {
  display: inline-block;
  vertical-align: middle;
}

.maintenance-page .site-name a {
  color: #404040;
}

.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan {
  display: none;
}

.maintenance-msg {
  margin: 20px 0;
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  background: #f2f4cf;
  background: rgba(242, 244, 207, 0.88);
  -moz-box-shadow: 5px 5px 0px #fff;
  -webkit-box-shadow: 5px 5px 0px #fff;
  box-shadow: 5px 5px 0px #fff;
}

.maintenance-msg h1 {
  text-transform: uppercase;
  font-weight: bold;
}

.path-user .profile > div {
  display: inline-block;
}

.path-user .profile .label {
  display: block;
  color: #333;
}

/* 面包屑 */
.region-breadcrumb {
  margin-top: 20px;
}


.webform-multiple-table td input[type="images"] {
  width: 24px;
}
.js-webform-select-other legend {
  display: none !important;
}
ol {
	list-style: block !important;
	padding-left: 20px !important;
}

.characteristic-features .characteristic-features-text {
  margin-right: 20px;
}

.characteristic-features .characteristic-establish {
  width: auto;
}

.views-field-field-xitongmingming p {
  margin: 0;
}

.footer-gsxx-box {
  display: flex;
  justify-content: space-between;
}

.footer-yszc a {
  color: #fff;
  font-size: 14px;
}

.footer-yszc a:hover {
  color: #008fc0;
}

#block-yuyanqiehuan {
  margin-bottom: 0px;
  position: relative;
  left: 80px;
  margin-right: 90px;
}

.language img,
.language {
  height: 30px;
  width: auto;
}

.language img {
  margin: 0 5px;
}

#Anchor-1,
#Anchor-2,
#Anchor-3,
#Anchor-4,
#Anchor-5,
#Anchor-6 {
  padding-top: 30px;
}

h2 {
  margin: 20px 0;
}

.field--name-field-sousuofenzu {
  display: none;
}

body {
  background: #fff;
  font-family: "Source Han Sans", sans-serif;
}

td {
  border: 1px solid #bfbfbf !important;
  vertical-align: top;
  font-family: "Source Han Sans", sans-serif;
}

tr {
  border: none;
  font-family: "Source Han Sans", sans-serif;
}

p {
  margin: 0 0 0 0;
  font-family: "Source Han Sans", sans-serif;
}

.class_helper {
  display: none !important;
}

sub,
sup {
  font-size: 80%;
  position: relative;
  margin: 0 2px;
  top: -0.5em;
}

sub {
  top: 0.2em;
}

.menu-base-theme li a {
  font-size: 18px !important;
}

.region-updates-first .block {
  margin-bottom: 0px;
}

.flex {
  display: flex;
}
/*公共外边距/内边距   --start*/

.mt_30 {
  margin-top: 30px;
}

.mt_20 {
  margin-top: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}
/*公共外边距/内边距   --end*/
/* 控制国旗 */

.lang-dropdown-form img.language-icon {
  padding: 0;
}
/*视图表格自定义样式开始*/

thead th {
  background: #f8f8f8;
  border: 1px solid #ded8d8;
  color: #05396b;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}

tbody td {
  border: 1px solid #ded8d8;
  font-size: 1.6rem;
  padding: 20px 12px;
}

.row-width td {
  word-break: break-all;
}

.row-width td:nth-child(1) {
  text-align: left;
  width: 33%;
}

.row-width td:nth-child(2) {
  width: 25%;
}

.row-width td:nth-child(3) {
  width: 17%;
}

.row-width td:nth-child(4) {
  width: 25%;
}
/*视图表格自定义样式结束*/
/* 询价下单区块开始 */

#edit-zhouling-,
#edit-xingbie,
#edit-shuliang,
#edit-shuliang,
#edit-jiyinxing,
#edit-danweisuozaichengshi,
#edit-jiyinxing-select {
  width: 100%;
  outline: none;
  background-color: #05396b;
  border: 0;
  border-bottom: 1px #008fc0 solid;
}

#edit-jiyinxing-select {
  border: none;
  padding: 0;
}

#edit-jiyinxing-other {
  border: none;
  padding: 1px 10px !important;
}

.form-item-zhouling-,
.form-item-jiyinxing,
.form-item-xingbie,
.form-item-shuliang,
.form-item-danweisuozaichengshi {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.sidebar {
  background: #fff;
}

.sidebar .block-webform-block .title {
  color: #fff;
}

.sidebar .js-form-item label {
  color: #fff;
}

.sidebar .js-form-item .form-text {
  width: 100%;
  color: #fff;
  border: none;
  border-bottom: 1px #008fc0 solid;
  outline: none;
}

.sidebar .js-form-item .form-text::-webkit-input-placeholder {
  color: #a2aaad;
}

.sidebar .js-form-item .form-select {
  color: #a2aaad;
}

.sidebar .js-form-item .form-number::-webkit-input-placeholder {
  color: #a2aaad;
}

.sidebar .js-form-item .form-number {
  color: #fff;
}

.form-item .description {
  color: #fff;
}

.js-webform-type-fieldset .fieldset-legend {
  display: block;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.flexslider .more-link,
input[type="submit"] {
  background-color: #008fc0;
  padding: 14px 97px;
  border-radius: 5px;
}

input[type="submit"]:hover {
  background: #2967a3;
}
/* 询价下单区块结束 */
/* 产品最终页模板开始 */

.field--name-field-tabmaodiantiaozhuan .divBannerUnder {
  position: relative;
}

.field--name-field-tabmaodiantiaozhuan .divBannerUnder::after {
  content: "";
  display: block;
  position: absolute;
  top: -0;
  left: -1000px;
  width: 5000px;
  height: 5.3rem;
  background: #fff;
  z-index: -1;
}

.strategy-content p {
  min-height: 22px;
  font-weight: normal;
  margin-bottom: 20px;
}

.strategy-content a {
  font-weight: normal;
}

.field--name-field-chanpinjiage {
  display: none;
}

.field--name-field-pi {
  display: none;
}

.field--name-field-regular-name {
  display: none;
}

.field--name-field-tags {
  display: none;
}

.field--name-field-yanjiuly {
  display: none;
}

.field--name-field-yanjiu {
  display: none;
}

.field--name-field-image {
  display: none;
}

.divBannerUnder {
  background-color: #fff;
  text-align: left;
  height: 5.2rem;
  line-height: 5rem;
  font-size: 1.8rem;
  margin-top: 3rem;
}

.divBannerUnder-acitve {
  position: fixed !important;
  top: 0;
  margin-top: 0;
  z-index: 99;
}

.divBannerUnder .divBannerUnder-row {
  /*width: 1140px;
  margin: 0 auto;*/
  display: flex;
  overflow:hidden;
}

.divBannerUnder .divBannerUnder-row a {
  color: #05396b;
  display: inline-block;
  margin-right: 5rem;
  cursor: pointer;
  font-weight: 400;
}

.divBannerUnder .divBannerUnder-row a:first-child {
  margin-left: 0;
}

.divBannerUnder .divBannerUnder-row a:hover {
  font-weight: bold;
  color: #2c2a29;
  border-bottom: 3px #2c2a29 solid;
  box-sizing: border-box;
}

.box {
  position: relative;
  overflow: hidden;
}

.labelA {
  /*width: 1140px;*/
  margin: 20px 0px 0px 0px;
  text-align: left;
}

.labelA span {
  padding: 3px 10px;
  font-size: 1.6rem;
  background-color: #e5f4f9;
  color: #008fc0;
  font-weight: 500;
  letter-spacing: 1px;
}

.headline {
  /*width: 1140px;*/
  margin: 0 auto;
  padding: 20px 0;
}

.headline .title {
  /*width: 740px;*/
  word-break: break-all;
  color: #2c2a29;
  font-size: 4rem;
  font-weight: bold;
  line-height: 7rem;
}

.describe {
  /*width: 1140px;*/
  margin: 0 auto;
  padding-bottom: 20px;
}

.describe .describeA {
  position: relative;
}

.describe .describeA::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3rem;
  height: 3rem;
  background: url("../images/yh.png") no-repeat left top;
  background-size:3rem 3rem;
}

.describe .describeA .describeA-left {
  width: 25px;
  height: 15px;
  display: flex;
  margin-right: 10px;
  margin-top: 10px;
}

.describe .describeA .describeA-left img {
  width: 100%;
}

.describe .describeA .describeA-left span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #05396b;
  margin-top: 7px;
  margin-right: 5px;
}

.describe .describeA .describeA-right {
  /*width: 725px;*/
  word-break: break-all;
  font-weight: 400;
  font-size: 1.8rem;
  color: #404040;
  margin-left: 4rem;
}

.characteristic {
  /*width: 1140px;*/
}

.titleA {
  font-size: 3rem;
  font-weight: bold;
  color: #05396b;
}
.titleA a span{
	font-size:1.8rem!important;
}
.characteristic-key {
  /*width: 730px;*/
}

.jiyinfenxinghefanyu-box .characteristic{
	 padding-top:30px;
}

.characteristic-key .characteristic-box {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 40px;
  padding: 0;
}

.characteristic-key .characteristic-box .characteristic-row {
  width: 50%;
  display: flex;
  font-size: 1.6rem;
  line-height:1.2;
}

.characteristic-key .characteristic-box .characteristic-row .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.characteristic-key .characteristic-box .characteristic-row .icon img {
  width: 100%;
  height: 100%;
}

.characteristic-key .characteristic-box .characteristic-row .name {
  font-weight: 700;
  padding-top: 5px;
}

.characteristic-key .characteristic-box .characteristic-row .name .fujia {
  display: block;
  margin-bottom: 10px;
}

.characteristic-box .fujia {
  position: relative;
}

.fujia .tooltip .info-layer {
  width: 20px !important;
}

.characteristic-box .fujia .tooltip:hover {
  cursor: pointer;
}

.characteristic-box .fujia .tooltip {
  display: inline-block;
  opacity: 1;
  z-index: 9;
}

.characteristic-box .fujia .tooltip:hover .tooltiptext {
  display: block;
  font-size: 1.8rem;
}

.characteristic-box .tooltiptext {
  width: 273px;
  display: inline-block;
  display: none;
  overflow-wrap: break-word;
  padding: 10px;
  background-color: #515151;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  z-index: 9;
    bottom: 45px;
    left: -48px;
  -webkit-box-shadow: 1px 1px 5px #515151;
  -moz-box-shadow: 1px 1px 5px #515151;
  box-shadow: 1px 1px 5px #515151;
  font-weight: normal;
  line-height: 1.3;
}

.characteristic-box .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 55%;
  border: 8px solid rgba(0, 0, 0, 0);
  border-top-color: #515151;
}

.characteristic-details {
  font-weight: 400;
  font-size: 1.8rem;
  color: #404040;
  letter-spacing: 2px;
  /*width: 765px;*/
  line-height: 2em;
  margin-top: 10px;
  min-height: 100px;
  padding: 10px 0;
}

.characteristic-establish {
  /*line-height: 2em;*/
  margin-top: 10px;
  font-weight: 400;
  font-size: 1.8rem;
  color: #404040;
  /*letter-spacing: 2px;*/
  /*width: 765px;*/
}

.characteristic-content {
  /*line-height: 2em;*/
  margin-top: 2rem;
  font-weight: 400;
  font-size: 1.8rem;
  color: #404040;
  /*letter-spacing: 2px;*/
  /*width: 765px;*/
}

.strategy-dzxz {
  line-height: 2em;
  margin-top: 20px;
  font-weight: 400;
  font-size: 1.8rem;
  color: #404040;
  letter-spacing: 2px;
  width: 765px;
}

.ddu-content {
  margin-bottom: 20px;
}

.characteristic-content .tooltip:hover .tooltiptext {
  display: block;
  font-size: 1.8rem;
}

.characteristic-content .tooltiptext {
  width: 273px;
  display: inline-block;
  display: none;
  overflow-wrap: break-word;
  padding: 10px;
  background-color: #515151;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  z-index: 9;
  bottom: 35px;
  left: -30px;
  -webkit-box-shadow: 1px 1px 5px #515151;
  -moz-box-shadow: 1px 1px 5px #515151;
  box-shadow: 1px 1px 5px #515151;
  font-weight: normal;
  line-height: 1.2;
}

.characteristic-content .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 55%;
  border: 8px solid rgba(0, 0, 0, 0);
  border-top-color: #515151;
}

.characteristic-content .tooltip:hover {
  cursor: pointer;
}

.characteristic-content .tooltip {
	display: inline-block;
	margin-right: 30rem;
	position: relative;
	opacity: 1;
	z-index: 9;
	font-size: 1.8rem;
	color: #018fc1;
}

.literature {
  /*width: 765px;*/
  background-color: #f8f8f8;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px;
  margin: 0 auto;
  box-shadow: rgb(0 0 0 / 30%) 1px 1px 2px 1px;
  margin-bottom: 20px;
}

.literature .literature-row {
  display: flex;
}

.literature .literature-row p {
  margin: 0;
  margin-bottom: 10px;
}

.literature .literature-row .literatureA {
  margin-right: 20px;
  width: 50px;
  font-size: 1.6rem;
  font-weight: 500;
}

.literature .literature-row .literatureB {
  margin-right: 20px;
  width: 700px;
  font-size: 1.6rem;
}

.literature .literature-row .literatureC {
  width: 190px;
  font-size: 1.6rem;
}

.literature .literature-row .literatureC a {
  font-weight: 600;
}

.hyperlinks {
  font-size: 14px;
  text-decoration: none;
}

.hyperlinks a {
  color: #0290c1 !important;
  text-decoration: none;
  font-weight: normal;
}

.hyperlinks a:hover {
  cursor: pointer;
}

.characteristic .title-mar {
}

.characteristic .link a {
  font-weight: normal;
}

.scheme-table {
  width: 730px;
}

.scheme-row {
	width: 95%;
  min-height: 200px;
  background: url("../images/Vector112.png") no-repeat
    center bottom;
  background-size: 95%;
  padding: 20px;
  border-left: 1px #bfbfbf solid;
  border-right: 1px #bfbfbf solid;
}

.field--name-field-jiyinfenxingneirong .field__item:first-child .scheme-row {
  border-top: 1px #bfbfbf solid;
}

.field--name-field-jiyinfenxingneirong .field__item:last-child .scheme-row {
  border-bottom: 1px #bfbfbf solid;
  background: none;
}

.scheme-row .scheme-title {
  font-weight: bold;
  font-size:2rem;
  color: #2c2a29;
  margin-bottom: 20px;
}

.scheme-row .scheme-brief {
  font-size: 14px;
  color: #a2aaad;
  margin-bottom: 20px;
}

.scheme-row .scheme-link a {
  text-decoration: none;
  color: #0290c1;
  font-size:2rem;
  font-weight: 500;
  margin-right: 20px;
}

.titleB .link {
  display: block;
  margin-top: 10px;
}

.titleB .link a {
  font-size: 14px;
  text-decoration: none;
  color: #0290c1;
  font-weight: normal;
}

.report {
  width: 765px;
  height: 60px;
  padding: 10px 20px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  border: 1px #bfbfbf solid;
}

.report .report-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.report .report-link a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
}

.report .report-link .report-img {
  width: 40px;
  height: 40px;
  margin-right: 25px;
}

.report .report-link .report-img img {
  width: 100%;
}

.report .report-link .report-text {
  font-size: 14px;
  color: #05396b;
}

.characteristic-contentA {
  line-height: 2em;
  font-weight: 400;
  font-size: 1.8rem;
  color: #404040;
  letter-spacing: 2px;
  width: 95%;
}

.titleB {
  width: 730px;
   font-size: 2.2rem;
  font-weight: bold;
  color: #2c2a29;
  margin-bottom: 20px;
}

.strategy {
  width: 730px;
  display: flex;
  font-size: 1.2em;
  color: #2c2a29;
}

.strategy-title {
  margin-bottom: 20px;
}

.strategy .strategy-left {
  width: 50%;
}

.strategy .strategy-left a {
  text-decoration: none;
  color: #008fc0!important;
}

.strategy .strategy-right {
  width: 50%;
}

.clause {
  /*width: 730px;*/
  font-size:2rem;
  color: #2c2a29;
  margin-top: 10px;
}

.clause .clause-link {
  margin-bottom: 30px;
}

.clause .download {
  position: relative;
  bottom: 10px;
}

.clause .clause-left {
  width: 100%;
}

.clause .clause-left>img{
	max-width:30px;
}

.clause .clause-left a {
  font-weight: normal;
  line-height: 36px;
}

.clause .clause-left p {
  /*margin-top: 20px;*/
  font-weight: 500;
}

.clause .clause-right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.clause .clause-link span a {
  text-decoration: none;
  color: #008fc0;
  font-size: 14px;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.field--name-field-zhongyaotishi,
.field--name-field-biaoti-wenzhangneirong,
.field--name-field-chanpinbiaoti {
  padding-left: 30px;
}

.field--name-field-biaoti-wenzhangneirong p {
  margin: 0 0 10px 0;
}

.field--name-field-chanpinbiaoti {
  margin-top: 20px;
}

.background-map {
  width: 0px;
  height: 420px;
  background: url(../images/img-product-21.jpg);
  background-size: cover;
  background-position: left top;
  position: absolute;
  top: -56px;
  left: -397px;
  z-index: -1;
}
/*.background-map::after {
content: "";
display: block;
position: absolute;
bottom: -53px;
left: 0;
width: 100%;
height: 53px;
background: #fff;
}*/

.background-vpm {
  width: 0px;
  height: 800px;
  /*background-image: url(/sites/default/files/inline-images/bottombjt.png);*/
  background-size: cover;
  background-position: left top;
  position: absolute;
  bottom: -100px;
  left: -397px;
  z-index: -1;
}

@media only screen and (max-height: 768px) and (max-width: 1920px) {
  .background-map {
    left: -210px;
  }
  .background-vpm {
    left: -200px;
  }
}

.field--name-field-pinxitedian,
.field--name-field-pinxixiangqing,
.field--name-field-pinxijianli,
.field--name-field-cankaowenxian,
.field--name-field-xiaoshouheshiyongtiaokuan {
  margin-top: 30px;
  padding-right: 30px;
  padding: 30px 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
}

.field--name-field-pinxitedianneirong {
  padding: 30px 0;
  padding-left: 30px;
}

.field--name-field-cankaowenxiandeziliao {
  padding: 30px 0;
  padding-top: 0px;
}

.field--name-field-cankaowenxiandeziliao {
  padding: 30px 30px;
}

.field--name-field-duizhaoxuanze,
.field--name-field-jiyinfenxingfangan,
.field--name-field-dongwujiankangbaogao,
.field--name-field-yuzhongzhuyishixiang,
.field--name-field-fanyucee,
.field--name-field-yuzhongcee {
  padding: 30px 0;
  padding-left: 30px;
}

.strategy-dzxz {
  line-height: 2em;
  margin-top: 20px;
  font-weight: 400;
  font-size: 1.8rem;
  color: #404040;
  letter-spacing: 2px;
  width: 765px;
}

.hyperlinks {
  margin-top: 20px;
}

.field--name-field-jiyinfenxinghefanyu {
  margin-top: 30px;
  padding: 30px 0;
  padding-bottom: 0;
  padding-left: 30px;
  padding-top: 0;
}

.field--name-field-jiyinfenxingneirong,
.field--name-field-jiankangbaogaoneirong {
  padding-bottom: 20px;
  padding-left: 30px;
}

.field--name-field-jiankangbaogaoneirong {
  max-height: 400px;
  position: relative;
  display: none;
}

.selectedAfter {
  content: "";
  display: none;
  visibility: hidden;
  width: 70px;
  cursor: pointer;
  height: 25px;
  border-radius: 5px;
  background-color: #05396b;
  margin-left: -35px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.selectedAfter img {
  width: 20px;
  height: 20px;
}

.jiankangbaogaoneirong_none .field__item:nth-of-type(n + 6) {
  display: none;
}

.pinxitedian-box,
.cankaowenxian-box,
.jiyinfenxinghefanyu-box,
.field--name-field-xiaoshouheshiyongtiaokuan,
.field--name-field-pinxijianli,
.field--name-field-pinxixiangqing,
.chanpinbiaoti-box,
.field--name-field-zhongyaotishi {
  background-color: #fff;
  border-radius: 5px;
}

.pinxitedian-box,
.cankaowenxian-box,
.jiyinfenxinghefanyu-box,
.field--name-field-xiaoshouheshiyongtiaokuan,
.field--name-field-pinxijianli,
.field--name-field-pinxixiangqing {
  box-shadow: rgb(0 0 0 / 50%) 0px 1px 4px 1px;
}
/* 产品最终页模板结束 */
/*文章模板-文章广告模块公共样式 -start*/

.temp_ad_box {
  margin-top: 20px;
  height: 35em;
  width: 100%;
  position: relative;
  color: #2c2a29;
  font-style: normal;
}

.temp_ad_box > img {
  height: 100%;
  width: auto !important;
  position: absolute;
  right: 0;
  top: 0;
}

.temp_ad_box .ad_data {
  width: 50%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #ffffff;
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 0 10%;
  padding-top: 10%;
}

.temp_ad_box .ad_data > img {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 31px !important;
  height: 20px !important;
}

.temp_ad_box .title {
  font-weight: bold;
  font-size: 2em;
  line-height: 2em;
}

.temp_ad_box .explain {
  font-size: 1.2em;
  line-height: 1.5em;
}

.temp_ad_box .bnt a {
  display: inline-block;
  width: 13em;
  height: 2.5em;
  background: #05396b;
  border-radius: 4px;
  margin: 1.5em 0;
  padding: 0;
  border: 1px solid transparent;
  outline: 0;
  font-size: 1em;
  color: #fff;
  text-align: center;
  line-height: 2.5em;
}

.temp_ad_box .bnt a:hover {
  background: #008fc0;
  color: #fff;
}
/*文章模板-文章广告模块公共样式  -end*/
/* 文章模板1   -start*/

.temp1_list_box {
  display: flex;
  margin-top: 2rem;
  padding: 3rem 0px;
  border-top: 1px solid #e0e4e8;
}

.temp1_list_box > div {
  flex: 1;
  position: relative;
  padding: 0 2rem;
  padding-bottom: 10rem;
  border-right: 1px solid #dcdcdc;
}

.temp1_list_box > div:last-child {
  border-right: none;
}

.temp1_list_box div p {
  width: 33rem;
  height: 33rem;
  margin:0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.temp1_list_box .temp_title28_dark_blue {
  white-space: normal;
  font-weight: bold !important;
  margin-bottom: 20px !important;
  text-align: center;
  font-size: 2.5rem !important;
  line-height: 3.5rem !important;
  margin-top: 10px !important;
}

.temp1_list_box .temp_title28_dark_blue a {
  color: #05396b !important;
}

.temp1_list_box .temp_title28_dark_blue a:hover {
  color: #008fc0 !important;
}

.temp1_list_box .bnt a {
  display: inline-block;
  width: 90%;
  background-color: #018fc1;
  border-radius: 4px;
  padding: 0;
  border: 1px solid transparent;
  outline: 0;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 3rem;
  transform: translate(-50%, 0);
  height: 5.6rem;
  overflow: hidden;
  line-height: 5.6rem;
}

.temp1_list_box .bnt a:hover {
  cursor: pointer;
  color: #fff;
  animation-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  animation: primaryBtn 0.1s !important;
  background-color: #05396b;
}

.temp1_module_box {
  height: 520px;
  background-color: #05396b;
  padding: 0 5%;
  display: flex;
  align-items: center;
  margin: 40px 0;
}

.temp1_module_box > div {
  flex: 1;
  height: 340px;
}

.temp1_module_box .module_right {
  text-align: right;
}

.temp1_module_box .module_right img {
  height: 100%;
  width: auto !important;
}

.temp1_module_box .module_left > img {
  width: 31px !important;
  height: 20px !important;
  margin-bottom: 10px;
}

.temp1_module_box .title {
  font-weight: bold;
  font-size: 2em;
  line-height: 2em;
  color: #fff;
}

.temp1_module_box .explain {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #a2aaad;
}

.temp1_module_box .bnt a {
  display: inline-block;
  width: 280px;
  height: 3em;
  background: #008fc0;
  border-radius: 4px;
  padding: 0;
  border: 1px solid transparent;
  outline: 0;
  font-size: 1em;
  color: #fff;
  text-align: center;
  line-height: 3em;
  margin-top: 20px;
}
/* 文章模板1   -end*/
/* 文章模板2   -start*/

.theme2-table-box .title {
  font-style: normal;
  font-weight: bold;
  font-size: 2em;
  line-height: 2em;
  color: #2c2a29;
}

.theme2-table-box .subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5em;
  color: #05396b;
}

.theme2-table-box .theme2-table {
  padding: 0 50px;
  margin-top: 20px;
}

.theme2-data-box .title {
  font-style: normal;
  font-weight: bold;
  font-size: 2em;
  line-height: 2em;
  color: #2c2a29;
}

.theme2-data-box .subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5em;
  color: #05396b;
}

.theme2-data {
  display: flex;
  margin-top: 20px;
}

.theme2-data > div {
  flex: 1;
}

.theme2-data .data-left {
  border-right: 1px solid #bfbfbf;
  padding-right: 40px;
}

.theme2-data .data-right {
  padding-left: 40px;
}

.theme2-data img {
  width: 100%;
  height: auto !important;
}

.theme2-question-box .title {
  font-style: normal;
  font-weight: bold;
  font-size: 2em;
  line-height: 2em;
  color: #2c2a29;
}

.theme2-question-box .subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5em;
  color: #05396b;
}

.theme2-question-box .question {
  font-style: normal;
  font-weight: bold;
  font-size: 1em;
  color: #2c2a29;
  line-height: 2em;
}

.theme2-question-box .answer {
  font-weight: 300;
  color: #2c2a29;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}

.theme2-question-box .answer:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2c2a29;
  position: absolute;
  left: 5px;
  top: 12.5px;
}

.theme2-faster-box {
  margin-top: 20px;
  height: 35em;
  width: 100%;
  position: relative;
  color: #2c2a29;
  font-style: normal;
}

.theme2-faster-box .bg {
  height: 100%;
  width: auto !important;
  position: absolute;
  right: 0;
  top: 0;
}

.theme2-faster-box .faster-data {
  width: 50%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #ffffff;
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding-left: 10%;
  padding-top: 10%;
}

.theme2-faster-box .colon {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 31px !important;
  height: 20px !important;
}

.theme2-faster-box .title {
  font-weight: bold;
  font-size: 2em;
  line-height: 2em;
}

.theme2-faster-box .explain {
  font-size: 1.2em;
  line-height: 1.5em;
}

.theme2-faster-box .bnt a {
  display: inline-block;
  width: 10em;
  height: 2em;
  background: #008fc0;
  border-radius: 4px;
  margin: 1.5em 0;
  padding: 0;
  border: 1px solid transparent;
  outline: 0;
  font-size: 1em;
  color: #fff;
  text-align: center;
  line-height: 2em;
}
/* 文章模板2   -end*/
/* 文章模板3   -start*/

.temp3_content {
  background: #fff;
  padding: 0px 60px;
  padding-right: 210px;
}

.temp3_content .characteristic {
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 1.2em;
  border-bottom: 1px dashed #999;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.temp3_content::after {
  content: "";
  display: block;
  width: 3000px;
  height: 480px;
  z-index: -1;
  position: absolute;
  left: -1000px;
  top: -100px;
  background: #009ed0;
}

.temp3_content .field--name-field-text::after {
  height: 0px;
}

.temp3_content .list_img img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}

.temp3_content .content_r {
  width: 270px;
  float: right;
  padding: 0 0 20px 60px;
  position: relative;
}

.temp3_content .content_l {
  width: 270px;
  float: left;
  padding: 0 60px 20px 0px;
  position: relative;
}

.temp3_content .content_r:before,
.temp3_content .content_l:before {
  font-family: "Source Han Sans", sans-serif;
   font-size: 4.5rem;
  font-weight: bold;
  content: "\201C";
  position: absolute;
  left: 25px;
  top: 0px;
}

.temp3_content .content_r:after,
.temp3_content .content_l:after {
  font-family: "Source Han Sans", sans-serif;
   font-size: 4.5rem;
  position: absolute;
  bottom: 0;
  right: -20px;
  font-weight: bold;
  content: "\201D";
}

.temp3_content .content_l:before {
  left: -30px;
}

.temp3_content .content_l:after {
  right: 30px;
}

@media all and (max-width: 614px) {
  .temp3_content {
    padding: 0;
  }
  .flex {
    flex-direction: column;
  }
  .temp3_content p img {
    width: 100% !important;
    height: auto;
  }
  .temp3_content .content_r,
  .temp3_content .content_l {
    width: 100%;
  }
}
/* 文章模板3   -end*/
/* 文章模板4   -start*/

.temp4_head {
  padding-bottom: 51.2px;
}

.temp4_head .article_type {
  font-size: 1.6rem;
  line-height: 24px;
  color: #000;
  /*border-bottom: 1px dashed #999;*/
  /*padding-bottom: 10px;*/
  margin-bottom: 32px;
}

.temp4_head .article_type:after,
.temp6_content .temp_title90_black:after,
.titleDivA .temp_title90_black:after,
.temp7_titleDivA .temp_title90_black:after,
.temp8_content .temp_line:after,
.temp9_head:after {
  content: "";
  display: block;
  height: 10px;
  background-image: url(../images/temp_line_2.png);
  background-size: cover;
  background-position: left;
  margin-top: 30px;
}

.temp4_head .article_author {
  font-size: 22.4px;
  line-height: 33.6px;
  color: #2c2a29;
  margin: 0 !important;
}

.temp4_list {
  display: flex;
  margin-bottom: 19.2px !important;
}

.temp4_list .list_left {
  width: 238.4px;
  height: 249.6px;
  margin-right: 32px;
}

.temp4_list .list_left > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.temp4_list .list_right {
  flex: 1;
}

.temp4_content .temp_title28_dark_blue {
  margin-bottom: 25.6px !important;
}
/* 文章模板4   -end*/
/* 文章模板5   -start*/

.temp5_list {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 0;
  border-top: 1px solid #e0e4e8;
}

.temp5_list > div {
  width:25%;
  position: relative;
  padding-bottom: 7.5rem;
  padding: 0 2rem;
  padding-bottom: 13rem;
  box-sizing: border-box;
  border-right: 1px solid #dcdcdc;
  margin-bottom: 3rem;
}

.temp5_list > div:nth-child(4n + 4) {
  border-right: none;
}

.temp5_list .temp_title28_dark_blue {
  white-space: normal;
  font-weight: bold !important;
  margin-bottom: 3rem !important;
  text-align: center;
  font-size: 2.4rem !important;
  line-height: 4rem !important;
  text-transform: uppercase;
  margin-top: 10px !important;
}

.temp5_list .temp_content {
  line-height: 1.6 !important;
}

.temp5_list_item .bnt a {
  display: inline-block;
  width: 80%;
  background-color: #018fc1;
  border-radius: 4px;
  padding: 0;
  border: 1px solid transparent;
  outline: 0;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 3rem;
  transform: translate(-50%, 0);
  height: 5.6rem;
  overflow: hidden;
  line-height: 5.6rem;
}

.temp5_list_item .temp_title28_dark_blue a {
  color: #05396b !important;
}

.temp5_list_item .temp_title28_dark_blue a:hover {
  color: #008fc0 !important;
}

.temp5_list_item .bnt a:hover {
  cursor: pointer;
  color: #fff;
  animation-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  /* Safari 和 Chrome */
  animation: primaryBtn 0.1s !important;
  background-color: #05396b;
}

.temp5-slide-box {
  width: 1110px;
  margin: 0 auto;
  margin-top: 40px;
}

.temp5-slide-box .temp_title28_dark_blue {
  color: #444 !important;
}

.temp5-slide-box ul {
  list-style: none;
  position: relative;
}

.temp5-slide-box ul li {
  position: absolute;
  top: 50px;
  cursor: pointer;
}

.temp5-slide-box .temp5_prev {
  left: -70px;
}

.temp5-slide-box .temp5_next {
  right: -40px;
}

.temp5-slide-box .bigbox {
  overflow: hidden;
  height: 150px;
}

.temp5-slide-box #switcher {
  height: 230px;
  left: 0px;
}

.temp5-slide-box .box {
  transition: all 0.7s ease 0s;
  width: 277.5px !important;
  height: 150px;
  float: left;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.temp5-slide-box .box div {
  padding-right: 25px !important;
}

.temp5-slide-box .box .temp_title28_dark_blue {
  margin-bottom: 15px !important;
  font-size: 16px !important;
  line-height: 25px !important;
}

.temp5-slide-box .box .temp_content {
  font-size: 14px !important;
  line-height: 1.6em !important;
}

.temp5-slide-box .box .temp_title28_dark_blue a {
  color: #05396b !important;
}

.temp5-slide-box .box .temp_title28_dark_blue a:hover {
  color: #008fc0 !important;
}

.temp5_more_content_box {
  display: flex;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  /*width: 1110px;*/
  margin: 0 auto;
}

.temp5_more_content_box > div {
  flex: 1;
}

.temp5_more_content_box .more_content_l {
  border-right: 1px solid #cccccc;
  padding-top: 10px;
  padding-right: 8%;
  /*padding-left:40px;*/
}

.temp5_more_content_box .more_content_l .title a {
  color: #05396b;
  font-weight: 600;
  line-height: 1.15;
  text-decoration: none;
  font-size: 2.5rem;
  margin-bottom: 10px;
  display: inline-block;
}

.temp5_more_content_box .more_content_l p {
  color: #444;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}

.temp5_more_content_box .more_content_l .tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

.temp5_more_content_box .more_content_l .tags li {
  display: flex;
  align-items: center;
  font-size: 1.2em;
}

.temp5_more_content_box .more_content_l .tags img {
  width: 28px;
  height: auto;
  margin-right: 5px;
}

.temp5_more_content_box .more_content_l .tags li a {
  color: #008fc0;
  text-decoration: none;
}

.ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
}

.ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
}
/* 文章模板5   -end*/
/* 文章模板6   -start*/

.temp6_content {
  padding: 0 60px;
}

.temp6_content .temp_title90_black {
  position: relative;
  /*padding-bottom: 30px;*/
  /*border-bottom: 1px dashed #999;*/
}

.temp6_content .temp_title90_black:before {
  display: inline-block;
  content: "";
  background-color: #2c2a29;
  width: 8px;
  height: 56px;
  position: absolute;
  left: -60px;
}

.temp6_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.temp6_list > div {
  width: 33.333%;
  position: relative;
  padding: 0 20px;
  padding-bottom: 130px;
  box-sizing: border-box;
  border-right: 1px solid #dcdcdc;
  margin-bottom: 30px;
}

.temp6_list > div:nth-child(3n + 3) {
  border-right: none;
}

.temp6_list .temp_title28_dark_blue {
  white-space: normal;
  font-weight: bold !important;
  margin-bottom: 63px !important;
  text-align: center;
  font-size: 25px !important;
  line-height: 40px !important;
  text-transform: uppercase;
  margin-top: 10px !important;
}

.temp6_list .temp_content {
  line-height: 1.6 !important;
}

.temp6_list .temp_title28_dark_blue a {
  color: #05396b !important;
}

.temp6_list .bnt a {
  display: inline-block;
  width: 90%;
  background-color: #018fc1;
  border-radius: 4px;
  padding: 0;
  border: 1px solid transparent;
  outline: 0;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0);
  height: 56px;
  overflow: hidden;
  line-height: 56px;
}

.temp6_list .bnt a:hover {
  cursor: pointer;
  color: #fff;
  animation-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  animation: primaryBtn 0.1s !important;
  background-color: #05396b;
}
/* 文章模板6   -end*/
/*文章模板7  -start*/

.content-div {
  padding: 0px 60px 0px 60px;
  color: #000000 !important;
}

.spaceDiv {
  height: 30px;
}

.titleDivA {
  display: flex;
}

.leftDivA {
  background-color: #000000;
  width: 8px;
  height: 56px;
}

.rightDivA {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  padding: 0px 0px 0px 50px;
  /*display: flex;
  align-items: center;*/
}

.temp7 {
  padding: 0px 60px 0px 60px;
  background-color: #ffffff;
  word-wrap: break-word;
  word-break: normal;
}
li.temp7 {
	padding: 0 !important;
}

.content-div {
  background: #fff;
}

.content-div h3,
.content-div h4 {
  margin: 0;
}

.temp7_spaceDiv {
  height: 30px;
}

.temp7_titleDivA {
  display: flex;
  padding: 30px 0;
}

.temp7_titleDivA,
.temp7_subtitleDivA {
  word-wrap: break-word;
  word-break: normal;
}

.temp7_leftDivA {
  background-color: #000000;
  width: 8px;
  height: 56px;
}

.temp7_rightDivA {
  font-size: 4rem;
  font-weight: bold;
  line-height: 5rem;
  padding: 0px 0px 0px 5rem;
  /*display: flex;*/
  align-items: center;
  color: #2c2a29 !important;
  width: 92%;
}

.temp7_subtitleDivA {
  padding: 0 6rem;
  line-height: 3.5rem;
  color: #05396b;
  font-size:2rem;
  font-weight: bold;
}

.theme7-table-box {
  text-align: center;
  margin: 0 0 4rem 0;
}

.theme7-table-box table {
  display: inline-block;
}

.theme7-table-box table tbody {
  /*border: 1px solid #bfbfbf;*/
}

.theme7-table-box table tbody td {
  border: 1px solid #bfbfbf;
  vertical-align: baseline;
}

.theme7-table-box table tbody th {
  border: 1px solid #bfbfbf;
}

.theme7-table-box tr .header {
  font-weight: bold;
  color: #05396b;
  text-align: center;
  background-color: transparent;
}

.theme7-table-box tr .left-header {
  background-color: #05396b;
  color: #fff;
  border: 1px solid #05396b;
  text-align: center;
}

.theme7-table-box tr .select {
  background-color: #008fc0;
  border: 1px solid #008fc0;
}

.field--name-body,
.field--name-field-text {
  background: #fff;
}

.field--name-field-text {
  margin-top: 30px;
  position:relative;
}

.field--name-field-text::after {
 
	
}

.temp7 tr .left-header {
  background-color: #05396b;
  color: #fff;
  border: 1px solid #05396b;
  text-align: center;
}

@media all and (max-width: 614px) {
  .temp7_leftDivA {
    background: #fff;
  }
  .temp7_rightDivA,
  .temp7_subtitleDivA,
  .temp7 {
    padding: 0;
  }
}
/*文章模板7  -end*/
/*文章模板8  -start*/

.temp8_content {
  padding: 30px 60px;
  background: #fff;
}

/*.temp8_content::after {
  content: "";
  display: block;
  width: 3000px;
  height: 480px;
  z-index: -1;
  position: absolute;
  left: -1000px;
  top: -100px;
  background: #009ed0;
}*/

.temp8_content .temp_title90_black {
  position: relative;
  padding-bottom: 30px;
}

.temp8_content .temp_title90_black:before {
  display: inline-block;
  content: "";
  background-color: #2c2a29;
  width: 8px;
  height: 56px;
  position: absolute;
  left: -60px;
}

.temp8_content .introduce {
  display: flex;
  padding-bottom: 10px;
  /*border-bottom: 1px dashed #999;*/
}

.temp8_content .introduce .txt {
  flex: 1;
  padding: 0 50px;
  position: relative;
}

.temp8_content .introduce .txt > img {
  width: 31px !important;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 10px;
}

.temp8_content .introduce .contact {
  width: 430px;
  background: #05396b;
  color: #fff !important;
  padding: 32px;
  padding-bottom: 22px;
  box-sizing: border-box;
  border-radius: 4px;
}

.temp8_content .introduce .contact .title {
  font-size: 1.5em;
}

.temp8_content .introduce .contact p {
  margin: 0;
}

.temp8_content .introduce .contact a {
  color: #fff;
}

.temp8_content .introduce .contact a:hover {
  color: #fff;
}

.temp8_content .introduce .tr {
  text-align: right;
}

.temp8_content .introduce .contact .mt {
  margin-top: 20px;
}

.temp8_content .introduce .txt .bnt a {
  display: inline-block;
  width: 320px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #018fc1;
  margin: 15px 0 5px 0;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 4px;
}

.temp8_content .introduce .txt .bnt a:hover {
  background-color: #1999c6;
  cursor: pointer;
}

.temp8_content .content {
  display: flex;
  margin-top: 40px;
}

.temp8_content .content > div {
  flex: 1;
}

.temp8_content .content .f_l .temp_title28_dark_blue {
  color: #2c2a29 !important;
  margin-top: 20px !important;
}

.temp8_content .content .f_l .item-Highlight {
  color: #018fc1 !important;
}

.temp8_content .content .f_r {
  padding-left: 20px;
  box-sizing: border-box;
}

.temp8_content .content .f_r img {
  width: 100%;
  height: auto;
}

.temp8_content .content .f_l .title {
  font-weight: bold;
}

.temp8_content .content .f_l ul {
  margin: 0;
  padding-left: 25px;
}

.temp8-slide-box {
  margin-top: 40px;
}

.temp8-slide-box ul {
  list-style: none;
  position: relative;
}

.temp8-slide-box ul li {
  position: absolute;
  top: 138px;
  cursor: pointer;
}

.temp8-slide-box .temp5_prev {
  left: -40px;
}

.temp8-slide-box .temp5_next {
  right: -40px;
}

.temp8-slide-box .bigbox {
  overflow: hidden;
  height: 277.5px;
}

.temp8-slide-box #temp8_switcher {
  height: 277.5px;
  left: 0px;
}

.temp8-slide-box .box {
  transition: all 0.7s ease 0s;
  width: 277.5px !important;
  height: 277.5px;
  float: left;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  display: flex;
}

.temp8-slide-box .box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.temp8-slide-box .label_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.temp8-slide-box .label_txt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.temp8-slide-box .label_txt p {
  position: absolute;
  padding: 0 20px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  color: #fff;
  margin: 0 !important;
  line-height: 50px;
}

.temp8-slide-box .label_txt p a {
  color: #fff;
}
/*文章模板8  -end*/
/*文章模板9  -start*/

.temp9_content {
  padding: 0 60px;
  padding-right:0;
}

.temp9_content .temp_title90_black {
  position: relative;
  margin-bottom: 10px;
}

.temp9_content .temp_title90_black a {
  color: #2c2a29 !important;
}

.temp9_content .temp9_head .temp_title90_black:before {
  display: inline-block;
  content: "";
  background-color: #2c2a29;
  width: 0.8rem;
  height: 5.6rem;
  position: absolute;
  left: -6rem;
}

.temp9_head .txt {
  padding-top: 2rem;
  font-size: 2.2rem;
  /*line-height: 24px;*/
  color: #2c2a2d;
  font-weight: 600;
}

.temp9_content .content {
  margin-top: 3rem;
}

.temp_more_box .more_content {
  margin-top: 2rem;
}

.more_content .title {
  font-size: 2.2rem;
  color: #2c2a2d;
  font-weight: 600;
}

.temp_more_box .more_content span {
  color: #a2aaad;
}

.temp9_content .more {
  margin-top: 2rem;
  display: flex;
}

.temp9_content .menu {
  width: 23rem;
}

.temp9_content .menu > div {
  width: 95%;
  padding: 0.5rem 2rem;
  box-sizing: border-box;
  margin-bottom: 0.4rem;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  color: #2c2a29;
  line-height: 3rem;
  float: right;
  font-size: 1.8rem;
}

.temp9_content .menu > div:hover {
  cursor: pointer;
  background: #008fc0;
  color: #fff;
  width: 100%;
}

.temp9_content .menu .select {
  background: #008fc0;
  color: #fff;
  width: 100%;
}

.temp9_content .menu_content {
  flex: 1;
  margin-left: 4px;
  border: 0.2rem solid #f1f1f1;
  padding: 20px;
  display: none;
}

.temp9_content .select {
  display: block;
}

.temp9_content .content_r {
  flex: 1;
}

.temp9_content .introduce {
  display: flex;
  padding-bottom: 30px;
  margin-top: 30px;
  flex-direction: column;
}

.temp9_content .introduce .txt {
  flex: 1;
  position: relative;
  padding-top: 45px;
  margin-top: 20px;
}

.temp9_content .introduce .temp_content {
  color: #a2aaad !important;
}

.temp9_content .introduce .txt > img {
  width: 31px !important;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 10px;
}

.temp9_content .introduce .contact {
  height: 236px;
  background: #05396b;
  color: #fff !important;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 4px;
  flex-direction: column;
}

.temp9_content .introduce .contact p {
  margin: 0;
}

.temp9_content .introduce .tr {
  text-align: right;
}

.temp9_content .introduce .contact .mt {
  margin-top: 20px;
}

.temp9_content .introduce .txt .bnt a {
  display: inline-block;
  width: 15em;
  height: 3em;
  background: #008fc0;
  border-radius: 4px;
  padding: 0;
  border: 1px solid transparent;
  outline: 0;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  line-height: 3em;
  margin-top: 20px;
}

.temp9_content .introduce .txt .bnt a:hover {
  background-color: #1999c6;
  cursor: pointer;
}

.temp9_list_item {
  width: 33.33% !important;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #dcdcdc;
  margin: 0 !important;
  box-sizing: border-box;
}

.temp9_list_item:last-child {
  border-right: none;
}

.temp9_list_item .bnt a {
  width: 90% !important;
  left: 50%;
  transform: translate(-50%, 0);
}
/*文章模板9  -end*/
/*文章模板10  -start*/

.temp10_content {
  display: flex;
}

.temp10_content > div {
  /*flex: 1;*/
  position: relative;
  height: 350px;
  overflow: hidden;
}

.temp10_content .content_l img {
  /*margin-left: 15%;*/
}

.temp10_content .content_l {
  padding-top: 50px;
  position: relative;
}

.temp10_content .content_l p {
  /*margin-left: 15%;*/
  font-weight: 500;
  font-size: 32px;
  line-height: 60px;
  color: #008fc0;
}

.temp10_content .content_l div {
  /*width: 80%;
  float: right;*/
}

.temp10_content .content_l .careful {
  font-size: 1em !important;
  margin-top: 1em !important;
}

.temp10_content .content_l .btn {
  display: inline-block;
  width: 20%;
  height: 3em;
  background: #05396b;
  border-radius: 4px;
  padding: 0;
  border: 1px solid transparent;
  outline: 0;
  font-size: 1em;
  color: #fff;
  text-align: center;
  line-height: 3em;
  position: absolute;
  bottom: 0;
  left: 0;
  text-decoration: none;
}

.temp10_content .content_l .btn:hover {
  background: #008fc0;
}

.temp10_content .content_r {
  margin-left: 20rem;
}

.temp10_content .content_r img {
  //width: 100%;
  //height: 100%;
  object-fit: cover;
  margin-top: 50px;
}
/*文章模板10  -end*/
/* 文章模板11  -start*/

.temp11_layout_lr {
  display: flex;
}

.temp11_layout_r {
  flex: 1;
}

.temp11_layout_r img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.temp11_layout_l {
  flex: 1.2;
  padding-right: 20px;
  box-sizing: border-box;
}

.temp11_layout_r .content {
  text-align: right;
}

.temp11_content {
  margin: 50px 0;
}

.temp11_content .title {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: bold;
  color: #05396b;
}

.temp11_content .content {
  font-style: normal;
  font-size: 1.2em;
  font-weight: 350;
  line-height: 2em;
  color: #2c2a29;
  letter-spacing: 1px;
  margin: 0;
}

.temp11_content .image_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.temp11_content .image {
  width: 45%;
}

.temp11_content .image img {
  width: 100%;
  height: 100%;
}

.temp11_content .list {
}

.temp11_content .list ul {
  padding-left: 20px;
}

.temp11_content .list ul li {
  font-size: 1.2em;
  color: #2c2a29;
  font-weight: 300;
  margin-bottom: 10px;
}

.temp11_thumbnail_box {
  width: 370px;
}

.temp11_thumbnail_box .image {
  width: 100%;
  margin-bottom: 40px;
}

.temp11_thumbnail_box .image img {
  width: 100%;
  height: 100%;
}

.temp11_thumbnail_box .thumbnail_content {
  margin: 20px 0;
}

.temp11_thumbnail_box .thumbnail_content .title {
  font-weight: bold;
  color: #05396b;
  margin-bottom: 10px;
  font-size:2rem;
}

.temp11_thumbnail_box .thumbnail_content .content {
  color: #2c2a29;
  font-size: 1.6rem;
  font-weight: 300;
}

.temp11_thumbnail_box .thumbnail_content_but {
  height: 50px;
  text-align: center;
  background-color: #05396b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.temp11_thumbnail_box .thumbnail_content_but a {
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.temp11_end_note {
  padding: 100px 0;
  padding-bottom: 0;
}

.temp11_end_note .icon1 {
  width: 30px;
  height: 20px;
  margin-bottom: 30px;
}

.temp11_end_note .icon1 img {
  width: 100%;
  height: 100%;
}

.temp11_end_note .title {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 20px;
}

.temp11_end_note .content {
  font-weight: 300;
  font-size: 1.2em;
}

.temp11_end_note .icon2 {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.temp11_end_note .icon2 img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.temp11_end_note .icon2 span {
  background-color: #dfeef2;
  color: #008fc0;
  padding: 1px 10px;
  font-size: 14px;
}

.temp11_content .image {
  width: 100%;
}

.temp11_thumbnail_box {
  width: 300px;
}

.temp11_thumbnail_box .thumbnail_content_but {
  height: 50px;
  text-align: center;
  background-color: #05396b;
  border-radius: 4px;
  width: 80%;
  margin: 0 auto;
  line-height: 50px;
}

@media all and (max-width: 614px) {
  .theme2-header-box {
    padding: 0 10px;
    padding-top: 10px;
    height: 480px;
  }
  .theme2-header-content .title {
    font-size: 2em;
    line-height: 2em;
  }
  .theme2-header-content {
    width: 100% !important;
    padding: 0 20px;
  }
  .theme2-header-content .content {
    padding: 0;
  }
  .theme2-header-content .explain {
    line-height: 2em;
  }
  .theme2-header-content img {
    display: none;
  }
  .temp11_content .image_box {
    display: block;
    flex-direction: column;
  }
  .temp11_content .image {
    width: 100%;
  }
  .temp11_thumbnail_box {
    width: auto;
  }
  .temp11_layout_lr {
    flex-direction: column;
  }
  .temp11_layout_r img {
    width: 100% !important;
  }
  .temp_banner_box1 {
    padding: 0 20px;
  }
}
/* 文章模板11  -end*/
/* 文章-模板12  -start*/

.temp12_content {
  margin: 50px 0;
}

.temp12_content .title {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: bold;
  color: #05396b;
}

.temp12_content .content {
  font-size: 1.2em;
  line-height: 2em;
  color: #2c2a29;
  font-weight: 300;
  margin-bottom: 30px;
}

.temp12_electronic_news {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  margin-left:-2rem;
}

.temp12_electronic_news .row-news {
  width: 50%;
  padding: 2rem 4rem;
}

.temp12_electronic_news .row-news:nth-child(odd) {
  border-right: 1px #f1f1f1 solid;
  margin-right: 0px;
}

.temp12_electronic_news .row-news .time {
  font-size: 1.4rem;
  font-weight: 400;
  /*line-height: 24px;*/
  color: #a2aaad;
  margin-bottom: 1rem;
}

.temp12_electronic_news .row-news .title {
  margin-bottom: 2rem;
  color: #05396b;
  font-weight: bold;
  /*font-size: 1.5em;
  line-height: 1.5em;*/
}

.temp12_electronic_news .row-news .introduction {
  /*font-size: 1.2em;*/
  color: #2c2a29;
  /*line-height: 2em;*/
  font-weight: 300;
}

.temp12_electronic_news .icon {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}

.temp12_electronic_news .icon img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.temp12_electronic_news .icon span {
  background-color: #dfeef2;
  color: #008fc0;
  padding: 1px 10px;
  font-size: 14px;
  margin-right: 10px;
  font-weight: 450;
}

.temp12_electronic_news .btn {
  margin-top: 2rem;
  width: 25rem;
  height: 4.5rem;
  background-color: #05396b;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.temp12_electronic_news .btn span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.temp12_banner {
  position: relative;
  height: 320px;
}

.temp12_banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.temp12_banner .temp12_content {
  position: absolute;
  width: 1140px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.temp12_banner .bannerTitle {
  font-size: 40px;
  font-weight: bold;
  font-color: #000000;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 40px;
  text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  -webkit-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  -moz-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}

.temp12_banner .bannerSketch {
  weight: 120px;
  font-size: 1.8rem;
  font-weight: regular;
  color: #8c8c8c;
  line-height: 30px;
  text-align: left;
  margin-bottom: 40px;
}

.temp12_banner .bannerSketch-text {
  width: 600px;
  color: #2c2a29;
}

@media all and (max-width: 614px) {
  .temp12_electronic_news .row-news:nth-child(odd) {
    border: 0;
    margin: 0;
  }
  .temp12_electronic_news .row-news {
    padding: 0;
  }
  .temp12_banner .bannerSketch {
    width: auto;
  }
  .temp12_banner .bannerSketch-text {
    width: auto;
  }
  .temp12_banner .temp12_content {
    padding: 0 15px;
    width: 100%;
  }
  .temp12_electronic_news {
    flex-direction: column;
  }
  .temp12_electronic_news .row-news {
    width: 100%;
  }
}
/* 文章-模板12  -end*/
/* 文章模板13   -start*/

.temp13_content {
  margin: 50px 0;
}

.temp13_content .title {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: bold;
  color: #05396b;
}

.temp13_content .content {
  line-height: 2em;
  font-size: 1.2em;
  color: #2c2a29;
  font-weight: 300;
  margin-bottom: 30px;
}

.temp13_content .list li {
  font-size: 1.2em;
  color: #2c2a29;
  font-weight: 300;
  margin-bottom: 10px;
}

.temp13_bth {
  display: flex;
  justify-content: center;
}

.temp13_bth .btn {
  padding: 10px 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #05396b;
}

.temp13_bth .btn a {
  font-weight: bold;
  color: #fff;
}
/* 文章模板13   -end*/
/* 文章模板14  -start*/

.temp14-banner {
  width: 100%;
  height: 240px;
  background: url("https://www.jax.org.cn/sites/default/files/jax/image/bj14.png") no-repeat center #05396b;
  background-size: cover;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.temp14-banner-centent {
  width: 80%;
  margin: 0 auto;
}

.temp14-banner-centent .title {
  font-size: 3em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}

.temp14-banner-centent .doc {
  font-size: 1.2em;
  font-weight: 300;
  color: #fff;
  text-align: left;
}

.temp14_content {
  margin: 50px 0;
}

.temp14_content .title {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: bold;
  color: #05396b;
}

.temp14_content .content {
  font-size: 1.2em;
  line-height: 2em;
  color: #2c2a29;
  font-weight: 300;
  margin-bottom: 30px;
}

.temp14_content .list li {
  font-size: 1.2em;
  color: #2c2a29;
  font-weight: 300;
  margin-bottom: 20px;
}
/* 文章模板14  -end*/
/*文章模板15  -start*/

.temp15-banner .temp5-banner-centent .title {
  color: #fff;
}

.temp15-banner .temp5-banner-centent .doc {
  color: #fff;
  font-weight: 300;
}
/*文章模板15  -end*/
/*文章模板16  -start*/

.temp16_content .content_box {
  display: flex;
}

.temp16_content .title {
  font-size:2rem;
  color: #2c2a29;
  margin-bottom: 20px;
}

.temp16_content .theme_box {
  width: 250px;
  border-top: 1px solid #f1f1f1;
  text-align: right;
}

.temp16_content .theme_box div {
  padding: 5px 20px;
  border-bottom: 1px solid #f1f1f1;
  color: #008fc0;
}

.temp16_content .theme_box div:hover {
  cursor: pointer;
  color: #fff;
  background: #05396b;
}

.temp16_content .theme_box .select {
  color: #fff;
  background: #05396b;
}

.temp16_content .content img {
  display: block;
}

.temp16_content .content {
  flex: 1;
  padding-left: 40px;
  border-left: 1px solid #008fc0;
  display: none;
}

.temp16_content .select {
  display: block;
}

.temp16_content .module {
  padding-bottom: 40px;
}

.temp16_content .module .explain {
  height: 60px;
  background: rgba(0, 143, 192, 0.1);
  font-size: 1.6rem;
  color: #008fc0;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.temp16_content .content .title {
  font-weight: 500;
  display: inline-block;
  border-bottom: 2px solid #008fc0;
  font-size: 1.2em;
  margin: 10px 0;
  position: relative;
}

.temp16_content .content .title img {
  position: absolute;
  left: -52.5px;
  top: 0px;
}
/*文章模板16  -start*/
/*文章模板17  -start*/

.temp17_content .temp_list {
  display: flex;
}

.temp17_content .temp_list > div {
  flex: 1;
}

.temp17_content .list_l {
  padding-right: 30px;
}

.temp17_content .temp_list .list {
  margin-bottom: 30px;
}

.temp17_content .list_l {
  border-right: 1px solid #ccc;
}

.temp17_content .list_r {
  padding-left: 30px;
}
@media all and (max-width: 614px) {
  .temp17_content .temp_list {
    flex-direction: column;
  }
  .temp17_content .list_l {
    border-right: none;
  }
  .temp17_content .list_l {
    padding-right: 0 !important;
  }
  .temp17_content .list_r {
    padding-left: 0 !important;
  }
}
/*文章模板17  -end*/

/*文章模板18  -start*/

	.temp18_content {
		padding: 0px;
	}

	.temp18_content .temp_title90_black {
		position: relative;
		margin-bottom: 10px;
	}

	.temp18_content .temp_title90_black a {
		color: #2c2a29 !important;
	}

	.temp18_content .temp18_head .temp_title90_black:before {
		display: inline-block;
		content: "";
		background-color: #2c2a29;
		width: 8px;
		height: 56px;
		position: absolute;
		left: -60px;
	}

	.temp18_head .txt {
		padding-top: 20px;
		 font-size: 2.2rem;
		line-height: 24px;
		color: #2C2A2D;
		font-weight: 600;
	}

	.temp18_content .content {
		margin-top: 30px;
	}

	.temp_more_box .more_content {
		margin-top: 20px;
	}

	.more_content .title {
		font-size: 2.2rem;
		color: #2C2A2D;
		font-weight: 600;
	}

	.temp_more_box .more_content span {
		color: #a2aaad;
	}

	.temp18_content .more {
		margin-top: 20px;
		display: flex;
	}

	.temp18_content .menu {
		width: 23rem;
	}

	.temp18_content .menu>div {
		width: 100%;
		padding: 0.5rem 2rem;
		box-sizing: border-box;
		margin-bottom: 4px;
		background: #f8f8f8;
		display: flex;
		align-items: center;
		color: #2c2a29;
		line-height: 3rem;
		float: right;
		font-size: 1.8rem;
	}

	.temp18_content .menu>div:hover {
		cursor: pointer;
		background: #008fc0;
		color: #fff;
		width: 100%;
	}

	.temp18_content .menu .select {
		background: #008fc0;
		color: #fff;
		width: 100%;
	}

	.temp18_content .menu_content {
		flex: 1;
		margin-left: 4px;
		border: 0.2rem solid #f1f1f1;
		padding: 10px;
		display: none;
	}

	.temp18_content .select {
		display: block;
	}

	.temp18_content .content_r {
		flex: 1;
	}

	.temp18_content .introduce {
		display: flex;
		padding-bottom: 30px;
		margin-top: 30px;
		flex-direction: column;
	}

	.temp18_content .introduce .txt {
		flex: 1;
		position: relative;
		padding-top: 45px;
		margin-top: 20px;
	}

	.temp18_content .introduce .temp_content {
		color: #a2aaad !important;
	}

	.temp18_content .introduce .txt>img {
		width: 31px !important;
		height: 20px;
		position: absolute;
		left: 0px;
		top: 10px;
	}

	.temp18_content .introduce .contact {
		height: 236px;
		background: #05396b;
		color: #fff !important;
		padding: 32px;
		box-sizing: border-box;
		border-radius: 4px;
		flex-direction: column;
	}

	.temp18_content .introduce .contact p {
		margin: 0;
	}

	.temp18_content .introduce .tr {
		text-align: right;
	}

	.temp18_content .introduce .contact .mt {
		margin-top: 20px;
	}

	.temp18_content .introduce .txt .bnt a {
		display: inline-block;
		width: 15em;
		height: 3em;
		background: #008fc0;
		border-radius: 4px;
		padding: 0;
		border: 1px solid transparent;
		outline: 0;
		font-size: 1.2em;
		color: #fff;
		text-align: center;
		line-height: 3em;
		margin-top: 20px;
	}

	.temp18_content .introduce .txt .bnt a:hover {
		background-color: #1999c6;
		cursor: pointer;
	}

	.temp18_list_item {
		width: 33.33% !important;
		padding-left: 20px;
		padding-right: 20px;
		border-right: 1px solid #dcdcdc;
		margin: 0 !important;
		box-sizing: border-box;
	}

	.temp18_list_item:last-child {
		border-right: none;
	}

	.temp18_list_item .bnt a {
		width: 90% !important;
		left: 50%;
		transform: translate(-50%, 0);
	}

  .temp18_views_show_more_button {
		display: none;
	}

	/*文章模板18  -end*/

/*全部文章头部banner自定义区块  - start*/

.temp_banner_box1,
.temp_banner_box2 {
  min-height: 175px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.temp_banner_box1 .container,
.temp_banner_box2 .container {
  width: 144rem;
  margin: 0;
}

.temp_banner_box1 .container .title,
.temp_banner_box2 .container .title {
  color: #2c2a29;
  text-align: left;
  line-height: 1.5;
  font-size: 5.6rem;
  font-weight: 500;
  /*margin-top: 30px;*/
  /*margin-bottom: 20px;*/
}

.temp_banner_box1 .container .doc,
.temp_banner_box2 .container .doc {
  font-size:2rem;
  font-weight: 350;
  color: #2c2a29;
  text-align: left;
  line-height: 1.5;
}

.temp_banner_box1 .bnt a {
  display: inline-block;
  width: 280px;
  padding: 1em 2em;
  text-align: center;
  background: #018fc1;
  margin: 15px 0 5px 0;
  font-size: 1.8rem;
  color: #fff;
}

.temp_banner_box1 .button a:hover {
  cursor: pointer;
  background: #05396b;
  color: #fff;
}

@media all and (max-width: 614px) {
  .temp_banner_box2 .container,
  .temp_banner_box1 .container {
    width: 100%;
    padding: 0 20px;
  }
  .temp_banner_box2 .container .title {
    line-height: 1.5em;
  }
}
/*全部文章头部banner自定义区块  - end*/
/*文章广告自定义区块  - start*/

.temp_ad_box1 {
  height: 150px;
  background-size: cover !important;
  background-position: center center !important;
  overflow: hidden;
}

.temp_ad_box1 .content {
  display: flex;
  width:138rem;
  margin: 0 auto;
  align-items: center;
  height: 100%;
  
}

.temp_ad_box1 .content:hover {
  cursor: pointer;
}

.temp_ad_box1 .content a {
  color: #fff !important;
}

.temp_ad_box1 .contentBox1 {
  font-size: 40px;
  color: #ffffff;
  line-height: 120%;
  width: 375px;
}

.temp_ad_box1 .contentBox2 {
  font-size:2rem;
  color: #ffffff;
  line-height: 150%;
  display: flex;
  align-items: center;
  border-left: 4px solid #ffffff;
  padding-left: 15px;
  width: 530px;
}

.temp_ad_box1 .button {
  display: inline-block;
  width: 250px;
  padding: 1em 2em;
  text-align: center;
  background: #dcdcdc;
  margin: 15px 0 5px 0;
  color: #05396b;
  font-weight: bold;
  margin-left: 30px;
}

.temp_ad_box1 .button:hover {
  cursor: pointer;
  background: #05396b;
  color: #fff;
}

.updates,
.updates .region {
  padding: 0 !important;
}

.contextual-region {
  margin-bottom: 0px !important;
}

@media all and (max-width: 614px) {
  .temp_ad_box1 {
    height: auto;
    padding: 20px;
  }
  .temp_ad_box1 .content {
    width: 100%;
    flex-direction: column;
  }
  .temp_ad_box1 .content > div {
    width: 100%;
  }
  .temp_ad_box1 .button {
    padding: 1em 0;
    margin-left: 0;
  }
  .temp_ad_box1 .contentBox2 {
    border-left: none;
    padding-left: 0;
  }
}
/*文章广告自定义区块  - end*/
/*文章相关服务自定义区块  - start*/

.temp_service_box1 {
  background: #7d7d7d;
  padding: 20px 0 40px;
  position: relative;
}

.swiper_box {
  height: 27rem;
  position: relative;
}

.temp_service_box1 .container {
  /*max-width: 111rem;
  width:100%;*/
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}

.temp_service_box1 .title {
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.6;
}

.temp_service_box1 .list_box {
  height: 27rem;
  position: relative;
}

.temp_service_box1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  /*width: 2000%;*/
  height: 27rem;
  /*position: absolute;*/
  /*left: 0;*/
}

.temp_service_box1 .doc {
  padding: 3rem 1.5rem;
  color: #444;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.temp_service_box1 .doc a {
  color: #444;
  text-decoration: none;
}

.temp_service_box1 .icon {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 20px;
  bottom: -10px;
  padding: 7px;
  background-color: #009ed0;
}

.temp_service_box1 .icon img {
  width: 100%;
  height: 100%;
}

.temp_service_box1 ul li {
  width: 27rem;
  height: 27rem;
  background: #fff;
  border-right: 1px solid #7d7d7d;
  margin-bottom: 20px;
  position: relative;
  float: left;
  padding: 30px 15px;
  box-sizing: border-box;
}

.temp_service_box1 .but_left {
  height: auto;
  position: absolute;
  top: 185px;
  left: 0px;
  padding: 10px;
  background: #2d2d2d;
}

.temp_service_box1 .but_left img {
  width: 30px;
}

.temp_service_box1 .but_right img {
  width: 30px;
}

.temp_service_box1 .but_right {
  height: auto;
  position: absolute;
  top: 185px;
  right: 0px;
  padding: 10px;
  background: #2d2d2d;
}

.temp_service_box1 .but_left:hover {
  cursor: pointer;
  background: #009ed0;
}

.temp_service_box1 .but_right:hover {
  cursor: pointer;
  background: #009ed0;
}

@media all and (max-width: 614px) {
  .temp_service_box1 {
    padding: 0 20px;
  }
  .temp_service_box1 .list_box {
    height: 295px;
  }
  .temp_service_box1 ul li {
    width: 374px;
    margin-right: 20px;
    border-right: none;
  }
}
/*文章相关服务自定义区块  - end*/
/*文章更多信息模块自定义区块  - start*/

.temp_more_box1 {
  padding: 30px 0;
  width: 1110px;
  margin: 0 auto;
}

.temp_more_box1 .title {
  color: #2c2a29;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.6;
}

.temp_more_box1 .box {
  margin-top: 10px;
}

.temp_more_box1 .box > div {
  float: left;
  width: 225px;
  margin-right: 30px;
  padding-bottom: 10px;
}

.temp_more_box1 .box > div:last-child {
  margin-right: 0;
}

.temp_more_box1 .box > div > img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.temp_more_box1 .time {
  color: #7d7d7d;
  font-size: 10px;
  line-height: 2;
}

.temp_more_box1 .link {
  margin-bottom: 5px;
  font-size: 14px;
  color: #05396b;
  font-weight: bold;
}

.temp_more_box1 .link a {
  color: #05396b;
  font-size: 14px;
  font-weight: bold;
}

.temp_more_box1 .label {
  font-size: 10px;
  line-height: 2;
  display: flex;
  align-items: center;
}

.temp_more_box1 .label img {
  margin-right: 5px;
}

@media all and (max-width: 614px) {
  .temp_more_box1 .title {
    font-size: 26px;
  }
  .temp_more_box1 .box {
    display: flex;
    flex-direction: column;
  }
  .temp_more_box1 .box > div {
    width: 100%;
    padding-bottom: 20px;
    margin-right: 0;
  }
}
/*文章更多信息模块自定义区块  - end*/
/*文章您可能感兴趣的内容自定义区块 -start*/

.temp7_swiper {
  background: #7d7d7d;
  padding: 50px 0;
  position: relative;
  padding-bottom:30rem;
}

.swiper_box {
  height: 277px;
  position: relative;
}

.temp7_swiper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  /*width: 2000%;*/
  height: 277px;
  /*position: absolute;
  left: 0;*/
}

.temp7_swiper .container {
  width: 144rem;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  padding-bottom: 20px;
}

.temp7_swiper .title {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
  height: 45px;
  line-height: 45px;
}

.temp7_swiper ul li {
  width: 25%;
  height: 27rem;
  background: #fff;
  border-right: 1px solid #7d7d7d;
  position: relative;
  float: left;
  padding: 30px 15px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}

.temp7_swiper .but_left {
  height: auto;
  position: absolute;
  top: 185px;
  left: 0px;
  padding: 10px;
  background: #2d2d2d;
}

.temp7_swiper .but_left img {
  width: 30px;
}

.temp7_swiper .but_right img {
  width: 30px;
}

.temp7_swiper .but_right {
  height: auto;
  position: absolute;
  top: 185px;
  right: 0px;
  padding: 10px;
  background: #2d2d2d;
}

.temp7_swiper .but_left:hover {
  cursor: pointer;
  background: #009ed0;
}

.temp7_swiper .but_right:hover {
  cursor: pointer;
  background: #009ed0;
}

li .type,
li .type a {
  font-weight: 400;
  font-size: 14px;
  color: #05396b;
  text-transform: uppercase;
  margin-bottom: 10px;
}

li .content a,
li .content {
  color: #222;
  font-weight: 600;
  font-size:2rem;
  margin: 5px 0 0;
}

li .meta {
  background: #333;
  border: 10px solid #333;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  padding: 0 5px;
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  max-height: 68px;
  height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}

li .meta a {
  color: #fff;
}

@media all and (max-width: 614px) {
  .temp7_swiper {
    padding: 50px 20px;
  }
  .temp7_swiper ul li {
    width: 374px;
    margin-right: 20px;
    border-right: none;
  }
}
/*文章您可能感兴趣的内容自定义区块 -end*/
/*文章视频模块自定义区块 -start*/

.temp_video_box1 .container {
  max-width: 144rem/10;
  width:100%;
  margin: 0 auto;
  padding: 5rem 0;
  overflow:hidden;
}

.temp_video_box1 .container .title {
  font-size: 4.5rem !important;
  color: #2c2a29;
}

.temp_video_box1 .container .video_content {
  width: 100%;
  margin: 0 auto !important;
}

.video_content ul {
	
  list-style: none;
  display:flex;
  flex-wrap:wrap;
  /*margin:0 -20px;*/
}

.video_content ul li {
	width:25%;
	padding:2rem;
  justify-content: center;
  position: relative;
  transition: box-shadow 0.15s linear;

}

.video_content ul li:nth-child(4n + 4) {
  margin-right: 0;
}

.video_content ul li .item {
  display: inline-block;
  height: 34rem;
  border-radius: 0;
  box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
  color: #4a4a4a;
  display: block;
  padding: 0;
  position: relative;
}

.video_content ul li .item:hover {
  color: #363636;
  box-shadow: 0 1px 5px rgb(0 0 0 / 30%);
  cursor: pointer;
}

.video_content .uf-tile-thumbnail {
  width: 100%;
  height:17.4rem;
  font-size: 0;
  overflow: hidden;
  position: relative;
}

.temp_video_box1 .uf-tile-thumbnail .play:before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-family: Font awesome\5 Free;
  content: "";
  font-size: 2.2rem;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  color: #fff;
  opacity: 0.85;
  height: 5rem;
  width: 5rem;
}

.temp_video_box1 .uf-tile-thumbnail .play img {
  width: 2rem !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}

.video_content .uf-tile-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.video_content .uf-tile-duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  padding: 5px;
  line-height: 0.9;
}

/* .video_content .uf-tile-title {
				color: #666;
				padding: 0 20px;
				margin-top: 10px;
				font-weight: bold;
				display: -webkit-box;
				-webkit-line-clamp: 4;
				overflow: hidden;
				-webkit-box-orient: vertical;
				word-wrap: break-word;
				white-space: normal;
				line-height: 1.5em !important;
			} */
.video_content .uf-tile-title {
  color: #666;
  padding: 0 20px;
  margin-top: 10px;
  font-weight: bold;
  position: relative;
  line-height: 1.4em;
  height: 5.8em; 
  overflow: hidden;
}

.video_content .more_footer {
  height: 40px;
  padding: 0 20px;
  border-top: 1px solid #f1f1f1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  color: #0064cd;
  font-size: 1.6rem;
}

.video_content .more_footer img {
  margin-right: 5px;
  max-height:15px;
}

.video_content .more_footer strong {
  flex: 1;
  text-align: right;
  color: #666;
  font-weight: bold;
}
/*一排五个视频li*/
.temp_video_box2 .container .video_content {
  width: auto;
}

.temp_video_box2 .video_content ul {
  padding: 0;
}

.temp_video_box2 .video_content ul li .item {
  width: 206px;
}

.temp_video_box2 .video_content ul li {
  margin-right: 20px !important;
}

.temp_video_box2 .video_content ul li:nth-child(5n + 5) {
  margin-right: 0 !important;
}

.temp_video_box2 .container {
  height: 850px;
}

.temp_video_box2 .container .title {
  height: 70px;
}

@media all and (max-width: 614px) {
  .temp_video_box1 .container {
    width: 100%;
    height: 3110px;
  }
  .temp_video_box2 .container {
    height: 3880px;
  }
  .video_content ul li .item,
  .temp_video_box2 .video_content ul li .item {
    width: 100%;
    height: 350px;
  }
  .video_content .uf-tile-thumbnail {
    height: 180px;
  }
  .temp_video_box1 .container .video_content {
    width: 100%;
  }
  .temp_video_box1 .video_content ul li:nth-child(4n + 4) {
    margin-right: 20px;
  }
  .video_content ul li {
    width: 100%;
    margin-right: 0px !important;
  }
  .temp_video_box1 .container .title {
    font-size: 35px !important;
  }
}
/*文章视频模块自定义区块 -end*/
/*自定义区块   模板7-您可能感兴趣的内容-21  -start*/

.temp7_cb_21 .temp7_pads_title {
  background-color: #f8f8f8;
  width: 100%;
  height: 50px;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 0px 0px 5px;
}

.temp7_cb_21 .temp7_background {
  background-color: #f8f8f8;
  justify-content: center;
  /*子元素水平居中*/
  align-items: center;
  /*子元素垂直居中*/
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: 0px;
}

.temp7_cb_21 .temp7_pad {
  width: 275px;
  height: 275px;
  position: relative;
}

.temp7_cb_21 .temp7_pad_content {
  line-height: 20px;
  width: 100%;
  height: 150px;
  position: absolute;
  z-index: 1001;
  left: 0;
  bottom: 0;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.temp7_cb_21 .temp7_pad_c1 {
  height: 50px;
  padding: 10px 20px 0px 10px;
}

.temp7_cb_21 .temp7_pad_c2 {
  height: 50px;
  padding: 0px 20px 0px 10px;
}

.temp7_cb_21 .temp7_pad_c3 {
  height: 50px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  padding: 0px 20px 0px 10px;
}

.temp7_cb_21 .link-1 {
  color: #000000;
  font-size: 1.8rem;
  font-weight: bold;
}

.temp7_cb_21 .link-1:hover {
  color: #008fc0;
  text-decoration: underline;
}

.temp7_cb_21 .link-2 {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

.temp7_cb_21 .link-2:hover {
  color: #ffffff;
  text-decoration: underline;
}

.temp7_cb_21 .link-3 {
  color: #008fc0;
  font-size: 25px;
  font-weight: bold;
}

.temp7_cb_21 .link-3:hover {
  color: #008fc0;
  text-decoration: underline;
}
/*自定义区块   模板7-您可能感兴趣的内容-21  -end*/
/*模板二头部  theme2-header自定义区块样式*/

.theme2-header-box {
  height: auto;
  position: relative;
  padding: 0 !important;
  height: 380px;
  text-align: left;
  overflow: hidden;
}

.theme2-header-box .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.theme2-header-box .bg-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media all and (max-width: 1000px) {
  .theme2-header-box .bg-img img {
    height: 100%;
  }
}

.theme2-header-content {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.theme2-header-content img {
  position: absolute;
  left: 0;
  top: 8px;
}

.theme2-header-content .title {
  font-style: normal;
  font-weight: normal;
  font-size: 3em;
  color: #2c2a29;
  margin-bottom: 1em;
}

.theme2-header-content .content {
  padding-left: 55px;
  position: relative;
}

.theme2-header-content .explain {
  font-style: normal;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1em;
  color: #05396b;
}

.theme2-header-content .btn {
  background-color: transparent;
  padding: 0;
}

.theme2-header-content .btn button,
.theme2-header-content .btn a {
  display: block;
  width: 15em;
  height: 3em;
  background: #008fc0;
  border-radius: 4px;
  margin: 1.5em 0;
  padding: 0;
  border: 1px solid transparent;
  outline: 0;
  font-weight: bold;
  font-size: 1em;
  color: #fff;
  text-align: center;
  line-height: 3em;
}
/* 移动端首位适配 */

@media all and (max-width: 614px) {
  .flexslider {
    overflow: hidden;
  }
  #block-useraccountmenu {
    display: none;
  }
  #block-languagedropdownswitcher-3 {
    display: none;
  }
  .region-header .search-block-form {
    width: 180px;
  }
  .site-branding__logo {
    padding-top: 10px;
  }
  .site-branding__logo img {
    transform-origin: left;
    /*transform: scale(0.8);*/
  }
  .region-header {
    padding: 12px 15px;
  }
  .contextual {
    display: flex;
  }
  /*文章模板1*/
  .temp1_list_box {
    flex-direction: column;
  }
  .temp1_list_box > div {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .temp1_module_box .module_right {
    display: none;
  }
  .temp1_banner {
    padding: 0 20px;
  }
  /*文章模板2*/
  .theme2-data-box .subtitle {
    line-height: 1.5em;
  }
  .theme2-data {
    flex-direction: column;
  }
  .theme2-data .data-left {
    border-right: none;
    padding-right: 0 !important;
  }
  .theme2-data .data-right {
    padding-left: 0 !important;
  }
  /*文章模板4*/
  .temp4_list {
    flex-direction: column;
  }
  .temp4_list .list_left {
    width: 100%;
  }
  /* 文章模板5 */
  .temp5_list > div {
    width: 384px;
    margin: 0 0 15px 0;
  }
  .temp_ad_box .ad_data {
    width: 100%;
  }
  .temp5-slide-box .box {
    width: 384px !important;
  }
  .temp5-slide-box .prev,
  .temp5-slide-box .temp5_prev {
    display: none;
  }
  .temp5-slide-box .next,
  .temp5-slide-box .temp5_next {
    display: none;
  }
  .temp5-banner-centent {
    width: 95%;
  }
  .temp5-banner-centent .title {
    font-size: 2em;
  }
  .temp5-banner-centent .doc {
    font-size: 25px;
  }
  /*模板6*/
  .temp6_content {
    padding: 0 !important;
  }
  .temp6_list > div {
    width: 100%;
    margin-right: 0 !important;
  }
  /*模板8*/
  .temp8_content {
    padding: 0 !important;
  }
  .temp8_content .introduce,
  .temp8_content .content {
    flex-direction: column;
  }
  .temp8_content .introduce .contact {
    width: 100% !important;
  }
  .temp8_content .content .f_r {
    padding: 0 !important;
  }
  .temp8-slide-box .box {
    width: 384px !important;
  }
  /*文章模板9*/
  .temp9_content {
    padding: 0 !important;
  }
  .temp9_content .more {
    flex-direction: column;
  }
  .temp9_content .menu {
    width: 100%;
  }
  .temp9_content .menu_content {
    margin-left: 0px;
  }
  .temp9_content .temp1_module_box {
    width: 100%;
  }
  .temp9_content .more_flex {
    flex-direction: column;
  }
  .temp9_content .more_flex > div {
    margin-right: 0 !important;
  }
  .temp9_content .more_footer {
    position: relative;
    margin-bottom: 20px;
  }
  .temp9_content .more_flex p {
    margin-bottom: 0;
  }
  /*模板10*/
  .temp10_content {
    flex-direction: column;
  }
  .temp10_content .content_r {
    display: none;
  }
  .temp10_content .content_l .btn {
    position: relative;
    margin-top: 20px;
  }
  /*文章模板16*/
  .temp16_content .content_box {
    flex-direction: column;
  }
  .temp16_content .theme_box {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
	/*文章模板18*/
	.temp18_content {
		padding: 0 !important;
	}
	.temp18_content .more {
		flex-direction: column;
	}
	.temp18_content .menu {
		display: none;
    position: fixed;
    top: 0;
    left: -300px; /* 隐藏菜单在页面左侧 */
    width: 300px;
    height: 100%;
    background-color: #f0f0f0;
    transition: left 0.3s ease; /* 添加过渡效果 */
	}
	.temp18_content .menu_content {
		margin-left: 0px;
	}
	.temp18_content .temp1_module_box {
		width: 100%;
	}
	.temp18_content .more_flex {
		flex-direction: column;
	}
	.temp18_content .more_flex>div {
		margin-right: 0 !important;
	}
	.temp18_content .more_footer {
		position: relative;
		margin-bottom: 20px;
	}
	.temp18_content .more_flex p {
		margin-bottom: 0;
	}
	.temp18_views_show_more_button {
		display: block;
	}
  /*表单*/
  #webform-submission-ceshibiaodan-add-form > .js-form-item,
  #webform-submission-jishuzhichi-add-form > .js-form-item,
  .service_form > .js-form-item {
    width: 100% !important;
    padding-right: 0 !important;
  }
  #webform-submission-ceshibiaodan-add-form .form-item-name- input,
  #webform-submission-jishuzhichi-add-form .form-item-xingming- input,
  .service_form .form-item-xingming- input,
  #xiaoshuxinxitianxie_table .js-form-type-select,
  #edit-xiaoshuxinxitianxie input,
  #xiaoshuxinxitianxie_table input {
    width: 100% !important;
  }
  .service_form .webform-options-display-three-columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
/* CKEditor 插件设置  样式下拉列表   -start*/

.temp_title90_black {
  font-weight: bold !important;
  font-size: 4rem !important;
  line-height: 5rem !important;
  color: #2c2a29 !important;
  margin: 0 !important;
}

.temp_title90_white {
  font-weight: bold !important;
  font-size:4rem !important;
  line-height:5rem !important;
  color: #fff !important;
  margin: 0 !important;
}

.temp_title40_black {
  font-weight: bold !important;
  font-size: 2.7rem !important;
  line-height: 2.7rem !important;
  color: #2c2a29 !important;
  margin: 0 !important;
}

.temp_title28_dark_blue {
  font-weight: 500 !important;
  font-size: 2rem !important;
  line-height: 3.5rem !important;
  color: #05396b !important;
  margin: 0 !important;
}

.temp_content_title {
  font-weight: bold;
  font-style: normal !important;
  font-size: 2.1rem !important;
  /*line-height: 2em !important;*/
  color: #018fc1 !important;
  margin: 0 !important;
}

.temp_content_title:hover {
  color: #05396b;
}

.en_temp_content p {
  /*font-family: "DIN Next", serif !important;*/
  font-size: 1.6rem !important;
  font-weight: 300 !important;
  line-height: 1.4em !important;
  letter-spacing: 0px !important;
  margin-bottom: 3rem !important;
  margin-top: 2rem !important;
}

.temp_content {
  font-style: normal !important;
  /*font-size: 18px !important;*/
  font-weight: 400;
  /*line-height: 2em !important;*/
  /*color: #404040 !important;*/
  color: #2c2a29 !important;
  /*letter-spacing: 1px;*/
  margin: 0 !important;
}
.temp_content a {
	color: #018fc1;
}
.temp_content .bnt a {
  display: inline-block;
  padding: 0.5em 0.5em;
  text-align: center;
  background: #018fc1;
  margin: 15px 0 5px 0;
  color: #fff;
  font-size: 1.8rem;
  width: 240px;
  border-radius: 4px;
}

.temp_content .bnt a:hover {
  background-color: #1999c6;
  cursor: pointer;
}

.temp_dark_blue_bg {
  background-color: #05396b !important;
  font-size: 1.6rem;
  color: #ffffff;
}

.temp_dark_blue_bg p {
  margin: 0 0 0 0;
  font-size: 1.6rem;
}

.temp_dark_blue_bg th,
.temp_dark_blue_bg td {
  color: #fff !important;
}

.superscript_italic {
  font-size: 80%;
  position: relative;
  margin: 0 2px;
  top: -0.5em;
}

.v_out {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.v_show {
  width: 90%;
  overflow: hidden;
  position: relative;
  height: 100%;
  float: left;
}

.v_cont {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.v_cont ul {
  padding: 0;
  float: left;
  text-align: left;
  line-height: 50px;
  width: 100%;
  height: 95%;
  overflow: hidden;
  list-style-type: none;
}

.v_cont ul li {
  width: 90%;
  height: 100%;
  background: #fff;
  overflow: auto;
  float: left;
  margin-top: 3px;
}

.v_grid-layout-3 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 10% 55% 30%;
  -ms-grid-columns: 10% 55% 30%;
  word-break: break-word;
  grid-column-gap: 2%;
  -webkit-column-gap: 2%;
  -moz-column-gap: 2%;
  column-gap: 2%;
}

.v_reference {
  margin: 5px;
}
.v_reference a>img {
    margin-top: 8px;
    margin-left: 3px;
}
/*---圆圈---*/

.v_out_p {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -10px;
  display: flex;
  justify-content: center;
  list-style-type: none;
}

.circle li {
  width: 50px;
  height: 5px;
  float: left;
  margin-right: 10px;
  background: #ccc;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 90%);
  border-radius: 3px;
  cursor: pointer;
}

.circle li:hover {
  background: #333333;
}

.circle .circle-cur {
  background: #333333;
}
/*---切换---*/

.prev,
.next {
  float: left;
  padding: 0 9px 0;
}

.prev img,
.next img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.prev .ico_1 {
  background: url(https://www.jax.org.cn/sites/default/files/css_editor/static/images/input_a.gif) no-repeat 0 -3757px;
}

.next .ico_2 {
  background: url(https://www.jax.org.cn/sites/default/files/css_editor/static/images/input_a.gif) no-repeat right -3757px;
}

.prev,
.prev a,
.next,
.next a {
  width: 50px;
  height: 30px;
  display: block;
}
/* --------------------------- */

.spring_frame_none {
  display: none;
  width: 100%;
  height: 100%;
}

.spring_frame {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffbf;
  display: flex;
  align-items: center;
}

.spring_frame_box {
  width: 80%;
  height: 80%;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 2px rgb(0 0 0 / 20%);
  border-radius: 20px;
}

.spring_frame_top {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  background-color: #333333;
  color: #fff;
  border-radius: 20px 20px 0 0;
}

.spring_frame_content {
  height: 90%;
  width: 100%;
}

.spring_frame_close {
  cursor: pointer;
  font-size:2rem;
  color: #fff;
  font-weight: bold;
}

.spring_frame_content .temp_content {
  letter-spacing: 0px !important;
}
/*表单提交页  -start*/

.form_sub {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form_sub p {
  margin: 0;
  margin-bottom: 20px;
  width: 60%;
  text-align: center;
}

.form_sub > img {
  width: 407px !important;
  height: auto !important;
}

.form_sub .title {
  font-weight: bold;
}

.form_sub .explain {
  font-size: 1em !important;
  font-weight: normal;
}

.form_sub .btn {
  display: inline-block;
  width: 15em;
  height: 2.5em;
  background: #008fc0;
  border-radius: 4px;
  margin: 1.5em 0;
  padding: 0;
  border: 1px solid transparent;
  outline: 0;
  font-size: 1em;
  color: #fff !important;
  text-align: center;
  line-height: 2.5em;
}

.form_sub .btn:hover {
  cursor: pointer;
  color: #fff !important;
}
/*表单提交页  -end*/
/*询价下单banner图 -start*/

.enquiry_form_banner {
  position: relative;
}

.enquiry_form_banner > img {
  position: relative;
  height: auto;
  width: 100%;
}

.enquiry_form_banner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  transform: translate(-45%, -55%);
  color: #fff;
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
  text-align: left;
}
/*>=*/

@media (min-width: 414px) {
  .enquiry_form_banner .title {
    font-size: 25px;
    line-height: 25px;
  }
}

@media (min-width: 767px) {
  .enquiry_form_banner .title {
    font-size:3rem;
    line-height: 30px;
  }
}

@media (min-width: 1000px) {
  .enquiry_form_banner .title {
    font-size: 40px;
     line-height:4rem;
  }
}

@media (min-width: 1300px) {
  .enquiry_form_banner .title {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1600px) {
  .enquiry_form_banner .title {
    font-size: 60px;
    line-height: 60px;
  }
}
/*询价下单banner图 -end*/
/*表单样式  -start*/

#webform-submission-ceshibiaodan-add-form,
#webform-submission-jishuzhichi-add-form,
.service_form {
  display: flex;
  flex-wrap: wrap;
}

#webform-submission-ceshibiaodan-add-form > .js-form-item,
#webform-submission-jishuzhichi-add-form > .js-form-item,
.service_form > .js-form-item {
  width: 100%;
}

#webform-submission-jishuzhichi-add-form #edit-wentimiaoshu,
.service_form #edit-xuqiumiaoshu,
.service_form .form-textarea {
  width: 100%;
}

#webform-submission-ceshibiaodan-add-form .form-item-email-,
#webform-submission-ceshibiaodan-add-form .form-item-lianxidianhua-,
#webform-submission-ceshibiaodan-add-form .form-item-danweimingcheng-,
#webform-submission-ceshibiaodan-add-form .form-item-danweisuozaichengshi-,
#webform-submission-jishuzhichi-add-form .form-item-youjiandezhi-,
#webform-submission-jishuzhichi-add-form .form-item-lianxidianhua-,
#webform-submission-jishuzhichi-add-form .form-item-danweimingcheng-,
#webform-submission-jishuzhichi-add-form .form-item-danweisuozaichengshi-,
.service_form .form-item-email,
.service_form .form-item-telephone,
.service_form .form-item-danweimingcheng,
.service_form .form-item-city,
.service_form .form-item-lianxidianhua-,
.service_form .form-item-danweimingcheng-,
.service_form .form-item-danweisuozaichengshi,
.service_form .form-item-youjiandezhi- {
  width: 50%;
}

.service_form .form-item-danweisuozaichengshi {
  display: block !important;
}

#webform-submission-ceshibiaodan-add-form .form-item-lianxidianhua-,
#webform-submission-ceshibiaodan-add-form .form-item-danweimingcheng-,
#webform-submission-jishuzhichi-add-form .form-item-lianxidianhua-,
#webform-submission-jishuzhichi-add-form .form-item-danweimingcheng-,
.service_form .form-item-danweimingcheng,
.service_form .form-item-telephone,
.service_form .form-item-danweimingcheng-,
.service_form .form-item-lianxidianhua- {
  padding-right: 20px;
}

#webform-submission-ceshibiaodan-add-form .form-item-danweimingcheng-,
#webform-submission-ceshibiaodan-add-form .form-item-danweisuozaichengshi-,
#webform-submission-jishuzhichi-add-form .form-item-danweimingcheng-,
#webform-submission-jishuzhichi-add-form .form-item-danweisuozaichengshi-,
.service_form .form-item-danweimingcheng-,
.service_form .form-item-danweisuozaichengshi {
  margin-top: 0px;
}

#webform-submission-ceshibiaodan-add-form
  .form-item-xiaoshuxinxitianxie-items-1-jiyintype {
  width: 80px;
}

#webform-submission-ceshibiaodan-add-form #edit-danweisuozaichengshi-,
#xiaoshuxinxitianxie_table select,
.service_form select,
.service_form #edit-lianxidianhua-,
.service_form #edit-danweisuozaichengshi {
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #a2aaad;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 6px !important;
  margin-top: 3px;
  height: 38px;
}

#xiaoshuxinxitianxie_table select,
#xiaoshuxinxitianxie_table input {
  margin-top: 0px;
}

.form-textarea-wrapper {
  margin-top: 0.25em;
}

#webform-submission-jishuzhichi-add-form .iti--allow-dropdown,
.service_form .iti--allow-dropdown {
  display: block;
}

#webform-submission-jishuzhichi-add-form .iti--allow-dropdown input,
.service_form .iti--allow-dropdown input {
  margin-top: 3px !important;
}

#webform-submission-jishuzhichi-add-form #edit-danweisuozaichengshi- {
  display: block;
  width: 100%;
  margin-top: 3px;
  height: 38px;
}

#webform-submission-ceshibiaodan-add-form > .js-form-item input,
#webform-submission-jishuzhichi-add-form > .js-form-item input,
.service_form > .js-form-item input {
  width: 100%;
}

#webform-submission-ceshibiaodan-add-form .form-item-name- input,
#webform-submission-jishuzhichi-add-form .form-item-xingming- input,
.service_form .form-item-xingming- input {
  width: 48%;
}

#webform-submission-ceshibiaodan-add-form .js-form-item label,
#webform-submission-jishuzhichi-add-form .js-form-item label,
#webform-submission-jinkoupinxixunjiaxiadan-add-form .js-form-item label,
.service_form > .js-form-item label,
.service_form > .js-form-item legend {
  color: #2c2a29;
  font-size: 1.2em;
  font-weight: bold;
}

#webform-submission-ceshibiaodan-add-form .js-form-item .form-text,
#webform-submission-jishuzhichi-add-form .js-form-item .form-text,
#webform-submission-jishuzhichi-add-form #edit-lianxidianhua-,
#webform-submission-jishuzhichi-add-form #edit-danweisuozaichengshi-,
#webform-submission-jishuzhichi-add-form #edit-wentimiaoshu,
.service_form .js-form-item .form-text,
.service_form .iti--allow-dropdown input,
.service_form #edit-xuqiumiaoshu,
.service_form .form-textarea,
#edit-xiaoshuxinxitianxie input,
#xiaoshuxinxitianxie_table input {
  background: #ffffff;
  border: 2px solid #a2aaad;
  box-sizing: border-box;
  border-radius: 4px;
}

#webform-submission-ceshibiaodan-add-form
  .js-form-item
  .form-text:focus-visible,
#webform-submission-ceshibiaodan-add-form
  #edit-danweisuozaichengshi-:focus-visible,
#xiaoshuxinxitianxie_table select:focus-visible,
.service_form select:focus-visible,
#webform-submission-jishuzhichi-add-form .js-form-item .form-text:focus-visible,
#webform-submission-jishuzhichi-add-form #edit-lianxidianhua-:focus-visible,
#webform-submission-jishuzhichi-add-form
  #edit-danweisuozaichengshi-:focus-visible,
#webform-submission-jishuzhichi-add-form #edit-wentimiaoshu:focus-visible,
.service_form .js-form-item .form-text:focus-visible,
.service_form .iti--allow-dropdown input:focus-visible,
.service_form #edit-xuqiumiaoshu:focus-visible,
.service_form #edit-lianxidianhua-:focus-visible,
.service_form .form-select:focus-visible,
.service_form .form-textarea:focus-visible,
#edit-xiaoshuxinxitianxie input:focus-visible,
#xiaoshuxinxitianxie_table input:focus-visible {
  border: 2px solid #008fc0;
  outline: #008fc0;
}

#xiaoshuxinxitianxie_table .js-form-type-select,
#xiaoshuxinxitianxie_table .form-item-xiaoshuxinxitianxie-items-0-sex-mice {
  width: 185px;
}

.service_form .fieldset-wrapper .js-form-item {
}

.service_form .fieldset-wrapper .js-form-item label {
  font-weight: normal;
  vertical-align: super;
}

.service_form .fieldset-wrapper input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.enquiry_form_r {
  background: #05396b;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1.6rem;
}

.enquiry_form_r select {
  color: #fff !important;
}

.enquiry_form_r .form-text {
  margin: 0 !important;
}

.enquiry_form_r .form-email,
.enquiry_form_r .form-text,
.enquiry_form_r .form-textarea {
  border: none;
  border-bottom: 1px solid #008fc0;
  width: 100%;
  padding: 10px 0 !important;
  color: #fff;
}

.enquiry_form_r .button--primary {
  width: 100%;
  margin-top: 4rem;
}

#edit-jiyinxing-select,
.sidebar .js-form-item .form-select,
.sidebar .js-form-item .form-number{
	font-size:1.6rem;
}

.enquiry_form_r .form-item,
.enquiry_form_r .form-actions {
  margin: 0 !important;
}

.enquiry_form_r input::-webkit-input-placeholder,
.enquiry_form_r select::-webkit-input-placeholder {
  color: #a2aaad;
}

#edit-zhouling-,
#edit-xingbie,
#edit-shuliang,
#edit-shuliang,
#edit-jiyinxing,
#edit-danweisuozaichengshi {
  padding: 10px 0 !important;
}

.enquiry_form_r .js-webform-type-fieldset .fieldset-legend {
  display: block;
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.enquiry_form_r .js-webform-type-fieldset .fieldset-legend:after {
  display: block;
  content: "";
  width: 25%;
  border-bottom: 2px dashed #ffffff;
  opacity: 0.2;
}

.enquiry_form_r .js-webform-type-fieldset .fieldset-legend:before {
  display: block;
  content: "";
  width: 25%;
  border-bottom: 2px dashed #ffffff;
  opacity: 0.2;
}

.service_form .shs-field-container {
  display: flex;
}

.service_form .shs-widget-container {
  flex: 1;
}

.service_form .form-item--danweisuozaichengshi {
  width: 50% !important;
  margin-top: 0px;
}

.webform-submission-fuwuzixun-add-form .form-item--danweisuozaichengshi {
  margin-top: 1em;
}

.enquiry_form .form-type-number {
  width: 80px;
}

.enquiry_form .form-type-number input {
  width: 100%;
}

.fieldset-wrapper .js-form-type-textfield input {
  height: 38px;
}
/*表单样式  -end*/
/*搜索结果页  -start*/

.pager__items {
  margin: 0.25em 0 0.25em 1.5em;
  padding: 0;
  clear: both;
  text-align: center;
  list-style: none;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager__item.is-active {
  font-weight: bold;
}

.pager__items li {
  display: inline-block;
  margin: 0;
  padding: 0 0.4em;
  color: #757575;
  font-size: 1.08em;
}

.pager__items .is-active a {
  color: #2a678c;
  border-bottom-width: 3px;
  border-bottom-color: #2a678c;
  font-weight: 700;
}

.pager__item--next a,
.pager__item--last a,
.pager__item--first a,
.pager__item--previous a {
  color: #2a678c;
}

.pager__item a {
  padding: 0 5px 2px;
  transition: border-bottom-color 0.2s;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  font-weight: 600;
  line-height: 1.55em;
  -webkit-font-smoothing: antialiased;
}

#block-views-block-quanzhansousuo-block-1 h2.title {
  position: relative;
  top: 62px;
}

#block-views-block-jaxxiaoshusousuo-jax-search-block h2.title {
  padding-left: 54%;
}

#block-views-block-quanzhansousuo-block-1 h2.title,
#block-views-block-jax-mice-search-block-1 h2.title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #05396b;
}

#views-exposed-form-quanjusousuo-page-1::after {
  content: "";
  display: block;
  width: 3000px;
  height: 240px;
  z-index: -1;
  position: absolute;
  left: -1000px;
  top: -1px;
  background: #009ed0;
}

#views-exposed-form-quanjusousuo-page-1 {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#views-exposed-form-quanjusousuo-page-1 input,
#views-exposed-form-quanjusousuo-page-1 select {
  height: 40px;
  background: #fff;
  border-radius: 4px;
  margin: 0 10px;
  width: 250px;
  font-size: 1.2em;
  color: #2c2a29;
  border: none;
  outline: none;
}

#views-exposed-form-quanjusousuo-page-1 #edit-submit-quanjusousuo {
  width: 80px;
  padding: 0;
}

#views-exposed-form-quanjusousuo-page-1 select:focus-visible,
#views-exposed-form-quanjusousuo-page-1 input:focus-visible {
  border: none;
  outline: none;
}

.view-search-result {
  padding-top: 65px;
}

.views-element-container .view-search-result {
  width: 50%;
  float: left;
  padding-right: 50px;
  border-right: 1px solid #f1f1f1;
}

.views-element-container .content .item-list ol {
  padding: 0;
}

.block-search-result {
  width: 50%;
  float: right;
  padding-left: 50px;
  border-left: 1px solid #f1f1f1;
  margin-top: 10px;
}

#block-views-block-quanjusousuo-block-1 .title,
#block-baoludebiaodanquanjusousuopage-1 .title {
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #05396b;
  margin: 0;
}

#block-views-block-quanjusousuo-block-1 .view-search-result {
  width: 100%;
  border: none;
  padding-top: 0;
}

#edit-submit-quanjusousuo--2 {
  padding: 14px 30px !important;
  float: right;
  margin-right: 8%;
}

.view-search-result .views-field-title,
.block-search-result .views-field-title {
  color: #008fc0;
  font-weight: 500;
   font-size: 2.2rem;
  line-height: 42px;
  word-break: break-all;
  margin-top: 50px;
  margin-bottom: 10px;
}

.view-search-result .views-field-search-api-excerpt,
.block-search-result .views-field-search-api-excerpt {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 350;
  line-height: 2em !important;
  color: #2c2a29 !important;
  letter-spacing: 1px;
  margin: 0 !important;
}
/*搜索结果页  -end*/
/*网站头部导航  -start*/

.region-header {
  padding: 20px 0 20px 15px !important;
}

#block-searchapiform {
  margin: 0 !important;
  height: 40px;
}

#search-api-form {
  position: relative;
}

#search-api-form .js-form-item {
  height: 40px;
  width: 320px;
  margin: 0 !important;
}

#search-api-form .js-form-item input {
  height: 100%;
  width: 250px;
  background: #f8f8f8;
  border: none;
  padding-right: 80px;
  border: 1px solid #bfbfbf;
  float: left;
}

#search-api-form .js-form-item input:focus-visible {
  border: 1px solid #bfbfbf;
  outline: #bfbfbf;
}

.region-header .js-form-submit {
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  padding: 0 10px;
  border-radius: 0px;
  background-color: #019cde;
  border: 1px solid #019cde;
  float: left;
}
/*网站头部导航  -end*/
/* 移动端适配 页头/页尾-start */

@media all and (max-width: 614px) {
  .region-header {
    display: block;
  }
  #block-yuyanqiehuan {
    left: 0 !important;
  }
  .language {
    text-align: left;
    margin-top: 10px;
  }
  .language img {
    margin: 0;
    margin-right: 5px !important;
  }
  /* --------------------------------- */
  .top_centent_box {
    display: block;
  }
  .footer_top {
    display: block;
  }
  .top_centent_box .title a {
    font-size: 1.8rem;
  }
  .fooner_top_centent3 {
    font-size: 14px;
  }
  .footButtonDiv .buttons {
    font-size: 16px !important;
    margin-bottom: 5px;
  }
  
  .footButtonDiv .buttons {
    font-size: 1.6rem;
  }
  .qrcode_box {
    margin-top: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
  }
  .grid-pad-1,
  .grid-pad {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .navbar-toggle {
  }
  .region-header .brand {
    margin-bottom: 10px;
  }
  .footer_bottom span {
    display: block;
    font-size: 1.6rem;
  }
  .footer_bottom span:nth-child(2) {
    display: block;
    margin: 0;
    margin-top: 5px;
  }
  .navbar-header {
    position: relative;
  }
  .navbar-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px #444e52 solid;
    border-radius: 5px;
  }
  .navbar-toggle .fas {
    color: #019cde;
  }
  .region-primary-menu {
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.3s;
  }
  .region-primary-menu.expand {
    right: 0;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 50px;
  }
  .menu-base-theme {
    display: block;
    margin-top: 30px;
  }
  #block-construction-zymphonies-theme-main-menu {
    position: relative;
  }
  .navbar-toggle-close {
    position: absolute;
    right: 50%;
    bottom: -100px;
    font-size: 1.5em;
    color: #fff;
    margin-right: -25px;
    border-radius: 50%;
    border: 1px #fff solid;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-base-theme a span.sub-arrow {
    background: none;
  }
  /* --------------------------------- */
}

@media all and (max-width: 340px) {
  .navbar-toggle-close {
    bottom: -60px;
  }
  .footer {
    padding-bottom: 480px;
  }
  .footer::after {
    height: 410px;
    bottom: -140px;
  }
  #search-api-form .js-form-item {
    width: auto;
  }
}
/* 移动端适配 页头/页尾-end */
/* 移动端适配 产品最终页-start */

@media all and (max-width: 614px) {
  .field--name-field-zhongyaotishi,
  .field--name-field-biaoti-wenzhangneirong,
  .field--name-field-chanpinbiaoti,
  .field--name-field-pinxitedianneirong,
  .field--name-field-pinxitedian,
  .field--name-field-pinxixiangqing,
  .field--name-field-pinxijianli,
  .field--name-field-cankaowenxian,
  .field--name-field-xiaoshouheshiyongtiaokuan,
  .field--name-field-cankaowenxiandeziliao,
  .literature,
  .field--name-field-duizhaoxuanze,
  .field--name-field-jiyinfenxingfangan,
  .field--name-field-dongwujiankangbaogao,
  .field--name-field-yuzhongzhuyishixiang,
  .field--name-field-fanyucee,
  .field--name-field-yuzhongcee,
  .field--name-field-jiyinfenxinghefanyu,
  .field--name-field-jiankangbaogaoneirong,
  .field--name-field-jiyinfenxingneirong {
    padding-left: 10px;
    padding-right: 10px;
  }
  .headline .title,
  .headline,
  .describe,
  .describe .describeA .describeA-right,
  .characteristic-details,
  .characteristic,
  .characteristic-establish,
  .characteristic-content,
  .literature,
  .literature .literature-row .literatureA,
  .literature .literature-row .literatureB,
  .literature .literature-row .literatureC,
  .titleB,
  .report,
  .characteristic-contentA,
  .strategy,
  .strategy .strategy-left,
  .strategy .strategy-right,
  .clause,
  .characteristic-key .characteristic-box .characteristic-row,
  .characteristic-key,
  .scheme-row {
    width: auto;
  }
  .literature .literature-row .literatureA {
    margin-bottom: 10px;
  }
  .literature .literature-row,
  .strategy {
    display: block;
  }
  .strategy .strategy-left {
    margin-bottom: 20px;
  }
  .characteristic-key .characteristic-box .characteristic-row {
    margin-right: 20px;
  }
  .characteristic-key .characteristic-box .characteristic-row .name {
    max-width: 150px;
  }
  .field--name-field-tabmaodiantiaozhuan .divBannerUnder {
    overflow-x: auto;
  }
  .divBannerUnder .divBannerUnder-row {
  
    /*width: 1000px;
    height: 99%;*/
    display: flex;
    align-items: center;;
  }
  .field--name-field-tabmaodiantiaozhuan .divBannerUnder::after {
    width: auto;
  }
  .divBannerUnder .divBannerUnder-row a {
    margin-right: 30px;
  }
  .background-map {
    left: -50px;
  }
  .background-vpm {
    bottom: -1300px;
    left: -50px;
  }
  .main-content {
    overflow: hidden;
  }
  .spring_frame_box {
    width: 100%;
  }
  .spring_frame_box .temp_title90_white {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .spring_frame_box .v_reference {
    margin: 0;
  }
  .spring_frame_box .temp_content {
    font-size: 14px !important;
  }
  .spring_frame_box .temp_title40_black {
    font-size: 18px !important;
  }
  .spring_frame_box .v_grid-layout-3 {
    display: block;
  }
  .describe .describeA::after {
    display: none;
  }
  .describe .describeA .describeA-right {
    margin-left: 0;
  }
  .divBannerUnder{
  height: 77px;
  }
  .divBannerUnder .divBannerUnder-row a:hover{
  border: none;
    color: #05396b;
  }
}

@media all and (max-width: 340px) {
}
/* 移动端适配 产品最终页-end */
/* 文章模板移动端适配 -start */

@media all and (max-width: 614px) {
  .temp5_more_content_box {
    width: auto !important;
    padding: 20px !important;
    display: block;
  }
  .temp5-slide-box {
    padding: 0 !important;
    width: auto !important;
  }
  .temp5-slide-box .box {
    width: 344px !important;
  }
  .temp8_content .introduce .txt > img {
    display: none;
  }
  .temp8_content .introduce .txt {
    padding: 0 !important;
  }
  .temp8_content .introduce .txt .bnt {
    text-align: center;
  }
  .temp8_content::after {
    background: none;
  }
  .temp_service_box1 {
    margin-bottom: 30px !important;
  }
  .temp_service_box1 .list_box {
    /* height: auto; */
    display: block;
  }
  .temp_service_box1 .container {
    width: auto !important;
    padding: 0 !important;
  }
  .temp_service_box1 .list_box > div {
    margin: 20px auto !important;
  }
  .theme9_block_rte .container .row {
    display: block;
    padding: 0 10px !important;
  }
  .temp9_content .more {
    flex-direction: column;
  }
	.temp18_content .more {
		flex-direction: column;
	}
  .theme9_block_rte .container .title {
    padding: 0 10px !important;
  }
  .theme9_block_rte .container {
    width: auto !important;
  }
  .updates-list {
    margin: 0 !important;
  }
  .temp_ad_box1 {
    height: auto !important;
    margin-bottom: 30px !important;
  }
  .temp_ad_box1 .content {
    width: auto !important;
  }
  .field--name-field-text::after {
    background: none;
  }
  .temp7_swiper {
    overflow: hidden;
    margin-bottom: 30px !important;
    padding: 30px 20px !important;
  }
  .temp7_swiper .title {
    font-size: 26px !important;
  }
  .temp7_swiper .but_left,
  .temp7_swiper .but_right {
    opacity: 0.5;
  }
  .temp7_swiper ul li {
    width: 308px;
  }
  .temp1_list_box div p {
    width: 250px !important;
    height: 250px !important;
    margin: 0 auto !important;
  }
  .temp1_list_box div p img {
    width: 100%;
    height: 100%;
  }
  .temp_service_box1 .title {
    font-size: 3rem !important;
    padding-left: 20px !important;
  }
  .temp1_list_box > div {
    padding: 0 !important;
    padding-bottom: 100px!important;
  }
  .content-div {
    padding: 0 !important;
  }
  .content-div .pt_20 {
    width: auto !important;
    height: auto !important;
  }
  .content-div .pt_20 img {
    height: 100% !important;
  }
  .theme7-table-box {
    overflow: auto !important;
  }
  .theme7-table-box table {
    width: max-content;
  }
  .subtitleDivA {
    padding: 0 !important;
  }
  .rightDivA {
    padding-left: 10px !important;
  }
  .temp_banner_box1 .container {
    display: block !important;
    padding: 0 !important;
  }
  .temp_banner_box1 .container .container_r {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 15px !important;
  }
  .temp_banner_box1 .container .container_l {
    padding: 0 10px !important;
    margin: 0 !important;
  }
  .img-adyit img {
    width: 300px !important;
    height: 200px !important;
  }
  .img-adyit-400 img {
    width: 300px !important;
    height: 400px !important;
  }
  .temp9_content {
    width: 350px;
  }
  .temp9_content .content .txt img {
    margin-left: 0 !important;
  }
	.temp18_content {
		/*width: 350px;*/
	}
	.temp18_content .content .txt img {
		margin-left: 0 !important;
	}
  .more_services .container,
  .more_content {
    width: auto !important;
  }
  .sidebar {
    overflow: hidden;
  }
  .more_services .container .title,
  .block_ad .container .title {
    font-size: 34px !important;
  }
  .more_services .container .row {
    flex-direction: column;
  }
  .block_ad .learn-more {
    width: 100% !important;
  }
  .theme9_block_rte .container .title {
    font-size: 34px !important;
  }
  .block_ad .container .row > div {
    margin: 20px;
  }
  .theme9_block_rte .container .learn-more {
    padding: 0.5em 3em !important;
  }
  .background-map::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100% !important;
    height: 80px !important;
    background: #fff;
  }
  .footer-gsxx-box {
    display: block;
  }
  .temp_banner_box1 .container .title,
  .temp_banner_box2 .container .title {
    font-size: 3em !important;
    font-weight: 700 !important;
  }
  .img-auto-none {
    overflow: auto;
  }
  .img-auto-none img {
    max-width: none;
  }
  .temp_ad_box1 .contentBox1 {
    font-size: 30px !important;
  }
  .compose_3 {
    display: block;
  }
  .theme9_block_rte {
    margin-bottom: 30px !important;
  }
  .temp_banner_box1 .container .container_r .title {
    font-size: 1.5em !important;
  }
  .enquiry_form_banner .title {
    left: 45% !important;
    font-size: 30px !important;
  }
  .webform-multiple-table td.webform-multiple-table--operations-two {
    width: 40px !important;
    border: none !important;
  }
  .webform-multiple-table-responsive td.webform-multiple-table--operations {
    position: absolute !important;
    top: 580px;
    right: 40px;
  }
  .webform-multiple-table-responsive tr:last-child {
    margin-bottom: 3em;
  }
  .webform-multiple-table-responsive tr:first-child {
    margin-top: 0;
  }
  .webform-multiple-table-responsive tr {
    margin-top: 100px;
  }
  .enquiry_form .form-type-number {
    width: 100%;
  }
  .block-views-blocklocal-products-block-1 .contextual-region,
  .block-views-blockmianyiquexian-block-1 .contextual-region,
  .block-views-blocknsgxilie-block-1 .contextual-region,
  .block-views-blockmianyiyanjiugongju-block-1 .contextual-region,
  .block-views-blockdaixiejibingmoxing-block-1 .contextual-region,
  .block-views-blockmianyiquexianmoxing-block-1 .contextual-region {
    overflow: auto;
  }
  .block-views-blocklocal-products-block-1 .contextual-region table,
  .block-views-blockmianyiquexian-block-1 .contextual-region table,
  .block-views-blocknsgxilie-block-1 .contextual-region table,
  .block-views-blockmianyiyanjiugongju-block-1 .contextual-region table,
  .block-views-blockdaixiejibingmoxing-block-1 .contextual-region table,
  .block-views-blockmianyiquexianmoxing-block-1 .contextual-region table {
    width: 800px;
  }
  #views-exposed-form-quanjusousuo-page-1 {
    display: block;
    padding-top: 30px;
  }
  #edit-actions {
    text-align: left;
  }
  .block-search-result {
    padding-left: 10px;
  }
  .views-element-container .view-search-result {
    padding-right: 10px;
    padding-top: 30px;
  }
  .views-element-container .view-search-result {
    width: auto;
    float: inherit;
  }
  #block-views-block-jax-mice-search-block-1 h2.title {
    padding-left: 0;
    margin-top: 50px;
  }
  .block-search-result {
    width: auto;
    float: inherit;
  }
  .js-webform-select-other legend {
    display: none !important;
  }
  .form-item-xiaoshuxinxitianxie-items-0-jiyintype-select select,
  .form-item-xiaoshuxinxitianxie-items-1-jiyintype-select select,
  .form-item-xiaoshuxinxitianxie-items-2-jiyintype-select select,
  .form-item-xiaoshuxinxitianxie-items-3-jiyintype-select select,
  .form-item-xiaoshuxinxitianxie-items-4-jiyintype-select select,
  .form-item-xiaoshuxinxitianxie-items-5-jiyintype-select select,
  .form-item-xiaoshuxinxitianxie-items-6-jiyintype-select select,
  .form-item-xiaoshuxinxitianxie-items-7-jiyintype-select select,
  .form-item-xiaoshuxinxitianxie-items-8-jiyintype-select select,
  .form-item-xiaoshuxinxitianxie-items-9-jiyintype-select select {
    margin-top: 36px !important;
  }
  .form-item-xiaoshuxinxitianxie-items-0-jiyintype-select .visually-hidden,
  .form-item-xiaoshuxinxitianxie-items-1-jiyintype-select .visually-hidden,
  .form-item-xiaoshuxinxitianxie-items-2-jiyintype-select .visually-hidden,
  .form-item-xiaoshuxinxitianxie-items-3-jiyintype-select .visually-hidden,
  .form-item-xiaoshuxinxitianxie-items-4-jiyintype-select .visually-hidden,
  .form-item-xiaoshuxinxitianxie-items-5-jiyintype-select .visually-hidden,
  .form-item-xiaoshuxinxitianxie-items-6-jiyintype-select .visually-hidden,
  .form-item-xiaoshuxinxitianxie-items-7-jiyintype-select .visually-hidden,
  .form-item-xiaoshuxinxitianxie-items-8-jiyintype-select .visually-hidden,
  .form-item-xiaoshuxinxitianxie-items-9-jiyintype-select .visually-hidden {
    clip: inherit !important;
    width: auto;
    height: 55px !important;
  }
  .form-item-xiaoshuxinxitianxie-items-0-jiyintype-other .visually-hidden,
  .form-item-xiaoshuxinxitianxie-items-1-jiyintype-other .visually-hidden,
  .form-item-xiaoshuxinxitianxie-items-2-jiyintype-other .visually-hidden,
  .form-item-xiaoshuxinxitianxie-items-3-jiyintype-other .visually-hidden,
  .form-item-xiaoshuxinxitianxie-items-4-jiyintype-other .visually-hidden,
  .form-item-xiaoshuxinxitianxie-items-5-jiyintype-other .visually-hidden,
  .form-item-xiaoshuxinxitianxie-items-6-jiyintype-other .visually-hidden,
  .form-item-xiaoshuxinxitianxie-items-7-jiyintype-other .visually-hidden,
  .form-item-xiaoshuxinxitianxie-items-8-jiyintype-other .visually-hidden,
  .form-item-xiaoshuxinxitianxie-items-9-jiyintype-other .visually-hidden {
    display: none;
  }
}

@media all and (max-width: 340px) {
  .temp7_swiper ul li {
    width: 252px !important;
  }
  .temp5-slide-box .box {
    width: 310px !important;
  }
  .temp8_content .introduce .txt .bnt a {
    width: 290px !important;
  }
  .temp9_content {
    width: 290px !important;
  }
	.temp18_content {
		width: 290px !important;
	}
  .more_services .container .title,
  .block_ad .container .title {
    font-size: 28px !important;
  }
  .theme9_block_rte .container .learn-more {
    padding: 0.5em 2em !important;
  }
}
/* 文章模板移动端适配 -end */
/*全局按钮样式 (主按钮、次按钮) -start*/

.content .primary_btn,
.content .secondary_btn {
  height: 56px;
  border-radius: 4px;
  overflow: hidden;
  line-height: 56px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}

.content .primary_btn a,
.content .secondary_btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 56px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.content .primary_btn {
  /*background-color: #05396b;*/
  background-color: #018fc1;
}

.content .secondary_btn {
  background-color: #018fc1;
}

.content .primary_btn:hover {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  /* Safari 和 Chrome */
  animation: primaryBtn 0.1s !important;
  background-color: #05396b;
}

@keyframes primaryBtn {
  0% {
    background: -webkit-linear-gradient(to right, #018fc1, #018fc1, #018fc1);
    background: linear-gradient(to right, #018fc1, #018fc1, #018fc1);
  }
  30% {
    background: -webkit-linear-gradient(to right, #018fc1, #027cae, #018fc1);
    background: linear-gradient(to right, #018fc1, #027cae, #018fc1);
  }
  40% {
    background: -webkit-linear-gradient(to right, #018fc1, #036395, #018fc1);
    background: linear-gradient(to right, #018fc1, #036395, #018fc1);
  }
  50% {
    background: -webkit-linear-gradient(to right, #018fc1, #044d7f, #018fc1);
    background: linear-gradient(to right, #018fc1, #044d7f, #018fc1);
  }
  60% {
    background: -webkit-linear-gradient(to right, #018fc1, #05396b, #018fc1);
    background: linear-gradient(to right, #018fc1, #05396b, #018fc1);
  }
  70% {
    background: -webkit-linear-gradient(to right, #027cae, #05396b, #027cae);
    background: linear-gradient(to right, #027cae, #05396b, #027cae);
  }
  80% {
    background: -webkit-linear-gradient(to right, #036395, #05396b, #036395);
    background: linear-gradient(to right, #036395, #05396b, #036395);
  }
  90% {
    background: -webkit-linear-gradient(to right, #044d7f, #05396b, #044d7f);
    background: linear-gradient(to right, #044d7f, #05396b, #044d7f);
  }
  100% {
    background: -webkit-linear-gradient(to right, #05396b, #05396b, #05396b);
    background: linear-gradient(to right, #05396b, #05396b, #05396b);
  }
}

@-webkit-keyframes primaryBtn
      	/* Safari and Chrome */ {
  0% {
    background: -webkit-linear-gradient(to right, #018fc1, #018fc1, #018fc1);
    background: linear-gradient(to right, #018fc1, #018fc1, #018fc1);
  }
  30% {
    background: -webkit-linear-gradient(to right, #018fc1, #027cae, #018fc1);
    background: linear-gradient(to right, #018fc1, #027cae, #018fc1);
  }
  40% {
    background: -webkit-linear-gradient(to right, #018fc1, #036395, #018fc1);
    background: linear-gradient(to right, #018fc1, #036395, #018fc1);
  }
  50% {
    background: -webkit-linear-gradient(to right, #018fc1, #044d7f, #018fc1);
    background: linear-gradient(to right, #018fc1, #044d7f, #018fc1);
  }
  60% {
    background: -webkit-linear-gradient(to right, #018fc1, #05396b, #018fc1);
    background: linear-gradient(to right, #018fc1, #05396b, #018fc1);
  }
  70% {
    background: -webkit-linear-gradient(to right, #027cae, #05396b, #027cae);
    background: linear-gradient(to right, #027cae, #05396b, #027cae);
  }
  80% {
    background: -webkit-linear-gradient(to right, #036395, #05396b, #036395);
    background: linear-gradient(to right, #036395, #05396b, #036395);
  }
  90% {
    background: -webkit-linear-gradient(to right, #044d7f, #05396b, #044d7f);
    background: linear-gradient(to right, #044d7f, #05396b, #044d7f);
  }
  100% {
    background: -webkit-linear-gradient(to right, #05396b, #05396b, #05396b);
    background: linear-gradient(to right, #05396b, #05396b, #05396b);
  }
}
/*全局按钮样式 (主按钮、次按钮)  -end*/

/*首页视图区块 - 我们的产品和服务 -start*/
.divcss1-big-title-1 {
   line-height:4rem;
  font-size:3rem;
  color: #000000;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.divcss1-big-title-1 a {
  font-size: 2.2rem;
  color: #000000;
  font-weight: 400;
}

.divcss1-content-1 {
  color: #000000;
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 300;
  line-height: 35px !important;
  letter-spacing: 2px;
}

.divcss1-title-1-content-1 {
  line-height: 42px;
  color: #173867;
  font-size: 26px;
  font-weight: bold;
}

.divcss1-title-1-content-1 a {
  color: #05396b;
}

.divcss1-title-1-content-1 a:hover {
  color: #0098d8;
}

.divcss1-title-1 {
  padding: 30px 0px 10px 0px;
}

.grid-container-1 {
  justify-content: space-between;
  /*子元素水平居中*/
  align-items: flex-start;
  /*子元素垂直居中*/
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: 0px;
  margin-top: 10px;
}

.grid-pad-1 {
  width: 330px;
}

.grid-pad-1:last-child {
  margin-right: 0;
}

.grid-content-text {
  min-height: 350px;
}
.grid-pad-content .button-a {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  background-color: #018fc1;
  border-radius: 4 px;
  padding: 0;
  border: 1 px solid transparent;
  outline: 0;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  height: 56 px;
  overflow: hidden;
  line-height: 56px;
  border-radius: 4px;
}
.grid-pad-content .button-a:hover {
  cursor: pointer;
  color: #fff;
  animation-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  animation: primaryBtn 0.1s !important;
  background-color: #05396b;
}

@media all and (max-width: 414px) {
  .grid-pad-1 {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .grid-pad-1 img {
    width: 100%;
  }
}
/*首页视图区块 - 我们的产品和服务 -end*/

/*首页视图区块 -为什么选择JAX小鼠 -start*/
.div-background {
  padding: 90px 0;
  margin-top: 60px;
  background-color: #f8f8f8;
  position: relative;
}

.div-background::after {
  content: "";
  display: block;
  width: 7000px;
  height: 100%;
  background-color: #f8f8f8;
  position: absolute;
  left: -600px;
  top: 0;
  z-index: -1;
}

.div-background .divcss1-box {
  min-height: 380px;
  padding: 0 30px;
}

.div-background .divcss1-big-title {
  line-height:4rem;
  font-size:3rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.div-background .divcss1-big-title a {
  font-size: 24px;
  color: #000000;
  font-weight: 400;
}

.div-background .divcss1-content {
  color: #000000;
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 300;
  line-height: 2em !important;
  letter-spacing: 2px;
}

.div-background .divcss1-title-content {
  line-height: 42px;
  color: #173867;
  font-size: 26px;
  font-weight: bold;
}

.div-background .divcss1-title-content a {
  color: #05396b;
}

.divcss1-title-content a:hover {
  color: #0098d8;
}

.div-background .divcss1-title {
  padding: 30px 0px 30px 0px;
}

.div-background .divcss1-3 {
  min-height: 250px;
}

.div-background .grid-container {
  justify-content: space-between;
  /*子元素水平居中*/
  align-items: center;
  /*子元素垂直居中*/
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: 0px;
}

.div-background .grid-pad {
  padding-bottom: 40px;
  width: 330px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.div-background .button {
  display: inline-block;
  background-color: #018fc1;
  border-radius: 4px;
  padding: 0;
  border: 1px solid transparent;
  outline: 0;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  height: 56px;
  overflow: hidden;
  line-height: 56px;
  width: 270px;
}

.div-background .button:hover {
  cursor: pointer;
  color: #fff;
  animation-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  animation: primaryBtn 0.1s !important;
  background-color: #05396b;
}
.div-background .button-box {
  text-align: center;
}


.programme_service {
	width: 138rem;
	margin:0 auto;
	padding: 30px 0;
}

.programme_service .title {
	color: #2c2a29;
	 font-size: 2.2rem;
	margin-bottom: 20px;
}

.programme_service .box {
	height: 440px;
	display:flex;
	flex-wrap:wrap;
	margin:0 -10px;
	margin-top: 20px;
}

.programme_service .box>div {
		margin-bottom: 20px;
		width:33.3333%;
		padding:0 10px;
}

.programme_service .box>div .item{
	background-color: rgba(229, 233, 238, 0.5);
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2c2a29;
	font-size: 1.8rem;
	flex-direction: column;
	position: relative;
}

.programme_service .box>div .item:hover {
	cursor: pointer;
}

.programme_service .box .select .item{
	background-color: rgb(229, 233, 238);
}

.programme_service .box .select  .item:after {
	content: '';
	height: 3px;
	background: #05396b;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}



.programme_service .box>div img {
	width: 9.5rem;
	height: auto;
}

.programme_service .box>div .img {
	height: 12rem;
}

.programme_service .carousel_detail {
	padding: 2rem 1.6rem 0;
	min-height: 18.3prem;
	margin-bottom: 6rem;
	margin-top: 2rem;
	display: none;
}

.programme_service .detail .select {
	display: block;
}

.carousel_detail .title {
	font-size:2rem;
	font-weight: 500;
}

@media all and (max-width: 614px) {
	.programme_service {
		width: 100%;
	}
	.programme_service .box {
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.programme_service .box>div {
		width: 100%;
	}
	.programme_service .carousel_detail {
		padding: 20px 0;
	}
}


.primary_btn {
		position: absolute;
		left: 50%;
		bottom: 0px;
		transform: translate(-50%, 0);
		width: 90%;
}
				

.more_services {
  font-size:1.8rem;
  line-height:1.5;
	background: #e0e4e8;
	padding: 5rem 0 8rem 0;

}

.more_services .container,
.more_content {
	width:100%;
	max-width: 138rem;
	margin: 0 auto;
}

.more_services .container .title,
.block_ad .container .title {
	font-size: 4.5rem;
	color: #2c2a29;
	/*height: 45px;*/
}

.block_ad .container .title {
	color: #fff;
}

.more_services .container .row {
	display: flex;
	align-items:center;
	margin-top:3rem;
}

.more_services .container .row>div {
	flex: 1;
	/*padding: 20px;*/
	/*margin: 20px;*/
}

.more_services .col-sm-4 {
	width: 33.33333%;
	float: left;
}

.more_services .col-sm-4 img {
	width: 100%;
	height: auto;
}

.more_services .col-sm-8 {
	width: 66.66667%;
	float: left;
}

.more_services .col-sm-8 a {
	color: #2c2a29;
}

.more_services .col-sm-8 .title {
	font-size:3rem;
	font-weight: 400;
	line-height: 120%;
	height: auto;
}

.more_services .temp_content {
	padding-left: 20px;
}

.updates,
.updates .region {
	padding: 0 !important;
}

.contextual-region {
	margin-bottom: 0px !important;
}

.block_ad {
	background-repeat:no-repeat;
	background-image: url(../images/temp9_3.jpg);
	background-size: cover;
	background-position: center center;
	color: #fff;
}

.block_ad .col img {
	width: 80%;
	height: auto;
	margin-left: 40px;
}

.block_ad .temp_content {
	padding-left: 0px;
	color: #fff;
}

.block_ad .container .row>div {
	padding: 20px 0;
	margin: 20px 0;
	color: #fff;
}

.block_ad .learn-more {
	width: 350px;
	padding: 1em 0;
	font-size: 1.8rem;
	margin-top: 1em;
	margin-bottom: 2em;
	background-color: #0098d8;
	border: none;
	color: #fff;
	display: inline-block;
	float: left;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.block_ad .learn-more:hover {
	background-color: #173867;
	color: white;
}

.contextual-region {
	margin-bottom: 0px !important;
}

.theme9_block_rte {
	padding-bottom:26rem;
}

.theme9_block_rte .container {
	max-width: 144rem;
	width:100%;
	margin: 0 auto;
	padding: 30px 0px;
	/*color: #fff !important;*/
}

.theme9_block_rte .container .title {
	 font-size: 4.5rem;
	/*color: #fff;*/
	/*height: 45px;*/
	margin-bottom: 10px;
	margin-top: 10px;
}

.container .row {
	display: flex;
}

.container .row>div {
	flex: 1;
	/*padding: 0 15px;*/
}

.container .row h3 {
	font-weight: 400;
	line-height: 1.2;
	color: #05396b;
}

.container .row h3 a{
	color: #008fc0;
}
.theme9_block_rte .container .row>div{
	padding:0;
	font-size:1.8rem;
	line-height:2;
}

.theme9_block_rte .container .learn-more {
	font-size: 1.8rem;
	padding: 0.5em 5em;
	width: auto;
	background: #dcdcdc;
	color: #05396b;
	font-weight: 600;
	margin-top: 1em;
	margin-bottom: 2em;
	display: inline-block;
}

.theme9_block_rte .container .learn-more:hover {
	color: #fff;
	background: #05396b;
}

/*.t_indent {
	padding: 0 2em;
}*/

.sidebar {
	background: #05396b;
}



.characteristic-button .but-box:hover {
	background-color: #2fd109;
}

.characteristic-button .but-box a {
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 1px;
	display: block;
	width: 100%;
	text-align: center;
}

.jiyinfenxinghefanyu-box {
	padding-bottom: 50px;
}

.field--name-field-jiyinfenxinghefanyu {
	margin-bottom: 0px;
}

@media all and (max-width: 614px) {
	.literature .literature-row {
		width: auto;
	}
	.literature .literature-row .literatureB {
		margin-right: 0;
	}
	.characteristic-features .characteristic-features-text {
		margin-right: 0;
	}
	.characteristic-features {
		display: block;
		width: auto;
	}
	.characteristic-features .characteristic-establish {
		width: auto;
	}
	.characteristic-features-text .characteristic-establish {
		width: auto;
	}
	.characteristic-features-img .characteristic-establish {
		width: auto;
	}
	.characteristic-features-tixin .characteristic-establish {
		width: auto;
		margin: 0;
	}
	.characteristic-button .but-box {
		width: auto;
		margin: 0;
	}
}
						

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

sup{
	top:0;
}