html, body, table, tr, th, td, ul, ol, li, dl, dt, dd, div, center, p, span, h1, h2, h3, h4, h5, h6, hr, form, select, input, textarea {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 14px;
}

li, a {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: #0375cd;
    text-decoration: none;
}


.ell1 {
    display: block;
    white-space: nowrap;
    /*内容超宽后禁止换行显示*/
    overflow: hidden;
    /*超出部分隐藏*/
    text-overflow: ellipsis;
}

.ell2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ell3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.en_name{
    padding: 0 1rem;
}

.sub_name{
    margin-top: 10px;
}

.gray{
    color: #999;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.top {
    width: 100%;
    min-width: 1200px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #8c8c91;
}

.top a {
    color: #fff;
}

.top a:hover {
    color: #0375cd;
}

.search {
    width: 249px;
    height: 22px;
    line-height: 22px;
    background: #eeeeee;
    border-radius: 50px;
    margin-top: 10px;
}

.search .input1 {
    width: 150px;
    height: 22px;
    line-height: 22px;
    border: 0;
    font-size: 14px;
    margin: 0 0 0 20px;
    background: none;
    padding: 0;
}

.content {
    margin: 0 auto;
    width: 1200px;
}

.dflex{
    display: flex;
    align-items: center;
}

.d-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*nav*/
.indexnav {
    width: 82%;
    height: 85px;
    padding-top: 18px;
    font-size: 18px;
    color: #000;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.indexnav li {
    text-align: center;
    white-space: nowrap;
}

.indexnav li p{
    margin-bottom: 0;
    color: #777;
    font-size: 16px;
}

.indexnav li.cursor {
    height: 85px;
    color: #0375cd;
    border-bottom: #0375cd solid 3px;
}

.indexnav li.cursor a {
    color: #0375cd;
}

.indexnav li a {
    color: #000;
    text-decoration: none;
}

.indexnav li a:hover {
    color: #0375cd;
    text-decoration: none;
}

/*产品*/
.products {
    margin-top: 20px;
}

.products h1 {
    line-height: 48px;
    font-size: 28px;
    font-weight: bold;
    color: #626670;
    margin: 0;
    padding: 0;
}

.products_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.products_list a {
    width: 20%;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: url(../img/pronav02.jpg) center repeat-x;
    margin-left: 3px;
}

.products_list a:hover, .products_list a.select {
    background: url(../img/pronav01.jpg) center repeat-x;
    color: #fff;
    text-decoration: none;
}

.products_pic {
    height: 206px;
    background: url(../img/probg.jpg) repeat-x;
    margin-top: 15px;
}

.products_pic li {
    float: left;
    width: 200px;
    text-align: center;
    margin-top: 15px;
}

.products_pic li span {
    display: block;
    color: #333;
}

.news {
    margin-top: 30px;
    width: 691px;
}

.news_nav {
    height: 46px;
    line-height: 46px;
    border-bottom: #e0e0e0 solid 1px;
}

.news_nav a {
    font-size: 20px;
    color: #000;
    text-align: center;
}

.news_nav a:hover, .news_nav a.cursor {
    color: #0375cd;
    border-bottom: #0375cd solid 3px;
    text-decoration: none;
}

.news_nav span {
    padding: 0 25px;
}

.news_nav .more {
    width: 90px;
    color: #0375cd;
}

.news_nav .more:hover {
    color: #0375cd;
    border-bottom: 0;
}

.news_list {
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
}

.news_list li {
    padding-bottom: 5px;
    padding-left: 12px;
    background: url(../img/icon01.png) 0px 12px no-repeat;
    display: flex;
    justify-content: space-between;
}

.news_list a {
    color: #505050;
}

.news_list a:hover {
    color: #0375cd;
}

.news_list span {
    color: #989898;
}

.service {
    margin-top: 30px;
    width: 448px;
}

.service li {
    float: right;
    width: 194px;
    height: 163px;
    line-height: 24px;
    margin: 0 0 30px 30px;
    background: #f0f0f0;
    text-align: center;
    font-size: 20px;
    color: #343434;
    padding-top: 23px;
}

.service li:hover {
    background: #ddd;
    cursor: pointer;
}

.service li p {
    line-height: 22px;
    margin-top: 10px;
}

.service li a {
    color: #343434;
}

.service li a:hover {
    text-decoration: none;
}

.service li span {
    font-size: 12px;
    color: #747474;
}

.service li image {
    width: 56px;
    height: 56px;
}

.service li.yewu {
    height: 163px;
    padding-top: 0;
    background: #0375cd;
    color: #fff;
    font-size: 30px;
}

/*** 底部版权信息 ***/
.bottom {
    width: 100%;
    min-width: 1200px;
    height: 170px;
    margin-top: 30px;
    padding-top: 40px;
    background: #383c42;
    color: #999;
}

.bottom a {
    color: #999;
}

.bottom a:hover {
    color: #fff;
}

.bottom .copy {
    margin-top: 15px;
    line-height: 36px;
}

.bottom .erweima {
    text-align: center;
    margin-left: 15px;
}

.bottom .erweima img {
    width: 83px;
    height: 83px;
}

.public_banner {
    width: 100%;
    min-width: 1200px;
    height: 150px;
    padding-top: 30px;
    background: url(../img/public.jpg) center no-repeat #0375cd;
    text-align: center;
    color: #fff;
}

.public_banner h1 {
    font-size: 38px;
    color: #fff;
    margin: 10px 0;
}

.public_banner a {
    color: #cbcbcb;
}

.public_banner a:hover {
    color: #fff;
}

.sub-nav {
    width: 100%;
    min-width: 1200px;
    height: 80px;
    line-height: 80px;
    border-bottom: #ddd solid 1px;
}

.sub-nav ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.sub-nav ul li {
    margin: 0 1rem;
}

.sub-nav ul li a {
    display: block;
    height: 78px;
    line-height: 78px;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.sub-nav ul li a:hover {
    text-decoration: none;
}

.sub-nav ul li.active {
    color: #0375cd;
    border-bottom: #0375cd solid 2px;
}

.sub-nav ul li.active a {
    color: #0375cd;
}

/*** 新闻中心 ***/
.news-list {
    width: 1200px;
    margin: auto;
}

.news-list li {
    border-bottom: #ebecf0 solid 1px;
}

.news-list li a .newleft h4{
    color: #777;
}

.news-list li a {
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
}

.news-list li a:hover {
    background: #f0f0f0;
    text-decoration: none;
}

.news-list li a .newleft {
    width: 900px;
    padding-right: 20px;
    border-right: #ebecf0 solid 1px;
}

.news-list li a .newleft div {
    line-height: 24px;
    color: #999;
    margin-top: 10px;
}

.news-list li a .newleft h3 {
    height: 36px;
    color: #333;
    padding-top: 10px;
    margin: 0;
}

.news-list li a:hover .newleft h3 {
    color: #0375cd;
}

.news-list li a .newright {
    width: 220px;
    flex-shrink: 0;
    background: url(../img/icon02.png) right center no-repeat;
    font-size: 16px;
    color: #999;
}

.news-list li a .newright b {
    width: 220px;
    font-size: 52px;
    color: #0375cd;
}

.about {
    padding: 30px 0 50px;
}

/*** 联系我们 ***/
.contact-list {
    margin: 50px auto 0;
}

.contact-list li {
    float: left;
    width: 400px;
    text-align: center;
    padding: 0 20px;
}

.contact-list li h5 {
    color: #333;
    font-size: 24px;
    font-weight: 100;
    padding: 15px 0 10px;
}

.contact-list li div {
    color: #666;
    font-size: 18px;
    font-weight: 100;
}

.map {
    width: 1200px;
    height: 559px;
    margin: 50px 0;
}

/*** 新闻详情页 ***/
.article_h1 {
    width: 100%;
    margin: auto;
    min-height: 45px;
    font-size: 28px;
    line-height: 45px;
    text-align: center;
    padding: 15px 0;
    border-bottom: #ddd solid 1px;
}

.article_h1 span {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #a3a3a3;
}

.article_box {
    margin: 10px 0;
}

.article_box p {
    margin-top: 20px;
    font-size: 16px;
    color: #333333;
    height: 100%;
    line-height: 32px;
}

.share {
    float: left;
    width: 100%;
    height: 50px;
    padding: 10px 0;
}

.article_page {
    font-size: 16px;
    color: #383842;
    border-top: #ddd solid 1px;
    padding-top: 20px;
}

.article_page span {
    line-height: 28px;
    display: block;
    width: 70%;
}

.article_page span a {
    color: #666;
}

/*** 定制机型 ***/
.dingzhi {
    width: 618px;
    margin-top: 20px;
}

.dingzhi h1 {
    font-size: 22px;
    color: #0375cd;
    padding-top: 25px;
    font-weight: normal;
}

.dingzhi_list li {
    margin: 15px 0;
}

.dingzhi_list .input1, .dingzhi_list .input2 {
    width: 616px;
    height: 38px;
    line-height: 38px;
    border: #ccc solid 1px;
    border-radius: 5px;
    margin-top: 10px;
}

.dingzhi_list .input2 {
    height: 100px;
}

.dingzhi .btn1 {
    width: 120px;
    height: 39px;
    font-size: 16px;
    background: #0375cd;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}

/*** 设备租赁 ***/
.zulin {
    width: 1200px;
    margin: 30px 0;
    padding: 40px;
    background: #f0f0f0;
    color: #333;
    font-size: 20px;
    line-height: 32px;
    text-indent: 2em;
}

.zulin p {
    line-height: 34px;
    padding-left: 28px;
    text-indent: 0;
}

.zulin p.icon {
    background: url(../img/icon06.png) 0px 6px no-repeat;
}

.sub_nav02 {
    font-size: 32px;
    text-align: center;
    margin: 50px 0 20px 0;
    font-weight: normal;
}

.anli_pic li {
    float: left;
    width: 396px;
    height: 396px;
    margin: 2px;
}

.anli_pic li img {
    width: 396px;
    height: 396px;
}

.zizhi_pic li {
    float: left;
    width: 293px;
    height: 429px;
    margin: 2px;
}

.zizhi_pic li img {
    width: 293px;
    height: 429px;
}


.weibao {
    width: 1200px;
    height: 420px;
    background: url(../img/weibao.png) center no-repeat;
    background-size: contain;
    color: #575c62;
    font-size: 18px;
    line-height: 28px;
    padding-right: 60px;
    padding-top: 30px;
}

.weibao h1 {
    font-size: 36px;
}

.weibao_box{
    border: #0375cd 2px solid;
    border-radius: 5px;
    padding: 1rem 2rem;
    margin-left: 520px;
    background-color: #fff;
}
.shouhou h1 {
    font-size: 28px;
    font-weight: normal;
    margin: 50px 0 15px 0;
}

.shouhou p {
    font-size: 16px;
    line-height: 32px;
}

/*** 产品中心 ***/
.pro_fl {
    width: 267px;
}

.pro_list {
    width: 267px;
    margin-top: 10px;
    color: #fff;
}

.pro_list .li {
    display: block;
    font-size: 16px;
    background: #5e5e5e url(../img/icon08.png) 240px 20px no-repeat;
    margin-top: 2px;
    padding:10px 15px 5px 15px;
    cursor: pointer;
}

.pro_list .li h3{
    font-size: 1.8rem;
    margin: 0px;
    padding: 0px;
}

.pro_list .li span, .pro_list a span{
    color: #ddd;
}

.pro_list .li:hover, .pro_list .li.cursor {
    background: #727272 url(../img/icon08.png) 240px 20px no-repeat;
}

.pro_list a {
    display: block;
    background: #5e5e5e url(../img/icon09.png) 12px 16px no-repeat;
    color: #fff;
    border-bottom: #545454 solid 1px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pro_list a:hover {
    background: #727272 url(../img/icon09.png) 12px 16px no-repeat;
    text-decoration: none;
    color: #fff;
}

.pro_title {
    height: 48px;
    border-bottom: #ddd solid 1px;
    font-size: 18px;
    color: #666;
    margin-top: 15px;
}

.pro_title span {
    display: block;
    line-height: 48px;
    /*border-bottom: #0375cd solid 2px;*/
}

.pro_fr {
    width: 913px;
    margin-top: 15px;
}

.pro_fr li {
    float: left;
    width: 290px;
    margin: 15px 6px;
    border:#ddd solid 1px;
}

.pro_fr li:hover {
    border: #0375cd solid 1px;
}

.pro_fr li img {
    width: 288px;
    height: 230px;
}

.pro_fr li a h4 {
    display: block;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.pro_fr li a h3 {
    display: block;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    margin: 0;
    height: 2.3rem;
    font-size: 1.5rem;
}


.pro_fr li p {
    font-size: 16px;
    color: #666;
    padding: 0 10px 5px 10px;
    line-height: 28px;
}

.pro_fr li a:hover span {
    color: #0375cd;
}

/*** 产品详情页 ***/
.products_box {
    line-height: 26px;
    padding: 15px 0;
    font-size: 14px;
    margin: 50px 0 0 0;
}

.products_box table {
    font-size: 16px;
    width: 100%;
    border: #ddd solid 1px;
}

.products_box table tr {
    height: 52px;
    border-bottom: #ddd solid 1px;
}

.products_box table tr td {
    text-align: center;
    vertical-align: middle;
    border-right: #ddd solid 1px;
}

.products_box table tr:hover {
    background-color: #eee;
}

.h3_title{
    color: #666;
    font-size: 2rem;
}

.pro_pic {
    width: 492px;
    margin-top: 35px;
}

.bigpic {
    width: 602px;
    height: 402px;
}

.pro_js {
    width: 380px;
    margin-top: 35px;
    font-size: 16px;
    color: #484848;
    line-height: 32px;
    margin-left: 20px;
}

.pro_js h1 {
    font-size: 23px;
    color: #000;
    font-weight: normal;
    margin-top: 15px;
}

.pro_js span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #999;
    margin: 10px 0 30px 0;
}

.zxzx {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: #0375cd solid 1px;
    border-radius: 3px;
    color: #0375cd;
    margin-top: 30px;
    padding: 0 1rem;
}

.zxzx:hover {
    background: #0375cd;
    color: #fff;
}

.pro_canshu {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: #ddd solid 1px;
    margin-top: 30px;
    padding-left: 30px;
}

.pro_canshu li {
    float: left;
    width: 300px;
    height: 44px;
    font-size: 16px;
    color: #333;
    text-align: center;
    cursor: pointer;
}

.pro_canshu li.cursor {
    color: #0375cd;
    border-bottom: #0375cd solid 2px;
}

.xgcp {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: #ddd solid 1px;
    margin-top: 50px;
}

.xgcp span {
    font-size: 12px;
    color: #999;
}

.related_pro li {
    float: left;
    width: 283px;
    text-align: center;
    padding: 15px 17px 0 0;
    margin: 0;
    border: none;
}
.related_pro li:hover {
    margin: 0;
    border: none;
}

.related_pro li img {
    width: 283px;
    height: 283px;
    border: #ddd solid 1px;
    margin-bottom: 10px;
}

.related_pro li a {
    color: #333;
}