/* 公共css */
body, html {
    min-width: 320px;
    max-width: 100%;
    overflow-x: hidden;
}
a {
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}
input,a,div{
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.wh1600 {
    max-width: 1600px;
    margin: 0 auto;
}
.wh1200 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 1900px) {
    .wh1600 {
        margin: 0 5% !important;
    }
}
.pub_banner{
    display: block;
}
.mi_pub_banner{
    display: none;
}
.head{
    background-color: #FFFFFF;
    width: 100%;
    top: 0px;
    z-index: 999;
    transition: all 0.5s;
    border-bottom: 1px solid #cccccc;
}
.head .logo{
    width: 13.334%;
    float: left;
    padding-top: 1.2vw;
}
.head .head-right{
    float: right;
}
.menu .CAli{
    float: left;
    width: auto;
    text-align: center;
    line-height:5vw;
    padding: 0 5px 0 5px;
    margin-left: 40px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}
.menu .CAli:nth-of-type(1){
}

.menu .CAli .CAa{
    font-size: 15px;
    color: #333333;
}

.menu .CAli:hover{
    border-bottom: 1px solid #303f7a;
}
.menu .CAli:hover .CAa{
    color: #303f7a;

}
.menu .on{
    border-bottom: 1px solid #303f7a;
}
.menu .on .CAa{
    color: #303f7a!important;
}
.mi_head{
    width: 100%;
    display: none;
    background-color: #ffffff;
    transition: all 0.5s;
    top: 0;
    position: fixed;
    z-index: 100;
    box-shadow: none;
    height: 20vw;
}
.fix{
    position: fixed;
}
.mi_head .logo{
    width: 44.7%;
    padding: 0vw 3vw;
    float: left;
}
.mi_head .mi_Cal{
    float: right;
    width: 15%;
    padding-top: 6.5vw;
}
.mi_head .mi_Cal .mmx1{
    width: 10vw;
    height: 2px;
    background-color: #303f7a;
    display: block;
    margin-top: 1vw;
}
.mi_head .mi_Cal .mmx2{
    width: 10vw;
    height: 2px;
    background-color: #E76D3E;
    display: block;
    margin: 2vw 0;
}

.menuls{
    display: none;
    position: fixed;
    right: -110%;
    width: 100%;
    top: 0;
    z-index: 100;
    height: 100%;
    background-color: #fff;
    transition: all 0.2s ease 0s;
    overflow-y: scroll;
    overflow-x: hidden !important;
}
.menuls .menu_one {
    line-height: 20vw;
    background-color: #303f7a;
    height: 20vw;
}

.menuls .menu_one .span1 {
    display: inline-block;
    font-size: 4vw;
    color: #ffffff;
    margin-left: 10%;
    letter-spacing: 3px;
}
.menuls .menu_one .close {
    display: inline-block;
    height: 19vw;
    /* background: url(../image/close.png) no-repeat center; */
    margin-right: 7.8%;
    /* margin-top: 6vw; */
    cursor: pointer;
    color: #fff;
    font-size: 7vw;
}

.menuls .menu_two ul {
    width: 100%;
}
.menuls .menu_two ul li {
    line-height: 15vw;
    width: 100%;
    border-top: 1px solid #f2f2f2;
}
.menuls .menu_two ul li>a{
    font-size: 4vw;
    display: block;
    width: 84%;
    padding: 0 7.8% 0 10.2%;
    color: #777;
    transition: color 0.3s ease 0s;
}
.show {
    right: 0;
    transition: all 0.44s ease 0s;
}


.dropdown-menu{
    position: absolute;
    display: none;
    z-index: 999;
    border-radius: 2px;
    right: 0;
    margin-top: 2px;
    top: 100%;
    left: 50%;
    width: 160px;
    margin-left: -80px;
}
.dropdown-menu .tit:nth-child(1){
    border-top: 0px solid #ccc;
}
.dropdown-menu .dmli{
    background-color: #FFFFFF;
    text-align: center;
    display: block;
    transition: ease-in 0.4s;
    padding: 15px 30px;
    line-height: 25px;
    color: #555555;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
    margin-top: -1px;
    letter-spacing: 2px;
    border:1px solid #ccc;
}
.dropdown-menu .dmli .dma{
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
}
.dropdown-menu .dmli .arrow{
    position: absolute;
    right: 15px;
    top: 15px;
}

.dropdown-menu .dmli:hover{
    background-color: #2f3f7a!important;
    color: #FFFFFF!important;
}

.foot{
    background-color: #1b1b1b;
    position: relative;
    padding: 2% 0;
}

.foot_left{
    float: left;
    width: 50%;
}
.foot_left .corporate_name{
    font-size: 24px;
    color: #ffffff;
    line-height: 2;
}
.foot_left .foot_link{
    font-size: 14px;
    color: #ffffff;
    line-height: 2;
    margin: 2% 0;
}
.foot_left .foot_copyright{
    font-size: 14px;
    color: #cccccc;
    line-height: 2;
}


.foot_right{
    float: right;
}
.foot_right .sys{
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}
.foot_bs{
    float: right;
    padding-top: 8%;
    margin-right: 2%;
}

.foot_title{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 2px;
}
.li50 li{
    width: 50%;
}
.li100 li{
    width: 100%;
}
.foot .foot_ny li{
    float: left;
    font-size: 14px;
    margin-top: 20px;
}
.copyright{
    background-color: #434343;
    color: #f1f1f1;
    text-align: center;
    padding: 2% 0;
    font-size: 14px;
}
.bottom-fix{
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0%;
    z-index: 3;
}
.bottom-fix>a>img {
    width: 33.3333%;
    float: left;
    display: block;
    height: 13.5vw;
}



.ban_top{
    position: absolute;
    top: 8%;
    width: 100%;
    background: transparent;
}
.ban_top .bt_left{
    float: left;
}
.ban_top .bt_right{
    float: right;
    font-size: 18px;
    color: #ffffff;
    margin-top: 1%;
    height: 30px;
    line-height: 30px;
    padding-left: 35px;
    background: url(../image/bt_phone.png)no-repeat left;
}

.pcin_menu{
    width: 100%;
    position: absolute;
    top: 50%;
}
.pcin_menu ul li{
    width: 7%;
    background-color: rgba(112,114,114,0.5);
    border-radius: 10px;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    text-align: center;
    padding: 0 0.5%;
}
.pcin_menu ul li a{
    display: block;
}
.pcin_menu ul li:hover{
    background-color: rgba(47,63,122,0.8);
}
.pcin_menu ul .on{
    background-color: rgba(47,63,122,0.8);
}
.pcin_menu ul li .pcin_menu_logo{
    padding-top: 70%;
    width: 35%;
    display: inline-block;
    background-size: 100% auto!important;
    background-repeat: no-repeat!important;
}
.pcin_menu ul li:nth-of-type(1) .pcin_menu_logo{
    background: url(../image/pcin_menu_logo1.png)no-repeat center;
}
.pcin_menu ul li:nth-of-type(2) .pcin_menu_logo{
    background: url(../image/pcin_menu_logo2.png)no-repeat center;
}
.pcin_menu ul li:nth-of-type(3) .pcin_menu_logo{
    background: url(../image/pcin_menu_logo3.png)no-repeat center;
}
.pcin_menu ul li:nth-of-type(4) .pcin_menu_logo{
    background: url(../image/pcin_menu_logo4.png)no-repeat center;
}
.pcin_menu ul li:nth-of-type(5) .pcin_menu_logo{
    background: url(../image/pcin_menu_logo5.png)no-repeat center;
}
.pcin_menu ul li:nth-of-type(6) .pcin_menu_logo{
    background: url(../image/pcin_menu_logo6.png)no-repeat center;
}
.pcin_menu ul li:nth-of-type(7) .pcin_menu_logo{
    background: url(../image/pcin_menu_logo7.png)no-repeat center;
}
.pcin_menu ul li .pcin_menu_tit{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    height: 2.25vw;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 25%;
    line-height: 1.5;
}

.pcin_language{
    width: 100%;
    position: absolute;
    bottom: 23%;
}
.pcin_language .language_switch{
    font-size: 14px;
    color: #ffffff;
    background-color: #707171;
    width: 15%;
    text-align: center;
    padding: 1% 0;
    border-radius: 10px;
}
.pcin_language .language_switch span{
    margin: 0 10%;
}




input{
    /*去除阴影*/
    box-shadow:none;
    /*聚焦input的蓝色边框*/
    outline: none;
    /*textarea 禁止拖拽*/
    resize: none;
    /*去除边框*/
    border: none;
    /*常用于IOS下移除原生样式*/
    -webkit-appearance: none;
    /*点击高亮的颜色*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}



.public_title{
    text-align: center;
    padding: 6% 0 4%;
}
.public_title .pt_cn{
    font-size: 30px;
    color: #333333;
    margin-bottom: 2%;
}
.public_title .pt_en{
    font-size: 14px;
    color: #999999;
}

.public_title .pt_en span{
    display: inline-block;
    margin: 0 2%;
}
.public_title .pt_nr{
    font-size: 14px;
    color: #333333;
    margin-top: 40px;
}

.in_application{
    background-color: #ffffff;
    position: relative;
    padding-bottom: 4%;
}
.applicationCA{
    text-align: center;
    padding-bottom: 30px;
}
.applicationCA ul li{
    width: 125px;
    height: 125px;
    line-height: 125px;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    color: #333333;
    margin: 0 40px;
    overflow: hidden;
}
.applicationCA ul .on{
    color: #ffffff;
    background-color: #2f3f7a;
}
.applicationList{
    padding-bottom: 30px;
}
.applicationList .al_left{
    width: 570px;
    float: left;
    margin-right: 55px;
}
.applicationList .al_left img{
    width: 570px;
}
.applicationList  .nry{
    width: 585px;
    float: right;
}
.applicationList .al_right{
    /*width: 585px;*/
    /*float: right;*/

}
.applicationList .al_right .alr_nr{
    padding-top: 95px;
}
.applicationList .al_right .alr_nr .nr1{
    font-size: 36px;
    color: #333333;
    margin-bottom: 25px;
}
.applicationList .al_right .alr_nr .nr2{
    font-size: 14px;
    color: #333333;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
}
.applicationList .al_right .app_list{
    padding-top: 50px;
}
.applicationList .al_right .app_list .app_box{
    width: 185px;
    height: 155px;

    float: left;
    margin-right: 10px;
}
.bg_ash{
    background-color: #e5e5e5;
}
.bg_white{
    background-color: #ffffff;
}
.applicationList .al_right .app_list .app_box .img{
    width: 185px;
    height: 155px;
    overflow: hidden;
}
.applicationList .al_right .app_list .app_box:hover .img img{
    transform: scale(1.1);
}
.applicationList .al_right .app_list .app_box .cot{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 5%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    margin-top: -30px;
    color: #ffffff;
    font-size: 14px;
}
.applicationList .al_right .app_list .ls{
    background-color: #2f3f7a;
    margin-right: 0px;
}

.applicationList .al_right .app_list .app_box .plus{
    font-size: 100px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}
.applicationList .al_right .app_list .app_box .ck{
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}
.ina_arrow{



}
.ina_arrow .ina_arrow1{
    position: absolute;
    left: 180px;
    top: 220px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    background-color: #e5e5e5;
    cursor: pointer;
}
.ina_arrow .ina_arrow2{
    position: absolute;
    right: 180px;
    top: 220px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    background-color: #e5e5e5;
    cursor: pointer;
}
.ina_arrow .ina_arrow1:hover {
    color: #ffffff;
    background-color: #2f3f7a;
}
.ina_arrow .ina_arrow2:hover{
    color: #ffffff;
    background-color: #2f3f7a;
}

.ini_arrow .ini_arrow1{
    position: absolute;
    left: 180px;
    top: 220px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: #e5e5e5;
    background-color: #ffffff;
    cursor: pointer;
}
.ini_arrow .ini_arrow2{
    position: absolute;
    right: 180px;
    top: 220px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: #e5e5e5;
    background-color: #ffffff;
    cursor: pointer;
}
.ini_arrow .ini_arrow1:hover {
    color: #ffffff;
    background-color: #2f3f7a;
}
.ini_arrow .ini_arrow2:hover{
    color: #ffffff;
    background-color: #2f3f7a;
}
.in_Intelligence{
    background-color: #eeeeee;
    padding-bottom: 4%;
}


.in_case{
    background-color: #ffffff;
    padding-bottom: 95px;
}
.case_list{
    text-align: center;
}
.case_list ul li{
    width: 240px;
    text-align: center;
    display: inline-block;
    margin:0 70px;
}
.case_list ul li .img{
    display: inline-block;
    width: 150px;
    height: 150px;
}
.case_list ul li .cot{
    margin-top: -75px;
    width: 100%;
    background-color: #eeeeee;
    height: 155px;
    border-radius: 10px;
    transition: all 0.3s;
}
.case_list ul li .cot .tit{
    padding-top: 85px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}
.case_list ul li .cot .more{
    font-size: 12px;
    color: #333333;
}
.case_list ul li:hover .img img{
    -webkit-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
}
.case_list ul li:hover .cot{
    background-color: #2f3f7a;
}
.case_list ul li:hover .cot .tit,.case_list ul li:hover .cot .more{
    color: #ffffff;
}






.in_about{
    background: url(../image/in_about.jpg)no-repeat center;
    height: 614px;
    position: relative;
}
.in_about .inab_1{
    font-size: 36px;
    color: #333333;
    padding-top: 80px;
}
.in_about .inab_2{
    font-size: 14px;
    color: #2f3f7a;
    margin: 20px 0 40px;
}
.in_about .inab_3{
    width: 705px;
    font-size: 14px;
    color: #333333;
    line-height: 2;
}
.in_about .inab_4{
    margin: 50px 0 80px ;
    text-align: left;
}
.in_about .inab_4 ul li{
    display: inline-block;
    text-align: center;
    margin-right: 30px;
}
.in_about .inab_4 .ny{
    font-size: 36px;
    color: #2f3f7a;
    margin-bottom: 22px;
}
.in_about .inab_4 .nr{
    font-size: 14px;
    color: #333333;
}
.in_about .inab_5{
    font-size: 30px;
    color: #ffffff;
    padding-left: 80px;
}

.in_about2{
    background: url(../image/in_about2.jpg)no-repeat center;
    height: 500px;
    position: relative;
}
.inab2_nr{
    font-size: 14px;
    line-height: 2;
    color: #333333;
    text-align: center;
}
.inab2_ck{
    font-size: 16px;
    line-height: 2;
    color: #2f3f7a;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 70px;
}
.inab2_ls{
    text-align: center;
}
.inab2_ls ul li{
    width: 25%;
    text-align: center;
    float: left;
}
.inab2_ls .ny{
    font-size: 36px;
    color: #333333;
    margin-bottom: 22px;
    font-weight: bold;
}
.inab2_ls .nr{
    font-size: 16px;
    color: #333333;
}



.in_service{
    background-color: #ffffff;
}

.insv_left{
    width: 770px;
    float: left;
}
.insv_right{
    width: 300px;
    float: right;
}
.insv_right ul li{
    width: 100%;
    height: 120px;
    background-color: #eeeeee;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
}
.insv_right ul li .img{
    width: 155px;
    float: left;
}
.insv_right ul li .cot{
    width: 145px;
    float: left;
    text-align: center;
}
.insv_right ul li .cot .insvnr1{
    font-size: 28px;
    color: #333333;
    padding: 25px 0 15px;
    letter-spacing: 10px;
}
.insv_right ul li .cot .insvnr2{
    font-size: 16px;
    color: #777777;
    letter-spacing: 5px;
}

.insv_right .sknr{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2f3f7a;
    right: -300px;
    text-align: center;
    transition: all 0.5s;
    border-radius: 10px;
}
.insv_right .sknr .dh{
    font-size: 14px;
    color: #ffffff;
    line-height: 2;
}
.insv_right ul li:hover .sknr{
    right: 0px;
}


.in_news{
    background-color: #ffffff;
    padding-bottom: 80px;
}
.in_news .ckmore{
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #eeeeee;
    font-size: 16px;
    color: #333333;
    letter-spacing: 2px;
    margin-top: 30px;
    margin-left: 510px;
}

.newsbox{
    width: 390px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.newsbox:nth-child(3n){
    margin-right: 0px;
}
.newsbox .img{
    width: 100%;
    height: 285px;
    overflow: hidden;
}
.newsbox .cont{
    background-color: #eeeeee;
    padding: 5%;
    transition: all 0.3s;
}
.newsbox .cont .tit{
    font-size: 16px;
    color: #333333;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    transition: all 0.3s;
}
.newsbox .cont .int{
    font-size: 14px;
    color: #555555;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    transition: all 0.3s;
}
.newsbox .ck{
    margin-top: 4%;
    line-height: 50px;
    border-top: 1px solid #d2d2d2;
    display: block;
    width: 100%;
}
.newsbox .ck .time{
    float: left;
    color: #555555;
    font-size: 14px;
    transition: all 0.3s;
}
.newsbox .ck .more{
    float: right;
    color: #555555;
    font-size: 36px;
    transition: all 0.3s;
}

.newsbox:hover .img img{
    transform: scale(1.1);
}
.newsbox:hover .cont{
    background-color: #2f3f7a;
}
.newsbox:hover .cont .tit,
.newsbox:hover .cont .int,
.newsbox:hover .ck .time,
.newsbox:hover .ck .more{
    color: #ffffff;
}


.content_main{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: -110px;
    padding-bottom: 130px;
}
.content_all{
    width: 100%;
    padding: 0 80px 60px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 7px 19px 0px #ededed;
}

.position{
    padding: 2% 0;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
}

.within_title{
    text-align: center;
    padding: 80px 0 50px;
}
.within_title .nr_cn{
    font-size: 36px;
    color: #303f7a;
}
.within_title .nr_en{
    font-size: 18px;
    color: #333333;
    margin: 20px 0 10px;
}
.within_title .nr_line{
    width: 80px;
    height: 1px;
    display: inline-block;
    background-color: #d13528;
    margin:  0 0 20px;
}
.within_title .nr_sm{
    font-size: 14px;
    color: #999999;
    line-height: 2;
}


.category{
    padding: 0% 0 3%;
}
.category_list{
    position: relative;
    text-align: center;
}
.category_list ul li{
    display: inline-block;
    margin: 0 1% 1%;
    font-size: 14px;
    color: #333333;
    position: relative;
    border: 1px solid #cccccc;

    border-radius: 20px;
    transition: all 0.2s;
}
.category_list ul li a{
    display: block;
    padding: 10px 35px;
}
.category_list ul li:hover{
    background-color: #303f7a;
    color: #ffffff;
    border: 1px solid #303f7a;
}
.category_list ul .on{
    background-color: #303f7a;
    color: #ffffff;
    border: 1px solid #303f7a;
}








.infolist{
    padding: 30px 0;
    border-bottom: 1px solid #f2f2f2;
}
.infolist .img{
    width: 145px;
    float: left;
    overflow: hidden;
}
.infolist .cot{
    float: left;
    width: 730px;
    margin-left: 40px;
    padding: 0 50px 0 0;
    border-right: 1px solid #cccccc;
    transition: all 1s;
}
.infolist .cot .tit{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 5px;
}
.infolist .cot .intro{
    font-size: 14px;
    color: #808080;
    height: 44px;
    line-height: 22px;
    margin-bottom: 10px;
    overflow: hidden;
}
.infolist .cot .time{
    font-size: 14px;
    color: #9b9b9b;
}
.infolist .more{
    float: right;
    text-align: center;
    font-size: 20px;
    color: #999999;
    letter-spacing: 1px;
    padding-top: 40px;
    transition: all 0.3s;
}
.infolist:hover .cot{
    padding-left: 10px;
    width: 740px;
}
.infolist:hover .cot .tit,.infolist:hover .more{
    color: #303f7a;
}
.infolist:hover .more{
    padding-left: 10px;
}
.infolist:hover .img img{
    transform: scale(1.1);
}


.prolist{
    padding: 30px 0;
    border-bottom: 1px solid #f2f2f2;
}
.prolist .img{
    width: 145px;
    float: left;
    overflow: hidden;
}
.prolist .cot{
    float: left;
    width: 840px;
    margin-left: 40px;
    padding: 0 20px 0 0;
    transition: all 1s;
}
.prolist .cot .tit{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 5px;
}
.prolist .cot .intro{
    font-size: 14px;
    color: #808080;
    height: 44px;
    line-height: 22px;
    margin-bottom: 10px;
    overflow: hidden;
}
.prolist .cot .ckmore{
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #b2b2b2;
    border: 1px solid #b2b2b2;
    text-align: center;
    transition: all 0.3s;
}
.prolist .cot .time{
    font-size: 14px;
    color: #9b9b9b;
}
.prolist .more{
    float: right;
    text-align: center;
    font-size: 20px;
    color: #999999;
    letter-spacing: 1px;
    padding-top: 40px;
    transition: all 0.3s;
}
.prolist:hover .cot{
    padding-left: 10px;
    width: 850px;
}
.prolist:hover .cot .tit,.infolist:hover .more{
    color: #303f7a;
}
.prolist:hover .more{
    padding-left: 10px;
}
.prolist:hover .img img{
    transform: scale(1.1);
}
.prolist:hover .cot .ckmore{
    background-color: #303f7a;
    color: #ffffff;
    border: 1px solid #303f7a;
}

.case_box{
    width: 320px;
    height: 355px;
    background-color: #f2f2f2;
    float: left;
    padding: 10px;
    text-align: center;
    margin-right: 40px;
    margin-bottom: 40px;
}
.case_box:nth-child(3n){
    margin-right: 0px;
}
.case_box .img{
    width: 300px;
    height: 200px;
    overflow: hidden;
}
.case_box .tit{
    font-size: 16px;
    color: #333333;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}
.case_box .intro{
    font-size: 14px;
    color: #7f7f7f;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.case_box .ckmore{
    font-size: 14px;
    color: #333333;
    width: 120px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #30407a;
    text-align: center;
    margin: 10px 85px;
    transition: all 0.3s;
}
.case_box:hover .img img{
    transform: scale(1.1);
}
.case_box:hover .ckmore{
    background-color: #30407a;
    color: #ffffff;
}









.about_title{
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin: 2% 0 5%;
    font-weight: bold;
    letter-spacing: 1px;
}

.dyallnr{
    padding: 2% 0;
}

.history_list{

}
.history_list ul li{
    width: 50%;
    padding-right: 5%;
    position: relative;
}
.history_list ul li .history_ny{
    font-size: 28px;
    color: #2f3f7a;
    text-align: right;
    font-weight: bold;
}
.history_list ul li .history_tit{
    font-size: 18px;
    color: #2f3f7a;
    margin: 15px 0;
    line-height: 20px;
    height: 20px;
}
.history_list ul li .history_tit .sk{
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #2f3f7a;
    margin-right: 20px;
    float: left;
    margin-top: 2px;
}
.history_list ul li .history_cot{
    font-size: 14px;
    color: #333333;
    line-height: 2;
}
.history_list ul li .history_ys{
    position: absolute;
    height: 100%;
    width: 5px;
    right: 0;
    top: 0;
    background-color: #2f3f7a;
}
.history_list ul li .history_ys .yuan{
    width: 30px;
    height: 30px;
    background-color: #2f3f7a;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    right: -13px;
}
.history_list ul li:nth-child(2n){
    width: 100%;
    padding-left: 55%;
    padding-right: 0px;
}
.history_list ul li:nth-child(2n) .history_ny{
    text-align: left;
    color: #d03528;
}
.history_list ul li:nth-child(2n) .history_tit{
    color: #d03528;
}
.history_list ul li:nth-child(2n) .history_tit .sk{
    background-color: #d03528;
}

.history_list ul li:nth-child(2n) .history_ys{
    left: 515px;
}
.history_list ul li:nth-child(2n) .history_ys .yuan{
    background-color: #d03528;
}

.service_map{
    width: 60%;
    float: left;
}
.service_list{
    width: 100%;
}
.service_box{
    width: 300px;
    height: 10.5vw;
    float: left;
    background-color: #f2f2f2;
    text-align: center;
    padding: 2% 1%;
    border-radius: 10px;
    margin-right: 70px;
    margin-bottom: 30px;
    line-height: 1.5;
}
.service_box:nth-child(3n){
    margin-right: 0px;
}
.service_box:nth-child(3){
    margin-right: 70px;
    clear: both;
}
.service_box:nth-child(5){
    margin-right: 0;
}
.service_box .nr1{
    font-size: .85vw;
    color: #2f3f7a;
    font-weight: bold;
}
.service_box .nr2{
    font-size: .75vw;
    color: #333333;
    margin: 10px 0;
    line-height: 2;
    /*display: inline-block;*/
    position: relative;
}
.service_box .nr2 span{
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
}
.service_box .nr3{
    font-size: .75vw;
    color: #333333;
}

.contact_title{
    width: 240px;
    margin-left: 400px;
    padding-bottom: 5%;
}
.contact_left{
    float: left;
}
.contact_right{
    float: right;
    width: 150px;
}
.contact_map{
    padding-top: 5%;
}


.prony{
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 50px;
}
.prony_left{
    width: 500px;
    /*height: 420px;*/
    float: left;
}
.prony_right{
    float: right;
    width: 500px;
}

.prony_right .tit{
    font-size: 25px;
    color: #333333;
    padding-top: 50px;
}
.prony_right .intro{
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 2;
    margin: 30px 0;
}
.prony_right .purchase{

}
.prony_right .purchase .buy{
    width: 150px;
    height: 45px;
    line-height: 45px;
    background-color: #2f3f7a;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    float: left;
}
.prony_right .purchase .hotline{
    float: left;
    font-size: 22px;
    color: #333333;
    margin-top: 10px;
    margin-left: 20px;
}

.product_nr_tit{
    text-align: center;
    padding:  30px 0;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.product_nr_tit .en_nr{
    font-size: 14px;
    color: #aaaaaa;
    margin-bottom: 1%;
}
.product_nr_tit .cn_nr{
    font-size: 30px;
    color: #333333;
    position: relative;
}
.product_nr_tit .cn_nr span{
    width: 30px;
    height: 1px;
    background-color: #303f7a;
    display: inline-block;
    margin: 10px 20px;
}






.public_list{
    background-color: #ffffff;
}

.public_content{
    background-color: #ffffff;
}

.content_show{
    padding: 3% 0;
}
.content_show .tit{
    font-size: 30px;
    color: #333333;
}
.content_show .info{
    margin: 2% 0;
    font-size: 12px;
    color: #535353;
}
.content_show .info .returnls{
    float: right;
    font-size: 16px;
}
.content_show .allnr{
    width: 100%;
    overflow: hidden;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    padding: 2% 0;
    margin-bottom: 2%;
}
.content_show  .Solidline{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.content_show .allnr img{
    max-width: 100%;
}

.product_info{
    padding-bottom: 2%;
}
.product_info .left{
    width: 60%;
    float: left;
}
.product_info .left .productname{
    font-size: 30px;
    color: #333333;
    padding-top: 3%;
}
.product_info .left .intro{
    width: 70%;
    font-size: 16px;
    color: #333333;
    line-height: 2;
    margin: 4% 0;
}
.product_info .left .purchase{

}
.product_info .left .purchase .buy{
    width: 20%;
    background-color: #303f7a;
    color: #ffffff;
    padding: 2% 0;
    text-align: center;
    border-radius: 10px;
    float: left;

}
.product_info .left .purchase .hotline{
    float: left;
    font-size: 24px;
    color: #333333;
    margin-top: 1.5%;
    margin-left: 2%;
}
.product_info .right_img{
    width: 37.5%;
    float: right;
}







.upperandlower{

}
.upperandlower .next{
    width: 20%;
    background-color: #626262;
    padding: 0% 2%;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}
.upperandlower .next .arrow{
    margin: 0 10%;
}
.upperandlower .next *{
    color: #ffffff!important;
}
.upperandlower .tl{
    text-align: left;
}
.upperandlower .tr{
    text-align: right;
}
.upperandlower .next:hover{
    background-color: #303f7a;
}




.load_more{
    text-align: center;
    padding-top: 5%;
}
.load_more .loads{
    display: inline-block;
    width: 18%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background-color: #303f7a;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    padding: 1.5% 0;
    letter-spacing: 5px;
    border-radius: 10px;
}
.load_more .loadend{
    display: none;
    font-size: 16px;
    color: #555555;
    letter-spacing: 2px;
}
.load_more .block{
    display: block;
}
.load_more_case{
    padding-top: 3%;
}





.single_content{
    font-size: 14px;
    line-height: 2;
    padding: 2% 0;
}






.VerticalMenu {
    padding: 0px;
    width: 100%;
    cursor: pointer;
    text-align: left;
}
.VerticalMenu > div {
    width: 100%;
    float: left;
}
.VerticalMenu .bianse{
    color: #303f7a !important;
}
.VerticalMenu .sjx{
    position: absolute;
    /* display: block; */
    border-top: 1.5vw solid transparent;
    border-left: 2vw solid #777;
    border-bottom: 1.5vw solid transparent;
    margin: 5.5vw 0.5vw 0;
    right: 9%;
    transform: rotate(0deg);
    transition: transform 0.4s linear;
}
.VerticalMenu .sxjsele{
    color: #303f7a !important;
    transform: rotate(90deg);
    border-left: 2vw solid #303f7a;
}
.VerticalMenu .span2{
    width: 93%;
    margin-left: 10vw;
    height: 15vw;
    overflow: hidden;
    display: inline-block;
    font-size: 4vw;
    color: #777;
}
.VerticalMenu .span2 a {
    max-width: 80%;
    display: inline-block;
}
.VerticalMenu .span2 .arrow{
    display: inline-block;
    text-align: right;
    width: 10%;
    float: right;
}
.VerticalMenu > div > div:first-child {
    font-size: 14px;
    height: 15vw;
    line-height: 15vw;
    border-top: 1px solid #f2f2f2;
}
.VerticalMenu > div > div:first-child:hover {
    color: #303f7a;
}
.VerticalMenu > div > div:first-child > i:last-child {
    line-height: 40px;
    float: right;
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}
.VerticalMenu > div > div:last-child {
    width: 100%;
    display: none;
    padding: 0 0vw 0 2vw;
    font-size: 0.8vw;
    color: #777;
}
.VerticalMenu > div > div:last-child > div{
    font-size: 3.5vw;
    height: 12vw;
    line-height: 12vw;
    overflow: hidden;
    padding-left: 9%;
}
.VerticalMenu > div > div:last-child > div:hover{
    color:  #303f7a;
}
/*.VerticalMenu > div:last-child > div:first-child{*/
/*border-bottom-left-radius: 5px;*/
/*border-bottom-right-radius: 5px;*/
/*}*/
.VerticalMenu > div:last-child::after{
    display: block;
    clear: both;
}
.VerticalMenu .cpbs{
    color:  #303f7a!important;
}





.banner_nr{
    width: 100%;
    height: 100vh;
    background-size: cover!important;
}
