.wp {
    max-width: 1200px;
    margin: 0 auto;
}
.row-a3 {
    overflow: hidden;
    padding: 114px 0 96px;
}
.g-tit {
    text-align: center;
}
.g-tit h3 {
    font-size: 30px;
    color: rgb(36, 36, 36);
    padding-bottom: 28px;
    position: relative;
}
.g-tit h3::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #1774c7;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
}
.g-tit p {
    margin-top: 30px;
    line-height: 22px;
    text-align: center;
    color: rgb(136, 136, 136);
    font-size: 14px;
}
.ul-imgtxt-01 {
    overflow: hidden;
    margin: 55px -10px 0;
}
.ul-imgtxt-01 li {
    width: 25%;
    float: left;
    margin-top: 20px;
}

.ul-imgtxt-01 li a {
    border: 1px solid #b9a7a7;
    margin: 0 10px;
    display: block;
    text-align: center;
}
.ul-imgtxt-01 li a:hover {
    border: 1px solid #46a6ec;
}
.ul-imgtxt-01 li a .pic {
    padding-top: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.ul-imgtxt-01 li a .pic img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.ul-imgtxt-01 li a:hover .pic img {
   
}
.ul-imgtxt-01 li a p {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #434343;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}
.ul-imgtxt-01 li a:hover {
    text-decoration: none;
}
.ul-imgtxt-01 li a:hover p {
    color: #1774c7;
    text-decoration: none;
}
.row-a4 {
    padding: 174px 0 194px;
}
.txt-01 {
    text-align: center;
    color: #ffffff;
}
.txt-01 h2 {
    font-size: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.txt-01 h4 {
    margin-top: 38px;
    font-size: 22px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.txt-01 p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
}
.txt-01 a.more {
    width: 152px;
    height: 56px;
    line-height: 56px;
    background: #ffffff;
    color: rgba(23,116,199,1);
    text-align: center;
    display: block;
    margin: 72px auto 0;
}
.txt-01 a.g-btn1{
     background: #fff;
     color: rgba(23,116,199,1);
     margin-top: 72px;  
     border: #fff 1px solid;  
}
.txt-01 a.g-btn1:hover{
    background: #1174c7;
    color: #fff;  
    border: #fff 1px solid;    
}
.mt72{
    margin-top: 72px;
}       
.row-a5{
    padding-top: 104px;
    overflow: hidden;
}
.ul-txt-01{
    overflow: hidden;
    margin-top: 68px;
}
.ul-txt-01 li{
    margin-top: 20px;
    padding-bottom: 12px;
    border-bottom: #dbd4cd 1px dashed;
    min-height: 60px;
}
.ul-txt-01 li .time{
    width: 60px;
    height: 60px;
    float: left;
    background: #46a6ec;
    text-align: center;
    color: #ffffff;
    margin-right: 14px;
}
.ul-txt-01 li .time strong{
    font-weight: normal;
    height: 38px;
    line-height: 38px;
    font-size: 24px;
    display: block;
}
.ul-txt-01 li .time span{
    font-size: 12px;
}
.ul-txt-01 li .txt{
    overflow: hidden;
}
.ul-txt-01 li .txt h5 a{
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    font-size: 16px;
    color: #434343;
    font-weight: normal;     
}
.ul-txt-01 li .txt h5 a:hover{
    color: #1174c7;
}
.ul-txt-01 li .txt p{
    color: #5a5a5a;
    font-size: 12px;
    margin-top: 6px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.kf {
    width: 208px;
    position: fixed;
    /* right: 20px; */
    right: -208px;
    top: 153px;
    z-index: 9;
}
.kt-top {
    height: 40px;
    line-height: 40px;
    background: url("../images/kefu.png") 12px center no-repeat #1774c7;
    background-size: 20px auto;
    padding-left: 46px;
    font-size: 14px;
    color: #ffffff;
}
.kt-top span:hover{
      transform: rotate(90deg);
}
.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0px 0px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}
.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.kf .con {
    overflow: hidden;
    background: #ffffff;
}
.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}
.kf .qq li a {
    height: 36px !important;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}
.kf .qq li a img{
    padding-right: 6px;
}
.kf .con h5{
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url('../images/lianxi.png') 16px center no-repeat;
    padding-left: 45px;
    color: #666666;
    font-size: 14px;
}
.kf .contact {
    margin-top: 1px;
}
.kf .contact p{
    height: 26px;
    line-height: 26px;
    color: #666666;
    font-size: 14px;
    padding-left: 22px;
}
.kf .contact p:nth-child(2n){
    padding-left: 32px;
}
.kf .con h5.qr-icon{
    background: url('../images/erweima.png') 16px center no-repeat;
}
.kf .con .qr{
    margin-top: 10px;
    padding-left: 40px;
}
.kf .con .qr img{
    width: 110px;
    height: 110px;
}
.kf .backTop{
    width:208px;
    height: 40px;
    margin-top: 10px;
    background: url('../images/huidaodingbu.png') center center no-repeat #1774c7;
    background-size: 18px auto;
    cursor: pointer;
 
}
.kf-side{
    padding: 18px 10px 10px;
    background: #1774c7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}
.kf-side b{
    display: block;
    color: #ffffff;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
}
.kf-side span.arrow{
    width: 12px;
    height: 12px;
    background: url('../images/jt-1.png') no-repeat;
    background-size: 100%;
    display: block;
    margin-top: 10px;
}
.kf-side span.on{
    background: url('../images/jt-2.png') no-repeat;
    background-size: 100%;
}


.ban{
    /* height: 359px; */
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}
.g-cur{
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
}
.g-cur .wp{
    background: url('../images/home.png') left center no-repeat;
    padding-left: 20px;
    box-sizing: border-box;
}
.g-cur .wp a{
   color: #2f2f2f; 
}
.g-cur .wp a:hover{
    color: #1774c7;
}
.row-b1{
    overflow: hidden;
    padding: 20px 0 56px;
}
.row-b1 .col-l{
    width: 22%;
}
.row-b1 .col-r{
    width: 75%;
}
.g-titIns1{
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #545454;
    border-bottom: 1px solid #ebebeb;
    font-weight: normal;
    position: relative;
}
.g-titIns1::after{
    content: '';
    width: 80px;
    height: 1px;
    background: #1774c7;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.ul-txt-ins1{
   padding-top: 12px;
   margin-bottom: 30px;
}
.work_list{
 padding-top: 12px;
   margin-bottom: 30px;
}
.ul-txt-ins1 li{
    line-height: 44px;
    background: url('../images/arrow-01.gif') 6px 18px no-repeat;
    text-indent: 20px;
}
.ul-txt-ins1 li a{
    display: block;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
}
.ul-txt-ins1 li a:hover{
    color: #1774c7;
}
.ul-sub{
    padding-bottom: 10px;
    display: none;
}
.ul-sub li{
    background: url('../images/arrow-01.gif') 12px 18px no-repeat;
    text-indent: 26px;
}
.ul-newslist{
    padding-top: 12px;
    margin-bottom:30px;
}
.ul-newslist li{
    font-size: 14px;
    padding: 0 0 20px 0;
    border-bottom: #dddddd 1px dotted;
    
}
.ul-newslist li .tit{
    overflow: hidden;
}
.ul-newslist li .tit .time{
    float: right;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
}
.ul-newslist li .tit a{
    float: left;
    display: block;
    font-size: 16px;
    height: 41px;
    line-height: 41px;
    background: url('../images/li.png') left center no-repeat;
    padding-left: 14px;
}
.ul-newslist li a:hover{
     color: #1774c7;
}






li .txt p{
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 2;
       overflow: hidden;
}
.m-info{
padding:10px 0;
}
.m-info p{
  
    line-height: 30px;
    font-size: 14px;
    color: #2F2F22;
}
.m-content{
    margin: 22px 0;
}
.m-content .txt p{
    line-height: 28px;
    color: #2F2F2F;
    font-size: 14px;
}
.m-message{
    width: 494px;
    margin: 48px auto 0;
}
.m-message label{
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
}
.m-message label em{
    display: block;
    float: right;
    color: red;
    height: 32px;
    line-height: 32px;
}
.m-message label span{
    width: 70px;
    height: 34px;
    line-height: 34px;
    color: #2F2F2F;
    float: left;
    font-weight: bold;
    text-align: right;
    margin-right: 30px;
    display: inline-block;
}

.m-message label input.inp,.m-message label textarea,.m-message label.code input{
    width: 77%;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: #cccccc 1px solid;
    border-radius: 3px;
    padding:0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.m-message label input:focus,.m-message label textarea:focus{
    border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.m-message label textarea{
    height: 72px;
    line-height: 24px;
    padding:10px 14px;
}
.m-message label.code{
    line-height: 34px;
}
.m-message label.code input{
    width: 112px;
    float: left;
    margin-right: 30px;
}
.m-message label.code img{
    width: 112px;
    height: 37px;
    vertical-align: middle;
}
.btn-1 input{
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s;
}
.btn-1{
    padding-left: 100px;
}
.btn-1 input.focus{
    background: #1774c7;
    color: #fff;
}
.btn-1 input.focus:hover{
    background: #444;
}
.btn-1 input:hover{
    background: #ccc;
}
.g-titInfo{
    height: 34px;
    line-height: 34px;
    color: #434343;
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
}
.ul-txt3{
    text-align: center;
    margin-bottom: 20px;
}
.ul-txt3 li{
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
}
.m-txt3{
    margin-top: 10px;
}
.m-txt3 .desc{
    padding-left: 20px;
    margin-bottom: 15px;
    height: 36px;
    line-height: 36px;
    color: #868686;
    font-size: 14px;
    background-color: #f5f5f5;
    border: 1px dotted #e5e5e5;
}
.m-txt3 .desc p a{
    color: #868686;
}
.m-txt3 .desc p a:hover{
    color: #ea042b;
}
.m-txt3 .tabel{
    overflow: hidden;
    color: #5a5a5a;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    font-size: 14px;
    
}
.m-txt3 .tabel span{
    float: left;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;
}
.m-txt3 .tabel ul{
    overflow: hidden;
}
.m-txt3 .tabel li{
    float: left;
}
.m-txt3 .tabel li a{
    display: block;
    margin-right: 10px;
    height: 42px;
    line-height: 42px;
}
.m-txt3 .tabel li a:hover{
    color: #ea042b;
}

.clearfix {
    *zoom: 1;
}
.on active clearfix{
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #545454;
    border-bottom: 1px solid #ebebeb;
    font-weight: normal;
    position: relative;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ban img {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}


.work_list h3 {
    line-height: 44px;
    background: url(../images/arrow-01.gif) 6px 18px no-repeat;
    text-indent: 20px;
    font-weight: normal;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    float: left;
}
.work_list h3 a {
    display: block;
    color: #000;
    font-size: 14px;
    float: left;
}
.work_list h3 a span {}
.work_list ul {
    display: none;
    width: 100%;
    float: left;
}
.work_list ul li {
    background: url(../images/arrow-01.gif) 30px 16px no-repeat;
    text-indent: 45px;
    line-height: 40px;
}
.work_list ul li a {
    display: block;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
}

.work_list ul.on {
    display: block;
}





.yunu-showcase {margin-bottom: 30px;}
.yunu-showcase-pic {position: relative;width: 100%;overflow: hidden;float: left;}
.yunu-showcase-pic .bd {font-size: 0;margin-top: 13px;overflow: hidden;}
.yunu-showcase-pic .bd li {
    height: 64px;
    line-height: 64px;
    cursor: pointer;
    display: inline-block;
    width: 33.33%;
    padding: 1px;
}
.yunu-showcase-pic .bd li span {
    width: 90%;
    margin: 0 auto;
    display: block;    
}
.yunu-showcase-pic .bd li span img {
    border: 2px solid #f1f1f1;
    display: block;
    box-sizing:border-box;
}
.yunu-showcase-pic .bd li.active span img {border-color: #337AB7;}
.yunu-showcase-pic .prev,.yunu-showcase-pic .next {position: absolute;background: no-repeat 0 0;width: 14px;height: 27px;bottom: 26px;z-index: 2;}
.yunu-showcase-pic .prev {background-image: url(../images/zlztDetailsCon1Btn01.png);left: 0;}
.yunu-showcase-pic .next {background-image: url(../images/zlztDetailsCon1Btn02.png);right: 0;}
.yunu-showcase-pic .prev:hover,.yunu-showcase-pic .next:hover {background-position: 0 bottom;}
.yunu-showcase-pic .cover {border: 1px solid #ddd;padding: 1px;}
.yunu-showcase-info {float: right;width: 500px;}
.yunu-showcase-info h1 {margin: 0 0 15px;font-size: 20px;overflow: hidden;font-weight: normal;border-bottom: 1px solid #ddd;padding-bottom: 15px;}
.yunu-showcase-info p {margin: 0;color: #666;line-height: 2;}
.yunu-showcase-info .tel {border-top: 2px solid #e6e6e6;margin-top: 15px;padding-top: 15px;background: url(../images/VISkins-p1.png) no-repeat 0 15px;height: 42px;padding-left: 50px;line-height: 21px;}
.yunu-showcase-info .tel a {float: right;line-height: 42px;padding: 0 15px;background-color: #c80003;color: #fff;}
.yunu-showcase-info .tel span {display: block;color: #c80003;font-size: 18px;}
div.zoomDiv{z-index:999;position:absolute;top:0;left:0;background:#ffffff;border:1px solid #ddd;display:none;text-align:center;overflow:hidden;font-size: 0;}
div.zoomMask{ 
    width: 100px;
    height: 100px;
    position:absolute;
        background: rgba(255,255,255,.5);
    cursor:move;z-index:1;
}


.img-center {text-align: center;font-size: 0;}
.img-center img {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}


div.zoomDiv img {
    max-width: inherit;
}


.m_pic_showpic {
    display: none;
}
.m_showpic img {
    display: block;
    max-width: 100%;
}

.banner_btn {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 9;
    bottom: 10px;
    overflow: hidden;
}
.banner_btn a.in {
    background: #1774c7;
    opacity: 1;
}

.banner_btn a {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    text-indent: -999px;
    overflow: hidden;
    margin: 0 3px;
    overflow: hidden;
    cursor: pointer;
    background: #eee;
    opacity: .4;
    margin: 0 5px;
}



.m_nav {
    float: none;
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: #2491e1;
}
.m_nav li {
    position: relative;
    width: 100%;
    line-height: 42px;
    color: #fff;
    display: block;
    border-bottom: 1px solid #328ad8;
    float: left;
}
.m_nav li .lia {
    width: 50%;
    position: relative;
    z-index: 9;
    display: block;
    padding: 0 38px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: .5s;
}
.m_nav li.on {
    background: url(../images/bottom.png) no-repeat 95% 15px;
    background-size: 16px;
}

.m_nav .v_list {
    width: 100%;
    display: none;
    border-top: 1px dashed #328ad8;
    float: left;
}
.m_nav .v_list a {
    display: block;
    font-size: 14px;
    width: 100%;
    line-height: 36px;
    color: #fff;
    display: block;
    padding-left: .4rem;
    border-bottom: 1px dashed #328ad8;
    padding-left: 80px;
}