body{
    padding: 0;
    margin: 0;
}
*{
    font-family: 微软雅黑;
    padding: 0;
    margin: 0;
    /*box-sizing: border-box;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
}
img{
    vertical-align: middle;
}
input{
    outline: none;
    vertical-align: text-top;
    border: 0;
}
ul,li,dl,dd,dt,p,h1{
    margin: 0;
    padding: 0;
}
dt{
    font-weight: 100;
}
a:hover,a:visited,a:active,a:link{
    text-decoration: none;
    color: #004b9d;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.container-fluid{
    padding: 0;
}
.container{
    width: 1200px;
    padding: 0;
}

/*顶部 PC*/
.top{
    background-image:url("../images/header/bg.png");
    background-position: center;
    background-size: 100% auto;
    width: 100%;
}
.top .container{
    overflow: hidden;
    width: 1318px;
    background-image: url("../images/header/sy.png");
    background-repeat: no-repeat;
    background-position: 74% 21px;
}
.top .logo{
    float: left;
    margin-bottom: 5px;
    height: 153px;
}
.top .head{
    float: right;
    padding-top: 10px;
    margin-right: 67px;
}

.top .head .link{
    margin-bottom: 30px;
    text-align: right;
}
.top .head .link a{
    color: #fff;
    font-size: 14px;
    margin-right: 30px;
}
.top .head .link a:hover{
    font-weight: bold;
}
.top .seek{
    float: right;
    width: 207px;
    height: 24px;
    border-radius: 15px;
    background-color: #88c9f2;
    overflow: hidden;
}
.top .seek .text{
    width: 165px;
    height:24px;
    margin-left: 10px;
    float: left;
    background-color: #88c9f2;
}
.top .seek .submit{
    width: 18px;
    background-image: url("../images/header/ss.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

/*导航 PC*/
.header1{
    background-color: #02529f;
}
.header1 ul.nav li{
    width: 100%;
    text-align:center;
}
.header1 ul.nav > li{
    float: left;
    width: 8.33333%;
}
.header1 ul.nav li a{
    height: 3em;
    line-height: 3em;
    display: block;
    padding: 0 10px;
    font-size: 16px;
    color: #ffffff;
}
.header1 ul.nav > li > ul li a{
    background-color: rgb(26, 128, 219);
    background-color: rgba(255, 255, 255, .2);
    white-space:initial;
    height: auto;
    line-height: 1em;
    padding: 1em;
}
.header1 ul.nav > li > ul{
    background-color: #075cb9;
}
.header1 ul.nav > li a:hover,.header1 ul.nav li .choice{
    background-color: rgb(12, 70, 123);
    background-color: rgba(255, 255, 255, .1);
}
.header1 ul > li > ul{
    display: none;
    position: absolute;
    z-index: 99;
    width: 15em;
}
.header1 ul > li.on > ul{
    display: block;
}


.header1 ul.nav li{
    position: relative;
    white-space: nowrap
}
.header1 ul.nav > li > ul > li ul{
    position:  absolute;
    top: 0;
    left: 100%;
    background-color: #075cb9;
}



.header1 ul.nav .last ul{
    right: 0;
}
.header1 ul.nav .last ul ul{
    right: 100%;
    left: inherit;
}



/*动画*/
.header1 ul > li > ul{

}
.header1 ul > li.on > ul{
    animation: kuan 500ms ease;
}
@keyframes kuan{
    0%{
        opacity: 0;
    }
    25%{
        opacity: 0.25;
    }
    50%{
        opacity: 0.50;
    }
    75%{
        opacity: 0.75;
    }
    100%{
        opacity: 1;
    }
}




/*手机版*/
.phone{
    display: none;
    width: 100%;
}

/*logo*/
.phone .logo{
    margin: 5px 15px;
    height: 50px;
}

/*手机导航*/
.mobile-inner-header{
    width: 100%;
    overflow: hidden;
    background: #02529f;
}
.mobile-inner-header-icon{
    color: #ffffff;
    height: 40px;
    font-size:20px;
    text-align: center;
    float:right;
    margin-right: 5px;
    width: 30px;
    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{
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
}
.mobile-inner-header-icon span{
    position: absolute;
    left: calc((100% - 20px) / 2);
    top: calc((100% - 1px) / 2);
    width: 20px;
    height: 1px;
    background-color: rgba(255,255,255,1);
}
.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;
}



@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);
    }
}

.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;
}

@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);
    }
}

.mobile-inner-nav{
    background-color: rgba(2,82,159,0.9);
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    z-index: 999999;
}
.mobile-inner-nav a{
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    /*border-bottom: solid 1px rgba(255,255,255,0.3);*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight:300;
}
.mobile-inner-nav a:hover{
    color: rgba(255,255,255,1);
    border-bottom: solid 1px rgba(255,255,255,0.9);
}

.mobile-inner-nav a{
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}


@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.phone .navs li:hover ul{
    display:inline;
    overflow: hidden;
}
.phone .navs ul{
    display: none;
}
.phone .navs ul li a{
    font-size: 12px;
    line-height: 26px;
    background-color: #02529f;
}




/*手机适配*/
@media (max-width:758px) {
    .container{
        width: auto;
        padding: 0 15px;
    }


    /*PC*/
    .pc{
        display: none;
    }
    /*PHONE*/
    .phone{
        display: inline;
    }


}


