body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none !important;
}
a:focus {
  outline: none;
}
img {
  border: 0 none;
}
body,
select,
input,
button {
  font-family: "Hiragino Sans GB", "Microsoft Yahei", "Arial";
  font-size: 12px;
  color: #000000;
}
html {
  height: 100%;
}
.clr {
  clear: both;
  display: block;
}
/* 头部 */
header {
  width: 1200px;
  margin: 15px auto 0;
  position: relative;
}
header .logo {
  float: left;
}
header .nav {
  float: right;
  margin-top: 40px;
}
header .nav a {
  font-size: 16px;
  color: #595757;
  margin-left: 70px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 25px;
  float: left;
  position: relative;
}
header .nav a:hover {
  color: #00ac9f;
}
header .nav a:hover i {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
header .nav a i {
  position: absolute;
  width: 22px;
  height: 11px;
  background: url(sj.png) no-repeat;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  bottom: 0;
  left: 50%;
  margin-left: -11px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .nav .active {
  color: #00ac9f;
}
header .nav .active i {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
header .nav .actives {
  color: #00ac9f;
}
header .mini {
  position: absolute;
  right: 0;
  top: 5px;
}
header .search {
  position: absolute;
  left: -100px;
  top: 0;
  opacity: 0;
    -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .search.on {
  left: -160px;
  opacity: 1;
}
#q {
  width: 150px;
  text-indent: 24px;
}
header .mini a {
  float: left;
  line-height: 20px;
  font-size: 14px;
  color: #595757;
  margin-left: 10px;
  position: relative;
  z-index: 2；
}
header .mini a:hover {
  color: #00ac9f;
}
header .toggle {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 235px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 1200px;
}
header .toggle img {
  float: left;
}
header .toggle .left {
  float: left;
  padding: 25px 75px 25px 130px;
  background: url(tmk.png) repeat;
  min-height: 185px;
  width: 643px;
}
header .toggle .left .part {
  float: left;
  margin-left: 100px;
}
header .toggle .left .part p {
  color: #fff;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 20px;
}
header .toggle .left .part a {
  line-height: 1;
  font-size: 14px;
  color: #fff;
  margin-top: 13px;
  display: block;
}
header .toggle .left .part a:hover {
  text-decoration: underline !important;
}
header .toggle .left .fir {
  margin-left: 0;
}
header .active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 3;
}
.slide {
  height: 450px;
  position: relative;
  z-index: 2;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.i-list {
  margin-bottom: 45px;
}
.i-list .part {
  float: left;
  width: 31%;
  margin-left: 3.5%;
  margin-top: 45px;
}
.i-list .part .text {
  line-height: 1;
  font-size: 24px;
  margin-top: 30px;
  color: #003893;
  margin: 30px 0 15px;
}
.i-list .part .des {
  color: #595757;
  line-height: 18px;
  text-align: justify;
}
.i-list .part a {
  font-size: 14px;
  color: #00ac9f;
  margin: 20px 0 25px;
  display: block;
  line-height: 1;
}
.i-list .part img {
  display: block;
}
.i-list .fir {
  margin-left: 0;
}
.grey {
  background: #f6f6f6;
}
.i-news {
  padding: 30px 0 35px;
}
.i-news h2 {
  font-weight: normal;
  font-size: 24px;
  color: #003893;
  line-height: 1;
  margin-bottom: 30px;
}
.i-news .list {
  float: left;
  width: 550px;
  margin-top: 15px;
}
.i-news .list li {
  padding-bottom: 15px;
  line-height: 15px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
}
.i-news .list li:before {
  content: '+';
  position: absolute;
}
.i-news .list li:hover:before {
  color: #00ac9f;
}
.i-news .list li a {
  float: left;
  font-size: 16px;
  color: #595757;
  line-height: 1;
  text-indent: 20px;
}
.i-news .list li span {
  float: right;
  color: #595757;
  line-height: 16px;
}
.i-news .list li:hover a {
  color: #00ac9f;
}
.i-news .list li:hover span {
  color: #00ac9f;
}
.i-news .list .more {
  width: 130px;
  line-height: 35px;
  font-size: 20px;
  color: #fff;
  background: #00ac9f;
  text-align: center;
  display: block;
  margin-top: 30px;
}
.i-news img {
  float: right;
}
.green {
  background: #00aca0;
}
/* 底部 */
.footer {
  padding: 40px 0 70px;
}
.footer .left {
  float: left;
  width: 465px;
}
.footer .left .b {
  font-size: 16px;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #40c1b8;
  line-height: 1;
}
.footer .left .num {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
}
.footer .left p {
  font-size: 14px;
  color: #fff;
}
.footer .right {
  float: right;
  width: 465px;
}
.footer .right .b {
  font-size: 16px;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #40c1b8;
  line-height: 1;
}
.footer .right .tab .part {
  float: left;
  margin-left: 40px;
}
.footer .right .tab .part p {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 25px;
  color: #fff;
}
.footer .right .tab .part a {
  color: #fff;
  margin-top: 10px;
  display: block;
}
.footer .right .tab .fir {
  margin-left: 0;
}
.blue {
  background: #003894;
}
.blue p {
  color: #fff;
  line-height: 45px;
}
.blue #top {
  background: url(top.png) no-repeat;
  width: 39px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 10px;
}
.common {
  margin-bottom: 60px;
}
.common .left {
  float: left;
  width: 175px;
  position: relative;
  top: -15px;
  z-index: 2;
}
.common .left .b {
  background: url(tmk.png);
  padding: 25px 0 15px;
  text-indent: 15px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.common .left li p {
  text-indent: 15px;
  color: #595757;
  font-size: 16px;
  padding: 12px 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.common .left li p:before {
  content: '+';
  position: absolute;
  right: 0;
  top: 12px;
  color: #595757;
  font-size: 16px;
}
.common .left li p.on:before {
  content: '-';
  right: 3px;
  color:  #003894;
}
.common .left li .active,.common .left li .on {
  color: #003894;
}
.common .left li .active:before {
  color: #003894;
}
.common .left li .second {
  display: none;
}
.common .left li .second a {
  display: block;
  line-height: 38px;
  color: #878787;
  text-indent: 15px;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.common .left li .second a:before {
  content: '>';
  position: absolute;
  right: 0;
  top: 0;
  color: #878787;
  font-size: 14px;
}
.common .left li .second a:hover {
  color: #00aca0;
}
.common .left li .second a:hover:before {
  color: #00aca0;
}
.common .left li .second .act {
  color: #00aca0;
}
.common .left li .second .act:before {
  color: #00aca0;
}
.common .left li .actives {
  display: block;
}
.common .right {
  float: right;
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
}
.common .right .common-top {
  position: relative;
  margin-bottom: 30px;
}
.common .right .common-top .title {
  font-size: 36px;
  line-height: 1;
  color: #00aca0;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}
.common .right .common-top .line {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 145px;
  height: 2px;
  background: #00aca0;
}
.common .right .common-top .tips {
  position: absolute;
  top: 22px;
  right: 0;
}
.common .right .common-top .tips span {
  color: #595757;
  line-height: 1;
}
.common .right .common-top .tips .active {
  color: #00aca0;
}
.common .right .content p {
  line-height: 30px;
  font-size: 14px;
  color: #595757;
}
/* 栏目页 */
.cat {
  margin-top: 50px;
}
.cat ul {
  margin-bottom: 25px;
}
.cat li {
  float: left;
  width: 31%;
  margin-left: 3.5%;
  margin-bottom: 35px;
}
.cat li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.cat li a img {
  width: 100%;
  display: block;
}
.cat li a:hover .mask {
  top: 0;
}
.cat li a .title {
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  position: absolute;
  text-indent: 10px;
  background: url(tmk.png) repeat;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cat li a .title:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 8px;
  width: 20px;
  height: 10px;
  background: url(jt.png) no-repeat;
}
.cat li a .mask {
  background: url(tmk.png) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cat li a .mask p {
  color: #fff;
  line-height: 1;
  text-align: center;
}
.cat li a .mask .text {
  font-size: 14px;
  margin-top: 80px;
  margin-bottom: 15px;
}
.cat .fir {
  margin-left: 0;
}
.cat .bl p {
  color: #003894;
}
.cat .bl .line {
  background: #003894;
}
.cat .bl .mask {
  background: url(b-tmk.png);
}
.cat .bl li .title {
  background: url(b-tmk.png);
}
.common-top {
  position: relative;
  margin-bottom: 30px;
}
.common-top .title {
  font-size: 36px;
  line-height: 1;
  color: #00aca0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.common-top .line {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 145px;
  height: 2px;
  background: #00aca0;
}
.common-top .tips {
  position: absolute;
  top: 22px;
  right: 0;
}
.common-top .tips span {
  color: #595757;
  line-height: 1;
}
.common-top .tips .active {
  color: #00aca0;
}
.zp .top {
  padding: 15px;
  border-bottom: #e1e1e1 1px dashed;
}
.zp .top p {
  display: inline-block;
  color: #595757;
  margin-left: 102px;
  font-size: 18px;
  width: 72px;
  line-height: 1;
  text-align: center;
}
.zp .part .a {
  padding: 15px;
  border-bottom: #e1e1e1 1px dashed;
  display: block;
  position: relative;
}
.zp .part .a p {
  display: inline-block;
  color: #585657;
  margin-left: 88px;
  font-size: 14px;
  width: 80px;
  line-height: 1;
  text-align: center;
}
.zp .part .on p {
  color: #003894;
}
.zp .part .info {
  padding: 20px 15px;
  display: none;
}
.zp .part .info h5 {
  color: #1c4fa1;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}
.zp .part .info p {
  line-height: 30px;
  color: #595757;
  font-size: 14px;
}
.zp .part .info a {
  color: #003894;
  line-height: 30px;
  padding-top: 30px;
  display: block;
  font-size: 14px;
}
.news .right li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #e1e1e1;
}
.news .right li img {
}
.news .right li .info {
  float: right;
  width: 640px;
}
.news .right li .info .text {
  font-size: 16px;
  color: #595757;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.news .right li .info .text:hover {
  color: #003894;
}
.news .right li .info .des {
  color: #999;
  line-height: 22px;
}
.news .right li .info .time {
  margin-top: 25px;
  color: #999;
}
.pages a {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #595757;
  border: 1px solid #ccc;
  margin: 0 2px;
}
.pages a:hover {
  border-color: #00aca0;
  color: #00aca0;
}
.pages span {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #00aca0;
  border: 1px solid #00aca0;
  margin: 0 5px;
}
.pages .a1 {
  width: auto;
  padding: 0 5px;
  border-color: #00aca0;
  color: #00aca0;
}
.show .content p {
  line-height: 30px;
  font-size: 14px;
  color: #888;
}
.show .content .title {
  text-align: center;
  font-size: 18px !important;
  color: #595757 !important;
  margin-bottom: 20px;
}

.boxs {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.boxs img {
  position: relative;
}

.sh p {
  line-height: 26px;
  font-size: 14px;
  color: #575959;
}
.sh .info {
  float: right;
  width: 720px;
}
.sh img {
  float: left;
  margin-top: 20px;
}
.sh .info .text {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 25px;
  margin-top: 20px;
}
.sh .part {
  padding: 20px 0;
  border-top:1px dashed #ccc;
  margin-top: 20px;
}
.sh .part.r img {
  float: right;
}
.sh .part.r .info {
  float: left;
}

.c-list li {
  float: left;
  margin-left: 45px;
  margin-bottom: 20px;
  height: 380px;
}
.c-list li.fir {
  margin-left: 0;
}
.c-list li div {
  background: #dadbdb;
  width: 230px;
    height: 322px;
  display: table-cell;
 vertical-align:middle;
 text-align: center;
 padding: 20px;
}
.c-list li img {
  vertical-align: middle;
}
.c-list li p {
  margin: 10px 0;
  line-height: 24px;
  font-size: 14px;
  color: #575959;
}
.pages {
  text-align: center;
}



.hz .right ul {
  margin-bottom: 25px;
}
.hz .right li {
  float: left;
  width: 31%;
  margin-left: 3.5%;
  margin-bottom: 35px;
}
.hz .right li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.hz .right li a img {
  width: 100%;
  display: block;
}
.hz .right li a:hover .mask {
  top: 0;
}
.hz .right li a .title {
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  position: absolute;
  text-indent: 10px;
  background: url(tmk.png) repeat;
  bottom: 0;
  left: 0;
  width: 100%;
}
.hz .right li a .title:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 8px;
  width: 20px;
  height: 10px;
  background: url(jt.png) no-repeat;
}
.hz .right li a .mask {
  background: url(tmk.png) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hz .right li a .mask p {
  color: #fff;
  line-height: 1;
  text-align: center;
}
.hz .right li a .mask .text {
  font-size: 14px;
  margin-top: 80px;
  margin-bottom: 15px;
}
.hz .right .fir {
  margin-left: 0;
}