/*
 * @Author: shu binqi 
 * @Date: 2020-02-28 15:35:06 
 * @Last Modified by: shu binqi
 * @Last Modified time: 2020-06-19 17:03:34
 */

 @font-face {
  font-family: hansans; /*这里是说明调用来的字体名字*/
  src: url('../fonts/SourceHanSans-Regular.ttf'); /*这里是字体文件路径*/
  src: url('../fonts/SourceHanSans-Regular.woff') format('woff')
  url('../fonts/SourceHanSans-Regular.svg') format('svg');
}
/* reset.css */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
input[type=button], input[type=submit], input[type=reset], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
body {
  line-height: 1;
  font-family: hansans !important;
}
* {
  box-sizing: border-box;
  font-family: hansans !important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset.css */
a {
  text-decoration: none !important;
  font-family: hansans !important;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
ul,li,ol {
  list-style: none;
}
body,html {
  height: 100%;
  /* overflow-y: hidden; */
}
::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
	border-radius:10px;
	background-color:#F5F5F5;
}
::-webkit-scrollbar {
	width:8px;
	height:8px;
	background-color:#F5F5F5;
}
::-webkit-scrollbar-thumb {
	border-radius:10px;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
	background-color:#999;
}
.zw {
  width: 100%;
  min-height: 100%;
}
/* 清除浮动 */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 公共分页 */
/* .page-common {
  text-align: center;
}
.page-common a {
  display: inline-block;
  font-size: 16px;
  color: #999999;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background: #f7f7f7;
  padding: 0 16px;
}
.page-common a.jp-previous,
.page-common a.jp-next {
  display: none;
}
.page-common a.jp-current {
  color: #fff;
  background: #df3344;
}
.page-common a:hover {
  color: #fff;
  background: #df3344;
}
.page-common span {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #f7f7f7;
  line-height: 40px;
} */
/* 公共分页 */

/* 头部导航 */
.header {
  height: 84px;
  padding: 0 90px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.header-bg {
  width: 100%;
  height: 84px;
  display: block;
}
.navbar-header,
.navbar-brand {
  display: block;
  height: 60px;
  padding: 0;
  text-indent: -999px;
  padding-top: 6px;
  line-height: 1;
}
.navbar-brand img {
  height: 100%;
  display: block;
  border: 0;
}
.navbar-nav {
  height: 84px;
  background: #df3344;
  position: relative;
  margin-right: 0;
  padding-left: 44px;
  padding-right: 34px;
}
.navbar-nav:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 84px 44px 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.navbar-nav>li {
  height: 100%;
  margin: 0 20px;
}
.navbar-nav>li.icon {
  margin: 0 12px;
  position: relative;
}
.navbar-nav>li.icon>a {
  font-weight: 700;
  padding: 0 5px;
}
.navbar-nav>li>a {
  color: #fff;
  height: 100%;
  font-weight: 700;
  line-height: 85px;
  padding: 0;
  font-size: 18px;
  position: relative;
}
.navbar-nav>li>a span {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: -5px;
  font-size: 18px;
  line-height: 24px;
  color: #df3344;
  width: 100px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index:9999;
}
.navbar-nav>li>a:hover span {
  display: block;
}
.navbar-nav>li>a span:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #fff transparent;
}
.navbar-nav>li:hover>a {
  color: #df3344;
  background: #fff;
  position: relative;
}
.navbar-nav>li.icon:hover > a,
.navbar-nav>li.icon > a:focus {
  color: #fff;
  background: #df3344;
  position: relative;
}
.navbar-nav>li.icon:hover > a:after {
  display: none;
}
.navbar-nav>li.icon:hover > a:before {
  display: none;
}
.navbar-nav>li:hover>a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 84px 44px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: -44px;
  top: 0;
  transition: all .5s;
  z-index:99;
}
.navbar-nav>li:hover>a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 84px 44px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: -44px;
  top: 0;
  transition: all .5s;
  z-index:99;
}
.nav>li {
  position: static;
}
.nav>li>a:focus {
  background: #df3344;
}
.nav>li>a:hover {
  background: #fff;
}
.nav-code {
  position: relative;
}
.show-wxcode {
  display: none;
  position: absolute;
  left: 50%;
  top: 54px;
  margin-left: -50px;
  width: 100px;
  height: 104px;
  border-radius: 5px;
}
.nav-code:hover .show-wxcode {
  display: block;
  z-index: 99;
}
/* 二级导航 */
.nav-two {
  background: rgba(255, 255, 255, 0.77);
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  padding: 30px;
  top: 160%;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.navbar-nav>li:hover .nav-two {
  top: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-two .img-nav {
  float: left;
}
.nav-two ul {
  width: 630px;
  float: left;
}
.nav-two ul.one {
  width: 180px;
}
.nav-two li {
  width: 260px;
  float: left;
  height: 40px;
  line-height: 40px;
}
.nav-two li a {
  display: block;
  font-size: 18px;
  color: #333333;
  padding-left: 65px;
  position: relative;
}
.nav-two li a:after {
  content: "";
  width: 14px;
  height: 3px;
  background: #df3445;
  transform: rotate(-60deg);
  position: absolute;
  left: 50%;
  top: 19px;
  margin-left: -90px;
  border-radius: 7px;
}
.nav-two li a:hover {
  color: #df3344;
}
/* 头部导航 */

/* 首页 index */
.index-main {
  padding: 0 90px;
  margin-bottom: 30px;
}
.index-bottom {
  position: relative;
}
.index-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  top: 53px;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}
.index-bottom > div {
  float: left;
}
.index-bottom > div > h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #df3344;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.index-bottom > div > h3 span {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #a8a8a8;
  display: inline-block;
  vertical-align: middle;
}
.index-business {
  width: 33%;
  padding-right: 35px;
}
.index-business-left {
  width: 40%;
}
.index-business-left img {
  width: 100%;
  border-radius: 5px;
}
.index-business-right {
  width: 100%;
  padding: 5px 0 0 20px;
}
.index-business-right h3 {
  font-size: 26px;
  font-weight: 700;
  color: #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
}
.index-business-right h4 {
  font-size: 18px;
  font-weight: 700;
  color: #df3344;
  margin-bottom: 20px;
}
.index-business-right p i {
  display: block;
  width: 34px;
  height: 2px;
  background-color: #df3344;
  margin-bottom: 12px;
}
.index-business-right p.intro {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 22px;
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
a.more {
  font-size: 16px;
  line-height: 30px;
  color: #808080;
}
a.more img {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  margin-top: -4px;
}
a.more:hover {
  color: #cd1110;
}
.index-news {
  width: 23%;
  padding: 0 35px;
}
.index-news .tab-hd {
  margin-bottom: 25px;
}
.index-news .tab-hd span {
  font-size: 16px;
  font-weight: 700;
  color: #808080;
  display: inline-block;
  margin-right: 3px;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  padding: 0 8px;
  cursor: pointer;
}
.index-news .tab-hd span.active {
  color: #fff;
  background: #df3344;
}
.index-news .tab-bd-list {
  min-height: 173px;
  position: relative;
}
.index-news .tab-bd-list > li.list-more {
  position: absolute;
  bottom: 0;
  left: 0;
}
.index-news .tab-bd-list li > a {
  height: 30px;
  line-height: 30px;
  color: #666666;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index-news .tab-bd-list li > a span {
  margin-right: 10px;
}
.index-news .tab-bd-list li > a.more {
  color: #808080;
}
.index-news .tab-bd-list li > a img {
  height: 100%;
}
.index-news .tab-bd-list li a:hover {
  color: #cd1110;
}
.index-join {
  width: 22%;
  padding: 0 35px;
}
.index-join-us {
  display: block;
  background: #df3344;
  padding: 35px 25px;
  border-radius: 5px;
}
.index-join-us h3 {
  font-size: 26px;
  font-weight: 400;
  color: #ececec;
}
.index-join-us h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
}
.index-join-us p {
  font-size: 18px;
  line-height: 30px;
  color: #ececec;
  margin-top: 10px;
  position: relative;
}
.index-join-us p img {
  height: 32px;
}
.index-login {
  width: 22%;
  padding-left: 35px;
}
.index-input {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.index-input input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #808080;
  background: #f4f4f4;
  padding-left: 12px;
  padding-right: 12px;
  border: 0;
  border-radius: 5px;
  outline: none;
}
.index-input input.verify {
  flex: 1;
  margin-right: 10px;
}
.index-input img {
  /* position: absolute; */
  width: 160px;
  min-width: 160px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #cd1110;
  /* right: 0; */
  /* top: 0; */
  vertical-align: middle;
  float: right;
}
.index-input > input.veribtn {
  width: 160px;
  min-width: 160px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #000;
  background: #dddddd;
  /* right: 0; */
  /* top: 0; */
  vertical-align: middle;
  float: right;
  text-align: center;
  padding: 0;
}
.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.index-button button {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 700;
  background: #cd1110;
  color: #fff;
  border: 0;
  border-radius: 8px;
}
.index-business-right h4 {
  position: relative;
}
.swiper-pagination {
  bottom: 4px;
  right: 25px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: unset;
  right: 120px;
}
.swiper-button-next, .swiper-button-prev {
  outline: none;
  height: 26px;
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
  color: #df3344;
}
.swiper-pagination-bullet-active {
  background: #df3344 !important;
}
.swiper-pagination-bullet {
  margin: 0 3px;
}
.swiper-button-next, .swiper-button-prev {
  width: 30px !important;
  height: 30px !important;
  background-size: contain !important;
  margin-top: -15px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(/web/images/next.png) !important;
  right: 0 !important;
  left: auto !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(/web/images/prev.png) !important;
  left: unset !important;
  right: 75px !important;
}

.index-user-top {
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.index-user-top .user-l {
  width: 75px;
}
.index-user-top .user-l img {
  width: 75px;
  height: 75px;
}
.index-user-top .user-r {
  width: calc(100% - 80px);
  padding-left: 10px;
}
.index-user p.username {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.index-user p.username span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #333333;
}
.index-user p.slogan {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}
.index-user p.exit {
  text-align: justify;
}
.index-user p.exit a {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}
.index-user-nav {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 25px;
}
.index-user-nav a {
  float: left;
  display: block;
  width: 33.3333%;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  position: relative;
  padding: 0 10px;
}
.index-user-nav a i {
  display: block;
  margin: 0 auto;
  font-size: 36px;
  margin-bottom: 10px;
}
.index-user-nav a:hover {
  color: #df3344;
}
.index-user-nav a:after {
  content: "";
  width: 1px;
  height: 80%;
  background: #eaeaea;
  position: absolute;
  right: 0;
  top: 10%;
}
.index-user-nav a:last-child:after {
  display: none;
}
/* 首页 index */

/* 栏目头部 sort 列表分页 page */
.page-main {
  padding: 0 90px;
}
.page-sort {
  height: 180px;
  background: #f8f8f8;
  padding: 50px 0;
}

.page-pagination {
  text-align: center;
}
.page-pagination a {
  color: #333333;
  /* background: #f1f1f1; */
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  padding: 0;
}
.page-pagination a.jp-disabled {
  cursor: not-allowed;
}
.page-pagination a:hover,
.page-pagination a.jp-current {
  color: #fff;
  background: #df3849;
}
.page-pagination .jp-previous,
.page-pagination a.jp-next {
  display: inline-block;
}
.page-pagination .jp-previous {
  position: relative;
  text-indent: -9999px;
}
.page-pagination .jp-previous:after {
  content: "<";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-indent: 0;
  color: #333;
  text-align: center;
  line-height: 40px;
}
.page-pagination .jp-previous:hover:after {
  color: #fff;
}
.page-pagination .jp-next {
  position: relative;
  text-indent: -9999px;
}
.page-pagination .jp-next:after {
  content: ">";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-indent: 0;
  color: #333;
  text-align: center;
  line-height: 40px;
}
.page-pagination .jp-next:hover:after {
  color: #fff;
}

.page-common-center {
  display: block;
  text-align: center;
}
.page-common-center .page-pagination {
  display: inline-block;
}
.page-common-center input {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  display: inline-block;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0 3px;
  font-size: 14px;
  vertical-align: top;
}
.page-common-center button {
  height: 40px;
  line-height: 38px;
  margin: 0 5px;
  padding: 0 12px;
  color: #333333;
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0 3px;
  font-size: 14px;
  vertical-align: top;
}
.page-common-center button:hover {
  color: #fff;
  background: #df3849;
  border: 1px solid #df3849;
}
.no-content {
  padding: 50px 0;
}
.no-content p {
  text-align: center;
  font-size: 14px;
}
/* 栏目头部 sort 列表分页 page */

/* 站点地图 sitemap */
.sort-main {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.sort-name h2 {
  line-height: 80px;
  font-size: 30px;
  font-weight: 700;
  color: #df3344;
  position: relative;
}
.sort-name h2 span {
  position: relative;
  z-index: 5;
  display: inline-block;
  transform: translateY(20px);
}
.sort-name h2 i {
  position: absolute;
  left: 0;
  bottom: 4px;
  font-size: 80px;
  color: #e4e4e4;
  z-index: 0;
}
.sort-position {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 80px;
  height: 80px;
}
.sort-position i {
  color: #df3344;
  font-size: 30px;
  font-weight: 700;
  vertical-align: middle;
}
.sort-position a {
  font-size: 16px;
  color: #666666;
  display: inline-block;
}
.sort-position a:hover,
.sort-position a:last-child {
  color: #df3344;
}

.sitemap-main {
  max-width: 1400px;
  background: #f8f8f8;
  margin: 30px auto 30px auto;
  padding: 60px 100px;
}
.sitemap-main .tab-hd-a {
  width: 25%;
  float: left;
  background: #df3344;
  padding: 50px 0 50px 30px;
  position: relative;
}
.sitemap-main .tab-hd-a h3 {
  line-height: 90px;
  height: 90px;
  font-size: 24px;
  color: #fff;
  padding-left: 35px;
  cursor: pointer;
}
.sitemap-main .tab-hd-a h3 i {
  width: 45px;
  margin-right: 5px;
  font-size: 30px;
  text-align: center;
}
.sitemap-main .tab-hd-a h3.active {
  background: #fff;
  color: #df3344;
}
.tab-hd-a {
  position: relative;
}
.tab-hd-a img {
  position: absolute;
  left: 50%;
  margin-left: -130px;
  bottom: 55px;
}
@media screen and (min-width:1024px) {
  .sitemap-main {
    padding: 60px 100px;
  }
  .sitemap-list {
    background: url(/web/images/sitemap-bg.png) no-repeat bottom;
    padding: 75px 0 75px 30px;
  }
  .sitemap-main .sitemap-list > li {
    color: #df3344;
    line-height: 90px;
    height: 90px;
    font-size: 24px;
    transition: all .5s;
    display: flex;
    flex-wrap: wrap;
  }
  .sitemap-main .sitemap-list > li > a {
    display: block;
    width: 270px;
    height: 100%;
    padding-left: 40px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    transition: all .5s;
  }
  .sitemap-main .sitemap-list > li i {
    font-size: 24px;
  }
  .sitemap-main .sitemap-list > li.active {
    color: #df3344;
    background: #fff;
  }
  .sitemap-main .sitemap-list > li.active > a {
    color: #df3344;
  }
  .sitemap-main .sitemap-list > li .sitemap-tree {
    display: inline-block;
    flex: 1;
  }
  .sitemap-tree.sitemap-tree-en li {
    height: 45px;
    line-height: 45px;
  }
  .sitemap-tree.sitemap-tree-en li a {
    height: 45px;
    line-height: 45px;
  }
  .sitemap-tree li {
    width: 24%;
    display: block;
    float: left;
    font-size: 16px;
  }
  .sitemap-tree li a {
    display: block;
    padding: 0 12px;
    color: #666666;
  }
}
@media screen and (max-width:1024px) {
  .sitemap-list {
    padding: 10px;
  }
  .sitemap-list > li > a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 15px;
    color: #df3344;
  }
  .sitemap-list ul li {
    width: 30%;
    display: inline-block;
  }
  .sitemap-list ul li > a {
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #242424;
  }
}
.sitemap-main .tab-bd-a {
  width: 75%;
  float: right;
  background: #e4e4e4;
  padding: 50px 0 50px 0;
}
.sitemap-main .tab-bd-a .list {
  padding-left: 20px;
}
.sitemap-main .tab-bd-a .list a {
  line-height: 90px;
  height: 90px;
  font-size: 16px;
  color: #666666;
  padding: 0 15px;
}
.sitemap-main .tab-bd-a .list a:hover {
  color: #df3344;
}
.sitemap-main .tab-bd-a .list.active {
  background: #fff;
}
/* 站点地图 sitemap */

/* 关于我们 about 大分类 */
.about-common {
  padding: 0 90px;
}
.about-common .container-comm > h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #df3344;
  text-align: center;
  margin-bottom: 20px;
}
.about-common .container-comm > h3 span {
  position: relative;
}
.about-common .container-comm > h3 span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #df3344;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  bottom: -10px;
}
.about-common .container-comm > h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ddddde;
  text-align: center;
  margin-bottom: 10px;
}
.about-common .container-comm > p i {
  width: 50px;
  height: 2px;
  background: #df3344;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  display: none;
}
.about-bg {
  background: url(/web/images/about-bg.png) no-repeat bottom center;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 140px;
}
.about-main {
  margin-top: 50px;
}
.about-intro {
  margin-bottom: 90px;
}
.about-intro p {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  text-indent: 2em;
  margin-bottom: 10px;
}
.about-number {
  width: 1000px;
  margin: 0 auto;
}
.about-number .number {
  width: 33.3333%;
  float: left;
}
.about-number .number span {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  line-height: 20px;
  padding: 0;
  font-size: 18px;
}
.about-number .number span i {
  font-size: 72px;
  font-weight: 700;
  color: #df3344;
}

/* contact */
#allmap {
  height: 460px;
  width: 100%;
}
.contact-us {
  margin-bottom: 35px;
}
.contact-us .contact-map {
  margin-bottom: 20px;
}
.contact-us-text {
  /* padding: 40px 0; */
  background: #fff;
  /* margin-top: -80px; */
  position: relative;
  z-index: 10;
}
.contact-us-text .jike {
  font-size: 18px;
  color: #666666;
  text-align: center;
  margin-bottom: 10px;
}
.contact-us-text > h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #df3344;
  margin-bottom: 20px;
  padding-left: 50px;
  margin-top: 25px;
}
.contact-us-text > p {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 115px;
  position: relative;
}
.contact-us-text > p > span {
  display: inline-block;
  position: absolute;
  left: 50px;
  top: 0;
  width: 65px;
}
.contact-us-text > p > span:after {
  content: ":";
  width: 5px;
  height: 100%;
  position: absolute;
  right: 5px;
  top: 0;
}
.contact-us-text .wx-code {
  margin-top: 30px;
}
.contact-us-text .wx-code img {
  width: 150px;
  display: block;
  margin: 0 auto;
}
.contact-us-text .wx-code p {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  text-align: center;
}
.contact-us-text .contact-tips {
  background: #df3344;
  padding: 5px 0;
}
.contact-us-text .contact-tips h3 {
  font-size: 20px;
  line-height: 30px;
  color: #ffebed;
  text-align: center;
}
.contact-us-text .contact-tips h4 {
  font-size: 20px;
  line-height: 30px;
  color: #ffebed;
  text-align: center;
}

/* culture */
.about-culture {
  padding-top: 20px;
}
.about-culture p.intro {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
.culture-tab1 ul {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}
.culture-tab1 ul li {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.culture-tab1 .list-item {
  height: 100%;
  display: block;
  padding: 40px 30px;
  border-radius: 10px;
}
.culture-tab1 .list-item i {
  font-size: 30px;
  line-height: 36px;
}
.culture-tab1 .list-item h3 {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 20px;
}
.culture-tab1 .list-item p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  text-indent: 2em;
}
.culture-tab1 li:nth-child(1) .list-item {
  background: url(/web/images/culture1.png) no-repeat;
  background-size: cover;
}
.culture-tab1 li:nth-child(2) .list-item {
  background: url(/web/images/culture2.png) no-repeat;
  background-size: cover;
}
.culture-tab2 {
  margin-top: 36px;
}
.culture-tab2 ul {
  margin-left: -30px;
  margin-right: -30px;
}
.culture-tab2 ul li {
  padding: 0 30px;
}
.culture-tab2 li h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #333333;
  text-align: center;
}
.culture-tab2 li h4 {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  text-align: center;
  margin-bottom: 10px;
}
.culture-tab2 li p i {
  width: 40px;
  height: 2px;
  display: inline-block;
  background: #707070;
  margin-bottom: 10px;
}
.culture-tab2 li p img {
  margin-bottom: 12px;
  height: 80px;
}
.culture-tab2 li p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-align: center;
}
.culture-tab2 li p.tal {
  text-align: left;
}

/* develop */
.develop-main {
  background: url(/web/images/develop.png) no-repeat;
  background-size: cover;
  padding-bottom: 80px !important;
}
.develop-list {
  position: relative;
  height: 300px;
  margin-top: 85px;
}
.develop-list:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
.develop-list li {
  width: 12.5%;
  height: 300px;
  float: left;
  position: relative;
  z-index: 5;
}
.develop-list li .develop-item {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #f5cdce;
  border-radius: 50%;
}
.develop-list li .develop-item:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #df3344;
  position: absolute;
  left: 4px;
  top: 4px;
}
.develop-list li:nth-child(odd) > div > span {
  position: absolute;
  top: -40px;
  left: -30px;
  width: 80px;
  font-size: 24px;
  font-weight: 700;
  color: #df3344;
  display: inline-block;
  text-align: center;
}
.develop-list li:nth-child(even) > div > span {
  position: absolute;
  bottom: -40px;
  left: -30px;
  width: 80px;
  font-size: 24px;
  font-weight: 700;
  color: #df3344;
  display: inline-block;
  text-align: center;
}
.develop-list li:nth-child(odd) .intro {
  position: absolute;
  left: -110px;
  top: 70px;
  width: 235px;
  height: 75px;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
}
.develop-list li:nth-child(odd) .intro:after {
  content: "";
  height: 45px;
  width: 1px;
  background: #cdcdcd;
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: 2.6px;
}
.develop-list li:nth-child(even) .intro {
  position: absolute;
  left: -110px;
  bottom: 65px;
  width: 240px;
  height: 30px;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  vertical-align: bottom;
}
.develop-list li:nth-child(2) .intro {
  height: 60px;
}
.develop-list li:nth-child(4) .intro {
  height: 110px;
}
.develop-list li:nth-child(6) .intro {
  height: 60px;
}
.develop-list li:nth-child(8) .intro {
  height: 60px;
}
.develop-list li:nth-child(even) .intro:after {
  content: "";
  height: 45px;
  width: 1px;
  background: #cdcdcd;
  position: absolute;
  bottom: -40px;
  left: 50%;
}

/* finance */
.finance-common {
  background: #f8f8f8;
  padding: 0 90px;
  padding-bottom: 45px;
}
.finance {
  margin-bottom: 40px;
}
.finance-left {
  padding-top: 0px;
}
.finance-left p {
  font-size: 18px;
  font-weight: 700;
  color: #999999;
  text-align: right;
  line-height: 40px;
}
.finance-left img {
  width: 100%;
}
.finance-img {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 50px 10px;
}
.finance-right p {
  font-size: 18px;
  font-weight: 700;
  color: #999999;
  text-align: right;
  line-height: 40px;
}
.finance-right table {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.finance-right thead tr th {
  color: #fff;
  background: #f55060;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}
.finance-right thead tr th:nth-child(2) {
  border-left: 2px solid #f8f8f8;
  border-right: 2px solid #f8f8f8;
}
.finance-right tbody tr:nth-child(odd) td {
  font-size: 16px;
  color: #666666;
  padding: 15px 20px;
  background: #ffffff;
}
.finance-right tbody tr:nth-child(even) td {
  font-size: 16px;
  color: #666666;
  padding: 15px 20px;
  background: #ffeff1;
}
.finance-right tbody tr td:nth-child(1) {
  color: #666666;
  text-align: center;
}
.finance-right tbody tr td:nth-child(2) {
  border-left: 2px solid #f8f8f8;
  border-right: 2px solid #f8f8f8;
}
.finance-right tbody tr td:nth-child(2),
.finance-right tbody tr td:nth-child(3) {
  text-align: right;
}

/* organization */
.organization {
  margin-top: 66px;
  padding-bottom: 80px;
}
.organization p {
  text-align: center;
}
.organization img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* president */
.ceo-main {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: -30px;
}
.ceo-message {
  width: 67%;
  margin-top: 60px;
}
.ceo-img {
  width: 33%;
  padding-left: 20px;
  display: block;
  position: relative;
}
.ceo-img img {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.ceo-message .ceo-intro {
  width: 100%;
}
.ceo-message .ceo-intro p {
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 5px;
  text-indent: 2em;
  text-align: left;
}
.signature {
  text-align: right;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
.signature span {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
  display: block;
}
.signature img {
  width: 200px;
  position: relative;
  margin-right: 0;
  margin-top: 10px;
}

/* shareholder */
.shareholder {
  margin-top: 36px;
}
.shareholder p {
  text-align: left;
}
.shareholder img {
  max-width: 100%;
}
.shareholder ul {
  display: flex;
}
.shareholder li {
  margin-top: 30px;
}
.shareholder .list-item {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: 100%;
}
.shareholder .list-item h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 15px;
}
.shareholder .list-item p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 10px;
}
/* 关于我们 about 大分类 */

/* 新闻资讯 news */
.page-tab-nav {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  margin: 0 90px;
}
.container-comm {
  max-width: 1200px;
  margin: 0 auto;
}
.page-tab-nav ul li {
  float: left;
}
.page-tab-nav li a {
  display: block;
  height: 50px;
  line-height: 48px;
  padding: 0 12px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  border: 1px solid #eeeeee;
  border-right: 0;
  margin-bottom: -1px;
}
.page-tab-nav li:last-child a {
  border-right: 1px solid #eeeeee !important;
}
.page-tab-nav li.active a {
  color: #fff;
  background: #df3344;
}
/* 页面菜单切换 */
.page-container {
  background: #f8f8f8;
  padding: 45px 60px  30px 60px;
}
.page-container.page-bg-white {
  background: #fff;
}
.page-container .container-comm > h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: #df3344;
  text-align: center;
  margin-bottom: 20px;
}
.page-container .container-comm > h3 span {
  position: relative;
}
.page-container .container-comm > h3 span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #df3344;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  bottom: -10px;
}
.page-container .container-comm > h4 {
  font-size: 24px;
  font-weight: 700;
  color: #ddddde;
  text-align: center;
  margin-bottom: 12px;
}
.page-container .container-comm > p i {
  width: 50px;
  height: 2px;
  background: #df3344;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  display: none;
}

.news-list {
  background: #f8f8f8;
  padding: 45px 60px;
}
.news-list .container-comm > h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #df3344;
  text-align: center;
  margin-bottom: 20px;
}
.news-list .container-comm > h3 span {
  position: relative;
}
.news-list .container-comm > h3 span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #df3344;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  bottom: -10px;
}
.news-list .container-comm > h4 {
  font-size: 24px;
  font-weight: 700;
  color: #ddddde;
  text-align: center;
  margin-bottom: 10px;
}
.news-list .container-comm > p i {
  width: 50px;
  height: 2px;
  background: #df3344;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  display: none;
}
.news-list-ul {
  margin-top: 35px;
}
.news-list-item {
  margin-bottom: 50px;
}
.news-list-item .item-img {
  width: 100%;
  display: block;
  overflow: hidden;
}
.news-list-item .item-img img {
  width: 100%;
  display: block;
  border: 0;
  transition: all .5s;
}
.news-list-ul li a {
  display: block;
  transition: all .5s;
}
.news-list-item .item-text {
  padding: 25px 20px;
  background: #fff;
  border: 1px solid #ebebeb;
}
.news-list-item .item-text h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all .5s;
}
.news-list-item .item-text p {
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  margin-bottom: 20px;
}
.news-list-item .item-text h4 {
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  color: #808080;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.news-list-item .item-text span {
  font-size: 12px;
  color: #808080;
}
.news-list-ul li:hover h3 {
  color: #df3344;
}
.news-list-ul li:hover a {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.news-list-ul li:hover img {
  transform: scale(1.1);
}
/* 新闻资讯 news */
/* 新闻详情 */
.news-content {
  padding: 30px 0;
}
.news-content h2 {
  font-size: 24px;
  line-height: 45px;
  text-align: center;
}
.news-content p.time {
  font-size: 14px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.news-content p.time span {
  display: inline-block;
  margin: 0 10px;
  line-height: 24px;
}
.news-content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.news-content img {
  display: block;
  border: 0;
  margin: 0 auto;
  max-width: 100%;
}
.more-content {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 20px;
}
.more-content p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 5px;
}
.more-content p a {
  display: block;
  color: #333;
}
.more-content p a:hover {
  color: #df3344;
}
/* 新闻详情 */


/* 融资计算器 calculator */
.calculator {
  /* margin-top: 40px; */
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background: #fffaf8;
  padding: 0;
  overflow: hidden;
  width: 50%;
  margin: 0 auto 0 auto;
  transition: all .5s;
}
.calculator-left {
  width: 100%;
  padding: 45px 40px 30px 30px;
  margin: 0 auto;
  transition: all .5s;
}
.calculator-right .calculator-input h3,
.calculator-left .calculator-input h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #df3344;
  text-align: center;
  margin-bottom: 40px;
}
.calculator-right .calculator-input h3 img {
  height: 30px;
  transform: translateY(4px);
}
.calculator-right .calculator-input h3 span,
.calculator-left .calculator-input h3 span {
  position: relative;
}
.calculator-right .calculator-input h3 span:after,
.calculator-left .calculator-input h3 span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #df3344;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  bottom: -10px;
}
.calculator-right h3 > i {
  font-size: 24px;
}
.calculator-right .calculator-input h4,
.calculator-left .calculator-input h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ddddde;
  text-align: center;
  margin-bottom: 12px;
}
.calculator .calculator-input > p {
  position: relative;
  margin-bottom: 30px;
}
.calculator .calculator-input > p i {
  width: 50px;
  height: 2px;
  background: #df3344;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  display: none;
}
.calculator.active {
  width: 100%;
}
.calculator.active .calculator-left {
  width: 50%;
  box-shadow:inset -15px 0px 15px 0px rgba(239, 146, 152, 0.36);
}
.calculator-right.active {
  width: 50%;
}
.calculator-input {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  position: relative;
}
.calculator-input > span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: right;
  margin-right: 10px;
  width: 170px;
}
.calculator-input > i {
  font-size: 12px;
  color: #666;
  line-height: 15px;
  position: absolute;
  top: 40px;
  left: 180px;
  width: 280px;
}
.calculator-input input[type=text] {
  outline-style: none ;
  border: 1px solid #dcdcdc; 
  border-radius: 5px;
  padding: 0px 5px;
  width: 270px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  margin-right: 5px;
  background: #fff;
}
.calculator-input.tar input[type=text] {
  text-align: right;
  padding: 0px 5px;
}
.calculator-input select {
  outline-style: none ;
  border: 1px solid #dcdcdc; 
  border-radius: 5px;
  padding: 0px 15px;
  width: 263px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  margin-right: 5px;
}
button,
input {
  outline: none !important;
}
button:focus,
input:focus {
  outline: none !important;
}
.calculator-input input[type=button] {
  width: 263px;
  height: 40px;
  line-height: 38px;
  background: #df3344;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border: 0;
  border-radius: 5px;
}
.calculator-input input#submit {
  width: 150px;
  height: 40px;
  line-height: 38px;
  background: #df3344;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: 0;
  border-radius: 5px;
  margin-right: 10px;
}
.calculator-input input#reset {
  width: 100px;
  height: 40px;
  line-height: 38px;
  background: #e7e7e7;
  color: #999;
  font-size: 16px;
  text-align: center;
  border: 0;
  border-radius: 5px;
}
.calculator-border {
  padding-right: 0;
  margin-bottom: 10px;
}
.calculator-border span {
  display: block;
  width: 100%;
  height: 10px;
  border-top: 1px dashed #c5c4c3;
  border-bottom: 1px dashed #c5c4c3;
}
span.finish {
  font-size: 16px;
  /* font-weight: 700; */
  color: #df3344;
  /* padding-right: 10px; */
  width: 100%;
  text-align: center;
}
.calculator-right {
  display: none;
  width: 50%;
  max-height: 500px;
  padding: 40px 35px 55px 65px;
  position: relative;
  transition: all 2s;
}
.calculator-right .calculator-border {
  padding-right: 0;
}
.calculator-right > img {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -23px;
}
.calculator-right .calculator-text p {
  font-size: 16px;
  font-weight: 700;
  color: #666666;
  line-height: 24px;
  padding-left: 8px;
  text-align: center;
  margin-top: 25px;
}


/* 融资计算器 calculator */


/* 业务领域 business */
.business-list {
  margin-top: 30px;
}
.business-list h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  text-align: center;
}
.business-ul {
  display: flex;
  flex-wrap: wrap;
}
.business-ul li {
  margin-top: 35px;
}
.business-ul li a {
  height: 100%;
  display: block;
  background: #f8f8f8;
  padding: 15px;
  cursor: auto;
  transition: all .5s;
}
.business-ul li .border {
  height: 100%;
  border: 1px solid #f8f8f8;
  padding: 20px 25px;
  transition: all .5s;
}
.business-ul .border h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #df3344;
  margin-bottom: 20px;
  transition: all .5s;
}
.business-ul .border p i {
  display: block;
  width: 34px;
  height: 2px;
  background: #d3d3d3;
  margin-bottom: 25px;
}
.business-ul .border p.intro {
  font-size: 18px;
  line-height: 30px;
  /* height: 145px; */
  color: #666666;
  transition: all .5s;
}
.border > img {
  margin-bottom: 30px;
  height: 40px;
}
.border > .show-img {
  display: none;
}
.business-ul li:hover a {
  background: #df3344;
}
.business-ul li:hover a .border {
  border-color: #fff;
}
.business-ul li:hover .border > .show-img {
  display: block;
}
.business-ul li:hover .border > .hide-img {
  display: none;
}
.business-ul li:hover .border p i {
  background: #fff;
}
.business-ul li:hover p.intro,
.business-ul li:hover h3 {
  color: #fff;
}
.business-bottom {
  padding: 0 90px;
}
.business-bottom .business-main {
  background: url(/web/images/business.jpg) no-repeat;
  background-size: cover;
  padding: 65px 0;
}
.business-bottom .container-comm > h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: #df3344;
  text-align: center;
  margin-bottom: 20px;
}
.business-bottom .container-comm > h3 span {
  position: relative;
}
.business-bottom .container-comm > h3 span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #df3344;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  bottom: -10px;
}
.business-bottom .container-comm > h4 {
  font-size: 24px;
  font-weight: 700;
  color: #ddddde;
  text-align: center;
  margin-bottom: 10px;
}
.business-bottom .container-comm > p i {
  width: 50px;
  height: 2px;
  background: #df3344;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  display: none;
}
.business-bottom .container-comm > .intro {
  margin-bottom: 45px;
  margin-top: 35px;
}
.business-bottom .container-comm > .intro p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #333333;
  text-align: left;
}
.business-tab .tab-hd {
  float: left;
  width: 16.5%;
  height: 350px;
  border-right: 2px solid #d8d8d8;
}
.business-tab .tab-hd span {
  display: block;
  width: 100%;
  line-height: 25px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  cursor: pointer;
  position: relative;
}
.business-tab .tab-hd span:hover {
  color: #df3344;
}
.business-tab .tab-hd span.active {
  color: #df3344;
}
.business-tab .tab-hd span.active:after {
  content: "";
  width: 4px;
  height: 100%;
  background: #df3344;
  position: absolute;
  right: -3px;
  top: 0;
}
.business-tab .tab-bd {
  width: 83.5%;
  float: right;
  padding-left: 45px;
}
.business-tab .tab-bd .tab-bd-box h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  color: #333333;
  padding-bottom: 20px;
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 30px;
}
.business-tab .tab-bd-box img {
  width: 100%;
}
.business-tab .tab-text p {
  font-size: 18px;
  line-height: 25px;
  color: #666666;
  padding: 8px 0;
}
.business-tab .tab-text p.circle {
  padding-left: 12px;
  position: relative;
}
.business-tab .tab-text p.circle:after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #666666;
  position: absolute;
  left: 0;
  top: 19px;
}
.business-tab .tab-text p a {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #333333;
}
.business-tab .tab-text p a {
  position: relative;
  padding-left: 22px;
}
.business-tab .tab-text p a:after {
  content: "→";
  width: 14px;
  height: 20px;
  color: #333333;
  font-size: 14px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 0px;
}
.business-tab .tab-text p a:hover {
  color: #df3344;
}
/* 业务领域 business */

/* 审核结果模拟 audit */
.audit-main {
  /* margin-top: 40px; */
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background: #fffaf8;
  padding: 20px 100px;
}
.audit-main h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #df3344;
  text-align: center;
  margin-bottom: 30px;
}
.audit-main h3 span {
  position: relative;
}
.audit-main h3 span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #df3344;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  bottom: -10px;
}
.audit-main h4 {
  font-size: 24px;
  font-weight: 700;
  color: #ddddde;
  text-align: center;
  margin-bottom: 12px;
}
.audit-main > p i {
  width: 50px;
  height: 2px;
  background: #df3344;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  display: none;
}
.audit-main .tab-hd {
  text-align: center;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
}
.audit-main .tab-hd span {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #333333;
  padding: 0 5px;
  margin: 0 30px;
  cursor: pointer;
}
.audit-main .tab-hd span.active {
  border-bottom: 3px solid #df3344;
}
/* filter 下拉单选框美化 */
.filter-disabled {
	-moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.filter-box-c {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 520px;
}
.filter-box-c select {
	display: none;
}
.filter-text {
	height: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding: 0 30px 0 10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding-left: 15px;
}
.filter-text input {
	font-size: 14px;
}
.filter-text .filter-title {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: 0;
	background-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
  cursor: pointer;
  outline: none;
  font-size: 14px;
  font-weight: 700;
}
.filter-list {
	display: none;
	width: 100%;
	max-height: 300px;
	background-color: #fff;
	font-size: 14px;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 99;
	border: 1px solid #e6e6e6;
	overflow: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.filter-list li.filter-null a {
	color: #d2d2d2;
}
.filter-list li a {
	display: block;
	padding: 0 10px;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  cursor: pointer;
  text-align: left;
}
.filter-list li:hover {
	background-color: #f2f2f2;
}
.filter-list li.filter-selected {
	background-color: #df3344;
}
.filter-list li.filter-selected a{
	display: block;
	color: #fff;
}
.filter-list li.filter-disabled {
	background-color: #fff;
}
.filter-list li.filter-disabled a{
	display: block;
	color: #d2d2d2;
}
.filter-list li.filter-disabled:hover a {
	cursor: not-allowed!important;
	background-color: #fff;
}
.icon {
	position: absolute;
}
.icon-filter-arrow {
	width: 8px;
	height: 6px;
	background-repeat: no-repeat;
  background-image: url(/web/images/icon_arrow_down_x2.png);
  background-size: 100%;
  right: 10px;
  top: 20px;
  transition: all .2s;
}
.icon-filter-arrow.filter-show {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.filter-list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.filter-list::-webkit-scrollbar-track {
	background: #fff 
}
.filter-list::-webkit-scrollbar-thumb {
	background: #CBCBCB;
}
/* 下拉单选框美化 */
.audit-input,
.audit-select,
.audit-chechbox,
.audit-button,
.audit-result {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 45px;
  margin-bottom: 20px;
  text-align: center;
}
.audit-input span,
.audit-select span,
.audit-chechbox span,
.audit-button span {
  width: 346px;
  display: inline-block;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  color: #000000;
  margin-right: 10px;
  vertical-align: top;
}
.audit-result span:last-child {
  font-size: 18px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  color: #000000;
}
.audit-result span:last-child img {
  height: 22px;
  vertical-align: middle;
  margin-top: -2px;
}
.audit-input input[type=text] {
  width: 340px;
  height: 45px;
  line-height: 43px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding-left: 15px;
}
.audit-select select {
  width: 340px;
  height: 45px;
  line-height: 43px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding-left: 15px;
}
.audit-button input[type=button] {
  height: 50px;
  padding: 0 45px;
  text-align: center;
  border-radius: 5px;
  background: #df3344;
  font-size: 18px;
  color: #fff;
  border: 0;
  margin-right: 20px;
}
.audit-button input[type=reset] {
  height: 50px;
  padding: 0 45px;
  text-align: center;
  border-radius: 5px;
  background: #e7e7e7;
  font-size: 18px;
  color: #999999;
  border: 0;
}
.audit-border {
  padding-right: 50px;
  margin-bottom: 10px;
}
.audit-border span {
  display: block;
  width: 100%;
  height: 10px;
  border-top: 1px dashed #c5c4c3;
  border-bottom: 1px dashed #c5c4c3;
}
.audit-result span:first-child {
  width: 195px;
  display: inline-block;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  color: #df3344;
  margin-right: 10px;
}
.audit-tips p {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #666666;
  text-align: center;
}
/* 单选 */
.audit-chechbox>input{
  display: none;
}
.audit-chechbox>label{
  position: relative;
  margin-right: 34px;
  cursor: pointer;
}
.audit-chechbox>label::before{
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgb(219, 219, 219);
  margin-right: 6px;
  vertical-align: bottom;
}
.audit-chechbox>input:checked+label::before{
  background-color: #fff;
  border: 1px solid #df3344;
}
.audit-chechbox>input:checked+label::after{
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  bottom: 3px;
  background-color: rgb(239, 66, 56);
}
/* 单选 */
/* 审核结果模拟 audit */

/* 业务流程 process */
.process-main {
  padding: 0 90px;
}
.process-main .container-comm > p.intro {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-top: 30px;
}
.process-step {
  position: relative;
  margin-top: 35px;
  margin-bottom: 145px;
}
.step-item {
  position: relative;
}
.step-item-l {
  width: 50%;
  height: 280px;
  float: left;
  padding-right: 70px;
  position: relative;
  margin-bottom: -120px;
}
.step-item-r {
  width: 50%;
  height: 280px;
  float: right;
  padding-left: 50px;
  position: relative;
  margin-bottom: -120px;
}
/* .step-item-04 {
  transform: translateY(-25px);
}
.process-step .step-item-04 .step-item-box img {
  top: 117px;
}
.step-item-06 {
  transform: translateY(-15px);
}
.process-step .step-item-06 .step-item-box img {
  top: 107px;
} */
.step-item-box {
  min-height: 280px;
  background: #fff;
  position: relative;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.step-item-box span {
  position: absolute;
  font-size: 36px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  border-radius: 50%;
  background: #df3344;
  color: #fff;
  text-align: center;
}
.step-item-box h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
  margin-bottom: 10px;
}
.step-item-box p {
  font-size: 18px;
  line-height: 25px;
  color: #666666;
  margin-bottom: 8px;
}
.step-item-box p.circle {
  position: relative;
  padding-left: 8px;
}
.step-item-box p.circle:after {
  content: "";
  width: 2px;
  height: 2px;
  background: #666666;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
.step-item-l .step-item-box {
  padding: 15px 50px 15px 20px;
}
.step-item-r .step-item-box {
  padding: 15px 20px 15px 60px;
}
.step-item-l .step-item-box span {
  right: -33px;
  top: 50%;
  margin-top: -33px;
}
.step-item-l .step-item-box img {
  position: absolute;
  right: -67px;
  top: 152px;
  margin-top: -75px;
  height: 112px;
  /* transform: rotate(-35deg); */
}
.step-item-r .step-item-box span {
  left: -33px;
  top: 50%;
  margin-top: -33px;
}
.step-item-r .step-item-box img {
  position: absolute;
  left: -68px;
  top: 152px;
  margin-top: -75px;
  height: 112px;
  /* transform: rotate(35deg); */
}
/* .step-item-r.step-item-08 .step-item-box img {
  display: none;
} */
/* 业务流程 process */

/* 人才战略 strategy */
.recruit-tab {
  padding-top: 40px;
}
.recruit-tab .tab-hd {
  text-align: center;
}
.recruit-tab .tab-hd-item {
  width: 180px;
  display: inline-block;
  cursor: pointer;
}
.recruit-tab .tab-hd-item i {
  font-size: 50px;
  color: #333333;
}
.recruit-tab .tab-hd-item span {
  font-size: 18px;
  color: #333333;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.recruit-tab .tab-hd-item.active span,
.recruit-tab .tab-hd-item.active span i {
  color: #df3344;
}
.recruit-tab .tab-hd-item.active .img-show {
  display: inline-block;
}
.recruit-tab .tab-hd-item.active .img-hide {
  display: none;
}
.recruit-tab .tab-hd-item .img-show {
  display: none;
}
.recruit-tab .tab-hd-item .img-hide {
  display: inline-block;
}
.recruit-tab .tab-bd-box {
  margin-top: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.recruit-tab .tab-bd-box .tab-img {
  width: 37.5%;
  float: left;
}
.recruit-tab .tab-bd-box .tab-img img {
  width: 100%;
  display: block;
}
.recruit-tab .tab-bd-box .tab-text {
  width: 62.5%;
  float: left;
  padding: 20px 30px 0 30px;
}
.recruit-tab .tab-bd-box .tab-text h5 {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 10px;
}
.recruit-tab .tab-bd-box .tab-text p > i {
  display: block;
  width: 50px;
  height: 2px;
  background: #df3344;
  margin-bottom: 20px;
}
.recruit-tab .tab-bd-box .tab-text p {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 5px;
}
.recruit-tab .tab-bd-box .tab-text li {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  position: relative;
  padding-left: 15px;
}
.recruit-tab .tab-bd-box .tab-text li:after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 5px;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 10px;
}
/* 人才战略 strategy */

/* 招聘公告 recruit */
.recruit-top {
  margin-top: 45px;
  display: flex;
  height: 325px;
  flex-wrap: wrap;
}
.recruit-top .recruit-top-l {
  width: 740px;
  height: 100%;
}
.recruit-top .recruit-top-l img {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.recruit-top .recruit-top-r {
  flex: 1;
  height: 100%;
  background: #df3344;
  padding: 85px 5px 0 25px;
}
.recruit-top .recruit-top-r > p {
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  margin-top: 20px;
}
/* ----- 招聘公告详细内容 ----- */
.rec-content {
  padding: 30px 0;
}
.rec-content h2 {
  font-size: 30px;
  line-height: 45px;
  text-align: left;
  margin-bottom: 15px;
}
.rec-content .intro {
  padding: 20px;
  background: #f1f1f1;
  margin-bottom: 15px;
}
.rec-content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}
.rec-content .intro span {
  width: 33%;
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
}
/* ----- 招聘公告详细内容 ----- */
/* 招聘 */
.m-talents-list {
  width: 100%;
  margin-top: 25px;
}
.m-talents-list-head {
  font-size: 16px;
  line-height: 55px;
  width: 100%;
  color: #fff;
  background-color: #df3344;
}
.m-talents-list-head > div {
  float: left;
  text-align: center;
}
.m-talents-list-head .t1 {
  width: 16%;
}
.m-talents-list-head .t2 {
  width: 18%;
}
.m-talents-list-head .t3 {
  width: 22%;
}
.m-talents-list-head .t4 {
  width: 16%;
}
.m-talents-list-head .t5 {
  width: 12%;
}
.m-talents-list-head .t6 {
  width: 14%;
}
.m-talents-list-body {
  width: 100%;
  margin: 0;
}
.m-talents-list-body li {
  height: 55px;
  line-height: 55px;
  width: 100%;
  display: block;
  margin-top: 10px;
  background-color: #f9f9f9;
}
.m-talents-list-body li > div {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.m-talents-list-body .b1 {
  width: 16%;
  text-align: center;
}
.m-talents-list-body .b2 {
  width: 18%;
}
.m-talents-list-body .b3 {
  width: 22%;
}
.m-talents-list-body .b4 {
  width: 16%;
}
.m-talents-list-body .b5 {
  width: 12%;
}
.m-talents-list-body .b6 {
  width: 14%;
}
.m-talents-list-body .b5 a {
  margin-left: 3px;
  text-decoration: none;
  color: #014099;
}
/* 招聘公告 recruit */





/* 会员菜单 */
.user-main {
  height: 914px;
  padding: 0 90px;
}
.user-left {
  width: 220px;
  height: 100%;
  float: left;
  background: url(../../web/images/user-menu-bg.png) no-repeat center center;
  background-size: cover;
}
.user-left .user-head {
  padding: 20px 15px;
}
.user-head-l {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.38);
  padding: 2px;
  margin-top: 15px;
}
.user-head-l img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.user-head-r {
  width: 100%;
}
.user-head-r h3 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #dcbca5;
  margin-top: 18px;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.user-head-r a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: 0.5;
}
.user-head-r a:hover {
  opacity: 1;
}
.user-menu ul {
  padding-left: 5px;
  margin-top: 0;
}
.user-menu ul li {
  height: 50px;
  margin-top: 2px;
}
.user-menu li a:hover,
.user-menu li.active a {
  background: rgba(255, 255, 255, 0.32);
  border-radius: 10px 0 0 10px;
}
.user-menu li a {
  display: block;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  text-align: left;
  padding-left: 30px;
  position: relative;
}
.user-menu li a i {
  font-size: 20px;
  width: 30px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
}
.user-menu li.active a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

.user-right {
  height: 100%;
  margin-left: 220px;
  background: #f3f7fd;
  padding: 25px;
}
.user-right h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #df3344;
  padding-left: 11px;
  position: relative;
  border-left: 4px solid #df3344;
  margin-bottom: 25px;
}
.user-right h2 span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.user-right h2 span i {
  font-style: normal;
}
.user-table {
  height: 810px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
.table-common {
  /* height: 690px; */
  overflow: auto;
  margin-bottom: 20px;
}
.user-table table {
  width: 100%;
  /* min-width: 1300px */
}
.user-table tr th {
  font-size: 16px;
  line-height: 40px;
  height: 60px;
  color: #333333;
  background: #f0f0f0;
  padding: 10px 15px !important;
  text-align: left;
  white-space: nowrap;
  text-align: center;
}
.user-table tr th.tal {
  text-align: left;
}
.user-table tr th span {
  font-size: 16px;
  display: block;
  height: 20px;
  transform: translateY(-10px);
}
.user-table tr th span:last-child {
  color: #a1a1a1;
}
.user-table tr td {
  font-size: 16px;
  line-height: 30px;
  color: #808080;
  padding: 15px 15px;
  border-bottom: 1px solid #f0f0f0;
  white-space: nowrap;
  text-align: center;
}
.user-table tr td.tal {
  text-align: left;
}

/* 会员菜单 */

/* 页面底部 */
.footer {
  width: 100%;
  background: #1a1b1d;
  padding: 15px 90px;
  /* position: fixed; */
  /* bottom: 0; */
}
.footer span {
  line-height: 30px;
  font-size: 14px;
  color: #999999;
}
.footer a {
  line-height: 30px;
  font-size: 14px;
  color: #999999;
}
.footer a:hover {
  color: #fff;
}
.footer ul {
  float: right;
  margin: 0 -5px;
}
.footer ul li {
  line-height: 30px;
  font-size: 14px;
  float: left;
  list-style: none;
  color: #999999;
  padding: 0 5px;
}
/* 页面底部 */

/* 登录页面 login */
.footer {
  border-top: 3px solid #cd1110;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.user-login {
  width: 100%;
  height: 100%;
  background: url(/web/images/login-bg.jpg) no-repeat center center;
  background-size: cover;
}
.login-tab {
  width: 380px;
  /* height: 360px; */
  border-radius: 10px;
  background: #fff;
  padding: 25px;
  position: absolute;
  right: 0;
  top: 160px;
}
.tab-head {
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.tab-head span {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  display: inline-block;
  padding-bottom: 12px;
  margin-right: 20px;
  cursor: pointer;
}
.tab-head span:hover {
  color: #0173de;
}
.tab-head span.active {
  border-bottom: 2px solid #cd1110;
}
.login-input {
  margin-bottom: 20px;
}
.login-input input {
  width: 100%;
  line-height: 43px;
  height: 45px;
  border: 1px solid #dcdcdc;
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  padding: 0 10px;
}
.login-verify input:focus,
.login-input input:focus {
  outline-color: #cd1110;
}
.login-verify {
  margin-bottom: 20px;
}
.login-verify input {
  width: 50%;
  line-height: 43px;
  height: 45px;
  border: 1px solid #dcdcdc;
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  padding: 0 10px;
}
.login-verify input:nth-child(2) {
  background: #dddddd;
}
.login-verify img {
  height: 45px;
  vertical-align: middle;
  border-radius: 5px;
}
.login-reset {
  margin-bottom: 15px;
}
.login-reset a {
  display: block;
  font-size: 14px;
  color: #0173de;
  text-align: right;
}
.login-agree,
.form-agree {
  margin-bottom: 25px;
}
.form-agree label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  margin-right: 10px;
  background-size: 14px;
  font-size: 14px;
  color: #939393;
}
.form-agree input {
  opacity: 1;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
}
.form-agree a {
  color: #0173de;
}
.login-button button {
  width: 100%;
  height: 41px;
  line-height: 41px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #df3344;
  background: #df3344;
  border-radius: 5px;
}
.user-form p {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  float: right;
}
.user-form p > a {
  color: #0173de;
  margin-left: 4px;
}
input::-moz-placeholder,
input::-webkit-input-placeholder {
  font-size: 16px;
  color: #bcbcbc;
}
/* 登录页面 login */

/* 注册页面 register */
.user-register {
  background: #f4f4f4;
  padding: 80px 0 30px 40px;
}
.register-box {
  padding: 30px 0 100px 0;
}
.register-main {
  max-width: 800px;
  margin: 0 auto;
}
.register-main p span {
  display: inline-block;
  vertical-align: bottom;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
}
.register-main p span a {
  color: #df3344;
}
.register-main p > a {
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
}
.register-main p > a img {
  height: 100%;
}
.register-head {
  background: #df3344;
  border-radius: 10px 10px 0 0;
}
.register-head h2 {
  line-height: 70px;
  height: 70px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
.register-head h2 a {
  color: #ffffff;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}
.register-head h2 a.active:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 10px;
}
.register-form {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 40px 0 20px 0;
}
.form-item {
  width: 320px;
  margin: 0 auto 20px auto;
}
.form-item input {
  width: 100%;
  height: 45px;
  line-height: 43px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background: #f4f4f4;
  padding: 0 10px;
}
.form-item input:focus {
  outline-color: #df3344;
  background: #fff;
}
.form-item div select {
  width: 100px;
  height: 43px;
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background: #f4f4f4;
  padding: 0 9px;
  font-size: 16px;
  color: #939393;
}
.form-item div select:last-child {
  margin-right: 0;
}
.register-agree {
  width: 320px;
  margin: 0 auto 20px auto;
}
.form-item button {
  width: 100%;
  height: 45px;
  line-height: 43px;
  border-radius: 5px;
  background: #df3344;
  font-size: 18px;
  color: #fff;
  border: 1px solid #df3344;
}

.form-verify {
  width: 320px;
  margin: 0 auto 20px auto;
}
.form-verify input:first-child {
  height: 45px;
  line-height: 45px;
  border: 1px solid #e1e1e1;
  background: #f4f4f4;
  border-radius: 4px;
  width: 160px;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
  margin-right: 10px;
}
.form-verify img {
  height: 45px;
  vertical-align: middle;
}
.form-verify input:last-child {
  height: 45px;
  line-height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  min-width: 150px;
  padding: 0 1px;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  background: #dddddd;
  color: #000;
}
.form-input input:focus {
  outline-color: #df3344;
  background: #fff;
}
.form-verify input:last-child.disabled {
  color: #666;
  background: #f4f4f4;
  opacity: 0.8;
  cursor: not-allowed;
}
/* 注册页面 register */

/* 修改密码页面 */
.user-page {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
.form-setting-data {
  margin-top: 30px;
}
.setting-item {
  margin-bottom: 20px;
}
.setting-item label {
  font-size: 14px;
  margin-bottom: 6px;
  color: #666;
  display: inline-block;
  width: 100px;
  text-align: right;
  line-height: 45px;
}
.setting-item .setting-verify,
.setting-item .form-input {
  display: inline-block;
}
.setting-item .form-button {
  display: inline-block;
}
/* .file-image {
  height: 80px;
}
.file-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.file-image span {
  font-size: 14px;
  color: #808080;
  cursor: pointer;
}
.file-image span:hover {
  color: #df3344;
} */
.form-input input {
  height: 45px;
  line-height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  min-width: 360px;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
  background: #f4f4f4;
}
.setting-verify input {
  display: inline-block;
}
.setting-verify img {
  height: 45px;
  vertical-align: middle;
  cursor: pointer;
}
.setting-verify input:first-child {
  height: 45px;
  line-height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  width: 180px;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
  margin-right: 10px;
  background: #f4f4f4;
}
.setting-verify input:last-child {
  height: 45px;
  line-height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  min-width: 170px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  background: #df3344;
}
.setting-verify input:last-child.disabled {
    opacity: 0.8;
    cursor: not-allowed;
    color: #666;
    background: #c9c9c9;
}
.setting-input input:focus,
.setting-verify input:first-child {
  outline-color: #df3344;
}
.form-input input:focus {
  background: #fff;
}
.setting-verify input:first-child:focus {
  background: #fff;
}
.form-button button {
  background-color: #df3344; /* Green */
    border: 2px solid #df3344;
  border-radius: 4px;
  color: white;
  padding: 0 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 41px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.form-button button:hover {
  background-color: white; /* Green */
  border: 2px solid #df3344;
  border-radius: 4px;
  color: #000;
}
/* 修改密码页面 */


/* 文件下载 */
.down-list {
  margin-top: 10px;
}
.down-list li {
  margin-bottom: 15px;
}
.down-list .list-item {
  background: #f1f1f1;
  border-radius: 6px;
  padding: 5px 15px;
  height: 50px;
}
.down-list .list-item .item-left {
  width: 80%;
  float: left;
  padding-right: 5px;
}
.down-list .item-left h4 {
  font-size: 18px;
  line-height: 40px;
  color: #333;
}
.down-list .list-item .item-right {
  width: 20%;
  float: right;
}
.down-list .item-right a {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #df3344;
  color: #fff;
  font-size: 14px;
  text-align: center;
  float: right;
  padding: 0 10px;
}
.down-list .item-right a i {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}
/* 文件下载 */

/* 查询物流，弹窗 */
.modal-title a,
.modal-title {
  color: #666666;
  font-size: 16px;
}
.modal-title a:hover {
  color: #0173de;
}
.modal-title i {
  color: #666666;
  font-size: 16px;
  margin-right: 2px;
}
.modal-footer button {
  display: inline-block;
  margin: 0 auto;
}
.result-top .col1 {
  background: url("/images/spider_search_v4.png") 80px -900px no-repeat;
  width: 90px;
  text-align: center;
  color: #323232;
  cursor: pointer;
  padding-left: 14px;
  font-size:16px;
  display: inline-block;
}
.result-top .col1-down {
  background: url("/images/spider_search_v4.png") 80px -941px no-repeat;
  width: 90px;
  text-align: center;
  font-size: 16px;
  color: #5a5a5a;
  cursor: pointer;
  padding-left: 14px;
}
.result-top .col2 {
  width: 303px;
  text-align: left;
  font-size: 16px;
  color: #5a5a5a;
  padding-left: 55px;
}
/*result-info*/
.result-info {
  width: 100%;
}
.queryRight {
  float: right;
  margin-right: 10px;
}
.result-info .status {
  width: 40px;
  background: url("/web/images/spider_search_v4.png") 13px -764px no-repeat;
  position: relative;
  z-index: 5;
}
.result-info-down .status {
  width: 30px;
  background: url("/web/images/spider_search_v4.png") -30px -764px no-repeat;
}
.result-info .status-first {
  background: url("/web/images/spider_search_v4.png") 13px -804px no-repeat;
}
.result-info .status-check {
  background: url("/web/images/spider_search_v4.png") 10px -717px no-repeat;
}
.result-info .status-wait {
  background: url("/web/images/spider_search_v4.png") -30px -802px no-repeat;
}
.status .col2 {
  position: relative;
  z-index:-1;
}
.status .line1 {
  position: absolute;
  left: 5.3px;
  width: 0.57em;
  height: 5em;
  border-right: 1px solid #d2d2d2;
  top: 0px;
  z-index: -1;
}
.day {
  display:block;
  font-size: 12px;
  line-height: 22px;
}
.week,
.time {
  font-size: 14px;
  line-height: 22px;
}
.result-info .last td,  .result-info .last td a,.result-info .last td span{
  color: #ff7800;
  border-bottom: none;
}
.result-info td {
  padding: 7px;
  color: #828282;
  vertical-align: middle;
}
.result-info td a:hover {
  color: #3278e6;
}
.result-info .row1 {
  width: 105px;
  text-align: center;
  padding-left: 14px;
  padding-right: 0;
}
.result-companyurl {
  border-left: 1px solid #aaaaaa;
  background: url("/web/images/spider_search_v4.png") 10px -993px no-repeat;
  color: #828282;
  font-size: 14px;
  padding-left: 28px;
  font-weight: normal;
}
.sent-order {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NTY3QzI2OEVGNTkxMUU2QjMwNzk3Q0JEQzBBRkM2OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NTY3QzI2OUVGNTkxMUU2QjMwNzk3Q0JEQzBBRkM2OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ1NjdDMjY2RUY1OTExRTZCMzA3OTdDQkRDMEFGQzY4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ1NjdDMjY3RUY1OTExRTZCMzA3OTdDQkRDMEFGQzY4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+DaBAmAAAAO9JREFUeNqskjEKgzAUhl9CJ1dR6OIqDuLgDQSHnsGxl/ESHT1DN8HVVS8QEHR1EZxs8kiktVFq9YMfzIvvf3+MJE1T4Ny4HlxX+I+W6871pLJwxAxkr/AA+lY4Cnpctt5IkgSKooCmaXAdxzHYto3Pfd9DnucwDMNHD10z830fmzzPm2vCLMsyFGMMoij66ls1dF0XE6hES6qq0u5pDQ3DAMuyIAzDOa2OcRx/MxRGdV1D13VQliWmXWKapnaI9lIcx8HvpAiCAFOri1KIC1tC5I89wTkQurU7TfvnqCMT7ThCdhuKhEwe+QyxlwADAMXFUzEenMuXAAAAAElFTkSuQmCC") 0px 4px no-repeat;
  color: #828282;
  font-size: 14px;
  padding-left: 20px;
  font-weight: normal;
}
.sent-order:hover {
  color:#3278e6
}
.context {
  font-size: 14px;
  line-height: 22px;
  padding-left: 0px !important;
}
.context a {
  color: #828282;
}
.context a:hover {
  color: #3278e6;
}
.contex {
  font-size: 14px;
  line-height: 22px;
  padding-left: 0px !important;
}
/* 查询物流，弹窗 */

/* 隐私协议和用户授权协议 */
a {
  text-decoration: none;
}
.user-agreement {
  max-width: 1000px;
  font-size: 14px;
  color: #000;
  line-height: 30px;
  padding: 30px 15px;
  margin: 0 auto;
}
.user-agreement h2 {
  font-size: 1.5em;
  padding: 16px 0 8px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 10px;
  margin-bottom: 10px;
}
.user-agreement h3 {
  font-size: 1.17em;
  margin-top: 15px;
  margin-bottom: 15px;
}
.user-agreement p {
  margin-bottom: 8px;
  margin-top: 0;
  text-align: justify;
}
.user-agreement h2.title {
  font-size: 30px;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 16px 0 8px;
  text-align: center;
}
.user-agreement h3,
.user-agreement strong {
  font-weight: 700;
}
.user-agreement strong {
  text-decoration: #000;
}
.user-agreement p.time {
  margin-bottom: 30px;
  text-align: center;
}
/* 隐私协议和用户授权协议 */

/* 清除IE10及以上版本input的叉叉（X）和密码输入框的眼睛图标 */
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}

/* 二维码弹出隐藏 */
.fixed-code {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.fixed-code .img-box {
  position: absolute;
  width: 240px;
  left: 50%;
  top: 50%;
  margin-left: -120px;
  margin-top: -120px;
}
.fixed-code .img-box > i {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/web/images/close.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: -45px;
  cursor: pointer;
}
.fixed-code .img-box img {
  width: 100%;
}
/* 二维码弹出隐藏 */

@media screen and (max-width: 1780px) {
  .navbar-nav>li {
    margin: 0 15px;
  }
  .navbar-nav>li>a {
    font-size: 16px;
  }
  .index-news .tab-hd span {
    font-size: 14px;
    padding: 0 8px;
  }
}

@media screen and (max-width: 1560px) {
  .navbar-nav>li {
    margin: 0 10px;
  }
  .navbar-nav>li>a {
    font-size: 14px;
  }
}

/*
 * @Author: shu binqi 
 * @Date: 2020-02-28 16:01:56 
 * @Last Modified by: shu binqi
 * @Last Modified time: 2020-04-29 17:05:07
 */

 @media screen and (max-width: 1680px) {
  .header {
    padding: 0 30px;
  }
  .user-main {
    padding: 0 30px;
  }
  .page-main {
    padding: 0 30px;
  }
  .navbar-nav>li {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1560px) {
  .index-business {
    padding-right: 15px;
  }
  .index-news,
  .index-join {
    padding: 0 15px;
  }
  .index-login {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1440px) {
  
}

@media screen and (max-width: 1366px) {
  .navbar-nav>li {
    margin: 0 15px;
  }
  .sitemap-main .sitemap-list > li > a {
    width: 200px;
    padding-left: 40px;
  }
  .sitemap-main .sitemap-list > li {
    height: 80px;
    line-height: 80px;
  }
  .sitemap-main .sitemap-list > li li a {
    padding: 0 5px;
  }
  .page-tab-nav li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px) {
  .navbar-nav>li.icon,
  .navbar-nav>li {
    margin: 0 5px;
  }
  .navbar-nav>li>a {
    font-size: 14px;
  }
  .navbar-nav {
    padding-right: 14px;
  }
  .navbar-nav>li.icon>a {
    padding: 0;
  }
  .business-ul .border p.intro {
    height: auto;
  }
  .calculator-input input[type=text] {
    width: 170px;
  }
}

@media screen and (max-width: 1024px) {
  /* 首页 index */
  .header {
    height: 60px;
    padding: 10px 15px;
  }
  .header-bg {
    height: 60px;
  }
  .navbar-header, .navbar-brand {
    height: 38px;
    padding-top: 0;
  }
  .footer {
    padding: 15px;
  }
  .footer ul {
    display: none;
  }
  .footer span {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .index-main {
    padding: 0 15px;
  }
  .index-main > .index-bottom > div {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
    padding-left: 0;
  }
  .index-bottom > div > h3 {
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
  .index-bottom:before {
    display: none;
  }
  .menu{display:block;float:right;cursor:pointer;height:30px;width:30px;position:absolute;top: 3px;right: 12px;z-index: 999;}
  .menu span{display:inline-block;width:26px;height:3px;background-color:#df3344;border-radius: 5px;position:absolute;top:25px;left:0px;transition:background-color 0.2s ease-out 0.1s;}
  .menu span:before{content:'';display:inline-block;width:26px;height:3px;background-color:#df3344;border-radius: 5px;position:absolute;top:-9px;left:0px;transition:transform 0.1s ease-out,top 0.3s ease 0.2s;transform:rotate(0deg);}
  .menu span:after{content:'';display:inline-block;width:26px;height:3px;background-color:#df3344;border-radius: 5px;position:absolute;top:9px;left:0px;transition:transform 0.1s ease-out,top 0.3s ease 0.2s;transform:rotate(0deg);}
  .header.menu_click .menu span{background-color:transparent;}
  .header.menu_click .menu span:before{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(45deg);top:0px;background-color:#fff;}
  .header.menu_click .menu span:after{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(-45deg);top:0px;background-color:#fff;}
  .header.menu_click .menu {
    z-index: 999;
  }
  .navbar-nav {
    opacity: 0.95;
    display: block;
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    right: -300px;
    padding: 0;
    margin: 0;
    z-index: 99;
    overflow: auto;
  }
  .navbar-nav:after {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 100%;
    top: 0;
    border: 0;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
  }
  .navbar-nav>li.icon,
  .navbar-nav>li {
    width: 100%;
    height: auto;
    min-height: 55px;
    border-bottom: 1px solid #e74a5b;
    margin: 0;
    position: relative;
  }
  .navbar-nav>li.icon>a,
  .navbar-nav>li>a {
    line-height: 54px;
    font-weight: 400;
    padding-left: 50px;
  }
  .navbar-nav>li> i {
    height: 54px;
    width: 55px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    transition: all .5s;
  }
  .navbar-nav>li> i.rotate {
    transform: rotate(-90deg);
  }
  .navbar-nav>li> i:after {
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: 2px;
    transform: rotate(-45deg);
    border-radius: 2px;
  }
  .navbar-nav>li> i:before {
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -7px;
    transform: rotate(45deg);
    border-radius: 2px;
  }
  .navbar-nav>li:hover>a {
    background: #df3344;
    color: #fff;
  }
  .nav-two {
    /* position: relative; */
    padding: 0 0 0 50px;
    /* background: #ebecf0; */
    background: #f56170;
    position: unset;
    display: none;
    box-shadow: none !important;
    visibility: unset !important;
    opacity: 1 !important;
  }
  .nav-two .img-nav {
    display: none;
  }
  .nav-two ul {
    width: 100%;
    float: unset;
    padding: 20px 0;
  }
  .nav-two li {
    width: 100%;
    float: unset;
  }
  .nav-two ul.one {
    width: 100%;
  }
  .nav-two li a {
    font-size: 14px;
    padding-left: 20px;
  }
  .nav-two li a:before {
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    left: -2px;
    top: 20px;
    border: 0;
    right: unset;
    background: #fff;
    transform: rotate(-60deg);
  }
  .nav-two li a:focus,
  .nav-two li a:hover,
  .nav-two li a {
    color: #fff;
  }
  .nav-two li a:after {
    display: none;
  }
  .navbar-nav>li:hover .nav-two {
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    transition: unset;
  }
  .navbar-nav>li:hover>a:before,
  .navbar-nav>li>a:hover:before,
  .navbar-nav>li>a:before {
    display: block !important;
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    left: 20px;
    top: 25px;
    border: 0;
    right: unset;
    background: #fff;
    transform: rotate(-60deg);
  }
  .index-business-right h3 {
    margin-top: 0;
  }
  .index-business-right h4 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-right: 50px;
  }
  .index-business-right p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .index-input {
    margin-bottom: 10px;
  }
  .index-news .tab-bd-list {
    min-height: auto !important;
  }
  .index-news .tab-bd-list > li.list-more {
    position: relative;
    margin-top: 15px;
  }
  .show-wxcode {
    margin-left: -70px;
    width: 140px;
    height: 144px;
    border-radius: 5px;
  }
  /* 首页 index */
  /* sitemap */
  .sitemap-main1 {
    padding: 0 5px;
    margin: 20px 15px;
    background: #f8f8f8;
  }
  .sitemap-main1 .sitemap-list > li {
    height: auto;
    line-height: auto !important;
  }
  .sitemap-main1 .sitemap-list > li > a {
    padding-left: 0;
  }
  .sitemap-main1 .sitemap-list > li li a {
    padding: 0;
    font-size: 14px;
  }
  .sitemap-list > li > a {
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .sitemap-list ul li {
    width: 48%;
  }
  .filter-box-c {
    width: 100%;
  }
  .page-main {
    padding: 0 15px;
  }
  .sort-position {
    display: none;
  }
  .page-sort {
    height: 80px;
    padding: 10px 10px;
  }
  .sort-name h2 i {
    font-size: 36px;
    bottom: -16px;
  }
  .sort-name h2 {
    font-size: 20px;
    line-height: 30px;
  }
  /* sitemap */
  /* 关于我们 总裁致辞 */
  .page-tab-nav {
    margin: 0 15px;
  }
  .page-tab-nav ul li {
    width: 100%;
  }
  .page-tab-nav li a {
    margin-bottom: -1px;
    border-right: 1px solid #eeeeee;
    padding: 0;
  }
  /* .page-tab-nav li:nth-child(odd) a {
    border-right: 0;
  } */
  .page-container {
    padding: 20px 15px;
  }
  .page-container .container-comm > h3 {
    font-size: 24px;
  }
  .ceo-main .ceo-message {
    width: 100%;
    margin-top: 30px;
  }
  .ceo-main .ceo-img {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .ceo-main .ceo-img img {
    position: relative;
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
  .ceo-main {
    margin-bottom: -20px !important;
  }
  /* 关于我们 总裁致辞 */
  .about-number {
    width: 100%;
  }
  .about-number .number {
    width: 100%;
  }
  .about-number .number span i {
    font-size: 36px;
    display: inline-block;
    transform: translateY(2px);
    margin-right: 2px;
  }
  .develop-list {
    height: auto;
    margin-top: 0px;
    margin-bottom: -40px;
  }
  .develop-list:after {
    content: "";
    width: 1px;
    height: 90%;
    background: #cdcdcd;
    position: absolute;
    left: 80px;
    top: 4%;
    z-index: 1;
  }
  .develop-list > ul {
    padding-top: 60px;
  }
  .develop-list li {
    height: 100px;
    width: 100%;
  }
  .develop-list li:nth-child(1) {
    height: 50px;
  }
  .develop-list li:nth-child(2) {
    height: 150px;
  }
  .develop-list li:nth-child(3) {
    height: 90px;
  }
  .develop-list li:nth-child(4) {
    height: 150px;
  }
  .develop-list li:nth-child(5) {
    height: 160px;
  }
  .develop-list li:nth-child(6) {
    height: 60px;
  }
  .develop-list li:nth-child(7) {
    height: 90px;
  }
  .develop-list li:nth-child(8) {
    height: 240px;
  }
  .develop-list li .develop-item {
    left: 80px;
  }
  .develop-main {
    padding-bottom: 40px !important;
  }
  .develop-list li:nth-child(odd) > div > span {
    top: -3px;
    left: -80px;
  }
  .develop-list li:nth-child(odd) .intro {
    left: 30px;
    top: -30px;
    width: 190px;
    text-align: left;
  }
  .develop-list li:nth-child(even) > div > span {
    bottom: -2px;
    left: -80px;
  }
  .develop-list li:nth-child(even) .intro {
    left: 30px;
    bottom: 10px;
    width: 220px;
    text-align: left;
  }
  .develop-list li:nth-child(1) .intro {
    left: 30px;
    top: -5px;
    width: 220px;
    text-align: left;
  }
  .develop-list li:nth-child(2) .intro {
    left: 30px;
    top: -5px;
    width: 220px;
    text-align: left;
  }
  .develop-list li:nth-child(3) .intro,
  .develop-list li:nth-child(5) .intro,
  .develop-list li:nth-child(7) .intro,
  .develop-list li:nth-child(8) .intro {
    left: 30px;
    top: -5px;
    width: 220px;
    text-align: left;
  }
  .develop-list li:nth-child(4) .intro {
    left: 30px;
    top: -5px;
    width: 220px;
    text-align: left;
  }
  .develop-list li:nth-child(6) .intro {
    left: 30px;
    top: -4px;
    width: 220px;
    text-align: left;
  }
  .develop-list li:nth-child(odd) > div > .intro span,
  .develop-list li:nth-child(even) > div > .intro span {
    position: relative;
    left: 0;
  }
  .develop-list li:nth-child(odd) > div > .intro p,
  .develop-list li:nth-child(even) > div > .intro p {
    padding-left: 15px;
  }
  .develop-list li:nth-child(even) .intro:after,
  .develop-list li:nth-child(odd) .intro:after {
    display: none;
  }
  .about-common {
    padding: 0 15px !important;
  }
  .about-bg {
    padding: 20px 15px 30px 15px !important;
  }
  .business-ul li {
    padding: 0;
    margin-top: 15px;
  }
  .business-ul li a {
    height: auto;
  }
  .business-ul li .border {
    padding: 10px 15px;
  }
  .border > img {
    margin-bottom: 10px;
  }
  .business-ul .border h3 {
    margin-bottom: 10px;
  }
  .business-ul .border p i {
    margin-bottom: 10px;
  }
  .business-bottom {
    padding: 0 15px;
  }
  .business-ul .border p.intro {
    height: auto;
  }
  .business-bottom .container-comm > .intro {
    padding: 0 15px;
  }
  .business-bottom .container-comm > .intro p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .business-bottom .business-main {
    padding: 20px 0;
  }
  .business-tab .tab-hd {
    width: 100%;
    height: auto;
    padding: 0 15px;
    border-right: 0;
  }
  .business-tab .tab-hd span {
    width: 100%;
    font-size: 18px;
    margin-bottom: 5px;
    float: left;
    border-bottom: 1px solid transparent;
  }
  .business-tab .tab-hd span.active:after {
    display: none;
  }
  .business-tab .tab-hd span.active {
    border-bottom: 1px solid #df3344;
  }
  .business-tab .tab-bd {
    width: 100%;
    padding: 0 15px;
  }
  .business-tab .tab-bd .tab-bd-box h5 {
    display: none;
  }
  thead tr th {
    padding: 15px;
  }
  .step-item-l {
    height: auto;
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .step-item-r {
    height: auto;
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .step-item-box {
    height: auto;
  }
  .step-item-04 {
    transform: translateY(0);
  }
  .step-item-06 {
    transform: translateY(0);
  }
  .step-item-r .step-item-box,
  .step-item-l .step-item-box {
    padding: 15px 20px 15px 90px;
  }
  .step-item-l .step-item-box span {
    left: 10px;
    right: unset;
  }
  .step-item-r .step-item-box span {
    left: 10px;
  }
  .calculator {
    width: 100%;
  }
  .calculator-left {
    padding: 20px 10px 15px 10px;
  }
  .calculator-input {
    margin-bottom: 20px;
  }
  .calculator-input.mb15 {
    margin-bottom: 20px;
  }
  .calculator-input > i {
    font-size: 10px;
    color: #666;
    line-height: 12px;
    position: absolute;
    top: 80px;
    left: 0;
    width: 245px;
  }
  .calculator-right .calculator-input h3 {
    font-size: 24px;
  }
  .sm-tac {
    text-align: center;
  }
  .calculator-input > span {
    width: 100%;
    margin-right: 0px;
    font-size: 14px;
    text-align: left;
  }
  .calculator-input {
    font-size: 12px;
  }
  .calculator-input input[type=text] {
    width: 235px;
    padding: 0 8px;
    font-size: 12px;
  }
  input::-moz-placeholder,
  input::-webkit-input-placeholder {
    font-size: 11px !important;
    color: #bcbcbc;
  }
  .calculator-border {
    padding-right: 0;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .calculator-right > img {
    position: absolute;
    left: 50%;
    top: 5px;
    margin-top: 0;
    transform: rotate(90deg);
    width: 40px;
    margin-left: -18px;
  }
  .calculator-input input[type=button] {
    width: 100%;
  }
  .calculator.active .calculator-left {
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid #eee;
  }
  .calculator-right {
    width: 100%;
    max-height: 900px;
    max-height: auto;
    padding: 60px 10px 20px 10px;
  }
  .calculator-input {
    margin-bottom: 10px;
  }
  .calculator-right .calculator-text p {
    font-size: 14px;
  }
  .calculator-left div:last-child span:first-child {
    display: none;
  }
  .audit-main {
    padding: 20px 15px;
  }
  .calculator-right .calculator-input h3,
  .calculator-left .calculator-input h3,
  .audit-main h3 {
    font-size: 24px;
  }
  .audit-main .tab-hd span {
    margin: 0 10px;
  }
  .audit-select, .audit-chechbox, .audit-button, .audit-result {
    width: 100%;
    height: auto;
  }
  .audit-select select {
    width: 100%;
    padding-left: 8px;
  }
  .audit-select span, .audit-chechbox span, .audit-button span, .audit-result span:first-child {
    width: 100%;
    margin-right: 5px;
    display: block;
    text-align: left;
  }
  .audit-select, .audit-chechbox, .audit-button, .audit-result {
    margin-bottom: 10px;
  }
  .audit-chechbox>label {
    margin-right: 2px;
    font-size: 16px;
  }
  .audit-button span:first-child {
    display: none;
  }
  .audit-border {
    padding-right: 0;
  }
  .audit-button input[type=button] {
    padding: 0 12px;
    margin-right: 10px;
  }
  .audit-button input[type=reset] {
    padding: 0 12px;
  }
  .finance-common {
    padding: 0 15px !important;
  }
  .culture-tab1 .list-item {
    height: auto;
  }
  .contact-us-text .contact-tips h3 {
    font-size: 30px;
  }
  .news-list {
    margin: 0 15px;
    padding: 20px 15px;
  }
  .news-list-item {
    margin-bottom: 20px;
  }
  .about-common .container-comm > h3,
  .news-list .container-comm > h3 {
    font-size: 24px;
  }
  .recruit-tab .tab-hd-item {
    width: 30%;
    vertical-align: middle;
  }
  .recruit-tab .tab-hd-item span {
    line-height: 22px;
    height: 44px;
  }
  .recruit-tab .tab-bd-box .tab-img {
    width: 100%;
  }
  .recruit-tab .tab-bd-box .tab-text {
    width: 100%;
    padding: 15px;
  }
  .recruit-top {
    height: auto;
  }
  .recruit-top .recruit-top-r {
    padding: 30px 18px;
  }
  .recruit-top .recruit-top-r img {
    width: 180px;
  }
  .recruit-top .recruit-top-r > p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
  .step-item-l .step-item-box img {
    display: none;
  }
  .about-best .rec-content .intro span {
    width: 100%;
  }
  .culture-tab1 ul {
    flex-wrap: wrap;
  }
  .shareholder ul {
    flex-wrap: wrap;
  }
  .contact-us-text,
  .contact-us .contact-map {
    padding: 0;
  }
  .contact-us-text > h3 {
    padding-left: 0;
  }
  .contact-us-text > p {
    padding-left: 65px;
  }
  .contact-us-text > p > span {
    left: 0;
  }
  .filter-list li a {
    white-space: unset;
    overflow: unset;
  }
  .audit-result span:last-child {
    height: auto;
    line-height: 35px;
    text-align: left;
    display: block;
  }
  .navbar-nav>li>a span {
    bottom: 15px;
  }
  .navbar-nav>li>a span:after {
    display: none;
  }
  .process-step:before {
    content: "";
    width: 1px;
    height: calc(100% - 300px);
    background: #df3344;
    position: absolute;
    left: 44px;
    top: 150px;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .process-step:before {
    content: "";
    width: 1px;
    height: calc(100% - 350px);
    background: #df3344;
    position: absolute;
    left: 44px;
    top: 150px;
    z-index: 1;
  }
  .page-pagination a {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
  }
  .page-pagination .jp-next:after,
  .page-pagination .jp-previous:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .navbar-nav>li>a {
    font-size: 18px;
  }
  .swiper-pagination {
    display: none;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    right: 25px !important;
  }
  .index-business-right p.intro {
    margin-bottom: 10px;
  }
  .index-news .tab-bd-list {
    min-height: 150px;
  }
  .index-bottom > div > h3 {
    border-bottom: 1px solid #eaeaea;
  }
  .finance-right thead tr th {
    padding: 15px 10px;
  }
  .finance-right tbody tr:nth-child(even) td,
  .finance-right tbody tr:nth-child(odd) td {
    padding: 15px 12px 15px 12px;
  }
  .m-talents-list-head {
    display: none;
  }
  .m-talents-list-body li {
    height: 225px;
  }
  .m-talents-list-body .b3,
  .m-talents-list-body .b4 {
    padding-left: 0;
  }
  .m-talents-list-body > li div.b5 {
    padding-left: 0;
    display: block !important;
  }
  .m-talents-list-body > li div:nth-child(odd) {
    width: 100% !important;
  }
  .m-talents-list-body > li div:nth-child(even) {
    width: 100% !important;
    display: none;
  }
  .business-tab .tab-text p a,
  .business-tab .tab-text p {
    font-size: 14px;
  }
  .recruit-tab .tab-bd-box .tab-text p {
    line-height: 24px;
  }
  .page-pagination a {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    font-size: 14px;
  }
  .page-pagination .jp-next:after,
  .page-pagination .jp-previous:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}