/* 公共css */
body, html {
    line-height: 1;
    min-width: 1200px;
    background-color: #ffffff;
}
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 {
    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_ny{
    background: url(../image/head_ny.jpg) no-repeat center;
    height: 105px;
}
.head_ny .logo{
    float: left;
    width: 28.334%;
    margin-top: 2%;
}
.head_ny .dgrx{
    float: right;
    margin-top: 3%;
}
.head_ny .dgrx .p1{
    font-size: 14px;
    color: #666666;
    margin-bottom: 5%;
}
.head_ny .dgrx .p2{
    font-size: 22px;
    color: #333333;
    font-weight: bold;

}

.head{
    background-color: #A0061A;
    width: 100%;
    top: 0px;
    z-index: 999;
    transition: all 0.5s;
}


.menu .CAli{
    float: left;
    text-align: center;
    width: 12.5%;
    position: relative;
    padding-right: 2%;
}
.menu .CAli:nth-of-type(1){
    background: url(../image/menulg1.png)no-repeat  80%;
}
.menu .CAli:nth-of-type(2){
    background: url(../image/menulg2.gif)no-repeat  90%;
    padding-right: 3%;
}
.menu .CAli:nth-of-type(3){
    background: url(../image/menulg3.png)no-repeat  80%;
}
.menu .CAli:nth-of-type(4){
    background: url(../image/menulg4.png)no-repeat  80%;
}
.menu .CAli:nth-of-type(5){
    background: url(../image/menulg5.png)no-repeat  80%;
}
.menu .CAli:nth-of-type(6){
    background: url(../image/menulg6.png)no-repeat  80%;
}
.menu .CAli:nth-of-type(7){
    background: url(../image/menulg7.png)no-repeat  80%;
}
.menu .CAli:nth-of-type(8){
    background: url(../image/menulg8.png)no-repeat  80%;
}
.menu .CAli .CAa{
    font-size: 16px;
    padding: 20px 0;
    color: #ffffff;
    display: block;
}

.menu .CAli:hover{
    background-color: #d40f1a;
}
.menu .on{
    background-color: #d40f1a!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: 1px;
    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: #eeeeee;
    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;
}
.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: #a6051a!important;
    color: #FFFFFF!important;
}

.foot{
     background: url(../image/foot.jpg) no-repeat center;
    height: 100px;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
    padding-top: 15px;
    font-size: 14px;
}







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_inherit{
    background: url(../image/in_inherit.jpg) no-repeat center;
    height: 199px;
}

.in_customized{
    background: url(../image/in_customized.jpg) no-repeat center;
    height: 692px;
}


.in_about{
    background: url(../image/in_about.jpg) no-repeat center;
    height: 519px;
    position: relative;
}
.in_about .inab_more{
    width: 100px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    border: 1px solid #d40f1a;
    border-radius: 5px;
    left: 177px;
    top: 425px;
    position: absolute;
}
.in_about .inab_ny{
    width: 780px;
    font-size: 14px;
    color: #ffffff;
    line-height: 2;
    position: absolute;
    left: 425px;
    top: 15px;
}


.in_news{
    background: url(../image/in_news.jpg) no-repeat center;
    height: 896px;
    position: relative;
    padding-top: 230px;
}

.newsbox{
    margin-bottom: 40px;
}
.newsbox .img{
    width: 50%;
    height: 200px;
    float: left;
    overflow: hidden;
}
.newsbox .cot{
    width: 50%;
    height: 200px;
    float: right;
    background-color: #ededed;
    padding: 30px;
}
.newsbox .cot .btortime{
    margin-bottom: 25px;
}
.newsbox .cot .btortime .tit{
    font-size: 16px;
    color: #333333;
    float: left;
    width: 78%;
}
.newsbox .cot .btortime .nstm{
    font-size: 14px;
    color: #808080;
    float: right;
    width: 18%;
    text-align: right;
}
.newsbox .cot .intro{
    font-size: 14px;
    color: #808080;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 30px;
}
.newsbox .cot .more{
    font-size: 14px;
    color: #333333;
    float: right;
}
.newsbox:hover .img img{
    transform: scale(1.1);
}


.inxwall{

}
.inxwall .inxwls{
    width: 25%;
    float: left;
    position: relative;
}
.inxwall .inxwls .img{
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.inxwall .inxwls .cot{
    width: 100%;
    position: absolute;
    top: 0;
    padding: 11% 45%;
    height: 100%;
    transition: all 0.3s;
}
.inxwall .inxwls .cot span{
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    line-height: 33px;
    color: #ffffff;
    opacity: 0;
}
.inxwall .inxwls:hover .cot{
    background-color: rgba(0,0,0,0.5);
}
.inxwall .inxwls:hover .cot span{
    opacity: 1;
}
.inxwall .inxwls:hover .img img{
    transform: scale(1.1);
}



.in_lxbd{
    margin-top: 100px;
}
.in_lxbd .lxny{
    width: 550px;
    float: left;
    background: url(../image/lxny_line.png)no-repeat right;
}
.in_lxbd .lxny .lx_logo{
    width: 270px;
    margin-bottom: 15px;
}
.in_lxbd .lxny .lx_all{

}
.in_lxbd .lxny .lx_all .lx_ewm{
    width: 109px;
    float: left;
    margin-right: 40px;
}
.in_lxbd .lxny .lx_all .lx_info{
    float: left;
    line-height: 28px;
    font-size: 14px;
    color: #333333;
}




.in_lxbd .bdny{
    width: 560px;
    float: right;
}
.in_lxbd .bdny .iptny1{
    width: 270px;
    height: 35px;
    border: 1px solid #666666;
    padding: 0 20px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.in_lxbd .bdny .pr0{
    margin-right: 0px;
}
.in_lxbd .bdny .iptny2{
    width: 560px;
    border: 1px solid #666666;
    margin-bottom: 20px;
    padding: 10px 20px;
    height: 65px;
    resize: none;
}

.in_lxbd .bdny .iptny3{
    width: 140px;
    height: 35px;
    border: 1px solid #666666;
    padding: 0 20px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;

}
.in_lxbd .bdny .Report_code{
    width: 140px;
    height: 35px;
    float: left;
    background-color: #a6051a;
    margin-right: 40px;
}

.in_lxbd .bdny .Report_but{
    width: 200px;
    height: 35px;
    background-color: #a6051a;
    color: #ffffff;
    float: left;
}



.in_pro{
    background: url(../image/in_pro.jpg) no-repeat center;
    height: 1342px;
    position: relative;
}
.dwz_all{
    padding-top: 80px;
    padding-left: 230px;
}
.probox{
    width: 310px;
    background: url(../image/probox2.png) no-repeat center;
    height: 500px;
    float: left;
    margin-right: 20px;
}
.mr55{
    margin-right: 55px;
    margin-bottom: 55px;
}
.probox:nth-child(3n){
    margin-right: 0px;
}
.probox .tit{
    font-size: 26px;
    color: #ffffff;
    margin-top: 75px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 70%;
    margin-left: 15%;
    overflow: hidden;
}
.probox .img{
    width: 240px;
    height: 240px;
    overflow: hidden;
    margin: 25px 35px;
}

.probox .pro_price{

}
.probox .pro_price .promotion{
    width: 110px;
    height: 60px;
    background-color: #a6051a;
    text-align: center;
    line-height: 28px;
    margin-left: 35px;
    border-radius: 5px;
    float: left;
    position: relative;
}
.probox .pro_price .promotion .original{
    font-size: 14px;
    color: #ffffff;
}
.probox .pro_price .promotion .dwcx{
    font-size: 20px;
    color: #ffffff;
}
.probox .pro_price .promotion .line{
    position: absolute;
    width: 79%;
    height: 1px;
    background-color: #ffffff;
    top: 13px;
    margin-left: 11%;
}
.probox .pro_price .pricenr{
    margin-right: 35px;
    font-size: 40px;
    color: #a6051a;
    text-align: right;
    padding-top: 20px;
}
.probox .pro_price .pricenr span{
    font-size: 34px;
}


.golden{
    background: url(../image/probox1.png) no-repeat center;
}
.golden .tit{
    color: #a6051a;
}
.golden .pro_price .pricenr{
    color: #fee9bc;
}


.lhz_all{
    padding-top: 120px;
}
.promore{
    padding-top: 30px;
}












.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: 30px;
    color: #333333;
    padding: 25px 0 15px;
    letter-spacing: 10px;
}
.insv_right ul li .cot .insvnr2{
    font-size: 18px;
    color: #777777;
    letter-spacing: 5px;
}

.insv_right .sknr{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #a6051a;
    right: -300px;
    text-align: center;
    padding-top: 30px;
    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;
}




.content_main{
    width: 100%;
    position: relative;
    overflow: hidden;
    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: #333333;
}

.within_title{
    text-align: center;
    padding: 80px 0 50px;
}
.within_title .nr_cn{
    font-size: 36px;
    color: #a6051a;
}
.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: #a6051a;
}
.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: #a6051a;
    color: #ffffff;
    border: 1px solid #a6051a;
}
.category_list ul .on{
    background-color: #a6051a;
    color: #ffffff;
    border: 1px solid #a6051a;
}








.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;
}



.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: 240px;
    float: left;
}
.prony_right{
    float: right;
    width: 700px;
}

.prony_right .tit{
    font-size: 30px;
    color: #333333;
    padding-top: 50px;
}
.prony_right .tit span{
    color: #a6051a;
    margin-left: 20px;
}
.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: #a6051a;
    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%;
    letter-spacing: 1px;
}
.product_nr_tit .cn_nr{
    font-size: 30px;
    color: #333333;
    position: relative;
    letter-spacing: 5px;
}
.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 *{
    max-width: 100%;
}
.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: #a6051a;
}




.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: #a6051a;
    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%;
}


/*fy*/
.paging {
    text-align:center;
    padding: 45px 0;
}
.paging a{
    display: inline-block;
    padding:12px 15px;
    border:1px solid #333333;
    color: #333333;
    border-radius:1px;
    margin:0 8px;
    font-size: 14px;
    transition: ease-in 0.3s;
}
.paging span{
    margin:0 5px;
}
.paging a:hover,
.case_lisst .cate-box a:hover{
    border:1px solid #a6051a;
    color: #ffffff!important;
    background-color: #a6051a;
}
.currPage{
    border:1px solid #a6051a!important;
    color: #a6051a!important;
}

/*fy*/



.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;
}




.floating{
    position: fixed;
    right: 2%;
    bottom: 10%;
    width: 50px;
    z-index: 999;
}
.floating li {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding-bottom: 10px;
    position: relative;
    margin-top: 10px;
}

.floating li a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #A0061A;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
    position: relative;
    z-index: 2;
    background-size: 100%!important;
}

.floating li .floating_tel{
    background-image: url(../image/floating1.png);
}
.floating li .floating_qq{
    background-image: url(../image/floating2.png);
}
.floating li .floating_wx{
    background-image: url(../image/floating3.png);
}
.floating li .floating_top{
    background-image: url(../image/floating4.png);
}

.floating li span {
    background: #A0061A;
    color: #fff;
    font-size: 15px;
    text-align: left;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    z-index: -1;
    overflow: hidden;
    border-radius: 50px;
    top: 0;
    transition: .1s linear;
    -moz-transition: .1s linear;
    -webkit-transition: .1s linear;
}

.floating li:hover span{width:180px; padding-left:30px; z-index:1;}
.floating li:nth-of-type(3):hover span{
    width: 150px;
    z-index:1;
    right: 50px;
    height: auto;
    padding: 20px 30px;
}
.floating li:nth-of-type(3) span img{
    width: 80%;
}


