input:focus,
button:focus,
input.focus,
button.focus,
input.active,
button.active,
input:active,
button:active {
  outline: none !important;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
span.success,
p.success,
h4.success,
h3.success,
h2.success,
h1.success {
  color: #0E9A77;
}
span.warning,
p.warning,
h4.warning,
h3.warning,
h2.warning,
h1.warning {
  color: #E2934A;
}
span.danger,
p.danger,
h4.danger,
h3.danger,
h2.danger,
h1.danger {
  color: #FF6363;
}
span.primary,
p.primary,
h4.primary,
h3.primary,
h2.primary,
h1.primary {
  color: #1C62F1;
}
span.gray,
p.gray,
h4.gray,
h3.gray,
h2.gray,
h1.gray {
  color: #bbb;
}
a.success {
  color: #0E9A77;
}
a.warning {
  color: #E2934A;
}
a.round {
  border: transparent 1px solid;
  border-radius: 1em;
}
a.round.success {
  border-color: #0E9A77;
}
a.round.success:hover {
  background-color: #0E9A77;
  color: #fff;
}
a.round.warning {
  border-color: #E2934A;
}
a.round.warning:hover {
  background-color: #E2934A;
  color: #fff;
}
a.round.primary {
  border-color: #1C62F1;
}
a.round.primary:hover {
  background-color: #1C62F1;
  color: #fff;
}
a.button {
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  padding: 5px 5px;
}
a.button.primary {
  background-color: #1C62F1;
}
a.button.success {
  background-color: #0E9A77;
}
a.button.warning {
  background-color: #E2934A;
}
a.button.default {
  color: #1958d9;
  border: #1C62F1 1px solid;
}
a.button:hover.primary {
  background-color: #164ec1;
}
a.button:hover.success {
  background-color: #0b7b5f;
}
a.button:hover.warning {
  background-color: #b5763b;
}
a.button:hover.default {
  background: #ddd;
}
a.border {
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 17px;
  padding: 8px 15px;
}
a.border.primary {
  border-color: #1C62F1;
  color: #1C62F1;
}
a.border.success {
  border-color: #0E9A77;
  color: #0E9A77;
}
a.border.warning {
  border-color: #E2934A;
  color: #E2934A;
}
a.border.danger {
  border-color: #FF6363;
  color: #FF6363;
}
a.border:hover {
  background: #ddd;
}
body {
  min-width: 1470px;
}
.container {
  width: 1440px;
}
h3.title {
  font-size: 24px;
  color: #383838;
  border-bottom: rgba(16, 16, 16, 0.2) 1px solid;
  padding: 10px 0;
  margin: 0;
  position: relative;
}
h3.title::before {
  content: '';
  position: absolute;
  width: 58px;
  height: 3px;
  background: #2F7AE1;
  left: 0;
  bottom: -1px;
}
h3.title a {
  position: absolute;
  right: 0;
  font-size: 14px;
  bottom: 24px;
  font-weight: 400;
  color: #a3a3a3;
}
h3.title a:hover {
  color: #2F7AE1;
}
h3.title.success {
  color: #0E9A77;
}
h3.title.success::before {
  background: #0E9A77;
}
h3.title.danger {
  color: #FF6363;
}
h3.title.danger::before {
  background: #FF6363;
}
h3.tabs {
  border-bottom: rgba(16, 16, 16, 0.2) 1px solid;
  padding: 20px 0;
  position: relative;
}
h3.tabs a.tab {
  font-size: 24px;
  color: #a3a3a3;
  font-weight: 400;
  margin: 0 25px;
  position: relative;
}
h3.tabs a.tab::after {
  content: '';
  width: 1px;
  height: 24px;
  background-color: rgba(16, 16, 16, 0.3);
  position: absolute;
  margin-left: 24px;
}
h3.tabs a.tab.last::after {
  background-color: transparent;
}
h3.tabs a.tab:hover {
  color: #101010;
}
h3.tabs a.tab.active {
  color: #101010;
}
h3.tabs a.tab.active::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 4px;
  background: #2F7AE1;
  margin-top: 42px;
  margin-left: -35px;
  left: 50%;
}
h3.tabs a.more {
  position: absolute;
  right: 0;
  font-size: 16px;
  bottom: 24px;
  font-weight: 400;
  color: #a3a3a3;
}
h3.tabs a.more:hover {
  color: #2F7AE1;
}
div.news-list .news-item {
  padding: 20px 0;
  border-bottom: #e9e9e9 1px solid;
}
div.news-list .news-item:last-of-type {
  border-bottom: none;
}
div.news-list .news-item .img {
  display: table-cell;
}
div.news-list .news-item .img img {
  width: 240px;
  height: 180px;
  object-fit: cover;
  border: 1px solid #cdcdcd;
  padding: 2px;
}
div.news-list .news-item .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
 /* padding-right: 50px;*/
}
div.news-list .news-item .info h4 {
  font-size: 22px;
  margin-bottom: 14px;
}
div.news-list .news-item .info h4 span.tag {
  font-size: 15px;
  font-weight: 400;
  padding: 5px 15px;
  color: #1C62F1;
  border: #1C62F1 1px solid;
  border-radius: 2em;
  margin-left: 10px;
  position: absolute;
  margin-top: -2px;
  cursor: pointer;
}
div.news-list .news-item .info h4 span.tag:hover {
  background: #1C62F1;
  color: #fff;
}
div.news-list .news-item .info h4 .pull-right a {
  margin-left: 10px;
  font-weight: normal;
}
div.news-list .news-item .info p {
  font-size: 17px;
  line-height: 25px;
}
div.news-list .news-item .info span {
  font-size: 15px;
  /*margin-right: 40px;*/
  font-weight: normal;
  /*padding: 10px 0;*/
}
div.news-list .news-item .info span.light {
  color: #9B9B9B;
}
div.news-list .news-item .info span.pv {
  margin: 0;
  padding-left: 30px;
  background: url(../images/ico_view.png) left center no-repeat;
}
div.news-list .news-item .info span.down {
  margin: 0 0 0 40px;
  padding-left: 30px;
  background: url(../images/ico_down.png) left center no-repeat;
}
div.news-list .news-item .info .tags {
  padding-top: 20px;
}
div.news-list .news-item .info .tags span {
  font-size: 17px;
  margin: 0;
}
div.news-list .news-item .info .tags span.tag {
  padding: 2px 3px;
  cursor: pointer;
  background-color: #2F7AE1;
  color: #fff;
  border-radius: 2px;
  margin-right: 1em;
}
div.news-list .news-item .info a.readmore {
  font-size: 16px;
  color: #a0a0a0;
}
div.news-list .news-item .info a.readmore:hover {
  color: #2F7AE1;
}
div.sub-box {
  margin-bottom: 25px;
}
div.sub-box .title {
  height: 69px;
  padding: 0 25px;
  background: #EEF5FA;
  line-height: 69px;
}
div.sub-box .title img {
  position: absolute;
  margin-top: 21px;
}
div.sub-box .title span {
  font-size: 24px;
  font-weight: 500;
  color: #2F7AE1;
  margin-left: 35px;
}
div.sub-box .title a {
  color: #2F7AE1;
  font-size: 17px;
  float: right;
}
div.sub-box .title a:hover {
  color: #2662b4;
}
div.sub-box .content {
  padding: 10px 20px;
  border: rgba(16, 16, 16, 0.1) 1px solid;
}
div.sub-box .content img {
  max-width: 100%;
}
div.sub-box .content span.tag {
  display: inline-block;
  font-size: 17px;
  height: 36px;
  line-height: 36px;
  color: #707070;
  min-width: 20px;
  text-align: center;
  padding: 0 8px;
  border: #707070 1px solid;
  border-radius: 2em;
  margin: 4px 2px;
  cursor: pointer;
}
div.sub-box .content span.tag:hover {
  color: #fff;
  background: #2F7AE1;
  border-color: #2662b4;
}

div.sub-box .content span.active {
  color: #fff;
  background: #2F7AE1;
  border-color: #2662b4;
}

div.sub-box .content ul {
  padding-left: 15px;
}
div.sub-box .content ul li {
  list-style-type: square;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #3d3d3d;
}
div.sub-box .content ul li a {
  color: #3d3d3d;
}
div.sub-box .content ul li a:hover {
  color: #2F7AE1;
}
div.sub-box .content ul li a span {
  display: block;
  font-size: 15px;
}
div.sub-box .content ul li a span.gray {
  color: #9d9d9d;
}
ul.text-list {
  padding: 20px 0 20px 20px;
}
ul.text-list li {
  list-style: square;
}
ul.text-list li a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #383838;
  font-size: 20px;
}
ul.text-list li a:hover {
  color: #2F7AE1;
}
ul.text-list li a span {
  color: #a3a3a3;
  float: right;
  font-size: 16px;
}
div.pager {
  font-size: 17px;
}
div.pager p.statistic {
  margin: 0;
  color: #666;
  width: 270px;
  text-align: left;
  float: left;
  padding-top: 4px;
}
div.pager ul {
  width: auto;
  margin: 0;
}
div.pager ul a {
  border: none;
  font-size: 17px;
  color: #475669;
  border-radius: 5px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  padding: 0;
}
div.pager ul a.active {
  color: #fff;
  background: #5D75FF;
}
div.pager .jump {
  text-align: right;
  float: right;
}
div.pager .jump table {
  width: 100%;
}
div.pager .jump table td {
  padding: 0 5px;
}
div.pager .jump table td input {
  width: 60px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}
div.pager .jump table td button {
  width: 58px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
}
div.pager .jump table td button:hover {
  background: #e9e9e9;
}
table.max-w {
  width: 100%;
}
table.underline tr {
  border-bottom: #ddd 1px solid;
}
table.underline tr:last-of-type {
  border-bottom-color: transparent;
}
table.t-center td,
table.t-center th {
  text-align: center;
}
.switch {
  border-bottom: #ddd 1px solid;
}
.switch a {
  width: 250px;
  height: 42px;
  background: #EAEFF5;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  color: #000000;
  font-size: 22px;
  font-weight: 400;
}
.switch a:first-of-type {
  border-top-left-radius: 3px;
}
.switch a:last-of-type {
  border-top-right-radius: 3px;
}
.switch a:hover {
  color: #2F7AE1;
}
.switch a.active {
  background-color: #2F7AE1;
  color: #fff;
}
.switch.simple {
  border-bottom: none;
}
.switch.simple a {
  background: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-right: none;
  padding: 0 30px;
  line-height: 50px;
  height: auto;
  color: #9EA2A8;
}
.switch.simple a:last-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.switch.simple a:hover {
  color: #2F7AE1;
}
.switch.simple a.active {
  background: #fff;
  color: #101010;
  border-bottom-color: #fff;
}
.switch.bigger {
  border-bottom: none;
}
.switch.bigger a {
  width: 25%;
  border-bottom: #ddd 1px solid;
  background: none;
  height: 126px;
  font-size: 29px;
  line-height: 126px;
  font-weight: 400;
  color: #000000;
}
.switch.bigger a.active {
  color: #2F7AE1;
  border-left: #ddd 1px solid;
  border-right: #ddd 1px solid;
  border-bottom: none;
  border-top: #2F7AE1 3px solid;
}
.switch.bigger a:hover {
  color: #2F7AE1;
}
.switch-content {
  padding: 20px;
  border: #ddd 1px solid;
  border-top: none;
}
.steps {
  display: flex;
  justify-content: center;
}
.steps .item {
  width: 200px;
  position: relative;
}
.steps .item .title {
  color: #fff;
  background: #AEAEAE;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}
.steps .item .intro {
  color: #AEAEAE;
  padding: 10px 5px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}
.steps .item::before,
.steps .item::after {
  content: '';
  height: 4px;
  width: 50%;
  position: absolute;
  background: #AEAEAE;
  top: 13px;
  z-index: -1;
}
.steps .item::before {
  left: 0;
}
.steps .item::after {
  right: 0;
}
.steps .item.active .title {
  background: #0E9A77;
}
.steps .item.active .intro {
  color: #0E9A77;
}
.steps .item.active::before,
.steps .item.active::after {
  background: #0E9A77;
}
.steps .item:last-of-type::after {
  background: transparent;
}
.steps .item:first-of-type::before {
  background: transparent;
}
header .row {
  margin: 0;
  padding: 0 45px;
}
header .top-logo {
  height: 65px;
  padding-top: 6px;
}
header .top-logo img {
  margin-right: 15px;
}
header .top-logo .text-right {
  padding-top: 14px;
}
header .top-logo .text-right a {
  font-size: 16px;
  color: #6C819D;
  padding: 0 8px;
  border-right: rgba(108, 129, 157, 0.35) 1px solid;
}
header .top-logo .text-right a:last-child {
  border-right: none;
}
header .top-logo .text-right a:hover {
  color: #2F7AE1;
}
header .top-menu {
  background-color: #2F7AE1;
  color: #fff;
  height: 60px;
  line-height: 60px;
}
header .top-menu a {
  color: #fff;
}
header .top-menu .menu {
  width: auto;
}
header .top-menu .menu a {
  font-size: 24px;
  height: 60px;
  width: 130px;
  text-align: center;
  display: inline-block;
}
header .top-menu .menu a:hover,
header .top-menu .menu a.active {
  background-color: #2662b4;
  text-shadow: #fff 0 0 1px;
}
header .top-menu .pull-right span {
  padding: 0 5px;
}
header .top-menu .pull-right a {
  font-size: 14px;
}
header .top-menu .pull-right a:hover {
  color: #cccccc;
}
footer {
  background-color: rgba(233, 233, 233, 0.6);
  color: #101010;
}
footer .container {
  padding: 42px 15px;
}
footer .container .col-xs-6:first-child::after {
  content: '';
  width: 1px;
  /*height: 70px;*/
  position: absolute;
  margin-left: 570px;
  background-color: #dddddd;
  margin-top: -110px;
}
footer .container img {
  float: left;
  margin-right: 25px;
}
footer .container h5 {
  font-weight: 500;
  margin-top: 5px;
}
footer .container h5.border {
  margin-bottom: 40px;
}
footer .container h5.border::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 4px;
  background: #101010;
  margin-left: 0;
  margin-top: 32px;
}
footer .container a {
  display: inline-block;
  width: 33.3333%;
  color: #101010;
  margin-bottom: 5px;
}
footer .container a:hover {
  color: #2F7AE1;
}
footer .container p.phone {
  font-weight: 500;
  font-size: 22px;
}
footer .copyright {
  background-color: #e9e9e9;
  height: 69px;
  font-size: 14px;
  line-height: 69px;
}
.home-banner {
  background-size: cover;
  height: 470px;
  background: url(../images/banner.jpg) center;
}
.home-banner .container {
  padding-top: 90px;
}
.home-banner .container .search {
  padding: 0 260px;
  position: relative;
}
.home-banner .container .search .btn-bg {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: #bababa 2px solid;
  z-index: 9;
  margin-left: 27px;
  margin-top: 18px;
}
.home-banner .container .search input {
  height: 53px;
  font-size: 18px;
  padding-left: 60px;
  border: none;
}
.home-banner .container .search button {
  font-size: 18px;
  height: 53px;
  width: 122px;
  background: #2F7AE1;
}
.home-banner .container .search button:hover {
  background: #2662b4;
}
.home-banner .container .search p {
  font-size: 18px;
  margin-top: 15px;
  color: #fff;
}
.home-banner .container .search p span {
  display: inline-block;
  color: #2F7AE1;
  width: 58px;
  height: 25px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  text-align: center;
  line-height: 25px;
  margin-right: 18px;
}
.home-banner .container .swiper {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-banner .container .swiper .arrow {
  width: 65px;
  height: 62px;
  margin: 0 25px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  cursor: pointer;
}
.home-banner .container .swiper .arrow:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.home-banner .container .swiper .arrow i {
  font-size: 40px;
  color: #fff;
  line-height: 62px;
}
.home-banner .container .swiper .inner {
  width: 1176px;
  height: 165px;
}
.home-banner .container .swiper .inner .item {
  padding: 0 37px;
  float: left;
}
.home-banner .container .swiper .inner .item .img {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.home-banner .container .swiper .inner .item .img img {
  width: 220px;
  height: 165px;
  object-fit: cover;
}
.home-banner .container .swiper .inner .item .img p {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  height: 42px;
  line-height: 42px;
  color: #fff;
  background-color: rgba(16, 16, 16, 0.8);
}
.home-banner .container .swiper .more {
  position: absolute;
  margin-top: 220px;
}
.home-banner .container .swiper .more a {
  color: #fff;
}
.home-data {
  padding-top: 40px;
  padding-bottom: 60px;
}
.home-data .pull-left {
  width: 71.5%;
}
.home-data .pull-left a {
  color: #383838;
}
.home-data .pull-left a .item {
  margin-top: 30px;
}
.home-data .pull-left a .item img {
  object-fit: cover;
  width: 322px;
  height: 242px;
}
.home-data .pull-left a .item h4 {
  font-size: 16px;
  color: #383838;
  margin-top: 8px;
}
.home-data .pull-left a .item p {
  line-height: 20px;
  margin: 0;
}
.home-data .pull-left a .item p.light {
  color: #a0a0a0;
}
.home-data .pull-left a:hover h4 {
  color: #2F7AE1;
}
.home-data .pull-right {
  width: 24.5%;
}
.home-tabs {
  background-color: rgba(247, 247, 247, 0.69);
  padding: 10px 25px 20px;
}
.home-tabs .tabs {
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
}
.home-tabs .tabs a {
  width: 90px;
  text-align: center;
  padding: 5px 0 10px;
  font-size: 24px;
  color: #bababa;
}
.home-tabs .tabs a.active,
.home-tabs .tabs a:hover {
  color: #2F7AE1;
}
.home-tabs .tabs a.active {
  border-bottom: #2F7AE1 4px solid;
}
.home-tabs .list {
  margin-top: 10px;
  display: flex;
  /*justify-content: space-between;*/
}
.home-tabs .list .item {
  /*width: 416px;*/
  /*height: 520px;*/
  background: #fff;
  padding: 5px 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.home-tabs .list .item p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 300px;
}
.home-tabs .list .item img {
  width: 300px;
  height: 225px;
  object-fit: cover;
  margin-bottom: 14px;
  border: 1px solid #cdcdcd;
  padding: 2px;
}
.home-tabs .list .item h4 {
  position: absolute;
  height: 50px;
  line-height: 50px;
  font-size: 19px;
  color: #fff;
  width: 294px;
  margin-bottom: 0;
  margin-top: -67px;
  padding: 0 12px;
  background-color: rgba(16, 16, 16, 0.8);
  margin-left: 3px;
}
.home-tabs .list .item h4 a {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.home-tabs .list .item h4 a:hover {
  color: #2F7AE1;
}
.home-tabs .list .item p {
  font-size: 17px;
  line-height: 38px;
  margin: 0;
}
.home-tabs .list .item p span.title {
  width: 5em;
  color: rgba(16, 16, 16, 0.65);
  display: inline-block;
  text-align-last: justify;
}
.home-tabs .list .item p span.tag {
  color: #2F7AE1;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  min-width: 48px;
  height: 30px;
  background-color: rgba(47, 122, 225, 0.07);
  border-radius: 2px;
  border: 1px solid #2F7AE1;
  margin-right: 1em;
}
.home-tabs .more {
  margin-top: 10px;
  text-align: center;
}
.home-tabs .more a {
  font-size: 16px;
  color: #979797;
}
.home-entity {
  padding: 20px 0 20px 0;
}
.home-entity h3.title ul {
  padding-left: 190px;
}
.home-entity h3.title ul li a {
  display: block;
  position: relative;
  width: 100px;
  height: 40px;
  bottom: 32px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  background: #EAEFF5;
  border-radius: 2px;
  float: left;
  margin-right: 40px;
}
.home-entity h3.title ul li a.active {
  background: #2F7AE1;
  color: #fff;
}
.home-entity .col-xs-4 {
  padding-left: 30px;
  font-size: 20px;
}
.home-entity .col-xs-4 div.sub-box table {
  width: 100%;
}
.home-entity .col-xs-4 div.sub-box table th {
  font-weight: 400;
  color: rgba(16, 16, 16, 0.7);
  height: 50px;
}
.home-entity .col-xs-4 div.sub-box table td {
  font-weight: 500;
  color: #101010;
  position: relative;
}
.home-entity .col-xs-4 div.sub-box table td .progress {
  border-radius: 20px;
  height: 30px;
  position: absolute;
  width: 100%;
  margin: 0;
  top: 10px;
}
.home-entity .col-xs-4 div.sub-box table td .progress .progress-bar {
  border-radius: 20px;
  background: linear-gradient(90deg, #3892ff 0%, #2F7AE1 100%);
}
.search-banner {
  height: 200px;
  background-color: #2F7AE1;
}
.search-banner .container {
  padding: 55px 120px 0 120px;
}
.search-banner .container .search {
  font-size: 18px;
}
.search-banner .container .search .popup {
  position: absolute;
  z-index: 2;
  width: 220px;
  padding: 15px 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.04), 0px 2px 19px 0px rgba(0, 0, 0, 0.15);
  margin-top: 6px;
  border-radius: 4px;
}
.search-banner .container .search .popup::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg);
  top: -4px;
  margin-left: 145px;
}
.search-banner .container .search .popup ul.l1 a {
  font-size: 14px;
  color: #101010;
  font-weight: bold;
  margin-bottom: 15px;
}
.search-banner .container .search .popup ul.l2 {
  padding-left: 25px;
}
.search-banner .container .search .popup ul.l2 a {
  color: #303030;
  font-weight: normal;
}
.search-banner .container .search .popup ul.l3 {
  padding-left: 22px;
}
.search-banner .container .search .popup ul.l3 a {
  font-size: 12px;
}
.search-banner .container .search .popup ul a i {
  margin-right: 8px;
}
.search-banner .container .search .popup ul a:hover {
  color: #2F7AE1;
}
.search-banner .container .search .col-xs-8 {
  width: 72%;
  position: relative;
}
.search-banner .container .search .col-xs-8 button,
.search-banner .container .search .col-xs-8 input {
  font-size: 18px;
  height: 52px;
  padding: 0 25px;
}
.search-banner .container .search .col-xs-8 input {
  padding-left: 68px;
  background: #fff url(../images/ico_search.jpg) 35px 15px no-repeat;
  background-size: 21px auto;
}
.search-banner .container .search .col-xs-4 {
  width: 160px;
}
.search-banner .container .search .col-xs-4 button {
  width: 100%;
  height: 52px;
  border: none;
  color: #fff;
  background: #72A8F2;
}
.search-banner .container .search .col-xs-4 button:hover {
  background: #6797da;
}
.search-banner .container p {
  margin-top: 14px;
  line-height: 25px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.search-banner .container p span {
  color: #fff;
  display: inline-block;
  width: 58px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  margin-right: 20px;
}
.search-banner.white {
  background: none;
  height: auto;
}
.search-banner.white .container {
  padding: 0 15px 0px 15px;
}
.search-banner.white .container p {
  color: #383838;
  font-size: 22px;
}
.search-banner.white .container p span {
  background: rgba(47, 122, 225, 0.1);
  color: #2F7AE1;
  border: #2F7AE1 1px solid;
  font-size: 18px;
}
.search-banner.white .container input,
.search-banner.white .container button {
  height: 60px;
  font-size: 22px;
}
.search-banner.white .container input {
  padding-left: 60px;
  background: url(../images/ico_s.png) 1em center no-repeat;
}
.order {
  background: #F5FAFD;
  height: 68px;
  line-height: 68px;
  font-size: 18px;
  color: #383838;
}
.order span {
  margin-right: 40px;
  display: inline-block;
}
.order span.order {
  font-weight: 500;
  position: relative;
  cursor: pointer;
  padding-right: 14px;
  background: url(../images/ico_order.png) right center no-repeat;
}
.order span.order:hover,
.order span.order.active {
  color: #2F7AE1;
  background-image: url(../images/ico_order_a.png);
}
.list-content {
  padding-top: 15px;
}
.list-content .col-xs-4 h3 {
  margin-bottom: 35px;
}
.list-content .col-xs-8 .news-list {
  margin-top: -15px;
}
.list-content .col-xs-8 .news-list .news-item h4 {
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 10px;
}
.list-content .col-xs-8 .news-list .news-item h4 span.tag {
  position: absolute;
  right: 15px;
  margin-top: -4px;
  margin-right: 0px;
}
.list-content .col-xs-8 .news-list .news-item .pull-right a {
  margin-left: 10px;
}
.list-content .col-xs-8 .news-list .news-item p {
  margin: 5px 0;
}
.list-content .col-xs-8 .news-list .news-item p.text {
  height: 76px;
  margin-bottom: 20px;
}
.list-content .col-xs-8 .pager {
  padding-bottom: 60px;
}
.breadcrumb {
  font-size: 20px;
  padding: 30px 0;
  color: rgba(35, 35, 35, 0.7);
  background: none;
  margin-bottom: 0;
}
.breadcrumb a {
  color: rgba(35, 35, 35, 0.7);
}
.breadcrumb a:hover {
  color: #2F7AE1;
}
.breadcrumb i {
  margin: 0 8px;
}
.data-detail {
  position: relative;
}
.data-detail .col-xs-4 {
  padding-top: 12px;
}
.data-detail .col-xs-4 span.success::before {
  content: '';
  width: 2em;
  height: 1px;
  background: #0E9A77;
  position: absolute;
  margin-left: -2.1em;
  margin-top: 0.7em;
}
.data-detail .col-xs-8 h3.title {
  font-size: 29px;
}
.data-detail .col-xs-8 h3.title small {
  margin-top: 24px;
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.data-detail .col-xs-8 h3.title small b {
  color: #101010;
}
.data-detail .col-xs-8 h3.title small b:nth-child(1n+2) {
  margin-left: 1em;
}
.data-detail .col-xs-8 .button-box {
  position: absolute;
  top: 20px;
  right: 15px;
}
.data-detail .col-xs-8 .button-box a {
  font-size: 20px;
}
.data-detail .col-xs-8 .button-box a:nth-child(1n+2) {
  margin-left: 10px;
}
.data-detail .col-xs-8 .info {
  padding: 20px 0;
}
.data-detail .col-xs-8 .info span {
  font-size: 15px;
  margin-right: 40px;
  font-weight: normal;
  padding: 10px 0;
}
.data-detail .col-xs-8 .info span.light {
  color: #9B9B9B;
}
.data-detail .col-xs-8 .info span.pv {
  margin: 0;
  padding-left: 30px;
  background: url(../images/ico_view.png) left center no-repeat;
}
.data-detail .col-xs-8 .info span.down {
  margin: 0 0 0 40px;
  padding-left: 30px;
  background: url(../images/ico_down.png) left center no-repeat;
}
.data-detail .col-xs-8 h4 {
  font-size: 24px;
  font-weight: 500;
  color: #0A3190;
  margin: 25px 0;
}
.data-detail .col-xs-8 p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 15px;
}
.data-detail .col-xs-8 .announce {
  padding: 30px 25px;
  background-color: #F8F8F8;
  margin-bottom: 40px;
}
.data-detail .col-xs-8 .announce a.more {
  display: block;
  color: #9B9B9B;
  text-align: center;
}
.data-detail .col-xs-8 .announce a.more:hover {
  color: #2F7AE1;
}
.data-detail .col-xs-8 .link-button {
  padding: 20px 0;
}
.data-detail .col-xs-8 .link-button a.button {
  font-size: 17px;
  margin-right: 40px;
}
.data-detail .col-xs-8 > table {
  width: 100%;
  margin-bottom: 40px;
}
.data-detail .col-xs-8 > table td {
  width: 50%;
  font-size: 20px;
  height: 40px;
  color: #383838;
}
.data-detail .col-xs-8 > table td b {
  color: #101010;
}
.data-detail .col-xs-8 > table td span.tag {
  padding: 4px 10px;
  color: #47b7ff;
  border: #2F7AE1 1px solid;
  font-size: 15px;
  border-radius: 3px;
  background: rgba(47, 122, 225, 0.08);
  margin-right: 20px;
}
.data-detail .col-xs-8 .quote-box {
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
}
.data-detail .col-xs-8 .quote-box p {
  padding: 0 30px;
  font-size: 17px;
  line-height: 30px;
}
.data-detail .col-xs-8 .quote-box p.title {
  background: #FAFAFA;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  height: 60px;
  line-height: 60px;
}
.data-detail .col-xs-8 .quote-box p.title::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  background: #2F7AE1;
  margin-left: -0.8em;
  margin-top: 27px;
}
.data-detail .col-xs-8 .data-table {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 20px 15px;
}
.data-detail .col-xs-8 .data-table .search {
  margin-bottom: 15px;
  width: 100%;
}
.data-detail .col-xs-8 .data-table .search td {
  font-size: 20px;
  width: auto;
  padding: 0 5px;
}
.data-detail .col-xs-8 .data-table .search td a {
  padding: 7px 20px;
}
.data-detail .col-xs-8 .data-table .search td a.default {
  font-size: 16px;
}
.data-detail .col-xs-8 .data-table .search td a.btn {
  padding: 7px 25px;
  border-radius: 2em;
  background: #2F7AE1;
}
.data-detail .col-xs-8 .data-table .search td a.btn:hover {
  background: #2662b4;
}
.data-detail .col-xs-8 .data-table .tabs > a {
  display: inline-block;
  line-height: 50px;
  background: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-right: none;
  font-size: 17px;
  padding: 0 30px;
  color: #9EA2A8;
}
.data-detail .col-xs-8 .data-table .tabs > a:last-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0px 5px 0px 0px;
}
.data-detail .col-xs-8 .data-table .tabs > a:first-of-type {
  border-radius: 5px 0px 0px 0px;
}
.data-detail .col-xs-8 .data-table .tabs > a:hover {
  background: #fff;
}
.data-detail .col-xs-8 .data-table .tabs > a.active {
  background: #fff;
  color: #2F7AE1;
  border-bottom-color: #fff;
}
.data-detail .col-xs-8 .data-table .tabs .pull-right {
  padding-top: 15px;
}
.data-detail .col-xs-8 .data-table table.data {
  font-size: 15px;
  margin-bottom: 25px;
  width: 100%;
}
.data-detail .col-xs-8 .data-table table.data th {
  background: #FAFAFA;
  height: 55px;
  text-align: center;
  font-weight: normal;
}
.data-detail .col-xs-8 .data-table table.data td {
  height: 55px;
  text-align: center;
  width: auto;
  font-size: 15px;
}
.data-detail .col-xs-8 .data-table table.data td a {
  color: #303030;
  font-size: 15px;
}
.data-detail .col-xs-8 .data-table table.data td a:hover {
  color: #2F7AE1;
}
.data-detail .col-xs-8 .data-table .pager {
  margin-bottom: 0;
}
.data-detail .col-xs-8 .data-table .pager table {
  width: auto;
  margin-bottom: 0;
}
.data-detail .col-xs-8 .data-table .pager table td {
  width: auto;
}
.data-detail .col-xs-8 .file-table {
  margin-bottom: 40px;
}
.data-detail .col-xs-8 .file-table .file-search label {
  font-size: 20px;
  font-weight: normal;
}
.data-detail .col-xs-8 .file-table .file-search label input {
  width: 225px;
  height: 48px;
  background: #F3F5F7;
  border-radius: 5px;
  border: none;
  opacity: 0.9;
  padding-left: 28px;
}
.data-detail .col-xs-8 .file-table > table {
  width: 100%;
  margin-top: 25px;
}
.data-detail .col-xs-8 .file-table > table th {
  height: 60px;
  background: #FAFAFA;
  text-align: center;
  font-size: 20px;
  color: #676d74;
}
.data-detail .col-xs-8 .file-table > table td {
  height: 85px;
  text-align: center;
  color: #252F38;
  font-size: 20px;
  border-bottom: #ddd 1px solid;
  padding: 0 10px;
}
.data-detail .col-xs-8 .file-table > table td a.button:nth-child(n+2) {
  margin-left: 10px;
}
.data-detail .col-xs-8 .file-table .pager {
  padding-left: 15px;
  padding-right: 15px;
}
.data-detail .col-xs-8 .star-box {
  margin-top: 40px;
}
.data-detail .col-xs-8 .star-box .tabs {
  border-bottom: #ddd 1px solid;
}
.data-detail .col-xs-8 .star-box .tabs a {
  width: 180px;
  height: 42px;
  background: #EAEFF5;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  color: #000000;
  font-size: 22px;
  font-weight: 400;
}
.data-detail .col-xs-8 .star-box .tabs a:first-of-type {
  border-top-left-radius: 3px;
}
.data-detail .col-xs-8 .star-box .tabs a:last-of-type {
  border-top-right-radius: 3px;
}
.data-detail .col-xs-8 .star-box .tabs a:hover {
  color: #2F7AE1;
}
.data-detail .col-xs-8 .star-box .tabs a.active {
  background-color: #2F7AE1;
  color: #fff;
}
.data-detail .col-xs-8 .star-box .score {
  height: 60px;
  margin-top: 40px;
  background: #FAFAFA;
  font-size: 20px;
  line-height: 60px;
  padding: 0 22px;
}
.data-detail .col-xs-8 .star-box .score span {
  margin-right: 1em;
}
.data-detail .col-xs-8 .star-box .score span.total {
  color: rgba(16, 16, 16, 0.5);
}
.data-detail .col-xs-8 .star-box .score a.more {
  font-size: 17px;
  color: #9B9B9B;
}
.data-detail .col-xs-8 .star-box .score a.more:hover {
  color: #2F7AE1;
}
.data-detail .col-xs-8 .comment .item {
  padding: 30px 0 30px 0;
  border-bottom: #ddd 1px solid;
}
.data-detail .col-xs-8 .comment .item img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 48px;
  float: left;
  margin-top: -10px;
}
.data-detail .col-xs-8 .comment .item .nickname {
  width: 120px;
  padding-left: 15px;
  font-size: 17px;
  color: #666666;
  float: left;
}
.data-detail .col-xs-8 .comment .item .stars {
  width: 760px;
  float: right;
}
.data-detail .col-xs-8 .comment .item .stars p {
  color: #666666;
}
.data-detail .col-xs-8 .comment .item .stars p.gray {
  color: #999;
  font-size: 15px;
  margin-bottom: 0;
}
.data-detail .col-xs-8 .comment .item .stars i {
  font-size: 24px;
  color: #F7D443;
  margin-right: 6px;
}
.data-detail .input {
  padding: 20px 0 40px 0;
}
.data-detail .input table {
  width: 100%;
}
.data-detail .input td {
  font-size: 17px;
  color: #383838;
  vertical-align: top;
  padding-bottom: 15px;
}
.data-detail .input td i {
  font-size: 24px;
  margin-right: 6px;
  color: #DEDEDE;
}
.data-detail .input td textarea {
  background: #F6F6F6;
  border: 0;
}
.form {
  padding-bottom: 40px;
}
.form .fail-info {
  font-size: 17px;
  margin-bottom: 40px;
}
.form .fail-info th {
  color: #A6A9B1;
  font-weight: 400;
  width: 60px;
  vertical-align: top;
}
.form .fail-info p {
  line-height: 35px;
  margin-bottom: 30px;
}
.form .fail-info p a {
  margin-right: 2em;
  line-height: 1.2em;
}
.form h3.title {
  margin-top: 30px;
  margin-bottom: 40px;
}
.form h3.title p {
  font-size: 20px;
  color: #6C819D;
}
.form table.underline {
  font-size: 20px;
  margin-bottom: 40px;
}
.form table.underline th {
  height: 60px;
  background: #FAFAFA;
  color: #757a81;
}
.form table.underline td {
  height: 85px;
  padding: 0 5px;
}
.form table.underline td a {
  margin: 0 5px;
}
.form .switch-content {
  margin-bottom: 40px;
}
.form .switch-content table {
  font-size: 17px;
}
.form .switch-content table td {
  padding: 10px;
}
.form .switch-content table td input,
.form .switch-content table td select,
.form .switch-content table td textarea {
  font-size: 17px;
}
.form .purpose {
  padding-bottom: 40px;
  font-size: 17px;
}
.form .purpose p.title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
  margin-left: 14px;
}
.form .purpose p.title::before {
  width: 6px;
  height: 6px;
  background: #0753F1;
  content: '';
  position: absolute;
  margin-left: -14px;
  margin-top: 10px;
}
.form .purpose table th,
.form .purpose table td {
  padding: 8px;
  vertical-align: top;
}
.form .purpose table th {
  font-size: 20px;
  font-weight: 400;
  color: #A6A9B1;
  text-align-last: justify;
  padding-top: 6px;
}
.form .switch span {
  font-size: 17px;
  color: rgba(16, 16, 16, 0.7);
  margin-left: 1em;
}
.form .switch span b {
  color: #101010;
}
.form .switch.simple {
  margin-top: 30px;
}
.form .switch.simple a {
  border-bottom: none;
}
.form .big-button {
  padding: 20px 0 60px 0;
}
.form .big-button a {
  width: 359px;
  font-size: 20px;
  padding: 20px 0;
  display: inline-block;
  margin: 0 40px;
}
.form .steps {
  margin-bottom: 40px;
}
.form .bottom-op {
  margin-top: 40px;
  margin-bottom: 80px;
  height: 60px;
  padding: 15px;
  border: #ddd 1px solid;
  border-radius: 5px;
  font-size: 20px;
}
.form .bottom-op b {
  color: #0E9A77;
}
.form .bottom-op .pull-right {
  padding-right: 240px;
  position: relative;
}
.form .bottom-op .pull-right a {
  margin-left: 40px;
}
.form .bottom-op .pull-right a.button {
  position: absolute;
  width: 194px;
  font-size: 22px;
  height: 60px;
  margin-top: -15px;
  right: -15px;
  text-align: center;
  padding: 0;
  line-height: 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form .bottom-op > a {
  font-size: 20px;
  color: #101010;
}
.form .bottom-op > a:hover {
  color: #2F7AE1;
}
.form .success-info {
  font-size: 17px;
  padding-bottom: 30px;
}
.form .success-info img {
  margin-bottom: 30px;
}
.form .success-info a:hover {
  color: #085c47;
}
.form .bigger {
  margin-top: 30px;
}
.home-statis {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  height: 234px;
  background: url(../images/bg_statistic.png);
  background-size: cover;
  border-radius: 8px 8px 0 0;
  padding: 60px 50px 0 50px;
  color: #fff;
  font-weight: 500;
}
.home-statis p {
  font-size: 22px;
  margin-bottom: 18px;
}
.home-statis p b {
  font-size: 50px;
  font-weight: 500;
}
.filter {
  padding: 15px 30px;
  background: #F5FAFD;
}
.filter p {
  font-size: 18px;
  margin-bottom: 0;
}
.filter p a {
  height: 28px;
  background: rgba(47, 122, 225, 0.1);
  border-radius: 24px;
  color: #383838;
  display: inline-block;
  line-height: 28px;
  padding: 0 25px;
  margin-right: 60px;
}
.filter p a.active,
.filter p a:hover {
  color: #fff;
  background: #2F7AE1;
}
.home.news-list .news-item .img img {
  width: 200px;
  height: 150px;
  border: 1px solid #cdcdcd;
  padding: 2px;
}
.project-info table {
  width: 100%;
  margin-bottom: 30px;
  border: #CAE0F3 1px solid;
}
.project-info table th {
  height: 48px;
  background: #ECF0F4;
  font-size: 18px;
  color: #101010;
  font-weight: 400;
  text-align: center;
}
.project-info table td {
  height: 55px;
  font-size: 28px;
  font-weight: 500;
  color: #1279D7;
  text-align: center;
}
.project-info p.title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-left: 14px;
}
.project-info p.title::before {
  width: 6px;
  height: 6px;
  background: #0753F1;
  content: '';
  position: absolute;
  margin-left: -14px;
  margin-top: 10px;
}
.project-info .info-box {
  padding-bottom: 15px;
  font-size: 19px;
}
.project-info .info-box .row {
  padding: 5px 0;
}
.project-info .info-box .col-xs-2 span:first-of-type,
.project-info .info-box .col-xs-4 span:first-of-type,
.project-info .info-box .col-xs-6 span:first-of-type {
  color: #A6A9B1;
  display: inline-block;
  width: 5em;
  margin-right: 1em;
  text-align-last: justify;
}
.filter.white {
  background: none;
  padding-left: 0;
  padding-right: 0;
}
.filter.white a {
  margin-right: 40px;
}
h3.title a.icon {
  font-size: 22px;
  bottom: 10px;
}
.news-matrix {
  margin-left: -25px;
  margin-right: -25px;
}
.news-matrix .item {
  padding: 25px;
  height: 410px;
}
.news-matrix .item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  box-shadow: 1px 2px 8px #CCC;
  border: 1px solid #cdcdcd;
  padding: 2px;
}
.news-matrix .item h4 {
  font-size: 19px;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-matrix .item p {
  font-size: 14px;
  margin-bottom: 1em;
}
.news-matrix .item span {
  font-size: 14px;
  color: #9B9B9B;
}
.news-matrix .item span.down {
  margin: 0 0 0 40px;
  padding-left: 30px;
  background: url(../images/ico_down.png) left center no-repeat;
}

.news-matrix .item span.view {
  margin: 0 0 0 40px;
  padding-left: 30px;
  background: url(../images/ico_view.png) left center no-repeat;
  background-size: 20px 20px;
}
.news-matrix .item .btns {
  padding-top: 15px;
  display: flex;
  align-items: center;
}
.news-matrix .item .btns a {
  font-size: 16px;
  padding: 6px 10px;
  margin-left: 13px;
}


.list-menu {
  height: 52px;
  line-height: 52px;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  padding-left: 56px;
  background: #5E9AEC url(../images/ico_loc.png) 24px 14px no-repeat;
  background-size: 20px 25px;
  margin: 20px 0;
  cursor: pointer;
  position: relative;
}
.list-menu > ul {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  background: #F3F5F7;
  z-index: 99;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}
.list-menu > ul > li {
  padding-left: 60px;
  position: relative;
}
.list-menu > ul > li a {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  color: #9EA7B3;
}
.list-menu > ul > li ul {
  display: none;
  position: absolute;
  margin-left: calc(100% - 60px);
  margin-top: -48px;
  width: 240px;
  background: #F3F5F7;
}
.list-menu > ul > li ul li {
  padding-left: 40px;
}
.list-menu > ul > li ul li:hover {
  background: #D0E4F7;
}
.list-menu > ul > li ul li a {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  color: #9EA7B3;
}
.list-menu > ul > li ul li a:hover {
  color: #2F7AE1;
}
.list-menu > ul > li:hover {
  background: #D0E4F7;
}
.list-menu > ul > li:hover > a {
  color: #2F7AE1;
  font-weight: 500;
}
.list-menu > ul > li:hover ul {
  display: block;
}
.search2 {
  margin: 20px 0;
  padding-left: 100px;
}
.search2 input {
  height: 52px;
  border: 1px solid #2F7AE1;
  font-size: 18px;
  padding-left: 60px;
  background: url(../images/ico_search.jpg) 25px 16px no-repeat;
  background-size: 18px auto;
}
.search2 button {
  font-size: 18px;
  width: 130px;
  height: 52px;
  background: #2F7AE1;
}


section.main-intro {
  min-height: 660px;
}
section.main-intro .fix-menu {
  position: fixed;
  left: 0;
  top: 200px;
  width: 200px;
  background-color: #fff;
  z-index: 99;
}
section.main-intro .fix-menu .title {
  height: 76px;
  font-size: 20px;
  line-height: 76px;
  font-weight: bold;
  color: #2F7AE1;
  padding-left: 60px;
  background: #EEF5FA url(../img/aboutAs/kefu2@2x.png) 25px center no-repeat;
  background-size: 25px auto;
}
section.main-intro .leftMenu .title {
  height: 76px;
  font-size: 20px;
  line-height: 76px;
  font-weight: bold;
  color: #2F7AE1;
  padding-left: 60px;
  background: #EEF5FA url(../img/aboutAs/kefu2@2x.png) 25px center no-repeat;
  background-size: 25px auto;
}
section.main-intro .pull-left  {
  display: block;
  font-weight: bold;
  color: #383838;
  font-size: 16px;
  line-height: 52px;
  margin-top: -1px;
}
section.main-intro .fix-menu a {
  display: block;
  height: 54px;
  font-weight: bold;
  color: #383838;
  font-size: 16px;
  padding-left: 25px;
  line-height: 52px;
  border: 1px solid #EBEBEB;
  margin-top: -1px;
}
section.main-intro .fix-menu a:hover {
  color: #2F7AE1;
}
section.main-intro .fix-menu a.active {
  color: #fff;
  background: #2F7AE1;
}
section.main-intro .container {
  padding: 40px 0;
}
section.main-intro .container .img-header {
  text-align: center;
}
section.main-intro .container .img-header img {
  width: 780px;
}
section.main-intro .container .img-header .lang {
  float: right;
  height: 36px;
  font-size: 16px;
  padding: 9px 0;
  line-height: 1em;
  border: 1px solid #999999;
  border-radius: 36px;
  background: #fff;
}
section.main-intro .container .img-header .lang a {
  color: #999;
  display: inline-block;
  width: 78px;
}
section.main-intro .container .img-header .lang a:nth-of-type(n+2) {
  border-left: #999 1px solid;
}
section.main-intro .container .img-header .lang a.active {
  font-weight: bold;
  color: #2F7AE1;
}
section.main-intro .container .img-header .lang a:hover {
  color: #2F7AE1;
}
section.main-intro .container h1.title {
  color: #2F7AE1;
  font-size: 22px;
  line-height: 50px;
  border-bottom: rgba(0, 0, 0, 0.11) 1px solid;
  font-weight: bold;
  margin-bottom: 20px;
}
section.main-intro .container h1.title::before {
  content: '';
  width: 70px;
  height: 4px;
  background: #2F7AE1;
  position: absolute;
  margin-top: 47px;
}
section.main-intro .container p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 1em;
}
section.main-intro .container table.list {
  width: 100%;
  margin-bottom: 80px;
}
section.main-intro .container table.list th,
section.main-intro .container table.list td {
  height: 56px;
  border: 1px solid #EBEBEB;
  margin-top: -1px;
  padding-left: 50px;
}
section.main-intro .container table.list th {
  font-size: 20px;
  color: #2F7AE1;
  font-weight: bold;
  background: #FAFAFA url(../img/aboutAs/renwu@2x.png) 18px center no-repeat;
  background-size: 22px auto;
}
section.main-intro .container table.list td {
  font-size: 16px;
  color: #000;
  padding-left: 35px;
}
section.main-intro .container table.list td::before {
  content: '';
  background-color: #2F7AE1;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  margin-left: -16px;
  margin-top: 6px;
}
section.main-intro .container table.user-list {
  width: 100%;
}
section.main-intro .container table.user-list th,
section.main-intro .container table.user-list td {
  height: 45px;
  text-align: center;
  font-size: 12px;
  color: #333;
  border: #EBEBEB 1px solid;
}
section.main-intro .container table.user-list th.left,
section.main-intro .container table.user-list td.left {
  text-align: left;
  padding-left: 3em;
}
section.main-intro .container table.user-list th {
  background: #FAFAFA;
}
section.main-intro .container img.shadow {
  padding: 35px 92px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  margin: 35px 0;
}
section.main-intro .container .contact {
  background: #FAFAFA;
  padding: 10px 20px;
}
section.main-intro .container .contact .col-xs-10 p {
  width: 50%;
  float: left;
  font-size: 18px;
  line-height: 28px;
}
section.main-intro .container .contact .col-xs-10 p img {
  width: 24px;
  margin-right: 10px;
}
section.main-intro .container .contact .col-xs-2 p {
  font-size: 14px;
  margin-top: 6px;
}
section.main-intro.en .fix-menu .title {
  /*padding-top: 14px;*/
  line-height: 76px;
}
section.main-intro.en .container .contact {
  padding: 0;
  background: transparent;
  font-size: 18px;
}
section.main-intro.en .container .contact .title {
  padding: 10px 20px;
  background-color: #fafafa;
}
section.main-intro.en .container .contact .box {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px 20px;
  border-top: none;
  margin-bottom: 20px;
}
section.main-intro.en .container .contact .box p {
  padding-left: 36px;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: left 1px;
  font-size: 18px;
}
section.main-intro.en .container table.list td::before {
  margin-top: 8px;
}

/* 确保头部导航栏样式不会变 */
.commonHeader .top-menu .menu a {
  line-height: 60px !important;
  font-weight: normal !important;
}

/* 将搜索框与上下稍微空开一些 */
#themeSearch {
  margin: 10px 0 !important;
}

/* 项目、主题等页面的列表及详情的当前位置 */
section.breadcrumb {
  font-size: 22px;
}

/* 首页 分析平台 */
.fxptH {
  position: absolute;
  line-height: 50px;
  color: #fff;
  width: 334px;
 /* margin-left: 17px;*/
  margin-top: -50px;
  background-color: rgba(16, 16, 16, 0.8);
}

.fxptSpan {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0 12px;
  display: inline-block;
  font-size: 20px;
 /* text-align: left;*/
}

.orderOptionDiv button {
  margin: 3px 0;
}