/*首页样式 ------------------start*/
#indexpart1{
	width:100%;
	height:auto;
	padding-top:84px;
}
#indexpart1 .indexpart1{
	width:1400px;
	height:315px;
	margin:0px auto;
}
#indexpart1 .indexpart1 .left{
	width:905px;
	height:315px;
}
#indexpart1 .indexpart1 .left .title{
	width:880px;
	height:80px;
	padding-left:25px;
}
#indexpart1 .indexpart1 .left .title .ch{
	width:880px;
	height:35px;
	font-size:28px;
	font-weight:bold;
	color:#0657c9;
}
#indexpart1 .indexpart1 .left .title .en{
	width:880px;
	height:30px;
	font-size:14px;
	color:#1c1c1c;
	line-height:30px;
}
#indexpart1 .indexpart1 .left .con-detail{
	width:830px;
	height:205px;
	padding:30px 50px 0px 25px;
	position:relative;
	background-color:#f4f4f4;
}
#indexpart1 .indexpart1 .left .con-detail .content{
	width:830px;
	height:100px;
	overflow:hidden;
	line-height:25px;
	font-size:14px;
	color:#474747;
}
#indexpart1 .indexpart1 .left .con-detail .more{
	width:140px;
	height:40px;
	position:absolute;
	bottom:23px;
	left:25px;
	border-radius:5px;
	background-color:#d3deeb;
	text-align:center;
	line-height:40px;
	font-size:14px;
	color:#292929;
}
#indexpart1 .indexpart1 .left .con-detail .more a{
	color:#292929;
	display:block;
	width:100%;
	height:100%;
}
#indexpart1 .indexpart1 .right{
	width:495px;
	height:315px;
	overflow:hidden;
}
#indexpart1 .indexpart1 .right .picture{
	width:495px;
	height:315px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-transition: all 1s; 
    -moz-transition: all 1s; 
    -ms-transition: all 1s; 
    -o-transition: all 1s; 
    transition: all 1s;
}
#indexpart1 .indexpart1 .right .picture:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	cursor:pointer;
}

#indexpart2{
	width:100%;
	height:auto;
	padding-top:65px;
}
#indexpart2 .indexpart2{
	width:1400px;
	height:auto;
	margin:0px auto;
}
#indexpart2 .indexpart2 .partname{
	width:100%;
	height:auto;
}
#indexpart2 .indexpart2 .partname .name{
	width:100%;
	height:65px;
	line-height:65px;
	text-align:center;
	font-size:36px;
	color:#2a2a2a;
}
#indexpart2 .indexpart2 .partname .word{
	width:100%;
	height:25px;
	text-align:center;
	font-size:15px;
	color:#1c1c1c;
}
#indexpart2 .indexpart2 .partname .xian{
	width:48px;
	height:7px;
	border-bottom:3px solid #0657c9;
	margin:0px auto;
}
#indexpart2 .indexpart2 .productsort{
	width:100%;
	height:auto;
	margin:35px 0px;
	text-align:center;
}
#indexpart2 .indexpart2 .productsort .layui-btn{
	margin:0px 5px 5px 5px;
	font-size:16px;
	border-color:#d5d5d5;
	color:#373737;
}
#indexpart2 .indexpart2 .productsort .onfucus{
	background-color:#f49d36;
    border:1px solid #f49d36;
    font-weight:bold;
    color:#ffffff;
}
#indexpart2 .indexpart2 .productsort .layui-btn:hover{
    border:1px solid #f49d36;
    background-color:#f49d36;
    font-weight:bold;
    color:#ffffff;
}
#indexpart2 .indexpart2 ul{
	width:1428px;
	height:730px;
	margin-bottom:36px;
}
#indexpart2 .indexpart2 ul li{
	width:329px;
	height:331px;
	float:left;
	margin-right:28px;
	margin-bottom:34px;
}
#indexpart2 .indexpart2 ul li .picture{
	width:327px;
	height:279px;
	background-color:#edf1f6;
	border:1px solid #edf1f6;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
#indexpart2 .indexpart2 ul li .title{
	width:329px;
	height:50px;
	line-height:50px;
	text-align:center;
	background-color:#d3deeb;
	font-size:16px;
	color:#2a2a2a;
}
#indexpart2 .indexpart2 ul li .title a{
	color:#2a2a2a;
}
#indexpart2 .indexpart2 ul li:hover .picture{
	border:1px solid #0657c9;
}
#indexpart2 .indexpart2 ul li:hover .title{
	background-color:#0657c9;
	color:#ffffff;
}
#indexpart2 .indexpart2 ul li:hover .title a{
	color:#ffffff;
}

#indexpart3{
	width:100%;
	height:366px;
	padding-top:78px;
	background-image:url(../images/bgn4.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#indexpart3 .indexpart3{
	width:1400px;
	height:366px;
	margin:0px auto;
	position:relative;
}
#indexpart3 .indexpart3 .left{
	width:326px;
	height:auto;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}
#indexpart3 .indexpart3 .left.partname{
	width:100%;
	height:auto;
}
#indexpart3 .indexpart3 .left .partname .name{
	width:100%;
	height:65px;
	line-height:65px;
	font-size:36px;
	color:#2a2a2a;
}
#indexpart3 .indexpart3 .left .partname .word{
	width:100%;
	height:auto;
	line-height:27px;
	font-size:15px;
	color:#1c1c1c;
}
#indexpart3 .indexpart3 .left .partname .xian{
	width:48px;
	height:20px;
	border-bottom:3px solid #0657c9;
}
#indexpart3 .indexpart3 .right{
	width:1042px;
	height:366px;
	float:right;
	position:absolute;
	right:0px;
	top:0px;
	z-index:999;
}
#indexpart3 .indexpart3 .right .swiper-container{
	width:100%;
	height:100%;
	z-index:999;
}
#indexpart3 .indexpart3 .right .swiper-container .swiper-wrapper{
	width:100%;
	height:100%;
}
#indexpart3 .indexpart3 .right .swiper-container .swiper-wrapper .swiper-slide .picture{
	width:100%;
	height:205px;
	background-color:#d3deeb;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
#indexpart3 .indexpart3 .right .swiper-container .swiper-wrapper .swiper-slide .picture .icon{
	width:100%;
	height:100%;
	background-image:url(../images/bgn12.png);
	display:none;
}
#indexpart3 .indexpart3 .right .swiper-container .swiper-wrapper .swiper-slide:hover .picture .icon{
	display:block;
}
#indexpart3 .indexpart3 .right .swiper-container .swiper-wrapper .swiper-slide .title{
	width:100%;
	height:auto;
	line-height:25px;
	max-height:100px;
	overflow:hidden;
	margin:10px 0px;
	font-size:16px;
	color:#292929;
}
#indexpart3 .indexpart3 .right .swiper-container .swiper-wrapper .swiper-slide .title a{
	color:#292929;
}
#indexpart3 .indexpart3 .right .swiper-container .swiper-wrapper .swiper-slide:hover .title a{
	color:#0657c9;
}
#indexpart3 .indexpart3 .right .swiper-container .swiper-wrapper .swiper-slide .time{
	width:100%;
	height:35px;
	line-height:25px;
	font-size:13px;
	color:#a2a2a2;
}
#indexpart3 .indexpart3 .right .swiper-button-prev{
	width:37px;
	height:37px;
	position:absolute;
	left:-358px;
	top:234px;
	background-image:url(../images/left.png);
    outline: none;
}
#indexpart3 .indexpart3 .right .swiper-button-next{
	width:37px;
	height:37px;
	position:absolute;
	left:-308px;
	top:234px;
	background-image:url(../images/right.png);
    outline: none;
}
#indexpart3 .indexpart3 .right .swiper-button-prev:after,#indexpart3 .indexpart3 .right .swiper-button-next:after{
	content:"";
}
#indexpart3 .indexpart3 .right .swiper-button-next.swiper-button-disabled{
    filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	background-image:url(../images/right1.png);
} 
#indexpart3 .indexpart3 .right .swiper-button-prev.swiper-button-disabled{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	background-image:url(../images/left1.png);
}

#indexpart4{
	width:100%;
	height:318px;
	background-image:url(../images/bgn5.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#indexpart4 .indexpart4{
	width:1400px;
	height:318px;
	margin:0px auto;
	position:relative;
}
#indexpart4 .indexpart4 ul{
	width:1400px;
	height:318px;
}
#indexpart4 .indexpart4 ul li{
	width:350px;
	height:243px;
	padding-top:75px;
	float:left;
}
#indexpart4 .indexpart4 ul li .icon{
	width:350px;
	height:80px;
	background-position:center;
	background-repeat:no-repeat;
}
#indexpart4 .indexpart4 ul li .title{
	width:350px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:20px;
	color:#ffffff;
}
#indexpart4 .indexpart4 ul li .word{
	width:330px;
	height:auto;
	margin:0px auto;
	max-height:100px;
	text-align:center;
	line-height:25px;
	font-size:14px;
	color:#f1f4f7;
}
/*首页样式 ------------------end*/

/*在线留言 ---------------start*/
.message{
	width:500px;
	height:auto;
	margin:0px auto;
}
.message .layui-btn-primary:hover{
    border-color:#c3261c;
}
/*在线留言 ---------------end*/

/*新闻资讯列表 ---------------start*/
.newslist{
	width:1060px;
	height:auto;
	margin:0px auto;
}
.newslist ul{
	width:1060px;
	height:auto;
}
.newslist ul li{
	width:1060px;
	height:178px;
	padding:25px 0px;
	border-bottom:1px dashed #c8c8c8;
}
.newslist ul li .picture{
	width:283px;
	height:178px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#d3deeb;
}
.newslist ul li .picture .icon{
	width:100%;
	height:100%;
	background-image:url(../images/bgn12.png);
	display:none;
}
.newslist ul li:hover .picture .icon{
	display:block;
}
.newslist ul li .news{
	width:755px;
	height:178px;
	float:right;
}
.newslist ul li .news .time{
	width:755px;
	height:45px;
	line-height:55px;
	font-size:13px;
	color:#636363;
}
.newslist ul li .news .time .day{
	font-size:28px;
	color:#3a3a3a;
	font-weight:bold;
	margin-right:5px;
}
.newslist ul li .news .title{
	width:755px;
	height:45px;
	line-height:45px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:18px;
	color:#292929;
}
.newslist ul li .news .title a{
	color:#292929;
}
.newslist ul li .news .content{
	width:755px;
	height:50px;
	line-height:25px;
	overflow:hidden;
	font-size:13px;
	color:#818181;
	margin-bottom:15px;
}
.newslist ul li .news .more{
	color:#f49d36;
	font-size:12px;
}
.newslist ul li:hover .news .time{
	color:#0657c9;
}
.newslist ul li:hover .news .time .day{
	color:#0657c9;
}
.newslist ul li:hover .news .title{
	color:#0657c9;
	font-weight:bold;
}
.newslist ul li:hover .news .title a{
	color:#0657c9;
	text-decoration:underline;
}
.newslist ul li:hover .news .content{
	color:#0657c9;
}
.newslist ul li:hover .news .more{
	color:#0657c9;
}
/*新闻资讯列表 ---------------end*/

/*产品中心列表 ---------------start*/
.productlist{
	width:1060px;
	height:auto;
	overflow:hidden;
}
.productlist ul{
	width:1086px;
	height:auto;
}
.productlist ul li{
	width:336px;
	height:336px;
	float:left;
	margin-right:26px;
	margin-bottom:30px;
}
.productlist ul li .picture{
	width:334px;
	height:252px;
	border:1px solid #edf1f6;
	background-color:#edf1f6;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.productlist ul li .details{
	width:336px;
	height:50px;
	padding:16px 0px;
	background-color:#d3deeb;
}
.productlist ul li .details .title{
	width:306px;
	height:25px;
	line-height:25px;
	font-size:16px;
	color:#2a2a2a;
	overflow:hidden;
    text-overflow:ellipsis;
	white-space:nowrap;
	margin:0px auto;
}
.productlist ul li .details .title a{
	color:#2a2a2a;
}
.productlist ul li .details .number{
	width:306px;
	height:25px;
	line-height:25px;
	font-size:16px;
	color:#2a2a2a;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin:0px auto;
}
.productlist ul li:hover .picture{
	border-color:#0657c9;
}
.productlist ul li:hover .details{
	background-color:#0657c9;
}
.productlist ul li:hover .details .title{
	color:#ffffff;
}
.productlist ul li:hover .details .title a{
	color:#ffffff;
}
.productlist ul li:hover .details .number{
	color:#ffffff;
}
/*产品中心列表 ---------------end*/

/*温控工程列表 ---------------start*/
.wkgclist{
	width:1060px;
	height:auto;
	overflow:hidden;
}
.wkgclist ul{
    width:1086px;
    height:auto;
}
.wkgclist ul li{
	width:517px;
	height:428px;
	float:left;
	margin-right:26px;
	margin-bottom:26px;
}
.wkgclist ul li .picture{
	width:511px;
	height:277px;
	border:3px solid #ffffff;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.wkgclist ul li .picture .icon{
	width:100%;
	height:100%;
	background-image:url(../images/bgn12.png);
	display:none;
}
.wkgclist ul li:hover .picture{
	border-color:#d3deeb;
}
.wkgclist ul li:hover .picture .icon{
	display:block;
}
.wkgclist ul li .news{
	width:517px;
    height:145px;
}
.wkgclist ul li .news .title{
	width:510px;
	height:50px;
	line-height:55px;
	margin:0px auto;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:18px;
	color:#292929;
}
.wkgclist ul li .news .title a{
	color:#292929;
}
.wkgclist ul li:hover .news .title{
	color:#0657c9;
}
.wkgclist ul li:hover .news .title a{
	color:#0657c9;
}
.wkgclist ul li .news .content{
	width:510px;
	height:50px;
	margin:0px auto;
	line-height:25px;
	overflow:hidden;
	font-size:14px;
	color:#818181;
	margin-bottom:20px;
}
.wkgclist ul li .news .more{
	color:#f49d36;
	font-size:12px;
	margin-left:3.5px;
}
/*温控工程列表 ---------------end*/
/*电机技术列表 ---------------start*/
#piclist{
	width:1360px;
	height:auto;
	padding:15px 20px;
	background-color:#ffffff;
}
#piclist .location{
	width:100%;
	height:45px;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
	line-height:45px;
}
#piclist .location .info{
	width:950px;
	height:50px;
	padding-left:26px;
	background-image:url(../images/bgn11.png);
	background-position:left center;
	background-repeat:no-repeat;
	line-height:50px;
	overflow:hidden;
	font-size:13px;
	color:#797979;
}
#piclist .location .info a{
	color:#797979;
}
#piclist .location .info a:last-child{
	color:#f49d36;
}
#piclist .location .info span{
	margin:0px 5px;
}
#piclist .piclist{
	width:1360px;
	height:auto;
	overflow:hidden;
}
#piclist .piclist ul{
	width:1350px;
	height:auto;
	margin:0px auto;
}
#piclist .piclist ul li{
	width:410px;
	height:380px;
	margin:20px;
	float:left;
}
#piclist .piclist ul li .picture{
	width:404px;
	height:230px;
	border:3px solid #ffffff;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
#piclist .piclist ul li .picture .icon{
	width:100%;
	height:100%;
	background-image:url(../images/bgn12.png);
	display:none;
}
#piclist .piclist ul li:hover .picture{
	border-color:#d3deeb;
}
#piclist .piclist ul li:hover .picture .icon{
	display:block;
}
#piclist .piclist ul li .title{
	width:400px;
	height:50px;
	line-height:55px;
	margin:0px auto;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:18px;
	color:#292929;
}
#piclist .piclist ul li .title a{
	color:#292929;
}
#piclist .piclist ul li:hover .title a{
	color:#0657c9;
	text-decoration:underline;
}
#piclist .piclist ul li .content{
	width:400px;
	height:50px;
	margin:0px auto;
	margin-bottom:20px;
	line-height:25px;
	overflow:hidden;
	font-size:14px;
	color:#818181;
}
#piclist .piclist ul li:hover .content{
	color:#0657c9;
}
#piclist .piclist ul li .more{
	color:#f49d36;
	font-size:12px;
	margin-left:5px;
}
#piclist .piclist ul li:hover .more{
	color:#0657c9;
}
#piclist .piclist ul .dashed{
	width:100%;
	height:1px;
	border-top:1px dashed #c8c8c8;
	float:left;
}
/*电机技术列表 ---------------end*/
/*详情页 ---------------start*/
.article{
	width:1060px;
	height:auto;
	margin:0px auto;
}
.article .theTit{
	width:1060px;
    height:auto;
    padding:10px 0px;
    line-height:25px;
    font-size:22px;
    color:#1e1b16;
    text-align:center;
}
.article .theauthor{
	width:1060px;
	height:20px;
	line-height:20px;
	padding:5px 0px;
	color:#604c31;
	text-align:center;
}
.article .video{
	width:1060px;
	height:600px;
	margin:20px 0px;
}
.article .showus{
	width:1060px;
	height:auto;
	line-height:30px;
	font-size:16px;
	color:#101010;
	margin-bottom:20px;
}
.article .showup{
	width:1060px;
	height:auto;
	line-height:20px;
	padding:5px 0px;
	font-size:16px;
	color:#201404;
}
.article .showup a{
	color:#201404;
}
.article .showup a:hover{
	color:#c3261c;
}
.article .back{
	width:1060px;
	height:40px;
	line-height:40px;
	font-size:20px;
	color:#201404;
	text-align:right;
}
.article .back a{
	color:#201404;
}
.article .back a:hover{
	color:#c3261c;
}
/*详情页 ---------------end*/
/*在线搜索 ---------------start*/
.searchlist{
	width:1060px;
	height:auto;
}
.searchlist ul{
	width:1060px;
	height:auto;
	overflow:hidden;
}
.searchlist ul li{
	width:1060px;
	height:50px;
	border-bottom:1px dashed #c8c8c8;
	
}
.searchlist ul li .title{
    width:960px;
    height:50px;
    float:left;
	line-height:50px;
	font-size:18px;
	color:#292929;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.searchlist ul li .title a{
	color:#292929;
}
.searchlist ul li:hover .title a{
	color:#0657c9;
}
.searchlist ul li .title span{
	color:#0657c9;
	margin:0px 5px;
}
.searchlist ul li .time{
	width:100px;
	height:50px;
	line-height:50px;
	float:right;
	text-align:right;
	font-size:14px;
	color:#818181;
}

/*在线搜索 ---------------end*/