@charset "UTF-8";
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.068);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.068);
  border: 0.1px solid rgba(45, 71, 122, 0);
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #0071c6;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2);
}

/* ::-webkit-scrollbar:window-inactive {
	width:0px;
	height: 0px;
} */
/* 设置滚动条的样式 */
:hover *,
::before,
::after,
.transition {
  transition: all 0.3s cubic-bezier(0.4, 0.8, 0.4, 1);
  -webkit-animation: all 0.3s cubic-bezier(0.4, 0.8, 0.4, 1);
          animation: all 0.3s cubic-bezier(0.4, 0.8, 0.4, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0.8, 0.4, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.8, 0.4, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0.8, 0.4, 1);
}

.layui-layer-setwin,
.layui-layer-setwin *,
*[class^='layui-layer layui-layer-tips'],
*[class^='layui-layer layui-layer-dialog'],
*[class^='layui-layer-shade'],
*[class^='layui-layer layui-layer-loading'],
*[class^='layui-layer layui-layer-page'],
*[class^='layui-layer layui-layer-iframe'] {
  transition: all 0s cubic-bezier(0.4, 0.8, 0.4, 1);
  -webkit-animation: all 0s cubic-bezier(0.4, 0.8, 0.4, 1);
          animation: all 0s cubic-bezier(0.4, 0.8, 0.4, 1);
  -moz-transition: all 0s cubic-bezier(0.4, 0.8, 0.4, 1);
  -webkit-transition: all 0s cubic-bezier(0.4, 0.8, 0.4, 1);
  -o-transition: all 0s cubic-bezier(0.4, 0.8, 0.4, 1);
}

*,
::after,
::before {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}

/*包含以下四种的链接*/
a {
  text-decoration: none;
}

/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}

/* 正在点击的链接*/
a:active {
  text-decoration: none;
}

*:focus {
  outline: none;
}

html * {
  line-height: 100%;
}

body {
  min-width: 1200px;
}

.clear {
  overflow: auto;
}

.clear::before {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.display-none {
  display: none;
}

em,
i,
u {
  font-style: normal;
}

.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.w {
  width: 1200px;
  min-width: 320px;
  margin: 0 auto;
}

.title-one {
  width: 100%;
  text-align: center;
  height: 140px;
  padding-top: 50px;
}

.title-one > p:nth-child(1) {
  font-size: 24px;
  padding-bottom: 10px;
}

.title-one > p:nth-child(1) .before,
.title-one > p:nth-child(1) .after {
  max-width: 270px;
  width: 275px;
  height: 33px;
  display: inline-block;
  vertical-align: text-top;
  background-image: url(../images/icon-title-left.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.title-one > p:nth-child(1) .before {
  right: 20px;
}

.title-one > p:nth-child(1) .after {
  left: 20px;
  content: '';
  background-image: url(../images/icon-title-right.png);
  background-position: left center;
}

.title-one > p:nth-child(1) em {
  color: #333;
}

.title-one > p:nth-child(1) span {
  font-weight: bold;
  color: #0071c6;
  text-transform: uppercase;
}

.title-one > p:nth-child(1) em::after {
  content: '';
  height: 15px;
  margin-left: 4px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  border-right: 2px solid #bdbdbd;
}

.title-one > p:nth-child(2) {
  color: #999;
}

#searchView {
  margin: 2em;
}

#searchView ._content {
  border: 1px solid #2684ca;
  font-size: 0;
  overflow: hidden;
  border-radius: 3px;
  background-color: #2684ca;
}

#searchView ._content input {
  background-color: #fff;
  height: 2.5em;
  border: 0;
  padding: 0 0 0 1em;
}

#searchView ._content input[type='submit'] {
  width: 5em;
  padding: 0;
  background-color: #2684ca;
  color: #fff;
}

.header {
  height: 100px;
  padding: 20px 0;
  background-color: #fff;
}

.header .w {
  font-size: 0;
}

.header .w .moble-button,
.header .w .moble {
  display: none;
}

.header .w > div {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.header .logo._neiwang {
  width: 100%;
}

.header .logo img {
  width: 456px;
  margin: 0;
}

.header .login_lianxi {
  font-size: 16px;
  padding-left: 15px;
  margin: auto 0;
  border-left: 3px solid #0071c6;
}

.header .language {
  text-align: right;
  font-size: 14px;
}

.header .language p {
  font-size: 16px;
}

.header .language p a {
  padding: 0 10px;
  color: #999;
}

.header .language p a + a {
  border-left: 1px solid #dbdbdb;
}

.header .language p a:last-child {
  padding-right: 0;
}

.header .moble {
  display: none;
}

.nav-bar {
  height: 60px;
  background-color: #0071c6;
}

.nav-bar ul {
  font-size: 0;
}

.nav-bar ul li {
  height: 100%;
  font-size: 16px;
  width: 12.5%;
  display: inline-block;
}

.nav-bar ul li a {
  display: block;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.nav-bar ul li:hover,
.nav-bar ul li.active {
  background-color: #2684ca;
}

.banner {
  overflow: hidden;
}

.banner a {
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
}

.banner a img {
  width: 100%;
}

.banner .swiper-pagination {
  bottom: 40px !important;
}

.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  background: #2684ca;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.business-content {
  font-size: 0;
  padding-bottom: 60px;
}

.business-content > * {
  display: inline-block;
  vertical-align: text-top;
  width: 393.33px;
  padding: 56px 14px 0;
  margin-right: 10px;
  margin-top: 10px;
  height: 230px;
  background: #f3f3f3;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

.business-content > *:nth-child(3n) {
  margin-right: 0;
}

.business-content > *:hover {
  background-image: url(attr(data-image));
  background-image: url(../images/business-hover-bg.png);
}

.business-content > *:hover p {
  color: #fff;
}

.business-content > * p {
  padding-top: 30px;
  color: #666666;
}

.advantage {
  height: 580px;
  background: url(../images/advantage-bg.png) center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.advantage .w .right .content > * {
  vertical-align: text-top;
  color: #fff;
}

.advantage .w {
  font-size: 0;
  padding-top: 60px;
  color: #fff;
}

.advantage .w .left,
.advantage .w .right {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}

.advantage .w .left {
  width: 150px;
  padding: 19px;
  height: 230px;
  background: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}

.advantage .w .left > p:first-child {
  line-height: 160%;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.advantage .w .left > p:last-child {
  letter-spacing: 0.6em;
  font-weight: bold;
}

.advantage .w .right {
  padding-left: 90px;
  width: calc(100% - 150px);
}

.advantage .w .right .content {
  font-size: 0;
}

.advantage .w .right .content > * {
  display: inline-block;
  height: 240px;
  cursor: pointer;
  width: 225px;
  margin-right: 140px;
}

.advantage .w .right .content > *:nth-child(3n) {
  margin-right: 0;
}

.advantage .w .right .content > *:hover p:first-child::before {
  width: 100%;
}

.advantage .w .right .content > * > p {
  font-size: 14px;
  font-weight: bold;
}

.advantage .w .right .content > * > p:first-child {
  padding-bottom: 20px;
  line-height: 100%;
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

.advantage .w .right .content > * > p:first-child::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #0071c6;
  z-index: 10;
}

.advantage .w .right .content > * > i {
  margin: 25px 0;
}

.news .left {
  padding-right: 10px;
}

.news .left .title-img {
  width: 590px;
  height: 320px;
  overflow: hidden;
}

.news .left .title-img img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.news .left:hover img {
  top: -2%;
  left: -2%;
  width: 104%;
  height: 104%;
}

.news .left:hover .news-card .time em,
.news .left:hover .news-card .time span,
.news .left:hover .news-card .val > p:first-child {
  color: #2684ca;
}

.news .right {
  padding-left: 10px;
}

.news .right .news-card {
  margin-bottom: 20px;
}

.news .right .news-card:last-child {
  margin-bottom: 0;
}

.news .tab {
  padding-bottom: 30px;
}

.news .tab ul {
  text-align: center;
  font-size: 0;
}

.news .tab ul li {
  display: inline-block;
}

.news .tab ul li:hover, .news .tab ul li.active {
  color: #fff;
  background-color: #0071c6;
  border-color: #0071c6;
}

.news .tab ul li:hover a, .news .tab ul li.active a {
  color: #fff;
}

.news .tab ul li + li {
  margin-left: 20px;
}

.news .tab ul li a {
  display: block;
  width: 130px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #333;
  border: 1px solid #999;
}

.news .content {
  font-size: 0;
}

.news .content .left,
.news .content .right {
  display: inline-block;
  width: 50%;
  vertical-align: text-top;
}

.news .content .right > *:first-child {
  display: none;
}

.news .content .news-card {
  display: block;
  background-color: #f6f6f6;
  height: 140px;
  width: 100%;
  padding: 25px 35px 35px 25px;
  color: #999;
}

.news .content .news-card .time,
.news .content .news-card .val,
.news .content .news-card .arrow {
  display: inline-block;
  vertical-align: text-top;
  height: 80px;
}

.news .content .news-card .time {
  text-align: center;
  font-weight: bold;
}

.news .content .news-card .time em {
  display: block;
  font-size: 56px;
  padding-bottom: 10px;
}

.news .content .news-card .time span {
  font-size: 16px;
}

.news .content .news-card .val {
  width: 370px;
  padding-left: 25px;
  margin-left: 25px;
  border-left: 1px solid #d5d5d5;
}

.news .content .news-card .val > p:first-child {
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  color: #333;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news .content .news-card .val > p:last-child {
  font-size: 14px;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .content .news-card .arrow {
  padding: 22px 0 22px 20px;
}

.news .content .news-card:hover .time em,
.news .content .news-card:hover .time span,
.news .content .news-card:hover .val > p:first-child {
  color: #2684ca;
}

.projectSwiper {
  overflow: hidden;
  width: 100vw;
  min-width: 1200px;
}

.projectSwiper .swiper-slide {
  height: 26.666vw;
  min-height: 320px;
}

.projectSwiper .swiper-slide > a {
  display: block;
  border-bottom: 1px solid #f2f2f2;
}

.projectSwiper .swiper-slide > a > div:first-child {
  overflow: hidden;
  height: calc(26.666vw - 100px);
  min-height: 220px;
}

.projectSwiper .swiper-slide > a > div:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.projectSwiper .swiper-slide > a > div:first-child img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
}

.projectSwiper .swiper-slide > a > div:nth-child(2) {
  text-align: center;
  height: 99px;
  left: -0.5px;
  background: #f2f2f2;
  padding-top: 30px;
}

.projectSwiper .swiper-slide > a > div:nth-child(2) > p:nth-child(1) {
  color: #333;
  margin-bottom: 10px;
}

.projectSwiper .swiper-slide > a > div:nth-child(2) > p:nth-child(2) {
  color: #666;
  text-transform: uppercase;
}

.projectSwiper .swiper-slide > a:hover {
  border-color: #2684ca;
}

.projectSwiper .swiper-slide > a:hover > div:first-child::before {
  background-color: rgba(255, 255, 255, 0.1);
}

.projectSwiper .swiper-slide > a:hover > div:first-child img {
  height: 106%;
}

.projectSwiper .swiper-slide > a:hover > div:nth-child(2) {
  background-color: #fff;
}

.projectSwiper .swiper-slide > a:hover > div:nth-child(2) > p {
  color: #2684ca;
}

.projectSwiper .swiper-slide + .swiper-slide > a > div:nth-child(2) {
  border-left: 1px solid #dadada;
}

.projectSwiper .swiper-button-left,
.projectSwiper .swiper-button-right {
  width: 30px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 10;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 20px 9.5px;
  cursor: pointer;
}

.projectSwiper .swiper-button-left:hover,
.projectSwiper .swiper-button-right:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.projectSwiper .swiper-button-right {
  left: initial;
  right: 0;
}

.cooperative {
  padding-bottom: 60px;
}

.cooperative .content > * {
  font-size: 0;
}

.cooperative .content > * + * {
  margin-top: 20px;
}

.cooperative .content > * > * {
  display: inline-block;
  vertical-align: text-top;
  width: calc(100% / 5 - 80px / 5);
  text-align: center;
  height: 140px;
  border: 1px solid #d5d5d5;
  padding-top: 15px;
  font-size: 14px;
  margin-top: 20px;
  margin-right: 20px;
}

.cooperative .content > * > *:nth-child(5n) {
  margin-right: 0;
}

.cooperative .content > * > * img {
  max-height: 55px;
  max-width: 185px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cooperative .content > * > * p {
  padding-top: 10px;
}

.cooperative .more {
  text-align: center;
}

.cooperative .more > a {
  width: 130px;
  height: 50px !important;
  line-height: 50px;
  padding: 0;
  border: 1px solid #d5d5d5;
  color: #666;
  display: inline-block;
}

.footer-moble {
  display: none;
}

.footer {
  background: #666;
}

.footer .innr-view {
  min-height: 210px;
  padding-top: 35px;
  padding-bottom: 20px;
}

.footer .innr-view > * {
  font-size: 0;
}

.footer .innr-view .innr,
.footer .innr-view .innr-right {
  display: inline-block;
  vertical-align: text-top;
}

.footer .innr-view .innr {
  width: 830px;
}

.footer .innr-view .innr ul {
  font-size: 0;
}

.footer .innr-view .innr ul li {
  display: inline-block;
  vertical-align: text-top;
  width: 115px;
  font-size: 14px;
}

.footer .innr-view .innr ul li > *:first-child {
  font-size: 16px;
  color: #fff;
  padding-bottom: 10px;
}

.footer .innr-view .innr ul li > * + * {
  padding-top: 10px;
}

.footer .innr-view .innr ul li a {
  color: #ccc;
}

.footer .innr-view .innr-right {
  width: 370px;
  font-size: 0;
}

.footer .innr-view .innr-right .left,
.footer .innr-view .innr-right .right {
  display: inline-block;
  vertical-align: text-top;
}

.footer .innr-view .innr-right .left {
  width: 115px;
  height: 115px;
}

.footer .innr-view .innr-right .left img {
  width: 100%;
  height: 100%;
}

.footer .innr-view .innr-right .right {
  width: 255px;
  padding-left: 15px;
}

.footer .innr-view .innr-right .right p {
  font-size: 14px;
  color: #fff;
}

.footer .innr-view .innr-right .right p + p {
  padding-top: 17px;
}

.footer .copyright {
  border-top: 1px solid #777;
}

.footer .copyright p {
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 0;
  color: #ccc;
}

.footer .copyright p > span {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.footer .copyright p > span * {
  color: #ccc;
}

.footer .copyright p > span a:hover {
  color: #fff;
}

.footer .copyright p > span + span {
  padding-left: 10px;
}

.footer2 {
  height: 220px;
  width: 100%;
  background: #222;
}

.footer2 .w {
  font-size: 0px;
}

.footer2 .w * {
  font-size: 14px;
  color: #fff;
}

.footer2 .left,
.footer2 .center,
.footer2 .right {
  display: inline-block;
  vertical-align: text-top;
}

.footer2 .left {
  width: 275px;
  margin-top: 35px;
  text-align: center;
  border-right: 1px solid #444;
  height: 160px;
}

.footer2 .left .bottom-logo {
  margin: auto;
  margin-bottom: 20px;
}

.footer2 .center {
  padding-left: 40px;
  width: 810px;
  padding-right: 140px;
}

.footer2 .center a:hover {
  color: #2684ca;
}

.footer2 .center .top {
  height: 55px;
}

.footer2 .center .top > * {
  font-size: 0;
  border-bottom: 1px solid #444;
}

.footer2 .center .top > * > * {
  text-align: center;
  line-height: 55px;
  display: inline-block;
  width: calc(100% / 6);
}

.footer2 .center .top > * > *:first-child {
  text-align: left;
}

.footer2 .center .top > * > *:last-child {
  text-align: right;
}

.footer2 .center .middle {
  padding: 25px 0;
}

.footer2 .center .middle i {
  margin-right: 20px;
}

.footer2 .center .middle > * span + span {
  padding-left: 20px;
}

.footer2 .center .middle > * + * {
  padding-top: 20px;
}

.footer2 .center .bottom {
  border-top: 1px solid #444;
  padding-top: 10px;
}

.footer2 .center .bottom * {
  font-size: 12px;
  color: #999;
}

.footer2 .center .bottom span {
  padding-left: 10px;
}

.footer2 .right {
  width: 115px;
  padding-top: 55px;
}

.footer2 .right img {
  width: 100%;
  height: 100%;
}

.son-banner {
  height: 250px;
  background: url(../images/son-banner.png) no-repeat center center;
  text-align: center;
  padding-top: 95px;
}

.son-banner > * {
  height: 100%;
}

.son-banner .title > p {
  line-height: 26px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}

.son-banner .title > p > span > em {
  background: #2684ca;
  padding: 4px 4px;
  margin: 0 3px;
}

.son-banner .title > p > span:first-child {
  padding-right: 35px;
}

.son-banner .title > p > span:first-child::after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  background-color: #fff;
  border-radius: 100%;
}

.son-banner .bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.son-banner .bar ul {
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.9);
}

.son-banner .bar ul li {
  width: 100%;
}

.son-banner .bar ul li + li {
  border-left: 1px solid #fff;
}

.son-banner .bar ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #666;
}

.son-banner .bar ul li a:hover, .son-banner .bar ul li a.active {
  color: #fff;
  background: #2684ca;
}

.content {
  padding-bottom: 60px;
}

.cc-page {
  text-align: center;
  font-size: 0;
}

.cc-page > * {
  font-size: 14px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 30px;
  overflow: hidden;
  background: #eee;
}

.cc-page > * + * {
  margin-left: 5px;
}

.cc-page > *.more::before {
  content: '···';
  letter-spacing: -2px;
  left: -1px;
}

.cc-page > *.more, .cc-page > *.active, .cc-page > *.currentpage {
  cursor: initial;
}

.cc-page > *:hover, .cc-page > *.active, .cc-page > *.currentpage {
  background-color: #2684ca;
  color: #fff;
}

.cc-page > *.more:hover {
  background: #eee;
  color: #666;
}

.quality-list {
  padding-bottom: 20px;
}

.quality-list ul::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 25px;
  bottom: 0;
  border-left: 1px solid #ccc;
}

.quality-list ul li {
  margin-left: 30px;
  min-height: 50px;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 15px;
  -webkit-box-shadow: 1px 1px 1px 1px #d5d5d5;
          box-shadow: 1px 1px 1px 1px #d5d5d5;
}

.quality-list ul li + li {
  margin-top: 30px;
}

.quality-list ul li a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 130%;
  font-size: 16px;
  color: #666;
}

.quality-list ul li a span {
  display: inline-block;
  width: calc(100% - 3em);
}

.quality-list ul li a em {
  float: right;
}

.quality-list ul li::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 20px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #ccc;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #ccc;
          box-shadow: 0 0 0 1px #ccc;
}

.quality-list ul li::after {
  content: '';
  position: absolute;
  left: -7px;
  top: 17px;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #f2f2f2;
  z-index: -1;
  -webkit-box-shadow: 1px 1px 1px 1px #d5d5d5;
          box-shadow: 1px 1px 1px 1px #d5d5d5;
}

.quality-list ul li:hover::before {
  background: #0071c6;
  -webkit-box-shadow: 0 0 0 1px #0071c6;
          box-shadow: 0 0 0 1px #0071c6;
}

.quality-list ul li:hover span,
.quality-list ul li:hover em {
  color: #2684ca;
}

.profile-view {
  padding-bottom: 40px;
}

.profile-view > * {
  font-size: 0;
}

.profile-view .imgs,
.profile-view .fonts {
  padding-top: 40px;
  display: inline-block;
  vertical-align: text-top;
}

.profile-view .imgs {
  width: 530px;
  height: 355px;
  padding-left: 40px;
}

.profile-view .imgs .left-font {
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0 40px;
          transform-origin: 0 40px;
}

.profile-view .imgs .left-font p {
  text-transform: uppercase;
  line-height: 40px;
  color: #d6d6d6;
}

.profile-view .imgs .left-font p::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  left: 5px;
  top: -1px;
  width: 60px;
  border-top: 1px solid #d6d6d6;
}

.profile-view .imgs::before {
  content: '';
  width: 50vw;
  height: 310px;
  position: absolute;
  top: 0;
  right: 60px;
  background: #f2f2f2;
}

.profile-view .imgs .swipe-view {
  overflow: hidden;
}

.profile-view .imgs img {
  width: 490px;
  height: 315px;
}

.profile-view .imgs .swiper-pagination {
  text-align: right;
  position: absolute;
  top: 0;
  right: 60px;
  padding-right: 10px;
}

.profile-view .imgs .swiper-pagination span {
  width: auto;
  height: auto;
  display: inline-block;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  opacity: 1;
}

.profile-view .imgs .swiper-pagination span + span {
  margin-left: 20px;
}

.profile-view .imgs .swiper-pagination span.swiper-pagination-bullet {
  color: #666;
}

.profile-view .imgs .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #2684ca;
}

.profile-view .fonts {
  margin-top: 30px;
  padding-top: 0;
  font-size: 18px;
  max-height: 325px;
  width: 670px;
  padding-left: 30px;
  overflow: auto;
}

.profile-view .fonts .val {
  line-height: 200%;
  text-indent: 2em;
  padding-right: 20px;
  font-size: 18px;
}

.dsj {
  background: url(../images/dashiji-bg.png) no-repeat center center;
  height: 315px;
  width: 100%;
  padding-top: 25px;
}

.dsj .title {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.dsj .dsj-box {
  width: 100%;
  margin-top: 35px;
}

.dsj .dsj-box .year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dsj .dsj-box .year::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  border-bottom: 1px solid #fff;
}

.dsj .dsj-box .year li {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding-bottom: 28px;
  cursor: pointer;
  width: 100%;
  margin: 0 10px;
  z-index: 1;
}

.dsj .dsj-box .year li::after {
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}

.dsj .dsj-box .dsj-val {
  padding-top: 20px;
}

.dsj .dsj-box .dsj-val .point {
  position: absolute;
  top: -11px;
  left: 20%;
  height: 32px;
  display: none;
  z-index: 10;
}

.dsj .dsj-box .dsj-val .point::before {
  content: '';
  width: 11px;
  height: 11px;
  background-color: #000;
  border: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
}

.dsj .dsj-box .dsj-val .point::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  border: 7px solid transparent;
  border-bottom-color: #fff;
  display: inline-block;
}

.dsj .dsj-box .dsj-val .fonts {
  width: 100%;
  height: 95px;
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 30px;
}

.dsj .dsj-box .dsj-val .fonts > * {
  line-height: 140%;
  font-size: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dsj .dsj-box .dsj-val .buttons {
  text-align: center;
  padding-top: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.dsj .dsj-box .dsj-val .buttons .button-left,
.dsj .dsj-box .dsj-val .buttons .button-right {
  width: 30px;
  cursor: pointer;
}

.dsj .dsj-box .dsj-val .button-right {
  margin-left: 50px;
}

.news-view {
  padding-bottom: 40px;
}

.news-view .news-cards {
  height: 160px;
  padding: 20px 0;
  border: 1px dashed #dfdfdf;
  border-left: 0;
  border-right: 0;
  color: #333;
  display: block;
  font-size: 0;
}

.news-view .news-cards + .news-cards {
  border-top: 0;
}

.news-view .news-cards .left,
.news-view .news-cards .middle,
.news-view .news-cards .right {
  display: inline-block;
  vertical-align: text-top;
}

.news-view .news-cards .left {
  width: 15%;
  overflow: hidden;
  max-height: 120px;
}

.news-view .news-cards .left img {
  height: 100%;
  width: 100%;
}

.news-view .news-cards:hover .left img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.news-view .news-cards .middle {
  width: 78.75%;
  padding: 10px 50px 0 20px;
}

.news-view .news-cards .middle .title {
  line-height: 160%;
  font-size: 16px;
  padding-bottom: 10px;
}

.news-view .news-cards .middle .val {
  font-size: 14px;
  line-height: 150%;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-view .news-cards .right {
  width: 6.25%;
}

.news-view .news-cards .right .days {
  margin-top: 20px;
  height: 80px;
  width: 100%;
  text-align: center;
  border: 1px solid #999;
}

.news-view .news-cards .right .days .hm {
  font-size: 14px;
  background: #999;
  color: #fff;
  line-height: 24px;
  height: 24px;
}

.news-view .news-cards .right .days .d {
  font-size: 36px;
  line-height: 54px;
  color: #999;
}

.news-view .news-cards:hover .middle .title,
.news-view .news-cards:hover .right .d {
  color: #2684ca;
}

.news-view .news-cards:hover .right .days {
  border-color: #2684ca;
}

.news-view .news-cards:hover .right .hm {
  background-color: #2684ca;
}

.news-detail {
  padding-top: 40px;
}

.news-detail .detail-title,
.news-detail .detail-remark {
  text-align: center;
}

.news-detail .detail-title {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #999;
}

.news-detail .detail-remark {
  color: #999;
  padding: 20px;
}

.news-detail .detail-remark span {
  display: inline-block;
  vertical-align: text-top;
}

.news-detail .detail-remark span + span {
  padding-left: 20px;
}

.news-detail .detail-val {
  line-height: 180%;
  font-size: 18px;
  color: #555;
}

.news-detail .detail-val * {
  line-height: 180%;
  font-size: 18px;
}

.news-detail .detail-val img {
  max-width: 100%;
}

.majors-view {
  padding-bottom: 40px;
}

.majors-view .majors-val {
  font-size: 0;
}

.majors-view .majors-val .majors-card {
  text-align: center;
  display: inline-block;
  margin: 22.5px 22.5px 0 0;
  width: 385px;
  height: 100px;
  background: #f2f2f2;
}

.majors-view .majors-val .majors-card:nth-child(3n) {
  margin-right: 0;
}

.majors-view .majors-val .majors-card > * {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.majors-view .majors-val .majors-card:hover * {
  color: #2684ca !important;
}

.majors-view .majors-val .majors-card .t {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  display: block;
}

.majors-view .majors-val .majors-card .t2 {
  display: block;
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}

.project-view {
  padding-bottom: 40px;
}

.project-view .project-val {
  font-size: 0;
}

.project-view .project-val .project-card {
  text-align: center;
  display: inline-block;
  margin: 22.5px 22.5px 0 0;
  width: 385px;
  overflow: hidden;
}

.project-view .project-val .project-card:nth-child(3n) {
  margin-right: 0;
}

.project-view .project-val .project-card img {
  max-width: 100%;
  max-height: 100%;
}

.project-view .project-val .project-card .font {
  width: 100%;
  height: 100px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-top: 0;
}

.project-view .project-val .project-card .font > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.project-view .project-val .project-card .font .t {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  display: block;
}

.project-view .project-val .project-card .font .t2 {
  display: block;
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}

.project-view .project-val .project-card:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.project-view .project-val .project-card:hover .font {
  background: #fff;
  border-color: #dadada;
  border-bottom-color: #2684ca;
}

.project-view .project-val .project-card:hover .t,
.project-view .project-val .project-card:hover .t2 {
  color: #2684ca;
}

.project-view.new .project-val {
  font-size: 0;
}

.project-view.new .project-val .project-card {
  width: 222px;
  height: auto;
}

.project-view.new .project-val .project-card .imgs {
  height: 140px;
  padding: 3%;
  background: #f7f7f7;
}

.project-view.new .project-val .project-card .imgs img {
  max-width: 98%;
  max-height: 98%;
}

.project-view.new .project-val .project-card .imgs > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.project-view.new .project-val .project-card .font {
  height: 4em;
  overflow: hidden;
  font-size: 14px;
}

.project-view.new .project-val .project-card .font * {
  font-size: 14px;
  margin: 0;
  width: 95%;
  max-height: 3em;
  line-height: 150%;
  display: block;
  overflow: hidden;
}

.project-view.new .project-val .project-card:nth-child(3n) {
  margin-right: 22.5px;
}

.project-view.new .project-val .project-card:nth-child(5n) {
  margin-right: 0;
}

.project-view.new .project-val .project-card:hover .imgs {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.advantage-view .adv-val {
  font-size: 0;
  padding: 0 75px;
}

.advantage-view .adv-val .adv-card {
  display: inline-block;
  width: 230px;
  margin-top: 50px;
  margin-right: 180px;
  height: 200px;
}

.advantage-view .adv-val .adv-card:nth-child(3n) {
  margin-right: 0;
}

.advantage-view .adv-val .adv-card .t {
  padding-bottom: 20px;
  line-height: 100%;
  font-size: 10px;
  color: #888;
  text-transform: uppercase;
  border-bottom: 1px solid #cdcdcd;
}

.advantage-view .adv-val .adv-card .t::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #0071c6;
  z-index: 10;
}

.advantage-view .adv-val .adv-card i {
  margin: 30px 0;
}

.advantage-view .adv-val .adv-card .v {
  color: #888;
}

.advantage-view .adv-val .adv-card:hover .t {
  color: #2684ca;
}

.advantage-view .adv-val .adv-card:hover .t::before {
  width: 100%;
}

.advantage-view .adv-val .adv-card:hover .v {
  color: #2684ca;
}

.know-view {
  padding-bottom: 40px;
}

.know-view .know-val .know-card {
  border: 1px dashed #dfdfdf;
  border-left: 0;
  border-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.know-view .know-val .know-card + .know-card {
  border-top: 0;
}

.know-view .know-val .know-card .l {
  width: 100%;
}

.know-view .know-val .know-card .l .t {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.know-view .know-val .know-card .l .v {
  color: #999;
}

.know-view .know-val .know-card .r {
  width: 65px;
  margin: auto;
}

.know-view .know-val .know-card .r a {
  width: 65px;
  line-height: 25px;
  height: 25px;
  display: block;
  text-align: center;
  color: #fff;
  background: #b7b7b7;
  border-radius: 25px;
}

.know-view .know-val .know-card .r a:hover {
  background: #2684ca;
}

.enterprise-view {
  padding-bottom: 20px;
}

.enterprise-view .ent-val ul li {
  margin-left: 6px;
  padding-left: 34px;
  border-left: 1px solid #d5d5d5;
  padding-bottom: 50px;
}

.enterprise-view .ent-val ul li:last-child {
  padding-bottom: 0;
}

.enterprise-view .ent-val ul li::before {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  top: 2.5px;
  left: -7px;
  border-radius: 100%;
  background-color: #0071c6;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0px 2px #0071c6;
          box-shadow: 0 0 0px 2px #0071c6;
}

.enterprise-view .ent-val ul li:first-child div {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}

.enterprise-view .ent-val ul li div {
  line-height: 180%;
  font-size: 18px;
}

.enterprise-view .ent-val ul li em {
  padding-bottom: 15px;
  color: #0071c6;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.talent-view {
  padding-bottom: 20px;
}

.talent-view .talent-val .t {
  line-height: 180%;
  color: #333;
}

.talent-view .talent-val .t * {
  line-height: 180%;
  font-size: 18px;
}

.talent-view .talent-val .b {
  font-size: 0;
}

.talent-view .talent-val .b img {
  display: inline-block;
  width: 585px;
  margin-top: 30px;
}

.talent-view .talent-val .b img:nth-child(odd) {
  margin-right: 30px;
}

.invite-view {
  padding-bottom: 40px;
}

.invite-view .invite-val ul li {
  min-height: 50px;
  margin-bottom: 20px;
  overflow: hidden;
}

.invite-view .invite-val ul li:last-child {
  margin-bottom: 0;
}

.invite-view .invite-val ul li .order {
  font-size: 16px;
  padding: 0 30px;
  line-height: 50px;
  height: 50px;
  background: #f3f3f3;
  color: #666;
  cursor: pointer;
}

.invite-view .invite-val ul li .order i {
  position: absolute;
  display: block;
  margin: auto;
  top: 12.5px;
  right: 20px;
}

.invite-view .invite-val ul li .interior {
  padding: 0 30px;
  display: none;
  overflow: hidden;
}

.invite-view .invite-val ul li .interior .v {
  line-height: 180%;
}

.invite-view .invite-val ul li .t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  border-bottom: 1px solid #ccc;
}

.invite-view .invite-val ul li .t > * {
  width: 100%;
  line-height: 50px;
}

.invite-view .invite-val ul li .t > *:nth-child(1) {
  text-align: left;
}

.invite-view .invite-val ul li .t > *:nth-child(2) {
  text-align: center;
}

.invite-view .invite-val ul li .t > *:nth-child(3) {
  text-align: right;
}

.invite-view .invite-val ul li .v {
  padding: 20px 0;
}

.invite-view .invite-val ul li .v img {
  max-width: 100%;
}

.invite-view .invite-val ul li:hover .order {
  background: #2684ca;
  color: #fff;
}

.invite-view .invite-val ul li:hover .cc.cc-circle-arrow {
  background-image: url(../images/icon-arrow-circle-o.png);
}

.invite-view .invite-val ul li.active {
  -webkit-box-shadow: 0 2px 5px 0 #ccc;
          box-shadow: 0 2px 5px 0 #ccc;
}

.invite-view .invite-val ul li.active .order {
  background: #2684ca;
  color: #fff;
}

.invite-view .invite-val ul li.active .interior {
  display: block;
}

.invite-view .invite-val ul li.active .cc.cc-circle-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url(../images/icon-arrow-circle-o.png);
}

.history-view .his-top {
  margin: 0 auto;
  max-width: 850px;
}

.history-view .his-top .button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background: #bbb;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}

.history-view .his-top .button:hover {
  background: #0071c6;
}

.history-view .his-top .button em {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  display: inline-block;
}

.history-view .his-top .button.l {
  left: -15px;
}

.history-view .his-top .button.l em {
  left: -1px;
}

.history-view .his-top .button.r {
  right: -15px;
}

.history-view .his-top .allYear {
  text-align: center;
  height: 90px;
  background: url(../images/ry_bg.jpg) repeat-x center center;
  overflow: hidden;
}

.history-view .his-top .allYear .showThis {
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 9;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 2px solid #0071c6;
  background: #fff;
}

.history-view .his-top .allYear .showThis .arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border: 5px solid transparent;
  border-top: 9px solid #0071c6;
}

.history-view .his-top .allYear .showThis .thisYear {
  display: block;
  line-height: 70px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #0071c6;
  font-size: 16px;
}

.history-view .his-top .allYear .showAll {
  position: absolute;
  bottom: 15px;
  margin-left: 44%;
  width: 1000px;
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.history-view .his-top .allYear .showAll .active {
  opacity: 0;
}

.history-view .his-top .allYear .showAll > * {
  font-size: 14px;
  cursor: pointer;
  width: 100px;
  display: inline-block;
}

.history-view .his-view .his-cards .inCard {
  padding-top: 40px;
  min-height: 200px;
  display: none;
}

.history-view .his-view .his-cards .inCard::before {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.history-view .his-view .his-cards .inCard::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  border-left: 1px dashed #ccc;
  z-index: -1;
}

.history-view .his-view .his-cards .inCard li {
  min-height: 50px;
  font-size: 0;
  padding-bottom: 30px;
  overflow: auto;
}

.history-view .his-view .his-cards .inCard li .moreButton {
  margin: 0 auto;
  display: block;
  width: 160px;
  height: 50px;
  font-size: 16px;
  color: #49c9af;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  cursor: pointer;
}

.history-view .his-view .his-cards .inCard li::before {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.history-view .his-view .his-cards .inCard li:last-child {
  background-color: #fff;
}

.history-view .his-view .his-cards .inCard li .one,
.history-view .his-view .his-cards .inCard li .two {
  display: inline-block;
  vertical-align: text-top;
  width: 50%;
  height: 100%;
}

.history-view .his-view .his-cards .inCard li .two .t {
  font-size: 16px;
  padding-bottom: 15px;
  color: #333;
}

.history-view .his-view .his-cards .inCard li .two .v {
  font-size: 14px;
  line-height: 150%;
  color: #666;
}

.history-view .his-view .his-cards .inCard li img {
  max-height: 230px;
}

.history-view .his-view .his-cards .inCard li .day {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background: #0071c6;
  border-radius: 25px;
  font-size: 12px;
  z-index: 9;
}

.history-view .his-view .his-cards .inCard li .day::before, .history-view .his-view .his-cards .inCard li .day::after {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  border: 3px solid #fff;
  border-radius: 100%;
  background: #0071c6;
}

.history-view .his-view .his-cards .inCard li:nth-child(odd) .one {
  text-align: right;
  padding-right: 90px;
}

.history-view .his-view .his-cards .inCard li:nth-child(odd) .two {
  text-align: left;
  padding: 110px 0 0 125px;
}

.history-view .his-view .his-cards .inCard li:nth-child(odd) .day {
  left: calc(50% - 12.5px);
  padding-left: 5px;
}

.history-view .his-view .his-cards .inCard li:nth-child(odd) .day::before {
  content: '';
  margin-right: 5px;
}

.history-view .his-view .his-cards .inCard li:nth-child(even) .one {
  float: right;
  padding-left: 90px;
}

.history-view .his-view .his-cards .inCard li:nth-child(even) .two {
  float: left;
  padding: 110px 155px 0 0;
}

.history-view .his-view .his-cards .inCard li:nth-child(even) .day {
  left: calc(50% - 87.5px);
  text-align: right;
  padding-right: 5px;
}

.history-view .his-view .his-cards .inCard li:nth-child(even) .day::after {
  content: '';
  margin-left: 5px;
}

.login-view {
  height: 750px;
  background: url(../images/login-bg.png) no-repeat center center;
}

.login-view > * {
  height: 100%;
}

.login-view .userIn {
  width: 450px;
  height: 315px;
  background: #fff;
  padding: 30px 40px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.login-view .userIn ._arrow {
  border: 40px solid transparent;
  border-top-color: #0071c6;
  border-right-color: #0071c6;
  position: absolute;
  top: 0;
  right: 0;
}

.login-view .userIn ._arrow > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
  width: 80px;
  font-size: 12px;
  display: block;
  color: #fff;
}

.login-view .userIn .title {
  font-size: 18px;
  margin-bottom: 40px;
}

.login-view .userIn ._input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  border: 1px solid #c8cecf;
  background: #f7f7f7;
}

.login-view .userIn ._input i {
  width: 40px;
  height: 40px;
  border-right: 1px solid #c8cecf;
}

.login-view .userIn ._input input {
  width: 330px;
  height: 40px;
  border: 0;
  padding-left: 10px;
}

.login-view .userIn .login {
  width: 100%;
  color: #fff;
  height: 40px;
  background: #0071c6;
  border: 0;
  cursor: pointer;
}

.contact-view {
  font-size: 0;
}

.contact-view .l,
.contact-view .r {
  display: inline-block;
  vertical-align: text-top;
}

.contact-view .l {
  width: 400px;
}

.contact-view .l ul {
  border-top: 1px solid #ebebeb;
}

.contact-view .l ul li {
  font-size: 0;
  border-bottom: 1px solid #ebebeb;
}

.contact-view .l ul li ._val {
  padding-left: 165px;
  font-size: 20px;
  line-height: 70px;
  min-height: 70px;
  color: #666;
}

.contact-view .l ul li ._val ._icon {
  display: block;
  line-height: 70px;
  position: absolute;
  left: 0;
  color: #535353;
}

.contact-view .l ul li ._val ._icon i {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #e6e6e6;
  margin-right: 20px;
}

.contact-view .l ul li ._val p {
  padding: 22px 0;
  font-size: 20px;
  line-height: 140%;
}

.contact-view .r {
  width: 745px;
  margin-left: 55px;
  border: 2px solid #dbdbdb;
  height: 321px;
}

.contact-view .r #allmap,
.contact-view .r img {
  height: 100%;
  width: 100%;
}

.BMapLabel {
  border: 0 !important;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 1px 1px #e0e0e0;
          box-shadow: 2px 2px 1px 1px #e0e0e0;
}

.mapLabel {
  color: #333;
  background: #fff;
  display: inline-block;
  width: 340px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  height: 50px;
}

.pwd-view {
  margin: auto;
  width: 730px;
  height: 420px;
  text-align: center;
  background: #fff;
  top: 140px;
}

.pwd-view .img {
  padding-top: 70px;
}

.pwd-view .font {
  padding-top: 20px;
  padding-bottom: 44px;
  color: red;
  font-size: 20px;
}

.pwd-view .button {
  line-height: 40px;
  height: 40px;
  width: 265px;
  background: #f7f7f7;
  border: 1px solid #c8cecf;
  display: block;
  margin: auto;
  color: #666;
}

#zhezhao {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 99999999;
}

.moble {
  display: none;
}

.gengduoButton {
  margin: 0 auto;
  display: block;
  width: 160px;
  height: 50px;
  font-size: 16px;
  color: #49c9af;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  cursor: pointer;
  margin-top: 2em;
}

table.MsoNormalTable.ke-zeroborder {
  width: 90%;
  margin: auto;
}

table.MsoNormalTable.ke-zeroborder * {
  text-align: center;
  line-height: 140% !important;
  font-size: 14px !important;
}

table.MsoNormalTable.ke-zeroborder tr td {
  padding: 0.3em;
}

.gengduo table * {
  border-color: #999 !important;
  color: #333;
  margin: auto !important;
}

.cooperative._index .content > * > * {
  height: 110px;
}

.history-view .his-view .his-cards .inCard li .two .t {
  color: #333 !important;
}

.history-view .his-view .his-cards .inCard li .two * {
  line-height: 130%;
  color: #666666;
}

.history-view .his-view .his-cards .inCard li img {
  cursor: pointer;
}

.news .content .news-card .val > p:last-child {
  max-height: 3.6em;
}

.news-view .news-cards .middle .val {
  max-height: 3em;
}
/*# sourceMappingURL=style.css.map */