body{
    margin: 0;
}
/*包含以下五种的链接*/
a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
    color: unset;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;
    color: unset;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;
    color: unset;
}
a{
    color: unset;
}
.clear{
    clear: both;
}

.all-menu{
    width: 100%;
    height: 90px;
    background-color: white;
    padding-top: 5px;
}

.menu-place{
    height: 100%;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}

.menu-logo{
    width: 203px;
    height: 60px;
    margin-top: 10px;
    float: left;
}

.menu-own{
    height: 55px;
    width: 890px;
    float: right;
    margin-top: 15px;
}

.menu-item{
    width: 115px;
    padding: 0 5px;
    text-align: center;
    height: 100%;
    float: left;
    position: relative;
}

.menu-item p{
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.menu-item .item-bottom{
    width: 16px;
    height: 4px;
    background-color: white;
    margin: 0 auto;
}

.menu-item-hover p{
    color: #006fb4;
}

.menu-item-hover .item-bottom{
    background-color: #006fb4;
}

.hide-menu{
    width: 130px;
    z-index: 3;
    background-color: white;
    position: absolute;
    padding-bottom: 5px;
    padding-top: 10px;
}

.hide-item{
    width: 120px;
    padding: 0 5px;
    height: 40px;
}

.hide-item:hover{
    display: block !important;
}

.hide-item p{
    font-size: 14px;
    text-align: center;
    height: 30px;
    padding-top: 10px;
    margin: 0;
    background-color: white;
    color: black;
}

.hide-item:hover p{
    background-color: #006fb4;
    color: white;
}

.banner-place{
    width: 100%;
    height: 300px;
    padding-top: 1px;
}

.banner-word{
    margin: 100px auto;
    width: 100%;
}

.banner-word p{
    font-size: 34px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 5px;
}
.cn{
    font-size: 32px !important;
}
.blue{
    color: #006fb4;
}

.footer-place{
    width: 100%;
    height: 355px;
    /*margin-top: 20px;*/
    background-color: #EEEEEE;
}

.footer-main{
    width: 1200px;
    height: 310px;
    margin: 0 auto;
}

.footer-bottom{
    width: 100%;
    height: 45px;
    background-color: #006fb4;
}

.footer-left{
    width: 808px;
    float: left;
    height: 100%;
}

.footer-line{
    width: 2px;
    background-color: #D9D9D9;
    margin-top: 50px;
    height: 218px;
    float: left;
}

.footer-right{
    width: 390px;
    float: left;
    height: 100%;
}

.footer-menu{
    max-width: 200px;
    min-width: 110px;
    margin-right: 30px;
    float: left;
}

.menu-title{
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.footer-menu a{
    color: #5a5a5a;
}

.footer-menu a p{
    font-size: 12px;
    margin: 0 0 10px;
}

.contact-message{
    margin-left: 70px;
}

.company-name{
    font-size: 14px;
    margin-top: 40px;
}

.message-item{
    font-size: 12px;
    color: #5a5a5a;
    margin-top: 5px;
}

.qr-code{
    margin-left: 90px;
    width: 85px;
    margin-top: 50px;
}
.qr-pic{
    width: 85px;
    height: 85px;
}
.qr-code p{
    font-size: 12px;
    color: #5a5a5a;
    text-align: center;
    margin-top: 5px;
}

.footer-bottom{
    padding-top: 15px;
    text-align: center;
    color: white;
    font-size: 12px;
}

.footer-bottom a{
    color: white;
    font-size: 12px;
}
.footer-bottom a:hover{
    color: white;
    font-size: 12px;
}

.detail-place{
    width: 1200px;
    margin: 30px auto;
    min-height: 600px;
}

.detail-place img{
    max-width: 100%;
}

.son-menu{
    display: flex;
    justify-content: center; /* 水平居中 */
    width: 100%;
    height: 68px;
    background-color: #EEEEEE;
}

.son-menu-place{
    height: 100%;
    /*width: 900px;*/
    margin: 0 auto;
}
.son-menu-item{
    height: 100%;
    width: 150px;
    /*padding: 0 5px;*/
    font-size: 14px;
    float: left;
    cursor: pointer;
}

.son-menu-item p{
    margin-top: 25px;
    text-align: center;
}

.news-list{
    width: 800px;
    float: left;
}

.news-list1{
    width: 860px;
    float: left;
}

.news-item{
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
}

.news-img{
    width: 265px;
    height: 180px;
    float: left;
    cursor: pointer;
}

.news-word{
    width: 495px;
    float: right;
}
.news-list-title{
    font-size: 18px;
    width: 100%;
    cursor: pointer;
}
.news-list-date{
    font-size: 14px;
    margin: 5px 0;
    color: #929292;
}
.news-list-intro{
    font-size: 14px;
    color: #5A5A5A;
    width: 100%;
}

.news-title{
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-top: 60px;
    color: #0077bf;
    font-weight: bold;
}

.news-date{
    width: 100%;
    margin: 20px 0;
    text-align: center;
    color: #5A5A5A;
    font-size: 14px;
}
.news-date span{
    margin-right: 30px;
}

.news-detail{
    width: 100%;
    margin-top: 30px;
}

.previous-next{
    float: right;
    font-size: 12px;
    color: #444;
    margin-top: 50px;
}

.previous-next p{
    margin-bottom: 5px;
}

.news-show{
    width: 355px;
    float: right;
}

.news-show1{
    width: 340px;
    float: right;
}

.show-title{
    margin-top: 35px;
    font-size: 20px;
    color: rgb(0, 119, 191);
    margin-bottom: 20px;
    font-weight: bold;
}

.show-item{
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
 }

.show-item-title{
    font-size: 13px;
    width: 100%;
}

.show-date{
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 11px;
    color: #929292;
}

.show-detail{
    color: #7e7e7e;
    font-size: 12px;
}

.video-item{
    width: 355px;
    margin-right: 20px;
    float: left;
    margin-top: 40px;
}

.video-place{
    width: 100%;
    height: 267px;
}

.video-place iframe{
    width: 100% !important;
    height: 100% !important;
}

.video-title{
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
}

.category-list{
    width: 100%;
    margin-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.category-item{
    width: 390px;
    height: 162px;
    border: 1px solid #eeeeee;
    float: left;
    margin-top: 20px;
}
.blank {
    height: 164px;
    width: 12px;
    float: left;
}

.category-img{
    width: 153px;
    height: 140px;
    float: left;
    margin: 11px 0;
}

.category-name{
    float: right;
    margin-right: 10px;
    padding: 10px 15px;
    margin-top: 62px;
}

.category-name:hover{
    background-color: #006fb4;
    color: white;
}
.goods-list{
    margin-top: 30px;
    width: 100%;
}
.category-title{
    background-color: #006fb4;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: white;
}
.category-title p{
    padding-top: 15px;
    padding-left: 10px;
}
.goods-item{
    width: 1198px;
    height: 50px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.goods-name{
    float: left;
    height: 100%;
}
.goods-name p{
    padding: 15px 10px;
    font-size: 14px;
}

.goods-url{
    float: right;
    margin-right: 15px;
    padding-top: 15px;
}

.goods-url img{
    width: 13px;
    height: 12px;
    float: right;
    margin-right: 10px;
    margin-top: 4px;
}
.goods-url p{
    font-size: 14px;
    float: right;
}

.solution-item{
    width: 255px;
    height: 215px;
    margin-right: 25px;
    margin-bottom: 30px;
    border: 1px solid #d9d9d9;
    float: left;
}
.solution-item img{
    width: 245px;
    height: 130px;
    margin: 5px;
}
.solution-title{
    width: 235px;
    text-align: center;
    margin: 5px auto;
    font-size: 14px;
 }
.solution-date{
    font-size: 12px;
    color: #929292;
    text-align: center;
    width: 235px;
}

.support-list{
    width: 573px;
    float: left;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    margin-top: 60px;
}

.support-type{
    padding-top: 15px;
    height: 35px;
    width: 100%;
    background-color: #006fb4;
}

.support-type p{
    margin-left: 10px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.support-item{
    width: 100%;
    height: 35px;
    padding-top: 15px;
    border-bottom: 1px solid #d9d9d9;
}

.support-name{
    margin-left: 10px;
    font-size: 14px;
    float: left;
}

.support-url{
    float: right;
    margin-right: 15px;
}

.support-url p{
    float: right;
    font-size: 14px;
}

.support-url img{
    float: right;
    width: 13px;
    height: 12px;
    margin-top: 4px;
    margin-right: 10px;
}

.blank50{
    width: 50px;
    height: 100px;
    float: left;
}

.support-intro{
    width: 74%;
    margin: 30px auto;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #5a5a5a;
}

.welcome{
    width: 100%;
}
.job-list{
    width: 1198px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}
.job-list-title{
    width: 100%;
    background-color: #006fb4;
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    padding-top: 15px;
}

.job-title{
    width: 375px;
    padding-left: 30px;
    float: left;
}

.job-type{
    width: 165px;
    text-align: center;
    float: left;
}

.job-address{
    width: 165px;
    text-align: center;
    float: left;
}
.job-date{
    width: 165px;
    text-align: center;
    float: left;
}

.job-check {
    width: 290px;
    text-align: center;
    float: right;
}
.to-detail {
    margin-top: -7px;
    padding: 7px;
    text-align: center;
    background-color: #006fb4;
    color: white;
    width: 70px;
    float: right;
    margin-right: 60px;
    border-radius: 5px;
}

.job-item{
    width: 100%;
    font-size: 14px;
    height: 35px;
    padding-top: 15px;
    border-bottom: 1px solid #d9d9d9;
}

.job-detail-title{
    width: 1145px;
    font-size: 30px;
    margin: 55px auto 45px;
}
.job-detail-intro{
    width: 1145px;
    margin: 0 auto;
}

.job-detail-type, .job-detail-address{
    width: 250px;
    float: left;
}

.job-detail-type img{
    float: left;
    width: 23px;
    height: 16px;
    margin-top: 3px;
}

.job-detail-address img{
    float: left;
    width: 16px;
    height: 22px;
    margin-top: 3px;
}

.job-detail-type p, .job-detail-address p{
    float: left;
    font-size: 16px;
    margin-left: 10px;
    color: rgb(85, 85, 85);
}

.job-detail-date{
    float: right;
    font-size: 14px;
    color: rgb(90, 90, 90);
    margin-top: 15px;
}

.job-detail{
    width: 1145px;
    border-top: 1px solid #d9d9d9;
    margin: 10px auto;
    padding-top: 30px;
}

.map-place{
    border-width: 0px;
    border-color: transparent;
    width: 668px;
    height: 418px;
    float: left;
}
.contact-place{
    float: left;
    margin-left: 30px;
    width: 500px;
}

.m-meau[data-v-092214cc] {
    padding-left: 14px;
    padding-top: 19px;
}

.ivu-col-span-8 {
    display: block;
    width: 28.33333333%;
    float: left;
}

#test10{
    height: 250px !important;
}

.ivu-drawer-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(55, 55, 55, .6);
    height: 100%;
    z-index: 1000;
}

.ivu-drawer-wrap {
    width: 80%;
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.ivu-drawer-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
    border: 0;
    background-clip: padding-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.ivu-drawer-close {
    z-index: 1;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 8px;
    overflow: hidden;
    cursor: pointer;
}

.ivu-drawer-header {
    border-bottom: 1px solid #e8eaec;
    padding: 14px 16px;
    line-height: 1;
}

.ivu-col-span-22 {
    display: block;
    width: 91.66666667%;
    float: left;
}

.ivu-col-span-2 {
    display: block;
    width: 8.33333333%;
    float: left;
}

.ivu-drawer-body {
    width: 100%;
    height: calc(100% - 51px);
    padding: 16px;
    font-size: 12px;
    line-height: 1.5;
    word-wrap: break-word;
    position: absolute;
    overflow: auto;
}

.ivu-row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    zoom: 1;
    display: block;
    overflow: hidden;
}
.m-banner{
    width: 100%;
    height: 120px;
    padding-top: 1px;
}
.m-banner-word{
    margin: 35px auto;
    width: 100%;
}

.m-banner-word p{
    font-size: 16px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 5px;
}
.m-cn{
    font-size: 20px !important;
}

.m-detail-place{
    width: 95%;
    margin: 10px auto;
    min-height: 340px;
}

.m-detail-place h2{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.m-detail-place img{
    max-width: 100%;
}

.m-son-menu{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.m-menu-item{
    padding: 5px 0;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 25.3333%;
    height: 20px;
    float: left;
    font-size: 14px;
    background-color: rgba(242,242,242,1);
}
.blank2{
    width: 2%;
    height: 30px;
    float: left;
}

.blank10{
    width: 10%;
    height: 30px;
    float: left;
}

.m-footer{
    width: 100%;
    background-color: #006fb4;
    padding-top: 5px;
    text-align: center;
    padding-bottom: 5px;
}

.m-footer img{
    width: 95%;
    height: 100px;
    margin: 0 auto;
}

.m-message, .m-copyright{
    width: 100%;
}

.m-message p{
    width: 100%;
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bolder;
}

.m-copyright p{
    width: 100%;
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
}

.m-copyright a{
    color: white;
}

.m-news-item{
    width: 100%;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
}

.m-news-image{
    width: 112px;
    height: 83px;
    float: left;
    background-color: #eeeeee;
}

.m-news-image img{
    width: 100%;
    height: 100%;
}

.m-news-word{
    float: right;
    width: 225px;
}

.m-news-list-title{
    font-size: 14px;
    width: 100%;
    font-weight: bold;
}
.m-news-list-date{
    font-size: 12px;
    margin: 5px 0;
    color: #929292;
}
.m-news-list-intro{
    font-size: 14px;
    color: #5A5A5A;
    width: 100%;
}

.m-category-item{
    width: 100%;
    height: 65px;
    background-color: rgba(242,242,242,1);
    margin-top: 10px;
}

.m-category-image{
    height: 100%;
    width: 117px;
    float: left;
}
.m-category-name {
    width: 130px;
    height: 100%;
    text-align: center;
    float: left;
    font-size: 15px;
    margin-left: 40px;
}
.m-category-name .center-word{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.m-category-to {
    background-color: #006fb4;
    color: white;
    float: right;
    margin-top: 24px;
    padding: 2px 6px;
}

.m-solution-item{
    width: 50%;
    height: 165px;
    float: left;
    margin-top: 10px;
    text-align: center;
}
.m-solution-item img{
    width: 90%;
    height: 100px;
}
.m-solution-title{
    width: 98%;
    text-align: center;
    margin: 7px auto;
    font-size: 13px;
}
.m-solution-date{
    font-size: 13px;
    color: #929292;
    text-align: center;
    width: 98%;
}

.m-to-detail{
    background-color: #006fb4;
    width: 90px;
    text-align: center;
    padding: 5px 0px;
    float: right;
    border-radius: 5px;
    color: white;
    margin-top: 11px;
}

.m-job-detail-title {
    width: 100%;
    font-size: 24px;
    margin: 10px auto 15px;
}
.m-job-detail-intro{
    width: 100%;
    margin: 0 auto;
}

.m-job-detail-type, .m-job-detail-address{
    width: 33.3333%;
    float: left;
}

.m-job-detail-type img{
    float: left;
    width: 23px;
    height: 16px;
    margin-top: 3px;
}

.m-job-detail-address img{
    float: left;
    width: 16px;
    height: 22px;
    margin-top: 3px;
}

.m-job-detail-type p, .m-job-detail-address p{
    float: left;
    font-size: 14px;
    margin-left: 5px;
    color: rgb(85, 85, 85);
    margin-top: 3px;
}

.m-job-detail-date{
    float: right;
    font-size: 14px;
    color: rgb(90, 90, 90);
    margin-top: 6px;
}

.m-job-detail{
    width: 100%;
    border-top: 1px solid #d9d9d9;
    margin: 10px auto;
    padding-top: 10px;
}

.m-contact{
    width: 100%;
}

.m-map-place{
    border-width: 0px;
    border-color: transparent;
    width: 100%;
    height: 418px;
}

.news-place{
    width: 100%;
    margin-bottom: 20px;
}

.goods-place{
    width: 100%;
    padding-bottom: 20px;
    background-color: #F9F9F9;
}

.h-category-item{
    width: 42%;
    float: left;
    padding: 0 2%;
    margin: 0 2% 15px;
    background-color: white;
    height: 183px;
    position: relative;
}
.h-category-item img{
    width: 100%;
    height: 105px;
    text-align: center;
}
.h-category-title {
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin: 5px 0;
}

.h-category-detail{
    position: absolute;
    color: white;
    background-color: #006fb4;
    padding: 3px 7px;
    float: right;
    bottom: 0;
    right: 0;
}

.solution-place{
    width: 100%;
    padding-bottom: 20px;
}

.h-solution-item{
    height: 90px;
    border-bottom: 1px dotted #d9d9d9;
    width: 100%;
}

.h-solution-item img{
    width: 60px;
    height: 60px;
    float: left;
    margin-top: 13px;
    margin-left: 15px;
}

.h-solution-title{
    display: flex;
    align-items: center;
    width: 270px;
    height: 100%;
    float: right;
    margin-right: 10px;
}

.case-place{
    width: 100%;
    background-color: #F9F9F9;
    padding-bottom: 20px;
}
.case-list{
    width: 360px;
    margin: 0 auto;
}
.h-case-item{
    width: 170px;
    margin: 0 5px 15px;
    float: left;
}

.h-case-item img{
    width: 100%;
    height: 120px;
}

.h-case-item p{
    text-align: center;
    width: 100%;
    margin-top: 5px;
}

.industry-place{
    width: 100%;
    padding-bottom: 20px;
}

.industry-place p{
    width: 95%;
    text-align: center;
    margin: 0 auto;
    line-height: 20px;
}
.ins{
    width: 95%;
    margin: 0 auto;
}

.customer-place{
    width: 100%;
}
#customer-list{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 65px;
}

#customer-list ul li{
    float: left;
    margin-right: 5px;
}
.case-item{
    width: 105px;
    height: 60px;
}
.case-item img{
    width: 100%;
    height: 100%;
}
