@charset "utf-8";

body {
    color: #333;
    font-size: 14px;
    font-family: "微锟斤拷锟脚猴拷", Helvetica, Arial, Tahoma;
    margin: 0 auto;
    position: relative;
}

.img-hide {
    overflow: hidden;
}

.img-hide img {
    transition: 0.5s all;
}

.img-hide:hover img {
    transform: scale(1.1, 1.1);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
   
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,
button:hover,
input:focus {
    outline: none !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.overflow {
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
}

img {
    max-width: 100%;
}

.imged {
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    padding-top: 57%;
}

.imged img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container {
    width: 1430px;
}

.menu-button {
    position: absolute;
    display: none;
    top: 18px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross {
    margin-top: -8px;
}

.cross .bar {
    margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

.nav-down li {
    display: block;
    padding: 0;
}

.nav-down li a {
    font-size: 16px;
    color: #907e62;
    line-height: 35px;
}

.nav-list li:hover .nav-down {
    display: block;
}

.banner-slick {
    margin: 0;
    overflow: hidden;
}

.banner-slick .slick-dots {
    bottom: 106px;
}

.banner-slick .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 1px #fff;
}

.banner-slick .slick-dots li.slick-active {
    background: #105401;
}

.banner-slick .slick-dots li button {
    opacity: 0;
}

.dh li:nth-child(2),
.dh .col-xs-3:nth-child(2) {
    animation-delay: 0.2s;
}

.dh li:nth-child(3),
.dh .col-xs-3:nth-child(3) {
    animation-delay: 0.4s;
}

.dh li:nth-child(4),
.dh .col-xs-3:nth-child(4) {
    animation-delay: 0.6s;
}

.dh li:nth-child(5) {
    animation-delay: 0.8s;
}

.dh li:nth-child(6) {
    animation-delay: 1s;
}

.dh li:nth-child(7) {
    animation-delay: 1.2s;
}

.dh li:nth-child(8) {
    animation-delay: 1.4s;
}

.dh li:nth-child(9) {
    animation-delay: 1.4s;
}

.dh li:nth-child(10) {
    animation-delay: 1.4s;
}

.dh li:nth-child(11) {
    animation-delay: 1.4s;
}

.dh li:nth-child(12) {
    animation-delay: 1.4s;
}

.dh li:nth-child(13) {
    animation-delay: 1.4s;
}

.dh li:nth-child(14) {
    animation-delay: 1.4s;
}

.dh li:nth-child(15) {
    animation-delay: 1.4s;
}

.dh li:nth-child(16) {
    animation-delay: 1.4s;
}

.dh li:nth-child(17) {
    animation-delay: 1.4s;
}

.dh li:nth-child(18) {
    animation-delay: 1.4s;
}

.dh li:nth-child(19) {
    animation-delay: 1.4s;
}

.dh li:nth-child(20) {
    animation-delay: 1.4s;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: url(../images/bg1.png) no-repeat;
    z-index: 10000;
    height: 248px;
}

.logo {
    margin: 25px 0 15px;
    /* width:380px; */
}

.nav-list {
    width: calc(100% - 450px);
    padding-top: 35px;
    width: 100%;
    padding-top: 0;
    /* text-align: center; */
}

.nav-list>li {
    display: inline-block;
    padding: 0 25px;
    position: relative;
    /* padding: 0; */
    /* width: 12.2%; */
}

.nav-list li a {
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 50px;
    font-weight: bold;
}

.nav-down {
    position: absolute;
    display: none;
    left: 0%;
    top: 99%;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    right: 0;
}

.nav-down li {
    float: none;
    margin: 0;
}

.nav-down li a {
    line-height: 38px;
    font-size: 15px;
    color: #333;
}

.nav-down li a:hover {
    background: #0e4b7b;
    color: #fff;
}

.nav-list>li.active a,
.nav-list>li:hover>a {
    /* border-bottom: 1px solid #8fb4cc; */
}

.search-a {
    width: 18px;
    height: 18px;
    background: url(../images/ss.png) no-repeat center;
    display: block;
    /* float: left; */
    /* padding-top: 55px; */
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 5px;
    z-index: 2;
}

.search-box {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 90px;
    background: rgba(0, 0, 0, 0.6);
    padding: 105px 0;
    z-index: 10000;
}

.search-width {
    width: 700px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding-right: 100px;
}

.search-width .form-control {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
}

.btn-search,
.btn-search:hover,
.btn-search:focus {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    border-radius: 0;
    height: 50px;
    background: #276217 url(../images/ss.png) center no-repeat;
}

/* new1 */
.new1 {
    width: 100%;
}

.new1 h2,
.link_list h2 {
    text-align: center;
    font-size: 30px;
    color: #333;
    margin: 0px 0 21px;
}

.new1-l {
    width: 52%;
    padding-right: 40px;
}

.new1-r {
    width: 48%;
}

.new1-l .newl-b {
    background: #f8f8f8;
    padding: 35px 35px 24px;
}

.new1-l .newl-b a {
    font-size: 16px;
    display: block;
}

.new1-l .newl-b span {
    font-size: 14px;
    color: #999999;
    border-bottom: 1px solid #105401;
    display: block;
    padding: 15px 0;
    width: 80px;
}

.new1-l .newl-b p {
    font-size: 14px;
    color: #777;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
}

.new1-r ul {
    margin: 0 -15px;
}

.new1-r li {
    width: 50%;
    padding: 0 15px;
    float: left;
    margin-bottom: 20px;
}

.new1-r li .list-img {
    position: relative;
}

.new1-r li .list-img span {
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    bottom: 0;
    left: 35px;
    position: absolute;
}

.new1-r li p {
    padding: 20px;
    line-height: 30px;
    background: #f8f8f8;
    font-size: 16px;
    margin: 0;
}

.new1-r li p a {
    min-height: 60px;
        overflow: hidden;
}

.new1-r li .imged {
    padding-top: 60%;
}

.new1-r li:hover span {
    background: #105401;
    color: #fff;
}

.new1-r li:hover p {
    background-color: #105401;
}

.new1-r li:hover p a {
    color: #fff;
}

.new1-l .newl-b:hover a {
    color: #105401;
}

/*new2*/
.new2 {
    background: url(../images/bg2.png) top center;
    padding: 33px 0;
}

.tz_box {
    width: 60%;
}

.title {
    width: 70px;
    height: 500px;
    background: url(../images/tittz.png);
}

.title p {
    font-size: 30px;
    color: #fff;
    width: 30px;
    margin: auto;
    text-align: center;
    padding-top: 20px;
}

.tz_box .line {
    width: 1px;
    border: 1px solid #fff;
    height: 70px;
    margin: 110px auto 20px;
}

.title a {
    display: block;
    width: 15px;
    color: #fff;
    margin: 0 auto;
}

.data_time {
    text-align: right;
    width: 60px;
    /*padding:10px 0;*/
}

.data_time p {
    font-size: 26px;
    color: #8e6e53;
    margin: 0;
}

.tz_list {
    width: calc(100% - 70px);
    padding: 42px;
    position: relative;
}

.tz_list .tit_bt {
    font-size: 16px;
    line-height: 69px;
    color: #555555;
    margin: 0;
    float: left;
    width: calc(100% - 60px);
    padding-left: 30px;
white-space:nowrap;
}

.tz_list .tz_li {
    border-bottom: 1px solid #ededed;
}

.tz_box {
    background-color: #fff;
}

.xz_box {
    width: 38%;
}

.xz_tit {
    border-bottom: 3px solid #e5e5e5;
    /* overflow: hidden; */
    height: 60px;
}

.xz_tit p {
    font-size: 26px;
    color: #333;
    float: left;
    border-bottom: 3px solid #105401;
    line-height: 57px;
}

.xz_tit .line {
    border: 1px solid #cccccc;
    height: 1px;
    width: 70px;
    float: right;
    margin-top: 24px;
    margin-right: 10px;
}

.xz_tit a {
    color: #999;
    line-height: 50px;
}

.xz-list li {
    border-bottom: 1px solid #dbdbdb;
    padding: 0px 80px 0px 0;
    position: relative;
    height: 70px;
}

.xz-list li:last-child {
    border: none;
}

.xz-list {
    padding-top: 10px;
}

.xz-list a {
    display: block;
}

.xz-list li .list_lf {
    background: url(../images/yjjx.png);
    padding: 5px 20px;
    border-radius: 20px;
    color: #fff;
    margin: 20px 0;
}

.xz-list li .list_cent {
    margin-top: 25px;
    padding-left: 25px;
    float: left;
    font-size: 16px;        width: 60%;
        white-space: nowrap;
}

.xz-list li .time {
    color: #999;
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 70px;
}

.tz_lists a {
    width: 100%;
    display: block;
}

.tz_lists {
    /* margin-top: 45px; */
}

.sxlb {
    height: 70px;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

.sxlb:hover span,
.sxlb:hover p,
.xz-list li:hover .list_cent,
.link_lists li:hover p {
    color: #105401;
}

.tz_list .prev,
.tz_list .next {
    width: 40px;
    height: 20px;
    position: absolute;
}

.tz_list .prev {
    background: url(../images/prev.png);
    top: 25px;
    left: 45%;
}

.tz_list .next {
    background: url(../images/next.png);
    bottom: 15px;
    left: 45%;
}

/*link*/
.link_lists {
    overflow: hidden;
    margin-top: 50px;
}

.link_list {
    background: url(../images/bg3.png);
    padding: 36px 0;
}

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

.link_lists li p {
    margin-top: 15px;
}

.link_lists li div {
    width: 107px;
    height: 106px;
    display: inline-block;
}

.link_lists li .pic1 {
    background: url(../images/sign1.png) no-repeat;
}

.link_lists li .pic2 {
    background: url(../images/sign2.png) no-repeat;
}

.link_lists li .pic3 {
    background: url(../images/sign3.png) no-repeat;
}

.link_lists li .pic4 {
    background: url(../images/sign4.png) no-repeat;
}

.link_lists li .pic5 {
    background: url(../images/sign5.png) no-repeat;
}

.link_lists li .pic6 {
    background: url(../images/sign5.png) no-repeat;
}

.link_lists li .pic1:hover {
    background: url(../images/sign01.png) no-repeat;
}

.link_lists li .pic2:hover {
    background: url(../images/sign02.png) no-repeat;
}

.link_lists li .pic3:hover {
    background: url(../images/sign03.png) no-repeat;
}

.link_lists li .pic4:hover {
    background: url(../images/sign04.png) no-repeat;
}

.link_lists li .pic5:hover {
    background: url(../images/sign05.png) no-repeat;
}

.link_lists li .pic6:hover {
    background: url(../images/sign05.png) no-repeat;
}

/*footer*/
.footer {
    width: 100%;
    background-color: #266317;
    padding: 25px 0;
}

.foot {
    border-bottom: 1px solid #3d722f;
    padding-bottom: 25px;
}

.foot .log {
    width: 400px;
    padding-right: 45px;
    margin-top: 20px;
}

.sys {
    width: 94px;
    height: 85px;
    background: url(../images/ewmbg.png);
    color: #eaffe5;
    text-align: center;
    padding: 20px 20px;
    margin-right: 15px;
}

.banquan {
    color: #eaffe5;
}

.address {
    color: #eaffe5;
    margin: 30px 0 0 0px;
    width: 300px;
}

.address p {
    padding-left: 25px;
}

.address .p1 {
    background: url(../images/adress.png) no-repeat center left;
}

.address .p2 {
    background: url(../images/email.png) no-repeat center left;
}

.ewm {
    width: 200px;
}

.foot-bot {
    padding-top: 25px;
}

.yq_listbox {
    position: relative;
    width: 200px;
}

.yq_listbox li {
    text-align: center;
    width: 100%;
}

.yq_listbox h5 {
    padding: 10px;
    background: #105401 url(../images/sjx.png) no-repeat 170px 15px;
    color: #fff;
    cursor: pointer;
    width: 200px;
    margin: 0;
}

.yq_listbox h5 img {
    float: right;
    padding-top: 5px;
}

.gzh {
    overflow: hidden;
}

.yq_lisr {
    position: absolute;
    bottom: 100%;
    display: none;
    background-color: #fff;
    color: #555;
    width: 100%;
    padding: 10px 0;
}

.yq_listbox h5.cur {
    background: #105401 url(../images/sjx1.png) no-repeat 170px 15px;
}

.nav-click {
    display: none;
}

.yq_lisr li a {
    display: block;
    padding: 5px 0;
}

.yq_lisr li a:hover {
    background-color: #266317;
    color: #fff;
}

/* list */
.left-width {
    width: 280px;
    margin-top: 35px;
}

.left-width-tt {
    background: #266317;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
}

.left-nav-list li a {
    display: block;
    position: relative;
    line-height: 47px;
    border-top: solid 1px #fff;
    font-size: 16px;
    color: #333;
    background: #eef0ef;
}

.left-nav-list li a:hover,
.left-nav-list li.active a {
    background: #266317;
    color: #fff;
}

.left-nav-list li a:hover:before,
.left-nav-list li.active a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #266317;
}

.nav-b {
    color: #333;
    margin-bottom: 25px;
    border-bottom: solid 1px #d9d9d9;
    padding: 10px 0;
    padding-left: 25px;
    background: url(../images/icon-b.png) left center no-repeat;
}

.nav-b a {
    color: #333;
}

.right-width {
    width: calc(100% - 280px);
    margin-top: 30px;
    padding-left: 30px;
    min-height: 500px;
}

.list-ul li {
    line-height: 35px;
    position: relative;
    padding-right: 100px;
}

.list-ul li>span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.list-ul li a {
    padding-left: 20px;
    font-size: 15px;
    color: #333;
    position: relative;
    background: url(../images/li.png) no-repeat left center;
}

.pagination li a {
    margin: 0 3px;
    border-radius: 0 !important;
    color: #333;
    background: none;
    height: 25px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 23px;
}

.pagination>.active>a,
.pagination li a:hover,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #266317;
    border-color: #266317;
    color: #fff;
}

.page-box {
    padding: 30px 0 0 0;
}

.page-l {
    line-height: 25px;
    margin-right: 5px;
    margin-left: 15px;
}

.page-input {
    width: 40px;
    box-shadow: none;
    border-radius: 0;
    background: none;
    height: 25px;
}

.page-l-l {
    margin-left: 10px;
}

.page-number {
    height: 25px;
    line-height: 23px;
    border: solid 1px #ddd;
    padding: 0 5px;
    margin-left: 5px;
}

.page-box {
    display: inline-block;
}

.page-r {
    margin: 20px 0;
}

.nav-click {
    display: none;
}

.list-ul li a:hover,
.nav-b a:hover,
.img-list-box a:hover {
    color: #266317;
}

/* content */
.article-tt {
    font-size: 20px;
    color: #333;
    margin: 40px 0;
}

.article-date {
    background: #f3f3f3;
    padding: 15px 0;
    color: #666;
}

.article-date span {
    padding: 0 20px;
}

.article-p p {
    font-size: 15px;
    color: #333;
    line-height: 26px;
    text-align: justify;
}

.article-p {
    /* padding:60px 0; */
}

.article-a p a {
    font-size: 15px;
    color: #333;
}

.article-a {
    padding-bottom: 20px;
}

.about-p {
    padding: 10px 20px;
}

/**********piclist**********/
.img-list li {
    float: left;
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.img-list {
    margin: 0 -15px;
    padding-top: 10px;
}

.img-list-img img {
    width: 100%;
}

.img-list-bottom {
    background: #f4f4f4;
    display: block;
    padding: 15px 15px;
    font-size: 16px;
    color: #555;
    line-height: 30px;
}

.img-list-bottom p {
    margin: 0;
    overflow: hidden;
}

.pagination>li>a,
.pagination>li>span {
    margin: 0 3px;
    border-radius: 0 !important;
    color: #888;
}


@media(max-width: 1499px) {
    .container {
        width: 1400px;
    }

    .nav-list {
        /* width: calc(100% - 400px); */
        padding-top: 5px;
    }

    .nav-list>li {
        padding: 0 25px;
    }
}

@media(max-width: 1390px) {
    .container {
        width: 100%;
    }
.nav-list>li {
    padding: 0 20px;
}
}

@media(max-width: 1279px) {
    .container {
        width: 1120px;
    }

    .logo {
        /* width:250px; */
    }

    .nav-list {
        /* width: calc(100% - 280px); */
        padding-top: 5px;
    }

    .nav-list li {
        padding: 0 20px;
        font-size: 14px;
    }

    .nav-list li .nav-down li {
        padding: 0;
    }

    .nav-list li a {
        font-size: 14px;
    }

    .news-ul li {
        width: 100%;
    }

    .new1-l .newl-b {
        padding: 24px 35px;
    }

    .new1-r li p {
        padding: 15px;
    }

    .xz-list li .list_cent {
        padding-left: 10px;
        color: #333;        width: 60%;
        white-space: nowrap;
    }
}

@media(max-width: 1120px) {
    .container {
        width:100%;
    }
.nav-list li {
    padding: 0 15px;}
}

@media(max-width: 991px) {
    .container {
        width: 100%;
    }

    .menu-button {
        display: block;
    }

    .nav-list {
        position: absolute;
        padding: 0;
        display: none;
        z-index: 10000000;
        border-top: solid 1px #eee;
        left: 0;
        top: 100%;
        right: 0;
        box-shadow: 1px 2px 3px #ddd;
        background: #fff;
        width: 100%;
    }

    .nav-list li {
        width: 100%;
        float: none;
        margin: 0;
        text-align: left;
        line-height: 40px;
        padding-bottom: 0;
    }

    .nav-list li a span,
    .nav-list li a i {
        display: inline;
        height: auto;
        line-height: 40px;
    }

    .nav-list li a {
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        padding: 0 15px;
        color: #333;
    }

    .nav-list li a:before {
        display: none !important;
    }

    .search-a {
        position: absolute;
        right: 60px;
        top: 0px;
    }

    .header {
        height: 50px;
        position: relative;
        padding: 0;
        background: #0e4b7b;
    }

    .logo {
        position: absolute;
        left: 15px;
        top: 10px;
        margin: 0;
    }

    .logo img {
        height: 30px;
    }

    .banner-slick .slick-dots {
        bottom: 55px;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #333;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .nav-click.active {
        transform: rotate(180deg);
    }

    .nav-list li:hover .nav-down {
        display: none;
    }

    .nav-down {
        display: none;
        position: static;
        margin: 0;
        background: #9cc4e3;
        width: 100%;
    }

    .nav-down li a {
        color: #fff;
    }

    .search-box {
        top: 50px;
        padding: 50px 0;
    }

    .new1-l,
    .new1-r {
        width: 100%;
        padding-right: 0px;
        height: auto;
        margin-bottom: 20px;
    }

    .new1 h2,
    .link_list h2 {
        font-size: 20px;
        margin: 10px 0;
    }

    .xz_box {
        width: 100%;
    }

    .link_list {
        padding: 20px 0
    }

    .tz_box {
        width: 100%;
        margin-bottom: 25px;
    }

    .left-hide {
        display: none;
    }

    .left-width,
    .right-width {
        width: 100%;
        padding-left: 0;
    }

    .img-list li {
        width: 50%;
        margin-bottom: 20px;
    }

    .link_lists {
        margin-top: 20px;
    }

    .foot .log {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }
}

@media(max-width: 768px) {
    .banner-slick .slick-dots {
        bottom: 25px;
    }
.new1-r li p a {
    min-height: 64px;
       overflow: initial;
}
    .search-box {
        top: 50px;
        padding: 30px 0;
    }

    .search-width {
        width: 320px;
    }

    .btn-search,
    .btn-search:hover,
    .btn-search:focus {
        width: 60px;
        height: 40px;
    }

    .search-width .form-control {
        height: 40px;
        line-height: 40px;
    }

    .link_lists li {
        width: 33%;
    }

    .new1-r li p {
        padding: 10px;
        min-height: 70px;
        line-height: 25px;
    }

    .tz_list {
        padding: 20px;
    }

    .address,
    .ewm,
    .banquan {
        width: 100%;
        float: none;
    }

    .yq_listbox {
        float: none;
    }
}

@media(max-width: 414px) {
    .link_lists li {
        width: 50%;
    }

    .new1-r li {
        width: 100%;
    }

    .new1-r li p a {
        font-size: 14px;
    }

    .data_time p {
        font-size: 22px;
    }

    .tz_list .tit_bt {
        padding-left: 15px;
        font-size: 14px;
    }

    .xz-list li .list_lf {
        padding: 5px 10px;
    }

    .xz-list li .list_cent {
         
        color: #333;
        width: 60%;
        white-space: nowrap;
    }
}

/*211214 new add*/
.morebtn {
    margin-bottom: 21px;
}

.morebtn a {
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
    background: #115502;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0 0 5px #ccc;
}

.sswrap {
    width: 220px;
    position: relative;
    margin-top: 16px;
}

.sswrap input[type="text"] {
    padding-right: 30px;
}

.sswrap .search-a {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 12px;
    z-index: 2;
    padding-top: 0;
    float: none;
    cursor: pointer;
    border: none;
}

@media (max-width:991px) {
    .sswrap {
        margin: 0 0 0 10px;
    }
}

@media (max-width:576px) {
    .sswrap {
        display: none;
    }
}
