@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;
}

* {
  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;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: none;
  font: normal 12px "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 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: #666;
}

.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: 10px;
  right: 10px;
  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: 53px;
  left: 0;
  text-align: center;
  background: #4594f9;
  z-index: 7;
  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;
}

.map img {
  max-width: inherit;
}

/*内页banner*/
.inside_banner {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

.padding {
  padding: 0 calc(360 / 1920 * 100vw);
  box-sizing: border-box;
}

.margin {
  width: 1200px;
  margin: 0 auto;
}

.learn-more1 {
  width: 160px;
  line-height: 48px;
  border: 1px solid #fff;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  color: #fefefe;
  cursor: pointer;
  transition: all .3s;
}

.learn-more1:hover {
  background-color: #6A76A8;
  border: 1px solid #6A76A8;
}

.learn-more2 {
  width: 120px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #6A76A8;
  border-radius: 17px;
  font-size: 14px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  color: #6A76A8;
  cursor: pointer;
  transition: background-color .3s;
}

.learn-more2:hover {
  background-color: #6A76A8;
  color: #fff;
}

.click-details {
  width: 110px;
}

.click-details a {
  width: 100%;
  display: flex;
}

.click-details a .txt {
  height: 14px;
  font-size: 14px;
  font-style: italic;
  text-align: left;
  color: #fff;
  line-height: 14px;
  margin-right: 10px;
  transition: all .2s;
}

.click-details a .c-img {
  margin-top: 4px;
}

.click-details a:hover .txt {
  margin-right: 20px;
}

.public-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: calc((100% - 1200px) / 2);
  box-sizing: border-box;
}

.public-title .title {
  padding-left: calc((100vw - 1200px) / 2);
  border-bottom: 1px solid #6A76A8;
}

.public-title .title .tlt {
  display: flex;
  align-items: flex-end;
}

.public-title .title .tlt .tlt-fl {
  color: #6A76A8;
  margin-right: 20px;
  font-size: 36px;
  line-height: 36px;
}

.public-title .title .tlt .tlt-fr {
  font-size: 16px;
  color: #333;
  line-height: 16px;
}

.public-title .title .line {
  width: 100%;
  padding-top: 10px;
}

.public-title .title .line div {
  width: 32px;
  height: 8px;
  background-color: #6A76A8;
}

.share {
  display: flex;
}

.share .bshare-custom {
  height: 24px;
  padding-left: 10px;
  display: flex;
}

.share .bshare-custom a {
  height: 24px;
  width: 24px;
  margin-left: 10px;
  padding: 0;
}

.bshare-custom .bshare-weixin {
  background: url(../images/img/img-wx1.png) no-repeat !important;
}

.bshare-custom .bshare-weixin:hover {
  background: url(../images/img/img-wx2.png) no-repeat !important;
}

.bshare-custom .bshare-sinaminiblog {
  background: url(../images/img/img-wb1.png) no-repeat !important;
}

.bshare-custom .bshare-sinaminiblog:hover {
  background: url(../images/img/img-wb2.png) no-repeat !important;
}

.bshare-custom .bshare-qqim {
  background: url(../images/img/img-qq1.png) no-repeat !important;
}

.bshare-custom .bshare-qqim:hover {
  background: url(../images/img/img-qq2.png) no-repeat !important;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  z-index: 11;
  transition: all .3s;
}

.header .header-heart {
  position: relative;
  padding: 0 64px;
  box-sizing: border-box;
}

.header .header-heart .logo {
  width: 349px;
  height: 54px;
  margin: 23px 0;
}

.header .header-heart .home {
  width: 900px;
}

.header .header-heart .home .nav {
  width: 700px;
  display: flex;
  justify-content: space-between;
}

.header .header-heart .home .nav li {
  padding: 30px 0;
  box-sizing: border-box;
  line-height: 40px;
}

.header .header-heart .home .nav li .nav-li {
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 40px;
}

.header .header-heart .home .nav li .show {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 50px;
  left: 0;
  top: 100px;
  transition: all .3s;
  visibility: hidden;
  transform: translate(0,-10px);
  opacity: 0;
  z-index: -1;
}

.header .header-heart .home .nav li .show .s-heart {
  width: 964px;
  display: flex;
  margin: 5px 0;
}

.header .header-heart .home .nav li .show .s-heart a {
  margin-right: 20px;
  color: #000;
  font-size: 14px;
}

.header .header-heart .home .nav li .show .s-heart a:hover {
  color: #6A76A8;
}

.header .header-heart .home .nav li .h-active {
  color: #fff;
  background-color: #6A76A8;
}

.header .header-heart .home .nav li:nth-child(4) .show .s-heart {
  width: 600px;
}

.header .header-heart .home .nav li:nth-child(6) .show .s-heart {
  width: 366px;
}


.header .header-heart .home .nav li:hover .show{
  opacity: 1;
  visibility: visible;
  transform: translate(0,0);
}

.header .header-heart .home .nav-fr {
  width: 200px;
  display: flex;
  justify-content: space-between;
  padding: 38px 0;
}

.header .header-heart .home .nav-fr .line {
  width: 1px;
  height: 24px;
  background-color: #fff;
}

.header .header-heart .home .nav-fr .vip {
  cursor: pointer;
}

.header .header-heart .home .nav-fr .vip .vip-img {
  width: 24px;
  height: 24px;
  background: url(../images/img/login-home.png);
}

.header .header-heart .home .nav-fr .search .search-img {
  width: 24px;
  height: 24px;
  background: url(../images/img/search.png);
  cursor: pointer;
}

.header .header-heart .home .nav-fr .search .show {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 50px;
  left: 0;
  top: 100px;
  display: none;
}

.header .header-heart .home .nav-fr .search .show .s-heart {
  display: flex;
  padding: 10px 0;
  box-sizing: border-box;
  margin-right: 64px;
}

.header .header-heart .home .nav-fr .search .show .s-heart .inp {
  position: relative;
  margin-right: 200px;
}

.header .header-heart .home .nav-fr .search .show .s-heart .inp input {
  width: 30vw;
  border: 1px solid #6A76A8;
  border-radius: 30px;
  padding: 0 60px 0 10px;
  box-sizing: border-box;
  line-height: 30px;
}

.header .header-heart .home .nav-fr .search .show .s-heart .inp .s-heart-img {
  width: 50px;
  height: 30px;
  border-radius: 30px;
  background-color: #6A76A8;
  border: 1px solid #6A76A8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}

.header .header-heart .home .nav-fr .search .show .s-heart .inp .s-heart-img img {
  width: 20px;
  height: 20px;
}

.header .header-heart .home .nav-fr .hamburger-btn {
  display: none;
}

.header .header-heart .home .nav-fr .hamburger-btn .btn {
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.header .header-heart .home .nav-fr .hamburger-btn .btn2 {
  display: none;
}

.header .hamburger {
  width: 100%;
  line-height: 40px;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}

.header .hamburger .ham {
  width: 100%;
}

.header .hamburger .ham li {
  border-bottom: 1px solid #ddd;
  background-color: #6A76A8;
}

.header .hamburger .ham li .ham-top {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 0 64px;
  box-sizing: border-box;
}

.header .hamburger .ham li .ham-top .ham-li {
  flex: auto;
  color: #fff;
}

.header .hamburger .ham li .ham-top .ham-li:hover {
  color: #ddd;
}

.header .hamburger .ham li .ham-top .btn {
  color: #fff;
  cursor: pointer;
  width: 30px;
  text-align: right;
  border-left: 1px solid #fff;
}

.header .hamburger .ham li .ham-top .btn2 {
  display: none;
}

.header .hamburger .ham li .ham-show {
  line-height: 35px;
  display: none;
  color: #fff;
  background-color: #8492CD;
  padding: 0 20px;
  box-sizing: border-box;
}

.header .hamburger .ham li .ham-show a {
  border-bottom: 1px solid #ddd;
  padding: 0 80px;
  box-sizing: border-box;
}

.header .hamburger .ham li .ham-show a:hover {
  color: #ddd;
}

.header .hamburger .ham li .ham-show a:last-child {
  border-bottom: 0;
}

.header .hamburger .mask {
  width: 100vw;
  height: 100vh;
}

.header:hover {
  background-color: #fff !important;
}

.header:hover .header-heart .home .nav li .nav-li {
  color: #6A76A8;
}

.header:hover .header-heart .home .nav li:hover .nav-li {
  color: #fff;
  background-color: #6A76A8;
}

.header:hover .header-heart .home .nav li:hover .show {
  border-top: 1px solid #ddd;
}

.header:hover .header-heart .home .nav li .h-active {
  color: #fff;
  background-color: #6A76A8;
}

.header:hover .header-heart .home .nav-fr .line {
  background-color: #6A76A8;
}

.header:hover .header-heart .home .nav-fr .vip .vip-img {
  background: url(../images/img/login-home1.png) center;
  background-size: cover;
}

.header:hover .header-heart .home .nav-fr .search .search-img {
  background: url(../images/img/search1.png) center;
  background-size: cover;
}

.header:hover .header-heart .home .nav-fr .search .show {
  border-top: 1px solid #ddd;
}

.header:hover .header-heart .home .nav-fr .hamburger-btn .btn {
  color: #6A76A8;
}

.m_header {
  background-color: #6A76A8;
}

.footer {
  width: 100%;
}

.footer .f-top {
  width: 100%;
  background-color: #6A76A8;
}

.footer .f-top .bom-heart {
  padding: 46px 0;
  display: flex;
  justify-content: space-between;
}

.footer .f-top .bom-heart .line {
  width: 1px;
  height: 54px;
  background-color: #fff;
}

.footer .f-top .bom-heart .bom-right .bom-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 26px;
}

.footer .f-top .bom-heart .bom-right .bom-top .company {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}

.footer .f-top .bom-heart .bom-right .bom-top .links {
  display: flex;
}

.footer .f-top .bom-heart .bom-right .bom-top .links a {
  margin-left: 26px;
}

.footer .f-top .bom-heart .bom-right .bom-bom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
}

.footer .f-top .bom-heart .bom-right .bom-bom .add {
  padding: 0 60px;
  box-sizing: border-box;
}

.footer .f-bom {
  width: 100%;
  font-size: 12px;
  text-align: left;
  color: #fff;
  line-height: 40px;
  background-color: #263260;
}

.goToTop {
  box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.08);
  position: fixed;
  right: 40px;
  bottom: 206px;
  border-radius: 50%;
  display: none;
  z-index: 10;
}

.goToTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.goToTop a img {
  width: 17px;
  height: 10px;
}
