.verdana{font-family: Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;}
body,html{margin:0;padding:0;font-size:15px;color:#000;font-family:"微软雅黑";}
ul,li,img,p{margin:0;padding:0;list-style:none;border:none;}
a{color:#f8f8f8;text-decoration:none;}
a:hover{color: #D0861B;}
body{background: #fff;overflow-x: hidden;}
.clearfix:after {content: "";display: block;clear: both;}
.clearfix{zoom: 1;}
.relative{position:relative;}
.absolute{position: absolute;}
.fix     {position: fixed;}
.hide{display: none !important;}
html[xmlns] .clearfix {display: block;}
input, button {
    outline: none;
    border: none;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft Yahei","WenQuanYi Micro Hei",sans-serif;
}
a,button,input,img,table,ul,li,tr,td,div{-webkit-tap-highlight-color:rgba(0,0,0,0);}
button:active,a:active{opacity: 0.85;}
.overflow-y{overflow-y: hidden;height: 100%;}
.content {width: 100%;}
.content.t90{position: relative;top: 90px;}
.content.overflow{overflow-x: hidden;}
.wrapper{min-width: 1200px;}
img.w100{width: 100%;}
button{outline:none;border:0;background:none;}
button:hover,a:hover{cursor:pointer;}

img.fullCover{width: 100%; height:100%}


.wrapper{ background-size: 100% 100%; background-color:#fff; }
.wrapper{font-size: 16px;}
/* 右侧导航栏 */
/* #fp-nav{padding: 10px 2px;background: rgba(255,255,255,0.5);border-radius: 20px;}
#fp-nav ul li a.active span{background: #D0861B;}
#fp-nav ul li a span{border-color: #000;}

#fp-nav ul li a span, .fp-slidesNav ul li a span { width: 10px; height: 10px;} */
#fp-nav{
    color: rgb(0, 0, 0);
    margin-top: -53.5px;
    z-index: 2;
    position: fixed;
    bottom: 150px;
    right: 25px;
    padding: 20px 0px;
    width: 40px;
    height: 330px;
    text-align: center;
    border-radius: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 0 !important;
}
@media (min-width: 1450px){
    #fp-nav{
        right: 64px !important;
    }
}
#fp-nav>ul:before {
    content: '';
    position: absolute;
    top: 60px;
    left: 50%;
    bottom: 39px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#fp-nav ul li:not(:first-child) a{
    display: inline-block;
    margin: 0 auto 40px;
    width: 9px;
    height: 9px;
    background-color: #f39603;
    border-radius: 50%;
}
#fp-nav ul li:last-of-type a{
    margin-bottom: 20px;
}
#fp-nav>ul>li:first-of-type a.fristLi span{
    display: block;
    margin: 0 auto 4px;
    width: 20px;
    border-bottom: 2px solid #fff;
}
#fp-nav>ul>li:first-of-type{    
    margin-bottom: 50px;
}
#fp-nav ul li a:not(.fristLi).active{
    background-color: #e82410;
}
#fp-nav>ul>li:not(:first-child){
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    position: relative;
}
#fp-nav>ul>li:first-child>a>span{
    width: auto;
    height: auto;
    border: none;
    background: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
}
#fp-nav>ul>a{
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-top: 11px;
}

.animation_3d_top  {
    -webkit-animation: mk_3d_top 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: mk_3d_top 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes mk_3d_top {
 0% {
     -webkit-transform: perspective(600px) rotateX(30deg);
     -webkit-transform-origin: center top 0;
    }
     100% {
     -webkit-transform: perspective(600px) rotateX(0deg);
     -webkit-transform-origin: center top 0;
    }
}
 @keyframes mk_3d_top {
 0% {
     -webkit-transform: perspective(600px) rotateX(30deg);
     transform: perspective(600px) rotateX(30deg);
     -webkit-transform-origin: center top 0;
     transform-origin: center top 0;
    }
 100% {
     -webkit-transform: perspective(600px) rotateX(0deg);
     transform: perspective(600px) rotateX(0deg);
     -webkit-transform-origin: center top 0;
     transform-origin: center top 0;
    }
}



/* .ldjz_qxgd{width: 1024px;height: 725px;position: absolute;left: 0;right: 0;bottom: 0;top: 90px;margin: auto;} */
.ldjz_qxgd{ width: 1200px; position: relative; height: 100%; margin: auto; padding-top: 36px;}
.qxgdT{margin-top: 20px;}





.ldjz_qxgd.style{right: -250%;}

.ldjz_qxgd.skew{
    -webkit-animation: skew 1s infinite;
    -moz-animation: skew 1s infinite;
    -webkit-animation-iteration-count:1;
    -moz-animation-iteration-count:1;
 
}
@-webkit-keyframes skew {
    0% {
        transform:skew(0deg);
       -webkit-transform: skew(0deg); 
       -moz-transform: skew(0deg);   
       -o-transform:skew(0deg);   
       -ms-transform:skew(0deg)
    }
    50%  {
           transform:skew(-15deg);
           -webkit-transform: skew(-15deg); 
           -moz-transform: skew(-15deg);   
           -o-transform:skew(-15deg);   
           -ms-transform:skew(-15deg)
    }
   
     100% {
        transform:skew(0deg);
       -webkit-transform: skew(0deg); 
       -moz-transform: skew(0deg);   
       -o-transform:skew(0deg);   
       -ms-transform:skew(0deg)
        }
    }
@-moz-keyframes skew {
     0%  {
           transform:skew(-30deg);
           -webkit-transform: skew(-30deg); 
           -moz-transform: skew(-30deg);   
           -o-transform:skew(-30deg);   
           -ms-transform:skew(-30deg)
    }
    25% {
        transform:skew(0deg);
       -webkit-transform: skew(0deg); 
       -moz-transform: skew(0deg);   
       -o-transform:skew(0deg);   
       -ms-transform:skew(0deg)
        }
   
    50% {
        transform:skew(30deg);
       -webkit-transform: skew(30deg); 
       -moz-transform: skew(30deg);   
       -o-transform:skew(30deg);   
       -ms-transform:skew(30deg)
        }
     25% {
        transform:skew(0deg);
       -webkit-transform: skew(0deg); 
       -moz-transform: skew(0deg);   
       -o-transform:skew(0deg);   
       -ms-transform:skew(0deg)
        }}


.hide{display: none;}
.shake {
    -webkit-animation: showSweetAlert 0.2s;
    animation: showSweetAlert 0.2s;
}

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7); }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95); }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7); }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95); }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1); } }

.leftInfor{float: left;width: 48%;color: #fff;position: absolute;left: -50%;}

.rightInfor{float: right;width: 48%;color: #fff;float: right;position: absolute;right: -55%;}
.rightInfor>div{margin-top: 22px;width: 90%;}



/* 导航栏 */
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100% !important;
    vertical-align: inherit;
}
.ldjz_index_header{
    min-width: 1200px;
    width: 100%;
    /* position: fixed;  */
    z-index: 999999999; 
    width: 100%; 
    height: 134px;
    background: #fff;
}
.ldjz_index_head{
    width:1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 134px;
}
.ldjz_index_logo{
    float: left;
}
.ldjz_index_navigation>ul>li{
    float: left;
    text-align: center;
    width: 118px;
    height: 46px;
    margin-top: -10px;
    cursor: pointer;
    margin-left: 10px;
}
.ldjz_index_navigation li a {
    display: block;
}
.ldjz_index_navigation span.cn_title{
    /* font-weight: 600; */
    display: block;
    margin-top: 5px;
}
.ldjz_index_navigation span.en_title{
    color: #a5a5a5;
    font-size: 12px;
    vertical-align: super;
    /* line-height: 0.5; */
}
.ldjz_index_active, .ldjz_index_navigation>ul>li:hover{
    background-color: #0955b1;
    box-shadow: 5px 6px 0.5px #b5b8be;
    /* transition: 0.8s; */
}
li.ldjz_index_active a .cn_title, .ldjz_index_navigation>ul>li:hover a {
    color: #fff;
}
li.ldjz_index_active span.en_title, .ldjz_index_navigation>ul>li:hover span.en_title {
    color: #ecca9d;
}

.ldjz_index_navigation ul li .sub_menu {
    display: none;
    background-color: #F1F1F1;
    box-shadow: 5px 6px 0.5px #2c5aa3;
    margin: 0;
    width: 100%;
}
.ldjz_index_navigation>ul>li:hover .sub_menu {
    display: inline-block;
}
.ldjz_index_navigation ul li ul.sub_menu>li>a{
    padding: 10px 0; color: #666;
}
.ldjz_index_navigation ul li ul.sub_menu>li>a:hover{
    color: #2553a8;
}
.ldjz_header_call {
    margin-bottom: 14px;
}
/* 底部 */
.ldjz_foot-jia1 {
    color: #FBFBFB;
	font-size:14px;
}
.ldjz_foot-jia2 { margin-bottom:10px;
}
.ldjz_footer{
    min-width: 1200px;
    width: 100%;
    /* height: 40%; */
    background-color: #373535;
}
.ldjz_foot{
    width: 1200px;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    /* padding: 6px 0; */
    padding-top: 6px;
    padding-bottom: 8px;
}
.ldjz_foot2 {
    background-color: #272626;
    height: 35px;
    color: #FBFBFB;
    text-align: center;
    line-height: 35px;
    letter-spacing: 2px;
	font-size:12px;
}
.ldjz_foot_left{
    width: 50%;
    font-size: 14px;
}
.ldjz_foot_left ul{
    /* float: left; */
    margin-right: 40px;
    display: flex;
    margin-bottom: 15px;
}
.ldjz_foot_left ul li{
    margin-top: 8px;
}
.ldjz_foot_left ul li{
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: 20px;
}
.ldjz_foot_left ul li a{
    color: #E0E0E0;
}
.ldjz_foot_left ul li a{
    color: #FBFBFB;
}
.ldjz_foot_left li span{
    color: #DDAC60;
}
.ldjz_foot_left li span{
    color: #EBB25E;
}
.ldjz_foot_left ul li a:hover {
    color: #D0861B;
}

.ldjz_foot_right{
    text-align: right;
    margin-top: 23px;
    /* margin-bottom: 34px; */
}
.ldjz_foot_right .ldjz_foot_img{
    /* width: 356px; */
    width: 290px;
    height: auto;
    margin-top: 13px;
    margin-bottom: 8px;
}
.ldjz_foot_right .ldjz_foot_item{
    color: #E0E0E0;
    font-size: 13px;
    line-height: 20px;
}


.content{
    height: calc(100vh - 90px);
    overflow: hidden;
}
.ldjz_line { border-left: 50px solid #2A55A4;  border-right: 50px solid #D08721; height: 2px; width: 0; margin-bottom: 12px;} 

.ldjz_dis_flex{
    display: flex;
    flex-direction: column;
}
.ldjz_dis_flex_normal{
    display: flex;
}
.ldjz_font01{
    font-size: 24px;
}
.ldjz_font02{
    font-size: 18px;
    color: #ddd;
    font-weight: normal;
}

.ldjz_font03 {
    color: #1d1a1a;
    font-size: 16px;
}
.ldjz_font04{
    font-size: 18px;
    font-weight: normal;
}
.ldjz_font05{
    font-size: 18px;
    color: #fff;
}
.ldjz_font06{
    /* height: 27px;
    line-height: 28px; */
    font-size: 30px;
    color: blue;
}
.ldjz_font07{
    color: #333;
    font-size: 14px;
    margin-top: -3px;
}
.ldjz_font08{
    font-size: 16px;
    color: #333;
}
.ldjz_font09{
    color: #888;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}

.ldjz_animate01{
    -webkit-transition: -webkit-transform 2s ease-in;
    -moz-transition: -moz-transform 2s ease-in;
    -o-transition: -o-transform 2s ease-in;
    -ms-transition: -ms-transform 2s ease-in;
}
.ldjz_animate01:hover {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.ldjz_animate0201 {
    overflow: hidden;
}
.ldjz_animate0201 img{
    height: 287px;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
 
}
.ldjz_animate0201:hover img{
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
}

.ldjz_animate02 {
    overflow: hidden;
}
.ldjz_animate02 img{
    height: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
 
}
.ldjz_animate02:hover img{
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
}
.ldjz_animate03 {
    padding-left: 15px;
    position: relative;
    color: #fff;
}
.ldjz_animate03:hover{
    color: #fff;
}
.ldjz_animate03:hover:before ,.ldjz_animate03.active:before {
    content: "> ";
    position: absolute;
    left: 0;
}
.ldjz_animate03:hover:after,.ldjz_animate03.active:after {
    content: " <";
}

.ldjz_animate04{
    -webkit-transition: -webkit-transform 1s ease-in;
    -moz-transition: -moz-transform 1s ease-in;
    -o-transition: -o-transform 1s ease-in;
    -ms-transition: -ms-transform 1s ease-in;
}
.ldjz_animate04:hover{
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}





.ldjz_animate06{
    color: #555;
    padding: 8px 18px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    border: 1px solid #ccc;
}
.ldjz_animate06:hover {
    color: #555;
    background-color: rgba(255,255,255,.2);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

@media screen and (min-width: 1450px) {
    .ldjz_dowebok .section2 .ldjz_inner .ldjz_inner_left .ldjz_font03 {
        width: 400px;
    }
    .ldjz_line {
        border-left: 65px solid #2A55A4;
        border-right: 65px solid #D08721;
    }
    .section2 .ldjz_inner_left .ldjz_line {
        border-left: 55px solid #2A55A4;
        border-right: 55px solid #D08721;
    }
    .section3 .ldjz_inner_left .ldjz_line {
        border-left: 58px solid #2A55A4;
        border-right: 58px solid #D08721;
    }
    .section4 .ldjz_part1 .ldjz_dis_flex.ldjz_title .ldjz_line {
        border-left: 65px solid #2A55A4;
        border-right: 65px solid #D08721;
    }
    .section5 .ldjz_part1 .ldjz_dis_flex.ldjz_title .ldjz_line {
        border-left: 58px solid #2A55A4;
        border-right: 58px solid #D08721;
        margin-bottom: 15px;
    }
    .section4 .ldjz_part1 .ldjz_dis_flex.ldjz_title .ldjz_font01 {
        font-weight: 500;
        font-size: 27px;
        margin-top: 5px;
    }
    .section4 .ldjz_part1 .ldjz_dis_flex.ldjz_title .ldjz_font02 {
        margin-top: -3px;
        font-size: 26px;
        margin-bottom: 45px;
    }
    .ldjz_dis_flex_normal {
        margin-bottom: 27px;
    }
    .section5 .ldjz_part1 .ldjz_dis_flex {
        margin-top: 14px;
    }
    .section5 .ldjz_part1 .ldjz_dis_flex .ldjz_font01 {
        font-weight: 500;
        font-size: 30px;
    }
    .section5 .ldjz_part1 .ldjz_dis_flex .ldjz_font02 {
        font-size: 26px;
        color: #A8A8A8;
    }
    .section5 .item_bot .ldjz_animate06 {
        padding: 11px 28px;
    }
    .ldjz_dowebok .section5 .ldjz_part2 .right_panel .item_l .item_l_date {

    }
    .ldjz_dowebok .section5 .ldjz_part2 .right_panel .item_l .ldjz_font06 {
        font-size: 54px;
        color: #2654A9;
    }
    .ldjz_dowebok .section5 .ldjz_part2 .right_panel .item_l .ldjz_font07 {
        margin-top: -11px;
        color: #A4A4A4;
    }
    .ldjz_dowebok .section5 .ldjz_part2 .right_panel .item_r .ldjz_font08 {
        font-size: 19px;
    }
    .ldjz_dowebok .section5 .ldjz_part2 .right_panel .item_r .ldjz_font09 {
        font-size: 16px;
    }
    .ldjz_foot {
        /* height: 230px; */
        padding-bottom: 0;;
        font-size: 16px;
        height: 200px;
    }
    .ldjz_foot2 {
        background-color: black;
        height: 30px;
        color: #FBFBFB;
        text-align: center;
        line-height: 30px;
        letter-spacing: 2px;
    }
    .ldjz_foot_left {
        font-size: 15px;
        margin-top: 9px;
    }
    .ldjz_foot_left ul li {
        margin-top: 6px;
    }
    .ldjz_foot_left ul li {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .ldjz_foot_left .ldjz_foot_item>p:first-child{
        letter-spacing: 2px;
    }
    .ldjz_foot_right .ldjz_foot_img {
        width: 353px;
        margin-top: 5px;
        height: 151px;    
    }
    .ldjz_foot_right .ldjz_foot_item {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: -8px;
        margin-top: -8px;
    }
}
