.banner {
  width: 100%; }
.banner img {
  width: 100%;
  height: auto; }

.etitle {
  margin-top: 56px;
  margin-bottom: 48px; }

.con {
  display: flex; }
.con > div:nth-child(1) {
  width: 190px;
  margin-right: 10px; }
.con > div:nth-child(1) > div {
  height: 50px;
  line-height: 50px;
  background: #00A0E8;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px; }
.con > div:nth-child(1) ul {
  background: #FAFAFA;
  padding-bottom: 94px; }
.con > div:nth-child(1) ul li {
  border-bottom: solid 1px #D8D8D8;
  position: relative;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px; }
.con > div:nth-child(1) ul li span {
  display: inline-block;
  margin-left: 24px;
  width: 135px;
  line-height: 20px; }
.con > div:nth-child(1) ul li:last-child {
  border-bottom: none; }
.con > div:nth-child(1) ul li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  background: #202020;
  border-radius: 50%; }
.con > div:nth-child(1) ul li:hover, .con > div:nth-child(1) ul li.active {
  background: #2EB797;
  color: #fff; }
.con > div:nth-child(1) ul li:hover::before, .con > div:nth-child(1) ul li.active::before {
  background: #fff; }
.con > div:nth-child(1) ul li:hover::after, .con > div:nth-child(1) ul li.active::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%); }
.con > div:nth-child(2) {
  flex: 1; }
.con > div:nth-child(2) .service-img {
  width: 100%; }
.con > div:nth-child(2) .service-img img {
  width: 100%;
  height: auto; }
.con > div:nth-child(2) .item {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: dotted 1px #D8D8D8; }
.con > div:nth-child(2) .item:last-child {
  border-bottom: none;
  margin-bottom: 30px; }
.con > div:nth-child(2) .item .item-tit {
  line-height: 30px;
  padding-left: 30px;
  margin-bottom: 22px;
  position: relative;
  color: #FA6400;
  font-size: 23px;
  font-weight: bold; }
.con > div:nth-child(2) .item .item-tit:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #FA6400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-top: 1px; }

.item-con img{
  max-width: 100%;
}

.con > div:nth-child(2) .item .item-con {
  font-size: 14px;
  line-height: 40px; }
.con > div:nth-child(2) .item .item-con .maritime_advantages {
  display: flex; }
.con > div:nth-child(2) .item .item-con .maritime_advantages > div {
  margin-right: 24px;
  flex: 1;
  background: #fff;
  height: 208px;
  box-shadow: 0 0 7px 8px rgba(182, 182, 182, 0.1);
  border-radius: 4px;
  text-align: center; }
.con > div:nth-child(2) .item .item-con .maritime_advantages > div > div:nth-child(1) {
  height: 150px; }
.con > div:nth-child(2) .item .item-con .maritime_advantages > div > div:nth-child(1) i {
  color: #00A0E8;
  font-size: 60px; }
.con > div:nth-child(2) .item .item-con .maritime_advantages > div > div:nth-child(2) {
  line-height: 16px;
  font-size: 16px; }
.con > div:nth-child(2) .item .item-con .maritime_advantages > div:last-child {
  margin-right: 0; }
.con > div:nth-child(2) .item .item-con .service-table {
  width: 100%;
  border: 1px solid #B9B9B9; }
.con > div:nth-child(2) .item .item-con .service-table tr th, .con > div:nth-child(2) .item .item-con .service-table tr td {
  border: 1px solid #B9B9B9;
  text-align: center;
  font-size: 14px; }
.con > div:nth-child(2) .item .item-con .service-table tr > td:nth-child(1) {
  width: 216px;
  text-indent: 55px;
  text-align: left;
  background: #fafafa; }
.con > div:nth-child(2) .item .item-con .service-table tr > td.left-td {
  text-indent: 55px;
  text-align: left; }

@media (max-width: 800px) {
  .con {
    overflow: hidden;
    display: block; }
  .con > div:nth-child(1) {
    width: 100%; }
  .con > div:nth-child(1) ul {
    background: #fff;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    padding-bottom: 25px; }
  .con > div:nth-child(1) ul li {
    background: #fff;
    border: solid 1px #D8D8D8;
    border-radius: 2px;
    font-size: 14px;
    color: #5E5E5E;
    text-align: center;
    line-height: 20px;
    width: calc(50% - 8px);
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative; }
  .con > div:nth-child(1) ul li.active {
    border: solid 1px #2EB797;
    font-weight: bold; }
  .con > div:nth-child(1) ul li:nth-child(2n) {
    margin-right: 0; }
  .con > div:nth-child(1) ul li:last-child {
    border-bottom: solid 1px #D8D8D8; }
  .con > div:nth-child(1) ul li::before, .con > div:nth-child(1) ul li::after {
    content: '';
    display: none !important; }
  .con > div:nth-child(1) ul li a {
    display: flex;
    align-items: center; }
  .con > div:nth-child(1) ul li span {
    width: inherit;
    margin-left: 0; }
  .con > div:nth-child(2) .item .item-con .maritime_advantages {
    display: block; }
  .con > div:nth-child(2) .item .item-con .maritime_advantages::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both; }
  .con > div:nth-child(2) .item .item-con .maritime_advantages > div {
    margin-right: 10px;
    width: calc(50% - 5px);
    float: left;
    margin-bottom: 10px;
    background: #fff;
    height: 100px;
    box-shadow: 0 0 4px 4px rgba(182, 182, 182, 0.1);
    border-radius: 4px;
    text-align: center; }
  .con > div:nth-child(2) .item .item-con .maritime_advantages > div:nth-child(2n) {
    margin-right: 0; }
  .con > div:nth-child(2) .item .item-con .maritime_advantages > div > div:nth-child(1) {
    height: 70px; }
  .con > div:nth-child(2) .item .item-con .maritime_advantages > div > div:nth-child(1) i {
    color: #00A0E8;
    font-size: 30px; }
  .con > div:nth-child(2) .item .item-con .maritime_advantages > div > div:nth-child(2) {
    line-height: 16px;
    font-size: 14px; }
  .con > div:nth-child(2) .item .item-con .maritime_advantages > div:last-child {
    margin-right: 0; }
  .con > div:nth-child(2) .item .item-con .service-table {
    width: 100%;
    border: 1px solid #B9B9B9; }
  .con > div:nth-child(2) .item .item-con .service-table tr th, .con > div:nth-child(2) .item .item-con .service-table tr td {
    border: 1px solid #B9B9B9;
    text-align: center;
    font-size: 14px; }
  .con > div:nth-child(2) .item .item-con .service-table tr > td:nth-child(1) {
    width: auto;
    text-indent: 0;
    background: #fafafa;
    text-align: center; }
  .con > div:nth-child(2) .item .item-con .service-table tr > td.left-td {
    text-indent: 0;
    text-align: center; } }

/*# sourceMappingURL=service.css.map */




table{
  border: solid 1px #B9B9B9;
  text-align: center;
}
table tr{
  border-bottom: solid 1px #B9B9B9;
}
table tr:last-child{
  border-bottom: none;
}
table tr td{
  border-right: solid 1px #B9B9B9;
}
table tr td:last-child{
  border-right: none;
}
table tr td:first-child{
  background: #fafafa;
}
