body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{ margin:0; padding:0; }
ol, ul{ list-style:none; }
body{
    font-family: "Microsoft YaHei"
}
.grey-box-icon {
background: #f6f6f6;
padding: 15px 20px 20px 20px;
text-align: center;
margin-top: 113px;
position: relative;
height: 400px;
}
.grey-box-icon-pos{
    margin-top: -88px;
    margin-bottom: 31px;
}
.grey-box-icon-pos a{
	background: #d2e9ff;
}
.row .col-md-3 .grey-box-icon h4{
	margin: 15px 0;
	color: #ff6735;
}
.row .col-md-3 .grey-box-icon p{
	font-family:宋体;
	line-height: 24px;
	text-align:left;
	text-indent: 2em;
}
.row .col-md-3 .grey-box-icon .productMore{
	text-align: right;
	font-size: 14px;
    position: absolute;
  	bottom: 10px;
    right: 20px	;
}
.row3{
	height: 686px;
	background-image: url("../images/row3.jpg");
	background-repeat: repeat-x;
}
.caseSchool{
	width: 1000px;
	height: 340px;
    margin: 0 auto;
}
.caseSchool .caseSchool-tit{
	height: 44px;
	border-bottom: 1px solid #999;
}
.caseSchool .caseSchool-tit ul{
	float: left;
	width: 100%;
}
.caseSchool .caseSchool-tit ul li {
	float: left;
    line-height: 42px;
    width: 98px;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
}
.caseSchool-cont{
	width: 100%;
	height: auto;
	max-height: 250px;
	overflow: hidden;
}
.caseSchool-tit .selectLi{
    color: #084d8f;
    border-bottom: solid 3px;
}

.caseSchool-cont .caseSchoolContent {
	width: 100%;
	overflow: hidden;
	height: auto;
	display: none;
}

.caseSchool-cont .active {
	display: block;
}
.caseSchoolContent ul{
	float: left;
	width: 100%;
    margin: 10px 0;
}
.caseSchoolContent ul li{
    float: left;
    width: 25%;
    height: 30px;
    line-height: 30px;
    font-family: 宋体;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url("../images/indexli.png");
    background-repeat: no-repeat;
    background-position: 15px 10px;
    padding-left: 33px;
}

.row-more{
    text-align: center;
    line-height: 36px;
    overflow: hidden;
    margin-bottom: 45px;
    margin-top: 15px;
}
.row5-content{
	margin: auto;
	width: 1010px;
	height: auto;
}
.row5-content-l{
	float: left;
	width: 315px;
	height: 430px;
	background-image: url("../images/lxfs.png");
	background-repeat: no-repeat;
    background-position: -7px 0px;
}
.row-phone{
    float: left;
    width: 98%;
    height: 45px;
    margin-top: 90px;
    text-align: left;
    line-height: 45px;
    color: #074b8a;
    font-size: 31px;
    padding-left: 82px;
}
.row-qq{
    float: left;
    width: 98%;
    height: 45px;
    text-align: left;
    line-height: 45px;
    color: #074b8a;
    font-size: 31px;
    padding-left: 82px;
    margin-top: 13px;
}
.row5-content-r{
	float: right;
	width: 640px;
	height: 430px;
	background-image: url("../images/map.png");
	background-repeat: no-repeat;
	background-position: 0px 264px;
}
.bottom-content{
	width: 100%;
	height: 40px;
	text-align: center;
	color: #a8a8af;
	line-height: 40px;
}







.fixed_box {
    position: fixed;
    bottom: 150px;
    right: 10px;
    width: 46px;
    z-index: 100;
    background-color: #2ecb70;
}
.fixed_box .qk_totop {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 46px;
    height: 40px;
    overflow: hidden;
    text-align: center;
}
.fixed_box em {
    display: inline-block;
    padding-top: 10px;
    width: 46px;
    height: 30px;
    background-color: #2ecb70;
    box-sizing: content-box;
}
.fixed_box strong {
    display: inline-block;
    padding: 3px 6px;
    width: 34px;
    height: 34px;
    line-height: 17px;
    background-color: #188646;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    box-sizing: content-box;
}
.fixed_box a:hover em {
    display: none;
}
.row1{
	overflow: hidden;
}
/*圆图标悬浮动画*/
.row1 .container img{
	transition: all .3s linear 0s;
}
.row1 .container img:hover{
	transform: scale(1.2);
}

/*联系方式*/
#contact{
	position: fixed;
	top: 50%;
	left: 0;
	width: 188px;
	background: white;
	padding: 20px 0 10px 10px;
	transform: translateY(-50%);
	overflow: hidden;
	font-size: 20px;

}
#contact .left{
	float: left;
	height: 234px;
}
#contact .right{
	float: right;
	background: #f60;
	width: 40px;
	padding: 5px;
}
#contact .right div{
	width: 39px;
	padding: 5px;
	text-align: center;
	position: absolute;
	background: lightblue;
	top: 15%;
	right: 0;
	line-height: 40px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;

}
#contact .right img{
	cursor: pointer;
}
#contact p{
	margin: 5px 0;
	font-size: 15px;
	text-align: center;
}

.col-md-3{
	float: left;
	width:25%;
	*float: left;
	*width:22%;
}
/*用户统计数据样式*/
.hot-message {
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 80px;
	line-height: 80px;
	z-index: 99;
	left: 0px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.2em;
}

#total {
	display: inline-block;
}

#total span {
	float: left;
	display: block;
}

#total .t_num {
	margin-left: 0px;
}

#total span {
	float: left;
	display: block;
}

#total .t_num i {
    width: 26px;
    height: 36px;
    margin: 24px 3px 20px 3px;
    display: inline-block;
    background: url(../images/number.png) no-repeat;
    background-position: 0 0;
}

/* 轮播样式 */
div.play {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.play>ul {
    list-style: none;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.play>ul>li {
    float: left;
    height: 100%;
}

.play img {
    width: 100%;
}

.btn {
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
}

.play span {
    display: inline-block;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    background: #999;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.btn .active {
    background: #f60;
    color: white;
}