/*公司简介*/
.intro-container{
    width: 100%;
}
.intro-about {
    width: 1200px;
    margin: 0 auto;
    text-align: center;

}
.intro-about .title2 {
    font-size: 28px;
    color: #444;
    line-height: 28px;
    padding-bottom: 30px;
}
.about-com p {
    font-size: 16px;
    color: #444;
    line-height: 30px;
    padding: 0 40px 30px;
    text-indent: 40px;
    text-align: left;
}

.about-sj {padding-top: 24px;}
.about-sj p {
    font-size: 16px;
    color: #444;
    line-height: 30px;
    margin-top: 33px;
    margin-bottom: 33px;
}
.sj-table {
    width: 100%;
    border-top: 2px solid #444;
    border-bottom: 1px solid #ddd;
}
.sj-table td {width: 400px;}
.sj-table .level {
    display: block;
    width: 11px;
    height: 1px;
    background-color: #888;
    margin-left: 194.5px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.tr1 td {padding-top: 60px;}
.tr2 {
    font-size: 24px;
    line-height: 24px;
    color: #444;
    font-weight: bold;
}
.tr2 td {padding-bottom: 80px;}
.trt {
    font-size: 14px;
    line-height: 14px;
    color: #444;
}
.tr3 p {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    line-height: 24px;
    color: #666;
    font-weight: bold;
    margin-bottom: 30px;
}
.tr4 .circlebg {
    width: 114px;
    height: 114px;
    border: 3px solid #888;
    border-radius: 50%;
    background-color: #888;
    margin-left: 140px;
    margin-bottom: 40px;
    cursor: pointer;
}
.tr4 .bg1 {
    background-image: url(../images/intro1.png);
    background-repeat: no-repeat;
    background-position:center;
}
.tr4 .bg2 {
    background-image: url(../images/intro2.png);
    background-repeat: no-repeat;
    background-position:center;
}
.tr4 .bg3 {
    background-image: url(../images/intro3.png);
    background-repeat: no-repeat;
    background-position:center;
}
.tr4 .circlebg:hover {border: 3px solid #e92c37; background-color: #fff;}
.tr4 .circlebg:hover.bg1 {background-image: url(../images/intro11.png);}
.tr4 .circlebg:hover.bg2 {background-image: url(../images/intro22.png);}
.tr4 .circlebg:hover.bg3 {background-image: url(../images/intro33.png);}
.about-domain {margin-top: 60px;}
.about-show {
    width: 1200px;
    margin: 32px auto 30px;
    overflow: hidden;
}
.about-show li {
    float: left;
    width: 280px;
    height: 180px;
    margin-left: 26px;
    margin-bottom: 30px;
}
.about-show li:nth-child(1),
.about-show li:nth-child(5) {
    margin-left: 0;
}
.about-show li a {
    display: block;
}
.show-scale {
    position: relative;
    top: -180px;
    width: 280px;
    height: 180px;
    display: table-cell;
    vertical-align: middle;
    background-color: #e92c37;
    text-align: center;
    transform: scaleX(0);
    -ms-transform: scaleX(0);	/* IE 9 */
    -webkit-transform: scaleX(0);	/* Safari 和 Chrome */
    -o-transform: scaleX(0);	/* Opera */
    -moz-transform: scaleX(0);	/* Firefox */
    transition: transform .3s;
    -moz-transition: transform .3s;	/* Firefox 4 */
    -webkit-transition: transform .3s;	/* Safari 和 Chrome */
    -o-transition: transform .3s;	/* Opera */
}
.show-scale p {
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
}
.about-show li:hover .show-scale {
    transform: scaleX(1);
    -ms-transform: scaleX(1);	/* IE 9 */
    -webkit-transform: scaleX(1);	/* Safari 和 Chrome */
    -o-transform: scaleX(1);	/* Opera */
    -moz-transform: scaleX(1);	/* Firefox */
}

/*联系我们*/
.contact {width: 100%}
.contact-method {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    font-family: "Microsoft YaHei";
}
.method-content {
    float: left;
    width: 400px;
    margin-top: 8px;
    text-align: center;
}
.method-content .metcn {
    font-size: 18px;
    line-height: 18px;
    color: #e92c37;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 12px;
}
.method-content .metinfo {
    font-size: 14px;
    color: #323232;
    line-height: 30px;
}
.method-content .meten {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #21201e;
    margin-top: 24px;
    margin-bottom: 30px;
    margin-left: 150px;
}
.mapaddr {
    width: 100%;
    margin-top: 60px;
}

/*公司荣誉*/
.honor {width: 100%}
.comhonor {
    width: 1200px;
    margin: 32px auto 10px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.comhonor li {
    /* float: left; */
    width: 360px;
    /* height: 270px; */
    border: 1px solid #ddd;
    /* margin-bottom: 50px; */
}
.comhonor li img {width: 100%;}
/* .comhonor li:nth-child(1),
.comhonor li:nth-child(2),
.comhonor li:nth-child(4) {margin-right: 56px;}
.comhonor li:nth-child(5) {margin-right: 88px;}

.comhonor li:nth-child(3),
.comhonor li:nth-child(4),
.comhonor li:nth-child(5) {width: 200px;} */
/*产品中心*/
.product-container {width: 100%;}
.pro-center {
    width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
}
.procenter-ry {
    width: 100%;;
    margin-top: 12px;
    margin-bottom: 40px;
    overflow: hidden;
}
.procenter-ry li {
    float: left;
    width: 285px;
    margin-right: 20px;
    padding-bottom: 20px;

}
.procenter-ry .lib {border-bottom: 1px solid #ddd;}
.procenter-ry li:nth-child(4),
.procenter-ry li:nth-child(8),
.procenter-ry li:nth-child(12) {margin-right: 0;}
.rytype {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #222;
    padding-top: 20px;
    padding-bottom: 10px;
}
.ryintro {
    font-size: 12px;
    color: #888;
    line-height: 22px;
    padding-left: 14px;
}
.procenter-ry .ryintro { margin-bottom: 25px;}
.procenter-ry .learn-more {
    display: block;
    width: 240px;
    height:35px;
    line-height:35px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #e92c37;
    margin-left: 22.5px;
}
.procenter-ry .learn-more:hover {background-color: #ce222c;}


.procenter-content {
    width: 100%;
    border-top: 2px solid #222;
    margin-bottom: 60px;
}
.procenter-content tr {
    height: 140px;
    border-bottom: 1px solid #ddd;
}
.procenter-content td {
    font-size: 14px;
    color: #444;
    line-height: 30px;
}
.procenter-content .td1 {width: 260px;}
.procenter-content .td2 {width: 190px; color: #e92c37;}


/*产品详细*/
.prodetail-container {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}
.detail-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
    overflow: hidden;
}
.top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/top.png) no-repeat center;
    background-color: #e3e3e3;
    text-align: center;
}
.top p {
    display: none;
    font-size: 12px;
    padding-top: 5px;
    color: #fff;
}
.top:hover p{
    display:block;
}
.top:hover {
    background: #e92c37;
}
.left-protype {
    float: left;
    width: 280px;
    margin-right: 60px;
}
.left-protype li {border-bottom: 1px solid #ddd;}
.left-protype li:last-child {border: none;}
.left-protype a{ display: block;}
.left-protype .ryintro {margin-bottom: 15px;}
.ic {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #222;
    border-radius: 50%;
    margin-right: 6px;
}
.ryintro .ic {
    width: 6px;
    height: 6px;
    background-color: #888;
}
.left-protype li:hover .rytype,
.left-protype li:hover .ryintro,
.currentpro .rytype,
.currentpro .ryintro {color: #e92c37;}

.left-protype li:hover .ic,
.left-protype li:hover .ryintro .ic,
.currentpro .ic,.currentpro .ryintro .ic {background-color: #e92c37;}


.right-prodetail {
    float: left;
    width: 860px;
}

.right-table {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}
.right-table tr:nth-child(odd) {background-color: #f7f7f7;}
.right-table tr:nth-child(1) {
    height: 40px;
    background-color: #e92c37;
}
.right-table th {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}
.right-table td {
    font-size: 14px;
    color: #444;
    line-height: 40px;
    border-right: 1px solid #ddd;
}

.right-table .pro {width: 300px;}
.right-table .pros {width: 430px;}
.right-table .prol1 {width: 150px;}
.right-table .prol {width: 102.5px;}
/*分页*/
.pagelist {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #444;
}
.pagelist a {color: #444; padding: 0 5px;}
.pagelist .rows {margin-right: 10px;}
.pagelist a:hover {color: #e92c37;}
/*行业资讯*/
.industry-container {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    font-family: "Microsoft YaHei";
}
.industry-news {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    overflow: hidden;
}
.industry-news li {
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
}
.news-time {
    float: left;
    width: 80px;
    margin-right: 60px;
    margin-bottom: 30px;
    font-family: "Microsoft YaHei";
}
.news-time p:first-child {
    font-size: 20px;
    line-height: 30px;
    color:#222;
    border-bottom: 1px solid #ddd;
}
.news-time p:last-child {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.news-info {
    float: left;
    display: block;
    width: 1000px;
    height: 60px;
    overflow: hidden;
}
.news-info h3 {
    font-size: 16px;
    color: #222;
    line-height: 30px;
}
.news-info .editor {
    font-size: 14px;
    color: #888;
    height: 30px;
    line-height: 30px;
    padding-right: 20px;
}
.industry-news li:hover .news-time p,
.industry-news li:hover .news-info .editor,
.industry-news li:hover .news-info h3 {color: #e92c37;}
.industry-news li:hover .news-time p:first-child {border-bottom-color: #e92c37;}

/*行业资讯详细*/
.newsdetail-container {
    width: 100%;
}
.newsdetail-content {
    width: 1200px;
    margin: 60px auto 45px;
    overflow: hidden;
}
.news-detail {
    float: left;
    width: 1060px;
}
.news-detail .news-name {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #222;
    margin-bottom: 15px;
}
.news-detail .news-sorce {
    display: block;
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
}
.news-detail p {
    font-size: 14px;
    color: #444;
    line-height: 30px;
}
.news-detail img {
    margin: 20px auto;
}
.related-news {
    width: 1060px;
    padding-left: 140px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
}
.related-news li {
    float: left;
    width: 530px;
}
.related-news h3 {
    font-size: 14px;
    color: #444;
    margin-bottom: 6px;

}
.related-news a {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 30px;
}
.related-news li:hover a {color: #e92c37;}
.related-news li:nth-child(odd) a {padding-left: 156px;}
