.a_hover:hover {
    text-decoration: underline;
    color: #2fa0ff
}

.a_hover_color:hover {
    color: #2fa0ff
}

.page {
    line-height: 1.5
}

.page a,
.page span {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #999;
    margin: 2px;
    color: #999;
    margin-top: 10px
}

.page .next,
.page .prev {
    padding: 5px;
    margin: 0
}

.page .current {
    background: #999;
    color: #fff
}

.c5 {
    color: #555
}

.c8 {
    color: #888
}

.c9 {
    color: #999
}

.c7 {
    color: #777
}
.header{
    background-image: url(../images/hbg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.header .tel .tit{
    font-size: 14px;
    color: #000;
    margin-top: 50px;
}
.header .tel .num{
    color: #0d4c91;
}
.nav{
    background-color: #0552aa;
    position: sticky;
    top: 0;
    z-index: 100;
}
.nav .item{
    float: left;
    /*width: 14.285714285714286%;*/
    width:16.66666666%;
    text-align: center;

}
.nav .item a{
    display: block;
}
.nav .item .zh{
    font-size: 16px;
    color: #fff;
    padding-top: 20px;
}
.nav .item .en{
    font-size: 12px;
    color: #76b0f2;
    margin-top: 5px;
}
.banner .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center
}

.banner .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    transition: all 0.4s;
    background-color: #fff;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}

.banner .owl-dots .owl-dot.active {
    background-color: #064894;
    width: 50px;
}
.index_search{
    border-bottom: 1px solid #efefef;
}
.index_search .left .tit{
    color: #064894;
}
.index_search .left a{
    font-size: 14px;
    margin-left: 20px;
}
.index_search .right input{
    width: 344px;
    height: 70px;
    text-indent: 55px;
    font-size: 15px;
    border-top: none;
    border-bottom:none;
    border-left:1px solid #efefef;
    border-right:none;
    outline:none;
    background-image: url(../images/s1.png);
    background-repeat: no-repeat;
    background-position: 20px center;
}
.index_search .right button{
    width: 75px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #064894;
    border:none;
    outline: none;
    background-image: url(../images/zoom.jpg);
    position: absolute;
    right: 0;
    top: 0;
}

.index_title .en {
    color: #767676
}


.index_bg1 {
    background-image: url(../images/pbg.png);
    
}
/*.index_pro_title{
    margin-top: 40px;
}
.index_pro_title .wrapper{
    margin-right: -100px;
}
.index_pro_title .item{
    float: left;
    width: 392px;
    height: 56px;
    background-color: #d2d7de;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
    margin-right: 12px;
    transition: all 0.4s;

}
.index_pro_title .item a{
    display: block;
    color: #000;
}
.index_pro_title .item.active{
    background-color: #064894;
}

.index_pro_title .item.active a{
    color: #fff;
}

.index_pro .wrapper {
    margin-right: -100px
}

.index_pro .wrapper .item {
    float: left;
    width: 292px;
    margin-right: 10px;
    margin-bottom: 17px
}
.index_pro .wrapper .item .img_wrap{
    width: 292px;
    height: 292px;
    overflow: hidden;
}

.index_pro .wrapper .item .tit {
    background-color: #d2d7de;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.index_pro .wrapper .item .tit .more {
    width: 47px;
    position: absolute;
    right: 0;
    height: 38px;
    top: 6px;
    border-left: 1px solid #b2b2b2;
    color: #e6e6e6;
    transition: all 0.4s;
    text-align: center;
    line-height: 36px;
    font-size: 36px;
    font-family: '宋体';
    color: #999;
    transition: all 0.4s
}

.index_pro .wrapper .item:hover .tit {
    background-color: #064894;
    color: #fff
}

.index_pro .wrapper .item:hover .tit .more {
    color: #fff;
    border-color: #245ea1;
}
.index_pro .wrapper .wrap{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s
}
.index_pro .wrapper .wrap.active{
    position: relative;
    z-index: 10;
    opacity: 1;
}
*/
.index_pro_moe{
    background-color: rgb(6, 72, 148);
    margin-left: auto;
    margin-right: auto;
}
.index_pro_moe a{
    display: block;
    color: #fff;
}
.index_pro_moe:after{
    content:'';
    width: 154px;
    height: 26px;
    background-image: url(../images/mb.png);
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -77px;
}
.index_pro_left .titles{
    background-color: #09b886;
}
.index_pro_left .wrap{
    border: 1px solid #09b886;
    border-top: none;
}
.index_pro_left .wrap .item{
    height: 42px;
    line-height: 42px;
    background-color: #ccfcee;
    font-size: 16px;
}
.index_pro_left .wrap .item a{
    display: block;
    color: #281a1a;
    padding-left: 22px;
}
.index_pro_left .wrap  .son{
    font-size: 14px;
    line-height: 30px;
    background-color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
}
.index_pro_left .wrap  .son a{
    padding-left: 24px;
    display: block;
    font-size: 13px;
}
.index_pro_left .wrap  .son:last-child{
    padding: 0;
}
.index_pro_tit{
    background-color: #0552aa;
    border-radius: 3px;
    background-image: url(../images/pt.png);
    background-repeat: no-repeat;
    background-position: 17px center;
}
.index_pro_top .item{
    width: 256px;
    border: 1px solid #cfcfcf;
    margin-right: 15px;
}
.index_pro .wrapper{
    margin-right: -100px;
}
.index_pro .item{
    float: left;
    width: 449px;
    margin-right: 20px;
    border-bottom: 1px dashed #959595;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    transition: all 0.4s;
}
.index_pro .item .tip{
    opacity: 0;
    transition: all 0.4s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(5,82,170,0.8);
     position: absolute;
     
}
.index_pro .item:hover .tip{
   opacity: 1;
    
}
.index_pro .item .tip .tit{
    line-height: 266px;
    color:#fff;
}
.index_pro .item .img-wrapper{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(215, 215, 215);
}
.index_pro .item .img-wrapper img{
    height: 216px;
}
.index_pro .item .more a{
    color: #026306;
}
.index_pro .item:last-child{
    border: none;
    padding-bottom: 0;
}
.index_pro .item:nth-last-child(2){
    border: none;
    padding-bottom: 0;
}
.index_zx{
    background-color: #e8e8e8;
}
.index_zx_b{
    height: 20px;
    background-color: #e1e1e1;
}
.index_zx:before{
    content:'';
    border-left:100px solid #fff;
    border-top:60px solid #fff;
    border-right:100px solid transparent ;
    border-bottom:60px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.index_zx:after{
    content:'';
    border-right:100px solid #fff;
    border-top:60px solid #fff;
    border-left:100px solid transparent ;
    border-bottom:60px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.index_zx .tit{
    color: #848484;
}
.index_zx .num{
    color: #0556b2;
}
.index_zx_btn{
    position: absolute;
    top: 30px;
    right: 0;
}
.index_case{
    margin-top: 25px;
}
.index_case .wrapper{
    margin-right: -100px;
}
.index_case .item{
    float: left;
    width: 386px;
    margin-right: 20px;
    margin-bottom: 40px;
}
.index_case .item .tit{
    color: #747474;
}
.index_bg2{
    background-color: #f5f5f5;
}
.index_bg3{
    background-image: url(../images/y1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: 100%;
    background-size: 100%;
    -o-background-size: cover;
    background-size: cover
}
.index_ys .titles1{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #1a4985;
}
.index_ys .titles_b{
    color: #bbd3f2;
}
.index_ys_tit .item{
    float: left;
    width: 25%;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    background-color: #fff;
    transition: all 0.4s;
    background-repeat: no-repeat;
    background-position: 16px center;
}
.index_ys_tit .item a{
    display: block;
    padding-left: 70px;
    transition: all 0.4s
}
.index_ys_tit .item.active{
    background-color: #fd7927;
}
.index_ys_tit .item.active a{
    color: #fff;
}
.index_ys_tit .item1{
    background-image: url(../images/o1.png);
}
.index_ys_tit .item2{
    background-image: url(../images/o2.png);
}
.index_ys_tit .item3{
    background-image: url(../images/o3.png);
}
.index_ys_tit .item4{
    background-image: url(../images/o4.png);
}
.index_ys_tit .item1.active{
    background-image: url(../images/o1_h.png);
}
.index_ys_tit .item2.active{
    background-image: url(../images/o2_h.png);
}
.index_ys_tit .item3.active{
    background-image: url(../images/o3_h.png);
}
.index_ys_tit .item4.active{
    background-image: url(../images/o4_h.png);
}

.index_ys_items .tit .num{
    color: #064a91;
    vertical-align: top;
}
.index_ys_items .tit .num:before{
    content:'';
    width: 2px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fd7926;
}
.index_ys_items .tit .num:after{
    content:'';
    height: 10px;
    width: 2px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0047d1;
    z-index: 120;
}
.index_ys_items  .fot .c1{
    color: #064a91;
}
.index_ys_items  .fot .c2{
    color: #fd7926;
}
.index_ys_items .fot .jd{
    background-color: #e4e2e3;
}
.index_ys_items .fot .jd .jd_c{
    position: absolute;
    background-color: #074399;
    top: 0;
    height: 2px;
    width: 100%;
}
.index_ys_items .item1 .fot .jd .jd_c{
    width: 25%;
}
.index_ys_items .item2 .fot .jd .jd_c{
    width: 50%;
}
.index_ys_items .item1 .fot .jd .jd_c{
    width: 75%;
}
.index_ys_items .item{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s
}
.index_ys_items .item.active{
    position: relative;
    z-index: 10;
    opacity: 1;
}

.index_bg4{
    background-color: #f7f7f7;
}
.index_about .left{
    position: absolute;
    top: 0;
    left: -360px;
}
.index_about .right{
    height: 190px;
    width: 2000px;
    position: absolute;
    bottom: 0;
    right: -1403px;
    background-color: #064894;
}
.index_about .right .item{
    float: left;
    width: 210px;
}
.index_bg5{
    background-color: #e6e6e6;
    background-image: url(../images/nbg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.index_news .line{
    position: absolute;
    left: 0;
    width: 100%;
    top: 378px;
}
.index_link{
    background-color: #064894;

}
.index_link .w{
    background-image: url(../images/link.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.index_link  a{
    color: #fff;
}
.copyright{background-color: #2b2b2b;}
.crcenter{ min-height:328px; border-bottom:1px solid #414141;}
.crcenter .crp{ font-size:18px; color:#ffffff; position:relative; padding-bottom:20px; margin-bottom:20px;}
.crcenter .crp:after{ content:''; display:block; position:absolute; bottom:0px; left:0px; width:24px; height:2px; background:#999999;}
.kslj a{ display:block; line-height:35px; font-size:14px; color:#999999;}
.kslj a:hover{ color:#fff;}
.kslj li{ float:left;}
.kslj li+li{ margin-left:65px;}
.kslj dl{ float:left;}
.kslj dl+dl{ margin-left:50px;}
.kslj{ padding-top:40px;}
.crconcat{margin-left:118px; padding:40px 72px; border-left:1px solid #414141; height:249px; border-right:1px solid #414141;}
.crconcat dl p{ font-size:14px; color:#999999; line-height:45px; padding-left:37px;}
.crconcat dl p:nth-child(1){ background:url(../images/20200426141056_501774576.png) no-repeat left center;}
.crconcat dl p:nth-child(2){ background:url(../images/20200426141118_1986096644.png) no-repeat left center;}
.crconcat dl p:nth-child(3){ background:url(../images/20200426141140_998881625.png) no-repeat left center;}
.crconcat dl p:nth-child(4){ background:url(../images/20200426141203_1647383990.png) no-repeat left center;}
.crcode { padding-top:40px;}
.crcode  li{ float:left;}
.crcode  li+li{ margin-left:20px;}
.crcode  li img{ width:140px; height:140px;}
.crcode  li p{ margin-top:15px; font-size:14px; color:#666666; text-align:center;}
.end ,.end a{ line-height:78px; font-size:14px; color:#999999;}
.end a:hover{ text-decoration:underline; color:#fff;}

.h1047 {
    height: 1047px
}


.cccc {
    color: #ccc
}

.footer_b {
    border-top: 1px solid #414141;
    background-color: #2b2b2b;
    color: #999;
}

.w925 {
    width: 925px
}

.container_letf .wrap1 {
    
}
.container_letf .wrap1 .titles{
    background-color: #0552aa
}
.container_letf .wrap1 .titles .en .blue {
    color: #ccc
}
.container_letf .wrap1 .info{
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;

}
.container_letf .wrap1 .info a {
    color: #333;
    display: block
}

.container_letf .wrap1 .info .item {
    color: #333;
    
}
.container_letf .wrap1 .info .item a{
    display: block;
    border-bottom: 1px dashed #333;
}

.container_letf .wrap1 .info .item:after {
    content: '▼';
    position: absolute;
    right: 20px;
    top: 0
}
.container_letf .wrap1 .info .item:last-child{
    border: none;
}
.container_letf .wrap1 .info .item:hover{
    background-color: #0552aa;
    color:#fff;
}
.container_letf .wrap1 .info .item:hover a{
    color:#fff;
}
.container_letf .wrap1 .info .item:hover:after{
    color: #fff;
}

.container_letf .wrap2{
    background-color: #0552aa;
    padding-left: 20px;
    padding-right: 20px;
}
.container_letf .wrap2 .more{
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #81b9f8;
}
.container_letf .wrap2 .more a{
    color: #81b9f8;
    display: block;
}
.crumb {
    border-bottom: 1px solid #dedede
}

.crumb:after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #445c92;
    position: absolute;
    left: 0;
    bottom: -1px
}

.pro_list .wrapper {
    margin-right: -100px
}

.pro_list .wrapper .item {
    float: left;
    width: 300px;
    border: 1px solid #e7e7e7;
    margin-right: 9px;
    margin-bottom: 30px
}

.news_list .item {
    border-bottom: 1px dashed #ccc
}

.news_list .item :before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #6c6c6c;
    left: 0;
    top: 50%;
    margin-top: -2px
}

.news_list .item a {
    display: block;
    padding-left: 10px;
    color: #666
}

.show_show .desc {
    border-bottom: 1px solid #d7d7d7
}

.img_list .title {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .53)
}
.index_lianxi .left{
    font-size: 0;
    line-height: 0;
}
.index_lianxi .right{
    width: 430px;
}
.index_lianxi .right .title{
    font-size: 17px;
    color: #000;
}

.index_lianxi .right .wrapper{
    line-height: 35px;
    font-size: 14px;
    color: #444;
}
.index_lianxi .right .wrapper .item{
    margin-bottom: 15px;
    overflow: hidden;
}
.index_lianxi .right .wrapper .item input{
    height: 35px;
    width: 370px;
    float: right;
    text-indent: 20px;
    font-size: 13px;
    outline: none;
}
.index_lianxi .right .wrapper .item textarea{
    width: 370px;
    float: right;
    height: 75px;
    text-indent: 20px;
    line-height: 2;
    font-size: 13px;
    outline: none;

}
.index_lianxi .right .wrapper .item .btn{
    outline: none;
    width: 124px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #0552aa;
    border: none;
    margin-left: 60px;
    cursor: pointer
}
.index_lianxi .right .wrapper .item .btn2{
    text-indent: 0;
    float: none;
    margin-left: 15px;
