/*all*/

/*电脑页面*/
*,ul,li,p,dl,dt,dd,a,p,span,h1,h2,h3,h4,h5,h6{
    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;
}
.container{
    width: 1280px;
    padding: 0;
}
a:hover,a:active{
    color: #1c6aab;
    text-decoration:none;
}
a{
    color: #333333;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*top*/
.top{
    padding-top: 15px;
    background: url("../images/header/bg.png")no-repeat top center;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
}

.top .navss{
    float: right;
    width: 840px;
}


.top .logo{
    float: left;
    max-width: 320px;
    margin-top: 2px;
    margin-bottom: -10px;
}

.top .head{
    overflow: hidden;
}
/*搜索*/
.top .head .seek{
    float: right;
    width: 150px;
    height: 24px;
    overflow: hidden;
    border:1px solid #ffffff;
    border-radius: 19px;
    position: relative;
    margin-top: 6px;
}
.top .head .seek .text{
    padding: 0 5px;
    width: 120px;
    height:24px;
    float: left;
    background-color: transparent;
    color: #ffffff;
    font-size: 12px;
}
.top .head .seek .text::-webkit-input-placeholder{
    color: #ffffff;
}
.top .head .seek .text::-moz-placeholder{
    color: #ffffff;
}
.top .head .seek .text:-ms-input-placeholder{
    color: #ffffff;
}
.top .head .seek .submit{
    width: 22px;
    background-image: url("../images/header/ss.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 12px 12px;

    line-height: 22px;
    cursor: pointer;
    float: right;
    margin-right: 5px;
}
.top .head .seek:before{
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    right: 28px;
    top: 6px;
    background: #ffffff;
}
/*头部链接*/
.top .head .mailbox,.top .head .mail{
    float:right;
    overflow: hidden;
    line-height: 38px;
    font-size: 12px;
    margin-left: 15px;
}
.top .head .mailbox a{
    float: left;
    color: #ffffff;
}
.top .head .mail a{
    float: left;
    color: #ffffff;
    margin-right: 10px;
}

/*导航*/
.header{
    width: 100%;
    /*height: 40px;*/
    background-image: #;
    padding: 0 0px;
}
.header .nav {
    width: 100%;
}
.header .nav UL{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header .nav UL .mainlevel {
    LINE-HEIGHT: 50px;
    POSITION: relative;
}
.header .nav UL LI .nav-a {
    FONT-SIZE: 16px;
    font-weight: bold;
    line-height: 30px;
    COLOR: #ffffff;
    DISPLAY: block;
    text-align: center;
    position: relative;
    padding: 5px;
}
.header .nav UL LI .current.nav-a {
    color: orange;
}

.header .nav UL LI:hover .nav-a {
    color: orange;
}


/*下拉二级*/
.mainlevel DIV {
    width: 640px;
    BACKGROUND: rgba(255,255,255,.95);
    POSITION: absolute;
    padding: 15px;
    DISPLAY: none;
    border-radius: 10px;
    top: 40px;
    z-index: 99;
}


.mainlevel DIV OL {
    OVERFLOW: hidden;
    FLOAT: right; DISPLAY: block;
    width: 330px;
}
.mainlevel DIV LI {
    LINE-HEIGHT: 30px;
    width: 110px;
    float: left;
    text-align: center;
    font-size: 14px;
}

.mainlevel DIV LI A:hover {
    COLOR: #02529f;
}
.mainlevel DIV .nav-img {
    FLOAT: left; DISPLAY: inline-block;
    width: 225px;
    overflow: hidden;
}
.mainlevel DIV SPAN IMG {
    width: 100%;
}
/*下拉菜单定位*/
.header .nav UL .mainlevel:nth-child(1) DIV{
    left: 0;
}
.header .nav UL .mainlevel:nth-child(2) DIV{
    left: 0;
}
.header .nav UL .mainlevel:nth-child(3) DIV{
    left: 0;
}
.header .nav UL .mainlevel:nth-child(4) DIV{
    left: 0;
}
.header .nav UL .mainlevel:nth-child(5) DIV{
    left: -100%;
}
.header .nav UL .mainlevel:nth-child(6) DIV{
    left: -200%;
}
.header .nav UL .mainlevel:nth-child(7) DIV{
    left: -300%;
}
.header .nav UL .mainlevel:nth-child(8) DIV{
    left: inherit;
    right: 0;
}
.header .nav UL .mainlevel:nth-child(9) DIV{
    left: inherit;
    right: 0;
}
.header .nav UL .mainlevel:nth-child(10) DIV{
    left: inherit;
    right: 0;
}
.header .nav UL .mainlevel:nth-child(11) DIV{
    left: inherit;
    right: 0;
}
.header .nav UL .mainlevel:nth-child(12) DIV{
    left: inherit;
    right: 0;
}

@media all and (max-width: 1921px){
    .container{
        width: 1200px;
        padding: 0;
    }

}


/*手机导航*/
.phone{
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;

}

/*logo*/
.phone .logo{
    float: left;
    margin: 5px 0 5px 10px;
    height: 50px;
}


/*手机导航*/
.mobile-inner-header{
    /*background-color: rgba(0,0,0,0.7);*/
    background: rgba(28,106,171,0.9);
    width: 100%;
    overflow: hidden;
}
.mobile-inner-header-icon{
    color: #ffffff;
    height: 60px;
    font-size:30px;
    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(0,0,0,0.6);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}
.mobile-inner-nav a{
    display: block;
    font-size: 16px;
    font-weight:bold;
    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: 14px;
    line-height: 26px;
    background-color: rgba(0,0,0,0.7);
}



/*手机适配*/
@media (max-width:1200px) {
    .container{
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
    }




    /*PC*/
    .top{
        display: none;
    }
    /*PHONE*/
    .phone{
        display: inline;
    }

}