/*
 * @Author: dy
 * @Email: sales@juntong.net
 * @Company: Copyright (c) 版权所有 无锡君通
 * @Date: 2021-03-29 10:29:33
 * @LastEditors: dy
 * @LastEditTime: 2021-04-02 11:07:28
 * @FilePath: \2021扒模板\css\inc.css
 * @Descripttion: 
 */
@charset "utf-8";
.pr-50 { padding-right: 3.125rem; }
.pl-50 { padding-left: 3.125rem; }
.mw-100 { max-width: 100%; }
.singglepage-container { padding: 50px 0; }



.bgtable{ 
	width:100%; 
    background: #fff;
    overflow: auto;
}
.bgtable td{
	border: 1px solid #ccc;
    line-height: 2;
    font-size: 14px;
    padding: 0 10px;
    min-width: 150px;
	text-align:center;
}

.proul{ display: flex; flex-wrap: wrap;justify-content: center;
    margin-bottom: 30px;}
.proul li{
	width: 24%;
    margin: 0.5%;}
.proul li img{ max-width:100%;}
/*内页banner*/
.inner-banner { position: relative; overflow: hidden; display: flex; }
.inner-banner img { width: 100%; object-fit: contain; }
.inner-nav { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; }
.inner-nav .container { width: 100%; text-align: right; color: #fff; }
.inner-nav .container a { color: #fff; font-size: 0.9375rem; }
.inner-nav .container h3 { font-size: 25px; line-height: 1.3; margin-bottom: 8px; text-transform: capitalize; }
.inner-banner { min-height: 100px; background: #ccc; }
.inner-nav h1 { font-size: 25px; line-height: 1.3; margin-bottom: 8px; text-transform: capitalize; }
/*关于我们*/
.inner-aboutus-main { font-size: 0.875rem; color: #434343; line-height: 1.7; padding-bottom: 2.5rem; }
.inner-aboutus-main img{ display:block; max-width:100%;}
.inner-aboutus-main p { padding-bottom: 1.875rem; }
.inner-aboutus-main .inner-title { font-size: 2.125rem; color: #34297b; position: relative; margin: 2.25rem 0; font-weight: 600; }
.inner-aboutus-main .inner-title::after { position: absolute; bottom: -0.75rem; width: 3.125rem; height: 0.25rem; background: #34297b; content: ""; display: block; }
.innner-title-text { font-size: 1.5625rem; font-size: 1.125rem; color: #8c8c8c; }
.inner-aboutus-main .mw-100 { margin: 1.25rem 0; }
.inner-aboutus-main .half-half { display: flex; flex-wrap: wrap; }
.inner-aboutus-main .half-half div { width: 50%; box-sizing: border-box; }
.inner-aboutus-main .half-half img { height: 100%; }
.inner-aboutus-main .checks span { width: 7.5rem; display: inline-block; }
.inner-aboutus-main .checks span i { color: #34297b; }
/*联系我们*/
.inner-contact-main { background: #f7f7f7; padding: 3.125rem 0; margin-bottom: 30px; }
.inner-contact-title { font-size: 2.5rem; margin-bottom: 1.5rem; color: #1a1a1a; font-weight: 600; }
.inner-contact-text { display: flex; margin-bottom: 2rem; font-size: 0.875rem; color: #535353; line-height: 1.875rem; }
.inner-contact-main .cf { font-size: 1rem; }
.inner-contact-text p { width: 50%; }
/*客户反馈*/
.messagecon { font-size: 14px; line-height: 24px; margin-bottom: 20px; }
.messagetarea { padding: 10px; border: 1px solid #dedede; font-size: 16px; line-height: 26px; color: #666; resize: none; width: 100%; height: 90px; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; background: #f8f8f8; margin-bottom: 20px; box-sizing: border-box; }
.messagetarea:focus { color: #333; outline: none; background: #fff; }
.messageinput { float: left; width: 32%; padding: 10px; line-height: 26px; font-size: 14px; border: 1px solid #dedede; margin-right: 2%; margin-bottom: 20px; color: #666; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; background: #f8f8f8; box-sizing: border-box; }
.messageinput:last-child { margin-right: 0; }
.messageinput:focus { color: #333; outline: none; background: #fff; }
.messagebtn { width: 25%; text-align: center; line-height: 46px; height: 46px; font-size: 16px; border: 0; background: #dadada; color: #333; border-radius: 4px; cursor: pointer; margin-right: 10px; margin-bottom: 30px; }
.messagebtn.btnon { color: #fff; }
.messagebtn:hover { opacity: 0.8; filter: alpha(opacity=80); }
.main .con .yanzhengma { display: inline; }
.messagebtn.btnon { background: #d71619; }
/*产品分类*/
.inner-cate-list { display: flex; flex-wrap: wrap; margin-bottom: 4.375rem; }
.inner-cate-list .sub-menu { position: absolute; display: none; background: #fff; z-index: 10; min-width: 100%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); border-radius: 5px; }
.inner-cate-list li a { color: #fff; font-size: 1.1875rem; padding: 10px; display: block; text-decoration: none; }
.inner-cate-list li a { background: #34297b; border-radius: 3px; }
.inner-cate-list li a:hover { background: #02418e; }
.inner-cate-list li { margin: 0 10px 10px 0; position: relative; white-space: nowrap; }
.inner-cate-list li:hover > .sub-menu { display: block; }
.inner-cate-list .sub-menu li { margin: 0; }
.inner-cate-list .sub-menu li a { background: 0 0; color: #000; border-bottom: 1px solid #ddd; font-size: 14px; padding: 8px 1.25rem; }
.inner-cate-list .sub-menu li a:hover { background: #34297b; color: #fff; }
.inner-cate-list .sub-menu .sub-menu { left: 100%; top: 0; }
/*产品展示*/
.inner-products-list { display: flex; flex-wrap: wrap; margin-top: 4.125rem; }
.inner-products-list li { box-sizing: border-box; border: 1px solid #ededed; width: 23.583333%; margin-bottom: 2.5rem; margin-right: 1.8888%; }
.inner-products-list li:nth-child(4n + 4) { margin-right: 0; }
.inner-products-img { position: relative; display: block; width: 100%; padding-bottom: 100%; }
.inner-products-list img { width: 100%; height: 100%; object-fit: contain; position: absolute; top: 0; left: 0; }
.inner-product-text { padding: 3px; text-align: center; font-size: 0.9375rem; color: #2d2d2d; }
.inner-product-text h3 { font-size: 1rem; padding: 0.5rem; font-weight: 600; }
.inner-product-text h3 a { text-decoration: none; }
.inner-product-text p { height: 2.5rem; overflow: hidden; }
.inner-product-text > a { font-size: 0.9375rem; padding: 0.875rem 0; display: block; background: #34297b; border-radius: 25px; color: #fff; margin-top: 2.3125rem; }
.inner-products-main { padding-top: 4.0625rem; padding-bottom: 4.0625rem; }

.pro_jgs{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.pro_jgs .pro_jgs_diceng{
	width: 50%;
    border: 3px solid #794494;
    border-radius: 30px;
    padding: 30px;
    box-sizing: border-box;
    margin-right: 2%;
}
.pro_jgs .pro_jgs_txt{
	width: 50%;
	margin-right: 2%;
	box-sizing: border-box;
	}
/*页数*/
.pages { display: flex; justify-content: center; color: #fff; margin: 35px 0; }
.pages a, .pages span { color: #1b1b1b; font-size: 1rem; height: 3.125rem; line-height: 3.125rem; width: 3.125rem; display: block; border: 1px solid #e1e1e1; border-radius: 3px; text-align: center; margin-right: 6px; }
.pages span { color: #ccc; }
.pages a:hover { background: #34297b; color: #fff; text-decoration: none; }
/*新闻*/
.newslist { margin-bottom: 25px; margin-top: 40px; }
.newslist ul li { border-bottom: 1px dashed #aaa; }
.newslist ul li:after { content: ""; display: block; visibility: hidden; height: 0; clear: both; }
.newslist ul li a { display: block; float: left; max-width: 80%; line-height: 45px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-decoration: none; }
.newslist ul li span { float: right; line-height: 45px; }
/*新闻详情页*/
.news-title { text-align: center; margin: 40px 0; font-size: 24px; }
.news-content { font-size: 1rem; line-height: 1.7; }
.date-share { margin-top: 30px; }
.more-news { margin-bottom: 50px; margin-top: 30px; }
.ptit { font-size: 2.125rem; font-weight: 600; color: #292929; padding: 1.875rem 0; }
.rollPro1 { display: flex; flex-wrap: wrap; }
.rollPro1 li { width: 32%; margin-right: 2%; margin-bottom: 2%; text-align: center; line-height: 2; font-size: 16px; }
.rollPro1 li:nth-child(3n + 3) { margin-right: 0; }
.rollPro1 li img { width: 100%; height: 100%; object-fit: contain; transition: all 0.3s; }
.rollPro1 li a { text-decoration: none; }
.rollPro1 .pbox a { display: inline-block; overflow: hidden; width: 283px; height: 283px; }
.rollPro1 li:hover img { transform: scale(1.1); }
/*产品详情页*/
.inner-procontet-list{ margin-top:40px;}
.inner-procontet-list .inner-cate-list{ margin-bottom:0;}
.margin0auto { margin: 0 auto; display: inline-block; }
.inner-procontet-info { width: calc(100% - 36% - 30px); display: flex; flex-direction: column; }
.inner-procontet-name { text-align:center; font-size: 1.5rem; color: #121212; padding: 1.875rem 0; font-weight: 600; }
.inner-procontet-pic{margin: 0 auto; width:50%; text-align:center; margin-bottom:30px;}
.inner-procontet-pic img{ max-width:100%;}
.inner-procontet-intro { font-size: 0.875rem; color: #6f6f6f; line-height: 1.875; margin-bottom: 3.125rem; }
.inner-procontet-intro h3{
	color: #794494;
    font-weight: bold;
    line-height: 160%;
    margin: 10px 0;
}
.inner-procontet-intro strong,.inner-procontet-intro b{ color:#000;}
.inner-procontet-info-main h3 { font-size: 1.5625rem; color: #fff; background: #34297b; display: inline-block; line-height: 3.3125rem; width: 10.875rem; text-align: center; }
.inner-procontet-info-main-box { border: 1px solid #e3e3e3; padding: 2.5rem 1.5625rem; font-size: 1rem; line-height: 2.25; color: #616161; }
.pronext-link-products { display: flex; justify-content: space-between; white-space: nowrap; margin-top: 2.75rem; margin-bottom: 4.875rem; }
.pronext-link-products a { font-size: 1.22rem; color: #000; font-weight: 600; display: block; height: 65px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-decoration: none; }
.pronext-link-products li { position: relative; font-size: 1.375rem; color: #b7b7b7; font-weight: 600; display: block; height: 65px; max-width: 48%; }
.pronext-link-products li p { position: absolute; bottom: 0; z-index: -1; }
.pronext-link-products p span { font-size: 0.9375rem; color: #777; }
.pronext-link-products p i { width: 2.25rem; height: 2.25rem; background: #000; color: #fff; line-height: 2.25rem; text-align: center; }
.pronext-link-products li:hover i { background: #34297b; }
.pronext-link-products li:nth-child(1) i { margin-right: 0.3125rem; }
.pronext-link-products li:nth-child(2) i { margin-left: 0.3125rem; }
.pronext-link-products li:nth-child(2) p { right: 0; }
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
.inner-aboutus-main .half-half div,  .inner-aboutus-main .half-half img { width: 100%; padding: 0; }
}
@media only screen and (max-width: 425px) {
.inner-products-list li { width: 49%; }
.inner-products-list li:nth-child(2n) { margin-right: 0; }
.inner-procontet-img,  .inner-procontet-info { width: 100%; }
.inner-procontent-top-panel { display: block; }
.rollPro1 .pbox a { width: auto; height: auto; }
.rollPro1 li { margin: 2%; width: 46%; }
.rollPro1 li:nth-child(3n + 3) { margin-right: 2%; }
.inner-contact-text { display: block; }
.inner-contact-text p { width: 100%; text-align: center; }
.inner-contact-title { text-align: center; }
}
