/*公共*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
.wrap_row{
    display: flex;
    flex-direction: row;
}
.w1200{
    width: 1200px;
    margin: auto;
}
.site_box_out {
    height: 100vh;width: 100%;box-sizing: border-box;position: relative;
}
.site_header_box{
    width: 100%;box-sizing: border-box;position: fixed;
    top: 0;left: 0;background: transparent;z-index: 99999;
}
.wiper-container{
    width: 100%;height: 100vh;box-sizing: border-box;
}
.swiper-wrapper{
    width: 100%;height: 100vh;box-sizing: border-box;
}
#swiper-pagination-rimaotong{
    left: 10px;right: auto!important;
}

.site_box{
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
}
/*头部*/
.site_header_out{
    border-bottom: 1px solid #E6E6E6;
    height: 87px;
    width: 100%;
}
.site_header{
    height: 87px;
    line-height: 60px;
    color: #FFFFff;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
    left: calc(50% - 600px);
}
.site_header .header_nav{
    cursor: pointer;
    padding: 0 21px;
}
.site_header .top_text_color1{
    color: #FFFFFF;
}
.site_header .top_text_color2{
    color: #333333;
}
.site_header .header_nav:hover{
    border-bottom: 2px solid #005AAA!important;
}
.hot_note{
    width: 100%;
    color: #FFFFff;
    margin: inherit;
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hot_note span{
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    width: fit-content;
    letter-spacing: 1px;
}
.hot_note .hot_img{
    margin-right:5px;
}
/*part1*/
.site_box1{
    background:url("new2_img/bg1.png") no-repeat center;background-size: 100% calc(100vh - 150px);background-position: 0 0;
}
.site_box1 .item_title{
    font-weight: bold;
    font-size: 50px;
    margin-top: -100px;
    letter-spacing: 2px;
    color: #FFFFff;
    text-align: center;
}
.site_box1 .item_title_en{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
    text-align: center;
    margin-top: 10px;
}
.site_box1 .item_title2{
    font-weight: bold;
    font-size: 32px;
    margin-top: 45px;
    letter-spacing: 2px;
    color: #FFFFff;
    text-align: center;
}
.site_box1 .item_title3{
    font-size: 50px;
    font-weight: 800;
    color: #FFFFFF;
    text-align: center;
    margin-top: 80px;
}

#swiper_site_one{
    width: 92%;height: max-content;overflow: hidden;
    position: absolute;bottom: 20px;left: 0;right: 0;margin-left: 4%;padding-bottom: 20px;padding-top: 20px;
}
#swiper_site_one .swiper-wrapper{height: auto!important;}
#swiper_site_one .swiper-slide{
    width: calc(100% / 3);box-sizing: border-box;position: relative;
}
#swiper_site_one .swiper-slide>a{
    display: block;width: calc(100% - 20px);margin: 0 auto;height: 160px;
    box-sizing: border-box;background-color: #FFFFFF;border-radius: 5px;padding: 10px 0 16px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    position: relative;
}
#swiper_site_one .swiper-slide>a:hover{scale: 1.04;}
#swiper_site_one .siteOne_img{
    width: 100%;height: 32px;display: flex;flex-flow: row nowrap;justify-content: center;align-items: center;margin-top: 20px;
}
#swiper_site_one .siteOne_img>img{display: block;}
#swiper_site_one .siteOneImgSlide .siteOne_content{
    width: 100%;margin: 5px auto 0;max-height: 32px;overflow: hidden;font-size: 18px; text-align: center; margin-top: 25px;color: #333333;font-weight: bold;
}
#swiper_site_one .siteOneImgSlide .siteOne_content>span{width: 100%;display: block;line-height: 16px;font-size: 20px;font-weight: 800;color: #333333;text-align: center;}
#swiper_site_one .swiper-slide.siteOneTextSlide>a{
    display: flex;flex-flow: column nowrap;justify-content: center;align-items: center;
    padding: 20px 0 40px;
    background-size: cover;background-position: right bottom;background-repeat: no-repeat;
    background-image: url("./new2_img/one_bg.png");
}
#swiper_site_one .siteOneTextSlide .siteOne_content{
    width: 100%;margin: 0 auto;max-height: 60px;overflow: hidden;padding: 0 5px;
    display: flex;flex-flow: row wrap;justify-content: center;align-items: center;
}
#swiper_site_one .siteOneTextSlide .siteOne_content2{width: max-content;display: block;line-height: 32px;font-size: 22px;font-weight: 800;color: #005AAA;text-align: center;}

#swiper_site_one .siteOne_right{
    position: absolute;width: 32px;height: 23px;
    bottom: 18px;left: 50%;transform: translateX(-50%);
}
#swiper_site_one .siteOne_right>img{
    display: block;width: 26px;
}
.show_swiper_info .swiper-button-prev{
    top: -115px;width: 20px;height: 42px;background-size: 20px 42px;margin-top: 0;
    background-image: url("./new2_img/swipe_left.png");left: calc((4% - 20px) / 2 );right: auto;
}
.show_swiper_info .swiper-button-next{
    top: -115px;width: 20px;height: 42px;background-size: 20px 42px;margin-top: 0;
    background-image: url("./new2_img/swipe_right.png");left: auto;right: calc((4% - 20px) / 2 );
}
#swiper_site_one .swiper-scrollbar{
    width: calc(100% - 60px);margin: 20px auto 30px;box-sizing: border-box;height: 2px;background-color: rgba(204, 204, 204, 1);
    opacity: 1!important;position: relative!important;left: auto!important;bottom: auto!important;
}
#swiper_site_one .swiper-button-next.swiper-button-disabled, #swiper_site_one .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto!important;
}





/*part2*/
.site_box2{
    background:url("new2_img/new_bg2.png") no-repeat center;background-size: 100% 100%;
}
.site_box2 .site_item .item_title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.site_box2 .site_item .item_title_en{
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 30px;
}
.site_box2 .site_item .item_cont{
    align-items: center;
}
.site_box2 .site_item .item_cont .cont_left{
    width: 524px;
    margin-top: 40px;
}
.site_box2 .site_item .item_cont .cont_right{
    color: #005AAA;
    font-size: 18px;
    padding: 19px 30px;
    z-index: 99;
    line-height: 28px;
    height: 411px;
    margin-top: 60px;
    width: 515px;
}
.site_box2 .site_box2_image{
    width: 524px;
    height: 411px;
}
.site_box2 .href{margin-top: 199px}
.site_box2 .href div{color: #333333;font-size: 18px;margin-right: 10px;float: left}
.site_box2 .href img{margin-right:50px;display: block;float: left;margin-top: 6px}
/*part3*/
.site_box3{
    background:url("new2_img/new_bg3.png") no-repeat center;background-size: 100% 100%;
}
.site_box3 .site_item .item_title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.site_box3 .site_item .item_title_en{
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 30px;
}
.site_box3 .text1{
    color: #333333;
    font-size: 20px;
    margin-top: 50px;
    margin-left: 34px;
}
.site_box3 .box3_info1{ background:url("new2_img/bg3_1.png") no-repeat center;background-size: 580px 170px;width: 580px;height: 170px;float: left;margin-right: 40px;margin-top: 29px}
.site_box3 .box3_info2{ background:url("new2_img/bg3_2.png") no-repeat center;background-size: 580px 170px;width: 580px;height: 170px;float: left;margin-top: 29px}
.site_box3 .box3_info3{ background:url("new2_img/bg3_3.png") no-repeat center;background-size: 580px 170px;width: 580px;height: 170px;float: left;margin-right: 40px;margin-top: 20px}
.site_box3 .box3_info4{ background:url("new2_img/bg3_4.png") no-repeat center;background-size: 580px 170px;width: 580px;height: 170px;float: left;margin-top: 20px}
.site_box3 .text2{
    color: #005AAA;
    font-size: 18px;
    line-height: 18px;
    margin-top: 28px;
    margin-left: 29px;
    font-weight: 800;
}
.site_box3 .text3{
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
    margin-left: 29px;
    width: 425px;
}
/*part4*/
.site_box4{
    background:url("new2_img/new_bg4.png") no-repeat center;background-size: 100% 100%;
}
.site_box4 .site_item .item_title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.site_box4 .site_item .item_title_en{
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 30px;
}
.site_box4 .site_item .show_column1{
    background:url("new2_img/bg4_1.png") no-repeat center;background-size: 360px 460px;width: 360px;height: 460px;
}
.site_box4 .site_item .show_column2{
    background:url("new2_img/bg4_2.png") no-repeat center;background-size: 360px 460px;width: 360px;height: 460px
}
.site_box4 .site_item .show_column3{
    background:url("new2_img/bg4_3.png") no-repeat center;background-size: 360px 460px;width: 360px;height: 460px
}
.site_box4 .site_item .hide_column1{
    background:url("new2_img/bg4_11.png") no-repeat center;background-size: 360px 460px;width: 360px;height: 460px;
}
.site_box4 .site_item .hide_column2{
    background:url("new2_img/bg4_22.png") no-repeat center;background-size: 360px 460px;width: 360px;height: 460px
}
.site_box4 .site_item .hide_column3{
    background:url("new2_img/bg4_33.png") no-repeat center;background-size: 360px 460px;width: 360px;height: 460px
}
.site_box4 .site_item .cont_title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    width: fit-content;
    color: #005AAA;
    margin: auto ;
    padding-top: 115px;
}
.site_box4 .site_item .cont_title_en{
    font-size: 14px;
    color: #005AAA;
    text-align: center;
    margin-top: 9px;
}
.site_box4 .site_item .two_right{
    width: 52px;
    height: 52px;
    text-align: center;
    margin: auto;
    margin-top: 49px;
    display: block;
}

.site_box4 .site_item  .hidden_cont{
    display: none;
}
.site_box4 .site_item .hide_cont_title{
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    padding-top: 30px;
    line-height: 30px;
    color: white;
}
.site_box4 .site_item .hide_line{
    width: 288px;
    height: 1px;
    background-color:#FFFFFF ;
    margin: 20px auto 10px;
}
.site_box4 .site_item .cont_info{
    text-align: center;
}
.site_box4 .site_item .cont_info a{
    line-height: 45px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    display: block;
    width: 100%;
}
.site_box4 .site_item .cont_info a:hover{
    background: #FFFFFF;
    opacity: 0.75;
    color: #005AAA;
    text-decoration: none!important;
}
/*part5*/
.site_box5{
    background:url("new2_img/bg5.png")  no-repeat center;background-size: 100% 100%;
}
.site_box5 .site_item .item_title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.site_box5 .site_item .item_title span{
    margin-left: 71px;
    color: #005AAA;
    font-size: 20px;
}
.site_box5 .site_item .item_title_en{
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 30px;
}
.site_box5 .case_one{width: 1200px;height: 170px;margin-top: 20px}
.site_box5 .case_one img{width: 170px;height: 170px;}
.site_box5 .case_one .case_info{width: 100%;border: 1px solid #005AAA;border-left: 0;padding:23px 25px}
.site_box5 .case_one .case_title{color: #005AAA;font-size: 18px;font-weight: 800;}
.site_box5 .case_one .case_text{font-size: 14px;color: #333333;line-height: 22px;margin-top: 16px}
.site_box5 .case_one .case_info a{color: #999999;font-size: 14px;font-weight: 800;text-align: right;margin-top: 8px;display: block}

/*part6*/
.site_box6{
    background:url("new2_img/bg6.png") no-repeat center;background-size: 100% 100%;
}
.site_box6 .site_item .item_title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.site_box6 .site_item .item_title_en{
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 22px;
}
.site_box6 .news_one{
    width: 1200px;
    height: 100px;
    border-bottom: 1px solid #E6E6E6;
    line-height: 100px;
}
.site_box6 .line{width: 1200px;height: 1px;background-color:#E6E6E6 }
.site_box6 .news_one .time{margin: 0 40px;color: #999999}
.site_box6 .news_one .info{color:#005AAA;font-size: 18px;font-weight: 800; }
.site_box6 .news_one .right_text{}
.site_box6 .more_news{width: 160px;height: 40px;text-align: center;line-height: 40px;color: white;font-size: 20px;font-weight: 500;background: repeating-linear-gradient(to right,#1667D3,#5F69DB,#927ACE);display: block;margin:30px auto 0;}
.site_box6 .news_one .right_text img{width: 12px;height: 20px;margin: 40px 50px}
.site_box6 .news_one:hover{
    background: repeating-linear-gradient(to right,#1667D3,#5F69DB,#927ACE);
}

/*part7*/
.site_box7{  }
.site_box7 .site_box7_one{
    background:url("new2_img/bg7.png") no-repeat center;background-size: 100% auto;height: calc((100vw / 1920 * 360));margin-top: -87px;z-index: 9999999;min-height:160px
}
.site_box7 .site_box7_two{
    width: 100%;height: calc(100vh - 40px - 320px - (100vw / 1920 * 360));background-color: #005AAA;min-height:120px
}
.site_box7 .site_box7_three{
    width: 100%;height: 320px;background-color: #1D3754;
}
.site_box7 .site_box7_three .footer_box{
    display: flex;
}
.site_box7 .site_box7_three .item_title{
    font-size: 20px;
    font-weight: 800;
    color: #FFFFFF;
}
.site_box7 .footer_box{margin-top: 32px}
.site_box7 .site_box7_three .line{width: 46px;height: 2px;background-color:#005AAA;margin-top: 14px}
.site_box7 .site_box7_three .item_cont a{
    color: #C8C8C8;
    font-size: 14px;
    line-height: 14px;
    display: block;
    margin-top: 18px;
}
.site_box7 .site_box7_three .item_cont a:hover{
    text-decoration: underline;
}
.site_box7 .site_box7_four{
    width: 100%;height: 40px;line-height: 40px;background-color:#050E19;color: white;font-size: 16px;text-align: center;
}
.site_box7 .site_box7_four a{
    font-size: 14px;font-weight: 500;margin-left: 20px;color: #FFFFFF;
}
.site_box7 .site_box7_four a:hover{
    text-decoration: underline;
}
.site_box7 .gpngzhonghao{
    width: 110px;text-align: center;margin-left: 30px;
}
.site_box7 .gpngzhonghao div{
    color: #ffffff;font-size: 15px;font-weight: 500;margin-top: 14px;
}
.site_box7 .wechat{
    width: 110px;text-align: center;margin-left: 30px;
}
.site_box7 .wechat div{
    color: #ffffff;font-size: 15px;font-weight: 500;margin-top: 14px;
}
.site_box7 .site_box7_two{display: flex;justify-content: center}
.site_box7 .site_box7_two .text1{font-size: 40px;font-weight: 400;  color: #FFFFFF;}
.site_box7 .site_box7_two .text2{font-size: 20px;font-weight: 700;  color: #FFFFFF;margin-top: 20px}
.site_box7 .site_box7_two .text3 img{float: left;margin-right:6px }
.site_box7 .site_box7_two .text3 {font-size: 18px;color: #FFFFFF;margin-left:130px;margin-top: 20px}
.site_box7 .consult_button{width: 161px;height: 40px;border: 1px solid #ffffff;border-bottom: 2px solid #ffffff;margin-top: 25px;line-height: 40px;font-size: 18px;color: #ffffff;text-align: center}
.site_box7 .site_box7_one{display: flex; align-content: center}
.site_box7 .site_box7_one span:nth-child(1){font-size: 50px;font-weight: 800;color: #FFFFFF;display: block}
.site_box7 .site_box7_one span:nth-child(2){font-size: 30px;color: #FFFFFF;font-weight: 700;margin-top: 40px;display: block}
.site_box7 .beian{color: #C8C8C8;margin-top: 30px;margin-left: 30px;display: block}