body{
	margin: 0;
    padding: 0;
    background: #f2f2f2;
    font-size: 100%;
    font-family: PingFangSC-Regular,PingFang SC,Segoe UI,Arial,Microsoft Yahei,Microsoft Yahei In-Bold,Apple LiGothic Medium;
    color: #1a1a1a;
    width: 100%;
    height: 100%;
}
a{
	margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
}
li{
	list-style:none
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, mark, menu, nav, object, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
.first-layout{
    height: 100vh;
    overflow: auto;
}
.first-layout .head{
    width: 100%;
}
.first-layout .heda .header{
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.header .page-header{
	height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #aba8a6;
}
.container{
    width: 1200px;
    margin: 0 auto;
}   
.header .page-nav{
	height: 160px;
    background: #fff;
    border-bottom: 3px solid #D95514;
}
.page-header .welcome {
      margin-right: 50px;
}
.page-header .link {
      color: #fff;
      cursor: pointer;
    }
    .page-header .link:hover {
        color: #fafafa;
    }
 .fl{
    float: left;
}
.fr{
    float: right;
}
.absp {
      padding: 0 10px;
}

  .page-nav .logo {
    margin-top: 15px;
    margin-left: -30px;
  }
.new-logo{
    height: 160px;
}
.ch-nav{
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 16px;
    background: #D95514;
    margin-top: 17px;
}
.ch-nav span{
  margin-left: 60px;
}
  .page-nav .logo img {
    height: 70px;
  }

  /*logo over*/

  .page-nav-main {
    position: relative;
    width: 70%;
    height: 160px;
  }

  .search-box {
    padding-left: 20px;
    padding-top: 25px;
  }
 .search-box .consulting{
    float: right;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-left: 30px;
    border: 2px solid #D95514;
    border-radius: 5px;
    color: #D95514;
    cursor: pointer;
 }
 .search-box .consulting a{
   display: block;
   width: 120px;
   height: 45px;
      color: #D95514;
 }
    .input-with-search {
        height: 45px;
        border-right: 0;
        border-radius: 0;
        border:2px solid #D95514;
        width: 75%;
        padding-left: 15px;
        outline:0;
        border-radius: 5px;
    }
.search-box .searchBtn{
    width: 70px;
    height: 50px;
    line-height: 50px;
    margin-left: -71px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 0;
    border: 0;
    outline:0;
    background: #D95514;
        cursor: pointer;
    /* background: linear-gradient(90deg,#D95514,#D95514); */
}
 .page-nav .nav-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .page-nav .nav-box .first-nav {
      position: relative;
      width: 11%;
      padding: 0 10px;
    }
    .page-nav .nav-box .first-nav-item {
        display: inline-block;
        width: 100%;
        color: #1a1a1a;
        font-size: 16px;
        text-align: center;
        padding: 5px 0;
      }

      .is-active {
          color: #D95514;
          border-bottom: 2px solid #D95514;
        }

      .first-nav:hover .first-nav-item {
          color: #D95514;
        }

       .first-nav .second-nav-box {
          display:  none;
        }

    .second-nav-box {
      z-index: 999;
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      padding: 10px 20px;
      background: #02489D;
      opacity: 0.9;
    }
      .second-nav {
        border-bottom: 1px solid #ccc;
      }
        .second-nav :last-child {
          border: 0;
      }

      .second-nav-item {
        display: inline-block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        color: #FFF;
        white-space: nowrap;
      }
        .second-nav-item:hover {
          background: #4f99c2;
        }
.footer{
    width: 100%;
    height: 190px;
    background: #00498E;
    position: relative;
        padding-bottom: 30px;
}
.footer-line{
    height: 30px;
    background: #D95514;
    width: 60%;
    position: absolute;
    right: 0;
    top: -15px;
  }
.fr{
  float: right;
}
.fl{
  float: left;
}
.footer .div_right {
  position: relative;
  transition: all 3s;
  margin-right: 15px;
}
.footer .div_right .div_img {
    position: absolute;
    top: -220px;
    left: -50px;
    width: 200px;
    height: 200px;
    display: none;
}
.footer .div_right .div_img img {
      width: 200px !important;
      height: 200px !important;
      transition: all 3s;
}
.footer .div_right:hover .div_img {
    display: block;
}
.footer .container {
    width: 1200px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #00498E;
}
.footer .container .footer-left {
      margin-top: 30px;
}
.footer-left .fix{
  height: 30px;
  margin-left: 10px;
}
.footer-left .fix li{
  float: left;
  height: 30px;
}
.footer .container .footer-left p {
    margin: 10px;
    text-align: left;
    cursor: pointer;
}
   .footer .link {
      color: #FEFFFD;
      border: none;
      cursor: pointer;
      background: #00498E;
    }
   .footer .link:hover {
        color: #D95514;
      }
    .footer .content-li {
      position: absolute;
      top: -260px;
      right: -100px;
      width: 260px;
      height: 260px;
      color: #ffffff;
      background: #333;
      display: none;
      border-radius: 5px;
      z-index: 99;
      }
      .footer .content-li .localtion:hover{
        color: skyblue;
      }
  .footer .link-a {
      color: #fff;
      border: none;
      cursor: pointer;
      background: #00498E;
      margin-top: -8px;
      padding-left: 0px;
      background: #00498E;
    }
  .footer .link-a:hover {
        color: #fafafa;
      }
    .footer .localtion :hover {
        cursor: pointer;
        color: #D95514;
      }
      .footer .localtion a{
        color: #fff;
      }
   .footer .absp {
      padding: 0 10px;
    }
    .footer-right {
      margin-top: 50px;
  }
  .footer-right img {
        width: 60px;
        height: 60px;
      }
      .loginState{
        display: none;
      }
.side-right{
	position: fixed;
    right: 10px;
    top: 50%;
    z-index: 1000;
    transform: translate(0, -50%);
    width: 40px;
}
.side-right .zhuce{
	width: 50px;
    height: 60px;
    background: #ff686e;
    color: #FFF;
}
.side-right .zhuce a{
	display: inline-block;
    color: #FFF;
    height: 100%;
    line-height: 60px;
    text-align: center;
    width: 100%;
}
.side-right .zhuce a img{
	width: 30px;
}
.side-right .zhuce a span{
	margin-top: -42px;
    font-size: 12px;
    display: block;
}
.side-right .logo{
	margin-top: 6px;
	width: 50px;
    height: 60px;
    background: #e56137;
    color: #FFF;
}
.side-right .logo a{
	display: inline-block;
    color: #FFF;
    height: 100%;
    line-height: 60px;
    text-align: center;
    width: 100%;
}
.side-right .logo a img{
	width: 30px;
}
.side-right .logo a span{
	margin-top: -42px;
    font-size: 12px;
    display: block;
}
.side-right .qq{
	margin-top: 6px;
	width: 50px;
    height: 60px;
    background: #235e97;
    color: #FFF;
    position: relative;
}
.side-right .qq> a{
	display: inline-block;
    color: #FFF;
    height: 100%;
    line-height: 60px;
    text-align: center;
    width: 100%;
}
.side-right .qq a img{
	width: 30px;
}
.side-right .qq a span{
	margin-top: -42px;
    font-size: 12px;
    display: block;
}
.side-right .qq .right-content{
	position: absolute;
	display: none;
    right: 46px;
    top: 50%;
    z-index: 9999;
    transform: translate(0, -50%);
    width: 200px;
    background: white;
    padding: 12px;
    border-radius: 3px;
    box-shadow:0 0 9px 3px #999;
}
.side-right .qq .right-content> p{
	color: #303133;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
}
.right-content ul li p{
	margin: 10px 0 10px 0;
    line-height: 1.5;
    font-size: 14px;
    color: #303133;
}
.right-content ul li> a{
	font-size: 16px;
    line-height: 2em;
}
.right-content ul li a p{
	margin: 10px 0 10px 30px;
    line-height: 1.5;
    font-size: 14px;
    color: #303133;
}
.right-content ul li a p:hover{
	cursor:pointer;
	color: #D95514;
}
.side-right .phone{
	position: relative;
	margin-top: 6px;
	width: 50px;
    height: 60px;
    background: #41d7c7;
    color: #FFF;
}
.side-right .phone a{
	display: inline-block;
    color: #FFF;
    height: 100%;
    line-height: 60px;
    text-align: center;
    width: 100%;
}
.side-right .phone a img{
	width: 30px;
}
.side-right .phone a span{
	margin-top: -42px;
    font-size: 12px;
    display: block;
}
.side-right-phone{
	position: absolute;
	display: none;
    right: 46px;
    top: 50%;
    z-index: 9999;
    transform: translate(0, -50%);
    width: 200px;
    background: white;
    padding: 12px;
    border-radius: 3px;
    box-shadow:0 0 9px 3px #999;
}
.side-right-phone> p{
	color: #303133;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
}
.side-right-phone .text{
	max-height: 400px;
    overflow-y: auto;
}
.side-right-phone .text .title{
	margin: 10px 0 10px 0;
    line-height: 1.5;
    font-size: 14px;
	font-weight: 700;
    color: #333;
}
.side-right-phone .text .red{
	margin: 10px 0 10px 0;
    line-height: 1.5;
    font-size: 14px;
    color: #606266;
}
.footer-left{
  width: 60%;
  color: #FEFFFD;
}
.footer-left a{
  color: #FEFFFD;
}
.footer-top{
  width: 100%;
  height: 80px;
}
.footer-top img{
  height: 70px;
}
.footer-phone {
      margin-left: 30px;
    margin-top: 13px;
    text-align: left;

}
.footer-phone h3{
    font-size: 24px;
}
