﻿/*通用样式*/
*{ margin: 0px; padding: 0px; }
img, input, button { border: none; outline: none; }
a { color: #333333; }
a:hover { color: #d60e19; 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; }

/*header start*/

/*header end*/

/*section start*/
.section {width: 100%; height: 1020px; background: url(sectionBg.png) no-repeat top center;background-size: 100% 100%;}
.inner { width: 1200px; margin: 0 auto; }
.title {padding-top: 45px;padding-bottom: 48px;}
.title a {width: 321px; height: 58px;display: block;}
.sec01,.sec02,.sec03 {width: 565px;height: 575px;background-color: #ffffff;box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, .2) ;float: left; padding: 0 30px;}
.sec02 {margin: 0 30px;}
.section h5 {text-align: center; padding: 30px 0; }
.section h5 a {font-size: 24px; color: #d60e19;}
.section h5 img {padding-right: 10px;margin-top: -4px;}
.section li{line-height: 32px; float: left;padding-bottom: 45px;} 
.section li > a {font-size: 18px; color:#333;}
.section li > a >span {font-size: 16px; color: #999999;padding-left: 25px;}
.section li > p {font-size: 16px; color: #999999;}
.more {text-align: center;}
.more a {font-size: 14px; color: #d60e19;}
/*section end*/

/*footer start*/

/*footer end*/
