.nav-sub {
    text-align: center;
    font-size: 0;
    margin: -20px 0 40px -20px;
}

.nav-sub li {
    display: inline-block;
    vertical-align: middle;
}

.nav-sub li a {
    display: block;
    line-height: 48px;
    padding: 0 40px;
    background-color: #363e45;
    color: #fff;
    font-size: 16px;
    margin: 20px 0 0 20px;
}

.nav-sub li a:hover, .nav-sub li.active a {
    background-color: #104492;
}

.position {
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px 0 8px 25px;
    background: url(../images/logo_03.png) no-repeat 0 center;
}

.section {
    padding: 100px 0;
}

.section-title {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.section-title small {
    display: block;
    font-size: 42px;
    text-transform: uppercase;
}

.section-title strong {
    display: block;
    position: relative;
    color: #104492;
    font-size: 30px;
    margin-top: 10px;
}

.section-title strong:after {
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    width: 86%;
    content: "";
    background: #e5e5e5;
}

.section-title-more .more-big {
    float: right;
    margin-top: -77px;
}

.section-title-1 {
    text-align: center;
    font-size: 0;
    margin-bottom: 40px;
}

.section-title-1 strong {
    display: block;
    font-size: 30px;
    text-transform: uppercase;
}

.section-title-1 h4 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    position: relative;
    padding: 0 42px;
    color: #104492;
}

.section-title-1 h4:after, .section-title-1 h4:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 22px;
    top: 50%;
    background-color: #104492;
}

.section-title-1 h4:after {
    right: 0;
}

.section-title-1 h4:before {
    left: 0;
}


.about-1 {
    font-size: 14px;
}

.about-2 {
    padding: 0 35px;
}

.about-2 .text {
    margin: 0;
}

.about-2 .swiper-button-prev {
    left: 0;
}

.about-2 .swiper-button-next {
    right: 0;
}

.about-2 .swiper-pagination {
    display: block;
}

.about-3 li {
    width: 100%;
}

.about-1 {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
    text-align: justify;
}

.about-3 {
    margin: -20px 0 0 -20px;
}

.about-3 li {
    float: left;
    width: 25%;
}

.about-3 li a {
    display: block;
    margin: 20px 0 0 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.about-3 li img {
    width: 100%;
}

.about-3 li .text {
    text-align: center;
    margin-top: 15px;
}

.about-3 li .text h4 {
    margin: 0;
    font-size: 20px;
}

.about-3 li .text p {
    color: #666;
    margin: 10px 0 0;
}

.about-3 li a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.solution {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.solution li {
    box-shadow: 0 0 5px #ccc;
    width: calc((100% - 60px) /3);
    margin-right: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    overflow: hidden;
}

.solution li:nth-child(3n) {
    margin-right: 0;
}

.solution li .text {
    padding: 15px;
}

.solution li .text h4 {
    padding: 0;
    margin: 5px;
}

.solution li img {
    transition: all .8s;
}

.solution li:hover img {
    transform: scale(1.1);
    transition: all .8s;
}

.p102-info-1, .p102-info-1 * {
    transition: all .5s;
}

.p102-info-1 {
    width: 100%;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    margin-left: -1px;
    padding: 10px 40px 40px;
}

.p102-info-list {
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    margin-bottom: 30px;
}

.p102-info-list dl {
    border-bottom: 1px solid #e3e3e3;
    padding: 19px;
    position: relative;
    margin: 0;
}

.p102-info-list dt {
    width: 268px;
}

.p102-info-list dt a,
.p102-info-list dt img {
    display: block;
    width: 100%;
}

.p102-info-list dd {
    position: absolute;
    left: 327px;
    right: 29px;
    top: 19px;
    bottom: 19px;
    z-index: 1;
    padding-top: 20px;
}

.p102-info-list dd h4 {
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 5px;
    margin: 0;
}

.p102-info-list dd h4 a {
    display: inline-block;
    max-width: 100%;
    height: 40px;
    font-size: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p102-info-list .p102-info-list-desc {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    text-align: justify;
}

.p102-info-list-more {
    padding-top: 22px;
}

.p102-info-list-more a {
    display: block;
    width: 98px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #044299;
    text-align: center;
    border: 1px solid #044299;
    position: relative;
}

.p102-info-list-more a:before {
    content: '';
    position: absolute;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 10px solid #fff;
    left: -1px;
    top: 50%;
    margin-top: -9px;
    z-index: 1;
}

.p102-info-list-more a:after {
    content: '';
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #044299;
    left: -1px;
    top: 50%;
    margin-top: -5px;
    z-index: 2;
}

.p102-info-list dl:hover {
    box-shadow: 5px 5px 10px #ededed, -5px -5px 10px #ededed;
}

.p102-info-list dl:hover dd h4 a {
    color: #044299;
}

.p102-info-list dl:hover .p102-info-list-more a {
    background: #044299;
    color: #fff;
}

.p102-info-list dl:hover .p102-info-list-more a:before {
    border-left: 10px solid #044299;
}

.p102-info-list dl:hover .p102-info-list-more a:after {
    border-left: 7px solid #fff;
}

.vlist {
    display: flex;
    display: -webkit-flex;
}

.vlist li {
    width: calc( (100% - 50px ) / 3 );
    margin-right: 25px;
    margin-bottom: 25px;
}

.vlist li iframe {
    width: 100%;
    height: 280px;
}

.vlist li p {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

@media(max-width: 768px) {
    .section{padding: 7vw 0;}
    .section-title-1 strong, .section-title-1 h4{font-size: 20px;}
    .about-3 li{width: 50%;}
    .solution li{width: calc((100% - 20px) / 2); margin-right: 0;}
    .solution li:nth-child(even) {margin-left: 20px;}
    .solution li img {display: block; width: 100%;}
    .p102-info-1{padding: 10px;}
    .p102-info-list dl{padding: 10px; display: flex;}
    .p102-info-list dt {width: 45%;}
    .p102-info-list dd {width: 55%; position: static; padding-top: 0; margin: 0 0 0 10px;}
    .p102-info-list-more{padding-top: 5px;}
    .p102-info-list .p102-info-list-desc{line-height: 25px; height: 25px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
    .nav-sub{padding: 2vw; margin: 0;}
    .nav-sub li{width: 48%; margin: 0 0 20px 0;}
    .nav-sub li:nth-child(even){margin-left: 4%;}
    .nav-sub li a{font-size: 14px; margin: 0; padding: 0; text-align: center;}
    .p102-info-list dd h4 a{font-size: 16px; height: 1.5em; line-height: 1.5em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
    .p102-info-list dd h4{height: auto; line-height: 100%;}
}