.container {
  width: 100%;
  margin: 0 auto;
}
.container .banner {
  width: 100%;
  height: 530px;
}
.container .banner .swiper-container {
  width: 100%;
  height: 100%;
}
.container .banner .swiper-container .swiper-slide {
  position: relative;
}
.container .banner .swiper-container .swiper-slide img {
  height: 100%;
  width: 100%;
}
.container .content {
  background-color: #f5f5f5;
}
.container .content .titCon {
  border-bottom: 1px solid #eee;
  position: relative;
}
.container .content .titCon .title {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 32px 0;
  display: flex;
  justify-content: space-around;
}
.container .content .titCon .title li {
  cursor: pointer;
  height: 89px;
  width: 197px;
  border-right: 1px solid #eee;
}
.container .content .titCon .title li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #333;
}
.container .content .titCon .title li div {
  height: 56px;
  width: 52px;
  background-size: 100% 100%;
}
.container .content .titCon .title li:nth-of-type(1) div {
  background-image: url(../../images/process/culture1.png);
}
.container .content .titCon .title li:nth-of-type(2) div {
  background-image: url(../../images/process/culture2.png);
}
.container .content .titCon .title li:nth-of-type(3) div {
  background-image: url(../../images/process/culture3.png);
}
.container .content .titCon .title li:nth-of-type(4) div {
  background-image: url(../../images/process/culture4.png);
}
.container .content .titCon .title li:nth-of-type(5) div {
  background-image: url(../../images/process/culture5.png);
}
.container .content .titCon .title li:nth-of-type(6) div {
  background-image: url(../../images/process/culture12.png);
}
.container .content .titCon .title li:nth-of-type(6) span {
  color: #039be5;
}
.container .content .titCon .title li:last-of-type {
  border: none;
}
.container .content .infoCon {
  width: 1200px;
  margin: 0 auto;
}
.container .content .infoCon .consult {
  margin-top: 76px;
  width: 100%;
}
.container .content .infoCon .consult .lunbo {
  width: 100%;
  height: 100%;
}
.container .content .infoCon .consult .lunbo .conList .ulList {
  width: 1200px;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.container .content .infoCon .consult .lunbo .conList .ulList img {
  display: block;
  width: 459px;
  height: 450px;
}
.container .content .infoCon .consult .lunbo .conList .ulList .cl-right {
  background-color: #fff;
  width: 741px;
  height: 450px;
  box-sizing: border-box;
  padding-left: 100px;
  display: none;
}
.container .content .infoCon .consult .lunbo .conList .ulList .cl-right.show {
  display: block;
}
.container .content .infoCon .consult .lunbo .conList .ulList .cl-right > div:first-of-type {
  margin-top: 125px;
  float: left;
}
.container .content .infoCon .consult .lunbo .conList .ulList .cl-right > div:first-of-type h4 {
  color: #4381ff;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 4px;
}
.container .content .infoCon .consult .lunbo .conList .ulList .cl-right > div:first-of-type > p {
  font-size: 20px;
  color: #5d5d5d;
  margin-top: 15px;
}
.container .content .infoCon .consult .lunbo .conList .ulList .cl-right > div:first-of-type > a {
  display: inline-block;
  width: 307px;
  background-color: #4381ff;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-top: 25px;
  padding: 21px 0;
}
.container .content .infoCon .consult .lunbo .conList .ulList .cl-right > div:last-of-type {
  float: right;
  margin-right: 32px;
  margin-top: 144px;
}
.container .content .infoCon .consult .lunbo .conList .ulList .cl-right > div:last-of-type i {
  display: block;
  width: 59px;
  height: 59px;
  border: 1px solid #6799ff;
  border-radius: 50%;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}
.container .content .infoCon .consult .lunbo .conList .ulList .cl-right > div:last-of-type i:first-of-type:before {
  display: inline-block;
  content: "";
  height: 18px;
  width: 18px;
  border-width: 0 0 2px 2px;
  border-color: #6799ff;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 35%;
  left: 40%;
}
.container .content .infoCon .consult .lunbo .conList .ulList .cl-right > div:last-of-type i.current {
  border: 1px solid #c7c7c7;
}
.container .content .infoCon .consult .lunbo .conList .ulList .cl-right > div:last-of-type i.current:before {
  content: "";
  display: inline-block;
  border-color: #c7c7c7 !important;
}
.container .content .infoCon .consult .lunbo .conList .ulList .cl-right > div:last-of-type i:last-of-type:before {
  display: inline-block;
  content: "";
  height: 18px;
  width: 18px;
  border-width: 2px 2px 0 0;
  border-color: #6799ff;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 35%;
  left: 25%;
}
.container .content .infoCon .consult .tabList {
  width: 1200px;
  height: 110px;
  margin-top: 23px;
  display: flex;
  flex-flow: row nowrap;
}
.container .content .infoCon .consult .tabList li {
  width: 226px;
  height: 110px;
  margin-right: 17.5px;
  background-color: #fff;
}
.container .content .infoCon .consult .tabList li div {
  height: 110px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 36px;
  padding-left: 98px;
  cursor: pointer;
}
.container .content .infoCon .consult .tabList li div h4 {
  color: #666;
  font-size: 20px;
}
.container .content .infoCon .consult .tabList li div span {
  font-size: 12px;
  color: #4381ff;
}
.container .content .infoCon .consult .tabList li.tlist1 div {
  background: url(../../images/connect/t01.png) no-repeat 30px center;
}
.container .content .infoCon .consult .tabList li.tlist2 div {
  background: url(../../images/connect/t02.png) no-repeat 30px center;
}
.container .content .infoCon .consult .tabList li.tlist3 div {
  background: url(../../images/connect/t03.png) no-repeat 30px center;
}
.container .content .infoCon .consult .tabList li.tlist4 div {
  background: url(../../images/connect/t04.png) no-repeat 30px center;
}
.container .content .infoCon .consult .tabList li.tlist5 div {
  background: url(../../images/connect/t05.png) no-repeat 30px center;
}
.container .content .infoCon .consult .tabList li.active {
  background-color: #4381ff;
}
.container .content .infoCon .consult .tabList li.active div h4,
.container .content .infoCon .consult .tabList li.active div span {
  color: #fff;
}
.container .content .infoCon .consult .tabList li.active.tlist1 div {
  background: url(../../images/connect/t11.png) no-repeat 30px center;
}
.container .content .infoCon .consult .tabList li.active.tlist2 div {
  background: url(../../images/connect/t12.png) no-repeat 30px center;
}
.container .content .infoCon .consult .tabList li.active.tlist3 div {
  background: url(../../images/connect/t13.png) no-repeat 30px center;
}
.container .content .infoCon .consult .tabList li.active.tlist4 div {
  background: url(../../images/connect/t14.png) no-repeat 30px center;
}
.container .content .infoCon .consult .tabList li.active.tlist5 div {
  background: url(../../images/connect/t15.png) no-repeat 30px center;
}
.container .content .infoCon .consult .tabList li:last-of-type {
  margin-right: 0;
}
.container .content .infoCon .map {
  margin-top: 63px;
}
.container .content .infoCon .address {
  margin-top: 80px;
  margin-bottom: 118px;
  width: 1200px;
  height: 520px;
  display: flex;
}
.container .content .infoCon .address .left {
  height: 100%;
  width: 200px;
  background-color: #4381ff;
  color: #fff;
  padding-top: 248px;
  box-sizing: border-box;
  font-size: 24px;
  text-align: center;
}
.container .content .infoCon .address .right {
  width: 1000px;
  padding-left: 75px;
  background-color: #fff;
}
.container .content .infoCon .address .right .addList {
  margin-top: 117px;
  margin-right: 53px;
}
.container .content .infoCon .address .right .addList li {
  margin-bottom: 17px;
  width: 872px;
}
.container .content .infoCon .address .right .addList li > img {
  display: block;
  float: left;
  width: 34px;
  height: 33px;
}
.container .content .infoCon .address .right .addList li > span {
  display: block;
  width: 83px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-left: 18px;
  float: left;
}
.container .content .infoCon .address .right .addList li > p {
  display: block;
  font-size: 18px;
  color: #333;
  margin-left: 13px;
  float: left;
  height: 33px;
  line-height: 33px;
}
.container .search {
  width: 100%;
  height: 199px;
  background-image: url(../../images/index/search.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 52px;
  text-align: center;
}
.container .search h3 {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.container .search div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .search div input {
  display: inline-block;
  width: 444px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 3px 0px 0px 3px;
  padding-left: 6px;
  color: #999;
  font-size: 16px;
}
.container .search div button {
  width: 120px;
  height: 43px;
  background-color: #5097ff;
  border-radius: 0px 3px 3px 0px;
  border: solid 1px #ffffff;
  color: #fff;
  border-left: none;
  font-size: 16px;
}
.container .tbottom {
  background-color: #373D41;
  width: 100%;
  padding-top: 38px;
  padding-bottom: 33px;
}
.container .tbottom .bInfo {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding-bottom: 75px;
}
.container .tbottom .bInfo .bList {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #c0c1c1;
}
.container .tbottom .bInfo .bList p {
  font-size: 14px;
  color: #c0c1c1;
  margin-bottom: 27px;
}
.container .tbottom .bInfo .bList a {
  margin-top: 32px;
  font-size: 14px;
  color: #c0c1c1;
}
.container .tbottom .bInfo .bList .tel {
  display: flex;
}
.container .tbottom .bInfo .bList .tel img {
  width: 44px;
  height: 47px;
  margin-right: 20x;
}
.container .tbottom .bInfo .bList .tel div {
  padding-left: 20px;
}
.container .tbottom .bInfo .bList .tel div p {
  font-size: 18px;
  color: #c0c1c1;
  margin-bottom: 0;
}
.container .tbottom .bInfo .bList .tel div p:last-of-type {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}
.container .tbottom .bInfo .bList1 {
  text-align: left;
  align-items: flex-start;
}
.container .tbottom .bInfo .bList1 a {
  color: #999;
  margin-top: 20px;
}
.container .tbottom .bInfo .bList1 a:first-of-type {
  margin-top: 0;
}
.container .tbottom .bInfo .goWx {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.container .tbottom .bInfo .goWx img {
  width: 80px;
  height: 80px;
}
.container .tbottom .bInfo .goWx a {
  margin-top: 8px;
  margin-bottom: 22px;
  color: #999;
}
.container .tbottom .bLink {
  padding: 31px 0;
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #4b5054;
  border-top: 1px solid #4b5054;
}
.container .tbottom .bLink p {
  color: #c0c1c1;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.container .tbottom .bLink p a {
  margin-right: 20px;
  font-size: 12px;
  color: #999;
}
.container .tbottom .bWarn {
  width: 1200px;
  margin: 0 auto;
  padding-top: 27px;
  border-top: 1px solid #4b5054;
}
.container .tbottom .bWarn p {
  color: #595e62;
  font-size: 12px;
  line-height: 20px;
}
.container .tbottom .bWarn img {
  height: 25px;
  width: 25px;
  margin-top: 22px;
  margin-right: 12px;
}
.container .search {
  width: 100%;
  height: 199px;
  background-image: url(../../images/index/search.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 52px;
  text-align: center;
}
.container .search h3 {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.container .search div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .search div input {
  display: inline-block;
  width: 444px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 3px 0px 0px 3px;
  color: #999;
  font-size: 16px;
  padding-left: 6px;
}
.container .search div button {
  width: 120px;
  height: 43px;
  background-color: #5097ff;
  border-radius: 0px 3px 3px 0px;
  border: solid 1px #ffffff;
  color: #fff;
  border-left: none;
  font-size: 16px;
}
