/* 瀵艰埅 */
.nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/nav-bg.png) no-repeat center center;
    z-index: 999;
    display: none;
}

.nav .layout {
    margin-top: 35px;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}


.nav .logo .nav-logo {
    width: 492px;
    display: inline-block;
}

.nav .logo .nav-logo img {
    width: 492px;
}

.nav ul {
       position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.nav ul li {
    box-sizing: border-box;
    width: 25%;
    position: relative;
    margin-bottom: 54px;
    float: left;
}

.nav ul li .nav-item {
    width: 95%;
    margin: 0 auto;
    background: #fff;
}

.nav ul li:hover .nav-item {
    background: #e8830b;
}

.nav ul li:hover .nav-item>a {
    color: #fff;
}

.nav ul li.selected .nav-item {
    background: #e8830b;
}

.nav ul li.selected .nav-item>a {
    color: #fff;
}

.nav ul li .nav-item>a {
    display: block;
    line-height: 80px;

    font-size: 20px;
    text-align: center;
    font-family: "RobotoCondensedBold";
    border-bottom: 1px solid transparent
}



.nav ul li .dropdown {
    margin-top: 30px;
    padding: 0 40px;
    0 60px;
    height: auto;
    box-sizing: border-box;
    overflow-y: hidden;
    position: absolute;
    left: 218px;
    top: -30px;
    display: none;
    background-color: #fff;
    z-index: 99;
}

.nav ul li .dropdown a {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "RobotoCondensedBold";
}

.nav ul li .dropdown a:hover {
    color: #003d85;
}

.nav .close {
    /* position: absolute; */
    float: right;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.nav .close:hover {
    transform: rotateZ(90deg);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;

}
.nav1 {
margin-top: 20px;
display: none
}
.nav1 a {
display: block;
    color: #fff;
    line-height: 44px;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    font-family: "RobotoCondensedBold";
}
.nav-2  {
margin-top: 10px;
display: none
}
.nav-2 a {
    display: inline-block;
    position: relative;
    vertical-align: top;
 font-family: "RobotoCondensed";
}

.nav-2 .en {
    color: #003f88;
    font-size: 20px;
    display: inline-block;
}

.nav-2 .en .icon-en>a {
    /*background: url(../images/down.png) no-repeat right center;
    padding-right: 34px;*/
    color: #fff;
 font-family: "RobotoCondensed";
}

.nav-2 .en {
    position: relative;
}
.nav-2 .en i {
    width: 0;
    height: 0;
    border-right: 2px solid #b7b7b7;
    margin: 0 20px;
}
/* 澶撮儴 */
.header {
    height: 116px;

    line-height: 116px;
}

.header .logo {
    float: left;
    width: 394px;
}

.header .logo img {
    width: 100%;
}

.header .header-right {
    float: right;
    height: 114px;
}

.header .header-right a {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.header .header-right .en {
    color: #003f88;
    font-size: 20px;
    display: inline-block;
}

.header .header-right .en .icon-en>a {
    /*background: url(../images/down.png) no-repeat right center;
    padding-right: 34px;*/
    color: #003f88;
}

.header .header-right .en {
    position: relative;
}



.header .header-right .en .icon-down1 a {
    display: block;
    line-height: 38px;
    color: #fff;
}

@keyframes top {
    0% {
        bottom: 0;

    }

    100% {
        bottom: -49px;

    }
}

.header .header-right .en:hover .icon-down1 {

    bottom: -49px;
    display: block;
    animation: top .5s;
}

.header .header-right .en .icon-down1 {
    width: 92px;
    display: none;
    left: -29px;
    background-color: #003d85;
    position: absolute;
    z-index: 999;
    text-align: center;
    -webkit-box-shadow: 10px 0px 10px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);


}


.header .header-right i {
    width: 0;
    height: 0;
    border-right: 2px solid #b7b7b7;
    margin: 0 20px;
}

.search-input {
    width: 100%;
    height: 77px;
    line-height: 77px;
    background-color: #003f88;
    display: none;
}

.search-input form {
    line-height: 77px;
    margin-left: 84px;
}

.search-input input {
    width: 65%;
    height: 40px;
    background-color: transparent;
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #7da7d7;
    -webkit-user-select: auto;

}

.search-input input:-internal-autofill-previewed,
.search-input input:-internal-autofill-selected {
    -webkit-text-fill-color: #7da7d7;
    transition: background-color 5000s ease-out 0.5s;
}

.search-input input::placeholder {
    color: #7da7d7;
}

.from-close {
    width: 25px;
    height: 77px;
    line-height: 77px;
    background: url(../images/from-close.png) no-repeat left center;
    float: right;
}

.search-input button {

    height: 38px;
    background-color: transparent;
    border: none;
    border-right: 1px solid #fff;
    padding-right: 33px;
    margin-right: 31px;
}


/* 渚ц竟 */
.sidenav {
    /* width: 64px; */
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 888;
    transform: translateY(-50%);
    display: none;
}

.sidenav .item {
    margin-top: 6px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.sidenav .item:hover {
    background-color: #c32342;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;

}

.sidenav .img {
    float: right;
    width: 45px;
    height: 46px;
    background-color: #00c0ff;
    line-height: 46px;
    text-align: center;
}

.sidenav .img.up {
    background-color: #003f88;
}

.sidenav .p {
    display: none;
    width: 255px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 46px;
    color: #fff;
    position: absolute;
    right: 45px;
    background-color: #c32342;
    font-family: "RobotoRegular";
}
.sidenav .p a {
color: #fff;
}



.sidenav .item:hover .img {
    background-color: #c32342;
}


.sidenav .item:hover .p {
    display: block;
}

/* 灏鹃儴 */
.footer {
    background-color: #003f88;
    padding: .2rem 0;

}

.footer p {
    
    color: #fff;
    font-size: 16px;
    font-family: "RobotoRegular";
}

.footer p a {
    color: #89baf4;
    font-family: "RobotoRegular";
}

.footer p {
line-height: 32px;
    color: #fff;
    font-size: 16px;
}

.footer p a {
    color: #89baf4;
}
.footer .links a {
color: #fff;
padding-right: 10px;
line-height: 32px;
 font-family: "RobotoRegular";
}
.footer .links {

}
.footer p a:hover {
    color: #fff;
}

/* IE8 */
.pageTips {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000 url("../image/bg.png");
}

.pageTips .container {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px;
}

.pageTips .container a.close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: auto;
    right: -15px;
    top: 40px;
    bottom: auto;
    background: url("../image/close.png") center no-repeat;
}

.pageTips .container .img {
    text-align: center;
}

.pageTips .container .msg {
    font-size: 18px;
    line-height: 36px;
    padding-top: 30px;
}

.pageTips .container a {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width:1260px) {
    .layout {
        padding: 0 30px;
    }

    .nav .layout {
        padding: 0 20px;
    }

}

@media screen and (max-width:1140px) {
    .nav ul li {
        width: 33%
    }
}

@media screen and (max-width:1080px) {

    .nav ul li .nav-item>a {
        font-size: 20px;
    }

    .nav ul li .nav-item {
        width: 90%
    }
}

@media screen and (max-width: 950px) {
    .nav ul li .nav-item {
        width: 96%;
    }

    .footer p {
        line-height: 32px;
    }

    .search-input input {
        width: 49%
    }
}

@media screen and (max-width: 860px) {
    .nav ul li .nav-item>a {
        font-size: 20px;
    }
}
@media screen and (max-width: 850px) {
.header .header-right .en{
display: none;
}
.nav ul {
display: none;
}
.nav1 {
display: block;
}
.nav-2 {
display: block;
}
} 
@media screen and (max-width: 780px) {


    .nav ul li {
        width: 50%;
    }
}

@media screen and (max-width: 680px) {
    .header .header-right .en .icon-en>a {
        color: #003f88;
        font-size: 18px;
        border-radius: 50%;
        /* height: .32rem; */
        display: inline-block;
        /* width: .32rem; */
        /* line-height: .3rem; */
        text-align: center;
        background-image: none;
        /* margin-right: .15rem; */
        padding-right: 10px;
    }

    .header .header-right .icon {

        text-align: center;
        /* line-height: .3rem; */

        margin-right: .15rem;
    }

    .header .header-right .icon-down {
        display: none;
    }



    .header .header-right .search-input {
        position: absolute;
        right: -38px;
        top: 40px;
        z-index: 100;
        display: none;
    }

    .nav .logo .nav-logo {
        width: 68%;
    }

    .nav .logo .nav-logo img {
        width: 100%;
    }
}
@media screen and (max-width:790px) {
.footer .layout>div{
float: none;
}
} 
@media screen and (max-width:600px) {
    .header .logo {
        width: 56%;
    }


    .nav ul li {
        width: 100%;

    margin-bottom: 17px;
    }
.nav ul li .nav-item>a {
line-height: 53px;
}
}

@media screen and (max-width: 510px) {
    .search-input form {
        margin-left: 0;
    }

    .search-input input {
        width: 59%;
    }



    .nav ul li {

        margin-bottom: 18px;
    }

    .search-input button {
        padding-right: 12px;
        margin-right: 12px;
    }
}



@media screen and (max-width:430px) {
    .header {
        height: 86px;
        line-height: 86px;
    }

    .header .header-right {
        line-height: 86px;
        height: 86px;
    }

}
@media screen and (max-width:392px) {
 .sidenav .p {

    width: 227px;
}
}


@media screen and (max-width:370px) {}

@media screen and (max-width:350px) {
    .layout {
        padding: 0 20px;
    }


}

@media screen and (max-width:320px) {



    .nav ul li .nav-item>a {
        font-size: 16px;
        line-height: 32px;
    }


}

/*  鍒嗛〉  */
.wp_paging {
    margin: 20px auto;
    float: none;
    text-align: center;
}

.wp_paging li {
    float: none
}

.wp_paging .pages_count li {
    display: none;
}