@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/4vqkriwnqqguqqh-pnvdma.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

@font-face {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    src: local('Catamaran Bold'), local('Catamaran-Bold'), url(../fonts/ppgvtuhudnbzynpnzgbsc-gdm0lzdjqr5-oayxsoefg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

@font-face {

    font-family: 'museosanscyrl-100-webfont';

    font-style: normal;
    font-weight: normal;
    src: url(../fonts/museosanscyrl-100-webfont.woff);

}

body {
    /*font-family: "Microsoft YaHei", "微软雅黑" !important;*/
    overflow-x: hidden;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "SimHei", "Microsoft YaHei", "Microsoft JhengHei", Arial, sans-serif;
    /*font-family: 'museosanscyrl-100-webfont';*/
}

/*****header*******/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header1 {
    background: #fff;
    top: -90px;
    -webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    -moz-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    -ms-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    -o-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s;
}

.header1.scroll {
    top: 0px;
    position: fixed;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.header1 .nav ul li {
    color: #666;
    padding-top: 30px !important;
    padding-bottom: 15px !important;
    position: relative;
}

.header1 .nav ul li a {
    display: inline-block;
    color: #666;
}

.header_search {
    display: inline-block;
    position: relative;
}

.header_search_con {
    position: absolute;
    right: -50px;
    top: 100%;
    background: #fff;
    padding: 15px 10px 10px 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
}

.header_search:hover .header_search_con {
    visibility: visible;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.header_search_con input {
    width: 250px;
    font-size: 14px;
    padding: 0 40px 0 10px;
}

.header_search_con img {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
}

.header1 .nav {

}

.logo {
    float: left;
    padding: 20px 0;
}

.nav {
    float: right;
    margin-right: -20px;
}

.nav ul {
    padding: 0;
    margin: 0;
}

.nav ul li {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
}

/*****header*******/

.banner {
    position: relative;
}

.banner_list {
    width: 100%;
    height: 100%;
}

.pagination-banner {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
}

.ind_about {
    width: 100%;
    overflow: hidden;
    padding: 120px 0 90px 0;
    position: relative;
}

.ind_about_zi {
    width: 100%;
    padding-top: 20%;
    padding-left: 10%;
}

.ind_about_zi h5 {
    margin: 0;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    font-family: museosanscyrl-100-webfont, arial;
    z-index: 2;
    overflow: hidden;
}

.ind_about_zi h5 span {
    display: inline-block;
    font-size: 38px;
    color: #333;
    /*background: #fff;*/
    padding-right: 10px;
}

.ind_about_zi h5 span b {
    color: #d6000f;
    font-weight: normal;
}

.ind_about_zi h5:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20%;
    z-index: -1;
    width: 100%;
    height: 1px;
    background: #dfdfdf;
}

.ind_about_zi p {
    font-size: 16px;
    color: #5b5b5b;
    line-height: 30px;
    margin-bottom: 40px;
}

.ind_about_zi a {
    display: inline-block;
    padding: 15px;
    font-size: 16px;
    color: #5b5b5b;
    position: relative;
}

.ind_about_zi a span {
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ind_about_zi a span:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -1px;
    margin-left: -10px;
    width: 20%;
    height: 6px;
    background: #d6000f;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.ind_about_zi a:hover span:before {
    left: 0;
    margin-left: 0px;
    width: 100%;
}

.ind_about_img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.ind_about_img img {
    margin-bottom: 15%;
}

.ind_about_img_bg {
    width: 0%;
    bottom: 90px;
    position: absolute;
    top: 0;
    left: 0%;
    background: #e6e7e9;
}

.ind_pro {
    padding-bottom: 60px;
}

.ind_pro_title {
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
}

.ind_pro_title h5 {
    margin: 0;
    margin-bottom: 25px;
    position: relative;
    font-family: museosanscyrl-100-webfont, arial;
    z-index: 2;
    text-align: center;
}

.ind_pro_title h5 span {
    display: inline-block;
    font-size: 38px;
    color: #333;
    background: #fff;
    padding-right: 50px;
    padding-left: 50px;
}

.ind_pro_title1 h5 span {
    background: none;
}

.ind_pro_title h5 span b {
    color: #d6000f;
    font-weight: normal;
}

.ind_pro_title h5:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1px;
    background: #dfdfdf;
}

.ind_pro_title1 h5:before {
    width: 35%;
}

.ind_pro_title1 h5:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
    width: 35%;
    height: 1px;
    background: #dfdfdf;
}

.ind_pro_title p {
    font-size: 16px;
    color: #5b5b5b;
    text-align: center;
    margin-bottom: 50px;
}

.ind_pro_con {
    width: 100%;
    padding: 0 60px;
}

.ind_pro_list {
    width: 100%;
    background: #e1e4eb;
    position: relative;
    /*	margin-bottom: 30px;*/
    overflow: hidden;
}

.ind_pro_list h5 {
    width: 150px;
    line-height: 35px;
    background: #fff;
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 9;
    padding: 0 15px;
    font-size: 16px;
    color: #d6000f;
    margin: 0;
    letter-spacing: 2px;
}

.ind_pro_list_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.2;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    filter: alpha(opacity=20);
}

.ind_pro_list_bg .bg {
    width: 33.33%;
    height: 100%;
    float: left;
    background: #000;
    -webkit-transition-duration: .9s;
    -o-transition-duration: .9s;
    transition-duration: .9s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ind_bg {
    width: 100%;
    position: relative;
    background: url(../images/ind_bg1.jpg) center no-repeat;
    background-size: cover;
}

.ind_pro_list:hover .ind_pro_list_bg .bg.bg1 {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.ind_pro_list:hover .ind_pro_list_bg .bg.bg2 {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.ind_pro_list:hover .ind_pro_list_bg .bg.bg3 {
    -webkit-transition-delay: 0.3;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.ind_pro_list img {
    -webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    -moz-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    -ms-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    -o-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s;
}

.ind_pro_list:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.ind_news {
    padding: 130px 0 90px 0;
}

.ind_news_zi {
    width: 100%;
    margin-top: 20px;
    position: relative;
    height: 60px;
    padding-left: 100px;
}

.ind_news_zi h5 {
    width: 80px;
    height: 60px;
    margin: 0;
    padding: 5px 0;
    color: #666;
    border-right: 2px solid #d6d6d6;
    position: absolute;
    top: 0;
    left: 0;
}

.ind_news_zi h5 span {
    display: block;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 25px;
}

.ind_news_zi h5 b {
    display: block;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
}

.ind_news_zi p {
    margin: 0;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ind_news_a {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.ind_news_a a {
    display: inline-block;
    padding: 15px;
    font-size: 16px;
    color: #5b5b5b;
    position: relative;
}

.ind_news_a a span {
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ind_news_a a span:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -1px;
    margin-left: -10px;
    width: 20px;
    height: 6px;
    background: #d6000f;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.ind_news_a a:hover span:before {
    left: 0;
    margin-left: 0;
    width: 100%;
}

.clm20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.clp20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.ind_news_img {
    overflow: hidden;
}

.ind_news_img:hover img {
    transform: scale(1.1);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.ind_news_img img {
    max-width: 500px;
    transition: all cubic-bezier(.18, 1, .21, 1) 1s;
}

.ind_bg .container {
    height: 100%;
    position: relative;
}

.ind_bg_zi {
    width: 60%;
    text-align: center;
    position: absolute;
    bottom: -10%;
    right: 0;
    background: rgba(169, 169, 169, 0.8);
    padding: 70px 80px;
    -webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    -moz-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    -ms-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    -o-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s;
}

.ind_bg_zi h5 {
    margin: 0;
    margin-bottom: 30px;
    position: relative;
    font-family: museosanscyrl-100-webfont, arial;
    z-index: 2;
}

.ind_bg_zi h5 span {
    display: inline-block;
    font-size: 36px;
    color: #f5f5f5;
    padding-right: 10px;
}

.ind_bg_zi h5 span b {
    color: #d6000f;
    font-weight: normal;
}

.ind_bg_zi p {
    color: #e8e8e8;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 35px;
}

.ind_bg_zi p span {
    font-size: 30px;
    width: 50px;
    text-align: center;
    display: inline-block;
}

.footer {
    width: 100%;
    background: #1f1f1f;
}

.footer_nav {
    padding: 50px 0 40px 0;
    border-bottom: 1px solid #323232;
    padding-bottom: 10px;
}

.footer_nav_list h5 {
    margin-top: 0;
    font-size: 16px;
    color: #eee;
    line-height: 24px;
}

.footer_nav_list p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-bottom: 5px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.footer_p p {
    float: left;
    margin: 0;
    line-height: 50px;
    color: #666;
    font-size: 12px;
}

.unohacha {
    float: right;
}

.ind_pro_txt {
    line-height: 25px;
    padding: 20px;
    background: #f7f7f7;
    margin-bottom: 30px;
}

.ind_pro_txt p {
    font-size: 16px;
}

.pro_txt_left {
    float: left;
}

.pro_txt_right {
    float: right;
    margin-top: -4px;
}

.pro_txt_right span {
    color: #999;
    font-size: 12px;
}

.pro_txt_right .btn {
    transform: scale(1.1);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.pro_txt_right .btn:hover {
    color: #d6000f;
}

.pro_txt_right img {
    width: 20px;
}

.banner_list {
    position: relative;
}

.banner_list video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.banner .container1 {
    position: relative;
    height: 100%;
}

.banner_txt {
    position: absolute;
    bottom: 30%;
    left: 0%;
    margin-top: -63px;
    color: #f1f1f1;
    width: 41.666%;
}

.banner_txt1 {
    left: auto;
    right: 0%;
    text-align: right;
}

.banner_txt h1 {
    font-size: 20px;
    margin-top: 0;
    line-height: 40px;
}

.banner_txt h2 {
    line-height: 70px;
    font-family: 'museosanscyrl-100-webfont', arial;
    margin-top: 0;
    font-size: 60px;
}

.ind_pro_txt p {
    color: #333;
}

.pro_txt_left {
    color: #666;
}

@media (max-width: 1710px) and (min-width: 1024px) {
    .pro_txt_right {
        float: none;
    }

    .pro_txt_left {
        float: none;
        font-size: 12px;
    }

    .pro_txt_right .btn {
        padding: 7px 7px;
    }
}

/*友情链接	*/
.foot_friend li {
    float: left;
    color: #666;
}

.foot_friend {
    padding-left: 0;
    margin-top: 22px;
}

.foot_f1 {
    margin-left: 46px;
}

.footer_nav_list {
    float: left;
    padding: 0 15px;
    width: 15%;
}

.footer_nav_list img {
    width: 100px;
}

.footer_nav_list1 {
    width: 20%;
}

.footer_nav_list2 {
    width: 20%;
}

.footer_nav_list2 p {
    line-height: 20px;
    margin-top: 5px;
    max-width: 200px;
}

.footer_nav_box {
    margin: 0px -15px;
}

/*友情链接	*/

.nav img {
    width: 25px;
}

.nav span {
    margin-left: 10px;
}

.footer_nav_list p:hover {
    color: #ffffff;
}

.scrolltop, .ind_pro_con .col-sm-3 {
    position: relative;
    top: 100px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.scrollleft {
    position: relative;
    left: 100px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

@media (max-width: 1399px) and (min-width: 1024px) {
    .logo img {
        width: 410px;
    }

    .nav ul li {
        padding: 0 10px;
    }

    .nav {
        margin-right: -10px;
    }

    .ind_about_zi {
        padding-top: 12%;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .footer_nav_list {
        width: 14.5%;
    }

    .footer_nav_list2 {
        width: 20%;
    }

    .footer_nav_list1 {
        width: 22%;
    }

    .ind_about_zi {
        padding-top: 0%;
        padding-left: 5%;
    }

    .logo img {
        width: 360px;
    }

    .nav ul li {
        padding: 0 2px;
        font-size: 14px;
    }

    .banner_txt {
        width: 40%;
    }

    .ind_pro_txt p {
        margin-bottom: 5px;
    }

    .ind_about_zi p {
        font-size: 15px;
        line-height: 27px;
    }
}

.header_nav {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    z-index: 3;
}

.header_nav_logo {
    float: left;
    margin-left: 30px;
}

.menu_btn {
    position: relative;
    width: 22px;
    cursor: pointer;
    height: 20px;
}

.menu_btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menu_btn span.line2 {
    top: 9px;
}

.menu_btn span.line3 {
    top: 18px;
}

.header_nav_right {
    float: right;
}

.header_nav_right > div {
    float: left;
    padding: 18px 35px;
    position: relative;
    cursor: pointer;
}

.header_nav_right_c {
    position: absolute;
    right: 35px;
    top: 50%;
    width: 0;
    overflow: hidden;
    margin-top: -25px;
}

.header_nav_right_c input {
    width: 200px;
    background: transparent;
    height: 50px;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    top: 13px;
}

.header_nav_right_c img {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
}

.header_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 4;
    display: none;
}

.header_ri {
    position: fixed;
    right: -400px;
    top: 0;
    height: 100%;
    padding: 80px 70px;
    z-index: 4;
    background: #757575;
}

.header_ri a {
    color: #fff;
}

.header_ri ul {
    margin: 0px;
    padding: 0px;
}

.header_ri ul li {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 30px;
}

.header_ri ul li span {
    text-transform: uppercase;
    display: block;
}

.header_ri_tx {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-top: 15px;
}

.header_ri_tx span {
    padding: 0px 5px;
}

.header_ri_tx img {
    float: left;
    margin-right: 5px;
}

.header_btn {
    position: absolute;
    width: 22px;
    top: 80px;
    right: 70px;
    cursor: pointer;
    height: 20px;
}

.header_btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    top: 9px;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.header_btn span.line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header_btn span.line2 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.banner .pagination-banner {
    bottom: 180px;
}

.banner_text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}

.banner_text_con {
    float: right;
    width: 50%;
    padding: 35px 70px;
    background: #fff;
    color: #666;
}

.banner_text_img {
    float: right;
    height: 100%;
    width: 100%;
    background: url("../images/b1.jpg") no-repeat center center;
    background-size: cover;

}

.banner_text_con .title {
    font-size: 36px;
    text-transform: uppercase;
    font-family: museosanscyrl-100-webfont;
}

.banner_text_con .text {
    font-size: 18px;
    margin-top: 10px;
}

.banner_text_con .text i {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 15px;
    background: #000000;
    color: #fff;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.banner_text_con:hover i {
    background: #d6000f;
}

.warpper_bg {
    background: url("../images/index_bg.jpg") no-repeat top left;
    background-size: 100% auto;
}

.home_sec1 {
    position: relative;
}

.home_sec1_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: url("../images/h1_bg.jpg") no-repeat center center;
    background-size: cover;
}

.home_sec1_img img {
    -webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    -moz-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    -ms-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    -o-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    position: absolute;
    height: 100%;
    top: 8%;
    left: -5%;
    z-index: 3;
}

.home_sec1_left {
    position: absolute;
    right: 50%;
    top: 0;
    display: table;
}

.home_sec1_text {
    display: table-cell;
    vertical-align: middle;
}

.home_sec1_left .ind_about_zi {
    width: 60%;
    padding-left: 0px;
}

.home_news_left {
    float: left;
    font-size: 45px;
    line-height: 55px;
    width: 25%;
    text-transform: capitalize;
    font-family: 'museosanscyrl-100-webfont', arial;
}

.home_news_box {
    width: 75%;
    float: right;
}

.home_news_con {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

.home_news_con .date {
    float: left;
    font-size: 18px;
    line-height: 28px;
    color: #999;
    font-family: 'museosanscyrl-100-webfont', arial;
}

.home_news_con .more {
    float: right;
    color: #d6000f;
    font-size: 25px;
    width: 28px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
. padding-left: 3 px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.home_news_con .title {
    padding: 0px 70px 0 130px;
    line-height: 28px;
    color: #333;
}

.home_news {
    padding: 130px 0 80px 0;
}

.home_news_con:hover .more {
    background: #d6000f;
    color: #fff;
}

.home_sec2 {
    background: #d6000f;
}

.home_sec2_right {
    position: relative;
    float: right;
    width: 66%;
}

.home_sec2_left {
    float: left;
    width: 33.3333%;
    color: #fff;
    display: table;
}

.home_sec2_left_con .title {
    font-size: 20px;
    margin-bottom: 20px;
}

.home_sec2_left_con .text {
    line-height: 35px;
    font-size: 16px;
}

.home_sec2_left_con {
    padding: 0% 25%;
    display: table-cell;
    vertical-align: middle;
}

.home_sec2_right_con {
    position: absolute;
    left: 50%;
    width: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 530px;
}

.home_sec2_right_con .title {
    font-size: 40px;
    font-family: museosanscyrl-100-webfont;
}

.home_sec2_right_con .tit {
    font-size: 20px;
    margin-bottom: 15px;
}

.home_sec2_right_con .text {
    line-height: 25px;
}

.home_sec2_right_con .more a {
    display: inline-block;
    border: 1px solid #333333;
    height: 40px;
    line-height: 38px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 15px;
    text-align: center;
    color: #333;
    padding: 0 20px;
    margin-top: 45px;
    min-width: 150px;
}

@media (max-width: 1499px) and (min-width: 1024px) {
    .home_sec2_left_con {
        padding: 0% 18%;
    }
}

@media (max-width: 1399px) and (min-width: 1024px) {
    .ind_pro_txt p {
        margin-bottom: 5px;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .ind_bg_zi {
        width: 60%;
    }
}

.ind_pro_txt p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*1.31*/
.gnetic_txt {

    font-size: 15px;
    line-height: 24px;

    text-align: left;

}

.cont_way_txt p {
    margin-bottom: 0;
    text-indent: 2em;
}

.cont_way_txt h5 {
    font-size: 16px;
    margin-top: 0px;
}

.cont_way_txt p {
    margin-bottom: 0;
    line-height: 22px;
}

.cont_way_all {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.cont_way_txt {
    padding: 20px 15px;
    background: #FFFFff;
}

.cont_way {
    background: #f6f6f6;
}

.cont_way .ind_pro_title h5 span {

    background: #f6f6f6;

}

.cont_way_all {
    margin: 0px 15px;;
}

.cont_way_wip {
    position: relative;
}

.wip_qie_left {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 15px;
    background: #000000;
    color: #fff;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 50%;
    cursor: pointer;
    margin-top: -20px;
}

.wip_qie_left {
    left: -60px;
}

.klai {
    height: 44px;
    overflow: hidden;
}

.wip_qie_right {
    right: -60px;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 15px;
    background: #000000;
    color: #fff;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 50%;

    margin-top: -20px;
    cursor: pointer;
}

.wip_qie_right:hover {
    background: #d6000f;
}

.wip_qie_left:hover {
    background: #d6000f;
}

.gnetic_txt h5 {
    font-size: 16px;
    height: 24px;
    margin-top: 0;
    line-height: 24px;
}

.gnetic_height_a a {
    border: 1px solid #d6000f;
    color: #d6000f;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 15px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.gnetic_height_a {
    text-align: left;
}

.gnetic_txt p {
    line-height: 22px;
    margin-bottom: 0;

}


/*2.06*/
.gnetic_txt1 h5 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px; cursor: pointer;
}

.gnetic_txt1 h5 {
    width: 25%;
    float: left;
}

.gnetic_txt1 p {

        line-height: 22px;
    margin-bottom: 15px;
    color: #888888;
}
.onmer{  color: #d6000f !important;}
.gnetic{
    margin-top: 30px;
}
