@charset "utf-8";

*{ margin:0; padding:0;}
/*.fix:after{content: "."; display: block; height: 0;clear: both; visibility: hidden;}
.fix{zoom:1;}*/
body { font: normal 100% "微软雅黑", Arial, sans-serif; background-color:#fff;}
img { border:0;}
ul,ol{list-style:none;}

/*header*/
header { height: 43px; width: 100%; border-bottom: 1px solid #c6c6c6; padding: 10px 0;}
header .tab { width: 95%; margin: 0 auto;}
header li { float: left; width: 48%; text-align: center; line-height: 43px;}
header li a { display: block; width: 100%; height: 43px; color: #fff; border-radius: 8px; text-decoration: none;}
header .app { float: right;}
header li .gray { background-color: #898989;}
header li .green { background-color: #1cb2a7;}

/*table*/
 table { width: 95%; border-spacing: 0; margin: 20px auto; word-break:break-all; word-wrap:break-word;}
 table th { border-bottom: 1px solid #c6c6c6; border-left: 1px solid #c6c6c6; border-right: 1px solid #c6c6c6; padding: 5px 0;}
 table th a { color: #028679; text-decoration: none;}
 table .title { border-top: 1px solid #c6c6c6;}
 table td { border-bottom: 1px solid #c6c6c6; border-left: 1px solid #c6c6c6; border-right: 1px solid #c6c6c6; padding: 5px 10px; word-break:normal;}
 table td a { color: #959595;}
 /*section*/
 span { font-size: 1.125em; color: #028679; font-weight: bold; text-align: center; background-color: #ededed; display: block; width: 100%;}
 p { color: #222222; padding: 15px;}
 ul { padding-bottom: 15px;}
 ul li { padding: 10px 0;}
 ul li a { color: #028679;}
 ul li p { padding: 5px 15px;}
 ul li .info { text-indent: 22px;}


 ul li img {width:60%;padding: 10px 0px 20px 28px;}
 ul li .img1 { width:40% ; margin: 0 auto; }
 ul li .img1 img { width: 100%; padding: 10px;}
 .line { border-bottom: 1px solid #c6c6c6;}
 h1 { padding: 10px 0 15px 10px; font-size: 1.125em; font-weight: normal;}
 .question { color: #028679;}
 .tab9 { text-align: center;}
 .tab9 th { border-top: 1px solid #c6c6c6; background-color: #028679; color: #fff; font-weight: normal;}

/*footer*/
footer .top { width: 12%; float: right; padding-right: 15px;}
footer .top img { width: 100%;}
#goTopBtn { position: fixed; bottom: 20px; cursor: pointer; right: 0px; _position: absolute; _right: auto;} 