
/*

By  鱼 
QQ  594074555

*/
body{ font-family:Helvetica;position: relative;}
html, body{ overflow: hidden; height: 100%;}
a{ text-decoration: none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
body, dl, dd, h1, h2, h3, h4, h5, h6, p, form{ margin:0;}
ol,ul,li,dl,dt,dd{ margin:0; padding:0; list-style: none;}
html{font-size: 100px;}
body{font-size: 0.14rem;color: #666666}
input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-appearance: none;-webkit-tap-highlight-color:transparent;} 
*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}
body.mhome{
	padding: 0;
    min-width: 300px;
    max-width: 640px;
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;/*溢出为touch事件*/
    -webkit-text-size-adjust: 100%;/*清除浏览器默认字号大小,横竖屏时字号不变*/
    text-size-adjust: 100%;
}
.hui_4_4_html{
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	filter:gray;
	-webkit-transform: translateZ(0);
}
.hui_4_4_html img {
	filter:Gray;
}
/*===通用===*/
.clear{clear: both;}
.mt2{margin-top: 2% !important;}
.mb2{margin-bottom: 2% !important;}
.pt2{padding-top: 2% !important;}
.pb2{padding-bottom: 2% !important;}
.mt0{margin-top: 0% !important;}
.mb0{margin-bottom: 0% !important;}
.pt0{padding-top: 0% !important;}
.pb0{padding-bottom: 0% !important;}
.after:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}




#page{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #f3f3f3;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 1;
}
.Pub_top{
    width: 100%;
    height: 0.45rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #f5f5f5;
    border-bottom: 1px solid #ededed;
}
.wrapper{
    width: 100%;
    position: absolute;
    top: 0.45rem;
    bottom: 0.5rem;
    z-index: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.scrollbox{
    position: relative;
    overflow: hidden;
}
.Pub_bottom{
    position: absolute;
    width: 100%;
    height: 0.5rem;
    background: #fff;
    z-index: 50;
    bottom: 0;
    left: 0;
    border-top: 1px solid #ededed;
}
.bg_color{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background: rgba(0,0,0,0.5);
    display: none;
}
/*滑动菜单*/
.Slide_nav{
    width: 60%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #f1f1f1;
    left: 0;
    top: 0;
    -webkit-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    overflow: hidden;
}
.Slide_nav .boxin{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.Slide_nav .boxin img{
    display: block;
    margin: 0.2rem auto;
    max-width: 80%;
}
.Slide_nav ul li a{
    display: block;
    width: 100%;
    height: 0.4rem;
    border-bottom: 1px solid #666;
    padding: 0 0.3rem;
    background-image: url(../images/p3.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 0.09rem 0.165rem;
    -webkit-background-size: 0.09rem 0.165rem;
    line-height: 0.4rem;
    font-size: 0.15rem;
    color: #666;
    overflow: hidden;
}
.nav_move{
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.move{
    -webkit-transform: translate(60%,0);
    -ms-transform: translate(60%,0);
    transform: translate(60%,0);
    -webkit-transform: translate3d(60%,0,0);
    transform: translate3d(60%,0,0);
}
.Pub_bottom a{
    display: block;
    width: 20%;
    float: left;
    height: 0.5rem;
    text-align: center;
}
.Pub_bottom a p{
    font-size: 0.11rem;
    color: #515151;
    font-weight: normal;
    width: 100%;
    line-height: 1.5em;
    overflow: hidden;
    height: 1.5em;
}
.Pub_bottom a i{
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url(../images/p4.png);
    background-repeat: no-repeat;
    background-size: 0.6rem 1.5rem;
    -webkit-background-size: 0.6rem 1.5rem;
    margin: 0 auto;
}
.Pub_bottom a.btn1 i{background-position: 0 0}
.Pub_bottom a.btn2 i{background-position: 0 -0.3rem}
.Pub_bottom a.btn3 i{background-position: 0 -0.6rem}
.Pub_bottom a.btn4 i{background-position: 0 -0.9rem}
.Pub_bottom a.btn5 i{background-position: 0 -1.2rem}
.Pub_bottom a.on p{color: #c4000f;}
.Pub_bottom a.btn1.on i{background-position: -0.3rem 0}
.Pub_bottom a.btn2.on i{background-position: -0.3rem -0.3rem}
.Pub_bottom a.btn3.on i{background-position: -0.3rem -0.6rem}
.Pub_bottom a.btn4.on i{background-position: -0.3rem -0.9rem}
.Pub_bottom a.btn5.on i{background-position: -0.3rem -1.2rem}
/*首页-------*/
.indextop img{
    display: block;
    height: 0.31rem;
    float: left;
    margin: 0.07rem 0 0 0.1rem;
}
.indextop em{
    display: block;
    width: 0.45rem;
    height: 0.45rem;
    float: right;
    background: url(../images/p1.png) center center no-repeat;
    background-size: 0.235rem 0.155rem;
    -webkit-background-size: 0.235rem 0.155rem;
}
.indextop p{
    float: right;
    height: 0.45rem;
    line-height: 0.45rem;
    padding: 0 0 0 0.15rem;
    background: url(../images/p6.png) left center no-repeat;
    background-size: 0.12rem 0.12rem;
    -webkit-background-size: 0.12rem 0.12rem;
}

/*banner*/
.index_one{
    width: 100%;
    height: 1.4rem;
    position: relative;
    overflow: hidden;
}
.index_one .swiper-containera,
.index_one .swiper-containera img{
    width: 100%;
    height: 100%;
    display: block;
}

/*四大分类*/
.index_two{
    width: 100%;
    position: relative;
    background: #fff;
}
.index_two li{
    width: 25%;
    float: left;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
}
.index_two li:first-child{
    border-left: none;
}
.index_two li a{
    display: block;
    width: 100%;
    padding: 0.03rem 0 0.07rem 0;
}
.index_two li a:active{
    background: #fafafa;
}
.index_two li a p{
    font-size: 0.11rem;
    color: #333333;
    width: 100%;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
}
.index_two li a i{
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 auto;
    background-image: url(../images/p2.png);
    background-repeat: no-repeat;
    background-size: 0.4rem 1.6rem;
    -webkit-background-size: 0.4rem 1.6rem;
}
.index_two li.btn1 a i{background-position: 0 0}
.index_two li.btn2 a i{background-position: 0 -0.4rem}
.index_two li.btn3 a i{background-position: 0 -0.8rem}
.index_two li.btn4 a i{background-position: 0 -1.2rem}

/*公司简介*/
.index_three{
    width: 100%;
    background: #fff;
}
.index_title{
    width: 100%;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ededed;
}
.index_title:active{
    background: #fafafa;
}
.index_title>a{
    display: block;
    width: 100%;
    padding: 0.1rem 0.35rem 0.1rem 0.1rem;
    font-size: 0.16rem;
    color: #333333;
    position: relative;
    background: url(../images/p3.png) right 0.1rem center no-repeat;
    background-size: 0.09rem 0.165rem;
    -webkit-background-size: 0.09rem 0.165rem;
}
.index_thbox{
    width: 100%;
    padding: 0.1rem 0.1rem 0.1rem 1.41rem;
    position: relative;
    height: 1.28rem;
    overflow: hidden;
}
.index_thbox img{
    display: block;
    width: 1.21rem;
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
    height: 1.08rem;
}
.index_thbox .word p{
    width: 100%;
    font-size: 0.11rem;
    color: #666666;
    line-height: 1.6em;
    height: 6.2em;
    overflow : hidden;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
    display: -webkit-box;
	display: box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0.06rem 0;
}
.index_thbox .word span{
    display: inline-block;
    font-size: 0.11rem;
    color: #595959;
    padding: 0.05rem;
    background: #f0f0f0;
}

/*客户案例*/
.index_four{
    width: 100%;
    background: #fff;
}
.index_fobox{
    width: 100%;
    padding: 0.1rem;
    height: 1.05rem;
}
.index_fobox .swiper-containerb{
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 0 0.1rem 0;
}
.index_fobox .swiper-containerb .swiper-slide{
    border: 1px solid #ededed;
}
.index_fobox .swiper-containerb .swiper-pagination{
    bottom: 0;
    line-height: 0;
}
.index_fobox .swiper-containerb .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 1px;
    background: #666;
}
.index_fobox .swiper-containerb .swiper-pagination .swiper-pagination-bullet-active{
    background: #1b4692;
}
.index_foin{
    display: table;
    width: 100%;
    height: 50%;
    table-layout: fixed;
    margin: 0.05rem 0 0 0;
}
.index_foin a{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.index_foin img{
    display: block;
    margin: 0 auto;
    max-width: 80%;
    max-height: 0.4rem;
}
.index_foins{
    font-size: 0.12rem;
    color: #5d5d5d;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5%;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
}

/*新闻动态*/
.index_five{
    width: 100%;
}
.index_filist li{
    width: 100%;
    background: #fff;
    margin: 0 0 0.1rem 0;
    padding: 0.1rem 0.1rem 0.1rem 1.4rem;
    height: 1.125rem;
    position: relative;
    overflow: hidden;
}
.index_filist li:active{
    background: #fafafa;
}
.index_filist li div.img{
    display: block;
    width: 1.2rem;
    height: 0.925rem;
    left: 0.1rem;
    top: 0.1rem;
    position: absolute;
}
.index_filist li div.img img{
    display: block;
    width: 100%;
    height: 100%;
}
.index_filist li div.word{
    width: 100%;
    height: 0.925rem;
    overflow: hidden;
    position: relative;
}
.index_filist li div.word h1{
    font-size: 0.14rem;
    color: #333333;
    font-weight: normal;
    width: 100%;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /*margin: 0.5em 0;*/
}
.index_filist li div.word h2{
    font-size: 0.11rem;
    color: #666666;
    font-weight: normal;
    width: 100%;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index_filist li div.word em{
    position: absolute;
    left: 0;
    bottom: 3px;
    font-style: normal;
    font-size: 0.11rem;
    color: #595959;
    padding: 0.05rem;
    background: #f0f0f0;
}
.fixtel{
	display:none;
	width:0.4rem;
	height:0.4rem;
	background:url(../images/tel.png) no-repeat center;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	position:fixed;
	bottom:45%;
	right:0;
	z-index:5;
	border-radius:50%;
}
.pu_tel{
	width:0.8rem;
	height:0.8rem;
	background-image:url(../images/yphone.png);
	background-size: 60%;
	background-position:center 0.03rem;
	background-repeat: no-repeat;
	background-color: #0caa00;
	position:fixed;
	bottom:45%;
	right:0;
	z-index:5;
	border-radius:50%;
}
.pu_tel span{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 0.14rem;
	padding-top: 0.5rem;
}






















