.contianer{
    width:1200px;
    margin: auto;
}
.bg-ml18{
    margin-left: 18px;
}
.nav{
    display: flex;
    font-size: 16px;
    text-align: center;
}
.nav li{
    width:80px;height:50px;
    line-height:50px;
    cursor: pointer;
    margin: 0 3px;
}
.nav li a{
    color: #222222;
    display: block;
}
.nav .on a,
.nav li a:hover{
    color: #1b4fa3;
}
.nav .on,
.nav li:hover{
    background-image: url('/webui/index/images/nav.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}
.banner{
    width:100%;
    overflow: hidden;
    height:600px;
    position: relative;
}
.swiper-pagination-bullet{
    width:12px;
    height:12px;
    text-align: center;
    zoom: 1;
    background: #FFFFFF;
    border-radius: 8px;
    opacity: 0.4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
    margin-right: 12px !important;
    cursor: pointer;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active{
    background: #1b4fa3;
    opacity: 1;
}
.header{
    height:184px;
    text-align: center;
}
.kehu .swiper-button-prev,
.kehu .swiper-button-next{
    opacity: .2;
}
.kehu .swiper-button-prev:hover,
.kehu .swiper-button-next:hover{
    opacity: .5;
}
.header .cn{
    /*font-family: SourceHanSansCN-Regular;*/
    font-size: 36px;font-weight: bold;
    color: rgb(27, 79, 163);
    line-height: 140%;
}
.header .en{
    font-family: "arial black";
    font-size: 24px;
    color: rgb(221, 221, 221);
    line-height: 140%;
    text-transform: uppercase;
}
.about .main .right{
    width:560px;
}
.about .main .left{
    width: 560px;
    height: 420px;
}
.about .main .right .name{
    /*font-family: SourceHanSansCN-Regular;*/
    font-size: 24px;font-weight: bold;
    color: rgb(34, 34, 34);height:52px;
    line-height: 140%;
}
.about .main .right .content{
    font-size: 16px;
    /*font-family: SourceHanSansCN-Regular;*/
    color: rgb(102, 102, 102);
    line-height: 220%;height:279px;
}
.about .main .right .more{
    color: rgba(27, 79, 163, 1);
    /*font-family: SourceHanSansCN-Regular;*/
    font-size: 16px;
    font-weight: normal;
    transition: color 0.4s ease 0s;
    white-space: nowrap;
    width: 188px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(27, 79, 163, 1);
    position: absolute;
    bottom:0;
}
.about .main .right .more:hover{
    color: rgba(255, 255, 255, 1);
    transition: color 0.4s ease 0s;
    /*font-family: SourceHanSansCN-Regular;*/
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    background-color: rgba(27, 79, 163, 1);
    background-image: none;
}
.about{
    height:720px;
}
.service{
    background-color: rgb(248, 248, 248);
    width:100%;
}
.service .content{
    height:1057px;
}
.service .main .img1{
    width: 390px;
    height: 750px;
    overflow: hidden;
    position: relative;
}
.service .item img{
    width:100%;
    height:100%;
}
.service .main .hover{
    display: none;
    color: #ffffff;
    line-height: 18px;
    font-size: 24px;
}
.service .main .item:hover .hover{
    display: flex;
    position: absolute;
    background: rgba(27, 79, 163, 0.85);
    top:0;right:0;left:0;bottom:0;margin: auto;
}
.service .imgList{
    width:790px;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.service .imgList .item{
    width:385px;
    height:290px;overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.service .img2{
    height:130px;
    overflow: hidden;
    position: relative;
}
.kehu{
    height:884px;
}

.kehu .navLine{
    border: none;
    border-top: 1px solid #eeeeee;
    height: 0;
    width:100%;
}
.top{
    height:53px;
}
.top_name{
    /*font-family: SourceHanSansCN-Regular;*/
    font-size: 20px;/*font-weight:bold;*/
    color: rgb(34, 34, 34);width:120px;
}
.xuexiao{
    height:270px;
}
.qiye{
    height:270px;
}
footer{
    background-color: rgb(27, 79, 163);
}
.bottom{
    height:350px;
}
.bottom_name{
    font-family: arial;
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin-left: 15px;
}
.bottomList{
    margin-top: 20px;
}
.bottomList>div{
    margin-bottom: 10px;
}
.mbanner{
    height:350px;
    background-color: rgb(204, 204, 204);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mbx{
    height: 60px;
    background-color: rgb(248, 248, 248);
}
.mbx a{
    line-height: 60px;
    /*font-family: SourceHanSansCN-Regular;*/
    color: rgb(102, 102, 102);
    font-size: 15px;
}
.mbx a:hover{
    TEXT-DECORATION: underline;
}
.mbx span{
    line-height: 100%;
    margin-left: 5px;
    margin-right: 5px;
    color: rgb(204, 204, 204);
    font-size: 14px;
}
.body .title{
    /*font-family: SourceHanSansCN-Regular;*/
    font-size: 30px;
    color: rgb(34, 34, 34);
    text-align: center;
    /*font-weight: bold;*/
    height:67px;
}
.column{
    height: 70px;
    background: -webkit-linear-gradient(left, rgb(27, 79, 163), rgb(14, 47, 101) 100%);
    width: 260px;
    font-size: 26px;
    color: rgb(255, 255, 255);
    line-height:70px;
    text-align: center;
}
.child{
    background-color: rgb(248, 248, 248);
}
.child li{
    height:65px;
    line-height:65px;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
}
.child li:hover{
    color: #1b4fa3;
}
.project_right{
    background-color: rgb(248, 248, 248);
    width: 900px;
    padding: 20px 50px;
    box-sizing:border-box;
}
.project_right .h1{
    display: block;
    /*font-family: SourceHanSansCN-Regular;*/
    font-size: 24px;
    color: #1b4fa3;
    font-weight: bold;
}
.bg-h35{
    height:35px;
}
.proList li{
    width:282px;
    height:330px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    box-sizing:border-box;
    padding: 15px;
}
.proList li img{
    width:250px;
    height:250px;
    transform:scale(1);
    transition: all 0.5s ease-out;
}
.proList .bor{
    width:250px;
    height:250px;
    overflow: hidden;
}
.proList li:hover img{
    transform: scale(1.2);
    transition: all 0.5s ease-out;
}
.proList li .title:hover,
.caseList .title:hover,
.newsList li:hover
{
    color: #1b4fa3;
}
.proList .title{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #222222;
    /*font-weight: bold;*/
}
.proList{
    display: flex;
    justify-content:flex-start;
    align-items:flex-start;
    flex-wrap:wrap;

}
.proList li:nth-child(4n){
    margin-right: 0 !important;
}
.pagediv .prevnext{
    border: 1px solid #EEE;
    padding: 2px 5px 1px 5px;
    margin: 2px;
    color: #DDD;
    text-decoration: none;
}
.pagediv .on{
    border: 1px solid #000;
    color: #000;
}
.pagediv .item{
    border: 1px solid #000;
    padding: 2px 5px;
    margin: 2px;
    color: #000;
    text-decoration: none;
}
.pagediv .item:hover{
    color: #FFF;
    background-color: #000;
}
.pagediv .current{
    color: #FFF;
    cursor: pointer;
    background-color: #000;
}
.pagediv{
    margin: auto;
    text-align: center;
}
.bg-bg-f8f{
    background-color: #f8f8f8;
}
.a_title{
    font-size: 24px;
    line-height: 140%;
    color: #1b4fa3;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    /*font-family: 'SourceHanSansCN-Regular';*/
}
.bg-w830{
    width:830px;
}
.up_arrow{
    background-image: url(/webui/index/images/up_arrow.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 10px;
    display: block;
    float: left;
    background-color: #c2c2c2;
    margin-right: 10px;
}
.down_arrow{
    background-image: url(/webui/index/images/down_arrow.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 10px;
    display: block;
    float: left;
    background-color: #c2c2c2;
    margin-right: 10px;
}
.prevnextlist:hover .arrow{
    background-color: #222222;
}
.prevnextlist:hover a{
    color: #222222;
}
.prevnextlist a{
    color: #c2c2c2;
}
.liuchen .name{
    /*font-family: SourceHanSansCN-Regular;*/
    font-size: 24px;
    color: rgb(27, 79, 163);
    font-weight: bold;
}
.borderl{
    width: 250px;
    height: 80px;
    box-shadow: 0px 1px 15px 2px #eee;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-sizing:border-box;
    position: relative;
}
.borderl .num{
    position: absolute;
    right:3px;
    top:0px;
    font-weight: bold;
    font-size: 36px;
    color: rgb(204, 204, 204);
}
.bg-pl25{
    padding-left: 25px;
}
.borderl .word{
    /*font-family: SourceHanSansCN-Regular;*/
    font-size: 16px;
    height:100%;
    line-height: 180%;
}
.borderl:hover{
    background-color: #1b4fa3 !important;
    color: #ffffff !important;
    transition-duration: 0.5s;
}
.xjt1{
    position: absolute;
    transform: rotate(90deg);
    right:125px;
    top:95px;
}
.zjt{
    transform: rotate(180deg);
}
.fgx{
    border-top: 1px solid #eeeeee;
    height: 0;
    width:100%;
    margin: 45px 0;
}
.zlList .item{
    width: 380px;
    color: rgba(27, 79, 163, 1);
    display: block;
    height: 70px;
    text-align: center;
    line-height: 70px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 10px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 10px 0px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.zlList{
    display: grid;  
    grid-template-columns: repeat(auto-fit, 380px);
    gap: 50px 20px;
    
}
.zlList .item:hover{
    background-color: rgba(27, 79, 163, 1);
    color: rgb(255, 255, 255);
    border-color: rgb(255, 87, 0);
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -o-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.caseList{
    display: grid;  
    grid-template-columns: repeat(auto-fit, 382px);
    gap: 40px 26px;
}
.caseList li{
    height:296px;
}
.caseList .title{
    font-size: 16px;
    margin-top: 20px;
}
.caseList .bor{
    height: 250px;
    width: 376px;
    overflow: hidden;
}
.caseList .bor img{
    transform: scale(1);
    transition: all 0.5s ease-out;
}
.caseList li:hover .bor img{
    transform: scale(1.1);
    transition: all 0.5s ease-out;
}
.left_main{
    width: 540px;
    height: 350px;
    background-color: rgb(248, 248, 248);
    padding-left: 45px;
    padding-top: 45px;
    box-sizing:border-box;
}
.bg-mt25{
    margin-top: 25px;
}
.bg-w580{
    width:580px;
}
.ly_name{
    font-size: 15px;
    /*font-family: "SourceHanSansCN-Regular";*/
    padding: 10px 0;
    line-height: 1.5;
    color: #5a5a5a;
}
.ly_inp{
    font-size: 14px;
    /*font-family: "SourceHanSansCN-Regular";*/
    background-color: #fff;
    border: 1px solid #dddddd;;
    text-indent: 5px;
    height: 38px;
    line-height: 38px;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.ly_inp:focus{
    outline:1px solid #00aff1;
}
.reqtip{
    color: #f00;
    line-height: 100%;
    padding-left: 3px;
}
.ly_text{
    font-size: 14px;
    /*font-family: "SourceHanSansCN-Regular";*/
    background-color: #fff;
    border: 1px solid #dddddd;;
    text-indent: 5px;
    height: 90px;
    line-height: 38px;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    resize:none
}
.ly_text:focus{
    outline:1px solid #00aff1;
    
}
.btnsubmit{
    font-size: 16px;
    /*font-family: "SourceHanSansCN-Regular";*/
    width: 580px;
    height: auto;
    min-height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    background-color: #4a86e8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
    color: #fff;
    margin-top: 5px;
    cursor: pointer;
}
.btnsubmit:hover{
    background-color: #1b4fa3;
}
.newsList li{
    line-height: 70px;
    /*font-family: SourceHanSansCN-Regular;*/
    font-size: 18px;
    color: #222222;
    font-weight: normal;
    text-decoration: none;
    height:70px;
    padding-left: 20px;
    border-bottom: 1px solid #d7d7d7;
}
.newsList li:hover{
    background: #f8f8f8;
}