* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: black;
}


ul,
li {
	list-style: none;
}

body {
	font-size: 16px;
	font: 13px "宋体";
}

.clear {
	clear: both;
}

a:hover {
	text-decoration: none;
}

.wd1000 {
	max-width: 1000px;
	max-width: 978px;
	margin-left: auto;
	margin-right: auto;
}

.top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
	padding: 20px 0px 5px 0px;
}

.topleft img {
	max-width: 400px;
}

.topright {
	text-align: right;
}

p.p1 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 25px;
}

p.p2 {
	font-weight: bold;
	font-size: 22px;
}




.menu {
	background: #072e97;
	height: 50px;
	line-height: 50px;
}

.menucontent ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.menucontent ul li {
	text-align: center;
	border-right: white 2px solid;
	width: 11%;
}

.menucontent ul li:last-child {
	border-right: white 0px solid;
}


.menucontent ul li a {
	color: white;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	width: 100%;
}


.banner img {
	width: 100%;
	height: 317px;
}


.product {
	display: flex;
	margin-top: 18px;
}

.productleft {
	width: 200px;
}

.subnav-top {
	background: #072e97;
	color: white;
	text-align: center;
	padding: 30px 0px;
}

.subnav-top span {
	font-size: 22px;
	text-transform: uppercase;
}

.sidebar-nav {
	border: 1px solid #e4e4e4;
	border-top: none;
	background: white;
}

.sidebar-nav ul {
	list-style: none;
	width: 100%;
}

.sidebar-nav ul li {
	border-bottom: 1px solid #dbdbdb;
	font-size: 14px;
	padding-top: 7px;
}

.sidebar-nav ul li a {
	display: block;
	background: url(../image/bullet.gif) no-repeat 10px;
	color: #000;
	padding: 0 0 0 20px;
	line-height: 32px;
}

.sidebar-nav ul li a:hover {
	background: #ebebeb;
	color: #072e97;
	text-decoration: none;
}

.producright {
	margin-left: 59px;
	width: 700px;
}

.producttop ul {
	display: flex;
	justify-content: space-between;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.producright .producttop ul li img {
	width: 49px;
	height: auto;
	border: none;
}


.producright .producttop ul li p {
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
}

.producright ul {
	display: flex;
	flex-wrap: wrap;
}

.producright ul li {
	/*    width: -webkit-calc(25% - 15px);
    width:    -moz-calc(25% - 15px);
    width:         calc(25% - 15px); */
	width: 150px;
	margin-right: 20px;
	margin-bottom: 10px;
	transition: all 0.6s;
}



.producright ul li:nth-child(4n) {
	margin-right: 0%;
}

.producright ul li img {
	width: 150px;
	height: 150px;
	border: #cccccc 1px solid;
}

.protitle {
	background: #dbdbdb;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: black;
	margin-top: -4px;
}


.hengxian {
	background: #dbdbdb;
	width: 100%;
	height: 2px;
	margin: 15px auto;
}


.box1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box1list {
	width: 31%;
}

.box1list:nth-child(1) img {
	width: 100%;
}


.box1list:nth-child(2) {
	border-right: #dbdbdb 2px solid;
	margin-right: 15px;
	padding-right: 15px;
}

.boxtitle {
	background: #072e97;
	color: white;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	padding: 10px;
	margin-bottom: 15px;
}

.box1text {
	line-height: 22px;
	font-size: 14px;
}

.more {
	margin-top: 20px;
}

.more img {
	height: 14px;
	vertical-align: bottom;
}

.box1list ul li {
	/* list-style: decimal; */
	margin-bottom: 2px;
	position: relative;
	/* 相对定位，以便我们可以调整伪元素的位置 */
}

.box1list ul li::before {
	content: "• ";
	content: counter(list-item, decimal);
	/* 添加数字 */
	position: absolute;
	/* 绝对定位 */
	left: 0;
	/* 数字位于左侧 */
	margin-top: -0.0001em;
	/* 向上偏移 */
}

.box1list ul li a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
}




#demo {
	background: #FFF;
	overflow: hidden;
	width: 100%;
}

#demo1,
#demo2 {
	float: left;
}

#indemo {
	float: left;
	width: 800%;
}

.demochanpin {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 150px;
	position: relative;
	text-align: center;
}

.demochanpin img {
	height: 150px;
	width: 150px;
	border: #dbd4cd 1px solid;
}

.demochanpin span {
	font-size: 14px;
	display: inline-block;
	margin-top: 15px;
}

.hengxian1 {
	background: #072e97;
	height: 5px;
	margin: 15px auto;
}


.foot {
	margin-top: 20px;
}

.foot {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.foot p {
	line-height: 25px;
}

.foot a {
	font-size: 14px;
}

.footleft p {
	font-size: 14px;
}

.footleft img {
	margin-bottom: 15px;
	height: 70px;
}

p.p3 {
	font-weight: bold;
}


.footewm {
	text-align: center;
}

.footewm img {
	width: 120px;
}


.footlink {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.footlink a {
	border-right: #666 1px solid;
	padding-right: 10px;
	margin-right: 10px;
	font-size: 14px;
}

.footlink a:last-child {
	border-right: #666 0px solid;
	padding-right: 0px;
	margin-right: 0px;
}

.copyright {
	background: #000;
	margin-top: 20px;
	color: white;
	padding: 10px 0px;
	text-align: center;
}


.copyright a {
	color: white;
	padding: 0px 6px;
}





.services {
	float: left;
}

.services .con {
	background: url(../addpic/service.png) no-repeat 0 0;
	width: 127px;
	height: 368px;
	position: relative;
}

.services .shares {
	position: absolute;
	left: 10px;
	top: 275px;
	white-space: nowrap;
	color: #666;
}

.services .shares img {
	margin-right: 5px;
}

.services li {
	text-align: center;
}

.services .qq {
	padding-top: 105px;
}

.services .name {
	padding-top: 8px;
	float: left;
	display: block;
	width: 60px;
	text-align: right;
}

#kefu .s-btn {
	background-position: 0 -89px;
	width: 38px;
	height: 198px;
	margin-top: 104px;
	float: left;
}

#kefu .Obtn {
	background: url(../addpic/service.png) no-repeat -331px -53px;
	float: left;
	width: 39px;
	height: 197px;
	margin-top: 30px;
	margin-left: -1px;
}

#kefu a.wx {
	position: absolute;
	top: 166px;
	left: 15px;
	overflow: hidden;
	text-indent: -999em;
	display: block;
	width: 95px;
	height: 95px;
}







/* pruductlist.html */
.cidaohang {
	text-align: right;
	margin-bottom: 30px;
	font-size: 14px;
}

.cidaohang a {
	font-size: 14px;
}

.producttop {
	margin-top: 6px;
	margin-bottom: 10px;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%;
}

.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}

.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}

.pagination a.page-num-current:hover {
	color: #fff;
}

#sidebar.fixed {
	position: fixed;
	top: 0;
	z-index: 1000;
}

.product.sidebar-fixed .producright {
	margin-left: 240px;
}

#sticky-element.fixed {
	position: fixed;
	top: 0;
	z-index: 1000;
	border-radius: 0 0 10px 10px;
	animation: stickAnimation 0.5s ease;
}

#sticky-element.released {
	position: relative;
	animation: releaseAnimation 0.5s ease;
	position: fixed;
	bottom: 300px;
}

/* @keyframes stickAnimation {
		            from {
		                transform: translateY(-100%);
		            }
		            to {
		                transform: translateY(0);
		            }
		        } */

@keyframes releaseAnimation {
	from {
		transform: translateY(-1%);
	}

	to {
		transform: translateY(0);
	}
}





/* 
.fixed {
	top: 0px;
} */



.marginleft240 {
	margin-left: 259px;
}

/* productdetail.html */
.pdetail {
	margin-top: 30px;
	font-size: 14px;
}

.table-bordered,table {
	border-collapse: collapse!important;
	width: 100%!important;
}

.table-bordered th,
.table-bordered td,th,td {
	border: 1px solid #CCCCCC!important;
	padding-left: 5px!important;
	font-size: 12px!important;
	font-weight: normal!important;
	color: #4d4d4d!important;
	text-align: center;
}

table th,
table td {
	padding: 8px!important;
	line-height: 15px!important;
}

.table-bordered th,th {
	background-color: #1466d4 !important;
	color: #ffffff!important;
	text-align: center!important;
}


.tablenobordered th,.tablenobordered td{
	border: 0px solid #CCCCCC!important;    
}



.jianju30 {
	height: 30px;
}


/* productdetail.html */
.item {
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.imageleft {
	width: 200px;
	height: 140px;
	padding: 2px;
}

.imageleft img {
	width: 100%;
	height: 140px;
	border: 1px solid #dbdbdb;
}

.textright {
	width: -webkit-calc(100% - 230px);
	width: -moz-calc(100% - 230px);
	width: calc(100% - 230px);
	font-size: 14px;
}

.textright h4 {
	padding-bottom: 10px;
}

.textright p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
















.download ul {
    display: block;
}

.download ul li{
	width: 100%;
	margin-right: 0px;
}

.topleiye {
    margin-top: -25px;
    margin-bottom: 0px;
}


.producright .producttop.topleiye ul li p {
	font-size: 13px;
	padding-top: 2px;
}