.pro_cl{
    background: #a9a7a7;
    color: white;
    line-height: 50px;
    display: block;
    text-align: center;
    width: 50%;
    float: left;
    position: relative;
}
.pro_gy{
    background: #d02d2a;
    color: white;
    line-height: 50px;
    display: block;
    text-align: center;
    float: left;
    width: 50%;
    position: relative;
}
.pro_cl:after{
    display: none;
    content: '';
    border: 5px solid #a9a7a7;
    border-color: #a9a7a7 transparent transparent transparent;
    margin-top: 20px;
    position: absolute;
    top: 30px;
    left: 65px;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pro_gy:after{
    display: none;
    content: '';
    border: 5px solid #D02D2A;
    border-color: #D02D2A transparent transparent transparent;
    margin-top: 20px;
    position: absolute;
    top: 30px;
    left: 65px;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pro_gy:hover:after{
    display: block;
}
.pro_cl:hover:after{
    display: block;
}
.centera{
    width: 250px;
    float: left;
}
.tablea{
    background: #F5F3F0;
}
.box ul{
    padding: 57px 10px 0px 10px;
}
.box ul li{
    border-bottom: 1px dashed #d2d2d2;
    padding: 10px;
}
.box ul li:hover{
    background-color: #CECECE;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pro_more{
    background: #d02d2a;
    color: white;
    display: block;
    text-align: center;
    width: 174px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}
.pro_more:hover{
    color: #ba3934;
    background: #fff;
    border: 1px solid #ba3934;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.diva{
    padding: 20px;
}
.sidebar {
    float: left;
}
.sidebar .bg{
    background: #133984;
    padding: 25px 0px 0px 0px;
}
.sidebar .cn {
    color: #fff;
    font-size: 22px;
    text-align: center;
    display: block;
}
.sidebar .title p {
    color: white;
    font-size: 17px;
    text-align: center;
    margin-top: 9px;
}
.sub-page .title {
    padding-bottom: 25px;
}
.sub-page {
    padding-top: 60px;
    padding-bottom: 70px;
    overflow: hidden;
    background: #fff;
}
.sub-page .container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.sub-page .left {
    float: left !important;
    width: 250px;
    height: auto;
}
.sub-page .right {
    float: right !important;
    width: 900px;
    height: auto;
    overflow: hidden;
}
.sub-page .pro-list{
    width:900px;
}
.locat {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.sub-page .locat i{
    display: block;
    float:left;
    width: 5px;
    height: 22px;
    background:#133984;
    margin-right: 5px;
}
.sub-page .locat b {
    color: #133984;
    font-size: 18px;
    font-family: "Microsoft YaHei", SimHei, sans-serif;
}
.sub-page .location{
    width: auto;
    font-family: "Microsoft YaHei", SimHei, sans-serif;
    font-size: 14px;
    color: #939393;
}
.sub-page .location a{
    color: #939393;
}
.sub-page .pro_ul{width: 950px;}
.sub-page .content{
    line-height:  30px;
    font-size: 16px;
}
.sub-page .right .pro_ul li {
    list-style: none;
    width: 284px;
    float: left;
    margin-bottom: 22px;
    margin-right: 22px;
    border: 1px solid #DCDCDC;
}
.sub-page .right .pro_ul li div{
    width: 100%;
    height: 220px;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
}
.sub-page .right .pro_ul li div img{
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    /*transition: 300ms;*/
    /*-webkit-transition: 300ms;*/
}
.sub-page .right .pro_ul li:hover img{
    transform: scale(1.1);
    -webkit-transform:scale(1.1);
    transition: 300ms;
    -webkit-transition: 300ms;
}
.sub-page .right .pro_ul li span {
    height: 50px;
    background: #0770bd;
    text-align: center;
    line-height: 50px;
    color: white;
    display: block;
}
.sub-page .right .pro_ul li:hover span{
    background: #F5A22C;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.sidebar .type li:hover {
    background: #0083C7;
    color: #fff;
}
.sidebar .type li:hover a{
    font-size:16px;
    font-weight: bold;
}
.sub-page .right .pro_ul li:hover{
    border: 1px solid #F5A22C;
    transition: all 300ms linear;
    -webkit-transition: 300ms;
}
.sub-page .right .pro_ul li:hover .proName{
    background: #F5A22C;
    color: #fff;
    transition: all 300ms linear;
    -webkit-transition: 300ms;
}
.sub-page .right .pro-li:hover{
    transform: translateY(-2px);
    transition: all 300ms linear;
}
.page {
    width: 100%;
    line-height: 31px;
    text-align: center;
    background:#fff;
    padding-bottom: 20px;
}
.page a {
    color: #000;
    background: #fff;
    border-radius: 5px;
    padding: 7px;
    border: 1px solid #ccc;
}
.page span.current, .page a:hover {
    background: #0171bb;
    color: #fff;
    border-radius: 5px;
    padding: 7px;
    border-color: #0171bb;
}
.sub-page .article{
    background: #fff;
}
.right.article > .title {
    text-align: center;
    border-bottom: 1px dashed #ccc;
    font-size: 24px;
    padding-bottom: 25px;
    margin-bottom: 10px;
    font-weight: bold;
}
.author{
    text-align: center;
    font-size: 13px;
}
.right.article > .pro-img {
    width: 400px;
    border: 3px solid #ccc;
    padding: 5px;
    margin-top: 20px;
    height: 400px;
    position: relative;
    text-align: center;
    line-height: 400px;
    overflow: hidden;
}
.sub-page .article .pro-text a.hs {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: #0045A0;
    border-radius: 4px;
    width: 250px;
}
.sub-page .article .pro-text a.hs:hover{
    background: #E79934;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.sub-page .article .pro-text {
    width: 400px;
    padding-top: 30px;
}
.sub-page .article .pro-text ul {
    font-size: 16px;
    line-height: 35px;
}
.sub-page .article h1.title {
    font-size: 24px;
    color: #2a2a2a;
    line-height: 54px;
}
.sub-page .article .pro-text ul b {
    font-size: 24px;
    color: #e79934;
}
.prev_next {
    width: 100%;
    margin: 40px 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding-top: 5px;
}
.sub-page .prev_next > li:first-child {
    width: auto;
    float: left;
    border-bottom: none;
}
.sub-page .prev_next > li:last-child {
    width: auto;
    float: right;
    border-bottom: none;
}
.content table{
    width: 100%;
}
.new_right a li{
    margin-bottom: 15px;
    border: 1px solid #E6E6E6;
    padding: 25px 10px;
    overflow: hidden;
}
.new_right a li:hover{
    background-color: #0083C7;.-moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.new_right a li:hover span{
    color:#fff;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.new_right a li:hover .right b{
    color:#fff;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.new_right .left{
    width:80px;
    text-align: center;
}
.new_right .right{
    width: 780px;
}
.new_right .right b{
    font-size: 19px;
    display: block;
}
.new_right .right span{
    color: grey;
    display: block;
}
.new_right .sup{
    font-size: 40px;
}
.new_right .sub{
    color:grey;
}
div#record {
    padding-top: 20px;
    background: #fff;
    padding-bottom: 0px;
}
.table_tr,.table_td{
    border:none;
}
.call{
    border: 1px solid #E6E6E6;
    margin-top: 22px;
    padding: 5px;
}
.call .top{
    height: 55px;
}
.call .top .left{
    float: left;
    width: 70px;
}
.call .top .right{
    float: left;
    width: 132px;
}
.call .top .left img{
    padding-left: 10px;
}
.call .top .right .p1{
    color: #0083C7;
    font-size: 19px;
}
.call .top .right .p2{
    color: grey;
    margin-top:3px;
}
.call .bottom p{
    border-bottom:1px dashed #E6E6E6;
    display: block;
    margin:10px;
    padding-bottom: 5px;
    font-size: 15px;
    color:#5A5A5A;
}
.sub-page .article .desct {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    background: #f1f1f1;
}
.sub-page .article .desct b {
    display: block;
    float: left;
    padding: 0 20px;
    background: #0850A6;
    color: #fff;
}
.pro_contact{
    width: 369px;
    height: 127px;
    background: #E79934;
    position: absolute;
    top: 56px;
    border-radius: 8px;
    padding: 16px 10px 0 19px;
}
.pro_erweima{
    width: 90px;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #fde6cb;;
}
.pro_phone{
    width: 279px;
    float: right;
    position: absolute;
    top: 70px;
    left: 108px;
}
.pro_phone span {
    display: block;
    float: left;
    padding-top: 20px;
    padding-left: 19px;
}
.pro_phone img {
    width: 42px;
    height: 42px;
    display: block;
    margin-left: 35px;
    padding-right: 17px;
    float: left;
}
.pro_phone h5{
    font-size: 14px;
    color: #fde6cb;
    font-weight: normal;
}
.pro_phone h6 {
    font-size: 26px;
    font-family: Arial;
    color: #FFF;
    line-height: 26px;
}
.pro_phone a {
    width: 121px;
    height: 43px;
    display: block;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 43px;
    text-indent: 43px;
    margin-right: 9px;
}
.pro_phone .a1 {
    background: url(../Image/qq.png) no-repeat 18px center #a07332;
    background-size: 20px 20px;
}
.pro_phone .a2 {
    background: url(../Image/mess.png) no-repeat 18px center #a07332;
    background-size: 20px 20px;
}
.pc-banner{
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
.banner_container {
    position: relative;
    width: 100%;
    z-index: 1;
}
.swiper-pagination-1 {
    bottom: 57px;
}
.swiper-pagination-bullet-active{width: 35px!important;height: 14px!important;border-radius: 25px!important;}
.swiper-pagination-1>.swiper-pagination-bullet{
     margin: 0 6px;
     display: inline-block;
     border-radius: 50%;
     width: 14px;
     height: 14px;
     background:#a07332;
     opacity: 1;
 }
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: grab;
}

/*自写组件部分*/
.layuiLayer {
  background: none !important; }
  .layuiLayer .layui-layer-title {
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-bottom: none; }
  .layuiLayer .layui-layer-setwin {
    top: 7px; }
    .layuiLayer .layui-layer-setwin .layui-layer-close1 {
      background-color: #fff;
      background-position: 2px -39px;
      border-radius: 3px; }

.float_nav {
  position: fixed;
  right: 0;
  bottom: 80px;
  width: 42px;
  height: auto;
  z-index: 999; }
  .float_nav a {
    display: block;
    width: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 40px;
    background: #fff;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
    .float_nav a:last-child {
      opacity: 0; }
    .float_nav a:hover {
      background: #163b7f; }
      .float_nav a:hover i {
        color: #fff; }
    .float_nav a i {
      color: #999;
      font-size: 20px; }

.float_nav_on {
  transform: translateX(100px);
  -ms-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -o-transform: translateX(100px); }

.float_contact_on {
  right: 0 !important; }

.float_contact {
  width: 190px;
  height: auto;
  position: fixed;
  right: -190px;
  z-index: 1000;
  bottom: 80px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
  -webkit-box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
  box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
  background: #fff; }
  .float_contact .p1 {
    line-height: 16px;
    padding: 20px;
    background: #163b7f;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px; }
    .float_contact .p1 i {
      display: block;
      float: right;
      font-size: 20px;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */
      cursor: pointer; }
      .float_contact .p1 i:hover {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg); }
  .float_contact .p2 {
    padding: 12px 20px;
    height: 20px;
    line-height: 20px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */
    background: rgba(0, 0, 0, 0.05); }
    .float_contact .p2:hover {
      background: #333; }
      .float_contact .p2:hover a i {
        color: #fff; }
      .float_contact .p2:hover a div {
        color: #fff; }
    .float_contact .p2 a {
      width: 100%;
      height: 100%;
      display: block; }
    .float_contact .p2 i {
      display: block;
      float: left;
      font-size: 20px;
      transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */ }
    .float_contact .p2 div {
      height: 20px;
      line-height: 20px;
      float: left;
      font-family: thyFont3;
      margin-left: 10px;
      transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */ }
  .float_contact .p3 {
    color: #333;
    padding: 12px 20px; }
    .float_contact .p3 div {
      text-align: center;
      margin-top: 4px; }
      .float_contact .p3 div span {
        font-size: 14px;
        font-family: thyFont3; }
