* {
    margin: 0;
    padding: 0;
    /*user-select: none;*/
}
img {
    border: 0px solid red;
    border: 0px solid red\0;
    border: 0px solid red\9;
}

ul,li,ol,dl {
    list-style: none;
    margin-bottom: 0px;
}

a {
    text-decoration: none !important;
    display: inline-block;
    /*border:0px solid red;*/
}
body p {
    margin: 0px;
}
@media screen and (min-width: 1200px){
    .container {
        /*width: 1200px;*/
        margin: 0 auto;
    }
}
.clear {
    clear: both;
}
h1,h2,h3,h4,h5,h6,p,span,div {
    font-family: '微软雅黑,arial';
    margin-top: 0px;
    margin-bottom: 0px;
}
.container,.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
@font-face {font-family: 'iconfont';
    src: url('../font/iconfont.eot'); /* IE9*/
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.pc{
    display: block!important;
}
.mobile{
    display: none!important;
}
@media screen and (max-width: 768px){
    .pc{
        display: none!important;
    }
    .mobile{
        display: block!important;
    }
}

/*================       初始化       ===================*/

.top{
    background-color: #f1f1f1;
}
.top-welcome{
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}
.top-right{
    float: right;
}
.top-tel-img{
    float: left;
    display: block;
    color: #00559d;
    /*color: #f00;*/
    color: #c00;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
}
.top-tel{
    float: left;
    line-height: 40px;
    font-size: 14px;
    font-family: '微软雅黑';
    color: #00559d;
    /*color: #f00;*/
    color: #c00;
    font-weight: 600;
    /*margin-right: 30px;*/
    margin-left: 15px;
}
.top-search{
    float: left;
    display: block;
    color: #00559d;
    color: #c00;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 30px;
}
.header{
    /*height: 93px;*/
    position: relative;
    border-bottom: 3px solid #c00;
    height: 83px;
}
.header-box{
    
}
.header-logo{
    float: left;
    /*margin-top: 11px;*/
    margin-top: 20px;
}
.header-logo img{
    /*width: 245px;*/
    /*height: 67px;*/
    /*height: 50px;*/
    height: 40px;
}
.header-nav{
    float: right;
}
.header-nav>li{
    float: left;
}
.nav-item-link{
    /*line-height: 90px;*/
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 65px;
    padding-top: 15px;
}
.nav-item-link:hover{
    color: #00559d;
    color: #c00;
}
.subnav-box{
    position: absolute;
    font-stretch: normal;
    background: #fff;
    padding-top: 68px;
    padding-bottom: 80px;
    font-size: 18px;
    line-height: 24px;
    left: 0;
    top: 90px;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    border-top: 3px solid #c00;
    display: none;
    z-index: 33;
}
.subnav-div{
    position: relative;
}
.nav-list{
    width: 90%;
}
.nav-list>li{
    display: none;
}
.subnav-list>li{
    width: 32%;
    padding-right: 9%;
    float: left;
}
.subnav-item-link{
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px;
    color: #1e1e1e;
}
.subnav-item-link:hover{
    color: #00559d;
    color: #c00;
}
.subnav-close{
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.subnav-close i{
    color: #00559d;
    color: #c00;
    font-size: 34px;
}

.ng-inhe{
    width:100%;
    height:0px;
    position:relative;
    padding-bottom:34%;
    overflow:hidden;
}
.ng-inhe .vs-ini{
    position:absolute; top:0px; top:0px;
    width:100%; height:100%; overflow:hidden;
}
.ng-inhe .inoh-swiper{
    width:100%; height:100%; overflow:hidden; position:relative;
}
.ng-inhe .swiper-wrapper{
    height:100%;
}
.ng-inhe .swiper-slide{
    height:100%;
}
.ng-inhe .inoh-swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.ng-inhe .inoh-swiper .swiper-pagination-switch {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 8px;
    /*background: #555;*/
    margin: 0 7px;
    opacity: 0.9;
    background-color:#fff;
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
}
.ng-inhe .inoh-swiper .swiper-active-switch {
    background:#00559d;
    border: 1px solid #00559d;
    background:#c00;
    border: 1px solid #c00;
}
.ng-inhe .inoh-link{
    width:100%; height:100%; position:relative;
    overflow:hidden; display:block;
    background-repeat:no-repeat;
    background-position:50% 0;
    background-size:cover;
}
.indexPos1-box{
    padding-top: 20px;
}
.index-tit{
    float: left;
}
.index-choose{
    float: right;
    margin-top: 6px;
}
.index-choose-item{
    float: left;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #00559d;
    background: #c00;
    color: #fff;
    margin-right: 9px;
    cursor: pointer;
}
.index-choose-item:last-child{
    margin-right: 0px;
}
.index-choose-item:hover{
    color: #fff;
}
.index-title{
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: 600;
}
.index-line{
    width: 72px;
    height: 3px;
    background: #183883;
    background: #c00;
    background: #c00;
    margin-top: 10px;
    margin-top: 5px;
}
.indexPos1-list{
    margin-top: 20px;
}
.indexPos1-list>li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.indexPos1-list>li:nth-child(4n){
    margin-right: 0px;
}
.indexPos1-item{
    display: block;
    background: #cfddff;
    padding-bottom: 15px;
}
.indexPos1-item-pic{
    text-align: center;
    height: 145px;
}
.indexPos1-item-pic img{
    /*width: 175px;
    height: 145px;*/
    max-width: 80%;
}
.indexPos1-item-title{
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexPos1-bgitem{
    border: 1px solid #cccccc;
    padding: 15px;
    display: none;
    height: 198px;
}
.indexPos1-bgitem-info{
    float: left;
    width: 190px;
}
.indexPos1-bgitem-title{
    font-size: 18px;
    color: #333;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indexPos1-bgitem-name{
    font-size: 16px;
    color: #333;
    font-family: 'arial';
    text-transform: uppercase;
    margin-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indexPos1-bgitem-link{
    width: 140px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #00559d;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 25px;
}
.indexPos1-bgitem-link:hover{
    color: #fff;
}
.indexPos1-bgitem-pic{
    float: right;
}
.indexPos1-bgitem-pic img{
    width: 175px;
    height: 145px;
}

.indexPos2{
    /*background: #f0f0f0;*/
}
.indexPos2-box{
    /*padding-top: 5px;*/
    padding-top: 25px;
    /*padding-bottom: 40px;*/
    padding-top: 20px;
}
.indexPro-inhe{
    width:100%;
    position:relative;
    overflow:hidden;
    margin-top: 25px;
}
.indexPro-inhe .vs-ini{
    overflow:hidden;
}
.indexPro-inhe .indexPro-swiper{
    width:100%; height:100%; overflow:hidden; position:relative;
}
.indexPro-inhe .swiper-wrapper{
    height:100%;
}
.indexPro-inhe .swiper-slide{
    height:100%;
}
.indexPro-inhe .indexPro-swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    /*width: 100%;*/
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
    right: 20%;
}
.indexPro-inhe .indexPro-swiper .swiper-pagination-switch {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 8px;
    /*background: #555;*/
    margin: 0 7px;
    opacity: 0.9;
    background-color:#c8c8c8;
    border: 1px solid #c8c8c8;
    cursor: pointer;
    -webkit-transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
}
.indexPro-inhe .indexPro-swiper .swiper-active-switch {
    background:#00559d; border: 1px solid #00559d;
}
.indexPro-inhe .indexPro-link{
    width:100%; height:100%; position:relative;
    overflow:hidden; display:block;
    background-repeat:no-repeat;
    background-position:50% 0;
    background-size:cover;
}
.indexPro-item{
    padding: 25px;
    background: #f0f0f0;
    display: block;
    width: 100%;
}
.indexPro-item-info{
    float: left;
    width: 610px;
}
.indexPro-item-title{
    font-size: 24px;
    color: #00559d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 80px;
    margin-top: 24px;
}
.indexPro-item-line{
    width: 56px;
    height: 2px;
    background: #00559d;
    margin-top: 10px;
}
.indexPro-item-desc{
    padding-left: 40px;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-top: 15px;
    height: 182px;
    overflow: hidden;
}
.indexPro-item-desc:hover{
    color: #666;
}
.indexPro-item-link{
    width: 140px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #00559d;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 25px;
}
.indexPro-item-pic{
    float: right;
    width: 510px;
    height: 264px;
    position: relative;
}
.indexPro-item-pic-ini{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 264px;
    overflow: hidden;
}
.indexPro-item-pic table{
    width: 100%;
    height: 264px;
    border: 0px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    display: block;
}
.indexPro-item-pic table td{
    width: 100%;
    height: 264px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}
.indexPro-item-pic table td img{
    max-width: 100%;
    max-height: 100%;
}
.indexPos3-box{
    padding-top: 25px;
    padding-top: 20px;
}

.fo-pro{
    position:relative;
}
.fo-pro .fovs-tap{
    width:100%;
    height:0px;
    position:absolute;
    right:0px;
    top:0px;
}
.fo-pro .fovs-tap-ico{
    width:26px;
    height: 26px;
    background-color:#00559d;
    display:block;
    position:absolute;
    top:50%;
    font-size:14px;
    color:#fff;
    cursor:pointer;
    line-height:26px;
    text-align:center;
    z-index: 666;
}
.fo-pro .fovs-tap-left{
    right: 46px;
}
.fo-pro .fovs-tap-right{
    right: 0px;
}
.fo-pro .fovs-clist{
    /*overflow:hidden;*/
    position:relative;
}
.fo-pro .fovs-row{
    margin-left:-15px;
    margin-right:-15px;
}
.fo-pro .fovs-swiper{
    position:relative;
    overflow:hidden;
}
.fo-pro .fovs-padd{
    padding-left:15px;
    padding-right:15px;
    padding-bottom:4px;
}
.fo-pro .fovs-vdoc{
    position:relative;
    overflow:hidden;
    display:block;
    margin:2px 0px 6px;
}
.fo-pro .fovs-pice{
    position:relative;
    overflow:hidden;
    width: 100%;
}
.fo-pro .fovs-pice-be{
    position:relative;
    overflow:hidden;
}
.fo-pro .fovs-pice-beine{
    width:100%;
    height:100%;
    overflow:hidden;
}
.fo-pro .fovs-pice-beine img{
    width:100%;
    display:block;
}
.fo-pro .fovs-pice-lab{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:16;
    opacity:0; filter:alpha(opacity=0);
    -webkit-transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
}
.fo-pro .fovs-vdoc:hover .fovs-pice-lab{
    opacity:1;
    filter:alpha(opacity=100);
}
.fo-pro .fovs-pice-lab-tit{
    position:relative;
    line-height:32px;
    font-size:18px;
    color:#fff;
    text-align:center;
    padding:0px 12px;
}
.fo-pro .fovs-tnte{
    position:relative;
    overflow:hidden;
    background-color:#fff;
    width: 100%;
    border: 1px solid #cccccc;
    border-top: 0px;
}
#fo-proswiper1{
    padding-top: 20px;
}
.fo-pro .fovs-tnte-tit{
    overflow:hidden;
    position:relative;
    text-align:center;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size: 18px;
    color: #2e2e2e;
}
.indexPos3-item-info{
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
}
.indexPos3-item-title{
    font-size: 20px;
    color: #333;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indexPos3-item-name{
    font-family: 'arial';
    font-size: 18px;
    color: #333333;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indexPos3-item-desc{
    margin-top: 15px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indexPos3-item-line{
    background: #cccccc;
    width: 100%;
    height: 1px;
}
.indexPos3-item-msg{
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.indexPos3-item-tip{
    font-size: 14px;
    color: #00559d;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 52px;
}
.fo-pro .fovs-tap-ico:hover{
    background-color: #ec1a23;
}

.indexPos4-box{
    padding-top: 20px;
    padding-bottom: 20px;
}
.indexPos4-content{
    margin-top: 30px;
}

.indexPos4-left{
    float: left;
    width: 48%;
}
.indexPos4-right{
    float: right;
    width: 48%;
    border: 1px solid #cccccc;
}
.slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slideBox .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 15px;
    z-index: 50;
}
.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slideBox .hd ul li {
    float: left;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
}
.slideBox .hd ul li.on {
    background: #00559d;
    color: #fff;
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
.bd-item{
    display: block;
    position: relative;
}
.slideBox .bd img {
    width: 100%;
    display: block;
}
.bd-item-tit{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    background: #1b180d;
}
.bd-item--title{
    padding-left: 10px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indexPos4-right-box{
    padding: 15px;
}
.indexPos4-right-line{
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-top: 13px;
    margin-bottom: 8px;
}
.indexPos4-right-name{
    float: left;
    font-size: 18px;
    color: #333333;
    padding-left: 15px;
    position: relative;
}
.indexPos4-right-name::before{
    content: "";
    display: block;
    width: 3px;
    height: 13px;
    background: #183883;
    background: #c00;
    position: absolute;
    left: 0px;
    top: 6px;
}
.indexPos4-right-more{
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}
.indexPos4-right-more:hover{
    color: #00559d;
}
.indexPos4-item{
    display: block;
    width: 100%;
}
.indexPos4-item-tit{
    float: left;
    width: 75%;
    font-size: 14px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
    position: relative;
    line-height: 34px;
}
.indexPos4-item-tit::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #9b9b9b;
    position: absolute;
    left: 0px;
    top: 14px;
}
.indexPos4-item-date{
    float: right;
    font-size: 14px;
    color: #999999;
    line-height: 34px;
}
.indexPos4-item:hover .indexPos4-item-tit{
    color: #00559d;
}
.indexPos5-box{
    padding-top: 20px;
    padding-bottom: 20px;
}
.indexPos5-list{
    margin-top: 30px;
}
.indexPos5-list>li{
    float: left;
    width: 15%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.indexPos5-list>li:nth-child(6n){
    margin-right: 0px;
}
.indexPos5-item{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
}
.indexPos5-item img{
    width: 100%;
    display: block;
}
.footer{
    border-top: 3px solid #c00;
    background: #374047;
}
.footer-box{
    padding-top: 12px;
}
.link-list{
    border-bottom: 1px solid #3f3f3f;
}
.link-list>li{
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.link-item-name{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.link-item{
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
}
.link-item:hover{
    color: #00559d;
}
.footer-content{
    padding-top: 15px;
    padding-bottom: 20px;
}
.footer-left{
    float: left;
    width: 33%;
}
.footer-logo{
    display: block;
    width: 100%;
}
.footer-logo img{
    max-width: 100%;
}
.footer-left-name{
    font-size: 14px;
    color: #f4f4f3;
    line-height: 26px;
    margin-top: 12px;
}
.footer-left-tip{
    margin-top: 12px;
}
.footer-left-tip-name{
    float: left;
    font-size: 16px;
    color: #f4f4f3;
    line-height: 30px;
}
.footer-left-tip-item{
    float: left;
    color: #f4f4f3;
    line-height: 30px;
    /*margin-left: 15px;*/
    display: block;
    cursor: pointer;
    margin-right: 30px;
}
.footer-left-tip-item i{
    font-size: 24px;
}
.footer-left-tip-item span{
    font-size: 21px;
}
.footer-left-tip-item:hover{
    color: #00559d;
    color: #c00;
}
.footer-left-tip-item:last-child{
    margin-right: 0px;
}
.footer-mid{
    float: left;
    margin-left: 2%;
    width: 35%;
    padding-top: 10px;
}
.footer-mid-tels{
    font-size: 16px;
    color: #f4f4f3;
    line-height: 30px;
}
.footer-mid-tels a{
    color: #f4f4f3;
}
.footer-mid-address{
    font-size: 16px;
    color: #f4f4f3;
    line-height: 30px;
}
.footer-mid-tip{
    font-size: 16px;
    color: #f4f4f3;
    line-height: 30px;
}
.footer-mid-tip a{
    color: #f4f4f3;
}
.footer-right{
    float: right;
}
.footer-wechat{
    width: 92px;
}
.footer-wechat-pic img{
    width: 100%;
}
.footer-wechat-title{
    text-align: center;
    color: #f4f4f3;
    font-size: 16px;
    margin-top: 6px;
}
#modal-search h4.modal-title {
    font-size: 14px;
}
.imune{
    display: none;
    float: right;
}
.vh-imune {
    width: 30px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    right: 0rem;
    font-size: 30px;
    color: #000;
    z-index: 999;
}
.modal-dialog{
    z-index:1080;
}
.ios-menu{
    position:relative;
    overflow:hidden;
}
.ios-menu .vk-rank{
    position:relative;
    overflow:hidden;
}
.ios-menu .vk-dont{
    border-bottom:1px solid #D8D8D8;
    overflow:hidden;
    position:relative;
}
.ios-menu .vk-link{
    overflow:hidden;
    position:relative;
    display:block;
    height:3.6rem;
}
.ios-menu .vk-link a{
    overflow:hidden;
    position:relative;
    display:block;
    height:3.6rem;
    line-height:3.6rem;
    font-size:1.44rem;
    color:#000;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.ios-menu .vk-dont-this .vk-link a{
    color:#00559d;
}
.ios-menu .vk-rank-down>.vk-dont{
    padding:0px 3.8rem 0px 0px;
}
.ios-menu .vk-down{
    width:4rem; height:3.6rem;
    position:absolute;
    top:0px; right:0px;
    overflow:hidden;
    border-left:1px solid #D7D7D7;
}
.ios-menu .vk-down-soll{
    display:block; height:7.2rem;
    width:4rem; position:absolute;
    top:0px; left:0px; overflow:hidden;
    -webkit-transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
}
.ios-menu .vk-down-show .vk-down-soll{
    top:-3.6rem;
}
.ios-menu .vk-down-ico{
    width:4rem; height:3.6rem; line-height:3.6rem;
    font-size:1.82rem; color:#000; text-align:center;
    display:block; overflow:hidden;
}
.ios-menu .vk-group{
    padding:0px 0px 0px 3.6rem;
    overflow:hidden;
    display:none;
}
.ios-menu .vk-group-show{
}
@media screen and (max-width:1200px){
    .header-logo img{
        /*width: 170px;
        height: 47px;*/
    }
    .nav-item-link{
        padding-left: 15px;
        padding-right: 15px;
    }
    .subnav-box{
        padding-top: 38px;
        padding-bottom: 60px;
    }
    .indexPos1-item-pic{
        height: auto;
    }
    .indexPos1-item-title{
        font-size: 16px;
    }
    .indexPro-item-info{
        width: 55%;
    }
    .indexPro-item-pic{
        width: 40%;
    }
    .indexPos4-left{
        width: 49%;
    }
    .indexPos4-right{
        width: 49%;
    }
    .indexPos4-right-name::before{
        top: 3px;
    }
    .indexPos4-right-box{
        padding: 10px;
    }
    .indexPos4-right-line{
        margin-top: 8px;
        margin-bottom: 4px;
    }
    .indexPos4-right-name{
        font-size: 16px;
    }
    .indexPos4-right-more{
        line-height: 22px;
    }
    .indexPos4-item-tit{
        line-height: 30px;
    }
    .indexPos4-item-date{
        line-height: 30px;
    }
    .indexPos4-item-tit::before{
        top: 12px;
    }
    .bd-item--title{
        width: 70%;
    }
    .footer-left{
        width: 37%;
    }
    .footer-mid{
        width: 45%;
    }
}
@media screen and (max-width:992px){
    .header{
        height: auto;
    }
    .header-box{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-logo{
        margin-top: 0px;
    }
    .header-nav{
        display: none!important;
    }
    .imune{
        display: inline-block;
    }
    .container, .container-fluid{
        padding-left: 8px;
        padding-right: 8px;
    }
    .indexPos4-left{
        width: 100%;
    }
    .indexPos4-right{
        width: 100%;
        margin-top: 15px;
    }
    .indexPos5-list>li{
        width: 23.5%;
    }
    .indexPos5-list>li:nth-child(6n){
        margin-right: 2%;
    }
    .indexPos5-list>li:nth-child(4n){
        margin-right: 0px;
    }
    .footer-left{
        width: 35%;
    }
    .footer-mid{
        width: 45%;
    }
}
@media screen and (max-width:760px){
    .indexPos1-list>li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .indexPos1-list>li:nth-child(2n){
        margin-right: 0px;
    }
    .indexPos1-item{
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .index-title{
        font-size: 26px;
    }
    .indexPro-item-info{
        width: 100%;
        float: none;
    }
    .indexPro-item-pic{
        width: 100%;
        float: none;
    }
    .indexPro-inhe .indexPro-swiper .pagination{
        right: 0px;
        width: 100%;
        text-align: center;
    }
    .indexPos5-list>li{
        width: 32%;
    }
    .indexPos5-list>li:nth-child(4n){
        margin-right: 2%;
    }
    .indexPos5-list>li:nth-child(3n){
        margin-right: 0;
    }
}
@media screen and (max-width:700px){
    .footer-logo{
        text-align: center;
    }
    .footer-left-name{
        text-align: center;
    }
    .footer-left{
        width: 100%;
    }
    .footer-mid{
        margin-left: 0px;
        width: 70%;
    }
    .footer-left-tip{
        text-align: center;
    }
    .footer-left-tip div{
        display: inline-block;
        float: none;
    }
    .footer-left-tip a{
        display: inline-block;
        float: none;
    }
}
@media screen and (max-width:500px){
    .header-logo img{
        width: auto;
        height: 35px;
    }
    .vh-imune{
        width: 24px;
        height: 31px;
        line-height: 31px;
        font-size: 24px;
    }
    .top-welcome{
        display: none;
    }
    .top-right{
        width: 100%;
        text-align: right;
    }
    .top-tel-img{
        float: left;
        line-height: 30px;
        font-size: 16px;
    }
    .top-tel{
        float: left;
        margin-right: 15px;
        line-height: 30px;
        font-size: 16px;
    }
    .top-search{
        float: right;
        line-height: 30px;
        font-size: 16px;
    }
    .ng-inhe{
        padding-bottom: 50%;
    }
    .indexPro-item{
        padding: 15px;
    }
    .indexPro-item-pic{
        height: 220px;
    }
    .indexPro-item-pic-ini{
        height: 220px;
    }
    .indexPro-item-pic table{
        height: 220px;
    }
    .indexPro-item-pic table td{
        height: 220px;
    }
    .indexPro-item-title{
        font-size: 20px;
    }
    .indexPro-item-desc{
        margin-top: 10px;
    }
    .indexPro-item-link{
        margin-top: 10px;
    }
    .indexPos5-list>li{
        width: 48%;
        margin-right: 4%;
    }
    .indexPos5-list>li:nth-child(3n){
        margin-right: 4%;
    }
    .indexPos5-list>li:nth-child(2n){
        margin-right: 0px;
    }
    .footer-mid{
        width: 100%;
    }
    .footer-mid-tels{
        text-align: center;
        font-size: 14px;
        line-height: 26px;
    }
    .footer-mid-address{
        text-align: center;
        font-size: 14px;
        line-height: 26px;
    }
    .footer-mid-tip{
        text-align: center;
        font-size: 14px;
        line-height: 26px;
    }
    .footer-right{
        width: 100%;
        margin-top: 10px;
    }
    .footer-wechat{
        margin: 0 auto;
    }
    .footer-wechat-title{
        font-size: 14px;
    }
}
@media screen and (max-width:375px){
    .indexPro-item-pic{
        height: 200px;
    }
    .indexPro-item-pic-ini{
        height: 200px;
    }
    .indexPro-item-pic table{
        height: 200px;
    }
    .indexPro-item-pic table td{
        height: 200px;
    }
}
@media screen and (max-width:360px){
    .indexPro-item-pic{
        height: 180px;
    }
    .indexPro-item-pic-ini{
        height: 180px;
    }
    .indexPro-item-pic table{
        height: 180px;
    }
    .indexPro-item-pic table td{
        height: 180px;
    }
}


/*=================================             首页                =====================================*/
.banner{
    width: 100%;
    padding-bottom: 31%;
    position: relative;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
.box-box{
    padding-top: 30px;
    padding-bottom: 30px;
}
.menu{
    float: left;
    width: 240px;
}
.menu-top{
    background: #183883;
    background: #c00;
    background: #c00;
    padding-top: 15px;
    padding-bottom: 15px;
}
.menu-top-pic{
    float: left;
    margin-left: 25px;
    margin-left: 15px;
    line-height: 30px;
}
.menu-top-pic img{
    width: 5px;
    height: 21px;
    display: block;
    margin-top: 4px;
}
.menu-top-name-cn{
    float: left;
    font-size: 18px;
    color: #fff;
    margin-left: 15px;
    margin-left: 8px;
    line-height: 30px;
}
.menu-top-name-or{
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.menu-top-name-en{
    float: left;
    font-size: 14px;
    color: #d6e2ff;
    color: #eee;
    line-height: 30px;
}
.menu-list{
    padding-top: 20px;
    padding-bottom: 20px;
}
.menu-list>li{
    position: relative;
}
.menu-item{
    display: block;
    width: 100%;
    margin-top: -1px;
    border: 1px solid #ccc;
    position: relative;
    padding-left: 55px;
    font-size: 16px;
    color: #333333;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu-item:hover{
    background: #dfdfdf;
    color: #00559d;
    /*color: #f00;*/
    color: #c00;
}
.menu-active .menu-item{
    /*background: #dfdfdf;*/
    /*color: #00559d;
    color: #f00;*/
}
.menu-active::before{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 4px;
    height: 50px;
    background: #183883;
    background: #c00;
    background: #c00;
    z-index: 20;
}
/*.menu-active .menu-item::after{
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    overflow: hidden;
    background: #183883;
    background: #c00;
    top: 50%;
    margin-top: -4px;
    left: 37px;
}*/
.menu-bot-title{
    font-size: 18px;
    color: #fff;
    background: #183883;
    background: #c00;
    line-height: 50px;
    text-indent: 20px;
}
.menu-content{
    border: 1px solid #ccc;
    border-top: 0px;
    padding: 10px;
}
.menu-content-tit{
    font-size: 14px;
    color: #e60000;
    margin-bottom: 10px;
}
.menu-content-item{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.box-content{
    float: right;
    width: 920px;
    width: 890px;
}
.box-content-title{
    font-size: 16px;
    color: #666;
    color: #c00;
    font-weight: 600;
    border-bottom: 1px solid #cccccc;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.box-content-title>span{
    display: inline-block;
    position: relative;
}
.newte>span::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #c00;
    left: 0px;
    bottom: -10px;
    /*background: #666;*/
}
.box-content-title-en{
    color: #c00;
    color: #666;
    position: relative;
}
/*.box-content-title-en::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #c00;
    left: 0px;
    bottom: -10px;
    background: #666;
}*/
.box-content-title-en:hover{
    color: #c00;
}
.submenu-list{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    /*display: none;*/
}
.menu-active .submenu-list{
    display: block;
}
.submenu-item{
    font-size: 12px;
    color: #666666;
    line-height: 26px;
    display: block;
    width: 100%;
    padding-left: 55px;
}
.submenu-item:hover{
    color: #00559d;
    /*color: #f00;*/
    color: #c00;
}
.submenu-active .submenu-item{
    color: #00559d;
    /*color: #f00;*/
    color: #c00;
}
@media screen and (max-width:1200px){
    .box-content{
        width: 700px;
    }
}
@media screen and (max-width:992px){
    .menu{
        display: none;
    }
    .box-content{
        width: 100%;
    }
}
@media screen and (max-width:500px){
    .banner{
        padding-bottom: 50%;
    }
    .box-content-title{
        padding-bottom: 5px;
    }
    .box-content-title-en::after{
        bottom: -5px;
    }
    .box-content-title{
        margin-bottom: 0px;
    }
}

/*=================================             通用                =====================================*/

.case-box{
    padding-top: 30px;
}
.case-list>li{
    margin-bottom: 30px;
}
.case-item{
    cursor: pointer;
}
.case-item-pic{
    float: left;
    width: 340px;
    width: 325px;
    display: block;
}
.case-item-pic img{
    width: 100%;
    display: block;
}
.case-item-info{
    float: right;
    width: 550px;
    width: 535px;
}
.case-item-title{
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-item-tip{
    font-size: 14px;
    color: #999;
    margin-top: 6px;
    margin-bottom: 6px;
}
.case-item-desc{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-indent: 28px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.case-item-link{
    margin-top: 20px;
}
.case-item-link a{
    width: 134px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #183883;
    background: #c00;
}
.case-item:hover .case-item-title{
    color: #00559d;
    /*color: #f00;*/
    color: #c00;
}
@media screen and (max-width:1200px){
    .case-item-pic{
        width: 36.9%;
    }
    .case-item-info{
        width: 60%;
    }
}
@media screen and (max-width:992px){
    .case-item-title{
        font-size: 16px;
    }
    .case-item-tip{
        margin-top: 4px;
        margin-bottom: 6px;
    }
    .case-item-link{
        margin-top: 10px;
    }
}
@media screen and (max-width:600px){
    .case-item-pic{
        width: 100%;
    }
    .case-item-info{
        width: 100%;
        margin-top: 10px;
    }
    .case-item-link{
        margin-top: 5px;
        text-align: right;
    }
}

/*=================================             案例                =====================================*/

.prodetail-box{
    padding-top: 30px;
}
.prodetail-top-pic{
    float: left;
    width: 51%;
    position: relative;
    overflow: hidden;
    height: 292px;
}
.prodetail-top-pic-ini{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 292px;
    overflow: hidden;
}
.prodetail-top-pic table {
    width: 100%;
    height: 292px;
    border: 1px solid #ccc;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    display: block;
}
.prodetail-top-pic table td {
    width: 100%;
    height: 292px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}
.prodetail-top-pic table td img {
    max-width: 100%;
    max-height: 100%;
}
.prodetail-top-info{
    float: right;
    width: 45%;
    width: 100%
}
.prodetail-top-title{
    font-size: 24px;
    color: #c00;
    background: #fff;
    font-weight: 600;
}
.prodetail-top-line{
    width: 100%;
    height: 1px;
    background: #333333;
    margin-top: 10px;
    margin-bottom: 15px;
}
.prodetail-top-desc{
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.prodetail-choose{
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
}
.prodetail-choose>li{
    float: left;
}
.prodetail-choose-item{
    /*width: 140px;*/
    height: 50px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.prodetail-choose-active .prodetail-choose-item{
    /*color: #fff;
    background: #183883;
    background: #c00;*/
    color: #c00;
}
.prodetail-choose-item::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent;
    left: 0px;
    bottom: 0;
}
.prodetail-choose-active .prodetail-choose-item::after{
    background: #c00;
}
.prodetail-contents>li{
    display: none;
}
.prodetail-contents>li.prodetail-contents-active{
    display: block;
}
.prodetail-content{
    padding-top: 15px;
}
.prodetail-content img{
    max-width: 100%;
}

@media screen and (max-width:600px){
    .prodetail-top-pic{
        width: 100%;
    }
    .prodetail-top-info{
        width: 100%;
        margin-top: 10px;
    }
    .prodetail-choose{
        margin-top: 15px;
    }
    .prodetail-choose-item{
        font-size: 14px;
        /*width: 100px;*/
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .prodetail-top-title{
        font-size: 18px;
    }
}
@media screen and (max-width:414px){
    .prodetail-top-pic{
        height: 220px;
    }
    .prodetail-top-pic-ini{
        height: 220px;
    }
    .prodetail-top-pic table {
        height: 220px;
    }
    .prodetail-top-pic table td {
        height: 220px;
    }
}
@media screen and (max-width:375px){
    .prodetail-top-pic{
        height: 200px;
    }
    .prodetail-top-pic-ini{
        height: 200px;
    }
    .prodetail-top-pic table {
        height: 200px;
    }
    .prodetail-top-pic table td {
        height: 200px;
    }
}
@media screen and (max-width:360px){
    .prodetail-top-pic{
        height: 180px;
    }
    .prodetail-top-pic-ini{
        height: 180px;
    }
    .prodetail-top-pic table {
        height: 180px;
    }
    .prodetail-top-pic table td {
        height: 180px;
    }
}
@media screen and (max-width:320px){
    .prodetail-top-pic{
        height: 160px;
    }
    .prodetail-top-pic-ini{
        height: 160px;
    }
    .prodetail-top-pic table {
        height: 160px;
    }
    .prodetail-top-pic table td {
        height: 160px;
    }
}

/*=================================             产品详情                =====================================*/

.product-box{
    padding-top: 30px;
}
.product-list>li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 25px;
}
.product-list>li:nth-child(2n){
    margin-right: 0px;
}
.product-item{
    display: block;
    width: 100%;
}
.product-item{
    display: block;
    width: 100%;
}
.product-item-pic{
    border: 1px solid #ccc;
}
.product-item-pic img{
    width: 100%;
}
.product-item-title{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 18px;
}
.product-item-desc{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 5px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product-item:hover .product-item-title{
    color: #00559d;
    /*color: #f00;*/
    color: #c00;
}

@media screen and (max-width: 570px){
    .product-list>li{
        margin-right: 0px;
        width: 100%;
    }
    .product-item-title{
        font-size: 16px;
        margin-top: 10px;
    }
}

/*=================================             产品                =====================================*/

.job-box{
    padding-top: 30px;
}
.job-title{
    font-size: 24px;
    color: #183883;
    color: #c00;
}
.job-content{
    padding-top: 15px;
}
.job-content img{
    max-width: 100%!important;
}

/*=================================             诚聘英才                =====================================*/

.server-box{
    padding-top: 30px;
}
.server-content img{
    max-width: 100%!important;
}
.aboutcase-title{
    font-size: 18px;
    color: #183883;
    color: #c00;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aboutcase-title-line{
    width: 35px;
    height: 3px;
    background: #183883;
    background: #c00;
    margin-top: 6px;
}
.aboutcase-list{
    padding-top: 15px;
}
.aboutcase-item{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}
.aboutcase-item:hover{
    color: #00559d;
    /*color: #f00;*/
    color: #c00;
}
@media screen and (max-width: 570px){
    .aboutcase-item{
        font-size: 14px;
        line-height: 24px;
    }
}

/*=================================             服务范围                =====================================*/

.company-box{
    padding-top: 30px;
}
.company-content img{
    max-width: 100%!important;
}

/*=================================             公司简介                =====================================*/

.industry-item{
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px dashed #cecece;
}
.industry-item-tit{
    float: left;
    font-size: 14px;
    color: #333;
    width: 80%;
    line-height: 32px;
    position: relative;
    padding-left: 20px;
}
.industry-item-name{
    position: relative;
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.industry-item-tit img{
    position: absolute;
    left: 0px;
    top: 17px;
    width: 17px;
    height: 16px;
}
.industry-item-date{
    float: right;
    font-size: 14px;
    color: #999999;
    line-height: 32px;
}
.industry-item:hover .industry-item-name{
    color: #00559d;
    /*color: #f00;*/
    color: #c00;
}
@media screen and (max-width: 600px){
    .industry-list{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .industry-item-tit{
        font-size: 14px;
        line-height: 33px;
        width: 70%;
    }
    .industry-item-date{
        font-size: 14px;
        line-height: 33px;
    }
    .industry-item-tit img{
        top: 8px;
    }
}

/*=================================             行业特长                =====================================*/

.tech-box{
    padding-top: 30px;
}
.tech-title{
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}
.tech-content{
    margin-top: 20px;
}
.tech-content img{
    max-width: 100%!important;
}

/*=================================             技术与观点                =====================================*/

.contact-box{
    padding-top: 30px;
}
.contact-title{
    font-size: 18px;
    color: #e00000;
}
.contact-content{
    padding-top: 20px;
}
.contact-item{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
.contact-item img{
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0px;
    top: 2px;
}
.contact-wechat{
    width: 190px;
    margin-top: 20px;
}
.contact-wechat-pic img{
    width: 100%;
}
.contact-wechat-title{
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-top: 15px;
}
.contact-map{
    height: 410px;
    margin-top: 20px;
}
.contact-nei{
    margin-top: 20px;
}
.contact-nei img{
    max-width: 100%!important;
}
@media screen and (max-width: 600px){
    .contact-title{
        font-size: 16px;
    }
    .contact-item{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .contact-item img{
        top: 0px;
    }
    .contact-wechat{
        margin-top: 10px;
        width: 140px;
    }
    .contact-wechat-title{
        font-size: 14px;
        margin-top: 5px;
    }
}
@media screen and (max-width: 375px){
    .contact-map{
        height: 360px;
    }
}
@media screen and (max-width: 360px){
    .contact-map{
        height: 350px;
    }
}
@media screen and (max-width: 320px){
    .contact-map{
        height: 320px;
    }
}

/*=================================             联系我们                =====================================*/

.mList{
    margin-top: 20px;
}
.mList li{
    width: 228px;
    height: 228px;
    height: 190px;
    cursor: default;
    display: inline;
    position: relative;
    overflow: hidden;
    float: left;
    /*margin: 8px 0 0 8px;*/
    margin-right: 24px;
}
.mList li:nth-child(4n){
    margin-right: 0px;
}
.mWrap_1 {
    /*width: 392px;*/
    width: 444px;
    width: 414px;
    /*height: 185px;*/
    height: 228px;
    height: 190px;
    border: 1px solid #c3c3c3;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 20px 20px 20px 30px;
    padding: 20px 20px 20px 20px;
}
.mWrap_1 .text {
    width: 224px;
    width: 210px;
    float: left;
}
.mWrap_1 .text h3 {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
}
.mWrap_1 .text h3 a{
    color: #333;
    text-decoration: none;
    font-size: 20px;
}
.mWrap_1 .text p {
    font-size: 18px;
    /*line-height: 20px;*/
    margin-top: 8px;
}
.mWrap_1 .text p a {
    width: 108px;
    height: 25px;
    color: #ffffff;
    line-height: 25px;
    text-align: center;
    display: block;
    /*background: url(../images/bg_link02.png) left top no-repeat;*/
    background: #00559d;
    /*background: #f00;*/
    background: #c00;
    margin-top: 20px;
    font-size: 12px;
}
.mWrap_1 .image {
    width: 152px;
    width: 162px;
    height: 202px;
    height: 164px;
    overflow: hidden;
    float: right;
}
.mWrap_1 .image img {
    max-width: 152px;
    max-width: 162px;
    max-height: 202px;
    display: block;
}
.mWrap_2 {
    width: 228px;
    /*height: 244px;*/
    height: 228px;
    height: 190px;
    /*background: #f8f7e5;*/
    /*background: #cfddff;*/
    background: #fcf8ef;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.mWrap_2 .image {
    /*width: 106px;
    height: 106px;
    margin: 24px auto 0;*/
    text-align: center;
    height: 106px;
    margin-top: 24px;
}
.mWrap_2 .image img {
    /*width: 106px;
    height: 106px;*/
    /*display: block;*/
    max-width: 100%;
    max-height: 100%;
}
.mWrap_2 .text {
    margin-top: 8px;
}
.mWrap_2 .text h3 {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.mWrap_2 .text p {
    line-height: 18px;
    padding: 0 30px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
}

@media screen and (max-width: 1200px){
    .mList li{
        width: 23.5%!important;
        margin-right: 2%;
        height: auto;
        display: block;
    }
    .mWrap_2{
        width: 100%;
        height: auto;
        position: relative;
        padding-bottom: 15px;
        left: 0px!important;
    }
    .mWrap_2 .text h3{
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 760px){
    .mList li{
        width: 48%!important;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .mList>li:nth-child(2n) {
        margin-right: 0px;
    }
}

.newindexPos4-box{
    padding-top: 8px;
    /*padding-bottom: 15px;*/
    padding-top: 10px;
}
.newindexPos4 .indexPos-top{
    border-bottom: 1px solid #cccccc;
}
.newindexPos4-art{
    float: left;
    width: 582px;
    width: 570px;
}
.newindexPos4-case{
    float: right;
    width: 582px;
    width: 570px;
}
.index-more{
    float: right;
    margin-top: 3px;
}
.index-more-link{
    display: block;
    width: 79px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    /*background: #183883;*/
    background: #c00;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.index-more-link:hover{
    color: #fff;
}
.indexart-list{
    padding-top: 20px;
}
.indexart-list>li{
    /*margin-bottom: 20px;*/
}
.indexart-list>li:last-child{
    margin-bottom: 0px;
}
.indexart-item{
    display: block;
    width: 100%;
    position: relative;
}
.indexart-item-pic{
    float: left;
    width: 172px;
    width: 166px;
}
.indexart-item-pic img{
    max-height: 80px;
    width: 100%;
}
.indexart-item-info{
    float: right;
    width: 390px;
    width: 384px;
}
.indexart-item-title{
    font-size: 16px;
    color: #183883;
    color: #c00;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indexart-item-desc{
    margin-top: 4px;
    font-size: 14px;
    color: #666666;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.indexart-item1{
    display: block;
    width: 100%;
    position: relative;
    line-height: 28px;
}
.indexart-item1-title{
    float: left;
    width: 490px;
    width: 465px;
    font-size: 14px;
    /*color: #666;*/
    padding-left: 18px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.indexart-item1-title::before{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #9b9b9b;
    left: 4px;
    top: 50%;
    margin-top: -3px;
}
.indexart-item1-date{
    float: right;
    font-size: 14px;
    /*color: #999;*/
    width: 90px;
    color: #333;
}
.indexart-item:hover .indexart-item-title{
    color: #c00;
}
.indexart-item1:hover .indexart-item1-title{
    /*color: #f00;*/
    color: #c00;
}
.indexart-item1:hover .indexart-item1-title::before{
    /*background: #f00;*/
    color: #c00;
}
.newindexPos5-box{
    /*padding-top: 20px;
    padding-bottom: 15px;*/
    padding-top: 50px;
    padding-bottom: 50px;
    padding-top: 35px;
    padding-bottom: 35px;
}
.newindexPos5-list>li{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.newindexPos5-list>li:last-child{
    margin-right: 0px;
}
.newindexPos5-name{
    font-size: 18px;
    color: #183883;
    color: #c00;
    font-weight: 600;
    line-height: 40px;
}
.newindexPos5-item{
    display: block;
}
.newindexPos5-item img{
    /*height: 40px;*/
    height: 34px;
}
.newlinks{
    background: #ebebeb;
}
.newlinks-box{
    padding-top: 10px;
    padding-bottom: 10px;
}
.newlinks-list>li{
    float: left;
}
.newlinks-item{
    display: block;
    color: #000;
}
.newlinks-item:hover{
    color: #c00;
}
.newfooter-box{
    padding-top: 40px;
    padding-bottom: 40px;
}
.newfooter-left{
    float: left;
    width: 250px;
}
.newfooter-logo{
    display: block;
    margin-top: 10px;
}
.newfooter-logo img{
    max-width: 100%;
    max-height: 50px;
}
.newfooter-left-tip{
    margin-top: 20px;
}
.newfooter-left-tip-name{
    float: left;
    font-size: 16px;
    color: #f4f4f3;
    line-height: 30px;
}
.newfooter-left-tip-item{
    float: left;
    color: #f4f4f3;
    line-height: 30px;
    /*margin-left: 15px;*/
    display: block;
    cursor: pointer;
    margin-right: 30px;
}
.newfooter-left-tip-item i{
    font-size: 24px;
}
.newfooter-left-tip-item span {
    font-size: 21px;
}
.newfooter-mid{
    float: left;
    margin-left: 30px;
    width: 650px;
}
.newfooter-right{
    float: right;
}
.newfooter-wechat{
    width: 92px;
    width: 120px;
}
.newfooter-wechat img{
    width: 100%;
}
.newfooter-midtop>li{
    float: left;
    color: #f4f4f3;
    line-height: 24px;
}
.newfooter-midtop-item{
    display: block;
    color: #f4f4f3;
    line-height: 24px;
}
.newfooter-midtop-item:hover{
    color: #c00;
}
.newfooter-mid-item{
    color: #f4f4f3;
    line-height: 24px;
}
.newfooter-mid-item a{
    color: #f4f4f3;
    line-height: 24px;
}
.newfooter-mid-item a:hover{
    color: #c00;
}

@media screen and (max-width: 1200px){
    .newindexPos4-art{
        width: 49%;
    }
    .newindexPos4-case{
        width: 49%;
    }
    .indexart-item-pic{
        width: 125px;
    }
    .indexart-item-info{
        width: 330px;
    }
    .indexart-item1{
        padding-right: 98px;
    }
    .indexart-item1-title{
        width: 100%;
    }
    .indexart-item1-date{
        float: none;
        position: absolute;
        right: 0px;
        text-align: 0px;
    }
    .newfooter-mid{
        width: 500px;
    }
}

@media screen and (max-width: 992px){
    .newindexPos4-art{
        width: 100%;
    }
    .newindexPos4-case{
        width: 100%;
        margin-top: 20px;
    }
    .indexart-item-pic img{
        max-height: 80px;
        width: auto;
        max-width: 100%;
    }
    .indexart-item-pic{
        float: none;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 20%;
    }
    .indexart-item-info{
        width: 100%;
        padding-left: 22%;
    }
    .newfooter-left-tip-item{
        margin-left: 9px;
    }
    .newfooter-left{
        width: 210px;
    }
    .newfooter-mid{
        margin-left: 15px;
        width: 380px;
    }

}



@media screen and (max-width: 768px){
    .index-title{
        font-size: 20px;
    }
    .newindexPos5-name{
        font-size: 16px;
    }
    .newfooter-box{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .newfooter-left{
        float: none;
        margin: 0 auto;
    }
    .newfooter-mid{
        margin-left: 0px;
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .newfooter-right{
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .newfooter-wechat{
        margin: 0 auto;
    }
    .indexart-item-pic img{
        width: 100%;
    }
    .newindexPos5-box{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 740px){
    .top{
        display: none;
    }
}

@media screen and (max-width: 620px){
    .indexart-item-pic{
        width: 30%;
    }
    .indexart-item-info{
        padding-left: 32%;
    }
    .newindexPos5-box{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 500px){
    .indexart-list>li{
        margin-bottom: 13px;
    }
    .indexart-item-pic{
        width: 36%;
    }
    .indexart-item-info{
        padding-left: 39%;
    }
    .indexart-item1-date{
        font-size: 12px;
        line-height: 20px;
        width: 80px;
    }
    .indexart-item1{
        padding-right: 90px;
    }
    .indexart-item-pic img{
        width: 100%;
    }
}

@media screen and (max-width: 375px){
    .indexart-item-pic{
        width: 36%;
    }
    .indexart-item-info{
        padding-left: 39%;
    }
    .indexart-item-title{
        font-size: 14px;
    }
    .indexart-item-desc{
        font-size: 12px;
        height: 51px;
    }
}



.msg-form{
    width: 760px;
    display: block;
}
.msg-item{
    margin-bottom: 20px;
}
.msg-item-tit{
    float: left;
    text-align: right;
    width: 160px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 40px;
}
.msg-item-input{
    float: left;
    width: 600px;
    padding-right: 10px;
    position: relative;
}
.msg-item-input input{
    width: 100%;
    border: 1px solid #ededed;
    height: 40px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 10px;
}
.msg-item-code{
    float: left;
    width: 600px;
    padding-right: 10px;
    position: relative;
}
.msg-item-code input{
    float: left;
    width: 100px;
    border: 1px solid #ededed;
    height: 40px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 10px;
}
.msg-item-code img{
    float: left;
    margin-left: 25px;
    height: 40px;
}
.msg-item-submit{
    float: left;
    width: 600px;
    padding-right: 10px;
    position: relative;
}
.msg-item-submit input{
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #c00;
    border-radius: 6px;
    overflow: hidden;
    border: 0px;
}
.msg-item-tip{
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 40px;
    height: 40px;
    width: 10px;
    text-align: center;
}
@media screen and (max-width: 1200px){
    .msg-form{
        width: 100%;
    }
    .msg-item-input{
        width: 540px;
    }
    .msg-item-code{
        width: 540px;
    }
    .msg-item-submit{
        width: 540px;
    }
}
@media screen and (max-width: 768px){
    .msg-item{
        margin-bottom: 10px;
    }
    .msg-item-tit{
        width: 100%;
        text-align: left;
    }
    .msg-item-input{
        width: 100%;
    }
    .msg-item-code{
        width: 100%;
    }
    .msg-item-submit{
        width: 100%;
    }
}
@media screen and (max-width: 600px){
    .msg-item-tit{
        line-height: 30px;
    }
    .msg-item-input input{
        height: 34px;
        line-height: 32px;
    }
    .msg-item-code input{
        height: 34px;
        line-height: 32px;
    }
    .msg-item-code img{
        height: 34px;
    }
    .msg-item-sub .msg-item-tit{
        display: none;
    }
    .msg-item-submit{
        text-align: center;
    }
}

.threenav-item{
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #1e1e1e;
}
.threenav-item:hover{
    color: #c00;
}

.indexPro-item-info{
    /*background-image: url(../images/icon1.png);*/
    background-repeat: no-repeat;
    position: relative;
}
.ios-menu .tel0519 a{
    /*color: #f00;*/
    color: #c00;
}
.newfooter-left-tip-item:hover{
    color: #c00;
}
.indexPro-item-info-bg{
    position: absolute;
    left: -15px;
    top: -15px;
    width: 85px;
    height: 87px;
}
@media screen and (max-width: 768px){
    .indexPro-item-info{
        background-image: none;
    }
    .indexPro-item-title{
        padding-left: 145px;
        margin-top: 20px;
        padding-left: 0px;
        margin-top: 0px;
    }
    .indexPro-item-desc{
        padding-left: 60px;
        margin-top: 20px;
        height: 182px;
        padding-left: 0px;
        margin-top: 15px;
        height: 78px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .indexPro-item-info-bg{
        display: none;
    }
}


.ng-pages{
    position: relative;
    margin: 20px 0px 20px;
    text-align: center;
}
.ng-pages .pagination{
    margin:0px auto;
}
.ng-pages a,
.ng-pages span{
    border: 1px solid #999999;
    display: inline-block;
    padding: 0px 8px;
    border-radius: 2px;
    font-size: 13px;
    margin: 0px 3px;
    height: 32px;
    vertical-align: middle;
    line-height: 30px;
    color: #333333;
    min-width: 18px;
    text-align: center;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}
.ng-pages a:hover,
.ng-pages span.ad-this{
    border: 1px solid #c00;
    background-color: #c00;
    color: #fff;
}
.industrydetail-box{
    padding-top: 30px;
}
.industrydetail-title{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #333;
}
.industrydetail-date{
    font-size: 14px;
    text-align: center;
    color: #666;
    margin-top: 15px;
}
.industrydetail-content{
    margin-top: 20px;
}
.industrydetail-content img{
    max-width: 100%!important;
    height: auto!important;
}

@media screen and (max-width: 500px){
    .industrydetail-box{}
    .industrydetail-title{
        font-size: 18px;
    }
}
.shangxia{
    margin-top: 15px;
}
.shangxia a{
    color: #000;
    font-size: 14px;
    line-height: 28px;
}
.shangxia a:hover{
    color: #c00;
}
.xiangu{
    margin-top: 15px;
}
.xiangu div{
    color: #c00;
    font-weight: bold;
    font-size: 14px;
}
.xiangu a{
    color: #000;
    font-size: 14px;
    line-height: 28px;
}
.xiangu a:hover{
    color: #c00;
}

.newli3>.subnav-list>li{
    width: 32%;
    padding-right: 9%;
    float: left;
}
.newli3>.subnav-list>li:nth-child(2n){
    margin-right: 30%;
}


.teshu{
    position: relative;
}
.subbg{
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    background: #fff;
    padding-top: 68px;
    padding-bottom: 80px;
    display: none;
    z-index: 666;
    border-bottom: 1px solid #dbdbdb;
    border-top: 3px solid #c00;
}
.subteshu{
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100%;
    width: 140px;
    background: #fff;
    display: none;
    z-index: 666;
    margin-left: -70px;
    box-shadow: 0 0 3px 0 #999;
    border-top: 3px solid #c00;
}
.subteshu-item-link{
    display: inline-block;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-size: 16px;
    width: 100%;
    color: #333;
}
.subteshu-list{
    padding-bottom: 26px;
}
.subteshu-list>li{
    margin-top: 26px;
}
.subbg-list>li{
    width: 32%;
    padding-right: 9%;
    float: left;
}
.subbg-item-link{
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px;
    color: #1e1e1e;
}
.threesubbg-item{
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #1e1e1e;
    color: #666;
}
.fli1 .subbg-item-link{
    line-height: 17px;
    height: 29px;
    font-size: 16px;
    color: #666;
    color: #1e1e1e;
    padding: 0 0 0 12px;
}
.fli1 .threesubbg-item{
    display: block;
    color: #666;
    overflow: hidden;
    padding: 0 0 0 12px;
}
.fli1 .threesubbg-item>div{
    line-height: 20px;
    font-size: 14px;
    margin: 12px 0 5px;
}
.subteshu-item-link:hover{
    color: #c00;
}
.subbg-item-link:hover{
    color: #c00;
}
.threesubbg-item:hover{
    color: #c00;
}


.fo-pro .fovs-vdoc{
    border: 1px solid #cccccc;
    border-radius: 8px;
    overflow: hidden;
}
.indexPos3-item-info{
    padding-left: 0px;
    padding-right: 0px;
}
.fo-pro .fovs-padd:hover .fovs-vdoc{
    box-shadow: 0px 4px 16px 0px rgba(2, 21, 41, 0.15), 0px 2px 8px 0px rgba(2, 21, 41, 0.05);
    border-color: rgba(2, 21, 41, 0.15);
}
.fo-pro .fovs-tnte{
    padding: 10px;
    background-color: #fff;
    text-align: left;
}
.indexPos3-item-title{
    display: block;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.6rem;
}
.indexPos3-item-desc{
    margin-top: 8px;
}
.fo-pro .fovs-tnte{
    border: 0px;
}
.indexPos3-item-msg{
    padding: 0px;
}
.indexPos3-item-tip{
    line-height: 26px;
    -webkit-line-clamp: 2;
    height: 52px;
}
@media screen and (min-width: 992px){
    .fo-pro .fovs-pice{
        padding-bottom: 75px;
        -webkit-transition: -webkit-transform 450ms;
        transition: -webkit-transform 450ms;
        transition: transform 450ms;
        transition: transform 450ms,-webkit-transform 450ms;
    }
    .fo-pro .fovs-tnte{
        position: absolute;
        width: 100%;
        /*height: 100%;*/
        height: 254px;
        -webkit-transition: all 450ms;
        transition: all 450ms;
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px);
    }
    .indexPos3-item-tip{
        line-height: 26px;
        -webkit-line-clamp: 3;
        height: 78px;
    }
    .fo-pro .fovs-padd:hover .fovs-tnte{
        padding-top: 20px;
        -webkit-transition: .4s;
        transition: .4s;
        -webkit-transform: translateY(-73%);
        transform: translateY(-73%);
    }
    .fo-pro .fovs-padd:hover .fovs-pice{
        -webkit-transition: .4s;
        transition: .4s;
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
}

.xinindexPos5-name{
    float: left;
}
.xinindexPos5-list{
    float: right;
    width: 1070px;
}
.team-pro{
    position:relative;
}
.team-pro .fovs-tap{
    width:100%;
    height:0px;
    position:absolute;
    right:0px;
    top:0px;
}
.team-pro .fovs-tap-ico{
    width:26px;
    height: 26px;
    background-color:#00559d;
    display:block;
    position:absolute;
    top:50%;
    font-size:14px;
    color:#fff;
    cursor:pointer;
    line-height:26px;
    text-align:center;
    z-index: 666;
}
.team-pro .fovs-tap-left{
    right: 46px;
}
.team-pro .fovs-tap-right{
    right: 0px;
}
.team-pro .fovs-clist{
    overflow:hidden;
    position:relative;
}
.team-pro .fovs-row{
    margin-left:-15px;
    margin-right:-15px;
}
.team-pro .fovs-swiper{
    position:relative;
    overflow:hidden;
}
.team-pro .fovs-padd{
    padding-left:15px;
    padding-right:15px;
}
.team-pro .fovs-vdoc{
    position:relative;
    overflow:hidden;
    display:block;
}
.team-pro .fovs-pice{
    position:relative;
    overflow:hidden;
    width: 100%;
}
.team-pro .fovs-pice-be{
    position:relative;
    overflow:hidden;
}
.team-pro .fovs-pice-beine{
    width:100%;
    height:100%;
    overflow:hidden;
}
.team-pro .fovs-pice-beine img{
    width:100%;
    display:block;
}
.team-pro .fovs-pice-lab{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:16;
    opacity:0; 
    filter:alpha(opacity=0);
    -webkit-transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
}
.team-pro .fovs-vdoc:hover .fovs-pice-lab{
    opacity:1;
    filter:alpha(opacity=100);
}
.team-pro .fovs-pice-lab-tit{
    position:relative;
    line-height:32px;
    font-size:18px;
    color:#fff;
    text-align:center;
    padding:0px 12px;
}
.team-pro .fovs-tnte{
    position:relative;
    overflow:hidden;
    background-color:#fff;
    width: 100%;
    border: 1px solid #cccccc;
    border-top: 0px;
}
@media screen and (max-width: 1200px){
    .xinindexPos5-list{
        width: 100%;
    }
    .team-pro{
        margin-top: 10px;
    }
}
.wenlist0617 .box-content-title-en{
    color: #c00;
}
.wenlist0617 .box-content-title-en::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #c00;
    left: 0px;
    bottom: -10px;
}
.wenpage0617{
    color: #666;
}
.wenpage0617:hover{
    color: #c00;
}

.mList .liactive{
    width: 414px;
}
.liactive .mWrap_2{
    left: -228px;
}
.mWrap_1{
    transition:all 0.6s;
}
.mWrap_2{
    transition:all 0.6s;
}

.subbg{
    width: 75%;
    left: 15%;
    padding-left: 10%;
    padding-right: 10%;
    box-shadow: 0 0 3px 0 #999;
}
.subcontainer{
    width: 100%;
}