.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  min-width: 1200px;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
}
.header:before,
.header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
.header .logo {
  position: absolute;
  top: 10px;
  left: 100px;
}
.header .logo img {
  width: 100%;
  display: block;
  cursor: pointer;
}
.header .headBar {
  float: right;
  height: 70px;
}
.header .headBar:before,
.header .headBar:after {
  content: " ";
  display: table;
}
.header .headBar:after {
  clear: both;
}
.header .headBar .navList {
  float: left;
  margin-right: 40px;
}
.header .headBar .navList:before,
.header .headBar .navList:after {
  content: " ";
  display: table;
}
.header .headBar .navList:after {
  clear: both;
}
.header .headBar .navList li {
  position: relative;
  float: left;
  height: 70px;
  box-sizing: border-box;
}
.header .headBar .navList li a {
  display: block;
  margin: 0 25px;
  color: #fff;
  line-height: 70px;
  font-size: 18px;
  text-align: center;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.header .headBar .navList li a span {
  display: block;
}
.header .headBar .navList li a .en {
  font-weight: 600;
  display: none;
}
.header .headBar .navList li .secondBar {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 99999;
  width: 120px;
  display: none;
  background: rgba(0, 0, 0, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5000000, endColorstr=#E5000000);
  box-sizing: border-box;
}
.header .headBar .navList li .secondBar li {
  height: 45px;
  font-size: 16px !important;
}
.header .headBar .navList li .secondBar li a {
  width: 120px;
  display: block;
  height: 45px;
  margin: 0;
  line-height: 45px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  background: #000;
}
.header .headBar .navList li .secondBar li a:hover {
  color: #3176eb;
}
.header .headBar .navList li .secondBar li:last-of-type a {
  border-bottom: none;
}
.header .headBar .navList .active a {
  color: #3176eb;
}
.header .headBar .rightIcon {
  float: right;
  margin-right: 25px;
  margin-top: 25px;
}
.header .headBar .rightIcon .phone {
  height: 20px;
}
.header .headBar .rightIcon .phone img {
  height: 20px;
  vertical-align: middle;
  margin-top: -4px;
}
.header .headBar .rightIcon .phone span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .rightIcon {
    display: none;
  }
}
.footer {
  min-width: 1200px;
  background: #333;
}
.footer .footerCon {
  width: 1200px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 15px;
}
.footer .footerCon:before,
.footer .footerCon:after {
  content: " ";
  display: table;
}
.footer .footerCon:after {
  clear: both;
}
.footer .footerCon .con-left {
  position: relative;
  float: right;
  color: #fff;
}
.footer .footerCon .con-left .left-logo {
  width: 189px;
  display: block;
}
.footer .footerCon .con-left .left-desc {
  margin-top: 15px;
}
.footer .footerCon .con-left .left-desc p {
  margin-bottom: 10px;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
}
.footer .footerCon .con-left .left-desc .phone-number {
  color: #3177eb;
}
.footer .footerCon .con-left .apply-use {
  width: 120px;
  height: 36px;
  margin-top: 20px;
  display: block;
  line-height: 36px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background: #3177eb;
}
.footer .footerCon .con-left .qrcode-wrap {
  position: absolute;
  right: 0;
  bottom: -20px;
  text-align: center;
}
.footer .footerCon .con-left .qrcode-wrap .qrcode {
  width: 100px;
}
.footer .footerCon .con-right {
  float: left;
}
.footer .footerCon .con-right .right-list:before,
.footer .footerCon .con-right .right-list:after {
  content: " ";
  display: table;
}
.footer .footerCon .con-right .right-list:after {
  clear: both;
}
.footer .footerCon .con-right .right-list li {
  float: left;
}
.footer .footerCon .con-right .right-list li a {
  padding: 0 25px;
  display: block;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.footer .footerCon .con-right .right-list li a:hover {
  color: #3176eb;
}
.footer .footerCon .con-right .right-list li .right-second {
  margin-top: 10px;
}
.footer .footerCon .con-right .right-list li .right-second li {
  float: none;
}
.footer .footerCon .con-right .right-list li .right-second li a {
  display: block;
  line-height: 30px;
  color: #999;
  font-size: 14px;
  text-align: center;
}
.footer .footerCon .con-right .right-list li .right-second li a:hover {
  color: #3176eb;
}
.footer .footerMark {
  border-top: 1px solid #666;
}
.footer .footerMark .markCon {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 25px;
  color: #fff;
  font-size: 12px;
  box-sizing: border-box;
}
.footer .footerMark .markCon h4 {
  font-weight: 500;
  line-height: 30px;
}
.footer .footerMark .markCon h4 a {
  padding-right: 5px;
}
.footer .footerMark .icp-bottom {
  padding-top: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-top: 1px solid #666;
}
.footer .footerMark .icp-bottom .icp .statistics {
  margin-left: 30px;
}
body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
  padding: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  color: #333;
  font: normal normal normal 14px/20px 'Microsoft YaHei', Arial, sans-serif;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
img {
  border: 0;
}
input[type="text"],
input[type="password"],
textarea,
button {
  vertical-align: middle;
  -webkit-appearance: none;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}
table {
  border: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  padding: 0;
}
textarea {
  resize: none;
}
.clearFix:before,
.clearFix:after {
  content: " ";
  display: table;
}
.clearFix:after {
  clear: both;
}
.pullLeft {
  float: left;
}
.pullRight {
  float: right;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  visibility: hidden;
}
.ellipsisNormal {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/
}
.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
  /* Specific active slide styling: */
}
.swiper-slide-visible {
  /* Specific visible slide styling: */
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}
.swiper-active-switch {
  /* Specific active button style: */
}
.swiper-visible-switch {
  /* Specific visible button style: */
}
.rightBar {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 15;
  width: 120px;
  height: 420px;
  background: url(https://lxgw-1254182596.file.myqcloud.com/qianduan/202404/1_1.png);
}
.rightBar .barList {
  margin: 66px 0 0 6px;
  position: relative;
}
.rightBar .barList a {
  width: 106px;
  height: 26px;
  display: block;
  margin-bottom: 8px;
  position: relative;
}
.rightBar .barList a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 106px;
  height: 26px;
}
.rightBar .barList a:hover > img {
  opacity: 0.8;
}
.rightBar .barList a:hover p {
  margin-right: 0;
}
.rightBar .barList a:hover .code,
.rightBar .barList a:hover .tel {
  opacity: 1;
  filter: alpha(opacity=100);
}
.rightBar .barList a p {
  transition: opacity 0.5s ease;
}
.rightBar .barList .tel {
  position: absolute;
  left: 120px;
  top: 100%;
  transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  width: 124px;
  height: 47px;
  background: url(https://lxgw-1254182596.file.myqcloud.com/qianduan/202404/1_10_1.png) no-repeat;
  color: #fff;
  padding: 3px 0 0 20px;
  box-sizing: border-box;
}
.rightBar .barList .code {
  position: absolute;
  left: 120px;
  top: 100%;
  transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  width: 124px;
  height: 115px;
  background: url(https://lxgw-1254182596.file.myqcloud.com/qianduan/202404/1_11_1.png) no-repeat;
}
.rightBar .barList .code img {
  margin: 10px 0 0 18.5px;
  width: 96px;
  height: 96px;
  display: block;
}
.rightBar .trial {
  margin: 16px 6px;
}
.paginator-container {
  width: 100%;
  bottom: 20px;
  position: absolute;
  text-align: center;
}
.paginator-container .list {
  display: inline-block;
  padding: 0!important;
  margin: 0!important;
  text-align: center;
  overflow: hidden;
}
.paginator-container .list:after {
  content: '.';
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  visibility: hidden;
}
.paginator-container .list .li {
  float: left;
  width: 38px;
  height: 38px;
  margin-left: 12px;
  line-height: 38px;
  border: 1px solid #999999;
}
.paginator-container .list .li:first-child {
  margin-left: 0;
}
.paginator-container .list .li:hover {
  background-color: #FFF8F3;
}
.paginator-container .list .li.disabled {
  border: 1px solid #3176eb;
}
.paginator-container .list .li.disabled a {
  color: #3176eb;
  cursor: default;
}
.paginator-container .list .li a {
  display: block;
  width: 100%;
  height: 100%;
}
.paginator-container .list .other-item {
  width: 80px;
}
.core-case {
  width: 100%;
  height: 400px;
  background: url("https://lxgw-1254182596.file.myqcloud.com/qianduan/10/3_15.png") no-repeat;
  background-size: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://lxgw-1254182596.file.myqcloud.com/qianduan/10/3_15.png', sizingMethod='scale');
}
.core-case .content {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.core-case .content .case-tit {
  width: 474px;
  margin: 0 auto;
  padding-top: 50px;
  display: block;
}
.core-case .content .case-list {
  margin-top: 30px;
}
.core-case .content .case-list:before,
.core-case .content .case-list:after {
  content: " ";
  display: table;
}
.core-case .content .case-list:after {
  clear: both;
}
.core-case .content .case-list .case-item {
  position: relative;
  float: left;
  width: 380px;
  height: 210px;
  margin-right: 30px;
  display: block;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.core-case .content .case-list .case-item:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.core-case .content .case-list .case-item img {
  width: 100%;
  height: 100%;
  display: block;
}
.core-case .content .case-list .case-item .case-title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
}
.coop-intention {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  min-width: 1200px;
  padding: 20px 0;
  display: none;
  background: #fff;
  box-shadow: 0 10px 5px rgba(230, 230, 230, 0.3);
  -webkit-box-shadow: 0 10px 5px rgba(230, 230, 230, 0.3);
  -moz-box-shadow: 0 10px 5px rgba(230, 230, 230, 0.3);
  -o-box-shadow: 0 10px 5px rgba(230, 230, 230, 0.3);
}
.coop-intention .intention-con {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.coop-intention .intention-con:before,
.coop-intention .intention-con:after {
  content: " ";
  display: table;
}
.coop-intention .intention-con:after {
  clear: both;
}
.coop-intention .intention-con .intention-left {
  float: left;
  width: 440px;
}
.coop-intention .intention-con .intention-left .left-top {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.coop-intention .intention-con .intention-left .left-top .red-tit {
  color: #f00;
  font-size: 22px;
}
.coop-intention .intention-con .intention-left .left-top .tit {
  margin-top: 15px;
  line-height: 30px;
  color: #000;
  font-size: 26px;
}
.coop-intention .intention-con .intention-left .left-bottom {
  margin-top: 30px;
}
.coop-intention .intention-con .intention-left .left-bottom .bottom-desc {
  line-height: 30px;
  color: #333;
  font-size: 14px;
}
.coop-intention .intention-con .intention-left .left-bottom .bottom-info {
  margin-top: 100px;
}
.coop-intention .intention-con .intention-left .left-bottom .bottom-info .company-name {
  color: #000;
  font-size: 20px;
}
.coop-intention .intention-con .intention-left .left-bottom .bottom-info .company-desc {
  margin-top: 30px;
}
.coop-intention .intention-con .intention-left .left-bottom .bottom-info .company-desc p {
  line-height: 30px;
  color: #333;
  font-size: 14px;
}
.coop-intention .intention-con .intention-right {
  float: right;
  width: 580px;
  margin-right: 60px;
}
.coop-intention .intention-con .intention-right .right-tit {
  color: #000;
  font-size: 22px;
}
.coop-intention .intention-con .intention-right .right-form {
  margin-top: 10px;
}
.coop-intention .intention-con .intention-right .right-form .company,
.coop-intention .intention-con .intention-right .right-form .email {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  padding-left: 10px;
  display: block;
  line-height: 30px;
  color: #666;
  font-size: 14px;
  border: 1px solid #eee;
  background: #f5f5f5;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.coop-intention .intention-con .intention-right .right-form .form-row:before,
.coop-intention .intention-con .intention-right .right-form .form-row:after {
  content: " ";
  display: table;
}
.coop-intention .intention-con .intention-right .right-form .form-row:after {
  clear: both;
}
.coop-intention .intention-con .intention-right .right-form .form-row .row-input {
  float: left;
  width: 280px;
  height: 30px;
  padding-left: 10px;
  display: block;
  line-height: 30px;
  color: #666;
  font-size: 14px;
  border: 1px solid #eee;
  background: #f5f5f5;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.coop-intention .intention-con .intention-right .right-form .form-row .phone {
  margin-left: 20px;
}
.coop-intention .intention-con .intention-right .right-form .multi-tit {
  margin-top: 15px;
  line-height: 30px;
  color: #000;
  font-size: 24px;
}
.coop-intention .intention-con .intention-right .right-form .multi-box {
  margin-top: 10px;
}
.coop-intention .intention-con .intention-right .right-form .multi-box:before,
.coop-intention .intention-con .intention-right .right-form .multi-box:after {
  content: " ";
  display: table;
}
.coop-intention .intention-con .intention-right .right-form .multi-box:after {
  clear: both;
}
.coop-intention .intention-con .intention-right .right-form .multi-box .multi-item {
  float: left;
  width: 140px;
  padding: 30px 0;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
  text-align: center;
  background: #f5f5f5;
  cursor: pointer;
}
.coop-intention .intention-con .intention-right .right-form .multi-box .multi-active {
  color: #fff;
  background: #3177eb;
}
.coop-intention .intention-con .intention-right .right-form .budget-tit {
  margin-top: 10px;
  color: #000;
  font-size: 16px;
}
.coop-intention .intention-con .intention-right .right-form .budget-box {
  margin-top: 15px;
}
.coop-intention .intention-con .intention-right .right-form .budget-box:before,
.coop-intention .intention-con .intention-right .right-form .budget-box:after {
  content: " ";
  display: table;
}
.coop-intention .intention-con .intention-right .right-form .budget-box:after {
  clear: both;
}
.coop-intention .intention-con .intention-right .right-form .budget-box .budget-radio {
  float: left;
  width: 115px;
  margin-right: 40px;
  color: #555;
  font-size: 14px;
}
.coop-intention .intention-con .intention-right .right-form .budget-box .radio-last {
  margin-right: 0;
}
.coop-intention .intention-con .intention-right .right-btn {
  width: 100%;
  height: 50px;
  margin-top: 30px;
  display: block;
  line-height: 50px;
  color: #3177eb;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  border: 2px solid #3177eb;
}
.coop-intention .intention-con .intention-right ::-webkit-input-placeholder {
  color: #666;
}
.coop-intention .intention-con .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 39px;
  display: block;
}
.coop-intention .intention-con .close-btn img {
  width: 100%;
  height: 100%;
  display: block;
}
.header .navList li:nth-child(7) a {
  color: #3176eb;
  font-size: 20px;
  font-weight: 600;
}
.content {
  min-width: 1200px;
}
.content .top {
  position: relative;
  width: 100%;
}
.content .top .top-bg {
  width: 100%;
  display: block;
}
.content .top .search-wra {
  position: absolute;
  left: 50%;
  top: 60%;
  z-index: 10;
  width: 448px;
  height: 40px;
  padding: 12px 0 12px 12px;
  margin-left: -224px;
  margin-top: -20px;
  background: rgba(85, 141, 234, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
}
.content .top .search-wra:before,
.content .top .search-wra:after {
  content: " ";
  display: table;
}
.content .top .search-wra:after {
  clear: both;
}
.content .top .search-wra .form-key {
  position: relative;
  float: left;
  width: 358px;
  height: 40px;
  border-radius: 35px;
  background: #fff;
  overflow: hidden;
}
.content .top .search-wra .form-key .search-img {
  position: absolute;
  left: 12px;
  top: 10px;
  z-index: 1;
  display: block;
}
.content .top .search-wra .form-key .form-input {
  display: block;
  width: 284px;
  height: 40px;
  padding: 0 34px 0 40px;
  color: #999;
  font-size: 16px;
  line-height: 40px;
}
.content .top .search-wra .form-btn {
  float: left;
  margin-left: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
.content .top .active {
  background: #3b7fea;
}
.content .mainCon {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 30px 0;
  overflow: hidden;
}
.content .mainCon .navBar {
  width: 1196px;
  height: 56px;
  margin: 0 auto;
  border: 2px solid #3b7fea;
  box-shadow: 10px 5px 5px #dddddd;
}
.content .mainCon .navBar .nav-item {
  float: left;
  display: block;
  width: 598px;
  height: 56px;
  font-size: 16px;
  text-align: center;
  color: #3b7fea;
  line-height: 56px;
  background: #fff;
}
.content .mainCon .navBar .nav-item .nav-dec {
  display: inline-block;
}
.content .mainCon .navBar .nav-item .nav-dec:before,
.content .mainCon .navBar .nav-item .nav-dec:after {
  content: " ";
  display: table;
}
.content .mainCon .navBar .nav-item .nav-dec:after {
  clear: both;
}
.content .mainCon .navBar .nav-item .nav-dec .nav-img {
  float: left;
  margin-top: 14px;
}
.content .mainCon .navBar .nav-item .nav-dec .nav-img .old-img {
  display: block;
}
.content .mainCon .navBar .nav-item .nav-dec .nav-img .news-img {
  display: none;
}
.content .mainCon .navBar .nav-item .nav-dec .nav-text {
  float: left;
  margin-left: 6px;
}
.content .mainCon .navBar .active {
  color: #fff;
  background: #3b7fea;
}
.content .mainCon .navBar .active .nav-dec .nav-img .old-img {
  display: none;
}
.content .mainCon .navBar .active .nav-dec .nav-img .news-img {
  display: block;
}
.content .mainCon .newsBox {
  width: 100%;
  overflow: hidden;
}
.content .mainCon .newsBox .news {
  width: 80%;
  float: left;
}
.content .mainCon .newsBox .news .tabCon .newest .firItem {
  min-height: 240px;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.content .mainCon .newsBox .news .tabCon .newest .firItem .newsRight {
  width: 60%;
  float: left;
  margin-left: 20px;
}
.content .mainCon .newsBox .news .tabCon .newest .firItem .newsRight .date {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  color: #666;
  font-size: 14px;
}
.content .mainCon .newsBox .news .tabCon .newest .firItem .newsRight .title {
  position: relative;
  height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.content .mainCon .newsBox .news .tabCon .newest .firItem .newsRight .title .newsName {
  display: block;
  padding-right: 120px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .mainCon .newsBox .news .tabCon .newest .firItem .newsRight .title .newsName:hover {
  color: #3176eb;
}
.content .mainCon .newsBox .news .tabCon .newest .firItem .newsRight .title .date {
  display: block;
  font-size: 14px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
}
.content .mainCon .newsBox .news .tabCon .newest .firItem .newsRight p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  line-height: 25px;
  font-size: 15px;
}
.content .mainCon .newsBox .news .tabCon .newest .firItem .newsRight .num {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.content .mainCon .newsBox .news .tabCon .newest .firItem .newsImg {
  width: 345px;
  height: 230px;
  float: left;
  overflow: hidden;
}
.content .mainCon .newsBox .news .tabCon .newest .firItem .newsImg img {
  width: 100%;
  display: block;
}
.content .mainCon .newsBox .news .list .item {
  padding: 20px 0;
  min-height: 105px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.content .mainCon .newsBox .news .list .item .newsImg {
  width: 157px;
  height: 105px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.content .mainCon .newsBox .news .list .item .newsImg img {
  width: 100%;
  display: block;
}
.content .mainCon .newsBox .news .list .item .newsRight {
  width: 65%;
  float: left;
  margin-left: 10px;
}
.content .mainCon .newsBox .news .list .item .newsRight .title {
  height: 30px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .mainCon .newsBox .news .list .item .newsRight .title:hover {
  color: #3176eb;
}
.content .mainCon .newsBox .news .list .item .newsRight .text {
  font-size: 14px;
  line-height: 25px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content .mainCon .newsBox .news .list .item .newsRight .num {
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 20px;
  line-height: 30px;
  float: right;
  text-align: center;
}
.content .mainCon .newsBox .news .list .item .newsView {
  position: absolute;
  top: 10px;
  right: 0;
  padding-top: 40px;
  padding-right: 20px;
  box-sizing: border-box;
}
.content .mainCon .newsBox .news .list .item .newsView .view {
  height: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.content .mainCon .newsBox .news .list .item .newsView .view img {
  vertical-align: middle;
}
.content .mainCon .newsBox .news .list .item .newsView .view span {
  padding-right: 14px;
  font-size: 14px;
  vertical-align: middle;
  border-right: 1px solid #ddd;
}
.content .mainCon .newsBox .news .list .item .newsView .view a {
  margin-left: 6px;
}
.content .mainCon .newsBox .news .list .item .newsView .date {
  height: 30px;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.content .mainCon .newsBox .news .list .item:last-child {
  border-bottom: none;
}
.content .mainCon .newsBox .news .list .pageBtn {
  position: absolute;
  left: 40%;
  bottom: 20px;
}
.content .mainCon .newsBox .news .list .pageBtn li {
  width: 26px;
  height: 26px;
  float: left;
  margin-left: 5px;
}
.content .mainCon .newsBox .news .list .pageBtn li a {
  display: block;
  line-height: 26px;
  color: #333;
  text-align: center;
}
.content .mainCon .newsBox .news .list .pageBtn li:hover {
  color: #6890e6;
}
.content .mainCon .newsBox .news .list .pageBtn li.active a {
  color: #6890e6;
}
.content .mainCon .newsBox .case-list {
  float: right;
  width: 206px;
  padding-top: 30px;
}
.content .mainCon .newsBox .case-list .case-item {
  display: block;
  width: 206px;
  margin-bottom: 14px;
}
.content .mainCon .newsBox .case-list .case-item img {
  display: block;
  width: 100%;
}
.content .mainCon .newsBox .case-list .img {
  width: 100%;
  display: block;
}
.ellipsisNormal {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.paginator-container1 {
  display: block;
}
#paginator-container2 {
  display: none;
}
