/*main*/
.picbox {
    width: 1200px;
    /* height:812px; */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.picbox .title1 {
    width: 1200px;
    height: 102px;
    background: #f2f2f2;
    overflow: hidden;
    margin: 0 auto;
}

.picbox .title1-list {
    width: 100%;
    height: auto;
    position: relative;
}

.picbox .title1-list>li {
    width: 199px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-right: 1px #fff solid;
    float: left;
}

.picbox .title1-list>li>span {
    background: #d2d2d2;
    color: #333333;
    font-size: 20px;
    display: block;
    position: relative;
}

.picbox .title1-list li.on span {
    color: #fff;
    background: #004298
}

.picbox .title1-list li.on span a {
    color: #fff
}

.picbox .title1-list>li>span:after {
    content: '';
    width: 12px;
    height: 12px;
    background: rgba(26,76,199,0);
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 44px;
    left: 94px;
}

.picbox .title1-list li.on span:after {
    background: rgba(26,76,199,1)
}

.picbox .title1-list li .subli {
    width: 1200px;
    height: 50px;
    margin-top: 2px;
    overflow: hidden;
    display: none;
    box-sizing: border-box;
    padding: 0 58px;
    position: absolute;
    left: 0;
    top: 50px;
}

.picbox .title1-list li.on .subli {
    display: block;
}

.picbox .title1-list li .subli li {
    width: auto;
    height: 50px;
    font-size: 16px;
    color: #666666;
    padding-right: 60px;
    float: left;
}

.picbox .title1-list li .subli li i {
    font-style: normal;
    font-family: 'Simsun';
    padding-right: 15px;
}

.picbox .title1-list>li:last-child {
    border-right: 1px #d2d2d2 solid;
}

.pic-wrap {
    width: 100%;
    /* height:auto; */
    padding-top: 16px;
    overflow: hidden;
    margin: 0 auto;
}

.picbox .pic {
    width: 1200px;
    /* height:675px; */
    position: relative;
    display: none;
}

.pic-wrap .show {
    display: block;
}

.picbox .pic .box01 {
    width: 100%;
    height: 430px;
    overflow: hidden;
}

.picbox .pic .box01 .box01_lf {
    width: 728px;
    height: 430px;
    overflow: hidden;
    float: left;
    background: #fff;
}

.picbox .pic .box01 .box01_lf img {
    width: 100%;
    height: auto;
    transition: 0.4s all;
    margin: 0 auto;
    display: block;
}

.picbox .pic .box01 .box01_lf img:hover {
    transform: scale(1.05);
}

.picbox .pic .box01 .box01_rt {
    width: 472px;
    height: 430px;
    color: #fff;
    box-sizing: border-box;
    padding: 30px 40px 20px 46px;
    background: #1a4cc7;
    float: right;
}

.picbox .pic .box01 .box01_rt .p01 {
    width: 100%;
    height: 87px;
    color: #fff;
    line-height: 80px;
    transition: 0.4s all;
    background: url(../images/lines.png) bottom left no-repeat;
    position: relative;
}

.picbox .pic .box01 .box01_rt .p01 big {
    width: 290px;
    line-height: 80px;
    font-size: 30px;
    font-weight: bold;
    transition: 0.4s all;
    display: block;
}

.picbox .pic .box01 .box01_rt .p01 span {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 80px;
    transition: 0.4s all;
}

.picbox .pic .box01 .box01_rt .p01 big:hover {
    color: #ff9501;
}

.picbox .pic .box01 .box01_rt .p01 span:hover {
    color: #ff9501;
}

.picbox .pic .box01 .box01_rt .p02 {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    padding-top: 20px;
}

.picbox .pic .box01 .box01_rt .p03 {
    width: 100%;
    height: 45px;
    padding-top: 38px;
}

.picbox .pic .box01 .box01_rt .p03 .btn {
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: 0.4s all;
    box-sizing: border-box;
    font-size: 16px;
    margin-right: 17px;
    display: inline-block;
}

.picbox .pic .box01 .box01_rt .p03 .btn01 {
    background: url(../images/dingzhi.png) 18px center no-repeat #d73240;
    padding-left: 24px;
}

.picbox .pic .box01 .box01_rt .p03 .btn02 {
    color: #666666;
    background: url(../images/zixun.png) 20px center no-repeat #ffffff;
    padding-left: 20px;
    font-weight: bold;
}

.picbox .pic .box01 .box01_rt .p03 .btn:hover {
    background-color: #6690f7;
    color: #fff;
    text-decoration: underline;
}

.picbox .pic .box01 .box01_rt .p03 .btn02:hover {
    background-image: url(../images/zixunh.png)
}

.picbox .pic .box02 {
    width: 100%;
    /* height: 225px; */
    padding-top: 16px;
    overflow: hidden;
}

.picbox .pic .box02 li {
    width: 287px;
    color: #666666;
    font-size: 18px;
    text-align: center;
    margin-right: 17px;
    line-height: 48px;
    float: left;
}

.picbox .pic .box02 li .inpic {
    width: 287px;
    height: 287px;
    overflow: hidden;
    position: relative;
}

.picbox .pic .box02 li .inpic img {
    width: 100%;
    min-height: 170px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    transition: 0.4s all
}

.picbox .pic .box02 li .inpic:after {
    content: '';
    width: 100%;
    height: 287px;
    background: url(../images/fangdajing.png) center center no-repeat rgba(26,76,199,0.5);
    transform: scale(0);
    left: 0;
    top: 0;
    position: absolute;
    transition: 0.4s all;
}

.picbox .pic .box02 li .inpic:hover:after {
    transform: scale(1);
}

.picbox .pic .box02 li:last-child {
    margin-right: 0
}

/*tab case*/
.casebox {
    width: 1200px;
    /* height: 812px; */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.casebox .title2 {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

.casebox .title2-list {
    width: 100%;
    height: auto;
    background: #d2d2d2;
    position: relative;
}

.casebox .title2-list>li {
    width: 199px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
}

.casebox .title2-list>li>span {
    background: #014199;
    border-right: 1px #fffefe solid;
    color: #ffffff;
    font-size: 20px;
    display: block;
    position: relative;
}

.casebox .title2-list>li>span:after {
    content: '';
    width: 12px;
    height: 12px;
    background: rgba(26,76,199,0);
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 44px;
    left: 94px;
}

.casebox .title2-list li.on span {
    color: #fff;
    background: #d73240
}

.casebox .title2-list li.on span a {
    color: #fff
}

.casebox .title2-list li.on span:after {
    background: rgb(1 65 153)
}

.casebox .title2-list>li:last-child {
    border-right: 1px #d2d2d2 solid;
}

.case-wrap {
    width: 100%;
    /* height: auto; */
    padding-top: 26px;
    overflow: hidden;
    margin: 0 auto;
}

.casebox .pic {
    width: 1200px;
    /* height: 735px; */
    position: relative;
    display: none;
}

.case-wrap .show {
    display: block;
}

.casebox .pic .box_lf {
    width: 500px;
    height: 818px;
    color: #fff;
    box-sizing: border-box;
    padding: 38px 38px;
    background: #014199;
    float: left;
}

.casebox .pic .box_lf .caseimg {
    width: 425px;
    /* height: 300px; */
    /* background: #000; */
    display: block;
    line-height: 1;
}

.casebox .pic .box_lf .caseimg img {
    transition: 0.4s all;
}

.casebox .pic .box_lf .caseimg:hover img {
    opacity: 0.6
}

.casebox .pic .box_lf .p01 {
    width: 100%;
    font-size: 30px;
    height: 93px;
    line-height: 88px;
    font-weight: bold;
    background: url(../images/line.png) bottom left no-repeat;
    position: relative;
}

.casebox .pic .box_lf .p01 a {
    display: block;
}

.casebox .pic .box_lf .p01 a:hover {
    color: #ff9501;
    padding-left: 5px
}

.casebox .pic .box_lf .p02 {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
}

.casebox .pic .box_lf .p02 p {
    padding-top: 15px;
}

.casebox .pic .box_lf .p02 p b {
    display: block;
}

.casebox .pic .box_lf .p03 {
    width: 100%;
    height: 45px;
    padding-top: 30px;
}

.casebox .pic .box_lf .p03 .btn {
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: 0.4s all;
    box-sizing: border-box;
    font-size: 16px;
    margin-right: 17px;
    display: inline-block;
}

.casebox .pic .box_lf .p03 .btn01 {
    background: url(../images/dingzhi.png) 18px center no-repeat #c21f1f;
    padding-left: 24px;
}

.casebox .pic .box_lf .p03 .btn02 {
    color: #f6eded;
    background: url(../images/zixun.png) 20px center no-repeat #c21f1f;
    padding-left: 20px;
}

.casebox .pic .box_lf .p03 .btn:hover {
    background-color: #6690f7;
    color: #fff;
    text-decoration: underline;
}

.casebox .pic .box_lf .p03 .btn02:hover {
    background-image: url(../images/zixunh.png)
}

.casebox .pic .box_rt {
    width: 690px;
    /* height: 735px; */
    float: right;
}

.casebox .pic .box_rt li {
    width: 310px;
    /* height: 356px; */
    color: #333333;
    background: #f2f2f2;
    margin-left: 31px;
    margin-bottom: 20px;
    transition: 0.4s all;
    float: left;
    padding-bottom: 7px;
}

.casebox .pic .box_rt li img {
    width: 100%;
    /* height: 256px; */
    display: block;
}

.casebox .pic .box_rt li .p01 {
    font-size: 20px;
    padding: 0px 24px 2px;
}

.casebox .pic .box_rt li .p02 {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.6;
    padding: 0 24px;
}

.casebox .pic .box_rt li:hover {
    background: #014199;
}

.casebox .pic .box_rt li:hover a {
    color: #fff
}

/*tab news*/
.newsbox {
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.newsbox .title3 {
    width: 200px;
    height: 350px;
    float: left;
}

.newsbox .title3-list {
    width: 100%;
    height: auto;
    position: relative;
}

.newsbox .title3-list>li {
    width: 200px;
    height: 114px;
    font-size: 22px;
    color: #333333;
    background: #d2d2d2;
    line-height: 114px;
    text-align: center;
    margin-bottom: 4px;
}

.newsbox .title3-list li.on {
    color: #fff;
    background: #1a4cc7
}

.newsbox .title3-list li.on a {
    color: #fff
}

.news-wrap {
    width: 968px;
    height: 350px;
    overflow: hidden;
    float: right;
}

.newsbox .pic {
    width: 970px;
    height: 350px;
    position: relative;
    display: none;
}

.news-wrap .show {
    display: block;
}

.newsbox .pic .box_lf {
    width: 463px;
    height: 350px;
    float: left;
}

.newsbox .pic .box_lf .npic {
    width: 100%;
    height: 237px;
    overflow: hidden;
}

.newsbox .pic .box_lf .npic img {
    width: 100%;
    min-height: 237px;
    transition: 0.4s all
}

.newsbox .pic .box_lf .npic img:hover {
    transform: scale(1.05);
}

.newsbox .pic .box_lf .p01 {
    width: 100%;
    height: 40px;
    color: #333333;
    line-height: 40px;
    padding-top: 22px;
    position: relative;
}

.newsbox .pic .box_lf .p01 p {
    width: 350px;
    font-size: 18px;
    white-space: nowrap;
}

.newsbox .pic .box_lf .p01 i {
    font-style: normal;
    font-family: Simsun;
    opacity: 0.8;
    padding-right: 15px
}

.newsbox .pic .box_lf .p01 span {
    right: 0;
    top: 25px;
    font-size: 14px;
    opacity: 0.8;
    position: absolute;
}

.newsbox .pic .box_lf .p02 {
    line-height: 24px;
    color: #666666;
    font-size: 14px;
    padding-top: 6px;
}

.newsbox .pic .box_rt {
    width: 466px;
    height: 350px;
    float: right;
}

.newsbox .pic .box_rt li {
    width: 100%;
    height: 70px;
    color: #666666;
    line-height: 70px;
    border-bottom: 1px #d1d1d1 dashed;
    padding: 0 23px;
    box-sizing: border-box;
    position: relative;
    transition: 0.4s all
}

.newsbox .pic .box_rt li:hover {
    color: #1a4cc7;
    border-bottom: 1px #d1d1d1 dashed !important;
    padding-left: 27px
}

.newsbox .pic .box_rt li p {
    width: 325px;
    white-space: nowrap;
}

.newsbox .pic .box_rt li i {
    font-style: normal;
    font-family: Simsun;
    opacity: 0.8;
    padding-right: 15px
}

.newsbox .pic .box_rt li span {
    right: 23px;
    top: 0;
    font-size: 14px;
    opacity: 0.8;
    position: absolute;
}

/*tab honor*/
.honorbox {
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.honorbox .title4 {
    width: 604px;
    height: 50px;
    margin: 0 auto
}

.honorbox .title4-list {
    width: 100%;
    height: auto;
    position: relative;
}

.honorbox .title4-list>li {
    width: 200px;
    height: 50px;
    font-size: 20px;
    color: #333333;
    background: #d2d2d2;
    line-height: 50px;
    text-align: center;
    margin-right: 1px;
    float: left;
    position: relative;
}

.honorbox .title4-list>li:after {
    content: '';
    width: 12px;
    height: 12px;
    background: rgba(26,76,199,0);
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 44px;
    left: 94px;
}

.honorbox .title4-list li.on:after {
    background: rgba(26,76,199,1)
}

.honorbox .title4-list li.on {
    color: #fff;
    background: #1a4cc7
}

.honorbox .title4-list li.on a {
    color: #fff
}

.honor-wrap {
    width: 1094px;
    height: 250px;
    padding-top: 30px;
    overflow: hidden;
    margin: 0 auto
}

.honorbox .pic {
    width: 1094px;
    height: 250px;
    position: relative;
    display: none;
}

.honor-wrap .show {
    display: block;
}

.honorbox .pic li {
    width: 260px;
    height: 250px;
    line-height: 45px;
    font-size: 20px;
    color: #666666;
    text-align: center;
    padding-right: 10px;
    float: left;
}

.honorbox .pic li:last-child {
    padding-right: 0
}

.honorbox .pic .npic {
    width: 100%;
    height: 195px;
    overflow: hidden;
}

.honorbox .pic .npic img {
    width: 140%;
    height: 195px;
    display: block;
    transition: 0.4s all
}

.honorbox .pic .npic img:hover {
    transform: scale(1.05);
}


/*左侧工具条*/

.icon-font {
    position: relative;
  }
  
  .icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
  }

  
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 17px;
    bottom: 10%;
  }
  
  #toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
  }
  
  #toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #1a4cc7;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
  }
  
  #toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
  }
  
  #toolbar li .icon-qq:after {
    background-position: 0 -150px;
  }
  
  #toolbar li .icon-phone:after {
    background-position: 0 -90px;
  }
  
  #toolbar li .icon-ewm:after {
    background-position: 0 -30px;
  }
  
  #toolbar li .icon-message:after {
    background-position: 0 -120px;
  }
  
  #toolbar li .icon-top:after {
    background-position: 0 -60px;
  }
  
  #toolbar li .icon-wangwang:after {
    background-position: 0 0;
  }
  
  #toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
  }
  
  #toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #1a4cc7;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  
  #toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
  }
  
  #toolbar li.ewm .ewm-box img {
    max-width: 100%;
  }
  
  #toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #1a4cc7;
    border-right: none;
  }
  
  #toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
  }
  
  #toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  
  #toolbar li.backtop {
    cursor: pointer;
  }
  
  #toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #1a4cc7;
  }
  
  #toolbar li:hover a {
    width: 200px;
  }
  
  #toolbar li:hover .icon-font {
    background-color: #1a4cc7;
  }
  
  #toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
  }
  
  #toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
  }
  
  #toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
  }
  
  #toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
  }
  
  #toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
  }
  
  #toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
  }
  
  @media (max-width: 990px) {
    #toolbar {
      display: none;
    }
  }
  