.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #dddddd;
/*    background: rgba(255, 255, 255, 0.3);*/
/*    box-shadow: 0 3px 6px rgba(0,0,0,0.2);*/
}
.head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 99px;
}
.logo{
    float: left;
    height: 100%;
}
.logo a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.logo img{
    display: block;
    max-width: 100%;
    max-height: 90%;
}

/*.fanti{
    position: relative;
    font-size: 14px;
}
.fanti p{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ft_erji{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 5px;
}
.fanti:hover .ft_erji{
    display: block;
}*/
.nav-ul>li {
    position: relative;
    float: left;
    text-align: center;
}
.nav-ul>li+li{
    margin-left: 35px;
}
.nav-ul>li.current>a{
    color: #0d4a84;
}
.nav-ul>li.current>a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #0d4a84;
}
.nav-ul>li>a {
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 99px;
    color: #333333;
    font-weight: bold;
    padding: 0 12px;
}
.nav-ul>li:hover>a{
    color: #0d4a84;
}
.home{
    border-color: #ffffff;
}
.home .nav-ul>li>a{
    color: #ffffff;
}
.nav-ul>li:hover>a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #0d4a84;
}
.erji{
    position: absolute;
    top: 100%;
    left: 50%;
    display: none;
    transform: translate(-50%,0);
    min-width: 160px;
    z-index: 100;
    padding-top: 1px;
    white-space: nowrap;
    transition: all 0.6s; 
}
.erji>a {
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #666666;
    text-align: center;
    margin-top: 1px;
    background: rgba(255, 255, 255, 0.9);
}
.erji>a:hover{
    color: #ffffff;
    background: rgba(13, 74, 132, 0.9);
    transition: all 0.6s; 
}
.nav-ul li:hover .erji {
    display: block;

}

.menu {
    display: none;
    width: 62px;
    height: 100%;
    cursor: pointer;
}
.menu img {
    display: block;
    width: 100%;
    max-height: 100%;
}
.nav-ul li:hover .erji {
    display: block;

}
.erji_bj {
    position: fixed;
    top: 161px;
    left: 0;
    width: 100%;
    height: 220px;
    display: none;
    background: #ffffff;
    z-index: 99;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.nav {
    display: block;
    width: 55%;
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 999;
    background: #ffffff;
    height: 100%;
    transform: translate(100%,0px);
    transition: all 0.5s;
}   
.nav-left {
    width: 45%;
    position: fixed;
    left: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.4);
    height: 100%;
    top: 100px;
    transform: translate(-100%,0px);
    transition: all 0.5s;
}
.head_fix{
    display: none;
    height: 100px;
}
.ul{
    padding: 0 4%;
}
.l {
    position: relative;
    border-bottom: 1px solid #cccccc;
}
.onli .a,ul.levelu>li.on>a{
    background: url(../images/yyy.png)right center no-repeat;
}
.a {
    font-size: 18px;
    width: 100%;
    line-height: 60px;
    color: #333333;
    display: block;
    box-sizing: border-box;
}
.l.bg .a,ul.levelu>li.on.bg1>a{
    background: url(../images/yyy1.png)right center no-repeat; 
}
.levelu {
    display: none;
}
.levell {
    line-height: 50px;
}
ul.levelu>li.on>a{
    display: block;
}
.levela {
    font-size: 16px;
    color: #666666;
    display: block;
    padding-left: 6%;
}
.sanjim{
    display: none;
}
.sanjim a{
    display: block;
    font-size: 14px;
    color: #666666;
}
.banner{
    position: relative;
}
.banner img{
    display: block;
    width: 100%;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
}
.banner .swiper-pagination-bullet {
    width: 70px;
    height: 5px;
    background: #ffffff;
    opacity: 1;
    border: none;
    border-radius: 20px;
}
.banner .swiper-pagination-bullet-active {
    background: #0d4a84;
}
.aa .aaz,.aa .aay{
    width: 40px;
    height: 40px;
    margin-top: -20px;
    outline: none;
}
.aa .aaz{
    background: url(../images/z.png) no-repeat;
    background-size: cover;
    left: 30px;
}

.aa .aay {
    background: url(../images/y.png) no-repeat;
    background-size: cover;
    right: 30px;
}
.aa .aaz:hover{
    background: url(../images/z1.png) no-repeat;
}
.aa .aay:hover{
    background: url(../images/y1.png) no-repeat;
}
.footer{
    color: #ffffff;
    padding: 25px 0 35px;
}
.foot_lf{
    width: 32%;
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
}
.foot_ri{
    width: 65%;
    max-width: 680px;
}
.foot_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    padding-left: 10px;
}
.foot_con{
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    padding-top: 25px;
    margin-top: 20px;
    border-top: 1px solid #777777;
}
.cop{
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    text-align: center;
    padding: 15px 0;
    background: #222222;
}
.p80{
    padding: 80px 0;
}
.title{
    text-align: center;
    margin-bottom: 55px;
}
.title h3{
    position: relative;
    font-size: 36px;
    color: #333333;
    margin-bottom: 5px;
}
.title h5{
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
}
.title h3:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 2.5%;
    width: 32px;
    height: 2px;
    background: #999999;
}
.title h3:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 2.5%;
    width: 32px;
    height: 2px;
    background: #999999;
}
.lx1{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0;
    margin-bottom: 100px;
}
.lx1:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 91.6%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);

}
.lx1_lf{
    width: 58.3%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.lx1_lf .map{
    height: 520px;
}
.lx1_ri{
    width: 41.7%;
    padding: 0 40px;
}
.lx1_ri h3{
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-bottom: 5px;
}
.lx1_ri h5{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    text-align: center;
    margin-bottom: 30px;
}
.input-text{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 48px;
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding-left: 35px;
    margin-bottom: 10px;
}
.lx1_ri textarea{
    display: block;
    width: 100%;
    min-height: 120px;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding-top: 5px;
    padding-left: 35px;
    margin-bottom: 20px;
}
.sub{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    height: 50px;
    text-align: center;
    border: none;
    border-radius: 10px;
    background: #0d4a84;
}
.lx2 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
}
.lx2 ul li{
    display: flex;
    align-items: center;
    width: 33%;
}
.lx2 ul li img{
    width: 50px;
    margin-right: 20px;
}
.lx2_ri{
    flex: 1;
}
.lx2_ri h3{
    font-size: 18px;
    color: #333333;
}
.lx2_ri h5{
    font-size: 18px;
    color: #999999;
}
.new ul li{
    margin-bottom: 30px;
}
.new ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.new_lf{
    width: 285px;
    margin-right: 25px;
}
.new_lf img{
    width: 100%;
}
.new_ri{
    flex: 1;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}
.new_ri h3{
    font-size: 18px;
    color: #333333;
}
.new_ri p{
    font-size: 14px;
    color: #999999;
    margin: 12px 0 10px;
}
.new_ri h5{
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new ul li:hover .new_ri{
    padding-right: 8%;
    background: url(../images/jt.png)right center no-repeat;
}
.new ul li:hover .new_ri h3{
    color: #0d4a84;
}
.show{
    padding: 80px 0 90px;
}
.show_ti{
    text-align: center;
    margin-bottom: 25px;
}
.show_ti h3{
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
}
.show_ti h5{
    font-size: 14px;
    color: #999999;
}
.show_con{
    font-size: 14px;
    line-height: 30px;
    color: #999999;
/*    text-indent: 2em;*/
}
/*.show_con>div{
    text-indent: 2em;
}*/
.show_con img{
    height: auto !important;
    margin: 0 auto;
}
.page2{
    margin-top: 50px;
}
.page2 a{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}
.about2{
    padding: 80px 0 140px;
    background: #f9f9f9;
}
.history{
    position: relative;
}
.history::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #dddddd;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 10;
}
.history .list-box {
    padding: 0 10%;
    position: relative;
    z-index: 100;
}
.history .swiper-slide {
    cursor: pointer;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
    text-align: center;
}
.history .swiper-slide .box {
    padding: 20px 0;
}
.history .swiper-slide .box p {
    font-size: 20px;
    color: #999999;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.history .swiper-slide:hover .box p {
    color: #0d4a84;
    transform: translate(0,-15px);
    -webkit-transform: translate(0,-15px);
}
.history .swiper-slide:hover .box .t {
    transform: translate(0,10px);
    -webkit-transform: translate(0,10px);
}
.history .swiper-slide .box .t {
    color: #999999;
    font-size: 12px;
    line-height: 24px;
    margin-top: 30px;
    transition: all 0.3s ease 0s;
}
.history .swiper-slide:after {
    content: '';
    background: #999999;
    width: 6px;
    height: 6px;
    position: absolute;
    z-index: 100;
    top: 57px;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
}
.history .swiper-slide:hover:after{
    background: #0d4a84;
}
.list-box .aaz,.list-box .aay{
    width: 20px;
    height: 20px;
    top: 30px;
    margin-top: 0;
    outline: none;
}
.list-box .aaz{
    background: url(../images/z1.png) no-repeat;
    background-size: cover;
    left: 100px;
}

.list-box .aay {
    background: url(../images/y1.png) no-repeat;
    background-size: cover;
    right: 100px;
}
.list-box .aaz:hover{
    background: url(../images/zz1.png) no-repeat;
}
.list-box .aay:hover{
    background: url(../images/yy1.png) no-repeat;
}
.subnav{
    padding: 10px 0;
    background: #eeeeee;
}
.subnav .main{
    display: flex;
    align-items: center;
}
.subnav h3{
    flex: 1;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    padding-right: 10%;
}
.sou{
    width: 270px;
}
.sou form{
    position: relative;
    width: 100%;
    padding-right: 40px;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    border: none;
}
.sou input{
    width: 100%;
    font-size: 14px;
    line-height: 38px;
    color: #999999;
    border: none;
    background: none;
    padding-left: 10px;
    border: none;
}
.sou button{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0d4a84 url(../images/sousuo.png)center no-repeat;
    border: none;
    outline: none;
}
.shaix{
    padding: 25px 30px;
    background: #fafafa;
}
.shaix dl{
    display: flex;
    align-items: flex-start;
}
.shaix dl dt{
    width: 42px;
    font-size: 14px;
    line-height: 36px;
}
.shaix dl dd{
    position: relative;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.shaix dl dd a{
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #666666;
    margin-right: 36px;
}
.shaix dl dd a span{
    display: none;
}
.shaix dl dd a.active{
    color: #0d4a84;
}
.cp_erji{
    display: none;
    position: absolute;
    left: 0;
    top: 36px;
    width: 100%;
    flex-wrap: wrap;
}
.shaix dl dd .yy:hover{
    margin-bottom: 36px;
}
.shaix dl dd .yy:hover .cp_erji{
    display: flex;
}
.cp_erji a:hover{
    color: #0d4a84;
}
.custom{
    display: flex;
    align-items: center;
}
.custom input {
    border: #ddd 1px solid;
    width: 50px;
    height: 24px;
    text-align: center;
    font-size: 12px;
    padding-left: 5px;
}
.custom i{
    font-size: 14px;
    margin: 0 10px;
}
.custom span{
    font-size: 14px;
    width: 40px;
    padding-left: 5px;
}
.custom button{
    display: block;
    width: 50px;
    font-size: 14px;
    line-height: 24px;
    color: #fafafa;
    text-align: center;
    background: #0d4a84;
    border: none;
}
.dd{
    padding-left: ;
}
.dd .ditem {
    position: relative;
    margin-left: 65px;
    font-size: 14px;
    line-height: 36px;
    color: #666;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    cursor: pointer;
    background: url(../images/xx.png)no-repeat center right 0;
}
/*.dd .ditem:last-child{
    margin-right: 0;
}*/
.p2560{
    padding: 25px 0 60px;
}
.sort{
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 5px;
    color: #666666;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}
.sort a{
    float: left;
    display: flex;
    align-items: center;
    margin-right: 45px;
}
.sort a img{
    margin-left: 10px;
}
.sort a img.x1{
    display: none;
}
.sort a.cur{
    color: #0d4a84;
}
.sort a.cur img.x1{
    display: block;
}
.sort a.cur img.x{
    display: none;
}
.cp ul{
    display: flex;
    flex-wrap: wrap;
}
.cp ul li{
    width: 31.6%;
    margin-right: 2.6%;
    margin-bottom: 40px;
}
.cp ul li:nth-child(3n){
    margin-right: 0;
}
.cp_img img{
    width: 100%;
}
.cp_con{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border: 1px solid #eeeeee;
}
.cp_lf{
    flex: 1;
}
.cp_lf h3{
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}
.cp_lf h5{
    font-size: 16px;
    color: #999999;
}
.cp_ri{
    width: 125px;
    overflow: hidden;
}
.cp_ri p{
    font-size: 16px;
    color: #be171b;
    text-align: right;
}
.cp_ri span{
    float: right;
    display: none;
    width: 100px;
    font-size: 12px;
    line-height: 30px;
    color: #f9f9f9;
    text-align: center;
    background: #0d4a84;
    border-radius: 6px;
    margin: 5px 0 0;
}
.cp ul li:hover{
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.cp ul li:hover .cp_ri span{
    display: block;
}.p4090{
    padding: 40px 0 90px;
}
.fang_show{
    margin-bottom: 60px;
}
.fang_ti{
    margin-bottom: 15px;
}
.fang_ti h3{
    font-size: 30px;
    margin-bottom: 10px;
}
.fang_ti p{
    font-size: 16px;
    color: #666666;
}
.show_lf{
    width: 45%;
}
.show_ri{
    width: 52.5%;
}
.lunbotu img{
    width: 100%;
}
.lunbotu .gallery-thumbs {
    padding-top: 20px !important;
}
.lunbotu .aaz,.lunbotu .aay{
    width: 40px;
    height: 50px;
    margin-top: -25px;
    outline: none;
}
.lunbotu .aaz{
    background: url(../images/z.png) no-repeat;
    background-size: cover;
    left: 0;
}

.lunbotu .aay {
    background: url(../images/y.png) no-repeat;
    background-size: cover;
    right: 0;
}
.gallery-thumbs p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
    border: 2px solid #0d4a84;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active:before{
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    display: block;
    width: 15px;
    height: 8px;
    margin-left: -7px;
    background: url(../images/sx.png)no-repeat;
}
.show1{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}
.show1_lf{
    font-size: 18px;
    color: #be171b;
}
.show1_lf span{
    font-size: 36px;
    font-weight: bold;
    margin-right: 10px;
}
.show1_ri{
    font-size: 18px;
}
.show1_ri span{
    color: #a7180a;
}
.show2{
    padding: 16px 0;
    border-bottom: 1px solid #eeeeee;
}
.show2 ul li{
    float: left;
}
.show2 ul li h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.show2 ul li p{
    font-size: 14px;
    color: #666666;
}
.show2 ul li:nth-child(1){
    width: 220px;
}
.show2 ul li:nth-child(2){
    width: 140px;
}
.show3{
    padding: 15px 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.show3 p{
    font-size: 14px;
    line-height: 36px;
}
.show3 p span{
    color: #999999;
}
.te span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    text-align: center;
    padding: 0 12px;
    margin-right: 5px;
    background: #eeeeee;
}
.show4{
    display: flex;
    align-items: center;
}
/*.show4_img{
    margin-right: 40px;
}
.show4_img img{
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}*/
.show4_ri{
    flex: 1;
}
.show4_ri h3{
    font-size: 20px;
    margin-bottom: 10px;
}
.show4_ri h3 span{
    font-size: 12px;
    color: #999999;
}
.show4_ri h5{
    font-size: 14px;
    color: #666666;
    margin-bottom: 25px;
}
.show4_ri p{
    font-size: 18px;
    color: #0d4a84;
}
.gk_tit{
    font-size: 24px;
    line-height: 50px;
/*  font-weight: bold;*/
    padding: 0 20px;
    margin-bottom: 25px;
    background: #eeeeee;
}
.gk1{
    display: flex;
    flex-wrap: wrap;
}
.gk1 h3{
   width: 180px;
    font-size: 18px;
    line-height: 30px;
    color: #0d4a84;
    font-weight: bold;
}
.gk1_ri{
    flex: 1;
    font-size: 14px;
    line-height: 30px;
}
.gk1_ri table tr td:first-child{
    width: 285px;
}
.gk1_ri span{
    color: #999999;
/*    margin-right: 15px;*/
}
.bod{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}
.gk1_con{
    font-size: 12px;
    line-height: 30px;
    color: #999999;
    padding: 20px 0;
}
.gk2_con{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}
.gk2_con img{
    max-width: 100%;
    height: auto!important;
}
.gk2_con h5{
    font-size: 18px;
    color: #0d4a84;
}
.index1{
    padding: 80px 0 50px;
}
.ind1_con{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-bottom: 30px;
}
.ind1_banner img{
    width: 100%;
}
.ind1_banner .swiper-container-horizontal>.swiper-pagination-bullets {
    text-align: right;
    left: auto;
    right: 30px;
    bottom: 30px;
}
.ind1_banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 1;
    border: none;
    border-radius: 50%;
}
.ind1_banner .swiper-pagination-bullet-active {
    background: #0d4a84;
}
a.ind1_more{
    display: block;
    width: 140px;
    font-size: 14px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    background: #0d4a84;
    margin: 50px auto 0;
}
.index2{
    padding: 80px 0 60px;
    background: #f9f9f9;
}
.index2 .cp ul li{
    margin-bottom: 30px;
}
.index2 a.ind1_more{
    margin-top: 30px;
}
.index3{
    color: #f9f9f9;
    padding: 80px 0;
}
.ind3_ti{
    text-align: center;
    margin-bottom: 30px;
}
.ind3_ti h3{
    font-size: 36px;
    margin-bottom: 20px;
}
.ind3_ti h5{
    font-size: 18px;
    text-transform: uppercase;
}
.ind3_con{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.index4{
    padding: 80px 0;
}
.index4 ul{
    display: flex;
    flex-wrap: wrap;
}
.index4 ul li{
    width: 31.6%;
    margin-right: 2.6%;
}
.index4 ul li:nth-child(3n){
    margin-right: 0;
}
.ind4_img{
    margin-bottom: 10px;
}
.ind4_img img{
    width: 100%;
}
.ind4 a{
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.ind4 a span{
    float: right;
    color: #999999;
    margin-left: 10px;
}
.ind4 a:hover{
    color: #0d4a84;
}
.ind4 a:hover span{
    color: #0d4a84;
}