/*企业荣誉 start*/
.honour{
	margin: 0 -15px;
	padding-top: 50px;
}
.honour dd{
	width: 25%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}
.honour dd a{
	display: block;
	background: #fff;
	margin: 0 15px;
	border: 1px solid #e7e7e7;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.honour dd a:hover .text{
	color: #c2162f;
}
.honour dd a:hover{
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.09);
}
.honour dd a .picBox{
	padding: 50px 62px;
	border-bottom: 1px solid #e7e7e7;
}
.honour dd a .pic img{
	object-fit: contain;
	object-position: center center;
}
.honour dd a .pic:before{
	padding-top: 135.185%;
}
.honour dd a .text{
	text-align: center;
	font-size: 16px;
	color: #333333;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*企业荣誉 end*/

/*在线留言 start*/
.messageBox{
	padding-top: 50px;
	margin-bottom: 40px;
}
.messageCon{
	padding: 26px 5.95238% 26px;
	overflow: hidden;
	margin-right:-60px;
}
.messageCon dd .inputText{
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	height: 48px;
	line-height: 48px;
}
.messageCon dd{
	margin-bottom: 24px;
}
.messageCon .formBox{
	width: 50%;
	float: left;
	display: inline;
}
.messageCon .formBox1{
	width: 100%;
	overflow: hidden;
}
.messageCon .formBox .inputBox{
	margin-right:60px;
}
.messageCon .formBox .inputBox .input{
	background: #f9f9f9;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	border: 1px solid #e9e9e9;
	position: relative;
	z-index: 2;
}
.messageCon .formBox .inputBox .input span{
	font-size: 20px;
	float: left;
	display: inline;
	color: #808080;
	line-height: 44px;
	margin-left: 20px;
}
.messageCon .formBox2 .input span{
	font-size: 20px;
	float: left;
	display: inline;
	color: #808080;
	line-height: 44px;
	margin-left: 20px;
}
.messageCon .formBox2 .input{
	background: #f9f9f9;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	border: 1px solid #e9e9e9;
	position: relative;
	z-index: 2;
}
.messageCon .formBox .inputBox .input input{
	border:none;
	outline: none;
	background: #f9f9f9;
	width: 90%;
	line-height: 44px;
	height: 44px;
	padding: 0 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
}
.messageCon dd input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color: #808080; /* placeholder颜色  */
	font-size:14px; /* placeholder字体大小  */
	text-align: left; /* placeholder位置  */
}
.messageCon dd .textareaBox{
	position: relative;
	margin-right: 60px;
}
.messageCon dd .textareaBox .textareaC{
	overflow: hidden;
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
}
.messageCon .textareaBox .textareaC span{
	font-size: 20px;
	float: left;
	display: inline;
	color: #808080;
	line-height: 44px;
	margin-left: 20px;
}
.messageCon dd .textareaBox .textareaC textarea{
	width: 96%;
	background: #f9f9f9;
	border:none;
	outline: none;
	padding: 14px 16px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
}
.messageCon .yzm{
	padding-top: 26px;
}
.messageCon .yzm .input input{
	border:none;
	outline: none;
	width: 80%;
	line-height: 44px;
	height: 44px;
	padding: 0 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14px;
	color: #333333;
	background: #f9f9f9;
}
.messageCon  .yzm .yzmPic{
	margin: 0 20px;
	cursor: pointer;
}
.messageCon  .yzm .yzmPic img{
	width: 100px;
	height: 46px;
}
.messageCon  .yzm .btn{
	height: 46px;
	line-height: 46px;
}
.messageCon  .yzm .btn a{
	display: block;
	padding: 0 48px;
	background: #c2162f;
	font-size: 16px;
	color: #fff;
}
/*在线留言 end*/

/* 联系我们 strat */
.contact{
	padding-top: 50px;
}
.contactMap{
	width: 100%;
	height: 565px;
	margin-bottom: 40px;
}
.contactDl1{
	text-align: center;
	font-size: 0;
	height: 280px;
	background: #fff;
}
.contactDl1 dd{
	height: 100%;
	display: inline-block;
	width: 33.3333%;
	position: relative;
}
.contactDl1 dd:before{
	position: absolute;
	display: block;
	content: '';
	height: 56px;
	width: 2px;
	background: #dcdcdc;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.contactDl1 dd:last-child:before{
	display: none;
}
.contactDl1 dd .icon{
	text-align: center;
	font-size: 40px;
	color: #c2162f;
	margin-bottom: 20px;
}
.contactDl1 dd:first-child .icon{
	padding-top: 28px;
}
.contactDl1 dd:last-child .icon{
	padding-top: 28px;
}
.contactDl1 dd .text1{
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	font-size: 16px;
	color: #555555;
}
.contactDl1 dd .text2{
	line-height: 28px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	padding: 0 23.2143%;
}
/* 联系我们 end */

/* 招贤纳士 start */
.recruitList{
	padding-top: 50px;
}
.recruitList dd{
	padding: 0 50px;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.02);
	border: 1px solid transparent;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.recruitList dd .titleBox{
	overflow: hidden;
	height: 89px;
	line-height: 89px;
	border-bottom: 1px solid #cfcfcf;
}
.recruitList dd .titleBox .title{
	overflow: hidden;
	font-size: 20px;
	color: #333333;
}
.recruitList dd .titleBox .more{
	overflow: hidden;
	font-size: 16px;
	color: #808080;
}
.recruitList dd .con{
	height: 90px;
	line-height: 90px;
	font-size: 0;
	overflow: hidden;
}
.recruitList dd .con span{
	display: inline-block;
	width: 20%;
	font-size: 16px;
	color: #555555;
	height: 100%;
	overflow: hidden;
}
.recruitList dd .con span:nth-child(3){
	width: 30%;
}
.recruitList dd .con span:nth-child(1){
	width: 15%;
}
.recruitList dd .con span:nth-child(2){
	width: 15%;
}
.recruitList dd .title span{
	font-size: 32px;
	color: #aaaaaa;
	margin-right: 20px;
	position: relative;
	top: 4px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.recruitList dd .more span{
	color: #808080;
	margin-left: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.recruitList dd .con span:first-child{
	text-align: left;
}
.recruitList dd .con span:last-child{
	text-align: right;
}

.recruitList dd:hover{
	border-color: #c2162f;
}
.recruitList dd:hover .title{
	color: #c2162f;
}
.recruitList dd:hover .title span{
	color: #c2162f;
}
.recruitList dd:hover .more{
	color: #c2162f;
}
.recruitList dd:hover .more span{
	color: #c2162f;
}
/* 招贤纳士 end */

/*招聘详情 start*/
.recruitForm{
	background: #ffffff;
	padding: 0px 50px 50px;
}
.recruitVDl{
	overflow: hidden;
	margin-bottom: 40px;
	border-bottom: 1px dashed #aaaaaa;
}
.recruitVDl dd{
	width: 14.2857%;
	float: left;
	display: inline;
}
.recruitVDl dd:nth-child(3){
	width: 13.2857%;
}
.recruitVDl dd:nth-child(4){
	width: 15.2857%;
	
}
    
.recruitVDl dd .con{
	padding: 32px 45px;
	position: relative;
}
.recruitVDl dd:nth-child(4) .con{
	padding: 32px 28px;
}
.recruitVDl dd .con:before{
	height: 30px;
	width: 1px;
	background: #dcdcdc;
	display: block;
	content: '';
	top: 50%;
	right: 0;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	
}
.recruitVDl dd:last-child .con:before{
	display: none;
}
.recruitVDl dd .title{
	font-size: 16px;
	color: #989898;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}
.recruitVDl dd .text{
	font-size: 19px;
	color: #333;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}
.recruitViewCon{
	overflow: hidden;
}
.recruitViewCon .recruitText{
	width: 50%;
	float: left;
	display: inline;
}
.recruitViewCon .recruitText .con{
	border-right: 1px solid #dcdcdc;
}
.recruitViewCon .recruitText .con1{
	padding-right: 120px;
}
.recruitViewCon .recruitText .con2{
	padding-left: 120px;
	padding-right: 56px;
	border-right: none;
}
.recruitText .title{
	font-size: 18px;
	color: #333333;
	margin-bottom: 14px;
}
.recruitText .info{
	font-size: 14px;
	color: #666666;
	line-height: 32px;
}
.recruitBtn{ 
	padding-top: 70px;
	text-align: center;
	margin-right: -40px;
}
.recruitBtn .btn{ 
	display: inline-block;
	padding: 0 46px;
	line-height: 48px;
	height: 48px;
	background: #c2162f; 
	color: #FFF; 
	transition: all .3s; 
	-webkit-transition: all .3s;
	margin-right: 40px;
	font-size: 14px;
	cursor: pointer;
}
.recruitBtn span{
	font-size: 26px;
	display: inline-block;
	line-height: 48px;
	height: 48px;
	vertical-align: middle;
	margin-right: 10px;
}
.recruitBtn .tdBtn1{
	background: #eaeaea;
	color: #808080;
	position: relative;
}
.recruitBtn .tdBtn1 span{
	color: #808080;
}
.recruitBtn .tdBtn1:hover{ 
	background: #956f61;
	color: #fff;
}
.recruitBtn .tdBtn1:hover span{ 
	color: #fff;
}
.shareConBox{
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: absolute;
	left: -15px;
	top: -56px;
}
.shareCon{
	position: relative;
	bottom: 20px;
	width: 107%;
	height: 56px;
	line-height: 56px;
	z-index: 10;
	text-align: center;
}
.shareCon:before{
	background: url(../images/sharebg.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	display: block;
	content: '';
	top: -10px;
	left: -2px;
	width: 100%;
	height: 84px;
	z-index: -1;
}
.recruitBtn .tdBtn1:hover .shareConBox{
	visibility: visible;
	opacity: 1;
}
.shareCon .bshare-custom {
	line-height: 56px !important;
	height: 56px !important;
}
.shareCon .bshare-custom a{
	background: none !important;
	height: auto !important;
	padding-left: 0 !important;
}

.shareCon .bshare-custom a{
	font-size: 22px;
	margin: 0 22px !important;
}
.shareCon .bshare-custom .bshare-qqim{
	color: #008fff;
	text-decoration: none;
}
.shareCon .bshare-custom .bshare-weixin{
	color: #0fd068;
	text-decoration: none;
}
.shareCon .bshare-custom .bshare-sinaminiblog{
	color: #ef323c;
	text-decoration: none;
}
/*招聘详情 end*/

/*招聘表单弹窗 start*/
.recruitTc{
	width: 750px;
	height: 655px;
	background: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left:-375px;
	margin-top: -328px;
	z-index: 3000001;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	border-radius: 5px;
}
.tcHead{
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 18px;
}
.tcTitle{
	line-height: 84px;
	height: 84px;
	font-size: 24px;
	color: #000;
}
.tcBtn{
	width: 32px;
	height: 32px;
	background: url(../images/tcbtn.png) no-repeat;
	position: absolute;
	right: 30px;
	top: 20px;
	cursor: pointer;
}
.tcCon{
	padding: 0 40px;
}
.tcDl dd{
	margin-bottom: 10px;
}
.tcDl .dd1{
	line-height: 40px;
	height: 40px;
}
.tcDl dd .text{
	text-align: right;
	width: 95px;
	float: left;
	display: inline;
	overflow: hidden;
	font-size: 16px;
	color: #000;
}
.tcDl dd .text span{
	color: #fc1122;
}
.tcDl dd .input{
	font-size: 16px;
	overflow: hidden;
	width: 275px;
	line-height: 40px;
	height: 40px;
	border:1px solid #d6d6d6;
	border-radius: 5px;
}
.tcDl dd .input input{
	border:none;
	outline: none;
	width: 100%;
	height: 100%;
	font-size: 15px;
	color: #999999;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.tcDl dd .input input::-webkit-input-placeholder{
	font-size: 15px;
	color: #999999; /* placeholder字体大小  */
	text-align: left; /* placeholder位置  */
}
.tcDl .dd1 .sex{
	font-size: 16px;
}
.tcDl .dd1 .sex .input2{
	width: 15px;
	height: 15px;
}
.tcDl .dd1 .sex i{
	margin-right: 20px;
}
.tcDl .textareaC{
	font-size: 15px;
	overflow: hidden;
	border:1px solid #d6d6d6;
	border-radius: 5px;
}
.tcDl .textareaC textarea{
	border:none;
	outline: none;
	width: 100%;
	height: 100%;
	font-size: 15px;
	color: #999999;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.tcDl dd .textareaC textarea::-webkit-input-placeholder{
	font-size: 15px;
	color: #999999; /* placeholder字体大小  */
	text-align: left; /* placeholder位置  */
}
.tcDl .dd1 .fileBtn a{
	color: #fff;
	line-height: 40px;
	height: 40px;
	border-radius: 5px;
	display: inline-block;
	background: #ffa02d;
	width: 117px;
	margin-right: 10px;
	font-size: 15px;
	text-align: center;
}
.tcDl .dd1 .fileBtn a.hover{
	background: #3398ff;
}
.tcDl .dd1 .ps{
	display: inline-block;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	color: #b7b7b7;
}
.tcDl .dd1 .yzm .yzmPic{
	margin-left: 10px;
	cursor: pointer;
}
.tcDl .dd1 .yzm .yzmPic img{
	width: 90px;
	height: 40px;
	border-radius: 5px;
}
.tcDl .dd1 .ps1{
	display: inline-block;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #b7b7b7;
	margin-left: 20px;
	cursor: pointer;
}
.tcConBtn{
	text-align: center;
	padding-top: 22px;
}
.tcConBtn a{
	color: #fff;
	line-height: 40px;
	height: 40px;
	border-radius: 5px;
	display: inline-block;
	background: #c2162f;
	padding: 0 65px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
}
.recruitBg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 3000000;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}
.recruitBg.show{
	visibility: visible;
	opacity: 1;
}
.recruitTc.show{
	visibility: visible;
	opacity: 1;
}
/*招聘表单弹窗 end*/

/* 活动公告 start */
.textList{
	overflow: hidden;
	margin: 0 -15px;
	padding-top: 50px;
}
.textList dd{
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}
.textList dd a{
	margin: 0 15px;
	display: block;
	background: #fff;
	border: 1px solid #e6e6e6;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.textList dd a:hover{
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.08);
}
.textList dd .text{
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
.textList dd .date{
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	overflow: hidden;
	margin-right: 20px;
	width: 100px;
	border-right: 1px solid #e6e6e6;
}
.textList dd .day{
	font-size: 40px;
	color: #777777;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
}
.textList dd .year{
	font-size: 16px;
	color: #777777;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}
.textList dd .textC{
	overflow: hidden;
	padding-right: 30px;
}
.textList dd .text .title{
	overflow: hidden;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.textList dd:hover .text .title{
	color: #e40000;
}
.textList dd .text .info{
	font-size: 14px;
	color: #777777;
	line-height: 26px;
	height: 52px;
}
.textList dd .moreBox{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 20px;
}
.textList dd .moreBox .more{
	font-size: 14px;
	color: #777777;
	overflow-y: hidden;
}
.textList dd .moreBox .moreicon{
	color: #808080;
	font-size: 15px;
}
.textList dd:hover .moreBox .moreicon{
	color: #c2162f;
}
.textList dd:hover .moreBox .more{
	color: #c2162f;
}
.textList dd:hover .textTitle{
	color: #c2162f;
}
/* 活动公告 end */

/* 新闻列表 start */
.newsList{
	background: #fff;
	overflow: hidden;
}
.newsListUp{
	overflow: hidden;
	padding: 30px;
}
.newsListUpL{
	width: 50%;
	float: left;
	display: inline;
	background: #fff;
}
.newsListUpL .con1{
	margin-right: 30px;
}
.newsListUpL a .pic:before{
	padding-top: 50.625%;
}
.newsList-scroll{
	overflow: hidden;
	position: relative;
}
.newsList-scroll .slick-dots{ 
	position: absolute; 
	bottom: 20px; 
	width: 100%; 
	text-align: center;
	z-index: 3;
}
.newsList-scroll .slick-dots li{ 
	width: 10px; 
	height: 10px;
	border-radius: 100%;
	line-height: 9999px; 
	text-align: center; 
	background: #fff; 
	display: inline-block; 
	margin: 0 5px; 
	cursor: pointer;
}
.newsList-scroll .slick-dots li.slick-active{
	background: #c2162f;
}
.newsListDl dd{
	padding-left: 20px;
}
.newsListDl dd .title{
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #333333;
	padding-top: 16px;
}
.newsListDl dd .time{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #777777;
	padding-bottom: 20px;
}
.newsListDl dd:hover{
	background: #f9e7ea;
}
.newsListDl dd.hover{
	background: #f9e7ea;
}
.textList .textListUp{
	overflow: hidden;
	padding: 30px 30px 20px;
	border-bottom: 1px solid #e6e6e6;
}
.textList .textListUp .pic{
	width: 192px;
	margin-right: 20px;
}
.textList .textListUp .pic:before{
	padding-top: 56.25%;
}
.textList .textListUp .textTitle{
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	padding-top: 12px;
}
.textList .textListUp .time{
	font-size: 14px;
	color: #777777;
	height: 36px;
	line-height: 36px;
}
/* 新闻列表 end */

/* 产品列表 start */
.productList{
	padding-top: 50px;
	overflow: hidden;
	margin-bottom: 80px;
}
.productL{
	width: 240px;
	overflow: hidden;
	margin-right: 30px;
}
.productR{
	padding: 0px 30px 0;
	overflow: hidden;
	background: #fff;
}
.productLDl dd a{
	height: 55px;
	line-height: 55px;
	display: block;
	font-size: 16px;
	color: #777777;
	border-bottom: 1px dashed  #dcdcdc;
	background: #fff;
	padding-left: 30px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.productLDl dd a span{
	color: #cccccc;
	margin-right: 14px;
}
.productLDl dd:last-child a{
	border: none;
}
.productLDl dd a:hover{
	background: #c2162f;
	color: #fff;
	border-color: #c2162f;
}
.productLDl dd a.show{
	border-color: transparent;
}
.productLDl dd a:hover span{
	color: #fff;
}
.productLDl dd.hover a{
	background: #c2162f;
	color: #fff;
	border-color: #c2162f;
}
.productLDl dd.hover a span{
	color: #fff;
}
.productLDl dd.even a{
	border: none;
}
.productRDl{
	overflow: hidden;
	margin-right: -30px;
}
.productRDl dd{
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 20px;
}
.productRDl dd a{
	display: block;
	margin-right: 30px;
}
.productRDl dd .picBox{
	padding-top: 30px;
	padding-left: 34px;
	padding-right: 60px;
}
.productRDl dd .pic{
	overflow: hidden;
	border-radius: 100%;
	margin-bottom: 30px;
}
.productRDl dd .pic:before{
	padding-top: 100%;
}
.productRDl dd .text{
	line-height: 48px;
	height: 48px;
	background: #f5f5f5;
	padding: 0 20px;
	color: #333333;
	font-size: 16px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	overflow: hidden;
}
.productRDl dd .text .title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.productRDl dd .more{
	overflow: hidden;
	margin-left: 10px;
	visibility: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	opacity: 0;
}
.productRDl dd a:hover .text{
	background: #c2162f;
	color: #fff;
}
.productRDl dd a:hover .more{
	color: #fff;
	visibility: visible;
	opacity: 1;
}
/* 产品列表 end */

/* 产品详情 start */
.productView{
	padding-top: 50px;
	margin-bottom: 60px;
}
.productViewR{
	padding-top: 30px;
	padding-bottom: 78px;
	overflow: hidden;
	width: 345px;
	background: #f0f0f0;
}
.proview-scroll{
	margin: 0 30px;
	position: relative;
}
.proview-scroll .slick-vertical .slick-slide{
	border: none !important;
}
.proview-scroll .pic:before{
	padding-top: 100%;
}
.proview-scroll a{
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.proview-scroll a .text{
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	background: rgba(0,0,0,0.5);
	padding: 0 10px;
}
.proview-scroll .prev{ 
	display:block; 
	width: 132px;
	height: 48px; 
	cursor: pointer; 
	background:#fff url(../images/vprev.png) no-repeat center center; 
	position: absolute; 
	left: 0;
	bottom: -72px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1; 
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}.proview-scroll .next{
	display:block; 
	width: 132px; 
	height: 48px; 
	cursor: pointer; 
	background:#fff url(../images/vnext.png) no-repeat center center; 
	position: absolute; 
	right:0px; 
	bottom: -72px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1; 
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.proview-scroll .prev:hover{
	background:#c2162f url(../images/vprevh.png) no-repeat center center;
}
.proview-scroll .next:hover{
	background:#c2162f url(../images/vnexth.png) no-repeat center center;
}
.productViewL{
	overflow: hidden;
	background: #fff;
	padding: 30px;
}
.productViewC{
	overflow: hidden;
}
.proview1-scroll{
	overflow: hidden;
	width: 500px;
	margin-right: 48px;
	position: relative;
}
.proview1-scroll .pic:before{
	padding-top: 100%;
}
.productViewT{
	overflow: hidden;
}
.proview1-scroll .slick-dots{ 
	position: absolute; 
	bottom: 20px; 
	width: 100%; 
	text-align: center;
	z-index: 3;
}
.proview1-scroll .slick-dots li{ 
	width: 12px; 
	height: 12px;
	border-radius: 100%;
	line-height: 9999px; 
	text-align: center; 
	background: #fff;
	display: inline-block; 
	margin: 0 5px; 
	cursor: pointer;
}
.proview1-scroll .slick-dots li.slick-active{
	background: #c2162f;
}
.proview1-scroll .prev{ 
	display:block; 
	width: 36px; 
	height: 64px;
	cursor: pointer; 
	background:rgba(0,0,0,0.7) url(../images/vprev1.png) no-repeat center center; 
	position: absolute; 
	left: 0; 
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1; 
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}.proview1-scroll .next{
	display:block; 
	width: 36px; 
	height: 64px; 
	cursor: pointer; 
	background:rgba(0,0,0,0.7) url(../images/vnext1.png) no-repeat center center; 
	position: absolute; 
	right:0px; 
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1; 
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.proview1-scroll .next:hover,.proview1-scroll .prev:hover{
	background-color: rgba(194,22,47,0.7);
}
.productViewT .title{
	padding-top: 10px;
	height: 92px;
	line-height: 92px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 28px;
	color: #333333;
	font-weight: 500;
	border-bottom: 1px solid #eaeaea;
}
.productViewT .text1 span{
	float: left;
	display: inline;
	font-size: 22px;
	color: #333333;
	font-weight: 500;
	line-height: 64px;
	height: 64px;
	margin-right: 40px;
	overflow: hidden;
}
.productViewT .text1{
	font-size: 18px;
	color: #555555;
	overflow: hidden;
}
.productViewT .text1 .info1{
	overflow: hidden;
	margin-top: 15px;
	height: 64px;
	line-height: 32px;
}
.productViewC1{
	padding-top: 18px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 30px;
}
.productViewC1 .title{
	font-size: 20px;
	color: #333333;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
}
.productViewC1 .info{
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.productViewC2{
	padding-top: 40px;
	text-align: center;
}
.productViewC2 img{
	display: inline-block;
	max-width: 100%;
}
/* 产品详情 end */

/* 成功案例 start */
.caseDl {
	padding-top: 50px;
	margin-bottom: 20px;
}
.caseDl dd{
	overflow: hidden;
	position: relative;
	margin-bottom: 70px;
}
.caseDl dd:last-child{
	margin-bottom: 0;
}
.caseDl dd .pic{
	float: left;
	display: inline;
	overflow: hidden;
	width: 58.0952%;
}
.caseDl dd .pic:before{
	padding-top: 56.3525%;
}
.caseDl dd.even .pic{
	float: right;
}
.caseDl dd .pic img{
	object-position: center -11px;
}
.caseDl dd .text{
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 0;
	width: 46.619%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.caseDl dd.even .text{
	left: 0;
}
.caseDl dd .textC{
	background: #fff;
	padding: 28px 80px 0px;
	border: 1px solid #aaaaaa;
	position: relative;
	z-index: 2;
	height: 372px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.caseDl dd .textC .title{
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 14px;
}
.caseDl dd .textC .title a{
	font-size: 22px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.caseDl dd .textC .info{
	line-height: 28px;
	font-size: 16px;
	color: #555555;
	height: 168px;
	overflow: hidden;
	margin-bottom: 22px;
}
.caseDl dd .textC .moreBox{
	border-top: 1px solid #d6d6d6;
	line-height: 100px;
	height: 100px;
	overflow: hidden;
}
.caseDl dd .textC .moreBox .more a{
	font-size: 16px;
	color: #999;
	margin-left: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.caseDl dd .textC .moreBox .address{
	font-size: 16px;
	color: #999;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.caseDl dd .textC .moreBox .address span{
	display: inline-block;
	font-size: 20px;
	color: #999;
	margin-right: 6px;
	vertical-align: middle;
	margin-top: -2.5px;
}
.caseDl dd .textC:hover{
	border-color: #c2162f;
}
.caseDl dd .textC:hover .title a{
	color: #c2162f;
}
.caseDl dd .textC:hover .more a{
	color: #c2162f;
}
/* 成功案例 end */

/* 案例详情 start */
.caseView{
	padding-top: 50px;
}
.caseViewUp{
	background: #fff;
	padding: 48px 50px 50px;
	overflow: hidden;
	margin-bottom: 30px;
}
.caseViewCon{
	overflow: hidden;
	margin-bottom: 30px;
}
.caseViewCon .pic{
	width: 57.1429%;
	margin-left: 75px;
}
.caseViewCon .pic:before{
	padding-top:56.25%;
}
.caseViewCon .text{
	padding-top: 46px;
	overflow: hidden;
}
.caseViewCon .text .title{
	font-size: 24px;
	color: #333333;
	height: 62px;
	line-height: 62px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 14px;
}
.caseViewCon .text .info{
	font-size: 16px;
	color: #555555;
	line-height: 28px;
}
.caseViewCon .text .text1{
	font-size: 16px;
	height: 54px;
	line-height: 54px;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
.caseViewCon .text .text1 span{
	color: #333333;
	font-weight: 500;
	margin-right: 15px;
}
.caseView-scroll{
	overflow: hidden;
	position: relative;
}
.caseView-scroll .bd{
	margin-right: -28px;
}
.caseView-scroll .slick-slide{
	outline: none;
}
.caseView-scroll .pic:before{
	padding-top: 56.3003%;
}
.caseView-scroll .con{
	margin-right: 28px;
}
.caseView-scroll .prev{ 
	display:block; 
	width: 36px; 
	height: 64px;
	cursor: pointer; 
	background:rgba(0,0,0,0.7) url(../images/vprev1.png) no-repeat center center; 
	position: absolute; 
	left: 0; 
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1; 
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}.caseView-scroll .next{
	display:block; 
	width: 36px; 
	height: 64px; 
	cursor: pointer; 
	background:rgba(0,0,0,0.7) url(../images/vnext1.png) no-repeat center center; 
	position: absolute; 
	right:0px; 
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1; 
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.caseView-scroll .next:hover,.proview1-scroll .prev:hover{
	background-color: rgba(194,22,47,0.7);
}
.caseViewDown{
	height: 98px;
	line-height: 98px;
	border: 1px solid #ebebeb;
	background: #fff;
	padding: 0 30px;
	overflow: hidden;
	position: relative;
}
.caseViewDown:before{
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	background: #ebebeb;
	width: 1px;
	height: 100%;
}
.caseViewDown1{
	width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
.caseViewDown1 a{
	font-size: 16px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.caseViewDown2{
	text-align: right;
}
.caseViewDown1 a:hover{
	color: #c2162f;
}
.caseViewDown1 a span{
	display: inline-block;
	font-size: 20px;
	color: #999999;
	vertical-align: middle;
	padding-right: 40px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
}
.caseViewDown1 a span:after{
	position: absolute;
	right: 20px;
	top: 50%;
	display: block;
	content: '';
	background: #dedede;
	height: 15px;
	width: 1px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.caseViewDown2 a span{
	padding-left: 40px;
	padding-right: 0;
}
.caseViewDown2 a span:after{
	left: 20px;
}
.caseViewDown1 a:hover span{
	color: #c2162f;
}
.caseViewDown1 a:hover span:after{
	background: #c2162f;
}
/* 案例详情 end */

/* 服务网络 start */
.server{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	padding-bottom: 103px;
}
.serverMap{
	float: left;
	display: inline;
}
.fieldSvg{
	width: 680px;
	margin-left: 140px;
	height: 100%;
	text-align: center;
	position: relative;
	margin-right: 100px;
}
.fieldSvg svg{
	height: 100%;
	height: 610px\0;
}
.fieldSvg path{
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke-dasharray: 0px;
    stroke-opacity: 0.7;
    fill: #1bacd4;
	cursor: pointer;
	transition: 0.4s;

}
.fieldSvg .svg_a path{
	fill: #eaeaea;
}

.fieldSvg a{
	color: #333;
}
.fieldSvg text{
	font-size: 20px;
	color: #333;
	transition: 0.4s;
}
.fieldSvg a.hover path{
	fill: #e60012;
}
.fieldSvg a.hover text{
	fill: #fff;
}
.projectBox{
	position: absolute;
	top: 60px;
	right: 200px;
	width: 550px;
	border-radius: 3px;
	text-align: left;
	padding-bottom: 15px;
	transform: translateX(10px);
	transition: 0.4s;
}
.projectFloat{
	padding: 0 30px 20px;
	height: 592px;
	display: none;
	box-shadow: 0 2px 25px 0 rgba(0,0,0,0.1);
	background-color: #fff;
	overflow: hidden;
}
.projectFloat.show{
	display: block;
}
.projectFloat .title{
	font-size: 22px;
	height: 80px;
	line-height: 80px;
	color: #333333;
	position: relative;
}
.projectFloat .title:before{
	position: absolute;
	left: -30px;
	margin-top: -10px;
	top: 50%;
	display: block;
	content: '';
	background: #c2162f;
	height: 20px;
	width: 4px;
}
.projectTop{
	background-color: #f2f2f2;
	padding: 15px;
	margin-bottom: 15px;
}
.serverDl{
	height: 485px;
	overflow-y: auto;
	padding-right: 10px;
	overflow-x: hidden;
}
.serverDl dd{
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #d9d9d9;
}
.serverDl dd:last-child{
	border: none;
}
.serverDl dd .pic{
	width: 180px;
	margin-right: 20px;
}
.serverDl dd .pic:before{
	padding-top: 66.6666%;
}
.serverDl dd .text{
	overflow: hidden;
}
.serverDl dd .title1{
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
}
.serverDl dd .title1 a{
	font-size: 20px;
	color: #444444 !important;
}
.serverDl dd .address{
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #555555;
	margin-bottom: 6px;
}
.serverDl dd .tel{
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.serverDl dd .tel span{
	float: left;
	display: inline;
	color: #b3b3b3;
	margin-right: 12px;
	font-size: 18px;
}
.serverDl dd .tel .textC{
	overflow: hidden;
	font-size: 16px;
	color: #c2162f;
}
.serverDl dd .address span{
	float: left;
	display: inline;
	color: #b3b3b3;
	margin-right: 12px;
	font-size: 18px;
	margin-top: 2px;
}
.serverDl dd .address .textC{
	overflow: hidden;
}
/* 服务网络 end */


/* 新闻详细页 strat */
.syShare1{
	display: inline-block;
	line-height: 40px !important;
	position: relative;
	top: 2px;
}
.syShare1 span{
	font-size: 14px;
	color: #999;
	float: left;
	display: block;
}
.syShare1 .bshare-custom {
    overflow: hidden;
}
.syShare1 .bshare-custom a{
	transition: all 0.3s linear;
	-wevkit-transition: all 0.3s linear;
	padding-left: 0 !important;
	background: none !important;
	font-size: 16px;
	color: #6e6e6e;
	margin: 0 6px !important;
}
.syShare1 .bshare-custom a:hover{
	text-decoration: none;
}
.newsView{
	background: #fff;
	padding: 25px 40px 30px;
	overflow: hidden;
}
.articleBox {
	line-height:36px;
	padding:10px 0;
	color: #666;
	font-size:16px;
}
.articleBox img{
	max-width:100%;
}
.articleTitle{
	text-align: center;
	line-height: 60px;
	font-size: 28px;
	font-weight: 500;
	color:#333333;
}
.articleTime{
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #999999;
	font-size: 14px;
}
.articleTime .fontColor{
	display: inline;
	color: #ffa200;
	font-weight: bold;
	margin-left: -5px;
}
.articleTime span.hover{
	color: #101887;
}
.newsReturn a{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	display: block;
	background: #b7b9db;
	padding: 5px 56px;
	color: #ffffff;
	font-size: 16px;
	margin-top: 36px;
}
.newsReturn a:hover{
	background: #101887; 
}
.pageUpText{
	border-top: 1px solid #f5f5f5;
	height: 95px;
	line-height: 95px;
	color:#666666;
	font-size: 16px;
	overflow: hidden;
	
}
.pageUpText1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 40%;
}
.pageUpText2{
	text-align: right;
}
.pageUpText a{
	color:#666;
	font-size: 16px;
}
.pageUpText a:hover{
	color: #e40000;
}
.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:620px;
	height:500px;
	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:780px;
	height:500px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:780px;
	height:500px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{
	position:absolute;
	width: 100%;
	height: 100%;
}
.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:2;
	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; }

.syShare1 .bshare-custom a.icon-QQ:hover{
	color: #18b4ed !important;
}
.syShare1 .bshare-custom a.icon-weixin:hover{
	color: #57bb1f !important;
}
.syShare1 .bshare-custom a.icon-QQkongjian:hover{
	color: #ffcf10 !important;
}
.syShare1 .bshare-custom a.icon-weibo:hover{
	color: #e55f5f !important;
}
/*新闻详细页 end*/
