﻿﻿/*通用样式*/
*{ margin: 0px; padding: 0px; }
img, input, button { border: none; outline: none; }
a { color: #333333;text-decoration: none; }
a:hover { color: #00589e; cursor: pointer; text-decoration: none; }
ul li, ol li { list-style-type: none; }
body { background-color: #ffffff; font-family: "microsoft Yahei"; }
.fl { float: left; }
.fr { float: right; }
.clearfix { zoom: 1; }
.clearfix:after { content: "020"; height: 0px; display: block; overflow: hidden; clear: both; box-sizing: border-box;}
.hide {display: none;}

/*header start*/

/*header end*/

/*section start*/
.section {width: 100%;}
.section .inner {width: 1200px;height: auto; background-color: #ffffff;padding: 26px;margin: 0 auto; }
.sec01 {width: 100%;height: 220px;}
.sec01 a {width: 100%;height: 100%;display: inline-block;}
.sec02 {margin-left: 40px;}
.sec02 li {width: 235px;height: 105px;background-color: #eaf5ff; float: left;margin-left: 26px;margin-top: 26px;}
.sec02 li:first-child {background: #eaf5ff url(sec02Icon01.png) no-repeat center 10px;}
.sec02 li:nth-child(2) {background: #eaf5ff url(sec02Icon02.png) no-repeat center 10px;}
.sec02 li:nth-child(3) {background: #eaf5ff url(sec02Icon03.png) no-repeat center 10px;}
.sec02 li:nth-child(4) {background: #eaf5ff url(sec02Icon04.png) no-repeat center 10px;}
.sec02 li:nth-child(5) {background: #eaf5ff url(sec02Icon05.png) no-repeat center 10px;}
.sec02 li:nth-child(6) {background: #eaf5ff url(sec02Icon06.png) no-repeat center 10px;}
.sec02 li:nth-child(7) {background: #eaf5ff url(sec02Icon07.png) no-repeat center 10px;}
.sec02 li:nth-child(8) {background: #eaf5ff url(sec02Icon08.png) no-repeat center 10px;}
.sec02 li:nth-child(9) {background: #eaf5ff url(sec02Icon09.png) no-repeat center 10px;}
.sec02 li:nth-child(10) {background: #eaf5ff url(sec02Icon10.png) no-repeat center 10px;}
.sec02 li:nth-child(11) {background: #eaf5ff url(sec02Icon11.png) no-repeat center 10px;}
.sec02 li:nth-child(12) {background: #eaf5ff url(sec02Icon12.png) no-repeat center 10px;}
.sec02 li:nth-child(13) {background: #eaf5ff url(sec02Icon13.png) no-repeat center 10px;}
.sec02 li:nth-child(14) {background: #eaf5ff url(sec02Icon14.png) no-repeat center 10px;}
.sec02 li:nth-child(15) {background: #eaf5ff url(sec02Icon15.png) no-repeat center 10px;}
.sec02 li:nth-child(16) {background: #eaf5ff url(sec02Icon16.png) no-repeat center 10px;}
.sec02 li:hover:first-child {background-color: #005fc2;background-image: url(sec02Icon01on.png);}
.sec02 li:hover:nth-child(2) {background-color: #005fc2;background-image: url(sec02Icon02on.png);}
.sec02 li:hover:nth-child(3) {background-color: #005fc2;background-image: url(sec02Icon03on.png);}
.sec02 li:hover:nth-child(4) {background-color: #005fc2;background-image: url(sec02Icon04on.png);}
.sec02 li:hover:nth-child(5) {background-color: #005fc2;background-image: url(sec02Icon05on.png);}
.sec02 li:hover:nth-child(6) {background-color: #005fc2;background-image: url(sec02Icon06on.png);}
.sec02 li:hover:nth-child(7) {background-color: #005fc2;background-image: url(sec02Icon07on.png);}
.sec02 li:hover:nth-child(8) {background-color: #005fc2;background-image: url(sec02Icon08on.png);}
.sec02 li:hover:nth-child(9) {background-color: #005fc2;background-image: url(sec02Icon09on.png);}
.sec02 li:hover:nth-child(10) {background-color: #005fc2;background-image: url(sec02Icon10on.png);}
.sec02 li:hover:nth-child(11) {background-color: #005fc2;background-image: url(sec02Icon11on.png);}
.sec02 li:hover:nth-child(12) {background-color: #005fc2;background-image: url(sec02Icon12on.png);}
.sec02 li:hover:nth-child(13) {background-color: #005fc2;background-image: url(sec02Icon13on.png);}
.sec02 li:hover:nth-child(14) {background-color: #005fc2;background-image: url(sec02Icon14on.png);}
.sec02 li:hover:nth-child(15) {background-color: #005fc2;background-image: url(sec02Icon15on.png);}
.sec02 li:hover:nth-child(16) {background-color: #005fc2;background-image: url(sec02Icon16on.png);}
.sec02 li a {width: 100%;height: 100%;display: inline-block;}
.sec02 li:hover a {color: #ffffff;}
.sec02 li p {  text-align: center;  padding: 60px 6px 0; }
.shadow {
    background: #fff;color: #333;
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";  /* For IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); /* For IE 5.5 - 7 */
    -moz-box-shadow: 2px 2px 10px #909090; /* for firefox */
    -webkit-box-shadow: 2px 2px 10px #909090;/* for safari or chrome */
    box-shadow: 2px 2px 10px #909090;/* for opera or ie9 */
}
/*section end*/

/*footer start*/

/*footer end*/
