.main {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  background-color: #f3f7ff;
  display: flex;
  justify-content: center;
}
.main .content {
  width: 1200px;
  margin-top: 30px;
}
.main .content .row {
  margin-bottom: 30px;
}
.trends {
  background-color: #fff;
  display: flex;
}
.trends > div {
  flex: 1;
}
.trends .left {
  overflow: hidden;
}
.trends .left .myswiper {
  overflow: hidden;
  position: relative;
}
.trends .left .myswiper .swiper {
  width: 580px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.trends .left .myswiper .swiper .swiper-wrapper {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.trends .left .myswiper .swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
}
.trends .left .myswiper .swiper .swiper-wrapper .swiper-slide img {
  width: 580px;
  height: 400px !important;
}
.trends .left .myswiper .swiper .swiper-wrapper .swiper-slide span {
  display: block;
  width: 100%;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-indent: 20px;
}
.trends .left .myswiper .swiper .swiper-pagination {
  width: 100px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}
.trends .left .myswiper .swiper .swiper-pagination .swiper-pagination-bullet {
  margin-left: 10px;
  display: block;
  height: 10px;
  width: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.trends .left .myswiper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFF;
}
.pad20 {
  padding: 20px;
}
.titleBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.titleBox .title {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 800;
  color: #2E5BAE;
  border-bottom: 4px solid #2E5BAE;
  position: relative;
  line-height: 25px;
}
.titleBox .title::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 550px;
  height: 2px;
  background-color: #f2f2f2;
  transform: scaleY(0.5);
}
.titleBox .videotitle::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 1150px;
  height: 2px;
  background-color: #f2f2f2;
  transform: scaleY(0.5);
}
.titleBox .more {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.infoItem {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  height: 50px;
  justify-content: space-between;
  align-items: center;
}
.infoItem .left {
  display: flex;
  align-items: center;
}
.infoItem .left .icon {
  width: 12px;
  height: 12px;
  background: #2E5BAE;
  border-radius: 50%;
  opacity: 1;
  margin-right: 24px;
}
.infoItem span {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.infoItem:hover .left > a {
  color: #2E5BAE;
}
.infoItem:hover span {
  color: #2E5BAE;
}
.tow {
  display: flex;
}
.tow > div {
  flex: 1;
}
.tow .left > div {
  background-color: #fff;
  height: 390px;
  overflow-y: hidden;
}
.tow .left .top {
  margin-bottom: 20px;
}
.tow .right {
  margin-left: 20px;
}
.tow .right .top {
  background-color: #fff;
  height: 100%;
}
.tow .right .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.tow .right .bottom a {
  display: block;
  width: 282px;
  height: 96px;
  overflow: hidden;
}
.tow .right .bottom a div {
  width: 282px;
  height: 96px;
  overflow: hidden;
}
.tow .right .bottom a .leader {
  background-image: url(../images/leader2.png);
  background-size: contain;
  background-position: 0 0;
  transition: transform 0.3s ease;
}
.tow .right .bottom a .zx {
  background-image: url(../images/zx2.png);
  background-size: contain;
  background-position: 0 0;
  transition: transform 0.3s ease;
}
.tow .right .bottom a:hover div {
  transform: scale(1.2);
}
.tow .right .action {
  display: flex;
  justify-content: space-between;
}
.tow .right .action h3 {
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.tow .right .action > div > i {
  width: 24px !important;
  height: 24px !important;
  background-image: url(../images/Frame.png);
}
.tow .right .action > div a {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #2E5BAE;
  cursor: pointer;
}
.tow .right .tableBox .tableTd {
  display: flex;
  justify-content: space-between;
  height: 50px;
  align-items: center;
}
.tow .right .tableBox .tableTd a {
  display: block;
  width: 155px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.tow .right .tableBox .tableTd span {
  padding-right: 10px;
}
.tow .right .tableBox .tableTd div {
  width: 140px;
}
.tow .right .tableBox .tableHeader {
  background-color: #F7F7F7;
  display: flex;
  justify-content: space-between;
  height: 50px;
  align-items: center;
}
.tow .right .tableBox .tableHeader span {
  padding-left: 10px;
  padding-right: 10px;
}
.bottomImg {
  background-color: #fff;
  margin-bottom: 80px;
}
.bottomImg .imgContent {
  display: flex;
}
.bottomImg .imgContent > div {
  position: relative;
}
.bottomImg .imgContent > div .playIcon {
  position: absolute;
  left: 16px;
  top: 31px;
  width: 196px;
  height: 114px;
  background-color: rgba(242, 242, 242, 0.3);
  background-image: url(../images/videplay.png);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: 72px 36px;
  display: none;
  cursor: pointer;
}
.bottomImg .imgContent > div:hover .playIcon {
  display: block;
}
.newImg > div {
  position: relative;
}
.newImg > div .playIcon {
  position: absolute;
  left: 10px;
  top: 29px;
  width: 196px;
  height: 114px;
  background-color: rgba(242, 242, 242, 0.3);
  background-image: url(../images/videplay.png);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: 72px 36px;
  display: none;
  cursor: pointer;
}
.newImg > div:hover .playIcon {
  display: block;
}
.footerHeader {
  width: 100%;
  height: 152px;
  background-color: #2e5bae;
  display: flex;
  justify-content: center;
}
.footerHeader .footerMain {
  width: 1200px;
}
.footerHeader .footerMain .content {
  display: flex;
  margin-top: 10px;
}
.footerHeader .footerMain .content .left {
  background-color: rgba(255, 255, 255, 0.1);
  width: 106px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerHeader .footerMain .content .left img {
  width: 56px;
  height: 68px;
}
.footerHeader .footerMain .content .right {
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: 5px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footerHeader .footerMain .content .right .item {
  padding: 20px;
}
.footerHeader .footerMain .content .right .item h4 {
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.footerHeader .footerMain .content .right .item > div {
  color: #FFFFFF;
  opacity: 0.6;
  line-height: 14px;
}
.footerBottom {
  width: 100%;
  height: 50px;
  background-color: #194699;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerBottom .content {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  color: #F7F7F7;
}
.footerBottom .content > div {
  margin-right: 20px;
}
.footerBottom .content .policeLogo {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/footerLogo.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.info {
  padding-left: 32px;
}
.headerName {
  position: relative;
}
.headerName span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #2E5BAE;
  border-bottom: 3px solid #2E5BAE;
  line-height: 36px;
}
.headerName::after {
  content: " ";
  position: absolute;
  left: 72px;
  bottom: 0px;
  width: 92%;
  height: 2px;
  background-color: #ccc;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
#departmentPhone {
  margin-top: 32px;
}
#departmentPhone #departmentPhoneTable {
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#departmentPhone #departmentPhoneTable > li {
  height: 60px;
}
#departmentPhone #departmentPhoneTable .header {
  font-size: 16px;
  font-weight: bold;
  color: #2E5BAE;
  background-color: #f7f7f7;
}
#departmentPhone #departmentPhoneTable > li > ul {
  height: 60px;
  display: flex;
}
#departmentPhone #departmentPhoneTable > li > ul > li {
  flex: 1;
  height: 100%;
  border-bottom: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  text-align: center;
  line-height: 60px;
}
.letterBox {
  margin-top: 32px;
  height: 400px;
}
.letterBox .header {
  height: 36px;
  display: flex;
  align-items: center;
  position: relative;
}
.letterBox .header > span {
  font-size: 14px;
  font-weight: bold;
  color: #2E5BAE;
}
.letterBox .header > p {
  margin-left: 20px;
}
.letterBox .header > p span {
  color: #2E5BAE;
}
.letterBox .header .inputSeare {
  display: flex;
  position: absolute;
  right: 0;
}
.letterBox .header .inputSeare > input {
  width: 240px;
  height: 34px;
  border: 1px solid #CCCCCC;
}
.letterBox .header .inputSeare > div {
  width: 120px;
  height: 36px;
  background-color: #2E5BAE;
  text-align: center;
  line-height: 36px;
  color: #fff;
  margin-left: 20px;
}
.letterBox .header .inputSeare > div i {
  background-image: url(../images/Frame.png) #E6E6E6;
}
.letterBox .header .inputSeare > div > span a {
  color: #fff;
  cursor: pointer;
}
.letterBox .table {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  height: 600px;
  overflow-y: scroll;
}
.letterBox .table > li {
  height: 40px;
}
.letterBox .table > li ul {
  height: 40px;
  width: 100%;
  display: flex;
}
.letterBox .table > li ul li {
  flex: 1;
  border-left: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  text-align: center;
  line-height: 40px;
}
.letterBox .table .tableHeader > ul > li {
  font-size: 14px;
  font-weight: bold;
  color: #2E5BAE;
  background-color: #F7F7F7;
}
.dialog-body {
  width: 600px;
}
.dialog-body .input {
  height: 30px;
  width: 500px;
}
.dialog-body .IsVertify {
  display: flex;
  align-items: center;
}
.dialog-body .IsVertify .input {
  margin-right: 20px;
}
.tab {
  overflow: hidden;
}
.tab .tabHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  position: relative;
}
.tab .tabHeader .tab-title {
  width: 300px;
  display: flex;
  justify-content: flex-start;
  padding: 10px;
  margin: 0;
}
.tab .tabHeader .tab-title > li {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 800;
  position: relative;
  line-height: 25px;
  margin-right: 20px;
  color: #999999;
  cursor: pointer;
}
.tab .tabHeader .tab-title > li.active {
  border-bottom: 4px solid #2E5BAE;
  color: #2E5BAE;
  position: relative;
  z-index: 1;
}
.tab .tabHeader .more a {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.tab .tabHeader::after {
  content: " ";
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 560px;
  height: 1px;
  border-top: 2px solid #F2F2F2;
  transform: scaleY(0.5);
}
.tab-content {
  padding: 10px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.moreInfo a {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.moreInfo a .chevron {
  width: 16px;
  height: 16px;
  background: url(../images/chevron.png);
  background-size: cover;
  background-position: 0 2px;
}
.businessConsulting {
  padding: 30px;
}
.singleWarp {
  width: 1200px;
  background-color: #fff;
  height: 777px;
  padding: 30px;
}
.singleWarp h2 {
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
}
.singleWarp img {
  width: 500px;
  height: 300px;
  margin-top: 20px;
}
.singleWarp .info {
  padding: 20px;
}
.videoNav li {
  position: relative;
}
.videoNav li:last-child::after {
  content: '';
  height: 2px;
  width: 50px;
  position: absolute;
  left: 85px;
  bottom: 0;
  background-color: #2E5BAE;
}
.backInfo {
  padding: 20px;
}
.backInfo .titleH1 {
  font-size: 28px;
}
.backInfo > ul {
  color: #000;
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid #e1e6f0;
  border-right: 1px solid #e1e6f0;
}
.backInfo > ul > li {
  min-height: 60px;
  border-left: 1px solid #e1e6f0;
  border-bottom: 1px solid #e1e6f0;
}
.backInfo > ul .titleLI {
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  background-color: #e8eaee;
}
.backInfo > ul .replyTd {
  display: flex;
  font-size: 14px;
}
.backInfo > ul .replyTd div:first-child {
  flex: 1;
  width: 120px;
  background-color: #f6f8fc;
  border-right: 1px solid #e1e6f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.backInfo > ul .replyTd div:last-child {
  flex: 7;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
}
