@charset "utf-8";
/* CSS Document */

html {
    background: #fff;
}

body {
    margin: 0px;
    padding: 0;
    width: 100%;
    font-family: "Microsoft YaHei";
}

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
    display: block;
}

input[type="button"], input[type="submit"] {
    border: none;
    cursor: pointer;
    display: block;
}

a {
    text-decoration: none;
}

ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    display: block;
}

.l-float {
    float: left;
}

.r-float {
    float: right;
}

.clear {
    clear: both;
}

.section {
    max-width: 640px;
    min-width: 480px;
    margin: 0 auto;
    position: relative;
}

.top {
    height: 84px;
    max-width: 640px;
    min-width: 480px;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 12;
    float: left;
}

.top .logo {
    margin-top: 15px;
    margin-left: 26px;
    float: left;
}

.menu_icon {
    width: 66px;
    height: 84px;
    position: absolute;
    right: 28px;
    z-index: 5;
}

.menu_icon:hover {
    cursor: pointer
}

.menu_icon span {
    width: 40px;
    height: 3px;
    background: #666;
    position: absolute;
    left: 28px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.menu_icon span.line1 {
    top: 31px;
}

.menu_icon span.line2 {
    top: 43px;
}

.menu_icon span.line3 {
    top: 55px;
}

.menu_icon.on span.line2 {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.menu_icon.on span.line1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 31px
}

.menu_icon.on span.line3 {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 31px;
}

.menu {
    background: #fff;
    position: absolute;
    right: 0;
    top: 84px;
    z-index: 500;
    display: none;
}

.menu li {
    width: 180px;
    height: 68px;
    border-bottom: 1px solid #aaaaaa;
    position: relative;
}

.menu li a {
    display: block;
    width: 100%;
    height: 68px;
    line-height: 68px;
    font-size: 26px;
    color: #000000;
    text-align: center;
}

.menu li a.active {
    color: #000000;
}

.menu li:hover .erjinav {
    display: block;
}

.menu li .erjinav {
    display: none;
    position: absolute;
    background-color: #fff;
    right: 180px;
    top: 0;
}

/*banner 轮播*/
.swipe {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    margin-top: 88px;
}

.swipe ul {
    -webkit-transition: left 500ms ease-in 0;
    -moz-transition: left 500ms ease-in 0;
    -o-transition: left 500ms ease-in 0;
    -ms-transition: left 500ms ease-in 0;
    transition: left 500ms ease-in 0;
}

.swipe ul a {
    overflow: hidden;
    display: block;
}

#pagenavi {
    position: absolute;
    right: 45%;
    bottom: 20px;
    text-align: center;
    height: 10px;
}

#pagenavi a {
    width: 12px;
    height: 12px;
    overflow: hidden;
    display: block;
    float: left;
    margin: 0 5.5px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

#pagenavi a.active {
    border: 1px solid #cf0d07;
    background: transparent;
}

/*首页关于济南冶金*/
.sy_about {
    text-align: center;
    padding: 24px 24px 0;
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
}

.sy_about p {
    font-size: 24px;
    display: inline-block;
}

.sy_tit {
    color: #444;
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 8px;
    text-align: center;
}

.sy_about ul li {
    width: 50%;
    height: 206px;
    float: left;
    color: #fff;
    font-size: 22px;
    line-height: 38px;
    position: relative;
    overflow: hidden;
    display: block;
}

.sy_about ul li:hover {
    cursor: pointer;
}

.sy_about ul li img {
    display: block;
    width: 100%
}

.sy_about ul li span {
    position: absolute;
    bottom: 10px;
    display: block;
    margin-left: 8%;
    font-size: 30px;
}

.sy_aboutbot {
    background: url("../images/mob/sy_aboutbg.jpg") no-repeat bottom;
    display: block;
    height: 206px;
    position: relative;
    padding: 0 24px;
    text-align: center;
    width: calc(100% - 48px);
}

.sy_aboutbot .tit {
    padding: 0px;
    text-align: center;
    position: absolute;
    margin: 0 11%;
}

.sy_aboutbot .tit .number {
    display: inline-block;
    font-size: 26px;
    color: #007900;
    margin-right: 20px;
}

.sy_aboutbot .tit .number .num {
    font-size: 72px;
}

.sy_aboutbot .tit .symbol {
    font-size: 72px;
    color: #007900;
    margin-right: 14px;
}

.sy_aboutbot .txt {
    font-size: 26px;
    color: #464646;
    padding: 0 20px;
    position: absolute;
    bottom: 12px;
    width: calc(100% - 88px);
}

/*首页产品中心*/
.sy_pro {
    background: url("../images/mob/sy_probg.jpg") no-repeat center;
    height: 315px;
    color: #fff !important;
}

.sy_pro h1 {
    padding-top: 12px;
    color: #fff;
}

.sy_pro p {
    padding: 0 40px;
    font-size: 24px;
    line-height: 32px;
}

.sy_pro a {
    display: block;
    border: 1px solid #fff;
    font-size: 20px;
    padding: 5px 16px;
    color: #fff;
    width: 140px;
    text-align: center;
    margin: 10px auto;
}

.syprolist {
    display: -webkit-box;
}

.syprolist ul li {
    width: 48%;
    height: 174px;
    margin: 1%;
    float: left;
    color: #fff;
    font-size: 22px;
    line-height: 38px;
    position: relative;
}

.syprolist ul li img {
    width: 100%;
    height: 100%;
}

.syprolist ul li span {
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    height: 38px;
    font-size: 24px;
    background-color: rgba(0, 121, 0, 0.7);
    padding-left: 20px;
}

.sy_xgy {
    margin-top: 30px;
    width: 100%;
    color: #fff;
}

.sy_xgy ul {
    background: url("../images/mob/sy_probg2.jpg") no-repeat center;
    height: 320px;
}

.sy_xgy ul li {
    float: left;
    width: 21%;
    height: 102px;
    margin: 100px 6% 0;
    text-align: center;
}

.sy_xgy ul li:hover {
    cursor: pointer;
}

.sy_xgy ul li img {
    text-align: center;
    display: inline-block;
}

.sy_xgy ul li span {
    display: block;
    font-size: 24px;
}

.sy_xgy ul li em {
    width: 60px;
    display: inline-block;
    height: 1px;
    background: #fff;
}

/*首页新闻中心*/
.sy_jtxw {
    padding: 20px;
    width: calc(100% - 40px);
    background: url("../images/mob/sy_newbg.jpg") no-repeat center;
}

.sy_jtxw h2 {
    font-size: 24px;
    color: #444444;
    text-align: center;
    margin-bottom: 10px;
}

.sy_jtxw ul {
    margin: 0;
    padding: 0;
}

.sy_jtxw ul li {
    height: 90px;
    margin-bottom: 25px;
}

.sy_jtxw ul li .news_time {
    width: 20%;
    height: 90px;
    float: left;
    text-align: right;
    color: #7e7e7e;
}

.sy_jtxw ul li .news_time .time1 {
    line-height: 25px;
    font-size: 18px;
}

.sy_jtxw ul li .news_time .time2 {
    line-height: 38px;
    font-size: 36px;
}

.sy_jtxw ul li .news_con {
    width: 76%;
    height: 90px;
    float: right;
}

.sy_jtxw ul li .news_con h1 {
    line-height: 36px;
}

.sy_jtxw ul li .news_con h1 a {
    font-size: 24px;
    color: #007900;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sy_jtxw ul li .news_con p {
    line-height: 25px;
    font-size: 21px;
    color: #7e7e7e;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*文化理念*/
.ipart05 {
    height: 535px;
    background: url(../images/mob/culture_bg.jpg) no-repeat center top;
}

.ipart05 .iparti05 {
    padding-top: 45px;
    padding-bottom: 50px;
}

#menu03 {
    width: 314px;
    margin: 0 auto;
}

#nav03 li {
    display: inline-block;
    width: 4.563em;
    font-weight: 700;
    height: 4.563em;
    margin: 0 9px;
    border-radius: 50%;
    background: #c0dec0;
    padding: 5px;
    line-height: 4.563em;
    text-align: center;
}

#nav03 li a {
    display: block;
    height: 100%;
    background: #004f01;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    transition: all ease .5s;
}

#nav03 li.selectall a {
    background: #01b702;
}

#menu_con03 {
    height: auto;
    text-align: center;
}

#menu_con03 div {
    padding: 30px 20px 0;
    width: calc(100% - 40px);
    text-align: center;
    text-align: -webkit-center
}

.footersub2 {
    padding: 0 20px;
    width: calc(100% - 40px);
    line-height: 35px;
    text-align: left;
    background: #007900;
    display: -webkit-inline-box;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.footersub2 h5 {
    font-size: 26px;
}

.footersub2 ul li {
    float: left;
    width: 54%;
}

.footersub2 ul li a {
    color: #fff
}

.footersub2 ul li:nth-of-type(2n+1) {
    width: 36%;
}

.footersub2 ul li.li_01 {
    background: url(../images/mob/con_icon01.png) no-repeat left center;
    padding-left: 25px;
}

.footersub2 ul li.li_02 {
    background: url(../images/mob/con_icon02.png) no-repeat left center;
    padding-left: 25px;
}

.footersub2 ul li.li_03 {
    background: url(../images/mob/con_icon03.png) no-repeat left center;
    padding-left: 25px;
}

.footersub2 ul li.li_04 {
    background: url(../images/mob/con_icon04.png) no-repeat left center;
    padding-left: 25px;
}

.copyright {
    width: 100%;
    color: #d9d9d9;
    text-align: center;
    background: #000;
    clear: both;
    font-size: 22px;
    padding: 10px 0;
}

.copyright a {
    color: #d9d9d9;
}

/*内页关于我们*/
.m_top {
    margin-top: 88px;
}

.ny_nav {
    padding: 20px 20px 0;
    width: calc(100% - 40px);
    display: inline-block;
    background: #f5fafc;
}

.ny_nav a {
    float: left;
    color: #59616c;
    width: 19.8%;
    font-size: 26px;
    text-align: center;
    margin: 0px 0 20px;
    border-right: 1px solid #ccc;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.ny_nav a:nth-child(5n) {
    border-right: none;
}

.ny_nav a.on {
    color: #02b708;
}

.content {
    padding: 35px 20px;
    width: calc(100% - 40px);
    font-size: 28px;
    color: #7b7b7b;
    display: inline-block;
    text-align: justify;
    line-height: 38px;
}

.content img {
    display: block;
    margin: 0 auto 16px;
}

.content .gstit {
    margin: 20px 0 20px 20px;
}

.content .gstit h2 {
    color: #06b808;
    font-size: 30px;
}

.content .gstit hr {
    width: 85px;
    margin: 8px 0;
    border: none;
    background-color: #06b808;
    height: 1px;
}

.content .gstit span {
    font-size: 14px;
    color: #676666;
    display: block;
}

.content .new_tit {
    border-bottom: 1px solid #6c6c6c;
    margin-bottom: 20px;
}

.content .new_tit h4 {
    text-align: center;
    font-size: 32px;
    color: #333;
    margin: 20px auto 0;
}

.content h5 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.content h3 {
    color: #000;
    font-size: 30px;
}

.content h6 {
    color: #000;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.pro_list {
    display: inline-block;
    margin: 40px 2%;
}

.pro_list li {
    width: 49%;
    margin: 10px 2% 10px 0;
    height: 174px;
    float: left;
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 38px;
    position: relative;
}

.pro_list li:nth-child(2n) {
    margin-right: 0;
}

.pro_list li .dc_img {
    width: 100%;
    height: 174px;
    display: block;
    color: #333;
    overflow: hidden;
}

.pro_list li a img {
    width: 100%;
    height: 100%;
}

.pro_list li span {
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    height: 38px;
    font-size: 28px;
    background-color: rgba(0, 121, 0, 0.7);
    padding-left: 20px;
    left: 0;
}

.pages {
    text-align: center;
    color: #5b546b;
    font-size: 18px;
    padding: 10px;
}

.pages a {
    color: #535353;
    margin: auto 5px;
    border: 1px solid #ccc;
    padding: 4px 6px;
    font-size: 24px;
}

.pages a:hover {
    background: #06b808;
    color: #fff;
}

/*新闻中心*/
.new_list {
    margin: 20px auto;
    width: calc(100% - 40px);
    padding: 0 20px;
}

.new_list ul li {
    width: calc(100% - 40px);
    background-color: #eef2f5;
    display: inline-block;
    padding: 24px 20px;
    float: left;
    font-size: 20px;
    margin-bottom: 20px;
}

.new_list ul li span {
    color: #585858;
    font-size: 24px;
}

.new_list ul li h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #02b708;
    font-size: 28px;
    line-height: 36px;
}

.new_list ul li h1 a {
    color: #02b708;
}

.new_list ul li p {
    color: #666;
    font-size: 26px;
    line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 14px 0 0;
    padding-bottom: 14px;
}

.new_list ul li .more {
    color: #797979;
    font-size: 24px;
    margin-top: 20px;
}

.news_bot {
    width: 90%;
    margin: 40px auto 20px;
    color: #535353;
    font-size: 28px;
    border-top: 1px solid #6c6c6c;
    padding-top: 20px;
}

.news_bot a {
    color: #909090;
}

.news_bot a:hover {
    color: #06b808;
}

.news_bot input[type="button"] {
    padding: 6px 36px;
    border: 1px solid #06b808;
    color: #06b808;
    background: none;
    margin-top: 10px;
    font-size: 28px;
}

.joinus {
    padding-top: 35px;
    padding-bottom: 25px;
}

.joinus ul li {
    width: calc(80% - 60px);
    margin: 0 10% 25px;
    height: auto;
    line-height: 30px;
    background: #f6f6f6;
    padding: 30px;
    color: #666;
    display: inline-block;
    font-size: 20px;
}

.joinus ul li h2 {
    font-size: 25px;
    color: #000;
}

.joinus ul li .h {
    width: 58px;
    height: 1px;
    background: #868686;
    margin-top: 14px;
    margin-bottom: 13px;
}

.msgec {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    font-size: 26px;
    line-height: 48px;
}

.msgec td {
    border: 1px solid #bebebe;
    color: #666;
}

.msgec #first-tr {
    font-size: 30px;
}

.msgec #first-tr td {
    background: #e7e7e7;
    color: #292929;
}

.contact_con {
    margin-left: 20px
}

.sy_about .vedio {
    margin-top: 14px;
    display: block;
    position: relative;
}

.vedio .icover {
    position: absolute;
    left: 37%;
    top: 28%;
    text-align: center;
}

.vedio .icover .tt {
    font-size: 48px;
    color: #fff;
    font-family: HEL_LT;
    font-weight: bold;
}

.vedio .icover .c {
    font-size: 24px;
    color: #fff;
}

.vedio .i_ico {
    width: 68px;
    height: 68px;
    background: url(../images/mob/index08.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-top: -14px;
    top: 50%;
    margin-left: -34px;
    cursor: pointer;
}

.i_video_box .about-video-close {
    background: url(../images/mob/about_close.png) no-repeat center;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.white_content {
    display: none;
    position: fixed;
    top: 36%;
    width: calc(100% - 48px);
    height: 550px;
    z-index: 1002;
}
.add_zr_ul { width:100%; height:auto; display:block; overflow:hidden; margin:30px auto 0px auto; padding-bottom:40px}
.add_zr_ul li { width:100%; height:auto; display:block; float:left; margin-top:25px; padding:0px 0px; box-sizing:border-box;}
.add_zr_ul li .con_re { width:100%; heigh:auto; display:block; overflow:hidden; position:relative;}
.add_zr_ul li .img { width:100%; heigh:auto; display:block; overflow:hidden;}
.add_zr_ul li .tit { width:100%; heigh:auto; display:block; overflow:hidden; position:absolute; z-index:9; left:0; bottom:0; background:rgba(0,0,0,.5); padding:5px 15px; box-sizing:border-box;}
.add_zr_ul li .tit a { display:block; overflow:hidden; font-size:14px; line-height:30px; color:#ffffff; text-overflow:ellipsis; white-space:nowrap;}

.add_sp_ul { width:100%; height:auto; display:block; overflow:hidden; margin:30px auto 0px auto; padding-bottom:40px}
.add_sp_ul li { width:100%; height:auto; display:block; float:left; margin-top:25px; box-sizing:border-box;}
.add_sp_ul li .con_re { width:100%; heigh:auto; display:block; overflow:hidden; position:relative;}
.add_sp_ul li iframe { width:100%; heigh:100%; display:block; overflow:hidden; position:absolute; z-index:9; left:0; top:0;}
.add_sp_ul li .img { width:100%; heigh:auto; display:block; overflow:hidden;}
.add_sp_ul li .tit { width:100%; heigh:auto; display:block; overflow:hidden; position:relative;   box-sizing:border-box; margin-top:10px;  font-size:15px; line-height:30px; color:#000000; text-overflow:ellipsis; white-space:nowrap;}

.isp_ul { width: 100%; height: auto; overflow: hidden; display: block;}
.isp_ul li { width: 100% !important; height: auto; overflow: hidden; display: block; float: left; position: relative;}
.isp_ul li .img { width: 100%; height: auto; overflow: hidden; display: block;}
.isp_ul li .btn { width: 60px; height: auto; overflow: hidden; display: block; position: absolute; z-index: 9; left: 50%; top: 50%; margin: -30px 0 0 -30px;}

