.container {
  width: 100%;
  min-width: 1300px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}

.container section .common-title-wrap {
  position: relative;
  text-align: center;
}

.container section .common-title-wrap::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #C0C0C0;
  position: absolute;
  top: 35%;
  left: 0;
}

.container section .common-title-wrap .title {
  padding: 0 25px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.container section .common-title-wrap .title .zh {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
}

.container section .common-title-wrap .title .en {
  color: #888888;
  font-family: 033;
  font-size: 14px;
  margin-top: 20px;
  text-transform: uppercase;
}

.container .part-1 .cont {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.container .part-1 .cont .left {
  width: 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-top: -104px;
  z-index: 2;
  position: relative;
}

.container .part-1 .cont .left .title-wrap .title {
  display: block;
}

.container .part-1 .cont .left .list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 19px;
  background: #F8F8F8;
  min-height: 320px;
}

.container .part-1 .cont .left .list .li {
  height: 54px;
  line-height: 54px;
  display: block;
  border-bottom: 1px dashed #D8D8D8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3px;
  font-size: 16px;
}

.container .part-1 .cont .left .list .li:nth-last-child(1) {
  border: none;
}
.container .part-1 .cont .left .list .li:hover {
	color: #0059B4;
}
.container .part-1 .cont .left .list .li .icon {
  margin-right: 12px;
}

.container .part-1 .cont .left .call-wrap {
  margin-top: 40px;
  position: relative;
}

.container .part-1 .cont .left .call-wrap .bg {
  display: block;
}

.container .part-1 .cont .left .call-wrap .phone {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #FCFF00;
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.container .part-1 .cont .right {
  width: calc(100% - 240px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding-left: 36px;
}

.container .part-1 .cont .right .list {
  font-size: 0;
}

.container .part-1 .cont .right .list .li {
  display: inline-block;
  width: 312px;
  margin-top: 36px;
  margin-right: 43px;
}

.container .part-1 .cont .right .list .li:nth-child(3n + 3) {
  margin-right: 0;
}

.container .part-1 .cont .right .list .li:hover .img-wrap .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.container .part-1 .cont .right .list .li:hover .text {
  background: #0059B4;
  color: #fff;
}

.container .part-1 .cont .right .list .li .img-wrap {
  display: block;
  height: 187px;
  overflow: hidden;
}

.container .part-1 .cont .right .list .li .img-wrap .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.container .part-1 .cont .right .list .li .text {
  width: 311px;
  height: 40px;
  background: #F2F2F2;
  text-align: center;
  line-height: 40px;
  margin-top: 18px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container .part-2 {
  height: 785px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/bg_2.png) center center no-repeat;
  padding: 112px 0 0 0;
  margin-top: 60px;
}

.container .part-2 .common-title-wrap .title {
  background-color: #0059B4;
}

.container .part-2 .cont {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 30px;
}

.container .part-2 .cont .list {
  height: 452px;
  position: relative;
  text-align: center;
}

.container .part-2 .cont .list .img {
  position: absolute;
}

.container .part-2 .cont .list .img:nth-child(1) {
  top: 20px;
  left: 0;
}

.container .part-2 .cont .list .img:nth-child(2) {
  top: 20px;
  right: 0;
}

.container .part-2 .cont .list .img:nth-child(3) {
  top: 290px;
  left: 0;
}

.container .part-2 .cont .list .img:nth-child(4) {
  top: 290px;
  right: 0;
}

.container .part-2 .cont .list .phone {
  font-size: 20px;
  color: #FFB400;
  font-weight: bold;
  position: absolute;
  top: 380px;
  right: 100px;
}

.container .part-3 {
  padding: 57px 0 50px 0;
}

.container .part-3 .cont {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.container .part-3 .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.container .part-3 .cont .list .li {
  width: 295px;
  height: 243px;
  background-color: #f5f5f5;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .part-3 .cont .list .li:nth-last-child(1) {
  margin-right: 0;
}

.container .part-3 .cont .list .li .img {
  max-width: 100%;
  max-height: 100%;
}

.container .part-3 .cont .more-btn {
  width: 45px;
  height: 45px;
  margin: 40px auto 0;
  display: block;
}

.container .part-3 .cont .more-btn .icon {
  width: 100%;
}

.container .part-4 {
  height: 603px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/bg_3.png) center center no-repeat;
}

.container .part-4 .cont {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.container .part-4 .cont img {
  position: absolute;
}

.container .part-4 .cont .img-1 {
  top: 70px;
  left: 0;
}

.container .part-4 .cont .img-2 {
  top: 210px;
  left: 0;
}

.container .part-4 .cont .img-3 {
  top: 142px;
  right: 0;
}

.container .part-4 .cont .img-4 {
  top: 480px;
  right: 0;
}

.container .part-4 .cont .phone {
  font-size: 26px;
  color: #FEFEFE;
  font-weight: bold;
  position: absolute;
  top: 496px;
  right: 48px;
}

.container .part-5 {
  padding: 67px 0 70px 0;
}

.container .part-5 .cont {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .part-5 .cont .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #B5B5B5;
  padding-bottom: 24px;
}

.container .part-5 .cont .title-wrap .l {
  position: relative;
  padding-left: 20px;
}

.container .part-5 .cont .title-wrap .l::before {
  content: '';
  width: 6px;
  height: 26px;
  background: #FF6B00;
  position: absolute;
  top: 0;
  left: 0;
}

.container .part-5 .cont .title-wrap .l .zh {
  font-size: 24px;
  color: #0059B4;
  font-weight: bold;
  margin-right: 17px;
}

.container .part-5 .cont .title-wrap .l .en {
  color: #BDBDBD;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.container .part-5 .cont .title-wrap .more-btn {
  font-size: 13px;
  color: #FF6E00;
  text-transform: uppercase;
}

.container .part-5 .cont .left {
  width: 718px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container .part-5 .cont .left .list {
  padding-top: 30px;
}

.container .part-5 .cont .left .list .hot-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .part-5 .cont .left .list .hot-news .left {
  width: 230px;
  height: 140px;
  text-align: center;
  line-height: 140px;
}

.container .part-5 .cont .left .list .hot-news .left .img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.container .part-5 .cont .left .list .hot-news .right {
  width: 458px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container .part-5 .cont .left .list .hot-news .right .text-1 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .part-5 .cont .left .list .hot-news .right .text-1 .li-more-btn {
  width: 67px;
  height: 18px;
  background: #B9B9B9;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .part-5 .cont .left .list .hot-news .right .text-1 .li-more-btn:hover {
  background-color: #0059B4;
}

.container .part-5 .cont .left .list .hot-news .right .text-2 {
  line-height: 26px;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container .part-5 .cont .left .list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.container .part-5 .cont .left .list .block .item {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #333333;
  padding: 16px 0 12px;
  border-bottom: 1px dashed #BFBFBF;
}

.container .part-5 .cont .left .list .block .item:hover {
  font-weight: bold;
  color: #0059B4;
}

.container .part-5 .cont .left .list .block .item .icon {
  margin-right: 6px;
}

.container .part-5 .cont .right {
  width: 520px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container .part-5 .cont .right .list {
  margin-top: 10px;
}

.container .part-5 .cont .right .list .li {
  display: block;
  padding: 30px 0 18px;
  border-bottom: 1px dashed #BFBFBF;
}

.container .part-5 .cont .right .list .li:nth-last-child(1) {
  border: none;
}

.container .part-5 .cont .right .list .li:hover .text-1 {
  color: #0059B4;
  font-weight: bold;
}

.container .part-5 .cont .right .list .li .text-1 {
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container .part-5 .cont .right .list .li .text-1 .icon {
  margin-right: 6px;
}

.container .part-5 .cont .right .list .li .text-2 {
  font-size: 14px;
  color: #555555;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*# sourceMappingURL=index.css.map */