i,
em {
	font-style: normal;
}

.title {
	position: relative;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c5cae9;
}

.title span {
	display: inline-block;
	height: 48px;
	font-size: 22px;
	font-weight: 600;
	border-bottom: 3px solid #536def;
}

.title .all {
	float: right;
	color: #696969;
	font-size: 16px;
}

.title .all:hover {
	color: #536DEF;
}

.load {
	display: block;
	color: #333;
	width: 100px;
	font-size: 16px;
	margin: 20px auto;
	line-height: 32px;
}

.load:hover {
	color: #536DEF;
}


/* 主体  section*/

section,
.section {
	width: 1200px;
	margin: 0 auto;
}

.section .locaty {
	position: relative;
}

.section .locaty li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	line-height: 50px;
	font-size: 18px;
	padding-right: 25px;
}

.section .locaty li:after {
	position: absolute;
	top: 0px;
	right: 0px;
	content: "》";
}

.section .locaty li:first-child {
	padding-right: 0px;
}

.section .locaty li:first-child:after {
	content: "";
}

.section .locaty li:last-child {
	padding-right: 0px;
}

.section .locaty li:last-child:after {
	content: "";
}

.section .locaty li a {
	color: #000;
}

.section .locaty li a:hover {
	color: #536DEF;
}

.section .box_left,
.section .box_right {
	display: inline-block;
	vertical-align: top;
}

.section .box_left>div,
.section .box_right>div {
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.section .box_left>div:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.section .box_right>div {
	border-bottom: 1px solid #c5cae9;
}

.sub_input {
	position: absolute;
	right: 0px;
	top: 10px;
}

.sub_input>input {
	float: left;
	height: 28px;
	outline: none;
	border: 1px solid #dddddd;
}

.sub_input .text {
	color: #999;
	width: 200px;
	text-indent: 20px;
	margin-right: -1px;
}

.sub_input .sub {
	color: #666;
	width: 50px;
	height: 30px;
	cursor: pointer;
	background: #fafafa;
}


/*产品参数*/

.param {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #c5cae9;
}

.param>dl dt,
.param>dl dd {
	display: inline-block;
	vertical-align: top;
}

.param .title {
	margin-bottom: 20px;
}

.param>dl dt {
	margin-right: 50px;
}

.param>dl dd {
	width: 690px;
}

.param>dl dd ul li {
	display: inline-block;
	vertical-align: top;
	color: #333;
	width: 340px;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}

.param>dl dd ul li span {
	display: inline-block;
	vertical-align: top;
}

.param>dl dd ul li span:first-child {
	width: 100px;
	color: #969696;
}

.param>dl dd ul li span:last-child {
	width: 230px;
	max-height: 56px;
	overflow: hidden;
	text-align: justify;
}

.ask {
	display: inline-block;
	width: 84px;
	height: 24px;
	color: #FEFDFD;
	font-size: 14px;
	margin-top: 10px;
	line-height: 24px;
	text-align: center;
	border-radius: 15px;
	background-color: #F44336;
}


/*左侧*/

.section .box_left {
	width: 860px;
}


/*产品参数*/

.param_box .box ul li {
    width: 420px;
    float: left;
	border-bottom: 1px dashed #c5cae9;
}

.param_box .box ul li:last-child {
	
}

.param_box .box ul li div {
	display: inline-block;
	vertical-align: top;
	width: 420px;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 20px;
	text-overflow: ellipsis;
}

.param_box .box ul li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.param_box .box ul li span:first-child {
	color: #030303;
	padding: 7px 15px;
	border-radius: 15px;
	background-color: #f7f7f7;
}

.param_box .box ul li span:last-child {
	height: 35px;
	line-height: 35px;
	margin-left: 20px;
}


/*相关文章*/

.article .box dl {
	margin-bottom: 28px;
	padding-bottom: 27px;
	border-bottom: 1px dashed #c5cae9;
}

.article .box dl dt,
.article .box dl dt a,
.article .box dl dt a img {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 200px;
}

.article .box dl dd {
	display: inline-block;
	vertical-align: top;
	width: 520px;
	margin-left: 30px;
}

.article .box dl dd p.news_title a:hover{
	color: #536DEF;
}

.article .box dl dd p.news_title {
	height: 72px;
	font-size: 22px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 30px;
}

.article .box dl dd p.news_titles {
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.article .box dl dd p.news_time {
	font-size: 16px;
	margin-top: 52px;
}


/*右侧*/

.section .box_right {
	width: 300px;
	margin-left: 30px;
}


/*其它产品*/

.other .box {
	height: 270px;
	margin-bottom: 40px;
}

.other .box ul li:nth-child(4n+4) {
	margin-right: 0px;
}

.other .box ul li {
	display: inline-block;
	width: 285px;
	margin-right: 14px;
}

.other .box ul li>a,
.other .box ul li>a img {
	display: block;
	width: 285px;
	height: 190px;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.other .box ul li>a {
	margin-bottom: 10px;
}

.other .box ul li>a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.other .box ul li div {
	position: relative;
}

.other .box ul li div p:first-child {
	color: #333;
	font-size: 16px;
	max-height: 64px;
	line-height: 32px;
}

.other .box ul li div p:first-child:hover a {
	color: #536DEF;
}

.other .box ul li div p {
	font-size: 14px;
	margin-bottom: 10px;
}

.other .box ul li div p span {
	color: #FF5252;
	font-weight: bold;
}

.other .more {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 84px;
	height: 24px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	border-radius: 15px;
	background-color: #536DEF;
}