html,body{
	font-family: 'Microsoft Yahei';
}
a:link {   
text-decoration: none;   
}   
a:visited {   
text-decoration: none;   
}   
a:hover {   
text-decoration: none;   
}

.left{
	float: left;
}
.right{
	float: right;
}


.navbar{
	height: 80px;
	background: #fff;
	border-bottom:1px solid  #f3782a;
	margin-bottom: 0;
	margin:0 auto;
	max-width:1200px;
	border-left:0px !important;
	border-right:0px !important;
	border-top:0px !important;
	position:relative;
}
.container-fluid{
	margin-top: 12px;
}
.icon-bar{
	background-color: #f3782a !important;
}
.phone-number{
	width: 200px;
	margin-top: -6px;
}
.logo{
	width: 200px;
	position:absolute;
	left:-13px;
	
}
.navbar-collapse{
	border: 0;
	margin-top: 8px;
	background:#fff;
}
.nav li >a{
	font-size: 20px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #fff;
	background-color: #f3782a;
}

.sub-div{
	width: 100%;
    height: 60px;
    line-height: 60px;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #ddd;
    background: #fff;
}

.sub-button{
	width: 150px;
    height: 60px;
    background: #5cb85c;
    float: right;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

/*首页开始主要内容*/

.near-box{padding-bottom:40px;}
.servicetit{
	width: 124px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding-left: 12px;
    margin: 40px 0 16px 0px;
}
.servicetit1{
	background: url(../images/item-bg.jpg) no-repeat;
}
.servicetit2{
	background: url(../images/item-bg2.jpg) no-repeat;
}
.servicetit3{
	background: url(../images/item-bg3.jpg) no-repeat;
}
.servicetit4{
	background: url(../images/item-bg4.jpg) no-repeat;
}
.servicetit5{
	background: url(../images/item-bg5.jpg) no-repeat;
}
.servicetit6{
	background: url(../images/item-bg6.jpg) no-repeat;
}
.servicetit7{
	background: url(../images/item-bg7.jpg) no-repeat;
}
.bjfw{
	width: 100%;
}
.bjfw-item{
	margin-top: 20px;
	border: 1px solid #fff;
}
.bjfw-item:hover{
	border: 1px solid #6ef5cd;
	background: #f2fcfb;
	border-radius: 5px;
}



.bmys{
	width: 100%;
}

.bmys-item{
	margin-top: 20px;
	border: 1px solid #fff;
}

.bmys-item:hover{
	border: 1px solid #ff725e;
	background: rgba(255,114,94,0.1);
	border-radius: 5px;
}

.bjfw2{
	width: 100%;
}
.bjfw2-item{
	margin-top: 20px;
	border: 1px solid #fff;
}
.bjfw2-item:hover{
	border: 1px solid #ff8a00;
	background: rgba(255,138,0,0.1);
	border-radius: 5px;
}

.jdwx{
	width: 100%;
}
.jdwx-item{
	margin-top: 20px;
	border: 1px solid #fff;
}
.jdwx-item:hover{
	border: 1px solid #ef5fff;
	background: rgba(239,95,255,0.1);
	border-radius: 5px;
}

.jdqx{
	width: 100%;
}
.jdqx-item{
	margin-top: 20px;
	border: 1px solid #fff;
}
.jdqx-item:hover{
	border: 1px solid #38acff;
	background: rgba(56,172,255,0.1);
	border-radius: 5px;
}


.jksh{
	width: 100%;
}
.jksh-item{
	margin-top: 20px;
	border: 1px solid #fff;
}
.jksh-item:hover{
	border: 1px solid #ffc027;
	background: rgba(255,192,39,0.1);
	border-radius: 5px;
}

.jjhx{
	width: 100%;
}
.jjhx-item{
	margin-top: 20px;
	border: 1px solid #fff;
}
.jjhx-item:hover{
	border: 1px solid #39d11c;
	background: rgba(57,209,28,0.1);
	border-radius: 5px;
}
/****************************************************************************/
/*********************************banner****************************************/

.banner {
	background-image:url(http://www.zhiminer.cn/news2/images/bg.png);
	width:100%;	
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	
	position:relative;
}
.banner {
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .banner {
    height: 200px;
  }
}
.banner .title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .banner .title {
    font-size: 20px;
  }
}
.banner .title .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}
.banner .title .anime-letter {
  display: inline-block;
  line-height: 1em;
}
.banner .subtitle {
  margin-top: 8px;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .banner .subtitle {
    font-size: 14px;
  }
}
 /* banner图样式 */
    .banner {
        height: 300px;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        @media (max-width: 768px) {
            height: 200px;
        }
        .title {
            color: @white;
            font-size: 30px;
            margin-bottom: 0;
            @media (max-width: 768px) {
                font-size: 20px;
            }
            .text-wrapper {
                position: relative;
                display: inline-block;
                padding-top: 0.2em;
                padding-right: 0.05em;
                padding-bottom: 0.1em;
                overflow: hidden;
            }
            .anime-letter {
                display: inline-block;
                line-height: 1em;
            }
        }
        .subtitle {
            margin-top: 8px;
            margin-bottom: 0;
            color: #fff;
            font-size: 16px;
            @media (max-width: 768px) {
                font-size: 14px;
            }
        }
    }
/****************************************************************************/

.item-icon-div{
	width: 97px;height:92px;
}
.item-icon-div img{
	width: 64px;margin: 14px auto;display: block;
	margin-left:0px;
}

.item-title{
	position: relative; height: 80px;text-align:center;
}
.item-title h2{
	font-size: 16px;font-weight: 600;
    color: #333;
    margin: 20px 0 7px;
}
.item-title p{
	font-size: 14px;
    color: #999;
}




@media screen and (max-width: 520px) {

     .item-title{
		width:100%;
     }
     .container{
     	padding-left: 10px !important;
     	padding-right: 10px !important;
     }
     .item-icon-div{
     	width: 100% !important;
     }
     /*****************************/
    .bjfw-item:hover{
		border: 0px !important;
		background: #fff !important;
		border-radius: 0 !important;
		margin-bottom: 2px;
	}
	.bmys-item:hover{
		border: 0px !important;
		background: #fff !important;
		border-radius: 0 !important;
		margin-bottom: 2px;
	}
	.bjfw2-item:hover{
		border: 0px !important;
		background: #fff !important;
		border-radius: 0 !important;
		margin-bottom: 2px;

	}
	.jdwx-item:hover{
		border: 0 !important;
		background: #fff !important;
		border-radius: 0 !important;
		margin-bottom: 2px;

	}
	.jdqx-item:hover{
		border: 0 !important;
		background: #fff !important;
		border-radius: 0 !important;
		margin-bottom: 2px;

	}
	.jksh-item:hover{
		border: 0 !important;
		background: #fff !important;
		border-radius: 0 !important;
		margin-bottom: 2px;

	}
	.jjhx-item:hover{
		border: 0 !important;
		background: #fff !important;
		border-radius: 0 !important;
		margin-bottom: 2px;

	}
}


@media screen and (max-width: 750px) {

     .phone-number{
		display:none;
     }

}



/****************      show    ******************/
.show-nav{
	width: 100%;height: 70px;background: #f6f6f6;
}

.show-nav-2{
	float: right;line-height: 70px;color: #e95613;font-size: 16px;
}
.show-nav-2 a{
	color:#e95613;
}
.show-div{
	min-height:900px;margin-top: 20px; background: #fff;overflow: hidden;
}
.show-title{
	margin-bottom: 40px;font-size: 28px;color: #ff725e;font-weight: 600;
}
.show-content{
	line-height: 35px;	
}
.show-content img{
	width: 100% !important;
	height: 100% !important;
}
.near-box img
{
	width:100% !important;
	height:100% !important;
	
}

/***************    推荐  ********************************/

.tj-head{

	border-bottom: 2px solid #ff725e;
}
.tj-head h2{
	font-size: 20px;
	color: #ff725e;
	margin-bottom: 20px;
	font-weight: 600;
}
.tj-list{
	margin: 15px 0;
	width: 100%;
	height: 65px;
}
.tj-list img{
	width: 100px;
	/*height: 60px;*/
	float: left;
}
.tj-div{
	float: left;
}
.tj-div h4{
	margin-left: 10px;
	color: #000;
}
.tj-div p{
	margin-left: 10px;
	color: #999;
	margin-top: 3px;
}











/*foot*/
.foot{
	height: 40px;
	line-height: 40px;
	color: #999;
	position:fixed;
	bottom:0px;
	text-align:center;
	width:100%;
}
.footer {
   
    /* z-index: 0; */
    /* bottom: 0; */
    width: 100%;
    background-color: #323232;
    /* height: 250px; */
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-top: 20px;
	
	margin:0 auto;
	padding-top:20px;
	height:150px;
}

.warps {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
    
    box-sizing: border-box;
	height:100px;
}

.warps .warp {
    width: 65%;
}

.warps .warp .list {
    display: flex;
    justify-content: space-between;
}

.warps .warp .list li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    transition: .2s;
}

.warps .warp .list li a:hover {
    color: #005BAC;
}

.warps .warp .box {
    width: 70%;
   
}

.warps .warp .box p {
    font-size: 12px;
    /* font-weight: bold; */
    color: #fff;
    margin-top: 10px;
}

.warps .pic {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.warps .pic img {
    display: block;
    width: 95px;
    height: 95px;
    margin-left: 10px;
}

.texts {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}

canvas {
    min-width: 1000px;
    width: 100%;
    position: absolute;
    left: 45%;
    top: 55%;
    transform: translate(-50%, -50%)
}

@media (max-width: 1450px) {
    .more_pic {
        display: none;
    }
    .more_thans {
        width: 80%;
        display: flex;
        margin-left: 40px;
        justify-content: space-between;
    }
    .ts {
        margin-left: 40px;
    }
    .about_list_met_16_7_5 .btnMore {
        position: absolute;
        bottom: 0%;
        left: 2%;
    }
    .ty {
        font-size: 12.2px;
    }
}

@media (max-width: 950px) {
    .swiper-container {
        width: 100%;
        /* height: 300px; */
        margin-top: 0px;
		
		margin:0 auto;
    }
    .swiper-container .swiper-slide img {
        width: 100%;
        height: 100%;
    }
    .more_pic {
        display: none;
    }
}

@media (max-width: 500px) {
    .more_pic {
        display: none;
    }
    .about-con {
        width: 100%!important;
    }
    .thee {
        display: flex;
    }
    .about_list_met_16_7_5 .btnMore {
        position: absolute;
        bottom: -3%;
    }
    .swiper-container {
        width: 100%;
        height: 150px;
        margin-top: 0px;
		
    }
    canvas {
        min-width: 1000px;
        width: 2700px;
        height: 900px;
        position: absolute;
        left: 45%;
        top: 65%;
        transform: translate(-50%, -50%)
    }
    .finally {
        width: 90%;
        margin: 30px auto 30px;
    }
    .finally h2 {
        position: relative;
        font-weight: bold;
        text-align: center;
        text-indent: 10px;
        padding-bottom: 10px;
        box-sizing: border-box;
        letter-spacing: 2px;
        font-size: 35px;
    }
    .finally ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 35px;
        box-sizing: border-box;
        padding-bottom: 30px;
        /* border-bottom: 1px solid #000; */
    }
    .finally ul li {
        position: relative;
        width: 42%;
        height: 80px;
        /* border: 1px solid #ccc; */
        background-color: #fff;
        /* padding: 5px; */
        box-sizing: border-box;
        border-radius: 10px;
        margin-left: 21px;
        margin-top: 20px;
    }
    .finally ul li img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        margin: auto;
        transition: .2s;
    }
    .finally ul li:hover img {
        transform: scale(1.05);
    }
    .finally ul li:hover {
        /* border: 1px solid #005BAC; */
    }
    .swiper-container {
        width: 100%;
        height: 300px;
        margin-top: 0px;
		
    }
    .swiper-container .swiper-slide img {
        width: 100%;
        height: 100%;
		
    }
    footer {
        position: absolute;
        /* bottom: 0; */
        width: 100%;
        background-color: #323232;
        /* height: 250px; */
        margin-top: 20px;
    }
    .warps {
        display: block;
        width: 99%;
        justify-content: space-between;
        /* border: 1px solid red; */
        margin: 30px auto 10px;
    }
    .warps .warp {
        width: 100%;
    }
    .warps .warp .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .warps .warp .list li {
        width: 24%;
        margin-top: 10px;
        text-align: center;
    }
    .warps .warp .list li a {
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        transition: .2s;
    }
    .warps .warp .list li a:hover {
        color: #005BAC;
    }
    .warps .warp .box {
        width: 90%;
        margin-top: 30px;
        margin-bottom: 20px;
        margin-left: 10px;
    }
    .warps .warp .box p {
        font-size: 14px;
        /* font-weight: bold; */
        color: #fff;
        margin-top: 20px;
    }
    .warps .pic {
        width: 42%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .warps .pic img {
        display: block;
        width: 50%;
        height: 79%;
        margin-left: 30px;
    }
    .advantage-item {
        display: none;
    }
    .advantage-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .service_list_met_16_26_97 .advantage-list .black-20 {
        background: none rgba(0, 0, 0, 0);
    }
    .xiaoshi {
        display: block;
        width: 30%;
        margin: 10px auto;
        padding: 10px;
        border: 1px solid #000;
        position: relative;
        z-index: 10;
        text-align: center;
        color: #000;
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .advantage-item {
        display: none;
    }
    .swiper-container {
        width: 100%;
        height: 230px;
        margin-top: 0px;
		
    }
    .swiper-container .swiper-slide img {
        width: 100%;
        height: 100%;
    }
    footer {
        position: absolute;
        /* bottom: 0; */
        width: 100%;
        background-color: #323232;
        /* height: 250px; */
        margin-top: 20px;
    }
    .warps {
        display: block;
        width: 99%;
        justify-content: space-between;
        /* border: 1px solid red; */
        margin: 30px auto 10px;
    }
    .warps .warp {
        width: 100%;
    }
    .warps .warp .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .warps .warp .list li {
        width: 24%;
        margin-top: 10px;
        text-align: center;
    }
    .warps .warp .list li a {
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        transition: .2s;
    }
    .warps .warp .list li a:hover {
        color: #005BAC;
    }
    .warps .warp .box {
        width: 90%;
        margin-top: 30px;
        margin-bottom: 20px;
        margin-left: 10px;
    }
    .warps .warp .box p {
        font-size: 14px;
        /* font-weight: bold; */
        color: #fff;
        margin-top: 20px;
    }
    .warps .pic {
        width: 42%!important;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .warps .pic img {
        display: block;
        width: 50%;
        height: 79%;
        margin-left: 30px;
    }
}

/***************     swiper *********************/

.swiper-container{
	width: 100%;
	height: 255px;
	z-index: -1 !important;
	
}
.slide-p{
	text-align: center;
    font-size: 38px;
    color: #fff;
    margin-top: 100px;
}
.slide-p-m{
	text-align: center;
    font-size: 28px;
    color: #fff;
    margin-top: 30px;
}
.swiper-slide{
	background-size: cover;
}
.slide1{
	background: url(../images/slide_1.png) center;
}
.slide2{
	background: url(../images/slide_2.png) center;
}
.slide3{
	background: url(../images/slide_3.png) center;
}

.bjfw .bt{width:100%;border-bottom: solid 1px #e0e0e0;margin-top:10px;}
.bjfw .bt .h1 {
    font-size: 24px;
    color: #333;
    margin-left: 13px;
}
.bjfw .bt .ki {
    width: 5px;
    height: 23px;
    background-color: #efa101;
    top: 3px;
}
.bjfw .bt .h2 {
    font-size: 14px;
    color: #b9b9b9;
    line-height: 38px;
    margin-left: 10px;
}
.bjfw .bt .h3 {
    float: right!important;
    font-size: 12px;
    color: #8d8d8d;
    line-height: 38px;
	padding:0px;
	margin:0px;
	
}
