

body {
  font-family: '微软雅黑','Microsoft YaHei','Century Gothic', 'Helvetica', 'SimSun', '宋体', 'Heiti', '黑体', 'Arial', 'sans-serif';
  font-size: 14px;
  width: 100%;
  height: 100%;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
	overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.2s;
}

.simple-article ul li,
ol li {
  list-style: inside;
}

button {
  border: 0;
  cursor: pointer;
  transition: 0.3s all;
  display: block;
}

input,
select,
textarea {
  border: none;
  outline: none;
  background: none;
  font-family: '微软雅黑';
  padding: 0;
}

textarea {
  resize: none;
  overflow: hidden;
  -webkit-appearance: none;
}

img {
  border: none;
  vertical-align: top;
}

table {
  border: 0;
  border-collapse: collapse;
}

em,
i {
  font-style: normal;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.contain {
  width: 1600px;
  margin: 0 auto;
}

:root {
  --theme-color:#3769ae;
  --sub-theme-color:#e8901f;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: none;
  font: normal 12px
    /*'方正兰亭中黑_GBK',*/
    '微软雅黑', 'Microsoft YaHei', 'Arial',  'SimSun', '宋体', 'Heiti', '黑体', 'sans-serif';
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 1;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}


/*-------------------------------------
   page 翻页器start
-------------------------------------*/

.wp-pagenavi {
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 40px;
  margin-top: 30px;
}

.wp-pagenavi:before,
.wp-pagenavi:after {
  content: "";
  display: table;
}

.wp-pagenavi:after {
  clear: both;
  overflow: hidden;
}

.wp-pagenavi span {
  display: inline-block;
  margin: 0 5px;

  height: 38px;
  line-height: 38px;
  color: #bdbdbd;
  font-size: 14px;
}

.wp-pagenavi .current {
  display: inline-block;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #f96868;
  color: #fff;
  font-size: 14px;
  border: 1px solid #f96868;
}

.wp-pagenavi a {
  display: inline-block;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: 1px solid #e4eaec;
  color: #bdbdbd;
  font-size: 14px;
}

.wp-pagenavi a:hover {
  color: #e31837;
  background: #e4eaec;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  font-family: "Simsun";
  color: #76838f;
  font-weight: bold;
  background: #fff;
}

.wp-pagenavi input {
  display: inline-block;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #F26621;
  outline: none;
  color: #bdbdbd;
  font-size: 14px;
}

.simple-article {
	width:100%;
}

.simple-article h1,
.simple-article h2,
.simple-article h3,
.simple-article h4,
.simple-article h5,
.simple-article h6 {
  font-weight: bold;
}

.simple-article h1 {
  font-size: 34px;
  line-height: 1.3em;
  margin-bottom: 5px;
}

.simple-article h2 {
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.simple-article h3 {
  font-size: 26px;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.simple-article h4 {
  font-size: 22px;
  line-height: 1.25em;
  margin-bottom: 10px;
}

.simple-article h5 {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.simple-article h6 {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.simple-article p {
  color: #333;
}

.simple-article a {
  display: inline-block;
}

.simple-article blockquote {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 10px 20px 10px 45px;
  color: #666;
  line-height: 160%;
  margin-bottom: 15px;
}

/* ????”¨ */
.simple-article blockquote em {
  color: #999;
  text-align: right;
  display: block;
}

.dropcap {
  float: left;
  padding: 10px 10px 5px 0;
  font-weight: bold;
}

/* é|–?-—????2‰ */
.simple-article hr {
  border: 1px solid #ddd;
  border-width: 0 0 1px 0;
  height: 1px;
  font-size: 0;
  margin: 25px 0;
  clear: both;
  *margin: 17px 0;
}

.simple-article .br {
  font-size: 0;
}


/*-------------------------------------
   List
-------------------------------------*/
.simple-article li ul,
.simple-article li ol {
  margin: 0;
}

.simple-article ul,
.simple-article ol {
  margin: 0 0 15px 0;
  padding-left: 1.5em;
  line-height: 180%;
  _margin-left: 5px;
}

.simple-article ul {
  list-style-type: disc;
}

.simple-article ul.square {
  list-style: square;
}

.simple-article ul.circle {
  list-style: circle;
}

.simple-article ol {
  list-style-type: decimal;
  *padding-left: 1.8em;
}

.simple-article dl {
  margin: 0 0 1.5em 0;
}

.simple-article dl dt {
  font-weight: bold;
}

.simple-article dd {
  margin-left: 1.5em;
}

/*-------------------------------------
   2. table
-------------------------------------*/
.simple-article table {
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}

.simple-article table th {
  font-weight: bold;
}

.simple-article table th,
.simple-article table td {
  border-top: 1px solid #DDDDDD;
  line-height: 18px;
  padding: 8px;
  /*text-align: left;*/
  vertical-align: top;
}

.simple-article table colgroup+thead tr:first-child th,
.simple-article table colgroup+thead tr:first-child td,
.simple-article table thead:first-child tr:first-child th,
.simple-article table thead:first-child tr:first-child td {
  border-top: 0 none;
}

.simple-article table thead tr th,
.simple-article table thead tr td {
  *border-top: 0 none;
}

.simple-article .table-striped tbody tr:nth-child(2n+1) td,
.simple-article .table-striped tbody tr:nth-child(2n+1) th {
  background-color: #F9F9F9;
}

.simple-article table th {
  background: #EBEBEB;
}

.simple-article .table-bordered {
  -moz-border-colors: none;
  border-collapse: separate;
  border-color: #DDDDDD #DDDDDD #DDDDDD;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
}

.simple-article .table-bordered th,
.table-bordered td {
  border-left: 1px solid #DDDDDD;
}

.simple-article .table-row thead th {
  background: #ebebeb;
}

.simple-article .table-row tbody th {
  background: #f5f5f5;
}

.simple-article .table-col {
  border-top-width: 0;
}

.simple-article .table-col tbody th {
  background: #ebebeb;
}

.simple-article ul li {
  list-style: inside
}

/*Alignment*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}

.alignright {
  clear: both;
  display: inline;
  float: right;
  margin-left: 1.625em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*-------------------------------------
   page 翻页器end
-------------------------------------*/



/* 小屏幕导航 */
.p_transition {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.small_nav_btn {
  /* position: absolute;
  top: 40px;
  right: 3%; */
  height: 30px;
  z-index: 8;
  display: none;
  width: 30px;
  height: 30px;
  background: url(../images/m_menu1.png) no-repeat center;
}

.small_nav_btn.active {
  background: url(../images/m_menu2.png) no-repeat center;
}

.small_nav .wapper .btn i {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  border-left: 1px solid #e5e5e5;
  background: url(../images/h_content_dot.png) no-repeat center;
  background-size: 13px;
}

.small_nav .wapper .btn.active i {
  -webkit-transform: rotate(180deg);
  transform: rorate(180deg);
  border-left: 0;
  border-right: 1px solid #e5e5e5;
}

.small_nav .show a {
  text-indent: 30px;
  line-height: 40px;
}

.small_nav .show a {
  text-indent: 30px;
  line-height: 40px;
}

.scale img {
  transition: all 0.2s;
}

.scale:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.small_nav .wapper {
  position: relative;
}


.small_nav {
  position: fixed;
  width: 100%;
  top: 80px;
  left: 0;
  text-align: center;
	background-color: var(--theme-color);
  z-index: 12;
  display: none;
  overflow: auto;
}

.small_nav a {
  font-size: 13px;
  display: block;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 50px;
  text-align: left;
  text-indent: 15px;
  position: relative;
}

.small_nav .show {
  background: var(--sub-theme-color);
  display: none;
}

.hidebg {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100vw;
	height: calc(100vh - 70px);
	background-color: transparent;
	z-index: 6;
}


.map img {
  max-width: inherit;
}



/*自适应图片*/
.autoimg {
  position: relative;
  /*float: left;
  height: 210px;
  width: 28.33333333333333%;*/
  overflow: hidden;
}

.autoimg:after {
  content: '';
  /*padding-top: 61.76%;*/
}

.autoimg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: inherit;
}

.owl-stage {
  transition: 0.75s all !important;
}

input:-ms-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}


.lay-i-b {
  display: inline-block
}
.lay-fl {
  float: left;
}
.lay-fr {
  float: right;
}

.lay-fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.lay-fd-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row
}

.lay-fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse
}

.lay-fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}

.lay-fd-cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse
}

.lay-fw-n {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap
}

.lay-fw-w {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}

.lay-fw-wr {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse
}

.lay-jc-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start
}

.lay-jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end
}

.lay-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}

.lay-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}

.lay-jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around
}

.lay-ai-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start
}

.lay-ai-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end
}

.lay-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.lay-ai-b {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline
}

.lay-ai-s {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch
}

.lay-ac-fs {
  -ms-flex-line-pack: start;
      align-content: flex-start
}

.lay-ac-fe {
  -ms-flex-line-pack: end;
      align-content: flex-end
}

.lay-ac-c {
  -ms-flex-line-pack: center;
      align-content: center
}

.lay-ac-sb {
  -ms-flex-line-pack: justify;
      align-content: space-between
}

.lay-ac-sa {
  -ms-flex-line-pack: distribute;
      align-content: space-around
}

.lay-ac-s {
  -ms-flex-line-pack: stretch;
      align-content: stretch
}

.lay-as-fs {
  -ms-flex-item-align: start;
      align-self: flex-start
}

.lay-as-fe {
  -ms-flex-item-align: end;
      align-self: flex-end
}

.lay-as-c {
  -ms-flex-item-align: center;
      align-self: center
}

.lay-as-b {
  -ms-flex-item-align: baseline;
      align-self: baseline
}

.lay-as-s {
  -ms-flex-item-align: stretch;
      align-self: stretch
}

.lay-fx-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1
}

.lay-va-m {
  vertical-align: middle
}

.lay-tc {
  text-align: center
}

.lay-tl {
  text-align: left
}

.lay-tr {
  text-align: right
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* 分页1 */
.page_info{
  display: none;
}
.paging {
  text-align:center;
}

.paging li {
  display:inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.paging li.style {
  height:40px;
  width: 40px;
  font-size: 12px;
  display: inline-block;
  text-align:center;
  line-height:40px;
  color: #666;
  font-size: 18px;
  background-color: #F8F8F8;
  transition: all 0.3s;
}


.paging li.style a {
  color:#666;
  display: block;
}

.paging li.active a,
.paging li.style a:hover {
 background-color: var(--theme-color);
 color: #fff;
}



.paging li.prev a {
  height: 100%;
	background-position: center center;
  background-size: 45% 45%;
	background-repeat: no-repeat;
  background-image: url(../images/left-icon.png);
}

.paging li.prev:hover a{
 background-image: url(../images/left-icon-active.png);
}

.paging li.next a{
  height: 100%;
	background-position: center center;
	background-size: 45% 45%;
	background-repeat: no-repeat;
  background-image: url(../images/right-icon.png);
}

.paging li.next:hover a{
  background-image: url(../images/right-icon-active.png);
}


.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* 头部 */
.header {
	height: 80px;
	width: 100%;
}

.home-header {
	position: absolute;
	left: 0;
	right: 0;
  top: 0;
  z-index: 9;
}

.home-header .logo {
  display: none;
}

.home-header .logo1 {
  display: block;
}

.home-header.active {
  position: fixed;
  background-color: #fff;
}

.home-header.active .logo1 {
  display: none;
}

.home-header.active .logo2 {
  display: block;
}

/* .header .nav-container {
	position: relative;
} */

.header .contain {
  position: relative;
}

.header .nav-box .item {
	position: relative;
	margin:0 30px;
	color: #fff;
	height: 100%;
}

.header.inside-header .nav-box .item, 
.home-header.active .nav-box .item {
  color: #333;
}

.header .nav-box .item>a {
	height: 100%;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-bottom: 2px solid transparent;
	transition: 0.3s all;
}

.header .nav-box .item:hover>a {
	color: var(--theme-color);
	border-bottom: 2px solid #fff;
}


.header.home-header .nav-box .item:hover>a,
.header.home-header .nav-box .item.active>a {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.header.home-header.active .nav-box .item:hover>a,
.header.home-header.active .nav-box .item.active>a {
  color: var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
}



.header.inside-header .nav-box .item.active>a {
  color: var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
}

.header.inside-header .nav-box .item:hover>a {
  border-bottom: 2px solid var(--theme-color);
}

.header .second-nav-pop {
	position: absolute;
	top: 100%;
	left: 50%;
	min-width: 160px;
	font-size: 14px;
	text-align: center;
	background-color: rgba(55, 105, 174, 0.5);
	opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
	transform: translate(-50%,-20px);
}

.home-header.active .second-nav-pop,
.header.inside-header .second-nav-pop {
  color: #fff;
}

.header .nav-box .item:hover .second-nav-pop {
	opacity: 1;
  visibility: visible;
  transform: translate(-50%,0px);
}

.header .second-nav-pop>li {
	line-height: 60px;
}


.header .second-nav-pop>li:hover{
	background-color:#e8901f;
}

.header .nav-container .search-btn {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../images/search-icon1.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	border: 1px solid #fff;
	border-radius: 50%;
	background-position: center center;
	margin-left: 25px;
  box-sizing: border-box;
}

.home-header.active .nav-container .search-btn,
.header.inside-header .nav-container .search-btn {
  border-color: var(--theme-color);
  background-image: url(../images/search-icon3.png);
}

.header .nav-container .search-btn.active,
.header .nav-container .search-btn:hover {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}


.home-header.active .nav-container .search-btn:hover,
.header.inside-header .nav-container .search-btn:hover,
.home-header.active .nav-container .search-btn.active,
.header.inside-header .nav-container .search-btn.active {
  background-image: url(../images/search-icon1.png);
}

.header .nav-container .search-box {
	position: absolute;
	top: 100%;
	right: 0;
	width: 500px;
	height: 60px;
	opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
	transform: translateY(-20px);
}

.header .nav-container .search-box.active {
	opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.header .nav-container .search-box  .search-inp {
	width: calc(100% - 100px);
	height: 100%;
	padding: 0 15px;
	box-sizing: border-box;
  font-size: 18px;
  background-color: #fff;
}

.header .nav-container .search-box .search-box1 {
	width: 100px;
	height: 100%;
	background-color: var(--theme-color);
	background-image: url(../images/search-icon2.png);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center center;
}

.header .nav-container .lang-box {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	line-height: 28px;
	text-align: center;
	margin-left: 30px;
	font-size: 14px;
  box-sizing: border-box;
}

.home-header.active .nav-container .lang-box,
.header.inside-header .nav-container .lang-box {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.header .nav-container .lang-box {
	display: none;
}

.header .nav-container .lang-box.active {
	display: block;
}

.header .nav-container .lang-box .lang {
	display: none;
}

.header .nav-container .lang-box .lang:first-child {
	display: block;
}

.header .nav-container .lang-box:hover {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}


.header.inside-header .nav-container .lang-box:hover,
.home-header.active .nav-container .lang-box:hover {
  color: #fff;
}


.header .nav-container .lang-box:hover .lang:first-child {
	display: none;
}

.header .nav-container .lang-box:hover .lang:last-child {
	display: block;
}


/* 底部 */
.footer {
  width: 100%;
  height: 140px;
  background-color: #00152d;
}

.footer p {
  line-height: 30px;
  font-size: 14px;
  color: #E5E5E5;
}

.footer p .support {
  margin-left: 20px;
}

/* 内页banner */
.inside-banner {
  width: 100%;
  height: 300px;
  background-position:center center;
}

.inside-banner h2 {
  color: #fff;
  font-size: 36px;
  font-weight: normal;
}

.inside-nav-box {
  width: 100%;
  background-color: #f3f3f3;
}

.inside-nav-box .contain {
  height: 80px;
}

.bread-crumbs li{
  margin-right: 8px;
  color: #666;
  display: flex;
  align-items: center;
}

.bread-crumbs li .home.icon {
  display: block;
  width: 20px;
}

.bread-crumbs li>img {
  display: inline-block;
  width: 5px;
}

.inside-nav {
  height: 100%;
}

.inside-nav li {
  margin-left: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #f3f3f3;
  box-sizing: border-box;
  transition: all 0.3s;
}

.inside-nav li.active,
.inside-nav li:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}