.mobile{width: 100%;position:relative;height: 40px;display: none;top:0;right: 0;z-index: 99;background-color: #0e60b6;}
.mobile-inner-header{width:100%;
    height: 40px;position: absolute;top: 0px;right: 0px;z-index: 2}
.mobile-inner-header-icon{
    color: #ffffff; height: 40px;font-size:25px;text-align: center;
    float:right;width: 40px;position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.mobile-inner-header-icon:hover{  cursor: pointer;}
.mobile-inner-header-icon span{
    position: absolute; left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 3);  width: 25px;  height: 2px;  background-color: #fff;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon{
    color: #fff; height: 40px;float:right;width: 50px;position: relative; cursor: pointer;margin-right: 5px;text-align: right;}
.mobile-inner-header-icon-click{margin-top: 5px;}
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background-color:#fff;display: none;}
.mobile-inner-header-icon.iconfont{font-size: 30px;line-height: 40px;text-align: center;font-weight: bold;}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);

    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}
.mobile-inner-header-icon-out span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}
@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}



@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}
@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }

    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.mobile-inner-nav{  background: #1c4384;width: 100%; position: absolute;top: 40px;left: 0px;padding-top: 10px;padding-bottom: 25px;display: none;}
.mobile-inner-nav a{display: inline-block;line-height: 45px;
    text-decoration: none;  width: 100%;font-size: 14px;
    border-bottom: solid 1px #224a75;
    -webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s;color:#fff; }
.mobile-inner-nav a:hover{color:#fff;}
.mobile-inner-nav li{position: relative;padding: 0 20px;}
.mobile-inner-nav li a{text-indent: 15px;letter-spacing: 1px}
.mobile-inner-nav li strong{position: absolute;right:20px;top:0;font-size: 25px;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s; color: #fff;
    opacity: 0.8;
    font-weight: normal;}
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
.mobile_search .search input {
    position: absolute;
    height: 34px;
    line-height: 34px;
    color: #262626;
    border: none;
    background: none;
    top: 0px;
    padding-left: 0px;
}
.mobile_search .search input.notxt {
    padding: 0 0 0 7px;
    font-size: 14px;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.mobile_subNav{display: none;padding-left:10px;}
.mobile-inner-nav dd a{height: 35px;line-height: 35px;border-bottom: dotted 1px rgba(219,219,219,0.2);font-size: 13px;}
.mobile_search{clear: both;position: relative;height: 36px;margin:10px 20px 0;border-bottom:solid 1px #224a75;overflow: hidden;}
.mobile_search input.notxt{width: 90%;color:#fff;margin-left:45px;border:none;}
.mobile_search input.notxt1{width: 55px;background-color:#fff;right:auto;left:0;background:url('../img/serBtn.png') no-repeat center center;border:none;}
.mobile-link{float: left;padding-left: 10px;}
.mobile-link a{color:#f3f3f3;margin:0 5px;height: 40px;line-height: 40px;    font-size: 15px;}
.mobile-link02{margin:0 20px;}
.mobile-inner-nav .mobile-link02 a {width: auto;float: left;margin:0 7px;}
.mobile-inner-nav a, .mobile_search {
    border-bottom-color: rgba(255,255,255,0.3);
}
@media screen and (max-width: 1200px) {
    .section1 {
        width: 98%;
    }
    .section2 {
        width: 98%;
    }
    .con-ul .title {
        width: 78%;
    }
    .section3 {
        width: 98%;
    }
    .section4 {
        width: 98%;
    }
    .k-box2 {
        width: 49%;
    }
    .k-box3 {
        width: 49%;
    }
    .k-box1 img{
        width: 100%;
    }
    .k-box2 img{
        width: 100%;
    }
    .k-box3 img{
        width: 100%;
    }
    .navss {
        padding: 0 1.9%;
    }
}
@media screen and (max-width: 1150px) {
    .navss {
        padding: 0 1.76%;
    }
}
@media screen and (max-width: 1100px) {
    .navss {
        padding: 0 1.60%;
    }
}
@media screen and (max-width: 1080px) {
    .search {
        float: right;
        margin-top: 16px;
        height: 70px;
    }
    .searchs {
        float: none;
        width: 185px;
        height: 32px;
        border-radius: 20px;
        overflow: hidden;
        border: 1.2px solid #0e60b6;
        background: #fff;
    }
    .cn-en {
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: #fff;
        float: none;
        margin-right: 5px;
        margin-left: 8px;
        background: #15619d;
        margin-top: 5px;
    }
}
@media screen and (max-width: 1050px) {
    .navss {
        padding: 0 1.43%;
    }
    .col-list li .li-title {
        max-width: 65%;
    }
    .con-ul .title {
        width: 77%;
    }
}
@media screen and (max-width: 1000px) {
    .mobile {
        display: block;
    }
    .header-nav{
        display: none;
    }
    .top {
        display: block!important;
        padding: 0 15px;
        background: #1c4384;
    }
    .logo {
        height: auto;
        margin: 0 auto;
        padding: 13px 0;
        text-align: center;
    }
    .header-content{
        display: none;
    }
    .header-topline {
        width: 100%;
        height: 5px;
        background: #1c4384;
    }
    .part2 {
        padding: 24px 0 24px 0px;
    }
    .footerg .part2 .logo1 {
        height: 180px;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        background: url(../img/d-log.png)top center no-repeat;
        background-size: 90%;
    }
    .ew {
        height: 90px;
        float: none;
        padding-top: 90px;
        text-align: center;
    }
    .ew img {
        height: 100%;
        margin-left: 5px;
        margin-right: 5px;
    }
    .con-ul .title {
        width: 76%;
    }
    .col-list li .li-title {
        max-width: 64%;
    }
}
@media screen and (max-width: 800px) {
    .tzgg {
        width: 90%;
        float: none;
        overflow: hidden;
        margin: 0 auto;
    }
    .hdyg {
        width: 90%;
        float: none;
        overflow: hidden;
        margin: 0 auto;
    }
    .xwdt {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }
    .img-ul {
        width: 100%;
        float: none;
        margin: 0 auto;
        margin-top: 15px;
    }
    .img-ul li {
        position: relative;
        height: auto;
    }
    .con-ul .title {
        width: 88.5%;
    }
    .con-ul {
        width: 100%;
        float: none;
        margin: 0 auto;
        margin-top: 3px;
        margin-left: 0;
    }
    .fczs {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }
    .icc {
        height: 250px;
        width: 100%;
        overflow: hidden;
        box-shadow: 0 1px 10px 1px #aaa;
    }
    .fcBox {
        width: 46%;
        height: auto;
        float: left;
        margin-left: 2%;
        overflow: hidden;
        margin-top: 15px;
        transition: 0.3s;
    }
    .fcBox img {
        transition: 0.3s;
        height: 100%;
        overflow: hidden;
    }
    .section1 {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        margin-bottom: 0;
    }
    .section4 {
        width: 100%;
    }
    .section2 {
        width: 100%;
        margin-bottom: 13px;
    }
    .section3 {
        width: 100%;
        margin-bottom: 13px;
    }
    .zczd {
        width: 90%;
        margin: 0 auto;
        float: none;
        overflow: hidden;
    }
    .xzzx {
        width: 90%;
        float: none;
        margin: 0 auto;
        margin-left: auto;
        overflow: hidden;
    }
    .k-box1 {
        margin-top: 15px;
        margin-right: 10px;
        width: 336px;
        float: left;
    }
    .k-box2 {
        float: left;
        width: 163px;
        margin-top: 15px;
    }
    .k-box3 {
        float: left;
        width: 163px;
        margin-top: 15px;
        margin-left: 10px;
    }
    .kstd {
        width: 92%;
        float: none;
        margin: 0 auto;
        overflow: hidden;
    }
}
@media screen and (max-width: 500px) {
    .tzgg {
        width: 92%;
    }
    .col-list2 li .li-title {
        max-width: 70%;
    }
    .hdyg {
        width: 92%;
    }
    .xwdt {
        width: 92%;
    }
    .con-ul .title {
        width: 83%;
    }
    .fczs {
        width: 92%;
    }
    .fcBox {
        width: 100%;
        height: auto;
        float: none;
        margin-left: auto;
        overflow: hidden;
        margin-top: 15px;
        transition: 0.3s;
        margin-right: auto;
    }
    .icc {
        height: 100%;
        width: 100%;
    }
    .fcBox img {
        transition: 0.3s;
        height: 100%;
        overflow: hidden;
    }
    .jdcrq {
        width: 120px;
    }
    .zczd {
        width: 92%;
        margin: 0 auto;
        float: none;
        overflow: hidden;
    }
    .footerg .part2 .logo1 {
        height: 90px;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        background: none;
    }
    .ew {
        height: 90px;
        float: none;
        padding-top: 0;
        text-align: center;
    }
    .footer strong {
        color: #5389c3;
        margin: 0 10px;
    }
    .xzzx {
        width: 92%;
    }
    .notice_rcr {
        height: 24px;
        overflow: hidden;
    }
}
@media screen and (max-width: 450px) {
    .tzgg {
        width: 95%;
    }
    .hdyg {
        width: 95%;
    }
    .xwdt {
        width: 95%;
    }
    .fczs {
        width: 95%;
    }
    .zczd {
        width: 95%;
        margin: 0 auto;
        float: none;
        overflow: hidden;
    }
    .con-ul .title {
        width: 81%;
    }
    .xzzx {
        width: 95%;
    }
    .kstd {
        width: 95%;
    }
    .k-box1 {
        margin-top: 15px;
        margin-right: 0;
        width: 100%;
        float: none;
    }
    .k-box2 {
        float: left;
        width: 49%;
        margin-top: 15px;
    }
    .k-box3 {
        float: right;
        width: 49%;
        margin-top: 15px;
        margin-left: auto;
    }
}
@media screen and (max-width: 400px) {
    .col-list2 li .li-title {
        max-width: 65%;
    }
    .rightDate1 .date1 {
        font-size: 27px;
        font-weight: bold;
        display: block;
        position: relative;
        text-indent: 10px;
        margin-top: 1px;
    }
    .rightDate1 {
        width: 56px;
        margin-top: 4px;
    }
    .rightDate1 .year1 {
        margin-top: 5px;
        font-size: 13px;
        display: block;
        color: #777;
    }
    .artTxt1 {
        margin-left: 60px;
    }
    .con-ul .title {
        width: 79%;
    }
    .flex-control-paging li a {
        height: 3px;
        width: 30px;
    }
    .flex-control-nav {
        bottom: 8px;
    }
    .mobile-inner-header-icon {
        height: 40px;
        width: 40px;
        margin-right: 0;
    }
    .mobile-link {
        float: left;
        padding-left: 5px;
    }
    .mobile-link a {
        margin: 0;
    }
}
@media screen and (max-width: 370px) {
    .k-box1 {
        margin-top: 15px;
        margin-right: 0;
        width: 100%;
        float: none;
    }
    .k-box2 {
        float: left;
        width: 49%;
        margin-top: 15px;
    }
    .k-box3 {
        float: right;
        width: 49%;
        margin-top: 15px;
        margin-left: auto;
    }
    .footer span, .footer strong {
        display: inline-block;
        font-size: 13px;
        color: #fff;
        line-height: 27px;
    }
    .notice_rcr {
        height: 24px;
        overflow: hidden;
    }
    .con-ul .title {
        width: 77%;
    }
}
@media screen and (max-width: 360px) {
    .mobile-link a {
        font-size: 14px;
    }
}
@media screen and (max-width: 350px) {
    .footer {
        display: none;
    }
}
@media screen and (max-width: 330px) {
    .mobile-link {
        display: none;
    }
}