@font-face {
  font-family: 'myFonts';
  src: url('/static/font/font.ttf');
  src: url('/static/font/font.woff') format('woff'), url('/static/font/font.ttf') format('truetype'), url('/static/font/font.svg') format('svg');
}
@font-face {
  font-family: 'myFonts1';
  src: url('https://www.zengzhangli.com/style/fonts/font1.ttf');
  src: url('/static/font/font1.woff') format('woff'), url('https://www.zengzhangli.com/style/fonts/font1.ttf') format('truetype'), url('/static/font/font1.svg') format('svg');
}
.number {
  font-family: "myFonts";
}
.font1 {
  font-family: "myFonts1";
}
.flex {
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
 
}
.a{
  display:block;
      width: 95px;
    height: 95px;
    margin: 0 auto;
    border-radius: 50%;
    /* border: 1px solid #006cda; */
    align-items: center;
       overflow: hidden;
}
.container {
  width: 1300px;
  margin: 0 auto;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header {
  position: relative;
}
.header .topNav {
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
.header .topNav .nav ul {
  align-items: center;
}
.header .topNav .nav ul .navItem {
  width: 110px;
  height: 90px;
  position: relative;
  z-index: 99999;
}
.header .topNav .nav ul .navItem.juzhenNav {
  position: static;
}
.header .topNav .nav ul .navItem .list {
  position: absolute;
  padding: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  text-align: center;
  display: none;
}
.header .topNav .nav ul .navItem .list .listItem {
  white-space: nowrap;
  line-height: 42px;
  border-bottom: 1px solid #eee;
}
.header .topNav .nav ul .navItem .list .listItem:hover a {
  color: #006cda;
}
.header .topNav .nav ul .navItem .list .listItem a {
  color: #333;
}
.header .topNav .nav ul .navItem:hover {
  background: url(/static/image/navBg.png) no-repeat bottom;
}
.header .topNav .nav ul .navItem:hover .list {
  display: block;
}



.header .topNav .nav ul .navItem > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 17px;
  color: #333;
  text-align: center;
  line-height: 90px;
}
.header .topNav .nav ul .navItem > a img {
  margin-left: 5px;
}
.header .topNav .search {
  position: relative;
  z-index: 99999;
}
.header .topNav .search:hover .input {
  display: block;
}
.header .topNav .search .input {
  position: absolute;
  width: 390px;
  height: 70px;
  background: rgba(0, 108, 218, 0.7);
  top: 95px;
  right: 0;
  padding: 10px;
  padding-left: 40px;
  box-sizing: border-box;
  display: none;
}
.header .topNav .search .input input {
  height: 44px;
  border: none;
  outline: none;
  border-bottom: 1px solid #8492bc;
  color: #8492bc;
  background: transparent;
  width: 300px;
}
.header .juzhen {
  position: absolute;
  left: 0;
  top: 90px;
  background: #fff;
  width: 100%;
  z-index: 9999;
  height: 400px;
  display: none;
}
.header .juzhen .leftNav {
  width: 310px;
  background: #fafafa;
}
.header .juzhen .leftNav ul li {
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
.header .juzhen .leftNav ul li.active {
  color: #006cda;
}
.header .juzhen .rightCon {
  flex: 1;
  padding: 50px 0;
  box-sizing: border-box;
}
.header .juzhen .rightCon .rightConItem {
  display: none;
}
.header .juzhen .rightCon .rightConItem:nth-child(1) {
  display: block;
}
.header .juzhen .rightCon .more {
  margin-top: 260px;
  margin-left: 70px;
}
.header .juzhen .rightCon .more a {
  font-size: 14px;
  color: #a6a6a6;
}
.header .juzhen .rightCon .more a:hover {
  color: #006cda;
}
.header .juzhen .rightCon .img {
  width: 600px;
  text-align: center;
}
.header .juzhen .rightCon .img img {
  max-width: 100%;
  vertical-align: middle;
}
.header .juzhen .rightCon ul {
  width: 240px;
}
.header .juzhen .rightCon ul li {
  margin-bottom: 25px;
}
.header .juzhen .rightCon ul li:hover * {
  color: #006cda;
}
.header .juzhen .rightCon ul li p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.header .juzhen .rightCon ul li div {
  font-size: 14px;
  color: #a6a6a6;
  margin-top: 12px;
}
.footer {
  background: #303745;
}
.footer .bot {
  border-top: 1px solid #3c424e;
  height: 60px;
  line-height: 60px;
}
.footer .bot * {
  margin-right: 10px;
  color: #8c8c8c;
  font-size: 14px;
}
.footer .top {
  padding: 90px 0;
  align-items: top;
  justify-content: space-between;
}
.footer .top .footerItem p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
.footer .top .footerItem ul li {
  line-height: 2;
}
.footer .top .footerItem ul a {
  color: #8c8c8c;
  font-size: 14px;
}
.footer .top .link p {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.footer .top .link div {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 2;
}
.footer .top .code .ewm {
  width: 150px;
  margin-right: 20px;
}
.footer .top .code .ewm p {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 2;
}
.title {
  padding: 60px;
  text-align: center;
}
.title p {
  font-size: 34px;
  color: #1a1a1a;
}
.title p span {
  color: #006cda;
  vertical-align: top;
}
.title div {
  font-size: 16px;
  color: #808080;
  margin-top: 20px;
}
.title2 p {
  font-weight: bold;
}
.title2 img {
  margin-top: 20px;
}
.body .banner .swiper-pagination-bullets {
  bottom: 60px !important;
}
.body .banner .swiper-pagination .swiper-pagination-bullets {
  bottom: 60px !important;
  width: 100%;
}
.body .banner .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  background: rgba(161, 195, 221, 0.5);
  opacity: 1;
  margin: 0 4px;
  border-radius: 0;
}
.body .banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.body .navList {
  padding: 40px 0;
  align-items: top;
  justify-content: space-between;
  margin-top: -47px;
  position: relative;
  z-index: 666;
  background: #fff;
}
.body .navList .navItem {
  width: 260px;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  text-align: center;
}
.body .navList .navItem:nth-last-child(1) {
  border: none;
}
.body .navList .navItem .num {
  font-size: 58px;
  color: #006cda;
}
.body .navList .navItem p {
  font-size: 16px;
  color: #616161;
}
.body .fangan {
  background: #f7f7f7;
  text-align: center;
  padding-bottom: 100px;
  position: relative;
}
.body .fangan .swiper-wrapper {
 /* height: 450px;*/
  align-items: center;
  justify-content: center;
}
.body .fangan .swiper-slide {
  border: 1px solid transparent;
  box-sizing: border-box;
  margin-right: 20px;
  /*height: 430px;*/
}
.body .fangan .swiper-slide:last-child{
	margin-right: 0;
}
.body .fangan .swiper-slide:hover {
  -transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 100px);
  -moz-transform: translate3d(0, 0, 100px);
  -ms-transform: translate3d(0, 0, 100px);
  -o-transform: translate3d(0, 0, 100px);
  transform: translate3d(0, 0, 100px);
  border-color: #006cda;
  box-sizing: border-box;
  box-shadow: 0 0 10px #666;
  z-index: 666;
  /*height: 432px;*/
}
.body .fangan .swiper-slide:hover .fanganTop {
  background: #006cda;
  color: #fff;
}
.body .fangan .swiper-slide:nth-child(2):hover {
  border-color: #fa8e55;
}
.body .fangan .swiper-slide:nth-child(2):hover .fanganTop {
  background: #fa8e55;
}
.body .fangan .swiper-slide:nth-child(3):hover {
  border-color: #e9b46d;
}
.body .fangan .swiper-slide:nth-child(3):hover .fanganTop {
  background: #e9b46d;
}
.body .fangan .swiper-slide:hover .fanganTop img {
  display: none;
}
.body .fangan .swiper-slide:hover .fanganTop img.active {
  display: inline-block;
}
.body .fangan .swiper-slide:hover .fanganTop .name {
  color: #fff;
}
.body .fangan .swiper-slide:hover .fanganTop .fresh {
  color: #fff;
}
.body .fangan .swiper-pagination-bullets {
  bottom: 50px;
  width: 100%;
}
.body .fangan .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d5d5d5;
  opacity: 1;
  margin: 0 4px;
  border-radius: 4px;
}
.body .fangan .swiper-pagination-bullet-active {
  width: 15px;
  background: #b3b3b3;
}
.body .fangan .fanganTop {
  padding: 36px;
  background: #f0f4f8;
    height: 180px;
}
.body .fangan .swiper-slide:nth-child(2) .fanganTop {
	background: #f5d8c9;
}
.body .fangan .swiper-slide:nth-child(3) .fanganTop {
	background: #ecdac1;
}
.body .fangan .fanganTop .active {
  display: none;
}
.body .fangan .fanganTop .name {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
}
.body .fangan .fanganTop .fresh {
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
  line-height: 1.5;
}
.body .fangan .fanganBot {
  padding: 15px 36px;
  background: #fff;
  height:auto;
  /* overflow-y: scroll; */
  min-height: 420px;
	
}
.body .fangan .fanganBot li {
  padding: 10px 0;
}
.body .fangan .fanganBot li p {
  font-size: 14px;
  color: #4c4c4c;
  margin-bottom: 10px;
}
.body .fangan .fanganBot li div {
  font-size: 12px;
  color: #999999;
}
.body .product .list .more {
  width: 245px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #333;
  border: 1px solid #999;
  border-radius: 5px;
  margin: 50px auto;
}
.body .product .list .more a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333;
}
.body .product .list ul {
  align-items: top;
  justify-content: left;
  flex-wrap: wrap;
}
.body .product .list ul li {
  width: 230px;
  padding: 20px;
  text-align: center;
  margin-right: 40px;
}
.body .product .list ul li:hover .img {
  box-shadow: 0 0 10px #a1c3e3;
  transform: scale(1.1);
}
.body .product .list ul li:hover p,
.body .product .list ul li:hover span,
.body .product .list ul li:hover div {
  color: #006cda !important;
}
.body .product .list ul li:nth-child(4n) {
  margin-right: 0;
}
.body .product .list ul li .img {
  width: 95px;
  height: 95px;
  margin: 0 auto;
  border-radius: 50%;
 /* border: 1px solid #006cda;*/
 align-items:center;
}
.body .product .list ul li p {
  font-size: 18px;
  color: #333;
  margin: 20px 0;
}
.body .product .list ul li div {
  font-size: 14px;
  color: #808080;
  line-height: 1.5rem;
}
.body .productWrap {
  background: #003567;
}
.body .productWrap .swiper-button-prev,
.body .productWrap .swiper-button-next {
  width: 50px;
  height: 420px;
  background-color: rgba(1, 39, 75, 0.5);
}
.body .productWrap .swiper-button-prev {
  left: 0;
  top: 0;
  margin-top: 0;
  background-image: url('/static/image/left.png');
  background-size: 30px 35px;
}
.body .productWrap .swiper-button-next {
  top: 0;
  right: 0;
  margin-top: 0;
  background-image: url('/static/image/right.png');
  background-size: 30px 35px;
}
.body .productWrap .swiper-slide .con {
  position: absolute;
  padding-top: 40%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  box-sizing: border-box;
}
.body .productWrap .swiper-slide .con p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-top: 30px;
}
.body .youshi {
  background: #fafafa;
}
.body .youshi .youshiList ul {
  align-items: top;
  flex-wrap: wrap;
}
.body .youshi .youshiList ul li {
  align-items: center;
  width: 360px;
  margin-right: 60px;
  margin-bottom: 70px;
}
.body .youshi .youshiList ul li:nth-child(3n) {
  margin-right: 0;
}
.body .youshi .youshiList ul li .img {
  width: 120px;
  height: 120px;
}
.body .youshi .youshiList ul li .img img {
  width: 100%;
  height: 100%;
}
.body .youshi .youshiList ul li .msg {
  padding-left: 20px;
  width: 240px;
  overflow: hidden;
}
.body .youshi .youshiList ul li .msg p {
  font-size: 19px;
  color: #262626;
  margin-bottom: 15px;
}
.body .youshi .youshiList ul li .msg div {
  font-size: 14px;
  color: #808080;
  line-height: 1.5;
}
.body .news .content {
  align-items: top;
  justify-content: space-between;
}
.body .news .content .newsItem {
  width: 366px;
}
.body .news .content .newsItem .newsTit {
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.body .news .content .newsItem .newsTit span {
  font-size: 22px;
  color: #262626;
}
.body .news .content .newsItem .newsTit a {
  font-size: 15px;
  color: #999999;
}
.body .news .content .newsItem .img {
  width: 100%;
}
.body .news .content .newsItem .img img {
  /*max-width: 100%;*/
    width: 350px;
    height: 146px;
}
.body .news .content .newsItem ul li {
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}
.body .news .content .newsItem ul li .msg {
  width: 240px;
}
.body .news .content .newsItem ul li .msg p {
  font-size: 15px;
  color: #333333;
}
.body .news .content .newsItem ul li .msg div {
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
}
.body .news .content .newsItem ul li .date {
  font-size: 12px;
  color: #b2b2b2;
}
.body .parter {
  background: #f7f7f7;
}
.body .parter .parterList {
  width: 730px;
}
.body .parter .parterList .active .img {
  border: 2px solid #006cda;
  border-radius: 50%;
}
.body .parter .parterList .active .zhezhao {
  display: none;
}
.body .parter .parterList .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.body .parter .parterList .img img {
  width: 100%;
  height: 100%;
 border-radius: 50%;
}
.body .parter .parterList .img .zhezhao {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
}
.body .parter .parterCon {
  padding: 0px 120px;
}
.body .parter .parterCon .parterConItem {
  text-align: center;
  display: none;
}
.body .parter .parterCon .parterConItem:nth-child(1) {
  display: block;
}
.body .parter .parterCon .parterConItem p {
  text-align: left;
}
.body .parter .parterCon .parterConItem .right {
  text-align: right;
}
.body .parter .parterCon .parterConItem div {
  font-size: 17px;
  color: #333333;
  line-height: 2;
  padding: 0px 170px;
  text-align: center;
}
.body .bot {
  background: url(/static/image/bot.png) no-repeat center;
}
.body .bot .content {
  text-align: center;
  line-height: 1.5;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding: 80px 0;
}
.body .topImg img {
  width: 100%;
}
.body .fuwu .title p {
  color: #006cda;
  font-size: 38px;
  font-weight: bold;
}
.body .fuwu .zixun {
  padding: 60px 0;
  text-align: center;
}
.body .fuwu .zixun p {
  font-size: 24px;
  color: #666666;
}
.body .fuwu .zixun .btn {
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  background: #006cda;
  margin: 30px auto;
}
.body .fuwu .fuwuList ul {
  align-items: top;
  justify-content: space-between;
}
.body .fuwu .fuwuList ul li {
  width: 230px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
  padding-top: 40px;
}
.body .fuwu .fuwuList ul li .name {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
}
.body .fuwu .fuwuList ul li .icon {
  margin: 20px;
}
.body .fuwu .fuwuList ul li .tips {
  font-size: 17px;
  color: #808080;
}
.body .fuwu .fuwuList ul li .btn {
  line-height: 43px;
  color: #fff;
  background: #fca232;
  margin-top: 20px;
  cursor: pointer;
}
.body .productLis {
  padding: 50px 0;
  background: #fafafa;
}
.body .productLis .topList ul {
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.body .productLis .topList ul li {
  width: 240px;
  height: 240px;
  position: relative;
}
.body .productLis .topList ul li .msg {
  position: absolute;
  padding-top: 60px;
  top: 0;
  width: 240px;
  height: 180px;
  left: 50%;
  transform: translateX(-50%);
  background: #de2986;
}
.body .productLis .topList ul li .back {
  position: absolute;
  width: 0px;
  height: 270px;
  top: -15px;
  background: #de2986;
  z-index: 665;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
.body .productLis .topList ul li .back a {
  color: #fff;
}
.body .productLis .topList ul li .back .backCon {
  width: 180px;
  height: 180px;
  margin: 45px;
}
.body .productLis .topList ul li .back .name {
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
}
.body .productLis .topList ul li .back .con {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}
.body .productLis .topList ul li .back .btn {
  font-size: 15px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #fff;
}
.body .productLis .topList ul li p {
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
}
.body .productLis .topList ul li:nth-child(2) .msg {
  background: #f5a422;
}
.body .productLis .topList ul li:nth-child(2) .back {
  background: #f5a422;
}
.body .productLis .topList ul li:nth-child(3) .msg {
  background: #22b36f;
}
.body .productLis .topList ul li:nth-child(3) .back {
  background: #22b36f;
}
.body .productLis .topList ul li:nth-child(4) .msg {
  background: #3f85d4;
}
.body .productLis .topList ul li:nth-child(4) .back {
  background: #3f85d4;
}
.body .productLis .topList ul li:nth-child(5) .msg {
  background: #559fd4;
}
.body .productLis .topList ul li:nth-child(5) .back {
  background: #559fd4;
}
.body .productLis .botList {
  align-items: center;
  justify-content: space-between;
}
.body .productLis .botList li {
  width: 200px;
  height: 200px;
  text-align: center;
  position: relative;
}
.body .productLis .botList li .msg {
  position: absolute;
  padding-top: 50px;
  top: 0;
  width: 200px;
  height: 150px;
  left: 50%;
  transform: translateX(-50%);
  background: #f55322;
}
.body .productLis .botList li .back {
  position: absolute;
  width: 0px;
  height: 240px;
  top: -15px;
  background: #f55322;
  z-index: 665;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
.body .productLis .botList li .back a {
  color: #fff;
}
.body .productLis .botList li .back .backCon {
  width: 170px;
  height: 170px;
  margin: 35px;
}
.body .productLis .botList li .back .name {
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
}
.body .productLis .botList li .back .con {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}
.body .productLis .botList li .back .btn {
  font-size: 15px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #fff;
}
.body .productLis .botList li p {
  font-size: 17px;
  color: #fff;
  margin-top: 10px;
}
.body .productLis .botList li:nth-child(1) .msg {
  background: #f55322;
}
.body .productLis .botList li:nth-child(1) .back {
  background: #f55322;
}
.body .productLis .botList li:nth-child(2) .msg {
  background: #6356a6;
}
.body .productLis .botList li:nth-child(2) .back {
  background: #6356a6;
}
.body .productLis .botList li:nth-child(3) .msg {
  background: #1f98cc;
}
.body .productLis .botList li:nth-child(3) .back {
  background: #1f98cc;
}
.body .productLis .botList li:nth-child(4) .msg {
  background: #ed4e40;
}
.body .productLis .botList li:nth-child(4) .back {
  background: #ed4e40;
}
.body .productLis .botList li:nth-child(5) .msg {
  background: #31b8bd;
}
.body .productLis .botList li:nth-child(5) .back {
  background: #31b8bd;
}
.body .productLis .botList li:nth-child(6) .msg {
  background: #83ba0d;
}
.body .productLis .botList li:nth-child(6) .back {
  background: #83ba0d;
}
.body .aboutCon {
  padding-bottom: 50px;
  background: #fff;
}
.body .aboutCon .detailCon {
  align-items: center;
  justify-content: space-between;
}
.body .aboutCon .detailCon .left {
  width: 550px;
}
.body .aboutCon .detailCon .left img {
  max-width: 100%;
}
.body .aboutCon .detailCon .right {
  width: 600px;
  padding-left: 50px;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 2;
  text-indent: 32px;
}
.body .aboutCon .aboutList {
  margin-top: 100px;
  text-align: center;
}
.body .aboutCon .aboutList ul {
  align-items: top;
  justify-content: space-between;
}
.body .aboutCon .aboutList li {
  width: 240px;
}
.body .aboutCon .aboutList li p {
  font-size: 18px;
  color: #006cda;
  font-weight: bold;
  margin-top: 20px;
}
.body .aboutCon .aboutList li div {
  font-size: 14px;
  color: #808080;
  line-height: 1.8;
  margin-top: 20px;
}
.body .link {
  line-height: 68px;
  background: #4ac8ff;
  font-size: 16px;
  color: #fff;
}
.body .link * {
  vertical-align: middle;
}
.body .link a {
  color: #fff;
  margin: 0 10px;
}
.body .anli .anliList {
  width: 1360px;
  margin: 0 auto;
  padding: 50px 0;
}
.body .anli .anliList ul {
  align-items: top;
  flex-wrap: wrap;
}
.body .anli .anliList ul li {
  margin-bottom: 20px;
  margin-right: 50px;
}
.body .anli .anliList ul li:nth-child(3n) {
  margin-right: 0;
}
.body .anli .anliList ul li:hover .img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.body .anli .anliList ul li:hover .img .wrap {
  display: inline-block;
}
.body .anli .anliList ul li .msg {
  padding: 20px 0;
  text-align: center;
}
.body .anli .anliList ul li .msg p {
  font-size: 18px;
  color: #616161;
}
.body .anli .anliList ul li .msg div {
  font-size: 13px;
  color: #b2b2b2;
  margin-top: 10px;
}
.body .anli .anliList ul li .img {
  width: 400px;
  height: 300px;
  background: #ededed;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 15px 10px -5px #aaaaaa;
}
.body .anli .anliList ul li .img .wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
  display: none;
}
.body .anli .anliList ul li .img .wrap .linkList {
  position: absolute;
  bottom: 40px;
  background: #fff;
  padding: 15px 10px;
  width: 85%;
  box-sizing: border-box;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
}
.body .anli .anliList ul li .img .wrap .linkList .linkItem {
  width:50%;
  background: #00c0ff;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  border-radius: 3px;
}
.body .anli .anliList ul li .img .wrap .linkList .linkItem:nth-child(2) {
  background: #ffc000;
}
.body .anli .anliList ul li .img .wrap .linkList .linkItem:nth-child(3) {
  background: #59c484;
}
.body .anli .anliList ul li .img img {
  width: 100%;
  height: 100%;
}
.body .anli .anliCat ul {
  align-items: center;
  flex-wrap: wrap;
}
.body .anli .anliCat ul li {
  width: 115px;
  padding: 13px 0;
  text-align: center;
  font-size: 15px;
  color: #808080;
}
.body .anli .anliCat ul li a {
  color: #808080;
  display: inline-block;
  border-right: 1px solid #dbdbdb;
  width: 100%;
  box-sizing: border-box;
}
.body .anli .anliCat ul li.active {
  background: #006cda;
}
.body .anli .anliCat ul li.active a {
  color: #fff;
  border: none;
}
.body .address {
  line-height: 70px;
  font-size: 14px;
  color: #4c4c4c;
}
.body .address .content {
  border-bottom: 1px solid #e6e6e6;
}
.body .linkUs {
  padding-bottom: 100px;
}
.body .linkUs .phoneList p {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 30px 0;
}
.body .linkUs .phoneList ul {
  padding-left: 20px;
}
.body .linkUs .phoneList ul li {
  font-size: 14px;
  color: #525252;
  line-height: 2;
}
.body .linkUs .name {
  font-size: 30px;
  color: #262626;
  font-weight: bold;
  padding: 40px 0;
}
.body .linkUs .linkCon {
  font-size: 14px;
  color: #525252;
  line-height: 2;
}
.body .linkUs .linkMsg {
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
.body .linkUs .linkMsg p {
  font-size: 18px;
  color: #333333;
}
.body .linkUs .linkMsg .con {
  font-size: 14px;
  color: #999;
  margin-top: 15px;
}
.body .linkUs .linkMsg .phone {
  width: 50%;
  border-right: 1px solid #ccc;
  align-items: center;
  justify-content: space-between;
}
.body .linkUs .linkMsg .phone .phoneMsg,
.body .linkUs .linkMsg .phone .num {
  width: 50%;
}
.body .linkUs .linkMsg .phone .phoneMsg {
  align-items: center;
}
.body .linkUs .linkMsg .phone .phoneName {
  padding-left: 30px;
}
.body .linkUs .linkMsg .phone .num {
  text-align: center;
  font-size: 28px;
  color: #006cda;
  font-weight: bold;
}
.body .linkUs .linkMsg .time {
  width: 40%;
  padding-left: 160px;
}
.body .news {
  padding: 30px 0;
  align-items: top;
  justify-content: space-between;
}
.body .news .hot {
  width: 280px;
}
.body .news .hot p {
  width: 280px;
  height: 60px;
  background: url(/static/image/hot.png) no-repeat center;
  padding: 20px;
  box-sizing: border-box;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.body .news .hot ul {
  padding: 20px 0;
}
.body .news .hot ul li {
  padding: 10px;
  align-items: center;
}
.body .news .hot ul li img {
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
.body .news .hot ul li a {
  font-size: 14px;
  color: #808080;
  overflow: hidden;
  flex: 1;
}
.body .news .newsList {
  width: 850px;
}
.body .news .newsList ul li {
  padding: 30px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.body .news .newsList ul li a {
  align-items: center;
}
.body .news .newsList ul li:hover .msg p {
  color: #006cda;
}
.body .news .newsList ul li .img {
  width: 250px;
  height: 160px;
}
.body .news .newsList ul li .img img {
  width: 100%;
  height: 100%;
}
.body .news .newsList ul li .msg {
  padding-left: 30px;
  flex: 1;
  overflow: hidden;
}
.body .news .newsList ul li .msg p {
  font-size: 17px;
  color: #333333;
}
.body .news .newsList ul li .msg .date {
  font-size: 14px;
  color: #b2b2b2;
  margin-top: 15px;
}
.body .news .newsList ul li .msg .con {
  font-size: 14px;
  color: #808080;
  margin-top: 15px;
  line-height: 1.5;
}
.body .zhaopin .zhaopinList {
  margin-top: 190px;
  margin-bottom: 100px;
}
.body .zhaopin .zhaopinList ul {
  align-items: top;
  justify-content: space-between;
}
.body .zhaopin .zhaopinList ul li {
  width: 380px;
  background: #f7f7f7;
  font-size: 14px;
  color: #707070;
  line-height: 1.5;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 60px;
}
.body .zhaopin .zhaopinList ul li:nth-child(1) p {
  color: #3a8ff0;
}
.body .zhaopin .zhaopinList ul li:nth-child(2) p {
  color: #ffa914;
}
.body .zhaopin .zhaopinList ul li:nth-child(3) p {
  color: #5adce5;
}
.body .zhaopin .zhaopinList ul li .icon {
  margin-top: -100px;
}
.body .zhaopin .zhaopinList ul li .zpCon p {
  font-size: 18px;
  padding: 20px 0;
}
.body .zhaopin .zhaopinList ul li .zpCon div {
  line-height: 2;
  text-align: left;
}
.body .zhaopin .zhaopinMsg {
  background: #fafafa;
}
.body .zhaopin .zhaopinMsg .zpTitle {
  align-items: center;
  justify-content: space-between;
}
.body .zhaopin .zhaopinMsg .zpTitle .name {
  font-size: 26px;
  color: #4c4c4c;
  padding: 50px;
}
.body .zhaopin .zhaopinMsg .zpTitle .line {
  flex: 1;
  height: 1px;
  background: #dbdbdb;
}
.body .zhaopin .zhaopinMsg .zpContent .zpCat ul {
  padding: 50px;
  align-items: top;
  flex-wrap: wrap;
}
.body .zhaopin .zhaopinMsg .zpContent .zpCat ul li {
  width: 254px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  margin-right: 40px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #404040;
  border: 1px solid #006cda;
  box-sizing: border-box;
  cursor: pointer;
}
.body .zhaopin .zhaopinMsg .zpContent .zpCat ul li.active {
  border-bottom: 4px solid #006cda;
}
.body .zhaopin .zhaopinMsg .zpContent .zpMessage {
  margin-bottom: 30px;
}
.body .zhaopin .zhaopinMsg .zpContent .zpMessage .zpMessageItem {
  display: none;
}
.body .zhaopin .zhaopinMsg .zpContent .zpMessage .zpMessageItem:nth-child(1) {
  display: block;
}
.body .zhaopin .zhaopinMsg .zpContent .zpMessage div {
  padding: 20px 0;
}
.body .zhaopin .zhaopinMsg .zpContent .zpMessage div p {
  font-size: 20px;
  color: #333;
  /*line-height: 2;*/
  margin-bottom: 20px;
}
.body .zhaopin .zhaopinMsg .zpContent .zpMessage div ul li {
  font-size: 15px;
  color: #737373;
  line-height: 2;
}
.body .yxNav {
  z-index: 5555;
  background: #fafafa;
}
.body .yxNav ul {
  align-items: center;
  justify-content: center;
  position: relative;
}
.body .yxNav ul li {
  width: 275px;
  padding: 15px;
  box-sizing: border-box;
  align-items: center;
  position: relative;
  background: #fff;
  height: 120px;
  box-shadow: 0px 5px 0px -5px #aaaaaa;
  margin-top: -30px;
  z-index: 6666;
}
.body .yxNav ul li:hover .more {
  display: block;
}
.body .yxNav ul li .more {
  position: absolute;
  width: 245px;
  height: 90px;
  left: 15px;
  top: 15px;
  background: rgba(0, 108, 218, 0.7);
  display: none;
}
.body .yxNav ul li .more p {
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  margin: 26px auto;
}
.body .yxNav ul li .more p a {
  color: #fff;
}
.body .yxNav ul li .icon {
  margin-right: 20px;
}
.body .yxNav ul li .yxNavMsg {
  font-size: 18px;
  color: #404040;
  line-height: 1.5;
}
.body .yxNav ul li .yxNavMsg div {
  font-size: 14px;
  color: #999999;
}
.body .yxIcon {
  background: #fafafa;
}
.body .yxIcon ul {
  padding: 45px 0;
}
.body .yxIcon ul li {
  text-align: center;
  width: 20%;
  border-right: 1px solid #ddd;
}
.body .yxIcon ul li p {
  font-size: 26px;
  color: #404040;
}
.body .yxIcon ul li div {
  font-size: 14px;
  color: #666666;
  line-height: 2;
  margin-top: 10px;
}
.body .yxfa .yxFangan {
  padding: 110px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.body .yxfa .yxFangan ul li {
  position: absolute;
  width: 210px;
  height: 80px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 1.5;
  font-size: 15px;
  color: #333;
  text-align: left;
}
.body .yxfa .yxFangan ul li:nth-child(1) {
  top: 20px;
  left: 50%;
  margin-left: -105px;
}
.body .yxfa .yxFangan ul li:nth-child(2) {
  top: 250px;
  right: 120px;
}
.body .yxfa .yxFangan ul li:nth-child(3) {
  bottom: 250px;
  right: 120px;
}
.body .yxfa .yxFangan ul li:nth-child(4) {
  bottom: 0px;
  right: 50%;
  margin-right: -105px;
}
.body .yxfa .yxFangan ul li:nth-child(5) {
  bottom: 250px;
  left: 120px;
}
.body .yxfa .yxFangan ul li:nth-child(6) {
  top: 250px;
  left: 120px;
}
.body .yxfa .zixun {
  width: 260px;
  height: 60px;
  color: #006cda;
  border: 1px solid #006cda;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  margin: 50px auto;
  font-size: 22px;
}
.body .wangzhan {
  background: #fafafa;
}
.body .wangzhan ul {
  align-items: top;
  justify-content: center;
  flex-wrap: wrap;
}
.body .wangzhan ul li {
  width: 300px;
  height: 360px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #006cda;
  margin-right: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.body .wangzhan ul li:nth-child(3n) {
  margin-right: 0;
}
.body .wangzhan ul li p {
  width: 205px;
  height: 56px;
  border-radius: 5px;
  margin-top: -28px;
  margin-left: 48px;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  color: #fff;
  background: #006cda;
}
.body .wangzhan ul li .con {
  padding: 50px;
}
.body .wangzhan ul li .con .name {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 2;
  margin: 15px 0;
}
.body .wangzhan ul li .con .conte {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}
.body .form {
  height: 660px;
  background: url(/static/image/formBg.png) no-repeat center;
  padding: 80px 0;
  box-sizing: border-box;
}
.body .form .name1 {
  font-size: 42px;
  color: #666666;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.body .form .name1 span {
  color: #006cda;
  vertical-align: top;
  margin-right: 5px;
}
.body .form form {
  width: 580px;
  margin: 0 auto;
  text-align: center;
}
.body .form form .btn {
  width: 320px;
  height: 56px;
  font-size: 16px;
  color: #fff;
  background: #006cda;
  border: none;
  outline: none;
  margin: 20px auto;
}
.body .form form .inputItem {
  border: 1px solid #5c5d5e;
  margin-bottom: 30px;
  padding: 15px;
  text-align: left;
}
.body .form form .inputItem .name {
  color: #666;
  font-size: 16px;
}
.body .form form .inputItem input {
  background: transparent;
  border: none;
  outline: none;
  color: #666;
}
.body .form form .inputItem textarea {
  height: 80px;
  background: transparent;
  border: none;
  outline: none;
}
.body .lc {
  padding-top: 30px;
  background: url(/static/image/lcBg.png) no-repeat center;
  background-size: cover;
  height: 570px;
}
.body .lc .name {
  padding: 50px 0;
  font-size: 30px;
  color: #333;
  text-align: center;
}
.body .lc .liucheng {
  position: relative;
}
.body .lc .liucheng .lcimg {
  position: absolute;
  left: 0;
  top: 0;
}
.body .lc .liucheng ul li {
  cursor: pointer;
}
.body .lc .liucheng ul li .list {
  display: none;
}
.body .lc .liucheng ul li:hover .list {
  display: block;
}
.body .lc .liucheng ul li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 110px;
}
.body .lc .liucheng ul li:nth-child(2) {
  position: absolute;
  left: 190px;
  top: 110px;
}
.body .lc .liucheng ul li:nth-child(2) .list .item {
  position: absolute;
}
.body .lc .liucheng ul li:nth-child(2) .list .item:nth-child(1) {
  left: 0;
  top: -20px;
}
.body .lc .liucheng ul li:nth-child(2) .list .item:nth-child(2) {
  left: 0;
  bottom: -20px;
}
.body .lc .liucheng ul li:nth-child(3) {
  position: absolute;
  left: 370px;
  top: 10px;
}
.body .lc .liucheng ul li:nth-child(4) {
  position: absolute;
  left: 365px;
  top: 220px;
}
.body .lc .liucheng ul li:nth-child(5) {
  position: absolute;
  left: 530px;
  top: 110px;
}
.body .lc .liucheng ul li:nth-child(5) .list .item {
  position: absolute;
  text-align: center;
}
.body .lc .liucheng ul li:nth-child(5) .list .item:nth-child(1) {
  left: 10px;
  top: -40px;
}
.body .lc .liucheng ul li:nth-child(5) .list .item:nth-child(2) {
  left: 0px;
  bottom: -30px;
}
.body .lc .liucheng ul li:nth-child(5) .list .item:nth-child(3) {
  right: -10px;
  bottom: -30px;
}
.body .lc .liucheng ul li:nth-child(6) {
  position: absolute;
  right: 360px;
  top: 10px;
}
.body .lc .liucheng ul li:nth-child(6) .list .item {
  position: absolute;
  text-align: center;
}
.body .lc .liucheng ul li:nth-child(6) .list .item:nth-child(1) {
  right: -136px;
  top: 40px;
}
.body .lc .liucheng ul li:nth-child(7) {
  position: absolute;
  right: 360px;
  top: 220px;
}
.body .lc .liucheng ul li:nth-child(7) .list .item {
  position: absolute;
  text-align: center;
}
.body .lc .liucheng ul li:nth-child(7) .list .item:nth-child(1) {
  right: -120px;
  bottom: 20px;
}
.body .lc .liucheng ul li:nth-child(8) {
  position: absolute;
  right: 195px;
  top: 110px;
}
.body .lc .liucheng ul li:nth-child(8) .list .item {
  position: absolute;
  text-align: center;
}
.body .lc .liucheng ul li:nth-child(8) .list .item:nth-child(1) {
  left: 20px;
}
.body .lc .liucheng ul li:nth-child(9) {
  position: absolute;
  right: 0;
  top: 110px;
}
.body .lc .liucheng ul li:nth-child(9) .list .item {
  position: absolute;
  text-align: center;
}
.body .lc .liucheng ul li:nth-child(9) .list .item:nth-child(1) {
  top: -20px;
  left: 20px;
}
.body .time1 {
  background: url(/static/image/time.png) no-repeat center;
  background-size: cover;
  height: 600px;
  padding: 70px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.body .time1 .line1,
.body .time1 .line2 {
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.body .time1 .line1 img,
.body .time1 .line2 img {
  margin: 0;
}
.body .time1 .name {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.body .time1 .event {
  color: #fff;
  background: url(/static/image/line.png) no-repeat top;
  background-position: top center;
}
.body .time1 .event .swiper-container {
  height: 128px;
}
.body .time1 .event .swiper-slide {
  text-align: center;
  cursor: pointer;
}
.body .time1 .event .swiper-slide ul li {
  width: 216px;
}
.body .time1 .event .swiper-slide ul li.active .point {
  border: 2px solid #fff;
}
.body .time1 .event .swiper-slide ul li:nth-child(6n+1) {
  margin-top: 78px;
}
.body .time1 .event .swiper-slide ul li:nth-child(6n+2) {
  margin-top: 48px;
}
.body .time1 .event .swiper-slide ul li:nth-child(6n+3) {
  margin-top: 17px;
}
.body .time1 .event .swiper-slide ul li:nth-child(6n+4) {
  margin-top: 7px;
}
.body .time1 .event .swiper-slide ul li:nth-child(6n+5) {
  margin-top: 25px;
}
.body .time1 .event .swiper-slide ul li:nth-child(6n+6) {
  margin-top: 60px;
}
.body .time1 .event .swiper-slide .point {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #86cff5;
}
.body .time1 .event .swiper-slide p {
  font-size: 18px;
  margin-top: 10px;
}
.body .time1 .event .eventCon .eventItem {
  width: 1140px;
  height: auto;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(30, 115, 233, 0.7);
  margin: 20px auto;
  display: none;
}
.body .time1 .event .eventCon .eventItem:nth-child(1) {
  display: block;
}
.body .time1 .event .eventCon .eventItem p {
  text-indent: 32px;
  /*line-height: 2;*/
  padding: 1px 30px;
}
.body .time1 .event .eventCon .eventItem .right {
  text-align: right;
}
.page {
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
.page .img {
  width: 45px;
  height: 45px;
  border: 1px solid #e6e6e6;
  margin: 10px;
}
.page .img img {
  vertical-align: middle;
  margin-top: 12.5px;
}
.page ul li {
  width: 45px;
  height: 45px;
  border: 1px solid #e6e6e6;
  margin: 10px;
  padding: 0 !important;
}
.page ul li.active {
  background: #006cda;
}
.page ul li.active a {
  color: #fff;
}
.page ul li a {
  color: #666666;
  font-size: 16px;
  line-height: 45px;
}
.detail {
  padding: 0 80px;
}
.detail .detailCon {
  padding-top: 30px;
}
.detail .detailCon .newsTitle {
  padding: 30px;
  text-align: center;
  font-size: 26px;
  color: #333;
}
.detail .detailCon .newsTitle div {
  font-size: 14px;
  color: #b2b2b2;
  margin-top: 20px;
}
.detail .detailCon .detailContent {
  text-indent: 32px;
  padding-bottom:50px;
}
.title1 {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.title1 p {
  font-size: 20px;
  color: #444444;
}
.title1 div {
  font-size: 14px;
  color: #909090;
  margin-top: 10px;
}
img {
  max-width: 100%;
}
		