/* main */
#indexbanner .swiper-slide img{
    vertical-align: top;
}
#indexbanner .swiper-pagination{
    bottom: 40px;
}
#indexbanner .swiper-pagination-bullet{
    width: 72px;
    height: 2px;
    background-color:#cccccc;
    margin:0 1.5px;
}
#indexbanner .swiper-pagination-bullet-active{
    background-color: #003399;
}
.index0wrap{
    height: 520px;
    background:url(../images/bg_about.jpg) center top;
}
.index0{
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.index0 .left{
    width: 715px;
    padding-top: 48px;
}
.index0 .left .title{
    margin-bottom: 44px;
}
.index0 .left .title h5{
    font-size: 36px;
    color: #000000;
    font-weight: normal;
    letter-spacing: 3px;
    line-height: 1; 
    margin-bottom: 8px;
}
.index0 .left .title p{
    font-size: 24px;
    color: #a7a7a7;
    font-weight: bold;
    line-height: 1;
}
.index0 .left .content{
    font-size: 14px;
    color: #000000;
    line-height: 36px;
}
.index0 .left .more{
    display: block;
    width:46px;
    height: 44px;
    background: url(../images/icon_more2.png);
    margin:30px 0 55px;
}
.index0 .left .info{
    display: flex;
    align-items: flex-start;
}
.index0 .left .info .item{
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-right: 50px;
    font-size: 14px;
    color: #383838;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.index0 .right{
    width: 52%;
    margin-top: 170px;
    margin-left: 30px;
}



.index1wrap{
    height: 41.46025vw;
    background-color: #eeeeee;
    text-align: center;
    padding:5.52vw 3.75vw 0;
}
.index1wrap .title{
    font-size: 2.5vw;
    color: #333333;
    line-height: 1;
    margin-bottom: 6.09375vw;
}
.proslide{
    display: block;
    /*width: 437px;*/
    height: 20.8333vw;
    background-color: #fff;
}
.proslide .img{
    width: 100%;
    height: 87.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proslide .img img{
    max-width: 100%;
    max-height: 100%;
}
.proslide p{
    font-size: 14px;
    color: #0d0d0d;
    line-height: 1;
}
.index2wrap{
    height: 42.1875vw;
    padding-top:4.64vw;
    margin-bottom: 1.98vw;
    text-align: center;
}
.index2wrap .title{
    font-size: 2.5vw;
    color: #333333;
    line-height: 1;
    margin-bottom: 5.3125vw;
}
.advwrap{
    position: relative;
    width: 100%;
}
.adv-pagination{
    position: absolute;
    height: 5.625vw;
    left: 0;
    right: 0;
    top:-2.8125vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.adv-bullet{
    width: 5.625vw;
    height: 5.625vw;
    border-radius: 50%;
    overflow: hidden;
    margin:0 0.8333vw;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    position: relative;
}
.adv-pagination .adv-bullet:nth-child(1){
    background-image: url(../images/icon_adv1.png);
}
.adv-pagination .adv-bullet:nth-child(1).active{
    background-image: url(../images/icon_adv1_h.png) !important;
}
.adv-pagination .adv-bullet:nth-child(2){
    background-image: url(../images/icon_adv2.png);
}
.adv-pagination .adv-bullet:nth-child(2).active{
    background-image: url(../images/icon_adv2_h.png) !important;
}
.adv-pagination .adv-bullet:nth-child(3){
    background-image: url(../images/icon_adv3.png);
}
.adv-pagination .adv-bullet:nth-child(3).active{
    background-image: url(../images/icon_adv3_h.png) !important;
}
.adv-pagination .adv-bullet:nth-child(4){
    background-image: url(../images/icon_adv4.png);
}
.adv-pagination .adv-bullet:nth-child(4).active{
    background-image: url(../images/icon_adv4_h.png) !important;
}
.active{
    color: #ffffff;
}
.adv-pagination .adv-bullet::after{
    display: block;
    position: absolute;
    bottom:1.5625vw;
    left:0;
    right:0;
    z-index:9;
    font-size: 14px;
    line-height: 1;
    color: #0d0d0d;
    text-align: center;
}
.adv-pagination .adv-bullet.active::after{
    color: #fff;
}
.adv-pagination .adv-bullet:nth-child(1)::after{
    content:"领域";
}
.adv-pagination .adv-bullet:nth-child(2)::after{
    content:"融合";
}
.adv-pagination .adv-bullet:nth-child(3)::after{
    content:"技术";
}
.adv-pagination .adv-bullet:nth-child(4)::after{
    content:"品牌";
}
.advslide{
    display: flex;
    align-items: flex-start;
    background-color: #f7f7f7;
}
.adv-left{
    width: 50%;
}
.adv-left img{
    width: 100%;
    vertical-align: top;
}
.adv-right{
    width: 50%;
    text-align: left;
    padding:8.02vw 0 0 2.71vw;
}
.adv-right h5{
    font-size: 1.25vw;
    color: #333333;
    line-height: 1;
    margin-bottom: 2.083vw;
}
.adv-right p{
    font-size: 0.9vw;
    line-height: 3;
    color: #0d0d0d;
}
.adv-right p::before{
    content:"-  ";
}
.index3wrap{
    height: 36.4583vw;
    padding-top:5.1vw;
    position: relative;
    text-align: center;
    background: url(../images/bg_zjxn.png) center top / cover no-repeat;
}
.index3wrap .title{
    font-size: 2.5vw;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 2.604vw;
}
.index3wrap .content p{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.667vw;
}
.index3wrap .more{
    display: block;
    width: 5.15625vw;
    margin:2.917vw auto 0;
}
.index3-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8.75vw;
    border-top:1px solid #e8e8e8;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.index3-bottom .i3item{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding-top:0.9375vw;
    padding-bottom: 0.9375vw;
}
.index3-bottom .i3item:nth-child(1){
    width: 35vw;
    padding-left: 13.542vw;
}
.index3-bottom .i3item:nth-child(2){
    width: 29.95vw;
    border-left:1px solid #e8e8e8;
    border-right:1px solid #e8e8e8;
}
.index3-bottom .i3item:nth-child(3){
    width: 35vw;
    padding-right: 13.542vw;
}
.index3-bottom .i3item p:nth-child(1){
    font-size: 14px;
    color: #ffffff;
}
.index3-bottom .i3item p:nth-child(2){
    font-size: 2.5vw;
    color: #ffffff;
}
.index4wrap{
    height: 700px;
    background-color: #eeeeee;
}
.index4{
    padding-top: 65px;
}
.index4 .title{
    font-size: 36px;
    color: #2b2b2b;
    line-height: 1;
    text-align: center;
    margin-bottom: 80px;
}
.index4-content{
    width: 100%;
    height: 337px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}
.index4-content .img{
    width: 215px;
    height: 162px;
    border:1px solid #e3e3e3;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index4-content .img img{
    max-width: 100%;
    max-height: 100%;
}
.i4bottom{
    margin-top: 66px;
    text-align: center;
}
.i4bottom p:nth-child(1){
    font-size: 36px;
    color: #1c1c1c;
    line-height: 1;
    margin-bottom: 18px;
}
.i4bottom p:nth-child(2){
    font-size: 18px;
    color: #1c1c1c;
    line-height: 1;
}
.index5wrap{
    height: 376px;
    background-color: #1d1d1d;
}
.index5{
    padding-top: 58px;
    text-align: center;
}
.index5 .p1{
    font-size: 24px;
    color: #ffffff;
}
.index5 .p1 span{
    font-size: 60px;
    position: relative;
    line-height: 1;
    margin-right: 30px;
}
.index5 .p1 span::after{
    content: "年";
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #ff6600;
    font-size: 16px;
    color: #ffffff;
    line-height: 27px;
    text-align: center;
    position: absolute;
    bottom:12px;
    right:-25px;
}
.index5 .p2{
    font-size: 18px;
    color: #ffffff;
    margin-top: 16px;
    margin-bottom: 62px;
}
.indexform{
    display: flex;
    align-items: center;
    justify-content: center;
}
.indexform input[type="text"]{
    width: 220px;
    height: 45px;
    background-color: #fff;
    border-radius: 22.5px;
    border:none;
    outline: none;
    margin:0 5px; text-align:center; color:#3b3b3b
}
.indexform input[type="submit"]{
    width: 136px;
    height: 45px;
    background-color: #003399;
    border-radius: 22.5px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border:none;
    margin-left: 5px;
}
.indexform input::-webkit-input-placeholder{
    font-size: 14px;
    color: #bbbbbb;
}
.index6{
    height: 660px;
    padding-top:62px;
}
.index6 .title{
    font-size: 48px;
    color: #000000;
    text-align: center;
    line-height: 1;
    margin-bottom: 68px;
}
.index6-content{
    display: flex;
    align-items: flex-start;
}
.index6-left{
    width: 665px;
}
.index6-right{
    width: 480px;
    margin-left:auto;
}
.index6left-item{
    display: flex;
    align-items: flex-start;
}
.index6-left .index6left-item:nth-child(1){
    margin-bottom: 25px;
}
.index6left-item .img{
    width: 258px;
    overflow: hidden;
}
.index6left-item .img img{
    width: 100%;
}
.index6left-item .msg{
    width: 375px;
    margin-left: auto;
}
.index6left-item .msg .ntitle{
    font-size: 18px;
    color: #000000;
    line-height: 34px;
}
.index6left-item .msg .date{
    font-size: 14px;
    color: #959595;
    line-height: 20px;
    display: block;
}
.index6left-item .msg .content{
    margin-top: 5px;
    font-size: 14px;
    color: #525252;
    line-height: 30px;
}
.index6left-item .msg .more{
    margin-top: 25px;
}
.index6right-item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 39px;
}
.index6right-item .date{
    width: 108px;
    height: 74px;
    border:1px solid #d2d2d2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.index6right-item .date p:nth-child(1){
    font-size: 36px;
    color: #525252;
}
.index6right-item .date p:nth-child(2){
    font-size: 16px;
    color: #525252;
}
.index6right-item .msg{
    flex:1;
    margin-left: 12px;
}
.index6right-item .msg .ntitle{
    font-size: 16px;
    color: #313131;
    line-height: 1;
}
.index6right-item .msg .content{
    font-size: 14px;
    color: #6f6f6f;
    line-height: 26px;
    margin-top:8px;
}



