/*首页四大图标部分最外部并列div属性*/
.row-item {
	padding: 3px
}

/*首页四大图标部分二层外部并列div属性*/
.col-item-outer {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	border: 0;
}

/*首页四大图标部分内部并列div属性*/
.col-item-inner {
	margin-bottom: 22px;
	background: white;
	padding: 1px;
}

/*首页四大图标部分*/
.sdys-img {
	width: 100%;
}

/*首页banner对齐方式*/
.pic-align {
	margin: 0px auto;
}

/*index页面banner下方*/
.heightset {
	height: 100%;
	color: white;
	margin-top: 0px;
	width: 120px;
}

/*主页四大图标尺寸设置*/
.pic-chicun {
	height: 180px;
	width: 280px;
}

/*我们用到的技术上一层div*/
.tect {
	background-color: #f8f8f8;
}

/*banner1背景色设置*/
.bgcolor-ban1 {
	text-align: center;
	background-color: #2c6ee8;
}

/*banner3背景色设置*/
.bgcolor-ban3 {
	text-align: center;
	background-color: #0078d7;
}

/*banner2背景色设置*/
.bgcolor-ban2 {
	text-align: center;
	background-color: #f78336;
}

/*banner4背景色设置*/
.bgcolor-ban4 {
	text-align: center;
	background-color: #d6d7db;
}

/*footer的底部橘色部分*/
.dibu-juse {
	height: 50px;
	background-color: #f78336;
	text-align: center;
	padding-top: 15px;
}

/*footer文字设置*/
.dibu-text {
	color: white;
	font-size: 16px;
	text-align: center;
	word-spacing: 15px;
	text-align: center;
}

/*footer文字设置*/
.dibu-text1 {
	color: white;
	font-size: 16px;
}

/*footer文字灰色背景设置*/
.dibu-color {
	background-color: #434343;
	height: auto;
	padding-top: 24px;
	text-align: center;
}

/*首页底部版权文字设置*/
.text-color {
	color: white;
	font-size: 16px;
}

/*首页-我们用到的技术几个图片尺寸设置*/
.pic-chicun2 {
	height: 120px;
	width: 180px;
	padding-bottom: 5%;
}

/*首页-我们用到的技术*/
.tect-padding {
	padding-bottom: 1%;
	padding-top: 1%;
	text-align: center;
}

/*首页一级标题与上一层距离设置*/
.out-index-firsttitle {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*首页一级标题与上一层距离设置*/
.in-index-firsttitle {
	margin-top: 0px;
	padding-top: 16px;
	text-align: center;
}
/*二维码图片设置*/
.weixingongzhonghao-img {
	margin-top: 10px;
}
/*主页二级标题设置*/
.index-sectitle {
	font-size: 24px;
}
/*轮播下面登陆链接的字号*/
.index-loginbt {
	font-size: 24px;
}


/*分割线长度*/
.colorline{
	width:100%;
}


/*战略合作的背景色底部内边距*/
.pad-bot {
    padding-bottom: 1.5%;
}

/*段落首行缩进*/
.text-style-indent {
    text-indent: 2em;
    line-height: 200%;
}
/*泰达名称强调*/
.company-name{
    font-size: 16px;
    color: #2c6ee8
}
/*战略合作图片*/
.pic-style{
    text-align: center;
    margin: auto;
    width:10%;
}
/*文字部分强调*/
.color-change{
    color: #df0a06;
}

/*战略合作图片样式*/
.zlhzsize{
	width:300px;
}
@media ( max-width :768px) {
	.colorline{
		width:100%;
	}
	
}