@charset "utf-8";

.center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.platetit .platetit-tit {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 34px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 18px;
  line-height: 34px;
}

.platetit .platetit-tittow {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  letter-spacing: 0px;
  /*color: #888888;*/
  color: #333333;
  line-height: 18px;
}

/*头部导航区域*/
.main-nav-action {
  color: #0094e7 !important;
}

.header .ground {
  width: 100%;
  background-color: #002c46;
}

.header .top-nav {
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.header .top-nav a {
  color: #fff;
}

.header .top-nav .top-nav-list a {
  margin-left: 20px;
  margin-right: 20px;
}

.header .top-nav .top-nav-list a:hover {
  text-decoration: underline;
}

.header .top-nav .top-nav-list .xiajiantou {
  display: block;
  width: 10px;
  height: 10px;
  float: right;
  margin-top: 15px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
}

.header .header-content {
  height: 105px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header .header-content .logo {
  width: 230px;
  height: 100%;
  margin-right: 130px;
}

.header .header-content .logo img {
  float: left;
  max-width: 100%;
}

.header .header-content .logo h2 {
  margin-left: 12px;
  float: left;
  color: #065886;
  font-size: 24px;
  font-weight: bold;
}

.header .header-content form {
  width: 420px;
  height: 40px;
  margin-top: 20px;
}

.header .header-content form input[type="text"] {
  line-height: 40px;
  width: 350px;
  height: 40px;
  border: 1px solid #cccccc;
  text-indent: 9px;
  color: #222;
}

.header .header-content form input[type="submit"] {
  float: right;
  width: 70px;
  line-height: 40px;
  background-color: #065786;
  text-align: center;
  font-size: 18px;
  color: #eee;
  cursor: pointer;
}

.header .header-content .concat {
  width: 265px;
  margin-top: 15px;
}

.header .header-content .concat .iconphone {
  float: left;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  background-position: 0 0;
}

.header .header-content .concat p {
  float: right;
  width: 213px;
  height: 48px;
  line-height: 54px;
  color: #065886;
  font-size: 20px;
}

.header .main-nav {
  z-index: 2;
  height: 40px;
  position: relative;
  /* margin-top: 30px; */
}

.header .main-nav dl {
  font-size: 0;
}

.header .main-nav dl .d {
  display: inline-block;
  font-size: 16px;
}

.header .main-nav dl dt {
  display: inline-block;
  font-size: 16px;
  position: relative;
  background-color: #0094e7;
  margin-right: 15px;
  line-height: 40px;
}

.header .main-nav dl dt a {
  color: #fff;
  padding-left: 55px;
  padding-right: 55px;
}

.header .main-nav dl dt .serve-nav {
  position: absolute;
  width: 100%;
  background-color: #003150;
  font-size: 16px;
}

.header .main-nav dl dt .serve-nav .serve-nav-bar {
  position: relative;
  text-align: right;
}

.header .main-nav dl dt .serve-nav .serve-nav-bar a .bicon {
  position: absolute;
  top: 22px;
  left: 27px;
  width: 26px;
  height: 27px;
}

.header .main-nav dl dt .serve-nav .serve-nav-bar a .icongonshang {
  width: 20px;
  height: 27px;
  background-position: 0 -44px;
}

.header .main-nav dl dt .serve-nav .serve-nav-bar a .iconcaishuei {
  width: 24px;
  height: 25px;
  background-position: -25px -44px;
}

.header .main-nav dl dt .serve-nav .serve-nav-bar a .iconzizhi {
  width: 24px;
  height: 25px;
  background-position: -54px -44px;
}

.header .main-nav dl dt .serve-nav .serve-nav-bar a .iconzhishi {
  background-position: -82px -44px;
}

.header .main-nav dl dt .serve-nav .serve-nav-bar a .iconrenzheng {
  background-position: -111px -44px;
}

.header .main-nav dl dt .serve-nav .serve-nav-bar a .iconjinron {
  background-position: -139px -44px;
}

.header .main-nav dl dt .serve-nav .serve-nav-bar a .iconjiquan {
  width: 35px;
  background-position: -170px -44px;
}

.header .main-nav dl dt .serve-nav li {
  position: relative;
  border-bottom: 1px solid #335a73;
}

.header .main-nav dl dt .serve-nav li:hover {
  background-color: #fff;
}

.header .main-nav dl dt .serve-nav li:hover a {
  color: #333333;
}

.header .main-nav dl dt .serve-nav li:hover .bicon {
  filter: contrast(0%);
}

.header .main-nav dl dt .serve-nav li:hover .serve-nav-content {
  display: block;
}

.header .main-nav dl dt .serve-nav li .serve-nav-bar {
  line-height: 65px;
}

.header .main-nav dl dt .serve-nav li .serve-nav-content {
  padding-bottom: 30px;
  background-color: #fff;
  display: none;
  font-size: 0;
  position: absolute;
  z-index: 99;
  left: 206px;
  top: 0;
  width: 620px;
  min-height: 180px;
  padding: 10px 35px;
  text-align: left;
}

.header .main-nav dl dt .serve-nav li .serve-nav-content h3 {
  position: relative;
  padding-left: 31px;
  width: 100%;
  line-height: 62px;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #e1e1e1;
}

.header .main-nav dl dt .serve-nav li .serve-nav-content h3:before {
  content: '';
  left: 0;
  top: 24px;
  position: absolute;
  display: block;
  width: 4px;
  height: 14px;
  background-color: #d82323;
}

.header .main-nav dl dt .serve-nav li .serve-nav-content .serve-nav-content-list {
  position: relative;
  color: #8a8a8a;
  font-size: 14px;
  padding: 0;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.header .main-nav dl dt .serve-nav li .serve-nav-content .serve-nav-content-list:before {
  content: '';
  left: 0;
  top: 18px;
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #a2a2a2;
}

.header .main-nav dl dd {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
}

.header .main-nav dl dd a {
  padding-left: 36px;
  color: #666666;
}

.header .main-nav dl dd:hover a {
  color: #0094e7;
}

/*头部导航区域*/
/*banner图*/
.banner {
  width: 100%;
  z-index: 1;
  margin-bottom: 72px;
}

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

.banner .swiper-button-prev {
  opacity: 1;
  left: unset;
  right: 200px;
  width: 78px;
  height: 43px;

  border-radius: 5px;
  background-color: #33333349;
  background-size: 25%;
  z-index: 5;
  background-image:url("../images/prev.svg");
  top:unset;
  bottom: 10px;
}

.pagination{position: relative;width: 1200px;margin: 0 auto;}

.banner .swiper-button-next {
  opacity: 1;
  right: 10px;
  width: 78px;
  height: 43px;
  border-radius: 5px;
  background-color: #33333349;
  background-size: 25%;
  z-index: 5;
  background-image:url("../images/next.svg");
  top:unset;
  bottom: 10px;
}

/*banner图*/
/*底部*/
.footer-box {
  width: 100%;
  background-color: #2b2b2b;
}

.footer-box .footer {
  padding-top: 40px;
  padding-bottom: 35px;
  color: #777777;
}

.footer-box .footer a {
  color: #777777;
}

.footer-box .footer .bottom-logo {
  text-align: center;
  padding-left: 20px;
  padding-right: 80px;
  border-right: 1px solid #222222;
}

.footer-box .footer .bottom-logo img {
  max-width: 120px;
}

.footer-box .footer .bottom-logo h2 {
  font-size: 30px;
}

.footer-box .footer .bottom-logo p {
  font-size: 13.5px;
}

.footer-box .footer .footer-list {
  width: 600px;
}

.footer-box .footer .footer-list li {
  padding-left: 21px;
  float: left;
  width: 25%;
}

.footer-box .footer .footer-list li p {
  text-align: left;
  display: block;
  width: 100%;
  line-height: 25px;
  color: #a1a1a1;
  font-size: 16px;
  margin-bottom: 14px;
}

.footer-box .footer .footer-list li a {
  display: block;
  text-align: left;
  width: 100%;
  line-height: 25px;
  color: #696969;
}

.footer-box .footer .footer-list li a:hover {
  color: #a4a4a4;
}

.footer-box .footer .ewm {
  padding-left: 18px;
  border-left: 1px solid #222222;
  margin-bottom: 14px;
}

.footer-box .footer .ewm img {
  max-width: 120px;
}

.footer-box .footer .ewm p {
  line-height: 30px;
  color: #696969;
  font-size: 14px;
  text-align: center;
}

.footer-box .footer .footer-concat {
  width: 180px;
}

.footer-box .footer .footer-concat h3 {
  line-height: 22px;
  color: #a1a1a1;
  font-size: 16px;
}

.footer-box .footer .footer-concat a {
  line-height: 32px;
  color: #666666;
  font-size: 22px;
  font-weight: bold;
}

.footer-box .footer .footer-concat p {
  line-height: 22px;
  color: #696969;
  font-size: 16px;
}

.footer-box .footer .footer-concat .footericon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: 10px;
  margin-right: 20px;
}

.footer-box .footer .footer-concat .iconqq {
  background-position: 0 -194px;
}

.footer-box .footer .footer-concat .iconwx {
  background-position: -33px -194px;
}

.footer-box .footer .footer-concat .iconwb {
  background-position: -66px -194px;
  margin-right: 0;
}

.zc-box {
  width: 100%;
  background-color: #222;
}

.zc-box .zc {
  background-color: #222222;
  height: 50px;
}

.zc-box .zc a {
  line-height: 50px;
  color: #777777;
  font-size: 14px;
}

/*底部*/
.banner {
  height: 461px;
}

.serve {
  margin-top: 70px;
}

.serve .serve-content {
  margin-top: 49px;
  margin-bottom: 86px;
  font-size: 0;
  text-align: center;
}

.serve .serve-content li {
  position: relative;
  width: 25%;
  float: left;
  height: 395px;
  border: 1px solid #dddddd;
}

.serve .serve-content li .triangle-box {
  position: absolute;
  right: -15px;
  top: 190px;
  z-index: 990;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}

.serve .serve-content li .triangle {
  position: absolute;
  right: 1px;
  top: -15px;
  z-index: 999;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
}

.serve .serve-content li:hover {
  background-color: #065886;
}

.serve .serve-content li:hover .serce-content-text h3,
.serve .serve-content li:hover .serce-content-text p {
  color: #fff;
}

.serve .serve-content li:hover .triangle {
  border-left-color: #065886;
}

.serve .serve-content li .img-box {
  height: 130px;
  margin: 100px 83px 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #e0e0e0;
}

.serve .serve-content li .img-box img {
  width: 100%;
  height: 100%;
}

.serve .serve-content li .serce-content-text {
  padding: 0 22px;
}

.serve .serve-content li .serce-content-text h3 {
  color: #065886;
  font-size: 26px;
  line-height: 45px;
}

.serve .serve-content li .serce-content-text p {
  display: none;
  font-size: 14px;
  color: #888888;
  line-height: 24px;
}

.serve .serve-content li .more {
  display: block;
  background-color: #065886;
  color: #fff;
  width: 120px;
  line-height: 36px;
  text-align: center;
  color: 3px;
  font-size: 14px;
  position: absolute;
  margin: auto;
  bottom: -20px;
  left: 90px;
}

/*服务平台区域*/
/*能做什么区域*/
.can-box {
  width: 100%;
  background-color: #f4f4f4;
  padding-top: 67px;
  padding-bottom: 148px;
  margin-bottom: 62px;
  position: relative;
}

.can-box .can ul {
  margin-top: 60px;
}

.can-box .can li {
  width: 269px;
  height: 152px;
  margin-right: 40px;
  margin-bottom: 46px;
  border: 1px solid #dedede;
  float: left;
  padding: 20px 35px;
  background-color: #ffffff;
}

.can-box .can li:hover {
  background-color: #065886;
}

.can-box .can li:hover .can-list-content h3,
.can-box .can li:hover .can-list-text {
  color: #fff;
}

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

.can-box .can li .can-list-content {
  margin-bottom: 10px;
  overflow: hidden;
}

.can-box .can li .can-list-content .canicon {
  float: left;
  width: 55px;
  height: 55px;
}

.can-box .can li .can-list-content .iconzhuce {
  background-position: 0 -77px;
}

.can-box .can li .can-list-content .iconcaishuei {
  background-position: -58px -77px;
}

.can-box .can li .can-list-content .iconzhishi {
  background-position: -116px -77px;
}

.can-box .can li .can-list-content .iconbianggen {
  background-position: -174px -77px;
}

.can-box .can li .can-list-content .iconshueiwu {
  background-position: 0 -132px;
}

.can-box .can li .can-list-content .iconzhengce {
  background-position: -58px -132px;
}

.can-box .can li .can-list-content .iconzizhi {
  background-position: -116px -132px;
}

.can-box .can li .can-list-content .iconronzi {
  background-position: -174px -132px;
}

.can-box .can li .can-list-content h3 {
  font-size: 16px;
  color: #212121;
  line-height: 34px;
  margin-left: 65px;
  margin-top: 5px;
}

.can-box .can li .can-list-text {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.can-box .can .more {
  display: block;
  background-color: #93ce3b;
  border-radius: 17px;
  width: 120px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 67px;
  left: 50%;
  margin-left: -65px;
  height: 36px;
  width: 130px;
}

.counselor {
  position: relative;
  margin-bottom: 75px;
}

.counselor .counselors {
  margin-top: 20px;
  padding: 10px;
}

.counselor .counselors .swiper-slide {
  text-align: center;
  border: 1px solid rgba(204, 204, 204, 0.602);
  overflow: hidden;
}

.counselor .counselors .swiper-slide:hover {
  box-shadow: 1px 1px 10px rgba(121, 121, 121, 0.445);
}

.counselor .counselors .swiper-slide:hover {
  transform: scale(1.03);
}

.counselor .counselors .swiper-slide img {
  width: 100%;
  padding-left: 1px;
  padding-right: 1px;
}

.counselor .counselors .swiper-slide h3 {
  line-height: 50px;
  color: #666;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
  margin: 5px 21px 14px;
}

.counselor .counselors .swiper-slide p {
  line-height: 29px;
 /* color: #777;*/
  font-size: 16px;
}

.counselor .counselors .swiper-slide .more {
  display: block;
  color: #065886;
  border-radius: 3px;
  width: 120px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #065886;
  margin-left: 75px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.counselor .counselors .swiper-slide .more:hover {
  background-color: #93ce3b;
  border-color: #93ce3b;
  color: #fff;
}

.counselor .swiper-button-prev {
  width: 40px;
  height: 50px;
  background-color: #a3a3a3;
  color: #fff;
  background-image: url(../images/slider-arrow.png);
  background-size: 240px 183px;
  background-position: -126px -141px;
  border-radius: 3px;
  left: -63px;
}

.counselor .swiper-button-next {
  width: 40px;
  height: 50px;
  background-color: #a3a3a3;
  color: #fff;
  background-image: url(../images/slider-arrow.png);
  background-size: 240px 183px;
  border-radius: 3px;
  background-position: -8px -141px;
  right: -63px;
}

/*专业顾问区域*/
/*品牌优势区域*/
.advantage-box {
  width: 100%;
  background-color: #f4f4f4;
  padding-top: 77px;
  /* margin-bottom: 90px; */
}

.advantage-box .advantage-content {
  position: relative;
  padding: 40px 47px;
  height: 663px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  background: url(../images/advantage.png) center no-repeat;
}

.advantage-box .advantage-content .advantage-content-tit {
  position: relative;
  max-width: 455px;
  padding-left: 45px;
  padding-right: 45px;
  margin: 285px auto 0;
  line-height: 34px;
  color: #fff;
  font-size: 30px;
  text-align: right;
}

.advantage-box .advantage-content .advantage-content-tit::before {
  content: '';
  position: absolute;
  right: 45px;
  top: -30px;
  width: 88px;
  height: 1px;
  background-color: #fff;
}

.advantage-box .advantage-content .advantage-content-text {
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  max-width: 455px;
  text-align: right;
  padding-left: 45px;
  padding-right: 45px;
  margin: auto;
}

.advantage-box .advantage-content .advantage-content-list {
  margin-left: 47px;
  margin-right: 47px;
  margin-top: 52px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.advantage-box .advantage-content .advantage-content-list li {
  position: absolute;
  width: 321px;
  height: 100px;
  text-align: center;
}

.advantage-box .advantage-content .advantage-content-list li .list-title {
  line-height: 23px;
  color: #2d2d2d;
  font-size: 17px;
  font-weight: bold;
}

.advantage-box .advantage-content .advantage-content-list li .list-title span {
  line-height: 23px;
  color: #fff;
  font-size: 17px;
  margin-right: 10px;
  display: inline-block;
  width: 23px;
  background-color: #93ce3b;
  border-radius: 50%;
}

.advantage-box .advantage-content .advantage-content-list li p {
  line-height: 23px;
  color: #2d2d2d;
  font-size: 14px;
}

.advantage-box .advantage-content .advantage-content-list li:nth-child(1) {
  left: 150px;
}

.advantage-box .advantage-content .advantage-content-list li:nth-child(2) {
  top: 115px;
  left: 30px;
}

.advantage-box .advantage-content .advantage-content-list li:nth-child(3) {
  top: 230px;
  left: 0px;
}

.advantage-box .advantage-content .advantage-content-list li:nth-child(4) {
  top: 345px;
  left: 10px;
}

.advantage-box .advantage-content .advantage-content-list li:nth-child(5) {
  top: 460px;
  left: 130px;
}

.advantage-box .advantage-content .advantage-content-list li:nth-child(6) {
  right: 180px;
}

.advantage-box .advantage-content .advantage-content-list li:nth-child(7) {
  top: 115px;
  right: 100px;
}

.advantage-box .advantage-content .advantage-content-list li:nth-child(8) {
  top: 230px;
  right: 30px;
}

.advantage-box .advantage-content .advantage-content-list li:nth-child(9) {
  top: 345px;
  right: 50px;
}

.advantage-box .advantage-content .advantage-content-list li:nth-child(10) {
  top: 460px;
  right: 150px;
}

.flow {
  padding-bottom: 68px;
}

.flow .flow-content {
  margin-top: 50px;
}

.flow .flow-content li {
  position: relative;
  opacity: 0;
  left: -50px;
  float: left;
  width: 274px;
  height: 218px;
  background: url(../images/lc.png);
  margin-left: -48px;
}

.flow .flow-content li:first-child {
  margin-left: 0;
}

.flow .flow-content li:nth-child(2) {
  background-position: -274px 0;
}

.flow .flow-content li:nth-child(2) .flow-content-number {
  background-image: -webkit-linear-gradient(#93ce3b 0%, #93ce3b 50%, #fff 50%, #fff 100%);
}

.flow .flow-content li:nth-child(3) {
  background-position: -548px 0;
}

.flow .flow-content li:nth-child(3) .flow-content-number {
  background-image: -webkit-linear-gradient(#f19b06 0%, #f19b06 50%, #fff 50%, #fff 100%);
}

.flow .flow-content li:nth-child(4) {
  background-position: -822px 0;
}

.flow .flow-content li:nth-child(4) .flow-content-number {
  background-image: -webkit-linear-gradient(#75539e 0%, #75539e 50%, #fff 50%, #fff 100%);
}

.flow .flow-content li:nth-child(5) {
  background-position: -1096px 0;
}

.flow .flow-content li:nth-child(5) .flow-content-number {
  background-image: -webkit-linear-gradient(#30a7c5 0%, #30a7c5 50%, #fff 50%, #fff 100%);
}

.flow .flow-content li .flow-content-number {
  line-height: 34px;
  color: transparent;
  font-size: 24px;
  display: block;
  margin-left: 120px;
  margin-top: -17px;
  background-image: -webkit-linear-gradient(#336db3 0%, #336db3 50%, #fff 50%, #fff 100%);
  -webkit-background-clip: text;
}

.flow .flow-content li .iconflow {
  width: 36px;
  height: 40px;
  margin: 52px 0 0 130px;
}

.flow .flow-content li .iconflow1 {
  background-position: 0 -235px;
}

.flow .flow-content li .iconflow2 {
  width: 45px;
  background-position: -37px -233px;
}

.flow .flow-content li .iconflow3 {
  width: 43px;
  background-position: -82px -235px;
}

.flow .flow-content li .iconflow4 {
  width: 42px;
  background-position: -125px -235px;
}

.flow .flow-content li .iconflow5 {
  width: 46px;
  height: 40px;
  background-position: -167px -233px;
}

.flow .flow-content li h3 {
  line-height: 34px;
  color: #fff;
  font-size: 20px;
  margin-left: 75px;
  margin-top: 10px;
}

.flow .flow-content li p {
  line-height: 14px;
  color: #fff;
  font-size: 12px;
  margin-left: 75px;
}

.partner-box {
  width: 100%;
  background-color: #f4f4f4;
  padding-top: 69px;
  padding-bottom: 72px;
}

.partner-box .partner-content {
  margin-top: 50px;
}

.partner-box .partner-content .swiper-slide {
  position: relative;
  margin: auto;
  float: left;
  width: 23.333%;
  height: 325px;
  background-color: #fff;
  padding: 10px 30px 10px;
}

.partner-box .partner-content .swiper-slide:nth-child(4n) {
  margin-right: 0;
}

.partner-box .partner-content .swiper-slide:hover {
  box-shadow: 1px 1px 10px rgba(150, 150, 150, 0.288);
}

.partner-box .partner-content .swiper-slide .partner-list-img {
  width: 100%;
  height: 100px;
  position: relative;
}

.partner-box .partner-content .swiper-slide .partner-list-img img {
  bottom: 0;
  max-width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.partner-box .partner-content .swiper-slide .partner-list-text {
  position: relative;
  font-size: 12px;
  line-height: 21px;
  color: #333333;
  padding-top: 45px;
  padding-bottom: 45px;
  text-indent: 38px;
}

.partner-box .partner-content .swiper-slide .partner-list-text .icondouhao {
  position: absolute;
  width: 38px;
  height: 16px;
  background-position: -101px -12px;
}

.partner-box .partner-content .swiper-slide p {
  line-height: 55px;
  min-width: 68px;
  text-align: center;
  font-size: 12px;
  /*color: #999999;*/
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  border-top: 1px solid #bfbfbf;
  bottom: -15px;
}

.bottom-banner {
  margin-bottom: 60px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-image: url(../images/bottmbanner.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.bottom-banner .bottom-banner-content h2 {
  text-align: center;
  font-family: BDZYJT--GB1-0;
  font-size: 48px;
  margin-top: 56px;
  margin-bottom: 8px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3f9dd8;
}

.bottom-banner .bottom-banner-content .balloon-box {
  height: 180px;
}

.bottom-banner .bottom-banner-content .balloon-box .balloon {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  letter-spacing: 0px;
  color: #3f9dd8;
  position: relative;
  float: left;
  margin: 40px 70px;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
}

.bottom-banner .bottom-banner-content .balloon-box .balloon:nth-child(2n) {
  margin-top: 0;
}

.bottom-banner .bottom-banner-content .balloon-box .balloon:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100px;
  width: 1px;
  height: 178px;
  background-color: #fff;
}

/*底部大图*/
.blogroll-box {
  width: 100%;
  border-top: 1px solid #cccccc;
  margin-top: 60px;
  margin-bottom: 50px;
}

.blogroll-box .blogroll .blogroll-title a {
  display: inline-block;
  position: relative;
  line-height: 71px;
  color: #666666;
  font-size: 20px;
  margin: 0 20px;
  box-sizing: content-box;
}

.blogroll-box .blogroll .blogroll-title a .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e84649;
}

.blogroll-box .blogroll .blogroll-title a .line:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -3px;
  border: 3px solid #e84649;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.blogroll-box .blogroll .blogroll-title a:hover .line {
  display: block;
}

.blogroll-box .blogroll .fens .swiper-slide {
  position: relative;
}

.blogroll-box .blogroll .fens .swiper-slide img {
  border: 1px solid #ccc;
  padding: 21px 22.6px;
  width: 175px;
  height: 97px;
}

/*友情链接*/
/*新闻咨询*/
.news .news-nav {
  border-bottom: 1px solid #3f9dd8;
}

.news .news-nav h2 {
  float: left;
  line-height: 90px;
  color: #333;
  font-size: 34px;
}

.news .news-nav ul {
  float: right;
  margin-top: 60px;
}

.news .news-nav ul li {
  display: inline-block;
  margin-right: 20px;
}

.news .news-nav ul li .active {
  color: #3f9dd8;
}

.news .news-nav ul li a {
  line-height: 20px;
  color: #666666;
  font-size: 20px;
}

.news .news-nav ul li a:hover {
  color: #3f9dd8;
}

.news .news-content {
  margin-top: 30px;
  margin-bottom: 70px;
}

.news .news-content .main-content {
  position: relative;
  width: 440px;
  height: 379px;
}

.news .news-content .main-content img{
    width: 440px;
    height: 300px;
}

.news .news-content .main-content p {
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  padding-left: 30px;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.6);
}

.news .news-content .news-list {
  width: 717px;
  height: 379px;
}

.news .news-content .news-list h3 {
  line-height: 18px;
  color: #333333;
  font-size: 18px;
  margin-bottom: 25px;
}

.news .news-content .news-list li {
  width: 330px;
  height: 65px;
  margin-right: 55px;
  margin-bottom: 24px;
  float: left;
}

.news .news-content .news-list li:nth-child(2n) {
  margin-right: 0;
}

.news .news-content .news-list li:hover .time-box {
  background-color: #065786;
  color: #fff;
}

.news .news-content .news-list li:hover h4 {
  color: #065786;
}

.news .news-content .news-list li .time-box {
  line-height: 12px;
  color: #b0afaf;
  font-size: 12px;
  float: left;
  text-align: center;
  display: block;
  width: 65px;
  height: 65px;
  background-color: #e2e3e3;
  margin-right: 10px;
}

.news .news-content .news-list li .time-box i {
  display: block;
  width: 100%;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
}

.news .news-content .news-list li h4 {
  line-height: 14px;
  color: #333333;
  font-size: 14px;
  margin-bottom: 10px;
}

.news .news-content .news-list li p {
  line-height: 18px;
  color: #333333;
  font-size: 12px;
  max-height: 42px;
  -webkit-line-clamp: 2;
}