*{
	transition: all .2s ease;
}

.loading {
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 3px solid rgba(0,0,0,.1);
      border-radius: 50%;
      border-top-color: #09f;
      animation: spin 1s linear infinite;
    }
    @keyframes spin {
      to { transform: rotate(360deg); }
    }

.footer {
	margin-top: 100px;
}

.wrapper {
	width: 1340px;
	margin: 0 auto;
}

.contmain{
	margin-top: 193px;
}

.bqname{
	border-top: 1px solid rgba(0,0,0,0.1);
	display: flex;
    justify-content: space-between;
	align-items: center;
	padding-top: 30px;
}
.bqnamer{
	width: 210px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bqnamer a{
	
}
.bqnamer a img{
	width: 20px;
}

.contmain .prod_h span{
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
}
.contmain .prod_h h3{
	font-size: 24px;
}

.product .pro_nav{
	display: flex;
    max-width: 520px;
    justify-content: space-between;
    margin: 100px 0 70px;
    font-size: 18px;
    text-transform: uppercase;
}

.pro_ul{
	display: flex;
    flex-wrap: wrap;
}
.pro_li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.pro_li:nth-child(3n){
	margin-right: 0%;
}
.pro_li img{
	display: block;
	width: 100%;
	max-height: 300px;
	object-fit: cover;
}
.pro_li:hover img{
	transform: scale(1.1);
}
.pro_li a{
	color: #000;
}
.pro_li a p{
	font-size: 16px;
	margin: 10px 10px 0;
}
.pro_li a span{
	margin: 10px 10px 0;
    display: block;
    color: #d90000;
}
.pro_c a{
	color: rgba(0,0,0,0.5);
}
.p_on a{
	color: rgba(0,0,0,1);
}


.page,.pages {height:auto; line-height:30px; width:100%; text-align:center; color: #ff0000; margin-bottom:23px; margin-top:25px;display: flex; justify-content: center;}
.page span,.pages span{padding:10px 15px 10px 15px; background-color:#000000; color:#fff; border:solid 1px #000000; font-size:0.875em; }
.page a,.pages a{ color:#444444; border:1px solid #ccc;padding:10px 15px 10px 15px; margin:0 4px; text-decoration:none; background-color:#ddd;  font-size:0.875em; }
.page a:hover,.pages a:hover{color:#fff; background-color:#000000; }
.page a.current,.pages a.current{color:#fff; background-color:#000000; }
.page .active a,.pages .active a{color:#fff; background-color:#000000; }
.pagination {
	padding: 0;
}
.pagination li{float:left;list-style: none;}
.cMore {display:none;}


.view_pro{
	margin-top: 170px;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
.view_pro img{
	width: 100%;
    max-height: 700px;
    object-fit: cover;
    display: block;
}
.view_pro .sy{
	position: absolute;
	width: 30%;
	opacity: 0.3;
}

.content{
	margin-top: 60px;
}

.prod_v_ht .prod_vt{
	font-size: 36px;
    margin-bottom: 10px;
}
.prod_v_ht .prod_vd{
    font-size: 20px;
	margin-bottom: 20px;
}

.tepn{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 100px;
}
.m_pro_prev{
	margin: 0;
}
.m_pro_prev a{
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: row;
	text-transform: uppercase;
    color: #000;
}
.m_pro_prev a img{
	display: block;
	margin-right: 10px;
}
.m_pro_next{
	margin: 0;
}
.m_pro_next a{
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: row-reverse;
	text-transform: uppercase;
    color: #000;
}
.m_pro_next a img{
	display: block;
	margin-left: 10px;
}

.about1{
	display: flex;
    justify-content: space-between;
	margin-bottom: 30px;
}

.tita{
	width: 110px;
	display: flex;
    justify-content: space-between;
	padding-top: 80px;
	height: 30px;
    align-items: center;
	color: #d9002f;
}
.tita span{
	display: block;
    width: 30px;
    height: 1px;
    background-color: #d9002f;
}
.lac{
	width: 1120px;
}
.titmsg h1{
	margin: 0;
    margin-bottom: 30px;
	font-weight: bold;
}
.titmsg p{
	margin: 0;
	color: #808080;
}
.abmsg1{
	margin: 0 0 30px;
}
.abmsg1 p{
	font-size: 16px;
}


.about2{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 100px;
}

.about2 .tit2::before,.about2 .tit2::after{
	content: '“';
    font-size: 48px; 
    position: absolute; 
    color: black; 
    font-weight: bold; 
}
.about2 .tit2{
	width: 41%;
	position: relative;
}
.about2 .tit2::before{

}
.about2 .tit2::after{
	content: '”';
	right: 0;
}

.about2 .titmsg{
	margin: 40px 0px 0px 20px;
}

.about2 .abmsg2{
	width: 53%;
}
.about2 .abmsg2 img{
	width: 100%;
}

.about3{
	display: flex;
    justify-content: space-between;
	margin-top: 100px;
}
.about3 .aimg{
	width: 50%;
	display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
}
.about3 .aimg .aimg_l {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}
.about3 .aimg .aimg_l .dz1 {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    position: initial;
}
.about3 .aimg .aimg_l .dz2 {
    grid-row: 2;
    grid-column: 1;
    width: 100%;
    position: initial;
	height: 100%;
}
.about3 .aimg .aimg_l .dz4 {
   grid-row: span 2;
    grid-column: 2;
    width: 100%;
	align-self: stretch;
}
.about3 .amsg{
	width: 44%;
}
.about3 .amsg p{
	font-size: 16px;
}

.about4{
	margin-bottom: 30px;
}
.about4 p{
	font-weight: initial;
}

.news_oth{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
.news_li_oth{
	width: 49%;
	list-style: none;
	margin: 0;
	margin-bottom: 70px;
}

.time1{
	border-bottom: 5px solid #f2f2f2;
	transition: all 0.3s ease;
}

.news_li_oth .time1:hover{
	border-bottom: 5px solid #d90000;
}

.time1 .newsimg img{
	width: 100%;
    max-height: 415px;
    object-fit: cover;
	display: block;
}
.time1 .newsimg:hover img{
	transform: scale(1.1);
}
.time1 h3{
	margin: 0;
	margin-bottom: 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.time1 .more{
	padding: 40px 65px 40px 15px;
	background: url(../images/more.png) no-repeat right 30px center;
}
.time1 .more a{
	color: #7f7f7f;
}
.time1 .more h3 a{
	color: #000000;
}
.news_nt{
	margin-top: 70px;
}
.newslist{
	margin-bottom: 60px;
}
.m_news_title{
	margin: 0;
    font-size: 36px;
    margin-bottom: 20px;
}
.m_news_attr{
	display: flex;
    align-items: center;
}
.m_news_attr img{
	margin-right: 5px;
}
.contmain{
	
}
.m_newsc{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.m_news_content{
	width: 68%;
	line-height: 28px;
}
.m_news_content img{
	max-width: 100%;
}
.newoth{
	width: 27%;
}
.m_news_rl{
	margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.m_news_rl p{
	    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}
.m_news_rl h2{
	margin: 0;
    font-size: 30px;
    font-weight: bold;
}

.m_next_list{
	display: flex;
	margin-top: 60px;
}

.m_next_list p{
	width: 155px;
    line-height: 50px;
    text-align: center;
    border: 1px solid;
    font-size: 16px;
}
.m_next_list p a{
	color: #000;
	display: block;
}
.m_next_list p:hover{
	background-color: #000;
}

.m_next_list p:hover a{
	color: #fff;
}


.m_p_prev{
	margin-right: 30px;
}

.SiteContent .tit2{
	margin-bottom: 60px;
}

.SiteContent .titmsg{
	width: 70%;
    margin: 0 auto;
    text-align: center;
}

.SiteContent .titmsg h1{
	text-transform: uppercase;
}

.SiteContent .titmsg p{
	color: #000000;
	text-align: center;
}

.case{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case .caseli{
	width: 49%;
	margin-bottom: 40px;
}

.case .caseli img{
	width: 100%;
	display: block;
	max-height: 415px;
    object-fit: cover;
}
.case .caseli:hover img{
	transform: scale(1.1);
}

.conttit{
	margin-bottom: 60px;
}
.conttit h1{
	text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 20px;
}

.contimg{
	display: flex;
	justify-content: space-between;
}
.contimgl{
	width: 49%;
}
.contimgr{
	width: 49%;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width:1400px){
	.wrapper {
    width: 1200px;
    margin: 0 auto;
}
.lac {
    width: 1000px;
}
.aboutimg{
	width: 100%;
}

.aimg img{
	width: 100%;
}

.about3 .aimg {
    height: 620px;
}

.aimg .aimg_l{
	width: 49%;
}
.aimg .aimg_r{
	width: 49%;
}
}

@media screen and (max-width:640px){
body {
    font-size: 14px !important;
}
	.wrapper {
    width: 100%;
    margin: 0 auto;
}
.contmain {
	width: 90%;
    margin: 0 auto;
    margin-top: 90px;
}
.contmain .prod_h span {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.contmain .prod_h h3 {
    font-size: 18px;
}
.product .pro_nav {
    display: flex;
    max-width: 520px;
    justify-content: flex-start;
    margin: 30px 0 40px;
    font-size: 16px;
    text-transform: uppercase;
    flex-wrap: wrap;
    flex-direction: column;
}
.pro_c {
	margin-bottom: 10px;
}
.pro_li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
}
.pro_li:nth-child(3n) {
    margin-right: 4%;
}
.pro_li:nth-child(2n) {
    margin-right: 0%;
}
.pro_li a p {
    font-size: 16px;
    margin: 10px 10px 0;
    text-align: left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_li img {
    max-height: 120px;
}
.footer {
    margin-top: 40px;
}
.bqname {
    margin: 0 auto;
    width: 90%;
}
.view_pro {
    width: 90%;
    margin: 0 auto;
	margin-top: 90px;
}
.content {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}
.prod_v_ht .prod_vt {
    font-size: 24px;
    margin-bottom: 10px;
}
.prod_v_ht .prod_vd {
    font-size: 16px;
    margin-bottom: 20px;
}
.pcon {
	font-size: 14px;
    margin: 0;
    margin-bottom: 0px;
}
.pcon p{
    margin: 0;
}
.tepn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.m_pro_next a {
    font-size: 14px;
}
.m_pro_prev a{
	font-size: 14px;
}
.about1 {
    flex-wrap: wrap;
}
.tita {
    width: 110px;
    padding-top: 0px;
    height: 30px;
    margin-bottom: 20px;
}
.lac {
    width: 100%;
}

.lac .titmsg h1 {
    margin-bottom: 20px;
	font-size: 24px;
}
.abmsg1 {
    margin: 0;
}
.abmsg1 p {
    font-size: 14px;
}
.about2 {
    margin-top: 30px;
    flex-wrap: wrap;
}
.about2 .tit2 {
	width: 100%;
    margin-bottom: 40px;
}
.about2 .abmsg2 {
    width: 100%;
}
.about2 .titmsg {
    margin: 40px 25px 0px 25px;
}
.about2 .titmsg h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}
.titmsg p {
    font-size: 14px;
}
.about3 {
    margin-top: 40px;
	flex-wrap: wrap;
}
.about3 .aimg {
	width: 100%;
    height: auto;
	margin-bottom: 30px;
}
.about3 .titmsg h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}
.about3 .amsg {
    width: 100%;
}
.about3 .amsg p {
    font-size: 14px;
}
.about3 .aimg .aimg_l {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}
.about3 .aimg .aimg_l .dz1 {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    position: initial;
}
.about3 .aimg .aimg_l .dz2 {
    grid-row: 2;
    grid-column: 1;
    width: 100%;
    position: initial;
}
.about3 .aimg .aimg_l .dz4 {
   grid-row: span 2;
    grid-column: 2;
    width: 100%;
	align-self: stretch;
}
.news_nt {
    margin-top: 40px;
}
.news_li_oth {
    width: 48%;
    list-style: none;
    margin: 0;
    margin-bottom: 30px;
}
.time1 .more {
    padding: 10px;
	background: none;
}
.time1 .newsimg img {
    width: 100%;
    max-height: 105px;
    object-fit: cover;
    display: block;
}
.time1 .more h3{
   font-size: 16px;
   line-height: 20px;
}
.time1 .more a {
    font-size: 14px;
}
.newslist {
    margin-bottom: 30px;
}
.m_newsc {
    width: 100%;
}
.m_news_title {
    margin: 0;
    font-size: 24px;
	line-height: 30px;
    margin-bottom: 20px;
}
.m_news_content {
    width: 100%;
    line-height: 24px;
}
.m_news_content p{
	font-size: 14px;
}
.m_next_list {
    display: flex;
    margin-top: 30px;
}
.m_next_list p {
    width: 100px;
    line-height: 35px;
    font-size: 14px;
	margin: 0;
}
.m_next_list{
	justify-content: space-between;
}
.newoth{
	display: none;
}
.SiteContent .tit2 {
    margin-bottom: 30px;
}
.SiteContent .titmsg {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.SiteContent .titmsg h1 {
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 20px;
}
.case .caseli {
    width: 48%;
    margin-bottom: 20px;
}
.conttit {
    margin-bottom: 30px;
}
.conttit h1 {
    font-size: 24px;
    margin-bottom: 20px;
}
.conttit .text{
	line-height: 24px;
}
.contimg {
    flex-wrap: wrap;
}
.contimgl {
    width: 100%;
}
.contimgr {
    width: 100%;
}

.case .caseli img {
    width: 100%;
    display: block;
    max-height: 100px;
    object-fit: cover;
}

}