body {
    background: white;
}

.none {
    display: none !important;
}

.index {
    width: 100%;
    margin: 0 auto;
}

.index-banner {
    width: 100%;
    height: 446px;
    position: relative;
}

.index-banner-ul {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.5s ease-in 0s;
}

.index-banner-ul li {
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
}

.index-banner-li1 {
    background: url(../images/kt-banner1.png) center center no-repeat;
}

.index-banner-li2 {
    background: url(../images/kt-banner2.png) center center no-repeat;
}

.index-tab {
    width: 1200px;
    margin: 78px auto 0 auto;
}

.index-tab-ul {
    border-bottom: 3px dashed #C2E4FF;
    positioin: relative;
}

.index-tab-ul li {
    float: left;
    width: 50%;
    height: 118px;
    padding-top: 30px;
    box-sizing: border-box;
    text-align: center;
    font: 16px/30px "Microsoft Yahei";
    color: #6A8599;
}

.index-tab-ul li p {
    height: 40px;
}

.index-tab-ul li p.icon1 {
    background: url(../images/cpxs-icon.png) center center no-repeat;
}

.index-tab-ul li p.icon2 {
    background: url(../images/dizc-icon.png) center center no-repeat;
}

.index-tab-ul .tabTitLi {
    border: 3px dashed #C2E4FF;
    border-bottom: 0;
    position: relative;
    top: 3px;
    background: white;
    color: #4CAFFC;
}

.index-tab-ul .tabTitLi p.icon1 {
    background: url(../images/cpxs-icon-active.png) center center no-repeat;
}

.index-tab-ul .tabTitLi p.icon2 {
    background: url(../images/dizc-icon-active.png) center center no-repeat;
}

.index-tab .tabCon {
    border: 0px;
}

.index-tab-content {
    height: 450px;
    background: url("../images/introduce-bg.png") center center no-repeat;
}

.index-tab-content__bg1 {
    background: url("../images/introduce-bg1.png") center center no-repeat;
}

.index-tab-content__l {
    float: left;
    width: 50%;
    padding-top: 100px;
    text-align: center;
    vertical-align: middle;
}

.index-tab-content__r {
    float: left;
    width: 50%;
    padding: 0 135px 0 80px;
    box-sizing: border-box;
    padding-top: 110px;
}

.index-tab-content__r p {
    font: 14px/32px "Microsoft Yahei";
    color: #737C83;
}

.index-tab-content__r a {
    border: 1px solid #4CAFFC;
    display: block;
    margin: 10px auto 0 auto;
    width: 100px;
    height: 34px;
    text-align: center;
    color: #4CAFFC;
    font: 14px/34px "Microsoft Yahei";
}

.index-news {
    width: 100%;
    height: 700px;
    background: #FAFBFC;
}

.index-news-content {
    width: 1200px;
    margin: 0 auto;
}

.index-news-top {
    position: relative;
    width: 1200px;
    margin: auto;
}

.index-news-title {
    width: 100%;
    height: 126px;
    padding-top: 40px;
    box-sizing: border-box;
    font-size: 20px;
    color: #1E3F59;
    text-align: center;
}

.index-news-title span {
    font-size: 13px;
    color: #1E3F59;
}

.index-news-more {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 14px;
    color: #1E3F59;
}

.index-news-main {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.index-news-main ul {
    position: relative;
    left: 0;
    top: 0;
    height: 445px;
    overflow: hidden;
}

.index-news-main ul li {
    float: left;
}

.index-news-main ul li .index-news-ulbox-div {
    box-sizing: border-box;
    width: 293px;
    height: 444px;
    background: white;
    border: 1px solid #DBD9D9;
    margin: 0 50px 5px 0;
    display: flex;
}

.index-news-main ul li .index-news-ulbox-div img {
    width: 291px;
    height: 231px;
}

.index-news-main ul li:nth-child(odd) .index-news-ulbox-div {
    flex-direction: column;
}

.index-news-main ul li:nth-child(even) .index-news-ulbox-div {
    flex-direction: column-reverse;
    justify-content: space-between;
}

.index-news-main-p {
    width: 100%;
    height: 233px;
}

.index-news-main-div img {
    width: 100%;
}

.index-news-main-text {
    font-size: 12px;
    padding: 20px;
    text-align: left;
}

.index-news-main-text strong {
    line-height: 20px;
    display: block;
}

.index-news-main-text span {
    display: block;
    max-height: 100px;
    overflow: hidden;
}

.index-news-main-date {
    font-size: 12px;
    padding: 0 20px;
    text-align: right;
}

.index-news-ulbox {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    -display: flex;
}

.index-news a.prev {
    cursor: pointer;
    width: 38px;
    height: 38px;
    background: green;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -19px;
    display: inline-block;
    z-index: 100;
    background: url(../images/icon-left.png) center center;
}

.index-news a.next {
    cursor: pointer;
    width: 38px;
    height: 38px;
    background: green;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -19px;
    display: inline-block;
    z-index: 100;
    background: url(../images/icon-right.png) center center;
}

.index-company {
    padding: 100px 0;
}

.index-company-title {
    width: 100%;
    height: 126px;
    padding-top: 40px;
    box-sizing: border-box;
    font-size: 20px;
    color: #1E3F59;
    text-align: center;
}

.index-company-title span {
    font-size: 13px;
    color: #1E3F59;
}

.index-company-main {
    width: 1200px;
    margin: 0 auto;
}

.index-company-main ul li {
    width: 200px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin: 0 25px 25px 0;
    border: 1px solid #DBD9D9;
    float: left;
}