  .t-c .hd-ph {
    float: right;
    padding-left: 45px;
    margin-top: 60px;
    background: url("../images/telwx.png") no-repeat left center;
    width: 184px;
    color: #006BDD; }
    .t-c .hd-ph .tit {
      font-size: 25px;
      line-height: 1em; }
    .t-c .hd-ph p {
      font-size: 23px;
      line-height: 1em;
      font-weight: 200;
      margin-top: 8px; }
	  
	  

  
.navigation {
  height: 45px;
  width: 1200px;
  margin: 0 auto; }
  .navigation .sub-nav {
    float: left;
    width: 220px;
    position: relative; }
    .navigation .sub-nav.on .wrap {
      display: block;/*display: none; 打开页面不显示*//*display: block; 打开页面显示*/ }
    .navigation .sub-nav .h {
      line-height: 45px;
      color: #fff;
      font-size: 16px;
      background: #3883f9;
      border-radius: 4px 4px 0 0;
      text-align: center;
      cursor: pointer; }
    .navigation .sub-nav .wrap {
      position: absolute;
      top: 45px;
      left: 0;
      width: 220px;
      display: none;
      z-index: 99;
      height: 432px;
      background: rgba(2,39,108,0.7);/*display:none;*/ }
      .navigation .sub-nav .wrap li .item {
        padding-left: 40px;
        display: block;
        background: rgba(2,39,108,0.7);
        line-height: 53px;
        color: #fff;
        font-size: 16px;
        height: 53px;
        border-bottom: 1px solid #333; }
      .navigation .sub-nav .wrap li i {
        display: block;
        width: 6px;
        float: right;
        margin-right: 30px;
        height: 42px;
        line-height: 42px;
 }
      .navigation .sub-nav .wrap li:hover .item {
        background: #fff;
        color: #3883f9;
        padding-left: 40px; }
      .navigation .sub-nav .wrap li:hover i {
}
      .navigation .sub-nav .wrap li:hover .sub {
        display: block; }
      .navigation .sub-nav .wrap li .sub {
        display: none;
        position: absolute;
        left: 220px;
        top: 0;
        padding-left: 39px;
        width: 790px;
        height: 432px;
        background: #fff; }
        .navigation .sub-nav .wrap li .sub .tit {
          color: #153071;
          font-size: 18px;
          /*margin-left: 39px;*/
          padding-left: 5px;
          border-left: 2px solid #153071;
          line-height: 16px;
          margin-top: 5px;
          margin-bottom: 10px; }
        .navigation .sub-nav .wrap li .sub a {
          display: inline-block;
          padding: 3px 8px;
          /*max-width: 130px;*/
          color: #333333;
          font-size: 14px;
          margin-bottom: 7px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }

          .navigation .sub-nav .wrap li .sub a:nth-child(odd) {
            /*padding-left: 26px; */
          }
.navigation .sub-nav .wrap li .sub a.hot{
  color: #3d50e0;
}
          .navigation .sub-nav .wrap li .sub a:hover {
            color: #3883f9; }
  .navigation .nav-list {
    float: left; }
    .navigation .nav-list li {
	
      margin-left: 8px;
      float: left;
padding-top: 0px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
      line-height: 42px;
      text-align: center;
      color: #333 ;
      font-size: 16px;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0; }
      .navigation .nav-list li a {
        display: block;
        height: 100%;
		 }
      .navigation .nav-list li.on a {
        color: #3883f9; }
      .navigation .nav-list li:hover {
        background: #3883f9; }
        .navigation .nav-list li:hover a {
          color: #fff; }