@charset "utf-8";
.pageMain{
    width: 1440px;
    margin: 0 auto;
}
.pageMain::after{
    content: '';
    display: block;
    clear: both;
}
.ofHidden{
    overflow: hidden;
}
.pageNav{
    width: 100%;
    overflow: hidden;
}
.pageNav::after{
    content: '';
    display: block;
    clear: both;
}
.pageNav .navLeft{
    width: 80%;
    float: left;
}
.pageNav .NavList_a2 {
    /* font-size: 16px; */
    color: #fff;
}
.pageNav .NavList_a2 li {
    width: auto;
    float: left;
    margin-right: 18px;
}
.pageNav .NavList_a2 a {
    z-index: 1;
    font-size: 14px;
    display: block;
    padding: 1.72vw 1.77vw;
    position: relative;
    color: #333;
    line-height: 1;
}
.pageNav .NavList_a2 a:before {
    transition: 0.3s ease 0s;
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #C9062C;
    height: 0;
}
.pageNav .NavList_a2 a:after {
    position: absolute;
    height: 11px;
    width: 9px;
    /* background: #999; */
    background: url(../images/triangleicon.png) top left no-repeat;
    background-size: 100% 100%;
    bottom: -11px;
    right: -8px;
    content: '';
    transition: 0.3s ease 0s;
}
.pageNav .NavList_a2 a.on,.pageNav .NavList_a2 a:hover{color:#fff;font-weight: bold;}
.pageNav .NavList_a2 a.on:before,.pageNav .NavList_a2 a:hover:before{
    height: 100%;
}
.pageNav .NavList_a2 a.on:after,.pageNav .NavList_a2 a:hover:after {
    bottom: 45%;
}
.pageNav .navRight{
    width: 20%;
    float: right;
    text-align: right;
}
.pageNav #PosList_c1{padding-left:20px; line-height:4.17vw; background:url(../images/location.png) no-repeat left; color:#999;font-size: 14px;display: inline-block;font-weight: bold;}
.pageNav #PosList_c1 b{ color:#999;}
.pageNav #PosList_c1 a{ color:#999;}
.pageContent{
    width: 100%;
    background-color: #fafafa;
    padding-bottom: 115px;
    overflow: hidden;
}
.pageContent .pageTitle{
    margin: 76px 0 49px;
    width: 100%;
    text-align: center;
}
.pageContent .pageTitle .title_cn{
    line-height: 40px;
    font-size: 36px;
    font-weight: bold;
    color: #C9062C;
    margin-bottom: 20px;
}
.pageContent .pageTitle .title_en{
    line-height: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    text-transform: uppercase;
}
.pageContent p{
    line-height: 1.8;
}
.pageContent p img{
    width: 100%;
}
.pageContent .history{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.pageContent .timeLine{
    position: absolute;
    width: 1px;
    background: #eee;
    height: 100%;
    top: 0;
    left: 50%;
}
.pageContent .startCircle{
    position: absolute;
    top: 0;
    left: -9px;
    width: 18px;
    height: 18px;
    border: 1px solid #C9062C;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 4px;
}
.pageContent .startCircle span{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #C9062C;
    display: block;
}
.pageContent .history .historyItem{
    width: 100%;
    /* overflow: hidden; */
    margin-top: 100px;
}
.pageContent .history .historyItem::after{
    content: '';
    display: block;
    clear: both;
}
.pageContent .history .historyItem .left{
    float: left;
    text-align: right;
}
.pageContent .history .historyItem .right{
    float: right;
    text-align: left;
}
.pageContent .history .historyItem .itemCon{
    width: 50%;
}
.pageContent .history .historyItem .itemCon .itemTime{
    width: 96px;
    height: 96px;
    background: #C9062C;
    box-shadow: 0px 3px 10px 0px rgba(201,6,44,0.31);
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: -69px;
    line-height: 96px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}
.pageContent .history .historyItem .itemCon .itemText{
    width: 607px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    padding: 43px 110px 38px 53px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin-right: 31px;
}
.pageContent .history .historyItem .itemCon .itemText::after{
    position: absolute;
    height: 11px;
    width: 9px;
    background: url(../images/triangleicon_w_r.png) top left no-repeat;
    background-size: 100% 100%;
    content: '';
    top: 47%;
    right: -9px;
}
.pageContent .history .historyItem .itemCon .itemText::before{
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 4px solid #C9062C;
    box-sizing: border-box;
    border-radius: 50%;
    content: '';
    top: 47%;
    right: -42px;
}
.pageContent .history .historyItem .itemCon.right .itemTime{
    left: 30px;
    right: unset;
}
.pageContent .history .historyItem .itemCon.right .itemText{
    padding: 43px 53px 38px 110px;
    margin-left: 31px;
}
.pageContent .history .historyItem .itemCon.right .itemText::after{
    background: url(../images/triangleicon_w_l.png) top left no-repeat;
    background-size: 100% 100%;
    right: unset;
    left: -9px;
}
.pageContent .history .historyItem .itemCon.right .itemText::before{
    right: unset;
    left: -42px;
}

/* 图片列表 */
.aboutPage .PhotoList_i1 { padding:40px 0 0 0;}
.aboutPage .PhotoList_i1::after{
    content: '';
    display: block;
    clear: both;
}
.aboutPage .PhotoList_i1 li{ width:calc((100% - 90px) / 4); margin-right:30px; margin-bottom:30px; float:left;}
.aboutPage .PhotoList_i1 li:nth-child(4n){margin-right: 0;}
.aboutPage .PhotoList_i1 li span{ font-size:16px; line-height:60px; text-align:center;overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:block;}
.aboutPage .PhotoList_i1 li:hover span{color: #C9062C;font-weight: bold;}
.aboutPage .PhotoList_i1 li a{position:relative;display:block;overflow:hidden;text-align: center;overflow: hidden;height: 240px;line-height: 240px;background-color: #fff;}
.aboutPage .PhotoList_i1 li a img{width: 130px;height: 188px; transform: scale(1);transition: all 1s ease 0s;-webkit-transform: scale(1);-webkit-transform: all 1s ease 0s; /*height:100%;*/vertical-align: middle; display: inline-block;}
.aboutPage .PhotoList_i1 li a:hover img{transform: scale(2.6);transition: all 1s ease 0s;-webkit-transform: scale(2.6);-webkit-transform: all 1s ease 0s;}
.aboutPage .PhotoList_i1 li a h4{display:none;position: absolute;z-index:10;display:block;transition: 0.6s;color:#fff; top:0%; left:0; width:90%; padding:0 5%; text-align:center; line-height:40px; font-size:22px; opacity:0; font-family:"微软雅黑";overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.aboutPage .PhotoList_i1 li a:hover h4{ opacity:1; top:30%;transition: 0.6s;display:none;}
/* .PhotoList_i1 li a::after{content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 0%; background:rgba(0,0,0,.5) url(../images/ico3.png) no-repeat center 70%; background-size:10%;z-index: 1;transition: 0.6s;}
.PhotoList_i1 li a:hover::after{width: 100%; height: 100%;z-index: 1;transition: 0.6s;} */

.technicalPage .PhotoList_i1 { padding:40px 0 0 0;}
.technicalPage .PhotoList_i1::after{
    content: '';
    display: block;
    clear: both;
}
.technicalPage .PhotoList_i1 li{ width:calc((100% - 46px) / 3); margin-right:23px; margin-bottom:30px; float:left;}
.technicalPage .PhotoList_i1 li:nth-child(3n){margin-right: 0;}
.technicalPage .PhotoList_i1 li span{font-size: 18px;line-height: 55px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;border: 1px solid #A6A6A6;box-sizing: border-box;position: relative;}
.technicalPage .PhotoList_i1 li:hover span{color: #fff;font-weight: bold;background-color: #C9062C;border: 1px solid #C9062C;transition: 0.5s;}
/* .technicalPage .PhotoList_i1 li:hover span::before{
    content: '';
    position: absolute;
    top: 5px;
    left: 2.5%;
    width: 95%;
    height: 45px;
    border: 2px solid #fff;
    animation: clippath 3s infinite linear;
    box-sizing: border-box;
}
@keyframes clippath {
    0%, 100% { clip-path: inset(0 0 100% 0); }
    25% { clip-path: inset(0 100% 0 0); }
    50% { clip-path: inset(100% 0 0 0); }
    75% { clip-path: inset(0 0 0 100%); }
} */
.technicalPage .PhotoList_i1 li a{position:relative;display:block;overflow:hidden;text-align: center;overflow: hidden;height: 310px;background-color: #fff;}
.technicalPage .PhotoList_i1 li a img{width: 100%;height: 100%;object-fit: cover;transform: scale(1);transition: all 1s ease 0s;}
.technicalPage .PhotoList_i1 li a:hover img{transform: scale(1.3);transition: all 1s ease 0s;-webkit-transform: scale(1.3);-webkit-transform: all 1s ease 0s;}
.technicalPage .PhotoList_i1 li a h4{display:none;position: absolute;z-index:10;display:block;transition: 0.6s;color:#fff; top:0%; left:0; width:90%; padding:0 5%; text-align:center; line-height:40px; font-size:22px; opacity:0; font-family:"微软雅黑";overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.technicalPage .PhotoList_i1 li a:hover h4{ opacity:1; top:30%;transition: 0.6s;display:none;}


/* 数据指标 */

.quality div.tit{ width:100%; height:34px; border-bottom:1px solid #444;padding:1vw 0 0 0;}
.quality div.tit span{ color:#e30211; font-size: 18px; font-weight:600; line-height: 2;}

.quality .table_div { width: 100%; height: auto;}
.quality .tab04{ width:100%; margin-top:10px; margin-bottom: 20px;border-collapse: collapse;}
.quality .tab04 td{ padding:10px; text-align:center; border: 1px solid #888;}
.quality .tab04 th{ color:#000; font-weight:500; border: 1px solid #888;padding: 10px;}
.quality .tab04 td:hover{background: rgba(227, 1, 8,0.05);}
.quality .tab04 th:hover{background: rgba(227, 1, 8,0.05);}



/* 工程案例 */
.casePage .PhotoList_i1 { padding:40px 0 0 0;}
.casePage .PhotoList_i1::after{
    content: '';
    display: block;
    clear: both;
}
.casePage .PhotoList_i1 li{ width:calc((100% - 58px) / 3); margin-right:29px; margin-bottom:30px; float:left;}
.casePage .PhotoList_i1 li:nth-child(3n){margin-right: 0;}
.casePage .PhotoList_i1 li span{font-size: 18px;line-height: 55px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;position: relative;}
.casePage .PhotoList_i1 li:hover span{color: #C9062C;font-weight: bold;}
.casePage .PhotoList_i1 li a{position:relative;display:block;overflow:hidden;text-align: center;overflow: hidden;height: 310px;background-color: #fff;}
.casePage .PhotoList_i1 li a img{width: 100%;height: 100%;object-fit: cover;transform: scale(1);transition: transform 1s ease 0s;}
.casePage .PhotoList_i1 li:hover a img{transform: scale(1.3);transition: transform 1s ease 0s;}
.casePage .PhotoList_i1 li a::after{
    content: '';
    width: 0;
    height: 4px;
    background-color: #C9062C;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 1s ease 0s;
}
.casePage .PhotoList_i1 li:hover a::after{
    width: 100%;
}
.casePage .PhotoList_i1 li a h4{display:none;position: absolute;z-index:10;display:block;transition: 0.6s;color:#fff; top:0%; left:0; width:90%; padding:0 5%; text-align:center; line-height:40px; font-size:22px; opacity:0; font-family:"微软雅黑";overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.casePage .PhotoList_i1 li a:hover h4{ opacity:1; top:30%;transition: 0.6s;display:none;}

/* 视频列表 */
.VideoList_d1 { padding:40px 0 0 0;}
.VideoList_d1::after{
    content: '';
    display: block;
    clear: both;
}
.VideoList_d1 li{ width:calc((100% - 60px) / 3); margin-right:30px; margin-bottom:30px; float:left; }
.VideoList_d1 li:nth-child(3n){margin-right: 0;}
.VideoList_d1 li span{ font-size:18px; line-height:76px; display:block; text-align: center;}
.VideoList_d1 li:hover span{color: #C9062C;}
.VideoList_d1 li a{position:relative;display:block;overflow:hidden;height: 300px;background-color: #fff;width: 100%;}
.VideoList_d1 li a img{height:100%;width: 100%;object-fit: cover;transform: scale(1);transition: all 1s ease 0s;}
.VideoList_d1 li a:hover img{transform: scale(1.3);transition: all 1s ease 0s;-webkit-transform: scale(1.3);-webkit-transform: all 1s ease 0s;}
.VideoList_d1 li a h4{position: absolute;z-index:10;display:block;transition: 0.6s;color:#fff; top:0%; left:0; width:100%; text-align:center; line-height:40px; font-size:32px; opacity:0; font-family:"微软雅黑";}
.VideoList_d1 li a:hover h4{ opacity:1; top:30%;transition: 0.6s;}
.VideoList_d1 li a::after{
    content: ""; 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background:rgba(0,0,0,.26) url(../images/videoicon.png) no-repeat center center;
    background-size: 63px 39px;
    z-index: 1;
}
/* .VideoList_d1 li a:hover::after{width: 100%; height: 100%;z-index: 1;transition: 0.6s;} */
.video_display{
    width: 80%;
    margin: 0 auto;
}
.video_display .video{
    width: 100%;
}
.video_display .back{
    width: 200px;
    line-height: 50px;
    background: #C9062C;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 30px auto;
}

/* 新闻列表 */
.newsList1 .NewsList_g2::after{
    content: "";
    position: absolute;
    display: block;
    clear: both;
}
.newsList1 .NewsList_g2 li {
    width: calc((100% - 126px) / 3);
    margin-right: 63px;
    position: relative;
    margin-bottom: 80px;
    /* padding-bottom: 40px; */
    float: left;
    transition: 0.3s ease 0s;
}
.newsList1 .NewsList_g2 li:nth-child(5),
.newsList1 .NewsList_g2 li:nth-child(8){
    margin-right: 0;
}
/* .newsList1 .NewsList_g2 li:after {
    content: '';
    clear: both;
    display: block;
} */
.newsList1 .NewsList_g2 li>a {
    overflow: hidden;
    float: right;
    width: 100%;
    display: block;
    height: 303px;
    position: relative;
    background-color: #fff;
}
.newsList1 .NewsList_g2 img {
    width: 100%;
    height: 303px;
    display: block;
	transition: 0.5s linear 0s;
    object-fit: cover;
}
.newsList1 .NewsList_g2 h3, .newsList1 .NewsList_g2 p {
    width: 100%;
    display: block;
    float: left;
}
.newsList1 .NewsList_g2 h3 a {
    line-height: 1.5;
    margin-top: 29px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    color: #333;
    min-height: 48px;
}
.newsList1 .NewsList_g2 p {
    margin-bottom: 50px;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* max-height: 60px; */
}
.newsList1 .NewsList_g2 p:last-child {
    margin-bottom: 0;
}
.newsList1 .NewsList_g2 .ncontent{
    display: none;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #7d7d7d;
    line-height: 1.8;
}
.newsList1 .wmore{
    z-index: 1;
    position: relative;
    font-size: 14px;
    /* text-align: center; */
    line-height: 22px;
    /* width: 100%; */
    display: inline-block;
    color: #C9062C;
    font-weight: 400;
    padding-right: 30px;
    /* border: 1px solid #da251d; */
    background: url(../images/moreicon.png) right center no-repeat;
    background-size: 16px 14px;
}
/* .newsList1 .wmore:before {
    bottom: 0;
    z-index: -1;
    left: 0;
    width: 0%;
    height: 100%;
    position: absolute;
    content: '';
    background: #da251d;
    transition: 0.3s ease 0s;
} */
/* .newsList1 .wmore:hover {
    color: #fff;
} */
/* .newsList1 .wmore:hover:before {
    width: 100%;
} */
.newsList1 .NewsList_g2 li:hover img {
    transform: scale(1.1);
}
.newsList1 .NewsList_g2 h3 a:hover {
    color: #da251d;
}
.newsList1 .NewsList_g2 li .ntime {
	line-height:normal;
    font-size: 14px;
    top: 130px;
    right: 0;
    position: absolute;
    margin-bottom: 0;
    color: #999;
    display: none;
}
.newsList1 .NewsList_g2 li:nth-child(-n+2){
    width: 100%;
    margin-right: 0;
}
.newsList1 .NewsList_g2 li:nth-child(-n+2)>a{
    width: 680px;
    height: 490px;
}
.newsList1 .NewsList_g2 li:nth-child(-n+2)>a img{
    height: 490px;
}
.newsList1 .NewsList_g2 li:nth-child(-n+2) .ntime{
    display: block;
}
.newsList1 .NewsList_g2 li:nth-child(-n+2) .ncontent{
    display: -webkit-box;
}
.newsList1 .NewsList_g2 li:nth-child(1)>a{
    float: left;
}
.newsList1 .NewsList_g2 li:nth-child(1) h3,
.newsList1 .NewsList_g2 li:nth-child(1) p{
    width: calc(100% - 776px);
    float: right;
}
.newsList1 .NewsList_g2 li:nth-child(-n+2) h3{
    margin-top: 152px;
}
.newsList1 .NewsList_g2 li:nth-child(-n+2) h3 a{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 1.8;
}
.newsList1 .NewsList_g2 li:nth-child(2)>a{
    float: right;
}
.newsList1 .NewsList_g2 li:nth-child(2) h3,
.newsList1 .NewsList_g2 li:nth-child(2) p{
    width: calc(100% - 776px);
    float: left;
}
.newsList1 .NewsList_g2 li:nth-child(2) .ntime{
    right: unset;
    left: 0;
}

.newsList2 .NewsList_g2::after{
    content: "";
    position: absolute;
    display: block;
    clear: both;
}
.newsList2 .NewsList_g2 li {
    width: 100%;
    position: relative;
    margin-bottom: 92px;
    padding-bottom: 60px;
    transition: 0.3s ease 0s;
    border-bottom: 1px solid #DDDDDD;
}
.newsList2 .NewsList_g2 li::after{
    content: "";
    display: block;
    clear: both;
}
.newsList2 .NewsList_g2 li>a {
    overflow: hidden;
    float: left;
    width: 400px;
    display: block;
    height: 240px;
}
.newsList2 .NewsList_g2 img {
    width: 100%;
    display: block;
	transition: 0.5s linear 0s;
    height: 100%;
    object-fit: cover;
}
.newsList2 .NewsList_g2 h3, .newsList2 .NewsList_g2 p {
    width: calc(100% - 470px);
    display: block;
    float: right;
}
.newsList2 .NewsList_g2 h3{
    margin-top: 38px;
}
.newsList2 .NewsList_g2 h3 a {
    line-height: 1.5;
    margin-top: 29px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    color: #333;
}
.newsList2 .NewsList_g2 p {
    margin-bottom: 50px;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsList2 .NewsList_g2 p:last-child {
    margin-bottom: 0;
}
.newsList2 .NewsList_g2 .ncontent{
    display: none;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #7d7d7d;
    line-height: 1.8;
}
.newsList2 .wmore{
    z-index: 1;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    color: #C9062C;
    font-weight: 400;
    padding-right: 30px;
    background: url(../images/moreicon.png) right center no-repeat;
    background-size: 16px 14px;
}
.newsList2 .NewsList_g2 li:hover img {
    transform: scale(1.1);
}
.newsList2 .NewsList_g2 h3 a:hover {
    color: #da251d;
}
.newsList2 .NewsList_g2 li .ntime {
	line-height:normal;
    font-size: 14px;
    top: 28px;
    right: 0;
    position: absolute;
    margin-bottom: 0;
    color: #999;
}

/* 资讯详情 */
.NewsDetail_a1{
    margin-top: 80px;
}
.NewsDetail_a1 #nt{
    font-size:30px;
    text-align:center;
    color:#333
}
.NewsDetail_a1 #nf{
    text-align:center;
    padding-top:30px;
    padding-bottom:30px
}
.NewsDetail_a1 #nf em{
    color:#666
}
.NewsDetail_a1 #nf span{
    font-size:14px;
    color:#fff;
    background:#0168b7;
    display:inline-block;
    padding:3px 5px;
    cursor:pointer;
    margin:0 4px;
    border-radius:3px
}
.NewsDetail_a1 #nf span.nf_on{
    background:#c70220
}
.NewsDetail_a1 #nf span:hover{
    background:#c70220
}
.NewsDetail_a1 #nc.nf1 *{
    font-size:17px;
    line-height:1.8
}
.NewsDetail_a1 #nc.nf2 *{
    font-size:21px;
    line-height:2
}
.NewsDetail_a1 #nc.nf3 *{
    font-size:25px
}
.NewsDetail_a1 #nc img{
    max-width:100%
}
.NewsDetail_a1 #nb{
    margin-top:20px;
    color:#999
}
.NewsDetail_a1 #newtb{
    margin-top:20px;
    line-height:2.4
}
.NewsDetail_a1 #newtb span{
    display:block
}
.NewsDetail_a1 #newtb em{
    display:block
}
.NewsDetail_a1 #newtb a:hover{
    color:#0168b7
}

#load_more_button{display: none;}
.page .on, .page .cur{
    background: #C9062C;
    box-shadow: none;
}

/* 金属报价 */
.priceList .prices_nav_list{
    display: none;
}
.pricesList_b1 .prices_title{
    font-weight: bold;
}
.pricesList_b1 .prices_table_header{
    margin-top:30px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    border-collapse:collapse;
    border:1px solid #eee;
    -webkit-box-shadow:0 10px 12px rgba(0,0,0,0.04);
    box-shadow:0 10px 12px rgba(0,0,0,0.04);
    background:#fafafa;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.pricesList_b1 .prices_table_header span{
    width:20%;
    padding:1vw;
    line-height:1.8;
    font-size:20px;
    font-weight:bold;
    border:1px solid #eee;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.pricesList_b1 .price_container{
    border:1px solid #eee
}
.pricesList_b1 .price_container .prices_table_body .prices_table_row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    border-collapse:collapse
}
.pricesList_b1 .price_container .prices_table_body .prices_table_row:hover{
    background:rgba(1,104,183,0.03)
}
.pricesList_b1 .price_container .prices_table_body .prices_table_row>div{
    padding:1vw;
    width:20%;
    border:1px solid #eee;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.pricesList_b1 .price_container .prices_table_body .prices_table_row>div.up{
    color:#d00;
    font-size:19px
}
.pricesList_b1 .price_container .prices_table_body .prices_table_row>div.fall{
    color:#0c0;
    font-size:19px
}
.pricesList_b1 .price_container .prices_loadmore{
    display:block;
    margin:2vw auto;
    line-height:3;
    width:20%;
    max-width:200px;
    text-align:center;
    color:#fff;
    background:#C9062C
}

/* 联系我们 */
.contactBox{
    margin-top: 79px;
    border-bottom: 1px dashed #D0D0D0;
    padding-bottom: 57px;
    margin-bottom: 74px;
}
.contactBox::after{
    content: '';
    display: block;
    clear: both;
}
.contactBox .companyName{
    width: 100%;
}
.contactBox .companyName .name_cn{
    font-size: 36px;
    font-weight: bold;
    color: #C9062C;
    line-height: 1;
    margin-bottom: 22px;
}
.contactBox .companyName .name_en{
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 71px;
}
.contactBox .companyLink{
    width: calc(100% - 152px);
    float: left;
    overflow: hidden;
}
.contactBox .companyLink .linkItem{
    width: 50%;
    float: left;
    margin-bottom: 19px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    box-sizing: border-box;
    padding-left: 46px;
    line-height: 25px;
}
.contactBox .companyLink .linkItem.tel{
    background: url(../images/telicon@2x.png) center left no-repeat;
    background-size: 21px 21px;
}
.contactBox .companyLink .linkItem.fax{
    background: url(../images/faxicon@2x.png) center left no-repeat;
    background-size: 24px 23px;
}
.contactBox .companyLink .linkItem.address{
    background: url(../images/addicon@2x.png) center left no-repeat;
    background-size: 25px 24px;
}
.contactBox .companyLink .linkItem.email{
    background: url(../images/emailicon@2x.png) center left no-repeat;
    background-size: 27px 20px;
}
.contactBox .companyLink .linkItem.web{
    background: url(../images/webicon@2x.png) center left no-repeat;
    background-size: 23px 23px;
}
.contactBox .companyLink .linkItem.post{
    background: url(../images/posticon@2x.png) center left no-repeat;
    background-size: 24px 25px;
}
.contactBox .companyQrcode{
    width: 151px;
    float: right;
}
.map_a1{
    width: 100%;
    height: 600px;
}

/* 留言 */
.messages_titile{ line-height:60px; font-size:20px; font-family:"微软雅黑"; border-bottom:solid 1px #e8e8e8; margin-top:30px;}
.Gbook_b1{ width:1373px; margin:0 auto; padding:30px 0 40px 0;overflow: hidden;}
.Gbook_b1 .name{width:49%;float:left; margin-bottom:20px;}
.Gbook_b1 .phone{width:49%; margin-left:2%;float:left; margin-bottom:20px;}
.Gbook_b1 .email{width:32%; margin-left:2%;float:left; margin-bottom:20px;margin-right: 0;}
.Gbook_b1 .company{width:100%;float:left; margin-bottom:20px;}
.Gbook_b1 .content{width:100%;float:left; margin-bottom:20px;}
.Gbook_b1 .vcode{width:32%;float:left; }
.Gbook_b1 .vcode .InputV1{ width:280px;}
.Gbook_b1 .btn{width:31%;float:left; margin-left:2%; }
.Gbook_b1 .floatleft #codeImg{
    height: 45px;
}

.InputV1{height:45px; width:100%;line-height:45px;padding:0 10px;border:1px solid #ddd;background-color:#fafafa;box-sizing: border-box;}
.InputV1:focus{border:1px solid #C9062C;background-color:#fff;}
.ButtonV1{height:45px;line-height:45px;padding:0 20px;background-color:#C9062C;color:#fff; font-size:18px; cursor:pointer; font-family:"微软雅黑";}
.TextareaV1{line-height:150%;width:100%;padding:10px;border:1px solid #ddd;background-color:#fafafa; resize:none;}
.TextareaV1:focus{border:1px solid #C9062C;background-color:#fff;}

/*留言内容*/
.messPage { padding: 72px 0px 0 0;width:1200px; margin:0 auto; }
.messPage .inT { text-align: center; margin-bottom: 60px; }
.inT { font-size: 30px; color: #8f8f8f; line-height: 1.1;font-family:"微软雅黑"; }
.messdL { border: 1px solid #e5e5e5; padding: 13px 30px 3px; margin-bottom: 30px; }
.messdL .blue { font-size: 14px; }
.messdL dt .blue { margin-right: 24px; }
.messdL .c { padding: 8px 0px 12px; line-height:22px; color:#777; }
.messdL dd { border-top:dotted 1px #e8e8e8; padding-top: 12px; line-height:22px; }
.blue { color: #C9062C; font-weight:bold; }

/* 在线招聘 */
.JobList_c1{ margin-bottom:20px;}
.JobList_c1::after{content: '';display: block;clear: both;}
.hrList_a1{ padding:20px 0 40px 0;}
.hrList_a1_item{border:2px solid #e3e3e3; margin-top:30px; background:#fafafa;width:calc((100% - 39px) / 2); margin-right:39px;float:left;box-sizing: border-box;transition: 0.5s;border-top: none;}
.hrList_a1_item:nth-child(2n){margin-right: 0;}
.hrList_a1_title{border-top:3px solid #C9062C; font-size:20px; font-weight:bold; background:#F5F5F5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height: 70px;padding: 0 44px;transition: 0.5s;}
.hrList_a1_button{ padding: 0 46px;}
.hrList_a1_item ul{ padding:0 46px; margin: 32px 0 46px;}
.hrList_a1_item ul::after{
    content: '';display: block;clear: both;
}
.hrList_a1_item ul li{ line-height:20px; padding:12px 0; color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: 16px;width: calc((100% - 20px) / 2);float: left;margin-right: 20px;display: none;}
.hrList_a1_item ul li:nth-child(2n){
    margin-right: 0;
}
.hrList_a1_item ul li:nth-child(-n+2){display: block;}
.hrList_a1_item ul li:last-child{width: 100%;margin-right: 0;display: block;}
.hrList_a1_item ul li span{ display:inline-block; width:90px; color:#333; font-weight:400;}
.hrList_a1_item ul li>p{
    white-space: break-spaces;
    margin-top: 10px;
    line-height: 1.5;
}
.hrList_a1_button a.more{
    color: #C9062C;
    display:inline-block;
    font-weight: lighter; 
    border: 1px solid #C9062C; 
    position:relative; 
    transition: 0.6s; 
    line-height: 43px;
    padding-left:25px; 
    padding-right: 25px;
    font-size:16px;
    z-index:1;
    margin-bottom: 40px;
}
.hrList_a1_button a.more::before{content: ""; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background:#C9062C;z-index: -1;transition: 0.6s;}
.hrList_a1_button a.more:hover{color:#fff;}
.hrList_a1_button a.more:hover::before{width:100%;}
.hrList_a1_button a.more.on{background:#C9062C;color:#fff;}
.hrList_a1_item:hover{
    background: #fff;
    box-shadow: 0px 6px 32px 0px rgba(186,186,186,0.67);
}
.hrList_a1_item:hover .hrList_a1_title{
    background: #C9062C;
    color: #fff;
}

.jobapply_d1{ width:1373px; margin:0 auto; padding:50px 0 60px 0;overflow: hidden;}
.jobapply_d1 .til1{ line-height:50px; font-size:20px;font-family:"微软雅黑";  border-bottom: solid 1px #eee; margin-bottom:20px; float:left; width:100%;}
.jobapply_d1 .til1 span{ color:#C9062C; font-weight:bold;font-family:"微软雅黑";}

.jobapply_d1 .float1{width:32%;float:left; margin-bottom:20px;}
.jobapply_d1 .float2{width:32%; margin-left:2%;float:left; margin-bottom:20px;}
.jobapply_d1 .float3{width:100%;float:left; margin-bottom:20px;}
.jobapply_d1 .SelectV1{height:45px; width:100%;line-height:45px;padding:0 10px;border:1px solid #ddd;background-color:#fafafa;}
.jobapply_d1 .vcode{width:32%;float:left; }
.jobapply_d1 .vcode .InputV1{ width:280px;}
.jobapply_d1 .vcode .floatleft{float: left;}
.jobapply_d1 .vcode .floatLeft img{height: 45px;}
.jobapply_d1 .btn{width:31%;float:left; margin-left:2%;}

@media only screen and (max-width: 1440px){
    .pageMain{
        width: 96%;
    }
    .pageContent .history .historyItem .itemCon .itemText{
        width: 89%;
    }
    .newsList1 .NewsList_g2 li:nth-child(-n+2)>a{
        width: 50%;
    }
    .newsList1 .NewsList_g2 li:nth-child(1) h3, 
    .newsList1 .NewsList_g2 li:nth-child(1) p{
        width: 45%;
    }
    .newsList1 .NewsList_g2 li:nth-child(2) h3, 
    .newsList1 .NewsList_g2 li:nth-child(2) p{
        width: 45%;
    }
}

@media only screen and (max-width: 1200px){
    .aboutPage .PhotoList_i1 li{ width:31%; margin-right:2%; margin-bottom:30px; float:left; }
    .technicalPage .PhotoList_i1 li{ width:31%; margin-right:2%; margin-bottom:30px; float:left; }

    .VideoList_d1 li{ width:44%; margin-left:4%; margin-bottom:30px; float:left; }
	.VideoList_d1 li a h4{ font-size:24px;}
	.VideoList_d1 li a:hover h4{ opacity:1; top:28%;transition: 0.6s;}

    .messages_titile{ width:92%; margin:0 auto;}
    .Gbook_b1{ width:92%; margin:0 auto; padding:20px 0 40px 0; border-bottom: solid #e8e8e8 1px;}
    .TextareaV1{width:100%}

    .Gbook_b1 .vcode{ width:282px;}
    .Gbook_b1 .vcode .InputV1{ width:180px;}
    .Gbook_b1 .name{width:29%;float:left; margin-bottom:20px;}
    .Gbook_b1 .phone{width:29%; margin-left:6%;float:left; margin-bottom:20px;}
    .Gbook_b1 .email{width:29%; margin-left:6%;float:left; margin-bottom:20px;}
    .messPage { padding: 50px 0px 0 0; width:92%;margin:0 auto;}

    .hrList_a1_item{ width:44%; margin-left:4%; float:left; }
    .jobapply_d1 .til1{ line-height:50px; font-size:20px; font-family:"微软雅黑"; border-bottom: solid 1px #eee; margin-bottom:20px;}
    .jobapply_d1{ width:92%; margin:0 auto; padding:50px 0 40px 0; border-bottom: solid #e8e8e8 1px;}
    .TextareaV1{width:100%}
    .TextareaV1{width:100%}
    .jobapply_d1 .vcode{ width:302px;}
    .jobapply_d1 .vcode .InputV1{ width:200px;}
    .jobapply_d1 .float1{width:29%;float:left; margin-bottom:20px;}
    .jobapply_d1 .float2{width:29%; margin-left:6%;float:left; margin-bottom:20px;}
    .messPage { padding: 50px 0px 0 0; width:92%;margin:0 auto;}
}
@media only screen and (max-width: 1000px){
    .pageNav .navLeft{width: 100%;}
    .pageNav .navRight{display: none;}
}
@media only screen and (max-width: 800px){
    .pageContent p{
        font-size: 4.27vw;
    }
    .pageContent .pageTitle .title_cn{
        font-size: 7.00vw;
        margin-bottom: 2.67vw;
    }
    .pageContent .pageTitle .title_en{
        font-size: 3.00vw;
        line-height: 1.2;
    }
    .aboutPage .PhotoList_i1 li{ width:49%; margin-bottom:5.33vw; float:left; margin-right: 2%;}
    .aboutPage .PhotoList_i1 li:nth-child(4n){margin-right: 2%;}
    .aboutPage .PhotoList_i1 li:nth-child(2n){margin-right: 0;}
    .aboutPage .PhotoList_i1 li a h4{ display:none;}
    .aboutPage .PhotoList_i1 li a:hover::after{ display:none;}
    .aboutPage .PhotoList_i1 li span{ text-align:center;font-size: 4vw;}
    .aboutPage .PhotoList_i1 li a img{transform: scale(1);transition: all 1s ease 0s;-webkit-transform: scale(1);-webkit-transform: all 1s ease 0s; /*height:100%;*/vertical-align: middle; display: inline-block;}
    .aboutPage .PhotoList_i1 li a:hover img{transform: scale(1);transition: all 1s ease 0s;-webkit-transform: scale(1);-webkit-transform: all 1s ease 0s;}

    .technicalPage .PhotoList_i1 li{width:49%; margin-bottom:5.33vw; float:left; margin-right: 2%;}
    .technicalPage .PhotoList_i1 li:nth-child(3n){margin-right: 2%;}
    .technicalPage .PhotoList_i1 li:nth-child(2n){margin-right: 0;}
    .technicalPage .PhotoList_i1 li a{height: 40vw;}
    .technicalPage .PhotoList_i1 li a h4{ display:none;}
    .technicalPage .PhotoList_i1 li a:hover::after{ display:none;}
    .technicalPage .PhotoList_i1 li span{ 
        text-align:center;
        line-height: 9.33vw;
        font-size: 3.73vw;
    }
    .technicalPage .PhotoList_i1 li a img{transform: scale(1);transition: all 1s ease 0s;-webkit-transform: scale(1);-webkit-transform: all 1s ease 0s; /*height:100%;*/vertical-align: middle; display: inline-block;}
    .technicalPage .PhotoList_i1 li a:hover img{transform: scale(1);transition: all 1s ease 0s;-webkit-transform: scale(1);-webkit-transform: all 1s ease 0s;}

    .VideoList_d1 li{ width:90%; margin-left:5%; margin-bottom:5.33vw; float:left; }
	.VideoList_d1 li a h4{ display:none;}
	.VideoList_d1 li a:hover::after{ display:none;}
	.VideoList_d1 li span{ text-align:center;font-size: 4.27vw;line-height: 14.93vw;}

    .Gbook_b1 .company{width:98%;float:left; margin-bottom:2.13vw;}
    .Gbook_b1 .name{width:98%;float:left; margin-bottom:2.13vw;}
    .Gbook_b1 .phone{width:98%;float:left; margin-left:0; margin-bottom:2.13vw;}
    .Gbook_b1 .email{width:98%;float:left; margin-left:0;margin-bottom:2.13vw;}
    .Gbook_b1 .content{width:98%;float:left; margin-bottom:2.13vw;}
    .Gbook_b1 .btn{width:98%;float:left; margin-left:0; }
    .Gbook_b1 .vcode{ width:98%;float:left;margin-left:0; margin-bottom:2.13vw;}

    .messPage { padding: 13.33vw 0px 0 0; width:92%;margin:0 auto;}
    .messPage .inT { text-align: center; margin-bottom:10.67vw; }
    .messdL { border: 1px solid #e5e5e5; padding: 3.47vw 5.33vw 0.80vw; margin-bottom: 4.00vw; }

    .hrList_a1_item{ padding:0; width:95%; margin-left:2.5%; margin-top:4.00vw;}
	.hrList_a1{ padding:5.33vw 0 5.33vw 0;}
    .jobapply_d1{ padding:5.33vw 0 5.33vw 0;}
    .jobapply_d1 .til1{ line-height:13.33vw; font-size:4.27vw; font-family:"微软雅黑"; border-bottom: solid 1px #eee; margin-bottom:5.33vw;}
    .jobapply_d1 .float1{width:98%;float:left; margin-bottom:2.13vw;}
    .jobapply_d1 .float2{width:98%;float:left; margin-left:0; margin-bottom:2.13vw;}
    .jobapply_d1 .float3{width:98%;float:left; margin-bottom:2.13vw;}
    .jobapply_d1 .SelectV1{height:10.13vw; width:100%;line-height:10.13vw;padding:0 10px;border:1px solid #ddd;background-color:#fafafa;}
    .jobapply_d1 .btn{width:98%;float:left; margin-left:0; }
    .jobapply_d1 .vcode{ width:98%;float:left;margin-left:0; margin-bottom:2.13vw;}

    .clearfix::after{
        content: '';
        display: block;
        clear: both;
    }
    .pageNav .NavList_a2{
        width: 100%;
        overflow-x: scroll;
    }
    .pageNav .NavList_a2::-webkit-scrollbar {
       height: 0;
    }
    .pageNav .NavList_a2>ul{
        /* white-space: nowrap;
        overflow-x: scroll;
        display: -webkit-box;
        width: 100%; */
        white-space: nowrap;
        display: inline-block;
    }
    .pageNav .NavList_a2>ul li{
        overflow: hidden;
        display: inline-block;
        float: unset;
        vertical-align: top;
    }
    .pageNav .NavList_a2 a{
        padding: 3.5vw 7vw;
        white-space: nowrap;
        font-size: 3.73vw;
    }
    .pageContent .history .historyItem{
        margin-top: 18.67vw;
    }
    .pageContent .history .historyItem .itemCon .itemText{
        width: 83%;
        padding: 8.00vw 4.00vw;
        font-size: 4.27vw;
    }
    .pageContent .history .historyItem .itemCon .itemTime{
        width: 18.67vw;
        height: 18.67vw;
        line-height: 18.67vw;
        font-size: 4.80vw;
        top: -13.33vw;
    }
    .pageContent .history .historyItem .itemCon.right .itemText{
        width: 83%;
        padding: 8.00vw 4.00vw;
    }
    #page{display: none;}
    #load_more_button{
        display: block;
        width: 50%;
        line-height: 3;
        background-color: #C9062C;
        text-align: center;
        color: #fff;
        font-size: 3.47vw;
        margin: 0 auto;
    }
    .casePage .PhotoList_i1 li{
        width:49%; 
        margin-right: 2%;
        margin-bottom: 5.33vw;
    }
    .casePage .PhotoList_i1 li:nth-child(3n){
        margin-right: 2%;
    }
    .casePage .PhotoList_i1 li:nth-child(2n){
        margin-right: 0%;
    }
    .casePage .PhotoList_i1 li a{
        height: 50.67vw;
    }
    .casePage .PhotoList_i1 li span{
        line-height: 10.67vw;
        font-size: 3.73vw;
    }
    .newsList1 .NewsList_g2 ul::after{
        content: '';
        display: block;
        clear: both;
    }
    .newsList1 .NewsList_g2 li{
        margin-bottom: 8.00vw;
        width: 48%;
        margin-right: 4%;
    }
    .newsList1 .NewsList_g2 li:nth-child(5),
    .newsList1 .NewsList_g2 li:nth-child(8){
        margin-right: 4%;
    }
    .newsList1 .NewsList_g2 li:nth-child(2n){
        margin-right: 0;
    }
    .newsList1 .NewsList_g2 li>a{
        height: 37.33vw;
    }
    .newsList1 .NewsList_g2 li>a img{
        height: 100%;
    }
    .newsList1 .NewsList_g2 .ncontent{
        line-height: 1.5;
    }
    .newsList1 .NewsList_g2 p{
        margin-bottom: 4.00vw;
    }
    .newsList1 .NewsList_g2 h3 a{
        margin-top: 4.27vw;
        font-size: 4.00vw;
        margin-bottom: 0.53vw;
        min-height: 12.00vw;
    }
    .newsList1 .NewsList_g2 li .ntime{
        top: 1.33vw;
    }
    .newsList1 .NewsList_g2 li:nth-child(-n+2)>a{
        height: 57.60vw;
    }
    .newsList1 .NewsList_g2 li:nth-child(-n+2)>a img{
        height: 100%;
    }
    .newsList1 .NewsList_g2 li:nth-child(-n+2) h3{
        margin-top: 0;
    }
    .newsList1 .NewsList_g2 li:nth-child(-n+2) h3 a{
        margin-top: 9.33vw;
        font-size: 4.80vw;
        line-height: 1.5;
    }
    .newsList2 .NewsList_g2 li{
        margin-bottom: 8.00vw;
        padding-bottom: 5.33vw;
    }
    .newsList2 .NewsList_g2 li>a{width: 45%;height: 35.73vw;}
    .newsList2 .NewsList_g2 h3, 
    .newsList2 .NewsList_g2 p{
        width: 50%;
    }
    .newsList2 .NewsList_g2 h3{
        margin-top: 0;
    }
    .newsList2 .NewsList_g2 h3 a{
        margin-top: 10.67vw;
        margin-bottom: 1.07vw;
        font-size: 4.00vw;
    }
    .newsList2 .NewsList_g2 li .ntime{
        top: 2.67vw;
    }
    .NewsDetail_a1 #nt{
        font-size: 5.33vw;
        font-weight: bold;
    }
    .NewsDetail_a1 #nc.nf1 *{
        font-size: 4.00vw;
    }
    .NewsDetail_a1 #nc.nf2 *{
        font-size: 4.53vw;
    }
    .NewsDetail_a1 #nc.nf3 *{
        font-size: 5.07vw;
    }
    .contactBox .companyName{
        padding: 0 2.67vw;
        box-sizing: border-box;
    }
    .contactBox .companyName .name_cn{
        font-size: 6.40vw;
        margin-bottom: 3.20vw;
    }
    .contactBox .companyName .name_en{
        font-size: 3.20vw;
        margin-bottom: 10.67vw;
    }
    .contactBox .companyLink{
        width: 100%;
        padding: 0 2.67vw;
        box-sizing: border-box;
    }
    .contactBox .companyLink .linkItem{
        width: 100%;
    }
    .contactBox .companyQrcode{
        float: none;
        margin: 0 auto;
    }
    .hrList_a1_item ul li{
        width: 100%;
    }
    .hrList_a1_title{
        padding: 0 5.33vw;
    }
    .hrList_a1_item ul{
        padding: 0 5.33vw;
    }
    .hrList_a1_button{
        padding: 0 5.33vw;
    }
}