body {
    font-family: '思源黑体', "微软雅黑";
    font-size: 14px;
    color: #333;
    padding: 0;
    margin: 0;
}

input, textarea, select {
    font-family: '思源黑体', "微软雅黑";
    color: #333;
    font-size: 14px;
}

a {
    color: #000;
}

a:hover {
    color: #CB3333;
}

/*头部*/
.header {
    width: 100%;
    background: rgb(0, 140, 214);
    height: 98px;

    /* border-bottom: 1px solid #000; */
}

.head {
    width: 95%;
    margin: 0px auto;
    position: relative;
}

.head .logo {
    width: 200px;
    height: 54px;
    float: left;
    margin-top: 26px;
    /* margin: 40px 0; */
}

.head .logo img {
    width: 200px;
    height: 54px;
    border: none;
    vertical-align: bottom;
    ;
}

.head .nav_m {
    width: 900px;
    float: right;
    margin-top: 26px;
}

.head .nav_m .nav {
    width: 100%;
    text-align: right;
}

.nav li, .nav li a {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.nav li {
    /* border-bottom: 2px solid #FFF; */
    margin-left: 38px;
    color: #000;
}

.nav li.now {
    /* border-bottom: 2px solid #CB3333; */
}

.nav li a {
    margin-left: 0;
    font-size: 16px;
    color: #ffffff;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
}

.nav li a:hover, .nav li.now a {
    color: rgb(215, 0, 15);
}

.nav_m .n_icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 18px;
    line-height: 18px;
    color: #333;
    padding-left: 28px;
    background: url(../images/nav_ico.png) no-repeat left center;
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 9999;
    cursor: pointer;
    display: none;
    font-size: 16px;
}

/*幻灯片*/
/* .banner{ width:100%; position:relative; z-index:99; border-top:1px solid #DA251D;} */
.banner {
    width: 100vw;
    position: relative;
    z-index: 99;
    margin: 0 auto;
    background-color: rgb(223, 223, 223);
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    background-color: rgb(223, 223, 223);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

#owl-demo {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#owl-demo .item {
    position: relative;
    display: block;
}

#owl-demo img {
    display: block;
    width: 100%;
}

#owl-demo b {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 78px;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

#owl-demo span {
    position: absolute;
    left: 0;
    bottom: 37px;
    width: 100%;
    font: 18px/32px "思源黑体", "微软雅黑";
    color: #fff;
    text-align: center;
}

.owl-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 22px;
    text-align: center;
}

.owl-page {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    background: url(../images/icon1.png) no-repeat;
    *display: inline;
    *zoom: 1;
}

.owl-pagination .active {
    background: url(../images/icon2.png) no-repeat;
    ;
}

.owl-buttons {
    display: none;
}

.owl-buttons div {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 48px;
    margin-top: -40px;
    text-indent: -9999px;
}

/*.owl-prev { left: 10px; background-image: url(../images/bg17.png);}
.owl-next { right: 10px; background-image: url(../images/bg18.png);}
.owl-prev:hover { background-image: url(../images/bg17.png);}
.owl-next:hover { background-image: url(../images/bg18.png);}*/
@media screen and (max-width: 579px) {
    .owl-pagination {
        bottom: 0px;
        height: 15px;
    }
}

/*幻灯片*/
.bg_a {
    width: 100vw;
    background: #F2F2F2;
}

.f_nav {
    width: 80%;
    margin: 0px auto;
    padding: 10px 0 30px;
    display: flex;
    justify-content: space-between;
}

.f_nav .firstDiv {
    margin-left: 10%;
}

.f_nav li {
    width: 17%;
    float: left;
    padding-right: 20px;
    margin-right: 20px;
    background: url(../images/line.png) no-repeat right top;
    min-height: 158px;
    font-size: 14px;
}

.f_nav li.f_ct {
    width: 240px
}

.f_nav li.f_ct_mail {
    width: 240px
}

.f_nav li.dz {
    background: none;
    padding-right: 0;
    margin-right: 0;
    width: 320px;
}

.f_nav li .name {
    color: rgb(0, 140, 214);
    font-size: 16px;
}

.f_nav li .name b {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 16px;
}

.f_nav li .name b i {
    display: block;
    width: 48px;
    height: 40px;
    position: absolute;
    right: -30px;
    top: -28px;
    background: url(../images/icon4.png) no-repeat;
}

.f_nav li p {
    width: 100%;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 7px;
}

.f_nav li p img, .f_nav li p span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 25px;
    line-height: 25xp;
    vertical-align: top;
}

.f_nav li .share {
    width: 100%;
    text-align: center;
    height: auto;
}

.f_nav li .share img {
    width: 36px;
    height: 35px;
}

.f_nav li.dz p {
    width: 100%;
    height: auto;
    white-space: normal;
    line-height: 145%;
    position: relative;
    padding-bottom: 5px;
}

.f_nav li.dz p .map {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-left: 50px;
    background: url(../images/icon7.png) no-repeat left center;
    height: 35px;
    float: right;
    line-height: 35px;
    margin-top: -5px;
}

.f_nav li.dz .f_s {
    width: 100%;
    height: 30px;
    background: #FFF;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    position: relative;
    background: #FFF;
    overflow: hidden;
}

.f_nav li.dz .f_s input[type="text"] {
    width: 220px;
    height: 30px;
    border: 0;
    background: none;
    line-height: 30px;
    padding: 0 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.f_nav li.dz .f_s input[type="submit"] {
    width: 70px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background: rgb(0, 140, 214);
    color: #FFF;
    text-align: center;
    line-height: 30px;
    border: 0;
}

.f_bg {
    width: 100vw;
    background: rgb(0, 140, 214);
    padding: 15px 0;
    text-align: center;
}

.bq {
    width: 80%;
    margin: 0px auto;
}

.bq .bq_l {
    width: 80%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    display: flex;
    justify-content: space-between;
}


.bq .bq_l a {
    color: #FFF;
    width: 100px;
}

.bq .bq_l .firsta {
    margin-left: 15%;
}

.bq .bq_l .lasta {
    width:180px;
}

.bq .bq_r {
    width: 50%;
    height: 20px;
    line-height: 20px;
    text-align: right;
    float: right;
    color: #FFF;
    font-size: 14px;
}

.banner_s, .banner_s img {
    width: 100%;
    height: auto;
    vertical-align: top;
    box-shadow: 0 0 0 #FFF;
}

.banner_m, .banner_m img {
    width: 80%;
    height: auto;
    vertical-align: top;
    box-shadow: 0 0 0 #FFF;
    margin: 0 auto;
}

.banner_m img {
    width: 100%;
}

.i_line {
    width: 80%;
    /* border-top: 1px solid #444; */
    position: relative;
    height: 15px;
    margin: 0 auto;
}

.i_line em {
    display: block;
    width: 125px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: -1px;
    z-index: 99;
    margin-left: -62px;
    background: url(../images/icon3.png) no-repeat;
}

.i_ma {
    width: 100vw;
    margin: 0px auto;
    text-align: center;
    padding: 50px 0 40px;
    background-color: rgb(223, 223, 223);
}

.i_ma li {
    display: inline-block;
    zoom: 1;
    width: 18vw;
    border: none;
    text-align: left;
    vertical-align: top;
    margin: 0px 2.4vw;
}

.i_ma li img {
    width: 20vw;
    vertical-align: top;
}

.i_ma li .title {
    width: 100%;
    height: 40px;
    line-height: 45px;
    color: rgb(0, 140, 214);
    font-size: 16px;
    text-align: center;
}

.i_ma li .title a {
    font-size: 16px;
    font-weight: bold;
    color: rgb(0, 140, 214);
}

.i_ma li .title a em {
    color: #FF3333;
    padding-right: 8px;
    font-weight: bold;
}

.i_ma li .des {
    width: 100%;
    margin-top: 10px;
    height: 40px;
    line-height: 165%;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 12px;
}

.i_ma li .more {
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding-top: 7px;
    border-top: 1px solid #eee;
}

.i_ma li .more a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 12px;
    color: #666;
    padding-left: 25px;
    background: url(../images/icon8.png) no-repeat left center;
}

.i_ma li .more a:hover {
    color: #FF3333;
}

.scd {
    width: 80%;
    min-width: 600px;
    margin: 0px auto;
    text-align: left;
    font-size: 14px;
    color: #000;
    padding: 40px;
}

.scd .companyInfo {
    display: flex;
    justify-content: space-between;
}

.scd .companyInfo .text {
    width: 45%;
    margin-right: 5%
}

.scd .companyInfo .text .title {
    font-size: 16px;
}

.scd .companyInfo .text .content {
    line-height: 30px;
}

.scd .companyInfo .image {
    width: 48%;
    margin-right: 2%
}

.scd .companyInfo .image .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.scd .text .head {
    font-size: 16px;
    text-align: center;
}

.scd .text .sub_head {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.scd .text .title {
    font-size: 16px;
}

.scd .text .content {
    line-height: 30px;
}

/* .scd img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
} */

.pages {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.pages a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 22px;
    line-height: 22px;
    border: 2px solid #eee;
    margin: 0 1px;
    font-size: 12px;
    color: #555;
    padding: 0 5px;
}

.pages a.now {
    color: #FFF;
    font-weight: bold;
    background: #DA251D;
    border-color: #DA251D;
}

.scd_a {
    width: 80%;
    padding: 20px 0;
}

.scd_a .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.scd_a .content {
    line-height: 30px;
}

.scd_a .textPic {
    display: flex;
    justify-content: flex-start;
    width: 90%;
}

.scd_a .textPic .img {
    width: 35%;
    height: 35%;
    object-fit: contain;
    text-align: left;
}

.scd_a .textPic .img_1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    text-align: left;
}

.scd .scd_l {
    width: 185px;
    float: left;
}

.scd_l .name {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    background: #DA251D;
}

.scd_l .s_nav {
    width: 183px;
    border: 1px solid #ddd;
    border-top: 0;
    box-shadow: 0 1px 4px #aaa;
    padding: 10px 0;
}

.scd_l .s_nav li {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.scd_l .s_nav li a {
    font-size: 16px;
    width: 86%;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 7%;
}

.scd .scd_r {
    width: 900px;
    float: left;
    margin-left: 30px;
}

.scd .scd_r .case {
    width: 100%;
}

.case dl {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.case dl dt, .case dl dt img {
    width: 170px;
    height: 130px;
    float: left;
    vertical-align: top;
}

.case dl dd {
    width: 710px;
    float: right;
}

.case dl dd .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case dl dd .title a {
    font-size: 18px;
    color: #D9251D;
}

.case dl dd .des {
    width: 100%;
    height: 45px;
    font-size: 14px;
    color: #000;
    line-height: 175%;
    overflow: hidden;
    margin-bottom: 20px;
}

.case dl dd .more {
    width: 100%;
    text-align: left;
}

.case dl dd .more a {
    font-size: 14px;
}

.pro {
    width: 100%;
}

.pro dl {
    width: 1150px;
    margin: 0px auto;
    padding: 25px 0;
    margin-bottom: 25px;
    background: #F4F4F4;
}

.pro dl dt {
    width: 420px;
    height: 295px;
    float: right;
    margin-right: 50px;
}

.pro dl dt img {
    width: 420px;
    height: 295px;
    vertical-align: top;
}

.pro dl dd {
    width: 45%;
    float: left;
    margin-left: 50px;
}

.pro dl dd .name {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-top: 15px;
    font-size: 18px;
}

.pro dl dd .des {
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 175%;
    overflow: hidden;
    margin-bottom: 30px;
    color: #000;
}

.pro dl dd .more {
    width: 100%;
    margin-bottom: 40px;
}

.pro dl dd .more a {
    display: block;
    width: 110px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #FFF;
    background: rgb(0, 140, 214);
}

.pro dl dd .time {
    width: 100%;
    height: 25px;
    line-height: 25px;
    background: url(../images/icon9.png) no-repeat left center;
}

.pro dl dd .time span {
    font-size: 13px;
    margin-left: 25px;
}

.contact {
    width: 100%;
}

.contact dt {
    width: 50%;
    height: 319px;
    float: right;
    margin-right: 50px;
}

.contact dt img {
    width: 524px;
    height: 319px;
    vertical-align: top;
}

.contact dd {
    margin-left: 8%;
    width: 42%;
    float: left;
}

.contact dd .c_logo {
    width: 285px;
    height: 30px;
    vertical-align: top;
}

.contact dd .c_logo img {
    height: 20px;
    vertical-align: top;
    margin-right: 10px;
}

.contact dd .c_logo {
    margin: 20px 0 0px;
}

.contact dd h6 {
    width: 100%;
    font-size: 18px;
    color: #474747;
    margin-bottom: 30px;
    font-weight: normal;
}

.contact dd .c_m {
    width: 100%;
    font-size: 12px;
    line-height: 185%;
}

.contact dd .c_m p {
    width: 100%;
    margin-bottom: 10px;
}

.contact dd .c_m img, .contact dd .c_m span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.contact dd .c_m img {
    width: 19px;
    height: 19px;
    margin-right: 10px;
}

.join {
    width: 100%;
    text-align: center;
}

.join img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

tr, th, td {
    text-align: center;
}

#config_data {
    margin-top: 20px;
}

#config_data th {
    background: #999;
}

#config_data td {
    height: 40px;
}

#main_box .right_box {
    display: inline-block;
    width: 49%;
}

#main_box .right_box span {
    display: inline-block;
    font-size: 18px;
    width: 18px;
    height: 18px;

    margin-right: 3px;
    background: #f00;
    vertical-align: middle;
    border-radius: 90%;
    margin-top: -3px;
}

#main_box .right_img {
    display: inline-block;
    width: 49%;
}

#main_box h1, #main_box h2, #main_box h3, #main_box h4 {
    margin: 10px;
    padding: 10px 0;
}

#main_box .auto-style1 {
    font-size: 2vh;
    line-height: 3vh;
}