@charset "UTF-8";
/* CSS Document */

/*
-----------------------------内页样式start-----------------------------
*/

/*单篇+文章页start*/

/*newsView*/

.artCbai {
	padding: 85px 85px 20px;
}

.artBox {
	text-align: center;
	line-height: 30px;
	font-size: 0;
}

.artBox .artS {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}

.artShare {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.artShare .bdsharebuttonbox {
	padding: 0;
}

.artShare .bdsharebuttonbox a {
	width: 30px;
	height: 30px;
	padding-left: 0;
	margin: 0;
}

.artShare .bdsharebuttonbox a.bds_tsina {
	background: url(../images/WB1.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_tqq {
	background: url(../images/TI1.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_qzone {
	background: url(../images/KZ.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_douban {
	background: url(../images/DB.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_sqq {
	background: url(../images/qq8.png) center center no-repeat;
}
.artShare .bdsharebuttonbox a.bds_weixin {
	background: url(../images/weixin.png) center center no-repeat;
}
.articleBox {
	line-height: 40px;
	padding: 10px 0;
	color: #666;
	font-size: 16px;
}

.articleBox img {
	max-width: 100%;
}

.articleTitle {
	clear: both;
	text-align: center;
	padding: 0px 10px 0 10px;
	line-height: 35px;
	font-size: 30px;
	font-family: "microsoft yahei";
	color: #6c1985;
}

.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}

.pageUp {
	display: block;
	line-height: 30px;
	padding: 10px 0 20px 0;
	color: #333333;
	font-size: 14px;
	border-top: 1px solid #e6e6e6;
}

.pageUp a {
	line-height: 34px;
	font-size: 16px;
	color: #666;
}

.pageUp a:hover {
	color: #e60012;
}

.share {
	display: block;
	clear: both;
	padding: 10px 0;
}

.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #1e8ddc;
}

.articlePage a.hover {
	color: #fff;
	background: #1e8ddc;
}

/**
 * 文章阅读页-内容上部大图
 */

#play {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/file/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/file/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 600px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #1e8ddc;
	background: #1e8ddc;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../images/file/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../images/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

.shareBox {
	height: 40px;
	overflow: hidden;
	background: #f1f1f1;
}

.shareBoxL {
	float: left;
	padding: 0 0 0 20px;
}

.shareBoxL B {
	display: block;
	line-height: 40px;
	float: left;
}

.bdsharebuttonbox {
	float: left;
	padding: 6px 0 0 10px;
}

.shareBoxR {
	line-height: 40px;
	float: right;
	padding: 0 20px 0 0;
	font-size: 14px;
	color: #000;
}

/*单篇+文章页end*/

/*单篇+文章页end*/

/*全图列表页start*/

.imgList1 {
	overflow: hidden;
	margin-right: -30px;
}
.imgList1 dt:hover .text {
	color: #F00;
}
.imgList1 dd {
	overflow: hidden;
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 30px;
}

.imgList1 dd .con {
	overflow: hidden;
	margin-right: 30px;
	padding:12px;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgList1 dd .a {
	display: block;
}

.imgList1 dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.imgList1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 67%;
}

.imgList1 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.imgList1 dd .text {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
	color: #666;
	font-size: 14px;
	overflow: hidden;
}

.imgList1 dd:hover .text {
	color: #F00;
}
.imgList1 dd .con:hover,
.imgList1 dt .con:hover{
	box-shadow: 1px -3px 15px 3px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

/*列表分类start*/
.imgList3{
	overflow: hidden;
	margin-right: -30px;
}
.imgList3 dd {
	overflow: hidden;
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 30px;
}

.imgList3 dd .con {
	overflow: hidden;
	margin-right: 30px;
	padding:12px;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgList3 dd .a {
	display: block;
}

.imgList3 dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.imgList3 dd .pic:before {
	display: block;
	content: '';
	padding-top: 67%;
}

.imgList3 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.imgList3 dd .text {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
	color: #666;
	font-size: 14px;
	overflow: hidden;
}

.imgList3 dd:hover .text {
	color: #F00;
}
.imgList3 dd .con .textC{
	height: 60px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.imgList3 dd .con:hover{
	box-shadow: 1px -3px 15px 3px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
/*列表分类end*/
/*全图列表页end*/

/*荣誉列表页start*/

.honor {
	overflow: hidden;
	margin-right: -30px;
}
.honor dt{
	width: 100%;
	margin: 0 auto 10px;
}
.honor dt .con{
	padding: 10px;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	margin-right: 30px;
}
.honor dt .pic{
	position: relative;
}
.honor dt .pic:after{
	display: block;
	content: "";
	padding-top: 45%;
}
.honor dt .pic img{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
}
.honor dt .text {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
	color: #666;
	font-size: 14px;
	overflow: hidden;
}

.honor dt:hover .text {
	color: #F00;
}
.honor dd {
	overflow: hidden;
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 30px;
}

.honor dd .con {
	overflow: hidden;
	margin-right: 30px;
	padding:12px;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.honor dd .a {
	display: block;
}

.honor dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.honor dd .pic:before {
	display: block;
	content: '';
	padding-top: 67%;
}

.honor dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	object-fit: contain;
}

.honor dd .text {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
	color: #666;
	font-size: 14px;
	overflow: hidden;
}

.honor dd:hover .text {
	color: #F00;
}
.honor dd .con:hover,
.honor dt .con:hover{
	box-shadow: 1px -3px 15px 3px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
/*荣誉列表页end*/

/*图文列表页start*/

.imgText1 {
	overflow: hidden;
}

.imgText1 dd {
	overflow: hidden;
	float: left;
	display: inline;
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imgText1.imgText2 dd {
	float: none;
	display: block;
}
.imgText1 dd .pic {
	width: 385px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}

.imgText1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 66.666%;
}

.imgText1 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.imgText1 dd .text {
	overflow: hidden;
}

.imgText1 dd .text .title {
	overflow: hidden;
	height: 48px;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 7px;
}

.imgText1 dd .text .title a {
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

.imgText1 dd .text .textC {
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	height: 128px;
	overflow: hidden;
	margin-bottom: 10px;
}

.imgText1 dd .text .time {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
}

.imgText1 dd .text .textBottom {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 15px;
	color: #999;
}

.imgText1 dd .text .textBottom .eyse {
	padding-left: 25px;
	background: url(../images/eyse.png) left center no-repeat;
}

.imgText1 dd .text .textBottom .more a {
	color: #999;
}

.imgText1 dd:hover .text .title a {
	color: #e60012;
}

.imgText1 dd:hover {
	box-shadow: 5px 3px 8px rgba(0, 0, 0, 0.08);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
	-o-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
}

/*图文列表页end*/

/*全文列表页start*/

/*全文列表页end*/

/*招聘列表页start*/

/*招聘列表页end*/

/*招聘详情start*/

/*招聘详情end*/

/*留言start*/
.conBox{
	padding:55px 80px 80px 55px;
	background: #fff;
}
.comTitle{
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.messagesDl{
	overflow: hidden;
	margin-right: -60px;
}
.messagesDl dd{
	float: left;
	display: inline;
	width: 50%;
	overflow: hidden;
	margin-bottom: 35px;
}
.messagesDl dt{
	margin-bottom: 35px;
}
.messagesDl dd .con,
.messagesDl dt .con{
	margin-right: 60px;
}
.messagesDl .formTitle{
	width: 85px;
	font-size: 16px;
	color: #333;
	text-align: right;
	height: 70px;
	line-height: 70px;
}
.formDiv{
	overflow: hidden;
	height: 70px;
	border: 1px solid #e6e6e6;
	line-height: 70px;
	padding: 0 15px;
	box-sizing: border-box;
}
.formAreaB{
	overflow: hidden;
	height: 300px;
	border: 1px solid #e6e6e6;
	line-height: 30px;
	padding: 15px 15px;
	box-sizing: border-box;
}
.formArea{
	width: 100%;
	height: 100%;
	border: none;
	font-size: 16px;
	color: #666;
	resize: none;
}
.formDiv .formIpt{
	width: 100%;
	height: 100%;
	border: none;
	font-size: 16px;
	color: #666;
}
input::-webkit-input-placeholder {
    font-size: 16px;
	color: #999;
}
input:focus::-webkit-input-placeholder {
    font-size: 16px;
	color: #999;
}
/* Firefox < 19 */
input:-moz-placeholder {
   font-size: 16px;
	color: #999;
}
input:focus:-moz-placeholder {
   font-size: 16px;
	color: #999;
}

textarea::-webkit-input-placeholder {
    font-size: 16px;
	color: #999;
}
textarea:focus::-webkit-input-placeholder {
    font-size: 16px;
	color: #999;
}
/* Firefox < 19 */
textarea:-moz-placeholder {
   font-size: 16px;
	color: #999;
}
textarea:focus:-moz-placeholder {
   font-size: 16px;
	color: #999;
}
.messagesDl dd.dd1 .formDiv{
	margin-right:0px;
}
.code{
	overflow: hidden;
	height: 70px;
	line-height: 70px;
}
.code img{
	display: block;
	height: 70px;
	line-height: 70px;
}
.messagesDl dd.dd1 .ddBox{
	overflow:hidden;
}
.btnBox{
	margin-left: 85px;
	font-size: 0;
}
.btnBox a{
	display: inline-block;
	width: 265px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius:5px;
	background: #e6e6e6;
	font-size: 16px;
	color: #666;
	margin-right: 25px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.btnBox a.sumbit{
	background: #e60012;
	color: #fff;
}
.btnBox a:hover{
	opacity: 0.8;
}
/*留言end*/

/*视频列表start*/

.vidoList {
	overflow: hidden;
	margin-right: -30px;
}

.textVde {
	height: 48px;
	line-height: 48px;
	color: #666;
	text-align: center;
	font-size: 18px;
	background: #fff;
}

.textVde span {
	padding: 0 5px;
}

.vidoList dd {
	width: 33.333%;
	float: left;
	display: inline;
	margin-bottom: 30px;

}

.vidoList dd .con {
	margin-right: 30px;
	overflow: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	padding: 12px;
	background: #fff;

}

.vidoList dd .con .pic {
	overflow: hidden;
	position: relative;
}

.vidoList dd .con .pic:after {
	display: block;
	content: '';
	padding-top: 67%;
}

.vidoList dd .con .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.vidoList dd .con .pic .shade {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 100%;
}

.vidoList dd .con .pic .shade span {
	display: block;
	width: 55px;
	height: 55px;
	margin: 0 auto;
	background: url(../images/play.png) center center no-repeat;
}

.vidoList dd .con:hover {
	box-shadow: 1px 6px 5px 0px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.vidoList dd .con:hover .textVde {
	color: #e60012;
}

/*视频列表end*/

/*精彩视频1start*/

.imgText3 {
	overflow: hidden;
}

.imgText3 dd {
	background: #fff;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	padding: 54px 50px 0;
}

.imgText3 dd .con {
	border-bottom: 1px solid #e6e6e6;
}

.imgText3 dd .pic {
	width: 350px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	float: right;
	transition: all 0.3s linear;
	-wbkit-transition: all 0.3s linear;
	border-radius: 100%;
}

.imgText3 dd .pic:after {
	display: block;
	content: "";
	padding-top: 100%;
}

.imgText3 dd.odd .pic {
	float: left;
}

.imgText3 dd .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	border-radius: 100%;
}

.imgText3 dd .text {
	overflow: hidden;
	padding: 0 55px;
}

.imgText3 dd .text .title {
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	display: block;
	padding-top: 35px;
}

.imgText3 dd .text .title a {
	font-size: 20px;
	color: #333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgText3 dd .text .jieshao {
	position: relative;
	height: 38px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 17px;
	color: #da271f;
}

.imgText3 dd .text .jieshao:after {
	display: block;
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #da271f;
}

.imgText3 dd .text .textC {
	height: 158px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}

.imgText3 dd:hover {
	background: #f5f5f5;
}

/*精彩视频1end*/


/*联系我们start*/

.contactBox {
    overflow: hidden;
    background: #fff;
	padding: 13px;
}

.mapBox {
    width: 71%;
	margin-right: 10px;
}

.mapPic {
    position: relative;
	height:475px;
	background: #000;
}

.contactCon {
    overflow: hidden;
    padding: 20px 20px;
}

.contactCon .mtitle {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #e60012;
	font-weight: bold;
	overflow: hidden;
}
.contactIfon dd{
	overflow: hidden;
}
.contactIfon dd .title{
	display: inline;
	float: left;
	width:55px;
	text-align: right;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.contactIfon dd .con{
	overflow: hidden;
}
.contactCon .contactIfon span {
    display: block;
    line-height: 32px;
    font-size: 16px;
    color: #666;
    padding-left: 10px;
}
/*联系我们end*/

/*产品列表start*/
.classBox{
	background: #fff;
	padding: 20px 40px;
	overflow: hidden;
}
.classBox .title{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.productList{
	overflow: hidden;
	width: 970px;
	margin: 0 auto;
}
.productList dd{
	float: left;
	display:inline;
	width: 100px;
	line-height: 30px;
	height: 30px;
	padding: 0 15px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border-radius: 2px;
	text-align: center;
	margin-right:10px;
	margin-bottom:5px;
}
.productList dd a{
	display: block;
	font-size: 14px;
	color: #666;
}
.productList dd:hover{
	background: #e60012;
}
.productList dd:hover a{
	color: #fff;
}
.productList dd.hover{
	background: #e60012;
}
.productList dd.hover a{
	color: #fff;
}

/*品牌诠释start*/
.w_imgList2 {
	overflow: hidden;
}
.w_imgList2 dd{
	float: left;
	display: inline;
	width: 25%;
	margin-bottom: 10px;
}
.w_imgList2 dd .con{
	margin-right: 10px;
	background: #fff;
}
.w_imgList2 dd .con .pic{
	position: relative;
}
.w_imgList2 dd .con .pic.default{
	background:#fff;
}
.w_imgList2 dd .con .pic:after{
	display: block;
	content: "";
	padding-top: 52%;
}
.w_imgList2 dd .con .pic img{
	display: block;
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	object-fit: contain;
}

/*.autoImg {
	position: relative;
	overflow: hidden;
	padding-top: 66.66666667%;
	background: #fff;
}

.autoImg img {
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}*/
/*品牌诠释end*/

/*产品列表end*/

/*优势列表start*/
.imgText4 dd{
	padding:20px;
	background: #fff;
	margin-bottom: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imgText4 dd .con .title{
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imgText4 dd .con .textC{
	max-height: 60px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.imgText4 dd .con .pic{
	position: relative;
}
.imgText4 dd .con .pic:after{
	display: block;
	content: "";
	padding-top:28.75%;
}
.imgText4 dd .con .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.imgText4 dd:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 1px 6px 8px rgba(0,0,0,0.13);
}
.imgText4 dd:hover .title{
	color: #e60012;
}
/*优势列表end*/
/*
-----------------------------内页样式end-----------------------------
*/
