.ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header {
  width: 100%;
  background: #fff;
  padding-top: 35px;
  padding-bottom: 40px;
}

header .bsbtn::after,
header .bsbtn::before {
  padding: 18px 0 15px;
  content: '';
  position: absolute;
  top: -1px;
  left: calc(-100% - 30px);
  height: calc(100% - 29px);
  width: calc(100% + 20px);
  color: #fff;
  border-radius: 2px;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}

header .bsbtn::after {
  background: #ffffff;
  -webkit-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  z-index: 0;
  opacity: 0.8;
}

header .bsbtn::before {
  background: #13c276;
  z-index: 5;
  -webkit-transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
}

header .bsbtn:hover::after {
  left: calc(0% - 10px);
  -webkit-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

header .bsbtn:hover::before {
  left: calc(0% - 10px);
  -webkit-transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
}

header .content .logoBox {
  width: 365px;
  padding-left: 5px;
}

header .content .logoBox .logoA {
  width: 100%;
}

header .content .logoBox .logoA .img {
  width: 75px;
  text-align: center;
}

header .content .logoBox .logoA .img img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}

header .content .logoBox .logoA span {
  line-height: 35px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

header .content .navBox {
  width: 775px;
  padding-right: 10px;
}

header .content .navBox .wechatBox {
  width: 100%;
  margin-bottom: 18px;
  position: relative;
}

header .content .navBox .wechatBox .wechat {
  border-radius: 5px;
  background: #6cb3e5;
  background-image: -moz-linear-gradient(90deg, rgba(0, 126, 255, 0.7), rgba(117, 200, 255, 0.7));
  background-image: -webkit-linear-gradient(90deg, rgba(0, 126, 255, 0.7), rgba(117, 200, 255, 0.7));
  background-image: -ms-linear-gradient(90deg, rgba(0, 126, 255, 0.7), rgba(117, 200, 255, 0.7));
  box-shadow: 0px 0px 18px 0px rgba(1, 4, 8, 0.55);
  width: 168px;
  text-align: center;
  line-height: 25px;
  box-shadow: 0px 0px 18px 0px rgba(1, 4, 8, 0.35);
  cursor: pointer;
  overflow: hidden;
}

header .content .navBox .wechatBox .wechat .iconfont {
  font-size: 30px;
  line-height: 25px;
  vertical-align: middle;
  color: #fff;
  position: relative;
  z-index: 10;
}

header .content .navBox .wechatBox .wechat .t {
  position: relative;
  z-index: 10;
  font-size: 18px;
  color: #fff;
  line-height: 25px;
}

header .content .navBox .wechatBox .wechat:hover+.WeChatQR {
  display: block;
}

header .content .navBox .wechatBox .WeChatQR {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 100%;
  width: 165px;
  padding-top: 35px;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 9999;
  display: none;
}

header .content .navBox .wechatBox .WeChatQR img {
  width: 100%;
  height: auto;
}

header .content .navBox .navUl {
  width: 100%;
}

header .content .navBox .navUl .navLi {
  float: left;
  margin: 0 22.5px;
}

header .content .navBox .navUl .navLi a {
  font-size: 18px;
  color: #666666;
  /*font-weight: lighter;*/
  /*-webkit-transition-property: color, font-weight;*/
  /*-o-transition-property: color, font-weight;*/
  /*-moz-transition-property: color, font-weight;*/
  /*transition-property: color, font-weight;*/
  /*-webkit-transition-duration: .5s;*/
  /*-moz-transition-duration: .5s;*/
  /*-o-transition-duration: .5s;*/
  /*transition-duration: .5s;*/
  /*-webkit-transition-timing-function: linear;*/
  /*-moz-transition-timing-function: linear;*/
  /*-o-transition-timing-function: linear;*/
  /*transition-timing-function: linear;*/
  /*-webkit-transition-delay: 0s;*/
  /*-moz-transition-delay: 0s;*/
  /*-o-transition-delay: 0s;*/
  /*transition-delay: 0s;*/
}

header .content .navBox .navUl .navLi:hover a {
  /*font-weight: 600;*/
  color: #6cb3e5;
}

header .content .navBox .navUl .navLi.active a {
  font-weight: 600;
  color: #6cb3e5;
}

header .content .navBox .navUl .navLi:last-child {
  margin-right: 0;
}
.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

footer { background: #fff; }

footer .navBar { padding-right: 45px; padding-top: 45px; padding-bottom: 40px; }

footer .navBar ul { width: 750px; padding-left: 50px; }

footer .navBar ul li { width: 100%; font-size: 20px; color: #202020; margin-bottom: 33px; }

footer .navBar ul li a { font-size: 16px; line-height: 20px; margin-left: 45px; }

footer .navBar ul li:last-child { margin-bottom: 0; }

footer .navBar .imgBox { width: 185px; }

footer .navBar .imgBox .img { width: 100%; padding: 0 15px 0; margin-bottom: 15px; }

footer .navBar .imgBox .img img { width: 100%; height: auto; }

footer .navBar .imgBox p { text-align: center; font-size: 16px; color: #202020; }

footer .bottom { width: 100%; background-color: #6cb3e5; }

footer .bottom .mr1200 { color: #ffffff; line-height: 55px; font-size: 14px; text-align: center; }

footer .bottom .mr1200 a { color: #ffffff; line-height: 55px; font-size: 14px; }

footer .bottom .mr1200 a:hover { color: #0186e6; }


body {
  min-width: 1200px;
  overflow: hidden
}

#bfc-top {
  position: fixed;
  right: 0;
  bottom: 20px;
  width: 50px;
  height: 50px;
  z-index: 10000;
  box-shadow: 0 0 18px 0 rgba(1, 4, 8, 0.3);
  background-color: #68bbf7;
  display: none
}

#bfc-top a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center
}

#bfc-top a .iconfont {
  vertical-align: middle;
  font-size: 35px;
  color: #fff;
  line-height: 50px
}

#bfc-fixed {
  position: fixed;
  top: 50%;
  right: -150px;
  transform: translateY(-50%);
  z-index: 10000
}

#bfc-fixed .fixedUl {
  width: 200px
}

#bfc-fixed .fixedUl .fixedLi {
  width: 100%;
  margin-bottom: 5px;
  padding-left: 8px;
  background-color: #72c1f7;
  box-shadow: 0 0 18px 0 rgba(1, 4, 8, 0.3);
  position: relative;
  right: 0
}

#bfc-fixed .fixedUl .fixedLi a {
  width: 100%;
  height: 50px;
  display: block
}

#bfc-fixed .fixedUl .fixedLi a p {
  line-height: 50px;
  font-size: 15px;
  color: #fff
}

#bfc-fixed .fixedUl .fixedLi a p .iconfont {
  font-size: 35px;
  color: #fff;
  margin-right: 10px;
  vertical-align: middle;
  transform: rotate3d(0, 0, 0, 0deg);
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: inline-block;
  perspective: 500px;
  -webkit-perspective: 500px;
}

#bfc-fixed .fixedUl .fixedLi.active a p .iconfont {
  transform: rotate3d(.5, .5, .5, 360deg)
}

#newsTooltip {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none
}

#newsTooltip .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer
}

#newsTooltip .formBox {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 40px 30px;
  background-color: #fff
}

#newsTooltip .formBox h1 {
  color: #333;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px
}

#newsTooltip .formBox form {
  width: 100%
}

#newsTooltip .formBox form .box {
  width: 100%;
  margin-bottom: 10px
}

#newsTooltip .formBox form .box label {
  width: 15%;
  color: #383838;
  display: inline-block;
  text-align: right;
  line-height: 30px
}

#newsTooltip .formBox form .box .iconfont {
  width: 35px;
  margin-left: 6px;
  display: none
}

#newsTooltip .formBox form .box .iconfont.active {
  display: inline-block
}

#newsTooltip .formBox form .box .iconfont.icon-dui {
  font-size: 30px;
  line-height: 30px;
  color: #00b362
}

#newsTooltip .formBox form .box .iconfont.icon-cuo {
  font-size: 30px;
  line-height: 30px;
  color: #ff5f5d
}

#newsTooltip .formBox form .box input {
  width: 65%;
  color: #383838;
  text-align: left;
  line-height: 30px;
  padding-left: 5px;
  margin-left: 20px;
  border: 1px solid #ccc
}

#newsTooltip .formBox form .box textarea {
  width: 65%;
  height: 150px;
  text-align: left;
  line-height: 30px;
  padding-left: 5px;
  margin-left: 20px;
  border: 1px solid #ccc
}

#newsTooltip .formBox .newsSubmit {
  width: 120px;
  height: 30px;
  color: #fff;
  background-color: #57bafb;
  border-radius: 80px;
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 30px;
  margin-top: 20px
}

.main .bfc-banner {
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover
}

.main .bfc-banner img {
  width: 100%;
  height: auto
}

.main .bfc-banner .mr1200 .ctb {
  width: 50%;
  padding: 123px 29px 126px 59px
}

.main .bfc-banner .mr1200 .ctb .textBox {
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 37px 20px 44px 27px
}

.main .bfc-banner .mr1200 .ctb .textBox h1 {
  font-family: "FZCSJW";
  font-size: 43px;
  font-weight: bold;
  color: #103d4c;
  padding-bottom: 35px
}

.main .bfc-banner .mr1200 .ctb .textBox h1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 169px;
  height: 2px;
  background-color: #103d4c;
  z-index: 10
}

.main .bfc-banner .mr1200 .ctb .textBox h1 span {
  font-family: "FZCSJW";
  font-size: 27px;
  color: #103d4c;
  margin-left: 12px
}

.main .bfc-banner .mr1200 .ctb .textBox .text {
  text-align: justify;
  font-family: "FZXKJW";
  font-size: 37px;
  line-height: 60px;
  padding-top: 25px;
  color: #103d4c
}

.main .content-bg {
  width: 100%;
  background-image: url(../img/index/big_bg.png);
  padding-bottom: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed
}

.main.intelligence .seniority-list .mr1200 {
  padding: 45px 50px;
}

.main.intelligence .seniority-list .mr1200 .title {
  line-height: 50px
}

@media (min-width:1240px) {
  .main.intelligence .seniority-list .mr1200 .title {
    line-height: 40px
  }
}

.main.intelligence .seniority-list .mr1200 .title .fl .blod {
  display: inline-block;
  width: 12px;
  height: 28px;
  background-color: #72c2f7;
  margin-right: 12px;
  vertical-align: middle
}

.main.intelligence .seniority-list .mr1200 .title .fl h1 {
  font-size: 28px;
  display: inline-block;
  vertical-align: middle
}

.main.intelligence .seniority-list .mr1200 .title .fr .seniority {
  display: inline-block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #72c1f7;
  font-size: 24px;
  border: 1px solid #72c2f7;
  border-radius: 5px;
  margin-right: 50px
}

@media (min-width:1240px) {
  .main.intelligence .seniority-list .mr1200 .title .fr .seniority {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 20px
  }
}

.main.intelligence .seniority-list .mr1200 .title .fr .seniority:hover {
  color: #333;
  border: 1px solid #333
}

.main.intelligence .seniority-list .mr1200 .title .fr .seniority.active {
  background-color: #72c2f7;
  color: #fff;
  border: 1px solid #72c2f7
}

.main.intelligence .seniority-list .mr1200 .seniority-box {
  overflow: hidden;
  padding: 10px 0
}

.main.intelligence .seniority-list .mr1200 .seniority-box .listBox {
  width: 100%
}

.main.intelligence .seniority-list .mr1200 .seniority-box .listBox li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #ccc;
  font-size: 16px;
  color: #333
}

.main.intelligence .seniority-list .mr1200 .seniority-box .listBox li:hover {
  background-color: #fff
}

.main.intelligence .seniority-list .mr1200 .seniority-box .listBox li a {
  display: inline-block;
  width: 100%;
  height: 100%
}

.main.intelligence .seniority-list .mr1200 .seniority-box .listBox li a .fl {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.main.intelligence .seniority-list .mr1200 .page {
  text-align: center;
  margin: 40px auto
}

.main.intelligence .seniority-list .mr1200 .page a {
  display: inline-block;
  margin: 0;
  width: 90px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-right: none;
  background-color: #fff
}

.main.intelligence .seniority-list .mr1200 .page a.active {
  background-color: #72c2f7;
  color: #fff
}

.main.certificate .certificate-detail .mr1200 {
  padding: 45px 50px;
  padding-bottom: 10px
}

.main.certificate .certificate-detail .mr1200 .title {
  line-height: 50px
}

@media (min-width:1240px) {
  .main.certificate .certificate-detail .mr1200 .title {
    line-height: 40px
  }
}

.main.certificate .certificate-detail .mr1200 .title .fl .blod {
  display: inline-block;
  width: 12px;
  height: 28px;
  background-color: #72c2f7;
  margin-right: 12px;
  vertical-align: middle
}

.main.certificate .certificate-detail .mr1200 .title .fl h1 {
  font-size: 28px;
  display: inline-block;
  vertical-align: middle
}

.main.certificate .certificate-detail .mr1200 .title .fr .seniority {
  display: inline-block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #72c1f7;
  font-size: 24px;
  margin-right: 50px;
  border: 1px solid #72c2f7;
  border-radius: 5px
}

@media (min-width:1240px) {
  .main.certificate .certificate-detail .mr1200 .title .fr .seniority {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 20px
  }
}

.main.certificate .certificate-detail .mr1200 .title .fr .seniority:hover {
  color: #333;
  border: 1px solid #333
}

.main.certificate .certificate-detail .mr1200 .title .fr .seniority.active {
  background-color: #72c2f7;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #72c2f7
}

.main.certificate .certificate-detail .mr1200 .body {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px
}

.main.certificate .certificate-detail .mr1200 .body .subtit {
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px
}

.main.certificate .certificate-detail .mr1200 .body .details {
  width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px
}

.main.certificate .certificate-detail .mr1200 .body img {
  display: block;
  width: 700px;
  height: auto;
  margin: 0 auto
}

.main.certificate .certificate-detail .mr1200 .flip {
  font-size: 18px;
  width: 100%;
  padding: 0 75px
}

.main.deliverables .bfc-banner .mr1200 .ctb .textBox h1 {
  color: #9a785f
}

.main.deliverables .bfc-banner .mr1200 .ctb .textBox h1::after {
  background-color: #9a785f
}

.main.deliverables .bfc-banner .mr1200 .ctb .textBox h1 span {
  color: #9a785f
}

.main.deliverables .bfc-banner .mr1200 .ctb .textBox .text {
  color: #9a785f
}

.main.deliverables .deliverables-list .title {
  padding: 50px 50px 40px 50px
}

.main.deliverables .deliverables-list .title .fl .blod {
  display: inline-block;
  width: 12px;
  height: 28px;
  background-color: #72c2f7;
  margin-right: 12px;
  vertical-align: middle
}

.main.deliverables .deliverables-list .title .fl h1 {
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
  line-height: 52px
}

.main.deliverables .deliverables-list .title .fr .project {
  display: inline-block;
  width: 160px;
  height: 52px;
  border: 1px solid #62c0fb;
  color: #62c0fb;
  margin: 0 25px;
  font-size: 23px;
  line-height: 52px;
  text-align: center;
  border-radius: 10px
}

@media (min-width:1240px) {
  .main.deliverables .deliverables-list .title .fr .project {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 20px
  }
}

.main.deliverables .deliverables-list .title .fr .project:hover {
  color: #333;
  border: 1px solid #333
}

.main.deliverables .deliverables-list .title .fr .project.active {
  background-color: #62c0fb;
  color: #fff;
  border: 1px solid #62c0fb
}

.main.deliverables .deliverables-list .deliverables-box .fruitBox {
  width: 382px;
  height: 320px;
  margin: 8px;
  box-shadow: 1px 4px 10px 2px #ccc;
  background-color: #fff;
  padding: 20px
}

.main.deliverables .deliverables-list .deliverables-box .fruitBox:hover .img img {
  transform: scale(1.3)
}

.main.deliverables .deliverables-list .deliverables-box .fruitBox .img {
  width: 100%;
  height: 200px;
  overflow: hidden
}

.main.deliverables .deliverables-list .deliverables-box .fruitBox .img img {
  width: 100%;
  height: auto;
  transition: .5s
}

.main.deliverables .deliverables-list .deliverables-box .fruitBox .name {
  text-align: center;
  margin: 10px 0 15px 0;
  font-size: 18px;
  color: #666
}

.main.deliverables .deliverables-list .deliverables-box .fruitBox .detail {
  width: 100px;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #62c0fb;
  box-shadow: 0 3px 10px 2px #ccc;
  border-radius: 2px
}

.main.deliverables .deliverables-list .deliverables-box .fruitBox .detail:hover {
  color: #333
}

.main.deliverables .deliverables-list .page {
  text-align: center;
  margin: 40px auto;
  height: 50px
}

.main.deliverables .deliverables-list .page a {
  display: inline-block;
  margin: 0;
  width: 90px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-right: none;
  background-color: #fff
}

.main.deliverables .deliverables-list .page a.active {
  background-color: #72c2f7;
  color: #fff
}

.main.results .bfc-banner .mr1200 .ctb .textBox h1 {
  color: #9a785f
}

.main.results .bfc-banner .mr1200 .ctb .textBox h1::after {
  background-color: #9a785f
}

.main.results .bfc-banner .mr1200 .ctb .textBox h1 span {
  color: #9a785f
}

.main.results .bfc-banner .mr1200 .ctb .textBox .text {
  color: #9a785f
}

.main.results .results-box .title {
  padding: 50px 50px 40px 50px
}

.main.results .results-box .title .fl .blod {
  display: inline-block;
  width: 12px;
  height: 28px;
  background-color: #72c2f7;
  margin-right: 12px;
  vertical-align: middle
}

.main.results .results-box .title .fl h1 {
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
  line-height: 52px
}

.main.results .results-box .title .fr .project {
  display: inline-block;
  width: 160px;
  height: 52px;
  border: 1px solid #62c0fb;
  color: #62c0fb;
  margin: 0 25px;
  font-size: 23px;
  line-height: 52px;
  text-align: center;
  border-radius: 10px
}

@media (min-width:1240px) {
  .main.results .results-box .title .fr .project {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 20px
  }
}

.main.results .results-box .title .fr .project:hover {
  color: #333;
  border: 1px solid #333
}

.main.results .results-box .title .fr .project.active {
  background-color: #62c0fb;
  color: #fff;
  border: 1px solid #62c0fb
}

.main.results .results-box .body {
  padding: 0 50px
}

.main.results .results-box .body .tit {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px
}

.main.results .results-box .body .img {
  width: 100%;
  margin-bottom: 35px
}

.main.results .results-box .body .img .fl {
  overflow: hidden;
  width: 710px;
  height: 430px;
  margin-right: 15px;
  /*background-color: #fff*/
}
.main.results .results-box .body .img .fl img {
  width: 100%;
  height: 100%;
}
.main.results .results-box .body .img .fr {
  width: 375px;
  height: 430px
}

.main.results .results-box .body .img .fr .top {
  width: 100%;
  height: 210px;
  margin-bottom: 10px;
  overflow: hidden
}
.main.results .results-box .body .img .fr .top img{
  width: 100%;
  height: 100%;
}

.main.results .results-box .body .img .fr .bot {
  width: 100%;
  height: 210px;
  overflow: hidden
}
.main.results .results-box .body .img .fr .bot img {
  width: 100%;
  height: 100%;
}

.main.results .results-box .body .det {
  font-size: 20px;
  line-height: 1.5
}

.main.results .results-box .body .det.specific {
  color: #666
}

.main.results .results-box .body .det.specific a {
  color: #666
}

.main.results .results-box .body .det.specific a:hover {
  color: #57bafb
}

.main.results .results-box .body .det.synopsis {
  text-align: justify;
  margin-bottom: 40px
}

.main.results .results-box .body .back {
  display: block;
  margin: 40px auto 20px;
  background-color: #fff;
  font-size: 22px;
  width: 130px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #57bafb;
  border-radius: 3px;
  box-shadow: 0 1px 3px 2px #ccc;
}

.main.results .results-box .body .back:hover {
  color: #333
}

.main.news .bfc-banner .mr1200 .ctb .textBox h1 {
  color: #fff
}

.main.news .bfc-banner .mr1200 .ctb .textBox h1::after {
  background-color: #fff
}

.main.news .bfc-banner .mr1200 .ctb .textBox h1 span {
  color: #fff
}

.main.news .bfc-banner .mr1200 .ctb .textBox .text {
  color: #fff
}

.main.news .news-list .title {
  padding: 50px 50px 5px 50px
}

.main.news .news-list .title .fl .blod {
  display: inline-block;
  width: 12px;
  height: 28px;
  background-color: #72c2f7;
  margin-right: 12px;
  vertical-align: middle
}

.main.news .news-list .title .fl h1 {
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
  line-height: 52px
}

.main.news .news-list .title .fr .types {
  display: inline-block;
  width: 160px;
  height: 52px;
  border: 1px solid #62c0fb;
  color: #62c0fb;
  margin: 0 25px;
  font-size: 23px;
  line-height: 52px;
  text-align: center;
  border-radius: 10px
}

@media (min-width:1240px) {
  .main.news .news-list .title .fr .types {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 20px
  }
}

.main.news .news-list .title .fr .types:hover {
  color: #333;
  border: 1px solid #333
}

.main.news .news-list .title .fr .types.active {
  background-color: #62c0fb;
  color: #fff;
  border: 1px solid #62c0fb
}

.main.news .news-list .body {
  width: 100%;
  padding: 0 50px
}

.main.news .news-list .body ul li {
  padding: 25px 0;
  height: 135px;
  border-bottom: 1px solid #ccc
}

.main.news .news-list .body ul li:hover {
  background-color: #fff
}

.main.news .news-list .body ul li a {
  display: inline-block;
  width: 100%;
  height: 100%
}

.main.news .news-list .body ul li a .name {
  font-size: 18px;
  margin-bottom: 20px
}

.main.news .news-list .body ul li a .name span:nth-child(1) {
  display: inline-block;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.main.news .news-list .body ul li a .outline {
  padding-left: 10px;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.main.news .news-list .page {
  text-align: center;
  margin: 40px auto;
  height: 50px
}

.main.news .news-list .page a {
  display: inline-block;
  margin: 0;
  width: 90px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-right: none;
  background-color: #fff
}

.main.news .news-list .page a.active {
  background-color: #72c2f7;
  color: #fff
}

.main.news-detail .bfc-banner .mr1200 .ctb .textBox h1 {
  color: #fff
}

.main.news-detail .bfc-banner .mr1200 .ctb .textBox h1::after {
  background-color: #fff
}

.main.news-detail .bfc-banner .mr1200 .ctb .textBox h1 span {
  color: #fff
}

.main.news-detail .bfc-banner .mr1200 .ctb .textBox .text {
  color: #fff
}

.main.news-detail .news-box .title {
  padding: 50px 50px 50px 50px
}

.main.news-detail .news-box .title .fl .blod {
  display: inline-block;
  width: 12px;
  height: 28px;
  background-color: #72c2f7;
  margin-right: 12px;
  vertical-align: middle
}

.main.news-detail .news-box .title .fl h1 {
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
  line-height: 52px
}

.main.news-detail .news-box .title .fr .types {
  display: inline-block;
  width: 160px;
  height: 52px;
  border: 1px solid #62c0fb;
  color: #62c0fb;
  margin: 0 25px;
  font-size: 23px;
  line-height: 52px;
  text-align: center;
  border-radius: 10px
}

@media (min-width:1240px) {
  .main.news-detail .news-box .title .fr .types {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 20px
  }
}

.main.news-detail .news-box .title .fr .types:hover {
  color: #333;
  border: 1px solid #333
}

.main.news-detail .news-box .title .fr .types.active {
  background-color: #62c0fb;
  color: #fff;
  border: 1px solid #62c0fb
}

.main.news-detail .news-box .content {
  padding: 0 50px
}

.main.news-detail .news-box .content .body {
  border-bottom: 1px solid #ccc
}

.main.news-detail .news-box .content .body .subtit {
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px
}

.main.news-detail .news-box .content .body .details {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  margin-bottom: 45px
}

.main.news-detail .news-box .content .body .outline {
  width: 100%;
  padding: 20px;
  font-size: 14px;
  color: #333;
  text-align: justify;
  background-color: #e4f1f9;
  box-shadow: 1px 2px 5px 1px #ccc;
  line-height: 1.5;
  margin-bottom: 35px
}

.main.news-detail .news-box .content .body .text {
  font-size: 16px;
  color: #666;
  line-height: 1.5
}

.main.news-detail .news-box .content .body .text p {
  margin-bottom: 5px
}

.main.news-detail .news-box .page {
  font-size: 16px;
  padding: 25px 50px
}

.main.recruit .bfc-banner .mr1200 .ctb .textBox h1 {
  color: #000
}

.main.recruit .bfc-banner .mr1200 .ctb .textBox h1::after {
  background-color: #000
}

.main.recruit .bfc-banner .mr1200 .ctb .textBox h1 span {
  color: #000
}

.main.recruit .bfc-banner .mr1200 .ctb .textBox .text {
  color: #000
}

.main.recruit .position {
  padding-top: 50px
}

.main.recruit .position .mr1200 {
  padding: 0 20px
}

.main.recruit .position .mr1200 .mid {
  text-align: center
}

.main.recruit .position .mr1200 .rig {
  text-align: right;
  padding-right: 10px
}

.main.recruit .position .mr1200 .lef {
  text-align: left;
  padding-left: 10px
}

.main.recruit .position .mr1200 .title {
  width: 100%;
  background-color: #62c0fb;
  border-radius: 10px;
  font-size: 22px;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 15px
}

.main.recruit .position .mr1200 .title span {
  width: 25%;
  float: left
}

.main.recruit .position .mr1200 ul {
  padding: 0 30px
}

.main.recruit .position .mr1200 ul .f-cb {
  height: 65px;
  line-height: 65px;
  border-bottom: 1px dashed #ccc;
  color: #333;
  font-size: 18px
}

.main.recruit .position .mr1200 ul .f-cb:hover {
  background-color: #fff
}

.main.recruit .position .mr1200 ul .f-cb span {
  float: left;
  width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.main.recruit .position .mr1200 .page {
  text-align: center;
  margin: 40px auto;
  height: 50px
}

.main.recruit .position .mr1200 .page a {
  display: inline-block;
  margin: 0;
  width: 90px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-right: none;
  background-color: #fff
}

.main.recruit .position .mr1200 .page a.active {
  background-color: #72c2f7;
  color: #fff
}

.main.recruit-box .bfc-banner .mr1200 .ctb .textBox h1 {
  color: #000
}

.main.recruit-box .bfc-banner .mr1200 .ctb .textBox h1::after {
  background-color: #000
}

.main.recruit-box .bfc-banner .mr1200 .ctb .textBox h1 span {
  color: #000
}

.main.recruit-box .bfc-banner .mr1200 .ctb .textBox .text {
  color: #000
}

.main.recruit-box .position {
  padding-top: 50px
}

.main.recruit-box .position .mr1200 {
  padding: 0 20px
}

.main.recruit-box .position .mr1200 .job-name {
  background-color: #62c0fb;
  border-radius: 10px;
  font-size: 22px;
  color: #fff;
  line-height: 2;
  padding-left: 50px
}

.main.recruit-box .position .mr1200 .content {
  padding: 0 40px
}

.main.recruit-box .position .mr1200 .content .job-nature {
  border-bottom: 1px dashed #ccc;
  padding: 30px 10px
}

.main.recruit-box .position .mr1200 .content .job-nature span {
  display: inline-block;
  width: 33.3%;
  font-size: 16px;
  line-height: 1.8
}

.main.recruit-box .position .mr1200 .content .job-demand {
  padding: 30px 10px;
  border-bottom: 1px dashed #ccc
}

.main.recruit-box .position .mr1200 .content .job-demand p {
  font-size: 16px;
  color: #666;
  line-height: 1.5
}

.main.recruit-box .position .mr1200 .content .job-demand .duty {
  margin-bottom: 40px
}

.main.recruit-box .position .mr1200 .content .job-from {
  padding: 30px 10px;
  border-bottom: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7fffffff, ff, endcolorstr=#7fffffff, ff)
}

.main.recruit-box .position .mr1200 .content .job-from .iconfont {
  width: 35px;
  margin-left: 6px;
  display: none
}

.main.recruit-box .position .mr1200 .content .job-from .iconfont.icon-dui {
  font-size: 30px;
  line-height: 30px;
  color: #00b362
}

.main.recruit-box .position .mr1200 .content .job-from .iconfont.icon-cuo {
  font-size: 30px;
  line-height: 30px;
  color: #ff5f5d
}

.main.recruit-box .position .mr1200 .content .job-from .iconfont.active {
  display: inline-block
}

.main.recruit-box .position .mr1200 .content .job-from .fl {
  width: 33.3%;
  padding: 13px 10px
}

.main.recruit-box .position .mr1200 .content .job-from .fl .tit {
  display: block;
  font-size: 16px;
  margin-bottom: 10px
}

.main.recruit-box .position .mr1200 .content .job-from .fl input {
  width: 87%;
  color: #383838;
  text-align: left;
  line-height: 30px;
  padding-left: 5px;
  border-radius: 5px;
  border: 1px solid #ccc
}

.main.recruit-box .position .mr1200 .content .job-from .reason {
  width: 100%;
  padding: 13px 10px
}

.main.recruit-box .position .mr1200 .content .job-from .reason .tit {
  display: block;
  font-size: 16px;
  margin-bottom: 10px
}

.main.recruit-box .position .mr1200 .content .job-from .reason .reason-text {
  width: 96%;
  height: 130px;
  text-align: left;
  line-height: 30px;
  padding-left: 5px;
  border: 1px solid #ccc;
  resize: none;
  background-color: transparent;
  border-radius: 5px
}

.main.recruit-box .position .mr1200 .content .job-from .buts {
  text-align: center;
  margin-top: 30px
}

.main.recruit-box .position .mr1200 .content .job-from .buts a {
  display: inline-block;
  width: 160px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #999;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.main.recruit-box .position .mr1200 .content .job-from .buts a:hover {
  box-shadow: 1px 2px 5px 1px #ccc
}

.main.contact .bfc-banner .mr1200 .ctb .textBox h1 {
  color: #000
}

.main.contact .bfc-banner .mr1200 .ctb .textBox h1::after {
  background-color: #000
}

.main.contact .bfc-banner .mr1200 .ctb .textBox h1 span {
  color: #000
}

.main.contact .bfc-banner .mr1200 .ctb .textBox .text {
  color: #000
}

.main.contact .content {
  width: 100%;
  background-image: url(../img/index/big_bg.png);
  padding-bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 50px
}

.main.contact .content .mr1100 {
  width: 1100px;
  margin: 0 auto
}

.main.contact .content .mr1100 .title {
  text-align: center;
  line-height: 2;
  font-size: 28px;
  font-weight: normal;
  color: #62c0fb;
  margin-bottom: 20px
}

.main.contact .content .mr1100 .f-cb {
  margin-bottom: 40px
}

.main.contact .content .mr1100 .f-cb .fl {
  width: 33.3%;
  text-align: center
}

.main.contact .content .mr1100 .f-cb .fl .iconfont {
  display: block;
  font-size: 35px;
  color: #999;
  margin-bottom: 25px
}

.main.contact .content .mr1100 .f-cb .fl p {
  line-height: 1.8;
  font-size: 18px;
  color: #666
}

.main.contact .content .mr1100 .map {
  width: 100%;
  height: 560px
}

.main.contact .content .mr1100 .map * {
  box-sizing: content-box
}