

/* 内页-主导航 */
* {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
}
img {
    border: none;
}
a {
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
div {
    display: block;
}
.w1200 {
    clear:both;
    width: 94%;
    margin: 0 auto;
}
.case_box {
    background: url(../images/case_bg.jpg) no-repeat center top;
    height:auto;
}
.case_box h3 {
    color: #081232;
    font-weight: normal;
    font-size: 42px;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
}
.case_box .category ul {
    padding-bottom: 0px;
    display: block;
    height: auto;
    overflow: hidden;


}
.case_box .category ul li {
    float: left;
    font-size: 12px;
    text-align: center;
    width:auto;
    height: 32px;
    line-height: 32px;
    color: #4f77fc;
    border-radius: 5px;
    cursor: pointer;
	border:solid 1px #4f77fc;
	padding-left:8px; padding-right:8px;
	margin-right:8px;
	margin-bottom:8px;
}
.case_box .category ul li.active {
    color: #fff;
    background: #4f77fc;
}
.case_box .content {
    padding-left: 0px;
	margin-top:12px;
}
.case_box .content .cont {
    height:auto;
    display: none;
}
.case_box .content .cont.active {
    display: block;
    
}
.case_box .content .cont img.bg {
    position: absolute;border: 1px solid #E3E3E3;
    right: 0;
    top: 0;
}
.case_box .content .cont .info {
    position: absolute;
    width: 520px;
    height: 340px;
    background: #fff;
    box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.4);
    left: 0;
    top: 120px;
    padding: 50px 40px 0;
    border-radius: 10px;
}
.case_box .content .cont .info .title .logo {
    float: left;
    padding-right: 25px;
}
.case_box .content .cont .info .title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
.case_box .content .cont .info .title h4 {
    float: left;
    padding-top: 30px;
    font-size: 24px;
    color: #081232;
}
.case_box .content .cont .info p {
    font-size: 16px;
    line-height: 32px;
    padding-top: 30px;
    color: #828b9f;
}






/* 子导航 */

    * { margin: 0; padding: 0; }
    body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
}
    a, a:hover { text-decoration: none; color: #333; }
    ul, li { list-style: none; }
	svg{
	    fill: currentColor;
	}
    .mt-tabpage {
    width: 100%;
    margin: 0px auto;
    box-shadow: 0 0 0px #999;
    background-color: #FFFFFF;
    }
    .mt-tabpage-title {
      	height:auto;
	    font-size: 0;
	    background-color: #fff;
	    width: 100%;
	    margin: auto;
	    background: #fff;
	    border-bottom: 1px solid #f1f1f1;
    }
    .mt-tabpage-title .mt-tabpage-item {
      	display: inline-block;
      	width: auto;
      	height: 32px;
      	line-height: 32px;
      	text-align: center;
      	color: #666;
      	font-size: 12px;
		padding-left:8px;
		padding-right:8px;
		margin-bottom:8px;
    }
    .mt-tabpage-title .mt-tabpage-item:hover{
    	color: #4f77fc;
    }
    .mt-tabpage-title .mt-tabpage-item-cur {
    color: #4f77fc;
    font-size: 12px;
    border-bottom: 1px solid #4f77fc;
    }
    .mt-tabpage-count {
      	position: relative;
      	width: 100%;
      	height: 1260px;
      	overflow: hidden;
    }
    .mt-tabpage-cont__wrap {
      	position: absolute;
    }
    .mt-tabpage-count .mt-tabpage-item {
      	width: 1200px;
      	height: 1260px;

    }
	
	
	
/* 内页产品列表 */	

.ny_cp_box{ width:100%; height:auto;}
.ny_cp_lb{ float:left; width:32.33%; margin-left:0.5%; margin-right:0.5%; background-color:#f6f6f6; padding-bottom:30px; margin-top:36px; padding-bottom:36px;}
.ny_cp_lb h1{ width:86%; font-size:20px; color:#333; line-height:72px; margin:auto; display:block; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ny_cp_lb img{ width:100%; height:258px;}
.ny_cp_lb p{ width:86%; font-size:14px; color:#666; line-height:72px; margin:auto;}
.ny_cp_lb div{  width:86%; height:auto; margin:auto; clear:both; overflow:hidden;}
.ny_cp_lb div a{ float:left; width:40%; height:48px; font-size:18px; line-height:48px; color:#666; border:solid 1px #666; text-align:center; margin-left:5%; margin-right:5%; box-sizing:border-box;}
.ny_cp_lb div a:hover{ background-color:#4f77fc; border:solid 1px #4f77fc; color:#fff;}













