* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 37px;
    height: 7px;
    background: #fff;
    border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
}

.head {
    width: 100%;
    height: 2.7375rem;
    background: #014eba;
}

.head_top {
    width: 20rem;
    height: 1.575rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.logo {
    width: 12.575rem;
}

.logo img {
    width: 100%;
}

.headline{
    width: 100%;
    border-bottom: 1px solid #fff;
}

.head_right{
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.head_right div{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #fff;
    padding: 0 0.25rem;
}

.head_right img{
    height: 0.375rem;
}

.head_right div:nth-child(2){
    padding: 0 0.625rem;
}

.head_right p {
    font-size: 0.175rem;
    color: #fff;
    margin-top: 0.125rem;
}

.nav {
    width: 100%;
}

.nav ul {
    width: 20rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0;
}

.nav ul li {
    height: 1.125rem;
    line-height: 1.125rem;
    text-align: center;
    border-top: 0.075rem solid #014eba;
}

.nav ul li.active{
    border-top: 0.075rem solid #fff;
}

.nav ul li a {
    font-size: 0.25rem;
    color: #fff;
    border-right: 0.025rem solid #fff;
    padding-right: 0.375rem;
}

.nav ul li:last-child a{
    padding-right: 0;
    border: none;
}

.title{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.titles{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titles div {
    font-size: 0.45rem;
    color: #000;
    text-transform: uppercase;
    background: url(../images/title_center.png) center no-repeat;
    background-size: contain;
    padding: 0 20px;
}

.titles img{
    width: 8.4125rem;
    height: auto;
}

.titlesp {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}

.product {
    width: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 30px 0;
}

.items{
    width: 20rem;
    margin: 20px auto 0;
}

.item_top{
    display: flex;
    align-items: center;
    justify-content: center;
}

.item_top a {
    display: block;
    width: 3.975rem;
    height: 0.6375rem;
    font-size: 0.225rem;
    text-align: center;
    line-height: 0.6375rem;
    color: #fff;
    background-color: #014eba;
    margin: 0 5px;
}

.itemswp{
    margin-top: 50px;
}

.itopbox{
    position: relative;
}

.itopbox.active div{
    position: absolute;
    left: 50%;
    bottom: -0.9375rem;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.3125rem;
    border-color: #014eba transparent transparent transparent;
}

.probox{
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
    padding: 0.125rem 0.125rem 0.25rem;
}

.prot1 {
    width: 100%;
    font-size: 20px;
    color: rgb(0, 0, 0);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0.125rem 0 0;
}

.procont {
    display: -webkit-box;
    width: 100%;
    height: 100px;
    font-size: 16px;
    color: #666666;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.promore{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.375rem;
}

.promore a {
    display: block;
    width: 89px;
    height: 25px;
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 25px;
    border-radius: 30px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
}


.itemswp img{
    width: 100%;
    height: auto;
}

.about {
    width: 100%;
    overflow: hidden;
    background: url(../images/abbg.png) top center no-repeat;
    padding: 30px 0;
}

.abouts {
    width: 20rem;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 60px;
    box-shadow: 0px 5px 31.04px 0.96px rgba(0, 0, 0, 0.1);
    padding: 0.625rem 0.375rem;
    margin: 0.375rem auto 0;
}

.ab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.right_ab {
    width: 9.3875rem;
}

.right_ab img {
    width: 100%;
    margin-top: 0.625rem;
}

.left_ab {
    width: 9.375rem;
}

.ab_title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
}

.ab_title div {
    font-size: 0.45rem;
    color: rgb(0, 0, 0);
    font-weight: bold;
    border-bottom: 5px solid #014eba;
    padding: 0.25rem 0;
}

.ab_title a {
    display: block;
    width: 89px;
    height: 25px;
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 25px;
    border-radius: 30px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
}

.abcon {
    text-indent: 2em;
    font-size: 0.225rem;
    color: #000;
    line-height: 2.5;
    margin-top: 10px;
}

.shuju {
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 0.5rem;
}

.sj {
    text-align: center;
}

.sj_top {
    font-size: 0.225rem;
    color: #000;
}

.sj_top b {
    font-size: 0.75rem;
    font-weight: bold;
    color: #014eba;
}

.sj_bot {
    font-size: 0.225rem;
    color: #000;
}

.recom{
    width: 100%;
    background: url(../images/recombg.png) center no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.recom .titles div{
    color: #fff;
    background: url(../images/title_center2.png) center no-repeat;
    background-size: contain;
}

.recom .titlesp{
    color: #fff;
}

.recoms{
    width: 20rem;
    margin: 20px auto 0;
}

.recomswiper a{
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 15px;
}

.recomswiper a p {
    width: 100%;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 15px;
}

.recomswiper a img{
    width: 100%;
    height: auto;
}

.application{
    width: 100%;
    padding: 30px 0;
}

.applications{
    width: 20rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto 0;
}

.application .titles div {
    background: url(../images/title_center.png) center no-repeat;
    background-size: 5rem 0.625rem;
}

.app{
    width: 9.8875rem;
    height: 5.5625rem;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 31.04px 0.96px rgba(0, 0, 0, 0.1);
    padding: 1.25rem 0.625rem 0;
}

.app p {
    font-size: 0.375rem;
    color: rgb(1, 78, 186);
    line-height: 1.467;
}

.appcont {
    font-size: 0.225rem;
    color: rgb(0, 0, 0);
    line-height: 2.444;
    margin: 20px 0 50px;
}

.appsub {
    display: flex;
    flex-direction: row-reverse;
}

.appsub a {
    width: 89px;
    height: 25px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border: 1px solid #bfbfbf;
    background-color: #014eba;
    border-radius: 30px;
}

.new {
    width: 100%;
    overflow: hidden;
    background-color: #f4f4f4;
    padding: 30px 0;
}

.news {
    width: 100%;
    display: flex;
    margin-top: 20px;
}

.new_left{
    width: 10.5rem;
}

.new_left img{
    width: 100%;
    height: auto;
}

.new_right{
    width: 11.5rem;
    padding-left: 0.25rem;
}

.new_right a{
    width: 100%;
}

.newbox{
    width: 100%;
    display: flex;
    border-bottom: 1px dotted #3e3e3e;
    padding: 0.2125rem 0;
}

.new_right a:nth-child(1) .newbox{
    padding-top: 0;
}

.new_right a:last-child .newbox{
    border: none;
    padding-bottom: 0;
}

.newbox:hover .newbl{
    background-color: #014eba;
}

.newbox:hover .nwyear,
.newbox:hover .nwtime{
    color: #fff;
}

.newbl {
    width: 2rem;
    height: 1.675rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.newbr{
    width: 9.375rem;
    padding-left: 0.25rem;
}

.nwyear {
    font-size: 0.3rem;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.nwtime {
    font-size: 0.3rem;
    color: #121212;
    text-align: center;
}

.nwtitle {
    width: 100%;
    font-size: 0.225rem;
    color: #131313;
    line-height: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nwcont {
    display: -webkit-box;
    width: 100%;
    font-size: 0.175rem;
    color: #3e3e3e;
    line-height: 2.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.study {
    width: 100%;
    height: 7.1125rem;
    background: url(../images/studybg.png) center no-repeat;
    background-size: cover;
}

.studys {
    width: 20rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.stud {
    width: 2.95rem;
    height: 2.95rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #6fc7da;
    padding-top: 1rem;
}

.stud img{
    height: 0.55rem;
}
  
.stud p {
    font-size: 0.25rem;
    color: #696969;
    text-align: center;
    margin-top: 0.125rem;
}
  
.study_right{
    width: 1.25rem;
    height: auto;
}

.stud:hover{
    animation: shakes 0.5s;
    animation-iteration-count: 1;
}

@keyframes shakes {
    0%, 100% { transform: translateY(0); }
    25% { transform: translateY(-5px); }
    50% { transform: translateY(5px); }
    75% { transform: translateY(-5px); }
}

.foot {
    width: 100%;
    height: 8.0625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background: url(../images/fbg.png) center no-repeat;
    background-size: cover;
}

.foots {
    width: 20rem;
    display: flex;
    justify-content: space-between;
    margin: auto;
    overflow: hidden;
}

.copy {
    width: 100%;
    margin-top: 45px;
    line-height: 75px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.copy a {
    font-size: 14px;
    color: #fff;
    margin: 0 10px;
}

.fcontact {
    font-size: 0.3375rem;
    font-family: "Source Han Sans CN";
    color: #fff;
    line-height: 1.6;
}

.fnav {
}

.ftitle {
    font-weight: bold;
    font-size: 0.225rem;
    color: #fff;
    margin-bottom: 0.125rem;
}

.flist{
    display: flex;
    flex-direction: column;
}

.flist a,
.flist p {
    font-size: 14px;
    color: #fff;
    line-height: 3;
}

.saoma img {
    width: 1.55rem;
    height: auto;
}

.saoma p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 0.125rem;
}

.inabout {
    width: 100%;
    height: 11rem;
    position: relative;
}

.inabouts {
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translate(-50%);
    width: 20rem;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 60px;
    box-shadow: 0px 5px 31.04px 0.96px rgba(0, 0, 0, 0.1);
    padding: 0.625rem 0.375rem;
}

.honor{
    width: 100%;
}

.honors{
    width: 20rem;
    margin: 30px auto 0;
}

.htitle {
    font-size: 36px;
    color: #9d9d9d;
    line-height: 0.917;
    text-align: center;
}

.honors a{
    width: 100%;
}

.honors img{
    width: 100%;
    height: auto;
}

.corp{
    width: 100%;
    padding: 30px 0;
}

.corps{
    width: 20rem;
    margin: 20px auto 0;
}

.inabox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.375rem;
}

.inabox:nth-child(even){
    flex-direction: row-reverse;
}

.inabox:nth-child(even) .inableft{
    padding-left: 0.375rem;
}

.inabox img{
    width: 10rem;
    height: auto;
}

.inableft{
    width: 10rem;
    background-color: #00479d;
}

.inabtitle {
    font-size: 0.3rem;
    color: #fff;
    font-weight: bold;
    line-height: 2.2;
}

.inabcont {
    font-size: 0.2rem;
    color: #fff;
}

.inabox:nth-child(1) .inableft{
    line-height: 4.5;
    padding: 0.375rem 0 0 1rem;
}

.inabox:nth-child(2) .inableft{
    line-height: 3;
    padding: 0.375rem 0 0 0.375rem;
}

.contact {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 30px;
}

.nav_top{
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.nav_tops{
    width: 20rem;
    height: 60px;
    display: flex;
    align-items: center;
    margin: auto;
}

.nav_tops a {
    font-size: 18px;
    color: rgb(0, 0, 0);
}

.contact .contitle{
    width: 100%;
    font-size: 36px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: center;
}

.contact form {
    width: 20rem;
    margin: 20px auto 0;
}

.contactTitle {
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.contactTitle div{
    width: 49%;
}

.contactTitle p {
    font-size: 18px;
    color: #000;
    line-height: 3;
}

.contactTitle p span {
    color: #ff0000;
}
  

.contactTitle input {
    width: 100%;
    height: 46px;
    display: block;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 0.25rem;
    border-radius: 0.125rem;
    border: 1px solid #c1c1c1;
    outline: none;
}

.contactTextarea {
    width: 100%;
    height: 2.625rem;
    background: #fff;
    padding-left: 20px;
    font-size: 14px;
    padding-top: 18px;
    border-radius: 0.125rem;
    border: 1px solid #c1c1c1;
    outline: none;
}

.contactubmit {
    display: flex;
    justify-content: center;
    margin-top: 0.25rem;
}

.contactubmit input {
    width: 2.15rem;
    height: 0.7rem;
    font-size: 0.3rem;
    color: #0559a1;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #0068b8;
}

.cmap{
    width: 100%;
    background-color: #f4f4f4;
    padding: 30px 0;
}

.cmaps{
    width: 20rem;
    height: 4.8rem;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    background-color: #fff;
    margin: auto;
    padding: 15px 15px 15px 50px;
}

.cmapc {
    font-size: 14px;
    color: #000;
    line-height: 3.4;
}

.gmap {
    width: 11.875rem;
    height: 100%;
}

.map1{
    width: 100%;
    height: 100%;
}

.inproduct {
    width: 100%;
    padding-bottom: 30px;
}

.inproducts {
    width: 20rem;
    margin: 20px auto 0;
}

.left_pro {
    float: left;
    width: 4.575rem;
    border: 1px solid #f3f3f3;
    padding: 3px;
}

.top_pro {
    width: 100%;
    height: 1.425rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #0065bb;
}

.top_pro p{
    font-size: 0.35rem;
    color: #fff;
    text-transform: uppercase;
}

.lprolist_top {
    width: 100%;
    height: 0.775rem;
    line-height: 0.775rem;
    padding-left: 8px;
    font-size: 0.25rem;
    color: #fff;
    background: url(../images/plist.png) right 7px center no-repeat #0065bb;
    cursor: pointer;
    margin-top: 10px;
}

.lprolist_top.active {
    background: url(../images/plist_active.png) right 7px center no-repeat #0065bb;
}

.lprolist_bot {
    display: none;
}

.lprolist_bot a {
    display: block;
    height: 0.5rem;
    line-height: 0.5rem;
    padding-left: 10px;
    background: #eeeeee;
    font-size: 0.175rem;
    color: #000;
    margin-top: 10px;
}

.lprolist_bot a:hover {
    color: #fff;
    background: #0065bb;
}

.lprocontact {
    font-size: 0.175rem;
    color: #000;
    line-height: 3.4;
    padding: 5px;
}

.right_pro {
    float: right;
    width: 15.25rem;
    display: flex;
    flex-wrap: wrap;
}

.inprobox{
    width: 32.5%;
    height: 6.7rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 5px 31.04px 0.96px rgba(0, 0, 0, 0.1);
    padding: 0.125rem 0.125rem 0.25rem;
    margin-right: calc(2.5% / 2);
    margin-bottom: 20px;
}

.right_pro .inprobox:nth-child(3n){
    margin-right: 0;
}

.inprobox img{
    width: 100%;
    height: auto;
}

.proshow{
    width: 100%;
}

.proshwtop{
    width: 100%;
    height: 6.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.proshow_left{
    width: 7.375rem;
}

.proshow_left img{
    width: 100%;
    height: auto;
}

.proshow_right{
    width: 7.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.proshtitle {
    font-size: 0.3rem;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.833;
}

.proshcont {
    font-size: 0.2rem;
    color: rgb(0, 0, 0);
    line-height: 2;
    text-align: justify;
}

.proshb {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
}

.proshb div {
    font-size: 0.3rem;
    color: #000;
}

.proshb span {
    font-size: 0.35rem;
    color: #0065bb;
}

.proshb img{
    width: 0.975rem;
    height: auto;
}

.proclas {
    width: 100%;
    height: 40px;
    background-color: #eeeeee;
    margin: 15px 0;
}

.proclass {
    width: 172px;
    height: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: #0065bb;
}

.prodeta {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 2.438;
    text-align: justify;
}

.prodeta img{
    max-width: 100%;
    height: auto;
}

.prodeta table{
    width: 100% !important;
    text-align: center;
}

.innew{
    width: 100%;
}

.innews{
    display: flex;
    flex-wrap: wrap;
    width: 20rem;
    margin: 10px auto 0;
}

.innews a{
    display: block;
    width: 49.5%;
    margin-right: 1%;
}

.innews a:nth-child(2n){
    margin-right: 0;
}

.innw {
    width: 100%;
    height: 2rem;
    display: flex;
    border: 1px solid #dcdcdc;
    background-color: #f2f2f2;
    margin-bottom: 0.375rem;
}

.innw img{
    width: 5.8125rem;
    height: auto;
}

.inner{
    overflow: hidden;
    padding: 0.375rem 0.25rem 0 0.25rem;
}

.innwtitle {
    font-size: 0.3rem;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.833;
}

.innwcont {
    font-size: 0.2rem;
    color: rgb(0, 0, 0);
    line-height: 2.4;
    text-align: justify;
}

.newshow{
    width: 100%;
}

.newshows{
    width: 20rem;
    margin: 20px auto 0;
}

.newst {
    font-size: 24px;
    color: rgb(51, 51, 51);
    text-align: center;
    margin: 30px 0 20px;
}

.newsp {
    font-size: 16px;
    color: rgb(153, 153, 153);
    text-align: center;
    text-transform: uppercase;
}

.newshows {
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 3;
    text-align: justify;
}

.search_main {
    width: 18%;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    top: 1.5625rem;
    right: 0;
    z-index: 999;
    margin-right: 6rem;
    padding: 0.1875rem 0.25rem;
}

.search_main form {
    float: left;
}

.search_main form input[type=text] {
    background: none;
    outline: none;
    width: 2.75rem;
    height: 0.5rem;
}

.search_main form input[type=submit] {
    background: url(../images/indexsearch.png) center no-repeat;
    border: none;
    width: 0.375rem;
    height: 0.375rem;
    position: relative;
    top: 0.0375rem;
    left: 0.1875rem;
}

.search_close {
    font-size: 0.5rem;
    float: right;
    line-height: 0.5rem;
    cursor: pointer;

}

.mobile-inner-header {
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    z-index: 99999;
    top: 0;
    background: #014eba;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.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 img {
    height: 65%;
}

.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: #014eba;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    display: none;
    z-index: 99999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    font-size: 16px;
    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);
}