@charset "UTF-8";
/* CSS Document */
/*
-----------------------------内页样式start-----------------------------
*/

/*单篇+文章页start*/
/*单篇+文章页start*/
/*newsView*/
.articleTitle1{
	line-height: 40px;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding: 15px 10px;
}
.artTimeBox{
	text-align: center;
	overflow: hidden;
	height: 34px;
	line-height: 34px;
}
.artTimeBox .artTimeBoxC{
	display: inline-block;
	overflow: hidden;
}
.artTimeBox .artTimeBoxC .artTimeBoxl{
	font-size: 14px;
	color: #999;
	margin: 0 15px;
}
.artTimeBox .artTimeBoxC .artTimeBoxr{
	overflow: hidden;
}
.artTimeBoxT{
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #666;
}
.atrShare{
	overflow: hidden;
} 
.atrShare .bshare-custom a{
	width: 34px;
	height:34px;
	line-height: 34px;
	padding: 0;
}
.atrShare .bshare-custom a.bshare-weixin{
	background: url(../images/wx.png) center center no-repeat;
}
.atrShare .bshare-custom a.bshare-sinaminiblog{
	background: url(../images/wb.png) center center no-repeat;
}
.atrShare .bshare-custom a.bshare-qqim{
	background: url(../images/qq.png) center center no-repeat;
}
.atrShare .bshare-custom a.bshare-qzone{
	background: url(../images/kj.png) center center no-repeat;
}
.artConBox{
	padding: 45px;
	background: #fff;
}
.articleBox {
	line-height:28px;
	padding:10px 0;
	color: #666;
	font-size:14px;
}
.articleBox img{
	max-width:100%;
	}
.articleTitle {
	clear: both;
	text-align: center;
	padding:20px 10px 0 10px;
	line-height: 35px;
	font-size:24px;
	font-family:"microsoft yahei";
	color:#333;
}
.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height:30px;
	padding:10px 0 20px 0;
	border-bottom:1px solid #f0f0f0;
}
.pageUp{
	display:block;
	line-height:30px;
	padding:45px 0 20px 0;
	border-top:1px solid #e6e6e6;
	color:#666;
	font-size:16px;
	overflow: hidden;
	}
.pageUp div{

}
.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:#1c83d5;
	}
.articlePage a.hover{
	color:#fff;
	background:#1c83d5;
	}
/**
 * 文章阅读页-内容上部大图
 */
#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 #1c83d5;background:#1c83d5;}
.imgMove .bottom_a {
	width:20px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:15px;
	position:absolute;
	z-index:9;
	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*/
/*全图列表页start*/
.imgList{
	overflow: hidden;
	margin: 0 -10px;
}
.imgList dd{
	float: left;
	display: inline;
	width: 33.333%;
	padding: 10px 0;
}
.imgList dd .con{
	margin:  0 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imgList dd .picBox{
	background: #fff;
	padding:0 0px;
}
.imgList dd .pic:before{
	padding-top: 100%;
}
.imgList dd .text{
	height: 64px;
	line-height: 64px;
	background: #f9f9f9;
	padding: 0 5px;
	text-align: center;
	color: #000;
	font-size: 16px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imgList dd .con:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-sizing: 0px 3px 7px rgba(0,0,0,0.1);
}
.imgList dd .con:hover .text{
	font-weight: bold;
	background: #1c83d5;
	color: #fff;
}

.imgList1{
	overflow: hidden;
	margin: 0 -10px;
}
.imgList1 dd{
	float: left;
	display: inline;
	width: 33.333%;
	padding: 10px 0;
}
.imgList1 dd .con{
	margin:  0 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imgList1 dd .text{
	height: 64px;
	line-height: 64px;
	background: #f9f9f9;
	padding: 0 5px;
	text-align: center;
	color: #000;
	font-size: 16px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imgList1 dd .con:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-sizing: 0px 3px 7px rgba(0,0,0,0.1);
}
.imgList1 dd .con:hover .text{
	font-weight: bold;
	background: #1c83d5;
	color: #fff;
}
/*全图列表页end*/
/*图文列表页start*/
.imgText .con{
	padding: 30px;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	overflow: hidden;
}
.imgText dd{
	padding: 10px 0;
}
.imgText .pic{
	width: 330px;
}
.imgText .textc{
	overflow: hidden;
	padding-left: 30px;
}
.imgText .title{
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #000;
}
.imgText .time{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}
.imgText .text{
	height: 84px;
	line-height: 28px;
	font-size: 14px;
	color: #777;
	overflow: hidden;
}
.imgText .con:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 0 3px 7px rgba(0,0,0,0.08);
}
.imgText .con:hover .title{
	color: #1c83d5;
}
/*图文列表页end*/
/*全文列表页start*/
.textList .con{
	padding: 30px;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.textList dd{
	padding: 10px 0;
}
.textList .title{
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #000;
}
.textList .time{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}
.textList .text{
	height: 56px;
	line-height: 28px;
	font-size: 14px;
	color: #777;
	overflow: hidden;
}
.textList .con:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 0 3px 7px rgba(0,0,0,0.08);
}
.textList .con:hover .title{
	color: #1c83d5;
}
/*全文列表页end*/
/*招聘列表页start*/
.recruitBox{
	padding: 45px 20px;
	background: #fff;
}
.recruitList dt{
	background: #007dda;
	height: 53px;
	line-height: 53px;
	font-size: 16px;
	color: #fff;
}
.recruitList .con{
	overflow: hidden;
	padding: 0 20px;
}
.recruitList .con div{
	float: left;
	display: inline;
}
.workDuty{
	width: 38.6029%;
}
.workNum{
	width: 5.8824%;
	text-align: center;
}
.workAdd{
	width: 41.9118%;
	text-align: center;
}
.workDate{
	width: 13.5229%;
	text-align: center;
}
.recruitList dd{
	height:50px;
	line-height: 50px;
	position: relative;
}
.recruitList dd:after{
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background: url(../images/dian.jpg) left center repeat;
}
.recruitList dd a{
	font-size: 16px;
	color: #666;
}
.recruitList dd:hover a{
	color: #007dda;
}
.recruitList dd.hover a{
	color: #007dda;
}
/*招聘列表页end*/
/*招聘详情start*/
.aykjClass{
	border-radius: 10px !important;
	overflow: hidden;
}
.recruitViewBox{
	padding: 35px 18px;
	background: #fff;
}
.recruitViewTop{
	overflow: hidden;
}
.recruitViewLeft{
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	color: #343434;
}
.recruitTable{
	padding: 23px 45px;
	background: #f3f3f3;
}
.recruitTable table{
	width: 100%;
}
.recruitTable td{
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #999;
}
.recruitTable td em{
	float: left;
	display: inline;
	width: 70px;
	white-space: nowrap;
	overflow: hidden;
	font-style: normal;
	font-size: 16px;
	color: #999;
}
.recruitTable td em.span1{
	letter-spacing: 2em;
}
.recruitTable td span{
	color: #333;
}
.recruitText{
	padding: 12px;
	line-height: 26px;
	font-size: 14px;
	color: #666;
}
.recruitText span{
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}
.recruitBtn{
	text-align: center;
	font-size: 0;
}
.recruitBtn dd{
	display: inline-block;
}
.recruitBtn dd a{
	display: block;
	width: 175px;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #333;
	background: #e5e5e5;
	border-radius: 5px;
	margin: 0 10px;
}
/*招聘详情end*/
/*招聘表单start*/
.joinForm {
	overflow: hidden;
	padding:0 40px;
}

.aykjClass  .layui-layer-title{
	height:58px;
	line-height: 58px;
	font-size: 24px;
	color: #000;
	padding: 10px 40px;
	background: #fff;
	border: none;
	text-align: center;
}
.joinForm_dl {
	overflow: hidden;
}

.joinForm_dl dd {
	position: relative;
	padding: 10px 0;
}

.joinForm_dl dt {
	position: relative;
	margin-bottom: 20px;
}

.joinFormName {
	float: left;
	display: inline;
	width: 90px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 16px;
	color: #000;
	text-align: right;
}
.joinFormName i{
	font-size: 14px;
	font-style: normal;
	color: #ff0000;
}
.joinFormName i.xin{
	visibility: hidden;
	opacity: 0;
}
.formDiv {
	border: 1px solid #d6d6d6;
	padding: 0 5px;
	border-radius: 3px;
}

.joinFormInp {
	display: block;
	height: 38px;
	overflow: hidden;
	padding: 0px 5px;
	font-size: 14px;
	background: transparent;
	border-radius: 3px;
	color: #333;
	font-family: "microsoft yahei";
	line-height: 38px;
	border: none;
	box-sizing: border-box;
}
.formLable span{
	padding-right: 10px;
	font-size: 14px;
	color: #333;
}
.formLable span em{
	font-style: normal;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	padding: 0 5px;
}
.formLable input{
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
}
.dutyA{
	padding: 20px 0;
	border-bottom: 1px solid #e7e7e7;
}
.dutyTitle{
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #343434;
}
.dutyDl{
	overflow: hidden;
}
.dutyDl li{
	float: left;
	display: inline;
	min-width: 85px;
	height:30px;
	padding: 0 10px;
	border-radius: 4px;
	background: #f4f9fe;
	text-align: center;
	margin-right: 10px;
}
.dutyDl li .text{
	font-size: 14px;
	color: #5acff0;
}
.joinForm_dl dd label {
	margin-right: 15px;
}

.joinForm_dl dt .formAbox {
	overflow: hidden;
	height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #e6e6e6;
	font-size: 12px;
	margin-left: 70px;
	margin-bottom: 12px;
	color: #666;
	line-height: 20px;
	border-radius: 3px;
}

.joinForm_dl dt .formAbox .formArea {
	width: 100%;
	height: 100%;
	border: none;
	padding: 5px 25px;
	box-sizing: border-box;
	outline: none;

}

.joinFile {
	display: inline-block;
	width: 80px;
	height: 28px;
	border-radius: 3px;
	border-style: none;
	overflow: hidden;
	background: #014099;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}
.w_60{
	width: 60px;
}
.formDiv.w_100 {
	width: 245px;
}

a.joinCode {
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}

.joinCode img {
	display: block;
	height: 42px;
	float: left;
}

.joinCode i {
	display: block;
	height: 32px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
}
.huan{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	margin-left: 10px;
}
.h10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}
.w_265{
	width: 265px;
}
.contactBt {
	margin-left: 85px;
}

.contactBt a {
	display: inline-block;
	width: 120px;
	height: 40px;
	overflow: hidden;
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
	margin: 0px 5px;
}

.contactSubmit {
	background: #f7941d;
	color: #fff !important;
}

.contactReset {
	background: #e6e6e6;
	color: #999;
}

.aykjClass .layui-layer-ico {
	overflow: hidden;
	background: url(../images/close.png) no-repeat center center !important;
	position: absolute;
	right: 0px !important;
	top: 0px !important;
	width: 45px;
	height: 45px;
	margin-left: 0;
}
.aykjClass .layui-layer-setwin{
	position: absolute;
	width:40px;
	height: 40px;
    right:25px;
    top: 20px;
    font-size: 0;
    line-height: initial;
    overflow: hidden;
}
.demo2 {
    height: 40px;
    position: relative;
    padding-right: 30px;
}

.demo2 .seljg {
    padding-left: 10px;
    line-height: 40px;
    color: #666666;
    font-size: 13px;
    cursor: pointer;
}

.demo2 .seljg input {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    background: none;
}

.demo2 i {
    display: block;
    width: 30px;
    height: 40px;
    background: url(../images/sel.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.demo2 .selTj {
    width: 100%;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-top: none;
    max-height: 240px;
    overflow-y: auto;
    position: absolute;
    left: 3px;
    top: 41px;
    background: #FFF;
    display: none;
    z-index: 100000
}

.demo2 .selTj a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    color: #666666;
    margin-bottom: 1px;
    font-size: 12px;
}

.demo2 .selTj a:hover {
    background: #f8f8f8;
    color: #ff7800;
}

.demo2 .selTj a.hover {
    background: #f8f8f8;
    color: #ff7800;
}
.borNone{
	border: none;
}
.w_530{
	width: 530px;
}
.joinFormArea{
	height:60px;
	width: 100%;
	border: none;
	outline: none;
	padding: 15px 0;
	line-height: 20px;
}
.jobBtndown{
	display:block;
	width: 120px;
	height: 40px;
	margin-right: 10px;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.jobBtndown.blue{
	background: #007dda;
	color: #fff;
}
.jobBtndown.blank{
	background: #7a7a7a;
	color: #fff;
}
.jianNub{
	height:40px;
	line-height: 40px;
	font-size: 16px;
	color: #999;
}
/*招聘表单end*/
/*留言start*/
.messasePic .pic:before{
	padding-top: 20.1429%;
}
.meeageDl{
	overflow: hidden;
	margin-right: -75px;
}
.meeageDl dd{
	float: left;
	display: inline;
	width: 50%;
	padding: 10px 0;
}
.meeageDl dt{
	padding: 10px 0;
}
.formDiv1{
	border: 1px solid #dedede;
	overflow: hidden;
	padding: 0 5px;
}
.meeageDl .formBox{
	margin-right: 60px;
}
.messageDl .joinFormName{
	width: 80px;
}
.formXin{
	width: 20px;
	text-align: right;
	height: 40px;
	line-height: 40px;
	color: #d6000f;
}
.meeageDl dt .formXin{
	line-height: 160px;
}
.colorNone{
	font-size: 0;
}
input::-webkit-input-placeholder {
    font-size: 16px;
	color: #ccc;
    }
input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 16px;
	color: #ccc;
}
input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 16px;
	color: #ccc;
}
input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 16px;
	color: #ccc;
}
textarea::-webkit-input-placeholder {
        /* WebKit browsers */
    font-size: 16px;
	color: #ccc;
    }
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 16px;
	color: #ccc;
}
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 16px;
	color: #ccc;
}
textarea::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-size: 16px;
	color: #ccc;
}
.meeageBtn{
	overflow: hidden;
	margin-left: 80px;
}
.meeageBtn dd{
	float: left;
	display: inline;
}
.meeageBtn a{
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #999;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	margin-right: 30px;
	text-align: center;
}
.meeageBtn dd.dd1 a{
	background: #1c83d5;
}
.meeageBtn dd.dd1 a:hover{
	opacity: .8;
}
/*留言end*/

/*产品详情 start*/
.productBox{
	padding:30px 36px;
	background: #fff;
}
.productViewTop{
	overflow: hidden;
}
.productLeft{
	width: 435px;
	margin-right: 30px;
}
.productRight{
	overflow: hidden;
	padding-top: 30px;
}
.productSwiper{
	overflow: hidden;
	border: 1px solid #ddd;
}
.productSwiper .swiper-slide{
	position: relative;
}
.productSwiper .swiper-slide:after{
	display: block;
	content: "";
	padding-top: 75%;
}
.productSwiper .swiper-slide .con{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	box-sizing: border-box;
}
.productSwiper .con img{
	position: absolute;
	/* min-width: 100%;
	min-height: 100%; */
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.productRight .title{
	line-height: 32px;
	font-size: 30px;
	color: #000;
}
.productInfor{
	padding: 15px 25px;
	background: #f4f6fa;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.productTel{
	overflow: hidden;
}
.productTel a{
	float: left;
	display: inline;
	padding: 0 30px 0 10px;
	height: 44px;
	background: #1c83d5;
	border-radius: 3px;
	line-height: 44px;
	margin-right: 16px;
	font-size: 16px;
	color: #fff;
}
.productTel a span{
	display: block;
	padding-left: 36px;
}
.productTel a.productBtn2{
	background: #ff9b1b;
}
.productBtn1 span{
	background: url(../images/shopCar.png) left center no-repeat;
}
.productBtn2 span{
	background: url(../images/shopz.png) left center no-repeat;
}
.productTel a:hover{
	opacity: .8;
}
.productItro{
	position: relative;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.productItro:before{
	display: block;
	content: "";
	position: absolute;
	left: -36px;
	right: -36px;
	height: 1px;
	bottom: 1px;
	background: #ddd;
}
.productItro:after{
	display: block;
	content: "";
	position: absolute;
	width: 65px;
	left: 0px;
	height: 3px;
	bottom: 0px;
	background: #1c83d5;
}
.productView{
	line-height: 24px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.productView img{
	margin: 0 auto;
	max-width: 100%;
}
/*产品详情 end*/

/*技术团队 start*/
.team dd{
	padding: 10px 0;
}
.team .con{
	overflow: hidden;
	padding: 30px 40px;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border-radius: 3px;
}
.team .pic{
	width: 180px;
	border-radius: 100%;
	margin-right: 30px;
}
.team .pic:before{
	padding-top: 100%;
}
.team .text{
	overflow: hidden;
	padding-top: 10px;
}
.team .title a{
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 30px;
	color: #333;
	overflow: hidden;
}
.team .duty{
	height: 38px;
	line-height: 38px;
	color: #999;
	font-size: 16px;
	margin-bottom: 7px;
}
.team .textc{
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.team .con:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 0 3px 20px rgba(0,0,0,0.08);
}
.team .con:hover .title a{
	color:#1c83d5;
}
/*技术团队 end*/
/*
-----------------------------内页样式end-----------------------------
*/
/* 荣誉列表 start */
.honorDl{
	overflow: hidden;
	margin:0 -10px;
}
.honorDl dd{
	float: left;
	display: inline;
	width: 25%;
	padding: 5px 0;
}
.honorDl dd .con{
	margin: 0 10px;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.honorDl dd .con .picBox{
	background: #fff;
}
.honorDl dd .con .pic{
	background: #fff;
}
.honorDl dd .con .pic:before{
	padding-top: 100%;
}
.honorDl dd .con .pic img{
	max-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: contain;
	object-position: center center;
}
.honorDl dd .con .text{
	height: 66px;
	line-height: 66px;
	font-size: 16px;
	color: #333;
	padding: 0 10px;
	text-align: center;
}
.honorDl dd .con:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
} 
.honorDl dd .con:hover .text{
	color: #014099;
}
/* 荣誉列表 end */

/* 联系我们 start */
.map{
	height: 500px;
	background: #f5f5f5;
}
.caotactBox{
	padding: 20px;
	background-color: #fff;
}
.conctDl1{
	overflow: hidden;
	padding: 10px 5px 0;
}
.conctDl1 dd{
	float: left;
	display: inline;
	width: 25%;
	position: relative;
}
.conctDl1 dd:after{
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 80px;
	background: #e6e6e6;
	top: 25px;
	right: 0;
}
.conctDl1 dd:last-child:after{
	background: none;
}
.conctDl1 dd .con{
	padding: 20px 50px;
	transition: all 0.3s linear;
	-wbkit-transition: all 0.3s linear;
}
.conctDl1 dd .con:hover{
	box-shadow: 0px 1px 7px rgba(0,0,0,0.2);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.conctDl1 dd .wicon{
	height: 50px;
	line-height: 50px;
	margin-bottom: 25px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.conctDl1 dd .con:hover .wicon{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.conctDl1 dd.dd1 .wicon{
	background: url(../images/wicon4.png) center center no-repeat;
}
.conctDl1 dd.dd2 .wicon{
	background: url(../images/wicon5.png) center center no-repeat;
}
.conctDl1 dd.dd3 .wicon{
	background: url(../images/wicon6.png) center center no-repeat;
}
.conctDl1 dd.dd4 .wicon{
	background: url(../images/wicon7.png) center center no-repeat;
}
.conctDl1 dd .con .title{
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.conctDl1 dd .con .textc{
	line-height: 24px;
	padding: 10px 0;
	font-size: 16px;
	color: #333;
	text-align: center;
}
/* 联系我们 end */