/*--公共部分--*/
div,form,img,ul,ol,li,dl,dt,dd,p,tr,td,body,strong,span,pre,input{margin:0; padding:0; border:0; background-repeat:no-repeat;box-sizing: border-box;}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd{ margin:0; padding:0; font-weight:normal;}
body{font-family:"Microsoft Yahei",Helvetica,sans-serif,Lato;font-size:14px;margin:0px;padding:0px;color:#666;line-height:24px;height:auto;clear:both; background:#fff;}
img{border:0px;}
ul,li{ list-style:none;}
em,i{ font-style:normal;}
a{ text-decoration:none; color:#333; outline:none;}
a:hover{ background-repeat:no-repeat; color:#00837A; text-decoration:none;}
a,area{blr:expression(this.onFocus=this.blur())}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix{*zoom:1;}
*{webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

input,button,select,textarea{font-family:"微软雅黑"; outline:none;border:none;border-radius:0px;-webkit-appearance: none;-moz-appearance:none;}

.commonweb{padding:0px 3%;}
.commonwebbox{ margin-left:0px; margin-right:0px;}

html,body{
	background: #fff;
}

.header{
	height: 45px;
	width: 100%;
	background-color: #0a2538;
	z-index: 99;
	position: relative;
}

.header .logo{
	background: url(./../images_m/logo.png) no-repeat;
	width: 140px;
	height: 40px;
	background-size: 140px auto;
	margin: 0 auto;
	position: relative;
	top: 13px;
	left: 8px;
}

.nav-btn{
	width: 30px;
    height: 25px;
    margin-top: 10px;
    float: left;
    margin-left: 13px;
    padding-bottom: 33px;
}

.nav-btn .bar {
    position: relative;
    display: block;
    width: 28px;
    height: 3px;
    margin: 5px auto;
    background-color: #fff;
    transition: 0.3s;
}

.nav-btn.cur .bar:nth-of-type(1) {
    transform: translateY(5.5px) rotate(45deg);
}

.nav-btn.cur .bar:nth-of-type(2) {
    opacity: 0;
}

.nav-btn.cur .bar:nth-of-type(3) {
    transform: translateY(-10.5px) rotate(-45deg);
}

.inTit{
	font-size: 16px;
    color: #000;
    position: relative;
}

.inTit:after{
	content: "";
	position: absolute;
	height: 1px;
	width: 170px;
	background-color: #bfbfbf;
	left:0;
	bottom: 8px;
	z-index: 8;
}

.inTit:before{
	content: "";
	position: absolute;
	height: 2px;
	width: 60px;
	background-color: #155c8a;
	left:0;
	bottom: 8px;
	z-index: 9;
}

.inTit i{
	font-size: 14px;
    padding-bottom: 20px;
    color: #185c8b;
    margin-left: 4px;
}

/* News Start */
.inNews{
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 15px solid #eee;
}

.inNews-list{
}

.inNews-list li{
	border-top: 1px solid #cbcbcb;
	font-size: 14px;
	padding: 8px 0 8px;
}

.inNews-list p{
	color: #383838;
	font-size: 14px;
}

.inNews-list .date{
	margin-top: 0px;
}

.inNews-list .date span{
	font-size: 13px;
	color: #949494;
}

.topNew{
	margin: 10px 0 10px;
}

.topNew .img{
	width: 130px;
	height: 90px;
	float: left;
}

.topNew-right{
	padding-left: 140px;
	padding-top: 5px;
}

.topNew-right p{
	color: #383838;
}

.topNew-right .date span{
	color: #949494;
}

.klynav{
	width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 150;
    background-color: #fff;
    /*display: none;*/
}

.klynav li {
    border-bottom: 1px solid #d9d9d9;
}

.klynav li > a {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    font-size: 16px;
    position: relative;
}

.klynavbg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 40;
    background-color: rgba(0,0,0,.7);
}

.klynav ul li p{
	display: none;
}

.klynav ul li p a {
    line-height: 50px;
    padding: 0 35px;
    display: block;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    background-color: #f2f2f2;
}

.klynav ul li p a:first-child {
    border-top: 1px solid #d9d9d9;
}

.klynav ul li p a:last-child{
	border: none;
}

.klynav li.non > a:after,
.klynav li:last-child > a:after{ 
	display:none; 
}

.klynav li > a:after {
    content: '';
    display: block;
    background-image: url(./../images_m/problem.png);
    background-repeat: no-repeat;
    background-size: 20px 13px;
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 20px;
    height: 13px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.klynav li > a.cur:after {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.banner{
	/*padding-top: 45px;*/
}

.banner img{
	width: 100%;
}

/* Case start */
.inCase{
	padding-top: 15px;
	border-bottom: 15px solid #eee;
	padding-bottom: 20px;
}

.inCase-list{
	margin-top: 6px;
}

.inCase-list li{
	width: 31%;
	float: left;
	text-align: center;
	padding:0 1%;
}
.inCase-list li img{
	max-width: 100%;
}

/* Product Start */
.inProduct{
	padding-top: 15px;
}

.inProduct .inTit{
	margin-left: 3%;
	margin-bottom: 10px;
}

.inProduct .item{
	overflow: hidden;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-bottom: 7px;
}

.inProduct .item.cur .swiper-container2{
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}

.inProduct .item .swiper-container2{
	display: none;
}

.inProduct .item.cur .tt{
	background-color: #155c8a;
	color: #fff;
}


.inProduct .item .tt{
	height: 45px;
	line-height: 45px;
	color: #484848;
	padding-left: 14px;
	font-size: 15px;
	position: relative;
}

.inProduct .item .tt:after{
	position: absolute;
	content: '';
    display: block;
    background-image: url(./../images_m/arr.png);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: 20px 13px;
    right: 10px;
    top: 17px;
    width: 20px;
    height: 13px;
    transition: 400ms transform;
}

.inProduct .item.cur .tt:after{
	background-image: url(./../images_m/arr2.png);
	transform: rotate(0deg);
}

.inProduct .ul li{
	text-align: center;
	float: left;
	margin-left: 10px;
	
}

.inProduct .caseinner img{
	max-width: 100%;
	height: 126px;
	border: 1px solid #ddd;
}

.inProduct-list{
	margin-top: 6px;
}

.inProduct-list li{
	width: 31%;
	float: left;
	text-align: center;
	padding:0 1%;
}
.inProduct-list li img{
	max-width: 100%;
}

.footer{
	background: #155c8a;
	padding: 8px 0 20px 0;
}

.footer .logo{
	background: url(./../images_m/logo.png) no-repeat;
	width: 180px;
	height: 60px;
	background-size: 180px auto;
	margin: 0 auto;
	position: relative;
	top: 13px;
	left: 8px;
}

.footer .cp{
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.footer .tel{
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.newcontent{
	padding-top: 5px;
	padding-bottom: 20px;
}

.newcontent .tt{
	font-size: 16px;
    color: #484848;
    position: relative;
    padding-bottom: 8px;
}

.newcontent .tt span{
	font-size: 14px;
    padding-bottom: 20px;
    color: #185c8b;
    margin-left: 4px;
}

.dpnew .topNew{
	margin: 15px 0 15px;
}

.dpnew .topNew .img{
	width: 130px;
	height: 90px;
	float: left;
}

.dpnew .topNew-right{
	padding-left: 140px;
	padding-top: 5px;
}

.dpnew .topNew-right p{
	color: #383838;
	font-size: 15px;
}

.dpnew .topNew-right .date span{
	color: #949494;
}

.dpnew .inNews-list .date{
	margin-top: 0;
}

.dpproduct .productList{
	overflow: hidden;
}

.dpproduct .productList .item{
	float: left;
    text-align: center;
    padding: 0 1%;
    box-sizing: border-box;
    width: 50%;
    padding-bottom: 8px;
}

.dpproduct .caseinner img {
    max-width: 100%;
    height: 126px;
    border: 1px solid #ddd;
}

.dpproduct .caseinner p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dpcase .caseList{
	overflow: hidden;
	padding-top: 5px;
}

.dpcase .caseList li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 5%;
    padding-bottom: 10px;
}

.dpcase .caseList li img{
    max-width: 100%;
}

.dpcase .caseList li p{
	margin-top: -5px;
}

.dpnew_detail .topbar{
	border-bottom: 1px dashed #a0a0a0;
	margin-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.dpnew_detail .topbar .backbtn{
	color: #a0a0a0;
	font-size: 15px;
}

.dpnew_detail .tit{
	border-bottom: 1px solid #ccc;
	padding-top: 9px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.dpnew_detail .tit h6{
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.dpnew_detail .tit .date{
	font-size: 16px;
	color: #949494;
	padding-top: 4px;
}

.optbar{
	margin-top: 30px;
	border-top: 1px solid #ccc;
}

/***/
.optbar .backbtn{
	display: inline-block;
	width: 90px;
	text-align: center;
	padding: 5px 0;
	background-color: #155c8a;
	color: #fff;
	margin-top: 20px;
	font-size: 14px;
}

.dppro_detail .tit{
	padding-top: 4px;
	padding-bottom: 5px;
}

.dppro_detail .tit h6{
	font-size: 16px;
	line-height: 30px;
}

.dppro_detail .pr_nav{
	display: flex;
	margin-top: 8px;
	margin-bottom: 13px;
}

.dppro_detail .pr_nav a{
	display: block;
	flex: 1;
	text-align: center;
	border-top:5px solid #313131;
	background: #e5e5e5;
	color: #484848;
	line-height: 28px;
	font-size: 13px;
}

.dppro_detail .pr_nav a.cur{
	border-color:#165c8a;
	background-color: #fff;
}

.mutilmain{
	font-size: 14px;
	color: #333;
}

.mutilmain img{
	max-width: 100%!important;
	height: auto!important;
}

.pages{
	text-align: center;
	margin-top: 28px;
}

.pages a,
.pages span{
	display: inline-block;
	vertical-align: middle;
	padding: 0 3px;
	margin: 0 4px;
	font-size: 15px;
	color: #666;
}

.pages a{
	color: #155c8a;
}



.page{
	text-align: center;
}
/*add by hanyanqiu 2018-6-19 分页样式*/
.page li{display:inline-block;*display:inline;*zoom:1;}
.page .thisclass{
	background: #006db2;
    color: #FFF;
    margin-left: 5px;
	margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
    height: 30px;
    border: 1px solid #006db2;
}
.page .thisclass a{
	color: #fff;
}
.page a{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
