
.nr_line .x6 {
	overflow: hidden;
}

.nr_line .x6 img {
	transform: scale(1.0);
	transition: 1s ease-in;
}

.nr_line:hover .x6 img {
	transform: scale(1.08);
}

.nr_line {
	background: #f7f7f7;
	margin-bottom: 40px;
}

.nr_line .x6 .textbox {

	padding: 50px 100px;
	color: #606060;
	letter-spacing: 0.1em;
}

.nr_line .x6 .textbox a.more {
	margin-top: 40px;
	margin-left: 0;
}


.nr_line .x6 .textbox h2 {
	font-size: 24px;
	margin-bottom: 45px;
	color: #646464;
}

.nr_line .x6 .textbox p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 30px;
}


/* newprodetail */
.newprodetail .btn1 {
	background: #283F83;
	color: white;
	margin-right: 40px;
	float: left;
	font-size: 22px;
}

.newprodetail .btn2 {
	background: #FFE463;
	color: #606060;
	float: left;
	font-size: 22px;
}

.newprodetail .topbox {
	   		width: -moz-fit-content;
width: fit-content;
width: -webkit-fit-content;
	margin:0 auto;
}

.newprodetail .topbox a.more img {
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
	font-size: 24px;
	letter-spacing: 1em;
}


.newprodetail .table {
	background: #F7F7F7;
	font-size: 16px;
}

.newprodetail .table tr td {
	border: 2px solid white;
	padding: 15px 0px;
}

.newprodetail .table tr:first-child {
	background: #283F83;
	color: white;
	font-size: 26px;
}

.newprodetail .table tr:nth-child(2) {
	/*background: #dcdedd*/
}

.newprodetail .table tr:nth-child(3) {
	/*background: #c9cbca;*/
}

.newprodetail .table tr:nth-child(4) {

	/*line-height: 40px;
	text-indent: 2em;*/
}

.newprodetail .margin-large-bottom {
	margin-bottom: 80px;
}

.newprodetail .fuwu .box {
	position: relative;
	color: #606060;
	font-size: 18px;
}

.newprodetail .fuwu .box p {
	letter-spacing: 0.05em;
	margin: 20px 0;
	font-weight: 600;
}

.newprodetail .fuwu .box .boxpic {
	margin: auto;
	   		width: -moz-fit-content;
width: fit-content;
width: -webkit-fit-content;

}

.newprodetail .fuwu .box span {
	position: absolute;
	top: 40%;
	right: -10px;
	display: block;
	border: 1px solid #ccc;
	color: #ccc;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.newprodetail .lingyu .box img {
	margin: auto;
}

.newprodetail .lingyu .box {
	margin: 20px;
	color: #244185;
    height:280px;
    overflow:hidden;
	font-weight: 600;
	background: #dcdedd;
	padding: 30px 0;
}

.newprodetail .lingyu .box h4 {
	margin-top: 15px;
	font-weight: 300;
	font-size: 20px;
}

.newprodetail .lingyu .box h2 {
	font-size: 28px;
	margin: 0;
}

.newprodetail .lingyu .x3 p {
	font-size: 18px;
	font-weight: 600;
	color: #606060;
    min-height:50px;
    overflow:hidden;
	letter-spacing: 0.08em;
}

.newprodetail .lingyu .box:hover img {

	animation: mymove 3s infinite;
}

@keyframes mymove {
	from {
		transform: rotate(360deg);
	}

	to {
		transform: rotate(0deg);
	}
}


.newprodetail .duchang .box {
	overflow: hidden;
	   		width: -moz-fit-content;
width: fit-content;
width: -webkit-fit-content;
margin: 0px 5px;


}

.newprodetail .duchang .box:hover img {
	transform: scale(1.08);
}

.newprodetail .duchang .box img {
	transform: scale(1.0);
	transition: 1s ease-in-out;
}

.newprodetail .middlenr .x4 h2,
.newprodetail .middlenr .x4 p,
.newprodetail .middlenr .x4 h4 {
	padding-left: 20px;
	color: #646464;
}

.newprodetail .middlenr .x4 h4 {
	margin-top: 20px;
	font-size: 17px;
}

.newprodetail .middlenr .x4 h2 {
	font-weight: 600;
	margin: 5px 0;
}

.newprodetail .middlenr .x4 p {

	font-size: 19px;
}

.newprodetail  .btnbox{
	background: url(../images/newpipe/bg.png);
	background-attachment: fixed;
	
}
.newprodetail .margin-large-top {
    margin-top: 80px;
}

@media (min-width: 1366px) {
.nr_line .x6 .textbox {
   padding: 20px 30px 0px 30px;
}.nr_line .x6 .textbox p {
    font-size: 14px;
	line-height: 26px;
}
.newprodetail .lingyu .box h4 {
    height: 52px;
}
.nr_line .x6 .textbox h2 {
    margin-bottom: 25px;
}
}