@charset "utf-8";
@import url('reset.css');

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow: hidden;
  font-size: 14px;
}

a {
  background: transparent;
  text-decoration: none;
  color: #000b00;
  font-size: 14px;
}

a:active, a:hover {
  outline: 0
}

a:hover {
  text-decoration: none;
  color: #056ac1
}

input, textarea, button {
  font-family: '微软雅黑';
}

::placeholder {
  color: #818488 !important;
}

img {
  max-width: 100%;
}

.wrapper {
  width: 1001px;
  margin: 0 auto;
  text-align: left
}

.ts {
  text-transform: uppercase
}

.mauto {
  margin: 0 auto
}

.pz {
  position: relative;
  z-index: 0
}

.pa {
  position: absolute;
  z-index: 0
}

.bz {
  box-sizing: border-box
}

.b {
  font-weight: bold
}

.i {
  font-style: italic
}

.hidden {
  display: none !important
}

.ov {
  overflow: hidden
}

.vs {
  overflow: visible;
}

.cb {
  clear: both
}

.flex {
  display: -webkit-flex;
  display: flex;
}

.flexWrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.flexJb {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.flexJc {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.flexAc {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCenter {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexColumn {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.flexRight {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

@keyframes slideDown {
  0% {
    top: 110px;
    opacity: 0
  }

  to {
    top: 127px;
    opacity: 1
  }
}

@-webkit-keyframes slideDown {
  0% {
    top: 110px;
    opacity: 0
  }

  to {
    top: 127px;
    opacity: 1
  }
}


@keyframes slideDown2 {
  0% {
    top: 70px;
    opacity: 0
  }

  to {
    top: 80px;
    opacity: 1
  }
}

@-webkit-keyframes slideDown2 {
  0% {
    top: 70px;
    opacity: 0
  }

  to {
    top: 80px;
    opacity: 1
  }
}

body {
  padding-top: 117px;
}

.all {
  overflow: hidden
}


.ovd {
  overflow: hidden;
  display: block
}

.db {
  display: block;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

/*header*/
header {
  width: 100%;
  height: 127px;
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

header .wrapper {
  height: 127px;
}

header .l {
  height: 127px;
}

header .l hr {
  width: 3px;
  height: 65px;
  background-color: #314e86;
  margin: 0 18px;
  border: 0;
}

header .logo {
  max-height: 100px;
}

header .logo img {
  max-height: 119px;
}

header .phones {
  height: 53px;
  padding-left: 53px;
  background: url(../images/icon_phone.png) no-repeat left center;
  line-height: 23px;
  font-size: 15px;
  color: #000;
  padding-top: 5px;
}

header.active, header.active .wrapper {
  height: 80px;
}

header.active {
  box-shadow: 0 0 10px #666;
}

/*nav*/
nav {
  max-width: 580px;
}

nav li {
  position: relative;
  z-index: 999;
}

nav li .a {
  width: 84px;
  height: 127px;
  font-size: 15px;
  color: #314e86;
}

header.active nav li .a {
  height: 80px;
}

nav li .a:hover, nav li .a.active {
  background-color: #314e86;
  color: #fff;
}

nav .dl {
  overflow: hidden;
  display: none;
  position: absolute;
  z-index: 999;
  top: 127px;
  left: 0;
  width: 100%;
  background: #314e86;
  text-align: center;
  -webkit-animation: slideDown 0.3s 1;
  -khtml-animation: slideDown 0.3s 1;
  animation-direction: alternate
}

header.active nav .dl {
  top: 80px;
  -webkit-animation: slideDown2 0.3s 1;
  -khtml-animation: slideDown2 0.3s 1;
}

nav dt {
  overflow: hidden;
  width: 100%;
}

nav dt a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px
}

nav dt a:link, nav dt a:visited {
  font-size: 14px;
  color: #fff
}

nav dt a:hover {
  background-color: #ff650b;
  text-decoration: none;
  color: #fff
}

/*footer*/
footer {
  width: 100%;
  background-color: #0061b4;
  padding: 39px 0 0 0;
}

footer .fnavs {
  margin-bottom: 20px;
}

footer .fnavs li {
  margin-right: 50px;
}

footer .fnavs li:last-child {
  margin-right: 0;
}

footer .fnavs li a {
  font-size: 18px;
}

footer a {
  color: #fff;
}

footer .title {
  height: 37px;
  font-size: 28px;
  color: #fff;
}

footer .ft {
  margin-top: 18px;
}

footer .text {
  line-height: 25px;
  font-size: 14px;
  color: #fff;
}

footer .wx {
  width: 144px;
}

footer .wx .pic {
  width: 85px;
  margin-right: 15px;
}

footer .wx img {
  max-width: 100%;
}

footer .wx p {
  width: 22px;
  font-size: 16px;
  color: #fff;
}

footer .wx p.p1 {
  line-height: 105%;
}

footer .wx p.p2 {
  line-height: 22px;
}

footer .ftext {
  margin-top: 6px;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
}

footer .copyright {
  margin-top: 13px;
  padding-top: 13px;
  padding-bottom: 30px;
  border-top: 1px dashed #fff;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
}

footer .copyright a {
  color: #fff;
}

footer .copyright a:hover {
  color: #ccc;
}

/*index*/
.notice {
  width: 100%;
  height: 72px;
  background-color: #314e86;
}

.notice .title {
  width: 143px;
  height: 72px;
  background-color: #fff;
  font-size: 24px;
  color: #314e86;
}

.notice .c {
  flex: 1;
  width: 1100px;
}

.notice .c .icon {
  width: 59px;
  height: 72px;
  background: url(../images/icon_notice.png) no-repeat center;
}

.noticeSlider li {
  width: 1000px;
  height: 72px;
}

.noticeSlider li a {
  font-size: 18px;
  color: #fff;
  line-height: 72px;
}

.noticeSlider li a .ib {
  margin-left: 20px;
  font-size: 14px;
}


/*other*/
.banner {
  width: 100%;
}

.banner img {
  max-width: 100%;
  margin: 0 auto;
}

main {
  margin-top: 60px;
}

.positions {
  margin-bottom: 28px;
  line-height: 30px;
  font-size: 14px;
  color: #000
}

.positions a {
  color: #000
}

.positions a:hover {
  color: #314e86
}

/*sidebar*/
.sidebar {
  width: 300px;
  margin-bottom: 60px;
}

.sidebar .classname {
  width: 100%;
  height: 50px;
  font-size: 25px;
  color: #fff;
  background-color: #314e86;
  letter-spacing: 3px;
}

.sidebar ul {
  margin: 20px 0 0 11px;
  width: 282px;
}

.sidebar ul li {
  width: 100%;
  margin-bottom: 28px;
}

.sidebar ul li:last-child {
  margin-bottom: 0;
}

.sidebar ul li a {
  width: 100%;
  height: 51px;
  background: url(../images/icon_arrow_right.png) no-repeat 51px center #cacacb;
  font-size: 18px;
  color: #000;
  line-height: 51px;
  text-indent: 67px;
}

.sidebar ul li a:hover, .sidebar ul li a.active {
  background-image: url(../images/icon_arrow_right_hover.png);
  background-color: #314e86;
  color: #fff;
}

/*main content*/
.mainContent {
  width: 930px
}

.position {
  margin-top: 14px;
  width: 100%;
  height: 45px;
  background-color: #ebebec;
}

.position h2 {
  margin-left: 16px;
  line-height: 44px;
  font-size: 20px;
  color: #000;
  letter-spacing: 3px;
}

.position p {
  margin-right: 27px;
  line-height: 44px;
  font-size: 14px;
  color: #000;
}

.sortname {
  margin-bottom: 13px;
  text-align: center;
  line-height: 27px;
  font-size: 23px;
  color: #29221d
}

.introduction {
  padding: 12px 0;
  text-align: justify;
  line-height: 180%;
  font-size: 18px;
  color: #000
}

.introduction.nmt {
  margin-top: 0
}

.introduction div, .introduction p {
  font-size: 16px;
  color: #000
}

.introduction img {
  max-width: 100%
}

.articleImg {
  width: 100%;
  margin: 0 0 0 0;
  text-align: center
}

.articleImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto
}

.articleImg2 {
  width: 100%;
  margin: 0 0 22px 0;
  text-align: center
}

.articleImg2 img {
  display: block;
  max-width: 100%;
  margin: 0 auto
}

.articleBody {
  width: 400px;
  margin: 20px 0
}

.articleTitle {
  overflow: hidden;
  width: 100%;
  text-align: center;
  line-height: 150%;
  font-size: 25px;
  color: #060606;
}

.articleTime {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 26px;
  text-align: center;
  line-height: 27px;
  font-size: 18px;
  color: #636666
}

.articleDes {
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #42403f
}

.articlePages {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px dashed #969797
}

.articlePages div {
  width: 50%;
  font-size: 16px;
  color: #666
}

.articlePages a {
  font-size: 16px;
  color: #333
}

.articlePages a:hover {
  color: #efae2e
}

/*新闻列表*/
.news {
  margin-top: 54px;
}

.newslist li {
  box-shadow: 0 0 5px #666;
  margin-bottom: 30px;
  padding: 36px 50px;
}

.newslist li .img, .newslist li img {
  width: 344px;
  height: 201px;
}

.newslist li .text {
  width: 490px;
  padding-right: 40px;
}

.newslist li .text .title {
  line-height: 30px;
  font-size: 22px;
  color: #060606;
}

.newslist li .text .addtime {
  margin: 11px 0 10px 0;
  line-height: 25px;
  font-size: 18px;
  color: #636666;
}

.newslist li .text p {
  line-height: 25px;
  font-size: 16px;
  color: #737373;
}

.newslist li .text h3 {
  margin-top: 44px;
  width: 150px;
  height: 40px;
  border: 1px solid #d4d4d4;
}

.newslist li a:hover .text h3 {
  background-color: #056ac1;
  color: #fff;
  border-color: #056ac1;
}

.newslist li a:hover .text * {
  color: #056ac1;
}

/*在线留言*/
.guestbook {
  width: 764px;
  margin: 0 0 0 118px
}

.guestbook h2 {
  line-height: 41px;
  font-size: 24px;
  color: #333
}

.guestbook h2:before, .guestbook h2:after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background: #6e6e6e;
  position: absolute;
  z-index: 999;
  top: 22px
}

.guestbook h2:before {
  left: 231px
}

.guestbook h2:after {
  left: 506px
}

.guestbook h3 {
  line-height: 22px;
  font-size: 12px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif
}

.guestbook ul {
  margin-top: 29px
}

.guestbook li {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  padding-bottom: 25px
}

.guestbook li .pm {
  position: absolute;
  z-index: 999;
  left: 567px;
  top: 0;
  line-height: 39px;
  color: #000301;
  font-size: 16px;
  font-weight: bold
}

.guestbook .wz {
  width: 198px;
  padding-right: 20px;
  text-align: right;
  line-height: 31px;
  font-size: 16px;
  color: #696969
}

.guestbook .wbk {
  width: 372px;
  height: 29px;
  background: none;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  line-height: 29px;
  text-indent: 5px;
  font-size: 16px;
  color: #000b05
}

.guestbook .wbk2 {
  width: 72px;
  height: 29px;
  background: none;
  border: 1px solid #d0cfd0;
  border-radius: 5px;
  line-height: 29px;
  tedxt-indent: 5px;
  font-size: 16px;
  color: #000b05
}

.guestbook .wby {
  width: 372px;
  height: 220px;
  background: none;
  border: 1px solid #d0cfd0;
  border-radius: 5px;
  line-height: 39px;
  font-size: 16px;
  color: #000b05
}

.guestbook .wbk:focus, .guestbook .wbk2:focus, .guestbook .wby:focus {
  border-color: #efae2e
}

.guestbook .btnSubmit {
  width: 82px;
  height: 28px;
  margin: 5px 0 0 351px;
  background: #009cff;
  border: 0;
  border-radius: 4px;
  line-height: 28px;
  font-size: 16px;
  color: #fff
}

/*团队列表*/
.teamlist {
  margin-top: 45px;
}

.teamlist li {
  width: 224px;
  height: 224px;
  border: 2px solid #31488d;
  border-radius: 2px;
  margin-right: 35px;
  margin-bottom: 35px;
}

.teamlist li:nth-child(4n) {
  margin-right: 0;
}

.teamlist li .img {
  width: 220px;
  height: 167px;
}

.teamlist li img {
  width: 220px;
  height: 167px;
  padding: 6px;
}

.teamlist li p {
  margin-top: 4px;
  line-height: 20px;
  font-size: 16px;
  color: #3b3833;
}

.teamlist li a:hover p {
  color: #0168b7;
}

/*图片列表*/
.picslist li {
  box-shadow: 0 0 5px #666;
  background-color: #f6f6f6;
  margin-bottom: 30px;
  padding-bottom: 45px;
}

.picslist li .img, .picslist li img {
  width: 377px;
  height: 200px;
}

.picslist li .text {
  width: 500px;
  margin-right: 50px;
}

.picslist li .text .title {
  margin-top: 18px;
  line-height: 41px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 24px;
  color: #000;
}

.picslist li .text p {
  margin-top: 18px;
  line-height: 33px;
  font-size: 18px;
  color: #000;
}

.picslist li .text p span {
  color: red;
}

.picslist li a:hover p {
  color: #0168b7;
}

/*产品列表*/
.productslist {
  margin-top: 53px;
}

.productslist li {
  width: 234px;
  height: 205px;
  margin-bottom: 28px;
  margin-right: 21px;
}

.productslist li:nth-child(4n) {
  margin-right: 0;
}

.productslist li .img, .productslist li img {
  width: 234px;
  height: 174px;
}


.productslist li p {
  line-height: 31px;
  font-size: 18px;
  color: #3b3833;
}

.productslist li a:hover p {
  color: #0168b7;
}

/*分页*/
.pages {
  padding: 20px 0 15px 0;
  text-align: right
}

.pages li {
  display: inline;
}

.pages a, .pages em {
  display: inline-block;
  height: 28px;
  margin-right: 5px;
  padding: 0 8px;
  background: #314e86;
  border: 1px solid #fff;
  line-height: 28px;
  font-size: 14px;
  color: #fff
}

.pages span {
  display: inline-block;
  height: 28px;
  margin-right: 5px;
  padding: 0 8px;
  line-height: 28px;
  font-size: 14px;
  color: #fff
}

.pages span.disabled {
  background: #314e86;
  color: #fff
}

.pages em {
  background: #efae2e;
  color: #fff;
  font-style: normal;
}

.positions {
  width: 100%;
  background-color: #ededed;
  line-height: 60px;
}

.positions .wrapper {
  padding: 0 19px;
  font-size: 16px;
}

.positions .wrapper a {
  font-size: 16px;
}

.sontype {
  width: 100%;
  height: 60px;
  background-color: #ededed;
}

.sontype a {
  margin-right: 63px;
  font-size: 16px;
}

.sontype a:last-child {
  margin-right: 0;
}

.sontype a:hover, .sontype a.active {
  color: #056ac1;
}

.typename {
  margin-top: 55px;
  line-height: 51px;
  font-size: 25px;
  color: #212121;
  margin-bottom: 30px;
}

.typename::after {
  content: '';
  display: block;
  width: 59px;
  height: 3px;
  background-color: #bcbcbc;
}

/*about*/
.about {
  margin-top: 50px;
}

.about .at .pic {
  margin-top: 9px;
}

.about .at .intro {
  width: 474px;
  line-height: 38px;
  font-size: 18px;
}

.about .ab {
  margin-top: 44px;
}

.groupMembers {
  margin: 38px 0
}

.groupMembers h2.title {
  line-height: 48px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
  font-size: 28px;
}

.groupMembers ul {
  margin-top: 24px;
}

.groupMembers li {
  width: 50%;
  height: 60px;
}

.groupMembers li:nth-child(even) {
  justify-content: flex-end;
}

.groupMembers li a {
  font-size: 18px;
}

.groupMembers li::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
}

/*index*/

.indexSwiper {
  position: relative;
  z-index: 1;
}

.indexSwiper .swiper-pagination {
  bottom: 0 !important;
}

.indexTop h2 {
  line-height: 49px;
  font-size: 30px;
}

.indexTop p {
  line-height: 47px;
  font-size: 22px;
  color: #b8b5b0;
}

.indexAbout {
  padding: 57px 0 65px 0;
  background: url(../images/bg_index_about.png) no-repeat 49px 57px;
}

.indexAbout .l {
  width: 291px;
  margin-top: 35px;
}

.indexAbout .r {
  width: 674px;
  margin-top: 60px;
}

.indexAbout .r .title {
  line-height: 38px;
  font-size: 24px;
  color: #2c4a83;
}

.indexAbout .r p {
  margin-top: 7px;
  line-height: 35px;
  font-size: 18px;
  color: #000;
}

.indexAbout .r a {
  width: 107px;
  height: 32px;
  background-color: #ff9c00;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
}

.indexAbout .r a:hover {
  background-color: #314e86;
}

.indexProducts {
  padding: 52px 0;
  background-color: #f6f6f6;
}

.indexProducts .it {
  height: 44px;
}

.indexProducts .it h2 {
  font-size: 28px;
  color: #000;
}

.indexProducts .it h3 {
  margin-left: 57px;
  font-size: 14px;
  color: #5a5646;
}

.indexProducts .c {
  margin-top: 19px;
}

.indexProducts .c .l {
  width: 216px;
}

.indexProducts .c .l .lt {
  width: 100%;
  background-color: #263f87;
  padding-top: 10px;
}

.indexProducts .c .l .lt li {
  height: 53px;
}

.indexProducts .c .l .lt li a {
  height: 53px;
  padding-left: 15px;
  font-size: 18px;
  color: #fff;
}

.indexProducts .c .l .lt li a::before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  background-color: #fff;
  margin-right: 7px;
}

.indexProducts .c .l .lt li a:hover {
  background-color: #ff9c00;
}

.indexProducts .c .l .lt .wx {
  margin: 50px 0 24px 0;
  padding: 0 28px;
}

.indexProducts .c .l .lt .wx .pic, .indexProducts .c .l .lt .wx img {
  width: 72px;
}

.indexProducts .c .l .lt .wx p {
  margin-left: 18px;
  line-height: 21px;
  margin-top: 8px;
  font-size: 13px;
  color: #fff;
}

.indexProducts .c .l .more {
  width: 100%;
  height: 84px;
  margin-top: 11px;
  background: url(../images/icon_more.png) no-repeat #263f87 162px center;
  font-size: 35px;
  color: #fff;
  padding-left: 30px;

}

.indexProducts .c .l .more:hover {
  background-color: #ff9c00;
}

.indexProducts .c .r {
  width: 768px;
}

.indexProducts .c .r .productslist {
  margin-top: 3px;
}

.indexProducts .c .r .productslist li {
  margin-right: 12px;
  width: 248px;
  height: 222px;
  margin-bottom: 11px;
}

.indexProducts .c .r .productslist li a {
  width: 248px;
  height: 222px;
  background-color: #fff;
}

.indexProducts .c .r .productslist li a:hover {
  background-color: #0168b7;
}

.indexProducts .c .r .productslist li:nth-child(4n) {
  margin-right: 12px;
}

.indexProducts .c .r .productslist li:nth-child(3n) {
  margin-right: 0;
}

.indexProducts .c .r .productslist li a:hover p {
  color: #fff;
}

.indexProductionStrength {
  padding-top: 63px;
  padding-bottom: 80px;
  background-color: #fff;
}

.indexProductionStrength .it {
  height: 64px;
  width: 100%;
  background: url(../images/bg_strength.png) no-repeat center 15px;
}

.indexProductionStrength .it h2 {
  line-height: 32px;
  font-size: 26px;
  color: #000;
}

.indexProductionStrength .it p {
  line-height: 22px;
  font-size: 14px;
  color: #868a8a;
}

.indexProductionStrength .c {
  margin-top: 30px;
  width: 100%;
  height: 334px;
}

.indexProductionStrength .c p {
  max-width: 277px;
}

.indexProductionStrength .c .a1 {
  left: 0;
  top: 0;
  width: 665px;
  height: 167px;
}

.indexProductionStrength .c .a1::after {
  content: '';
  display: block;
  width: 8px;
  height: 16px;
  background: url(../images/icon_index_strength_arrow1.png) no-repeat;
  position: absolute;
  left: 333px;
  top: 50%;
  margin-top: -8px;
}

.indexProductionStrength .c .a1 .text {
  width: 333px;
  height: 167px;
  background-color: #58a4f2;
  padding-top: 64px;
}

.indexProductionStrength .c .a2 {
  left: 0;
  bottom: 0;
  width: 667px;
  height: 167px;
}

.indexProductionStrength .c .a2::after {
  content: '';
  display: block;
  width: 8px;
  height: 16px;
  background: url(../images/icon_index_strength_arrow2.png) no-repeat;
  position: absolute;
  left: 326px;
  top: 50%;
  margin-top: -8px;
}

.indexProductionStrength .c .a2 .text {
  width: 333px;
  height: 167px;
  background-color: #58a4f2;
  padding-top: 64px;
}

.indexProductionStrength .c .a3 {
  right: 0;
  top: 0;
  width: 333px;
  height: 334px;
}

.indexProductionStrength .c .a3::after {
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  background: url(../images/icon_index_strength_arrow3.png) no-repeat;
  position: absolute;
  left: 157px;
  top: 167px;
}

.indexProductionStrength .c .a3 .text {
  width: 333px;
  height: 167px;
  background-color: #58a4f2;
  padding-top: 64px;
}


.indexProductionStrength .c hr {
  width: 2px;
  height: 39px;
  border: 0;
  background-color: #fff;
  margin: 0 6px 0 0;
}

.indexProductionStrength .c h2 {
  line-height: 25px;
  font-size: 20px;
  color: #fff;
}

.indexProductionStrength .c p {
  line-height: 140%;
  font-size: 12px;
  color: #fff;
}

.indexProductionStrength .c .img, .indexProductionStrength .c .img img {
  width: 325px;
  height: 167px;
}

.indexProductionStrength .c .a1 .img {
  margin-left: 7px;
}

.indexProductionStrength .c .a2 .img, .indexProductionStrength .c .a2 .img img {
  width: 325px;
  height: 166px;
}

.indexProductionStrength .c .a2 .img {
  margin-top: 1px;
}

.indexProductionStrength .c .a2 .text {
  margin-left: 8px;
}

.indexProductionStrength .c .a3 .img, .indexProductionStrength .c .a3 .img img {
  width: 333px;
  height: 166px;
}

.indexTeam {
  border-top: 1px solid #e3e7ee;
  margin-bottom: 80px;
  width: 100%;
  height: 465px;
  padding-top: 44px;
  background: url(../images/index_team.jpg) no-repeat center top;
}

.indexTeam h2.b {
  line-height: 37px;
  font-size: 27px;
  color: #fff;
}

.indexTeam p {
  line-height: 37px;
  font-size: 21px;
  color: #fff;
}

.teamSwiper {
  margin-top: 24px;
}

.teamSwiper .swiper-slide {
  width: 242px;
  height: 323px;
  margin-right: 11px;
}

.teamSwiper .swiper-slide a {
  display: block;
  width: 242px;
  height: 323px;
  background-color: #0061b4;
  padding: 7px;
}

.teamSwiper .swiper-slide .img, .teamSwiper .swiper-slide img {
  width: 227px;
  height: 225px;
}

.teamSwiper .swiper-slide .title {
  margin-top: 13px;
  line-height: 27px;
  font-size: 18px;
  color: #fff;
}

.indexTeam .swiper-button-prev {
  left: -64px;
  top: 226px;
  margin-top: 0;
}

.indexTeam .swiper-button-next {
  right: -64px;
  top: 226px;
  margin-top: 0;
}

.indexTop h2 {
  line-height: 32px;
  font-size: 26px;
  color: #000;
}

.indexTop p {
  line-height: 20px;
  font-size: 14px;
  color: #868a8a;
}

.indexNews {
  padding: 37px 0 25px 0;
  background-color: #eee;
}

.indexNews .c {
  margin-top: 30px;
}

.indexNews .c .l {
  width: 379px;
}

.indexNews .c .l .title {
  line-height: 27px;
  font-size: 16px;
  color: #000;
}

.indexNews .c .l p {
  margin-top: 5px;
  line-height: 20px;
  font-size: 16px;
  color: #9d9d9d;
}

.indexNews .c .l img {
  margin-top: 38px;
}

.indexNews .c .l .details {
  margin-top: 25px;
  width: 135px;
  height: 34px;
  background-color: #027ec8;
  font-size: 15px;
  color: #fff;
}

.indexNews .c .l a:hover .title, .indexNews .c .l a:hover p {
  color: #0061b4;
}

.indexNews .c .r {
  width: 556px;
}

.indexNews .c .r li {
  padding: 12px 0 37px 0;
  border-bottom: 1px dashed #868a8a;
}

.indexNews .c .r li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.indexNews .c .r li .img, .indexNews .c .r li img {
  width: 113px;
  height: 93px;
}

.indexNews .c .r li .text {
  width: 430px;
}

.indexNews .c .r li .text .title {
  line-height: 23px;
  font-size: 16px;
  color: #000;
}

.indexNews .c .r li .text .addtime {
  margin-top: 6px;
  height: 22px;
  font-size: 16px;
  color: #868a8a;
}

.indexNews .c .r li .text p {
  margin-top: 6px;
  line-height: 125%;
  font-size: 16px;
  color: #9d9d9d;
}

.indexNews .c .r a:hover .title, .indexNews .c .r a:hover p, .indexNews .c .r a:hover .addtime {
  color: #0061b4;
}


.indexMessage {
  padding: 60px 0 50px 0;
  background-color: #fff;
}

.indexMessage .c {
  margin-top: 55px;
}

.indexMessage ul {
  width: 464px;
}

.indexMessage li {
  margin-bottom: 13px;
}

.indexMessage li p {
  width: 65px;
  font-size: 19px;
  color: #000;
}

.indexMessage li .input {
  width: 399px;
  height: 38px;
  border: 2px solid #e0e0e0;
  border-radius: 2px;
  padding: 0 8px;
  font-size: 19px;
  color: #333;
}

.indexMessage li .input.input2 {
  width: 200px;
}

.indexMessage li .textarea {
  width: 409px;
  height: 140px;
  border: 2px solid #e0e0e0;
  border-radius: 2px;
  padding: 0 8px;
  font-size: 19px;
  line-height: 140%;
  color: #333;
}

.indexMessage li #imgVerifys {
  cursor: pointer;
}

.indexMessage .btn {
  margin-top: 14px;
}

.indexMessage .btn button {
  width: 317px;
  height: 47px;
  background: #263f87;
  border: 0;
  border-radius: 3px;
  font-size: 20px;
  color: #fff;
}

.indexMessage .btn button:hover {
  background-color: #0061b4;
}

