/*all*/
*,ul,p,dl,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,li{
    font-family: 微软雅黑;
    text-decoration: none;
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
img{
    max-width: 100%;
}
input{
    border: 0;
    outline: none;
}
.container-fluid{
    position: relative;
    padding: 0;
    max-width: 1920px;
}
.container{
    width: 1200px;
    padding: 0;
}
a{
    color: #333333;
}
a:hover{
    color: #02529f;
}
a:hover,a:active,a:link{
    text-decoration:none;
}
a{
    color: #333333;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*宽度限定*/
.wp {
    width: 94%;
    margin: 0 auto;
    max-width: 1400px;
}

/*top*/
.pc .top{
    background: url("../images/header/bg.jpg")no-repeat center;
}
.pc .top .container{
    padding: 20px 0 30px 0;
}
.pc .top .logo{
    float: left;
    height: 47px;
    width: 602px;


}

.pc .top .head{
    float: right;
    margin-top: 10px;
}

/*搜索*/
.pc .top .head .seek{
    float: left;
    width: 295px;
    height: 40px;
    overflow: hidden;
    border-radius: 20px;
    background-color: rgba(255,255,255,.55);
    margin-right: 10px;
}
.pc .top .head .seek .text{
    width: 250px;
    height:40px;
    padding-left: 10px;
    float: left;
    background-color: transparent;
    color: #ffffff;
}
.pc .top .head .seek .text::-webkit-input-placeholder{
    color: #ffffff;
}
.pc .top .head .seek .text::-moz-placeholder{
    color: #ffffff;
}
.pc .top .head .seek .text:-ms-input-placeholder{
    color: #ffffff;
}
.pc .top .head .seek .submit{
    width: 20px;
    background-image: url("../images/header/ss.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    line-height: 40px;
    cursor: pointer;
    float: right;
    margin-right: 20px;
}

/*头部链接*/
.pc .top .head .mailbox{
    float:left;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
    position: relative;
}
.pc .top .head .mailbox a{
    display: block;
    color: #ffffff;
    position: relative;
}
.pc .top .head .mailbox a img{
    margin-left: 5px;
}
.pc .top .head .mailbox ul{
    position: absolute;
    top: 0;
    left: 0;
}

/*导航*/
.pc .header{
    background: #02529f;
    width: 100%;
}
.pc .nav{
    width: 1200px;
    margin: 0 auto;
}
.pc .nav ul {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pc .nav ul:before,
.pc .nav ul:after {
    content: "";
    display: table;
}
.pc .nav ul:after {
    clear: both;
}
.pc .nav ul > li {
    float: left;
    position: relative;
    width: 11.1111%;
}
.pc .nav a {
    display: block;
    padding: 0 10px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.pc .nav a:hover {
    text-decoration: none;
    background:rgba(43,147,231,1);
    -webkit-transition:  300ms ease-in;
    -moz-transition:  300ms ease-in;
    -o-transition:  300ms ease-in;
    transition: 300ms ease-in;
}
.pc .nav li ul {
}
.pc .nav li ul li {
    width: 100%;
    margin-top: 1px;
}
.pc .nav li ul a {
    border: none;
    line-height: 34px;
    background:rgba(2,82,159,0.7);
    font-size: 14px;
}
.pc .nav li ul a:hover {
    background:rgba(2,82,159,1);
}


.pc .nav ul > li:hover ul li {
    height: 34px;
}
.pc .nav li ul {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 1;
}
.pc .nav li ul li {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 300ms ease-in;
    -moz-transition: height 300ms ease-in;
    -o-transition: height 300ms ease-in;
    transition: height 300ms ease-in;
}
.pc .nav li:last-child ul{
    right: 0;
    left: inherit;
}

/*手机导航*/
.phone{
    display: none;
    background: url(../images/header/bg.jpg)no-repeat center;
}
.phone .logo{
    text-align: center;
    padding: 10px;
}
.mobile-inner{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}


.mobile-inner-header{
    background-color: #02529f;
    width: 100%;
    height: 50px;
}
.mobile-inner-header-icon{
    color: #ffffff;
    height: 50px;
    font-size:25px;
    text-align: center;
    float:right;
    width: 50px;
    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% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    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: rgba(2,82,159,0.9);
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 1;
}
.mobile-inner-nav a{
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    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,0.4);
    border-bottom: solid 1px rgba(255,255,255,0.2);
}


/*搜索*/
.mobile-inner  .seek{
    float: left;
    width: 295px;
    height: 30px;
    overflow: hidden;
    border-radius: 20px;
    background-color: rgba(255,255,255,.55);
    margin-top: 10px;
    margin-left: 10px;
}
.mobile-inner  .seek .text{
    width: 250px;
    height:30px;
    padding-left: 10px;
    float: left;
    background-color: transparent;
    color: #ffffff;
}
.mobile-inner  .seek .text::-webkit-input-placeholder{
    color: #ffffff;
}
.mobile-inner  .seek .text::-moz-placeholder{
    color: #ffffff;
}
.mobile-inner  .seek .text:-ms-input-placeholder{
    color: #ffffff;
}
.mobile-inner  .seek .submit{
    width: 20px;
    background-image: url("../images/header/ss.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    line-height: 30px;
    cursor: pointer;
    float: right;
    margin-right: 20px;
}


/*小屏幕适配*/
@media screen and (max-width: 1200px) {
.pc{
    display: none;
}
    .phone{
        display: block;
    }
}