  /*
    * @time Thu Dec 09 2021 10:46:14 GMT+0800 (中国标准时间)
    */
    @charset "utf-8";

    .clearfix:after,
    body,
    dd,
    div,
    dl,
    dt,
    form,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    html,
    input,
    label,
    li,
    ol,
    p,
    pre,
    table,
    tbody,
    td,
    textarea,
    tfoot,
    th,
    thead,
    tr,
    ul {
        margin: 0;
        padding: 0;
    }

    body,
    html {
        height: 100%;
    }

    body {
        font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    }

    li {
        list-style-type: none;
    }

    a {
        text-decoration: none;
        outline: 0;
        color: #000;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }

    a:hover {
        text-decoration: none;
        color: #0083de !important;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    iframe,
    img {
        border: 0;
    }

    img {
        vertical-align: top;
    }

    .clearfix {
        display: block;
    }

    .clearfix:after {
        content: "";
        overflow: hidden;
        width: 100%;
        height: 0;
        font-size: 0;
        display: block;
        clear: both;
    }

    i {
        font-style: normal;
    }
.area{ width: 1200px; margin: 0 auto;}
    .part {
        width: 840px;
     float: left;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    .title {
        font-size: 50px;
        color: #26bcef;
        line-height: 50px;
    }

    .list-more {
        margin: 50px auto;
        font-size: 24px;
        line-height: 2;
        height: 48px;
        width: 300px;
        text-align: center;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px;
        background: #1db4b0;
        color: #fff;
        cursor: pointer;
    }

    .domMob {
        display: none;
    }

    .domPc {
        display: block;
    }

    @-moz-keyframes hornPlay {
        from {
            width: 13px;
        }

        to {
            width: 20px;
        }
    }

    @-webkit-keyframes hornPlay {
        from {
            width: 13px;
        }

        to {
            width: 20px;
        }
    }

    @keyframes hornPlay {
        from {
            width: 13px;
        }

        to {
            width: 20px;
        }
    }

    @-moz-keyframes breath {
        from {
            -moz-transform: scale(1);
            transform: scale(1);
        }

        to {
            -moz-transform: scale(1.1);
            transform: scale(1.1);
        }
    }

    @-webkit-keyframes breath {
        from {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        to {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }
    }

    @keyframes breath {
        from {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            transform: scale(1);
        }

        to {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            transform: scale(1.1);
        }
    }

    body {
        width: 100%;
        overflow-x: hidden;
    }


    .list-tp {
        margin-bottom: 30px;
    }

    .list-tp .title {
        margin: 20px auto;
    }

    .list-tp .list-cont {
        border-top: 1px solid #ccc;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding-top: 20px;
    }

    .list-tp .list-cont .item {
        width: 24%;
        margin-bottom: 20px;
    }

    .list-tp .list-cont .item img {
        width: 100%;
    }

    .list-tp .list-cont .tit {
        font-size: 20px;
        line-height: 1.5;
    }

    .list-wz {
        margin-bottom: 30px;padding-top: 230px;
    }

    .list-wz .title {
        margin: 10px auto;
    font-size: 24px;
    float: left;
    color: #000;
    }
    .part .title {
        border-bottom: 2px solid #1DB4B0;
    }
    .list-wz .list-cont {
        background-color: #fff;    margin-top: -30px;
    }

    .list-wz .item {
        border-bottom: 1px dotted #ccc;
        padding: 30px 0;
        position: relative;
        padding-left: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .list-wz .item:before {
        content: "";
        width: 6px;
        height: 6px;
        background: #1DB4B0;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -3px;
    }

    .list-wz .item .tit {
        font-size: 20px;
        line-height: 1.5;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .list-wz .item .tit a {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #333;
    }

    .list-wz .item .tit .time {
        color: #b1b1b1;
        font-size: 14px;
        padding-right: 10px;
        white-space: nowrap;
    }

    .list-wz .item.item-pic {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .list-wz .item.item-pic .img {
        width: 260px;
        margin-right: 20px;
    }

    .list-wz .item.item-pic .img img {
        width: 100%;
    }

    .list-wz .item.item-pic .tit {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .foot {
        background: #174a91;
        padding: 40px 0 40px;
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
        color: #fff;
    }

    .domPC {
        display: block;
    }

    .domMobile {
        display: none;
    }


    .part_r {
        float: right;
        width: 315px;
    }
    .title em {
        float: left;
        width: 40px;
        display: block;
        height: 30px;
        background: url(https://russian.news.cn/2016/imgs/icon.png) no-repeat 0px 5px;
    }
    .title h2 {
        border-bottom: 2px solid #1db4b0;
        float: left;
        font-size: 24px;
        color: #000;
        padding-bottom: 5px
    }
     .title h2 a {
        color: #000;
        font-size: 24px
    }
    .fr {
        float: right !important;
        margin-right: 0px;
    }
    .part_r .title {
        margin: 10px 0px; line-height: 30px;
        width: 315px;
    }
    
    .part_r .photo .title h2 {
        border-bottom: 2px solid #1db4b0;
        font-size: 24px;
        padding: 0px;
        padding-bottom: 5px
    }
    
    .part_r .box4 {
        margin-top: 0px
    }
    
    .part_r .box4 .con {
        padding: 10px 0px
    }

    
    .part_r .picNews2 {
        background: #f1f1f1 url("https://imgs.news.cn/2015/img2015/Loading.gif") no-repeat scroll 50% 50%;
        overflow: hidden;
        position: relative;
        width: 315px;
        margin-bottom: 20px;
        height: auto
    }
    
    .part_r .picNews2 .picImg a {
        display: block;
        line-height: 0
    }
    
    .part_r .picNews2 .picImg img {
        width: 100%
    }
    
    .part_r .picNews2 .picBg {
        background: #000000 none repeat scroll 0 0;
        bottom: 0;
        height: 35px;
        left: 0;
        opacity: 0.4;
        position: absolute;
        width: 100%;
        z-index: 10;
    }
    
    .part_r .picNews2 .picTit {
        bottom: 0;
        color: #ffffff;
        font-weight: bold;
        height: 35px;
        left: 0;
        line-height: 35px;
        overflow: hidden;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 11;
    }
    
    .part_r .picNews2 .picTit a {
        color: #ffffff;
        line-height: 35px;
    }
    .sp2{height: 330px;}
    .sp2 p {
        margin-top: 10px;
        height: 65px;
        overflow: hidden;
        margin-bottom: 10px;
        line-height: 16px;
        font-size: 14px
    }
    
    .photo .title {
        position: relative
    }
    
    .photo .title em {
        background-position: 0px -183px;
        height: 40px
    }
    
    .photo .title h2 {
        border-bottom: 0px;
        font-size: 28px;
        padding-left: 10px
    }
    
    .photo .title h2 a {
        font-size: 24px
    }

    .sp2 li {
        width: 146px;
        float: left;
        position: relative;
        margin-bottom: 10px
    }
    .sp2 li:nth-child(2)
    {
        margin-left: 20px;
    }
    .sp2 li:nth-child(4)
    {
        margin-left: 20px;
    }
    .sp2 li img {
        width: 100%;
        height: 74px;
    }
    
    .sp2 .play {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 50%;
        margin-top: -30px;
        left: 50%;
        margin-left: -30px;
        background: url(http://russian.news.cn/2016/imgs/play.png) no-repeat -8px -88px
    }

    .video .title em {
        background: url("https://portuguese.news.cn/2021images/20210402videoIcon_v1.png") 0 0 no-repeat;
        height: 32px;
    }
    
    .video .videoList li {
        padding-bottom: 20px;
    }
    
    .video .videoList li+li {
        border-top: 1px solid #dcdcdc;
        padding-top: 20px;
    }
    
    .video .videoList li img {
        width: 100%;
        height: auto;
    }
    
    .video .videoList .img a {
        position: relative;
        display: block;
    }
    
    .video .videoList .img a::before {
        content: "";
        position: absolute;
        width: 53px;
        height: 53px;
        left: 50%;
        margin-left: -26px;
        top: 50%;
        margin-top: -26px;
        background: url("https://portuguese.news.cn/2020new/css/images/play.png") 0 0 no-repeat;
        z-index: 2;
        cursor: pointer;
    }
    
    .video .videoList .tit {
        line-height: 20px;
        margin: 8px 0 0 0;
        position: relative;
    }
    .listTxt1-1 li {
        line-height: 20px;
        margin: 6px 0;
        position: relative;
        padding: 7px 0px 12px 10px;
        border-bottom: 1px solid #dcdcdc
    }
    
    .listTxt1-1 li a {
        font-size: 16px;
    }
    
    .listTxt1-1 li.imp {
        border: 0px
    }
    
    .listTxt1-1 .dSquare {
        display: block;
        height: 6px;
        width: 6px;
        position: absolute;
        left: 0px;
        top: 15px;
        margin-top: -1px;
        background: #92e2d2;
    }

    
    /**/
.accordion3 {
    width: 350px;
    text-align: left;
}

.accordion3 ul li {
    border-bottom: 1px solid #eaeaea;
	padding:15px 0 15px 0;
}

.accordion3 ul li h3 {
    color: #333;
    font: normal 14px/50px;
    overflow: hidden;
    padding-right: 5px;
    background: url(https://portuguese.news.cn/imgs/qhicon.png) no-repeat 10px 23px;
}

.accordion3 ul li h3 a {
    /*padding-top: 8px;*/
    display: block;
    float: left;
    width: 260px;
    color: #666;
    font-size: 16px;
    line-height: 20px
}

.accordion3 ul li h3 span {
    float: left;
    width: 30px;
    padding-left: 30px;
    margin-right: 10px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    display: block
}

/*.accordion3 ul li.on {
    border-bottom: 0px
}
*/
.accordion3 ul li.on h3 {
    line-height: 25px;
}

.accordion3 ul li.on h3 a {
    line-height: 20px;
    color: #3156a3;
    font-size: 16px
}

.accordion3 ul li.on h3 span {
    height: 60px;
    line-height: 60px;
    font-size: 36px;
    color: #fff;
    background: #1db4b0;
    padding-left: 0px;
    text-align: center;
    width: 60px
}

.accordion3 .accordionImg img {
    width: 100%;
    height: 160px;
    display: block;
}

.tag {
    margin: 25px 0px;
    overflow: hidden
}

.tag li em {
    background: url(https://russian.news.cn/2016/imgs/tagbg.png) no-repeat;
    width: 25px;
    height: 24px;
    display: block;
    float: left
}

.tag li {
    float: left;
    margin: 5px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

.tag li a {
    background: url(https://russian.news.cn/2016/imgs/tagbg.png) no-repeat right;
    display: block;
    float: left;
    padding-right: 10px;
    color: #95999e
}

.mh .title em {
    background-position: -142px 5px
}

.mhlist li {
    background: url(https://portuguese.news.cn/imgs/mhbg.jpg) no-repeat;
    height: 68px;
    padding: 10px 40px;
    margin-bottom: 20px;
    overflow: hidden
}

.mhlist li a {
    display: block;
    height: 75px;
    overflow: hidden
}

.blue {
    background: #1db4b0;
    overflow: hidden
}





#head {
	width: 100%;
	height: 227px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	background: none repeat scroll 0% 0% #FFF;
}
.head {
	height: 160px;
	background: url(https://portuguese.news.cn/imgs/topbg.jpg) repeat-x #1f7b67;
}
.head .top {
	width: 1000px;
	margin: 0px auto
}
.head .logo {
	width: 402px;
	height: 77px;
	float: left;
	margin-top: 50px
}
.head .logo h1 {
	color: #fff;
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
}
.head .logo h2 {
	color: #fff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 40px
}
.head .topR {
	background: url(https://portuguese.news.cn/imgs/topr.jpg) no-repeat;
	width: 175px;
	height: 77px;
	float: right;
	margin-top: 28px;
	padding: 15px 25px
}
.btn-select {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 31px;
    font: 14px/20px;
    color: #666;
}

.btn-select .cur-select {
    position: absolute;
    display: block;
    width: 100%;
    height: 29px;
    line-height: 29px;
    text-indent: 10px;
    background: url("http://russian.news.cn/2016/imgs/sel_icon.jpg") no-repeat right 0px #fff;
    border: 1px solid #dfe5ed;
    font-size: 16px
}

.btn-select:hover .cur-select {
    background-color: #fff;
}

.btn-select select {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 25px;
    opacity: 0;
    font: 14px/20px "Microsoft YaHei";
    color: #000;
}

.btn-select select option {
    text-indent: 10px;
}

.btn-select select option:hover {
    background-color: #fff;
    color: #666;
}

.head .topR .btn {
    margin-top: 10px
}

.head .topR .btn img {
    width: 100%
}
/*导航*/
.nav5 {
	position: relative;
	z-index: 1;
	color: #333;
	line-height: 62px;
	height: 62px;
	background: #f3f4f9;
	border-bottom: 1px solid #e1e2e7;
}
.navcon {
	width: 1200px;
	margin: 0px auto
}
.navList {
	width:1200px;
	position: relative;
	float: left;
	}
.navList h3 {
	font-size: 100%;
	font-weight: normal;
	font-size: 18px;
}
.navList .m {
	float: left;
	padding: 0px 23px;
	display: inline;
	text-align: center;
	border-right: 1px solid #dee0e5
}
.navList .m1 {
	float: left;
	display: inline;
}
.navList .m h3 i {
	display: inline-block;
 *display: inline;
	zoom: 1;
	width: 11px;
	height: 6px;
	background: url(https://russian.news.cn/2016/imgs/nav_ico.jpg) no-repeat;
	overflow: hidden;
	margin: -2px 0 0 5px;
	vertical-align: middle;
}
.navList h3 a {
	zoom: 1;
	height: 60px;
	line-height: 60px;
	display: block;
	color: #333;
	font-size: 18px
}
.navList .on h3 a {
	padding: 0px;
}
.navList .on h3 a i {
	filter: "alpha(opacity=100)";
	/* IE 8 */
	filter: alpha(opacity=100);
	/* IE 4-7 */
	zoom: 1;
	opacity: 1;
}
.navList .sub {
	display: none;
	width: 950px;
	position: absolute;
	top: 62px;
	background: #7bddd7;
	float: left;
	line-height: 24px;
	padding: 5px 0px;
	z-index: 10000;
	height: 30px;
	overflow: hidden;
	left: 0px;
	padding-left: 10px;
	left: 1px
}
.navList .sub li {
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	float: left;
	border-right: 1px solid #fff;
	margin: 5px 0px
}
.navList .sub li a {
	color: #fff;
	display: block;
	zoom: 1;
	font-size: 13px;
	line-height: 20px;
	padding: 0px 9px
}
.navList .sub li a:hover {
	color: #274472;
}
.navList .sub li.imp {
	border-right: 0px
}
#m3 .sub {
	width: 220px;
	left: 147px
}
#m4 .sub {
	width: 330px;
	left: 281px
}
#m7 .sub {
	width: 135px;
	left:1040px
}
#m8 .sub {
	width: 243px;
	left: 747px
}
#m9 .sub {
	width: 560px;
	left: 429px
}
#searchArea {
	width: 40px;
	position: relative;
	float: right;
	margin-top: 16px
}
#searchArea .inputTxt {
	width: 0;
	height: 32px;
	background: url(https://portuguese.news.cn/imgs/tit_fdj2.png) no-repeat right 1px #7bddd7;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	border-radius: 3px;
	color: #fff;
	z-index: 3;
	line-height: 32px
}
#searchArea .btn1 {
	width: 29px;
	height: 30px;
	background: url(https://portuguese.news.cn/imgs/tit_fdj.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}
#searchArea .btnSubmit {
	width: 29px;
	height: 30px;
	position: absolute;
	right: 1px;
	top: 0;
	overflow: hidden;
	text-indent: -999px;
	z-index: 10000;
	display: none;
	background: url(https://russian.news.cn/2016/imgs/tit_fdj2.png) no-repeat;
	cursor: pointer
}
.time {
	background: url(https://russian.news.cn/2016/imgs/clock.png) no-repeat;
	height: 35px;
	padding-left: 30px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px
}
.rss {
	float: right;
	margin-top: 5px
}

    
    



    @media screen and (max-width: 768px) {
        .domMob {
            display: block;
        }

        .domPc {
            display: none;
        }

        body {
            overflow-x: hidden;
            width: 100%;
            min-width: 100%;
        }

        .part {
            width: 100%;
        }

        body {
            background: #f5f5f5;
            height: auto;
        }
        .area{width: 100%;}
        .part {
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px 20px;
            width: 100%;
            background: #fff;
        }

        a:visited {
            color: #999;
        }

        body.stopScroll {
            height: 100%;
            overflow: hidden;
        }

        .top-nav-pro-cont::-webkit-scrollbar {
            width: 0;
            height: 0;
            color: transparent;
        }

        .list-tp {
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .list-tp .title {
            font-size: 20px;
            line-height: 30px;
            margin: 10px auto;
        }

        .list-tp .list-cont {
            padding-top: 15px;
        }

        .list-tp .list-cont .item {
            width: 48%;
            margin-bottom: 10px;
        }

        .list-tp .list-cont .tit {
            font-size: 18px;
            line-height: 1.5;
        }

        .list-wz {
            margin-top: 10px;
            margin-bottom: 10px; padding-top: 30px;
        }

        .list-wz .title {
            font-size: 20px;
            line-height: 30px;
            margin: 10px auto;
        }
        .list-wz .list-cont {
            margin-top: 0px;
        }
        .time{ padding-left:0px;}
        .list-wz .item {
            padding: 15px 0;
            padding-left: 10px;
        }

        .list-wz .item:before {
            width: 4px;
            height: 4px;
            left: 0;
            top: 27px;
            margin-top: 0;    background: none;
        }

        .list-wz .item .tit {
            font-size: 18px;
            display: block;
        }

        .list-wz .item .tit a,
        .list-wz .item .tit span {
            display: block;
        }

        .list-wz .item.item-pic .img {
            width: 110px;
            margin-right: 10px;
        }

        .list-wz .item.item-pic:before {
            top: 52px;
        }

        .list-more {
            margin: 20px auto 10px;
            font-size: 16px;
            line-height: 32px;
            height: 32px;
            -webkit-border-radius: 16px;
            -moz-border-radius: 16px;
            border-radius: 16px;
            width: 150px;background: #1db4b0;
        }

        .domPC {
            display: none;
        }

        .domMobile {
            display: block;
        }

        .foot {
            background: #174a91;
            -webkit-background-size: 100% 100%;
            -moz-background-size: 100%;
            background-size: 100%;
            font-size: 12;
            color: #fff;
            line-height: 1.5;
        }




        /* 侧导航 */

aside {
	position: fixed;
	width: 150px;
	height: 100%;
	padding: 10px; /*border-top:1px solid #7ecef3;*/
	background: #1F7B67;
	z-index: 9999;
	top: 50px;
	right: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: left;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 300ms;
}
aside ul {
	margin-top: 10px;
	padding-bottom: 50px;
}
aside li {
	padding: 5px 0px;
	overflow: hidden;
	border-bottom:1px solid #8FD8C4
}
aside li a {
	display: block;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
/* 侧导航打开给body加的class */

.navOpen {
	overflow: hidden;
}
.navOpen aside {
	right: 0px;
}
/*banner*/
.main {padding:0px }
header {
	width: 100%;
	height: 50px;
	background: #1F7B67;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9990;
}
header .logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 62px;
	height: 100%;
	background: url(http://www.news.cn/politics/2016qglh/mobile/img/logo2.jpg) 0 50% no-repeat;
	background-size: 100% auto;
}
header .banner {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-size: auto 56%;
	color:#fff;
	font-size:22px;
	font-weight:bold;
}
header .navBar {
	display: block;
	width: 30px;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 2px;
	z-index: 2;
}
header .navBar i {
	display: block;
	width: 25px;
	height: 2px;
	background: #fff;
	position: relative;
	top: 20px;
	left: 5px;
}
header .navBar i::before {
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	background: #fff;
	position: relative;
	top: -6px;
	left: 0px;
}
header .navBar i::after {
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	background: #fff;
	position: relative;
	top: 4px;
	left: 0px;
}
header .navBar em {
	display: block;
	width: 2px;
	height: 40px;
	background: #1F7B67;
	position: relative;
	top: -2px;
	left: 7px;
}
/*nav*/

.nav {
	width: 92%;
	height: 24px;
	margin: 0px auto;
	padding: 0px 0 0px 0;
	background: #1F7B67;
}
.nav .swiper-wrapper {
	padding: 0 2%;
	height:24px;
	}
.nav a {
	border-radius: 3px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0 0px;
	font-size: 14px;
	color: inherit;
	vertical-align: middle;
}
.nav .swiper-slide {
	display: inline-block;
	text-align: center;
	background: #e9e9e9;
	width: auto;
	line-height:20px;
	height:25px;
	padding: 1px 2.8%;
	font-size:14px; /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.nav .swiper-slide a {
	color: #1F7B67;
	line-height:20px;
}
.nav .on, .nav .on a {
	color: #1F7B67;
	line-height:20px;
	background:#fff;
}
.swiper-container {
	height:auto;
	width: 100% !important;
}
.nav .swiper-slide { margin-right:10px}

    }




