@charset "utf-8";

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: 1200px;
  margin: 0 auto;
}

.contain1 {
  width: 1400px;
  margin: 0 auto;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: none;
  font: normal 12px
    /*'方正兰亭中黑_GBK',*/
    'Arial', 'Microsoft YaHei', '微软雅黑', '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: absolute;
  width: 100%;
  top: 78px;
  left: 0;
  text-align: center;
  /* background: #4594f9; */
	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: #0da4c2;
  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;
}

/*内页banner*/
.inside-banner {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 170px;
  box-sizing: border-box;
}

.inside-banner-box {
  position: relative;
  height: 100%;
}

.inside-banner-tit {
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
}

.inside-banner-text {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 32px;
}

.inside-banner-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 93px;
}

.inside-banner-nav li {
  width: 260px;
  height: 66px;
  background: #FFFFFF;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  color: #333;
  font-size: 18px;
}

.inside-banner-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 66px;
 
}

.inside-banner-nav li:hover,
.inside-banner-nav li.active {
  color: var(--theme-color);
  /* font-size: 20px; */
  /* font-weight: bold; */
}

/* 面包屑 */
.breadcrumb {
  position: absolute;
  bottom: 24px;
  right: 0;
  padding-left: 18px;
  background-image: url(../images/home-icon.png);
  background-size: 14px 14px;
  background-position: left center;
   background-repeat: no-repeat;
   font-size: 14px;
   color: #fff;
}

.breadcrumb a,
.breadcrumb span {
  display: inline-block;
}

.page-bg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* 内页nav */
.inside-page-nav-box {
	width: 100%;
}

.inside-page-nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px 0;
}

.inside-page-nav li {
	width: 270px;
	height: 66px;
	background-color: #fff;
	border: 1px solid #7D7D7D;
	font-size: 16px;
	color: #333;
	
}

.inside-page-nav li>a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 66px;
}

.inside-page-nav li:hover,
.inside-page-nav li.active {
	background-color: var(--theme-color);
	color: #fff;
	border: 1px solid var(--theme-color);
}

/* 分页 */
.pagination-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 30px 0;
}

.pagination-box .prev {
	width: 30px;
	height: 18px;
	background-image: url(../images/prev-icon3.png);
	background-position: center center;
	background-size: 6px 12px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.pagination-box .next {
	width: 30px;
	height: 18px;
	background-image: url(../images/next-icon5.png);
	background-position: center center;
	background-size: 6px 12px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.pagination-box .prev:hover {
	background-image: url(../images/prev-icon2.png);
}

.pagination-box .next:hover {
	background-image: url(../images/next-icon3.png);
}


.pagination-box>ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
}

.pagination-box>ul>li {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	padding: 0 15px;
	color: #333;
	cursor: pointer;
}

.pagination-box>ul>li:hover,
.pagination-box>ul>li.active {
	color: var(--theme-color);
}

.pagination-box>ul>li.point {
	color: #333 !important;
}

/* 分页1 */
.paging {
  text-align:center;
  padding: 50px 0;
}
.paging li {
  display:inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.paging li.style {
  height:30px;
  /* border-radius: 4px; */
  width: 30px;
  font-size: 12px;
  display: inline-block;
  text-align:center;
  line-height:30px;
  color: #333;
	font-size: 18px;
}

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

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

.paging li.active a{
 color: var(--theme-color);
}

.paging li.prev a{
  height: 100%;
	background-position: center center;
	background-size: 6px 12px;
	background-repeat: no-repeat;
  background-image: url(../images/prev-icon3.png);
}

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

.paging li.next a{
  height: 100%;
	background-position: center center;
	background-size: 6px 12px;
	background-repeat: no-repeat;
  background-image: url(../images/next-icon5.png);
}

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


/* 页面 微信 微博 分享 */
.page-share-box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-share-box .item {
	width: 60px;
	height: 60px;
	margin: 0 50px;
}

.page-share-box .item>img {
	display: block;
	width: 100%;
}



/*自适应图片*/
.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;
}

:root {
  --theme-color:#0D6CE1;
}

/* 头部 */
.header {
  width: 100%;
  background-color: #fff;
}

.header .top {
  width: 100%;
   border-bottom:1px solid #F1F1F1;
}

.header-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .top .ad-text {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}

.header .top .share-box {
  display: flex;
}

.header .top .share-box>li a>img {
  display: block;
  width: 18px;
  margin: 0 6px;
}

.header .bottom {
  width: 100%;
}

.header-bottom-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 108px;
}

.header .bottom .logo-box {
  display: block;
  width: 216px;
}

.header .bottom .logo-box>img {
  display: block;
  width: 100%;
}

.header-content {
  display: flex;
	align-items: center;
	height: 100%;
}

.header .nav-box {
  display: flex;
	height: 100%;
	align-items: center;
}

.header .nav-box>li {
	display: flex;
	align-items: center;
	height: 100%;
  position: relative;
  font-size: 16px;
  color: #333;
  margin-right: 40px;
}

.header .nav-box>li:hover,
.header .nav-box>li.active {
  color: var(--theme-color);
}

.header .nav-pop-box {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 180px;
  /* min-height: 160px; */
  background: #FFFFFF;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  transform: translate(-50%,-20px);
	padding-bottom: 5px;
	z-index: 2;
}


.header .nav-pop-box>li {
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 46px;
  text-align: center;
}

.header .nav-pop-box>li:hover {
  color: var(--theme-color); 
  background-color: #F4F9FF;;
}

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

.header .search-btn {
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(../images/search-icon1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.header .search-btn:hover {
  background-image: url(../images/search-icon2.png);
}

.header .search-box {
  position: absolute;
  top: 106px;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  height: 62px;
  padding: 2px 24px 0 30px;
  background: #FFFFFF;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  transform: translate(0,-20px);
}

.header .search-box.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0,0px);
}

.header .search-box img {
  width: 21px;
  height: 21px;
}

.header .search-input {
  width: calc(100% - 65px);
  font-size: 16px;
  color: #333;
  padding: 5px 0px 5px 10px;
  box-sizing: border-box;
}

.header .search-input::placeholder {
  font-size: 16px;
  color: #999;
}

.header .search-box .search-btn1 {
  width: 44px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  text-align: right;
}

.header .search-box .search-btn1:hover {
	color: var(--theme-color);
}

/* 底部 */
.footer {
  width: 100%;
  padding-top: 100px;
  background-color: #10141A;
}

.footer .top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50%;
}

.footer-nav li {
  width: 50%;
  flex-shrink: 0;
  margin-bottom: 40px;
  font-size: 15px;
}

.footer-nav li a {
  display: inline-block;
  color: rgba(255,255,255,0.7);
}


.footer-nav li a:hover {
  color: #fff;
}

.footer-connect-box {
  display: flex;
  justify-content: space-between;
  width: 50%;
}

.footer-hotline li {
  padding-left: 60px;
  background-position: center left;
  background-size: 39px 39px;
  background-repeat: no-repeat;
}

.footer-hotline li:first-child {
  margin-bottom: 35px;
}

.footer-hotline li p {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

.footer-hotline li p span {
  font-size: 13px;
  color: #666;
}

.footer-hotline li h6 {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}

.footer .rq-code-box {
  width: 120px;
  text-align: center;
}

.footer .rq-code-box>img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.footer .rq-code-box>span {
  font-size: 14px;
  color: #fff;
}

.footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 76px;
  margin-top: 110px;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.footer .bottom a {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}

