

/* 内页-主导航 */
* {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
}
img {
    border: none;
}
a {
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
div {
    display: block;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
	padding-top:48px;
}
.case_box {
    background: url(../images/case_bg.jpg) no-repeat center top;
    height: 1500px;
}
.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;
	display:flex;
	justify-content: space-between;


}
.case_box .category ul li {
    float: left;
    font-size: 20px;
    text-align: center;
    width: 215px;
    height: 58px;
    line-height: 58px;
    color: #4f77fc;
    border-radius: 5px;
    cursor: pointer;
	border:solid 1px #4f77fc;
}
.case_box .category ul li.active {
    color: #fff;
    background: #4f77fc;
}
.case_box .category ul li.active a{color: #fff;}
.case_box .category ul li a{color: #4f77fc;}
.case_box .content {
    padding-left: 0px;
}
.case_box .content .cont {
    height: 1200px;
    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: 1200px;
    margin: 0px auto;
    box-shadow: 0 0 0px #999;
    background-color: #FFFFFF;
    }
    .mt-tabpage-title {
      	/*height: 44px;*/
	    font-size: 0;
	    background-color: #fff;
	    width: 94%;
	    margin: auto;
	    background: #fff;
	    border-bottom: 1px solid #f1f1f1;
	    font-weight: bold;
    }
    .mt-tabpage-title .mt-tabpage-item {
      	display: inline-block;
      	width: auto;
      	height: 44px;
      	line-height: 44px;
      	text-align: center;
      	color: #4f77fc;
      	font-size: 18px;
		padding-left:24px;
		padding-right:24px;
    }
    .mt-tabpage-title .mt-tabpage-item:hover{
    	color: #4f77fc;
    }
    .mt-tabpage-title .mt-tabpage-item-cur {
    color: #4f77fc;
    font-size: 18px;
    border-bottom: 1px solid #4f77fc;
    }
    .mt-tabpage-count {
      	position: relative;
      	width: 1200px;
      	height: 1260px;
      	overflow: hidden;
    }
    #mt-tabpage-count{height:1100px !important;}
    .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;}


/* bootstrap  分页样式 */
.pagination{display:inline-block;padding-left:0;border-radius:0;width:100%;margin:auto;}
.pagination  li{display:inline;background: none;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#333;background-color:#fff;border:1px solid #ddd;margin-left:-1px}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:0;border-top-left-radius:0}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}
.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#333;background-color:#ecf0f1;border-color:#ddd}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#fff;background-color:#5aafc6;border-color:#ddd;cursor:default}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#b4bcc2;background-color:#fff;border-color:#ddd;cursor:not-allowed}










