
.thumb img{max-width: 100%}
.indexIndustry .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
   
}
.indexIndustry .swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.indexIndustry .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.indexIndustry .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    
}
.indexIndustry .swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.indexIndustry .swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.indexIndustry .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.indexIndustry .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}
.indexIndustry .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: height, -o-transform;
    -moz-transition-property: transform, height, -moz-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
}
.indexIndustry .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.indexIndustry .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.indexIndustry .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.indexIndustry .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -o-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.indexIndustry .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.indexIndustry .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.indexIndustry .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.indexIndustry .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.indexIndustry .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.indexIndustry .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.indexIndustry .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.indexIndustry .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.indexIndustry .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.indexIndustry .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
}
.indexIndustry button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.indexIndustry .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.indexIndustry .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}




.indexWrap {
    padding: 0 15px;
    max-width: 1920px;
    margin: 0 auto;
}


.indexIndustry-list{background: #005bac; margin-top:70px;}
.indexIndustry-list h2 {
    font-size: 18px;
}
.indexIndustry-list h3 {
    padding-top: 5px;
    font-weight: lighter;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}
.indexIndustry-list h3:after {
    content: '';
    display: block;
    width: 2em;
    height: 2px;
    background-color: #fabe00;
    margin: 8px 0 10px;
}
.indexIndustry-list .content {
    padding: 15px 20px 20px;
    background:rgba(255,255, 255, 0); 
    /*background-color: #005bac;*/
    color: #fff;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
}
.indexIndustry-list .desc {
    font-weight: lighter;
    font-size: 13px;
    opacity: 0.8;
    line-height: 2.125;
}
.indexIndustry-list .more {
    color: #005bac;
    border: 1px solid #005bac;
    font-size: 14px;
    padding: 3px 40px 3px 10px;
    display: inline-block;
    vertical-align: top;
    opacity: 0.8;
    margin-top: 15px;
    position: relative;
}
.indexIndustry-list .more:after {
    content: '';
    display: block;

    width: 26px;
    height: 100%;
    background: url(../images/indexIcon01.png) center no-repeat;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    right: 5px;
    top: 0;
}
.indexIndustry-dot {
    background-color: #005bac;
    text-align: center;
    padding-bottom: 10px;
}
.indexIndustry-dot span {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 0 5px;
}
.indexIndustry-dot span.swiper-pagination-bullet-active {
    background-color: #fabe00;
}
.indexIndustry-hd {
    text-align: center;
}
.indexIndustry-hd li {
    cursor: pointer;
    padding: 20px 0;
}
.indexIndustry-hd li:after {
    content: '';
    display: block;
    width: 1px;
    height: 70%;
    background-color: #ecf0f2;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.indexIndustry-hd li:last-child:after {
    display: none;
}
.indexIndustry-hd .box {
    width: 68px;
    height: 55px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.indexIndustry-hd .icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    display: inline-block;
    vertical-align: middle;
}
.indexIndustry-hd .icon:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.indexIndustry-hd .hv {
    top: 100%;
}
.indexIndustry-hd img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.indexIndustry-hd h4 {
    color: #64696c;
    font-size: 16px;
    padding-top: 7px;
}
.indexIndustry-hd .on .icon {
    top: -100%;
}
.indexIndustry-hd .on .hv {
    top: 0;
}
.indexIndustry-hd .on h4 {
    color: #005bac;
}

@media (min-width: 1024px) {
	.indexWrap {
    padding: 0 30px;
}

	.indexIndustry-list .thumb {
    position: relative;
}
.indexIndustry-list .thumb img{width:100%;}
.indexIndustry-list .content {
    width: 60%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/indexBg01.png) left top no-repeat;
    -o-background-size: 100%;
    background-size: 100%;
    padding-right: 10%;
    padding-top: 30px;
}
.indexIndustry-list h2 {
    font-size: 30px;
}
.indexIndustry-list h3 {
    font-size: 20px;
}
.indexIndustry-list h3:after {
    margin-top: 15px;
    margin-bottom: 15px;
}
.indexIndustry-list .desc {
    font-size: 16px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: bold;
}
.indexIndustry-list .more {
    min-width: 138px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 10px;
}
.indexIndustry-list .more:after {
    width: 32px;
    right: 10px;
}
.indexIndustry-hd li {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.indexIndustry-hd .on {
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
}

@media (min-width: 1260px) {
	
.indexIndustry-list .content {
    padding-left: 50px;
    padding-right: 15%;
    padding-top: 50px;
}
.indexIndustry-list .more:after {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.indexIndustry-list .more:hover {
    border-color: #005bac;
}
.indexIndustry-hd {
    width: 81.4%;
    max-width: 1400px;
    margin: -65px auto 0;
    position: relative;
    z-index: 20;
    padding-top: 5px;
    -webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
}
.indexIndustry-hd ul {
    background-color: #fff;
}
.indexIndustry-hd li {
    padding: 30px 0;
    border-bottom: 3px solid transparent;
}
.indexIndustry-hd li:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background-color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.indexIndustry-hd li:after {
    height: 61.11%;
}
.indexIndustry-hd li:hover h4 {
    color: #005bac;
}
.indexIndustry-hd li:hover .icon {
    top: -100%;
}
.indexIndustry-hd li:hover .hv {
    top: 0;
}
.indexIndustry-hd .on {
    border-color: #fabe00;
}
.indexIndustry-hd .on:before {
    height: 5px;
}
.indexIndustry-hd h4 {
    padding-top: 10px;
}

}

@media (min-width: 1600px) {
.indexIndustry-list .content {
    width: 50%;
    padding: 80px 9.1%;
}
.indexIndustry-list h2 {
    font-size: 42px;
}
.indexIndustry-list h3 {
    font-size: 24px;
    padding-top: 2px;
}
.indexIndustry-list h3:after {
    margin-top: 25px;
    margin-bottom: 28px;
}
.indexIndustry-list .more {
    min-width: 168px;
    margin-top: 27px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 18px;
}
.indexIndustry-list .more:after {
    right: 22px;
}
.indexIndustry-list .more:hover:after {
    right: 10px;
}
.indexIndustry-hd li {
    padding: 45px 0;
}
}

@media (min-width: 1800px) {
.indexWrap {
    padding: 0;
}
.indexIndustry-list .content {
    padding-top: 105px;
}
}

@media(max-width:640px) {

.indexIndustry-list .desc {
    height: 135px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
}

@media(max-width:1024px) {
.indexIndustry .swiper-container{
    margin-top: 20px;
}
}