﻿@charset "utf-8";

/*end*/


/**/

.tabj{height:492px;/* background:url(../images/tdbj.jpg) no-repeat center; */}

.td{padding-top: 35px;}

.td h2{text-align: center;height:120px;}

.td h2 span{display: block;font-size: 38px; line-height: 38px; color:#EEEEEE; font-weight: bold;}

.td h2 i{display: block; margin-top: 24px;font-size: 20px; line-height: 20px; color:#EEEEEE; font-weight:normal;}

.td ul{height: 450px;background:#FFF;border-radius:30px 0px 30px 0px;/* box-shadow: -1px -6px 20px 8px #eeeeee; */padding-top: 40px;box-sizing: border-box;}

.td ul li{float:left;width:300px;height: 222px;box-sizing: border-box;/* border-right:1px solid #eeeeee; */}

.td ul li i{display:block;width: 96px;height: 81px;margin:0 auto 28px;transition:.5s;}

.td ul li:hover i{transform: rotate(360deg);}

.td ul li .td1{background:url(../images/td1.png) no-repeat center;}

.td ul li .td2{background:url(../images/td2.png) no-repeat center;}

.td ul li .td3{background:url(../images/td3.png) no-repeat center;}

.td ul li .td4{background:url(../images/td4.png) no-repeat center;}

.td ul li .td5{background:url(../images/td5.png) no-repeat center;}

.td ul li .td6{background:url(../images/td6.png) no-repeat center;}

.td ul li .td7{background:url(../images/td7.png) no-repeat center;}

.td ul li .td8{background:url(../images/td8.png) no-repeat center;}





.td ul li span{display: block;text-align: center;}

.td ul li span b{display: block;font-size: 28px; line-height: 28px; color:#242424; margin-bottom: 18px;}

.td ul li span em{display: block;font-size: 15px;color:#535353;line-height: 18px;}

.td ul li.last{border-right:0;} 

.td ul li:hover span b{color:#137c35;}

.td ul li:hover span em{color:#137c35;}
/* 清除内外边距 */

@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */

dl, dt, dd, ul, ol, li, /* list elements 列表元素 */

pre, /* text formatting elements 文本格式元素 */

fieldset,button, input, textarea, /* form elements 表单元素 */

th, td { /* table elements 表格元素 */

    margin: 0;

    padding: 0;

}

.content{ width:1200px;margin: 0 auto;}



input,textarea {border:  none; box-shadow: none; outline: none;}



/* 设置默认字体 */

body,

button, input, select, textarea {

    font: 16px/22px "Microsoft YaHei";color: #666;

}



h1 {font-size: 18px;font-family: "Microsoft Yahei";}

h2 {font-size: 16px;font-family: "Microsoft Yahei";}

h3 {font-size: 14px; font-family: "Microsoft Yahei"; font-weight:normal;}

h4, h5, h6 {font-size: 100%;}

* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/



address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */



/* 重置列表元素 */

ul, ol ,li{list-style: none;}



/* 重置文本格式元素 */

a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/

a:hover {text-decoration: none; color:#666;}





/* 重置表单元素 */

legend {color: #000;} /* for ie6 */

fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */

/* 注：optgroup 无法扶正 */

button, input, select, textarea {

    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */

}

input[type="text"],input[type="button"], input[type="submit"], input[type="reset"]{

	-webkit-appearance: none;}

textarea {-webkit-appearance: none;}



/* 重置表格元素 */

table {

    border-collapse: collapse;

    border-spacing: 0;

}



/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */

html {overflow-y: scroll;}



/*设置浮动*/

.fl {float: left;}

.fr {float: right;}

.pr{position: relative;}

.pa{position: absolute;}



/*字体大小*/

.fz12{font-size: 12px;}

.fz14{font-size: 14px;}

.fz16{font-size: 16px;}

.fz18{font-size: 18px;}

.fz20{font-size: 20px;}

.fz22{font-size: 22px;}

.clear{clear: both;height: 0;}

.clearfix:after{height: 0;content: "";clear: both;display: block;}

.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}





