*{
    margin: 0;
    padding: 0;
}

.clear{
    clear: both;
    margin: 0 auto;
}
img{ max-width:100%;}
.fl{
    float: left;
}

.fr{
    float: right;
}

a{
    text-decoration: none; color:#666;
}

ul{
    list-style: none;
}

/*    background: #073ab9;*/

.wapper{
    width: 1200px;
    margin: 0 auto;
}

.headbg{
    height: 80px;
    position: fixed;
    width: 100%;
    left: 0;
	background:#fff;
    top: 0;
    z-index: 10;
}

.head{
    position: relative;    padding-top: 10px;
}

.logo{
    height: 60px;
}

.logo a{
    display: block;
    height: 100%;
}

.logo a img{
    display: block;
    height: 100%;
}

.Me{

}

.Me li{
    float: left;
    position: relative;
}

.yiji{
    height: 60px;
    /*padding: 0 15px;*/
    width: 96px;
    position: relative;
}

.yiji:after{
    content: '';
    width: 96px;
    height: 6px;
    background: url("../images/lmxhx.png") no-repeat center center;
    position: absolute;
    top: 0;
   opacity: 0;
    right: 0;
    transition: 500ms;
}

.yiji:hover:after{
   top: 48px;
    display: block;
    opacity: 1;
}

.yiji a{
    display: block;
    height: 60px;
    line-height: 60px;
    color: #000;
    font-size: 17px;
    position: relative;
    text-align: center;
	font-weight:bold;
}

.dblm{
    height: 60px;
    padding: 0 15px;
}

.dblm a{
    display: block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.menu_down{
    padding-right: 15px;
}

.menu_down:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.erji{
    position:absolute;
    top: 60px;
    right: 0;
    padding-top: 8px;
    display: none;
}

.Me li:hover .erji{
    display: block;
}

.erji:after{
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.erji dd{
    background: #fff;
    padding: 10px 15px;
    height: 20px;
    width: 130px;
}

.erji dd a{
    display: block;
    height: 20px;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
   
}

.erji dd:hover a{
    color: #073ab9; text-decoration:underline;
}

/* 本例子css */
.slideBox{ width:100%; height:650px; overflow:hidden; position:relative; margin-top:60px;}
.slideBox .hd{ height:20px; overflow:hidden; position:absolute; right:0; bottom:20px; z-index:1;width: 100%; }
.slideBox .hd ul{ overflow:hidden; zoom:1;
    height: 20px;
    position: absolute;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.slideBox .hd ul li{
    float:left;
    margin-right:5px;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    cursor:pointer;
    position: relative;
}

.slideBox .hd ul li:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    left: 0;
    margin: auto;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    transition: 500ms;
}



.slideBox .hd ul li.on:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    background: #fff;
}

.slideBox .hd ul li.on{
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
}



.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;position: relative; }
.slideBox .bd img{ width:100%; height:650px; display:block;  }



.banC{
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top:0;
    overflow: hidden;
}

.banC>h1{
    color: #fff;
    font-size: 48px;
    text-align: center;
    line-height: 60px;
    animation: h1Dh01 1s alternate forwards;
}

.banC>span{
    display: block;
    font-size: 32px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    position: absolute;
    width: 100%;
    top: 280px;
    animation: spDh01 1s alternate forwards;

}



@keyframes h1Dh01 {
    0%{
        margin-top: -50px;
    }


    100%{
        margin-top: 220px;
    }
}

@keyframes spDh01 {
    0%{
        right: 1200px;
    }


    100%{
        right: 0;
    }
}


/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:3%;
    top:50%;
    margin-top:-55px;
    display:block;
    font-family: 宋体;
    text-align: center;
    line-height: 110px;
    width:30px;
    font-weight: bolder;
    color: #fff;
    font-size: 28px;
    height:110px;
    background:rgba(0,0,0,.2);
    transition: 500ms;
}
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{
    background:rgba(0,0,0,.5);
}


@media screen and (max-width: 1366px) {
    .slideBox{
        height:462px;
    }
    .slideBox .bd img{
        height:462px;
    }

}

@media screen and (max-width: 1280px) {
    .slideBox{
        height:433px;
    }
    .slideBox .bd img{
        height:433px;
    }

}


.c1bg{
    padding: 70px 0;
}

.c1{
    overflow: hidden;
}

.c1 li{
    width: 280px;
    height: 248px;
    float: left;
    margin: 0 60px;
}

.c1 li img{
    display: block;
    width:50%;
    margin: 0 auto;
}

.c1 li h3{
    color: #000;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 20px;
    text-align: center;
    line-height: 20px;
}

.c1 li label{
    display: block;
    color: #5e7387;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.c1 li:hover label{
    color: #073ab9;
}

.c2bg{
    padding: 70px 0;
}


.c2T{
    overflow: hidden;
}

.c2TL{ text-align:center;
}


.c2TL span{
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 20px;
    color: #ffffff;
    margin: 10px 0;
	 padding-bottom: 45px;
}

.c2TL label{
    display: block;
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
    line-height: 25px;
    position: relative;
   

}

/*.c2TL label:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #073ab9;
    width: 33px;
    height: 2px;
}*/

.c2TR{
    width: 640px;
    float: right;
    overflow: hidden;
}

.alinkbg{
    display: block;
    width: 128px;
    height: 120px;
    float: left;
}

.aLink01{
    display: block;
    float: right;
    padding: 45px 0;
    height: 30px;
    width: 30px;
    font-size: 24px;
    text-align: center;
    font-weight: bolder;
    color: #fff;
}

.aLink01:hover{
    color: #073ab9;
}

.c2B{
    overflow: hidden;
}

.c2BDl{
    width: 580px;
    margin: 80px 10px;
    float: left;
    overflow: hidden;
}

.c2BDl dt{
    float: left;
    width: 280px;
    overflow: hidden;
}



.c2BDl dd{
    float: right;
    width: 280px;
}

.c2BDl dd a{
    display: block;
    width: 100%;
}



.c2BDl dd a img{
    display: block;
    width: 100%;
}


.c2BDldt01{
    float: left;
    width: 12px;
    position: relative;
    padding-bottom: 55px;
}


.c2BDldt01:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 50px;
    background: #fff;
    left: 6px;
}

.c2BDldt01 label{
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.c2BDldt02{
    width: 255px;
    float: right;
}


.titA{
    display: block;
    color: #fff;
    font-size: 20px;
    height: 20px;
    margin: 0 0 11px;
    line-height: 20px;
}

.titA:hover{
    color: #073ab9;
}

.c2BDldt02 span{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.aLink02{
    display: block;
    height: 30px;
    width: fit-content;
    font-size: 24px;
    font-weight: bolder;
    color: #fff;
    margin-top: 5px;
    transition: 500ms;
}

.c2BDl:hover .aLink02{
    margin-left: 24px;
}

.c3bg{
    padding: 70px 0;
}

.c3{
    width: 100%;

}

.slideTxtBox_01{
    overflow: hidden;
}

.slideTxtBox_01 .hd{
   width: 200px;
    float: left;
}

.slideTxtBox_01 .hd li{
    width: 200px;
    height: 80px;
    padding: 25px 0;
    cursor: pointer;
    background: #ADD6F2;
}

.slideTxtBox_01 .hd li img{
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.slideTxtBox_01 .hd li label{
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.slideTxtBox_01 .hd li.on{
    background: #006BB6;
}

.slideTxtBox_01 .bd{
    float: right;
    width: 988px;
    height: 390px;
}


.slideTxtBox_01 .bd>li{
    height: 448px;
    padding: 35px;
    overflow: hidden;
}

.c3dlC{
  animation: c3dlCDH 1s alternate;
}


@keyframes c3dlCDH {
    0%{
        margin-top: 200px;
        opacity: 0;
    }

    100%{
        margin-top:0;
        opacity: 1;
    }
}


.c3dlC dt label{
    display: block;
    line-height: 40px;
    color: rgb(255, 255, 255);
    font-size: 26px;
}

.c3dlC dt span{
    color: rgb(255, 255, 255);
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 60px;
    display: block;
    line-height: 20px; width:40%;
}


.c3dlC dt a{
    display: block;
    color: rgb(255, 255, 255);
    text-align: center;
    width: 100px;
    padding: 5px 15px;
    border: 1px solid rgb(7, 58, 185);
    background: rgb(7, 58, 185);
    transition: all 0.5s ease-out;
    opacity: 1;
}

.c3dlC dt a:hover{
    opacity: .6;
}

.c3dlC dd{
    overflow: hidden;
    margin-top: 40px;
}

.c3cp{
    width: 230px;
    height: 162px;
    float: left;
    margin: 0 10px;
    display: block;
}

.c3cpTu{
    height: 126px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.c3cpTu img{
    display: block;
    width: 100%;
    height: 100%;
}

.c3cp span{
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.more{text-align: center;border: 1px solid #000;height: 40px;line-height: 40px;width: 300px;margin: 0 auto;margin-top: 40px;}
.more1{text-align: center;border: 1px solid #fff;height: 40px;line-height: 40px;width: 300px;margin: 0 auto;margin-top: 40px; }
.more1 a{ color:#fff;}


.c4bg{
    padding: 60px 0;
    background: #f3f3f2;
}

.c4{
    overflow: hidden;
}

.c4 li{
    width: 376px;
    height: 330px;
    float: left;
    margin: 0 12px;
}

.c4 li dt{
    height: 160px;
}

.c4 li dt a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;

}

.c4 li dt a img{
    display: block;
    width: 100%;
    height: 100%;

}

.c4 li dt a:before{
    content: '';
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    width: 0;
    transition: 500ms;
    background: rgba(0,0,0,.1);
}


.c4 li dt a:hover:before{
    width: 50%;
}

.c4 li dt a:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 0;
    transition: 500ms;
    background: rgba(0,0,0,.1);
}

.c4 li dt a:hover:after{
    width: 50%;
}

.riqi{
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgb(51, 51, 51);
    padding: 10px 15px;
    color: rgb(255, 255, 255);
    line-height: 20px;
    font-weight: 500;
    z-index: 100;
}

.riqi label{
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    display: block;
    text-align: center;
}

.riqi span{
    display: block;
    font-size: 14px;
    text-align: center;
}

.c4 li dd{
    padding: 20px;
    height: 130px;
    overflow: hidden;
    background: #fff;
}

.c4 li dd a{
    display: block;
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c4 li dd a:hover{
    color: #073ab9;
}

.c4 li dd label{
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    color: rgb(154, 154, 153);
    font-size: 12px;
    background:url("../images/see.png") no-repeat center left;
}

.c4 li dd span{
    display: block;
    color: rgb(34, 34, 34);
    font-weight: 500;
    height: 66px;
    line-height: 22px;
    font-size: 13px;
    overflow: hidden; padding-top:20px;
}

.c5bg{
    padding: 70px 0;
}

.c5T{
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    color: rgb(51, 51, 51);
    padding-bottom: 40px;
    font-weight: normal;
}

.c5T:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 2px;
    background: #0043bf;
}

.c5{
    margin-top: 40px;
}

.c5 li{
    width: 280px;
    height: 112px;
    padding: 10px;
    float: left;
    position: relative;
}

.c5 li:not(:nth-child(4)):after{
    background: rgb(203, 203, 203);
    height: 70%;
    width: 1px;
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.c5 li a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    transition: 500ms;
    top: 0;
}

.c5 li a img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.c5 li:hover a{
    box-shadow: 0 0 10px #ccc;
    top: -5px;
}

.ftbg{
    padding: 10px 0;
    background: #3b3c49;
}

.ft>li{
    line-height: 25px;
    color: #fff;
    font-size: 13px;
    text-align: center; margin:20px 0;
}

.ft>li>a{
    line-height: 25px;
    color: #fff;
    font-size: 13px;
}

.ftNav{
    float: left;
}

.ftNav li{
    float: left;
    /*height: 40px;*/
    width: 109px;
    margin: 0 10px;
    position: relative;
}



.ftNavyiji{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

/*.ftNav li a{*/
    /*display: block;*/
    /*height: 40px;*/
    /*line-height: 40px;*/
    /*color: #fff;*/
    /*font-size: 15px;*/
    /*text-align: left;*/
/*}*/

.ftNaverji{
    padding: 5px 0;
}


.ftNaverji a{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fenxiang{
    float: right;
    height: 28px;
    border-left: 1px solid #fff;
    padding-left: 15px;
}


.fenxiang li{
    float: left;
    margin: 0 8px;
    position: relative;
}

.fenxiang li a{
    display: block;
    height: 28px;
}

.fenxiang li a img{
    width: 24px;
    height: 24px;
    vertical-align: middle;
}


.fenxiang li a span{
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.tc_wx{
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    bottom: 28px;
    padding-bottom: 10px;
    transform: translateX(-50%);
    display: none;
}

.fenxiang li:hover .tc_wx{
    display: block;
}

.tc_wx img{
    display: block;
    width: 100%;
    box-shadow: 0 0 3px #666;
}


.tc_wx:after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    border: 8px solid transparent;
    border-top-color: #fff;
}


.goTop{
    position: fixed;
    right: 15px;
    bottom: 30px;
    display: block;
    width: 16px;
    height: 16px;
    transform: rotateZ(90deg);
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    background: #073ab9;
}

.sjBtn{
    display: none;
}

.sjNav{
    display: none;
}

.sjFoot{
    display: none;
}

.sjC3bg{
    display: none;
}

@media screen and (max-width: 767px) {
    .wapper{
        width: 100%;
    }

    .Me{
        display: none;
    }

    .headbg{
        background: rgb(7, 58, 185) !important;
    }

    .slideBox{
        height:160px;
        margin-top: 60px;
    }
    .slideBox .bd img{
        height:160px;
    }

    .banC>h1 {
        font-size: 20px;
        line-height: 30px;
        animation: sjH1Dh 1s alternate forwards;
    }

    .banC>span {
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 26px;
        margin: 0 auto;
        position: absolute;
        width: 90%;
        padding: 0 5%;
        top: 50px;
        animation: sjspDh 1s alternate forwards;
    }

    .slideBox .prev, .slideBox .next{
        display: none;
    }

    @keyframes sjH1Dh {
        0%{
            margin-top: -50px;
        }


        100%{
            margin-top: 20px;
        }
    }

    @keyframes sjspDh {
        0%{
            right: 100%;
        }


        100%{
            right: 0;
        }
    }

    .sjBtn{
        display: block;
        width: 30px;
        height: 30px;
        float: right;
        margin-right: 10px;
        margin-top: 15px;
        cursor: pointer;
    }

    .sjNav{
        padding: 10px 15px;
        border-top: 1px solid #fff;
        background: #0043bf;
        display: none;
    }

    .sjyiji{
        height: 40px;
        line-height: 40px;
    }

    .sjyiji a{
        display: inline-block;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 14px;
        position: relative;
    }

    .sjMeDown{
        padding-right: 20px;
    }

    .sjMeDown:after{
        position: absolute;
        border: 5px solid transparent;
        border-top-color: #fff;
        content: '';
        right: 0;
        top: 18px;
    }

    .sjerji{
        display: none;
    }

    .sjerji li{
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
    }
    .sjerji li a{
        display: inline-block;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 14px;
        position: relative;
    }

    .c1 li {
        width: 48%;
        height: auto;
        float: left;
        margin: 10px 1%;
    }

    .c2TL {
        margin-left: 10px;
    }
    .c2TR {
        width: calc(100% - 190px);
        margin-right: 10px;
    }

    .alinkbg {
        width: 45px;
        height: auto;
        padding-top: 10px;
    }

    .aLink01 {
        padding: 15px 0;
    }

    .c2BDl dt {
        float: none;
        margin: 0 auto 10px;
    }

    .c2BDl dd {
        float: none;
        margin: 0 auto 10px;
    }

    .c2BDl {
        width: auto;
        margin: 30px auto;
        float: none;
    }

    .c3bg{
        display: none;
    }

    .c4 li {
        width: 90%;
        height: auto;
        float: none;
        margin: 20px auto;
    }


    .c4bg {
        padding: 20px 0;
    }


    .c5 li {
        width: calc(50% - 20px);
        height: auto;
        margin-bottom: 10px;
    }

    .c5 li a img {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        width: 100%;
        max-width: none;
        max-height: none;
    }

    .ftNav {
        float: none;
        overflow: hidden;
    }

    .fenxiang {
        float: none;
        height: auto;
        border: none;
        width: fit-content;
        margin:  auto;
        padding-left: auto;
    }

    .ftbg{
        padding-bottom: 78px;
    }

    .sjFoot{
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }

    .goTop{
        bottom: 68px;
    }

    .sjFoot li{
        float: left;
        width: 25%;
        height: 48px;
        background: #073ab9;
    }

    .sjFoot li a{
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .sjFoot li a img{
        display: block;
        width: 16px;
        height: 16px;
        margin: 8px auto 0;
    }

    .sjFoot li a span{
        display: block;
        height: 20px;
        line-height: 20px;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

    .sjC3bg{
        display: block;
        padding: 50px 10px;
        background: #fff;
    }


    .slideBox02{
        border-radius: 5px;
        overflow: hidden;
        position: relative;
    }

    .slideBox02 .bd li{
        padding: 30px;
    }

    .slideBox02 .hd{
        position: absolute;
        left: 0;
        bottom: 10px;
        height: 15px;
        width: 100%;
    }

    .slideBox02 .hd ul{
        width: fit-content;
        height: 15px;
        overflow: hidden;
        margin: 0 auto;
    }

    .slideBox02 .hd ul li{
        width: 15px;
        height: 15px;
        background: rgba(255,255,255,.3);
        border-radius: 50%;
        margin: 0 5px;
        float: left;
    }

    .slideBox02 .hd ul li.on{
        background: rgba(255,255,255,.6);
    }

    .c3cp {
        float: none;
        margin:15px 0;
    }

    .c3dlC dt span {
        margin-bottom: 20px;
    }

    .c3dlC dd {
        margin-top: 10px;
    }
}

/*ins01------------------------------*/
.insB{
    perspective: 500px;
    position: relative;
}
.insBanner{
    height: 396px;
    position: relative;
    width: 100%;
    transform-origin: right;
    animation: banDH 1s alternate;
}

.inside{
    min-height: 400px;
    margin: 30px auto;
}


.insNav{
    text-align: center;
    border: 1px solid #e8ebf2;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 3px #e8ebf2;
}


.insNav li{
    height: 34px;
    display: inline-block;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
}

.insNav li a{
    font-size: 16px;
    color: #333;
    line-height: 34px;
}

.insNav li:hover a{
    color: #073ab9;
}

@keyframes banDH {
    0%{
        transform: rotateY(-90deg);
    }

    100%{
        transform: rotateY(0deg);
    }
}

.insbanC{
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top:0;
    overflow: hidden;
}

.insbanC>h1{
    color: #fff;
    font-size: 48px;
    text-align: center;
    line-height: 60px;
    animation: insh1Dh01 1s 1s alternate forwards;
    opacity: 0;
}

.insbanC>span{
    display: block;
    font-size: 32px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    position: absolute;
    width: 100%;
    top: 220px;
    animation: insspDh01 1s 1s alternate forwards;
    opacity: 0;
}

.insC{
    padding: 10px;
}



@keyframes insh1Dh01 {
    0%{
        margin-top: -50px;
        opacity: 0;
    }


    100%{
        margin-top: 150px;
        opacity: 1;
    }
}

@keyframes insspDh01 {
    0%{
        right: 1200px;
        opacity: 0;

    }


    100%{
        right: 0;
        opacity: 1;

    }
}


@media screen and (max-width: 767px) {
    .insB{
        height: 150px;
        margin-top: 60px;
    }

    .insBanner{
        height: 150px;
    }

    .insbanC>h1{
        color: #fff;
        font-size: 20px;
        text-align: center;
        line-height: 30px;
        animation: sjinsh1Dh01 1s 1s alternate forwards;
        opacity: 0;
    }

    .insbanC>span{
        display: block;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 30px;
        position: absolute;
        width: 100%;
        top: 80px;
        animation: sjinsspDh01 1s 1s alternate forwards;
        opacity: 0;
    }


    @keyframes sjinsh1Dh01 {
        0%{
            margin-top: -50px;
            opacity: 0;
        }


        100%{
            margin-top: 50px;
            opacity: 1;
        }
    }

    @keyframes sjinsspDh01 {
        0%{
            right: 100%;
            opacity: 0;

        }


        100%{
            right: 0;
            opacity: 1;

        }
    }


}


/*news----------------------------------*/
.newsT{
    overflow: hidden;
    background: #f9f9f9;
    margin-top: 30px;
}

.newsT dt{
    float: left;
    width: 600px;
    height: 257px;
}

.newsT dt a{
    display: block;
    width: 100%;
    height: 100%;
}

.newsT dt a img{
    display: block;
    width: 100%;
    height: 100%;
}

.newsT dd{
    float: left;
    padding: 10px 40px;
    width: calc(100% - 680px);
}

.dda1{
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color:#000;
    margin: 20px 0;
}

.dda1:hover{
    color: rgb(7, 58, 185);
}



.rq{
    height: 20px;
    margin: 10px 0;
}

.rq label{
    height: 20px;
    line-height: 20px;
    color: #000;
    font-size: 14px;
    padding-left: 30px;
    background:url("../images/date.png") no-repeat center left;
    display: block;
}

.newsTxt{
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
}

.dda2{
    display: block;
    font-size: 14px;
    color: rgb(7, 58, 185);
    line-height: 24px;
}

.newsB{
    overflow: hidden;
    width: 590px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(238, 238, 238);
    margin-top: 20px;
}

.newsB dt{
    width: 295px;
    height: 126px;
    float: left;
}

.newsB dd{
    float: left;
    padding: 5px 20px;
    width: calc(100% - 335px);
}


.newsB dt a{
    display: block;
    width: 100%;
    height: 100%;
}

.newsB dt a img{
    display: block;
    width: 100%;
    height: 100%;
}


.newsTxt02 {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
}

.dda3{
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.dda3:hover{
    color: rgb(7, 58, 185);
}

/*newsInfo----------------------------------*/
.wwz{
    height: 22px;
    color: rgb(7, 58, 185);
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid rgb(238, 238, 238);

    padding: 15px 0 15px 30px;
    background: url("../images/syImg.png") no-repeat center left;
}

.wwz a{
    color: rgb(7, 58, 185);
    font-size: 14px;
    line-height: 22px;
    padding: 0 5px;
}

.wwz a:hover{
    text-decoration: underline;
}

.newsDv{
    padding: 15px 0;
    border-bottom: 1px solid rgb(238, 238, 238);
    margin-top: 30px;
}

.newsDvTit{
    height: 30px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(238, 238, 238);
    overflow: hidden;

}

.newsDvTit h2{
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 30px;
    font-weight: normal;
    float: left;
    width: calc(100% - 230px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newsDvTit div{
    float: right;
    height: 30px;
    overflow: hidden;
    padding-top: 10px;
}

.newsDvTit div label{
    font-size: 16px;
    color: #a3afb7;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}

.newsDvTit div span{
    font-size: 16px;
    color: #a3afb7;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background: url("../images/see02.png") no-repeat center left;

}

.newsDvTxtC{
    padding: 10px 0;
}

.tzDv{
    overflow: hidden;
    padding: 20px 0;
}

.tzDv a{
    display: block;
    height: 20px;
    line-height: 20px;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid rgb(238, 238, 238);
}

.tzDv a:hover{
    color: #073ab9;
}




/*news----------------------------------*/
.newsT{
    overflow: hidden;
    background: #f9f9f9;
    margin-top: 30px;
}

.newsT dt{
    float: left;
    width: 600px;
    height: 257px;
}

.newsT dt a{
    display: block;
    width: 100%;
    height: 100%;
}

.newsT dt a img{
    display: block;
    width: 100%;
    height: 100%;
}

.newsT dd{
    float: left;
    padding: 10px 40px;
    width: calc(100% - 680px);
}

.dda1{
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color:#000;
    margin: 20px 0;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dda1:hover{
    color: rgb(7, 58, 185);
}



.rq{
    height: 20px;
    margin: 10px 0;
}

.rq label{
    height: 20px;
    line-height: 20px;
    color: #000;
    font-size: 14px;
    padding-left: 30px;
    background:url("../images/date.png") no-repeat center left;
    display: block;
}

.newsTxt{
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
}

.dda2{
    display: block;
    font-size: 14px;
    color: rgb(7, 58, 185);
    line-height: 24px;
}

.newsB{
    overflow: hidden;
    width: 590px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(238, 238, 238);
    margin-top: 20px;
}

.newsB dt{
    width: 295px;
    height: 126px;
    float: left;
}

.newsB dd{
    float: left;
    padding: 5px 20px;
    width: calc(100% - 335px);
}


.newsB dt a{
    display: block;
    width: 100%;
    height: 100%;
}

.newsB dt a img{
    display: block;
    width: 100%;
    height: 100%;
}


.newsTxt02 {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
}

.dda3{
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.dda3:hover{
    color: rgb(7, 58, 185);
}

/*newsInfo----------------------------------*/
.wwz{
    height: 22px;
    color: rgb(7, 58, 185);
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid rgb(238, 238, 238);

    padding: 15px 0 15px 30px;
    background: url("../images/syImg.png") no-repeat center left;
}

.wwz a{
    color: rgb(7, 58, 185);
    font-size: 14px;
    line-height: 22px;
    padding: 0 5px;
}

.wwz a:hover{
    text-decoration: underline;
}

.newsDv{
    padding: 15px 0;
    border-bottom: 1px solid rgb(238, 238, 238);
    margin-top: 30px;
}

.newsDvTit{
    height: 30px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(238, 238, 238);
    overflow: hidden;

}

.newsDvTit h2{
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 30px;
    font-weight: normal;
    float: left;
    width: calc(100% - 230px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newsDvTit div{
    float: right;
    height: 30px;
    overflow: hidden;
    padding-top: 10px;
}

.newsDvTit div label{
    font-size: 16px;
    color: #a3afb7;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 30px;
}

.newsDvTit div span{
    font-size: 16px;
    color: #a3afb7;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background: url("../images/rili.png") no-repeat center left;

}

.newsDvTit div sb{
    font-size: 16px;
    color: #a3afb7;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background: url("../images/see02.png") no-repeat center left;

}

.newsDvTxtC{
    padding: 10px 0;    line-height: 30px;
}

.tzDv{
    overflow: hidden;
    padding: 20px 0;
}

.tzDv a{
    display: block;
    height: 20px;
    line-height: 20px;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid rgb(238, 238, 238);
}

.tzDv a:hover{
    color: #073ab9;
}

/*product----------------------------------------------*/
.proUl{
    overflow: hidden;
    margin-top: 30px;
}

.proUl>li{
    border: 1px solid #dedfdf;
    float: left;
    padding: 10px;
    width: 273px;
    height: 330px;
}



.proDv01{
    overflow: hidden;
    height: 200px;
}

.proDv01>a{
    display: block;
    width: 100%;
    height: 100%;
}

.proDv01 img{
    display: block;
    width: 100%;
    height: 100%;
    transition: 500ms;
}


.proDv01:hover img{
    transform: scale(1.5);
}

.tulib{
    width: 220px;
    height: 34px;
    margin: 10px auto;
    overflow: hidden;
}

.tulib li{
    border: 1px solid #d8dad9;
    width: 33px;
    height: 22px;
    padding: 5px;
    float: left;
    margin-right: 6px;
}

.tulib li img{
    display: block;
    width: 100%;
    height: 100%;
}

.tulib li:hover{
    border-color: #e80c64;
}

.proDv01Txt{
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ececec;
}

.proDv01Txt label{
    display: block;
    line-height: 22px;
    color: #000;
    font-size: 14px;
    height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.proDv01Txt span{
    display: block;
    line-height: 22px;
    color: #000;
    font-size: 14px;
    height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*productInfo----------------------------------------------*/
.proDv02{
    margin-top: 30px;    line-height: 40px;
}


.proDv02L{
    width: 660px;

}

.proDv02R{
    width: 520px;
}

.cpALink{
    width: 328px;
    height: 240px;
    display: block;
    margin: 0 auto;
}

.cpALink img{
    display: block;
    width: 100%;
    height: 100%;
}


/*jjfa-------------------------------------*/
.jjfabg{
    margin-top: 80px;
}

.jjfabg li{
    margin-bottom: 50px;
    transition: 500ms;
}

.pl{
    padding-left: 50px;
}

.pr{
    padding-right: 50px;
}

.jjfadv01{
    width: 1140px;
    height: 327px;
    border: 3px solid #e8e8e8;
    position: relative;
    z-index: 1;
    transition: 500ms;
}

.jjfadv02{
    position: absolute;
    width: 1150px;
    height: 337px;
    left: -5px;
    top: -5px;
    z-index: -1;
}

.bor01:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 3px;
    background: #083ab9;
    transition: 500ms;
}

.bor01:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 3px;
    background: #083ab9;
    transition: 500ms;

}

.bor02:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3px;
    height: 3px;
    background: #083ab9;
    transition: 500ms;
}

.bor02:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 2px;
    background: #083ab9;
    transition: 500ms;

}


.jjfabg li:hover .bor01:before{
    width: 100%;
}

.jjfabg li:hover .bor01:after{
    height: 100%;
}

.jjfabg li:hover .bor02:before{
    width: 100%;
}

.jjfabg li:hover .bor02:after{
    height: 100%;
}

.jjfadv02L.fl{
    width: 570px;
    height: 327px;
    margin-left: -30px;
    margin-top:-30px;
    transition: 500ms;
}

.jjfadv02L.fr{
    width: 570px;
    height: 327px;
    margin-right: -30px;
    margin-top:-30px;
    transition: 500ms;
}


.jjfadv02R{
    width: 550px;
    padding: 10px;
    height: 307px;
    margin-right: 5px;
    margin-top: 5px;
}

.jjfabg li:hover .jjfadv02L.fl{
    margin-left: 5px;
    margin-top: 5px;
}

.jjfabg li:hover .jjfadv02L.fr{
    margin-right: 5px;
    margin-top: 5px;
}

.jjfabg li:hover .jjfadv01{
    box-shadow: 0 0 15px #666;
}


.jjfadv02L img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.h1Tit{
    position: relative;
    height: 36px;
    text-align: center;
    font-size: 24px;
    padding-bottom: 5px;
}

.mar02{
    margin-top: 30px;
}
.mar03{
    margin-top: 70px;
}

.col01{
    color: #083ab9;
}

.h1Tit.col01:after{
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #083ab9;
    margin: auto;
    position: absolute;
}

.col02{
    color: #333;
}

.h1Tit.col02:after{
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #e6e6e6;
    margin: auto;
    position: absolute;
}

.jjfadv02RTxt{
    display: block;
    line-height: 24px;
    color: #222222;
    font-size: 14px;
    margin-top: 30px; padding-left:30px;
}

.jjfadv02RMore{
    width: 130px;
    height: 30px;
    box-shadow: 0 0 10px rgba(12,3,6,.13);
    margin: 30px auto;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 10;
    cursor: pointer;
}


.jjfadv02RMore label{
    display: block;
    width: 100px;
    height: 30px;
    float: left;
    cursor: pointer;

    color: #073ab9;
    text-align: center;
    line-height: 30px;
    position: relative;
    font-size: 14px;

}


.jjfadv02RMore label:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 30px;
    width: 0;
    background: #073ab9;
    z-index: -1;
    transition: 500ms;
}


.jjfadv02RMore:hover label{
    color: #fff;
}

.jjfadv02RMore:hover label:after{
    width: 100%;
}

.jjfadv02RMore span{
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;

    float: right;
    color: #fff;
    font-family: 宋体;
    font-weight: bolder;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    position: relative;
}

.jjfadv02RMore:hover span{
    color: #073ab9;
}

.jjfadv02RMore span:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #073ab9;
    z-index: -1;
    transition: 500ms;
}

.jjfadv02RMore:hover span:after{
    width: 0;
}


/*关于我们---------------------------*/
.AboutBg{
    margin: 100px 0;
}

.abTit{
    height: 30px;
    margin: 15px 0 30px;
    line-height: 30px;
    color: #000;
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: normal;
    position: relative;
}

.abTit:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1125c3;
    width: 60px;
    height: 2px;
    margin: auto;
}

.abBg{
    overflow: hidden;
    margin-top: 100px;
    position: relative;
}

.abBgL{
    width: 700px;
    height: 550px;
    position: relative;
}

.abBgL img{
    display: block;
    width: 400px;
    height: 400px;
    margin-top: 80px;
    position: relative;
    z-index: 9;
}

.Bor01{
    position: absolute;

    top: 0;
    width: 380px;
    height: 540px;
    border:5px solid #737373;
    z-index: 8;
}

.left01{
    left: 194px;
}

.left02{
    left: 0;
}

.right01{
    right: 194px;
}

.right02{
    right: 0;
}

.kuang01{
    width: 480px;
    height: 412px;
    background: #e6e6e6;
    position: absolute;
    top: 40px;
    z-index: 7;
}

.abBgR{
    width: 540px;
    position: absolute;
    top: 150px;
    z-index: 9;
}

.pos01{
    right: 0;
}

.abBgRTxt{
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 24px; padding-top:70px;
}

.pos02{
    left: 0;
}

.abBgRDl{
    margin-bottom: 15px;
}

.abBgRDl dt{
    height: 30px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #0550d5;
    font-size: 24px;
    font-weight: bolder;
}

.abBgRDl dd{
    color: #000;
    font-size: 14px;
    line-height: 24px;
	    margin-bottom: 25px;

}

.abBgRDl1{ margin-top:50px;}
.abBgRDl1 dd{
    color: #000;
    font-size: 18px;
    line-height: 37px;

}

@media screen and (max-width:767px) {
	.proUl>li {
	    float: none;
	    margin: 0 auto;
	}
	
	.tzDv {
	    padding: 15px;
	}
	
	.newsDv {
	    padding: 15px;
	}
	
	.logo {
	    margin-left: 10px;
	}
}





