a {
    text-decoration: none !important;
}

.body-overflow {
    overflow: hidden;
}

@font-face {
    font-family: 'opensans';
    src: url('../fonts/opensans.ttf');
}

* {
    font-family: opensans;
}

.body {
    margin-bottom: 20px;
}

/*侧边弹出框*/
/*.icon-list li a:hover {*/
/*background: #d94638;*/
/*}*/
.menu {
    padding-top: 70px;
}

.icon-list {
    padding-top: 70px;
    padding-left: 0px;
    display: inline;
}

.search {
    border: none;
    background: none;
    width: 40px;
    height: 40px;
}

.search img {
    width: 100%;
}

/*头部*/
.header {
    background: url("../img/header.png");
    height: 200px;
    background-position: center center;
    background-size: cover;
    padding-left: 30px;
}

#open-button {
    border: none;
    background: transparent;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-top: 30px;
}

.header button img {
    width: 100%;
}

/*头部下红色线条*/
.header-red {
    height: 10px;
    background: #d1422d;
}

/*面包屑*/
.crumb {
    margin-top: 20px;
}

.crumb .container {
    background: #f6f6f6;
}

.crumb .container a span {
    color: #999;
    padding: 0 2px 0 2px;
    line-height: 36px;
}

.crumb .container a:last-child span {
    color: #d1422d;
}

/*404页面*/
.error {
    text-align: center;
    margin-bottom: 120px;
}

.error h1 {
    font-size: 30px;
    font-weight: bold;
}

.error p {
    font-size: 18px;
    margin: 0px;
    line-height: 30px;
}

.error-button {
    margin-top: 30px;
    background: #d1422d;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 318px;
    height: 48px;
    border: none;
}

.error button:hover {
    background: #900;
}

.error img {
    max-width: 100%;
}

/*底部*/
.footer {
    background: #f6f6f6;
    padding-top: 70px;
    padding-bottom: 40px;
}

.footer h2 {
    margin-bottom: 35px;
}

.footer ul {
    padding-left: 0;
}

.footer ul li {
    list-style: none;
    padding-left: 0;
    line-height: 25px;
}

.footer ul li a {
    font-size: 14px;
    color: #d1422d;
}

.footer ul li a:hover {
    color: #900000;
}

.footer p {
    font-size: 14px;
    color: #d1422d;
}

.footer p a {
    font-size: 14px;
    color: #d1422d;
}

.footer h2 {
    font-weight: bold;
    font-size: 16px;
}

/*底部*/
.footer-bottom {
    line-height: 34px;
    background: #4e4e4e;
    text-align: center;
}

.footer-bottom p {
    color: #fff;
    display: inline-block;
}

/*首页*/
.search-input input {
    color: #000;
    padding-left: 10px;
    width: 70%;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 30px;
    outline: none;
}

.header-index button:first-child {
    position: absolute;
    margin: 30px;
    background: transparent;
    border: none;
}

.index-header-img img {
    width: 100%;
}

.index-body-product-parameter {
    position: absolute;
    top: 0px;;
    left: 35px;
    width: 65%;

}

.index-body-product {
    margin-bottom: 30px;
}

.index-body-product-parameter h2 {
    font-size: 26px;
}

.index-body-product-parameter h2 a {
    color: #555;
}

.index-body-product-parameter p {
    font-size: 18px;
    color: #d1422d;
    margin-top: 0px;
}

.index-body-product-parameter button {
    border: 2px solid #d2412e;
    font-size: 14px;
    color: #d2412e;
    position: absolute;
    font-weight: bold;
    width: 116px;
    top: 155px;
    height: 42px;
    background: #fff;
}

.index-body-product-parameter button:hover {
    border: 1px solid #fff;
    color: #fff;
    background: #d2412e;
}

.index-header-red {
    margin-bottom: 80px;
}

.index-slider {
    margin-top: 80px;
}

.index-slider img {
    width: 100%;
}

.index-featured {
    text-align: center;
}

.index-featured h2 {
    font-weight: bold;
    font-size: 30px;
    margin: 70px 0 50px 0;
}

.featured-product p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 65px;
}

.index-mail {
    display: inline-block;
    width: 100%;
}

.index-mail-left {
    background: url("../img/index_mail.png");
    display: inline-block;
    width: 46%;
    position: relative;
    background-size: cover;
    height: 500px;
    float: left;
}

.index-mail-left-banner {
    padding-left: 43%;
    padding-top: 35px;
}

.index-mail-left-content {
    width: 67%;
}

.product_img img {
    width: 100%;
}

.product_name {
    margin-top: 35px;
    margin-bottom: 20px;
    text-align: center;
}

.product_name a {
    font-size: 16px;
    color: #000;
}

.index-mail-left-content h3 {
    font-weight: bold;
    font-size: 48px;
    color: #fff;

}

.index-mail-left-content h4 {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.index-mail-left-content input {
    display: block;
    padding-left: 10px;
    width: 330px;
    height: 50px;
}

.product_showcase li {
    list-style: none;
}

.product_showcase {
    padding: 0px !important;
}

.index-mail-left-content button {
    width: 150px;
    height: 40px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin-top: 35px;
}

.prod {
    background: #f6f6f6;
    display: inline-block;
    width: 17.999%;
    float: left;
    height: 500px;
}

.index-mail-right {
    float: left;
    width: 50%;
}

.index-mail-right img {
    float: left;
}

.index-blog {
    margin-bottom: 90px;
}

.index-blog h2 {
    text-align: center;
    margin-bottom: 43px;
    font-weight: bold;
    font-size: 30px;
}

.index-blog h3 {
    font-size: 18px;
    color: #d1422d;
    font-weight: bold;
}

.index-blog p {
    color: #666;
}

.top {
    position: fixed;
    display: none;
    bottom: 70px;
    right: -15px;
    width: 80px;
    cursor: pointer;
}

.index-featured img {
    width: 100%;
}

.index-blog img {
    width: 100%;
}

.index-body-product img {
    width: 100%;
    box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.3);
}

/*产品列表*/
.products-list-left h2 {
    margin-bottom: 42px;
    font-size: 18px;
    font-weight: bold;
}

.products-list-left-ul {
    padding-left: 0px;
}

.products-list-left-ul li a {
    text-transform: uppercase;
}

.products-list-left-ul li {
    width: 260px;
    list-style: none;
    line-height: 48px;
    padding-left: 20px;
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
}

.products-list-left-ul li:last-child {
    border-bottom: none;
}

.products-list-left-ul li:hover {
    background: #d1422d;
    color: #fff;

}

.products-list-left-ul li:hover a {
    background: #d1422d;
    color: #fff;

}

.products-list-left-ul li a {
    color: #d1422d;
    display: block;
}

.products-list-left-ul li a span {
    float: right;
    font-size: 18px;
    padding-right: 10px;
}

.products-list-left-ul li a:hover {
    color: #fff;
}

.products-list-left-ul2 {
    position: absolute;
    left: 255px;
    top: 56px;
}

.products-list-left-ul2 li {
    padding-left: 0px;
}

.products-list-left-ul2 li a {
    background: #d1422d;
    padding-left: 20px;
    color: #fff;
}

.products-list-left-ul2 li:hover {
    background: #f96e5a;
    color: #fff;
}

.products-list-left-ul2 li a:hover {
    background: #f96e5a;
    padding-left: 20px;
    color: #fff;
}

.products-list-left-ul2 {
    display: none;
}

.products-list-left-ul li:hover .products-list-left-ul2 {
    display: block;
}

.products-list-left-ul2 {
    position: absolute;
    left: 235px;
    top: 130px;
    z-index: 999;
}

.products-list-left-ul3 {
    position: absolute;
    top: 179px;
}

.products-list-left-ul4 {
    position: absolute;
    top: 277px;
}

.products-list-left-ul5 {
    position: absolute;
    top: 228px;
}

.products-list-right h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.products-list-right-p {
    color: #888888;
    font-size: 14px;
    line-height: 26px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.products-list-right-div p {
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 30px;
}

.products-list-right-div {
    margin-bottom: 15px;
}

.products-list-right-div img {
    width: 100%;
}

.index-skip {
    text-align: center;
    padding: 35px 0 30px 0;
}

.index-skip div {
    display: inline-block;
}

.index-skip div a {
    cursor: pointer;
    float: left;
    padding: 5px 10px;
    background: #d8d8d8;
    margin: 0 4px 0 4px;
    font-size: 12px;
    color: #fff;
}

.index-skip div a:hover {
    background: #d1422d;
    color: #fff;
}

.index-skip div span {
    cursor: pointer;
    float: left;
    padding: 5px 10px;
    background: #d1422d;
    margin: 0 4px 0 4px;
    font-size: 12px;
    color: #fff;
}

.index-skip-p {
    font-size: 12px;
    color: #333;
    float: left;
    line-height: 27px;
}

.index-skip-p input {
    width: 25px;
    height: 20px;
    margin: 0 3px;
}

.products-list-right-body {
    display: inline-block;
}

.products-list {
    margin-top: 45px;
}

/*产品详情页*/
.products-detail {
    margin-top: 50px;
}

/*.product-main-right{*/
/*padding-left: 50px;*/
/*}*/
.product-main-right h1 {
    color: #d2412e;
    font-weight: bold;
    font-size: 48px;
    margin: 0 0 10px 0;
}

.product-main-right h2 {
    font-size: 18px;
    color: #555555;
    margin: 5px 0 10px 0;
}

.product-main-right p {
    color: #555555;
    margin: 0px;
}

.product-main-right p span {
    color: #555555;
    font-size: 30px;
}

.product-main-right-parameter {
    margin: 10px 0 10px 0;
}

.product-main-right-pdf span {
    font-size: 16px !important;
    color: #005aff !important;
}

.product-main-right button {
    width: 180px;
    height: 48px;
    background: #d2412e;
    color: #fff;
    border: none;
    margin-top: 15px;
}

.product-main-right {
    line-height: 24px;
}

.products-detail-tab {
    margin-top: 85px;
}

.products-detail-tab ul li a {
    width: 170px;
    height: 62px;
    font-weight: bold;
    color: #555;
    text-align: center;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #d2412e;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d2412e !important;

}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
}

.tab-content-body-div {
    line-height: 30px;
}

.tab-content-body-div p {
    color: #555;
    font-weight: bold;
    margin: 0px;
    width: 100%;
    word-break: break-all;
}

.tab-content-body-div span {
    color: #888;
}

.tab-content-content {
    margin-top: 35px;
    margin-bottom: 50px;
}

/*关于我们*/
.aboutus p {
    color: #888888;
}

.aboutus {
    margin-bottom: 100px;
}

.aboutus img {
    width: 100%;
}

.aboutus h1 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold;
}

/*whychooseus*/
.whychooseus-detail-right {
    text-align: center;
}

.whychooseus-list p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    color: #888;
}

.whychooseus {
    margin-bottom: 100px;
}

.whychooseus h1 {
    font-weight: bold;
    font-size: 30px;
    margin: 40px 0 50px 0;
}

.whychooseus-list h2 {
    font-weight: bold;
    font-size: 24px;
    color: #d2412e;
}

/*新闻列表*/
.article-mail {
    text-align: center;
    background: #f6f6f6;
    margin-top: 30px;
}

.article-mail h2 {
    font-size: 24px !important;
    margin: 0px 0 20px 0 !important;
    padding-top: 30px !important;
    font-weight: bold !important;
    border: none !important;
    padding-bottom: 0px !important;
}

.article-mail p {
    color: #adadad;
}

.article-mail input {
    width: 205px;
    height: 45px;
    padding-left: 15px;
}

.article-mail button {
    width: 205px;
    height: 45px;
    background: #d2412e;
    color: #fff;
    border: none;
    margin-top: 15px;
    margin-bottom: 30px;
}

.Article-list h2 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 45px 0 0px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.ArticleList-right-one {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 10px;
    width: 100%;
    display: inline-block;
}

.ArticleList-right-a {
    width: 28%;
    float: left !important;
    display: inline-block;
    top: 0px !important;
}

.ArticleList-right-a img {
    width: 100%;
    float: left;
}

.ArticleList-right-one-center {
    padding-left: 15px;
    float: left;
    width: 50%;
}

.ArticleList-right-one a {
    float: right;
    position: relative;
    top: 45px;
}

.ArticleList-right-h3 {
    float: none !important;
    top: 0px !important;
}

.ArticleList-right-one-center h3 {
    font-size: 24px;
    color: #d2412e;
    margin-top: 0px;
}

.ArticleList-right-content {
    color: #a8a8a8;
    overflow: hidden;
    height: 80px;
}

.ArticleList-right-time {
    font-size: 12px;
    color: #a8a8a8;
}

.ArticleList-right-one a {
    float: right;
    position: relative;
    top: 45px;
}

.ArticleList-right-one a button {
    width: 135px;
    height: 50px;
    background: #d2412e;
    color: #fff;
    border: none;
    outline: none;
    font-size: 18px;
}

.ArticleList-right-a img:hover {
    border: 1px solid #eee;
}

.Article-list-left {
    margin-top: 95px;
}

.article-detail-right-body img {
    width: 100%;
    margin-top: 10px;
}

.article-detail-right-body p {
    color: #888888;
    line-height: 30px;
}

/*招聘*/
.career {
    margin-bottom: 100px;
}

.career img {
    width: 100%;
}

.career h1 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold;
}

#tablec {
    width: 100%;
    margin-top: 60px;
}

#tablec tr {
    line-height: 36px;
}

#tablec tr:first-child {
    background: #c3c3c3 !important;
    color: #fff !important;
}

#tablec tr a {
    color: #323232;
}

#tablec tr:nth-child(odd) {
    background: #eee;
}

.career-detail h2 {
    font-size: 24px;
    font-weight: bold;
}

.career-detail h3 {
    font-size: 16px;
    font-weight: bold;
    color: #878787;
}

.career-detail p {
    color: #878787;
    line-height: 26px;
}

.career-detail-contact {
    font-size: 18px;
    color: #878787;
    margin-top: 20px;
}

.career-detail-contact span {
    font-size: 18px;
    color: #e01717;
}

/*证书下载*/
.catalog-body {
    margin-bottom: 30px;
}

.catalog-list:nth-child(3n+1) {
    clear: left;
}

.Catalog-list-right {

}

.Catalog-list-right h2 {
    border: none;
}

.catalog-list img {
    width: 100%;
}

.catalog-list p {
    font-size: 18px;
    text-align: center;
}

/*联系我们*/

.contactus {
    margin-bottom: 100px;
}

.contactus img {
    width: 100%;
}

.contactus h1 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold;
}

.contactus-body-left h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 50px;
}

.contactus-body-right h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 50px;
}

.contactus-body-left h3 {
    font-size: 16px;
    margin-bottom: 30px;
}

.contactus-body-left p span {
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.add {
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

.email {
    font-size: 16px;
    color: #d2412e;
}

.tel {
    font-size: 24px;
    color: #d2412e;
}

.fax {
    font-size: 24px;
    color: #d2412e;
}

.web {
    font-size: 16px;
    color: #d2412e;
}

.web a {
    font-size: 16px;
    color: #d2412e;
}

.contactus-body-right input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #a0a0a0;
    height: 35px;

    background: none;
    outline: none;
}

.contactus-body-right textarea {
    height: 140px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #a0a0a0;
    background: none;
    outline: none;
}

.contactus-body-right button {
    width: 120px;
    height: 45px;
    background: #d1412e;
    color: #fff;
    border: none;
    outline: none;
    margin-top: 50px;
}

/*FAQ*/
.question {
    color: #d2412e;
    font-size: 20px;
    margin-bottom: 10px;
}

.answer {
    margin: 0px;
}

/*sitemap*/
.sitemap {
    margin-bottom: 90px;
}

.sitemap h1 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sitemap-body-list h2 {
    font-size: 24px;
    font-weight: bold;
}

.sitemap-body-list h3 {
    font-size: 16px;
    font-weight: bold;
}

.sitemap-body-list ul {
    padding-left: 0px;
    list-style: none;
    display: inline-block;
    margin: 10px 0 10px 0;
}

.sitemap-body-list ul li {
    float: left;
    padding-right: 80px;
}

.sitemap-body-list ul li a {
    font-size: 16px;
    color: #888;
}

.sitemap-body-list {
    border-bottom: 1px solid #ccc;
}

.sitemap-body-list:last-child {
    border-bottom: none;
}

.index-left {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.header-logo {
    width: 125px;
    height: 36px;
    position: absolute;
    top: 3%;
    right: 50%;
    z-index: 2;
    margin-top: 0px;
}

/*自适应*/
.footer-bottom p a {
    color: #d1412e;
}

.products-min {
    display: none;
}

.index-768 {
    display: none;
}

.icon-list li {
    list-style: none;
    width: 100%;
    padding: 0.8em;
    cursor: pointer;
}

.icon-list li:hover {
    background: #d1412e;
}

.icon-list li:hover a {
    color: #fff;
}

.icon-list li:first-child a {
    display: none;
}

.icon-list li:first-child:hover {
    background: none;
}

.icon-list li:last-child:hover {
    background: none;
}

.index-slider-768 {
    display: none;
}

.index-mail-768 {
    display: none;
}

.product-main-left {
    width: 58%;
    float: left;
}

.contactus-body-right p span {
    color: #d1412e;
}

@media (max-width: 1400px) {
    .index-mail-left-banner {
        padding-left: 30px;
    }

}

@media (max-width: 1200px) {
    .index-body-product-parameter h2 {
        font-size: 24px;
        font-weight: bold;
    }

    .index-body-product-parameter button {
        top: 115px;
    }

}

@media (max-width: 992px) {
    .products-pc {
        display: none;
    }

    .products-min {
        display: block;
    }

    .icon-list li:first-child a {
        display: block;
    }

    .icon-list li:last-child a {
        display: none;
    }

    .search {
        width: 60px;
        height: 60px;
    }

    .products-list-left {
        display: none;
    }

    .prod {
        background: #f6f6f6;
        display: inline-block;
        width: 17.999%;
        float: left;
        height: auto;
    }

    .tab-content-body-div img {
        max-width: 100% !important;
        height: 100% !important;
    }

    .index-mail-left {
        background: url(../img/index_mail.png);
        width: 100%;
        height: 500px;
    }

    .prod {
        width: 33.333%;
    }

    .product-main-left {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .nav-tabs > li {
        float: none;
        margin-bottom: -1px;
        width: 100%;
        text-align: center;
    }

    .products-detail-tab ul li a {
        width: 100%;
        height: auto;
        font-weight: bold;
        color: #555;
        text-align: center;
    }

    .Article-list-left {
        margin-top: 20px;
    }

    .products-list-left-ul li {
        width: 100%;
    }

    .article-mail input {
        width: 80%;
    }

    .product-main-left {
        margin-bottom: 20px;
        width: 100%;
        float: left;
    }
}

@media (max-width: 768px) {
    .our-team-content-first-left, .our-team-content-first-right {
        width: 100% !important;
        text-align: center !important;;
    }

    .our-team-content-list {
        display: inline-block;
        width: 100% !important;
        float: left;
        margin-bottom: 50px;
    }

    .header-index button:first-child {
        margin: 10px;
    }

    .change-language {
        margin: 15px 0 0 65px !important;
        width: 60px !important;
    }

    .change-language {
        margin: 15px 0 0 65px !important;
        width: 60px !important;
        display: none;
    }

    .change-language2 {
        margin: 15px 0 0 65px !important;
        width: 60px !important;
        display: none;
    }

    .header-logo {
        display: none;
    }

    .index-mail-left-content input {
        display: block;
        width: 80%;
        height: 50px;
    }

    .product_name {
        margin-top: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    .product_name a {
        font-size: 12px;
        color: #000;
    }

    .index-mail-left {
        background: url(../img/index_mail.png);
        width: 100%;
        height: 350px;
    }

    .index-mail-left-content {
        width: 80%;
    }

    .index-mail-left-content h3 {
        font-weight: bold;
        font-size: 22px;
        color: #fff;
    }

    .index-mail-left-content h4 {
        font-size: 12px;
        color: #fff;
        line-height: 19px;
    }

    .index-mail-left {
        width: 100%;
        float: none;
    }

    .index-mail-right {
        float: none;
        width: 100%;
    }

    .index-mail-left-body {
        position: static;
    }

    .index-mail {
        display: inline-block;
    }

    .index-mail-1170 {
        display: none;
    }

    .index-slider {
        margin-top: 30px;
    }

    .featured-product p {
        font-size: 14px;
        color: #000000;
        margin-bottom: 25px;
    }

    .index-featured h2 {
        font-size: 22px;
        margin: 30px 0 20px 0;
    }

    .index-slider-1170 {
        display: none;
    }

    .index-slider-768 {
        display: block;
    }

    .index-header-red {
        margin-bottom: 20px;
    }

    .index-1170 {
        display: none;
    }

    .index-768 {
        display: block;
    }

    .index-body-product-parameter h2 {
        font-size: 14px;
        font-weight: bold;
        margin: 5px 0;
    }

    .index-body-product-parameter h2 a {
        color: #000 !important;
        font-size: 12px;
    }

    .index-body-product-parameter {
        left: 20px;
    }

    .index-body-product-parameter button {
        width: 95px;
        height: 30px;
        font-size: 12px;
        margin-top: 0px;
        display: none;
    }

    .index-body-product-parameter p {
        font-size: 12px;
        color: #d1422d;
        margin-top: 0px;
    }

    .index-body-product-parameter button {
        top: 50px;
    }

    .Article-list h2 {
        margin: 20px 0 0px 0;
    }

    .question {
        font-size: 18px;
    }

    .contactus {
        margin-bottom: 20px;
    }

    .career {
        margin-bottom: 20px;
    }

    .aboutus {
        margin-bottom: 20px;
    }

    .footer {
        background: #f6f6f6;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .footer h2 {
        margin-bottom: 10px;
    }

    .error {
        text-align: center;
        margin: 25px 0 25px 0;
    }

    .crumb {
        margin-top: 0px;
    }

    .header {
        background: url("../img/index_min.png");
        height: 100px;
        background-position: center center;
        background-size: cover;
        padding-left: 30px;
    }

    .sitemap-body-list ul li {
        float: none;
        line-height: 24px;
    }

    .ArticleList-right-one a button {
        display: none;
    }

    .ArticleList-right-a {
        width: 50%;
        float: left !important;
        display: inline-block;
        top: 0px !important;
    }

    .article-mail {
        display: none;
    }

    .ArticleList-right-one-center h3 {
        font-size: 18px;
    }

    .ArticleList-right-content {
        margin: 0px;
    }
}

.change-language {
    margin: 38px 0 0 95px;
    width: 80px;
    height: 33px;
    color: #fff;
    border: 2px solid #fff !important;
    position: absolute;
    background: transparent;
}

.change-language:hover {
    color: #fff;
    background: #d1422d;
}

.change-language2 {
    margin: 38px 0 0 15px;
    width: 80px;
    height: 33px;
    color: #fff;
    border: 2px solid #fff !important;
    position: absolute;
    background: transparent;
}

.change-language2:hover {
    color: #fff;
    background: #d1422d;
}

/*our-team*/
.our-team-content-first {
    display: inline-block;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 40px;
}

.our-team-content-first-left {
    width: 26%;
    float: left;
}

.our-team-content-first-left img {
    max-width: 100%;
}

.our-team-content-first-right {
    width: 74%;
    float: left;
}

.our-team-content-first-right h2 {
    font-size: 24px;
    color: #555555;
    margin-bottom: 10px;
}

.our-team-content-first-right h3 {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
    margin-top: 0px;
}

.our-team-content-first-right h4 a {
    font-size: 14px;
    color: #d2412e;
}

.our-team-content-first-right h4 {
    margin-bottom: 30px;
}

.our-team-content-first-right h5 {
    font-size: 14px;
    color: #555555;
}

.our-team-content-list {
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 50px;
}

.our-team-content-list .our-team-content-first-left {
    width: 43% !important;
    float: left;
}

.our-team-content-list .our-team-content-first-right {
    width: 57% !important;
    float: left;
}

.our-team-content-list .our-team-content-first-right h2 {
    margin-top: 60px;
}

.our-team h1 {
    text-align: center;
    margin: 40px 0 45px;
    font-size: 30px;
    font-weight: bold;
}

.our-team-content-list .our-team-content-first-right h4 {
    margin-bottom: 0px;
}