@charset "utf-8";
/* CSS Document */

html {
    font-size: 62.5% !important;
}

body {
    color: #222222;
    font-family: '微软雅黑';
    background: #f4f4f4;
    font-size: 1.4rem;
    overflow-x: hidden;
    position: relative;
}

div,
ul,
li,
input,
button,
p,
label {
    margin: 0;
    padding: 0;
    margin-right: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #222;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

i {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #404242;
    outline: none;
}

li,
dl,
dt,
dd {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
    font-style: normal;
    font-weight: 400;
    outline: none;
}

a {
    color: #222222;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #a4000b;
    text-decoration: none;
}

/*公共样式结束*/
.index_more {
    width: 143px;
    color: white;
    line-height: 30px;
    background: #a4000b;
    border: none;
    cursor: pointer;
}

.video {
    cursor: pointer;
}

.main {
    width: 1024px;
    margin: 0 auto;
}

.index_wrap {
    padding: 0;
    margin: 0;
    padding-top: 130px;
}

.header_full {
    height: 125px;
}

.w_100 {
    width: 100%;
    position: relative;
    z-index: 9999;
    margin-bottom: 45px;
}

.w_95 {
    width: 95%;
}

.indextx {
    width: 980px;
    margin: 0 auto;
    margin-top: 10px;
    background: #FFFFFF;
}

.w_min_width {
    min-width: 1024px;
}

.w_1200 {
    width: 1024px;
}

.header {
    width: 1024px;
    margin: 0 auto;
}

/* left */
.logo {
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.logo img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.logo p {
    font-size: 20px;
    font-weight: bold;
}


/* top_link */
.telephone {
    color: #a4000b;
    font-size: 14px;
    padding-bottom: 13px;
    padding-top: 20px;
}

.telephone li {
    float: left;
}

.telephone .phone {
    float: left;
    width: 40px;
    height: 40px;
    background: url("../images/tel.png") no-repeat;
    margin-right: 5px;
    margin-top: 5px;
    overflow: hidden;
    line-height: 1000px;
}


.switch {
    font-size: 1.6rem;
    background: #a4000b;
    color: white;
    font-weight: 500;
    padding: 8px;
    text-align: center;
    margin-left: 22px;
}

.nav_bar .m:hover,
.cur {
    color: #a4000b;
    text-decoration: none;
    border-bottom: 4px #a4000b solid;
}

#cur {
    text-decoration: none;
    border-bottom: 4px #a4000b solid;

}

#cur_a {
    font-weight: bold
}

#cur a {
    color: #a4000b;

}

/*  nav */
/* 重用类样式 */
.f_l {
    float: left !important;
}

.f_r {
    float: right !important;
}

.no_margin {
    margin: 0px !important;
}

.no_border {
    border: 0px !important;
}

.no_bg {
    background: none !important;
}

.clear_both {
    clear: both !important;
}

.display_block {
    display: block !important;
}

.text_over {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
}

#m_last {
    margin-right: 0;
    width: 65px;
    margin-right: 0;
    text-align: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav_bar {
    position: relative;
    z-index: 1;
    height: 45px;
    line-height: 45px;
}

.nav {
    position: relative;
    width: 500px;
    margin: 0 auto;
    font-family: "Microsoft YaHei", SimSun, SimHei;
    font-size: 14px;
    margin-right: 0;
}

.nav a {
    color: #000000;
}

.nav a:hover {
    color: #a4000b;
}

.nav h3 {
    font-size: 100%;
    font-weight: normal;
}

.nav h3 a {
    display: block;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
}

.nav .m {
    float: left;
    position: relative;
    z-index: 1;
    width: 80px;
    margin-right: 20px;
}

.nav .s {
    float: right;
    width: 3px;
    text-align: center;
    color: #D4D4D4;
    font-size: 12px;
}

.nav .sub {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 1;
    width: 80px;
    border: 1px solid #E6E4E3;
    border-top: 0;
    background: #fff;
    box-sizing: border-box
}

.nav .sub li {
    text-align: center;
    padding: 0 8px;
    margin-bottom: -1px;
}

.nav .sub li a {
    display: block;
    border-bottom: 1px solid #E6E4E3;
    padding: 8px 0;
    line-height: 28px;
    color: #666;
    text-decoration: none;
}

.nav .sub li a:hover {
    color: #c7161d;
}

/* index - banner */
.full_banner {
    width: 100%;
    position: absolute;
    height: 791px;
    background: #FFF;
    overflow: hidden;
    top: 0;
}

/*.full_banner .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}*/
.full_banner .bd ul {
    width: 100% !important;
}

.full_banner .bd li {
    width: 100% !important;
    float: left;
    height: 791px;
    overflow: hidden;
    text-align: center;
}

.full_banner .bd li a {
    display: block;
    height: 791px;
}

.full_banner .hd {
    width: 1024px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.full_banner .hd ul {
    text-align: center;
    padding-top: 5px;
}

.full_banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 20px;
    height: 4px;
    margin: 5px;
    background: white;
    border-radius: 10px;
    ;
    line-height: 9999px;
}

.full_banner .hd ul .on {
    background: #c7161d;
}

/*头部导航*/
.in_img,
.ab_img {
    position: relative !important;
}

.focus_location {
    position: absolute;
    top: 30px;
    left: 25px;
    color: white;
}

.news_location {
    position: absolute;
    top: 30px;
    right: 25px;
    color: white;
}

.index_main {
    margin-bottom: 130px;
}

.index_main .ab_text {
    width: 48%;
}

.ab_text h2 {
    font-weight: bold;
    margin-top: 0;
}

.ab_title {
    margin-bottom: 50px;
}

.ad_introduce {
    line-height: 30px;
}

.index_main .ab_img {
    width: 52%;
    padding-left: 2%;
}

.ab_button {
    margin-top: 23.58px;
}

.in_img {
    width: 52%;
    padding-right: 2%;
}

.in_text {
    width: 48%;
}

.focus_text {
    margin-top: 62.6px;
}

.text_top {
    /*border-bottom: 0.5px solid #000000;*/
    /*border-top: 0.5px solid #000000;*/
    box-sizing: border-box;
}

.focus_text ul {
    line-height: 50px;
    border-bottom: 0.5px solid #d9d9d9;
    box-sizing: border-box;
    cursor: pointer;
}

.product_title {
    margin-bottom: 20px;
}

.product_img {
    margin-bottom: 0;
}

.product_img li {
    float: left;
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 1%;
    position: relative;
}

.brand_wrap {
    width: 1024px;
    margin: 0 auto;
    padding-top: 2.0rem;
    padding-bottom: 3.0rem;
}

.brand {
    background: #d8d8d8;
    margin-top: 130px;
    display: none;
}

.brand_wrap li {
    float: left;
    width: 11.625%;
    margin-right: 1%;
}

.footer {
    background-color: #91000b;
    color: white;
    font-size: 12px;
    margin-top: 130px;
}

.wmt_footer {
    width: 1024px;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 114px;
}

.wmt_footer a {
    line-height: 20px;
    color: white;
}

.wmt_footer p {
    line-height: 20px;
}

.wmt_footer a:hover {
    color: white;
}

.wmt_footer li {
    float: left;
    margin-right: 5px;
}

.wmt_link {
    width: 174px;
}

.wmt_wechat {
    width: 200px;
}

.wmt_contact {
    width: 301px;
    text-align: justify;
    text-justify: inter-word;
}

.wmt_copyright {
    width: 324px;
    font-size: 1.3rem;
    color: white;
    text-align: right;
}

.wmt_copyright img {
    display: inline-block;
    padding-bottom: 54.3px;
}

.wmt_module_title {
    font-size: 1.2rem;
    color: #d8d8d8;
    margin-bottom: 14px;
}

.wechat .luoyang_wechat {
    width: 90px;
}

.wechat {
    float: left;
}

.luoyang_wechat {
    float: right;
}

.wechat_a {
    padding-bottom: 4px;
    text-align: center;
}

/*首页*/
.main {
    width: 1024px;
    margin: 0 auto;
}

.introduction_nav a {
    color: white;
    font-size: 18px;
}

.introduction_nav a:hover {
    color: white;
}

.introduction_nav li {
    float: left;
    line-height: 48px;
    background: #717071;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid white;
}

.introduction_nav li:hover {
    background: #a4000b;
}

#introduction_cur,
#information_cur {
    background: #a4000b;
}

.wmt_introduction,
.wmt_culture,
.cultural_details,
.wmt_news,
.news_detail,
.enterprise_environment,
.environmental_details,
.contact_us,
.recruit {
    margin-top: 100px;
}

.wmt_introduction li {
    float: left;
}

.wmt_introduction li p {
    line-height: 25px;
    margin-top: 30px;
    text-align: justify;
    text-justify: inter-word;
}

.introduction_left {
    width: 33%;
    margin-right: 7%;
    text-align: justify;
    text-justify: inter-word;
}

.introduction_right {
    width: 60%;
}

/*企业简介*/

.culture_list {
    margin-top: 2%;
}

.culture_list li {
    float: left;
    width: 32%;
    margin-right: 2%;
}

/*企业新闻*/
.related_activities {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

.detail_left {
    text-align: center;
}

.detail_right {
    text-indent: 2em;
}

.detail_date {
    font-size: 13px;
    color: #9b9a9b;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.detail_title {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
}

.detail_main {
    line-height: 25px;
    text-align: justify;
    text-justify: inter-word;
}

.share {
    width: 212px;
    border: 1px solid #cdcccd;
    text-align: center;
    margin-top: 55px;
}

.share li {
    width: 42px;
    cursor: pointer;
    line-height: 35px;
    border-right: 1px solid #cdcccd;
    box-sizing: border-box;
    float: left;
}

.activity li {
    margin-bottom: 30px;
}

.activity_title {
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
}

.activity p {
    line-height: 30px;
}

.activity a {
    text-decoration: none;
    color: #222;
}

.activity a:hover {
    color: #91000b;
    text-decoration: none;
}

.activity_date {
    color: #7c7b7c;
}

.detail_right p {
    line-height: 30px;
    margin-bottom: 25px;
    text-align: justify;
    text-justify: inter-word;
}

/*企业文化详情*/
.information_nav li {
    width: 50%;
    float: left;
    line-height: 48px;
    background: #717071;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid white;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.information_nav li:hover {
    background: #a4000b;
}

.wmt_news ul {
    margin-bottom: 45px;
}

.wmt_news li {
    padding-bottom: 90px;
    background: white;
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative;
    cursor: pointer;
}

.wmt_news li:hover {
    color: #91000b;
}

.wmt_news li p {
    width: 84%;
    ;
    position: absolute;
    margin-top: 12px;
    right: 8%;
    z-index: 999;
}

.wmt_paging {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 130px;
}

.wmt_wrapper {
    position: relative;
    margin: 0 auto;
    width: 1024px;
}

.wmt_paging .wmt_paging_jump {
    float: left;
    margin-left: 30px;
}

.wmt_paging .wmt_paging_page {
    float: left;
}

.wmt_paging .wmt_paging_page a.cur {
    color: white;
    background-color: #91000b;
    border: 1px #91000b solid;
    text-decoration: none;
}

.wmt_paging .wmt_paging_page a {
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px #cbcbcb solid;
    margin-left: 12px;
    overflow: hidden;
}

.wmt_paging .wmt_paging_jump .wmt_paging_jump_text {
    float: left;
    width: 37px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 3px;
    border: 1px #cbcbcb solid;
    font-weight: bold;
    margin-left: 12px;
    overflow: hidden;
}

.wmt_paging .wmt_paging_jump .wmt_paging_jump_span {

    float: left;
    line-height: 32px;

}

.wmt_paging .wmt_paging_jump .wmt_paging_jump_submit {
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 3px;
    border: 1px #cbcbcb solid;
    font-weight: bold;
    margin-left: 12px;
    overflow: hidden;
}

.wmt_paging .wmt_paging_jump .wmt_paging_jump_span {
    float: left;
    line-height: 32px;
}

/*分页样式*/

.picture_details {
    font-size: 12px;
    color: #7c7b7c;
}

.news_menu {
    margin-top: 65px;
}

.news_menu li {
    width: 31%;
    float: left;
    margin-right: 3.5px;
    line-height: 30px;
    background: #717071;
    color: white;
    text-align: center;
}

.news_menu li:hover {
    background: #91000b;
}

/*企业文化详情*/

.enterprise_environment ul {
    margin-bottom: 1%;
}

.enterprise_environment li {
    float: left;
    width: 32.66666%;
    margin-right: 1%;
}

.enterprise_environment img {
    width: 100%;
    height: 335px;
}

.contact_us li {
    float: left;
}

.contact_us_left {
    width: 32%;
    margin-right: 8%;
}

.contact_us_right {
    width: 60%;
}

.address p,
.wmt_information p {
    line-height: 31px;
}

.wmt_information {
    margin-top: 30px;
}

/*联系我们*/

.phone {
    margin-left: 50%;
    width: 50%;
}

.phone li {
    width: 50%;
    border-left: 1px solid #5d5d5d;
    float: left;
}

.phone li p {
    text-indent: 2em;
}

.recruit_hr {
    border: 2px solid #a90f1a;
    margin-bottom: 50px;
    margin-top: 20px;
}

.requirement_left {
    width: 25%;
    margin-right: 7%;
    float: left;
}

.requirement_right {
    width: 58%;
    float: left;
}

.requirement_right li {
    margin-bottom: 15px;
}

.requirement_right li p {
    line-height: 30px;
}

.requirement_position p {
    line-height: 55px;
    background: #a4000b;
    font-size: 22px;
    padding-left: 20px;
    color: white;
    border-bottom: 2px solid white;
}

.job_information {
    padding-top: 25px;
    padding-bottom: 30px;
    color: white;
    background: #717071;
}

.job_information p {
    line-height: 25px;
    padding-left: 20px;
}

.re_title {
    width: 115px;
    line-height: 32px;
    font-size: 18px;
    color: white;
    background: #aa8546;
    text-align: center;
}

.ac_text {

    background: rgba(145, 0, 11, 0.8);
    position: absolute;
    z-index: 8888888;
    top: 0px;
    text-align: center;
    line-height: 25px;
    color: white;
    opacity: 0;
}

.product_ac {
    width: 248px;
    height: 248px;
}

.product li:hover .ac_text {
    width: 248px;
    opacity: 1;
    transition: 3s;
    -moz-transition: 3s;
    /* Firefox 4 */
    -webkit-transition: width 3s;
    /* Safari and Chrome */
    -o-transition: width 3s;
    /* Opera */

}

.product .ac_title {
    width: 80%;
    margin: 0 auto;
    line-height: 40px;
    font-size: 26px;
    ;
    margin-top: 30%;
}

.culture_ac {
    width: 338px;
    height: 337px;
}

.culture_list li:hover .ac_text {
    width: 338px;
    opacity: 1;
    transition: 3s;
    -moz-transition: 3s;
    /* Firefox 4 */
    -webkit-transition: width 3s;
    /* Safari and Chrome */
    -o-transition: width 3s;
    /* Opera */

}

.culture_list .ac_title {
    width: 90%;
    margin: 0 auto;
    line-height: 40px;
    font-size: 26px;
    ;
    margin-top: 40%;
}

.culture_list li,
.product li,
.enterprise_environment li {
    position: relative;
    cursor: pointer;
}

.sign {
    width: 68px;
    line-height: 28px;
    border: 1px solid white;
    border-radius: 3px;
    margin: 15px auto 0 auto;
}

.product img {
    width: 100%;
    height: 100%;
}

.env_pop {
    width: 100%;
    height: 335px;
}

.env_title {
    margin-top: 45%;
    font-size: 26px;
}

.enterprise_environment li:hover .env_pop {
    width: 335px;
    opacity: 1;
    transition: 3s;
    -moz-transition: 3s;
    /* Firefox 4 */
    -webkit-transition: width 3s;
    /* Safari and Chrome */
    -o-transition: width 3s;
    /* Opera */

}

.honor_pop {
    width: 335px;
    height: 335px;
}

.honor_pop .ac_title {
    margin-top: 91px;
}

.honor_title {
    line-height: 50px;
    font-size: 18px;
}

.honor_pop .honor_introduce {
    font-size: 26px;
    width: 230px;
    margin: 0 auto;
    line-height: 45px;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
}

.product_pop {
    width: 335px;
    height: 335px;
}

.honor_list li:hover .honor_pop {
    width: 335px;
    opacity: 1;
    transition: 3s;
    -moz-transition: 3s;
    /* Firefox 4 */
    -webkit-transition: width 3s;
    /* Safari and Chrome */
    -o-transition: width 3s;
    /* Opera */
}

.product_list li:hover .product_pop {
    width: 335px;
    opacity: 1;
    transition: 3s;
    -moz-transition: 3s;
    /* Firefox 4 */
    -webkit-transition: width 3s;
    /* Safari and Chrome */
    -o-transition: width 3s;
    /* Opera */

}

.video_introduction {
    margin-top: 50px;
}

.product_pop .ac_title {
    width: 90%;
    margin: 0 auto;
    line-height: 40px;
    font-size: 26px;
    ;
    margin-top: 30%;
}

.video_introduction li {
    float: left;
}

.video_title {
    width: 33%;
    margin-right: 2%;
    font-size: 24px;
}

.video_main {
    width: 60%;
    text-align: justify;
    text-justify: inter-word;
}

.video_menu {
    width: 33%;
    margin-top: 55px;
}

.video_menu li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    background: #717071;
    line-height: 31px;
    text-align: center;
    color: white
}

.video_menu li:hover {
    background: #a90f1a;
}

.environmental_details ul,
.cultural_details ul {
    position: relative;
}

.a_news {
    width: 338px;
}

.news_menu li {
    margin-bottom: 5px;
}



.wmt_copyright>p>a:nth-child(1):hover {
    text-decoration: underline;
}

.footer-box {
    text-align: center;
    padding: 25px 0;
    line-height: 26px;
    font-size: 14px;
}

.footer-box a {
    margin-left: 20px;
    color: #fff;
}

.footer-box a:hover {
    text-decoration: underline;
}

.login {
    line-height: 40px;
    height: 40px;
    float: right !important;
    margin-right: 30px;
}

.login a {
    color: #a4000b;
}

.login a:hover {
    color: #000;
}

.login-box {
    position: fixed;
    width: 300px;
    left: calc(50% - 180px);
    top: 100px;
}

.login-1 {
    text-align: right;
    margin-bottom: 20px;
}

.login-1 a {
    color: #666;
    margin-bottom: 10px;
}

.login-1 a:hover {
    color: #666;
    text-decoration: underline;
    color: rgb(8, 140, 241);
}

.logon-2 {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 30px;
}

.logon-2 a {
    width: 30%;
    text-align: center;
}

.logon-2 a .login-2-btn {
    border-bottom: 2px solid rgb(8, 138, 239);
    color: rgb(8, 138, 239);
    padding-bottom: 5px;
}

.logon-2 a span:hover {
    border-bottom: 2px solid rgb(8, 138, 239);
    color: rgb(8, 138, 239);
    padding-bottom: 5px;
}

.login-3 {
    border: 1px solid #e8e8e8;
    margin-top: 20px;
    border-radius: 4px;
}

.login-3 input {
    width: 100%;
    border: none;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    line-height: 48px;
    outline: none;
}

.login-3 .ma {
    display: flex;
    border-top: 1px solid #e8e8e8;
}

.login-4 button {
    background: rgb(8, 138, 239);
    outline: none;
    border: none;
    border-radius: 3px;
    width: 100%;
    color: #fff;
    line-height: 38px;
    margin: 20px 0;
}

.login-5 {
    margin-top: 10px;
}

.login-5 a {
    color: rgb(8, 138, 239);
}

.login-5 a:hover {
    text-decoration: underline;
}