/* 内页banner */
.fixed-banner{
	overflow: hidden;
	position: relative;
	margin-top: 126px;
}
.fixed-banner img{
	width: 100%;
}
.fixed-banner .txt{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	color: #fff;
}
.fixed-banner .txt h3{
	font-size: 50px;
	line-height: 100px;
	position: relative;
}
.fixed-banner .txt h3::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 44px;
	height: 4px;
	background-color: #fff;
}
.fixed-banner .txt p {
	font-size: 25px;
	line-height: 30px;
	margin-top: 20px;
	letter-spacing: 5px;
}
/* 面包屑 */
.ny-tittle{
	padding: 12px 0 4px 0;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	margin-bottom: 60px;
}
.ny-tittle .pro-sider{
	float: left;
	max-width: 1000px;
}
.ny-tittle .pro-sider ul li{
	display: inline-block;
	margin-right: 9px;
	margin-bottom: 10px;
}
.ny-tittle .pro-sider ul li a{
	display: block;
	line-height: 33px;
	padding: 0 24px;
	background-color: #fff;
	border: 1px solid #bdbdbd;
	text-align: center;
	color: #060606;
	font-size: 16px;
	border-radius: 20px;
	transition: all 0.55s;
}
.ny-tittle .pro-sider ul li a:hover,
.ny-tittle .pro-sider ul li a.active{
	background-color: #008cd8;
	color: #fff;
	border-color: #008cd8;
}
.ny-tittle .crumbs{
	float: right;
}
.crumbs{
	line-height: 35px;
	box-sizing: border-box;
	font-size: 15px;
	position: relative;
	color: #3c3c3c;
	padding-left: 20px;
	background: url(../images/title-home.png) left center no-repeat;
}
.crumbs a{
	color: #3c3c3c;
}
.crumbs a:hover {
	color: #008cd8;
	text-decoration: underline;
}
/* 内页标题 */
.common-inner{
	background: #fff;
}
.common-inner .ny-title{
	text-align: center;
	color: #060606;
	font-size: 42px;
	line-height: 100px;
	position: relative;
	margin-bottom: 40px;
}
.common-inner .ny-title::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 32px;
	height: 3px;
	background-color: #008cd8;
	transform: translateX(-50%);
}
/* 公司介绍内页 */
/* 李子园简介 */
.de-about-list{
	margin-bottom: 20px;
}
.de-about-list .img{
	float: left;
	width: 680px;
	height: 458px;
	margin-right: 20px;
}
.de-about-list .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.de-about-list .de-about-content{
	word-break: break-all;
}
.de-about-list .de-about-content p{
	text-indent: 2em;
	margin-bottom: 40px;
}
.de-about-content{
	color: #272626;
	font-size: 18px;
	line-height: 36px;
}
/* 企业文化 */
.de-culture-list{
	background-color: #f7f7f7;
	padding: 70px 0 100px 0;
}
/* 公司历程 */
.de-course-list{
	background-color: #fff;
	padding: 60px 0;
}
/* 生产技术 */
.de-technology-list{
	background-color: #fff;
	padding: 50px 0;
}
.de-technology-list .img{
	float: left;
	width: 630px;
}
.de-technology-list .img img{
	width: 100%;
}
.de-technology-list .txt{
	float: right;
	width: 700px;
}
.de-technology-list .txt .tit{
	color: #272626;
	font-size: 20px;
	line-height: 42px;
	font-weight: bold;
}
.de-technology-list .txt .de-about-content{
	line-height: 48px;
}
/* 设备厂房 */
.de-plant-list{
	background-color: #f7f7f7;
	padding: 60px 0;
}
.de-plant-list .conimg{
	width: 632px;
	float: left;
	overflow: hidden;
}
.de-plant-list .conimg .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.de-plant-list .conimg .gallery-top .img{
	width: 100%;
	height: 370px;
}
.de-plant-list .conimg .gallery-thumbs{
	margin-top: 18px;
}
.de-plant-list .conimg .gallery-thumbs .img{
	width: 100%;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
}
.de-plant-list .conimg .gallery-thumbs .swiper-slide::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	border-radius: 5px;
	overflow: hidden;
}
.de-plant-list .conimg .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before{
	background: none;
}
.de-plant-list .de-about-content{
	float: right;
	width: 700px;
	line-height: 44px;
}
.de-plant-list .de-about-content p{
	text-indent: 2em;
}
/* 公司简介底部 */
.company-footer .footer-nav,
.company-footer .footer{
	background-color: #fff;
}
.company-footer .footer2 .warpper{
	border-top: 1px solid #e2e2e2;
}
/* 联系我们内页 */
.common-inner .de-contact{
	overflow: hidden;
}
.common-inner .de-contact .contact-list{
  overflow: hidden;
}
.common-inner .de-contact .contact-list ul li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 20px 0;
	min-height: 234px;
	float: left;
	position: relative;
}
.common-inner .de-contact .contact-list ul li::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 132px;
	background-color: #efefef;
	transform: translateY(-50%);
}
.common-inner .de-contact .contact-list ul li:last-child::before,
.common-inner .de-contact .contact-list ul li:nth-child(3n)::before{
	display: none;
}
.common-inner .de-contact .contact-list ul li .img{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
}
.common-inner .de-contact .contact-list ul li .img img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.common-inner .de-contact .contact-list ul li h4{
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #424242;
}
.common-inner .de-contact .contact-list ul li p{
	text-align: center;
	padding: 0 4%;
	font-size: 16px;
	color: #8b8b8b;
	line-height: 26px;
}
.common-inner .de-contact .contact-list ul li.tel p{
	text-align: center;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}
.common-inner .de-contact .contact-list ul li .shop{
	margin-top: 15px;
	text-align: center;
}
.common-inner .de-contact .contact-list ul li .shop a{
	display: inline-block;
	margin: 0 9px;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	background-color: #d20e1a;
	transition: all 0.55s;
}
.common-inner .de-contact .contact-list ul li .shop a img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.common-inner .de-contact .contact-list ul li .shop a:hover{
	background-color: #008cd8;
}
.common-inner .de-contact .contact-map {
	overflow: hidden;
}
.common-inner .de-contact .contact-map #dituContent {
	width: 100%;
	height: 710px;
	margin: 50px auto 0;
}
/* 招商加盟 */
.common-inner .de-join{
	overflow: hidden;
}
.common-inner .de-join .de-join-list{
	padding: 40px 0 60px;
}
.common-inner .de-join .de-join-list .join-li{
	float: left;
	width: 330px;
	margin-right: 60px;
}
.common-inner .de-join .de-join-list .join-li:last-child{
	width: 620px;
	margin-right: 0;
}
.common-inner .de-join .de-join-list .join-li .tit{
	width: 316px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	font-size: 36px;
	background: url(../images/join-tit.png) center center no-repeat;
	margin: 0 auto 40px;
}
.common-inner .de-join .de-join-list .join-li .list li{
	margin-bottom: 20px;
	background-color: #f8f8f8;
	border-radius: 20px;
	line-height: 42px;
}
.common-inner .de-join .de-join-list .join-li .list li h4{
	float: left;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background-color: #ac2525;
	border-radius: 50%;
	margin-right: 10px;
}
.common-inner .de-join .de-join-list .join-li .list li p{
	float: left;
	color: #1a1a1a;
	font-size: 18px;
}
.common-inner .de-join .de-join-list .join-li .zhichi li{
	margin-bottom: 20px;
	background-color: #f8f8f8;
	border-radius: 20px;
}
.common-inner .de-join .de-join-list .join-li .zhichi li h4{
	width: 42px;
	float: left;
	height: 42px;
	background-color: #ac2525;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
	margin-right: 10px;
}
.common-inner .de-join .de-join-list .join-li .zhichi li p{
	float: left;
	height: 42px;
	color: #1a1a1a;
	font-size: 18px;
	line-height: 28px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.common-inner .de-join .join-tel{
	margin-bottom: 60px;
}
.common-inner .de-join .join-tel .tit{
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #272727;
	font-size: 24px;
	background-color: #f2f2f2;
	margin-bottom: 2px;
}
.common-inner .de-join .join-tel .list{
	width: 50%;
	float: left;
}
.common-inner .de-join .join-tel table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.common-inner .de-join .join-tel table tr td {
	line-height: 52px;
	color: #3b3b3b;
	font-size: 18px;
	text-align: center;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #f9f9f9;
}
.common-inner .de-join .join-tel table tr td:first-child{
	background-color: #ececec;
}
/* 在线留言 */
.common-inner .de-message {
	overflow: hidden;
	padding: 20px 0 60px;
}
.common-inner .de-message .tips {
	font-size: 16px;
	line-height: 20px;
	color: #676767;
	margin-bottom: 50px;
}
.common-inner .de-message .mes-form {
	overflow: hidden;
}
.common-inner .de-message .mes-form .form-tr {
	overflow: hidden;
	float: left;
	width: 50%;
	margin-bottom: 14px;
}
.common-inner .de-message .mes-form .form-tr input {
	display: block;
	width: 638px;
	background: transparent;
	height: 40px;
	padding: 6px 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
}
.common-inner .de-message .mes-form .form-tr input.tel,
.common-inner .de-message .mes-form .form-tr input.email{
	width: 668px;
}
.common-inner .de-message .mes-form .form-tr textarea {
	display: block;
	width: 1368px;
	height: 168px;
	line-height: 40px;
	background: transparent;
	padding: 6px 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
}
.common-inner .de-message .mes-form .form-tr .code {
	overflow: hidden;
}
.common-inner .de-message .mes-form .form-tr .code input {
	float: left;
}
.common-inner .de-message .mes-form .form-tr .code .verify {
	cursor: pointer;
	float: left;
	margin-left: 25px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 0;
}
.common-inner .de-message .mes-form .form-tr .code .verify img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.common-inner .de-message .mes-form .form-tr .submit{
	background: #008cd8;
	color: #fff;
	width: 170px;
	line-height: 40px;
	text-align: center;
	border: 0;
	font-size: 14px;
	border-radius: 0;
	text-transform: capitalize;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 40px auto 0;
	border-radius: 20px;
}
.common-inner .de-message .mes-form .form-tr .submit:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
    z-index: 9;
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);
}
.common-inner .de-message .mes-form .form-tr .submit:hover:before{
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);
}
.common-inner .de-message .mes-form .form-tr .submit:hover, 
.common-inner .de-message .mes-form .form-tr .submit:focus, 
.common-inner .de-message .mes-form .form-tr .submit:active{
	background-color: #5fa945;
	color: #fff;
}
/* 投资者关系管理 */
.common-inner .de-invest{
	margin-bottom: 100px;
}
.common-inner .de-invest .content{
	height: 800px;
}
.common-inner .de-invest .content .index{
	width: 100%;
	height: -webkit-fill-available;
	border: 0px;
}
/* 新闻列表页 */
.common-inner .de-news-list {
	overflow: hidden;
	margin-bottom: 70px;
}
.common-inner .de-news-list ul li{
	box-sizing: border-box;
}
.common-inner .de-news-list ul li a {
	display: block;
	position: relative;
	z-index: 1;
}
.common-inner .de-news-list ul li a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #fafafa;
	z-index: -1;
	transition: all 0.55s;
}
.common-inner .de-news-list ul li a:hover::before{
	width: 100%;
}
.common-inner .de-news-list ul li a .warpper{
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}
.common-inner .de-news-list ul li .img {
	display: block;
	width: 240px;
	height: 140px;
	float: left;
}
.common-inner .de-news-list ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.common-inner .de-news-list ul li .box {
	float: right;
	width: 890px;
	font-size: 14px;
	margin-right: 230px;
}
.common-inner .de-news-list ul li .box h4 {
	font-size: 20px;
	line-height: 26px;
	color: #272727;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.common-inner .de-news-list ul li .box p {
	color: #8c8c8c;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin: 10px 0 25px;
}
.common-inner .de-news-list ul li .box .time {
	color: #8c8c8c;
	line-height: 1.1;
}
.common-inner .de-news-list ul li .box .time span{
	color: #008cd8;
	padding-right: 14px;
}
.common-inner .de-news-list ul li:hover .time span {
	color: #5fa945;
}
/* 分页样式 */
.de-page-mian {
	overflow: hidden;
	text-align: center;
	font-size: 0;
	padding: 0 0 50px;
}
.de-page-mian .page-inner {
	display: inline-block;
	overflow: hidden;
}
.de-page-mian .page-inner a {
	display: block;
	float: left;
	min-width: 26px;
	padding: 0 5px;
	height: 36px;
	background: #eee;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #2d2d2d;
	margin: 0 5px;
	overflow: hidden;
	border-radius: 50%;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
	color: #fff;
	border-color: #008cd8;
	background: #008cd8;
}
.de-page-mian .page-inner a.prev {
	margin-right: 10px;
	background: #eee url(../images/prev.png) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
	background: #eee url(../images/prev-hover.png) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
	background-color: #008cd8;
}
.de-page-mian .page-inner a.next {
	margin-left: 10px;
	margin-right: 15px;
	background: #eee url(../images/next.png) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
	background: #eee url(../images/next-hover.png) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
	background-color: #008cd8;
}
.de-page-mian .page-inner a.page-btn {
	font-size: 12px;
	margin-right: 0;
	width: 63px;
	margin-left: 10px;
	display: none;
}
.de-page-mian .page-inner span {
	display: none;
	font-size: 12px;
	color: #333;
	float: left;
	line-height: 38px;
}
.de-page-mian .page-inner input {
	display: none;
	float: left;
	height: 36px;
	width: 36px;
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	margin: 0 5px;
}
/* 新闻详情 */
.news-ntitle{
	background-color: #f5f5f5;
	padding: 15px 0;
	margin-top: 126px;
}
.news-ntitle .crumbs{
	float: left;
}
.news-ntitle a.back{
	float: right;
	width: 120px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #666666;
	border: 1px solid #666666;
	border-radius: 5px;
	transition: all 0.55s;
}
.news-ntitle a.back:hover{
	background-color: #008cd8;
	border-color: #008cd8;
	color: #fff;
}
.news-info{
	padding: 50px 0;
}
.news-info .title{
	text-align: center;
	color: #333333;
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 20px;
}
.news-info .tit{
	text-align: center;
	padding: 20px 0;
	line-height: 30px;
	border-bottom: 1px solid #dddddd;
	position: relative;
} 
.news-info .tit span{
	padding: 0 20px;
	color: #666666;
	font-size: 15px;
}
.news-info .con{
	margin-top: 3vw;
	color: #333333;
	font-size: 16px;
	line-height: 24px;
}
.news-info .con p{
	margin-bottom: 20px;
	text-indent: 2em;
}
.news-info .con img{
	max-width: 100%;
	margin: 0 auto;
}
.news-info .tags{
	position: relative;
	border-top: 1px solid #008cd8;
	line-height: 30px;
	margin-top: 40px;
	color: #666666;
}
.news-info .tags span{
	display: block;
	width: 90px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	right: 0;
	background: #008cd8;
	top: 0;
	color: #fff;
	cursor: pointer;
}
/* 上/下页 */
.newsPage {
	border-top: 1px solid #eaeaea;
	padding-top: 20px;
	margin-top: 30px;
}
.newsPage .page-a{
    line-height: 30px;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 5px;
	padding-left: 5px;
}
.newsPage .page-a:before {
    width: 70px;
    height: 30px;
    background: #a2a2a2;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
}
.newsPage .page-a a {
    display: inline-block;
    margin-left: 20px;
	color: #333;
	font-size: 14px;
}
.newsPage .page-a a:hover {
  color: #008cd8;
  text-decoration: underline;
}
/* 产品列表 */
.common-inner .de-product-list {
	overflow: hidden;
	margin-bottom: 40px;
}
.common-inner .de-product-list ul{
	margin: 0 -15px;
}
.common-inner .de-product-list ul li {
	float: left;
	width: 327px;
	margin: 0 15px;
}
.common-inner .de-product-list ul li a {
	display: block;
}
.common-inner .de-product-list ul li .img {
	width: 100%;
	height: 327px;
    border:1px solid #e5e5e5;
	font-size: 0;
	line-height: 327px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.common-inner .de-product-list ul li .img img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.common-inner .de-product-list ul li .title{
	text-align: center;
	color: #181818;
	font-size: 18px;
	line-height: 60px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.common-inner .de-product-list ul li:hover{
	border-color: #008cd8;
}
.common-inner .de-product-list ul li:hover .img img {
  transform: scale(1.1);
}
.common-inner .de-product-list ul li:hover .title{
	color: #008cd8;
}




.common-inner .inner-left {
  float: left;

}
.common-inner .inner-left .pro-sider {
  float: none;
}
.common-inner .inner-right {
  background: #fff;
  width: 930px;
  float: right;
}
.common-inner .inner-right .search-result {
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;

  margin: 12px 0 25px;

  padding: 0 17px;

  font-size: 14px;

  color: #595959;

}

.common-inner .inner-right .search-result span {

  color: #dbb0a0;

  font-weight: bold;

}

.common-inner .inner-right .search-result .search-record {

  float: right;

}

.common-inner .inner-right .de-case-list,

.common-inner .inner-right .de-download-list{

  overflow: hidden;

  min-height: 622px;

}

.common-inner .inner-right .de-case-list .tit,

.common-inner .inner-right .de-download-list .tit{

	background: #f5f5f5;

	box-sizing: border-box;

	height: 40px;

	border-left: 3px solid #008cd8;

	font-size: 18px;

	padding-left: 15px;

	line-height: 40px;

}

.common-inner .inner-right .de-case-list ul {

  margin: 0 -5px;

}

.common-inner .inner-right .de-case-list ul li {

  float: left;

  width: 303px;

  margin: 0 5px 10px 5px;

}

.common-inner .inner-right .de-case-list ul li a {

  display: block;

}

.common-inner .inner-right .de-case-list ul li .img {

	width: 100%;

	height: 240px;

	text-align: center;

	line-height: 240px;

	font-size: 0;

	background-color: #fff;

	overflow: hidden;

}

.common-inner .inner-right .de-case-list ul li .img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: all 0.5s;

}

.common-inner .inner-right .de-case-list ul li .title {

	text-align: center;

	height: 48px;

	padding: 0 10px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	line-height: 48px;

	font-size: 14px;

	color: #595959;

	background: #f6f6f6;

	transition: all 0.5s;

}

.common-inner .inner-right .de-case-list ul li:hover .img img {

  transform: scale(1.1);

}

.common-inner .inner-right .de-case-list ul li:hover .title{

	background-color: #008cd8;

	color: #fff;

}



.common-inner .inner-right .de-download-list ul li {

	width: 100%;

	padding: 20px 0;

	border-bottom: 1px solid #dcdcdc;

}

.common-inner .inner-right .de-download-list ul li p:nth-child(2){

	display: none;

}

.common-inner .inner-right .de-download-list ul li img{

	display: inline-block;

	padding-right: 5px;

}

.common-inner .inner-right .de-download-list ul li a {

	color: #333;

}



.common-inner .inner-right .de-search-list {

  overflow: hidden;

  min-height: 622px;

}

.common-inner .inner-right .de-search-list ul {

  margin: 0 -10px;

}

.common-inner .inner-right .de-search-list ul li {

  float: left;

  width: 285px;

  margin: 0 10px;

}

.common-inner .inner-right .de-search-list ul li a {

  display: block;

}

.common-inner .inner-right .de-search-list ul li .img {

  width: 100%;

  height: 285px;

  background: #fff;

  font-size: 0;

  line-height: 285px;

  text-align: center;

  overflow: hidden;

  transition: all 0.5s;

}

.common-inner .inner-right .de-search-list ul li .img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: all 0.5s;

}

.common-inner .inner-right .de-search-list ul li .title {

  font-size: 16px;

  text-align: center;

  height: 50px;

  line-height: 50px;

  color: #333;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  transition: all 0.5s;

}

.common-inner .inner-right .de-search-list ul li:hover .img img {

  transform: scale(1.1);

}

.common-inner .inner-right .de-search-list ul li:hover .title{

	color: #008cd8;

}




.common-inner .inner-right .de-mouth-list {

  overflow: hidden;

  min-height: 644px;

  padding: 5px;

}

.common-inner .inner-right .de-mouth-list ul li {

  padding: 20px 15px;

  overflow: hidden;

  border-bottom: 1px solid #ededed;

}

.common-inner .inner-right .de-mouth-list ul li a {

  display: block;

}

.common-inner .inner-right .de-mouth-list ul li .img {

  float: left;

  width: 15%;

  height: 120px;

  text-align: center;

  line-height: 120px;

  font-size: 0;

}

.common-inner .inner-right .de-mouth-list ul li .img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.common-inner .inner-right .de-mouth-list ul li .box {

  float: right;

  width: 84%;

  font-size: 14px;

}

.common-inner .inner-right .de-mouth-list ul li .box h4 {

  color: #323232;

  line-height: 1.1;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  font-weight: bold;

}

.common-inner .inner-right .de-mouth-list ul li .box p {

  color: #595959;

  line-height: 24px;

  height: 48px;

  overflow: hidden;

  margin: 15px 0 25px;

}

.common-inner .inner-right .de-mouth-list ul li .box .time {

  color: #999999;

  line-height: 1.1;

}

.common-inner .inner-right .de-mouth-list ul li .box .time span {

  display: block;

  float: right;

  font-size: 14px;

  color: #dbb0a0;

}

.common-inner .inner-right .de-mouth-list ul li:hover {

  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);

}

.common-inner .inner-right .de-mouth-list ul li:hover .time span {

  color: #eb7fa5;

}



.common-inner .inner-right .news-detail-content {

  overflow: hidden;

}

.common-inner .inner-right .news-detail-content .news-detail-title {

	overflow: hidden;

}

.common-inner .inner-right .news-detail-content .news-detail-title .h3 {

	font-size: 26px;

	text-align: center;

	line-height: 32px;

	margin: 0px auto 30px;

}

.common-inner .inner-right .news-detail-content .news-detail-title .b {

	color: #999;

	text-align: center;

	line-height: 30px;

	margin-bottom: 20px;

	border-bottom: 1px solid #008cd8;

	text-align: center;

	height: 30px;

	position: relative;

}

.common-inner .inner-right .news-detail-content .news-detail-title .b span{

	display: block;

	width: 90px;

	height: 30px;

	text-align: center;

	line-height: 30px;

	position: absolute;

	right: 0;

	background: #008cd8;

	top: 0;

	color: #fff;

	cursor: pointer;

}

.common-inner .inner-right .news-detail-content .news-detail {

  padding: 0 12px 30px;

}



.common-inner .inner-right .news-detail-content .news-detail p {

  font-size: 16px;

  color: #595959;

  line-height: 30px;

  margin-bottom: 10px;

}

.common-inner .inner-right .news-detail-content .news-detail img {

  max-width: 100%;

  margin: 0 auto;

}

.common-inner .inner-right .de-honor-list {

  overflow: hidden;

  margin: 0 auto;

  min-height: 556px;

}

.common-inner .inner-right .de-honor-list .tit{

	background: #f5f5f5;

	box-sizing: border-box;

	height: 60px;

	border-left: 5px solid #008cd8;

	font-size: 24px;

	padding-left: 20px;

	margin-bottom: 20px;

	line-height: 60px;

}

.common-inner .inner-right .de-honor-list ul {

  margin: 0 -5px;

}

.common-inner .inner-right .de-honor-list ul li {

  float: left;

  margin: 0 5px 10px 5px;

  overflow: hidden;

  width: 330px;

}

.common-inner .inner-right .de-honor-list ul li a {

  display: block;

}

.common-inner .inner-right .de-honor-list ul li .img {

  width: 328px;

  height: 240px;

  text-align: center;

  line-height: 240px;

  font-size: 0;

  border: 1px solid #f6f6f6;

  background-color: #fff;

  overflow: hidden;

}

.common-inner .inner-right .de-honor-list ul li .img img {

  display: inline-block;

  vertical-align: middle;

  max-width: 100%;

  max-height: 100%;

  transition: all 0.5s;

}

.common-inner .inner-right .de-honor-list ul li .title {

  text-align: center;

  height: 48px;

  padding: 0 10px;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  line-height: 48px;

  font-size: 14px;

  color: #595959;

  background: #f6f6f6;

  transition: all 0.5s;

}

.common-inner .inner-right .de-honor-list ul li:hover .img img {

  transform: scale(1.1);

}

.common-inner .inner-right .de-honor-list ul li:hover .title{

	background-color: #008cd8;

	color: #fff;

}
/* 人才招聘 */
.job-type ul li{
	display: inline-block;
	margin: 0 10px;
	margin-bottom: 10px;
}
.job-type ul li a{
	display: block;
	line-height: 33px;
	padding: 0 20px;
	background-color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #bdbdbd;
	text-align: center;
	color: #060606;
	font-size: 16px;
	position: relative;
	transition: all 0.55s;
}
.job-type ul li a::before{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #008cd8;
	transition: all 0.55s;
}
.job-type ul li a:hover,
.job-type ul li a.active{
	color: #008cd8;
}
.job-type ul li a:hover::before,
.job-type ul li a.active::before{
	width: 100%;
}
.common-inner .de-job-list {
	overflow: hidden;
	padding-bottom: 80px;
}
.common-inner .de-job-list dl{
	background-color: #008cd8;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #fff;
}
.common-inner .de-job-list dl dd{
	float: left;
	width: 282px;
	border-right: 1px solid #2ea1df;
}
.common-inner .de-job-list dl dd:last-child{
	width: 551px;
	border-right: none;
}
.common-inner .de-job-list table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	background-color: #f7f7f7;
}
.common-inner .de-job-list table tr td{
	width: 262px;
	float: left;
	line-height: 30px;
	color: #000;
	font-size: 16px;
	padding: 10px;
	min-height: 30px;
	text-align: center;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.common-inner .de-job-list table tr td:last-child{
	width: 491px;
	padding: 10px 30px;
	text-align: left;
	border-right: none;
}
.common-inner .de-job-list .tel{
	background-color: #008dd9;
	text-align: center;
	font-size: 16px;
	line-height: 70px;
	color: #fff;
}
.common-inner .de-job-list .tel img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	padding-left: 20px;
}

.common-inner .inner-right .de-job-list ul li {



  overflow: hidden;



  padding: 0 55px 0 25px;



  height: 128px;



  border-bottom: 1px solid #ededed;



}



.common-inner .inner-right .de-job-list ul li .job-title {



  float: left;



  width: 260px;



  margin-right: 10px;



  padding-top: 38px;



}



.common-inner .inner-right .de-job-list ul li .job-title h3 {



  font-weight: bold;



  font-size: 18px;



  color: #333;



  line-height: 20px;



  overflow: hidden;



  text-overflow: ellipsis;



  white-space: nowrap;



  margin-bottom: 15px;



}



.common-inner .inner-right .de-job-list ul li .job-title p {



  font-size: 16px;



  color: #008cd8;



  line-height: 20px;



  font-weight: bold;



}



.common-inner .inner-right .de-job-list ul li .job-title p em {



  font-weight: normal;



  font-size: 12px;



}



.common-inner .inner-right .de-job-list ul li .job-info {



  float: left;



  width: 200px;



  padding-top: 38px;



}



.common-inner .inner-right .de-job-list ul li .job-info p {



  font-size: 13px;



  color: #b2b2b2;



  line-height: 20px;



  margin-bottom: 15px;



}



.common-inner .inner-right .de-job-list ul li .job-info p span {



  color: #737373;



}



.common-inner .inner-right .de-job-list ul li .job-btn {



  display: none;



  float: right;



  width: 80px;



  height: 32px;



  line-height: 32px;



  text-align: center;



  font-size: 14px;



  color: #fff;



  background: #008cd8;



  margin-top: 50px;



}



.common-inner .inner-right .de-job-list ul li:hover {



  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);



}



.common-inner .inner-right .de-job-list ul li:hover .job-btn {



  display: block;



}



.common-inner .inner-right .jobs-info {



  padding: 40px 10px 30px;



  margin-bottom: 28px;



  border-bottom: 1px dashed #ededed;



}



.common-inner .inner-right .jobs-info .h3 {



  overflow: hidden;



  margin-bottom: 15px;



}



.common-inner .inner-right .jobs-info .h3 .job-name {



  float: left;



  font-weight: bold;



  font-size: 20px;



  color: #333333;



  width: 450px;



}



.common-inner .inner-right .jobs-info .h3 .job-price {



  float: right;



  font-weight: bold;



  font-size: 24px;



  color: #008cd8;



  line-height: 1.1;



  max-width: 360px;



}



.common-inner .inner-right .jobs-info .h3 .job-price em {



  font-weight: normal;



  font-size: 16px;



}



.common-inner .inner-right .jobs-info .p {



  font-size: 13px;



  color: #999999;



  line-height: 20px;



  margin-bottom: 10px;



}



.common-inner .inner-right .jobs-info .p span {



  color: #595959;



}



.common-inner .inner-right .jobs-info .btn {



  padding-top: 10px;



  overflow: hidden;



}



.common-inner .inner-right .jobs-info .btn a {



  display: block;



  width: 230px;



  height: 44px;



  text-align: center;



  line-height: 44px;



  color: #fff;



  background: #008cd8;



  font-size: 14px;



}



.common-inner .inner-right .jobs-info .btn a:hover {



  background: #333;



}



.common-inner .inner-right .jobs-info-content {



  padding: 0 20px 30px;



  overflow: hidden;



}



.common-inner .inner-right .jobs-info-content h3 {



  font-size: 18px;



  color: #333333;



  font-weight: bold;



  line-height: 1.1;



  margin-bottom: 10px;



}



.common-inner .inner-right .jobs-info-content p {



  font-size: 14px;



  color: #333;



  line-height: 24px;



}







.common-inner .inner-right .apply-job {



  overflow: hidden;



  margin-top: 20px;



}



.common-inner .inner-right .apply-job .job-tr {



  overflow: hidden;



}



.common-inner .inner-right .apply-job .job-tr .tr-over {



  overflow: hidden;



}



.common-inner .inner-right .apply-job .job-tr .error {



  padding-left: 75px;



  height: 18px;



  line-height: 18px;



  font-size: 12px;



  color: #f00;



}



.common-inner .inner-right .apply-job .job-tr .tr-title {



  float: left;



  width: 50px;



  min-height: 20px;



  text-align: right;



  font-size: 14px;



  color: #808080;



  margin-right: 25px;



  line-height: 40px;



}



.common-inner .inner-right .apply-job .job-tr .tr-cont {



  float: left;



  width: 640px;



}



.common-inner .inner-right .apply-job .job-tr .tr-cont h3 {



  font-size: 14px;



  color: #4c4c4c;



  line-height: 40px;



  font-weight: bold;



}



.common-inner .inner-right .apply-job .job-tr .tr-cont input[type=text] {



  line-height: 38px;



  font-size: 14px;



  color: #333;



  display: block;



  padding: 0 10px;



  width: 618px;



  height: 38px;



  border: 1px solid #e6e6e6;



}



.common-inner .inner-right .apply-job .job-tr .tr-cont input[name='captcha'] {



  font-size: 14px;



  line-height: 38px;



  color: #333;



  width: 190px;



  float: left;



  margin-right: 30px;



}



.common-inner .inner-right .apply-job .job-tr .tr-cont .verify {



  cursor: pointer;



  float: left;



  width: 120px;



  height: 40px;



  line-height: 40px;



  text-align: center;



  font-size: 0;



}



.common-inner .inner-right .apply-job .job-tr .tr-cont .verify img {



  display: inline-block;



  vertical-align: middle;



  max-width: 100%;



  max-height: 100%;



}



.common-inner .inner-right .apply-job .job-tr .tr-cont textarea {



  font-size: 14px;



  color: #333;



  display: block;



  height: 170px;



  line-height: 20px;



  padding: 5px 10px;



  width: 618px;



  border: 1px solid #e6e6e6;



}



.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont {



  line-height: 40px;



}



.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont input[type=radio] {



  margin-right: 10px;



}



.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont label {



  margin-right: 30px;



  color: #4c4c4c;



  line-height: 40px;



  font-weight: bold;



}



.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit {



  display: block;



  width: 190px;



  height: 40px;



  line-height: 40px;



  text-align: center;



  background: #008cd8;



  color: #fff;



  font-size: 15px;



}



.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit:hover {



  background: #333;



}







.inner-contact {



  width: 260px;



  margin-top: 18px;



}



.inner-contact .title {



  height: 80px;



  background: url(../images/i-pro-title.jpg) no-repeat center;



  text-align: center;



  line-height: 1;



  overflow: hidden;



}



.inner-contact .title h3 {



  margin-top: 20px;



  font-size: 22px;



  color: #fff;



  margin-bottom: 5px;



}



.inner-contact .title em {



  font-size: 13px;



  color: #728dbc;



}



.inner-contact .contact-box {



  min-height: 180px;



  border: 1px solid #ededed;



  border-top: none;



  background: #fff;



  padding: 20px 20px 10px;



  padding-right: 5px;



}



.inner-contact .contact-box .contact-item {



  overflow: hidden;



  padding-left: 60px;



  font-size: 14px;



  color: #595959;



  line-height: 20px;



  margin-bottom: 10px;



  word-wrap: break-word;



}



.inner-contact .contact-box .contact-item .act {



  float: left;



  width: 60px;



  margin-left: -60px;



  color: #808080;



}


/* 产品详情 */
.prodect-Info {
	overflow: hidden;
	background: #fff;
	min-height: 500px;
	padding-bottom: 48px;
	margin-top: 126px;
}
.prodect-Info .inner-right{
	float: right;
	width: 1010px;
}
.prodect-Info .info-main {
	overflow: hidden;
	background: #f5f5f5;
	padding: 20px 0 45px 0;
}
.prodect-Info .info-main .rig-title{
	margin-bottom: 20px;
}
.prodect-Info .info-main .rig-title .warpper{
	border-bottom: none;
	position: relative;
}
.prodect-Info .info-main .rig-title .back{
	position: absolute;
	top: 3px;
	right: 0;
	width: 118px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	color: #008cd8;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #008cd8;
	border-radius: 5px;
	transition: all 0.55s;
}
.prodect-Info .info-main .rig-title .back:hover{
	background-color: #008cd8;
	color: #fff;
}
.prodect-Info .info-main .info-preview {
	float: left;
	width: 402px;
}
.prodect-Info .info-main .info-main-rig {
	float: right;
	width: 940px;
	overflow: hidden;
	margin-top: 12px;
}
.prodect-Info .info-main .info-main-rig .title {
    font-size: 20px;
    font-weight: bold;
	line-height: 55px;
    border-bottom: 1px dashed #cccccc;
	margin-bottom: 24px;
}
.prodect-Info .info-main .info-main-rig .con-txt{
	min-height: 240px;
}
.prodect-Info .info-main .info-main-rig .con-txt table.contentTab {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 20px;
}
.prodect-Info .info-main .info-main-rig .con-txt table.contentTab tr th {
	width: 50%;
	text-align: center;
	font-size: 15px;
	color: #262626;
	background: #deeae9;
	border: 1px solid #cccccc;
	line-height: 30px;
	font-weight: bold;
	padding: 10px;
}
.prodect-Info .info-main .info-main-rig .con-txt table.contentTab tr td {
	line-height: 30px;
	color: #595959;
	font-size: 15px;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 10px;
}
.prodect-Info .info-main .info-main-rig .order-btn {
	overflow: hidden;
}
.prodect-Info .info-main .info-main-rig .order-btn a {
	float: left;
	width: 180px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #008cd8;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	margin-right: 8px;
	transition: all 0.55s;
}
.prodect-Info .info-main .info-main-rig .order-btn a img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 12px;
}
.prodect-Info .info-main .info-main-rig .order-btn a:hover{
	background-color: #5ea945;
}
.prodect-Info .info-center {
	overflow: hidden;
}
.prodect-Info .info-center .infoCenter-right {
	background: #fff;
}
.prodect-Info .info-center .infoCenter-right .center-title {
	line-height: 50px;
	margin: 20px auto 0;
	border-bottom: 1px solid #dcdcdc;
}
.prodect-Info .info-center .infoCenter-right .center-title span{
	display: inline-block;
	font-size: 20px;
	line-height: 50px;
	color: #333333;
	position: relative;
}
.prodect-Info .info-center .infoCenter-right .center-title span::after{
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #008cd8;
}
.prodect-Info .info-center .infoCenter-right .center-content {
	overflow: hidden;
	padding: 30px 0;
}
.prodect-Info .info-center .infoCenter-right .center-content p{
    font-size: 18px;
    color: #595959;
    line-height: 40px;
}
.prodect-Info .info-center .infoCenter-right .center-content img {
	max-width: 100%;
}
.prodect-Info .info-center .infoCenter-right .center-content table {
	max-width: 100%;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab {
	font-family: '微软雅黑';
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 20px;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr th {
	width: 50%;
	text-align: center;
	font-size: 15px;
	color: #262626;
	background: #deeae9;
	border: 1px solid #cccccc;
	line-height: 30px;
	font-weight: bold;
	padding: 10px;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr td {
	line-height: 30px;
	color: #595959;
	font-size: 15px;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 10px;
}
.prodect-Info .info-center .infoCenter-right .info-back{
	position: relative;
	border-top: 1px solid #008cd8;
	line-height: 30px;
	margin-top: 20px;
	color: #666666;
	font-size: 14px;
}
.prodect-Info .info-center .infoCenter-right .info-back span{
	display: block;
	width: 90px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	right: 0;
	background: #008cd8;
	top: 0;
	color: #fff;
	cursor: pointer;
}
.hots-goods h4{
	line-height: 46px;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
	font-size: 20px;
	position: relative;
	margin: 40px auto 20px;
}
.hots-goods h4:after {
    display: block;
    width: 120px;
    content: '';
    background: #008cd8;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.hots-goods ul{
	margin: 0 -10px;
}
.hots-goods ul li{
	float: left;
	width: 264px;
	margin: 0 10px;
}
.hots-goods ul li a{
	display: block;
	overflow: hidden;
}
.hots-goods ul li a .img{
	width: 262px;
	height: 262px;
	line-height: 262px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #dcdcdc;
}
.hots-goods ul li a .img img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	transition: all .5s;
}
.hots-goods ul li a p{
	line-height: 40px;
	color: #333;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition:all 0.3s ease 0s;
}
.hots-goods ul li:hover img{
	transform: scale(1.1);
}
.hots-goods ul li:hover a p{
	color: #008cd8;
}



#MagnifierWrap2 {
	position: relative;
	width: 402px;
}
.MagnifierMain {
  position: relative;
  width: 400px;
  height: 400px;
  font-size: 0;
  text-align: center;
  line-height: 400px;
  border: 1px solid #dcdcdc;
}
.MagnifierMain img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.MagnifierDrag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: move;
}

.MagnifierPop {

  position: absolute;

  top: 0;

  overflow: hidden;

  background: #fff;

}

.MagnifierImg {

  position: absolute;

  top: 0;

  left: 0;

}

.spec-items {
	position: relative;
	width: 380px;
	height: 70px;
	overflow: hidden;
	padding-top: 20px;
	margin: 0 auto;
	display: none;
}

.spec-items ul {

  width: 500%;

  position: absolute;

  top: 20px;

  left: 0;

}

.spec-items ul * {

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

.spec-items li {

  width: 68px;

  height: 68px;

  line-height: 68px;

  text-align: center;

  float: left;

  overflow: hidden;

  margin-right: 7px;

  border: 1px solid #dcdcdc;

  font-size: 0;

  cursor: pointer;

}

.spec-items li.on {

  border-color: #008cd8;

}

.spec-items li img {

  display: inline-block;

  max-height: 100%;

  max-width: 100%;

  vertical-align: middle;

}

span.spe_leftBtn,

span.spe_rightBtn {

  position: absolute;

  bottom: 0px;

  display: none;

  width: 20px;

  height: 69px;

  line-height: 69px;

  text-align: center;

  font-size: 21px;

  font-weight: bold;

  color: #ddd;

  cursor: default;

  background-color: #f9f9f9;

  -moz-user-select: none;

  -webkit-user-select: none;

  -ms-user-select: none;

  -khtml-user-select: none;

  user-select: none;

  z-index: 9;

}

span.on {

  background-color: #f9f9f9;

  color: #0058b1;

  cursor: pointer;

}

span.spe_leftBtn {

  left: 0;

  background: url(../images/p-detail-left.png) no-repeat center;

}

span.spe_leftBtn.on {

  background: url(../images/p-detail-left-active.png) no-repeat center;

}

span.spe_rightBtn {

  right: 0;

  background: url(../images/p-detail-right.png) no-repeat center;

}

span.spe_rightBtn.on {

  background: url(../images/p-detail-right-active.png) no-repeat center;

}


/* 相关推荐 */

.tianjian{

	box-sizing: border-box;

	border-top: 5px solid #008cd8;

	border-left: 1px solid #eaeaea;

	border-bottom: 1px solid #eaeaea;

	border-right: 1px solid #eaeaea;

	padding: 15px 20px;

	background-color: #fff;

	margin: 30px auto;

}

.tianjian .tit{

	height: 44px;

	border-bottom: 1px solid #dcdcdc;

	margin-bottom: 15px;

}

.tianjian .tit p{

	float: left;

	line-height: 44px;

	font-size: 20px;

	padding-left: 34px;

	background: url(../images/tuijian-tit.png) left center no-repeat;

}

.tianjian .tit p span{

	padding-left: 12px;

	font-size: 12px;

	color: #666666;

}

.tianjian .tit a{

	float: right;

	width: 64px;

	height: 17px;

	line-height: 17px;

	text-indent: 7px;

	border: 1px solid #9a9a9a;

	font-size: 12px;

	color: #999999;

	position: relative;

	margin-top: 15px;

}

.tianjian .tit a::after{

	content: '';

	position: absolute;

	top: 4px;

	right: 8px;

	border-width: 4px;

	border-color: #989898;

	border-right-width: 0;

	border-style: dashed;

	border-right-style: solid;

	border-top-color: transparent;

	border-bottom-color: transparent;

}

.tianjian .tit a:hover{

	background-color: #008cd8;

	color: #fff;

	border-color: #008cd8;

}

.tianjian .tit a:hover::after{

	border-color: #fff;

	border-top-color: transparent;

	border-bottom-color: transparent;

}

.tianjian .tuijian-show{

	margin-bottom: 16px;

}

.tianjian .tuijian-show a{

	display: block;

}

.tianjian .tuijian-show a .img{

	float: left;

	width: 200px;

	height: 133px;

	overflow: hidden;

}

.tianjian .tuijian-show a .img img{

	width: 100%;

	height: 100%;

	object-fit: cover;

	transition: all 0.55s;

}

.tianjian .tuijian-show a .txt{

	float: right;

	width: 650px;

}

.tianjian .tuijian-show a .txt h4{

	color: #333333;

	font-size: 16px;

	line-height: 40px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.tianjian .tuijian-show a .txt p{

	color: #666666;

	font-size: 14px;

	line-height: 24px;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 3;

	-webkit-box-orient: vertical;

}

.tianjian .tuijian-show a:hover .img img{

	transform: scale(1.1);

}

.tianjian .tuijian-show a:hover .txt h4{

	color: #008cd8;

}

.tianjian li{

	float: left;

	width: 424px;

	margin-right: 40px;

}

.tianjian li:nth-child(2n){

	margin-right: 0;

}

.tianjian li a{

	display: block;

	line-height: 36px;

}

.tianjian li a h4{

	float: left;

	width: 80%;

	color: #333333;

	font-size: 14px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.tianjian li a p{

	float: right;

	text-align: right;

	width: 20%;

	color: #999999;

	font-size: 12px;

}

.tianjian li a:hover h4,

.tianjian li a:hover p{

	color: #008cd8;

}



/* 搜索分页 */



.search_pagenation{text-align: center;padding: 30px 0;}

.search_pagenation a{display: inline-block;width: 80px;height: 35px;font-size: 14px;background: #008cd8;color: #fff;line-height: 35px;margin:0 5px;}

.search_pagenation a:hover{background-color: #333;}

.search_pagenation .noothers {display: none;}



/*# sourceMappingURL=./inner.css.map */





.common-inner .inner-right .de-service-list {

  overflow: hidden;

  min-height: 622px;

}

.common-inner .inner-right .de-service-list ul {

  margin: 0 -10px;

}

.common-inner .inner-right .de-service-list ul li {

  float: left;

  width: 403px;

  margin: 0 10px;

}

.common-inner .inner-right .de-service-list ul li a {

  display: block;

}

.common-inner .inner-right .de-service-list ul li .img {

  width: 100%;

  height: 258px;

  background: #fff;

  font-size: 0;

  line-height: 258px;

  text-align: center;

  overflow: hidden;

}

.common-inner .inner-right .de-service-list ul li .img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: all 0.5s;

}

.common-inner .inner-right .de-service-list ul li .title {

	padding: 10px;

	font-size: 18px;

	line-height: 36px;

	color: #1e1e1e;

}

.common-inner .inner-right .de-service-list ul li:hover .img img {

  transform: scale(1.1);

}

.common-inner .inner-right .de-service-list {

  margin-top: 26px;

}