body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
/*a:hover { text-decoration:underline; }*/
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
body{
    font:12px/1.5em "Microsoft YaHei"!important;
}
ol, ul{
    margin: 0;
    padding: 0;
}
/*初始化结束*/
#LRdiv0{
    display: none!important;
}
body{
    min-width: 1200px;
}
.index .navbar_fix{
    min-width: 1200px;
}
.top_banner{
    height: 725px;
    /*margin-top: 120px;*/
    background: url("../images/top_banner_bg.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.top_banner .btn_list{
    width: 524px;
    height: 58px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 174px;
}
.top_banner .btn_list a{
    text-decoration: none;
}
.top_banner .btn_list .btna{
    width: 222px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.top_banner .btn_list .btna:nth-child(1){
    background: url("../images/banner_btn1.png") no-repeat center;
    background-size: cover;
}
.top_banner .btn_list .btna:nth-child(2){
    background: url("../images/banner_btn2.png") no-repeat center;
    background-size: cover;
}
.top_banner .top_banner_form{
    position: absolute;
    bottom: -90px;
}
.top_banner .top_banner_form form{
    width: 1200px;
    height: 180px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(24,68,194,0.3);
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.top_banner_form .icon{
    width: 94px;
    height: 94px;
    background-image: url("../images/icon1.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-color: #1845c3;
    border-radius: 50%;
}
.top_banner_form input{
    width: 270px;
    height: 58px;
    padding: 0 25px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    background: #eeeeee;
    font-size: 24px;
    color: #333333;
    outline: none;
    cursor: pointer;
}
.top_banner_form input::placeholder{
    color: #000;
}
.top_banner_form button{
    width: 136px;
    height: 60px;
    background: url("../images/banner_btn3.png") no-repeat center;
    background-size: cover;
    border: none;
    font-size: 30px;
    color: #fff;
    outline: none;
}
.index_part1{
    height: 1458px;
    margin-top: 91px;
}
.index_part1 .border{
    width: 1200px;
    margin: 0 auto;
}
.index_part1 .line_list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index_part1 .line_list .line{
    width: 275px;
    height: 623px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.index_part1 .line_list .line .circle{
    width: 105px;
    height: 105px;
    border-radius: 50%;
    border: 5px solid #fff;
    background-color: #0780dd;
    text-align: center;
    line-height: 90px;
    color: #fff;
    font-size: 60px;
    font-family: '华康标题宋W9(P)';
}
.index_part1 .line_list .line .info{
    text-align: center;
}
.index_part1 .line_list .line .info p:nth-child(1){
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    margin: 47px 0 20px 0;
}
.index_part1 .line_list .line .info p:nth-child(2){
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: normal;
}
.index_part1 .line_list a:nth-child(1) .line{
    background-image: url("../images/line_bg1.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 150px;
}
.index_part1 .line_list a:nth-child(2) .line{
    background-image: url("../images/line_bg2.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 106px;
}
.index_part1 .line_list a:nth-child(3) .line{
    background-image: url("../images/line_bg3.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 60px;
}
.index_part1 .line_list a:nth-child(4) .line{
    background-image: url("../images/line_bg4.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 120px;
}
.index_part1 .line_list a{
    text-decoration: none;
}

.index_part1 .point_list{
    height: 677px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: url("../images/index_part1_bg.jpg") no-repeat center;
}
.index_part1 .point_list a{
    text-decoration: none;
}
.index_part1 .point_list .part_title{
    font-size: 50px;
    line-height: 50px;
    padding: 78px 0 106px 0;
}
.index_part1 .point_list .list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.index_part1 .point_list .list .point{
    text-align: center;
    position: relative;
    width: 33%;
}
.index_part1 .point_list .list .point:after{
    position: absolute;
    right: 0;
    top: -28px;
    content: '';
    width: 1px;
    height: 196px;
    background-color: #cccccc;
}
.index_part1 .point_list .list .point:nth-child(3):after{
    display: none;
}
.index_part1 .point_list .list .point p:nth-child(1){
    font-size: 24px;
    line-height: 24px;
}
.index_part1 .point_list .list .point p:nth-child(2){
    font-size: 60px;
    line-height: 60px;
    margin: 18px 0 22px 0;
}
.index_part1 .point_list .list .point p:nth-child(3){
    font-size: 16px;
    line-height: 16px;
    color: #888888;
}
.index_part1 .point_list .tel_btn{
    width: 430px;
    height: 106px;
    background: url("../images/banner_btn2.png") no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 120px;
}
.index_part1 .point_list .tel_btn .tel_btn_disply{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index_part1 .point_list .tel_btn .tel{
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
    margin-left: 6px;
}

.index_part2{
    height: 100%;
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}
.index_part2 .bg{
    width: 100%;
}
.index_part2 .icon_part{
    position: absolute;
}
.index_part2 #icon_part1{
    bottom: 20%;
    left: 4%;
}
.index_part2 #icon_part1 img{
    margin: 28px 0 0 40px;
}

.index_part2 #icon_part2{
    bottom: 18%;
    left: 24%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;

}
.index_part2 #icon_part2 img{
    margin: 0 28px 0 0;
}
.index_part2 #icon_part2 .info{
    padding-top: 35px;
}

.index_part2 #icon_part3{
    bottom: 56%;
    left: 37%;
}
.index_part2 #icon_part3 img{
    margin: 28px 0 0 70px;
}

.index_part2 #icon_part4{
    bottom: 44%;
    left: 60%;
    display: flex;
    flex-direction: row;.index_part2
    justify-content: space-between;
    align-items: flex-start;

}
.index_part2 #icon_part4 img{
    margin: 0 28px 0 0;
}
.index_part2 #icon_part4 .info{
    padding-top: 35px;
}

.index_part2 #icon_part5{
    bottom: 62%;
    left: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;

}
.index_part2 #icon_part5 img{
    margin: 0 28px 0 0;
}
.index_part2 #icon_part5 .info{
    padding-top: 35px;
}



.index_part2 .info{
    width: 228px;
}
.index_part2 .info .t{
    width: 228px;
    padding-bottom: 14px;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.index_part2 .info .t p:nth-child(1){
    font-size: 35px;
    line-height: 35px;
    color: #fff;
}
.index_part2 .info .t p:nth-child(2){
    font-size: 28px;
    line-height: 28px;
    color: #fff;
}
.index_part2 .info .b{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.index_part3 .border{
    width: 1200px;
    margin: 0 auto;
}
.index_part3 .part_title{
    padding: 60px 0;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
}
.index_part3 .list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 80px;
}
.index_part3 .list .part{
    width: 286px;
    height: 470px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.index_part3 .list .part .icon{
    width: 126px;
    height: 126px;
    border-radius: 50%;
    margin: 47px 0 60px 0;
    transition: all 500ms;
}
.index_part3 .list .part:nth-child(1) .icon{
    background: url("../images/icon3a.png") no-repeat center;
}
.index_part3 .list .part:nth-child(1):hover .icon{
    background: url("../images/icon3b.png") no-repeat center;
}
.index_part3 .list .part:nth-child(2) .s{
    width: 150px;
    line-height: 30px;
}
.index_part3 .list .part:nth-child(2) .icon{
    background: url("../images/icon4a.png") no-repeat center;
}
.index_part3 .list .part:nth-child(2):hover .icon{
    background: url("../images/icon4b.png") no-repeat center;
}
.index_part3 .list .part:nth-child(3) .icon{
    background: url("../images/icon5a.png") no-repeat center;
}
.index_part3 .list .part:nth-child(3):hover .icon{
    background: url("../images/icon5b.png") no-repeat center;
}
.index_part3 .list .part:nth-child(4) .icon{
    background: url("../images/icon6a.png") no-repeat center;
}
.index_part3 .list .part:nth-child(4):hover .icon{
    background: url("../images/icon6b.png") no-repeat center;
}
.index_part3 .list .part .b{
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 48px;
    transition: all 500ms;
}
.index_part3 .list .part .s{
    font-size: 18px;
    line-height: 30px;
    transition: all 500ms;
}

.index_part3 .list .part:hover{
    background-image: linear-gradient(#ffad27, #ce6503);
}
.index_part3 .list .part:hover .b{
    color: #fff;
}
.index_part3 .list .part:hover .s{
    color: #fff;
}

.index_part4{
    width: 100%;
    background: url("../images/index_part4_bg.jpg") no-repeat center;
    height: 1130px;
}
.index_part4 .border{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.index_part4 .part_title {
    padding: 60px 0;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}
.index_part4 .video{
    width: 1200px;
    height: 550px;
}
.index_part4 .video video{
    width: 100%;
    height: 100%;
}
.index_part4 .swiper_list{
    width: 1200px;
    height: 240px;
}
.index_part4 .swiper_list .i_p4_s_c{
    height: 240px;
}
.index_part4 .swiper_list .i_p4_s_w{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}
.index_part4 .swiper_list .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    /*transform: scale(0.6);*/
    width: 192px;
    height: 128px;
    overflow: hidden;
}
.index_part4 .swiper_list .swiper-slide img{
    width: 300px;
    height: 200px;
    object-fit: cover;
}
.index_part4 .swiper_list .swiper-slide-active,.swiper-slide-duplicate-active{
    /*transform: scale(1);*/
    width: 300px;
    height: 200px;
}
.index_part4 .swiper_list .swiper-slide-prev{
    /*transform: scale(0.8);*/
    width: 240px;
    height: 160px;
}
.index_part4 .swiper_list .swiper-slide-next{
    /*transform: scale(0.8);*/
    width: 240px;
    height: 160px;
}

.index_part4 .tel_btn {
    width: 448px;
    height: 60px;
    background: url(../images/banner_btn4.png) no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 66px;
}
.index_part4 .tel_btn .tel_btn_disply {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index_part4 a{
    text-decoration: none;
}

.index_part4 .tel_btn .tel{
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    margin-left: 10px;
}
.index_part5{

}
.index_part5 .border{
    width: 1200px;
    margin: 0 auto;
}
.index_part5 .part_title  {
    padding: 60px 0;
    text-align: center;
}
.index_part5 .part_title p {
    font-size: 50px;
    line-height: 50px;
}
.index_part5 .part_title p:nth-child(2){
    font-size: 20px;
    line-height: 20px;
    color: #666666;
    margin-top: 18px;
}
.index_part5 .icon_list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.index_part5 .icon_list .icon{
    width: 192px;
    height: 100px;
    border: 1px solid #eeeeee;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}
.index_part5 .icon_list .icon:hover{
    -webkit-animation: aase 1.8s 1;
    -moz-animation: aase 1.8s 1;
    animation: aase 1.8s 1;
}
@-webkit-keyframes aase{
    0%{-webkit-transform: rotateY(0deg);}
    100%{-webkit-transform: rotateY(360deg);}
}
@-moz-keyframes aase{
    0%{-moz-transform: rotateY(0deg);}
    100%{-moz-transform: rotateY(360deg);}
}
@keyframes aase{
    0%{transform: rotateY(0deg);}
    100%{transform: rotateY(360deg);}
}
.index_part5 .icon_list .icon:nth-child(7){
    margin: 8px 0;
}
.index_part5 .icon_list .icon:nth-child(8){
    margin: 8px 0;
}
.index_part5 .icon_list .icon:nth-child(9){
    margin: 8px 0;
}
.index_part5 .icon_list .icon:nth-child(10){
    margin: 8px 0;
}
.index_part5 .icon_list .icon:nth-child(11){
    margin: 8px 0;
}
.index_part5 .icon_list .icon:nth-child(12){
    margin: 8px 0;
}
.index_part5 .icon_list .info{
    width: 396px;
    height: 210px;
    position: absolute;
    bottom: 0;
    left: 403px;
    background-image: linear-gradient(#0c81de, #2954c4);
    text-align: center;
}
.index_part5 .icon_list .info p:nth-child(1){
    font-size: 28px;
    line-height: 28px;
    padding: 68px 0 8px 0;
    color: #fff;
}
.index_part5 .icon_list .info p:nth-child(2){
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}

.index_part5 .case_list{
    position: relative;
    width: 1200px;
    height: 918px;
    margin: 40px 0 60px 0;
    overflow: hidden;
}
.index_part5 .case_list .case{
    cursor: pointer;
}
.index_part5 .case_list .case img:hover{
    transform: scale(1.2, 1.2);
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 0.4s;
}
.index_part5 .case_list .case:nth-child(1){
    width: 698px;
    height: 312px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.index_part5 .case_list .case:nth-child(2){
    width: 480px;
    height: 577px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
.index_part5 .case_list .case:nth-child(3){
    width: 336px;
    height: 240px;
    overflow: hidden;
    position: absolute;
    top: 337px;
    left: 361px;
}
.index_part5 .case_list .case:nth-child(4){
    width: 336px;
    height: 580px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}
.index_part5 .case_list .case:nth-child(5){
    width: 840px;
    height: 318px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}

.index_part5 .case_list .case p{
    position: absolute;
    content: '';
    width: 96px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right,rgba(41,84,196,1), rgba(0,0,0,0));
}

.index_part6{
    height: 706px;
    background: #1475d7;
}
.index_part6 .form{
    width: 1200px;
    margin: 0 auto;
    height: 462px;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index_part6 form{
    width: 521px;
    height: 406px;
    padding: 28px 0 0 76px;
}
.index_part6 .form-group{

}
.index_part6 .form-group .fooatea{

}
.index_part6 .form-group .fooatea .message{
     font-size: 16px;
 }
.index_part6 .form-group .fooatea .message span{
    color: red;
}
.index_part6 .form-group .fooatea input{
    width: 460px;
    height: 40px;
    outline: none;
    line-height: 40px;
    border-radius: 8px;
    padding-left: 40px;
    border: 1px solid rgba(1,1,1,0.1);
    font-size: 18px;
    margin-top: 10px;
    cursor: pointer;
}
.index_part6 .form-group .fooatea textarea{
    width: 460px;
    height: 110px;
    outline: none;
    line-height: 40px;
    border-radius: 8px;
    padding-left: 40px;
    border: 1px solid rgba(1,1,1,0.1);
    font-size: 18px;
    margin-top: 5px;
    resize: none;
}
.sk1 {
    background: url(../images/lytb1.png) no-repeat;
    background-position: 10px 50%;
    margin-bottom: 18px;
}
.sk2 {
    background: url(../images/lytb2.png) no-repeat;
    background-position: 10px 50%;
    margin-bottom: 18px;
}
.sk3 {
    background: url(../images/lytb3.png) no-repeat;
    background-position: 10px 10%;
}

.index_part6 form .btnt{
    width: 272px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    background: url(../images/banner_btn2.png) no-repeat center;
    background-size: cover;
    border: none;
    outline: none;
    margin-top: 30px;
}

.index_part6 .part_title  {
    padding: 60px 0;
    text-align: center;
}
.index_part6 .part_title p {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}
.index_part6 .part_title p:nth-child(2){
    font-size: 20px;
    line-height: 20px;
    margin-top: 18px;
}


.index_part6 .info_list{
    width: 400px;
    margin-right: 111px;
}
.index_part6 .info_list .info_list_title{
    font-size: 24px;
    line-height: 24px;
    padding: 26px 0 24px 0;
}
.index_part6 .info_list .info_list_title b{
    color: #e40113;
}
.index_part6 .info_list .demo_list{
    overflow: hidden;
    height: 320px;
}
.index_part6 .info_list .list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.index_part6 .info_list .info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    padding-left: 12px;
    position: relative;
    margin-bottom: 14px;
}
.index_part6 .info_list .info p:nth-child(1){
    font-size: 14px;
}
.index_part6 .info_list .info:after{
    position: absolute;
    content: '';
    background: url("../images/dingDan_ico.png") no-repeat center;
    width: 3px;
    height: 6px;
    left: 0;
    bottom: 6px;
}
.index_part6 .info_list .info p:nth-child(2){
    font-size: 12px;
    color: #999999;
}

.title_11 {
    animation: zoomIn1 1s ease 0s 1 normal none running;
    opacity: 1;
}

.title_12 {
    animation: zoomIn2 1.5s ease 0s 1 normal none running;
    opacity: 1;
}

.title_13 {
    animation: zoomIn3 2s ease 0s 1 normal none running;
    opacity: 1;
}

.title_14 {
    animation: zoomIn4 2.5s ease 0s 1 normal none running;
    opacity: 1;
}
.title_15 {
    animation: zoomIn5 3s ease 0s 1 normal none running;
    opacity: 1;
}

@keyframes zoomIn1 {
    0% {
        opacity: 0;
        left: 0;
        transform: scale(0.6, 0.6);

    }
    100% {
        opacity: 1;
        left: 4%;
        transform: scale(1, 1);
    }
}

@keyframes zoomIn2 {
    0% {
        opacity: 0;
        left: 10%;
        transform: scale(0.6, 0.6);

    }
    100% {
        opacity: 1;
        left: 24%;
        transform: scale(1, 1);
    }
}
@keyframes zoomIn3 {
    0% {
        opacity: 0;
        left: 30%;
        transform: scale(0.6, 0.6);

    }
    100% {
        opacity: 1;
        left: 37%;
        transform: scale(1, 1);
    }
}
@keyframes zoomIn4 {
    0% {
        opacity: 0;
        left:50%;
        transform: scale(0.6, 0.6);

    }
    100% {
        opacity: 1;
        left: 60%;
        transform: scale(1, 1);
    }
}
@keyframes zoomIn5 {
    0% {
        opacity: 0;
        left:70%;
        transform: scale(0.6, 0.6);

    }
    100% {
        opacity: 1;
        left: 80%;
        transform: scale(1, 1);
    }
}
@media only screen and (max-width: 768px){
    .index .navbar_fix{
        min-width: 100%;
    }
}

/*@media (max-width: 768px){*/
    /*.top_banner{*/
        /*margin-top: 70px;*/
        /*height: 300px;*/
    /*}*/
    /*.top_banner .btn_list{*/
        /*width: 100%;*/
        /*justify-content: space-around;*/
        /*top: 17vw;*/
    /*}*/
    /*.top_banner .btn_list .btna{*/
        /*width: 40vw;*/
        /*height: 10vw;*/
        /*line-height: 10vw;*/
        /*font-size: 18px;*/
    /*}*/
/*}*/