@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
}


body {
    background: #fff;
    font-size: 12px;
    font-family: "Microsoft YaHei";
}

/* 图片等无边框 */
img {
    border: 0 none;
}


/* 清除特殊标记的字体和字号 */
caption,
em,
th {
    font-weight: normal;
    font-style: normal;
}

/* 上下标 */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 清除列表样式 */
ol,
ul {
    list-style: none;
}


/* 标题元素样式清除 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

/* 链接样式，颜色可酌情修改 */

a {
    text-decoration: none;
}

/* 鼠标样式 */
input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* 清除边框 */
input[type=submit],
input[type=reset],
input[type=button] {
    border: none;
    background: none;
    cursor: pointer;
}

/* 清除浮动 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.clearfix {
    zoom: 1
}

/* 共用css */

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

/* body {
    overflow-x: hidden
} */

/* 更多 */
.more {
    width: 113px;
    height: 33px;
    border: 1px solid #00351b;
    background-color: transparent;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    padding: 0;
    display: block;
    transition: all .3s;
    position: relative;
    text-indent: 0;
}

.more:hover {
    border-color: #00351b;
    background-color: #00351b;
    color: #fff;
}

.more #txt {
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 30px;
    color: rgba(0, 53, 27, 0);
}

.more:hover #txt {
    left: 18px;
    color: #fff;
}

.more .iconfont {
    position: absolute;
    top: 0;
    right: 44px;
    transition: all .3s;
    color: #00351b;
}

.more:hover .iconfont {
    right: 20px;
    color: #fff;
}

/* 标题 */
.indextit h3 {
    line-height: 1;
    color: #111;
    font-size: 28px;
    text-align: center;
}

.indextit h6 {
    line-height: 1;
    color: #ccc;
    font-size: 12px;
    text-align: center;
    margin-top: 13px;
}

/* 表格上下居中 */
.middle {
    vertical-align: middle;
}

.table-cell {
    display: table-cell;
}

.header {
    width: 100%;
    height: 90px;
    background-color: #fff;
    position: relative;
}

.header a.logo {
    text-indent: -999em;
    display: block;
    width: 211px;
    height: 57px;
    background-image: url(../img/logo.jpg);
    float: left;
    margin-top: 11.5px;
    background-size: 211px 57px;
    background-position: center;
}

.header ul.fir_menu_group {
    float: right;
}

.header ul.fir_menu_group li.fir_menu {
    float: left;
    transition: all 0.3s;
    position: relative;
    width: 106px;
    /* margin: 0 10px; */
    position: relative;
}

.header ul.fir_menu_group li.fir_menu:nth-of-type(1) {
    width: 70px;
}

.header ul.fir_menu_group li.fir_menu::after {
    position: absolute;
    content: '';
    height: 14px;
    width: 1px;
    background-color: rgb(155, 154, 154);
    top: 33px;
    right: 0px;
    font-weight: 100;
}

.header ul.fir_menu_group li.fir_menu:last-child::after {
    display: none;
}

.header ul.fir_menu_group li.fir_menu a.fir_menu_a {
    display: block;
    height: 90px;
    font-size: 16px;
    line-height: 80px;
    color: #666;
    padding: 0 10px;
    text-align: center;

    position: relative;
    z-index: 1;
    transition: all .3s;
}

.header ul.fir_menu_group li.menu_on a.fir_menu_a {
    color: #00351b;
    transition: all .3s;
}

.header .back {
    /* display: none; */
    height: 65px;
    position: absolute;
    /* bottom: 0; */
    top: 0;
    border-bottom: 2px solid #00351b;
    /* box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1); */
    z-index: 0;
    transition: all 0.3s;
}

.header .sec_menu_group {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 86px;
    top: 90px;
    left: 10px;

}

.header .sec_menu_group .sec_menu {
    width: 100%;
    transition: all 0.3s;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
}

.header .sec_menu_group .sec_menu:last-child {

    border-bottom: none;
}

.header .sec_menu_group .sec_menu a.sec_menu_a {
    display: block;
    height: 40px;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
}

.header .sec_menu_group .sec_menu a.sec_menu_a:hover {
    background-color: #00351b;
    color: #fff;
}


/* 首页轮播 */
.swp1.swiper-container {
    width: 100%;
    /* margin-top: 10px; */
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 53, 27, .5);
    border-bottom: 1px solid rgba(0, 53, 27, .5);
    height: 31.25vw;
}


.swp1 img {
    width: 100%;
    height: 31.25vw;
}

.swp1 .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    display: inline-block;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
}

.swp1 .swiper-pagination-bullet-active {
    opacity: .8;
    background: #eee;
}

.swp1.swiper-container-horizontal>.swiper-pagination-bullets,
.swp1.swiper-pagination-custom,
.swp1.swiper-pagination-fraction {
    bottom: 40px;
}

.swp1.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}

.index-news {
    width: 100%;
    height: auto;
    min-width: 1200px;
    padding-bottom: 46px;
}

.index-news .indextit {
    padding-top: 79px;
}

.index-news .news-body {
    margin-top: 60px;
    height: auto;
}

.index-news .news-item {
    float: left;
    width: 45%;
    margin-right: 10%;
}

.index-news .news-item {
    float: left;
    width: 45%;
    margin-right: 6%;
    padding: 1%;
    box-shadow: 1px 1px 50px #f7f7f7;
    transition: all .3s;
}

.index-news .news-item:hover {
    transform: translate3d(0, -2px, 0);
    box-shadow: 1px 1px 15px #ddd;
}

.index-news .news-item:hover .news-tit {
    text-decoration: underline;
    color: #00351b;
}

.index-news .news-item:nth-of-type(2) {
    margin-right: 0;
}

.index-news .news-a {
    display: block;
    width: 100%;
}

.index-news .news-a:hover .news-time {
    color: #00351b;
}

.index-news .news-a .news-time {
    font-size: 14px;
    line-height: 1;
    color: #aaa
}

.index-news .news-a .news-time .hx {
    display: inline-block;
    width: 32px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.index-news .news-a:hover .news-time .hx {
    border-bottom: 1px solid #00351b;
}

.index-news .news-a .news-tit {
    margin-top: 24px;
    /* color: #00351b; */
    color: #00351b;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}

.index-news .news-a .news-detail {
    margin-top: 15px;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 2.2;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 60px;
}

.index-news .news-a:hover .news-detail {
    color: #00351b;
}

.index-news .news-more {
    margin: 42px auto 0;
}

.index-product {
    width: 100%;
    height: auto;
    background-color: #f4f4f4;
    min-width: 1200px;
    padding-bottom: 46px;
}


.index-product .indextit {
    padding-top: 64px;
}

/* .index-product .indextit h3,
.index-product .indextit h6{
    color:#fff
} */

/* 产品列表 */

.index-product .product-body {
    margin-top: 25px;
}

.index-product .product-item {
    width: 280px;
    height: 200px;
    float: left;
    margin-right: 26px;
    margin-top: 26px;
}

.index-product .product-item:nth-of-type(4n+4) {
    margin-right: 0px;
}

.index-product .product-item .product-a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.index-product .product-item .product-a .img-cover {
    width: 100%;
    height: 100%;
    transition: all .3s;
    overflow: hidden;
}

.index-product .product-item .product-a .img-cover img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.index-product .product-item .product-a .product-txt {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    background-color: #00351b;
    overflow: hidden;
    transition: all .3s;
    opacity: 1;
}

.index-product .product-item .product-a .product-txt span:first-child {
    float: left;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    margin-left: 1em;
    transition: all .3s;
}

.index-product .product-item .product-a .product-txt span.icon-weibiaoti40 {
    float: right;
    line-height: 50px;
    margin-right: 16px;
    color: #fff;
    font-size: 18px;
    transition: all .3s;
}

.index-product .product-item .product-a:hover .product-txt {
    height: 50px;
}

/* .index-product .product-item .product-a:hover .product-txt span:first-child {
    font-size: 16px;
    color: #00351b ;
    ;
} */

/* .index-product .product-item .product-a:hover .product-txt span.icon-weibiaoti40 {
    font-size: 22px;
    color: #00351b ;
} */

/* .index-product .product-item .product-a:hover img {
    transform: scale(1.1);
} */

.index-product .product-item .product-a:hover {
    box-shadow: 1px 1px 15px #ccc;
}

.index-product .product-item .product-a:hover .img-cover img {
    transform: scale(1.1);
}

.index-product .product-more {
    margin: 46px auto 0;
}

.index-skill {
    width: 100%;
    height: 510px;
    background-image: url(../img/skillbd.png);
    background-size: cover;
    background-position: center;
    min-width: 1200px;
}

.index-skill .indextit {
    padding-top: 48px;
}

.index-skill .indextit h3 {
    color: #fff;
}

.index-skill .skill-item {
    width: 102px;
    height: 100px;
    text-align: center;
    float: left;
    margin-right: 172px;
    margin-top: 70px;
}

.index-skill .skill-item:nth-of-type(5n+5) {
    margin-right: 0;
}

.index-skill .skill-item .iconfont {
    color: #fff;
    font-size: 48px;
    transition: all .3s;
}

.index-skill .skill-item .p1 {
    line-height: 1;
    margin-bottom: 18px;
    transition: all .3s;
}

.index-skill .skill-item .p2 {
    line-height: 1;
    margin-bottom: 13px;
    font-size: 16px;
    color: #fff;
    transition: all .3s;
}

.index-skill .skill-item .p3 {
    width: 35px;
    border-bottom: 2px solid #626262;
    margin: 0 auto;
}

.index-skill .skill-item:hover .iconfont {
    display: inline-block;
    animation: swing 1s infinite;
    -webkit-animation: swing 1s infinite;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.index-skill .skill-item:hover .p2 {
    /* color: #00351b; */
}

.index-skill .skill-more {
    margin: 60px auto 0;
    border: 1px solid #fff;
    display: none;
}

.index-skill .skill-more .iconfont {
    color: #fff;
}

.index-about {
    width: 100%;
    height: auto;
    min-width: 1200px;
    position: relative;
    background-color: #f4f4f4;
}

.index-about .index-about-lt {
    width: 50%;
    height: auto;
    float: left;
}

.index-about .index-about-lt img {
    display: block;
    width: 100%;
    height: auto;
}

.index-about .index-about-rt {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.index-about .index-about-rt-main {
    width: 100%;
    height: 100%;
    display: table;
}

.index-about .index-about-rt-txt {
    width: 80%;
    max-width: 545px;
    line-height: 28px;
    font-size: 16px;
    color: #666;
    margin: 65px auto 40px;
    text-align: justify;
}

.index-about .skill-more {
    margin: 65px auto 0;
}

.index-sevice {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
}

.index-sevice .indextit {
    padding-top: 70px;
}

.index-sevice .sevice-body {
    margin-top: 60px;
}

.index-sevice .sevice-list li {
    width: 380px;
    height: 358px;
    margin-right: 20px;
    float: left;
}

.index-sevice .sevice-list li:hover {
    box-shadow: 1px 1px 15px #ccc;
}

.index-sevice .sevice-list li:hover .p1 .iconfont {
    color: #00351b;
}

.index-sevice .sevice-list li:nth-of-type(3) {
    margin-right: 0px;
}

.index-sevice .sevice-list .p1 {
    padding-top: 50px;
    text-align: center;
}

.index-sevice .sevice-list .p1 .iconfont {
    font-size: 70px;
    color: #bbbbbb;
}

.index-sevice .sevice-list .p2 {
    font-size: 18px;
    line-height: 1;
    margin-top: 30px;
    text-align: center;
}

.index-sevice .sevice-list .p3 {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    padding: 25px 22px 0;
    color: #aaaaaa;
}

.index-sevice .sevice-list .p3 {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    padding: 25px 22px 0;
    color: #aaaaaa;
}

/* 赞助轮播 */
.index-support {
    width: 100%;
    height: auto;
    min-width: 1200px;
    box-sizing: border-box;
    padding-top: 70px;
    padding-bottom: 70px;
    /* background-color: #f6f6f6; */
}

.index-support .more {
    margin: 60px auto 0;
}

.index-support .indextit {
    padding-bottom: 50px;
}

.index-support .swp2 {
    width: 1200px;
    margin: 0 auto;
}

.index-support .swp2 .slide-c {
    display: block;
    background-color: #fff;
    /* border: 1px solid #efefef; */
    /* border-radius: 6px; */
    overflow: hidden;
}

.index-support .swp2 .slide-c:hover .p1 {
    color: #00351b;
}

.index-support .swp2 .slide-c:hover img {
    transform: scale(1.1);
}

.index-support .swp2 img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.index-support .swp2 .slide-c .img-c {
    width: 100%;
    height: 258px;
    overflow: hidden;
}

.index-support .swp2 .p1 {
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    color: #111;
    transition: all .3s;
    height: 42px;
    background: #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-support .swiper-button-next,
.index-support .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTk3NDczNTUwOTg4IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjUzMDciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj48L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNOTA2LjM1MyA1MTIuNzg0YTcxLjQzOCA3MS40MzggMCAwIDEtMjAuOTYgNTAuNjEybC00MzkuNjU4IDQzOS42MjljLTI4LjI3OSAyNy42MzgtNzMuNjEyIDI3LjEyMy0xMDEuMjU0LTEuMTU3LTI3LjE5NS0yNy44MjMtMjcuMTk1LTcyLjI3MSAwLTEwMC4wOTVMNzMzLjU4NyA1MTIuNjcgMzQ0LjQ4MSAxMjMuNTY3Yy0yNy42NDItMjguMjc5LTI3LjEyMy03My42MDkgMS4xNTYtMTAxLjI0OCAyNy44MjMtMjcuMTk4IDcyLjI3MS0yNy4xOTggMTAwLjA5NSAwTDg4NS40NSA0NjIuMTQyYTcxLjQzNCA3MS40MzQgMCAwIDEgMjAuOTAzIDUwLjY0MnoiIHAtaWQ9IjUzMDgiIGRhdGEtc3BtLWFuY2hvci1pZD0iYTMxM3guNzc4MTA2OS4wLmkwIiBjbGFzcz0ic2VsZWN0ZWQiIGZpbGw9IiM4Y2M2M2UiPjwvcGF0aD48L3N2Zz4=);
    right: 0px;
    left: auto;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    outline: none;
}

.index-support .swiper-button-prev,
.index-support .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTk3NDc0MTEzNzAwIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjEyMTgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj48L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNMTE3LjY0NyA1MTEuMjE1OTk5OTlhNzEuNDM4IDcxLjQzOCAwIDAgMSAyMC45Ni01MC42MTE5OTk5OWw0MzkuNjU4LTQzOS42MjljMjguMjc5LTI3LjYzOCA3My42MTItMjcuMTIzIDEwMS4yNTQgMS4xNTcgMjcuMTk1IDI3LjgyMyAyNy4xOTUgNzIuMjcxIDAgMTAwLjA5NUwyOTAuNDEzIDUxMS4zMyA2NzkuNTE5IDkwMC40MzNjMjcuNjQyIDI4LjI3OSAyNy4xMjMgNzMuNjA5LTEuMTU2IDEwMS4yNDgtMjcuODIzIDI3LjE5OC03Mi4yNzEgMjcuMTk4LTEwMC4wOTUgMEwxMzguNTUgNTYxLjg1OGE3MS40MzQgNzEuNDM0IDAgMCAxLTIwLjkwMy01MC42NDIwMDAwMXoiIHAtaWQ9IjEyMTkiIGZpbGw9IiM4Y2M2M2UiPjwvcGF0aD48L3N2Zz4=);
    left: 0px;
    right: auto;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    outline: none;
}

.footer {
    width: 100%;
    height: auto;
    min-width: 1200px;
    background-color: #111111;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer .footer-lt {
    float: left;
    width: 720px;
    height: auto;
    border-right: 1px solid #3f3f3f;
}

.footer .footer-item {
    width: 19%;
    float: left;
}

.footer .footer-item:last-of-type {
    width: 24%;
}

.footer .footer-item h5 {
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin-bottom: 28px;
}

.footer .footer-item li {
    width: 100%;
}

.footer .footer-item li a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #999999;
    margin-top: 19px;
    transition: all .3s;
}

.footer .footer-item li a:hover {
    color: #00351b;
}

.footer .footer-qs .img-c {
    width: 100%;
    height: 130px;
    float: left;
    background-color: #ccc;
}

.footer .footer-qs {
    width: 130px;
    height: auto;
    float: left;
    margin-left: 76px;
}

.footer .footer-qs .p1 {
    font-size: 16px;
    color: #eee;
    line-height: 2.2;
    text-align: center;
}

.footer .footer-qs img {
    width: 100%;
    height: 100%;

}

.footer .footer-rt {
    width: 204px;
    height: auto;
    float: right;
}

.footer .footer-rt .footer-tel {
    width: 100%;
    height: auto;
}

.footer .footer-rt .footer-tel {
    width: 100%;
    height: 40px;
}

.footer .footer-rt .footer-tel .tel-icon {
    float: left;
    width: 38px;
    height: 40px;
    position: relative;
}

.footer .footer-rt .footer-tel .tel-icon .iconfont {
    color: #8CC63E;
    font-size: 28px;
    bottom: 0;
    position: absolute;
}

.footer .footer-rt .footer-tel .tel-txt {
    float: left;
    width: 166px;
    height: 40px;
    position: relative;
}

.footer .footer-rt .footer-tel .tel-txt .p1 {
    font-size: 14px;
    line-height: 1;
    color: #8CC63E;
}

.footer .footer-rt .footer-tel .tel-txt .p2 {
    font-size: 22px;
    line-height: 1;
    margin-top: 4px;
    color: #8CC63E;
}

.footer .footer-rt .footer-mail {
    font-size: 14px;
    line-height: 1;
    color: #aaa;
    margin-top: 32px;
}

.footer .footer-rt .footer-addr {
    font-size: 14px;
    line-height: 1.5;
    color: #aaa;
    margin-top: 32px;
}

.copyright {
    width: 100%;
    height: 48px;
    background-color: #0a0a0a;
    line-height: 48px;
}

.copyright .p1 {
    float: left;
    font-size: 12px;
    color: #aaaaaa;
}

.copyright .p1 a{
    color: #aaaaaa;
}

.copyright .p2 {
    float: right;
    font-size: 12px;
    color: #333;
}

.copyright .p2 a {
    color: #333;
}

/* 通用菜单 */


.ny_menu {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
}

.ny_menu .w1200 {
    position: relative;
}

.ny_menu .ny_menu_group {
    float: left;
    height: 60px;
    position: relative;
    z-index: 2;
}

.ny_menu .ny_menu_group li {
    float: left;
}

.ny_menu .ny_menu_group li a {
    display: block;
    padding: 0 50px;
    line-height: 60px;
    font-size: 16px;
    color: #666666;
    transition: all 0.3s;
}

.ny_menu .ny_menu_group .ny_menu_on a {
    color: #555555;
}

.ny_menu .ny_back {
    position: absolute;
    height: 2px;
    background-color: #00351b;
    z-index: 1;
    transition: all 0.3s;
    bottom: 0;
}

.ny_content {
    overflow: hidden;
    padding-top: 60px;
}

.ny_content .ny_content_title {
    font-size: 30px;
    line-height: 60px;
    color: #555555;
    text-align: center;
    width: 100%;
}

.ny_content .ny_content_text {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    width: 100%;
    padding-bottom: 40px;
}

.ny_content .ny_content_img {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}

/* 内页bar */

.insidebar {
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
}

.insidebar img {
    border-bottom: 1px solid rgba(0, 53, 27, .5);
    border-top: 1px solid rgba(0, 53, 27, .5);
    width: 1920px;
    height: 378px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}


/* 富文本 */

.richtxt img {
    max-width: 100% !important;
}

/* 简介 */
.intro.richtxt {
    margin-top: 60px;
    margin-bottom: 60px;
}

/* 面包屑导航 */
.breadcrumb {
    height: 60px;
    line-height: 60px;
}

.breadcrumb a {
    color: #555555;
    font-size: 14px;
    transition: all .3s;
}

.breadcrumb span {
    color: #00351b;
    font-size: 14px;
}

.breadcrumb a:hover {
    color: #00351b;
}

/* “下一篇“ 样式 */
.catalogup,
.catalogdown {
    font-size: 16px;
    line-height: 1;
    margin-top: 30px;
}

.catalogup a,
.catalogdown a {
    font-size: 16px;
    color: #666666;
    line-height: 1;
}

.catalogup a:hover,
.catalogdown a:hover {
    color: #00351b;
}

.catalogup a.nonenews,
.catalogdown a.nonenews {
    cursor: not-allowed;
}

.catalogup a.nonenews:hover,
.catalogdown a.nonenews:hover {
    color: #666666;
}

/* 荣誉 */
.about-honor {
    padding-top: 30px;
    margin-bottom: 80px;
}

.about-honor ul li {
    float: left;
    width: 275px;
    height: 360px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    padding: 26px 30px;
    background-color: #efefef;
    margin-top: 30px;
    margin-right: 33px;
    transition: all .3s;
}

.about-honor ul li:hover {
    transform: translate3d(0, -4px, 0);
    box-shadow: 1px 1px 15px #ddd
}

.about-honor ul li:nth-of-type(4n+4) {
    margin-right: 0;
}

.about-honor ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 合作伙伴 */
.co-list {
    margin-top: 30px;
    margin-bottom: 60px;
}

.co-list li {
    width: 220px;
    height: 82px;
    float: left;
    margin-right: 20px;
    margin-top: 40px;
    box-sizing: border-box;
    border: 1px dashed #eee;
}

.co-list li:hover {
    transition: all .3s;
    box-shadow: 1px 1px 15px #bbb;
}

.co-list li:nth-of-type(5n+5) {
    margin-right: 0px;
}

.co-list li img {
    width: 100%;
    height: 100%
}


/* 新闻 */
.news {
    padding-top: 10px;
    margin-bottom: 40px;
}

.news>ul li {
    width: 100%;
    height: 260px;
    margin-top: 50px;
    background-color: #f6f6f6;
    transition: all .3s;
}

.news>ul li:hover {
    box-shadow: 1px 1px 15px #ccc;
}

.news>ul li:hover .txt h4 {
    color: #00351b;
}

.news>ul li:hover .txt .more {
    /* border-color: #00351b ;
    color: #00351b ; */
}

.news>ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
}

.news>ul li a img {
    display: block;
    width: 260px;
    height: 200px;
    float: left;
}

.news>ul li a .txt {
    width: 820px;
    height: 200px;
    float: left;
    box-sizing: border-box;
    margin-left: 38px;
    padding-top: 16px;
    position: relative;
}

.news>ul li a .txt h4 {
    font-size: 18px;
    color: #000;
    line-height: 1;
    transition: all .3s;
}

.news>ul li a .txt p {
    margin-top: 14px;
    font-size: 14px;
    color: #999999;
    line-height: 1.8;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.news>ul li a .txt .more {
    position: absolute;
    bottom: 20px;
    left: 0;
}

/* 新闻详情 */
.newsdetail {

    margin-top: 40px;
    margin-bottom: 80px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px;
}

.newsdetail .newshead {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.newsdetail .newstit {
    font-size: 24px;
    text-align: center;
    line-height: 1;
}

.newsdetail .newstime {
    margin-top: 18px;
    font-size: 14px;
    color: #666666;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
}

.newsdetail .newstime span {
    margin-right: 15px;
}

.newsdetail .richtxt {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}


/* 产品 */
.product {
    margin-top: 25px;
    margin-bottom: 40px;
}

.product>ul li {
    margin-top: 25px;
    width: 280px;
    height: 240px;
    background-color: #f6f6f6;
    float: left;
    margin-right: 26px;
    transition: all .3s;
    box-shadow: 1px 1px 15px #bbb;
}

.product>ul li:nth-of-type(4n+4) {
    margin-right: 0px;
}

.product>ul li:hover h5 {
    color: #00351b;
}

.product>ul li:hover {
    transform: translate3d(0, -3px, 0);
}

.product>ul li:hover .img-cover img {
    transform: scale(1.1);
}

.product>ul li a {
    display: block;
}

.product>ul li .img-cover {
    width: 280px;
    height: 200px;
    overflow: hidden;
}

.product>ul li .img-cover img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.product>ul li h5 {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.product .technologytit {
    margin-top: 60px;
    width: 100%;
    height: 30px;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #615e4b;
    background-image: url('../img/technology1.png');
    background-size: 830px 8px;
    background-position: center;
    background-repeat: no-repeat;
}

.product .technologymain {
    margin-top: 50px;
    width: 100%;
    height: 549px;
    margin-bottom: 70px;
}

.product .technologymain .lt {
    float: left;
    width: 490px;
    height: 100%;
}

/* 多边形里面内容 */
#polygon {
    width: 411px;
    height: 138px;
    background-image: url('../img/polygon.png');
    background-size: 411px 138px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
    padding-left: 58px;
    transition: all .3s;
}

#polygon .iconfont {
    float: left;
    color: #615e4b;
    font-size: 50px;
    margin-top: 42px;
    transition: all .3s;
}

#polygon .txt-fa {
    float: right;
    width: 228px;
    height: 100%;
    display: table;
    margin-right: 40px;
}

#polygon .txt {
    display: table-cell;
    vertical-align: middle;

}

#polygon .txt .p1 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #615e4b;
    padding: 0 28px;
    line-height: 1.5;
    margin-top: -6px;
    transition: all .3s;
}

#technologymain1 #polygon .txt .p1 {
    padding: 0 12px;
    margin-top: -6px;
}

#polygon .txt .p2 {
    text-align: center;
    font-size: 12px;
    color: #7a7971;
    padding: 0 19px;
    line-height: 1.5;
}

#polygon:hover .iconfont {
    color: #00351b;
}

#polygon:hover {
    background-image: url('../img/_polygon.png');
    transform: translate3d(0, -4px, 0);
}

#polygon:hover .txt .p1 {
    color: #00351b;
}

.product .technologymain .lt .item1 {
    width: 100%;
    height: 183px;
    box-sizing: border-box;
    padding-left: 79px;
}

.product .technologymain .lt .item2 {
    width: 100%;
    height: 183px;
    box-sizing: border-box;
    padding-top: 22.5px;
}

.product .technologymain .lt .item3 {
    width: 100%;
    height: 183px;
    box-sizing: border-box;
    padding-left: 79px;
    padding-top: 45px;
}

.product .technologymain .mid {
    float: left;
    width: 300px;
    height: 100%;
    box-sizing: border-box;
    padding-top: 156px;
    text-align: center;
}

.product .technologymain .mid img {
    width: 176px;
    height: 203px;
    transition: all .3s;
}

.product .technologymain .mid img:hover {
    transform: translate3d(0, -4px, 0);
}

.product #technologymain1 .mid img {
    width: 219px;
    height: 361px;
}

.product .technologymain .mid .p1 {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    line-height: 2;
}

.product .technologymain .rt {
    float: left;
    width: 410px;
    height: 100%;
    box-sizing: border-box;
    padding-top: 91px;
}

.product .technologymain .rt .item1 {
    margin-bottom: 91px;
}

.productit {
    text-align: center;
    font-size: 24px;
    line-height: 100px;
}

#technology3 {
    width: 380px;
    padding-top: 63px;
}

.productdetail {
    margin-top: 40px;
    margin-bottom: 80px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
}

.productdetail .richtxt {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

/* 技术服务 */
.skill {
    margin-top: 70px;
    margin-bottom: 40px;
}


.skill .ipr {
    height: auto;
    background-color: #fff;
    margin-bottom: 50px;
}

.skill .ipr .ipr-head {
    width: 100%;
    height: 60px;
    background-color: #f1f1f1;
    box-sizing: border-box;
    padding: 0 30px;
    cursor: pointer;
}

.skill .ipr .ipr-head .ipr-tit {
    width: 90%;
    float: left;
    line-height: 60px;
    font-size: 18px;
    font-weight: 700;
}

.skill .ipr .ipr-head .icon {
    float: right;
    width: 18px;
    height: 10px;
    margin-top: 25px;
    transition: all 0.3s;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAMAAACOlf6TAAAAQlBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZkzCTtbAAAAFXRSTlMAfr2wltTIm3ljrqmikYyFdHBpTDykOi6mAAAAS0lEQVQI112ORw6AMBADnUJC7/P/r0IOEWR92dVYsq2q1MkoQGrJxHXj/yTipIHwkZWtnJ1ciSOa52Cu5lICTESml862aHwZZqLnAd97AoUtdXtiAAAAAElFTkSuQmCC);
}

.skill .ipr .ipr-head .icon180 {
    transform: rotate(180deg);
}

.skill .ipr .richtxt {
    box-sizing: border-box;
    padding: 20px 30px;
    height: auto;
    background-color: #f9f9f9;
    overflow: hidden;
    transition: all 0.3s;
}

.skill .ipr .h0 {
    display: none;
}

.skill .richtxt img {
    max-width: 100%;
}

.skill>ul li {
    margin-top: 25px;
    width: 200px;
    height: 220px;
    /* background-color:  */
    float: left;
    /* margin-right: 60px; */
    text-align: center;
    box-sizing: border-box;
    border: 1px dashed #efefef;
}

/* .skill>ul li:nth-of-type(6n+6) {
    margin-right: 0px;
} */

.skill>ul li:hover h5 {
    color: #00351b;
}

.skill>ul li:hover {
    transition: all .3s;
    box-shadow: 1px 1px 15px #bbb;
}

.skill>ul li a {
    display: block;
}

.skill>ul li img {
    margin-top: 20px;
    width: 150px;
    height: 150px;
}

.skill>ul li h5 {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

/* 知识产权 */
.skill #ip .ip-left {
    margin-top: 56px;
}

.skill #ip .ip-left {
    width: 660px;
    height: auto;
    background-color: #f2eded;
    padding-top: 36px;
    padding-bottom: 58px;
    float: left;
}

.skill #ip .ip-left .ip-item {
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    padding-left: 68px;
    position: relative;
    padding-bottom: 34px;
}

.skill #ip .ip-left .ip-item:nth-last-of-type(1) {
    padding-bottom: 0;
}

.skill #ip .ip-left .ip-item:nth-last-of-type(1) .octagon .vertical {
    position: absolute;
    width: 2px;
    height: 4px;
    left: 14px;
    background-color: #cbd6e4;
}

.skill #ip .ip-left .ip-item .time {
    float: left;
    font-size: 14px;
    color: #333333;
    height: 14px;
    line-height: 1;
    width: 84px;
    overflow: hidden;
    margin-top: 13px;
}

.skill #ip .ip-left .ip-item .octagon {
    float: left;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 8px;
    left: 158px;
}

.skill #ip .ip-left .ip-item .octagon .vertical {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 14px;
    background-color: #cbd6e4;
}

.skill #ip .ip-left .ip-item:first-of-type(1) .octagon .vertical-no {
    position: absolute;
    width: 2px;
    height: 4px;
    left: 14px;
    top: 0;
    background-color: #f2eded;
    z-index: 99;
}


.skill #ip .ip-left .ip-item .octagon .icon-babianxingqing {
    position: absolute;
    font-size: 30px;
    color: #8fc320;
    width: 30px;
    height: 30px;
    letter-spacing: normal;
    z-index: 99;
}

.skill #ip .ip-left .ip-item .txt {
    float: left;
    width: 452px;
    margin-left: 46px;
}

.skill #ip .ip-left .ip-item .txt .t1 {
    float: left;
    width: 452px;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

.skill #ip .ip-left .ip-item .txt .t2 {
    float: left;
    width: 452px;
    font-size: 12px;
    line-height: 1;
    color: #999999;
    margin-top: 10px;
}

.skill #ip .ip-right {
    float: left;
    width: 540px;
    padding-top: 40px;
}

.skill #ip .ip-right img {
    display: block;
    margin: 0 auto;
    margin-top: 16px;
}

/* 科研成果 */
.payoff-fa {
    width: 1146px;
    height: auto;
    margin: 0 auto;
    margin-top: 55px;
}

#payoff {
    width: 100%;
    min-height: 614px;
    position: relative;
    padding-bottom: 132px;
}

#payoff::after {
    content: '';
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #e8f3fc;
    left: 573px;
    z-index: 9;
}

#payoff::before {
    content: '';
    position: absolute;
    top: 0;
    width: 2px;
    height: 6px;
    left: 573px;
    z-index: 99;
    background-color: #fff;
}

#payoff .item-fa {
    width: 100%;
    height: auto;
}

#payoff .payoff-item {
    display: block;
    background-color: #f7f7f7;
    position: relative;
    width: 405px;
    height: auto;
    padding-bottom: 20px;
    transition: all .3s;
}

#payoff .payoff-item:hover {
    box-shadow: 1px 1px 15px #ccc
}

#payoff .payoff-item:hover .img-cover img {
    transform: scale(1.2);
}

#payoff .payoff-item:nth-of-type(2n+1) {
    float: left;
    margin-top: 195px;
    margin-right: 336px;
}

#payoff .payoff-item:nth-of-type(2n+2) {
    float: right;
    margin-top: 195px;
}

#payoff .payoff-item:nth-of-type(1) {
    margin-top: 0;
}

#payoff .payoff-item:nth-of-type(2) {
    margin-top: 90px;
}

#payoff .payoff-item .img-cover {
    width: 405px;
    height: 250px;
    overflow: hidden;
}

#payoff .payoff-item .img-cover img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

#payoff .payoff-item .tit {
    font-size: 16px;
    color: #323030;
    box-sizing: border-box;
    padding-left: 32px;
    padding-top: 26px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#payoff .payoff-item .content {
    font-size: 12px;
    color: #999999;
    box-sizing: border-box;
    padding-left: 32px;
    padding-top: 22px;
    padding-right: 30px;
    text-align: justify;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#payoff .payoff-item:nth-of-type(2n+1) .time {
    width: 138px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: -237px;
    top: 6px;
    background-color: #00351b;
    z-index: 999;
}


#payoff .payoff-item:nth-of-type(2n+1) .time::before {
    content: '';
    width: 99px;
    height: 2px;
    position: absolute;
    top: 15px;
    left: -99px;
    background-color: #e8f3fc;
}

#payoff .payoff-item:nth-of-type(2n+2) .time {
    width: 138px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: -237px;
    top: 6px;
    background-color: #00351b;
    z-index: 999;
}

#payoff .payoff-item:nth-of-type(2n+2) .time::before {
    content: '';
    width: 99px;
    height: 2px;
    position: absolute;
    top: 15px;
    right: -99px;
    background-color: #e8f3fc;
}

.skilltit {
    text-align: center;
    font-size: 24px;
    line-height: 100px;

}

.skilldetail {
    margin-top: 40px;
    margin-bottom: 80px;
}

.skilldetail .richtxt {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

/* 研究成果 */
#skillnews ul li:first-of-type {
    margin-top: 0;
}

/* 技术输出 */
.output.richtxt {
    margin-top: 40px;
    margin-bottom: 60px;
}

.msg {
    padding: 50px 0 70px;
}

.msg input {
    float: left;
    width: 350px;
    height: 50px;
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    margin-right: 75px;
    text-indent: 1em;
    font-size: 16px;
}

.msg input:nth-of-type(3) {
    margin-right: 0;
}

.msg #contant {
    display: block;
    margin-top: 50px;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    resize: none;
    outline: none;
    text-indent: 1em;
    font-size: 16px;
    line-height: 1.5;
    padding: 20px;
    text-align: justify;
}

.msg .more {
    margin: 45px auto 0;
    outline: none;
    /* background-color: #fff; */
}

.addr {
    padding-top: 40px;
}

.addr .addrtit {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    text-align: center;
}

.addr .addrtips {
    height: 160px;
    margin-top: 80px;
}

.addr .addrtips .tips-item {
    width: 33.333%;
    height: 100%;
    float: left;
}

.addr .addrtips .tips-item:hover .iconfont {
    color: #00351b
}

.addr .addrtips .tips-item:nth-of-type(2) {
    box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.addr .addrtips .tips-item p {
    text-align: center;
}

.addr .addrtips .tips-item p .iconfont {
    font-size: 80px;
    color: #dddddd;
    transition: all 0.3s;
}

.addr .addrtips .tips-item p.name {
    font-size: 20px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 16px;
}

.addr .addrtips .tips-item p.value {
    font-size: 18px;
    color: #999999;
    line-height: 1;
}

.addr #allmap {
    margin-top: 80px;
    height: 300px;
    margin-bottom: 85px;
}

.join {
    display: none;
    padding-top: 66px;
}

.jointxt {
    height: 200px;
    margin-bottom: 94px;
}

.jointxt-lt {
    width: 900px;
    height: 200px;
}

.jointxt .p1 {
    color: #00ccca;
    font-size: 18px;
    line-height: 1;
}

.jointxt .p2 {
    font-size: 32px;
    line-height: 1;
    margin-top: 26px;
    font-weight: 700;
}

.jointxt .p3 {
    font-size: 14px;
    line-height: 2;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #666666;
    text-align: justify;
}

.jointxt .jointxt-rt {
    width: 350px;
    height: 200px;
    border-radius: 6px;
    overflow: hidden;
}

.jointxt .jointxt-rt img {
    width: 100%;
    height: 100%;
    display: block;
}

.job {
    margin-bottom: 30px;
    margin-top: 50px;
}

.job .job-item {
    height: auto;
    background-color: #fff;
    margin-bottom: 50px;
}

.job .job-item .item-head {
    width: 100%;
    height: 60px;
    background-color: #f1f1f1;
    box-sizing: border-box;
    padding: 0 30px;
    cursor: pointer;
}

.job .item-head span {
    float: left;
    width: 24%;
    height: 100%;
    line-height: 60px;
}

.job .item-head span.position {
    font-size: 18px;
    font-weight: 700;
}

.job .item-head span.other {
    font-size: 14px;
    color: #666666;
}

.job .item-head span.icon {
    float: right;
    width: 18px;
    height: 10px;
    margin-top: 25px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAMAAACOlf6TAAAAQlBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZkzCTtbAAAAFXRSTlMAfr2wltTIm3ljrqmikYyFdHBpTDykOi6mAAAAS0lEQVQI112ORw6AMBADnUJC7/P/r0IOEWR92dVYsq2q1MkoQGrJxHXj/yTipIHwkZWtnJ1ciSOa52Cu5lICTESml862aHwZZqLnAd97AoUtdXtiAAAAAElFTkSuQmCC);
}

.job .item-head span.icon1 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAMAAACOlf6TAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABCUExURQAAAJmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmTMJO1sAAAAVdFJOUwB+vbCW1MibeWOuqaKRjIV0cGlMPKQ6LqYAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABRSURBVBhXXYxHEoAwDMScRuhd//8qieNhBnTRygcLXj4kpGe0UDynlFu2LASGKseiWZg52oi43xDJ7FUbq6aiLxzRUvHcF5OF0UGw+ZK6ZpEHAAgChZ+rTGgAAAAASUVORK5CYII=) !important;
}

.job .item-body {
    box-sizing: border-box;
    padding: 0 30px;
    display: none;
    background-color: #f9f9f9;
}

.job .item-body .richtxt {
    padding-top: 30px;
}

.job .item-body .job-mail {
    display: inline-block;
    height: 45px;
    padding: 0 40px;
    color: #00351b;
    ;
    font-size: 18px;
    line-height: 45px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #00351b;
    ;
}

.pagination {
    margin-top: 55px;
}