* {
    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%;
    animation: scale_b 5s linear infinite alternate;
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}

.banner .swiper-slide {
    overflow: hidden;
}

@keyframes scale_b {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.index_head {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    transition: all 0.65s;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.index_heads {
    max-width: 1700px;
    margin: auto;
}

.index_head1 {
    overflow: hidden;
    transition: all 0.6s;
}

.index_head1_logo {
    float: left;
    margin-top: 25px;
}

.index_head1_nav {
    float: right;
    cursor: pointer;
    margin-top: 20px;
}

.index_head2 {
    width: 100%;
    background: rgba(4, 94, 206, 0.8);
    -webkit-box-shadow: #24709c 0px 0px 10px;
    -moz-box-shadow: #24709c 0px 0px 10px;
    box-shadow: #24709c 0px 0px 10px;
    padding: 0 20px;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.65s;
    height: 127px;
}

.index_head2_logo {
    float: left;
    margin-top: 28px;
}

.index_head1_logo img,
.index_head2_logo img {
    width: 85%;
}

.index_head2_language {
    float: right;
    height: 127px;
    line-height: 127px;
}

.index_head2_language a {
    font-size: 20px;
    color: #fff;
}

.index_head2_search {
    float: right;
    height: 127px;
    line-height: 127px;
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
    cursor: pointer;
}

.index_head2_search img {
    margin-right: 10px;
    margin-top: -3px;
}

.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 130px;
    display: none;
    z-index: 9999;
    background: rgba(4, 94, 206, 1);
    padding: 18px 2%;
}

.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../images/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}

.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 1);
}

.search-box form .text {
    font-size: 12px;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    outline: none;
}

.search-box form .submit {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../images/indexsearch.png) no-repeat center;
    border: none;
}

.search-box form .text::-webkit-input-placeholder {
    color: #fff;
}

.search-box form .text:-moz-placeholder {
    color: #fff;
}

.search-box form .text::-moz-placeholder {
    color: #fff;
}

.search-box form .text:-ms-input-placeholder {
    color: #fff;
}

.index_head2_nav {
    float: right;
    margin-right: 25px;
}

.index_head2_nav ul {
    margin-bottom: 0;
}

.index_head2_nav ul li {
    float: left;
    height: 127px;
    line-height: 127px;
    padding: 0 25px;
}

.index_head2_nav ul li a {
    display: block;
    font-size: 20px;
    color: #fff;
}

.title {
    text-align: center;
}

.maintitle {
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.titles {
    font-size: 16px;
    color: #898989;
}

.product {
    width: 100%;
    margin-top: 20px;
}

.pro {
    float: left;
    height: 840px;
    width: calc(65% / 3);
    transition: all 0.6s;
    position: relative;
}

.pro a {
    display: block;
    width: 100%;
    height: 100%;
}

.pro.active {
    width: 35%;
}

.pro_name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: rgba(19, 80, 171, 0.6);
    text-align: center;
    line-height: 100px;
    font-size: 36px;
    color: #fff;
    transition: all 0.6s;
}

.pro.active .pro_name {
    bottom: 45%;
}

.case_nav {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    font-size: 0;
    text-align: center;
}

.case_nav a {
    font-size: 26px;
    color: #000;
    padding: 0 10px;
    border-right: 1px solid #000;
}

.case_nav a:last-child {
    border-right: none;
}

.case_nav a.active {
    color: #055fce;
    font-weight: bold;
}

.caselist {
    max-width: 1700px;
    margin: 35px auto 0;
}

.caselist_nav {
    position: relative;
    padding: 0 40px;
}

.casenavswiper a {
    display: block;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    height: 52px;
    line-height: 52px;
    background: #045ece;
    font-size: 22px;
    color: #fff;
}

.casenavswiper .swiper-slide.active a {
    background: #1350ab;
}

.caselist_nav .swiper-button-prev {
    top: 20%;
    left: 0;
    width: 20px;
    height: 33px;
    background: url(../images/left_pro.png) center no-repeat;
    margin-top: 0;
}

.caselist_nav .swiper-button-next {
    top: 20%;
    right: 0;
    width: 20px;
    height: 33px;
    background: url(../images/right_pro.png) center no-repeat;
    margin-top: 0;
}

#certify .swiper-container {
    margin: 25px auto 0;
    display: none;
}

#certify .swiper-slide {
    width: 668px;
    text-align: center;
}

#certify .swiper-slide img {
    width: 100%;
}

#certify .swiper-slide p {
    font-size: 20px;
    color: #000;
    margin-top: 20px;
}

.caselists {
    display: none;
}

.about {
    width: 100%;
    overflow: hidden;
}

.left_ab {
    float: left;
    width: 50%;
}

.left_ab img {
    width: 100%;
}

.right_ab {
    float: left;
    width: 41%;
    margin-left: 2.3%;
}

.abtitle {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}

.abtitle span {
    color: #045ece;
}

.abcon {
    font-size: 18px;
    color: #000;
    text-indent: 2em;
    line-height: 2.7;
    margin-top: 10px;
}

.abmore {
    margin-top: 45px;
}

.abmore a {
    display: block;
    width: 205px;
    height: 52px;
    line-height: 52px;
    border-radius: 30px;
    background: #045ece;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.shuju {
    width: 100%;
    overflow: hidden;
    background: url(../images/image_12.jpg) center no-repeat;
    padding: 25px 0;
}

.sj {
    width: 20%;
    float: left;
    text-align: center;
}

.sj_top {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.sj_top b {
    font-size: 60px;
}

.sj_bot {
    font-size: 30px;
    color: #fff;
}

#certify1 .swiper-container {
    max-width: 1700px;
    margin: 40px auto 0;
}

#certify1 .swiper-slide {
    width: 501px;
    text-align: center;
}

#certify1 .swiper-slide img {
    width: 100%;
}

#certify1 .swiper-slide p {
    font-size: 20px;
    color: #000;
    margin-top: 10px;
    display: none;
}

#certify1 .swiper-slide.swiper-slide-active p {
    display: block;
}

#service .maintitle,
#service .titles {
    color: #fff;
}

.service {
    max-width: 1700px;
    margin: 80px auto 0;
    overflow: hidden;
    position: relative;
}

.right_service {
    float: right;
    width: 44.2%;
}

.right_service img {
    width: 100%;
}

.left_service {
    float: left;
    width: 55.8%;
}

.ser_con {
    font-size: 24px;
    color: #fff;
    line-height: 2;
    padding: 250px 40px 55px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.ser_intro {
    text-align: center;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    line-height: 2.5;
    margin-top: 15px;
}

.ser_nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 53%;
    z-index: 999;
}

.ser_navs {
    width: 24%;
    height: 160px;
    margin-right: calc(4% / 3);
    border: 2px solid #fff;
    text-align: center;
    cursor: pointer;
    background: #fff;
    padding-top: 25px;
    float: left;
}

.ser_navs:last-child {
    margin-right: 0;
}

.ser_nav_num {
    font-size: 36px;
    color: #176ad0;
    font-weight: bold;
}

.ser_nav_title {
    font-size: 24px;
    color: #176ad0;
    font-weight: bold;
    margin-top: 5px;
}

.ser_navs.active {
    background: none;
}

.ser_navs.active .ser_nav_num {
    color: #fff;
}

.ser_navs.active .ser_nav_title {
    color: #fff;
}

.new {
    max-width: 1700px;
    margin: 50px auto 0;
    overflow: hidden;
}

.newitem {
    float: left;
    width: 24.2%;
    margin-right: calc(3.2% / 3);
}

.newitem:last-child {
    margin-right: 0;
}

.newpic img {
    width: 100%;
}

.newcontainer {
    width: 100%;
    background: #f3f3f3;
    height: 300px;
    padding: 15px 10px 0;
}

.newtitle {
    font-size: 20px;
    color: #000;
}

.newcon {
    font-size: 14px;
    color: #666;
    line-height: 2.5;
    margin-top: 15px;
}

.newitem:hover .newcontainer {
    background: #176ad0;
}

.newitem:hover .newtitle {
    color: #fff;
}

.newitem:hover .newcon {
    color: #fff;
}

.newmore {
    margin-top: 40px;
    text-align: center;
}

.newmore a {
    display: inline-block;
    width: 205px;
    height: 52px;
    line-height: 52px;
    border-radius: 30px;
    background: #045ece;
    font-size: 22px;
    color: #fff;
}

.copy {
    height: 98px;
    line-height: 98px;
    text-align: center;
    width: 100%;
    background: #003d89;
    font-size: 16px;
    color: #fff;
}

.copy a {
    font-size: 16px;
    color: #fff;
    margin-left: 8px;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: url(../images/fbg.jpg) center no-repeat;
    height: 558px;
    padding-top: 80px;
}

.foots {
    max-width: 1700px;
    margin: auto;
}

.flogo {
    float: left;
    margin-top: 160px;
    width: 26%;
}

.flogo img {
    width: 100%;
}

.fcontact {
    float: left;
    margin-left: 6.7%;
    margin-right: 2%;
}

.ftitle {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.fcon p {
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
}

.flist a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
}

.fnav {
    float: left;
    margin-right: 4%;
}

.saoma img {
    margin-top: 25px;
    width: 143px;
}

.inservice {
    width: 100%;
    overflow: hidden;
    background: #0d448b;
    padding: 60px 0;
}

.inservice .maintitle,
.inservice .titles {
    color: #fff;
}

.innew {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 60px;
}

.innews {
    max-width: 1595px;
    margin: 15px auto 0;
}

.innw {
    width: 100%;
    overflow: hidden;
    border: 1px solid #1e69ac;
    margin-top: 30px;
}

.innew_pic {
    float: left;
    width: 26%;
}

.innew_pic img {
    width: 100%;
}

.innew_intro {
    width: 74%;
    float: left;
    padding: 0 20px;
}

.innew_title {
    border-bottom: 1px solid #000;
    line-height: 43px;
    font-size: 18px;
    color: #000;
}

.innew_date {
    font-size: 15px;
    color: #7f7f7f;
    margin-top: 12px;
}

.innew_con {
    font-size: 16px;
    color: #7f7f7f;
    line-height: 36px;
    margin-top: 5px;
}

.innew_more {
    margin-top: 10px;
    width: 93px;
    height: 30px;
    background: #1e69ac;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.news_info {
    text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
}

#art_content {
    word-break: break-all;
    font-size: 13px;
    padding: 0 0 10px 0;
}

#art_content img {
    max-width: 920px;
}

.newshow {
    width: 100%;
    overflow: hidden;
}

.newshows {
    max-width: 1595px;
    margin: 20px auto 40px;
}

.incase {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.incases {
    max-width: 1595px;
    margin: 20px auto 0;
}

.incases a {
    display: block;
    float: left;
    width: 24.5%;
    margin-right: calc(2% / 3);
    margin-bottom: 12px;
}

.incases a img {
    width: 100%;
}

.incases a:nth-child(4n) {
    margin-right: 0;
}

.intitle {
    text-align: center;
    font-size: 36px;
    color: #000;
}

.inabout {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 50px;
}

.abnav {
    text-align: center;
    margin-top: 35px;
}

.abnav a {
    display: inline-block;
    margin: 0 60px;
}

.abnav_title {
    font-size: 26px;
    color: #7a7a7a;
}

.inabpic {
    max-width: 1595px;
    margin: 35px auto 0;
}

.inabpic img {
    width: 100%;
}

.inabouts {
    position: relative;
    background: #fff;
    border-radius: 30px;
    max-width: 1430px;
    margin: -300px auto 0;
    padding: 45px;
    -webkit-box-shadow: #b8b8b8 0px 0px 20px;
    -moz-box-shadow: #b8b8b8 0px 0px 20px;
    box-shadow: #b8b8b8 0px 0px 20px;
}

.inabouts .shuju {
    background: none;
    padding-top: 0;
    height: auto;
}

.inabouts .shuju .sj_top,
.inabouts .shuju .sj_bot {
    color: #006cd1;
}

.inabcon {
    text-indent: 2em;
    font-size: 22px;
    color: #000;
    line-height: 3;
    margin-top: 45px;
}

.history {
    width: 100%;
    overflow: hidden;
    height: 812px;
    background: url(../images/hisbg.png) center no-repeat;
    padding-top: 30px;
}

.history .title {
    color: #fff;
}

.history_top {
    max-width: 1450px;
    margin: 65px auto 0;
}

.history_tops {
    float: left;
    width: 10%;
    text-align: center;
    cursor: pointer;
}

.history_tops_year {
    font-size: 23px;
    color: #fff;
    margin-top: 15px;
}

.history_tops_circle {
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #b5b5b5;
}

.history_tops.active .history_tops_circle {
    width: 68px;
    height: 68px;
    border: 4px solid #fff;
    background: #002f56;
    margin-top: -17px;
}

.history_tops.active .history_tops_year {
    margin-top: 4px;
}

.history_bot {
    max-width: 1595px;
    margin: 50px auto 0;
    overflow: hidden;
    position: relative;
}

.swiper-container.historyswiper {
    width: 83%;
    margin: auto;
}

.history_left {
    width: 49.5%;
    float: left;
}

.history_left img {
    width: 100%;
}

.history_right {
    float: right;
    width: 43%;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    margin-top: 50px;
}

.history_bot .swiper-button-prev {
    width: 21px;
    height: 36px;
    background: url(../images/prev-history.png) center no-repeat;
}

.history_bot .swiper-button-next {
    width: 21px;
    height: 36px;
    background: url(../images/next-history.png) center no-repeat;
}

.culture {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 50px;
}

.cultures {
    max-width: 1595px;
    margin: 25px auto 0;
}

.cul {
    width: 50%;
    float: left;
    background: #006cd1;
}

.cul_pic {
    width: 50%;
    float: left;
}

.cul_pic img {
    width: 100%;
}

.cul_intro {
    width: 45%;
    float: left;
    margin-left: 4%;
    padding-top: 45px;
}

.cul_title {
    font-weight: bold;
    font-size: 23px;
    color: #fff;
}

.cul_con {
    font-size: 19px;
    color: #fff;
    line-height: 42px;
    margin-top: 25px;
}

.history .intitle {
    color: #fff;
}

.inproduct {
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
}

.inproducts {
    max-width: 1595px;
    margin: auto;
}

.inpro_fl {
    float: left;
    width: 17%;
}

.inpro_fr {
    float: right;
    width: 81%;
}

.inpro_fl_top {
    text-align: center;
    position: relative;
    line-height: 70px;
    background: #1e69ac;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.inpro_fl_top span {
    font-family: "Arial";
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

.inpro_fl_top::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 24px;
    background: #fff;
    top: 24px;
    left: 25px;
}

.inpro_fl_list {
    margin-top: 9px;
}

.inpro_fl_list a {
    display: block;
    margin-bottom: 3px;
    line-height: 43px;
    border: 1px solid #efefef;
    font-size: 14px;
    color: #000;
    padding-left: 40px;
    background: url(../images/product_06.jpg) left 22px center no-repeat;
}

.inpro_fl_contact {
    width: 100%;
    overflow: hidden;
    border: 1px solid #efefef;
    padding: 4px;
}

.inpro_fl_contact_pic {
    position: relative;
}

.inpro_fl_contact_pic img {
    width: 100%;
}

.inpro_fl_contact_pic p {
    position: absolute;
    font-family: "Arial";
    font-size: 22px;
    color: #1e69ac;
    font-weight: bold;
    right: 15px;
    top: 70px;
}

.inpro_fr_top img {
    width: 100%;
}

.inpro_fr_list {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.inpro_fr_list a {
    display: block;
    float: left;
    width: 24.4%;
    margin-bottom: 15px;
    margin-right: 0.8%;
}

.inpro_fr_list a:nth-child(4n) {
    margin-right: 0;
}

.inpro_fr_list a img {
    width: 100%;
}

.inpro_fr_list a p {
    margin-top: 3px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    color: #000;
}

.inproshow_top {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.inproshow_top_fl {
    float: left;
    width: 44.2%;
}

.inproshow_top_fl img {
    width: 100%;
}

.inproshow_top_fr {
    float: right;
    width: 51%;
}

.inproshow_top_fr_con p {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}

.inproshow_top_fr_tel {
    font-size: 18.6px;
    color: #000;
    margin-top: 20px;
}

.inproshow_top_fr_tel span {
    font-family: "Arial";
    font-size: 34px;
    color: #1e69ac;
    font-weight: bold;
}

.inproshow_bot {
    margin-top: 20px;
}

.inproshow_bot_title {
    padding-left: 15px;
    line-height: 50px;
    background: #eeeeee;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.inproshow_bot_con {
    margin-top: 25px;
}

.inproshow_bot_con img {
    max-width: 100%;
}

.g-gywm {
    max-width: 1542px;
    margin: 35px auto;
    overflow: hidden;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    overflow: hidden;
    background: #003d89;
    padding: 60px 0 0 40px;
    height: 635px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}

.mobile-inner-header {
    background-color: rgba(0, 61, 173, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.mobile-inner-header-icon {
    color: #fff;
    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-color: rgba(0, 61, 173, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #fff;
    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);
}
