@charset "utf-8";

/*about */
.about-impression {
    padding-bottom: 40px;
	margin-top: 30px; 
}
.about-impression .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.about-impression .introduce {
    width: 700px;
    margin-right: 30px;
}
.about-impression .introduce p {
    font-size: 25px;
	font-weight:700;
}
.about-impression .impression {
    position: relative;
    width: 800px;
    overflow: hidden
}
.about-impression .slider {
    white-space: nowrap
}
.about-impression .slider img {
    display: inline-block;
    width: 100%
}            
.about-impression .indicator {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center
}
.about-impression .indicator span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    transition: all .5s .1s
}
.about-impression .indicator .carousel-active-indicator {
    width: 24px;
    background: #bae212
}
.about-impression h2 {
    font-size: 26px;
    margin-bottom: 20px;
	font-weight: bold !important;
}
.about-impression p {
    font-size: 16px !important;
    line-height:27px;
	font-weight: 400 !important;
}
.about-impression a {
    display: inline-block;
    box-sizing: border-box;
    width: 136px;
    height: 40px;
    border: 1px solid #b1db00;
    color: #b1db00;
    line-height: 40px;
    margin-top: 40px;
    text-align: center
}
.about-impression .figures {
    text-align: center;
    width: 100%;
    margin-top: 40px
}
.about-impression .figures  p{
    font-size: 20px!important;
    font-weight: 700!important;
}
.about-impression li {
    position: relative;
	padding: 0 18px;
	width: 22%;
    float: left;
	list-style-type: none 
}
.about-impression .num {
    font-size: 40px;
	font-weight: bold !important;
	color: #d61518;
}           
.image-container {
    width: 650px;
    height: 400px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.image-container img {
    width: 650px;
    height: 400px; 
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    cursor: pointer;
 }
.image-container img.active {
    opacity: 1;
}
.scroll-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(124 118 118 / 50%);s
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
	z-index: 99;
}
.scroll-button.left1 {
    left: 10px;
}
.scroll-button.right1 {
    right: 10px;
} 
.about_dt{
	background: #f8f8f8;
    height: 550px;
}
.scroll-wrapper {
    display: flex;
    width: max-content;  
	margin-top:40px; 
}
.scroll-wrapper img {
    width: 320px; 
    height: auto;
    margin-right: 25px; 
}

.about-contact {
    padding: 50px 0;
    color: #fff;
    text-align: center;
	margin-top: 60px;
	background-image: url(/skin/image/about_lx.jpg);
}
.about-contact h3 {
    color: inherit;
	padding: 0 5%;
	font-size: 30px;	
}
.about-contact a.more {
    display: inline-block;
    text-align: center;
    font-weight:bold;
    font-size: 16px;
    color: #e63946;
    background: #fff none repeat scroll 0 0;
    padding: 10px 15px;
    border-radius: 6px;
    margin-top: 30px;
}
.about-contact a.more:hover {
    background: 0 0;
    color: #fff
}

.about_sjdt{
	position: relative;
	width:1380px;
	height: 530px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(/skin/image/sjdt.png);
	margin:0 auto;
}
.about_sjdt dl{
	width: 400px;
	position: absolute;
	left: 0;
	top:120px;
}
.about_sjdt dt{
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 700;
}
.about_sjdt dd{
	font-size:18px;
	line-height: 25px;
}
.about_sjdt .btn {
    text-decoration: none;
    background: #d61518;
    color: #ffffff;
    display: block;
    width: 140px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    margin: 30px auto 0px;
    border-radius: 5px;
    font-weight: 700;
    float: left;
} 
.about_sjdt .btn:hover {
    background: #b10204;
} 

@media only screen and (max-width: 767px)  {
.about-impression {
    padding-top: 40px;
    padding-bottom: 20px;
} 
.about-impression .introduce {
    margin-right:30px;
}
.about-impression li {
    width: 44%;
    padding: 0 10px 15px;
}
.about-impression .figures {
    margin-top: 20px;
}
.about-impression .num {
    font-size: 30px;
}
.about-impression .figures p {
    font-size: 16px !important;
}

.scroll-wrapper {
    margin-top: 0px;
}
.image-container img {
   margin-top: 30px;
   width: 100%;
    height: auto;
}
.about_sjdt {
    width: 100%;
    height: 100%;
}
.about_sjdt dl {
    left: 20px;
    top: 30px;
}
.image-container {
    width: 100%;
    height: auto;
}
}	

@media only screen and (max-width: 767px){
.about-contact h3{
    font-size: 20px;
}
.about-contact {
    padding: 20px 0;
}
}
 

/*left */
.pro_left{
	width:22%;
}
.proshow_left{
	width:22%;
}
.pro_left_P {
    width: 100%;
}
.pro_cate{
	margin-bottom:50px;
	width:100%;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}
.pro_cate .page_name{
	height:50px;
	line-height:50px;
	position:relative;
	padding-left:16px;
	font-size:22px;
	color:#fff;
	background:#d61518;
	font-weight: bold;
}
.pro_cate .first_cate{
	height:65px;
	line-height:65px;
	position:relative;
	padding-left:16px;
	font-size:14px;
	overflow:hidden;
	cursor:pointer
}
.pro_cate .first_cate.son span{
	display:block;
	position:absolute;
	right:18px;
	top:50%;
	width:10px;
	height:10px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.pro_cate .first_cate.son span:before{
	display:block;
	content:'';
	position:absolute;
	top:0;
	left:50%;
	width:2px;
	height:10px
	;background:#a7a7a7;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%)
}
.pro_cate .first_cate.son span:after{
	display:block;
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:10px;
	height:2px;
	background:#a7a7a7;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.pro_cate .first_cate a{
	display:block;
	width:100%;
	height:62px;
	font-size:18px;
	color:#000;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	text-decoration:none;
	box-sizing:border-box;
	padding-right:30px;
	font-weight: 700;
}
.pro_cate .first_cate:hover  a{
   color: #b10204;	 
}
.pro_cate .son_cate{
	display:none;
	padding-bottom:17px
}
.pro_cate .list.on .son_cate{
	display:block
}
.pro_cate .list.on .first_cate.son span:before{
	transform:rotate(90deg)
}
.pro_cate .son_cate .item{
	position:relative;
	padding-left:0;
	height:38px
}
.pro_cate .son_cate .item a{
	display:block;
	padding:0 20px;
	width:100%;
	height:100%;
	line-height:36px;
	background:url(../images/cate_two_icon.png) no-repeat left -15px center;
	font-size:14px;
	color:#292929;
	font-weight:bold;
	box-sizing:border-box;
	transition:all 0.5s;
	overflow:hidden
}
.pro_cate .son_cate .item a:hover{
	background:#f7f7f7;
	color:#333
}
.pro_cate .son_cate .item.on a{
	padding-left:16px;
	background-position:left 1px center
}
.pro_cate .son_cate .item.on a,.pro_cate .son_cate .subcate3 a.sia.on{
	background:#f7f7f7;
	color:#333
}
.pro_cate .son_cate .subcate3{
	margin-bottom:10px
}
.pro_cate .son_cate .subcate3 a.sia{
	display:block;
	padding-left:32px;
	font-size:16px;
	color:#7a7a7a;
	line-height:30px;
}
.pro_cate .list{
	width:100%;
	border-bottom:1px solid #f2f2f2; 
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float: left;
}
.pro_cate .list:first-child{
	margin-top:0
}
.pro_cate .list:last-child{
	border-bottom:none
}
.pro_cate .list .row{
	padding: 10px;
	border-bottom:1px solid #eee
}
.pro_cate .list .row:first-child{
	border-top:0
}
.pro_cate .list .row:last-child{
	border-bottom:none
}
.pro_cate .list .row .img{
	display:block;
	width:38%;
}
.pro_cate .list .row .row_txt{
	width:55%;
}
.pro_cate .list .row .row_txt .name{
	padding: 20px 0px 10px;
	line-height:22px;
	font-size:15px;
	color:#2a2929;
	font-weight:bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;display: block;
}
.pro_cate .list .row .row_txt .name:hover{
   color: #b10204;	 
}
.pro_cate .list .row .row_txt .dec{
	font-size:15px;
}
.pro_cate .list .row .row_txt .price{
	color:#000;
	margin-top:5px
}

 

/*product */

 
.pro_right .lists .item{
	margin-right:3.99%;
	width:30.668%
}
.pro_right .lists  .item:nth-child(3n){
	margin-right:0
}
.pro_right .lists .item .pro{
	width:100%
}
.pro_right {
	width:74%;
	border-color:#eee;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.pro_right  .title{
 
}
.pro_right  .title h1{
	text-transform:uppercase;
	font-size:30px;
} 
.pro_right .lists {
	margin-top:25px
}
.pro_right .lists  .item .info{
	width:100%
}
.pro_right .lists  .item .info .name{
	line-height:32px;
	height:64px
}
.pro_right .lists  .item .info .name h2{
	font-size:18px;
	color:#000;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	word-break:break-all;
	overflow:hidden;
	font-weight: bold;
	text-align: center;
	padding: 0 10px;
}
.pro_right .lists  .item .info .name:hover a{
   color: #b10204;	 
}
.pro_right .lists  .item .info .price{
	font-size:14px;
	color:#000;
}

/* product-lists */
.pro-lists{
	display:flex;
	flex-wrap:wrap
}
.pro-lists li{
	margin-bottom:40px;
	border:1px solid #f3f3f3;
	overflow:hidden;
	float: left;
	transition:all .1s linear;
	position:relative;
	width: 30.4%;
    margin-right:4%;
}
.pro-lists li:nth-child(3n) {
    margin-right: 0;
}
.pro-lists li:hover{
	border-color:#e1e1e1;
}
.pro-lists li.pro-item-checked .pro-img img,.pro-list li:hover .pro-img img{
	transform:translate(-50%,-50%) scale(1.05)
}
.pro-lists li.pro-item-checked .pro-info .title a,.pro-list li:hover .pro-info .title a{
	color:#d61518;
	text-transform:capitalize
}
.pro-lists li.pro-item-checked .pro-info .icon,.pro-list li:hover .pro-info .icon{
	opacity:1;
	transform:translateY(0)
}
.pro-lists li .pro-img a{
	display:block;
	overflow:hidden;
	position:relative;
	height:0px;
	padding-bottom:100%
}	
.pro-lists li .pro-img{
	width:100%;
	float: left;
}
.pro-lists li .pro-img a img{
	width:300px;
	height:300px;
	object-fit:cover;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	transition:all .1s linear
}
.pro-lists li .pro-img a .icon-hottitle{
	position:absolute;
	z-index:9;
	color:#1e237e;
	line-height:1;
	font-size:40px;
	left:2px;
	top:2px
}
.pro-lists li .pro-img a .icon-hottitle:hover{
	animation:scaleproicon 2s linear infinite
}
.pro-lists li .pro-info{
    margin: 15px;
}
.pro-lists li .pro-info .title h5{
	font-size:20px;
	float: left;
}
.pro-lists li .pro-info .title h2{
	display:inline-block;
	margin: 30px 0 10px;;
	color:var(--fontcolortitle);
	line-height:25px;
	font-size:18px;
	margin-top:25px;
	font-weight:bold;
}
.pro-lists li .pro-info .text{
	font-size: 15px;
	line-height: 25px;
	color: #393939;
	float: left;}

.pro-lists li .pro-info .tedian{
	font-size: 15px;
	line-height: 25px;
	color: #393939; 
	float: left;
	width: 100%;
}
.pro-lists li .pro-info .tedian a{
	font-size: 14px;
	line-height: 25px;
	color: #333; 
	float: left;
	padding: 5px 15px;
	background-color: #eee;
	vertical-align: middle;
	margin-right: 12px;
	display: inline-block;
	margin-top: 15px;
}
.pro-lists li .pro-info .pro-btn{
	background: #d61518; 
	padding: 8px 10px; 
 
	color: #ffff;
	font-weight: 400;
	float: left;
	margin: 20px 0 30px;
}
.pro-lists li .pro-info .pro-btn:hover{
	background: rgb(177, 2, 4);
}
.pro-lists li .pro-info .pro-btn a{
	color: #ffff;
	font-weight: bold;
}
.pro-lists li .pro-info .icon{
	border:1px solid #E8E8E8;
	background:#FFF;
	color:#666;
	position:absolute;
	top:5px;
	right:5px;
	width:35px;
	height:35px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	opacity:0;
	transform:translateY(10px);
	transition:all .2s linear
}
.pro-lists li .pro-info .icon.pro-checked{
	color:var(--color)
}
.pro-lists li .pro-info .data-price{
	display:none;
	font-size:14px
}

@media only screen and (max-width: 767px)  {
.pro_cate{
	display:none
}
.pro_right .title{
	display:block
}
.pro-lists li {
    width: 100%;
    margin-right: 0;
}	
.pro-lists li .pro-img {
    width: 100%;
}
.pro-lists li .pro-img a img {
    width: 100%;
    height: 100%;
}
.pro-lists li .pro-info {
    width: 95%;
    padding: 0 2.5%;  
}
.pro-lists li .pro-info .tedian a {
    margin-bottom: 10px;
    margin-top: 10px;
}
.products .pro_left{
	display:none
}
.wrap-module .lists  .item{
	margin-right:2%;
	width:49%
}
.wrap-module .lists  .item:nth-child(4n){
	margin-right:2%
}
.wrap-module .lists  .item:nth-child(2n){
	margin-right:0
}
 
.products .pro_left{
	display:none
}
.pro_right .lists .item .info .name a {
    font-size: 14px;
}
.pro_right {
    width: 100%;
	padding:0 2.5%;
}
}

/* page-title */ 
.page-title{
    position: relative;
    padding: 100px 0px 80px  ;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;  
}
 
.page-title .title{
    text-align: center;
}
.page-title .title h1{
    font-size:35px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.page-title .title p{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height:30px;
    color: #fff;
    text-align: center;

}
 .content-box {
	text-align: center;
  }
.page-title .bread-crumb li:last-child{
    padding: 0px !important;
    margin: 0px !important;
}
.page-title .bread-crumb li a{
    color: #fff;
}
.page-title .bread-crumb li a:hover{

}
.page-title .bread-crumb li:after {
    content: "\f105";
    position: absolute;
    top: 2px;
    right: 0px;
    font-size: 15px;
    font-weight: 400;
}
.page-title .bread-crumb li:last-child:after{
    display: none;
}

@media only screen and (max-width: 767px)  {
.page-title{
    padding: 40px 0px 20px  ; 
}
.page-title .title h1 {
    font-size: 20px;
    line-height: 30px;
}
.page-title .title p {
    font-size: 15px;
	line-height: 25px;
}
}

/* pro-show */
.pro-show{
	margin:20px 0 0!important;
	position:relative
}
.pro-show .share{
	text-align:center;
	margin-top:20px
}
.pro-show .left_small_img .bx-controls-direction{
	display:block
}
.pro-show .gallery{
	position:relative;
	float:left;
	width:45%;
	margin-right:0;
	min-height:450px;
	padding-bottom:20px
}
.pro-show .gallery .bigimg{
	padding-left:80px
}
.pro-show .gallery .bigimg .MagicZoom{
	display:block;
	margin:0 auto;
	font-size:0;
	max-width:100%
}
.pro-show .gallery .bigimg .MagicZoom img{
	border:0 !important;
	padding:0 !important;
	margin:0 !important;
	background: #f9f9f9;
}
.pro-show .gallery #zoom-big{
	position:absolute;
	top:0;
	left:100%
}
.pro-show .gallery #zoom-big img{
	max-width:none;
	max-height:none
}
.pro-show .gallery #small_img{
	width:100px;
	position:absolute;
	left:0;
	top:0
}
.pro-show .gallery #small_img .pic_box{
	width:90px;
	height:90px
	;border:1px solid #ddd;
	margin-bottom:8px;
	text-align:center;
	display:block
}
.pro-show .gallery #small_img .pic_box:last-child{
	margin-bottom:0
}
.pro-show .gallery #small_img .pic_box.on{
	border:1px solid #acd571
}
.pro-show .gallery .left_small_img{
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:100%
}
.pro-show .gallery .left_small_img .pic_box{
	border:1px solid #ddd;
	text-align:center;
	display:block;
	overflow:hidden;
	position:relative;
	width:calc( 100% - 2px )!important;
	padding-top:calc( 100% - 2px );
	height:0
}
.pro-show .gallery .left_small_img .pic_box a{
	position:absolute;
	left:0%;
	top:0%;
	width:100%;
	height:100%
}
.pro-show .gallery .left_small_img .pic_box img{
	max-height:100px;
	display:inline-block;
	vertical-align:middle
}
.pro-show .gallery .left_small_img .pic_box span{
	display:inline-block;
	vertical-align:middle
}
.pro-show .gallery .left_small_img .pic_box{
	margin-bottom:13%
}
.pro-show .gallery .left_small_img .pic_box:last-child{
	margin-bottom:0
}
.pro-show .gallery .left_small_img .pic_box.on{
	border-color:#3c3c3c
}
.pro-show .gallery .left_small_img .pic_box[pos=video]:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	background:rgba(0,0,0,0.1) url(../images/icon_video_play.png) no-repeat center center;
	z-index:1
}
.pro-show .gallery .left_small_img .bx-wrapper{
	padding:36px 0
}
.pro-show .gallery .left_small_img .bx-wrapper .bx-controls-direction a{
	bottom:0;
	left:0;
	z-index:1
}
@media only screen and (min-width:767px){
.pro-show .gallery .left_small_img .bx-wrapper .bx-pager{
	display:none
}
.pro-show .gallery .bx-wrapper .bx-controls-direction a{
	margin-top:0;
	top:unset;
	bottom:0;
	width:100%;
	background:#fff;
	padding-top:0;
	height:16px;
	display:block
}
.pro-show .gallery .bx-wrapper .bx-controls-direction .bx-prev{
	background:url(../images/icon_prod_bx_prev.png) no-repeat center;
	bottom:unset;
	top:0
}
.pro-show .gallery .bx-wrapper .bx-controls-direction .bx-next{
	background:url(../images/icon_prod_bx_next.png) no-repeat center
}
}

.pro-show .gallery .products_img{
	display:none
}
.pro-show .gallery .products_img iframe{
	width:96vw;
	height:96vw
}
.pro-show .info{
	width:55%;
	float:left;
	box-sizing:border-box
}
.pro-show .info .name{
	font-size:24px;
	color:#000
}
.pro-show .info .desc{
	font-size:16px;
	margin:10px 0;
	line-height:190%;
	color:#4a4a4a
}
.pro-show .info .button{
	margin:20px 0
}
.pro-show .info .button > a,.pro-show .info .button > button#addtocart_button,.pro-show .info .button > a#login_addtocart_button{
	width:calc( (100% - 90px - 2% )/2 - 2% );
	box-sizing:border-box;
	width:200px;
	height:45px;
	line-height:45px;
	display:block;
	color:#d61518;
	text-align:center;
	background:#fff0ee;
	font-size:16px; 
	text-decoration:none;
	float:left;
	margin-right:12px;
	border-radius:3px;
	margin-bottom:10px;
	border:1px solid #f24330;
	height:48px!important;
	line-height:48px!important;
	margin-right:2%;
	padding:0;
	font-weight: bold;
} 
.pro-show .description{
	margin:0px 0;
	width: 72%;
}
.pro-show .description .title{
	border-bottom:1px solid #ddd;
	padding:10px 0;
	color:#555;
	overflow:hidden
}
.pro-show .description .title span{
	line-height:30px;
	height:30px;
	font-size:18px
	;margin-right:30px;
	cursor:pointer;
	padding-bottom:5px;
	border-bottom:2px solid transparent;
	display:inline-block;
	word-break:keep-all;
	background: #d61518;
	padding: 5px 15px;
	font-weight: bold;
}
.pro-show .description .title span{
	color:#fff;
	border-bottom:none!important;
	margin-bottom:10px
}
.pro-show .description .title span:after{
	position:absolute;
	left:100%;
	top:13px;
	height:1px;
	background:#e3e3e3;
	margin-left:20px;
	content:''
}
.pro-show .description .title span.cur{
	color: #fff;
	border-color:#222
}
.pro-show .description .contents{
	line-height:180%;
	min-height:300px;
	padding:10px 0;
	display:none
}
.pro-show .description .global_mtitle{
	display:none;
	position:relative
}
.pro-show .description .global_mtitle:after{
	content:'>';
	font-size:24px;
	position:absolute;
	top:0px;
	right:10px;
	-webkit-transition:all 300ms ease 0s;transition:all 300ms ease 0s
}
.pro-show .description .global_mtitle.cur:after{
	transform:rotate(90deg)
}
#pro-show_procon{
	overflow:hidden
}
#pro-show_procon .editor_table_wrap{
	overflow-x: auto;
    width: 100%;
    white-space: nowrap;
}
#pro-show_procon .editor_table_wrap::-webkit-scrollbar-track-piece{
	background-color:#aaa;
	border-left:1px solid rgba(0,0,0,0)
}
#pro-show_procon .editor_table_wrap::-webkit-scrollbar{
	width:0px;
	height:0px;
	border-radius:5px
}
#pro-show_procon .editor_table_wrap::-webkit-scrollbar-thumb{
	background-color:rgba(0,0,0,0.7);
	background-clip:padding-box;
	border-radius:5px;
	min-height:28px
}
#pro-show_procon .editor_table_wrap::-webkit-scrollbar-thumb:hover{
	background-color:rgba(0,0,0,0.5);
	border-radius:5px
}
.pro-show .info .mes {
	 width:380px;
	 height: 280px;
	 margin : 50px auto;	 
}
.pro-show .info.pro-show-mes.search{
	overflow:hidden;
	padding: 20px;
}
.pro-show .info.pro-show-mes.search form{
	/* position:relative; */
}
.pro-show .info.pro-show-mes .search form .text{
	/* background:transparent; */
	padding:0px 7px
	;width:15%;
	height:44px;
	line-height:34px;
	color:#747474;
	text-indent:16px;
	border:1px solid #e7e7e7;
	margin: 0 5px;
	-webkit-appearance:none;
	border-radius:0px
}
.pro-show .info.pro-show-mes .search form .text1{
	/* background:transparent; */
	padding:0px 7px;
	width:32%;
	height:44px;
	line-height:34px;
	color:#747474;
	text-indent:16px;
	border:1px solid #e7e7e7;
	margin: 0 10px;
	-webkit-appearance:none;
	border-radius:0px
}
.pro-show .info.pro-show-mes .search form .sub{
	width:120px;
	height:46px;
	border:none;
	text-align:center;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	background:#d61518;
	position:absolute;
	cursor:pointer;
	-webkit-appearance:none;
	border-radius:0px;
	color: #fff;
	margin-left: 50px;
}
.pro-show .info.pro-show-mes .search form .sub:hover {
    background: #b10204;
}
.mes_title{
	width:100%;
	padding-top:0px
}
.mes_title h2{
	text-align:center;
	font-size:32px;
	font-weight: bold !important;
	color: #ffffff;
	padding-top: 25px;
	
}
.mes_title p{
	text-align:center;
	font-size:18px;
	font-weight:400;
	margin-bottom: 20px;
	color: #606060;
	padding: 0 150px;
	line-height: 25px;
}

@media only screen and (max-width:767px){
.pro-show{margin:5px 0!important}
.pro-show .gallery{float:none;width:100%;min-height:inherit}
.pro-show .gallery .bx-wrapper .bx-controls-direction a{
	display:block
}
.pro-show .gallery .bigimg,.pro-show .gallery #zoom-big,.pro-show .gallery .left_small_img,.pro-show .gallery #small_img{display:none}
.pro-show .gallery .products_img{
	display:block
}
.pro-show .gallery .products_img img{
	margin:0 auto
}
.pro-show .info .button > a,.pro-show .info .button > button#addtocart_button{width:calc(48% - 10px);max-width:inherit}
.pro-show .info{
	float:none;
	width:100%;
	padding:15px 0
}
.pro-show .info .name{
	font-size:20px
}
.pro-show .description{
	margin:0;
	width: 100%;
}
.pro-show .description .contents{
	min-height:auto;
	display:block
}
.pro-show .description .title{
	display:none
}
.pro-show .description .global_mtitle{
	display:block;
	font-size:18px;
	line-height:24px;
	margin-bottom:10px;
	border-bottom:1px solid #c1c1c1;
	padding-bottom:15px;
	cursor:pointer
}
.pro-show .description .contents .editor_cnt{
	height:0;
	overflow:hidden
}
.pro-show .description .contents .editor_cnt #pro-show_procon{
	min-height:200px} 

#pro-show_procon  img{
    width: 100%;
	height:100%;
}
}
  
.pro-message{
	 width:23.438%;
     float: right;
	background: #f6f6f6;
    position: sticky;
    top: 0;
	  z-index: 1000; 
  top: 180px;
  margin-bottom: 30px;
 
}

 
 

.pro-message-title{
	padding: 35px 25px 20px 25px;
}
.pro-message-title h2{
	font-size:18px;
	font-weight: bold !important;
	
}
 
.pro-message p{
	color:#ffffff;
	font-size:18px;
	line-height:25px;
	margin-top:30px;
	transition:all .2s;
	padding: 0px 180px;
}
.pro-message .search{
	overflow:hidden;
	padding: 20px 0;
}
.pro-message.search form{
	/* position:relative; */
}
.pro-message .search form .text{
	/* background:transparent; */
	padding:0px 5px;
	width:100%;
	height:44px;
	line-height:34px;
	color:#747474;
	text-indent:4px;
	border:1px solid #e7e7e7;
	-webkit-appearance:none;
	border-radius:0px;
}
.pro-message .search form .text1{
	/* background:transparent; */
	padding:0px 7px;
	width:100%;
	height:44px;
	line-height:34px;
	color:#747474;
	text-indent:4px;
	border:1px solid #e7e7e7;
	margin-top: 18px;
	-webkit-appearance:none;
	border-radius:0px
}
.pro-message .search form .sub{
	width:120px;
	height:46px;
	border:none;
	text-align:center;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	background:#d61518;
	cursor:pointer;
	-webkit-appearance:none;
	border-radius:0px;
	color: #fff;
	margin-top: 30px;
}
.pro-message .search form .sub:hover {
    background: #b10204;
}

@media only screen and (max-width: 767px)  {	
.pro-message{
	 display: none;
}
}

  

/* tag */
 .pro_tag .lists .item{
	width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 35px;
}
.pro_tag .lists  .item:nth-child(4n){
	margin-right:0
}
.pro_tag .lists .item .pro{
	width:100%
}
.pro_tag {
	width: 100%;
	border-color:#eee;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.pro_tag  .title{
 
}
.pro_tag  .title h1{
	text-transform:uppercase;
	font-size:26px;
} 
.pro_tag .lists {
	margin-top:25px
}
.pro_tag .lists  .item .info{
	width:100%
}
.pro_tag .lists  .item .info .name{
	line-height:32px;
	height:64px
}
.pro_tag .lists  .item .info .name h2{
	font-size:18px;
	color:#000;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	word-break:break-all;
	overflow:hidden;
	font-weight: bold;
	text-align: center;
}
.pro_tag .lists  .item .info .name:hover a{
   color: #b10204;	 
}
 


/* video */
.video {
	width: 1380px;
    margin: 0 auto;
}
.video li {
	float:left;
	width: 322px;
	margin:0 30px 42px 0;
	background: #fafafa;
	box-shadow: 0 6px 13px 0 rgba(19,20,21,.08);
	padding-bottom: 15px
}	
.video li:nth-child(4n) {
	margin-right: 0px;
}
.video_icon {
	position: absolute;
	height: 55px;
	width: 55px;
	left: 140px;
	top: 80px;
}
.video_icon1 {
	position: absolute;
	background: none;
	border: none;
	height: 30px;
	width: 30px;
	z-index: 100;
	lef	left: 80px;
	top: 45px;
	margin: 0;
	left: 70px;
}
.video-time {
	margin-left: 10px;
	font-size: 14px;
	color: #424242;
	background: url(/skin/images/time.png) no-repeat 0 center;
}
.video li i {
	margin-left: 20px;	
	font-style: normal; 
}
.video-views {
	margin-left: 20px;
	font-size: 14px;
	color: #424242;
	background: url(/skin/images/video_icon.png) no-repeat 0 center;
}	
.view-video {
	position: relative;
	height: 200px;
}	
.view-video .duration {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 12px;
	color: #fff
}	
.video .title {
	margin-left: 10px;
	font-weight:bold;
	display: -webkit-box;
	font-size: 18px;
    padding: 15px 10px 15px 0;
}
.video .title:hover {
	color: #cb0d0d; 
}	
 
 
@media only screen and (max-width: 767px)  {	
.video li {
    width: 100%;
	margin-bottom:35px;
}
.videos {
    width: 100%;
    margin-bottom:30px;
}
.video {
    width: 100%;
    margin-bottom:30px;
}
.video li i {
    margin-left: 20px;
}
}

/*video-show */
.video-slider-container {
    height: 655px; 
    position: relative;
    margin: 0px auto 20px;
    overflow: hidden;
    border-radius: 8px; 
}
.video-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: transform 0.4s ease;
    padding: 35px 15px;
}
.video-item {
    width: 100%;
    height:100%;
    background-color: #222;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
}
.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: opacity 0.3s;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1; 
    transition: all 0.3s;
}
.play-button::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 16px solid #d61518;
    border-bottom: 10px solid transparent;
    margin-left: 3px;
}
.video-item:hover .video-thumbnail {
    opacity: 0.7;
}
.video-item:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: rgba(255, 255, 255, 1);
}
.video-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 10px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.scroll-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s;
}
.scroll-btn:hover {
    background-color: rgba(0, 0, 0, 0);
    transform: translateX(-50%) scale(1.1);
}
.scroll-btn.up {
    top: 0px;
}
.scroll-btn.down {
    bottom: 0px;
}
.scroll-btn::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.scroll-btn.up::after {
    border-bottom: 10px solid black;
    margin-top: -3px;
}
.scrl-btn.down::after {
      border-top: 10px solid black;
    margin-bottom: -3px;
}        
.scroll-btn.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: translateX(-50%) scale(1);
	background: #fbfbfb;
}
   
/* support */
.service{
	color: #333; 
	background: #f4f4f4;
}
.service-list{ 
    padding: 30px 0 40px;
}
.service-list p {
	display: inline-block;
	font-size: 18px;
	line-height: 42px;
	margin: 0 13px;
	font-weight: bold;
	width: 15.5%;
    text-align: center;
} 
.service-list p:nth-child(1n) {
    margin-left: 0;
}
.service-list p:nth-child(6n) {
    margin-right: 0;
}
.service-list p img{
	display: block;
	width: 70px;
	height: 60px;
	margin: 0 auto; 
}
.service-text{
	margin-bottom: 50px;
	text-align: center;	
}
.service-text p{
	padding: 10px 20px; 
	font-size: 18px; 
	display: inline-block; 
	vertical-align: top;
}
.service-text a{
	display: inline-block; 
	width: 130px; 
	height: 42px; 
	font-size: 18px; 
	line-height: 42px;
	margin: 0 10px; 
	color: #fff; 
	border-radius: 23px; 
	text-align: center;
    BACKGROUND: #cb0d0d;
	font-weight:bold;
}
.service-text:hover a{
    background: #b10204;
}
.support {
    background-color: #ffffff;
    padding-top: 50px;
    position: relative;
}
.support-list {
    overflow: hidden;
	margin-top: 30px;
}
.support-list li {
    float: left;
    width: 22.7%;
    margin-right: 3%;
	background: #f3f3f3;
}
.support-list li:nth-child(4n) {
    margin-right: 0;
}
.support-list li .img img {
    display: block;
	width: 100%;
}

.support-list li strong {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height:30px;
    font-weight:bold;
    margin: 20px 0 10px 0;
}
.support-list li p {
    font-size: 15px;
    line-height: 22px;
	padding: 0 20px 20px;
	text-align: center;
}
 
@media only screen and (max-width: 767px)  {
.service-head {
     padding: 0 2.5%;
}		
.service-head h1 {
    padding: 20px 2.5% 0 2.5%;
	font-size: 25px;
}			
.service-list p {
    margin: 0 10px;
    width: 44%;
    text-align: center;
	font-size: 16px; 
	line-height: 25px;
	margin-bottom: 25px;
}	
.service-list p img {
    margin-bottom: 15px;
}		
.service-list{ 
    padding: 0 2.5%;
	width: 95%;
	margin-top: 20px 
}		
.service-text {
    margin: 10px 0 30px;
}
.support {
    padding-top: 20px;
}	
.support-list {
    padding: 0 2.5%;
}
.support-list li {
    width: 100%;
    margin-bottom: 40px;
}
}	 
 
 
 
/* faqs */ 
.faq{
    
}
.faqs {
    width:100%;
    margin: 0;
    padding: 0;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style-type: none;
	overflow: hidden;	
}
.faq-container {
    width: 1380px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
}
.faq-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.faq-item {
    width: calc(50% - 30px); 
    border-radius: 2px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}
.faq-toggle {
    position: absolute;
    opacity: 0;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: linear-gradient(135deg, #f5f5f5 0%, #f5f5f5 100%);
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
}
.faq-question:hover {
    opacity: 0.9;color: #d61518;
}
.faq-question::after {
    content: '+';
    font-size: 20px;
    transition: transform 0.3s;
    color: #706e6e;
}
.faq-toggle:checked + .faq-question::after {
    content: '-';
}
.faq-answer {
    background-color: white;
    line-height: 1.6;
    font-size: 16px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
}
.faq-toggle:checked ~ .faq-answer {
    max-height: 500px;
    padding: 20px 25px;
}
@media (max-width: 768px) {
.faq-row {
    flex-direction: column;
	margin-bottom: 0px;
}  
  .faq-item {
    width: 100%;
    margin-bottom: 25px;
} 
.faq-question {
    padding: 15px 20px;
    font-size: 16px;
}  
.faq-question::after {
    font-size: 20px;
  }  
.faq-toggle:checked ~ .faq-answer {
    padding: 15px 20px;
}
}
  
/* OEM */ 
.oem{
    background-color: #f5f5f5;
    overflow: hidden;
}
.oem h1 {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700 !important;
    padding: 60px 0 20px;
} 
.oem em {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700 !important;
    padding: 60px 0 20px;
	color: #d61518;
	font-style: normal;
}
.oem p {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    font-weight:400;
    padding: 0px 140px 30px;
} 

@media only screen and (max-width: 767px)  { 
 .oem h1 {
    font-size: 20px;
    line-height: 45px;
    font-weight: 700 !important;
    padding: 30px 0 20px;
}
.oem em {
    font-size: 20px;
}
.oem p {
   width: 95%;
    padding: 0 2.5% 5%;
	font-size: 15px;
} 
} 
 
.message {
	width:100%;
	margin:0 auto;
	overflow: hidden;  +	 
}
.message_list{
	overflow:hidden;
	padding:35px 40px;
	background-color: #f9f9f9;  
}
.message_list h1{
	font-size:30px;
	line-height:30px;
	text-align: center;
}
.message_list p{
	font-size: 18px;
    font-weight: 400;
    color: #3c3c3c;
    padding: 10px;
    line-height: 25px;
	text-align: center;
}
.message_list form{
	width:100%;
	padding-right:0;
	margin-top:15px;
}
.message_list form .rows{
	padding:10px 0
}
.message_list form .rows.input_rows{
	float:left;
	width:48.334%;
	margin-bottom:15px;
	font-weight: bold;
}
.message_list form .rows.input_rows:nth-child(even){
	margin-left:3.3%
}
.message_list form .rows label{
	font-size:16px;
	display:block;
	padding-bottom:6px;
	float: left;
	width:20%;
	padding-top: 10px;
	font-weight: bold;
}
.message_list form .rows label span{
	color:red;
	font-size:14px;	
}
.message_list form .textarea_rows label{
    width: 10%;
}
.message_list form .rows .input{
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	height:42px;
	line-height:42px;
	border-radius:5px;
	text-indent:5px;
	width: 80%;
	font-size: 15px;
}
.message_list form .rows select{
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background:url('../images/icon_inquiry_select_arrow.png') no-repeat right 10px center transparent;
	height:42px;
	line-height:44px;
	font-size:16px;
	color:#888;
	border-radius:5px;
	padding:0 5px;
	border:1px solid #ddd
}
.message_list form .rows .chzn-container{
	width:100%
}
.message_list form .rows .chzn-container-single .chzn-drop{
	width:100%;
	box-sizing:border-box
}
.message_list form .rows .chzn-container-single .chzn-single span{
	font-size:16px;
}
.message_list form .rows textarea{
	box-sizing:border-box;
	width:90%;
	height:150px;
	max-width:100%;
	border-radius:5px;
	padding:5px;
	font-size:16px
}
.message_list form .rows.vcode_rows{
	margin-top:11px
}
.message_list form .rows .vcode .fl{
	width:max-content
}
.message_list form .rows .vcode .input{
	width:200px;
	max-width:100%
}
.message_list form .rows .vcode img{
	margin-left:20px;
	margin-top:6px
}
.message_list form .rows.submit_rows{
	margin-top:14px
}
.message_list form .form_button{
	width:200px;
	height:46px;
	cursor:pointer;
	background:#d61518;
	border-radius:5px;
	color:#ffffff;
	font-size:18px;
	border:0
} 
@media only screen and (max-width: 767px)  { 
 .message {
    width: 95%;
	padding:0 2.5%;
}
.message_list form .rows.input_rows {
    width: 100%;
}
.message_list {
    padding: 15px 0px;
}
.message_list h1 {
    font-size: 20px;
}
.message_list form .rows label {

    width: 22%!important;
}
.message_list form .rows .input {
    width:75%;
}
.message_list form .rows.input_rows:nth-child(even) {
    margin-left: 0 
} 
.message_list form .rows textarea {
    width:75%;
	height: 120px;
}
} 
.proshow-message{
    background-color: #f9f9f9;
    margin-top: 50px;
    overflow: hidden; 
 }
 .message-r {
    float:left;
    background-color: #fffdfd3d;
    box-sizing: border-box;
    padding: 30px 20px;
    margin: 50px;
}
.message-r-img {
    text-align: center;
}
.message-r-btn {
    margin-top: 10px;
	text-align: center;
}
.message-r-btn p{
    color: #333;
	padding: 5px 15px;
	font-size:15px;
}
.message-r-btn span{
    font-weight:bold;
	font-size:20px;
}
@media only screen and (max-width: 767px){
.message-r {
    display: none;
}
}
 
/* blog */
.new{
	width: 100%;
}	
.new.title{
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    color: #000;
    font-weight: bold;
}
.news {
    width: 23.5%;
    margin-right: 2%;
	margin-bottom: 50px;
}
.news-list .inner-box{
    position: relative;
    display: block;
	box-shadow: rgb(19 20 21 / 17%) 0px 3px 8px 0px;
}
.news-list .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.news-list .inner-box .image-box img{
    width: 100%;
    transition: all 500ms ease;
}
.news-list .inner-box:hover .image-box img{
    transform: scale(1.1);
    opacity: 0.9;
}
.news-list .inner-box .content{
    position: relative;
    padding: 20px;
    border-top: none;
	height: 250px;
}
.news-list .inner-box .content .post-info li{
    position: relative;
    display: inline-block;
    color: #505050;
    line-height: 28px;
    margin-right: 20px;
    background: url(/skin/images/time.png) no-repeat 0 center;
}		
.news-list .inner-box .content .post-info .video_icon{
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    margin-right: 20px;
    background: url(/skin/images/video_icon.png) no-repeat 0 center!important;
}
.news-list .inner-box .content .post-info li:last-child{
    margin: 0px !important;
}
.news-list .inner-box .content .post-info li i{
    font-size: 15px;
    font-weight: 400;
    margin-right: 8px;
    margin-left: 15px;
}
.news-list .inner-box .content .post-info li a{
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 11.5px;
    border-radius: 5px;
}
.news-list .inner-box .content .post-info li a i{
    color: #fff;
}
.news-list .inner-box .content .post-info li a:hover{
    background: #222;
}
.news-list .inner-box .content .post-info{
    margin-bottom: 15px;
}
.news-list .inner-box .content h3{
    display: block;
    font-size: 24px;
    line-height: 25px;
    font-weight:normal;
    margin-bottom: 8px;
}
.news-list .inner-box .content h3 a{
    display: block;
    color: #222; 
	font-size:18px;
    /* white-space:nowrap; */
    overflow: hidden;
    text-overflow:ellipsis;
	font-weight: 700;
	text-decoration: none; 
}
.news-list .inner-box .content h3 a:hover{
    color: #d61518;
}
.news-list .inner-box .content p{
    margin-bottom:15px;
	color: #545454;
}
.news-list .inner-box .content .link a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    color: #d61518;
}  
.news-list .inner-box .content .link a i{
    margin-left: 10px;
    font-weight: 700;
}
.news-list .inner-box .content .link a:hover{
    color: #b10204;
}
.news:nth-child(4n) {
    margin-right: 0;  
}
@media only screen and (max-width: 767px)  {	
.news {
    width: 95%;
    padding: 0 2.5%;
    margin-bottom:30px;
}
}

/* new-show */

.new-show {
    overflow: hidden;
	margin-bottom: 50px;
}
.new-show>.title {
    font-size: 28px;
    padding: 35px 30px 10px;
    color: #222;
	text-align: center;
}
.new-show>.share {
    text-align: center
}
.new-show>.contents {
    padding: 20px 0;
    color: #404040;
    font-size: 16px;
    min-height: 300px
}
.new-show>.contents  p{
    font-size: 15px;
	line-height: 25px;
	padding: 0 30px;
}
.new-show .show-mes {
    margin: 10px 0 10px;
	text-align: center;
}
.new-show .show-mes div {
    display: inline-block;
    margin: 0 8px;
    font-size: 15px;
    color: #868686;
}
.new-left{
	width:71%;
	float: left;
	background: #fff;
} 
.new-right{
     width:23.438%;
	 float:right;
	 background: #fbfbfb;
	 margin-bottom: 40px;
}
@media only screen and (max-width: 767px)  {	
.new-show>.title {
    font-size: 20px;
}
.new-show>.contents .edui-upload-video{
    width:100%;
	height:100%;
}
}
.blog-sidebar .sidebar-search{
    position: relative;
    display: block;
    padding: 10px 20px;
    margin-bottom: 40px;
}
.blog-sidebar .sidebar-search .form-group{
    position: relative;
    margin: 0px;
}
.blog-sidebar .sidebar-search .form-group input[type='search']{
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: transparent;
    border: 1px solid transparent;
    padding: 10px 50px 10px 20px;
    transition: all 500ms ease;
}
.blog-sidebar .sidebar-search .form-group input::-webkit-input-placeholder{
    color:#fff;
}

.blog-sidebar .sidebar-search .form-group button{
    position: absolute;
    top: 11px;
    right: 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background: transparent;
    transition: all 500ms ease;
}
.blog-sidebar .sidebar-search .form-group input:focus{
   
}
.blog-sidebar .sidebar-widget{
    position: relative;
    /* border: 1px solid #f3f3f3; */
    padding: 30px 40px;
    margin-bottom: 40px;
    background: #f9f9f9;
}
.blog-sidebar .sidebar-widget:last-child{
    margin-bottom: 0px;
}
.blog-sidebar .sidebar-widget .widget-title{
    position: relative;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
.blog-sidebar .sidebar-widget .widget-title h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 700 !important;

}
.blog-sidebar .category-widget .category-list li{
    position: relative;
    display: block;
    margin-bottom: 18px;
}
.blog-sidebar .category-widget .category-list li:last-child{
    margin-bottom: 0px;
}
.blog-sidebar .category-widget .category-list li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #757575;
    font-weight: 600;
    padding-left: 12px;
}
.blog-sidebar .category-widget .category-list li.cur a{ 
    color:#00387a
}
.blog-sidebar .category-widget .category-list li a:hover{
}
.blog-sidebar .category-widget .category-list li a:before{
    position: absolute;
    content: "\f105";
    left: 0px;
    top: 0px;
}
.blog-sidebar .category-widget{
    padding: 41px 40px 45px 40px;
}
.blog-sidebar .advice-box{
    position: relative;
    display: block;
    width: 100%;
    padding: 90px 30px 90px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-sidebar .advice-box:before{
    position: absolute;
    content: '';
    background: #0e0e0e;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.7;
}
.blog-sidebar .advice-box p{
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-sidebar .advice-box h2{
    font-size: 26px;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 41px;
}
.blog-sidebar .post-widget .post{
    position: relative;
    padding-bottom: 20px;
    margin: 20px 0 0px;
    border-bottom: 1px solid #e9e9e9;
}
.blog-sidebar .post-widget .post:last-child{
    border-bottom: none;
    margin-bottom: 0px;
}
.blog-sidebar .post-widget .post .post-thumb{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.blog-sidebar .post-widget .post .post-thumb img{
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
}
.blog-sidebar .post-widget .post:hover .post-thumb img{
    opacity: 0.5;
}
.blog-sidebar .post-widget .post p{
    position: relative;
    margin: 10px 0;
    background: url(/skin/images/time.png) no-repeat 0 center;
	color: #868686;
}
.blog-sidebar .post-widget .post p i{
    margin-right:25px;
}
.blog-sidebar .post-widget .post h5{
    position: relative;
    display: block;
    margin: 15px 0 10px;
    font-weight:bold;
}
.blog-sidebar .post-widget .post h5 a{
    display: inline-block;
    color: #222;
    font-size: 18px;
    font-weight: bold;
	
}
.blog-sidebar .post-widget .post h5 a:hover {
   
     color: #d61518;
}
.blog-sidebar .post-widget .des{
     font-size: 15px;
	 line-height: 20px;

}
.blog-sidebar .post-widget .post h5 a:hover{

}
.blog-sidebar .post-widget .post .link a{
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    padding-top:10px;
    /* text-transform: uppercase; */
    /* background: #d61518; */
    color: #d61518;
    padding: 10px 4px;
    border-radius: 2px;
    font-weight: 700;
}

.blog-sidebar .post-widget .post .link a i{
    margin-left: 8px;
    font-weight: 700
}

.blog-sidebar .post-widget .post .link a:hover{
    color: #b10204;
}

.blog-sidebar .post-widget{
    padding: 30px 20px 15px 20px;
}

 
@media only screen and (max-width: 767px)  {
.col-lg-3 {
   display:none;
}
.now-show {
    width: 95%;
	padding:0 2.5%;
}
.rightside {
    width: 100%;
}
.new-right{
    display:none;
}
.new-left{
    width: 95%;
	padding:0 2.5%;
}

.new-show>.contents img {
	width:100%;
	height:100%;
}
}
.pro_prev_next{
	line-height:22px;
	text-align:right
}
.pro_prev_next a{
	display:inline-block;
	width:22px;
	height:22px;
	margin:0 10px;
	background:url(../images/prev_next.png) no-repeat;
	text-decoration:none;
	content:''
}
.pro_prev_next a.prev{
	background-position:0 0
}
.pro_prev_next a.next{
	background-position:-22px 0
}
.pro_prev_next{
	text-align:left;
	background: #fbfbfb;
    padding: 10px 20px;
}
.pro_prev_next span{
	font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.pro_prev_next a{
	display:inline;
	background:none;
	width:100%;
	font-size: 16px;
	height: 50px;
	color: #404040;
}
.pro_prev_next a:hover{
    color: #d61518;
}
.rale_news{
	padding-bottom:30px;
	width:100%;
	overflow: hidden;
	padding-top: 50px;
}
.rale_news .news_title{
	width:100%;
	height:30px;
	line-height:30px
}
.rale_news .news_title .title{
	font-size: 25px;
    color: #191919;
    font-weight: bold;
}
.rale_news .news_title .read_btn{
	font-size: 15px;
    color: #565656;
}
.rale_news .news_title .read_btn:hover{
    color: #d61518;
}
.rale_news .news_title .read_btn span{
	font-size:14px;
	color:#888;
	font-weight:bold
}
.rale_news .list{
    float: left;
	margin-top:23px;
	width:100%
}
.rale_news .list .item{
	width: 23%;
    float: left;
    margin-right: 2.65%;
}
.rale_news .list .item:nth-child(4n) {
    margin-right: 0;
}
.rale_news .list .item .img{
	display:block;
	width:100%;
	text-align:center;
	text-decoration:none;
	overflow:hidden;
	position:relative;
}
.rale_news .list .item .img img{
	right:0px;
	bottom:0px;
	left:0px;
	margin:auto
}
.rale_news .list .item .title{
	margin-top:30px;
	height:35px;
	font-size:18px;
	color:#333;
	text-decoration:none;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-weight: bold;
	padding: 0 5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.rale_news .list .item .title:hover {
	color: #d61518;
}
.rale_news .list .item .time{
	margin-top:8px;
	width:100%;
	height:21px;
	line-height:21px;
	font-size:14px;
	color:#202020;
	padding: 0 15px;
}
.rale_news .list .item .brief{
	display:-webkit-box;
	margin-top:5px;
	line-height:20px;
	font-size: 15px;
    color: #202020;
	text-decoration:none;
	overflow:hidden;
	padding: 0 5px 0;
}
.rale_news .list .item:hover .img img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1)
}
@media only screen and (max-width: 767px)  {	
.rale_news .list {
    width: 100%;
	grid-template-columns: repeat(1,100%);
	margin-top: 5px;
}
.rale_news .list .item {
    width: 100%;
	margin-top: 30px;
}
.rale_news .list .item .title {
    margin-top: 10px;
}
}

/* case */
.case{
	 width: 100%;
}	
.case.title{
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    color: #000;
    font-weight: bold;
}
.cases {
    width: 48%;
    float: left;
    margin-right: 4%;
	margin-bottom: 35px;
}
.cases-list .inner-box{
    position: relative;
    display: block;
}
.cases-list .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
	width: 50%;
    float: left;
	height: 230px;
}
.cases-list .inner-box .image-box img{
    width: 100%;
    transition: all 500ms ease;
}
.cases-list .inner-box:hover .image-box img{
    transform: scale(1.1);
    opacity: 0.9;
}

.cases-list .inner-box .inner-des{
    width: 50%;
    float: left;
    background: #f3f3f3;
    height: 230px;
 
}

.cases-list .inner-box .content{
    padding:20px;
}

.cases-list .inner-box .content .post-info li{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    margin-right: 20px;
    background: url(/skin/images/time.png) no-repeat 0 center;
}		
.cases-list .inner-box .content .post-info .video_icon{
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    margin-right: 20px;
    background: url(/skin/images/video_icon.png) no-repeat 0 center!important;
}
.cases-list .inner-box .content .post-info li:last-child{
    margin: 0px !important;
}
.cases-list .inner-box .content .post-info li i{
    font-size: 15px;
    font-weight: 400;
    margin-right: 8px;
    margin-left: 15px;
}
.cases-list .inner-box .content .post-info li a{
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 11.5px;
    border-radius: 5px;
}
.cases-list .inner-box .content .post-info li a i{
    color: #fff;
}
.cases-list .inner-box .content .post-info li a:hover{
    background: #222;
}
.cases-list .inner-box .content .post-info{
    margin-bottom: 20px;
}
.cases-list .inner-box .content h3{
    display: block;
    font-size: 24px;
    line-height: 35px;
    font-weight:normal;
    margin-bottom: 12px;
}
.cases-list .inner-box .content h3 a{
    display: block;
    color: #222; 
	font-size:18px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
	font-weight: bold;
	text-decoration: none; 
}
.cases-list .inner-box .content h3 a:hover{
    color: #d61518;
}
.cases-list .inner-box .content p{
    margin-bottom: 10px;
	font-size: 15px;
	color: #3c3c3c;
}
.cases-list .inner-box .content .link a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #d61518;
}  
 
.cases-list .inner-box .content .link a:hover{
    color: #rgb(177, 2, 4); 
}
.cases:nth-child(2n) {
    margin-right: 0;  
}

/*case-show */
.case-show {
	margin: 30px 0 30px;
 
}
.case-show .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.case-show .case-des {
    width: 700px;
    margin-left: 30px;
}
.case-show .case-des p {
    font-size: 25px;
	font-weight:700;
}
.case-show h2 {
    font-size: 28px;
    margin:10px auto 20px;
	font-weight: bold !important;s
}
.case-show p {
    font-size: 16px !important;
    line-height:27px;
	font-weight: 400 !important;
} 
.case-img img{
    width: 650px;
    height: 400px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
} 

@media only screen and (max-width: 767px)  {	
.cases {
    width: 100%;
    margin-bottom:30px;
}
.cases-list .inner-box .image-box {
    width: 100%;
    height: 230px;
}
.cases-list .inner-box .inner-des  {
    width: 100%;
	height: 200px;
} 
} 
 
    .prr {
    width: 100%;
    float: right;
    padding-left: 40px;}

.prtbiao {
    font-size: 30px;
    font-weight: bold;
    position: relative;}
 
.prtp {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 8px;}
.prtp p {
    color: #666666;}

.prrn {
    font-size: 0px;
    padding-bottom:20px;}
.prlie {
    width: 31.3%;
    display: inline-block;
    vertical-align: top;
    margin : 0 10px 0 5px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;}
.new-title{
    position: relative;
    margin-bottom: 30px;}
.new-title h2{
    display: inline-block;
    font-size: 30px;
    color: #333;
    line-height: 46px;
    font-weight: normal;
    padding-right: 16px;
    position: relative;}
.new-title h2 a{
    color: #333;
    display: block;}
.new-title h2:after{
    content: '';
    width: 1px;
    height: 30px;
    background-color: #d3d3d4;
    position: absolute;
    top: 8px;
    right: 0;}
.new-title span{
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    color: #616161;
    padding-left: 14px;
    margin-top: 5px;}
.new-title .more{
    display: block;
    position: absolute;
    right: 0;
    color: #333333;
    font-size: 16px;
    line-height: 26px;
    bottom: 4px;
    padding: 2px 10px;
	font-weight: 700;
     }
 
 
.new-title .more:hover  {
    color: #d61518;}

 
 
/* contact */
.contact {
    width: 1380px;
    margin: 0 auto;
	margin-top:50px;
}
.contact-wrap h2 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold !important;
}
.contact-wrap {
    background-color: #f5f5f5;
    padding: 50px 40px 50px;
    height: 100%;width: 26%;
	float: left;
    margin-right: 4%;
	margin-bottom: 20px;
}
.contact-wrap .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}
.contact-wrap .contact-info .contact-info-inner {
    width: 90px
}
.contact-wrap .contact-info .contact-info-inner .sub-title {
    display: inline-block;
    font-weight: 600;
    color: #212121;
    width: 90px;
}
.contact-wrap .contact-info .contact-info-dec p {
    margin: 0;
    color: #000000;
	font-size: 16px;
}
.contact-wrap .contact-info .contact-info-dec p a {
    color: #000000
}
.contact-wrap .contact-info .contact-info-dec p a:hover {
    color: #000000
}
.contact-wrap .contact-social .title {
    font-size: 20px;
    margin: 30px 0 17px;
    font-weight: 600;
}
.contact-wrap .contact-social .social-info a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #474747;
    font-size: 20px;
    padding: 0;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-right: 20px
}
.contact-wrap .contact-social .social-info a:hover {
    color: #ff7004
}
.contact-mes {
    width: 61%;
    float: left;
	background: #f9f9f9;
	padding: 0 1% 1.8% 1%;
}  
.contact-mes .title {
    font-size: 24px;
    color: #333;
	padding: 37px 40px 0 20px;
	font-weight:700;
}
.contact-mes span {
    display: block;
    width: 28px;
    height: 2px;
    background: #333;
    margin: 15px auto 10px
}
.contact-mes .txt {
    font-size: 16px;
    color: #4e4e4e;
	padding: 10px 40px 20px 20px;
}
.contact-mes .rows {
    padding: 14px 2%;
    position: relative;
}
.contact-mes .rows.input_rows {
    float: left;
    width: 50%;
    text-align: center;
    box-sizing: border-box
}
.contact-mes .rows .input {
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    color: #888;
    text-indent: 10px;
    box-sizing: border-box
}
.contact-mes .rows textarea {
    width: 100%;
    height: 82px;
    padding: 5px;
    font-size: 14px;
    color: #888;
    box-sizing: border-box
}
.contact-mes .rows .fc_red {
    margin-right: 30px;
    position: absolute;
    right: 0;
    bottom: 7px;
    z-index: 1;
}
.contact-mes .rows.input_rows .fc_red {
    bottom: 20px;
}
.contact-mes .rows.vcode .input {
    width: 150px;
    max-width: 80%
}
.contact-mes .rows.vcode img {
    margin-top: 3px
}
.contact-mes .rows.vcode .fc_red {
    position: static;
    margin: 0 0 0 8px;
}
.contact-mes .rows .form_button {
   width: 160px;
    height: 40px;
    line-height: 40px;
    background: #d61518;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-weight: 700;
}
.contact-mes .rows .form_button :hover {
    BACKGROUND: #c50f0f;
}
.contact-mes .rows .form_button:hover{
	background: #b10204;
}
.contact-mes .rows.textarea_rows {
    clear: both
}
.contact-mes.s1>form>.rows.input_rows {
    width: 100%;
    float: none
}
.contact-mes.s1>form>.rows.textarea_rows textarea {
    width: 90%;
    max-width: 90%
}
.map {
    width: 100%;
    margin-top: 50px;
}

@media only screen and (max-width: 767px)  {	
.warp{
	width: 95%;
	margin: 0 auto;
	padding:0 2.5%;
}
.contact {
    width: 95%;
    margin-top: 50px;
	padding:0 2.5%;
}
.contact-wrap h2 {
    margin-top: 20px;
	margin-bottom: 20px;
}
.contact-wrap {
    padding:0 10px;
    width:95%;
	margin:0 auto    
}
.contact-wrap .contact-info .contact-info-dec p {
    font-size:16px
}
.contact-mes {
    width: 100%;
    margin-top: 10px;
	padding:0;
	background: #ffffff;
}
.contact-mes .title {
    padding: 20px 0px 0 0px;
	text-align: center;
}
.contact-mes .txt {
    padding: 10px 0px 20px 0px;
	text-align: center;s
}
.contact-mes .rows.input_rows {
    width: 100%; 
}
.map {
    width: 100%;
    margin-top: 50px;
}
}

.pglist{
	padding:30px 0 15px;
	width:100%;
	text-align:center;
	clear:both
}
.pglist a{
	color:#333;
	padding:0 15px;
	margin:0 4px;
	background:#fff;
	border:1px solid #edebeb
}
.pglist *{
	display:inline-block;
	vertical-align:middle;
	line-height:34px;
	padding-bottom:1px
}
.pglist a:hover,.pglist .hover{
	display:inline-block;
	color:#fff;
	background:#d61518;
	border-color:#d61518
}
@media only screen and (max-width: 767px)  {	
 .pglist {
    padding: 10px 0 15px;
}
}