* {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; overflow-x:autos;
}
li {
	list-style: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
a {
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.clr {
	clear: both;
}
.w-50 {
	width: 50%;
}
.w-100 {
	width: 100%;
}
body {
	font-size: 14px;
	font-family: "Microsoft YaHei", 微软雅黑;
 
	color: #333333;
}@media (max-width:1000px) {  

.pc{ display:none;}
.m{ display:block;}  
 
  .swiper-container{ width:100%; margin:auto; }
    .swiper-container img{   display:block; width:100%;}
	
	
.index_title {
	 
}
.index_title strong {
	display: block;
	font-size: 20px;
	color: #0b0b0b;
}
.index_title span {
	font-size: 15px;
	color: #333;
}
.index_title p {
	padding-top: 20px;
	line-height: 23px;
	color: #999
}

.pro_tj {
	background-color: #ededed; padding-bottom:0px;
	 
}
.pro_tj_tit {
	 padding:15px;
}
.pro_tj ul {
	float: left;
	width: 100%;
	background-color: #fff;
}
.pro_tj ul li {
	width:50%;
	height: 200px;
	background-color: #FFF;
	float: left;
}
.pro_tj ul li a {
	display: block;
	border: 1px #efefef solid;
	width: 100%;
	height: 200px;
	border-left: 0px;
	border-top: 0px;
	position: relative;
	overflow: hidden;
}
.pro_tj ul li a:hover img {
	transform: scale(1.1);
}
.pro_tj ul li a:hover strong {
	color: #ee1c23;
}
.pro_tj ul li a strong {
	display: block;
	font-size:18px;
	text-align: center;
	color: #333;
	line-height: 30px;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s; margin-top:10px;
}
.pro_tj ul li a span {
	display: block;
 
 
	width: 100%;
}
.pro_tj ul li a b{ font-weight:400; color:#333; text-align:center; display:block; font-size:12px;}
.pro_tj ul li a i {
	display: block;
 
	margin: auto;
 
	width: 100%; height:120px; overflow:hidden;
}
.pro_tj ul li a i img {
	max-width: 100%;
	max-height: 230px;
	margin: auto;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.index_cpfl{ margin-top:20px;}
.index_cpfl a{ display:block; background-color:#fff; color:#333; margin:5px; width:45%; float:left; padding:10px; border-radius:0px; text-align:center;}
.index_cpfl a:hover{ background-color:#f10d0d; color:#fff;}


/* main-youshi */
.main-youshi {
	padding-top: 20px;
	width: 100%;
	background-image: url(../images/ysbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:auto 100%;
	height: 480px;
}
.youshi-box{
    width: 100%;
    /* height: 480px; */
    margin-top: 20px;
    /* background-image: url(../images/youshi-bgb.png); */
    background-repeat: no-repeat;
    background-position: 60px center;
    background-size: auto 100%;
    position: relative;
    padding: 0 16px;
}
.youshi-item{
    display: block;
}
.youshi0{
    display: none;
}
.youshi-item img{
    float: left;
    max-width: 40%;
}
.youshi-item:nth-child(2n+1) img{
    float: right;
}
.youshi-txt{
    float: left;
    color: #fff;
    padding: 20px 12px 0;
    max-width: 60%;
}
.youshi-item:nth-child(2n+1) .youshi-txt{
    float: right;
    text-align: right;
}
.youshi-txt strong{
    font-size: 16px;
}
.youshi-txt p{
    font-size: 12px;
    font-weight: lighter;
    line-height: 20px;
    margin-top: 6px;
}
.youshi2 img{
    width: 100px;
}
.youshi_list {
 
	margin: auto;
	text-align: center;
 
	margin-top: 30px;
}
.youshi_list li {
	display: block;
	width:80%;
	height: 308px;
	border: 1px #fff solid;
	color: #fff;
 	margin: 1%;
	position: relative; margin:auto;
}
.youshi_list li strong {
	font-size: 24px;
	display: block;
}
.youshi_list li i {
	display: block;
	width: 70px;
	height: 70px;
	border: 1px #fff solid;
	border-radius: 100px;
	margin: 40px auto 20px auto;
	background-image: url(../images/ys1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
}
.youshi_list li .y2 {
	background-image: url(../images/ys2.png);
}
.youshi_list li .y3 {
	background-image: url(../images/ys3.png);
}
.youshi_list li .y4 {
	background-image: url(../images/ys4.png);
}
.youshi_list li span {
}
.youshi_list li p {
	padding: 10px;
	line-height: 20px;
	font-size: 13px;
	padding-top: 20px;
}
.youshi_list li:hover {
	background-color: rgba(0,0,0,0.3)
}

.title-style{
    text-align: center;
}
.title-style h3{
    font-size: 20px;
    color: #0b0b0b;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
}
.title-style b{
    width: 60px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/title-l.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 10px;
}
.title-style b.tit-r{
    background-image: url(../images/title-r.png);
}
.title-style h5{
    font-size: 12px;
    line-height: 20px;
    color: #3f3f3f;
    font-weight: lighter;
    margin-top: 6px;
}
.title-style-white h3{
    color: #fff;
}
.title-style-white h5{
    color: #fff;
}
.title-style-white b{
    background-image: url(../images/title-wl.png);
}
.title-style-white b.tit-r{
    background-image: url(../images/title-wr.png);
}

.index_gsjj { background-color:#ededed; padding-bottom:20px;


}
.index_gsjj .gsjj_img {
	width:100%
	 
}
.index_gsjj .gsjj_img img {
	display: block;
	width: 100%;	position: relative; z-index:0;
}
.index_gsjj .gsjj_info {	background-color: #fff; width:90%; margin-left:5%;margin-top:-80px;  padding:10px; font-size:13px; position:relative; z-index:1;
 
}.index_gsjj .gsjj_info p{ text-align:justify; text-indent:26px;}
.shili {
	padding:0px;
	padding-top: 0px;
	padding-bottom:0px;
	text-align: center;
}
.shili li {
	width: 30%;
	display: inline-block; margin:1%;
}
.shili li .s_text {
	color: #ee1c23;
}
.shili li .s_text strong {
	font-size: 35px;
	float: left;
	font-family: 'Impact';
}
.shili li .s_text .xiaotext {
	float: left;
	width: 20px;
}
.shili li .s_text .xiaotext span {
	font-size: 16px;
	display: block;
	line-height: 20px;
	font-family: 'Impact';
}
.shili li .s_text .xiaotext span:nth-child(2) {
	font-size: 16px;
}
.shili li .x_text {
	clear: both;
	font-size: 12px;
	text-align: left;
}

.index_case{ padding:10px;}

.solute-list_m{
    width: 100%; padding:20px 0
 
}
.solute-list_m li{
    
    height: 170px;
    background-color: #ffffff;
    box-shadow: 0 0px 12px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0px 12px rgba(0,0,0,.2);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; margin:10px 0; padding:10px;
}
.solute-list_m li:hover{
    box-shadow: 0 0px 18px rgba(0,0,0,.6);
    -webkit-box-shadow: 0 0px 18px rgba(0,0,0,.6);
}
 
.solute-title{
    width: 100%;
    text-align:center;
    padding: 20px;
}
.solute-title strong{
    font-size:12px;
    color: #2c2822;
    font-weight: normal;
}
.solute-title b{
    display: block;
    width: 66px;
    height: 1px;
    background-color: #010101;
    margin: 12px 0 16px;
}
.solute-title p{
    font-size: 14px;
    line-height: 20px;
    color: #2c2822;
}
.solute-item{
    width: 100%;
    height: 100%;
}
.solute-img{
    width: 100%;
    height:95px;
    overflow: hidden;
}
.solute-img img{
   width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    margin: auto;
  
   
}
.product-more {
	display: block;
	font-size:15px;
	color: #fff;
	background-color: #ee1c23;
	border-radius: 22px;
	width: 160px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	text-align: center;
	margin-top:18px;
}
.product-more:hover {
	background-color: #1c9a99;
}

/* main-news */
.main-news{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0; background-color:#efefef;
}
.main-news-box{
    margin-top: 20px;
}
.news-left{
    width: 100%;
  padding: 0 16px;
}
.news-left img{ display:block; width:100%;}
.news-left-title h3{
    color: #fff;
    background-color: #08aeb2;
    width: 100px;
    font-size: 16px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    float: left;
    font-weight: normal;
}
.news-left-title a{
    float: right;
    display: block;
    font-size: 14px;
    color: #555;
    line-height: 40px;
    margin-right: 20px;
}
.news-left-title a:hover{
    color: #08aeb2;
    text-decoration: underline;
}
.news-left-up{background-color:#FFF; padding:20px;
}
.news-up-item{
    margin-bottom: 15px;
}
.news-up-img{
    width: 32%;
    height: 96px;
    float: left;
}
.news-up-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-up-txt{ border-bottom:1px #ccc solid; padding-bottom:10px; 
   
}
.news-up-txt strong{
    font-size: 16px;
    color: #0b0b0b;
    font-weight:500;
    line-height: 22px; 
}
.news-up-txt a:hover strong{
    color: #08aeb2;
}
.news-up-txt p{
    font-size: 14px;
    line-height: 20px;
    color: #999;
    margin-top: 8px;
}
.news-up-txt .news-up-more{
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #ee1c23;
    margin-top: 6px;
}
.news-up-txt .news-up-more:hover{
    text-decoration: underline;
}

.news-left-down{
    margin-top: 10px;
    margin-bottom: 20px;
}
.news-left-down a{
    width: 50%;
    float: left;
    color: #555;
    font-size: 12px;
    line-height: 20px;
    margin: 2px 0;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news-left-down a:hover{
    color: #08aeb2;
}




.news-right{
    width: 100%;
    float: right;
    background-color: #f5f5f5;
    padding: 20px 16px;
}
.news-right-title{
    border-bottom: 1px solid #dddddd;
}
.news-right-title h3{
    font-size: 20px;
    color: #08aeb2;
    font-weight: lighter;
    line-height: 24px;
    padding-bottom: 4px;
}
.news-right-list{
    padding: 20px 0 0 0;
}
.news-right-list a{
    display: block;
    margin-bottom: 15px;
}
.news-right-list a:hover strong{
    color: #08aeb2;
}
.news-right-list a strong{
    display: block;
    font-size: 14px;
    color: #555;
    line-height: 18px;
    position: relative;
    padding-left: 28px;
    font-weight: normal;
    margin-bottom: 12px;
}
.news-right-list a strong::before{
    content: 'Q';
    width: 18px;
    height: 18px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: #08aeb2;
    position: absolute;
    top: 0;
    left: 0;
}
.news-right-list a p{
    font-size: 12px;
    color: #555;
    line-height: 20px;
    position: relative;
    padding-left: 28px;
}
.news-right-list a p::before{
    content: 'A';
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #08aeb2;
    background-color: #cfcfcf;
    position: absolute;
    top: 2px;
    left: 0;
}


/* footer */
footer{
    width: 100%;
    text-align: center;
    padding-top: 30px;
    background-image: url(../images/foot-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.foot-box{
    width: 100%;
    margin: 0 auto;
}
.foot-logo{
    width: 100%;
}
.foot-logo img{
    width: auto; height:45px;
}
.foot-logo p{
    color: #dddddd;
    padding: 10px 0 20px;
    font-weight: lighter;
}

.foot-contact{
    width: 100%;
    text-align: center;
}
.foot-contact strong{
    font-size: 20px;
    font-weight: lighter;
    color: #ffffff;
}
.foot-contact h3{
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 8px;
}

.foot-ewm{
    text-align: center;
}
.foot-ewm ul li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 120px;
    margin: 0 10px;
}
.foot-ewm img{
    width: 100%;
    border-radius: 5px;
}
.foot-ewm p{
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}

.foot-menu{
    float: right;
    padding-top: 20px;
}
.foot-menu-list{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-right: 60px;
}
.foot-menu-list>a{
    display: block;
    color: #f4f4f4;
    font-size: 16px;
}
.foot-menu-list>a:hover{
    color: #02B2B5;
}
.foot-menu-list ul{
    margin-top: 10px;
}
.foot-menu-list ul li a{
    display: block;
    color: #f4f4f4;
    font-size: 14px;
    line-height: 24px;
    font-weight: lighter;
}
.foot-menu-list ul li a:hover{
    color: #02B2B5;
}



.copyright{
    width: 100%;
    text-align: center;
    padding: 12px 0 16px;
}
.copyright p{
    color: #f4f4f4;
    font-size: 12px;
    line-height: 24px;
    font-weight: lighter;
}
.copyright p a{
    color: #f4f4f4;
    font-size: 12px;
    line-height: 24px;
    font-weight: lighter;
    display: inline-block;
}
.copyright p a:hover{
    text-decoration: underline;
}


.down-fixed{
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    display: block !important;
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.w-25{
    width: 25%;
}
.w-50{
    width: 50%;
}
.down-fixed a{
    float: left;
    display: block;
    height: 50px;
    text-align: center;
}
.down-fixed a.bt{
    color: #0b0b0b;
    padding-top: 30px;
    font-size: 12px;
    position: relative;
}
.down-fixed a.bt span{
    display: block;
    position: absolute;
    top: 5px;
    width: 100%;
    height: 24px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
}
.down-fixed a:nth-child(1){
    border-right: 1px solid #e9e9e9;
}
.down-fixed a:nth-child(1) span{
    background-image: url(/icon/wechat.png);
}
.down-fixed a:nth-child(2) span{
    background-image: url(/icon/zdlc1.png);  
}
.down-fixed a.bot{
    background-color: #ee1c23;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 50px;
}



}