﻿﻿/*rem字号*/
html {
    font-size : 14px;
    }
    @media only screen and (min-width: 320px) and (max-width: 479px){
    html {
    font-size: 12px !important;
    }
    }
    @media only screen and (min-width: 480px) and (max-width: 639px){
    html {
    font-size: 13px !important;
    }
    }
    @media only screen and (min-width: 640px) and (max-width: 749px){
    html {
    font-size: 14px !important;
    }
    }
    
    @media only screen and (min-width: 750px) and (max-width: 959px){
    html {
    font-size: 14px !important;
    }
    }
    @media only screen and (min-width: 960px) and (max-width: 1280px){
    html {
    font-size: 15px !important;
    }
    }
    @media only screen and (min-width: 1281px){
        html {
        font-size: 17px !important;
        }
    }
    html {
    -ms-overflow-style:scrollbar;
    overflow-x: hidden;
    }
    
    
    @charset "utf-8";
    *{
        margin:0px;
        padding: 0px;
    }
    body,p,ul,dl,ul li,dt,dd{
        color: #333;
        list-style: none;
        cursor: default;
        margin: 0;
    }
    div{
        color: #333;
    }
    h1,h2,h3,h4,h5,h6{
        margin: 0
    }
    a,a:active,a:visited,a:hover{
        text-decoration: none;
        /*color: inherit;*/
    }
    img{
        border: 0px;
    }
    a:link,a:visited,a:hover,a:active{
        text-decoration: none;
        color: #333;
    }
    a{
        color: #333;
    }
    a:hover{
        color: #606BEE;
    }
    .clear{ clear:both}
    .ovh{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .footer .right a,
    .mainnew li,
    .nav li a,
    .dropdown-menu>li>a{
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }
    .newslist .tit{
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .newslist .imgBox img,
    .prolist .imgBox img,
    .maincen .imgBox img{
        -moz-transition: transform 0.5s ease 0s;
        -webkit-transition: transform 0.5s ease 0s;
        -o-transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s;
    }
    
    .maincen .imgBox{
        display: none;
    }
    
    .imgBox{
        overflow: hidden;
    }
    .imgBox img{
        width: 100%;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .color{
        color: #606BEE;
    }
    .pagecen{
        max-width: 1536px;
        max-width: 1412px;
        margin: 0 auto;
    }
    .logocen{
        max-width: 1200px;
        margin: 0 auto;
    }
    .fixtop{
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        width: 100%;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    /*logo*/
    .header{
        position: relative;
        box-sizing: border-box;
        background: #fff;
    }
    .header li a{
        font-size: 14px;
    }
    .header:after{
        content: '';
        position: absolute;
        right: 0;
        top: 48px;
        width: 1px;
        height: 38px;
        background: #d2d2d2;
    }
    .dropdown-menu{
        border: 0;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        background: rgba(164,40,28,.8);
        color: #fff;
        overflow: hidden;
    }
    .dropdown-menu>li>a{
        color: #fff;
        padding: 16px 24px;
    }
    .dropdown-menu li{
        float: left;
    }
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
        color: #ddd;
        text-decoration: none;
        background:inherit;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #606BEE;
        color: #fff;
    }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover,.navbar-nav>li.active {
        border-color: none;
         background-color: #606BEE;
        color: #fff;
    }
    .navbar-nav>li.active>ul>li a{
        color: #fff!important;
    }
    .navbar-nav>li.active a{
        color: #fff;
    }
    .dropdown-menu{
        /*min-width: 560px;*/
    }
    
     .navbar-toggle{
        border-color: #999;
    }
    .navbar-toggle .icon-bar {
        background-color: #ccc;
    }
    .carousel-control img{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform:translateY(-50%);     /* IE 9 */
        -moz-transform:translateY(-50%);    /* Firefox */
        -webkit-transform:translateY(-50%); /* Safari 和 Chrome */
        -o-transform:translateY(-50%); 
    }
    .navH{
        height: 122px;
    }
    /*banner*/
    .bannbox{
        width: 100%;
    }
    .carousel-control{
        width: 9%;
        opacity: .6;
        background-image: none!important;
    }
    .carousel-inner .item img{
        width: 100%;
    }
    /*main*/
    .indexmain{
        padding-top: 4rem;
        /*padding-bottom: 3.8rem;*/
    }
    .mainleft{
        padding-right: 4.7rem;
        position: relative;
    }
    .morenew:hover{
        color: #9b190c;
    }
    .mainleft .tit{
        font-size: 1.46rem;
        width: 134px;
        height: 56px;
        line-height: 56px;
        background: #606BEE;
        font-weight: normal;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        margin-bottom: 2.5rem;
    }
    .mainnew{
        width: 100%;
    }
    .mainleft .mainnew li{
        line-height: 3.1rem;
        font-size: 1.08rem;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
     .mainnew li a{
        color: #666;
     }
    .mainnew li span{
        width: 5.1em;
        margin-right: 26px;
        display: inline-block;
    }
    .mainnew li:hover a {
        color: #606BEE;
    }
    .mainnew li a.atit{
        width: 60%;
    }
    .mainnew li img{
        display: none;
    }
    .maincen{
        padding-top: 1rem;
    }
    .maincen .imgBox:hover img{
        transform: scale(1.08);
    }
    .mainright{
        padding-top: 1rem;
    }
    .videoBox{
        position: relative;
    
    }
    .mainright .videoBox video{
        /*max-height: 275px;*/
        width: 100%;
    }
    .mediaWrap{
      display:block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.8);
      z-index: 9;
    }
    .videoBox .tips{
      position: absolute;
      width: 100%;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #fff;
      z-index: 99;
    }
    .videoBox .tips p{
        color: #fff;
        line-height: 4rem;
        font-size: 1.3rem;
        width: 60%;
        overflow: hidden;
        white-space: nowrap;
        margin: 0 auto;
        text-overflow: ellipsis;
    }
    .videoBox .tips img{
      width: 38px
      height: 38px;
      vertical-align: middle;
      position: relative;
      top:-.02rem;
    }
    .footer{
        background: #e0dfdf;
        line-height: 24px;
        padding: 14px 0;
        padding-bottom: 20px;
        /*border-top: 1px solid #e1553e;*/
        box-sizing: border-box;
        margin-top: 3.8rem;
    }
    .footer a,.footer p{
        color: #666;
    }
    .footer .left{
    
    }
    .footer .right{
        text-align: right;
    }
    .footer .right a{
        margin-left: 6px;
    }
    .footer .right a:hover{
        color: #606BEE;
    }
    .footer .icon{
        position: relative;
        padding-top: 10px;
    }
    .footer .ewm{
        opacity: 0;
        position: absolute;
        bottom: 30px;left: -30px;
        width: 100px;height: 100px;
        transition: all .3s ease;
        z-index: 9;
    }
    
    .wxwb p{float: left;margin-right: 5.5em;}
    .wxwb .icon{float: left;}
    .wxwb .icon a{
        margin-right: 10px;
    }
    
    /*honor.html*/
    /*进度条*/
    .imgRow::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: rgba(255,255,255,0);
    }
    
    .imgRow::-webkit-scrollbar
    {
        width: 6px;
        background-color: rgba(255,255,255,.1);
    }
    
    .imgRow::-webkit-scrollbar-thumb
    {
        background-color: #606BEE;
    }
    .honorlist{
        background-image: url(../images/honorbg.jpg);
        background-size: cover;
        position: relative;
    }
    .honorlist .realcon{
        z-index: 8;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .honorlist .left{
        width: 40%;float: left;
        background: rgba(56,56,56,.8);
        height: 100%;
    }
    .honorlist .right{
        width: 60%;float: left;
        background: rgba(80,61,45,.9);
        height: 100%;
        padding: 2rem 2.9rem;
        padding-top: 4rem;
    }
    .honorlist .imgRow{
        overflow-y: scroll;height: 100%;
    }
    .honorlist li{
        width: 33.33%;
        padding: 0 15px;
        float: left;
        height: 150px;
        height: 8.8rem;
        position: relative;
        margin-bottom: 2.1rem;
    }
    .honorlist li .part{
        text-align: center;
        overflow: hidden;
        height: 100%;
        background: #d6d2cf;
        position: relative;
        padding: 15px 0;
    }
    .honorlist li .imgBox{
        text-align: center;
        overflow: hidden;
        height: 100%;
        position: relative;
        z-index: 7;
    }
    
    .honorlist .imgBox img{
        height: 100%;
        width: auto;
    }
    .realcon li .text{
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 6;
        transition: all .3s ease;
    }
    .realcon li .text span{
        display: inline-block;
        width:90%;
        position: absolute;
        top: 50%;
        left: 5%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        color: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 1rem;
    }
    
    .realcon .left{
        text-align: center;
    }
    .realcon .left .box{
        position: relative;
        width: 80%;
        margin-left: 10%;
        height: 90%;
        margin-top: 5%;
    }
    #imgshow{
        max-height: 100%;
        width: 100%;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /*移动端查看大图*/
    .swiper-pagination-bullet-active{
        background-color: #606BEE!important;
    }
    .big_img{
        position: fixed;
        z-index: -1;
        opacity: 0;
        background: rgba(0,0,0,0.8);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .big_img .swiper-container2 {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .big_img .swiper-pagination2 {
        position: absolute;
        bottom: 2rem;
        text-align: center;
        width: 100%;
    }
    .big_img .swiper-slide {
        width: 100%;
        height: 100%;
        display: table;
    }
    .big_img .swiper-slide .cell {
        width: 100%;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .big_img .swiper-slide img {
        max-width: 90%;
        max-height: 80%;
        margin: 0 auto;
    }
    
    
    
    /*about.html*/
    .bannBox{
        width: 100%;
    }
    .bannBox img{
        width: 100%;
        min-height: 100px;
    }
    
    .sjx{
        width:0;
        height:0;
        border-width:6px 0 6px 6px;
        border-style:solid;
        border-color:transparent transparent transparent #818181;
        position:relative;
        display: inline-block;
        margin: 0 1.1rem;
    }
    .breadNav{
        font-size: 1.36rem;
        line-height: 8rem;
        color: #333;
        overflow: hidden;
        font-weight: bold;
    }
    .breadNavs{
        overflow: visible;
        position: relative;
    }
    .breadNav .left{
        float: left;width: 50%;
        overflow: hidden;text-overflow: ellipsis;
        white-space: nowrap;
    }
    .breadNav .right,.breadNav .rights{
        float: right;
    }
    .breadNav .right a{
        margin-left: 2rem;
    }
    .breadNav .right a.active{
        color: #606BEE;
    }
    .aboutmain h3{
        font-size: 2.7rem;
        color: #333;
        line-height: 8rem;
    }
    .content img{
        max-width: 100%;
    }
    .aboutmain .content p{
        font-size: 1.46rem;
        line-height: 2.8rem;
    }
    .breadNav .rights{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform:translateY(-50%);     /* IE 9 */
        -moz-transform:translateY(-50%);    /* Firefox */
        -webkit-transform:translateY(-50%); /* Safari 和 Chrome */
        -o-transform:translateY(-50%); 
        right: 0;
    }
    .select{
        width: 12rem;
        height: 54px;
        position: relative;
    }
    .select .show{
        position: absolute;
        height: 54px;
        width: 100%;
        color: #333;
        top: 0;
        left: 0;
        z-index: 99;
        line-height: 54px;
        padding-left: 1rem;
        border: 1px solid #bdbdbd;
        box-sizing: border-box;
    }
    .select >i{
        position: absolute;
        top: 20px;
        right: 10px;
        width: 20px;
        height: 11px;
        pointer-events: none;
    }
    .select >i:after{
        content:'';
        position: absolute;
        top: 4px;
        left: 0;
        border-color:#666 transparent transparent;
        border-width:8px 6px 0;
        width:0;
        height:0;
        border-style:solid;
    }
    .select ul{
        position: absolute;
        display: none;
        top: 53px;
        left: 0;
        font-size: 1.2rem;
        font-weight: normal;
        width: 100%;
        line-height: 40px;
        padding: 10px 10px 10px 1rem;
        background: #fff;
        z-index: 9;
        overflow-y:auto;
        max-height: 400px;
        box-shadow: 0 6px 8px rgba(0,0,0,0.1);
        border: 1px solid #bdbdbd;box-sizing: border-box;
    }
    
    .select ul::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: rgba(255,255,255,0);
    }
    
    .select ul::-webkit-scrollbar
    {
        width: 2px;
        background-color: rgba(255,255,255,.1);
    }
    
    .select ul::-webkit-scrollbar-thumb
    {
        background-color: #999;
    }
    .seleul li a{
        display: block;
    }
    
    
    .prolist .oBox{
        transition: all ease .5s;
        display: block;
    }
    .prolist .oBox:hover{
        border: 1px solid #fff;
    }
    .prolist .oBox:hover .imgBox img{
        transform: scale(1.08);
    }
    .prolist .oBox {
        position: relative;
    }
    /*横竖线边框*/
    .prolist .oBox .detail::before,
    .prolist .oBox .detail::after {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
    }
    .prolist .oBox .detail::before {
        border-top: 1px solid #606BEE;
        border-bottom: 1px solid #606BEE;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
    }
    
    .prolist .oBox .detail::after {
        border-right: 1px solid #606BEE;
        border-left: 1px solid #606BEE;
        -webkit-transform: scale(1,0);
        transform: scale(1,0);
    }
    
    .prolist .oBox:hover .detail::before,
    .prolist .oBox:hover .detail::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    /*横竖线边框*/
    
    /*news.html*/
    .newslist .row{overflow: hidden;margin-bottom: 4.4rem;}
    .newslist .imgBox{
        float: left;
        display: block;
        overflow: hidden;
    }
    .newslist a:hover{
        color: inherit;
    }
    .newslist .detail:hover .tit{
        color: #606BEE;
    }
    .newslist .detail{
        /*float: left;*/
        display: block;
        padding-left: 2.4rem;
    }
    .newslist .tit{
        font-size: 2.3rem;
        font-size: 1.88rem;
        margin-bottom: 2.1rem;
        padding-top: 1rem;
    }
    .newslist .decr{
        line-height: 25px;
        font-size: 14px;color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 50px;
        font-size: 2rem;
        font-size: 1.4rem;
        line-height: 2.3rem;
        height: 4.6rem;
    }
    .newslist .date{
        font-size: 1.1rem;
        color: #999;
        margin-top: 1rem;
        background-image: url(../images/date.png);
        background-size: 1.1rem 1.1rem;
        background-repeat: no-repeat;
        background-position: left center;
        line-height: 1.4rem;
        padding-left: 1.5rem;
    }
    .newslist .date img{
        width: 1.1rem;
        display: block;
        float: left;
        height: 1.1rem;
        vertical-align: middle;
    }
    .newslist .imgBox:hover img{
        transform: scale(1.08);
    }
    /*pagecut*/
    .pageCut .row{
        text-align: center;
    }
    .pagelist{
        display: inline-block;
    }
    .pagelist li{
        float: left;
    }
    .pagelist li a{
        padding: 6px;
        font-size: 16px;
    }
    .pagelist li.active a{
        color: #606BEE;
    }
    
    /*contact.html*/
    .otitle{
        font-weight: bold;
        padding-top: 1rem;
        padding-bottom: 5rem;
    }
    .otitle span{
        font-size: 1.64rem;
        text-transform: uppercase;
    }
    .otitle p{
        font-size: 3.54rem;
        font-weight: normal;
    }
    
    .lxbox{
        margin-bottom: 3.8rem;
        box-shadow:0 10px 16px rgba(199,199,199,.7);
    }
    .lxbox .imgBox{
        position: relative;
        z-index: 2;
    }
    .lxbox .text{
        padding: 1.1rem 1.1rem;
        box-sizing: border-box;
        position: absolute;
        z-index: 9;
        bottom: 0;
        width: 100%;
        left: 0;
        background: rgba(255,255,255,.7);transition: all ease .4s;
    }
    .lxbox .text>span{
        height: 2px;
        background: #606BEE;
        width: 0px;
        transition: all .4s ease;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 9;
        display: block;
    }
    .lxbox:hover .text>span{
        width: 100%;
    }
    .lxbox:hover .text{
        padding: 1.8rem 1.1rem;
    }
    .lxbox .text h3{
        line-height: 2.8rem;
        font-size: 1.46rem;
        color: #606BEE;
    }
    .lxbox .text .addr{
        line-height: 2.4rem;
        font-size: 1.2rem;
    }
    .lxbox .text .tel{
        font-size: 1rem;
        position: relative;
        line-height: 34px;
        height: 34px;
        padding-left: 20px;
    }
    .lxbox .text .tel:before{
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #333;
        top: 14px;
        left: 0;
    }
    
    /*project.html*/
    .prolist .oBox{
        padding: 1rem;
        border: 1px solid #a2a2a2;
        box-sizing: border-box;
        margin-bottom: 4rem;
    }
    .oBox .tit{
        line-height: 3.3rem;
        font-size: 1.5rem;
        text-align:center;
    }
    .oBox .decr{
        width: 94%;
        margin: 0 auto;
        line-height: 25px;
        font-size: 14px;color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 50px;
    }
    
    /*engs detail.html*/
    h3.engstit{
        font-size: 2.8rem;
        margin-top: 4rem;
        margin-bottom: 5rem;
    }
    h3.engstits{
        margin-top: 5.6rem;
    }
    .engrate li{
        position: relative;
        overflow: hidden;padding-bottom: 10rem;
    }
     .engrate li:last-child {
        padding-bottom: 4rem;
    }
    .engrate li .col-md-3{position: static;}
    .engrate .date{
        width: 60%;
        float: left;
    }
    .engrate .date span{
        display: inline-block;
        border-radius: 10px;
        font-size: 1.48rem;
        line-height: 36px;
        padding: 0px 16px;
        background: #f5f5f5;
        color: #888;
        width: auto;
    }
    .engrate .line{
        float: left;
        width: 30%;
        padding-left: 1rem;
    }
    .engrate .line span{
        width:3px;
        display: block;
        height: 100%;
        background: #f5f5f5;
        position: absolute;
        top: 18px;
    }
    .engrate .line span:before{
        content: '';
        position: absolute;
        top: -16px;
        left: -7px;
        width: 16px;
        height: 16px;
        border: 2px solid #e60012;
        border-radius: 50%;
        z-index: 9;
    }
    .engrate .line span:after{
        content: '';
        position: absolute;
        top: -9px;
        left: 9px;
        width: 30px;
        height: 3px;
        background: #f5f5f5;
        animation-iteration-count: 6;
    }
    .engrate .imgBox{
        border: 6px solid #f5f5f5;
    }
    .engrate .detail{
        padding-left: 30px;
    }
    .engrate .tit{
        font-size: 1.8rem;
        line-height: 4rem;
    }
    .engrate .decr{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        font-size: 1.42rem;
        line-height: 2.2rem;
        height: 6.6rem;
        color: #999;
    }
    /*pc*/
    @media (min-width: 768px){
    
        .realcon li:hover .text{
            opacity: 1;
            z-index: 8;
        }
        .collapse .navbar-nav>li:hover .dropdown-menu {
          display: block;
        }
        .contactmain .col-md-6{
            padding-left: 5.4rem;
            padding-right: 8.2rem;
        } 
        .navbar-nav>li>a {
            padding-top: 56px;
            padding-bottom: 46px;
        }  
        .navbar-right .dropdown-menu {
            right: auto;
            left: 0;
        }
        .navbar-brand{
            padding: 40px 15px;
        }
        .dropdown .caret{
            display: none;
        }
        .navbar-nav>li {
            margin-right:6px;
        }
        .header{
            padding-right: 10px;
        }
        .navbar{
        margin-bottom: 0;
        }
        .mainnew li:last-child{
            width: 90%;
        }
        .morenew{
            position: absolute;
            bottom: 0;
            right: 1.1rem;
            line-height: 3.1rem;
            text-align: right;
            color: #606BEE!important;
            font-size: .91rem;
        }
    }
    
    /*mobile*/
    @media (max-width: 767px){
    
       /* .engrate li:last-child .line span{
            background: #fff;
        }*/
        .honorlist .left{
            display: none;
        }
        .honorlist .right{
            width: 100%;
            padding: 2rem 15px;
        }
        .honorlist li{
            padding: 0 10px;
        }
        .honorlist .right li{
            width: 50%;
        }
        /*进度条*/
        .imgRow::-webkit-scrollbar
        {
            width: 3px;
        }
    
        .imgRow::-webkit-scrollbar-thumb
        {
            background-color: rgba(108,83,63,.4);
        }
        h3.engstit{
            font-size: 2.4rem;
        }
        .engrate li{
            padding-bottom: 36px;
        }
         .engrate li:last-child {
            padding-bottom: 10px;
        }
        .engrate li .imgBox{
            border: 0;
            width: 96%;
            margin: 0 auto;
        }
        .engrate .date{
            margin-left: 30px;
        }
        .engrate .date span{
            background: #fff;
            line-height: 25px;
        }
        .engrate .line span{
            left: 10px;
        }
        .newslist .detail{
            padding-left: 15px;
        }
        .newslist .tit{
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 20px;padding-top: 0;
        }
        .newslist .decr{
            font-size: 16px;line-height: 2.2rem;
            height: 4.4rem;
        }
        .newslist .date{
            font-size: 16px;
            margin-top: 0;
            background-size: 18px 18px;
            line-height: 30px;
            padding-left: 24px;
        }
        .breadNavs .select{
            width: 100%;
        }
        .breadNavs .rights{
            width:100%;
            position: static;
            top: 0;
            transform: translateY(0);
            -ms-transform:translateY(0);     /* IE 9 */
            -moz-transform:translateY(0);    /* Firefox */
            -webkit-transform:translateY(0); /* Safari 和 Chrome */
            -o-transform:translateY(0); 
            float: left;
            margin-top: 10px;
        }
        .lxbox .text h3{
            font-size: 22px;
            line-height: 28px;
        }
        .lxbox .text .addr{
            font-size: 14px;
            margin-top: 4px;
        }
        .lxbox .text{
            padding: 8px 1.1rem;
        }
        .lxbox .text .tel{
            line-height: 26px;
            height: 26px;
        }
        .lxbox .text .tel:before{
            top: 10px;
        }
        .otitle{
            padding-top: 2rem;
            padding-bottom: 2rem;
        }
        .otitle p{
            font-size: 2.8rem;
        }
        .navbar-toggle {
            margin-top: 20px;
        }
        .dropdown-menu li{
            float: none;
        }
        .navbar-nav .open .dropdown-menu>li>a{
            color: #333;
            line-height: 38px;
        }
        .navbar-nav>li{
            margin-bottom: 10px;
        }
        .carousel-control{
            display: none;
        }
        .navbar-collapse{
            position: absolute;
            width: 100%;
            top: 82px;
            left: 0;
            z-index: 99;
            background: #fff;
            box-shadow: 0 6px 8px rgba(0,0,0,0.2);
            border-top: 1px solid #f6f6f6;
        }
        .header:after{
            width: 0;
        }
        .fixtop{
            padding: 0;
        }
        .navH{
            height: 84px;
        }
        #logo img{
            height: 40px;
            margin-top: 4px;
        }
        .indexmain{
            padding-top: 2rem;
            /*padding-bottom: 1.8rem;*/
        }
        .mainleft .tit{
            width: 104px;
            height: 38px;
            line-height: 38px;
            margin-bottom: 1rem;
        }
        .maincen,.mainright{
            padding-top: 2rem;
        }
        .morenew{
            line-height: 3.1rem;
            text-align: right;
            color: #606BEE!important;
            font-size: .91rem;
            width: 100%;
            text-align: center;
            display: block;
        }
        .mainleft{
            padding-right: 0;
        }
        .footer .right{
            text-align: left;
            margin-top: 10px;
        }
        .footer .right a{
            margin-left: 0;
            margin-right: 6px;
        }
        .breadNav .left{
            display: none;
        }
        .breadNav .right{
            float: left;
        }
        .breadNav .right a{
            margin-right: 2rem;
            margin-left: 0;
        }
    }
    
    @media (min-width: 991px){
      .mainright .videoBox video{
          max-height: 275px;
      }  
    }
    @media (max-width: 880px){
        .nav>li>a{
            padding-left: 10px;
            padding-right: 10px;
        }
    }
    @media (max-width: 1080px){
        .engrate .date{
            width: 70%;
        }
    }
    
    
    .dropdown a{
        position: relative;
    }
    
    .caret{
        float: right;
        /*width: 40px;height: 100%;
        position: absolute;
        right: 0;
        top: 0;*/
        margin-top: 6px;
        border-top: 6px dashed;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }
    .wxtip {
            background: rgb(104 102 102 / 80%);
            text-align: center;
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 998;
            display: none;
          }
    
          .wxtip-icon {
            width: 52px;
            height: 67px;
            background: url(weixin-tip.png) no-repeat;
            display: block;
            position: absolute;
            right: 20px;
            top: 20px;
          }
    
          .wxtip-txt {
            margin-top: 100px;
            color: #fff;
            font-size: 35px;
            line-height: 1.5;
            float: right;
            margin-right: 50px;
            text-align: left;
          }
    
          .vx-body {
            position: absolute;
            bottom: 20vh;
            text-align: center;
            width: 100%;
            color:#fff;
            display: flex;
            flex-flow: column;
            align-items: center;
            justify-content:center; 
            
          }
          .vx-body p{
              font-size:60px;
              
          }
          .vx-font {
            font-size: 55px;
            font-weight: bold;
            text-align: center;
            margin-top: 10px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
              sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          }
          .vx-button {
            display: inline-block;
            -webkit-animation: vx-button 1.5s ease-out infinite;
            animation: vx-button 1.5s ease-out infinite;
            border-radius: 6px;
            /*overflow: hidden;*/
            /*text-indent: 50px;*/
            background-color: rgba(231,203,153, 1);
            background: linear-gradient(to bottom,#b5bbff,#606BEE);
            width: 400px;
            padding: 20px 0;
            color: #fff;
            text-decoration: none;
            font-size: 40px;
            width: 176px;
            height: 62px;
            text-align: center;
            font-size: 18px;
            color:#fff!important;
        }
          .fixb{
                 height: 64px;
             display: flex;
             position: fixed;
             bottom: 0;
             left: 0;
             width: 100%;
			 
             background: #f5f5f5;
             border-top: 1px solid #e1e1e1;
             justify-content: center;
             align-items: center;
             }
             .greenbtn{
                 height: 40px;
             line-height: 40px;
             padding: 0;
             background:#606BEE;
             border-radius: 40px;
             }
             .pr-15{
                 padding-right:15px;
             }
                  
                  @keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要认领到选择器的关键帧名称*/
         	    0%{
         	        transform: scale(1);  /*开始为原始大小*/
         	    }
         	    25%{
         	        transform: scale(1.08); /*放大1.1倍*/
         	    }
         	    50%{
         	        transform: scale(1);
         	    }
         	    75%{
         	        transform: scale(1.08);
         	    }
         	}
         	.kkk{
         	    -webkit-animation-name: scaleDraw; /*关键帧名称*/
         	    -webkit-animation-timing-function: ease-in; /*动画的速度曲线*/
         	    -webkit-animation-iteration-count: infinite;  /*动画播放的次数*/
         	    -webkit-animation-duration:3s; /*动画所花费的时间*/
         	}